-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Mar 05, 2026 at 08:32 PM
-- Server version: 10.5.29-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: `forwardbetcasino_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,
  `priority` tinyint(3) UNSIGNED NOT NULL DEFAULT 10
) 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`, `priority`) VALUES
(135, 'action_scheduler/migration_hook', 'failed', '2024-03-16 14:53:06', '2024-03-16 18:23:06', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1710600786;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1710600786;}', 2, 1, '2024-03-16 14:53:14', '2024-03-16 18:23:14', 0, NULL, 10),
(11043, 'action_scheduler/migration_hook', 'failed', '2025-06-16 02:17:26', '2025-06-16 05:47:26', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750040246;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750040246;}', 2, 1, '2025-06-16 02:18:00', '2025-06-16 05:48:00', 0, NULL, 10);

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

--
-- 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
(14, '2024-03-16 14:56:34');

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

--
-- 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, 135, 'action created', '2024-03-16 14:52:06', '2024-03-16 18:22:06'),
(20, 135, 'action started via Async Request', '2024-03-16 14:53:14', '2024-03-16 18:23:14'),
(21, 135, 'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.', '2024-03-16 14:53:14', '2024-03-16 18:23:14'),
(32743, 11043, 'action created', '2025-06-16 02:16:26', '2025-06-16 05:46:26'),
(32744, 11043, 'action started via WP Cron', '2025-06-16 02:18:00', '2025-06-16 05:48:00'),
(32745, 11043, 'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.', '2025-06-16 02:18:00', '2025-06-16 05:48:00');

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

--
-- 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;

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

--
-- 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;

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

--
-- 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_e_notes`
--

CREATE TABLE `wp_e_notes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.',
  `route_title` varchar(255) DEFAULT NULL,
  `route_post_id` bigint(20) UNSIGNED DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `author_id` bigint(20) UNSIGNED DEFAULT NULL,
  `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
  `status` varchar(20) NOT NULL DEFAULT 'publish',
  `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
  `content` longtext DEFAULT NULL,
  `is_resolved` tinyint(1) NOT NULL DEFAULT 0,
  `is_public` tinyint(1) NOT NULL DEFAULT 1,
  `last_activity_at` datetime DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_e_notes_users_relations`
--

CREATE TABLE `wp_e_notes_users_relations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_e_submissions`
--

CREATE TABLE `wp_e_submissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(60) DEFAULT NULL,
  `hash_id` varchar(60) NOT NULL,
  `main_meta_id` bigint(20) UNSIGNED NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(20) NOT NULL,
  `form_name` varchar(60) NOT NULL,
  `campaign_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_e_submissions_actions_log`
--

CREATE TABLE `wp_e_submissions_actions_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_e_submissions_values`
--

CREATE TABLE `wp_e_submissions_values` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT 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', 'https://forwardbet.casino', 'yes'),
(2, 'home', 'https://forwardbet.casino', 'yes'),
(3, 'blogname', 'بتفوروارد', 'yes'),
(4, 'blogdescription', 'بتفوروارد', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'lincobet303@gmail.com', 'yes'),
(7, 'start_of_week', '6', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:157:{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:54:\"(betforward-vpn)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:37:\"(betforward-vpn)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:19:\"(betforward-vpn)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:70:\"(direct-download-betforward-app)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:53:\"(direct-download-betforward-app)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:35:\"(direct-download-betforward-app)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(betforward-betting-site)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(betforward-betting-site)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(betforward-betting-site)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:66:\"(unfiltered-link-betforward)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:49:\"(unfiltered-link-betforward)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:31:\"(unfiltered-link-betforward)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"(direct-login-betforward)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:46:\"(direct-login-betforward)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:28:\"(direct-login-betforward)/?$\";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:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";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:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=93&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:17:{i:0;s:19:\"akismet/akismet.php\";i:1;s:11:\"amp/amp.php\";i:2;s:39:\"disable-gutenberg/disable-gutenberg.php\";i:3;s:31:\"elementor-pro/elementor-pro.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:37:\"elementskit-lite/elementskit-lite.php\";i:6;s:27:\"elementskit/elementskit.php\";i:7;s:55:\"luckywp-table-of-contents/luckywp-table-of-contents.php\";i:8;s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";i:9;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:10;s:27:\"updraftplus/updraftplus.php\";i:11;s:40:\"wordpress-seo-premium/wp-seo-premium.php\";i:12;s:24:\"wordpress-seo/wp-seo.php\";i:13;s:23:\"wp-rocket/wp-rocket.php\";i:14;s:53:\"wpfront-notification-bar/wpfront-notification-bar.php\";i:15;s:33:\"wps-hide-login/wps-hide-login.php\";i:16;s:25:\"wpseo-video/video-seo.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:4:{i:0;s:79:\"/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/footer.php\";i:2;s:78:\"/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/style.css\";i:3;s:91:\"/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/tinymce-advanced.php\";i:4;s:0:\"\";}', 'no'),
(40, 'template', 'hello-elementor', 'yes'),
(41, 'stylesheet', 'hello-elementor', 'yes'),
(42, 'comment_registration', '1', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'author', 'yes'),
(46, 'db_version', '60717', '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', 'retro', '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', '1', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '', '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', 'Asia/Tehran', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '93', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '361', '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', '1773853024', '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, 'initial_db_version', '55853', 'yes'),
(100, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:80:{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: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:22:\"wpseo_manage_redirects\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";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'),
(101, 'fresh_site', '0', 'off'),
(102, 'WPLANG', 'fa_IR', 'yes'),
(103, 'user_count', '4', 'off'),
(104, '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'),
(105, 'sidebars_widgets', 'a:2:{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:13:\"array_version\";i:3;}', 'yes'),
(106, 'cron', 'a:22:{i:1772282696;a:1:{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;}}}i:1772282698;a:2:{s:24:\"rocket_saas_pending_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:24:\"rocket_saas_pending_jobs\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:26:\"rocket_saas_on_submit_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:26:\"rocket_saas_on_submit_jobs\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1772282706;a:1:{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:1772282725;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:1772283385;a:1:{s:23:\"rocket_purge_time_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:34:\"rocket_expired_cache_cron_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1772283768;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:1772284691;a:2:{s:17:\"amp_validate_urls\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}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:1772287026;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:1772288158;a:2:{s:30:\"rocket_remove_saas_failed_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:30:\"rocket_remove_saas_failed_jobs\";s:4:\"args\";a:0:{}s:8:\"interval\";i:259200;}}s:32:\"rocket_performance_hints_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1772290260;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:1772290585;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:1772290860;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:1772298168;a:4:{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;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1772298180;a:4:{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;}}s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1772299087;a:3:{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;}}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:1772299091;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:1772312004;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:1772320676;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:1772720158;a:1:{s:33:\"rocket_saas_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:1772730170;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:1772816568;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'on'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(120, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(123, 'theme_mods_twentytwentythree', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1708795703;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'),
(124, 'recovery_keys', 'a:0:{}', 'off'),
(125, 'https_detection_errors', 'a:0:{}', 'off'),
(135, 'wp_attachment_pages_enabled', '1', 'yes'),
(136, 'db_upgraded', '', 'on'),
(143, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"lincobet303@gmail.com\";s:7:\"version\";s:5:\"6.9.1\";s:9:\"timestamp\";i:1770181495;}', 'off'),
(165, 'finished_updating_comment_type', '1', 'yes'),
(166, 'new_admin_email', 'lincobet303@gmail.com', 'yes'),
(173, 'recently_activated', 'a:0:{}', 'off'),
(199, 'lwptoc_general', 'a:12:{s:3:\"min\";i:2;s:5:\"depth\";i:6;s:12:\"hierarchical\";b:1;s:10:\"numeration\";s:13:\"decimalnested\";s:16:\"numerationSuffix\";s:4:\"none\";s:5:\"title\";s:10:\"محتوا\";s:6:\"toggle\";b:1;s:9:\"labelShow\";s:10:\"نمایش\";s:9:\"labelHide\";s:10:\"پنهان\";s:9:\"hideItems\";b:0;s:12:\"smoothScroll\";b:1;s:18:\"smoothScrollOffset\";i:24;}', 'yes'),
(200, 'lwptoc_appearance', 'a:6:{s:5:\"width\";s:4:\"auto\";s:5:\"float\";s:4:\"none\";s:13:\"titleFontSize\";s:7:\"default\";s:15:\"titleFontWeight\";s:4:\"bold\";s:13:\"itemsFontSize\";s:3:\"90%\";s:11:\"colorScheme\";s:5:\"light\";}', 'yes'),
(201, 'lwptoc_autoInsert', 'a:3:{s:6:\"enable\";b:0;s:8:\"position\";s:18:\"beforefirstheading\";s:9:\"postTypes\";a:1:{i:0;s:4:\"post\";}}', 'yes'),
(202, 'lwptoc_misc', 'a:6:{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:14:\"listMarkupTags\";s:3:\"div\";}', 'yes'),
(204, 'elementor_active_kit', '6', 'yes'),
(205, 'elementor_font_display', 'swap', 'yes'),
(208, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:6:\"25.3.1\";}', 'yes'),
(209, 'wpseo', 'a:114:{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:0:\"\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:100:\"D0wl9SkJNcT8eAmvxoBmamVhSY0IpzfV8phPfxXLDd6DjijbociHHNg9cyvBKy0yyJ4WO3TwFv4Zcb9dwiV-1oSEQBKYFSkdThjg\";s:7:\"version\";s:6:\"25.3.1\";s:16:\"previous_version\";s:4:\"25.1\";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:\"1708622287\";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:25:\"https://forwardbet.casino\";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:4:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:20:\"amp_validation_error\";s:20:\"amp_validation_error\";s:19:\"elementor_font_type\";s:19:\"elementor_font_type\";}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:4:{i:0;s:18:\"siteRepresentation\";i:1;s:14:\"socialProfiles\";i:2;s:19:\"personalPreferences\";i:3;s:15:\"optimizeSeoData\";}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:\"1708622291\";s:18:\"remove_feed_global\";b:1;s:27:\"remove_feed_global_comments\";b:1;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:1;s:22:\"remove_feed_categories\";b:1;s:16:\"remove_feed_tags\";b:1;s:29:\"remove_feed_custom_taxonomies\";b:1;s:22:\"remove_feed_post_types\";b:1;s:18:\"remove_feed_search\";b:1;s:21:\"remove_atom_rdf_feeds\";b:1;s:17:\"remove_shortlinks\";b:1;s:21:\"remove_rest_api_links\";b:1;s:20:\"remove_rsd_wlw_links\";b:1;s:19:\"remove_oembed_links\";b:1;s:16:\"remove_generator\";b:1;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:1;s:22:\"remove_pingback_header\";b:1;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:1;s:21:\"deny_wp_json_crawling\";b:1;s:20:\"deny_adsbot_crawling\";b:1;s:19:\"deny_ccbot_crawling\";b:1;s:29:\"deny_google_extended_crawling\";b:1;s:20:\"deny_gptbot_crawling\";b:1;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:18:\"e-floating-buttons\";i:3;s:19:\"elementskit_content\";i:4;s:20:\"elementskit_template\";i:5;s:18:\"elementskit_widget\";}s:28:\"last_known_public_taxonomies\";a:2:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";}s:23:\"last_known_no_unindexed\";a:6:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1771409589;s:31:\"wpseo_unindexed_post_link_count\";i:1771409589;s:31:\"wpseo_unindexed_term_link_count\";i:1771409589;s:35:\"wpseo_total_unindexed_general_items\";i:1771409589;s:27:\"wpseo_total_unindexed_posts\";i:1771409589;s:27:\"wpseo_total_unindexed_terms\";i:1771409589;}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;s:44:\"site_kit_configuration_permanently_dismissed\";b:0;s:18:\"site_kit_connected\";b:0;s:37:\"site_kit_tracking_setup_widget_loaded\";s:2:\"no\";s:41:\"site_kit_tracking_first_interaction_stage\";s:0:\"\";s:40:\"site_kit_tracking_last_interaction_stage\";s:0:\"\";s:52:\"site_kit_tracking_setup_widget_temporarily_dismissed\";s:2:\"no\";s:52:\"site_kit_tracking_setup_widget_permanently_dismissed\";s:2:\"no\";s:31:\"google_site_kit_feature_enabled\";b:0;s:15:\"enable_llms_txt\";b:0;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(210, 'wpseo_titles', 'a:195:{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:1;s:12:\"disable-date\";b:1;s:19:\"disable-post_format\";b:1;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:70:\"فیلترشکن بت فوروارد $ فیلترشکن فوروارد\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:18:\"بتفوروارد\";s:12:\"company_logo\";s:80:\"https://forwardbet.casino/wp-content/uploads/2024/03/cropped-Bet90forward-fv.png\";s:12:\"company_name\";s:18:\"بتفوروارد\";s:22:\"company_alternate_name\";s:18:\"بتفوروارد\";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:12:\"bet90forward\";s:17:\"org-founding-date\";s:10:\"2018-02-22\";s:20:\"org-number-employees\";s:5:\"11-50\";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:0:\"\";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:0:\"\";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:18:\"title-tax-category\";s:0:\"\";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:14:\"%%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:0:\"\";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:24:\"title-e-floating-buttons\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-e-floating-buttons\";s:0:\"\";s:26:\"noindex-e-floating-buttons\";b:1;s:37:\"display-metabox-pt-e-floating-buttons\";b:0;s:37:\"post_types-e-floating-buttons-maintax\";i:0;s:35:\"schema-page-type-e-floating-buttons\";s:7:\"WebPage\";s:38:\"schema-article-type-e-floating-buttons\";s:4:\"None\";s:31:\"social-title-e-floating-buttons\";s:9:\"%%title%%\";s:37:\"social-description-e-floating-buttons\";s:0:\"\";s:35:\"social-image-url-e-floating-buttons\";s:0:\"\";s:34:\"social-image-id-e-floating-buttons\";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:25:\"title-elementskit_content\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-elementskit_content\";s:0:\"\";s:27:\"noindex-elementskit_content\";b:1;s:38:\"display-metabox-pt-elementskit_content\";b:1;s:38:\"post_types-elementskit_content-maintax\";i:0;s:36:\"schema-page-type-elementskit_content\";s:7:\"WebPage\";s:39:\"schema-article-type-elementskit_content\";s:4:\"None\";s:32:\"social-title-elementskit_content\";s:9:\"%%title%%\";s:38:\"social-description-elementskit_content\";s:0:\"\";s:36:\"social-image-url-elementskit_content\";s:0:\"\";s:35:\"social-image-id-elementskit_content\";i:0;s:26:\"title-elementskit_template\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-elementskit_template\";s:0:\"\";s:28:\"noindex-elementskit_template\";b:1;s:39:\"display-metabox-pt-elementskit_template\";b:0;s:39:\"post_types-elementskit_template-maintax\";i:0;s:37:\"schema-page-type-elementskit_template\";s:7:\"WebPage\";s:40:\"schema-article-type-elementskit_template\";s:4:\"None\";s:33:\"social-title-elementskit_template\";s:9:\"%%title%%\";s:39:\"social-description-elementskit_template\";s:0:\"\";s:37:\"social-image-url-elementskit_template\";s:0:\"\";s:36:\"social-image-id-elementskit_template\";i:0;s:24:\"title-elementskit_widget\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-elementskit_widget\";s:0:\"\";s:26:\"noindex-elementskit_widget\";b:1;s:37:\"display-metabox-pt-elementskit_widget\";b:0;s:37:\"post_types-elementskit_widget-maintax\";i:0;s:35:\"schema-page-type-elementskit_widget\";s:7:\"WebPage\";s:38:\"schema-article-type-elementskit_widget\";s:4:\"None\";s:31:\"social-title-elementskit_widget\";s:9:\"%%title%%\";s:37:\"social-description-elementskit_widget\";s:0:\"\";s:35:\"social-image-url-elementskit_widget\";s:0:\"\";s:34:\"social-image-id-elementskit_widget\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:131;s:17:\"company_logo_meta\";a:10:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:8:\"filesize\";i:20448;s:3:\"url\";s:80:\"https://forwardbet.casino/wp-content/uploads/2024/03/cropped-Bet90forward-fv.png\";s:4:\"path\";s:89:\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/cropped-Bet90forward-fv.png\";s:4:\"size\";s:4:\"full\";s:2:\"id\";i:131;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;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\";s:4:\"true\";s:33:\"display-metabox-pt-e-landing-page\";s:5:\"false\";s:33:\"post_types-e-landing-page-maintax\";s:1:\"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\";s:1:\"0\";}', 'yes'),
(211, '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:111:\"https://forwardbet.casino/wp-content/uploads/2024/09/%d8%a8%d8%aa%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af.jpg\";s:19:\"og_default_image_id\";i:164;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'),
(212, 'tadv_settings', 'a:7:{s:7:\"options\";s:44:\"menubar,advlist,menubar_block,merge_toolbars\";s:7:\"plugins\";s:104:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,advlist,wptadv\";s:9:\"toolbar_1\";s:106:\"formatselect,bold,italic,blockquote,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\";}', 'yes'),
(213, 'tadv_admin_settings', 'a:1:{s:7:\"options\";s:86:\"classic_paragraph_block,table_resize_bars,table_grid,table_tab_navigation,table_advtab\";}', 'yes'),
(214, 'tadv_version', '5900', 'yes'),
(215, 'elementor_version', '3.29.2', 'yes'),
(216, 'elementor_install_history', 'a:7:{s:6:\"3.19.2\";i:1708622288;s:7:\"3.25.11\";i:1733860235;s:6:\"3.28.0\";i:1742479742;s:6:\"3.28.2\";i:1743429654;s:6:\"3.28.3\";i:1744731431;s:6:\"3.28.4\";i:1747249920;s:6:\"3.29.2\";i:1750036844;}', 'yes'),
(217, 'elementor_events_db_version', '1.0.0', 'no'),
(218, 'widget_akismet_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(219, 'widget_lpwtoc_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(220, 'lwptoc_rate_time', '1868344301', 'yes'),
(236, 'amp-options', 'a:17:{s:13:\"theme_support\";s:6:\"reader\";s:20:\"supported_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}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.5\";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:0:{}s:18:\"sandboxing_enabled\";b:0;s:16:\"sandboxing_level\";i:1;s:21:\"primary_theme_support\";N;}', 'off'),
(239, 'elementskit-lite__banner_last_check', '1771409592', 'yes'),
(240, 'elementskit-lite__banner_data', 'O:8:\"stdClass\":10:{s:8:\"10022460\";O:8:\"stdClass\":7:{s:2:\"id\";i:10022460;s:5:\"title\";s:29:\"Wpmet Techfest Dashboard 2026\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1769904000;s:3:\"end\";i:1771113600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:33:\"https://wpmet.com/deals/?rui=1265\";s:11:\"button_text\";s:16:\"Save $3,397 Now!\";s:11:\"notice_body\";s:437:\"<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\"><span style=\"color: #ff0000;\">Wpmet’s TechFest is live</span><em data-start=\"1852\" data-end=\"1881\"><span style=\"color: #ff0000;\">!</span></em></strong>\r\n\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\"><strong style=\"font-size: 16px;\">Save up to $3,397 on the All-in-One WordPress Plugin Bundle (80% OFF) </strong></strong>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10022458\";O:8:\"stdClass\":7:{s:2:\"id\";i:10022458;s:5:\"title\";s:27:\"Wpmet Techfest Ownpage 2026\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1769904000;s:3:\"end\";i:1771113600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:33:\"https://wpmet.com/deals/?rui=1265\";s:11:\"button_text\";s:16:\"Save $3,397 Now!\";s:11:\"notice_body\";s:437:\"<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\"><span style=\"color: #ff0000;\">Wpmet’s TechFest is live</span><em data-start=\"1852\" data-end=\"1881\"><span style=\"color: #ff0000;\">!</span></em></strong>\r\n\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\"><strong style=\"font-size: 16px;\">Save up to $3,397 on the All-in-One WordPress Plugin Bundle (80% OFF) </strong></strong>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10022430\";O:8:\"stdClass\":7:{s:2:\"id\";i:10022430;s:5:\"title\";s:38:\"Wpmet January CRO for bundle Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1771286400;s:3:\"end\";i:1771718400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:33:\"https://wpmet.com/deals/?rui=1265\";s:11:\"button_text\";s:17:\"Secure $749 Price\";s:11:\"notice_body\";s:263:\"<h2 class=\"gkit-heading-title\">Get the AIO Bundle for $749!<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #ff0000; ; display: block;\"><strong style=\"font-size: 16px;\">Save up to $3,397 on the AIO Bundle Plugin Bundle (80% OFF) </strong></strong></h2>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10022431\";O:8:\"stdClass\":7:{s:2:\"id\";i:10022431;s:5:\"title\";s:37:\"Wpmet January CRO for bundle Own Page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1768608000;s:3:\"end\";i:1771718400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:33:\"https://wpmet.com/deals/?rui=1265\";s:11:\"button_text\";s:17:\"Secure $749 Price\";s:11:\"notice_body\";s:263:\"<h2 class=\"gkit-heading-title\">Get the AIO Bundle for $749!<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #ff0000; ; display: block;\"><strong style=\"font-size: 16px;\">Save up to $3,397 on the AIO Bundle Plugin Bundle (80% OFF) </strong></strong></h2>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10022095\";O:8:\"stdClass\":7:{s:2:\"id\";i:10022095;s:5:\"title\";s:31:\"Wpmet Holiday Sale Ownpage 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1766361600;s:3:\"end\";i:1768608000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"https://wpmet.com/4mb9\";s:11:\"button_text\";s:16:\"Save $3,397 Now!\";s:11:\"notice_body\";s:441:\"<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\"><span style=\"color: #ff0000;\">Wpmet’s Holiday Sale is live</span><em data-start=\"1852\" data-end=\"1881\"><span style=\"color: #ff0000;\">!</span></em></strong>\r\n\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\"><strong style=\"font-size: 16px;\">Save up to $3,397 on the All-in-One WordPress Plugin Bundle (80% OFF) </strong></strong>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10022094\";O:8:\"stdClass\":7:{s:2:\"id\";i:10022094;s:5:\"title\";s:28:\"Wpmet Holiday Sale Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";b:0;s:3:\"end\";i:1768608000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"https://wpmet.com/4mb9\";s:11:\"button_text\";s:16:\"Save $3,397 Now!\";s:11:\"notice_body\";s:441:\"<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\"><span style=\"color: #ff0000;\">Wpmet’s Holiday Sale is live</span><em data-start=\"1852\" data-end=\"1881\"><span style=\"color: #ff0000;\">!</span></em></strong>\r\n\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\"><strong style=\"font-size: 16px;\">Save up to $3,397 on the All-in-One WordPress Plugin Bundle (80% OFF) </strong></strong>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10021821\";O:8:\"stdClass\":7:{s:2:\"id\";i:10021821;s:5:\"title\";s:32:\"Wpmet Notice BFCM Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1762819200;s:3:\"end\";i:1765843200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh80\";s:11:\"button_text\";s:16:\"Save $3,397 Now!\";s:11:\"notice_body\";s:259:\"<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Black Friday Sale is live<em data-start=\"1852\" data-end=\"1881\">!\r\n</em></strong><strong>\r\nSave up to $3,397 on the All-in-One WordPress Plugin Bundle (80% OFF) </strong>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10021820\";O:8:\"stdClass\":7:{s:2:\"id\";i:10021820;s:5:\"title\";s:24:\"Wpmet BFCM Own page 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1762819200;s:3:\"end\";i:1765843200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh80\";s:11:\"button_text\";s:16:\"Save $3,397 Now!\";s:11:\"notice_body\";s:257:\"<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Black Friday Sale is live<em data-start=\"1852\" data-end=\"1881\">!</em></strong><strong>\r\nSave up to $3,397 on the All-in-One WordPress Plugin Bundle (80% OFF) </strong>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10020931\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020931;s:5:\"title\";s:29:\"Wpmet Halloween Own page 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh78\";s:11:\"button_text\";s:16:\"Save $2,936 Now!\";s:11:\"notice_body\";s:475:\"<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Halloween Sale is live<em data-start=\"1852\" data-end=\"1881\">!</em></strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save up to $2,936 on the All-in-One WordPress Plugin Bundle (78% OFF) </strong>Or <strong>enjoy up to 35% OFF</strong> on your favorite single plugins — <em data-start=\"794\" data-end=\"830\">ElementsKit, GutenKit, ShopEngine,</em> and more!!</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/78-Off.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10020929\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020929;s:5:\"title\";s:30:\"Wpmet Halloween Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh78\";s:11:\"button_text\";s:16:\"Save $2,936 Now!\";s:11:\"notice_body\";s:432:\"<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Halloween Sale is live!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save up to $2,936 on the All-in-One WordPress Plugin Bundle (78% OFF) </strong>Or <strong>enjoy up to 35% OFF</strong> on your favorite single plugins — <em data-start=\"794\" data-end=\"830\">ElementsKit, GutenKit, ShopEngine,</em> and more!!</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/78-Off.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}}', 'yes'),
(241, 'elementskit-lite_install_date', '2024-02-22 05:18:09', 'yes'),
(242, '_elementor_installed_time', '1708622289', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(243, '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
(244, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:59:\"The atomic foundation of version 4 is ready for real sites!\";s:7:\"excerpt\";s:296:\"The alpha phase is complete. Version 4 is now in beta, and the atomic foundation is ready to be used on real sites! This is the final step before the official release of version 4.0, activating the new features automatically on new sites, and becoming the default editing experience in Elementor.\";s:7:\"created\";i:1770651621;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:113:\"https://elementor.com/blog/editor-4-beta/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:76:\"Introducing Elementor 3.32: Transitions, Transform, Size Variables, and More\";s:7:\"excerpt\";s:250:\"Elementor 3.32 is here, accelerating Editor V4 Alpha with transform controls and layered transitions, system-wide Size Variables and streamlined class management. This release empowers you to build more consistent, dynamic, and professional websites.\";s:7:\"created\";i:1759243152;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:138:\"https://elementor.com/blog/elementor-332-v4-transform-transitions/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(247, 'elementor_log', 'a:42:{s:32:\"42db80e8f803009a78f4282f99c93936\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-31 17:30:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:49:\"المنتور/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-31 17:30:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:49:\"المنتور/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"34664e6c63982a86773cb299cece4c0a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-31 17:30:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:51:\"المنتور/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-31 17:30:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:51:\"المنتور/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"ffe05b95bf91ec1ed0dfaf554e63b88f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-31 17:30:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.0\";s:2:\"to\";s:6:\"3.28.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-31 17:30:54\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.0\";s:2:\"to\";s:6:\"3.28.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c6fefef2b942d33c7be93eb3b8b7ec11\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-31 17:30:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.0\";s:2:\"to\";s:6:\"3.28.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-31 17:30:54\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.0\";s:2:\"to\";s:6:\"3.28.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e89fa5e1d5baccf7d807eb8a5403d566\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-03-31 17:32:33\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1595:\"Uncaught Error: Class &quot;ElementorProDeps\\DI\\ContainerBuilder&quot; not found in /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/container/container.php:34\nStack trace:\n#0 /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/container/container.php(50): ElementorPro\\Core\\Container\\Container::initialize()\n#1 /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/plugin.php(151): ElementorPro\\Core\\Container\\Container::get_instance()\n#2 /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/plugin.php(533): ElementorPro\\Plugin::instance()\n#3 /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/elementor-pro.php(101): require(&#039;/home/forwardbe...&#039;)\n#4 /home/forwardbetcasino/public_html/wp-includes/class-wp-hook.php(324): elementor_pro_load_plugin(&#039;&#039;)\n#5 /home/forwardbetcasino/public_html/wp-includes/class-wp-hook.php(348): WP_Hook-&gt;apply_filters(NULL, Array)\n#6 /home/forwardbetcasino/public_html/wp-includes/plugin.php(517): WP_Hook-&gt;do_action(Array)\n#7 /home/forwardbetcasino/public_html/wp-settings.php(559): do_action(&#039;plugins_loaded&#039;)\n#8 /home/forwardbetcasino/public_html/wp-config.php(98): require_once(&#039;/home/forwardbe...&#039;)\n#9 /home/forwardbetcasino/public_html/wp-load.php(50): require_once(&#039;/home/forwardbe...&#039;)\n#10 /home/forwardbetcasino/public_html/wp-blog-header.php(13): require_once(&#039;/home/forwardbe...&#039;)\n#11 /home/forwardbetcasino/public_html/index.php(17): require(&#039;/home/forwardbe...&#039;)\n#12 {main}\n  thrown\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-31 17:32:33\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1509:\"Uncaught Error: Class \"ElementorProDeps\\DI\\ContainerBuilder\" not found in /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/container/container.php:34\nStack trace:\n#0 /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/container/container.php(50): ElementorPro\\Core\\Container\\Container::initialize()\n#1 /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/plugin.php(151): ElementorPro\\Core\\Container\\Container::get_instance()\n#2 /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/plugin.php(533): ElementorPro\\Plugin::instance()\n#3 /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/elementor-pro.php(101): require(\'/home/forwardbe...\')\n#4 /home/forwardbetcasino/public_html/wp-includes/class-wp-hook.php(324): elementor_pro_load_plugin(\'\')\n#5 /home/forwardbetcasino/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)\n#6 /home/forwardbetcasino/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)\n#7 /home/forwardbetcasino/public_html/wp-settings.php(559): do_action(\'plugins_loaded\')\n#8 /home/forwardbetcasino/public_html/wp-config.php(98): require_once(\'/home/forwardbe...\')\n#9 /home/forwardbetcasino/public_html/wp-load.php(50): require_once(\'/home/forwardbe...\')\n#10 /home/forwardbetcasino/public_html/wp-blog-header.php(13): require_once(\'/home/forwardbe...\')\n#11 /home/forwardbetcasino/public_html/index.php(17): require(\'/home/forwardbe...\')\n#12 {main}\n  thrown\";s:4:\"file\";s:96:\"/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/container/container.php\";s:4:\"line\";i:34;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:96:\"/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/container/container.php\";s:7:\"\0*\0line\";i:34;}s:32:\"08423fcbf8a86daa2e3f850d5ba7b309\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-31 17:32:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-31 17:32:35\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"7e132afe4bc4097f5d21cc38bcbc885c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-31 17:32:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-31 17:32:35\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"5e483e472058ebdc6f164c8fb3cea6c2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-31 17:32:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-31 17:32:35\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"15f9f46d9013653a864777ed3683e357\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-31 17:32:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.27.4\";s:2:\"to\";s:6:\"3.28.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-31 17:32:35\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.27.4\";s:2:\"to\";s:6:\"3.28.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c7e36a23e7ebefe5cfbb1bd7207266e2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-31 17:32:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.27.4\";s:2:\"to\";s:6:\"3.28.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-31 17:32:35\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.27.4\";s:2:\"to\";s:6:\"3.28.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ad1630754a9836f212baa9f75013883d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-15 19:07:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-15 19:07:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"062fc1d25b48381fc62fcf44129246bd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-15 19:07:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:49:\"المنتور/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-15 19:07:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:49:\"المنتور/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c7db02cfa93cd0fe8f9ded874a4f8910\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-15 19:07:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:51:\"المنتور/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-15 19:07:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:51:\"المنتور/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"b627ecd91e45e1c85d0ed8cdf25e5e87\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-15 19:07:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.2\";s:2:\"to\";s:6:\"3.28.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-15 19:07:11\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.2\";s:2:\"to\";s:6:\"3.28.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"391a4c35c6cb9851dc3364c97c9a8afc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-15 19:07:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.2\";s:2:\"to\";s:6:\"3.28.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-15 19:07:11\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.2\";s:2:\"to\";s:6:\"3.28.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"5706d56b9fe6ca41f4540a412e47036f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-15 19:19:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.28.1\";s:2:\"to\";s:6:\"3.28.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-15 19:19:50\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.28.1\";s:2:\"to\";s:6:\"3.28.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"f9dfe684a236daa33c3acf7ab8065784\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-15 19:19:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-15 19:19:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"0ef257b6d95130cbc8c1f0dd33a47e9d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-15 19:19:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-15 19:19:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"7d77d2c2e4be936ec6b35bc607f9d5fd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-15 19:19:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-15 19:19:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"1420f11e2d8613633ae42f64a14a7f13\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-15 19:19:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.28.1\";s:2:\"to\";s:6:\"3.28.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-15 19:19:51\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.28.1\";s:2:\"to\";s:6:\"3.28.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"896b14bf72974755a7ca8e70478cbe24\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-15 19:19:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.28.1\";s:2:\"to\";s:6:\"3.28.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-15 19:19:52\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.28.1\";s:2:\"to\";s:6:\"3.28.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c8f139545d439a15dfe526a27103c060\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-04-15 20:05:47\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:47:\"Attempt to read property &quot;ID&quot; on null\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:196802;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-03-02 11:11:05\";i:1;s:19:\"2026-03-02 11:11:06\";i:2;s:19:\"2026-03-02 11:11:07\";i:3;s:19:\"2026-03-02 11:11:09\";i:4;s:19:\"2026-03-02 11:11:10\";i:5;s:19:\"2026-03-02 11:11:11\";i:6;s:19:\"2026-03-02 11:11:13\";i:7;s:19:\"2026-03-02 11:11:15\";i:8;s:19:\"2026-03-02 11:11:16\";i:9;s:19:\"2026-03-02 11:11:17\";i:10;s:19:\"2026-03-02 11:11:18\";i:11;s:19:\"2026-03-02 11:11:19\";i:12;s:19:\"2026-03-02 11:11:20\";i:13;s:19:\"2026-03-02 23:09:45\";i:14;s:19:\"2026-03-02 23:09:46\";i:15;s:19:\"2026-03-02 23:09:48\";i:16;s:19:\"2026-03-02 23:09:49\";i:17;s:19:\"2026-03-02 23:09:51\";i:18;s:19:\"2026-03-02 23:09:52\";i:19;s:19:\"2026-03-02 23:09:53\";i:20;s:19:\"2026-03-02 23:09:54\";i:21;s:19:\"2026-03-02 23:09:58\";i:22;s:19:\"2026-03-02 23:09:59\";i:23;s:19:\"2026-03-02 23:10:00\";i:24;s:19:\"2026-03-02 23:10:01\";i:25;s:19:\"2026-03-02 23:10:02\";i:26;s:19:\"2026-03-02 23:10:03\";i:27;s:19:\"2026-03-02 23:10:05\";i:28;s:19:\"2026-03-02 23:10:07\";i:29;s:19:\"2026-03-02 23:10:09\";i:30;s:19:\"2026-03-02 23:10:10\";i:31;s:19:\"2026-03-02 23:10:11\";i:32;s:19:\"2026-03-02 23:10:13\";i:33;s:19:\"2026-03-02 23:10:15\";i:34;s:19:\"2026-03-02 23:10:16\";i:35;s:19:\"2026-03-02 23:10:18\";i:36;s:19:\"2026-03-02 23:10:20\";i:37;s:19:\"2026-03-02 23:10:21\";i:38;s:19:\"2026-03-02 23:10:22\";i:39;s:19:\"2026-03-02 23:10:23\";i:40;s:19:\"2026-03-02 23:10:24\";i:41;s:19:\"2026-03-02 23:10:25\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:37:\"Attempt to read property \"ID\" on null\";s:4:\"file\";s:109:\"/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/skins/skin-content-base.php\";s:4:\"line\";i:271;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:109:\"/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/skins/skin-content-base.php\";s:7:\"\0*\0line\";i:271;}s:32:\"a49cc550950d4b5ed4ff7f553045d57d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-14 22:42:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-14 22:42:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"7f829e7bc1c69fd96edb45de0fcc19b7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-14 22:42:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:49:\"المنتور/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-14 22:42:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:49:\"المنتور/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"88a85706dc23169b51ad243ff952f419\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-14 22:42:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:51:\"المنتور/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-14 22:42:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:51:\"المنتور/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"00920301cccee8c28829cf1d4e75b5b6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-14 22:42:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.3\";s:2:\"to\";s:6:\"3.28.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-14 22:42:00\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.3\";s:2:\"to\";s:6:\"3.28.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7ab6d78030186d82149d58ca5afa9e00\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-14 22:42:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.3\";s:2:\"to\";s:6:\"3.28.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-14 22:42:00\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.3\";s:2:\"to\";s:6:\"3.28.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"3aa864f1522e07de77b2f2b744c48132\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-14 22:42:01\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.3\";s:2:\"to\";s:6:\"3.28.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-14 22:42:01\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.3\";s:2:\"to\";s:6:\"3.28.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"cef672338d719ad6876dfd94c2788b7a\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-06-16 04:50:31\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1269:\"Uncaught Error: Class &quot;\\ElementorPro\\Modules\\ThemeBuilder\\Conditions\\General&quot; not found in /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php:202\nStack trace:\n#0 /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php(284): ElementorPro\\Modules\\ThemeBuilder\\Classes\\Conditions_Manager-&gt;register_condition(&#039;general&#039;)\n#1 /home/forwardbetcasino/public_html/wp-includes/class-wp-hook.php(324): ElementorPro\\Modules\\ThemeBuilder\\Classes\\Conditions_Manager-&gt;register_conditions(&#039;&#039;)\n#2 /home/forwardbetcasino/public_html/wp-includes/class-wp-hook.php(348): WP_Hook-&gt;apply_filters(NULL, Array)\n#3 /home/forwardbetcasino/public_html/wp-includes/plugin.php(517): WP_Hook-&gt;do_action(Array)\n#4 /home/forwardbetcasino/public_html/wp-settings.php(749): do_action(&#039;wp_loaded&#039;)\n#5 /home/forwardbetcasino/public_html/wp-config.php(98): require_once(&#039;/home/forwardbe...&#039;)\n#6 /home/forwardbetcasino/public_html/wp-load.php(50): require_once(&#039;/home/forwardbe...&#039;)\n#7 /home/forwardbetcasino/public_html/wp-cron.php(46): require_once(&#039;/home/forwardbe...&#039;)\n#8 {main}\n  thrown\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-06-16 04:50:31\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1187:\"Uncaught Error: Class \"\\ElementorPro\\Modules\\ThemeBuilder\\Conditions\\General\" not found in /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php:202\nStack trace:\n#0 /home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php(284): ElementorPro\\Modules\\ThemeBuilder\\Classes\\Conditions_Manager->register_condition(\'general\')\n#1 /home/forwardbetcasino/public_html/wp-includes/class-wp-hook.php(324): ElementorPro\\Modules\\ThemeBuilder\\Classes\\Conditions_Manager->register_conditions(\'\')\n#2 /home/forwardbetcasino/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)\n#3 /home/forwardbetcasino/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)\n#4 /home/forwardbetcasino/public_html/wp-settings.php(749): do_action(\'wp_loaded\')\n#5 /home/forwardbetcasino/public_html/wp-config.php(98): require_once(\'/home/forwardbe...\')\n#6 /home/forwardbetcasino/public_html/wp-load.php(50): require_once(\'/home/forwardbe...\')\n#7 /home/forwardbetcasino/public_html/wp-cron.php(46): require_once(\'/home/forwardbe...\')\n#8 {main}\n  thrown\";s:4:\"file\";s:120:\"/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php\";s:4:\"line\";i:202;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:120:\"/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php\";s:7:\"\0*\0line\";i:202;}s:32:\"3b3e3d07bf32b8d32a28c7194d4bce76\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-06-16 04:50:44\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-06-16 04:50:44\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"2e9100606ffc10dcea786be2bfb9191c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-06-16 04:50:44\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:49:\"المنتور/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-06-16 04:50:44\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:49:\"المنتور/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"144e8da01bedda738c8da92472bd3e7b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-06-16 04:50:44\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:51:\"المنتور/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-06-16 04:50:44\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:51:\"المنتور/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"88ef88ebb4456c98840ecc57dc8c455d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-06-16 04:50:44\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.4\";s:2:\"to\";s:6:\"3.29.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-06-16 04:50:44\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.28.4\";s:2:\"to\";s:6:\"3.29.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"568f615009a7926daab51b9239b68547\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-06-16 04:51:14\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-06-16 04:51:14\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"48d562079804e967f16c850f33680ec7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-06-16 04:51:14\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-06-16 04:51:14\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"23962c3cc445a5fadbcdfa30021911e3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-06-16 04:51:14\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-06-16 04:51:14\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"762ac60dc3025e5a5c07db17217e1162\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-06-16 04:51:14\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.28.2\";s:2:\"to\";s:6:\"3.29.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-06-16 04:51:14\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.28.2\";s:2:\"to\";s:6:\"3.29.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"59e6fdbf94763804d81183275ee8306c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-01 11:36:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-01 11:36:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"c7ac32208a9446a736bcd02813cc068f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-01 11:36:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-01 11:36:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"775c3fc964e3253d49daa935c7087b9c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-01 11:36:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-01 11:36:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"dfcca71888cc9ebb83bd48ef8fa9197c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-01 11:36:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.29.0\";s:2:\"to\";s:6:\"3.29.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-01 11:36:38\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.29.0\";s:2:\"to\";s:6:\"3.29.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"db7044d12b7c40d67c1b9c69396c207f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-01 11:36:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.29.0\";s:2:\"to\";s:6:\"3.29.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-01 11:36:38\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.29.0\";s:2:\"to\";s:6:\"3.29.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}', 'off'),
(249, 'amp_css_transient_monitor_time_series', 'a:14:{i:20260214;i:19;i:20260215;i:0;i:20260216;i:0;i:20260217;i:0;i:20260218;i:0;i:20260219;i:0;i:20260220;i:0;i:20260221;i:19;i:20260222;i:0;i:20260223;i:0;i:20260224;i:0;i:20260225;i:0;i:20260226;i:0;i:20260227;i:0;}', 'off'),
(250, 'amp_url_validation_queue', 'a:3:{s:4:\"urls\";a:0:{}s:9:\"timestamp\";i:1772158800;s:3:\"env\";a:3:{s:5:\"theme\";a:1:{s:15:\"hello-elementor\";s:5:\"3.4.4\";}s:7:\"plugins\";a:17:{s:16:\"tinymce-advanced\";s:5:\"5.9.2\";s:7:\"akismet\";s:3:\"5.4\";s:3:\"amp\";s:5:\"2.5.5\";s:17:\"disable-gutenberg\";s:5:\"3.2.3\";s:9:\"elementor\";s:6:\"3.29.2\";s:13:\"elementor-pro\";s:6:\"3.29.2\";s:16:\"elementskit-lite\";s:5:\"3.5.4\";s:11:\"elementskit\";s:5:\"3.4.1\";s:25:\"luckywp-table-of-contents\";s:6:\"2.1.14\";s:19:\"shortcodes-ultimate\";s:5:\"7.4.2\";s:11:\"updraftplus\";s:6:\"1.26.1\";s:24:\"wpfront-notification-bar\";s:5:\"3.5.1\";s:9:\"wp-rocket\";s:8:\"3.18.1.3\";s:14:\"wps-hide-login\";s:8:\"1.9.17.2\";s:13:\"wordpress-seo\";s:6:\"25.3.1\";s:11:\"wpseo-video\";s:4:\"14.7\";s:21:\"wordpress-seo-premium\";s:4:\"25.3\";}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:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:6:\"reader\";}}}', 'yes'),
(271, 'akismet_strictness', '0', 'yes'),
(272, 'akismet_show_user_comments_approved', '0', 'yes'),
(273, 'akismet_comment_form_privacy_notice', 'hide', 'yes'),
(274, 'wordpress_api_key', '10a0348b9989', 'yes'),
(275, 'akismet_spam_count', '1023', 'yes'),
(284, 'elementor_pro_license_key', 'activated', 'yes'),
(285, '_elementor_pro_license_v2_data', 'a:2:{s:7:\"timeout\";i:1772795012;s:5:\"value\";s:71:\"{\"success\":true,\"license\":\"valid\",\"expires\":\"01.01.2030\",\"features\":[]}\";}', 'yes'),
(286, '__validate_oppai__', 'activated', 'yes'),
(287, 'elementskit_options', 'a:2:{s:11:\"license_key\";s:9:\"activated\";s:17:\"megamenu_settings\";a:1:{s:16:\"menu_location_47\";a:1:{s:10:\"is_enabled\";i:0;}}}', 'yes'),
(288, 'yoast_premium_as_an_addon_installer', 'completed', 'yes'),
(289, 'yoast_migrations_premium', 'a:1:{s:7:\"version\";s:4:\"25.3\";}', 'yes'),
(290, '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:1708623341;s:35:\"dismiss_update_premium_notification\";s:1:\"0\";}', 'yes'),
(291, 'wpseo_video', 'a:12:{s:15:\"video_dbversion\";s:4:\"14.7\";s:19:\"video_cloak_sitemap\";b:0;s:17:\"video_disable_rss\";b:0;s:19:\"video_custom_fields\";s:0:\"\";s:20:\"video_facebook_embed\";b:1;s:13:\"video_fitvids\";b:0;s:19:\"video_content_width\";s:0:\"\";s:19:\"video_wistia_domain\";s:0:\"\";s:21:\"video_embedly_api_key\";s:0:\"\";s:22:\"videositemap_posttypes\";a:8:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:10:\"attachment\";s:10:\"attachment\";s:14:\"e-landing-page\";s:14:\"e-landing-page\";s:17:\"elementor_library\";s:17:\"elementor_library\";s:19:\"elementskit_content\";s:19:\"elementskit_content\";s:20:\"elementskit_template\";s:20:\"elementskit_template\";s:18:\"elementskit_widget\";s:18:\"elementskit_widget\";}s:23:\"videositemap_taxonomies\";a:0:{}s:26:\"video_youtube_faster_embed\";b:0;}', 'yes'),
(292, 'elementor_pro_version', '3.29.2', 'yes'),
(293, 'elementor_pro_install_history', 'a:8:{s:6:\"3.18.3\";i:1733862765;s:6:\"3.19.2\";i:1708623336;s:6:\"3.25.4\";i:1733862766;s:6:\"3.27.4\";i:1742479744;s:6:\"3.28.1\";i:1743429755;s:6:\"3.28.2\";i:1744732191;s:6:\"3.29.0\";i:1750036874;s:6:\"3.29.2\";i:1751357198;}', 'yes'),
(294, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(295, 'wpseo_current_version', '16', 'no'),
(296, 'wpseo_premium_version', '25.3', 'yes'),
(297, 'wpseo-premium-redirects-export-plain', 'a:3:{s:19:\"برگه-نمونه\";a:2:{s:3:\"url\";s:55:\"%d8%a8%d8%b1%da%af%d9%87-%d9%86%d9%85%d9%88%d9%86%d9%87\";s:4:\"type\";i:301;}s:82:\"category/%d8%af%d8%b3%d8%aa%d9%87%d8%a8%d9%86%d8%af%db%8c-%d9%86%d8%b4%d8%af%d9%87\";a:2:{s:3:\"url\";s:32:\"category/betforward-betting-site\";s:4:\"type\";i:301;}s:37:\"category/unfiltered-access-betforward\";a:2:{s:3:\"url\";s:35:\"category/unfiltered-link-betforward\";s:4:\"type\";i:301;}}', 'on'),
(298, 'wpseo-premium-redirects-export-regex', 'a:0:{}', 'yes'),
(302, '_elementor_pro_installed_time', '1708623338', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(308, 'edd_sl_46ee4a76fa5380a8103c85613b5657a0', 'a:2:{s:7:\"timeout\";i:1772273034;s:5:\"value\";s:58197:\"{\"name\":\"ElementsKit\",\"new_version\":\"4.2.2\",\"stable_version\":\"4.2.2\",\"sections\":{\"description\":\"<p>ElementsKit is an ultimate all-in-one addon for Elementor page builder. It includes the most comprehensive modules, such as header footer builder, mega menu Builder Layout kit, etc, under the one hood. It has 40+ custom widgets to create any sites with ease. It has some most unique and powerful custom controls for elementor, such as image picker, ajax select2, Advanced widget etc. Why do you need multiple plugins? When everything is under the one hood!<\\/p>\\n\",\"changelog\":\"<p>Version: 4.2.2 (23 February 2025)<\\/p>\\n<p>Fixed: Image width selector in stylish list widget<\\/p>\\n<p>Improved: Optimize JS loading for widgets and modules<\\/p>\\n<p>Improved: Optimize HTML tag sanitization<\\/p>\\n<p>Improved: Unit options in stylish list widget<\\/p>\\n<p>Improved: Icon and pagination dot color in product carousel<\\/p>\\n<p>Version: 4.2.1 (31 December 2025)<\\/p>\\n<p>Fixed: Compatibility issue between global badge module and icon widget<\\/p>\\n<p>Version: 4.2.0 (28 December 2025)<\\/p>\\n<p>Added: Global badge module<\\/p>\\n<p>Fixed: Corrected string formatting in update notification for Edd_Warper class<\\/p>\\n<p>Fixed: Adjusted `Posts Count` control settings in blog posts widget<\\/p>\\n<p>Improved: Improve accessibility and enhance screen reader support for stylish list widget<\\/p>\\n<p>Improved: Added timeline widget equal height<br \\/>Version: 4.1.2 (20 October 2025)<br \\/>Added: Controls for showing total search results label in advanced search widget<br \\/>Fixed: Correct SVG styling selector in pricing widget<br \\/>Fixed: Excluding categories functionality in advanced search widget<br \\/>Fixed: Nav icon size and color settings conflict in Elementor loop carousel<br \\/>Fixed: Flipbox widget complict with elementor widget container<br \\/>Improved: Add text color control to stylish list widget<\\/p>\\n<p>Version: 4.1.1 (24 September 2025)<br \\/>Improved: Individual navigation positioning controls in the advanced slider<br \\/>Fixed: PHP parse_str compatibility in video gallery<br \\/>Fixed: SVG icon compatibility in the creative button widget<\\/p>\\n<p>Version: 4.1.0 (01 September 2025)<br \\/>Fixed: Icon size not applied in the table widget<br \\/>Added: Icon and text color support in the table widget<br \\/>Added: Liquid glass effect for advanced tab widget<br \\/>Added: Liquid glass effect for fancy animated text widget<br \\/>Added: Liquid glass effect for fancy flip box widget<br \\/>Fixed: Swiper navigation button selector to support both icon and SVG elements<br \\/>Fixed: Removed deprecated dialog box in facebook messenger widget<br \\/>Improved: Separated share and view controls in Facebook feed widget<br \\/>Improved: Removed old data migration functions<\\/p>\\n<p>Version: 4.0.0 (05 August 2025)<br \\/>Added: Advanced accordion widget title and icon hover colour controls<br \\/>Added: Interactive links widget background image height and width controls<br \\/>Fixed: Behance feed widget arrow icon alignment issue<br \\/>Fixed: Behance feed widget icon colour issue<br \\/>Fixed: Interactive links widget hover icon issue<br \\/>Fixed: Interactive links widget mobile responsiveness issue<br \\/>Fixed: Cross-domain widget copy-paste issue<br \\/>Fixed: Advanced slider widget edit content button issue<br \\/>Fixed: Unfold widget button text language compatibility (now supports all languages)<br \\/>Fixed: Yelp widget slider control issue<br \\/>Improved: Widgets asset loading<\\/p>\\n<p>&nbsp;<\\/p>\\n<p>Version: 3.9.1 (13 July 2025)<br \\/>Added: Elementor optimised markup compatibility for the effect module<br \\/>Fixed: Edit content button gets covered by fixed elements in the advanced slider<\\/p>\\n<p>Version: 3.9.0 (07 July 2025)<br \\/>Added: Liquid glass module<br \\/>Added: Advanced search widget<br \\/>Added: Max height control in mini cart widget<\\/p>\\n<p>Version: 3.8.9 (15 June 2025)<br \\/>Fixed: Parallax module not working in the frontend<\\/p>\\n<p>Version: 3.8.8 (27 May 2025)<br \\/>Fixed: Modules not working when element caching experiments active<\\/p>\\n<p>Version: 3.8.7 (25 May 2025)<br \\/>Added: Mouse event added in push, fade and transform style in flip box widget<br \\/>Fixed: Parallax modules not working in inner container<br \\/>Improved: Deleted repeated CSS of SVG icon<\\/p>\\n<p>Version: 3.8.6 (11 May 2025)<br \\/>Fixed: Responsive line direction in hotspot widget<br \\/>Fixed: Screen blink or jump slightly upward when sticky and scroll stops in mobile<br \\/>Improved: Delete repeated css of SVG icon<\\/p>\\n<p>Version: 3.8.5 (15 April 2025)<br \\/>Fixed: Content disappearing issue in iPhone when using the `show on scroll up` direction<br \\/>Fixed: Unfold widget opened initially inside advanced tab items<br \\/>Fixed: Showing error when user id and access token not set in instagram widget<br \\/>Improved: Update DataTables to v2 for table widget<br \\/>Improved: Controls for icon and title in timeline widget<\\/p>\\n<p>Version: 3.8.4 (18 March 2025)<br \\/>Fixed: Event handler for expand unfold widget to prevent multiple bindings<br \\/>Fixed: Ajax pagination not working in blog posts widget<br \\/>Improved : Added submenu item styling for typography, color, padding and border<\\/p>\\n<p>Version: 3.8.3 (11 March 2025)<br \\/>Fixed: Multi parallax is not working when element caching is enable<br \\/>Fixed: Background image parallax not working sometimes when lazy load is enable<br \\/>Fixed: Corrected popup width settings for the outside position in modal popups<br \\/>Improved: Enhanced background image handling and multi-parallax effects<br \\/>Improved: Conditionally register frontend scripts and styles for the advanced tooltip module<\\/p>\\n<p>Version: 3.8.2 (09 February 2025)<br \\/>Improved: WhatsApp widget links open URL<br \\/>Improved: Sticky content module asset loading when unused<br \\/>Improved: Particles module asset loading when unused<br \\/>Improved: Mouse cursor module asset loading when unused<br \\/>Improved: Wrapper link module asset loading when unused<\\/p>\\n<p>&nbsp;<\\/p>\\n<p>Version: 3.8.1 (27 January 2025)<br \\/>Fixed: WhatsApp widget chat not redirecting to the users inbox<\\/p>\\n<p>Version: 3.8.0 (22 January 2025)<br \\/>Added: Deprecated widget class `.elementor-*-container` compatibility for Elementor 3.26<\\/p>\\n<p>Version: 3.7.9 (20 January 2025)<br \\/>Improved: Parallax effects module reduce 155 KB and 5 requests when unused<br \\/>Improved: Parallax module sanitization<\\/p>\\n<p>Version: 3.7.8 (29 December 2024)<br \\/>Added: Self-hosted video option in the video gallery widget<br \\/>Fixed: Changed subtitle tags from `&lt;h2&gt;` to `&lt;span&gt;` for better semantic structure<br \\/>Fixed: Added compatibility with ARMember Lite in the Elementor editor<br \\/>Fixed: Woo Product carousel breaking in Elementor 3.26<br \\/>Improved: Enhanced hover effect on horizontal timeline items to retain the last hovered state<br \\/>Improved: Added a `Keep Hovered` option (yes or no) for horizontal timeline items<br \\/>Improved: Introduced alignment and line break control options for the horizontal timeline widget<br \\/>Improved: Adjusted responsive width for horizontal timeline items<br \\/>Improved: Removed unnecessary flex-wrap property from horizontal timeline styles<\\/p>\\n<p>Version: 3.7.7 (19 December 2024)<br \\/>Added: Compatibility support for Elementor 3.26 in widgets relying on `Swiper`<br \\/>Added: Compatibility support for Elementor 3.26 in `has_widget_inner_wrapper()` for certain widgets<\\/p>\\n<p>Version: 3.7.6 (07 December 2024)<br \\/>Fixed: Parallax effect animation conflict with Elementor animation<br \\/>Fixed: Carousel layout causing browser console errors in video gallery widget<br \\/>Improved: Pricing menu widget CSS and removed unnecessary CSS<\\/p>\\n<p>Version: 3.7.5 (17 November 2024)<br \\/>Fixed: Cross domain copy paste not working<\\/p>\\n<p>Version: 3.7.4 (27 October 2024)<br \\/>Fixed: Minor bugs and improvements<\\/p>\\n<p>Version: 3.7.3 (26 October 2024)<br \\/>Added: Circle menu widget<br \\/>Fixed: Icon is missing at `interactive link`<br \\/>Improved: Interactive links widget controls and styles<\\/p>\\n<p>Version: 3.7.2 (20 October 2024)<br \\/>Fixed: Transition is not working on hover in container widget<\\/p>\\n<p>Version: 3.7.1 (16 October 2024)<br \\/>Added: Pagination feature to the product list widget<br \\/>Added: Support for changing the label of the Elementor form reset button field<br \\/>Fixed: Facebook feed widget to correctly display the number of likes and comments with appropriate labels<br \\/>Improved: Hover transition control for the button in the form reset button module<\\/p>\\n<p>Version: 3.7.0 (22 September 2024)<br \\/>Fixed: Template insertion and placeholder images in the template library<br \\/>Improved: Advanced slider widget configuration for better compatibility<br \\/>Improved: Updated the Jarallax library to version 2.2.1<\\/p>\\n<p>Version: 3.6.9 (01 September 2024)<br \\/>Added: Compatibility for `waypoints.js` using `IntersectionObserver()`<br \\/>Fixed: Parallax effect shape is not showing<br \\/>Fixed: Header footer compatibility issue with houzez theme<\\/p>\\n<p>Version: 3.6.8 (13 August 2024)<br \\/>Fixed: Element caching compatibility<\\/p>\\n<p>Version: 3.6.7 (12 August 2024)<br \\/>Added: WhatsApp button goes directly on whatsApp app<br \\/>Fixed: Updated popup close button in the video gallery widget<br \\/>Improved: Security best practices in blog posts widget<\\/p>\\n<p>Version: 3.6.6 (27 July 2024)<br \\/>Added: Support for `is_dynamic_content()`<br \\/>Improved: Accessibility, performance, and security best practices<\\/p>\\n<p>Version: 3.6.5 (14 July 2024)<br \\/>Added: Support for vimeo videos in video gallery widget<br \\/>Fixed: Short URL not working in video gallery widget<br \\/>Fixed : Image morphing widget import issue<br \\/>Fixed: Refactor pagination code in blog posts widget<\\/p>\\n<p>Version: 3.6.4 (04 July 2024)<br \\/>Fixed: Minor bugs &amp; improvements<\\/p>\\n<p>Version: 3.6.3 (09 June 2024)<br \\/>Added: Pause on mouse hover in advanced slider widget<br \\/>Improved: Table and motion text widget sanitization<\\/p>\\n<p>Version: 3.6.2 (20 May 2024)<br \\/>Improved: Wrapper link module URL sanitization<br \\/>Improved: Table widget external link data sanitization<\\/p>\\n<p>Version: 3.6.1 (15 April 2024)<br \\/>Added: Interactive links widget<br \\/>Fixed: Minor bug &amp; improvements<br \\/>Improved: Several widget sanitization<\\/p>\\n<p>Version: 3.6.0 (31 March 2024)<br \\/>Added: Protected content widget<br \\/>Added: Mouse cursor margin control<br \\/>Added: Breakpoints in sticky module<br \\/>Fixed: Facebook review widget showing error with TranslatePress plugin<br \\/>Fixed: Zoom JWT deprecation<\\/p>\\n<p>Version: 3.5.0 (27 November 2023)<br \\/>Added: Mouse cursor module<br \\/>Added: Glass morphism module<br \\/>Added: Table widget search icon control<br \\/>Added: Chart widget legend click option<br \\/>Fixed: Price menu widget card list link issue<br \\/>Fixed: Facebook page video play issue<br \\/>Fixed: Blog posts load more issues<\\/p>\\n<p>Version: 3.4.1 (14 November 2023)<br \\/>Fixed: Google sheet token expire issue<br \\/>Fixed: Table responsive not working properly<br \\/>Improved: Access control security<\\/p>\\n<p>Version: 3.4.0 (29 October 2023)<br \\/>Added: Comparison table widget<br \\/>Added: Wrapper link Module<br \\/>Fixed: Volume display handling for touch devices<br \\/>Fixed: Price menu widget anchor tag issue<br \\/>Fixed: Facebook feed responsive issues<br \\/>Fixed: Facebook page review widget ID token vaildation check<br \\/>Fixed: Blog posts masonry issue<br \\/>Fixed: Advanced slider thumbs issue<br \\/>Fixed: Blog posts widgets load more<br \\/>Improved: Vertical menu dropdown arrow changes option<\\/p>\\n<p>Version: 3.3.0 (21 Jun 2023)<br \\/>Fixed: Popup modal widget editor loading<br \\/>Fixed: Advanced tab hash change undefined<br \\/>Fixed: HTML is not working in advanced tab widget<br \\/>Fixed: WhatsApp widget responsive issues<br \\/>Fixed: Google SDK deprecated issues for PHP 8.0 and above<br \\/>Fixed: Particles module console error occurs on non-Elementor pages<br \\/>Fixed: Compatibility issue with slick slider<br \\/>Fixed: Accordion not working inside advanced toggle widget<br \\/>Fixed: Dribbble widget spelling issues<br \\/>Improved: Flip box widget firefox browser compatibility<br \\/>Improved: Coupon Code Widget controls<br \\/>Improved: Optimize review, price menu, team, video gallery sliders<\\/p>\\n<p>Version: 3.2.1 (05 Apr 2023)<br \\/>Fixed: Swiper v8.45 compatibility<br \\/>Fixed: Advanced Tab Widget Enable URL Hash Issue<br \\/>Fixed: Pause on Hover option doesn\'t work on the Video Gallery widget Carousel<br \\/>Fixed: Stylish List description escaping issue<br \\/>Fixed: Social profile URL on the popup of the Team Carousel Slider widget issue.<br \\/>Fixed: Yelp Review feed issue<br \\/>Improved: Advanced Slider Widget Js Optimize and New Controls Added like Thumbnail Scale, Loop Option, Speed.<br \\/>Improved: Fancy Animated Text Support with an Advanced Slider widget<\\/p>\\n<p>Version: 3.2.0 (28 Feb 2023)<br \\/>Added: Content Ticker widget<br \\/>Added: Coupon Code Widget<br \\/>Added: Particles Module<br \\/>Added: New styles and features in Whatsapp Widget<br \\/>Added: Icons for Dribble, Pinterest and Behance Feed Widgets<br \\/>Fixed: Parallax Module support with Flex Container<br \\/>Fixed: Maximum project per page is fixed at Dribble Feed Widget<br \\/>Fixed: Breakpoints issue fixed for Advanced Slider Widget<br \\/>Fixed: Parallax Module On Mouse Move effect for widget support with Container.<br \\/>Fixed: Compatibility issues with Eduma theme<br \\/>Improved: Accessibility for widgets and modules<\\/p>\\n<p>Version: 3.1.0 (16 Jan 2023)<br \\/>Added: Audio Player Widget<br \\/>Added: Flip Box Widget<br \\/>Added: Image Morphing Widget<br \\/>Added: Flex container support<br \\/>Added: Carousel Slider controls to Blog Post Widget<br \\/>Added: Ten new swap styles to Image Swap Widget<br \\/>Fixed: Gallery Widget PHP warning issue<br \\/>Fixed: Box-shadow arrow issue in Advanced Tooltip Module<br \\/>Fixed: Swiper slider initial loading breaks columns<br \\/>Fixed: Link getting duplicate for socials in Team Carousel Slider<br \\/>Improved: Team Carousel Slider controls<br \\/>Improved: Optimize JS for Behance Feed Widget<br \\/>Improved: Widgets searching keywords for editor panel<br \\/>Improved: Breadcrumb Widget styles and controls<br \\/>Tweaked: Disable glare effect in Parallax Module<\\/p>\\n<p>Version: 3.0.0 (12 Dec 2022)<br \\/>Added: Stylish List widget<br \\/>Added: Team Carousel Slider widget<br \\/>Added: Widgets Documentation URL<br \\/>Fixed: Fancy Animated Text animation issues<br \\/>Fixed: Board name more than one word doesn\'t fetch in Pinterest Feed widget<br \\/>Fixed: Price Menu widget link doesn\'t work properly<br \\/>Fixed: Button link not working properly in Image hover effect<br \\/>Fixed: Arrow position in Video Gallery<br \\/>Fixed: Flickering issue for Advanced tab content<br \\/>Fixed: Advanced widgets issue with Table widget<br \\/>Fixed: Testimonials slider not working inside advanced tab of OceanWP theme<br \\/>Fixed: Fancy Animated Text Widget Text crop &amp; Cursor gap issue<br \\/>Fixed: Advanced tab widget vertical height issues<br \\/>Fixed: Responsive issues in Video Gallery widget<br \\/>Fixed: Firebase JWT conflict issue<br \\/>Improved: Parallax module js<br \\/>Improved: Vertical alignment in Advanced Tab widget<br \\/>Improved: Fancy Animated Text Widget Visibility<br \\/>Improved: Fancy Animated Text Widget Bar Loading Animation<br \\/>Improved: Fancy Animated Text Widget SVG Shape left, Right Moved<br \\/>Improved: Advanced Slider widget Progress-bar System &amp; Slider Content Animation<br \\/>Improved: Advanced Slider widget Slides Per View &amp; Wrapper Padding<br \\/>Improved: Filter spacing Control in Video Gallery widget<br \\/>Tweaked: Image Overlay control in Blog Post widget<br \\/>Tweaked: Advanced Slider widget Vertical &amp; Image Thumbs<\\/p>\\n<p>Version: 2.8.0 (02 Oct 2022)<br \\/>Added: Price Menu widget<br \\/>Added: Fancy Animated Text Widget<br \\/>Added: Image Masking Module<br \\/>Added: Dynamic content support for Elementor pro<br \\/>Added: Image hover effect widget WPML compatibility<br \\/>Fixed: Elementor reset style issue with Elementskit Conditions module<br \\/>Fixed: Swiper slider is not working and updating inside an advanced tab<br \\/>Fixed: Ajax mega menu load issue with vertical menu<br \\/>Tweaked: Image Hover Effect widget<\\/p>\\n<p>Version: 2.7.0 (24 Aug 2022)<br \\/>Added: Image Hover Effect widget<br \\/>Added: Option for disable CSS3 animation for responsiveness<br \\/>Added: Horizontal bottom position for Timeline widget<br \\/>Fixed: Woo Product List widget\'s query issue<br \\/>Fixed: Timeline widget pinpoint icon border-radius control disappear issue<br \\/>Fixed: Fatal error with google client vendor<br \\/>Fixed: Animation and css issues in Timeline widget<\\/p>\\n<p>Version: 2.6.10 (17 Jul 2022)<br \\/>Added: Facebook Feed widget\'s demo in Template library<br \\/>Added: Style for Breadcrumb widget<br \\/>Added: Text field in Woo Mini Cart widget<br \\/>Fixed: Code Optimized.<br \\/>Fixed: Vendor conflict issue<br \\/>Fixed: Advanced Tooltip background not changed when upload image<br \\/>Fixed: Conflict css issue with twenty twenty one theme<br \\/>Fixed: Pinterest share is not working in Facebook Feed widget<br \\/>Fixed: Advanced tab issue for OceanWP Theme<br \\/>Fixed: Woo Mini Cart css issue for OceanWP theme<br \\/>Fixed: Timeline widget\'s title, subtitle and anchor color not changing<br \\/>Tweaked: Table Widget css issue in OceanWP Theme<\\/p>\\n<p>Version: 2.6.9 (26 Jun 2022)<br \\/>Fixed: Code Optimized.<\\/p>\\n<p>Version: 2.6.8 (24 May 2022)<br \\/>Fixed: CSS bug fix.<\\/p>\\n<p>Version: 2.6.7 (27th April 2022)<br \\/>Added: Compatibility with PHP 8.0. <br \\/>Tweaked: JS, PHP &amp; CSS.<\\/p>\\n<p>Version: 2.6.6 (25th April 2022)<br \\/>Fixed: Advance Tab widget issue.<br \\/>Fixed: Advance Accordion widget issue.<br \\/>Fixed: Advance Toggle widget issue.<br \\/>Fixed: Advance Slider widget issue.<\\/p>\\n<p>Version: 2.6.5 (18th April 2022) <br \\/>Addded: Whatsapp Widget. <br \\/>Fixed: Creative Button icon position.<br \\/>Fixed: Advanced tab content issue.<br \\/>Fixed: Advanced Accordion content issue.<br \\/>Fixed: Advanced Toggle content issue.<\\/p>\\n<p>Version: 2.6.4 (24th March 2022)<br \\/>Added: Subcontinent and Image in Advanced Tooltip widget.<br \\/>Improved: Added Advance tooltip subtitle, image, and many controls.<br \\/>Fixed: Body alignment issue in Table widget.<br \\/>Fixed: HTML content issue in Advanced Tooltip widget.<br \\/>Fixed: Instagram widget caption and others issues<br \\/>Fixed: Elementor 3.6.1 conflicts for deprecation.<br \\/>Fixed: Elementor responsive control devices compatibility issue<br \\/>Fixed: Tweak border radius issue of advance tooltip widget<br \\/>Fixed: Advanced tab issue ( specially with OceanWP theme )<\\/p>\\n<p>Version: 2.6.3 (15th February 2022)<br \\/>Improved: Parallax doesn\'t work on tablets &amp; mobile devices.<br \\/>Fixed: Table widget issue ( Editor output style not work &amp; HTML print with image).<br \\/>Fixed: Video widget issue.<br \\/>Fixed: Conditional content module has a conflict with the Russian language.<\\/p>\\n<p>Version: 2.6.2 (30th January 2022)<br \\/>Added: Integrate google sheet inside table widget.<br \\/>Added: WYSIWYG control for table body text.<br \\/>Fixed: Table widget fopen function warning.<br \\/>Fixed: Table widget image issue.<\\/p>\\n<p>Version: 2.6.1 (22th January 2022).<br \\/>Fixed: Icon missing &amp; replaced fontAwesome icon with elementor icon.<br \\/>Fixed: Advanced Tab issue with OceanWP theme.<br \\/>Tweaked: CSS and JS improved.<\\/p>\\n<p>Version: 2.6.0 (9th January 2022).<br \\/>Added: Ajax Loading support for Advanced Tab Widget.<br \\/>Improved: Improved data attribute.<br \\/>Improved: Update paralax library version(Jaralax).<br \\/>Improved: Mini cart &amp; ajax loading support for Advanced Tab. <br \\/>Fixed: HTML tag does not work into table widget cell text.<br \\/>Fixed: PHP notice and warning when username is not exist in pinterest feed.<br \\/>Fixed: Limiting instagram feeds causes shrinking of columns in instagram feed.<\\/p>\\n<p>Version: 2.5.0 (20th December 2021)<br \\/>New: Hover option added for Vertical Menu Widget.<br \\/>New: Russian language for translation.<br \\/>Fix: Sticky Offset support for Smooth Scrolling.<br \\/>Fix: Background Image rendering issue for Parallax Module.<br \\/>Fix: Table widget missing controls.<br \\/>Fix: Instagram Feed Fatal Error.<br \\/>Removed: Comment and like count from instagram feed widget.<\\/p>\\n<p>Version: 2.4.1 (2nd December 2021)<br \\/>Fix: Script defer loading issue for Copy-Paste Module.<br \\/>Tweak: CSS and JS improved<\\/p>\\n<p>Version: 2.4.0 (25th November, 2021)<br \\/>Improved: Bundled Modules js for avoiding multiple request to increase the performance.<br \\/>Tweak: CSS and JS improved<\\/p>\\n<p>Version: 2.3.7 (7th November, 2021)<br \\/>Fix: Woo Product Carousel issue.<br \\/>Fix: Advanced tab nested issue fixed.<br \\/>Fix: fixed grid compatibility issue.<br \\/>Tweak: CSS and JS improved<\\/p>\\n<p>Version: 2.3.6 (26th September, 2021)<br \\/>Fix: Woo Category widget grid issue with Astra theme<br \\/>Fix: Woo Product List widget grid issue with Astra theme<br \\/>Fix: Hover behavior issue for Woo Mini Cart Widget.<br \\/>Fix: Responsive support for Chart Widget with large data.<br \\/>Fix: Horizontal style content alignment for Timeline Widget.<\\/p>\\n<p>Version: 2.3.5 (19 August, 2021)<br \\/>Fix: JS conflict when first load for Parallax Module.<br \\/>Fix: Responsive controls issue for Woo Category List Widget.<br \\/>Fix: Removed deprecated Elementor PHP Methods from Widgets.<\\/p>\\n<p>Version: 2.3.4 (2 August, 2021)<br \\/>Fix: Advanced Accordion and Advanced Tab widgets conflict with OceanWP theme.<br \\/>Fix: Advanced Toggle widget Indicator Global color issues.<br \\/>Fix: Unfold widget title alignment issue.<br \\/>Fix: Timeline widget content alignment issue.<\\/p>\\n<p>Version: 2.3.3 (15 July, 2021)<br \\/>Fix: Swiper Slider conflict issues fixed with other theme.<\\/p>\\n<p>Version: 2.3.2 (15 July, 2021)<br \\/>Tweak: Removed loop from carousel related widgets.<\\/p>\\n<p>Version: 2.3.1 (13 July, 2021)<br \\/>Fix: Multiple placeholder image upload issues when importing widget.<br \\/>Fix: Background color delay loading issues fixed on Table widget.<br \\/>Tweak: Improved W3validation.<br \\/>Tweak: TweenMax JS Library updated to the latest version.<br \\/>Tweek: Converted widgets slideshow from slick to swiper.<br \\/>Tweak: Optimized Images.<\\/p>\\n<p>Version: 2.3.0 (8 June, 2021)<br \\/>New: Refined Layout Manager with Tabs, Categories and Search filters.<br \\/>New: Modern and Creative Template Kits, Pages and Section Ready Templates.<br \\/>Tweak: Manual cache clear button for Dribbble Feed widget.<br \\/>Tweak: Getting access token made easy for Dribbble Feed widget.<br \\/>Tweak: Bring unfold widget into viewport while closing the content.<br \\/>Fix: Mobile scrolling issues for Hotspot Widget.<br \\/>Fix: Undefined variables for Twitter Feed Widget.<br \\/>Fix: Limit for Facebook Feed API.<br \\/>Fix: Reaction Icons for Facebook Feed.<br \\/>Fix: Minor spelling issue.<\\/p>\\n<p>Version: 2.2.3 (10 May, 2021)<br \\/>New: Hover Trigger on Advanced Tab Widget.<br \\/>Tweak: Improvements for the Instagram API.<br \\/>Tweak: Improvements for the Faceebook Feed API.<br \\/>Fix: Profile Picture issue for Instagram Widget.<\\/p>\\n<p>Version: 2.2.2 (29 April, 2021)<br \\/>New: Blog Posts Widget Floating Category.<br \\/>New: Blog Posts Widget Various Missing Controls.<br \\/>New: Dribbble Feed User Info &amp; Header.<br \\/>New: Dribbble Feed Various Missing Controls.<br \\/>New: Border control to pinterest feed widget.<br \\/>New: Follow button icon control to twitter feed widget.<br \\/>New: Padding control to twitter feed widget.<br \\/>New: Header background control to twitter feed widget.<br \\/>New: Share button to twitter feed widget.<br \\/>Tweak: SVG icon to elementskit icon to twitter feed widget.<br \\/>Tweak: Layout five to behance feed widget.<br \\/>Tweak: Replaced deprecated Elementor PHP Methods for Widgets.<br \\/>Fix: Category List Widget separator position issue.<br \\/>Fix: Google Map Widget static type image issue.<br \\/>Fix: Facebook Page Review content alignment issue.<br \\/>Fix: Twitter feed read more button.<br \\/>Fix: Header Alignment Control for Table Widget.<br \\/>Fix: Product Count styles for Woo Category List Widget.<br \\/>Fix: Responsive support for Dribbble Feed Widget.<\\/p>\\n<p>Version: 2.2.1 (14-04-2021)<br \\/>Fix: Compatibility issues with Elementor 3.2.0.<\\/p>\\n<p>Version: 2.2.0 (02-03-2021)<br \\/>Improve: Minor bug fix and code improvements.<br \\/>Improve: Minor escaping and validation improvements.<\\/p>\\n<p>Version: 2.1.7 (25-02-2021)<br \\/>New: Image Size control for Gallery Widget.<br \\/>New: Option to Show\\/Hide Facebook Messenger Dialog Box.<br \\/>New: Image Comparison support for Advanced Tab Widget.<br \\/>Fix: Responsive glitch in Timeline Widget.<\\/p>\\n<p>Version: 2.1.6 (07-02-2021)<br \\/>New: Introducing Image Swap Widget - show a different image as the user hovers.<\\/p>\\n<p>Version: 2.1.5 (27-01-2021)<br \\/>Fix: Sticky Module conflict with latest Elementor.<br \\/>Fix: Slick Library update support for Latest Elementor update.<br \\/>Fix: Woo Category List widget featured style minor CSS grid issue.<\\/p>\\n<p>Version: 2.1.4 (25-01-2021)<br \\/>Tweak: Support W3C validation when using Facebook Messenger.<br \\/>Fix: Blog Posts Widget default image size changed to provide clear images.<\\/p>\\n<p>Version: 2.1.3 (18-01-2021)<br \\/>Fix: Instagram api expire time extended.<br \\/>Fix: Editor live changes support for Advanced Tooltip.<\\/p>\\n<p>Version: 2.1.2 (12-01-2021)<br \\/>Fix: Advanced Tooltip js conflict in the Elementor editor.<\\/p>\\n<p>Version: 2.1.1 (10-01-2021)<br \\/>New: Introducing Advanced Tooltip - add tooltip to any Widget.<br \\/>Fix: Improved Advanced Toggle Widget toggler btn.<br \\/>Fix: Missing string translations for Table Widget.<br \\/>Fix: List style reset for Gallery Filter.<\\/p>\\n<p>Version: 2.1.0 (24-12-2020)<br \\/>New: Advanced Tab Widget now has option to enable URL hash routing capability.<br \\/>New: Option to set popup alignment for Woo Mini Cart Widget.<br \\/>Fix: Popup Modal Widget content editor showing same content for multiple widget in the same page.<br \\/>Fix: Minor CSS broken issues fixed on Hotspot Widget.<br \\/>Fix: Some css broken issues fixed on hotspot<br \\/>Fix: added featured category link field \'Woo Category List\' widget<br \\/>Fix: Buttons white-space are reset to default.<br \\/>Fix: Woo Product Carousel and List Widget compatibility with TwentyTwentyOne Theme.<br \\/>Fix: CSS ul and ol list style wasn\'t visible inside widgets.<\\/p>\\n<p>Version: 2.0.6 (06-12-2020)<br \\/>Fix: JS conflict issues fixed with \'Rank Math\' plugin.<br \\/>Improve: CSS and JS improved.<\\/p>\\n<p>Version: 2.0.5 (30-11-2020)<br \\/>New: Added \'Popup Modal\' widget.<br \\/>New: Added new instagram widget with Instagram official API.<br \\/>New: Added control for keeping one dot always active.<br \\/>New: Added Iframe and shortcode support on content.<br \\/>Fix: Clicking pointer issues fixed.<br \\/>Fix: \\\"Non property\\\" notice in instagram widget.<br \\/>Fix: Fixed the line issues when increasing the pointer size.<br \\/>Fix: Minor responsive issues fixed.<\\/p>\\n<p>Version: 2.0.4 (22-11-2020)<br \\/>Fix: Timeline\'s elements was showing after some delay.<\\/p>\\n<p>Version: 2.0.3 (16-11-2020)<br \\/>New: Advanced controls for Conditional Widget.<br \\/>New: Cross domain copy-paste module (the long waited feature).<br \\/>New: Added default color scheme on Facebook Messenger widget.<br \\/>New: Added Locale on Facebook Messenger widget.<br \\/>Fix: Caret image missing for Advanced Tab.<br \\/>Fix: Ekit button js error when \\\"add section\\\" is clicked.<br \\/>Tweak: Instagram feed widget.<br \\/>Tweak: Improved CSS &amp; JS.<\\/p>\\n<p>Version: 2.0.2<br \\/>Fix: Facebook feed API.<br \\/>Fix: Some spelling mistakes.<br \\/>Fix: License activation conflicting.<\\/p>\\n<p>Version: 2.0.1<br \\/>Fix: Instagram\'s cache issue. Posts were not properly updated.<\\/p>\\n<p>Version: 2.0.0<br \\/>New: New Unfold widget added.<br \\/>Fix: Google Map API Script is enqueueing even it\'s not enabled.<br \\/>Fix: Facebook Review Broken issue.<br \\/>Fix: HeaderFooter builder compatiblity.<br \\/>Added: Pagination to Blog Posts.<br \\/>Added: Import &amp; export system for WidgetBuilder module.<br \\/>Added: New features: \\\"dribble-feed, facebook-feed, facebook-review, instagram-feed, twitter-feed, unfold, yelp, zoom\\\".<\\/p>\\n\"},\"license_check\":\"\",\"msg\":\"License key is not valid for ElementsKit\",\"homepage\":\"https:\\/\\/account.wpmet.com\\/downloads\\/elementskit\\/\",\"package\":\"https:\\/\\/account.wpmet.com\\/edd-sl\\/package_download\\/MTc3MjM2MzAzNDphY3RpdmF0ZWQ6OTpiMzRjMTdkYmEzNjAxMzM3ZmM3YTlkY2QxMTM2N2ZhZTpodHRwc0AvL2ZvcndhcmRiZXQuY2FzaW5vOjA=\",\"icons\":{\"1x\":\"https:\\/\\/account.wpmet.com\\/wp-content\\/uploads\\/edd\\/2025\\/11\\/elementskit-128x128.png\",\"2x\":\"https:\\/\\/account.wpmet.com\\/wp-content\\/uploads\\/edd\\/2025\\/11\\/elementskit.png\"},\"banners\":{\"high\":\"https:\\/\\/account.wpmet.com\\/wp-content\\/uploads\\/edd\\/2019\\/11\\/banner-1544x500.png\",\"low\":\"https:\\/\\/account.wpmet.com\\/wp-content\\/uploads\\/edd\\/2019\\/11\\/banner-772x250.png\"},\"slug\":\"elementskit\",\"url\":\"https:\\/\\/account.wpmet.com\\/downloads\\/elementskit\\/?changelog=1\",\"last_updated\":\"2026-02-24 06:05:58\",\"download_link\":\"https:\\/\\/account.wpmet.com\\/edd-sl\\/package_download\\/MTc3MjM2MzAzNDphY3RpdmF0ZWQ6OTpiMzRjMTdkYmEzNjAxMzM3ZmM3YTlkY2QxMTM2N2ZhZTpodHRwc0AvL2ZvcndhcmRiZXQuY2FzaW5vOjA=\",\"description\":[\"<p>ElementsKit is an ultimate all-in-one addon for Elementor page builder. It includes the most comprehensive modules, such as header footer builder, mega menu Builder Layout kit, etc, under the one hood. It has 40+ custom widgets to create any sites with ease. It has some most unique and powerful custom controls for elementor, such as image picker, ajax select2, Advanced widget etc. Why do you need multiple plugins? When everything is under the one hood!<\\/p>\\n\"],\"changelog\":[\"<p>Version: 4.2.2 (23 February 2025)<\\/p>\\n<p>Fixed: Image width selector in stylish list widget<\\/p>\\n<p>Improved: Optimize JS loading for widgets and modules<\\/p>\\n<p>Improved: Optimize HTML tag sanitization<\\/p>\\n<p>Improved: Unit options in stylish list widget<\\/p>\\n<p>Improved: Icon and pagination dot color in product carousel<\\/p>\\n<p>Version: 4.2.1 (31 December 2025)<\\/p>\\n<p>Fixed: Compatibility issue between global badge module and icon widget<\\/p>\\n<p>Version: 4.2.0 (28 December 2025)<\\/p>\\n<p>Added: Global badge module<\\/p>\\n<p>Fixed: Corrected string formatting in update notification for Edd_Warper class<\\/p>\\n<p>Fixed: Adjusted `Posts Count` control settings in blog posts widget<\\/p>\\n<p>Improved: Improve accessibility and enhance screen reader support for stylish list widget<\\/p>\\n<p>Improved: Added timeline widget equal height<br \\/>Version: 4.1.2 (20 October 2025)<br \\/>Added: Controls for showing total search results label in advanced search widget<br \\/>Fixed: Correct SVG styling selector in pricing widget<br \\/>Fixed: Excluding categories functionality in advanced search widget<br \\/>Fixed: Nav icon size and color settings conflict in Elementor loop carousel<br \\/>Fixed: Flipbox widget complict with elementor widget container<br \\/>Improved: Add text color control to stylish list widget<\\/p>\\n<p>Version: 4.1.1 (24 September 2025)<br \\/>Improved: Individual navigation positioning controls in the advanced slider<br \\/>Fixed: PHP parse_str compatibility in video gallery<br \\/>Fixed: SVG icon compatibility in the creative button widget<\\/p>\\n<p>Version: 4.1.0 (01 September 2025)<br \\/>Fixed: Icon size not applied in the table widget<br \\/>Added: Icon and text color support in the table widget<br \\/>Added: Liquid glass effect for advanced tab widget<br \\/>Added: Liquid glass effect for fancy animated text widget<br \\/>Added: Liquid glass effect for fancy flip box widget<br \\/>Fixed: Swiper navigation button selector to support both icon and SVG elements<br \\/>Fixed: Removed deprecated dialog box in facebook messenger widget<br \\/>Improved: Separated share and view controls in Facebook feed widget<br \\/>Improved: Removed old data migration functions<\\/p>\\n<p>Version: 4.0.0 (05 August 2025)<br \\/>Added: Advanced accordion widget title and icon hover colour controls<br \\/>Added: Interactive links widget background image height and width controls<br \\/>Fixed: Behance feed widget arrow icon alignment issue<br \\/>Fixed: Behance feed widget icon colour issue<br \\/>Fixed: Interactive links widget hover icon issue<br \\/>Fixed: Interactive links widget mobile responsiveness issue<br \\/>Fixed: Cross-domain widget copy-paste issue<br \\/>Fixed: Advanced slider widget edit content button issue<br \\/>Fixed: Unfold widget button text language compatibility (now supports all languages)<br \\/>Fixed: Yelp widget slider control issue<br \\/>Improved: Widgets asset loading<\\/p>\\n<p>&nbsp;<\\/p>\\n<p>Version: 3.9.1 (13 July 2025)<br \\/>Added: Elementor optimised markup compatibility for the effect module<br \\/>Fixed: Edit content button gets covered by fixed elements in the advanced slider<\\/p>\\n<p>Version: 3.9.0 (07 July 2025)<br \\/>Added: Liquid glass module<br \\/>Added: Advanced search widget<br \\/>Added: Max height control in mini cart widget<\\/p>\\n<p>Version: 3.8.9 (15 June 2025)<br \\/>Fixed: Parallax module not working in the frontend<\\/p>\\n<p>Version: 3.8.8 (27 May 2025)<br \\/>Fixed: Modules not working when element caching experiments active<\\/p>\\n<p>Version: 3.8.7 (25 May 2025)<br \\/>Added: Mouse event added in push, fade and transform style in flip box widget<br \\/>Fixed: Parallax modules not working in inner container<br \\/>Improved: Deleted repeated CSS of SVG icon<\\/p>\\n<p>Version: 3.8.6 (11 May 2025)<br \\/>Fixed: Responsive line direction in hotspot widget<br \\/>Fixed: Screen blink or jump slightly upward when sticky and scroll stops in mobile<br \\/>Improved: Delete repeated css of SVG icon<\\/p>\\n<p>Version: 3.8.5 (15 April 2025)<br \\/>Fixed: Content disappearing issue in iPhone when using the `show on scroll up` direction<br \\/>Fixed: Unfold widget opened initially inside advanced tab items<br \\/>Fixed: Showing error when user id and access token not set in instagram widget<br \\/>Improved: Update DataTables to v2 for table widget<br \\/>Improved: Controls for icon and title in timeline widget<\\/p>\\n<p>Version: 3.8.4 (18 March 2025)<br \\/>Fixed: Event handler for expand unfold widget to prevent multiple bindings<br \\/>Fixed: Ajax pagination not working in blog posts widget<br \\/>Improved : Added submenu item styling for typography, color, padding and border<\\/p>\\n<p>Version: 3.8.3 (11 March 2025)<br \\/>Fixed: Multi parallax is not working when element caching is enable<br \\/>Fixed: Background image parallax not working sometimes when lazy load is enable<br \\/>Fixed: Corrected popup width settings for the outside position in modal popups<br \\/>Improved: Enhanced background image handling and multi-parallax effects<br \\/>Improved: Conditionally register frontend scripts and styles for the advanced tooltip module<\\/p>\\n<p>Version: 3.8.2 (09 February 2025)<br \\/>Improved: WhatsApp widget links open URL<br \\/>Improved: Sticky content module asset loading when unused<br \\/>Improved: Particles module asset loading when unused<br \\/>Improved: Mouse cursor module asset loading when unused<br \\/>Improved: Wrapper link module asset loading when unused<\\/p>\\n<p>&nbsp;<\\/p>\\n<p>Version: 3.8.1 (27 January 2025)<br \\/>Fixed: WhatsApp widget chat not redirecting to the users inbox<\\/p>\\n<p>Version: 3.8.0 (22 January 2025)<br \\/>Added: Deprecated widget class `.elementor-*-container` compatibility for Elementor 3.26<\\/p>\\n<p>Version: 3.7.9 (20 January 2025)<br \\/>Improved: Parallax effects module reduce 155 KB and 5 requests when unused<br \\/>Improved: Parallax module sanitization<\\/p>\\n<p>Version: 3.7.8 (29 December 2024)<br \\/>Added: Self-hosted video option in the video gallery widget<br \\/>Fixed: Changed subtitle tags from `&lt;h2&gt;` to `&lt;span&gt;` for better semantic structure<br \\/>Fixed: Added compatibility with ARMember Lite in the Elementor editor<br \\/>Fixed: Woo Product carousel breaking in Elementor 3.26<br \\/>Improved: Enhanced hover effect on horizontal timeline items to retain the last hovered state<br \\/>Improved: Added a `Keep Hovered` option (yes or no) for horizontal timeline items<br \\/>Improved: Introduced alignment and line break control options for the horizontal timeline widget<br \\/>Improved: Adjusted responsive width for horizontal timeline items<br \\/>Improved: Removed unnecessary flex-wrap property from horizontal timeline styles<\\/p>\\n<p>Version: 3.7.7 (19 December 2024)<br \\/>Added: Compatibility support for Elementor 3.26 in widgets relying on `Swiper`<br \\/>Added: Compatibility support for Elementor 3.26 in `has_widget_inner_wrapper()` for certain widgets<\\/p>\\n<p>Version: 3.7.6 (07 December 2024)<br \\/>Fixed: Parallax effect animation conflict with Elementor animation<br \\/>Fixed: Carousel layout causing browser console errors in video gallery widget<br \\/>Improved: Pricing menu widget CSS and removed unnecessary CSS<\\/p>\\n<p>Version: 3.7.5 (17 November 2024)<br \\/>Fixed: Cross domain copy paste not working<\\/p>\\n<p>Version: 3.7.4 (27 October 2024)<br \\/>Fixed: Minor bugs and improvements<\\/p>\\n<p>Version: 3.7.3 (26 October 2024)<br \\/>Added: Circle menu widget<br \\/>Fixed: Icon is missing at `interactive link`<br \\/>Improved: Interactive links widget controls and styles<\\/p>\\n<p>Version: 3.7.2 (20 October 2024)<br \\/>Fixed: Transition is not working on hover in container widget<\\/p>\\n<p>Version: 3.7.1 (16 October 2024)<br \\/>Added: Pagination feature to the product list widget<br \\/>Added: Support for changing the label of the Elementor form reset button field<br \\/>Fixed: Facebook feed widget to correctly display the number of likes and comments with appropriate labels<br \\/>Improved: Hover transition control for the button in the form reset button module<\\/p>\\n<p>Version: 3.7.0 (22 September 2024)<br \\/>Fixed: Template insertion and placeholder images in the template library<br \\/>Improved: Advanced slider widget configuration for better compatibility<br \\/>Improved: Updated the Jarallax library to version 2.2.1<\\/p>\\n<p>Version: 3.6.9 (01 September 2024)<br \\/>Added: Compatibility for `waypoints.js` using `IntersectionObserver()`<br \\/>Fixed: Parallax effect shape is not showing<br \\/>Fixed: Header footer compatibility issue with houzez theme<\\/p>\\n<p>Version: 3.6.8 (13 August 2024)<br \\/>Fixed: Element caching compatibility<\\/p>\\n<p>Version: 3.6.7 (12 August 2024)<br \\/>Added: WhatsApp button goes directly on whatsApp app<br \\/>Fixed: Updated popup close button in the video gallery widget<br \\/>Improved: Security best practices in blog posts widget<\\/p>\\n<p>Version: 3.6.6 (27 July 2024)<br \\/>Added: Support for `is_dynamic_content()`<br \\/>Improved: Accessibility, performance, and security best practices<\\/p>\\n<p>Version: 3.6.5 (14 July 2024)<br \\/>Added: Support for vimeo videos in video gallery widget<br \\/>Fixed: Short URL not working in video gallery widget<br \\/>Fixed : Image morphing widget import issue<br \\/>Fixed: Refactor pagination code in blog posts widget<\\/p>\\n<p>Version: 3.6.4 (04 July 2024)<br \\/>Fixed: Minor bugs &amp; improvements<\\/p>\\n<p>Version: 3.6.3 (09 June 2024)<br \\/>Added: Pause on mouse hover in advanced slider widget<br \\/>Improved: Table and motion text widget sanitization<\\/p>\\n<p>Version: 3.6.2 (20 May 2024)<br \\/>Improved: Wrapper link module URL sanitization<br \\/>Improved: Table widget external link data sanitization<\\/p>\\n<p>Version: 3.6.1 (15 April 2024)<br \\/>Added: Interactive links widget<br \\/>Fixed: Minor bug &amp; improvements<br \\/>Improved: Several widget sanitization<\\/p>\\n<p>Version: 3.6.0 (31 March 2024)<br \\/>Added: Protected content widget<br \\/>Added: Mouse cursor margin control<br \\/>Added: Breakpoints in sticky module<br \\/>Fixed: Facebook review widget showing error with TranslatePress plugin<br \\/>Fixed: Zoom JWT deprecation<\\/p>\\n<p>Version: 3.5.0 (27 November 2023)<br \\/>Added: Mouse cursor module<br \\/>Added: Glass morphism module<br \\/>Added: Table widget search icon control<br \\/>Added: Chart widget legend click option<br \\/>Fixed: Price menu widget card list link issue<br \\/>Fixed: Facebook page video play issue<br \\/>Fixed: Blog posts load more issues<\\/p>\\n<p>Version: 3.4.1 (14 November 2023)<br \\/>Fixed: Google sheet token expire issue<br \\/>Fixed: Table responsive not working properly<br \\/>Improved: Access control security<\\/p>\\n<p>Version: 3.4.0 (29 October 2023)<br \\/>Added: Comparison table widget<br \\/>Added: Wrapper link Module<br \\/>Fixed: Volume display handling for touch devices<br \\/>Fixed: Price menu widget anchor tag issue<br \\/>Fixed: Facebook feed responsive issues<br \\/>Fixed: Facebook page review widget ID token vaildation check<br \\/>Fixed: Blog posts masonry issue<br \\/>Fixed: Advanced slider thumbs issue<br \\/>Fixed: Blog posts widgets load more<br \\/>Improved: Vertical menu dropdown arrow changes option<\\/p>\\n<p>Version: 3.3.0 (21 Jun 2023)<br \\/>Fixed: Popup modal widget editor loading<br \\/>Fixed: Advanced tab hash change undefined<br \\/>Fixed: HTML is not working in advanced tab widget<br \\/>Fixed: WhatsApp widget responsive issues<br \\/>Fixed: Google SDK deprecated issues for PHP 8.0 and above<br \\/>Fixed: Particles module console error occurs on non-Elementor pages<br \\/>Fixed: Compatibility issue with slick slider<br \\/>Fixed: Accordion not working inside advanced toggle widget<br \\/>Fixed: Dribbble widget spelling issues<br \\/>Improved: Flip box widget firefox browser compatibility<br \\/>Improved: Coupon Code Widget controls<br \\/>Improved: Optimize review, price menu, team, video gallery sliders<\\/p>\\n<p>Version: 3.2.1 (05 Apr 2023)<br \\/>Fixed: Swiper v8.45 compatibility<br \\/>Fixed: Advanced Tab Widget Enable URL Hash Issue<br \\/>Fixed: Pause on Hover option doesn\'t work on the Video Gallery widget Carousel<br \\/>Fixed: Stylish List description escaping issue<br \\/>Fixed: Social profile URL on the popup of the Team Carousel Slider widget issue.<br \\/>Fixed: Yelp Review feed issue<br \\/>Improved: Advanced Slider Widget Js Optimize and New Controls Added like Thumbnail Scale, Loop Option, Speed.<br \\/>Improved: Fancy Animated Text Support with an Advanced Slider widget<\\/p>\\n<p>Version: 3.2.0 (28 Feb 2023)<br \\/>Added: Content Ticker widget<br \\/>Added: Coupon Code Widget<br \\/>Added: Particles Module<br \\/>Added: New styles and features in Whatsapp Widget<br \\/>Added: Icons for Dribble, Pinterest and Behance Feed Widgets<br \\/>Fixed: Parallax Module support with Flex Container<br \\/>Fixed: Maximum project per page is fixed at Dribble Feed Widget<br \\/>Fixed: Breakpoints issue fixed for Advanced Slider Widget<br \\/>Fixed: Parallax Module On Mouse Move effect for widget support with Container.<br \\/>Fixed: Compatibility issues with Eduma theme<br \\/>Improved: Accessibility for widgets and modules<\\/p>\\n<p>Version: 3.1.0 (16 Jan 2023)<br \\/>Added: Audio Player Widget<br \\/>Added: Flip Box Widget<br \\/>Added: Image Morphing Widget<br \\/>Added: Flex container support<br \\/>Added: Carousel Slider controls to Blog Post Widget<br \\/>Added: Ten new swap styles to Image Swap Widget<br \\/>Fixed: Gallery Widget PHP warning issue<br \\/>Fixed: Box-shadow arrow issue in Advanced Tooltip Module<br \\/>Fixed: Swiper slider initial loading breaks columns<br \\/>Fixed: Link getting duplicate for socials in Team Carousel Slider<br \\/>Improved: Team Carousel Slider controls<br \\/>Improved: Optimize JS for Behance Feed Widget<br \\/>Improved: Widgets searching keywords for editor panel<br \\/>Improved: Breadcrumb Widget styles and controls<br \\/>Tweaked: Disable glare effect in Parallax Module<\\/p>\\n<p>Version: 3.0.0 (12 Dec 2022)<br \\/>Added: Stylish List widget<br \\/>Added: Team Carousel Slider widget<br \\/>Added: Widgets Documentation URL<br \\/>Fixed: Fancy Animated Text animation issues<br \\/>Fixed: Board name more than one word doesn\'t fetch in Pinterest Feed widget<br \\/>Fixed: Price Menu widget link doesn\'t work properly<br \\/>Fixed: Button link not working properly in Image hover effect<br \\/>Fixed: Arrow position in Video Gallery<br \\/>Fixed: Flickering issue for Advanced tab content<br \\/>Fixed: Advanced widgets issue with Table widget<br \\/>Fixed: Testimonials slider not working inside advanced tab of OceanWP theme<br \\/>Fixed: Fancy Animated Text Widget Text crop &amp; Cursor gap issue<br \\/>Fixed: Advanced tab widget vertical height issues<br \\/>Fixed: Responsive issues in Video Gallery widget<br \\/>Fixed: Firebase JWT conflict issue<br \\/>Improved: Parallax module js<br \\/>Improved: Vertical alignment in Advanced Tab widget<br \\/>Improved: Fancy Animated Text Widget Visibility<br \\/>Improved: Fancy Animated Text Widget Bar Loading Animation<br \\/>Improved: Fancy Animated Text Widget SVG Shape left, Right Moved<br \\/>Improved: Advanced Slider widget Progress-bar System &amp; Slider Content Animation<br \\/>Improved: Advanced Slider widget Slides Per View &amp; Wrapper Padding<br \\/>Improved: Filter spacing Control in Video Gallery widget<br \\/>Tweaked: Image Overlay control in Blog Post widget<br \\/>Tweaked: Advanced Slider widget Vertical &amp; Image Thumbs<\\/p>\\n<p>Version: 2.8.0 (02 Oct 2022)<br \\/>Added: Price Menu widget<br \\/>Added: Fancy Animated Text Widget<br \\/>Added: Image Masking Module<br \\/>Added: Dynamic content support for Elementor pro<br \\/>Added: Image hover effect widget WPML compatibility<br \\/>Fixed: Elementor reset style issue with Elementskit Conditions module<br \\/>Fixed: Swiper slider is not working and updating inside an advanced tab<br \\/>Fixed: Ajax mega menu load issue with vertical menu<br \\/>Tweaked: Image Hover Effect widget<\\/p>\\n<p>Version: 2.7.0 (24 Aug 2022)<br \\/>Added: Image Hover Effect widget<br \\/>Added: Option for disable CSS3 animation for responsiveness<br \\/>Added: Horizontal bottom position for Timeline widget<br \\/>Fixed: Woo Product List widget\'s query issue<br \\/>Fixed: Timeline widget pinpoint icon border-radius control disappear issue<br \\/>Fixed: Fatal error with google client vendor<br \\/>Fixed: Animation and css issues in Timeline widget<\\/p>\\n<p>Version: 2.6.10 (17 Jul 2022)<br \\/>Added: Facebook Feed widget\'s demo in Template library<br \\/>Added: Style for Breadcrumb widget<br \\/>Added: Text field in Woo Mini Cart widget<br \\/>Fixed: Code Optimized.<br \\/>Fixed: Vendor conflict issue<br \\/>Fixed: Advanced Tooltip background not changed when upload image<br \\/>Fixed: Conflict css issue with twenty twenty one theme<br \\/>Fixed: Pinterest share is not working in Facebook Feed widget<br \\/>Fixed: Advanced tab issue for OceanWP Theme<br \\/>Fixed: Woo Mini Cart css issue for OceanWP theme<br \\/>Fixed: Timeline widget\'s title, subtitle and anchor color not changing<br \\/>Tweaked: Table Widget css issue in OceanWP Theme<\\/p>\\n<p>Version: 2.6.9 (26 Jun 2022)<br \\/>Fixed: Code Optimized.<\\/p>\\n<p>Version: 2.6.8 (24 May 2022)<br \\/>Fixed: CSS bug fix.<\\/p>\\n<p>Version: 2.6.7 (27th April 2022)<br \\/>Added: Compatibility with PHP 8.0. <br \\/>Tweaked: JS, PHP &amp; CSS.<\\/p>\\n<p>Version: 2.6.6 (25th April 2022)<br \\/>Fixed: Advance Tab widget issue.<br \\/>Fixed: Advance Accordion widget issue.<br \\/>Fixed: Advance Toggle widget issue.<br \\/>Fixed: Advance Slider widget issue.<\\/p>\\n<p>Version: 2.6.5 (18th April 2022) <br \\/>Addded: Whatsapp Widget. <br \\/>Fixed: Creative Button icon position.<br \\/>Fixed: Advanced tab content issue.<br \\/>Fixed: Advanced Accordion content issue.<br \\/>Fixed: Advanced Toggle content issue.<\\/p>\\n<p>Version: 2.6.4 (24th March 2022)<br \\/>Added: Subcontinent and Image in Advanced Tooltip widget.<br \\/>Improved: Added Advance tooltip subtitle, image, and many controls.<br \\/>Fixed: Body alignment issue in Table widget.<br \\/>Fixed: HTML content issue in Advanced Tooltip widget.<br \\/>Fixed: Instagram widget caption and others issues<br \\/>Fixed: Elementor 3.6.1 conflicts for deprecation.<br \\/>Fixed: Elementor responsive control devices compatibility issue<br \\/>Fixed: Tweak border radius issue of advance tooltip widget<br \\/>Fixed: Advanced tab issue ( specially with OceanWP theme )<\\/p>\\n<p>Version: 2.6.3 (15th February 2022)<br \\/>Improved: Parallax doesn\'t work on tablets &amp; mobile devices.<br \\/>Fixed: Table widget issue ( Editor output style not work &amp; HTML print with image).<br \\/>Fixed: Video widget issue.<br \\/>Fixed: Conditional content module has a conflict with the Russian language.<\\/p>\\n<p>Version: 2.6.2 (30th January 2022)<br \\/>Added: Integrate google sheet inside table widget.<br \\/>Added: WYSIWYG control for table body text.<br \\/>Fixed: Table widget fopen function warning.<br \\/>Fixed: Table widget image issue.<\\/p>\\n<p>Version: 2.6.1 (22th January 2022).<br \\/>Fixed: Icon missing &amp; replaced fontAwesome icon with elementor icon.<br \\/>Fixed: Advanced Tab issue with OceanWP theme.<br \\/>Tweaked: CSS and JS improved.<\\/p>\\n<p>Version: 2.6.0 (9th January 2022).<br \\/>Added: Ajax Loading support for Advanced Tab Widget.<br \\/>Improved: Improved data attribute.<br \\/>Improved: Update paralax library version(Jaralax).<br \\/>Improved: Mini cart &amp; ajax loading support for Advanced Tab. <br \\/>Fixed: HTML tag does not work into table widget cell text.<br \\/>Fixed: PHP notice and warning when username is not exist in pinterest feed.<br \\/>Fixed: Limiting instagram feeds causes shrinking of columns in instagram feed.<\\/p>\\n<p>Version: 2.5.0 (20th December 2021)<br \\/>New: Hover option added for Vertical Menu Widget.<br \\/>New: Russian language for translation.<br \\/>Fix: Sticky Offset support for Smooth Scrolling.<br \\/>Fix: Background Image rendering issue for Parallax Module.<br \\/>Fix: Table widget missing controls.<br \\/>Fix: Instagram Feed Fatal Error.<br \\/>Removed: Comment and like count from instagram feed widget.<\\/p>\\n<p>Version: 2.4.1 (2nd December 2021)<br \\/>Fix: Script defer loading issue for Copy-Paste Module.<br \\/>Tweak: CSS and JS improved<\\/p>\\n<p>Version: 2.4.0 (25th November, 2021)<br \\/>Improved: Bundled Modules js for avoiding multiple request to increase the performance.<br \\/>Tweak: CSS and JS improved<\\/p>\\n<p>Version: 2.3.7 (7th November, 2021)<br \\/>Fix: Woo Product Carousel issue.<br \\/>Fix: Advanced tab nested issue fixed.<br \\/>Fix: fixed grid compatibility issue.<br \\/>Tweak: CSS and JS improved<\\/p>\\n<p>Version: 2.3.6 (26th September, 2021)<br \\/>Fix: Woo Category widget grid issue with Astra theme<br \\/>Fix: Woo Product List widget grid issue with Astra theme<br \\/>Fix: Hover behavior issue for Woo Mini Cart Widget.<br \\/>Fix: Responsive support for Chart Widget with large data.<br \\/>Fix: Horizontal style content alignment for Timeline Widget.<\\/p>\\n<p>Version: 2.3.5 (19 August, 2021)<br \\/>Fix: JS conflict when first load for Parallax Module.<br \\/>Fix: Responsive controls issue for Woo Category List Widget.<br \\/>Fix: Removed deprecated Elementor PHP Methods from Widgets.<\\/p>\\n<p>Version: 2.3.4 (2 August, 2021)<br \\/>Fix: Advanced Accordion and Advanced Tab widgets conflict with OceanWP theme.<br \\/>Fix: Advanced Toggle widget Indicator Global color issues.<br \\/>Fix: Unfold widget title alignment issue.<br \\/>Fix: Timeline widget content alignment issue.<\\/p>\\n<p>Version: 2.3.3 (15 July, 2021)<br \\/>Fix: Swiper Slider conflict issues fixed with other theme.<\\/p>\\n<p>Version: 2.3.2 (15 July, 2021)<br \\/>Tweak: Removed loop from carousel related widgets.<\\/p>\\n<p>Version: 2.3.1 (13 July, 2021)<br \\/>Fix: Multiple placeholder image upload issues when importing widget.<br \\/>Fix: Background color delay loading issues fixed on Table widget.<br \\/>Tweak: Improved W3validation.<br \\/>Tweak: TweenMax JS Library updated to the latest version.<br \\/>Tweek: Converted widgets slideshow from slick to swiper.<br \\/>Tweak: Optimized Images.<\\/p>\\n<p>Version: 2.3.0 (8 June, 2021)<br \\/>New: Refined Layout Manager with Tabs, Categories and Search filters.<br \\/>New: Modern and Creative Template Kits, Pages and Section Ready Templates.<br \\/>Tweak: Manual cache clear button for Dribbble Feed widget.<br \\/>Tweak: Getting access token made easy for Dribbble Feed widget.<br \\/>Tweak: Bring unfold widget into viewport while closing the content.<br \\/>Fix: Mobile scrolling issues for Hotspot Widget.<br \\/>Fix: Undefined variables for Twitter Feed Widget.<br \\/>Fix: Limit for Facebook Feed API.<br \\/>Fix: Reaction Icons for Facebook Feed.<br \\/>Fix: Minor spelling issue.<\\/p>\\n<p>Version: 2.2.3 (10 May, 2021)<br \\/>New: Hover Trigger on Advanced Tab Widget.<br \\/>Tweak: Improvements for the Instagram API.<br \\/>Tweak: Improvements for the Faceebook Feed API.<br \\/>Fix: Profile Picture issue for Instagram Widget.<\\/p>\\n<p>Version: 2.2.2 (29 April, 2021)<br \\/>New: Blog Posts Widget Floating Category.<br \\/>New: Blog Posts Widget Various Missing Controls.<br \\/>New: Dribbble Feed User Info &amp; Header.<br \\/>New: Dribbble Feed Various Missing Controls.<br \\/>New: Border control to pinterest feed widget.<br \\/>New: Follow button icon control to twitter feed widget.<br \\/>New: Padding control to twitter feed widget.<br \\/>New: Header background control to twitter feed widget.<br \\/>New: Share button to twitter feed widget.<br \\/>Tweak: SVG icon to elementskit icon to twitter feed widget.<br \\/>Tweak: Layout five to behance feed widget.<br \\/>Tweak: Replaced deprecated Elementor PHP Methods for Widgets.<br \\/>Fix: Category List Widget separator position issue.<br \\/>Fix: Google Map Widget static type image issue.<br \\/>Fix: Facebook Page Review content alignment issue.<br \\/>Fix: Twitter feed read more button.<br \\/>Fix: Header Alignment Control for Table Widget.<br \\/>Fix: Product Count styles for Woo Category List Widget.<br \\/>Fix: Responsive support for Dribbble Feed Widget.<\\/p>\\n<p>Version: 2.2.1 (14-04-2021)<br \\/>Fix: Compatibility issues with Elementor 3.2.0.<\\/p>\\n<p>Version: 2.2.0 (02-03-2021)<br \\/>Improve: Minor bug fix and code improvements.<br \\/>Improve: Minor escaping and validation improvements.<\\/p>\\n<p>Version: 2.1.7 (25-02-2021)<br \\/>New: Image Size control for Gallery Widget.<br \\/>New: Option to Show\\/Hide Facebook Messenger Dialog Box.<br \\/>New: Image Comparison support for Advanced Tab Widget.<br \\/>Fix: Responsive glitch in Timeline Widget.<\\/p>\\n<p>Version: 2.1.6 (07-02-2021)<br \\/>New: Introducing Image Swap Widget - show a different image as the user hovers.<\\/p>\\n<p>Version: 2.1.5 (27-01-2021)<br \\/>Fix: Sticky Module conflict with latest Elementor.<br \\/>Fix: Slick Library update support for Latest Elementor update.<br \\/>Fix: Woo Category List widget featured style minor CSS grid issue.<\\/p>\\n<p>Version: 2.1.4 (25-01-2021)<br \\/>Tweak: Support W3C validation when using Facebook Messenger.<br \\/>Fix: Blog Posts Widget default image size changed to provide clear images.<\\/p>\\n<p>Version: 2.1.3 (18-01-2021)<br \\/>Fix: Instagram api expire time extended.<br \\/>Fix: Editor live changes support for Advanced Tooltip.<\\/p>\\n<p>Version: 2.1.2 (12-01-2021)<br \\/>Fix: Advanced Tooltip js conflict in the Elementor editor.<\\/p>\\n<p>Version: 2.1.1 (10-01-2021)<br \\/>New: Introducing Advanced Tooltip - add tooltip to any Widget.<br \\/>Fix: Improved Advanced Toggle Widget toggler btn.<br \\/>Fix: Missing string translations for Table Widget.<br \\/>Fix: List style reset for Gallery Filter.<\\/p>\\n<p>Version: 2.1.0 (24-12-2020)<br \\/>New: Advanced Tab Widget now has option to enable URL hash routing capability.<br \\/>New: Option to set popup alignment for Woo Mini Cart Widget.<br \\/>Fix: Popup Modal Widget content editor showing same content for multiple widget in the same page.<br \\/>Fix: Minor CSS broken issues fixed on Hotspot Widget.<br \\/>Fix: Some css broken issues fixed on hotspot<br \\/>Fix: added featured category link field \'Woo Category List\' widget<br \\/>Fix: Buttons white-space are reset to default.<br \\/>Fix: Woo Product Carousel and List Widget compatibility with TwentyTwentyOne Theme.<br \\/>Fix: CSS ul and ol list style wasn\'t visible inside widgets.<\\/p>\\n<p>Version: 2.0.6 (06-12-2020)<br \\/>Fix: JS conflict issues fixed with \'Rank Math\' plugin.<br \\/>Improve: CSS and JS improved.<\\/p>\\n<p>Version: 2.0.5 (30-11-2020)<br \\/>New: Added \'Popup Modal\' widget.<br \\/>New: Added new instagram widget with Instagram official API.<br \\/>New: Added control for keeping one dot always active.<br \\/>New: Added Iframe and shortcode support on content.<br \\/>Fix: Clicking pointer issues fixed.<br \\/>Fix: \\\"Non property\\\" notice in instagram widget.<br \\/>Fix: Fixed the line issues when increasing the pointer size.<br \\/>Fix: Minor responsive issues fixed.<\\/p>\\n<p>Version: 2.0.4 (22-11-2020)<br \\/>Fix: Timeline\'s elements was showing after some delay.<\\/p>\\n<p>Version: 2.0.3 (16-11-2020)<br \\/>New: Advanced controls for Conditional Widget.<br \\/>New: Cross domain copy-paste module (the long waited feature).<br \\/>New: Added default color scheme on Facebook Messenger widget.<br \\/>New: Added Locale on Facebook Messenger widget.<br \\/>Fix: Caret image missing for Advanced Tab.<br \\/>Fix: Ekit button js error when \\\"add section\\\" is clicked.<br \\/>Tweak: Instagram feed widget.<br \\/>Tweak: Improved CSS &amp; JS.<\\/p>\\n<p>Version: 2.0.2<br \\/>Fix: Facebook feed API.<br \\/>Fix: Some spelling mistakes.<br \\/>Fix: License activation conflicting.<\\/p>\\n<p>Version: 2.0.1<br \\/>Fix: Instagram\'s cache issue. Posts were not properly updated.<\\/p>\\n<p>Version: 2.0.0<br \\/>New: New Unfold widget added.<br \\/>Fix: Google Map API Script is enqueueing even it\'s not enabled.<br \\/>Fix: Facebook Review Broken issue.<br \\/>Fix: HeaderFooter builder compatiblity.<br \\/>Added: Pagination to Blog Posts.<br \\/>Added: Import &amp; export system for WidgetBuilder module.<br \\/>Added: New features: \\\"dribble-feed, facebook-feed, facebook-review, instagram-feed, twitter-feed, unfold, yelp, zoom\\\".<\\/p>\\n\"]}\";}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(309, '_elementor_pro_api_requests_lock', 'a:1:{s:11:\"get_version\";i:1771413382;}', 'yes'),
(313, 'elementor_submissions_db_version', '5', 'yes'),
(322, 'wpseo_tracking_last_request', '1771409589', 'on'),
(327, 'elementor_custom_icon_sets_config', 'a:0:{}', 'yes'),
(328, 'wpseo_redirect', 'a:2:{s:20:\"disable_php_redirect\";s:3:\"off\";s:13:\"separate_file\";s:3:\"off\";}', 'yes'),
(442, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1771430751;s:5:\"value\";s:12018:\"[{\"id\":\"one-launch\",\"title\":\"Introducing Elementor One\",\"description\":\"The complete website building experience. All the tools to create, optimize, and manage websites, unified under one roof.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/one-launch.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Explore Elementor One\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/launch-whats-new\"},{\"id\":\"atomic-tabs-3.34\",\"title\":\"Atomic Tabs\",\"description\":\"Nest any type of content inside tab triggers or content panels, unlocking a truly atomic way of design.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tabs-3.34.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"interactions-3.34\",\"title\":\"Entrance Interactions\",\"description\":\"Add subtle, performance\\u2011minded Fade, Scale or Slide effects to your elements from the new Interaction panel.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/interactions-3.34.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"custom-css-3.33\",\"title\":\"Custom CSS\",\"description\":\"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.\",\"topic\":\"Elementor Pro 3.33\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"custom-css-3.33\",\"title\":\"Custom CSS\",\"description\":\"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.\",\"topic\":\"Elementor Pro 3.33\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-custom-css\\/\"},{\"id\":\"blend-mode-3.33\",\"title\":\"Blend Mode\",\"description\":\"Layer and blend visuals to create depth, contrast, and cinematic design effects.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-blend.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"transform-3.32\",\"title\":\"Design with depth using Transform\",\"description\":\"Move, scale, rotate, and skew any element with ease. Transform controls add depth, stacked effects, and seamless States for hover, focus, and active micro-interactions.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transform.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"size-variable-3.32\",\"title\":\"Consistency with Size Variables\",\"description\":\"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.\",\"topic\":\"Elementor Pro 3.32\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"size-variable-3.32\",\"title\":\"Consistency with Size Variables\",\"description\":\"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.\",\"topic\":\"Elementor Pro 3.32\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-size-variable\\/\"},{\"id\":\"transitions-3.32\",\"title\":\"Smooth interactions with Transitions\",\"description\":\"Bring polish to every interaction. Transitions let you animate style changes smoothly between states. In Pro, layer multiple transitions by property for refined, modern micro-animations.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transition.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-3.31\",\"title\":\"Scalable design with Variables\",\"description\":\"Define once, reuse everywhere. Color & Font Variables help you build consistent, scalable design systems that update globally and are perfect for large sites or teams.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-variables.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"filters-3.31\",\"title\":\"Visual effects with Filters and Backdrop Filters\",\"description\":\"Apply multiple Filters like blur, brightness, and contrast. Stack, reorder, and preview in real time without writing a line of code.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-filters.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"classes-3.31\",\"title\":\"Smarter Class Manager tools\",\"description\":\"Quickly locate and manage Global Classes with usage counts, a new locator panel, and full class search. Perfect for scaling and refactoring complex design systems.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-classes.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-attributes\\/\"},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.30-cloud-websites\\/\"},{\"id\":\"ally-notification\",\"title\":\"Just released! Ally - a new plugin for web accessibility & usability\",\"description\":\"Ally simplifies the complexities of making your website more accessible. With new regulations here and coming, making your website more usable and inclusive is no longer just an option, but a must.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-notification.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get it free\",\"ctaLink\":\"https:\\/\\/wordpress.org\\/plugins\\/pojo-accessibility\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"ai-site-planner\",\"title\":\"Instant Sitemaps & Wireframes\",\"description\":\"Get your website plan in minutes with AI Site Planner. Describe your desired site and AI will generate a sitemap, brief and wireframe populated with initial content, ready for you to customize.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aI-site-planner.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-site-planner\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}', 'off'),
(449, 'elementor_fonts_manager_font_types', 'a:1:{s:8:\"iransans\";s:6:\"custom\";}', 'yes'),
(450, 'elementor_fonts_manager_fonts', 'a:1:{s:8:\"iransans\";a:2:{s:9:\"font_face\";s:217:\"@font-face {\n	font-family: \'iransans\';\n	font-style: normal;\n	font-weight: normal;\n	font-display: auto;\n	src: url(\'https://forwardbet.casino/wp-content/uploads/2024/02/FontsFree-Net-ir_sans.ttf\') format(\'truetype\');\n}\n\";s:7:\"post_id\";i:8;}}', 'yes'),
(486, 'elementor_unfiltered_files_upload', '1', 'yes'),
(492, 'wpseo-premium-redirects-base', 'a:3:{i:0;a:4:{s:6:\"origin\";s:19:\"برگه-نمونه\";s:3:\"url\";s:55:\"%d8%a8%d8%b1%da%af%d9%87-%d9%86%d9%85%d9%88%d9%86%d9%87\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:1;a:4:{s:6:\"origin\";s:82:\"category/%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:3:\"url\";s:32:\"category/betforward-betting-site\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:2;a:4:{s:6:\"origin\";s:37:\"category/unfiltered-access-betforward\";s:3:\"url\";s:35:\"category/unfiltered-link-betforward\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}}', 'off'),
(500, 'current_theme', 'Hello Elementor', 'yes'),
(501, 'theme_mods_hello-elementor', 'a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:47;}s:18:\"custom_css_post_id\";i:475;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1726475899;s:4:\"data\";a:1:{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:11:\"custom_logo\";i:359;}', 'on'),
(502, 'theme_switched', '', 'yes'),
(503, 'hello_theme_version', '3.4.4', 'yes'),
(512, 'elementor_pro_theme_builder_conditions', 'a:4:{s:7:\"archive\";a:1:{i:298;a:1:{i:0;s:15:\"include/archive\";}}s:6:\"single\";a:1:{i:302;a:1:{i:0;s:16:\"include/singular\";}}s:6:\"footer\";a:1:{i:296;a:1:{i:0;s:15:\"include/general\";}}s:6:\"header\";a:1:{i:297;a:1:{i:0;s:15:\"include/general\";}}}', 'yes'),
(1617, 'elementskit-lite__stories_last_check', '1771409592', 'yes'),
(1618, 'elementskit-lite__stories_data', 'O:8:\"stdClass\":10:{s:8:\"10022464\";O:8:\"stdClass\":9:{s:2:\"id\";i:10022464;s:5:\"title\";s:22:\"GetGenie Techfest 2026\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1769904000;s:3:\"end\";i:1771113600;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:29:\"https://getgenie.ai/?rui=3730\";s:11:\"story_image\";s:80:\"https://api.wpmet.com/auth/wp-content/uploads/2026/02/TechFest__Getgenie-GIF.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10022462\";O:8:\"stdClass\":9:{s:2:\"id\";i:10022462;s:5:\"title\";s:19:\"Wpmet techfest 2026\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:8:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:19:\"popup-builder-block\";i:5;s:10:\"shopengine\";i:6;s:9:\"wp-social\";i:7;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1769904000;s:3:\"end\";i:1771113600;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:33:\"https://wpmet.com/deals/?rui=1265\";s:11:\"story_image\";s:77:\"https://api.wpmet.com/auth/wp-content/uploads/2026/02/TechFest__Wpmet-GIF.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10022097\";O:8:\"stdClass\":9:{s:2:\"id\";i:10022097;s:5:\"title\";s:26:\"GetGenie Holiday Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1766361600;s:3:\"end\";i:1768608000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:31:\"https://getgenie.ai/holidaysale\";s:11:\"story_image\";s:79:\"https://api.wpmet.com/auth/wp-content/uploads/2025/12/Getgenie-Holiday-Sale.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10022091\";O:8:\"stdClass\":9:{s:2:\"id\";i:10022091;s:5:\"title\";s:23:\"Wpmet Holiday Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:8:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:19:\"popup-builder-block\";i:5;s:10:\"shopengine\";i:6;s:9:\"wp-social\";i:7;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1766361600;s:3:\"end\";i:1768608000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:22:\"https://wpmet.com/4mb9\";s:11:\"story_image\";s:76:\"https://api.wpmet.com/auth/wp-content/uploads/2025/12/Wpmet-Holiday-Sale.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10021822\";O:8:\"stdClass\":9:{s:2:\"id\";i:10021822;s:5:\"title\";s:18:\"BFCM GetGenie 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1762819200;s:3:\"end\";i:1765843200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:33:\"https://getgenie.ai/geniestoryh50\";s:11:\"story_image\";s:68:\"https://api.wpmet.com/auth/wp-content/uploads/2025/11/GetGenie-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10021818\";O:8:\"stdClass\":9:{s:2:\"id\";i:10021818;s:5:\"title\";s:15:\"Wpmet BFCM 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1762819200;s:3:\"end\";i:1765843200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:28:\"https://wpmet.com/wpstoryh80\";s:11:\"story_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2025/11/Wpmet-2.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10020924\";O:8:\"stdClass\":9:{s:2:\"id\";i:10020924;s:5:\"title\";s:23:\"Halloween GetGenie 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:33:\"https://getgenie.ai/geniestoryh45\";s:11:\"story_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/GetGenie.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10020922\";O:8:\"stdClass\":9:{s:2:\"id\";i:10020922;s:5:\"title\";s:20:\"Hallowwen Wpmet 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:28:\"https://wpmet.com/wpstoryh78\";s:11:\"story_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/Wpmet-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10020276\";O:8:\"stdClass\":9:{s:2:\"id\";i:10020276;s:5:\"title\";s:17:\"GetGenie 30K Deal\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1757203200;s:3:\"end\";i:1758499200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:28:\"https://getgenie.ai/30kstory\";s:11:\"story_image\";s:71:\"https://api.wpmet.com/auth/wp-content/uploads/2025/09/Genie-30K-GIF.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10019442\";O:8:\"stdClass\":9:{s:2:\"id\";i:10019442;s:5:\"title\";s:23:\"Wpmet Birthday 25 Genie\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:32:\"https://wpmet.com/gbday-story-25\";s:11:\"story_image\";s:63:\"https://api.wpmet.com/auth/wp-content/uploads/2025/07/Genie.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}', 'yes'),
(2012, 'wfls_last_role_change', '1710600656', 'no'),
(2013, 'wordfence_version', '7.10.3', 'yes'),
(2014, 'wordfence_case', '1', 'yes'),
(2015, 'wordfence_installed', '1', 'yes'),
(2016, 'wordfenceActivated', '0', 'yes'),
(2017, 'wf_plugin_act_error', '', 'yes'),
(2018, 'wp_rocket_settings', 'a:78:{s:17:\"analytics_enabled\";s:1:\"1\";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:23:{i:0;s:36:\"2499bb90-0753-4b2b-9bd4-1525f94c7437\";i:1;s:36:\"ac2d5720-9418-468c-80a0-3874ee743c0f\";i:2;s:36:\"219277ae-b2ac-4d42-913d-eaea40985295\";i:3;s:36:\"f632e3f4-20e6-471e-a78d-86afbea63586\";i:4;s:36:\"dd0c5a5b-ec56-49f9-9aa4-89e1e3a6a28a\";i:5;s:36:\"980edf32-c64b-4370-bf23-c62b079e71c3\";i:6;s:36:\"49c38c0a-43b9-4237-88cb-57ddd519f0ad\";i:7;s:36:\"0627fe24-7e9d-400f-b064-d98bec2ba85e\";i:8;s:36:\"05d3eb78-f574-49be-95e1-3f11714005d1\";i:9;s:36:\"6f460036-3106-4b8c-9951-d32de9b1258f\";i:10;s:36:\"122e6ebb-51fd-477f-97fb-559593f1a48b\";i:11;s:36:\"5d606add-ffb8-4a06-b295-5f722710fbfd\";i:12;s:36:\"742ec14a-27a1-4789-b9c8-a9c3a3cf7042\";i:13;s:36:\"ce9a3865-9efa-4e98-ae10-4f842a4ecc22\";i:14;s:36:\"b56bf06c-2f8c-4757-b536-a689fb0e75f9\";i:15;s:36:\"2c1d0998-8ab5-478c-8eb9-9e375b46363e\";i:16;s:36:\"40464325-5bae-4a20-bc97-553499e09a73\";i:17;s:36:\"ac86b64c-c80a-4053-894d-6caa8b4fdce8\";i:18;s:36:\"a8fc9fd1-f6d3-41eb-abe9-ef176de6d7e2\";i:19;s:36:\"25708299-c596-4416-8ad8-740aee0f2752\";i:20;s:36:\"f34dd874-4b34-41e6-a31c-ece3c1efbffc\";i:21;s:36:\"111cc8b2-0be9-438b-9aa3-7f1e301a5697\";i:22;s:36:\"c1713bf8-e0c3-4cb5-8b3f-841b06aa87ed\";}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:13:\"preload_links\";s:1:\"1\";s:12:\"dns_prefetch\";a:0:{}s:13:\"preload_fonts\";a:0:{}s:19:\"purge_cron_interval\";i:0;s:15:\"purge_cron_unit\";s:15:\"HOUR_IN_SECONDS\";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:16:\"cloudflare_email\";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:\"6863a74d4d79c939834196\";s:13:\"minify_js_key\";s:22:\"6863a74d4d7a2808955362\";s:7:\"version\";s:8:\"3.18.1.3\";s:16:\"previous_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:12:\"cache_mobile\";i:1;s:23:\"do_caching_mobile_files\";i:1;s:22:\"minify_concatenate_css\";s:0:\"\";s:18:\"cloudflare_api_key\";s:0:\"\";s:18:\"cloudflare_zone_id\";s:0:\"\";s:16:\"async_css_mobile\";s:0:\"\";s:17:\"cache_logged_user\";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:3:\"cdn\";i:0;s:18:\"varnish_auto_purge\";i:0;s:16:\"image_dimensions\";i:0;s:18:\"host_fonts_locally\";i:0;s:28:\"delay_js_execution_safe_mode\";i:0;s:39:\"delay_js_exclusions_selected_exclusions\";a:80:{i:0;s:33:\"google-analytics.com/analytics.js\";i:1;s:6:\"ga\\( \'\";i:2;s:5:\"ga\\(\'\";i:3;s:17:\"a,s,y,n,c,h,i,d,e\";i:4;s:30:\"googleoptimize.com/optimize.js\";i:5;s:10:\"async-hide\";i:6;s:8:\"/gtag/js\";i:7;s:6:\"gtag\\(\";i:8;s:7:\"/gtm.js\";i:9;s:10:\"async-hide\";i:10;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:11;s:25:\"/jquery-migrate(.min)?.js\";i:12;s:18:\"js(.*).hsforms.net\";i:13;s:18:\"hbspt.forms.create\";i:14;s:37:\"MeetingsEmbed/ex/MeetingsEmbedCode.js\";i:15;s:19:\"amazon-adsystem.com\";i:16;s:11:\"adsbygoogle\";i:17;s:18:\"/ad-manager.min.js\";i:18;s:8:\"__vm_add\";i:19;s:9:\"yandex.ru\";i:20;s:18:\"window.yaContextCb\";i:21;s:13:\"js.stripe.com\";i:22;s:19:\"maps.googleapis.com\";i:23;s:15:\"maps.google.com\";i:24;s:9:\"recaptcha\";i:25;s:16:\"widget.refari.co\";i:26;s:6:\"refari\";i:27;s:35:\"/carousel-inline-iframeless/dist.js\";i:28;s:20:\"carouselInlineWidget\";i:29;s:14:\"/next/embed.js\";i:30;s:7:\"typekit\";i:31;s:15:\"fast.wistia.com\";i:32;s:24:\"/assets/external/E-v1.js\";i:33;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:34;s:25:\"/jquery-migrate(.min)?.js\";i:35;s:11:\"/elementor/\";i:36;s:15:\"/elementor-pro/\";i:37;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:38;s:26:\"ElementorProFrontendConfig\";i:39;s:23:\"elementorFrontendConfig\";i:40;s:28:\"/happy-elementor-addons-pro/\";i:41;s:43:\"/header-footer-elementor/inc/js/frontend.js\";i:42;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";i:43;s:37:\"/wp-includes/js/dist/api-fetch.min.js\";i:44;s:33:\"/wp-includes/js/dist/hooks.min.js\";i:45;s:32:\"/wp-includes/js/dist/i18n.min.js\";i:46;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:47;s:25:\"/jquery-migrate(.min)?.js\";i:48;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";i:49;s:37:\"/wp-includes/js/dist/api-fetch.min.js\";i:50;s:33:\"/wp-includes/js/dist/hooks.min.js\";i:51;s:32:\"/wp-includes/js/dist/i18n.min.js\";i:52;s:19:\"lazyloadRunObserver\";i:53;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:54;s:25:\"/jquery-migrate(.min)?.js\";i:55;s:11:\"/elementor/\";i:56;s:15:\"/elementor-pro/\";i:57;s:35:\"/wp-includes/js/imagesloaded.min.js\";i:58;s:26:\"ElementorProFrontendConfig\";i:59;s:23:\"elementorFrontendConfig\";i:60;s:28:\"/happy-elementor-addons-pro/\";i:61;s:43:\"/header-footer-elementor/inc/js/frontend.js\";i:62;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:63;s:25:\"/jquery-migrate(.min)?.js\";i:64;s:61:\"/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js\";i:65;s:59:\"/elementor-pro/assets/js/preloaded-elements-handlers.min.js\";i:66;s:33:\"/wp-includes/js/underscore.min.js\";i:67;s:37:\"/wp-includes/js/jquery/ui/core.min.js\";i:68;s:31:\"/wp-includes/js/backbone.min.js\";i:69;s:23:\"elementorAdminBarConfig\";i:70;s:21:\"elementorCommonConfig\";i:71;s:21:\"elementorWebCliConfig\";i:72;s:23:\"elementorDevToolsConfig\";i:73;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:74;s:25:\"/jquery-migrate(.min)?.js\";i:75;s:11:\"/elementor/\";i:76;s:15:\"/elementor-pro/\";i:77;s:26:\"ElementorProFrontendConfig\";i:78;s:23:\"elementorFrontendConfig\";i:79;s:17:\"/elementskit(.*)/\";}}', 'yes'),
(2019, 'action_scheduler_hybrid_store_demarkation', '128', 'yes'),
(2020, 'schema-ActionScheduler_StoreSchema', '7.0.1742480158', 'yes'),
(2021, 'schema-ActionScheduler_LoggerSchema', '3.0.1710600656', 'yes'),
(2024, 'wpr_rocket_cache_version', '20220927', 'yes'),
(2025, 'action_scheduler_lock_async-request-runner', '69a2d86297d4a8.90067632|1772279966', 'yes'),
(2035, 'wpr_rucss_used_css_version', '20231031', 'yes'),
(2044, 'wp_rocket_last_base_url', 'aHR0cHM6Ly9mb3J3YXJkYmV0LmNhc2luby8=', 'yes'),
(3339, 'edd_api_request_46ee4a76fa5380a8103c85613b5657a0', 'a:2:{s:7:\"timeout\";i:1742397859;s:5:\"value\";s:171:\"{\"new_version\":\"\",\"stable_version\":\"\",\"sections\":\"\",\"license_check\":\"\",\"msg\":\"License key is not valid for ElementsKit\",\"homepage\":\"\",\"package\":\"\",\"icons\":[],\"banners\":[]}\";}', 'off'),
(3352, 'wordfence_syncAttackDataAttempts', '0', 'off'),
(3353, 'wordfence_syncingAttackData', '0', 'off'),
(3354, 'wordfence_lastSyncAttackData', '1742477586', 'off'),
(6018, 'wpfront-notification-bar-options', 'a:71:{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:1;s:7:\"message\";s:0:\"\";s:25:\"message_process_shortcode\";b:0;s:14:\"display_button\";b:0;s:11:\"button_text\";s:0:\"\";s:13:\"button_action\";i:1;s:17:\"button_action_url\";s:43:\"https://cdn.ampproject.org/c/s/one1xbet.com\";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:\"#ffffff\";s:12:\"bar_to_color\";s:7:\"#ffffff\";s:13:\"message_color\";s:7:\"#ffffff\";s:17:\"button_from_color\";s:7:\"#ffffff\";s:15:\"button_to_color\";s:7:\"#ffffff\";s:17:\"button_text_color\";s:7:\"#ffffff\";s:17:\"open_button_color\";s:7:\"#ffffff\";s:18:\"close_button_color\";s:7:\"#ffffff\";s:24:\"close_button_color_hover\";s:7:\"#ffffff\";s:20:\"close_button_color_x\";s:7:\"#ffffff\";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:1771415035;s:19:\"filter_url_contains\";s:0:\"\";}', 'yes'),
(6033, 'rocket_analytics_notice_displayed', '1', 'yes'),
(70614, 'elementskit-lite_ask_me_later', 'yes', 'auto'),
(70982, 'theme_mods_jannah', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:47;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1733236412;s:4:\"data\";a:3:{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:19:\"primary-widget-area\";a:0:{}s:18:\"slide-sidebar-area\";a:0:{}}}}', 'off'),
(70985, 'tie_token_19659555', 'e2eb9ef2-bc34-8ed2-39b4-ad59974c6f51', 'auto'),
(70986, 'tie_jannah_custom_code', 'e2eb9ef2-bc34-8ed2-39b4-ad59974c6f51', 'auto'),
(70987, 'widget_stream-item-125-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(70988, 'widget_stream-item-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(70989, 'widget_widget_tabs', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(70990, 'widget_posts-list-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(70991, 'widget_login-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(70992, 'widget_author-bio-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(70993, 'widget_flickr_photos-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(70994, 'widget_author_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(70995, 'widget_author_post_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(70996, 'widget_author-custom-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(70997, 'widget_authors-list-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(70998, 'widget_social', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(70999, 'widget_tie-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71000, 'widget_tie-weather-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71001, 'widget_youtube-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71002, 'widget_latest_tweets_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71003, 'widget_facebook-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71004, 'widget_text-html-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71005, 'widget_tie-instagram-theme', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71006, 'widget_tie-newsletter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71007, 'widget_tie-soundcloud-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71008, 'widget_tie-widget-categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71009, 'widget_tie-widget-categories-grid', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71010, 'widget_comments_avatar-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71011, 'widget_social-statistics', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71012, 'widget_tie-snapchat-theme', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71013, 'widget_tie-tiktok-theme', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71014, 'widget_tie-patreon-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71015, 'widget_tie-buymeacoffee-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(71016, 'widget_twitter_embedded_timeline_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(71027, 'tie_widgets_resources', 'a:2:{s:7:\"scripts\";a:34:{i:0;a:5:{s:3:\"src\";s:26:\"/wp-admin/js/common.min.js\";s:6:\"handle\";s:6:\"common\";s:4:\"deps\";a:4:{i:0;s:6:\"jquery\";i:1;s:11:\"hoverIntent\";i:2;s:5:\"utils\";i:3;s:7:\"wp-i18n\";}s:3:\"ver\";b:0;s:4:\"data\";s:0:\"\";}i:1;a:5:{s:3:\"src\";s:32:\"/wp-includes/js/admin-bar.min.js\";s:6:\"handle\";s:9:\"admin-bar\";s:4:\"deps\";a:1:{i:0;s:14:\"hoverintent-js\";}s:3:\"ver\";b:0;s:4:\"data\";s:0:\"\";}i:2;a:5:{s:3:\"src\";s:33:\"/wp-includes/js/wp-pointer.min.js\";s:6:\"handle\";s:10:\"wp-pointer\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-core\";i:1;s:7:\"wp-i18n\";}s:3:\"ver\";b:0;s:4:\"data\";s:0:\"\";}i:3;a:5:{s:3:\"src\";s:78:\"https://forwardbet.casino/wp-content/plugins/wordfence/js/wfi18n.1690810710.js\";s:6:\"handle\";s:8:\"wfi18njs\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"7.10.3\";s:4:\"data\";s:16097:\"var WordfenceI18nStrings = {\"${totalIPs} addresses in this network\":\"${totalIPs} addresses in this network\",\"%s in POST body: %s\":\"%s in POST body: %s\",\"%s in cookie: %s\":\"%s in cookie: %s\",\"%s in file: %s\":\"%s in file: %s\",\"%s in query string: %s\":\"%s in query string: %s\",\"%s is not valid hostname\":\"%s is not valid hostname\",\".htaccess Updated\":\".htaccess Updated\",\".htaccess change\":\".htaccess change\",\"404 Not Found\":\"404 Not Found\",\"Activity Log Sent\":\"Activity Log Sent\",\"Add action to allowlist\":\"Add action to allowlist\",\"Add code to .htaccess\":\"Add code to .htaccess\",\"All Hits\":\"All Hits\",\"All capabilties of admin user %s were successfully revoked.\":\"All capabilties of admin user %s were successfully revoked.\",\"An error occurred\":\"An error occurred\",\"An error occurred when adding the request to the allowlist.\":\"An error occurred when adding the request to the allowlist.\",\"Are you sure you want to allowlist this action?\":\"Are you sure you want to allowlist this action?\",\"Authentication Code\":\"Authentication Code\",\"Background Request Blocked\":\"Background Request Blocked\",\"Block This Network\":\"Block This Network\",\"Blocked\":\"Blocked\",\"Blocked By Firewall\":\"Blocked By Firewall\",\"Blocked WAF\":\"Blocked WAF\",\"Blocked by Wordfence\":\"Blocked by Wordfence\",\"Blocked by Wordfence plugin settings\":\"Blocked by Wordfence plugin settings\",\"Blocked by the Wordfence Application Firewall and plugin settings\":\"Blocked by the Wordfence Application Firewall and plugin settings\",\"Blocked by the Wordfence Security Network\":\"Blocked by the Wordfence Security Network\",\"Blocked by the Wordfence Web Application Firewall\":\"Blocked by the Wordfence Web Application Firewall\",\"Bot\":\"Bot\",\"Cancel Changes\":\"Cancel Changes\",\"Cellphone Sign-In Recovery Codes\":\"Cellphone Sign-In Recovery Codes\",\"Cellphone Sign-in activated for user.\":\"Cellphone Sign-in activated for user.\",\"Click here to download a backup copy of this file now\":\"Click here to download a backup copy of this file now\",\"Click here to download a backup copy of your .htaccess file now\":\"Click here to download a backup copy of your .htaccess file now\",\"Click to fix .htaccess\":\"Click to fix .htaccess\",\"Close\":\"Close\",\"Crawlers\":\"Crawlers\",\"Diagnostic report has been sent successfully.\":\"Diagnostic report has been sent successfully.\",\"Directory Listing Disabled\":\"Directory Listing Disabled\",\"Directory listing has been disabled on your server.\":\"Directory listing has been disabled on your server.\",\"Disabled\":\"Disabled\",\"Dismiss\":\"Dismiss\",\"Don\'t ask again\":\"Don\'t ask again\",\"Download\":\"Download\",\"Download Backup File\":\"Download Backup File\",\"Each line of 16 letters and numbers is a single recovery code, with optional spaces for readability. When typing your password, enter \\\"wf\\\" followed by the entire code like \\\"mypassword wf1234 5678 90AB CDEF\\\". If your site shows a separate prompt for entering a code after entering only your username and password, enter only the code like \\\"1234 5678 90AB CDEF\\\". Your recovery codes are:\":\"Each line of 16 letters and numbers is a single recovery code, with optional spaces for readability. When typing your password, enter \\\"wf\\\" followed by the entire code like \\\"mypassword wf1234 5678 90AB CDEF\\\". If your site shows a separate prompt for entering a code after entering only your username and password, enter only the code like \\\"1234 5678 90AB CDEF\\\". Your recovery codes are:\",\"Email Diagnostic Report\":\"Email Diagnostic Report\",\"Email Wordfence Activity Log\":\"Email Wordfence Activity Log\",\"Enter a valid IP or domain\":\"Enter a valid IP or domain\",\"Enter the email address you would like to send the Wordfence activity log to. Note that the activity log may contain thousands of lines of data. This log is usually only sent to a member of the Wordfence support team. It also contains your PHP configuration from the phpinfo() function for diagnostic data.\":\"Enter the email address you would like to send the Wordfence activity log to. Note that the activity log may contain thousands of lines of data. This log is usually only sent to a member of the Wordfence support team. It also contains your PHP configuration from the phpinfo() function for diagnostic data.\",\"Error\":\"Error\",\"Error Enabling All Options Page\":\"Error Enabling All Options Page\",\"Error Restoring Defaults\":\"Error Restoring Defaults\",\"Error Saving Option\":\"Error Saving Option\",\"Error Saving Options\":\"Error Saving Options\",\"Failed Login\":\"Failed Login\",\"Failed Login: Invalid Username\":\"Failed Login: Invalid Username\",\"Failed Login: Valid Username\":\"Failed Login: Valid Username\",\"File hidden successfully\":\"File hidden successfully\",\"File restored OK\":\"File restored OK\",\"Filter Traffic\":\"Filter Traffic\",\"Firewall Response\":\"Firewall Response\",\"Full Path Disclosure\":\"Full Path Disclosure\",\"Google Bot\":\"Google Bot\",\"Google Crawlers\":\"Google Crawlers\",\"HTTP Response Code\":\"HTTP Response Code\",\"Human\":\"Human\",\"Humans\":\"Humans\",\"IP\":\"IP\",\"Key:\":\"Key:\",\"Last Updated: %s\":\"Last Updated: %s\",\"Learn more about repairing modified files.\":\"Learn more about repairing modified files.\",\"Loading...\":\"Loading...\",\"Locked Out\":\"Locked Out\",\"Locked out from logging in\":\"Locked out from logging in\",\"Logged In\":\"Logged In\",\"Logins\":\"Logins\",\"Logins and Logouts\":\"Logins and Logouts\",\"Look up IP or Domain\":\"Look up IP or Domain\",\"Manual block by administrator\":\"Manual block by administrator\",\"Next Update Check: %s\":\"Next Update Check: %s\",\"No activity to report yet. Please complete your first scan.\":\"No activity to report yet. Please complete your first scan.\",\"No issues have been ignored.\":\"No issues have been ignored.\",\"No new issues have been found.\":\"No new issues have been found.\",\"No rules were updated. Please verify you have permissions to write to the \\/wp-content\\/wflogs directory.\":\"No rules were updated. Please verify you have permissions to write to the \\/wp-content\\/wflogs directory.\",\"No rules were updated. Please verify your website can reach the Wordfence servers.\":\"No rules were updated. Please verify your website can reach the Wordfence servers.\",\"No rules were updated. Your website has reached the maximum number of rule update requests. Please try again later.\":\"No rules were updated. Your website has reached the maximum number of rule update requests. Please try again later.\",\"Note: Status will update when changes are saved\":\"Note: Status will update when changes are saved\",\"OK\":\"OK\",\"Pages Not Found\":\"Pages Not Found\",\"Paid Members Only\":\"Paid Members Only\",\"Please enter a valid IP address or domain name for your whois lookup.\":\"Please enter a valid IP address or domain name for your whois lookup.\",\"Please enter a valid email address.\":\"Please enter a valid email address.\",\"Please include your support ticket number or forum username.\":\"Please include your support ticket number or forum username.\",\"Please make a backup of this file before proceeding. If you need to restore this backup file, you can copy it to the following path from your site\'s root:\":\"Please make a backup of this file before proceeding. If you need to restore this backup file, you can copy it to the following path from your site\'s root:\",\"Please specify a reason\":\"Please specify a reason\",\"Please specify a valid IP address range in the form of \\\"1.2.3.4 - 1.2.3.5\\\" without quotes. Make sure the dash between the IP addresses in a normal dash (a minus sign on your keyboard) and not another character that looks like a dash.\":\"Please specify a valid IP address range in the form of \\\"1.2.3.4 - 1.2.3.5\\\" without quotes. Make sure the dash between the IP addresses in a normal dash (a minus sign on your keyboard) and not another character that looks like a dash.\",\"Please specify either an IP address range, Hostname or a web browser pattern to match.\":\"Please specify either an IP address range, Hostname or a web browser pattern to match.\",\"Recent Activity\":\"Recent Activity\",\"Recovery Codes\":\"Recovery Codes\",\"Redirected\":\"Redirected\",\"Redirected by Country Blocking bypass URL\":\"Redirected by Country Blocking bypass URL\",\"Referer\":\"Referer\",\"Registered Users\":\"Registered Users\",\"Restore Defaults\":\"Restore Defaults\",\"Rule Update Failed\":\"Rule Update Failed\",\"Rules Updated\":\"Rules Updated\",\"Save Changes\":\"Save Changes\",\"Scan Complete.\":\"Scan Complete.\",\"Scan the code below with your authenticator app to add this account. Some authenticator apps also allow you to type in the text version instead.\":\"Scan the code below with your authenticator app to add this account. Some authenticator apps also allow you to type in the text version instead.\",\"Security Event\":\"Security Event\",\"Send\":\"Send\",\"Sorry, but no data for that IP or domain was found.\":\"Sorry, but no data for that IP or domain was found.\",\"Specify a valid IP range\":\"Specify a valid IP range\",\"Specify a valid hostname\":\"Specify a valid hostname\",\"Specify an IP range, Hostname or Browser pattern\":\"Specify an IP range, Hostname or Browser pattern\",\"Success deleting file\":\"Success deleting file\",\"Success removing option\":\"Success removing option\",\"Success restoring file\":\"Success restoring file\",\"Success updating option\":\"Success updating option\",\"Successfully deleted admin\":\"Successfully deleted admin\",\"Successfully revoked admin\":\"Successfully revoked admin\",\"Test Email Sent\":\"Test Email Sent\",\"The \'How does Wordfence get IPs\' option was successfully updated to the recommended value.\":\"The \'How does Wordfence get IPs\' option was successfully updated to the recommended value.\",\"The Full Path disclosure issue has been fixed\":\"The Full Path disclosure issue has been fixed\",\"The admin user %s was successfully deleted.\":\"The admin user %s was successfully deleted.\",\"The file %s was successfully deleted.\":\"The file %s was successfully deleted.\",\"The file %s was successfully hidden from public view.\":\"The file %s was successfully hidden from public view.\",\"The file %s was successfully restored.\":\"The file %s was successfully restored.\",\"The option %s was successfully removed.\":\"The option %s was successfully removed.\",\"The request has been allowlisted. Please try it again.\":\"The request has been allowlisted. Please try it again.\",\"There was an error while sending the email.\":\"There was an error while sending the email.\",\"This will be shown only once. Keep these codes somewhere safe.\":\"This will be shown only once. Keep these codes somewhere safe.\",\"Throttled\":\"Throttled\",\"Two Factor Status\":\"Two Factor Status\",\"Type\":\"Type\",\"Type: %s\":\"Type: %s\",\"URL\":\"URL\",\"Unable to automatically hide file\":\"Unable to automatically hide file\",\"Use one of these %s codes to log in if you are unable to access your phone. Codes are 16 characters long, plus optional spaces. Each one may be used only once.\":\"Use one of these %s codes to log in if you are unable to access your phone. Codes are 16 characters long, plus optional spaces. Each one may be used only once.\",\"Use one of these %s codes to log in if you lose access to your authenticator device. Codes are 16 characters long, plus optional spaces. Each one may be used only once.\":\"Use one of these %s codes to log in if you lose access to your authenticator device. Codes are 16 characters long, plus optional spaces. Each one may be used only once.\",\"User Agent\":\"User Agent\",\"User ID\":\"User ID\",\"Username\":\"Username\",\"WHOIS LOOKUP\":\"WHOIS LOOKUP\",\"We are about to change your <em>.htaccess<\\/em> file. Please make a backup of this file before proceeding.\":\"We are about to change your <em>.htaccess<\\/em> file. Please make a backup of this file before proceeding.\",\"We can\'t modify your .htaccess file for you because: %s\":\"We can\'t modify your .htaccess file for you because: %s\",\"We encountered a problem\":\"We encountered a problem\",\"Wordfence Firewall blocked a background request to WordPress for the URL %s. If this occurred as a result of an intentional action, you may consider allowlisting the request to allow it in the future.\":\"Wordfence Firewall blocked a background request to WordPress for the URL %s. If this occurred as a result of an intentional action, you may consider allowlisting the request to allow it in the future.\",\"Wordfence is working...\":\"Wordfence is working...\",\"You are using Nginx as your web server. You\'ll need to disable autoindexing in your nginx.conf. See the <a target=\'_blank\'  rel=\'noopener noreferrer\' href=\'https:\\/\\/nginx.org\\/en\\/docs\\/http\\/ngx_http_autoindex_module.html\'>Nginx docs for more info<\\/a> on how to do this.\":\"You are using Nginx as your web server. You\'ll need to disable autoindexing in your nginx.conf. See the <a target=\'_blank\'  rel=\'noopener noreferrer\' href=\'https:\\/\\/nginx.org\\/en\\/docs\\/http\\/ngx_http_autoindex_module.html\'>Nginx docs for more info<\\/a> on how to do this.\",\"You are using an Nginx web server and using a FastCGI processor like PHP5-FPM. You will need to manually delete or hide those files.\":\"You are using an Nginx web server and using a FastCGI processor like PHP5-FPM. You will need to manually delete or hide those files.\",\"You are using an Nginx web server and using a FastCGI processor like PHP5-FPM. You will need to manually modify your php.ini to disable <em>display_error<\\/em>\":\"You are using an Nginx web server and using a FastCGI processor like PHP5-FPM. You will need to manually modify your php.ini to disable <em>display_error<\\/em>\",\"You forgot to include a reason you\'re blocking this IP range. We ask you to include this for your own record keeping.\":\"You forgot to include a reason you\'re blocking this IP range. We ask you to include this for your own record keeping.\",\"You have unsaved changes to your options. If you leave this page, those changes will be lost.\":\"You have unsaved changes to your options. If you leave this page, those changes will be lost.\",\"Your .htaccess has been updated successfully. Please verify your site is functioning normally.\":\"Your .htaccess has been updated successfully. Please verify your site is functioning normally.\",\"Your Wordfence activity log was sent to %s\":\"Your Wordfence activity log was sent to %s\",\"Your rules have been updated successfully.\":\"Your rules have been updated successfully.\",\"Your rules have been updated successfully. You are currently using the free version of Wordfence. Upgrade to Wordfence premium to have your rules updated automatically as new threats emerge. <a href=\\\"https:\\/\\/www.wordfence.com\\/wafUpdateRules1\\/wordfence-signup\\/\\\">Click here to purchase a premium license<\\/a>. <em>Note: Your rules will still update every 30 days as a free user.<\\/em>\":\"Your rules have been updated successfully. You are currently using the free version of Wordfence. Upgrade to Wordfence premium to have your rules updated automatically as new threats emerge. <a href=\\\"https:\\/\\/www.wordfence.com\\/wafUpdateRules1\\/wordfence-signup\\/\\\">Click here to purchase a premium license<\\/a>. <em>Note: Your rules will still update every 30 days as a free user.<\\/em>\",\"Your test email was sent to the requested email address. The result we received from the WordPress wp_mail() function was: %s<br \\/><br \\/>A \'True\' result means WordPress thinks the mail was sent without errors. A \'False\' result means that WordPress encountered an error sending your mail. Note that it\'s possible to get a \'True\' response with an error elsewhere in your mail system that may cause emails to not be delivered.\":\"Your test email was sent to the requested email address. The result we received from the WordPress wp_mail() function was: %s<br \\/><br \\/>A \'True\' result means WordPress thinks the mail was sent without errors. A \'False\' result means that WordPress encountered an error sending your mail. Note that it\'s possible to get a \'True\' response with an error elsewhere in your mail system that may cause emails to not be delivered.\",\"blocked by firewall\":\"blocked by firewall\",\"blocked by firewall for %s\":\"blocked by firewall for %s\",\"blocked by real-time IP blocklist\":\"blocked by real-time IP blocklist\",\"blocked by the Wordfence Security Network\":\"blocked by the Wordfence Security Network\",\"blocked for %s\":\"blocked for %s\",\"locked out from logging in\":\"locked out from logging in\"};\";}i:4;a:5:{s:3:\"src\";s:80:\"https://forwardbet.casino/wp-content/plugins/wordfence/js/wfglobal.1690810710.js\";s:6:\"handle\";s:19:\"wordfenceAdminExtjs\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"7.10.3\";s:4:\"data\";s:3584:\"var WordfenceAdminVars = {\"ajaxURL\":\"https:\\/\\/forwardbet.casino\\/wp-admin\\/admin-ajax.php\",\"firstNonce\":\"b197975d7e\",\"siteBaseURL\":\"https:\\/\\/forwardbet.casino\\/\",\"debugOn\":\"0\",\"actUpdateInterval\":\"2000\",\"cacheType\":\"disabled\",\"liveTrafficEnabled\":\"0\",\"scanIssuesPerPage\":\"100\",\"allowsPausing\":\"1\",\"scanRunning\":\"0\",\"modalTemplate\":\"<div class=\\\"wf-modal\\\">\\n\\t<div class=\\\"wf-modal-header\\\">\\n\\t\\t<div class=\\\"wf-modal-header-content\\\">\\n\\t\\t\\t<div class=\\\"wf-modal-title\\\">\\n\\t\\t\\t\\t<strong>${title}<\\/strong>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t<div class=\\\"wf-modal-header-action\\\">\\n\\t\\t\\t<div class=\\\"wf-padding-add-left-small wf-modal-header-action-close\\\"><a href=\\\"#\\\" onclick=\\\"WFAD.colorboxClose(); return false\\\" role=\\\"button\\\"><i class=\\\"wf-fa wf-fa-times-circle\\\" aria-hidden=\\\"true\\\"><\\/i><\\/a><\\/div>\\n\\t\\t<\\/div>\\n\\t<\\/div>\\n\\t<div class=\\\"wf-modal-content\\\">\\n\\t\\t${message}\\t<\\/div>\\n\\t<div class=\\\"wf-modal-footer\\\">\\n\\t\\t<ul class=\\\"wf-flex-horizontal wf-flex-align-right wf-full-width\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"wf-padding-add-left-small\\\"><a href=\\\"#\\\" class=\\\"wf-btn wf-btn-primary wf-btn-callout-subtle\\\" id=\\\"wf-generic-modal-close\\\">Close<\\/a><\\/li>\\n\\t\\t<\\/ul>\\n\\t<\\/div>\\n<\\/div>\",\"tokenInvalidTemplate\":\"<div class=\\\"wf-modal\\\">\\n\\t<div class=\\\"wf-modal-header\\\">\\n\\t\\t<div class=\\\"wf-modal-header-content\\\">\\n\\t\\t\\t<div class=\\\"wf-modal-title\\\">\\n\\t\\t\\t\\t<strong>${title}<\\/strong>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t<div class=\\\"wf-modal-header-action\\\">\\n\\t\\t\\t<div class=\\\"wf-padding-add-left-small wf-modal-header-action-close\\\"><a href=\\\"#\\\" onclick=\\\"WFAD.colorboxClose(); return false\\\" role=\\\"button\\\"><i class=\\\"wf-fa wf-fa-times-circle\\\" aria-hidden=\\\"true\\\"><\\/i><\\/a><\\/div>\\n\\t\\t<\\/div>\\n\\t<\\/div>\\n\\t<div class=\\\"wf-modal-content\\\">\\n\\t\\t${message}\\t<\\/div>\\n\\t<div class=\\\"wf-modal-footer\\\">\\n\\t\\t<ul class=\\\"wf-flex-horizontal wf-flex-align-right wf-full-width\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"wf-padding-add-left-small\\\"><a href=\\\"#\\\" class=\\\"wf-btn wf-btn-primary wf-btn-callout-subtle\\\" id=\\\"wf-token-invalid-modal-reload\\\">Reload<\\/a><\\/li>\\n\\t\\t<\\/ul>\\n\\t<\\/div>\\n<\\/div>\",\"modalHTMLTemplate\":\"<div class=\\\"wf-modal\\\">\\n\\t<div class=\\\"wf-modal-header\\\">\\n\\t\\t<div class=\\\"wf-modal-header-content\\\">\\n\\t\\t\\t<div class=\\\"wf-modal-title\\\">\\n\\t\\t\\t\\t<strong>${title}<\\/strong>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t<div class=\\\"wf-modal-header-action\\\">\\n\\t\\t\\t<div class=\\\"wf-padding-add-left-small wf-modal-header-action-close\\\"><a href=\\\"#\\\" onclick=\\\"WFAD.colorboxClose(); return false\\\" role=\\\"button\\\"><i class=\\\"wf-fa wf-fa-times-circle\\\" aria-hidden=\\\"true\\\"><\\/i><\\/a><\\/div>\\n\\t\\t<\\/div>\\n\\t<\\/div>\\n\\t<div class=\\\"wf-modal-content\\\">\\n\\t\\t{{html message}}\\t<\\/div>\\n\\t<div class=\\\"wf-modal-footer\\\">\\n\\t\\t<ul class=\\\"wf-flex-horizontal wf-flex-align-right wf-full-width\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"wf-padding-add-left-small\\\"><a href=\\\"#\\\" class=\\\"wf-btn wf-btn-primary wf-btn-callout-subtle\\\" id=\\\"wf-generic-modal-close\\\">Close<\\/a><\\/li>\\n\\t\\t<\\/ul>\\n\\t<\\/div>\\n<\\/div>\",\"alertEmailBlacklist\":[\"3c4aa9bd643bd9bb9873014227151a85b24ab8d72fe02cc5799b0edc56eabb67\",\"aa06081e3962a3c17a85a06ddf9e418ca1ba8fead3f9b7a20beaf51848a1fd75\",\"a25a360bded101e25ebabe5643161ddbb6c3fa33838bbe9a123c2ec0cda8d370\",\"36e8407dfa80d64cfe42ede4d9d5ce2d4840a5e4781b5f8a7b3b8eacec86fcad\",\"50cf95aec25369583efdfeff9f0818b4b9266f10e140ea2b648e30202450c21b\",\"72a09e746cb90ff2646ba1f1d0c0f5ffed6b380642bbbf826d273fffa6ef673b\"],\"supportURLs\":{\"scan-result-repair-modified-files\":\"https:\\/\\/www.wordfence.com\\/help\\/?query=scan-result-repair-modified-files\"}};\";}i:5;a:5:{s:3:\"src\";s:28:\"/wp-includes/js/utils.min.js\";s:6:\"handle\";s:5:\"utils\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"data\";s:75:\"var userSettings = {\"url\":\"\\/\",\"uid\":\"3\",\"time\":\"1726478144\",\"secure\":\"1\"};\";}i:6;a:5:{s:3:\"src\";s:27:\"/wp-admin/js/svg-painter.js\";s:6:\"handle\";s:11:\"svg-painter\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";b:0;s:4:\"data\";s:0:\"\";}i:7;a:5:{s:3:\"src\";s:95:\"https://forwardbet.casino/wp-content/plugins/luckywp-table-of-contents/admin/assets/main.min.js\";s:6:\"handle\";s:16:\"lwptoc_adminMain\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:5:\"2.1.4\";s:4:\"data\";s:272:\"var lwptocMain = {\"ajaxUrl\":\"https:\\/\\/forwardbet.casino\\/wp-admin\\/admin-ajax.php\",\"nonce\":\"65a5ff258d\",\"postId\":null,\"shortcodeTag\":\"lwptoc\",\"tableOfContents\":\"\\u0641\\u0647\\u0631\\u0633\\u062a \\u0645\\u062d\\u062a\\u0648\\u0627\",\"Edit\":\"\\u0648\\u06cc\\u0631\\u0627\\u06cc\\u0634\"};\";}i:8;a:5:{s:3:\"src\";s:36:\"/wp-includes/js/wp-auth-check.min.js\";s:6:\"handle\";s:13:\"wp-auth-check\";s:4:\"deps\";a:2:{i:0;s:9:\"heartbeat\";i:1;s:7:\"wp-i18n\";}s:3:\"ver\";b:0;s:4:\"data\";s:0:\"\";}i:9;a:5:{s:3:\"src\";s:89:\"https://forwardbet.casino/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1690810710.js\";s:6:\"handle\";s:15:\"wordfenceAJAXjs\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"7.10.3\";s:4:\"data\";s:47:\"var WFAJAXWatcherVars = {\"nonce\":\"ea33b8be4c\"};\";}i:10;a:5:{s:3:\"src\";s:83:\"https://forwardbet.casino/wp-content/plugins/wordfence/js/wfdashboard.1690810710.js\";s:6:\"handle\";s:20:\"wordfenceDashboardjs\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"7.10.3\";s:4:\"data\";s:106:\"var WFDashVars = {\"ajaxURL\":\"https:\\/\\/forwardbet.casino\\/wp-admin\\/admin-ajax.php\",\"nonce\":\"b197975d7e\"};\";}i:11;a:5:{s:3:\"src\";s:81:\"https://forwardbet.casino/wp-content/plugins/wordfence/js/wfpopover.1690810710.js\";s:6:\"handle\";s:18:\"wordfencePopoverjs\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"7.10.3\";s:4:\"data\";s:0:\"\";}i:12;a:5:{s:3:\"src\";s:81:\"https://forwardbet.casino/wp-content/plugins/elementor-pro/assets/js/admin.min.js\";s:6:\"handle\";s:19:\"elementor-pro-admin\";s:4:\"deps\";a:1:{i:0;s:15:\"elementor-admin\";}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"data\";s:0:\"\";}i:13;a:5:{s:3:\"src\";s:82:\"https://forwardbet.casino/wp-content/plugins/wordpress-seo/js/dist/admin-global.js\";s:6:\"handle\";s:22:\"yoast-seo-admin-global\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:11:\"wp-polyfill\";}s:3:\"ver\";s:20:\"ee3745f3fdc45e43fb51\";s:4:\"data\";s:1954:\"var wpseoAdminGlobalL10n = {\"isRtl\":\"1\",\"variable_warning\":\"\\u062a\\u0648\\u062c\\u0647: \\u0645\\u062a\\u063a\\u06cc\\u0631 <code>%s<\\/code> \\u0646\\u0645\\u06cc \\u062a\\u0648\\u0627\\u0646\\u062f \\u062f\\u0631 \\u0627\\u06cc\\u0646 \\u067e\\u0648\\u0633\\u062a\\u0647 \\u0627\\u0633\\u062a\\u0641\\u0627\\u062f\\u0647 \\u0634\\u0648\\u062f. \\u0628\\u0631\\u0627\\u06cc \\u0627\\u0637\\u0644\\u0627\\u0639\\u0627\\u062a \\u0628\\u06cc\\u0634\\u062a\\u0631 \\u0628\\u0647 \\u0628\\u062e\\u0634  HelpScout beacon  \\u0631\\u0627\\u0647\\u0646\\u0645\\u0627 \\u0645\\u0631\\u0627\\u062c\\u0639\\u0647 \\u06a9\\u0646\\u06cc\\u062f.\",\"help_video_iframe_title\":\"Yoast SEO \\u0622\\u0645\\u0648\\u0632\\u0634 \\u0648\\u06cc\\u062f\\u0626\\u0648\\u06cc\\u06cc\",\"scrollable_table_hint\":\"\\u0628\\u0631\\u0627\\u06cc \\u062f\\u06cc\\u062f\\u0646 \\u0645\\u062d\\u062a\\u0648\\u0627\\u06cc \\u062c\\u062f\\u0648\\u0644 \\u067e\\u06cc\\u0645\\u0627\\u06cc\\u0634 (\\u0627\\u0633\\u06a9\\u0631\\u0648\\u0644) \\u0646\\u0645\\u0627\\u06cc\\u06cc\\u062f.\",\"wincher_is_logged_in\":\"\",\"links.wincher.login\":\"https:\\/\\/app.wincher.com\\/login?utm_medium=plugin&utm_source=yoast&referer=yoast&partner=yoast\",\"links.wincher.about\":\"https:\\/\\/yoa.st\\/dashboard-about-wincher?php_version=8.1&platform=wordpress&platform_version=6.6.2&software=premium&software_version=22.1&days_active=207&user_language=fa_IR&screen=tie-theme-options\",\"links.wincher.pricing\":\"https:\\/\\/yoa.st\\/wincher-popup-pricing?php_version=8.1&platform=wordpress&platform_version=6.6.2&software=premium&software_version=22.1&days_active=207&user_language=fa_IR&screen=tie-theme-options\",\"links.wincher.website\":\"https:\\/\\/yoa.st\\/wincher-popup?php_version=8.1&platform=wordpress&platform_version=6.6.2&software=premium&software_version=22.1&days_active=207&user_language=fa_IR&screen=tie-theme-options\",\"links.wincher.upgrade\":\"https:\\/\\/yoa.st\\/wincher-upgrade?php_version=8.1&platform=wordpress&platform_version=6.6.2&software=premium&software_version=22.1&days_active=207&user_language=fa_IR&screen=tie-theme-options\"};\";}i:14;a:5:{s:3:\"src\";s:80:\"https://forwardbet.casino/wp-content/themes/jannah/framework/admin/assets/tie.js\";s:6:\"handle\";s:17:\"tie-admin-scripts\";s:4:\"deps\";a:4:{i:0;s:6:\"jquery\";i:1;s:18:\"jquery-ui-sortable\";i:2;s:19:\"jquery-ui-draggable\";i:3;s:15:\"wp-color-picker\";}s:3:\"ver\";i:1726478145;s:4:\"data\";s:100:\"var tieLang = {\"update\":\"\\u0622\\u067e\\u062f\\u06cc\\u062a\",\"search\":\"\\u062c\\u0633\\u062a\\u062c\\u0648\"};\";}i:15;a:5:{s:3:\"src\";s:31:\"/wp-admin/js/code-editor.min.js\";s:6:\"handle\";s:11:\"code-editor\";s:4:\"deps\";a:3:{i:0;s:6:\"jquery\";i:1;s:13:\"wp-codemirror\";i:2;s:10:\"underscore\";}s:3:\"ver\";b:0;s:4:\"data\";s:0:\"\";}i:16;a:5:{s:3:\"src\";s:38:\"/wp-includes/js/codemirror/htmlhint.js\";s:6:\"handle\";s:8:\"htmlhint\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:10:\"0.9.14-xwp\";s:4:\"data\";s:0:\"\";}i:17;a:5:{s:3:\"src\";s:37:\"/wp-includes/js/codemirror/csslint.js\";s:6:\"handle\";s:7:\"csslint\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.0.5\";s:4:\"data\";s:0:\"\";}i:18;a:5:{s:3:\"src\";s:40:\"/wp-includes/js/codemirror/fakejshint.js\";s:6:\"handle\";s:6:\"jshint\";s:4:\"deps\";a:1:{i:0;s:7:\"esprima\";}s:3:\"ver\";s:5:\"2.9.5\";s:4:\"data\";s:0:\"\";}i:19;a:5:{s:3:\"src\";s:91:\"https://forwardbet.casino/wp-content/plugins/elementor/assets/js/import-export-admin.min.js\";s:6:\"handle\";s:29:\"elementor-import-export-admin\";s:4:\"deps\";a:1:{i:0;s:16:\"elementor-common\";}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"data\";s:159:\"var elementorImportExport = {\"lastImportedSession\":[],\"appUrl\":\"https:\\/\\/forwardbet.casino\\/wp-admin\\/admin.php?page=elementor-app&ver=3.18.3#\\/kit-library\"};\";}i:20;a:5:{s:3:\"src\";s:78:\"https://forwardbet.casino/wp-content/plugins/elementor/assets/js/common.min.js\";s:6:\"handle\";s:16:\"elementor-common\";s:4:\"deps\";a:10:{i:0;s:6:\"jquery\";i:1;s:19:\"jquery-ui-draggable\";i:2;s:19:\"backbone-marionette\";i:3;s:14:\"backbone-radio\";i:4;s:24:\"elementor-common-modules\";i:5;s:17:\"elementor-web-cli\";i:6;s:16:\"elementor-dialog\";i:7;s:14:\"wp-api-request\";i:8;s:19:\"elementor-dev-tools\";i:9;s:7:\"wp-i18n\";}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"data\";s:0:\"\";}i:21;a:5:{s:3:\"src\";b:0;s:6:\"handle\";s:17:\"elementor-pro-app\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"data\";s:0:\"\";}i:22;a:5:{s:3:\"src\";s:82:\"https://forwardbet.casino/wp-content/plugins/elementor/assets/js/app-loader.min.js\";s:6:\"handle\";s:20:\"elementor-app-loader\";s:4:\"deps\";a:1:{i:0;s:16:\"elementor-common\";}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"data\";s:0:\"\";}i:23;a:5:{s:3:\"src\";s:77:\"https://forwardbet.casino/wp-content/plugins/elementor/assets/js/admin.min.js\";s:6:\"handle\";s:15:\"elementor-admin\";s:4:\"deps\";a:3:{i:0;s:16:\"elementor-common\";i:1;s:23:\"elementor-admin-modules\";i:2;s:7:\"wp-i18n\";}s:3:\"ver\";s:6:\"3.18.3\";s:4:\"data\";s:0:\"\";}i:24;a:5:{s:3:\"src\";s:36:\"/wp-includes/js/thickbox/thickbox.js\";s:6:\"handle\";s:8:\"thickbox\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:12:\"3.1-20121105\";s:4:\"data\";s:990:\"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:\\/\\/forwardbet.casino\\/wp-includes\\/js\\/thickbox\\/loadingAnimation.gif\"};\";}i:25;a:5:{s:3:\"src\";s:84:\"https://forwardbet.casino/wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js\";s:6:\"handle\";s:16:\"wpr-admin-common\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"3.15.3\";s:4:\"data\";s:151:\"var rocket_option_export = {\"rest_url_option_export\":\"https:\\/\\/forwardbet.casino\\/wp-admin\\/admin-post.php?action=rocket_export&_wpnonce=100f978d8a\"};\";}i:26;a:5:{s:3:\"src\";s:35:\"/wp-includes/js/media-editor.min.js\";s:6:\"handle\";s:12:\"media-editor\";s:4:\"deps\";a:3:{i:0;s:9:\"shortcode\";i:1;s:11:\"media-views\";i:2;s:7:\"wp-i18n\";}s:3:\"ver\";b:0;s:4:\"data\";s:0:\"\";}i:27;a:5:{s:3:\"src\";s:39:\"/wp-includes/js/media-audiovideo.min.js\";s:6:\"handle\";s:16:\"media-audiovideo\";s:4:\"deps\";a:1:{i:0;s:12:\"media-editor\";}s:3:\"ver\";b:0;s:4:\"data\";s:0:\"\";}i:28;a:5:{s:3:\"src\";s:31:\"/wp-includes/js/mce-view.min.js\";s:6:\"handle\";s:8:\"mce-view\";s:4:\"deps\";a:4:{i:0;s:9:\"shortcode\";i:1;s:6:\"jquery\";i:2;s:11:\"media-views\";i:3;s:16:\"media-audiovideo\";}s:3:\"ver\";b:0;s:4:\"data\";s:305:\"var mceViewL10n = {\"shortcodes\":[\"wp_caption\",\"caption\",\"gallery\",\"playlist\",\"audio\",\"video\",\"embed\",\"elementor-template\",\"lwptoc\",\"wpseo_breadcrumb\"]};\nvar mceViewL10n = {\"shortcodes\":[\"wp_caption\",\"caption\",\"gallery\",\"playlist\",\"audio\",\"video\",\"embed\",\"elementor-template\",\"lwptoc\",\"wpseo_breadcrumb\"]};\";}i:29;a:5:{s:3:\"src\";s:30:\"/wp-admin/js/image-edit.min.js\";s:6:\"handle\";s:10:\"image-edit\";s:4:\"deps\";a:6:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";i:2;s:5:\"json2\";i:3;s:13:\"imgareaselect\";i:4;s:7:\"wp-a11y\";i:5;s:7:\"wp-i18n\";}s:3:\"ver\";b:0;s:4:\"data\";s:0:\"\";}i:30;a:5:{s:3:\"src\";s:26:\"/wp-admin/js/editor.min.js\";s:6:\"handle\";s:6:\"editor\";s:4:\"deps\";a:2:{i:0;s:5:\"utils\";i:1;s:6:\"jquery\";}s:3:\"ver\";b:0;s:4:\"data\";s:0:\"\";}i:31;a:5:{s:3:\"src\";s:32:\"/wp-includes/js/quicktags.min.js\";s:6:\"handle\";s:9:\"quicktags\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;s:4:\"data\";s:2760:\"var quicktagsL10n = {\"closeAllOpenTags\":\"\\u0628\\u0633\\u062a\\u0646 \\u200c\\u0647\\u0645\\u0647\\u0654 \\u0628\\u0631\\u0686\\u0633\\u0628\\u200c\\u0647\\u0627\\u06cc \\u0628\\u0627\\u0632\",\"closeTags\":\"\\u0628\\u0633\\u062a\\u0646 \\u0628\\u0631\\u0686\\u0633\\u0628\\u200c\\u0647\\u0627\",\"enterURL\":\"\\u0646\\u0634\\u0627\\u0646\\u06cc \\u0631\\u0627 \\u0648\\u0627\\u0631\\u062f \\u0646\\u0645\\u0627\\u06cc\\u06cc\\u062f\",\"enterImageURL\":\"\\u0646\\u0634\\u0627\\u0646\\u06cc \\u062a\\u0635\\u0648\\u06cc\\u0631 \\u0631\\u0627 \\u0648\\u0627\\u0631\\u062f \\u0646\\u0645\\u0627\\u06cc\\u06cc\\u062f\",\"enterImageDescription\":\"\\u062a\\u0648\\u0636\\u06cc\\u062d\\u0627\\u062a \\u062a\\u0635\\u0648\\u06cc\\u0631 \\u0631\\u0627 \\u0648\\u0627\\u0631\\u062f \\u0646\\u0645\\u0627\\u06cc\\u06cc\\u062f\",\"textdirection\":\"\\u062c\\u0647\\u062a \\u0645\\u062a\\u0646\",\"toggleTextdirection\":\"\\u062a\\u063a\\u06cc\\u06cc\\u0631 \\u062c\\u0647\\u062a \\u0646\\u0648\\u0634\\u062a\\u0646 \\u062f\\u0631 \\u0648\\u06cc\\u0631\\u0627\\u06cc\\u0634\\u06af\\u0631\",\"dfw\":\"\\u062d\\u0627\\u0644\\u062a\\u0650 \\u0646\\u0648\\u0634\\u062a\\u0646\\u0650 \\u0628\\u062f\\u0648\\u0646 \\u0645\\u0632\\u0627\\u062d\\u0645\",\"strong\":\"\\u062a\\u0648\\u067e\\u064f\\u0631\",\"strongClose\":\"\\u0628\\u0633\\u062a\\u0646 \\u062a\\u06af \\u062a\\u0648\\u067e\\u064f\\u0631\",\"em\":\"\\u06a9\\u062c\",\"emClose\":\"\\u0628\\u0633\\u062a\\u0646 \\u062a\\u06af \\u06a9\\u062c\",\"link\":\"\\u062f\\u0631\\u062c \\u067e\\u06cc\\u0648\\u0646\\u062f\",\"blockquote\":\"\\u0646\\u0642\\u0644 \\u0642\\u0648\\u0644\",\"blockquoteClose\":\"\\u0628\\u0633\\u062a\\u0646 \\u062a\\u06af \\u0646\\u0642\\u0644\\u200c\\u0642\\u0648\\u0644\",\"del\":\"\\u0645\\u062a\\u0646\\u0650 \\u067e\\u0627\\u06a9\\u200c\\u0634\\u062f\\u0647\",\"delClose\":\"\\u0628\\u0633\\u062a\\u0646 \\u062a\\u06af \\u0645\\u062a\\u0646\\u0650 \\u067e\\u0627\\u06a9\\u200c\\u0634\\u062f\\u0647\",\"ins\":\"\\u0646\\u0648\\u0634\\u062a\\u0647\\u0654 \\u0648\\u0627\\u0631\\u062f\\u0647\",\"insClose\":\"\\u0628\\u0633\\u062a\\u0646 \\u0628\\u0631\\u0686\\u0633\\u0628 \\u0646\\u0648\\u0634\\u062a\\u0647\\u0654 \\u0648\\u0627\\u0631\\u062f\\u0647\",\"image\":\"\\u06af\\u0630\\u0627\\u0634\\u062a\\u0646 \\u062a\\u0635\\u0648\\u06cc\\u0631\",\"ul\":\"\\u0644\\u06cc\\u0633\\u062a \\u0646\\u0634\\u0627\\u0646\\u0647\\u200c\\u062f\\u0627\\u0631\",\"ulClose\":\"\\u0628\\u0633\\u062a\\u0646 \\u062a\\u06af \\u0644\\u06cc\\u0633\\u062a\\u0650 \\u0628\\u06cc\\u200c\\u0627\\u0648\\u0644\\u0648\\u06cc\\u062a\",\"ol\":\"\\u0641\\u0647\\u0631\\u0633\\u062a \\u0639\\u062f\\u062f\\u06cc\",\"olClose\":\"\\u0628\\u0633\\u062a\\u0646 \\u062a\\u06af \\u0644\\u06cc\\u0633\\u062a \\u0634\\u0645\\u0627\\u0631\\u0647\\u200c\\u062f\\u0627\\u0631\",\"li\":\"\\u06af\\u0632\\u06cc\\u0646\\u0647\\u0654 \\u0641\\u0647\\u0631\\u0633\\u062a\",\"liClose\":\"\\u0628\\u0633\\u062a\\u0646 \\u062a\\u06af \\u0645\\u0648\\u0631\\u062f \\u0644\\u06cc\\u0633\\u062a\",\"code\":\"\\u06a9\\u062f\",\"codeClose\":\"\\u0628\\u0633\\u062a\\u0646 \\u062a\\u06af \\u06a9\\u062f\",\"more\":\"\\u06af\\u0630\\u0627\\u0634\\u062a\\u0646 \\u0628\\u0631\\u0686\\u0633\\u0628 \\u0628\\u06cc\\u0634\\u062a\\u0631\"};\";}i:32;a:5:{s:3:\"src\";s:29:\"/wp-includes/js/wplink.min.js\";s:6:\"handle\";s:6:\"wplink\";s:4:\"deps\";a:4:{i:0;s:6:\"common\";i:1;s:6:\"jquery\";i:2;s:7:\"wp-a11y\";i:3;s:7:\"wp-i18n\";}s:3:\"ver\";b:0;s:4:\"data\";s:656:\"var wpLinkL10n = {\"title\":\"\\u062f\\u0631\\u062c\\/\\u0648\\u06cc\\u0631\\u0627\\u06cc\\u0634 \\u067e\\u06cc\\u0648\\u0646\\u062f\",\"update\":\"\\u0628\\u0647\\u200c\\u0631\\u0648\\u0632\\u0631\\u0633\\u0627\\u0646\\u06cc\",\"save\":\"\\u0627\\u0641\\u0632\\u0648\\u062f\\u0646 \\u067e\\u06cc\\u0648\\u0646\\u062f\",\"noTitle\":\"(\\u0628\\u062f\\u0648\\u0646 \\u0639\\u0646\\u0648\\u0627\\u0646)\",\"noMatchesFound\":\"\\u0646\\u062a\\u06cc\\u062c\\u0647\\u200c\\u0627\\u06cc \\u067e\\u06cc\\u062f\\u0627 \\u0646\\u0634\\u062f.\",\"linkSelected\":\"\\u067e\\u06cc\\u0648\\u0646\\u062f \\u0627\\u0646\\u062a\\u062e\\u0627\\u0628 \\u0634\\u062f.\",\"linkInserted\":\"\\u067e\\u06cc\\u0648\\u0646\\u062f \\u062f\\u0631\\u062c \\u0634\\u062f.\",\"minInputLength\":\"3\"};\";}i:33;a:5:{s:3:\"src\";s:45:\"/wp-includes/js/jquery/ui/autocomplete.min.js\";s:6:\"handle\";s:22:\"jquery-ui-autocomplete\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-menu\";i:1;s:7:\"wp-a11y\";}s:3:\"ver\";s:6:\"1.13.3\";s:4:\"data\";s:0:\"\";}}s:6:\"styles\";a:29:{i:0;a:4:{s:3:\"src\";s:34:\"/wp-includes/css/admin-bar.min.css\";s:6:\"handle\";s:9:\"admin-bar\";s:4:\"deps\";a:1:{i:0;s:9:\"dashicons\";}s:3:\"ver\";b:0;}i:1;a:4:{s:3:\"src\";s:35:\"/wp-includes/css/wp-pointer.min.css\";s:6:\"handle\";s:10:\"wp-pointer\";s:4:\"deps\";a:1:{i:0;s:9:\"dashicons\";}s:3:\"ver\";b:0;}i:2;a:4:{s:3:\"src\";s:89:\"https://forwardbet.casino/wp-content/plugins/wordfence/css/wf-font-awesome.1690810710.css\";s:6:\"handle\";s:28:\"wordfence-font-awesome-style\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"7.10.3\";}i:3;a:4:{s:3:\"src\";s:83:\"https://forwardbet.casino/wp-content/plugins/wordfence/css/wf-global.1690810710.css\";s:6:\"handle\";s:22:\"wordfence-global-style\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"7.10.3\";}i:4;a:4:{s:3:\"src\";b:1;s:6:\"handle\";s:6:\"colors\";s:4:\"deps\";a:2:{i:0;s:8:\"wp-admin\";i:1;s:7:\"buttons\";}s:3:\"ver\";b:0;}i:5;a:4:{s:3:\"src\";s:96:\"https://forwardbet.casino/wp-content/plugins/luckywp-table-of-contents/admin/assets/main.min.css\";s:6:\"handle\";s:16:\"lwptoc_adminMain\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"2.1.4\";}i:6;a:4:{s:3:\"src\";s:38:\"/wp-includes/css/wp-auth-check.min.css\";s:6:\"handle\";s:13:\"wp-auth-check\";s:4:\"deps\";a:1:{i:0;s:9:\"dashicons\";}s:3:\"ver\";b:0;}i:7;a:4:{s:3:\"src\";s:109:\"https://forwardbet.casino/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1690810710.css\";s:6:\"handle\";s:25:\"wordfence-ls-admin-global\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.1.4\";}i:8;a:4:{s:3:\"src\";s:86:\"https://forwardbet.casino/wp-content/plugins/wordfence/css/wordfenceBox.1690810710.css\";s:6:\"handle\";s:16:\"wordfenceAJAXcss\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"7.10.3\";}i:9;a:4:{s:3:\"src\";s:85:\"https://forwardbet.casino/wp-content/plugins/wordfence/css/wf-adminbar.1690810710.css\";s:6:\"handle\";s:11:\"wf-adminbar\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"7.10.3\";}i:10;a:4:{s:3:\"src\";s:96:\"https://forwardbet.casino/wp-content/plugins/wordfence/css/license/premium-global.1690810710.css\";s:6:\"handle\";s:30:\"wordfence-license-global-style\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"7.10.3\";}i:11;a:4:{s:3:\"src\";s:87:\"https://forwardbet.casino/wp-content/plugins/elementor-pro/assets/css/admin-rtl.min.css\";s:6:\"handle\";s:19:\"elementor-pro-admin\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"3.18.3\";}i:12;a:4:{s:3:\"src\";s:93:\"https://forwardbet.casino/wp-content/plugins/wordpress-seo/css/dist/admin-global-2210-rtl.css\";s:6:\"handle\";s:22:\"yoast-seo-admin-global\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;}i:13;a:4:{s:3:\"src\";s:98:\"https://forwardbet.casino/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2210-rtl.css\";s:6:\"handle\";s:21:\"yoast-seo-dismissible\";s:4:\"deps\";a:0:{}s:3:\"ver\";N;}i:14;a:4:{s:3:\"src\";s:83:\"https://forwardbet.casino/wp-content/themes/jannah/framework/admin/assets/style.css\";s:6:\"handle\";s:15:\"tie-admin-style\";s:4:\"deps\";a:0:{}s:3:\"ver\";i:1726478145;}i:15;a:4:{s:3:\"src\";s:92:\"https://forwardbet.casino/wp-content/themes/jannah/assets/fonts/fontawesome/font-awesome.css\";s:6:\"handle\";s:15:\"tie-fontawesome\";s:4:\"deps\";a:0:{}s:3:\"ver\";i:1726478145;}i:16;a:4:{s:3:\"src\";s:34:\"/wp-admin/css/color-picker.min.css\";s:6:\"handle\";s:15:\"wp-color-picker\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;}i:17;a:4:{s:3:\"src\";s:33:\"/wp-admin/css/code-editor.min.css\";s:6:\"handle\";s:11:\"code-editor\";s:4:\"deps\";a:1:{i:0;s:13:\"wp-codemirror\";}s:3:\"ver\";b:0;}i:18;a:4:{s:3:\"src\";s:84:\"https://forwardbet.casino/wp-content/plugins/elementor/assets/css/common-rtl.min.css\";s:6:\"handle\";s:16:\"elementor-common\";s:4:\"deps\";a:1:{i:0;s:15:\"elementor-icons\";}s:3:\"ver\";s:6:\"3.18.3\";}i:19;a:4:{s:3:\"src\";s:85:\"https://forwardbet.casino/wp-content/plugins/elementor/assets/css/theme-light.min.css\";s:6:\"handle\";s:16:\"e-theme-ui-light\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"3.18.3\";}i:20;a:4:{s:3:\"src\";s:83:\"https://forwardbet.casino/wp-content/plugins/elementor/assets/css/admin-rtl.min.css\";s:6:\"handle\";s:15:\"elementor-admin\";s:4:\"deps\";a:1:{i:0;s:16:\"elementor-common\";}s:3:\"ver\";s:6:\"3.18.3\";}i:21;a:4:{s:3:\"src\";s:37:\"/wp-includes/js/thickbox/thickbox.css\";s:6:\"handle\";s:8:\"thickbox\";s:4:\"deps\";a:1:{i:0;s:9:\"dashicons\";}s:3:\"ver\";b:0;}i:22;a:4:{s:3:\"src\";s:104:\"https://forwardbet.casino/wp-content/plugins/elementskit-lite/libs/framework/assets/css/admin-global.css\";s:6:\"handle\";s:24:\"elementskit-admin-global\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"3.0.4\";}i:23;a:4:{s:3:\"src\";s:89:\"https://forwardbet.casino/wp-content/plugins/wordpress-seo/css/dist/adminbar-2210-rtl.css\";s:6:\"handle\";s:18:\"yoast-seo-adminbar\";s:4:\"deps\";a:1:{i:0;s:9:\"admin-bar\";}s:3:\"ver\";N;}i:24;a:4:{s:3:\"src\";b:0;s:6:\"handle\";s:15:\"wp-emoji-styles\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;}i:25;a:4:{s:3:\"src\";s:86:\"https://forwardbet.casino/wp-content/plugins/wp-rocket/assets/css/wpr-admin-common.css\";s:6:\"handle\";s:16:\"wpr-admin-common\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"3.15.3\";}i:26;a:4:{s:3:\"src\";s:36:\"/wp-includes/css/media-views.min.css\";s:6:\"handle\";s:11:\"media-views\";s:4:\"deps\";a:3:{i:0;s:7:\"buttons\";i:1;s:9:\"dashicons\";i:2;s:15:\"wp-mediaelement\";}s:3:\"ver\";b:0;}i:27;a:4:{s:3:\"src\";s:47:\"/wp-includes/js/imgareaselect/imgareaselect.css\";s:6:\"handle\";s:13:\"imgareaselect\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"0.9.8\";}i:28;a:4:{s:3:\"src\";s:32:\"/wp-includes/css/buttons.min.css\";s:6:\"handle\";s:7:\"buttons\";s:4:\"deps\";a:0:{}s:3:\"ver\";b:0;}}}', 'auto'),
(71028, 'tie_install_date_19659555', '1726475938', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(71055, 'tie_jannah_options', 'a:171:{s:11:\"time_format\";s:11:\"traditional\";s:9:\"time_type\";s:9:\"published\";s:11:\"breadcrumbs\";s:4:\"true\";s:21:\"breadcrumbs_delimiter\";s:1:\"/\";s:9:\"trim_type\";s:5:\"words\";s:10:\"site_width\";s:6:\"1200px\";s:12:\"theme_layout\";s:4:\"full\";s:11:\"loader-icon\";s:1:\"1\";s:13:\"header_layout\";s:1:\"3\";s:7:\"top_nav\";s:4:\"true\";s:16:\"todaydate_format\";s:11:\"l ,  j  F Y\";s:14:\"top-nav-area-2\";s:10:\"components\";s:25:\"top-nav-components_search\";s:4:\"true\";s:30:\"top-nav-components_live_search\";s:4:\"true\";s:32:\"top-nav-components_search_layout\";s:7:\"default\";s:32:\"top-nav-components_social_layout\";s:7:\"default\";s:26:\"top-nav-components_wz_unit\";s:1:\"F\";s:15:\"breaking_effect\";s:6:\"reveal\";s:13:\"breaking_type\";s:8:\"category\";s:15:\"breaking_number\";s:2:\"10\";s:8:\"main_nav\";s:4:\"true\";s:33:\"main-nav-components_search_layout\";s:7:\"default\";s:33:\"main-nav-components_social_layout\";s:7:\"default\";s:27:\"main-nav-components_wz_unit\";s:1:\"F\";s:25:\"featured_posts_menu_order\";s:6:\"latest\";s:32:\"featured_posts_menu_posts_number\";s:2:\"10\";s:27:\"featured_posts_menu_columns\";s:1:\"3\";s:12:\"logo_setting\";s:4:\"logo\";s:4:\"logo\";s:79:\"https://forwardbet.casino/wp-content/uploads/2024/03/bet90forward-site-logo.png\";s:17:\"logo_retina_width\";s:3:\"369\";s:18:\"logo_retina_height\";s:2:\"69\";s:11:\"mobile_logo\";s:79:\"https://forwardbet.casino/wp-content/uploads/2024/03/bet90forward-site-logo.png\";s:9:\"stick_nav\";s:4:\"true\";s:15:\"sticky_behavior\";s:7:\"default\";s:21:\"footer_instagram_rows\";s:1:\"1\";s:27:\"footer_instagram_media_link\";s:4:\"file\";s:21:\"footer_widgets_area_1\";s:4:\"true\";s:28:\"footer_widgets_layout_area_1\";s:9:\"footer-1c\";s:21:\"footer_widgets_area_2\";s:4:\"true\";s:28:\"footer_widgets_layout_area_2\";s:9:\"footer-1c\";s:14:\"copyright_area\";s:4:\"true\";s:13:\"footer_social\";s:4:\"true\";s:11:\"footer_menu\";s:4:\"true\";s:10:\"footer_one\";s:150:\"<b>© Copyright 2024, تمامی حقوق اين وبسايت متعلق به <a href=\"https://forwardbet.casino/\">betforward vpn</a> ميباشد.<b>\";s:10:\"footer_top\";s:4:\"true\";s:11:\"sidebar_pos\";s:4:\"full\";s:11:\"boxes_style\";s:1:\"3\";s:12:\"blocks_style\";s:1:\"1\";s:13:\"mobile_header\";s:7:\"default\";s:17:\"mobile_logo_width\";s:3:\"400\";s:16:\"stick_mobile_nav\";s:4:\"true\";s:22:\"sticky_mobile_behavior\";s:7:\"default\";s:21:\"mobile_components_row\";s:4:\"true\";s:29:\"mobile_header_components_menu\";s:6:\"area_2\";s:31:\"mobile_header_components_search\";s:6:\"area_1\";s:16:\"mobile_menu_icon\";s:1:\"1\";s:27:\"mobile_menu_search_position\";s:3:\"top\";s:11:\"post_layout\";s:1:\"1\";s:14:\"structure_data\";s:4:\"true\";s:11:\"schema_type\";s:7:\"Article\";s:13:\"post_featured\";s:4:\"true\";s:14:\"image_lightbox\";s:4:\"true\";s:21:\"sticky_featured_video\";s:4:\"true\";s:17:\"reading_indicator\";s:4:\"true\";s:21:\"reading_indicator_pos\";s:6:\"bottom\";s:17:\"responsive_tables\";s:4:\"true\";s:9:\"post_cats\";s:4:\"true\";s:9:\"post_tags\";s:4:\"true\";s:14:\"post_authorbio\";s:4:\"true\";s:9:\"post_meta\";s:4:\"true\";s:11:\"post_author\";s:4:\"true\";s:18:\"post_author_avatar\";s:4:\"true\";s:9:\"post_date\";s:4:\"true\";s:13:\"post_comments\";s:4:\"true\";s:10:\"post_views\";s:4:\"true\";s:12:\"reading_time\";s:4:\"true\";s:7:\"related\";s:4:\"true\";s:16:\"related_position\";s:4:\"post\";s:14:\"related_number\";s:1:\"4\";s:19:\"related_number_full\";s:1:\"3\";s:13:\"related_query\";s:8:\"category\";s:13:\"related_order\";s:4:\"rand\";s:15:\"read_next_style\";s:2:\"50\";s:15:\"read_next_query\";s:8:\"category\";s:15:\"read_next_order\";s:6:\"latest\";s:10:\"check_also\";s:4:\"true\";s:19:\"check_also_position\";s:5:\"right\";s:16:\"check_also_query\";s:8:\"category\";s:16:\"check_also_order\";s:6:\"latest\";s:26:\"inline_related_posts_query\";s:8:\"category\";s:26:\"inline_related_posts_order\";s:6:\"latest\";s:14:\"tie_post_views\";s:5:\"theme\";s:16:\"views_meta_field\";s:9:\"tie_views\";s:12:\"views_7_days\";s:4:\"true\";s:13:\"views_colored\";s:4:\"true\";s:16:\"views_warm_color\";s:3:\"100\";s:15:\"views_hot_color\";s:3:\"499\";s:19:\"views_veryhot_color\";s:4:\"1000\";s:12:\"blog_display\";s:7:\"excerpt\";s:12:\"blog_excerpt\";s:4:\"true\";s:19:\"blog_excerpt_length\";s:2:\"20\";s:14:\"blog_read_more\";s:4:\"true\";s:15:\"blog_pagination\";s:9:\"next-prev\";s:15:\"category_layout\";s:7:\"excerpt\";s:13:\"category_desc\";s:4:\"true\";s:16:\"category_excerpt\";s:4:\"true\";s:23:\"category_excerpt_length\";s:2:\"20\";s:18:\"category_read_more\";s:4:\"true\";s:19:\"category_pagination\";s:9:\"next-prev\";s:10:\"tag_layout\";s:7:\"excerpt\";s:8:\"tag_desc\";s:4:\"true\";s:11:\"tag_excerpt\";s:4:\"true\";s:18:\"tag_excerpt_length\";s:2:\"20\";s:13:\"tag_read_more\";s:4:\"true\";s:14:\"tag_pagination\";s:9:\"next-prev\";s:13:\"author_layout\";s:7:\"excerpt\";s:10:\"author_bio\";s:4:\"true\";s:14:\"author_excerpt\";s:4:\"true\";s:21:\"author_excerpt_length\";s:2:\"20\";s:16:\"author_read_more\";s:4:\"true\";s:17:\"author_pagination\";s:9:\"next-prev\";s:13:\"search_layout\";s:7:\"excerpt\";s:25:\"search_exclude_post_types\";a:1:{i:0;s:4:\"page\";}s:14:\"search_excerpt\";s:4:\"true\";s:21:\"search_excerpt_length\";s:2:\"20\";s:16:\"search_read_more\";s:4:\"true\";s:17:\"search_pagination\";s:9:\"next-prev\";s:14:\"share_post_top\";s:4:\"true\";s:17:\"share_twitter_top\";s:4:\"true\";s:18:\"share_facebook_top\";s:4:\"true\";s:16:\"share_reddit_top\";s:4:\"true\";s:16:\"share_tumblr_top\";s:4:\"true\";s:18:\"share_whatsapp_top\";s:4:\"true\";s:18:\"share_telegram_top\";s:4:\"true\";s:15:\"share_print_top\";s:4:\"true\";s:21:\"share_position_sticky\";s:4:\"left\";s:13:\"banner_header\";s:4:\"true\";s:10:\"banner_top\";s:4:\"true\";s:25:\"article_inline_ad_1_align\";s:6:\"center\";s:25:\"article_inline_ad_2_align\";s:6:\"center\";s:25:\"article_inline_ad_3_align\";s:6:\"center\";s:25:\"article_inline_ad_4_align\";s:6:\"center\";s:25:\"article_inline_ad_5_align\";s:6:\"center\";s:25:\"article_inline_ad_6_align\";s:6:\"center\";s:25:\"article_inline_ad_7_align\";s:6:\"center\";s:18:\"background_pattern\";s:8:\"body-bg1\";s:23:\"background_dimmer_color\";s:5:\"black\";s:15:\"side_aside_skin\";s:4:\"dark\";s:13:\"buttons_style\";s:1:\"1\";s:23:\"header_background_color\";s:7:\"#014f36\";s:14:\"main_nav_style\";s:1:\"7\";s:26:\"main_nav_links_color_hover\";s:7:\"#ffcc00\";s:23:\"footer_background_color\";s:7:\"#014f36\";s:26:\"copyright_background_color\";s:7:\"#014f36\";s:27:\"copyright_links_color_hover\";s:7:\"#ffcc00\";s:27:\"typography_body_font_source\";s:6:\"custom\";s:24:\"typography_body_ext_font\";s:78:\"https://forwardbet.casino/wp-content/uploads/2024/09/FontsFree-Net-ir_sans.ttf\";s:26:\"typography_body_custom_ttf\";s:78:\"https://forwardbet.casino/wp-content/uploads/2024/09/FontsFree-Net-ir_sans.ttf\";s:31:\"typography_headings_font_source\";s:6:\"custom\";s:28:\"typography_headings_ext_font\";s:78:\"https://forwardbet.casino/wp-content/uploads/2024/09/FontsFree-Net-ir_sans.ttf\";s:30:\"typography_headings_custom_ttf\";s:78:\"https://forwardbet.casino/wp-content/uploads/2024/09/FontsFree-Net-ir_sans.ttf\";s:27:\"typography_menu_font_source\";s:6:\"custom\";s:24:\"typography_menu_ext_font\";s:78:\"https://forwardbet.casino/wp-content/uploads/2024/09/FontsFree-Net-ir_sans.ttf\";s:26:\"typography_menu_custom_ttf\";s:78:\"https://forwardbet.casino/wp-content/uploads/2024/09/FontsFree-Net-ir_sans.ttf\";s:33:\"typography_blockquote_font_source\";s:6:\"custom\";s:30:\"typography_blockquote_ext_font\";s:78:\"https://forwardbet.casino/wp-content/uploads/2024/09/FontsFree-Net-ir_sans.ttf\";s:32:\"typography_blockquote_custom_ttf\";s:78:\"https://forwardbet.casino/wp-content/uploads/2024/09/FontsFree-Net-ir_sans.ttf\";s:13:\"lightbox_skin\";s:4:\"dark\";s:15:\"lightbox_thumbs\";s:8:\"vertical\";s:12:\"translations\";a:1:{s:10:\"search-for\";s:14:\"جست و جو\";}s:17:\"amp_menu_position\";s:4:\"left\";}', 'auto'),
(71073, 'wpseo_taxonomy_meta', 'a:1:{s:8:\"category\";a:2:{i:1;a:3:{s:13:\"wpseo_focuskw\";s:28:\"دسته‌بندی نشده\";s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:44;a:3:{s:13:\"wpseo_focuskw\";s:53:\"ورود بدون فیلتر به بت فوروارد\";s:13:\"wpseo_linkdex\";s:2:\"22\";s:19:\"wpseo_content_score\";s:1:\"0\";}}}', 'auto'),
(71075, 'tie_cats_options', 'a:2:{i:1;a:7:{s:20:\"featured_posts_style\";s:1:\"1\";s:21:\"featured_posts_number\";s:2:\"10\";s:20:\"featured_posts_query\";s:6:\"recent\";s:30:\"featured_posts_parallax_effect\";s:6:\"scroll\";s:12:\"logo_setting\";s:4:\"logo\";s:18:\"background_pattern\";s:8:\"body-bg1\";s:23:\"background_dimmer_color\";s:5:\"black\";}i:44;a:7:{s:20:\"featured_posts_style\";s:1:\"1\";s:21:\"featured_posts_number\";s:2:\"10\";s:20:\"featured_posts_query\";s:6:\"recent\";s:30:\"featured_posts_parallax_effect\";s:6:\"scroll\";s:12:\"logo_setting\";s:4:\"logo\";s:18:\"background_pattern\";s:8:\"body-bg1\";s:23:\"background_dimmer_color\";s:5:\"black\";}}', 'on'),
(71105, 'category_children', 'a:0:{}', 'auto'),
(71108, 'tie_sidebars_widgets', 'a:0:{}', 'auto'),
(71110, 'tie-post-var-count', '121', 'off'),
(71111, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(102321, 'elementor_library_category_children', 'a:0:{}', 'auto'),
(105324, 'elementor_checklist', '{\"last_opened_timestamp\":-1,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"editor_visit_count\":0,\"steps\":[]}', 'auto'),
(105396, 'elementor_notes_db_version', '5', 'auto'),
(109369, 'site_logo', '359', 'auto'),
(133838, 'elementskit-lite_never_show', 'yes', 'auto'),
(133859, 'elementor_landing_pages_activation', '0', 'auto'),
(133884, 'elementor_connect_site_key', 'b014ac480b7d599147d2b34319fabc69', 'auto'),
(133888, '_elementor_local_google_fonts', 'a:2:{s:6:\"roboto\";a:2:{s:3:\"url\";s:82:\"https://forwardbet.casino/wp-content/uploads/elementor/google-fonts/css/roboto.css\";s:7:\"version\";i:1742479123;}s:10:\"robotoslab\";a:2:{s:3:\"url\";s:86:\"https://forwardbet.casino/wp-content/uploads/elementor/google-fonts/css/robotoslab.css\";s:7:\"version\";i:1742479127;}}', 'auto'),
(133954, 'e_editor_counter', '21', 'auto'),
(133978, 'wpr_above_the_fold_version', '20240313', 'auto'),
(133979, 'wpr_lazy_render_content_version', '20240812', 'auto'),
(133995, 'wp_rocket_debug', 'a:1:{s:20:\"last_rucss_job_added\";s:0:\"\";}', 'auto'),
(134424, '_hello-elementor_notifications', 'a:2:{s:7:\"timeout\";i:1772322934;s:5:\"value\";s:8157:\"[{\"id\":\"hello-theme-3.4.6\",\"title\":\"3.4.6 - 2026-01-21\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Updated Elementor assets<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.5\",\"title\":\"3.4.5 - 2025-10-27\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>New: Add theme home to Finder<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Improve banner behavior after clicking on action button<\\/li>\\n\\t\\t\\t\\t<li>Fix: Load styles correctly in Gutenberg pages<\\/li>\\n\\t\\t\\t\\t<li>Fix: Do not change menu name after Elementor activation<\\/li>\\n\\t\\t\\t\\t<li>Fix: Ensure quicklinks works correctly from home page<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.4\",\"title\":\"3.4.4 - 2025-06-08\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Tweak: Improve Header\\/Footer edit access from theme Home<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.3\",\"title\":\"3.4.3 - 2025-05-26\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Fix: Settings page empty after 3.4.0 in translated sites<\\/li>\\n\\t\\t\\t\\t<li>Fix: PHP 8.4 deprecation notice<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.2\",\"title\":\"3.4.2 - 2025-05-19\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Tweak: Set Home links font weight to regular<\\/li>\\n  \\t\\t        <li>Tweak: Dart SASS 3.0.0 - resolve scss deprecated warnings<\\/li>\\n    \\t\\t    <li>Fix: Settings page empty after 3.4.0<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.0\",\"title\":\"3.4.0 - 2025-05-05\",\"description\":\"\\n            <ul>\\n                <li>New: Added Theme Home<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update theme settings page style<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update tested up to version 6.8<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.3.0\",\"title\":\"3.3.0 - 2025-01-21\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Added changelog link in theme settings<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n  \\t\\t        <li>Tweak: Update autoprefixer to latest versions<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.2.1\",\"title\":\"3.2.1 - 2024-12-16\",\"description\":\"\\n            <ul>\\n                <li>\\n                    Fix: Gutenberg editor expanded disproportionately after adding support for <code>theme.json<\\/code>\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/430\\\" target=\\\"_blank\\\">#430<\\/a>)\\n                <\\/li>\\n                <li>Fix: Use CSS logical properties in the theme<\\/li>\\n                <li>Fix: Add ARIA attributes to header nav menu<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.2.0\",\"title\":\"3.2.0 - 2024-12-15\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Convert classic to hybrid theme with block-editor support<\\/li>\\n                <li>Tweak: Added new design options to header\\/footer<\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.7<\\/code><\\/li>\\n                <li>\\n                    Fix: Minify JS files\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/419\\\" target=\\\"_blank\\\">#419<\\/a>)\\n                <\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.1.1\",\"title\":\"3.1.1 - 2024-07-30\",\"description\":\"\\n            <ul>\\n                <li>Fix: Use consistent <code>&lt;h2&gt;<\\/code> for comments title and comment form<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.1.0\",\"title\":\"3.1.0 - 2024-06-19\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Update <code>Requires PHP 7.4<\\/code><\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.5<\\/code><\\/li>\\n                <li>Tweak: Add the ability to style the brand layout<\\/li>\\n                <li>Tweak: Remove deprecated Elementor code<\\/li>\\n                <li>Tweak: Restore default focus styling inside the theme<\\/li>\\n                <li>Tweak: Add <code>aria-label<\\/code> attribute to various <code>&lt;nav&gt;<\\/code> elements<\\/li>\\n                <li>Tweak: Improve mobile menu keyboard accessibility<\\/li>\\n                <li>Tweak: Semantic mobile menu toggle button<\\/li>\\n                <li>Fix: The header renders redundant <code>&lt;p&gt;<\\/code> when tagline is empty<\\/li>\\n                <li>Fix: Single post renders redundant wrapping <code>&lt;div&gt;<\\/code> when it has no tags<\\/li>\\n                <li>Fix: Remove redundant wrapping <code>&lt;div&gt;<\\/code> from <code>wp_nav_menu()<\\/code> output<\\/li>\\n                <li>Fix: Wrap page <code>&lt;h1&gt;<\\/code> with <code>&lt;div&gt;<\\/code>, not <code>&lt;header&gt;<\\/code><\\/li>\\n                <li>Fix: Use consistent <code>&lt;h3&gt;<\\/code> for comments title and comment form<\\/li>\\n                <li>Fix: Remove heading tags from dynamic header\\/footer<\\/li>\\n                <li>\\n                    Fix: Mobile Menu hamburger is not visible for logged-out users in some cases\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/369\\\" target=\\\"_blank\\\">#369<\\/a>)\\n                <\\/li>\\n                <li>Fix: Remove duplicate ID attributes in the header mobile menu<\\/li>\\n                <li>\\n                    Fix: Remove redundant table styles\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/311\\\" target=\\\"_blank\\\">#311<\\/a>)\\n                <\\/li>\\n                <li>Fix: Remove redundant space below Site Logo in the header\\/footer<\\/li>\\n                <li>Fix: Remove redundant CSS from dynamic header\\/footer layout<\\/li>\\n                <li>\\n                    Fix: Separate post tags in single post\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/304\\\" target=\\\"_blank\\\">#304<\\/a>)\\n                <\\/li>\\n                <li>Fix: Display <code>the_tags()<\\/code> after <code>wp_link_pages()<\\/code><\\/li>\\n                <li>Fix: Remove page break navigation from archives when using <code>&lt;!--nextpage--&gt;<\\/code><\\/li>\\n                <li>Fix: Style posts pagination component layout<\\/li>\\n                <li>Fix: Add RTL support to pagination arrows in archive pages<\\/li>\\n                <li>\\n                    Fix: Update pagination prev\\/next labels and positions\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/404\\\" target=\\\"_blank\\\">#404<\\/a>)\\n                <\\/li>\\n                <li>Fix: Check if Elementor is loaded when using dynamic header & footer<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.2\",\"title\":\"3.0.2 - 2024-05-28\",\"description\":\"\\n            <ul>\\n                <li>Internal: Version bump release to refresh WordPress repository<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.1\",\"title\":\"3.0.1 - 2024-01-24\",\"description\":\"\\n            <ul>\\n                <li>Fix: Harden security for admin notice dismiss button<\\/li>\\n                <li>Fix: Add <code>alt<\\/code> attribute to all the images in the dashboard<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.0\",\"title\":\"3.0.0 - 2023-12-26\",\"description\":\"\\n            <ul>\\n                <li>New: Option to disable cross-site header & footer<\\/li>\\n                <li>Tweak: Update <code>Requires PHP 7.3<\\/code><\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.4<\\/code><\\/li>\\n                <li>Tweak: Move cross-site header & footer styles to a separate CSS file<\\/li>\\n                <li>Tweak: Don\'t load <code>header-footer.min.css<\\/code> when disabling header & footer<\\/li>\\n                <li>Tweak: Don\'t load <code>hello-frontend.min.js<\\/code> when disabling header & footer<\\/li>\\n                <li>Tweak: Replace jQuery code with vanilla JS in the frontend<\\/li>\\n                <li>Tweak: Replace jQuery code with vanilla JS in WordPress admin<\\/li>\\n                <li>Tweak: Remove unused JS code from the frontend<\\/li>\\n                <li>Tweak: Remove unused CSS code from the editor<\\/li>\\n                <li>Tweak: Remove unnecessary <code>role<\\/code> attributes from HTML landmark elements<\\/li>\\n                <li>Tweak: Link from Elementor Site Settings to Hello Theme Settings<\\/li>\\n                <li>Fix: Dynamic script version for better caching<\\/li>\\n            <\\/ul>\"}]\";}', 'off'),
(135098, 'wp_calendar_block_has_published_posts', '1', 'auto'),
(231902, 'mainwp_child_update_version', '1.6', 'on'),
(231903, 'mainwp_child_plugin_version', '5.4.0.7', 'on'),
(231904, 'mainwp_child_auth', 'a:7:{i:5;s:32:\"11ca126545f4bd6343a689e06d6f3157\";s:4:\"last\";i:1750032299;i:4;s:32:\"308d271eba39846154284c9eb2bca30b\";i:3;s:32:\"402be8881397142990d57d34d7fb0f49\";i:2;s:32:\"ef808084fc56f1f15927afea5cb833dc\";i:1;s:32:\"83b090e265832398cfa7152efad91dfa\";i:0;s:32:\"15a31129943fe2cc5cd2bdf4537a474b\";}', 'on'),
(231905, 'mainwp_child_branding_settings', 'a:4:{s:13:\"contact_label\";s:15:\"Contact Support\";s:18:\"cancelled_branding\";b:0;s:23:\"branding_preserve_title\";s:0:\"\";s:21:\"branding_disconnected\";s:0:\"\";}', 'off'),
(231908, 'mainwp_cache_control_cache_solution', 'WP Rocket', 'auto'),
(231909, 'mainwp_security', '', 'on'),
(231911, 'html-regression-track-admin-assets', 'a:2:{s:6:\"styles\";a:21:{i:0;s:9:\"admin-bar\";i:1;s:8:\"thickbox\";i:2;s:6:\"colors\";i:3;s:16:\"lwptoc_adminMain\";i:4;s:13:\"wp-auth-check\";i:5;s:21:\"amp-validation-counts\";i:6;s:23:\"disable-comments-notice\";i:7;s:19:\"elementor-pro-admin\";i:8;s:9:\"wpr-modal\";i:9;s:22:\"yoast-seo-admin-global\";i:10;s:21:\"yoast-seo-dismissible\";i:11;s:16:\"elementor-common\";i:12;s:16:\"e-theme-ui-light\";i:13;s:15:\"elementor-admin\";i:14;s:24:\"elementskit-admin-global\";i:15;s:7:\"akismet\";i:16;s:18:\"akismet-font-inter\";i:17;s:13:\"akismet-admin\";i:18;s:18:\"yoast-seo-adminbar\";i:19;s:15:\"wp-emoji-styles\";i:20;s:16:\"wpr-admin-common\";}s:7:\"scripts\";a:25:{i:0;s:6:\"common\";i:1;s:9:\"admin-bar\";i:2;s:7:\"updates\";i:3;s:14:\"plugin-install\";i:4;s:8:\"thickbox\";i:5;s:5:\"utils\";i:6;s:11:\"svg-painter\";i:7;s:16:\"lwptoc_adminMain\";i:8;s:16:\"elementor-common\";i:9;s:17:\"elementor-pro-app\";i:10;s:20:\"elementor-app-loader\";i:11;s:13:\"wp-auth-check\";i:12;s:21:\"amp-validation-counts\";i:13;s:19:\"elementor-pro-admin\";i:14;s:10:\"micromodal\";i:15;s:22:\"yoast-seo-admin-global\";i:16;s:20:\"hello-elementor-menu\";i:17;s:29:\"elementor-import-export-admin\";i:18;s:15:\"elementor-admin\";i:19;s:11:\"media-hints\";i:20;s:10:\"akismet.js\";i:21;s:16:\"akismet-admin.js\";i:22;s:29:\"wp-seo-premium-update-plugins\";i:23;s:24:\"elementor-admin-feedback\";i:24;s:16:\"wpr-admin-common\";}}', 'on'),
(231920, 'mainwp_child_uniqueId', '6Rx4W98IJ6Pu', 'off'),
(231921, 'mainwp_child_ttl_active_unconnected_site', '20', 'off'),
(232017, 'mainwp_child_connected_admin', 'linco', 'on'),
(232018, 'mainwp_child_pubkey', 'LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF0eWJBTjBYY0lsdHNxRlVYZmQ4RQpEN1REZ205QktYY3BRU1FCSnFUeUp1amFYQ2dRaGk2cnp0dWxXOXgzVlU0OG84L0c4L1dONkRkVEZ0K2hIajlVCjRiTnArdTFhenpId3ZLZURGNHRKUjBaVThKRGVrcG5QR29WSkZFajQwNHpiUFVoT3BHY3BTbU1qL2dRY0FXQ1AKWG90bTJkSnRDZTBzWUxYZWtCWXVFZHJwRXRwR0NtbFF2NmI5N1lVN0w5OGF2ZEdDRXFpeEg4SDVJZmlUUDlZMgpTTWdEa2NXTEZwb05XRk9idlBSVDhGV1NwMnErQ0lpTEMxMmR4eVNBclJmMEpZVmJxNkxrVC8yWmhzb1ZvT0duCkEyRmpmMnZGMzdiYS9wc2VyeE1NbmRUWXVMSTlQM29aWDRWRHdyNEc1OEt3VzN1RmVkenBvWXJ6cnVldW9LdFAKWHdJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==', 'on'),
(232019, 'mainwp_child_server', '89cWPjsNxY8tlMhqU0aykg6h+y+cT0qySVdJVv4teiTQ06UIGMR8KLdNl4nW4z0cZZVMHYUYHR8wT6PY4d8=', 'off'),
(232020, 'mainwp_child_nonce', '0', 'off'),
(232021, 'mainwp_premium_updates', 'a:0:{}', 'off'),
(232022, 'mainwp_child_actions_data_checked', '1750035876', 'auto'),
(232030, 'mainwp_child_clone_from_server_last_folder', '/home/forwardbetcasino/public_html/wp-content/uploads/mainwp/backup', 'off'),
(232087, 'mainwp_child_openssl_sign_algo', '7', 'auto'),
(232099, 'mainwp_cache_control_log', '{\"status\":\"Disabled\",\"action\":\"SUCCESS\",\"do_purge\":\"0\"}', 'auto'),
(232132, 'disable_comment_version', '2.5.1', 'auto'),
(232167, 'mainwp_child_clone_sites', '0', 'off'),
(232168, 'mainwp_child_siteid', '5', 'off'),
(232169, 'mainwp_child_actions_saved_number_of_days', '30', 'off'),
(232170, 'mainwp_child_settings_sync_data', '{\"wp_updates\":1,\"plugin_updates\":1,\"theme_updates\":1,\"translation_updates\":1,\"recent_comments\":1,\"recent_posts\":1,\"recent_pages\":1,\"securityStats\":1,\"directories\":1,\"categories\":1,\"totalsize\":1,\"dbsize\":1,\"plugins\":1,\"themes\":1,\"users\":1,\"plugins_outdate_info\":1,\"themes_outdate_info\":1,\"health_site_status\":1,\"child_site_actions_data\":1,\"othersData\":1}', 'off'),
(232171, 'mainwp_child_auto_purge_cache', '0', 'auto'),
(232172, 'mainwp_child_cloud_flair_enabled', '0', 'auto'),
(232173, 'mainwp_child_pingnonce', 'eb0f29986d', 'off'),
(292468, 'mainwp_child_actions_saved_data', 'a:7:{s:15:\"connected_admin\";s:5:\"linco\";i:17500358761573;a:7:{s:7:\"context\";s:6:\"themes\";s:6:\"action\";s:7:\"updated\";s:11:\"action_user\";s:5:\"linco\";s:7:\"created\";i:1750035876;s:7:\"summary\";s:36:\"Updated theme: Hello Elementor 3.4.4\";s:9:\"meta_data\";a:2:{s:9:\"user_meta\";a:6:{s:10:\"wp_user_id\";i:1;s:12:\"display_name\";s:5:\"linco\";s:4:\"role\";s:13:\"administrator\";s:15:\"user_role_label\";s:13:\"مدیر کل\";s:5:\"agent\";s:0:\"\";s:11:\"action_user\";s:5:\"linco\";}s:10:\"extra_info\";a:6:{s:4:\"type\";s:5:\"theme\";s:4:\"name\";s:15:\"Hello Elementor\";s:7:\"version\";s:5:\"3.4.4\";s:4:\"slug\";s:15:\"hello-elementor\";s:7:\"success\";b:1;s:11:\"old_version\";s:5:\"3.4.1\";}}s:8:\"duration\";d:1.1054630279541015625;}i:17500367202941;a:7:{s:7:\"context\";s:7:\"plugins\";s:6:\"action\";s:7:\"updated\";s:11:\"action_user\";s:5:\"linco\";s:7:\"created\";i:1750036720;s:7:\"summary\";s:37:\"Updated plugin: المنتور 3.29.2\";s:9:\"meta_data\";a:2:{s:9:\"user_meta\";a:6:{s:10:\"wp_user_id\";i:1;s:12:\"display_name\";s:5:\"linco\";s:4:\"role\";s:13:\"administrator\";s:15:\"user_role_label\";s:13:\"مدیر کل\";s:5:\"agent\";s:0:\"\";s:11:\"action_user\";s:5:\"linco\";}s:10:\"extra_info\";a:6:{s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"المنتور\";s:7:\"version\";s:6:\"3.29.2\";s:4:\"slug\";s:23:\"elementor/elementor.php\";s:7:\"success\";b:1;s:11:\"old_version\";s:6:\"3.28.4\";}}s:8:\"duration\";d:1.7586591243743896484375;}i:17500367303935;a:7:{s:7:\"context\";s:7:\"plugins\";s:6:\"action\";s:7:\"updated\";s:11:\"action_user\";s:5:\"linco\";s:7:\"created\";i:1750036730;s:7:\"summary\";s:38:\"Updated plugin: ElementsKit Lite 3.5.3\";s:9:\"meta_data\";a:2:{s:9:\"user_meta\";a:6:{s:10:\"wp_user_id\";i:1;s:12:\"display_name\";s:5:\"linco\";s:4:\"role\";s:13:\"administrator\";s:15:\"user_role_label\";s:13:\"مدیر کل\";s:5:\"agent\";s:0:\"\";s:11:\"action_user\";s:5:\"linco\";}s:10:\"extra_info\";a:6:{s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:16:\"ElementsKit Lite\";s:7:\"version\";s:5:\"3.5.3\";s:4:\"slug\";s:37:\"elementskit-lite/elementskit-lite.php\";s:7:\"success\";b:1;s:11:\"old_version\";s:5:\"3.5.1\";}}s:8:\"duration\";d:1.7279579639434814453125;}i:17500368324971;a:7:{s:7:\"context\";s:7:\"plugins\";s:6:\"action\";s:9:\"installed\";s:11:\"action_user\";s:5:\"linco\";s:7:\"created\";i:1750036832;s:7:\"summary\";s:38:\"Installed plugin: Elementor Pro 3.29.0\";s:9:\"meta_data\";a:2:{s:9:\"user_meta\";a:6:{s:10:\"wp_user_id\";i:1;s:12:\"display_name\";s:5:\"linco\";s:4:\"role\";s:13:\"administrator\";s:15:\"user_role_label\";s:13:\"مدیر کل\";s:5:\"agent\";s:0:\"\";s:11:\"action_user\";s:5:\"linco\";}s:10:\"extra_info\";a:5:{s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:6:\"3.29.0\";s:4:\"slug\";s:13:\"elementor-pro\";s:7:\"success\";b:1;}}s:8:\"duration\";d:0.981564044952392578125;}i:17500369095450;a:7:{s:7:\"context\";s:7:\"plugins\";s:6:\"action\";s:9:\"installed\";s:11:\"action_user\";s:5:\"linco\";s:7:\"created\";i:1750036909;s:7:\"summary\";s:55:\"Installed plugin: یواست سئو پریمیوم 25.1\";s:9:\"meta_data\";a:2:{s:9:\"user_meta\";a:6:{s:10:\"wp_user_id\";i:1;s:12:\"display_name\";s:5:\"linco\";s:4:\"role\";s:13:\"administrator\";s:15:\"user_role_label\";s:13:\"مدیر کل\";s:5:\"agent\";s:0:\"\";s:11:\"action_user\";s:5:\"linco\";}s:10:\"extra_info\";a:5:{s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:32:\"یواست سئو پریمیوم\";s:7:\"version\";s:4:\"25.1\";s:4:\"slug\";s:21:\"wordpress-seo-premium\";s:7:\"success\";b:1;}}s:8:\"duration\";d:0.6741559505462646484375;}i:17500400198776;a:7:{s:7:\"context\";s:7:\"plugins\";s:6:\"action\";s:11:\"deactivated\";s:11:\"action_user\";s:5:\"linco\";s:7:\"created\";i:1750040019;s:7:\"summary\";s:34:\"\"MainWP Child\" plugin deactivated \";s:9:\"meta_data\";a:2:{s:9:\"user_meta\";a:6:{s:10:\"wp_user_id\";i:1;s:12:\"display_name\";s:5:\"linco\";s:4:\"role\";s:13:\"administrator\";s:15:\"user_role_label\";s:13:\"مدیر کل\";s:5:\"agent\";s:0:\"\";s:11:\"action_user\";s:5:\"linco\";}s:10:\"extra_info\";a:2:{s:4:\"name\";s:12:\"MainWP Child\";s:4:\"slug\";s:29:\"mainwp-child/mainwp-child.php\";}}s:8:\"duration\";d:0.1135118007659912109375;}}', 'auto'),
(292667, 'action_scheduler_migration_status', 'complete', 'auto'),
(314803, '_elementor_assets_data', 'a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:11:{s:14:\"eicon-menu-bar\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:279:\"M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z\";s:3:\"key\";s:14:\"eicon-menu-bar\";}s:7:\"version\";s:6:\"5.13.0\";}s:11:\"eicon-close\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:361:\"M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z\";s:3:\"key\";s:11:\"eicon-close\";}s:7:\"version\";s:6:\"5.13.0\";}s:14:\"fas-caret-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:119:\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\";s:3:\"key\";s:14:\"fas-caret-down\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fas-forward\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:220:\"M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z\";s:3:\"key\";s:11:\"fas-forward\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-android\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:301:\"M420.55,301.93a24,24,0,1,1,24-24,24,24,0,0,1-24,24m-265.1,0a24,24,0,1,1,24-24,24,24,0,0,1-24,24m273.7-144.48,47.94-83a10,10,0,1,0-17.27-10h0l-48.54,84.07a301.25,301.25,0,0,0-246.56,0L116.18,64.45a10,10,0,1,0-17.27,10h0l47.94,83C64.53,202.22,8.24,285.55,0,384H576c-8.24-98.45-64.54-181.78-146.85-226.55\";s:3:\"key\";s:11:\"fab-android\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"far-user-circle\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:496;s:6:\"height\";i:512;s:4:\"path\";s:585:\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\";s:3:\"key\";s:15:\"far-user-circle\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fas-calendar\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:312:\"M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z\";s:3:\"key\";s:12:\"fas-calendar\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"far-clock\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:324:\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\";s:3:\"key\";s:9:\"far-clock\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"far-comment-dots\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:653:\"M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\";s:3:\"key\";s:16:\"far-comment-dots\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"eicon-chevron-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\";s:3:\"key\";s:18:\"eicon-chevron-left\";}s:7:\"version\";s:6:\"5.13.0\";}s:19:\"eicon-chevron-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\";s:3:\"key\";s:19:\"eicon-chevron-right\";}s:7:\"version\";s:6:\"5.13.0\";}}}}', 'auto'),
(315109, '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:6:\"2.12.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1751361341;s:11:\"plugin_path\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";}}s:7:\"abspath\";s:35:\"/home/forwardbetcasino/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:6:\"2.12.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1751361341;}}', 'auto'),
(315110, 'fs_debug_mode', '', 'auto'),
(315111, 'fs_accounts', 'a:8:{s:21:\"id_slug_type_path_map\";a:1:{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:1:{s:19:\"shortcodes-ultimate\";a:17:{s:19:\"last_load_timestamp\";i:1772739212;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:1751361341;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:6:\"2.12.0\";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.4.2\";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:17:\"forwardbet.casino\";s:9:\"server_ip\";s:12:\"66.29.136.62\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1751361341;s:7:\"version\";s:5:\"7.4.2\";}s:15:\"prev_is_premium\";b:0;s:21:\"is_pending_activation\";b:1;}}s:13:\"file_slug_map\";a:1:{s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:19:\"shortcodes-ultimate\";}s:7:\"plugins\";a:1:{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.4.2\";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\";a:3:{s:3:\"new\";i:100;s:7:\"updates\";i:0;s:9:\"localhost\";b:1;}}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:9:\"unique_id\";s:32:\"fd778f66faf572a1b41f4ee3c9ff2abb\";s:13:\"admin_notices\";a:1:{s:19:\"shortcodes-ultimate\";a:0:{}}}', 'auto'),
(315112, 'fs_api_cache', 'a:0:{}', 'off'),
(315126, 'widget_shortcodes-ultimate', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(315127, 'su_option_custom-formatting', 'on', 'auto'),
(315128, 'su_option_skip', 'on', 'auto'),
(315129, 'su_option_prefix', 'su_', 'auto'),
(315130, 'su_option_custom-css', '', 'auto'),
(315131, 'su_option_supported_blocks', 'a:3:{i:0;s:14:\"core/paragraph\";i:1;s:14:\"core/shortcode\";i:2;s:13:\"core/freeform\";}', 'auto'),
(315132, 'su_option_generator_access', 'manage_options', 'auto'),
(315133, 'su_option_enable_shortcodes_in', 'a:1:{i:0;s:16:\"term_description\";}', 'auto'),
(315134, 'su_option_hide_deprecated', 'on', 'auto'),
(315135, 'su_option_unsafe_features', '', 'auto'),
(315136, 'su_option_version', '7.4.2', 'off'),
(315220, 'su_option_dismissed_notices', 'a:2:{s:4:\"rate\";i:1751966852;s:15:\"unsafe-features\";b:1;}', 'auto'),
(315328, 'su_option_unsafe_features_auto_off', '1', 'auto'),
(451490, 'whl_page', '3030', 'auto'),
(451491, 'whl_redirect_admin', '404', 'auto'),
(516201, 'wp_notes_notify', '1', 'on'),
(554461, 'can_compress_scripts', '0', 'on'),
(570730, 'updraftplus_version', '1.26.1', 'on'),
(570738, 'updraftplus_tour_cancelled_on', 'intro', 'on'),
(570739, 'updraft_lastmessage', 'The backup succeeded and is now complete (ژانویه 30 02:50:45)', 'on'),
(570740, 'updraft_updraftvault', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a750bdb654ce38cfe550b39b0d715de6\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}', 'on'),
(570741, 'updraft_dropbox', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8dfc9a76c9451312daace89b39bbda27\";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'),
(570742, 'updraft_s3', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-5d2329bc7f43c5a5892cb226bffc6dbb\";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'),
(570743, 'updraft_cloudfiles', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-c488017242fe1f3da81dd1c68afe0a0c\";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'),
(570744, 'updraft_googledrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-719d07d882b33cd6f057992d8b8156fc\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}', 'on'),
(570745, 'updraft_onedrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-94249aee760e836654ccb97323faebac\";a:0:{}}}', 'on'),
(570746, 'updraft_ftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f36cef216d538a5f3ec87d618e00784b\";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'),
(570747, 'updraft_azure', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-249b784dcf7afe98d3d4f0485c845f1c\";a:0:{}}}', 'on'),
(570748, 'updraft_sftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-dc4c323de7801a24d0f98e8d1c2ac35d\";a:0:{}}}', 'on'),
(570749, 'updraft_googlecloud', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-9d509b6fcb962c2d859900f1313a82aa\";a:0:{}}}', 'on'),
(570750, 'updraft_backblaze', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-9243161ad5f07c009596c0d19600ff4f\";a:0:{}}}', 'on'),
(570751, 'updraft_webdav', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e8c040368b5aaa1c5940ac4186fddb4d\";a:0:{}}}', 'on'),
(570752, 'updraft_s3generic', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-16cb153dec2083fdc119b47f2908d326\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}', 'on'),
(570753, 'updraft_pcloud', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-359fd637681ff29572f6893df4a7ad0f\";a:0:{}}}', 'on'),
(570754, 'updraft_openstack', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-3dae363617fdc00ebc59c40a7abb43a0\";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'),
(570755, 'updraft_dreamobjects', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-26261496dc84046a10e506d33c265ca1\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}', 'on'),
(570756, 'updraftplus-addons_siteid', '7d0cf9dda8c007724c6a4bf2765b1bef', 'off'),
(570758, 'updraftplus_unlocked_fd', '1', 'no'),
(570759, 'updraftplus_last_lock_time_fd', '2026-01-29 23:20:32', 'no'),
(570760, 'updraftplus_semaphore_fd', '0', 'no'),
(570761, 'updraft_last_scheduled_fd', '1769728832', 'auto'),
(570763, 'updraft_backup_history', 'a:1:{i:1769728832;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2026-01-30-0250_forwardbetcasino_e8b4a825e9ee-plugins.zip\";}s:12:\"plugins-size\";i:54381752;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2026-01-30-0250_forwardbetcasino_e8b4a825e9ee-themes.zip\";}s:11:\"themes-size\";i:35325236;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2026-01-30-0250_forwardbetcasino_e8b4a825e9ee-uploads.zip\";}s:12:\"uploads-size\";i:42515555;s:6:\"others\";a:1:{i:0;s:63:\"backup_2026-01-30-0250_forwardbetcasino_e8b4a825e9ee-others.zip\";}s:11:\"others-size\";i:6511016;s:2:\"db\";s:58:\"backup_2026-01-30-0250_forwardbetcasino_e8b4a825e9ee-db.gz\";s:7:\"db-size\";i:2542473;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"adc50bd09c806de9dc35bd91360f4aebe433b803\";s:7:\"themes0\";s:40:\"48ea0ce1085590df60ce2e306a0a9df8249d5c50\";s:8:\"uploads0\";s:40:\"f7202ff13505b53808079d8f4b9945dfba7bea11\";s:7:\"others0\";s:40:\"82762bc23062ad35a7dd3f8d5063b679a301e8c4\";s:3:\"db0\";s:40:\"c8a2ce875ae7ffcc578741855f4134833a248bf8\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"51beb9e8155e4772e9d3302d2a1d4b23612dc586a0c0fac3e679b1ab648e30ce\";s:7:\"themes0\";s:64:\"702c94bd2f4d45b1a779ba119cfbe3725408e53aff44fd423fe2071fc762c821\";s:8:\"uploads0\";s:64:\"6751c1cb0e89531106ca6cdee274efbf478067995a999219e0aecf93611998bf\";s:7:\"others0\";s:64:\"0a70d9092928d0f45cf6c1762c9b882807ebf9481e3952d246afa8535ce8edc2\";s:3:\"db0\";s:64:\"0b7084f6027448ed21aa4230becb592c0b8957ebf6baa8e80c24c7e7b01ea88f\";}}s:5:\"nonce\";s:12:\"e8b4a825e9ee\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:1;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1769728832;s:6:\"themes\";i:1769728840;s:7:\"uploads\";i:1769728842;s:6:\"others\";i:1769728843;}s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}}', 'off'),
(570764, 'updraft_last_backup', 'a:6:{s:26:\"nonincremental_backup_time\";i:1769728832;s:11:\"backup_time\";i:1769728832;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2026-01-30-0250_forwardbetcasino_e8b4a825e9ee-plugins.zip\";}s:12:\"plugins-size\";i:54381752;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2026-01-30-0250_forwardbetcasino_e8b4a825e9ee-themes.zip\";}s:11:\"themes-size\";i:35325236;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2026-01-30-0250_forwardbetcasino_e8b4a825e9ee-uploads.zip\";}s:12:\"uploads-size\";i:42515555;s:6:\"others\";a:1:{i:0;s:63:\"backup_2026-01-30-0250_forwardbetcasino_e8b4a825e9ee-others.zip\";}s:11:\"others-size\";i:6511016;s:2:\"db\";s:58:\"backup_2026-01-30-0250_forwardbetcasino_e8b4a825e9ee-db.gz\";s:7:\"db-size\";i:2542473;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"adc50bd09c806de9dc35bd91360f4aebe433b803\";s:7:\"themes0\";s:40:\"48ea0ce1085590df60ce2e306a0a9df8249d5c50\";s:8:\"uploads0\";s:40:\"f7202ff13505b53808079d8f4b9945dfba7bea11\";s:7:\"others0\";s:40:\"82762bc23062ad35a7dd3f8d5063b679a301e8c4\";s:3:\"db0\";s:40:\"c8a2ce875ae7ffcc578741855f4134833a248bf8\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"51beb9e8155e4772e9d3302d2a1d4b23612dc586a0c0fac3e679b1ab648e30ce\";s:7:\"themes0\";s:64:\"702c94bd2f4d45b1a779ba119cfbe3725408e53aff44fd423fe2071fc762c821\";s:8:\"uploads0\";s:64:\"6751c1cb0e89531106ca6cdee274efbf478067995a999219e0aecf93611998bf\";s:7:\"others0\";s:64:\"0a70d9092928d0f45cf6c1762c9b882807ebf9481e3952d246afa8535ce8edc2\";s:3:\"db0\";s:64:\"0b7084f6027448ed21aa4230becb592c0b8957ebf6baa8e80c24c7e7b01ea88f\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"e8b4a825e9ee\";}', 'on');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(574342, 'elementor_pro_remote_info_api_data_3.29.2', 'a:2:{s:7:\"timeout\";i:1771469183;s:5:\"value\";s:251899:\"{\"stable_version\":\"3.35.1\",\"last_updated\":\"2026-02-11 10:26:59\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:235958:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.35.1 - 2026-02-11<\\/h4>\\n<ul>\\n<li>Fix: Enqueue script errors when <code>WP_DEBUG<\\/code> is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/34617\\\">#34617<\\/a>)<\\/li>\\n<li>Fix: General UI issues in Editor screens in WordPress Admin<\\/li>\\n<\\/ul>\\n<h4>3.35.0 - 2026-02-02<\\/h4>\\n<ul>\\n<li>Tweak: Extended the color picker to support ACF fields - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables with custom units across relevant controls - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables in border radius controls - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.34.4 - 2026-01-29<\\/h4>\\n<ul>\\n<li>Fix: Shortcodes overflow the screen on Saved Templates screen in WordPress Admin<\\/li>\\n<li>Fix: Avoid Multiple Popups control does not work in Popups<\\/li>\\n<\\/ul>\\n<h4>3.34.3 - 2026-01-26<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder WordPress view does not work as expected<\\/li>\\n<li>Fix: Submissions menu appears even when the setting is disabled<\\/li>\\n<\\/ul>\\n<h4>3.34.2 - 2026-01-22<\\/h4>\\n<ul>\\n<li>Tweak: Updated notification behavior in Elementor menu in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.1 - 2026-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Unified the Elementor interface into a single place to manage, optimize, and configure Elementor capabilities in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.0 - 2025-12-22<\\/h4>\\n<ul>\\n<li>New: Added support for Display Conditions for Atomic Elements - Editor V4<\\/li>\\n<li>Tweak: Enabled media queries for the Desktop breakpoint only in Custom CSS - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Added support for Google Calendar in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Tel link in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF Image field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Removed icon from the accessibility tree in Flip Box widget<\\/li>\\n<li>Tweak: Applied CSS logical properties in text-align controls and improved RTL rendering in the Editor<\\/li>\\n<li>Fix: Website Template library displayed in English instead of the translated language<\\/li>\\n<li>Fix: Custom CSS field breaks when using certain characters - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.33.2 - 2025-12-03<\\/h4>\\n<ul>\\n<li>Fix: Incorrect status shown for Custom Code, Fonts, and Icons after importing a Website Template<\\/li>\\n<li>Fix: Display Conditions window appears empty in the editor<\\/li>\\n<\\/ul>\\n<h4>3.33.1 - 2025-11-11<\\/h4>\\n<ul>\\n<li>Fix: Styles not loading correctly in Custom Fonts and Custom Icons admin screens (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/33396\\\">#33396<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.33.0 - 2025-11-10<\\/h4>\\n<ul>\\n<li>New: Introducing Custom CSS for element-level styling with full isolation and responsive control - Editor V4<\\/li>\\n<li>New: Introducing media save to cloud in Website Templates, enabling users to store media assets directly in the cloud for easier access and management.<\\/li>\\n<li>Tweak: Added support for Post Excerpt dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Internal URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Post Terms dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Shortcode dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Popup dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Off-Canvas dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Lightbox dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Add To Cart dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Archive Title dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for the Email Contact URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for reduced-motion preferences in Flip Box widget<\\/li>\\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari<\\/li>\\n<li>Tweak: Updated Notes button location in the Editor Top Bar<\\/li>\\n<\\/ul>\\n<h4>3.32.3 - 2025-10-21<\\/h4>\\n<ul>\\n<li>Fix: Website Template fails to apply when Custom Code or Custom Icons are included<\\/li>\\n<\\/ul>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated &quot;Optimized Markup&quot; feature on new sites<\\/li>\\n<li>Tweak: Activated &quot;Menu&quot; feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn\'t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn\'t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with &quot;Access to edit content only&quot; are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the \'Avoid Duplicates\' option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an &quot;External URL&quot; source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn\'t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed &quot;Payments&quot; module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.35.1\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9mb3J3YXJkYmV0LmNhc2lubyIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NzE0MTMzODMsImV4cCI6MTc3MTQ5OTc4M30.cQRZuAeOf0YElvetUaxKi4C8VmZZpqZi6OcqAkCmi_k\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9mb3J3YXJkYmV0LmNhc2lubyIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NzE0MTMzODMsImV4cCI6MTc3MTQ5OTc4M30.cQRZuAeOf0YElvetUaxKi4C8VmZZpqZi6OcqAkCmi_k\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9mb3J3YXJkYmV0LmNhc2lubyIsImlhdCI6MTc3MTQxMzM4MywiZXhwIjoxNzcxNDk5NzgzfQ.MwLSn9XHx6eCA1q3lajnaCgpiveqrZLCAwnC8gRF6Pg\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9mb3J3YXJkYmV0LmNhc2lubyIsImlhdCI6MTc3MTQxMzM4MywiZXhwIjoxNzcxNDk5NzgzfQ.MwLSn9XHx6eCA1q3lajnaCgpiveqrZLCAwnC8gRF6Pg\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(587814, '_transient_rocket_database_optimization_process_complete', 'a:1:{s:23:\"database_all_transients\";i:38;}', 'on'),
(587820, '_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'),
(587864, '_site_transient_timeout_fs_garbage_collection', '1772295393', 'off'),
(587865, '_site_transient_fs_garbage_collection', '1', 'off'),
(587903, '_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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-RC1\";s:7:\"updated\";s:25:\"2026-01-14T08:53:17+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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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.1-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:1772212028;}', 'off'),
(587906, '_site_transient_timeout_php_check_e1575808cef126e0bfb4325cceefee7d', '1772816828', 'off'),
(587907, '_site_transient_php_check_e1575808cef126e0bfb4325cceefee7d', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(587908, '_transient_health-check-site-status-result', '{\"good\":20,\"recommended\":7,\"critical\":0}', 'on'),
(587909, '_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:1772255032;s:15:\"version_checked\";s:5:\"6.9.1\";s:12:\"translations\";a:0:{}}', 'off'),
(588366, '_site_transient_timeout_theme_roots', '1772256834', 'off'),
(588367, '_site_transient_theme_roots', 'a:7:{s:15:\"hello-elementor\";s:7:\"/themes\";s:6:\"jannah\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'off'),
(588368, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1772255034;s:7:\"checked\";a:7:{s:15:\"hello-elementor\";s:5:\"3.4.4\";s:6:\"jannah\";s:5:\"7.2.0\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.9\";s:17:\"twentytwentythree\";s:3:\"1.2\";s:15:\"twentytwentytwo\";s:3:\"1.5\";}s:8:\"response\";a:6:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.4.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.4.6.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.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:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}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
(588369, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1772267634;s:8:\"response\";a:9:{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: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.5\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.5.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:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"3.8.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.3.8.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.jpg?rev=3250020\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.jpg?rev=3250020\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.4\";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: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:4:\"27.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.0.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:27:\"elementskit/elementskit.php\";O:8:\"stdClass\":17:{s:4:\"name\";s:11:\"ElementsKit\";s:11:\"new_version\";s:5:\"4.2.2\";s:14:\"stable_version\";s:5:\"4.2.2\";s:8:\"sections\";O:8:\"stdClass\":2:{s:11:\"description\";s:464:\"<p>ElementsKit is an ultimate all-in-one addon for Elementor page builder. It includes the most comprehensive modules, such as header footer builder, mega menu Builder Layout kit, etc, under the one hood. It has 40+ custom widgets to create any sites with ease. It has some most unique and powerful custom controls for elementor, such as image picker, ajax select2, Advanced widget etc. Why do you need multiple plugins? When everything is under the one hood!</p>\n\";s:9:\"changelog\";s:27430:\"<p>Version: 4.2.2 (23 February 2025)</p>\n<p>Fixed: Image width selector in stylish list widget</p>\n<p>Improved: Optimize JS loading for widgets and modules</p>\n<p>Improved: Optimize HTML tag sanitization</p>\n<p>Improved: Unit options in stylish list widget</p>\n<p>Improved: Icon and pagination dot color in product carousel</p>\n<p>Version: 4.2.1 (31 December 2025)</p>\n<p>Fixed: Compatibility issue between global badge module and icon widget</p>\n<p>Version: 4.2.0 (28 December 2025)</p>\n<p>Added: Global badge module</p>\n<p>Fixed: Corrected string formatting in update notification for Edd_Warper class</p>\n<p>Fixed: Adjusted `Posts Count` control settings in blog posts widget</p>\n<p>Improved: Improve accessibility and enhance screen reader support for stylish list widget</p>\n<p>Improved: Added timeline widget equal height<br />Version: 4.1.2 (20 October 2025)<br />Added: Controls for showing total search results label in advanced search widget<br />Fixed: Correct SVG styling selector in pricing widget<br />Fixed: Excluding categories functionality in advanced search widget<br />Fixed: Nav icon size and color settings conflict in Elementor loop carousel<br />Fixed: Flipbox widget complict with elementor widget container<br />Improved: Add text color control to stylish list widget</p>\n<p>Version: 4.1.1 (24 September 2025)<br />Improved: Individual navigation positioning controls in the advanced slider<br />Fixed: PHP parse_str compatibility in video gallery<br />Fixed: SVG icon compatibility in the creative button widget</p>\n<p>Version: 4.1.0 (01 September 2025)<br />Fixed: Icon size not applied in the table widget<br />Added: Icon and text color support in the table widget<br />Added: Liquid glass effect for advanced tab widget<br />Added: Liquid glass effect for fancy animated text widget<br />Added: Liquid glass effect for fancy flip box widget<br />Fixed: Swiper navigation button selector to support both icon and SVG elements<br />Fixed: Removed deprecated dialog box in facebook messenger widget<br />Improved: Separated share and view controls in Facebook feed widget<br />Improved: Removed old data migration functions</p>\n<p>Version: 4.0.0 (05 August 2025)<br />Added: Advanced accordion widget title and icon hover colour controls<br />Added: Interactive links widget background image height and width controls<br />Fixed: Behance feed widget arrow icon alignment issue<br />Fixed: Behance feed widget icon colour issue<br />Fixed: Interactive links widget hover icon issue<br />Fixed: Interactive links widget mobile responsiveness issue<br />Fixed: Cross-domain widget copy-paste issue<br />Fixed: Advanced slider widget edit content button issue<br />Fixed: Unfold widget button text language compatibility (now supports all languages)<br />Fixed: Yelp widget slider control issue<br />Improved: Widgets asset loading</p>\n<p>&nbsp;</p>\n<p>Version: 3.9.1 (13 July 2025)<br />Added: Elementor optimised markup compatibility for the effect module<br />Fixed: Edit content button gets covered by fixed elements in the advanced slider</p>\n<p>Version: 3.9.0 (07 July 2025)<br />Added: Liquid glass module<br />Added: Advanced search widget<br />Added: Max height control in mini cart widget</p>\n<p>Version: 3.8.9 (15 June 2025)<br />Fixed: Parallax module not working in the frontend</p>\n<p>Version: 3.8.8 (27 May 2025)<br />Fixed: Modules not working when element caching experiments active</p>\n<p>Version: 3.8.7 (25 May 2025)<br />Added: Mouse event added in push, fade and transform style in flip box widget<br />Fixed: Parallax modules not working in inner container<br />Improved: Deleted repeated CSS of SVG icon</p>\n<p>Version: 3.8.6 (11 May 2025)<br />Fixed: Responsive line direction in hotspot widget<br />Fixed: Screen blink or jump slightly upward when sticky and scroll stops in mobile<br />Improved: Delete repeated css of SVG icon</p>\n<p>Version: 3.8.5 (15 April 2025)<br />Fixed: Content disappearing issue in iPhone when using the `show on scroll up` direction<br />Fixed: Unfold widget opened initially inside advanced tab items<br />Fixed: Showing error when user id and access token not set in instagram widget<br />Improved: Update DataTables to v2 for table widget<br />Improved: Controls for icon and title in timeline widget</p>\n<p>Version: 3.8.4 (18 March 2025)<br />Fixed: Event handler for expand unfold widget to prevent multiple bindings<br />Fixed: Ajax pagination not working in blog posts widget<br />Improved : Added submenu item styling for typography, color, padding and border</p>\n<p>Version: 3.8.3 (11 March 2025)<br />Fixed: Multi parallax is not working when element caching is enable<br />Fixed: Background image parallax not working sometimes when lazy load is enable<br />Fixed: Corrected popup width settings for the outside position in modal popups<br />Improved: Enhanced background image handling and multi-parallax effects<br />Improved: Conditionally register frontend scripts and styles for the advanced tooltip module</p>\n<p>Version: 3.8.2 (09 February 2025)<br />Improved: WhatsApp widget links open URL<br />Improved: Sticky content module asset loading when unused<br />Improved: Particles module asset loading when unused<br />Improved: Mouse cursor module asset loading when unused<br />Improved: Wrapper link module asset loading when unused</p>\n<p>&nbsp;</p>\n<p>Version: 3.8.1 (27 January 2025)<br />Fixed: WhatsApp widget chat not redirecting to the users inbox</p>\n<p>Version: 3.8.0 (22 January 2025)<br />Added: Deprecated widget class `.elementor-*-container` compatibility for Elementor 3.26</p>\n<p>Version: 3.7.9 (20 January 2025)<br />Improved: Parallax effects module reduce 155 KB and 5 requests when unused<br />Improved: Parallax module sanitization</p>\n<p>Version: 3.7.8 (29 December 2024)<br />Added: Self-hosted video option in the video gallery widget<br />Fixed: Changed subtitle tags from `&lt;h2&gt;` to `&lt;span&gt;` for better semantic structure<br />Fixed: Added compatibility with ARMember Lite in the Elementor editor<br />Fixed: Woo Product carousel breaking in Elementor 3.26<br />Improved: Enhanced hover effect on horizontal timeline items to retain the last hovered state<br />Improved: Added a `Keep Hovered` option (yes or no) for horizontal timeline items<br />Improved: Introduced alignment and line break control options for the horizontal timeline widget<br />Improved: Adjusted responsive width for horizontal timeline items<br />Improved: Removed unnecessary flex-wrap property from horizontal timeline styles</p>\n<p>Version: 3.7.7 (19 December 2024)<br />Added: Compatibility support for Elementor 3.26 in widgets relying on `Swiper`<br />Added: Compatibility support for Elementor 3.26 in `has_widget_inner_wrapper()` for certain widgets</p>\n<p>Version: 3.7.6 (07 December 2024)<br />Fixed: Parallax effect animation conflict with Elementor animation<br />Fixed: Carousel layout causing browser console errors in video gallery widget<br />Improved: Pricing menu widget CSS and removed unnecessary CSS</p>\n<p>Version: 3.7.5 (17 November 2024)<br />Fixed: Cross domain copy paste not working</p>\n<p>Version: 3.7.4 (27 October 2024)<br />Fixed: Minor bugs and improvements</p>\n<p>Version: 3.7.3 (26 October 2024)<br />Added: Circle menu widget<br />Fixed: Icon is missing at `interactive link`<br />Improved: Interactive links widget controls and styles</p>\n<p>Version: 3.7.2 (20 October 2024)<br />Fixed: Transition is not working on hover in container widget</p>\n<p>Version: 3.7.1 (16 October 2024)<br />Added: Pagination feature to the product list widget<br />Added: Support for changing the label of the Elementor form reset button field<br />Fixed: Facebook feed widget to correctly display the number of likes and comments with appropriate labels<br />Improved: Hover transition control for the button in the form reset button module</p>\n<p>Version: 3.7.0 (22 September 2024)<br />Fixed: Template insertion and placeholder images in the template library<br />Improved: Advanced slider widget configuration for better compatibility<br />Improved: Updated the Jarallax library to version 2.2.1</p>\n<p>Version: 3.6.9 (01 September 2024)<br />Added: Compatibility for `waypoints.js` using `IntersectionObserver()`<br />Fixed: Parallax effect shape is not showing<br />Fixed: Header footer compatibility issue with houzez theme</p>\n<p>Version: 3.6.8 (13 August 2024)<br />Fixed: Element caching compatibility</p>\n<p>Version: 3.6.7 (12 August 2024)<br />Added: WhatsApp button goes directly on whatsApp app<br />Fixed: Updated popup close button in the video gallery widget<br />Improved: Security best practices in blog posts widget</p>\n<p>Version: 3.6.6 (27 July 2024)<br />Added: Support for `is_dynamic_content()`<br />Improved: Accessibility, performance, and security best practices</p>\n<p>Version: 3.6.5 (14 July 2024)<br />Added: Support for vimeo videos in video gallery widget<br />Fixed: Short URL not working in video gallery widget<br />Fixed : Image morphing widget import issue<br />Fixed: Refactor pagination code in blog posts widget</p>\n<p>Version: 3.6.4 (04 July 2024)<br />Fixed: Minor bugs &amp; improvements</p>\n<p>Version: 3.6.3 (09 June 2024)<br />Added: Pause on mouse hover in advanced slider widget<br />Improved: Table and motion text widget sanitization</p>\n<p>Version: 3.6.2 (20 May 2024)<br />Improved: Wrapper link module URL sanitization<br />Improved: Table widget external link data sanitization</p>\n<p>Version: 3.6.1 (15 April 2024)<br />Added: Interactive links widget<br />Fixed: Minor bug &amp; improvements<br />Improved: Several widget sanitization</p>\n<p>Version: 3.6.0 (31 March 2024)<br />Added: Protected content widget<br />Added: Mouse cursor margin control<br />Added: Breakpoints in sticky module<br />Fixed: Facebook review widget showing error with TranslatePress plugin<br />Fixed: Zoom JWT deprecation</p>\n<p>Version: 3.5.0 (27 November 2023)<br />Added: Mouse cursor module<br />Added: Glass morphism module<br />Added: Table widget search icon control<br />Added: Chart widget legend click option<br />Fixed: Price menu widget card list link issue<br />Fixed: Facebook page video play issue<br />Fixed: Blog posts load more issues</p>\n<p>Version: 3.4.1 (14 November 2023)<br />Fixed: Google sheet token expire issue<br />Fixed: Table responsive not working properly<br />Improved: Access control security</p>\n<p>Version: 3.4.0 (29 October 2023)<br />Added: Comparison table widget<br />Added: Wrapper link Module<br />Fixed: Volume display handling for touch devices<br />Fixed: Price menu widget anchor tag issue<br />Fixed: Facebook feed responsive issues<br />Fixed: Facebook page review widget ID token vaildation check<br />Fixed: Blog posts masonry issue<br />Fixed: Advanced slider thumbs issue<br />Fixed: Blog posts widgets load more<br />Improved: Vertical menu dropdown arrow changes option</p>\n<p>Version: 3.3.0 (21 Jun 2023)<br />Fixed: Popup modal widget editor loading<br />Fixed: Advanced tab hash change undefined<br />Fixed: HTML is not working in advanced tab widget<br />Fixed: WhatsApp widget responsive issues<br />Fixed: Google SDK deprecated issues for PHP 8.0 and above<br />Fixed: Particles module console error occurs on non-Elementor pages<br />Fixed: Compatibility issue with slick slider<br />Fixed: Accordion not working inside advanced toggle widget<br />Fixed: Dribbble widget spelling issues<br />Improved: Flip box widget firefox browser compatibility<br />Improved: Coupon Code Widget controls<br />Improved: Optimize review, price menu, team, video gallery sliders</p>\n<p>Version: 3.2.1 (05 Apr 2023)<br />Fixed: Swiper v8.45 compatibility<br />Fixed: Advanced Tab Widget Enable URL Hash Issue<br />Fixed: Pause on Hover option doesn\'t work on the Video Gallery widget Carousel<br />Fixed: Stylish List description escaping issue<br />Fixed: Social profile URL on the popup of the Team Carousel Slider widget issue.<br />Fixed: Yelp Review feed issue<br />Improved: Advanced Slider Widget Js Optimize and New Controls Added like Thumbnail Scale, Loop Option, Speed.<br />Improved: Fancy Animated Text Support with an Advanced Slider widget</p>\n<p>Version: 3.2.0 (28 Feb 2023)<br />Added: Content Ticker widget<br />Added: Coupon Code Widget<br />Added: Particles Module<br />Added: New styles and features in Whatsapp Widget<br />Added: Icons for Dribble, Pinterest and Behance Feed Widgets<br />Fixed: Parallax Module support with Flex Container<br />Fixed: Maximum project per page is fixed at Dribble Feed Widget<br />Fixed: Breakpoints issue fixed for Advanced Slider Widget<br />Fixed: Parallax Module On Mouse Move effect for widget support with Container.<br />Fixed: Compatibility issues with Eduma theme<br />Improved: Accessibility for widgets and modules</p>\n<p>Version: 3.1.0 (16 Jan 2023)<br />Added: Audio Player Widget<br />Added: Flip Box Widget<br />Added: Image Morphing Widget<br />Added: Flex container support<br />Added: Carousel Slider controls to Blog Post Widget<br />Added: Ten new swap styles to Image Swap Widget<br />Fixed: Gallery Widget PHP warning issue<br />Fixed: Box-shadow arrow issue in Advanced Tooltip Module<br />Fixed: Swiper slider initial loading breaks columns<br />Fixed: Link getting duplicate for socials in Team Carousel Slider<br />Improved: Team Carousel Slider controls<br />Improved: Optimize JS for Behance Feed Widget<br />Improved: Widgets searching keywords for editor panel<br />Improved: Breadcrumb Widget styles and controls<br />Tweaked: Disable glare effect in Parallax Module</p>\n<p>Version: 3.0.0 (12 Dec 2022)<br />Added: Stylish List widget<br />Added: Team Carousel Slider widget<br />Added: Widgets Documentation URL<br />Fixed: Fancy Animated Text animation issues<br />Fixed: Board name more than one word doesn\'t fetch in Pinterest Feed widget<br />Fixed: Price Menu widget link doesn\'t work properly<br />Fixed: Button link not working properly in Image hover effect<br />Fixed: Arrow position in Video Gallery<br />Fixed: Flickering issue for Advanced tab content<br />Fixed: Advanced widgets issue with Table widget<br />Fixed: Testimonials slider not working inside advanced tab of OceanWP theme<br />Fixed: Fancy Animated Text Widget Text crop &amp; Cursor gap issue<br />Fixed: Advanced tab widget vertical height issues<br />Fixed: Responsive issues in Video Gallery widget<br />Fixed: Firebase JWT conflict issue<br />Improved: Parallax module js<br />Improved: Vertical alignment in Advanced Tab widget<br />Improved: Fancy Animated Text Widget Visibility<br />Improved: Fancy Animated Text Widget Bar Loading Animation<br />Improved: Fancy Animated Text Widget SVG Shape left, Right Moved<br />Improved: Advanced Slider widget Progress-bar System &amp; Slider Content Animation<br />Improved: Advanced Slider widget Slides Per View &amp; Wrapper Padding<br />Improved: Filter spacing Control in Video Gallery widget<br />Tweaked: Image Overlay control in Blog Post widget<br />Tweaked: Advanced Slider widget Vertical &amp; Image Thumbs</p>\n<p>Version: 2.8.0 (02 Oct 2022)<br />Added: Price Menu widget<br />Added: Fancy Animated Text Widget<br />Added: Image Masking Module<br />Added: Dynamic content support for Elementor pro<br />Added: Image hover effect widget WPML compatibility<br />Fixed: Elementor reset style issue with Elementskit Conditions module<br />Fixed: Swiper slider is not working and updating inside an advanced tab<br />Fixed: Ajax mega menu load issue with vertical menu<br />Tweaked: Image Hover Effect widget</p>\n<p>Version: 2.7.0 (24 Aug 2022)<br />Added: Image Hover Effect widget<br />Added: Option for disable CSS3 animation for responsiveness<br />Added: Horizontal bottom position for Timeline widget<br />Fixed: Woo Product List widget\'s query issue<br />Fixed: Timeline widget pinpoint icon border-radius control disappear issue<br />Fixed: Fatal error with google client vendor<br />Fixed: Animation and css issues in Timeline widget</p>\n<p>Version: 2.6.10 (17 Jul 2022)<br />Added: Facebook Feed widget\'s demo in Template library<br />Added: Style for Breadcrumb widget<br />Added: Text field in Woo Mini Cart widget<br />Fixed: Code Optimized.<br />Fixed: Vendor conflict issue<br />Fixed: Advanced Tooltip background not changed when upload image<br />Fixed: Conflict css issue with twenty twenty one theme<br />Fixed: Pinterest share is not working in Facebook Feed widget<br />Fixed: Advanced tab issue for OceanWP Theme<br />Fixed: Woo Mini Cart css issue for OceanWP theme<br />Fixed: Timeline widget\'s title, subtitle and anchor color not changing<br />Tweaked: Table Widget css issue in OceanWP Theme</p>\n<p>Version: 2.6.9 (26 Jun 2022)<br />Fixed: Code Optimized.</p>\n<p>Version: 2.6.8 (24 May 2022)<br />Fixed: CSS bug fix.</p>\n<p>Version: 2.6.7 (27th April 2022)<br />Added: Compatibility with PHP 8.0. <br />Tweaked: JS, PHP &amp; CSS.</p>\n<p>Version: 2.6.6 (25th April 2022)<br />Fixed: Advance Tab widget issue.<br />Fixed: Advance Accordion widget issue.<br />Fixed: Advance Toggle widget issue.<br />Fixed: Advance Slider widget issue.</p>\n<p>Version: 2.6.5 (18th April 2022) <br />Addded: Whatsapp Widget. <br />Fixed: Creative Button icon position.<br />Fixed: Advanced tab content issue.<br />Fixed: Advanced Accordion content issue.<br />Fixed: Advanced Toggle content issue.</p>\n<p>Version: 2.6.4 (24th March 2022)<br />Added: Subcontinent and Image in Advanced Tooltip widget.<br />Improved: Added Advance tooltip subtitle, image, and many controls.<br />Fixed: Body alignment issue in Table widget.<br />Fixed: HTML content issue in Advanced Tooltip widget.<br />Fixed: Instagram widget caption and others issues<br />Fixed: Elementor 3.6.1 conflicts for deprecation.<br />Fixed: Elementor responsive control devices compatibility issue<br />Fixed: Tweak border radius issue of advance tooltip widget<br />Fixed: Advanced tab issue ( specially with OceanWP theme )</p>\n<p>Version: 2.6.3 (15th February 2022)<br />Improved: Parallax doesn\'t work on tablets &amp; mobile devices.<br />Fixed: Table widget issue ( Editor output style not work &amp; HTML print with image).<br />Fixed: Video widget issue.<br />Fixed: Conditional content module has a conflict with the Russian language.</p>\n<p>Version: 2.6.2 (30th January 2022)<br />Added: Integrate google sheet inside table widget.<br />Added: WYSIWYG control for table body text.<br />Fixed: Table widget fopen function warning.<br />Fixed: Table widget image issue.</p>\n<p>Version: 2.6.1 (22th January 2022).<br />Fixed: Icon missing &amp; replaced fontAwesome icon with elementor icon.<br />Fixed: Advanced Tab issue with OceanWP theme.<br />Tweaked: CSS and JS improved.</p>\n<p>Version: 2.6.0 (9th January 2022).<br />Added: Ajax Loading support for Advanced Tab Widget.<br />Improved: Improved data attribute.<br />Improved: Update paralax library version(Jaralax).<br />Improved: Mini cart &amp; ajax loading support for Advanced Tab. <br />Fixed: HTML tag does not work into table widget cell text.<br />Fixed: PHP notice and warning when username is not exist in pinterest feed.<br />Fixed: Limiting instagram feeds causes shrinking of columns in instagram feed.</p>\n<p>Version: 2.5.0 (20th December 2021)<br />New: Hover option added for Vertical Menu Widget.<br />New: Russian language for translation.<br />Fix: Sticky Offset support for Smooth Scrolling.<br />Fix: Background Image rendering issue for Parallax Module.<br />Fix: Table widget missing controls.<br />Fix: Instagram Feed Fatal Error.<br />Removed: Comment and like count from instagram feed widget.</p>\n<p>Version: 2.4.1 (2nd December 2021)<br />Fix: Script defer loading issue for Copy-Paste Module.<br />Tweak: CSS and JS improved</p>\n<p>Version: 2.4.0 (25th November, 2021)<br />Improved: Bundled Modules js for avoiding multiple request to increase the performance.<br />Tweak: CSS and JS improved</p>\n<p>Version: 2.3.7 (7th November, 2021)<br />Fix: Woo Product Carousel issue.<br />Fix: Advanced tab nested issue fixed.<br />Fix: fixed grid compatibility issue.<br />Tweak: CSS and JS improved</p>\n<p>Version: 2.3.6 (26th September, 2021)<br />Fix: Woo Category widget grid issue with Astra theme<br />Fix: Woo Product List widget grid issue with Astra theme<br />Fix: Hover behavior issue for Woo Mini Cart Widget.<br />Fix: Responsive support for Chart Widget with large data.<br />Fix: Horizontal style content alignment for Timeline Widget.</p>\n<p>Version: 2.3.5 (19 August, 2021)<br />Fix: JS conflict when first load for Parallax Module.<br />Fix: Responsive controls issue for Woo Category List Widget.<br />Fix: Removed deprecated Elementor PHP Methods from Widgets.</p>\n<p>Version: 2.3.4 (2 August, 2021)<br />Fix: Advanced Accordion and Advanced Tab widgets conflict with OceanWP theme.<br />Fix: Advanced Toggle widget Indicator Global color issues.<br />Fix: Unfold widget title alignment issue.<br />Fix: Timeline widget content alignment issue.</p>\n<p>Version: 2.3.3 (15 July, 2021)<br />Fix: Swiper Slider conflict issues fixed with other theme.</p>\n<p>Version: 2.3.2 (15 July, 2021)<br />Tweak: Removed loop from carousel related widgets.</p>\n<p>Version: 2.3.1 (13 July, 2021)<br />Fix: Multiple placeholder image upload issues when importing widget.<br />Fix: Background color delay loading issues fixed on Table widget.<br />Tweak: Improved W3validation.<br />Tweak: TweenMax JS Library updated to the latest version.<br />Tweek: Converted widgets slideshow from slick to swiper.<br />Tweak: Optimized Images.</p>\n<p>Version: 2.3.0 (8 June, 2021)<br />New: Refined Layout Manager with Tabs, Categories and Search filters.<br />New: Modern and Creative Template Kits, Pages and Section Ready Templates.<br />Tweak: Manual cache clear button for Dribbble Feed widget.<br />Tweak: Getting access token made easy for Dribbble Feed widget.<br />Tweak: Bring unfold widget into viewport while closing the content.<br />Fix: Mobile scrolling issues for Hotspot Widget.<br />Fix: Undefined variables for Twitter Feed Widget.<br />Fix: Limit for Facebook Feed API.<br />Fix: Reaction Icons for Facebook Feed.<br />Fix: Minor spelling issue.</p>\n<p>Version: 2.2.3 (10 May, 2021)<br />New: Hover Trigger on Advanced Tab Widget.<br />Tweak: Improvements for the Instagram API.<br />Tweak: Improvements for the Faceebook Feed API.<br />Fix: Profile Picture issue for Instagram Widget.</p>\n<p>Version: 2.2.2 (29 April, 2021)<br />New: Blog Posts Widget Floating Category.<br />New: Blog Posts Widget Various Missing Controls.<br />New: Dribbble Feed User Info &amp; Header.<br />New: Dribbble Feed Various Missing Controls.<br />New: Border control to pinterest feed widget.<br />New: Follow button icon control to twitter feed widget.<br />New: Padding control to twitter feed widget.<br />New: Header background control to twitter feed widget.<br />New: Share button to twitter feed widget.<br />Tweak: SVG icon to elementskit icon to twitter feed widget.<br />Tweak: Layout five to behance feed widget.<br />Tweak: Replaced deprecated Elementor PHP Methods for Widgets.<br />Fix: Category List Widget separator position issue.<br />Fix: Google Map Widget static type image issue.<br />Fix: Facebook Page Review content alignment issue.<br />Fix: Twitter feed read more button.<br />Fix: Header Alignment Control for Table Widget.<br />Fix: Product Count styles for Woo Category List Widget.<br />Fix: Responsive support for Dribbble Feed Widget.</p>\n<p>Version: 2.2.1 (14-04-2021)<br />Fix: Compatibility issues with Elementor 3.2.0.</p>\n<p>Version: 2.2.0 (02-03-2021)<br />Improve: Minor bug fix and code improvements.<br />Improve: Minor escaping and validation improvements.</p>\n<p>Version: 2.1.7 (25-02-2021)<br />New: Image Size control for Gallery Widget.<br />New: Option to Show/Hide Facebook Messenger Dialog Box.<br />New: Image Comparison support for Advanced Tab Widget.<br />Fix: Responsive glitch in Timeline Widget.</p>\n<p>Version: 2.1.6 (07-02-2021)<br />New: Introducing Image Swap Widget - show a different image as the user hovers.</p>\n<p>Version: 2.1.5 (27-01-2021)<br />Fix: Sticky Module conflict with latest Elementor.<br />Fix: Slick Library update support for Latest Elementor update.<br />Fix: Woo Category List widget featured style minor CSS grid issue.</p>\n<p>Version: 2.1.4 (25-01-2021)<br />Tweak: Support W3C validation when using Facebook Messenger.<br />Fix: Blog Posts Widget default image size changed to provide clear images.</p>\n<p>Version: 2.1.3 (18-01-2021)<br />Fix: Instagram api expire time extended.<br />Fix: Editor live changes support for Advanced Tooltip.</p>\n<p>Version: 2.1.2 (12-01-2021)<br />Fix: Advanced Tooltip js conflict in the Elementor editor.</p>\n<p>Version: 2.1.1 (10-01-2021)<br />New: Introducing Advanced Tooltip - add tooltip to any Widget.<br />Fix: Improved Advanced Toggle Widget toggler btn.<br />Fix: Missing string translations for Table Widget.<br />Fix: List style reset for Gallery Filter.</p>\n<p>Version: 2.1.0 (24-12-2020)<br />New: Advanced Tab Widget now has option to enable URL hash routing capability.<br />New: Option to set popup alignment for Woo Mini Cart Widget.<br />Fix: Popup Modal Widget content editor showing same content for multiple widget in the same page.<br />Fix: Minor CSS broken issues fixed on Hotspot Widget.<br />Fix: Some css broken issues fixed on hotspot<br />Fix: added featured category link field \'Woo Category List\' widget<br />Fix: Buttons white-space are reset to default.<br />Fix: Woo Product Carousel and List Widget compatibility with TwentyTwentyOne Theme.<br />Fix: CSS ul and ol list style wasn\'t visible inside widgets.</p>\n<p>Version: 2.0.6 (06-12-2020)<br />Fix: JS conflict issues fixed with \'Rank Math\' plugin.<br />Improve: CSS and JS improved.</p>\n<p>Version: 2.0.5 (30-11-2020)<br />New: Added \'Popup Modal\' widget.<br />New: Added new instagram widget with Instagram official API.<br />New: Added control for keeping one dot always active.<br />New: Added Iframe and shortcode support on content.<br />Fix: Clicking pointer issues fixed.<br />Fix: \"Non property\" notice in instagram widget.<br />Fix: Fixed the line issues when increasing the pointer size.<br />Fix: Minor responsive issues fixed.</p>\n<p>Version: 2.0.4 (22-11-2020)<br />Fix: Timeline\'s elements was showing after some delay.</p>\n<p>Version: 2.0.3 (16-11-2020)<br />New: Advanced controls for Conditional Widget.<br />New: Cross domain copy-paste module (the long waited feature).<br />New: Added default color scheme on Facebook Messenger widget.<br />New: Added Locale on Facebook Messenger widget.<br />Fix: Caret image missing for Advanced Tab.<br />Fix: Ekit button js error when \"add section\" is clicked.<br />Tweak: Instagram feed widget.<br />Tweak: Improved CSS &amp; JS.</p>\n<p>Version: 2.0.2<br />Fix: Facebook feed API.<br />Fix: Some spelling mistakes.<br />Fix: License activation conflicting.</p>\n<p>Version: 2.0.1<br />Fix: Instagram\'s cache issue. Posts were not properly updated.</p>\n<p>Version: 2.0.0<br />New: New Unfold widget added.<br />Fix: Google Map API Script is enqueueing even it\'s not enabled.<br />Fix: Facebook Review Broken issue.<br />Fix: HeaderFooter builder compatiblity.<br />Added: Pagination to Blog Posts.<br />Added: Import &amp; export system for WidgetBuilder module.<br />Added: New features: \"dribble-feed, facebook-feed, facebook-review, instagram-feed, twitter-feed, unfold, yelp, zoom\".</p>\n\";}s:13:\"license_check\";s:0:\"\";s:3:\"msg\";s:40:\"License key is not valid for ElementsKit\";s:8:\"homepage\";s:48:\"https://account.wpmet.com/downloads/elementskit/\";s:7:\"package\";s:162:\"https://account.wpmet.com/edd-sl/package_download/MTc3MjM2MzAzNDphY3RpdmF0ZWQ6OTpiMzRjMTdkYmEzNjAxMzM3ZmM3YTlkY2QxMTM2N2ZhZTpodHRwc0AvL2ZvcndhcmRiZXQuY2FzaW5vOjA=\";s:5:\"icons\";a:2:{s:2:\"1x\";s:80:\"https://account.wpmet.com/wp-content/uploads/edd/2025/11/elementskit-128x128.png\";s:2:\"2x\";s:72:\"https://account.wpmet.com/wp-content/uploads/edd/2025/11/elementskit.png\";}s:7:\"banners\";O:8:\"stdClass\":2:{s:4:\"high\";s:76:\"https://account.wpmet.com/wp-content/uploads/edd/2019/11/banner-1544x500.png\";s:3:\"low\";s:75:\"https://account.wpmet.com/wp-content/uploads/edd/2019/11/banner-772x250.png\";}s:4:\"slug\";s:11:\"elementskit\";s:3:\"url\";s:60:\"https://account.wpmet.com/downloads/elementskit/?changelog=1\";s:12:\"last_updated\";s:19:\"2026-02-24 06:05:58\";s:13:\"download_link\";s:162:\"https://account.wpmet.com/edd-sl/package_download/MTc3MjM2MzAzNDphY3RpdmF0ZWQ6OTpiMzRjMTdkYmEzNjAxMzM3ZmM3YTlkY2QxMTM2N2ZhZTpodHRwc0AvL2ZvcndhcmRiZXQuY2FzaW5vOjA=\";s:11:\"description\";a:1:{i:0;s:464:\"<p>ElementsKit is an ultimate all-in-one addon for Elementor page builder. It includes the most comprehensive modules, such as header footer builder, mega menu Builder Layout kit, etc, under the one hood. It has 40+ custom widgets to create any sites with ease. It has some most unique and powerful custom controls for elementor, such as image picker, ajax select2, Advanced widget etc. Why do you need multiple plugins? When everything is under the one hood!</p>\n\";}s:9:\"changelog\";a:1:{i:0;s:27430:\"<p>Version: 4.2.2 (23 February 2025)</p>\n<p>Fixed: Image width selector in stylish list widget</p>\n<p>Improved: Optimize JS loading for widgets and modules</p>\n<p>Improved: Optimize HTML tag sanitization</p>\n<p>Improved: Unit options in stylish list widget</p>\n<p>Improved: Icon and pagination dot color in product carousel</p>\n<p>Version: 4.2.1 (31 December 2025)</p>\n<p>Fixed: Compatibility issue between global badge module and icon widget</p>\n<p>Version: 4.2.0 (28 December 2025)</p>\n<p>Added: Global badge module</p>\n<p>Fixed: Corrected string formatting in update notification for Edd_Warper class</p>\n<p>Fixed: Adjusted `Posts Count` control settings in blog posts widget</p>\n<p>Improved: Improve accessibility and enhance screen reader support for stylish list widget</p>\n<p>Improved: Added timeline widget equal height<br />Version: 4.1.2 (20 October 2025)<br />Added: Controls for showing total search results label in advanced search widget<br />Fixed: Correct SVG styling selector in pricing widget<br />Fixed: Excluding categories functionality in advanced search widget<br />Fixed: Nav icon size and color settings conflict in Elementor loop carousel<br />Fixed: Flipbox widget complict with elementor widget container<br />Improved: Add text color control to stylish list widget</p>\n<p>Version: 4.1.1 (24 September 2025)<br />Improved: Individual navigation positioning controls in the advanced slider<br />Fixed: PHP parse_str compatibility in video gallery<br />Fixed: SVG icon compatibility in the creative button widget</p>\n<p>Version: 4.1.0 (01 September 2025)<br />Fixed: Icon size not applied in the table widget<br />Added: Icon and text color support in the table widget<br />Added: Liquid glass effect for advanced tab widget<br />Added: Liquid glass effect for fancy animated text widget<br />Added: Liquid glass effect for fancy flip box widget<br />Fixed: Swiper navigation button selector to support both icon and SVG elements<br />Fixed: Removed deprecated dialog box in facebook messenger widget<br />Improved: Separated share and view controls in Facebook feed widget<br />Improved: Removed old data migration functions</p>\n<p>Version: 4.0.0 (05 August 2025)<br />Added: Advanced accordion widget title and icon hover colour controls<br />Added: Interactive links widget background image height and width controls<br />Fixed: Behance feed widget arrow icon alignment issue<br />Fixed: Behance feed widget icon colour issue<br />Fixed: Interactive links widget hover icon issue<br />Fixed: Interactive links widget mobile responsiveness issue<br />Fixed: Cross-domain widget copy-paste issue<br />Fixed: Advanced slider widget edit content button issue<br />Fixed: Unfold widget button text language compatibility (now supports all languages)<br />Fixed: Yelp widget slider control issue<br />Improved: Widgets asset loading</p>\n<p>&nbsp;</p>\n<p>Version: 3.9.1 (13 July 2025)<br />Added: Elementor optimised markup compatibility for the effect module<br />Fixed: Edit content button gets covered by fixed elements in the advanced slider</p>\n<p>Version: 3.9.0 (07 July 2025)<br />Added: Liquid glass module<br />Added: Advanced search widget<br />Added: Max height control in mini cart widget</p>\n<p>Version: 3.8.9 (15 June 2025)<br />Fixed: Parallax module not working in the frontend</p>\n<p>Version: 3.8.8 (27 May 2025)<br />Fixed: Modules not working when element caching experiments active</p>\n<p>Version: 3.8.7 (25 May 2025)<br />Added: Mouse event added in push, fade and transform style in flip box widget<br />Fixed: Parallax modules not working in inner container<br />Improved: Deleted repeated CSS of SVG icon</p>\n<p>Version: 3.8.6 (11 May 2025)<br />Fixed: Responsive line direction in hotspot widget<br />Fixed: Screen blink or jump slightly upward when sticky and scroll stops in mobile<br />Improved: Delete repeated css of SVG icon</p>\n<p>Version: 3.8.5 (15 April 2025)<br />Fixed: Content disappearing issue in iPhone when using the `show on scroll up` direction<br />Fixed: Unfold widget opened initially inside advanced tab items<br />Fixed: Showing error when user id and access token not set in instagram widget<br />Improved: Update DataTables to v2 for table widget<br />Improved: Controls for icon and title in timeline widget</p>\n<p>Version: 3.8.4 (18 March 2025)<br />Fixed: Event handler for expand unfold widget to prevent multiple bindings<br />Fixed: Ajax pagination not working in blog posts widget<br />Improved : Added submenu item styling for typography, color, padding and border</p>\n<p>Version: 3.8.3 (11 March 2025)<br />Fixed: Multi parallax is not working when element caching is enable<br />Fixed: Background image parallax not working sometimes when lazy load is enable<br />Fixed: Corrected popup width settings for the outside position in modal popups<br />Improved: Enhanced background image handling and multi-parallax effects<br />Improved: Conditionally register frontend scripts and styles for the advanced tooltip module</p>\n<p>Version: 3.8.2 (09 February 2025)<br />Improved: WhatsApp widget links open URL<br />Improved: Sticky content module asset loading when unused<br />Improved: Particles module asset loading when unused<br />Improved: Mouse cursor module asset loading when unused<br />Improved: Wrapper link module asset loading when unused</p>\n<p>&nbsp;</p>\n<p>Version: 3.8.1 (27 January 2025)<br />Fixed: WhatsApp widget chat not redirecting to the users inbox</p>\n<p>Version: 3.8.0 (22 January 2025)<br />Added: Deprecated widget class `.elementor-*-container` compatibility for Elementor 3.26</p>\n<p>Version: 3.7.9 (20 January 2025)<br />Improved: Parallax effects module reduce 155 KB and 5 requests when unused<br />Improved: Parallax module sanitization</p>\n<p>Version: 3.7.8 (29 December 2024)<br />Added: Self-hosted video option in the video gallery widget<br />Fixed: Changed subtitle tags from `&lt;h2&gt;` to `&lt;span&gt;` for better semantic structure<br />Fixed: Added compatibility with ARMember Lite in the Elementor editor<br />Fixed: Woo Product carousel breaking in Elementor 3.26<br />Improved: Enhanced hover effect on horizontal timeline items to retain the last hovered state<br />Improved: Added a `Keep Hovered` option (yes or no) for horizontal timeline items<br />Improved: Introduced alignment and line break control options for the horizontal timeline widget<br />Improved: Adjusted responsive width for horizontal timeline items<br />Improved: Removed unnecessary flex-wrap property from horizontal timeline styles</p>\n<p>Version: 3.7.7 (19 December 2024)<br />Added: Compatibility support for Elementor 3.26 in widgets relying on `Swiper`<br />Added: Compatibility support for Elementor 3.26 in `has_widget_inner_wrapper()` for certain widgets</p>\n<p>Version: 3.7.6 (07 December 2024)<br />Fixed: Parallax effect animation conflict with Elementor animation<br />Fixed: Carousel layout causing browser console errors in video gallery widget<br />Improved: Pricing menu widget CSS and removed unnecessary CSS</p>\n<p>Version: 3.7.5 (17 November 2024)<br />Fixed: Cross domain copy paste not working</p>\n<p>Version: 3.7.4 (27 October 2024)<br />Fixed: Minor bugs and improvements</p>\n<p>Version: 3.7.3 (26 October 2024)<br />Added: Circle menu widget<br />Fixed: Icon is missing at `interactive link`<br />Improved: Interactive links widget controls and styles</p>\n<p>Version: 3.7.2 (20 October 2024)<br />Fixed: Transition is not working on hover in container widget</p>\n<p>Version: 3.7.1 (16 October 2024)<br />Added: Pagination feature to the product list widget<br />Added: Support for changing the label of the Elementor form reset button field<br />Fixed: Facebook feed widget to correctly display the number of likes and comments with appropriate labels<br />Improved: Hover transition control for the button in the form reset button module</p>\n<p>Version: 3.7.0 (22 September 2024)<br />Fixed: Template insertion and placeholder images in the template library<br />Improved: Advanced slider widget configuration for better compatibility<br />Improved: Updated the Jarallax library to version 2.2.1</p>\n<p>Version: 3.6.9 (01 September 2024)<br />Added: Compatibility for `waypoints.js` using `IntersectionObserver()`<br />Fixed: Parallax effect shape is not showing<br />Fixed: Header footer compatibility issue with houzez theme</p>\n<p>Version: 3.6.8 (13 August 2024)<br />Fixed: Element caching compatibility</p>\n<p>Version: 3.6.7 (12 August 2024)<br />Added: WhatsApp button goes directly on whatsApp app<br />Fixed: Updated popup close button in the video gallery widget<br />Improved: Security best practices in blog posts widget</p>\n<p>Version: 3.6.6 (27 July 2024)<br />Added: Support for `is_dynamic_content()`<br />Improved: Accessibility, performance, and security best practices</p>\n<p>Version: 3.6.5 (14 July 2024)<br />Added: Support for vimeo videos in video gallery widget<br />Fixed: Short URL not working in video gallery widget<br />Fixed : Image morphing widget import issue<br />Fixed: Refactor pagination code in blog posts widget</p>\n<p>Version: 3.6.4 (04 July 2024)<br />Fixed: Minor bugs &amp; improvements</p>\n<p>Version: 3.6.3 (09 June 2024)<br />Added: Pause on mouse hover in advanced slider widget<br />Improved: Table and motion text widget sanitization</p>\n<p>Version: 3.6.2 (20 May 2024)<br />Improved: Wrapper link module URL sanitization<br />Improved: Table widget external link data sanitization</p>\n<p>Version: 3.6.1 (15 April 2024)<br />Added: Interactive links widget<br />Fixed: Minor bug &amp; improvements<br />Improved: Several widget sanitization</p>\n<p>Version: 3.6.0 (31 March 2024)<br />Added: Protected content widget<br />Added: Mouse cursor margin control<br />Added: Breakpoints in sticky module<br />Fixed: Facebook review widget showing error with TranslatePress plugin<br />Fixed: Zoom JWT deprecation</p>\n<p>Version: 3.5.0 (27 November 2023)<br />Added: Mouse cursor module<br />Added: Glass morphism module<br />Added: Table widget search icon control<br />Added: Chart widget legend click option<br />Fixed: Price menu widget card list link issue<br />Fixed: Facebook page video play issue<br />Fixed: Blog posts load more issues</p>\n<p>Version: 3.4.1 (14 November 2023)<br />Fixed: Google sheet token expire issue<br />Fixed: Table responsive not working properly<br />Improved: Access control security</p>\n<p>Version: 3.4.0 (29 October 2023)<br />Added: Comparison table widget<br />Added: Wrapper link Module<br />Fixed: Volume display handling for touch devices<br />Fixed: Price menu widget anchor tag issue<br />Fixed: Facebook feed responsive issues<br />Fixed: Facebook page review widget ID token vaildation check<br />Fixed: Blog posts masonry issue<br />Fixed: Advanced slider thumbs issue<br />Fixed: Blog posts widgets load more<br />Improved: Vertical menu dropdown arrow changes option</p>\n<p>Version: 3.3.0 (21 Jun 2023)<br />Fixed: Popup modal widget editor loading<br />Fixed: Advanced tab hash change undefined<br />Fixed: HTML is not working in advanced tab widget<br />Fixed: WhatsApp widget responsive issues<br />Fixed: Google SDK deprecated issues for PHP 8.0 and above<br />Fixed: Particles module console error occurs on non-Elementor pages<br />Fixed: Compatibility issue with slick slider<br />Fixed: Accordion not working inside advanced toggle widget<br />Fixed: Dribbble widget spelling issues<br />Improved: Flip box widget firefox browser compatibility<br />Improved: Coupon Code Widget controls<br />Improved: Optimize review, price menu, team, video gallery sliders</p>\n<p>Version: 3.2.1 (05 Apr 2023)<br />Fixed: Swiper v8.45 compatibility<br />Fixed: Advanced Tab Widget Enable URL Hash Issue<br />Fixed: Pause on Hover option doesn\'t work on the Video Gallery widget Carousel<br />Fixed: Stylish List description escaping issue<br />Fixed: Social profile URL on the popup of the Team Carousel Slider widget issue.<br />Fixed: Yelp Review feed issue<br />Improved: Advanced Slider Widget Js Optimize and New Controls Added like Thumbnail Scale, Loop Option, Speed.<br />Improved: Fancy Animated Text Support with an Advanced Slider widget</p>\n<p>Version: 3.2.0 (28 Feb 2023)<br />Added: Content Ticker widget<br />Added: Coupon Code Widget<br />Added: Particles Module<br />Added: New styles and features in Whatsapp Widget<br />Added: Icons for Dribble, Pinterest and Behance Feed Widgets<br />Fixed: Parallax Module support with Flex Container<br />Fixed: Maximum project per page is fixed at Dribble Feed Widget<br />Fixed: Breakpoints issue fixed for Advanced Slider Widget<br />Fixed: Parallax Module On Mouse Move effect for widget support with Container.<br />Fixed: Compatibility issues with Eduma theme<br />Improved: Accessibility for widgets and modules</p>\n<p>Version: 3.1.0 (16 Jan 2023)<br />Added: Audio Player Widget<br />Added: Flip Box Widget<br />Added: Image Morphing Widget<br />Added: Flex container support<br />Added: Carousel Slider controls to Blog Post Widget<br />Added: Ten new swap styles to Image Swap Widget<br />Fixed: Gallery Widget PHP warning issue<br />Fixed: Box-shadow arrow issue in Advanced Tooltip Module<br />Fixed: Swiper slider initial loading breaks columns<br />Fixed: Link getting duplicate for socials in Team Carousel Slider<br />Improved: Team Carousel Slider controls<br />Improved: Optimize JS for Behance Feed Widget<br />Improved: Widgets searching keywords for editor panel<br />Improved: Breadcrumb Widget styles and controls<br />Tweaked: Disable glare effect in Parallax Module</p>\n<p>Version: 3.0.0 (12 Dec 2022)<br />Added: Stylish List widget<br />Added: Team Carousel Slider widget<br />Added: Widgets Documentation URL<br />Fixed: Fancy Animated Text animation issues<br />Fixed: Board name more than one word doesn\'t fetch in Pinterest Feed widget<br />Fixed: Price Menu widget link doesn\'t work properly<br />Fixed: Button link not working properly in Image hover effect<br />Fixed: Arrow position in Video Gallery<br />Fixed: Flickering issue for Advanced tab content<br />Fixed: Advanced widgets issue with Table widget<br />Fixed: Testimonials slider not working inside advanced tab of OceanWP theme<br />Fixed: Fancy Animated Text Widget Text crop &amp; Cursor gap issue<br />Fixed: Advanced tab widget vertical height issues<br />Fixed: Responsive issues in Video Gallery widget<br />Fixed: Firebase JWT conflict issue<br />Improved: Parallax module js<br />Improved: Vertical alignment in Advanced Tab widget<br />Improved: Fancy Animated Text Widget Visibility<br />Improved: Fancy Animated Text Widget Bar Loading Animation<br />Improved: Fancy Animated Text Widget SVG Shape left, Right Moved<br />Improved: Advanced Slider widget Progress-bar System &amp; Slider Content Animation<br />Improved: Advanced Slider widget Slides Per View &amp; Wrapper Padding<br />Improved: Filter spacing Control in Video Gallery widget<br />Tweaked: Image Overlay control in Blog Post widget<br />Tweaked: Advanced Slider widget Vertical &amp; Image Thumbs</p>\n<p>Version: 2.8.0 (02 Oct 2022)<br />Added: Price Menu widget<br />Added: Fancy Animated Text Widget<br />Added: Image Masking Module<br />Added: Dynamic content support for Elementor pro<br />Added: Image hover effect widget WPML compatibility<br />Fixed: Elementor reset style issue with Elementskit Conditions module<br />Fixed: Swiper slider is not working and updating inside an advanced tab<br />Fixed: Ajax mega menu load issue with vertical menu<br />Tweaked: Image Hover Effect widget</p>\n<p>Version: 2.7.0 (24 Aug 2022)<br />Added: Image Hover Effect widget<br />Added: Option for disable CSS3 animation for responsiveness<br />Added: Horizontal bottom position for Timeline widget<br />Fixed: Woo Product List widget\'s query issue<br />Fixed: Timeline widget pinpoint icon border-radius control disappear issue<br />Fixed: Fatal error with google client vendor<br />Fixed: Animation and css issues in Timeline widget</p>\n<p>Version: 2.6.10 (17 Jul 2022)<br />Added: Facebook Feed widget\'s demo in Template library<br />Added: Style for Breadcrumb widget<br />Added: Text field in Woo Mini Cart widget<br />Fixed: Code Optimized.<br />Fixed: Vendor conflict issue<br />Fixed: Advanced Tooltip background not changed when upload image<br />Fixed: Conflict css issue with twenty twenty one theme<br />Fixed: Pinterest share is not working in Facebook Feed widget<br />Fixed: Advanced tab issue for OceanWP Theme<br />Fixed: Woo Mini Cart css issue for OceanWP theme<br />Fixed: Timeline widget\'s title, subtitle and anchor color not changing<br />Tweaked: Table Widget css issue in OceanWP Theme</p>\n<p>Version: 2.6.9 (26 Jun 2022)<br />Fixed: Code Optimized.</p>\n<p>Version: 2.6.8 (24 May 2022)<br />Fixed: CSS bug fix.</p>\n<p>Version: 2.6.7 (27th April 2022)<br />Added: Compatibility with PHP 8.0. <br />Tweaked: JS, PHP &amp; CSS.</p>\n<p>Version: 2.6.6 (25th April 2022)<br />Fixed: Advance Tab widget issue.<br />Fixed: Advance Accordion widget issue.<br />Fixed: Advance Toggle widget issue.<br />Fixed: Advance Slider widget issue.</p>\n<p>Version: 2.6.5 (18th April 2022) <br />Addded: Whatsapp Widget. <br />Fixed: Creative Button icon position.<br />Fixed: Advanced tab content issue.<br />Fixed: Advanced Accordion content issue.<br />Fixed: Advanced Toggle content issue.</p>\n<p>Version: 2.6.4 (24th March 2022)<br />Added: Subcontinent and Image in Advanced Tooltip widget.<br />Improved: Added Advance tooltip subtitle, image, and many controls.<br />Fixed: Body alignment issue in Table widget.<br />Fixed: HTML content issue in Advanced Tooltip widget.<br />Fixed: Instagram widget caption and others issues<br />Fixed: Elementor 3.6.1 conflicts for deprecation.<br />Fixed: Elementor responsive control devices compatibility issue<br />Fixed: Tweak border radius issue of advance tooltip widget<br />Fixed: Advanced tab issue ( specially with OceanWP theme )</p>\n<p>Version: 2.6.3 (15th February 2022)<br />Improved: Parallax doesn\'t work on tablets &amp; mobile devices.<br />Fixed: Table widget issue ( Editor output style not work &amp; HTML print with image).<br />Fixed: Video widget issue.<br />Fixed: Conditional content module has a conflict with the Russian language.</p>\n<p>Version: 2.6.2 (30th January 2022)<br />Added: Integrate google sheet inside table widget.<br />Added: WYSIWYG control for table body text.<br />Fixed: Table widget fopen function warning.<br />Fixed: Table widget image issue.</p>\n<p>Version: 2.6.1 (22th January 2022).<br />Fixed: Icon missing &amp; replaced fontAwesome icon with elementor icon.<br />Fixed: Advanced Tab issue with OceanWP theme.<br />Tweaked: CSS and JS improved.</p>\n<p>Version: 2.6.0 (9th January 2022).<br />Added: Ajax Loading support for Advanced Tab Widget.<br />Improved: Improved data attribute.<br />Improved: Update paralax library version(Jaralax).<br />Improved: Mini cart &amp; ajax loading support for Advanced Tab. <br />Fixed: HTML tag does not work into table widget cell text.<br />Fixed: PHP notice and warning when username is not exist in pinterest feed.<br />Fixed: Limiting instagram feeds causes shrinking of columns in instagram feed.</p>\n<p>Version: 2.5.0 (20th December 2021)<br />New: Hover option added for Vertical Menu Widget.<br />New: Russian language for translation.<br />Fix: Sticky Offset support for Smooth Scrolling.<br />Fix: Background Image rendering issue for Parallax Module.<br />Fix: Table widget missing controls.<br />Fix: Instagram Feed Fatal Error.<br />Removed: Comment and like count from instagram feed widget.</p>\n<p>Version: 2.4.1 (2nd December 2021)<br />Fix: Script defer loading issue for Copy-Paste Module.<br />Tweak: CSS and JS improved</p>\n<p>Version: 2.4.0 (25th November, 2021)<br />Improved: Bundled Modules js for avoiding multiple request to increase the performance.<br />Tweak: CSS and JS improved</p>\n<p>Version: 2.3.7 (7th November, 2021)<br />Fix: Woo Product Carousel issue.<br />Fix: Advanced tab nested issue fixed.<br />Fix: fixed grid compatibility issue.<br />Tweak: CSS and JS improved</p>\n<p>Version: 2.3.6 (26th September, 2021)<br />Fix: Woo Category widget grid issue with Astra theme<br />Fix: Woo Product List widget grid issue with Astra theme<br />Fix: Hover behavior issue for Woo Mini Cart Widget.<br />Fix: Responsive support for Chart Widget with large data.<br />Fix: Horizontal style content alignment for Timeline Widget.</p>\n<p>Version: 2.3.5 (19 August, 2021)<br />Fix: JS conflict when first load for Parallax Module.<br />Fix: Responsive controls issue for Woo Category List Widget.<br />Fix: Removed deprecated Elementor PHP Methods from Widgets.</p>\n<p>Version: 2.3.4 (2 August, 2021)<br />Fix: Advanced Accordion and Advanced Tab widgets conflict with OceanWP theme.<br />Fix: Advanced Toggle widget Indicator Global color issues.<br />Fix: Unfold widget title alignment issue.<br />Fix: Timeline widget content alignment issue.</p>\n<p>Version: 2.3.3 (15 July, 2021)<br />Fix: Swiper Slider conflict issues fixed with other theme.</p>\n<p>Version: 2.3.2 (15 July, 2021)<br />Tweak: Removed loop from carousel related widgets.</p>\n<p>Version: 2.3.1 (13 July, 2021)<br />Fix: Multiple placeholder image upload issues when importing widget.<br />Fix: Background color delay loading issues fixed on Table widget.<br />Tweak: Improved W3validation.<br />Tweak: TweenMax JS Library updated to the latest version.<br />Tweek: Converted widgets slideshow from slick to swiper.<br />Tweak: Optimized Images.</p>\n<p>Version: 2.3.0 (8 June, 2021)<br />New: Refined Layout Manager with Tabs, Categories and Search filters.<br />New: Modern and Creative Template Kits, Pages and Section Ready Templates.<br />Tweak: Manual cache clear button for Dribbble Feed widget.<br />Tweak: Getting access token made easy for Dribbble Feed widget.<br />Tweak: Bring unfold widget into viewport while closing the content.<br />Fix: Mobile scrolling issues for Hotspot Widget.<br />Fix: Undefined variables for Twitter Feed Widget.<br />Fix: Limit for Facebook Feed API.<br />Fix: Reaction Icons for Facebook Feed.<br />Fix: Minor spelling issue.</p>\n<p>Version: 2.2.3 (10 May, 2021)<br />New: Hover Trigger on Advanced Tab Widget.<br />Tweak: Improvements for the Instagram API.<br />Tweak: Improvements for the Faceebook Feed API.<br />Fix: Profile Picture issue for Instagram Widget.</p>\n<p>Version: 2.2.2 (29 April, 2021)<br />New: Blog Posts Widget Floating Category.<br />New: Blog Posts Widget Various Missing Controls.<br />New: Dribbble Feed User Info &amp; Header.<br />New: Dribbble Feed Various Missing Controls.<br />New: Border control to pinterest feed widget.<br />New: Follow button icon control to twitter feed widget.<br />New: Padding control to twitter feed widget.<br />New: Header background control to twitter feed widget.<br />New: Share button to twitter feed widget.<br />Tweak: SVG icon to elementskit icon to twitter feed widget.<br />Tweak: Layout five to behance feed widget.<br />Tweak: Replaced deprecated Elementor PHP Methods for Widgets.<br />Fix: Category List Widget separator position issue.<br />Fix: Google Map Widget static type image issue.<br />Fix: Facebook Page Review content alignment issue.<br />Fix: Twitter feed read more button.<br />Fix: Header Alignment Control for Table Widget.<br />Fix: Product Count styles for Woo Category List Widget.<br />Fix: Responsive support for Dribbble Feed Widget.</p>\n<p>Version: 2.2.1 (14-04-2021)<br />Fix: Compatibility issues with Elementor 3.2.0.</p>\n<p>Version: 2.2.0 (02-03-2021)<br />Improve: Minor bug fix and code improvements.<br />Improve: Minor escaping and validation improvements.</p>\n<p>Version: 2.1.7 (25-02-2021)<br />New: Image Size control for Gallery Widget.<br />New: Option to Show/Hide Facebook Messenger Dialog Box.<br />New: Image Comparison support for Advanced Tab Widget.<br />Fix: Responsive glitch in Timeline Widget.</p>\n<p>Version: 2.1.6 (07-02-2021)<br />New: Introducing Image Swap Widget - show a different image as the user hovers.</p>\n<p>Version: 2.1.5 (27-01-2021)<br />Fix: Sticky Module conflict with latest Elementor.<br />Fix: Slick Library update support for Latest Elementor update.<br />Fix: Woo Category List widget featured style minor CSS grid issue.</p>\n<p>Version: 2.1.4 (25-01-2021)<br />Tweak: Support W3C validation when using Facebook Messenger.<br />Fix: Blog Posts Widget default image size changed to provide clear images.</p>\n<p>Version: 2.1.3 (18-01-2021)<br />Fix: Instagram api expire time extended.<br />Fix: Editor live changes support for Advanced Tooltip.</p>\n<p>Version: 2.1.2 (12-01-2021)<br />Fix: Advanced Tooltip js conflict in the Elementor editor.</p>\n<p>Version: 2.1.1 (10-01-2021)<br />New: Introducing Advanced Tooltip - add tooltip to any Widget.<br />Fix: Improved Advanced Toggle Widget toggler btn.<br />Fix: Missing string translations for Table Widget.<br />Fix: List style reset for Gallery Filter.</p>\n<p>Version: 2.1.0 (24-12-2020)<br />New: Advanced Tab Widget now has option to enable URL hash routing capability.<br />New: Option to set popup alignment for Woo Mini Cart Widget.<br />Fix: Popup Modal Widget content editor showing same content for multiple widget in the same page.<br />Fix: Minor CSS broken issues fixed on Hotspot Widget.<br />Fix: Some css broken issues fixed on hotspot<br />Fix: added featured category link field \'Woo Category List\' widget<br />Fix: Buttons white-space are reset to default.<br />Fix: Woo Product Carousel and List Widget compatibility with TwentyTwentyOne Theme.<br />Fix: CSS ul and ol list style wasn\'t visible inside widgets.</p>\n<p>Version: 2.0.6 (06-12-2020)<br />Fix: JS conflict issues fixed with \'Rank Math\' plugin.<br />Improve: CSS and JS improved.</p>\n<p>Version: 2.0.5 (30-11-2020)<br />New: Added \'Popup Modal\' widget.<br />New: Added new instagram widget with Instagram official API.<br />New: Added control for keeping one dot always active.<br />New: Added Iframe and shortcode support on content.<br />Fix: Clicking pointer issues fixed.<br />Fix: \"Non property\" notice in instagram widget.<br />Fix: Fixed the line issues when increasing the pointer size.<br />Fix: Minor responsive issues fixed.</p>\n<p>Version: 2.0.4 (22-11-2020)<br />Fix: Timeline\'s elements was showing after some delay.</p>\n<p>Version: 2.0.3 (16-11-2020)<br />New: Advanced controls for Conditional Widget.<br />New: Cross domain copy-paste module (the long waited feature).<br />New: Added default color scheme on Facebook Messenger widget.<br />New: Added Locale on Facebook Messenger widget.<br />Fix: Caret image missing for Advanced Tab.<br />Fix: Ekit button js error when \"add section\" is clicked.<br />Tweak: Instagram feed widget.<br />Tweak: Improved CSS &amp; JS.</p>\n<p>Version: 2.0.2<br />Fix: Facebook feed API.<br />Fix: Some spelling mistakes.<br />Fix: License activation conflicting.</p>\n<p>Version: 2.0.1<br />Fix: Instagram\'s cache issue. Posts were not properly updated.</p>\n<p>Version: 2.0.0<br />New: New Unfold widget added.<br />Fix: Google Map API Script is enqueueing even it\'s not enabled.<br />Fix: Facebook Review Broken issue.<br />Fix: HeaderFooter builder compatiblity.<br />Added: Pagination to Blog Posts.<br />Added: Import &amp; export system for WidgetBuilder module.<br />Added: New features: \"dribble-feed, facebook-feed, facebook-review, instagram-feed, twitter-feed, unfold, yelp, zoom\".</p>\n\";}s:6:\"plugin\";s:27:\"elementskit/elementskit.php\";}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":17:{s:14:\"stable_version\";s:6:\"3.35.1\";s:12:\"last_updated\";s:19:\"2026-02-11 10:26:59\";s:11:\"new_version\";s:6:\"3.35.1\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.1\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:328:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9mb3J3YXJkYmV0LmNhc2lubyIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NzE0MTMzODMsImV4cCI6MTc3MTQ5OTc4M30.cQRZuAeOf0YElvetUaxKi4C8VmZZpqZi6OcqAkCmi_k/package_download\";s:13:\"download_link\";s:328:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9mb3J3YXJkYmV0LmNhc2lubyIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NzE0MTMzODMsImV4cCI6MTc3MTQ5OTc4M30.cQRZuAeOf0YElvetUaxKi4C8VmZZpqZi6OcqAkCmi_k/package_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:12:{s:11:\"new_version\";s:5:\"3.7.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.1\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:305:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9mb3J3YXJkYmV0LmNhc2lubyIsImlhdCI6MTc3MTQxMzM4MywiZXhwIjoxNzcxNDk5NzgzfQ.MwLSn9XHx6eCA1q3lajnaCgpiveqrZLCAwnC8gRF6Pg/previous_download\";s:13:\"download_link\";s:305:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9mb3J3YXJkYmV0LmNhc2lubyIsImlhdCI6MTc3MTQxMzM4MywiZXhwIjoxNzcxNDk5NzgzfQ.MwLSn9XHx6eCA1q3lajnaCgpiveqrZLCAwnC8gRF6Pg/previous_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}s:5:\"cloud\";b:0;s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{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:11:\"amp/amp.php\";O:8:\"stdClass\":10:{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:55:\"luckywp-table-of-contents/luckywp-table-of-contents.php\";O:8:\"stdClass\":10:{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:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":10:{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:53:\"wpfront-notification-bar/wpfront-notification-bar.php\";O:8:\"stdClass\":10:{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:7:\"checked\";a:17:{s:37:\"tinymce-advanced/tinymce-advanced.php\";s:5:\"5.9.2\";s:19:\"akismet/akismet.php\";s:3:\"5.4\";s:11:\"amp/amp.php\";s:5:\"2.5.5\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:5:\"3.2.3\";s:23:\"elementor/elementor.php\";s:6:\"3.29.2\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.35.1\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"3.5.4\";s:27:\"elementskit/elementskit.php\";s:5:\"3.4.1\";s:55:\"luckywp-table-of-contents/luckywp-table-of-contents.php\";s:6:\"2.1.14\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:5:\"7.4.2\";s:27:\"updraftplus/updraftplus.php\";s:6:\"1.26.1\";s:53:\"wpfront-notification-bar/wpfront-notification-bar.php\";s:5:\"3.5.1\";s:23:\"wp-rocket/wp-rocket.php\";s:8:\"3.18.1.3\";s:33:\"wps-hide-login/wps-hide-login.php\";s:8:\"1.9.17.2\";s:24:\"wordpress-seo/wp-seo.php\";s:6:\"25.3.1\";s:25:\"wpseo-video/video-seo.php\";s:4:\"14.7\";s:40:\"wordpress-seo-premium/wp-seo-premium.php\";s:4:\"25.3\";}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(588709, '_transient_doing_cron', '1772739213.2517371177673339843750', 'on'),
(588726, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"ee201cceec3030105765a602aadbbb50\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:18:\"core/term-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(588757, '_transient_timeout_wp_rocket_pricing', '1772782412', 'off'),
(588758, '_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'),
(588759, '_transient_timeout_wp_rocket_customer_data', '1772825612', 'off'),
(588760, '_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'),
(588761, '_site_transient_timeout_wp_theme_files_patterns-a503c2f8d285793960c753215d0a4562', '1772741013', 'off'),
(588762, '_site_transient_wp_theme_files_patterns-a503c2f8d285793960c753215d0a4562', 'a:2:{s:7:\"version\";s:5:\"3.4.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
(1, 2, '_wp_page_template', 'elementor_canvas'),
(2, 3, '_wp_page_template', 'default'),
(3, 6, '_elementor_edit_mode', 'builder'),
(4, 6, '_elementor_template_type', 'kit'),
(8, 8, '_edit_last', '1'),
(9, 8, '_edit_lock', '1708793233:1'),
(10, 9, '_wp_attached_file', '2024/02/FontsFree-Net-ir_sans.ttf'),
(11, 9, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:125764;}'),
(12, 8, 'elementor_font_files', 'a:1:{i:0;a:7:{s:11:\"font_weight\";s:6:\"normal\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:1:\"9\";s:3:\"url\";s:78:\"https://forwardbet.casino/wp-content/uploads/2024/02/FontsFree-Net-ir_sans.ttf\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}}'),
(13, 8, 'elementor_font_face', '@font-face {\n	font-family: \'iransans\';\n	font-style: normal;\n	font-weight: normal;\n	font-display: auto;\n	src: url(\'https://forwardbet.casino/wp-content/uploads/2024/02/FontsFree-Net-ir_sans.ttf\') format(\'truetype\');\n}\n'),
(16, 11, '_wp_attached_file', '2024/02/betyekCom-Bonus.gif'),
(17, 11, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:797;s:6:\"height\";i:98;s:4:\"file\";s:27:\"2024/02/betyekCom-Bonus.gif\";s:8:\"filesize\";i:1835786;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"betyekCom-Bonus-300x37.gif\";s:5:\"width\";i:300;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:3817;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"betyekCom-Bonus-150x98.gif\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5555;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"betyekCom-Bonus-768x94.gif\";s:5:\"width\";i:768;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:28360;}}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:{}}}'),
(18, 11, '_elementor_source_image_hash', '90a56b43bb8180f5296294158d184257030b83a9'),
(19, 12, '_wp_attached_file', '2024/02/ace_of_spades_with_crown.png'),
(20, 12, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1020;s:4:\"file\";s:36:\"2024/02/ace_of_spades_with_crown.png\";s:8:\"filesize\";i:281304;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"ace_of_spades_with_crown-294x300.png\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32939;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"ace_of_spades_with_crown-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11037;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"ace_of_spades_with_crown-768x783.png\";s:5:\"width\";i:768;s:6:\"height\";i:783;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:164501;}}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:{}}}'),
(21, 12, '_elementor_source_image_hash', '04461e51cd4bc88979779bc660590fe7d96eb040'),
(22, 13, '_wp_attached_file', '2024/02/poker-svgrepo-com-2.svg'),
(23, 13, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:4640;s:5:\"width\";i:800;s:6:\"height\";i:800;}'),
(24, 13, '_elementor_source_image_hash', '378f990a0e7979c20758c99cb24bd1943cc6ee43'),
(25, 14, '_wp_attached_file', '2024/02/Team_img-3-1.jpeg'),
(26, 14, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:255;s:6:\"height\";i:255;s:4:\"file\";s:25:\"2024/02/Team_img-3-1.jpeg\";s:8:\"filesize\";i:13091;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Team_img-3-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5288;}}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:{}}}'),
(27, 14, '_elementor_source_image_hash', 'f4325d7696226e7bb9430d2e7b615c24b7e09462'),
(28, 15, '_wp_attached_file', '2024/02/diamond_with_crown.png'),
(29, 15, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1020;s:4:\"file\";s:30:\"2024/02/diamond_with_crown.png\";s:8:\"filesize\";i:264273;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"diamond_with_crown-294x300.png\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29259;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"diamond_with_crown-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9736;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"diamond_with_crown-768x783.png\";s:5:\"width\";i:768;s:6:\"height\";i:783;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150674;}}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:{}}}'),
(30, 15, '_elementor_source_image_hash', 'c5e66ef6437ae29bd09480a8c7cbb5c70482b783'),
(31, 16, '_wp_attached_file', '2024/02/placeholder-240.png'),
(32, 16, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/02/placeholder-240.png\";s:8:\"filesize\";i:3059;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-240-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4487;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-240-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22903;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-240-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3473;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-240-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16104;}}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:{}}}'),
(33, 16, '_elementor_source_image_hash', '5177f9d2be1840e1b36d65cec16c79fd1a3c6577'),
(34, 17, '_wp_attached_file', '2024/02/red_heart_with_crown.png'),
(35, 17, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1020;s:4:\"file\";s:32:\"2024/02/red_heart_with_crown.png\";s:8:\"filesize\";i:294454;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"red_heart_with_crown-294x300.png\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33134;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"red_heart_with_crown-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11263;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"red_heart_with_crown-768x783.png\";s:5:\"width\";i:768;s:6:\"height\";i:783;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169111;}}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:{}}}'),
(36, 17, '_elementor_source_image_hash', '364bc0ad25ec6d1a9fd726d384eb5cfcae2d0f22'),
(37, 18, '_wp_attached_file', '2024/02/Aces-symbols044_P.png'),
(38, 18, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3000;s:6:\"height\";i:1800;s:4:\"file\";s:29:\"2024/02/Aces-symbols044_P.png\";s:8:\"filesize\";i:3040566;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Aces-symbols044_P-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33125;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Aces-symbols044_P-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:303807;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Aces-symbols044_P-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18171;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Aces-symbols044_P-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173820;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"Aces-symbols044_P-1536x922.png\";s:5:\"width\";i:1536;s:6:\"height\";i:922;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:687105;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"Aces-symbols044_P-2048x1229.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1229;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1223945;}}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:{}}}'),
(39, 18, '_elementor_source_image_hash', 'ea758a3bcaa4ff12135bd6f26b62973d91f6d724'),
(40, 19, '_wp_attached_file', '2024/02/placeholder.png'),
(41, 19, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2024/02/placeholder.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}}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:{}}}'),
(42, 19, '_elementor_source_image_hash', 'e73a5ea6b8bf3cd23edbc0611fd388c09621f88d'),
(43, 20, '_wp_attached_file', '2024/02/funfacts-icon-3-1.png'),
(44, 20, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:29:\"2024/02/funfacts-icon-3-1.png\";s:8:\"filesize\";i:2172;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(45, 20, '_elementor_source_image_hash', 'f8a96d2aa801fbf4daaf2a902ab82a109a4eeba9'),
(46, 21, '_wp_attached_file', '2024/02/funfacts-icon-1-2.png'),
(47, 21, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:29:\"2024/02/funfacts-icon-1-2.png\";s:8:\"filesize\";i:2156;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(48, 21, '_elementor_source_image_hash', 'a5ce5b219e47707baefd85eb5f7839f636cee628'),
(49, 22, '_wp_attached_file', '2024/02/funfacts-icon-4-1.png'),
(50, 22, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:29:\"2024/02/funfacts-icon-4-1.png\";s:8:\"filesize\";i:1558;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51, 22, '_elementor_source_image_hash', 'd2238c17cc023b1b96f3a01fcedc90b824c7f374'),
(52, 23, '_wp_attached_file', '2024/02/placeholder-333.png'),
(53, 23, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/02/placeholder-333.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-333-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-333-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-333-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-333-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}}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:{}}}'),
(54, 23, '_elementor_source_image_hash', '526e1407eaf8d11230fafd3c21cab772a21880bc'),
(55, 24, '_wp_attached_file', '2024/02/333.png'),
(56, 24, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:293;s:6:\"height\";i:90;s:4:\"file\";s:15:\"2024/02/333.png\";s:8:\"filesize\";i:7251;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"333-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2840;}}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:{}}}'),
(57, 24, '_elementor_source_image_hash', '36076ee020448a5cfc18f212826fb5fc5ea16ae4'),
(58, 25, '_wp_attached_file', '2024/02/client_1_black.png'),
(59, 25, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:86;s:6:\"height\";i:80;s:4:\"file\";s:26:\"2024/02/client_1_black.png\";s:8:\"filesize\";i:1065;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(60, 25, '_elementor_source_image_hash', '414e7f7fb070c5171de65e61e560ddea5f4057f4'),
(61, 26, '_wp_attached_file', '2024/02/1xyek-lgo.png'),
(62, 26, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:190;s:6:\"height\";i:85;s:4:\"file\";s:21:\"2024/02/1xyek-lgo.png\";s:8:\"filesize\";i:6661;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"1xyek-lgo-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3278;}}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:{}}}'),
(63, 26, '_elementor_source_image_hash', 'ec191d81dbbe078bb20eb8bfd2f44a1ef2c2939b'),
(64, 27, '_wp_attached_file', '2024/02/client_2_black.png'),
(65, 27, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:142;s:6:\"height\";i:80;s:4:\"file\";s:26:\"2024/02/client_2_black.png\";s:8:\"filesize\";i:1623;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66, 27, '_elementor_source_image_hash', 'd3406cf61635b68c6b07abc9659986ec4e88d4be'),
(67, 28, '_wp_attached_file', '2024/02/betyek-lgo.png'),
(68, 28, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:190;s:6:\"height\";i:85;s:4:\"file\";s:22:\"2024/02/betyek-lgo.png\";s:8:\"filesize\";i:7376;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"betyek-lgo-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3455;}}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:{}}}'),
(69, 28, '_elementor_source_image_hash', '40c236b584c39af2f94ebcc255aa924590216a34'),
(70, 29, '_wp_attached_file', '2024/02/client_3_black.png'),
(71, 29, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:154;s:6:\"height\";i:80;s:4:\"file\";s:26:\"2024/02/client_3_black.png\";s:8:\"filesize\";i:1877;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"client_3_black-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3534;}}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:{}}}'),
(72, 29, '_elementor_source_image_hash', '07b0f1e7b4c5a6fa6afafb642da5b281ce5dc333'),
(73, 30, '_wp_attached_file', '2024/02/bet303-lgo.png'),
(74, 30, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:190;s:6:\"height\";i:85;s:4:\"file\";s:22:\"2024/02/bet303-lgo.png\";s:8:\"filesize\";i:9844;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"bet303-lgo-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4287;}}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:{}}}'),
(75, 30, '_elementor_source_image_hash', '181b2db15e87aa31091af55c9bfaa989e8844ac7'),
(76, 31, '_wp_attached_file', '2024/02/client_4_black.png'),
(77, 31, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:110;s:6:\"height\";i:80;s:4:\"file\";s:26:\"2024/02/client_4_black.png\";s:8:\"filesize\";i:1043;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(78, 31, '_elementor_source_image_hash', '379f2ed40131da8bf45402b010b05bf3b4c898ae'),
(79, 32, '_wp_attached_file', '2024/02/bomb-svgrepo-com-3.svg'),
(80, 32, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2184;s:5:\"width\";i:800;s:6:\"height\";i:800;}'),
(81, 32, '_elementor_source_image_hash', 'a05d50ac18f7458a3fbbab2ea5c3ea4eb073201d'),
(82, 33, '_wp_attached_file', '2024/02/placeholder-240-1.png'),
(83, 33, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2024/02/placeholder-240-1.png\";s:8:\"filesize\";i:3059;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"placeholder-240-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4487;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"placeholder-240-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22903;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"placeholder-240-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:3473;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"placeholder-240-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16104;}}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:{}}}'),
(84, 33, '_elementor_source_image_hash', '6373b3d7e331148920a3907d1a4ed57e26e4fa52'),
(85, 34, '_wp_attached_file', '2024/02/1xboro-site-2.png'),
(86, 34, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:360;s:6:\"height\";i:72;s:4:\"file\";s:25:\"2024/02/1xboro-site-2.png\";s:8:\"filesize\";i:15688;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"1xboro-site-2-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9918;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"1xboro-site-2-150x72.png\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2839;}}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:{}}}'),
(87, 34, '_elementor_source_image_hash', 'f65ed31baa497f0d6979be4b94651ae7e6fff6aa'),
(88, 35, '_wp_attached_file', '2024/02/pasor.jpg'),
(89, 35, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1196;s:4:\"file\";s:17:\"2024/02/pasor.jpg\";s:8:\"filesize\";i:579992;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"pasor-251x300.jpg\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24167;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"pasor-856x1024.jpg\";s:5:\"width\";i:856;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131895;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"pasor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8775;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"pasor-768x919.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:919;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114437;}}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, 35, '_elementor_source_image_hash', 'cfae84078a1f132fdf1ba5103a46b0f5c29b203a'),
(91, 36, '_wp_attached_file', '2024/02/pasor-b.jpg'),
(92, 36, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1196;s:4:\"file\";s:19:\"2024/02/pasor-b.jpg\";s:8:\"filesize\";i:762512;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"pasor-b-251x300.jpg\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27483;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"pasor-b-856x1024.jpg\";s:5:\"width\";i:856;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168665;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"pasor-b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9856;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"pasor-b-768x919.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:919;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146639;}}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:{}}}'),
(93, 36, '_elementor_source_image_hash', '9b215db876acb5707e7184da25424a98bc9919bc'),
(94, 37, '_wp_attached_file', '2024/02/Poker.jpg'),
(95, 37, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"2024/02/Poker.jpg\";s:8:\"filesize\";i:290359;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"Poker-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32257;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Poker-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10745;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"Poker-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135477;}}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:{}}}'),
(96, 37, '_elementor_source_image_hash', 'e808474f3b5234d2e0fb498b8a5532c3f3d14c0d'),
(97, 38, '_wp_attached_file', '2024/02/placeholder-11.png'),
(98, 38, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/02/placeholder-11.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-11-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-11-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-11-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}}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:{}}}'),
(99, 38, '_elementor_source_image_hash', 'e9aeb32328d1a7ebe4925c3645db9899bc522004'),
(100, 39, '_wp_attached_file', '2024/02/Poker.Ad-_-Sm.jpg'),
(101, 39, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2024/02/Poker.Ad-_-Sm.jpg\";s:8:\"filesize\";i:260822;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Poker.Ad-_-Sm-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30147;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Poker.Ad-_-Sm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10066;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Poker.Ad-_-Sm-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123277;}}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:{}}}'),
(102, 39, '_elementor_source_image_hash', 'd8b362c434be1fb282394d52820b32b73c6b9806'),
(103, 40, '_wp_attached_file', '2024/02/placeholder-12.png'),
(104, 40, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/02/placeholder-12.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-12-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-12-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-12-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}}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:{}}}'),
(105, 40, '_elementor_source_image_hash', '55df14fa9cfa6997da111fb021122db0484f0542'),
(106, 41, '_wp_attached_file', '2024/02/poker-room-sm.jpg'),
(107, 41, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2024/02/poker-room-sm.jpg\";s:8:\"filesize\";i:219618;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"poker-room-sm-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"poker-room-sm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9571;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"poker-room-sm-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108169;}}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:{}}}'),
(108, 41, '_elementor_source_image_hash', 'b4d5cffb063943d4803c22700f538c74045211ee'),
(109, 42, '_wp_attached_file', '2024/02/placeholder-13.png'),
(110, 42, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/02/placeholder-13.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-13-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-13-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-13-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}}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:{}}}'),
(111, 42, '_elementor_source_image_hash', '4c58ce1c9f70864515c9c05c9ba745a029ffd351'),
(112, 43, '_wp_attached_file', '2024/02/placeholder-1.png'),
(113, 43, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2024/02/placeholder-1.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-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:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}}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:{}}}'),
(114, 43, '_elementor_source_image_hash', 'c5ab90c7a65673faff4d2e2d9bca17f9b15e435f'),
(115, 44, '_wp_attached_file', '2024/02/placeholder-2.png'),
(116, 44, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2024/02/placeholder-2.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-2-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-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:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-2-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}}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:{}}}'),
(117, 44, '_elementor_source_image_hash', '2addfb11fa9a0e83c82f600c8380d56d66c9268b'),
(118, 45, '_wp_attached_file', '2024/02/placeholder-258.png'),
(119, 45, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/02/placeholder-258.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-258-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-258-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-258-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-258-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}}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:{}}}'),
(120, 45, '_elementor_source_image_hash', '4335e74c11e02aa7cad198155bee6dbd8a44ddf2'),
(121, 46, '_wp_attached_file', '2024/02/placeholder-259.png'),
(122, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/02/placeholder-259.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-259-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-259-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-259-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-259-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}}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:{}}}'),
(123, 46, '_elementor_source_image_hash', '42ce385789adcf8c60189bee20392f18e512d006'),
(124, 47, '_wp_attached_file', '2024/02/placeholder-260.png'),
(125, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/02/placeholder-260.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-260-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-260-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-260-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-260-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}}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:{}}}'),
(126, 47, '_elementor_source_image_hash', '00fd13324138b4fcf7de6cedf9dd3a5f682d458e'),
(127, 48, '_wp_attached_file', '2024/02/HAPEBEAST_Genesis-removebg-preview.png'),
(128, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2024/02/HAPEBEAST_Genesis-removebg-preview.png\";s:8:\"filesize\";i:170634;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"HAPEBEAST_Genesis-removebg-preview-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64125;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"HAPEBEAST_Genesis-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19838;}}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:{}}}'),
(129, 48, '_elementor_source_image_hash', '14f9e4f3e5c16587008b7439a981f0359db3d18a'),
(130, 49, '_wp_attached_file', '2024/02/logo.png'),
(131, 49, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:360;s:6:\"height\";i:72;s:4:\"file\";s:16:\"2024/02/logo.png\";s:8:\"filesize\";i:5300;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"logo-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6705;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"logo-150x72.png\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2756;}}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:{}}}'),
(132, 49, '_elementor_source_image_hash', '9980a24d1b8560ed92e9b6219b09be94f47ed889'),
(133, 50, '_wp_attached_file', '2024/02/placeholder-1-1.png'),
(134, 50, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/02/placeholder-1-1.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-1-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-1-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-1-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:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-1-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}}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:{}}}'),
(135, 50, '_elementor_source_image_hash', '182a6e26563309bb9a13257c6fcf5f6c847d2b2f'),
(136, 51, '_wp_attached_file', '2024/02/Shiba_Social_Club_NFT-removebg-preview.png'),
(137, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2024/02/Shiba_Social_Club_NFT-removebg-preview.png\";s:8:\"filesize\";i:270414;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"Shiba_Social_Club_NFT-removebg-preview-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100871;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"Shiba_Social_Club_NFT-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31300;}}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:{}}}'),
(138, 51, '_elementor_source_image_hash', '5cb4158dabf8c51c51551cae637472e6c209f6c2'),
(139, 52, '_wp_attached_file', '2024/02/betyek-site.png'),
(140, 52, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:346;s:6:\"height\";i:109;s:4:\"file\";s:23:\"2024/02/betyek-site.png\";s:8:\"filesize\";i:10420;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"betyek-site-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9001;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"betyek-site-150x109.png\";s:5:\"width\";i:150;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4305;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141, 52, '_elementor_source_image_hash', 'c163bfe8c95b467708b8b4ae4ae79087f7821545'),
(142, 53, '_wp_attached_file', '2024/02/PROJECT_NFT_cub-removebg-preview.png'),
(143, 53, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2024/02/PROJECT_NFT_cub-removebg-preview.png\";s:8:\"filesize\";i:237448;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"PROJECT_NFT_cub-removebg-preview-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87853;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"PROJECT_NFT_cub-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25522;}}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:{}}}'),
(144, 53, '_elementor_source_image_hash', '55eb5f5a1d22154a5795c29d4785cbf8cb01433a'),
(145, 54, '_wp_attached_file', '2024/02/1xyek-site.png'),
(146, 54, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:346;s:6:\"height\";i:109;s:4:\"file\";s:22:\"2024/02/1xyek-site.png\";s:8:\"filesize\";i:7581;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"1xyek-site-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7522;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"1xyek-site-150x109.png\";s:5:\"width\";i:150;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3100;}}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:{}}}'),
(147, 54, '_elementor_source_image_hash', 'cc35bbdf80edd361cadf40c6f03db5dac96cc17d'),
(148, 55, '_wp_attached_file', '2024/02/c37143f4b4d402944cc83d59ebb12fa7-removebg-preview.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(149, 55, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:447;s:6:\"height\";i:559;s:4:\"file\";s:61:\"2024/02/c37143f4b4d402944cc83d59ebb12fa7-removebg-preview.png\";s:8:\"filesize\";i:268463;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"c37143f4b4d402944cc83d59ebb12fa7-removebg-preview-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78864;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"c37143f4b4d402944cc83d59ebb12fa7-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29580;}}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:{}}}'),
(150, 55, '_elementor_source_image_hash', '61fd1453629fe7a3104da0dab3a58dc3b3dc1de0'),
(151, 56, '_wp_attached_file', '2024/02/Rappers-removebg-preview.png'),
(152, 56, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2024/02/Rappers-removebg-preview.png\";s:8:\"filesize\";i:178259;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Rappers-removebg-preview-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66211;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Rappers-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20140;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153, 56, '_elementor_source_image_hash', 'a48870bb9b64c329d59b14fe8422cdc98677ff46'),
(154, 57, '_wp_attached_file', '2024/02/The_NTF_Expert____ski_mask-removebg-preview.png'),
(155, 57, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:55:\"2024/02/The_NTF_Expert____ski_mask-removebg-preview.png\";s:8:\"filesize\";i:274335;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"The_NTF_Expert____ski_mask-removebg-preview-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"The_NTF_Expert____ski_mask-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28932;}}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:{}}}'),
(156, 57, '_elementor_source_image_hash', '682cd6c3ad4ac6808ecbacd53ad15f70c075d7fc'),
(157, 58, '_wp_attached_file', '2024/02/1xyek-site-1.png'),
(158, 58, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:346;s:6:\"height\";i:109;s:4:\"file\";s:24:\"2024/02/1xyek-site-1.png\";s:8:\"filesize\";i:7581;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"1xyek-site-1-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7522;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"1xyek-site-1-150x109.png\";s:5:\"width\";i:150;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3100;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(159, 58, '_elementor_source_image_hash', '5f83cacccb5a439ad1b5255eb5f81a5efad9b5ae'),
(160, 59, '_wp_attached_file', '2024/02/Metapuffer_131___Crim_-_The_Metapuffers_Volume_1__Continued____OpenSea-removebg-preview.png'),
(161, 59, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:99:\"2024/02/Metapuffer_131___Crim_-_The_Metapuffers_Volume_1__Continued____OpenSea-removebg-preview.png\";s:8:\"filesize\";i:185337;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:99:\"Metapuffer_131___Crim_-_The_Metapuffers_Volume_1__Continued____OpenSea-removebg-preview-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:99:\"Metapuffer_131___Crim_-_The_Metapuffers_Volume_1__Continued____OpenSea-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20712;}}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:{}}}'),
(162, 59, '_elementor_source_image_hash', '3fb1121e58cb9b122121b85cb1e64d007cab0f51'),
(163, 60, '_wp_attached_file', '2024/02/Voyagers__Unknown_on_X-removebg-preview.png'),
(164, 60, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:51:\"2024/02/Voyagers__Unknown_on_X-removebg-preview.png\";s:8:\"filesize\";i:190301;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Voyagers__Unknown_on_X-removebg-preview-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68231;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Voyagers__Unknown_on_X-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20931;}}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:{}}}'),
(165, 60, '_elementor_source_image_hash', 'ebbbc04687796d0f314c47e4a41adbd450ad2482'),
(166, 61, '_wp_attached_file', '2024/02/METABILLIONAIRE__6142_-_METABILLIONAIRE___OpenSea-removebg-preview.png'),
(167, 61, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:78:\"2024/02/METABILLIONAIRE__6142_-_METABILLIONAIRE___OpenSea-removebg-preview.png\";s:8:\"filesize\";i:154745;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"METABILLIONAIRE__6142_-_METABILLIONAIRE___OpenSea-removebg-preview-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"METABILLIONAIRE__6142_-_METABILLIONAIRE___OpenSea-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18827;}}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:{}}}'),
(168, 61, '_elementor_source_image_hash', '2b71f814f22586b1bc5422fef86a72fd1aeaa569'),
(169, 62, '_wp_attached_file', '2024/02/1xboro-site.png'),
(170, 62, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:346;s:6:\"height\";i:109;s:4:\"file\";s:23:\"2024/02/1xboro-site.png\";s:8:\"filesize\";i:15229;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"1xboro-site-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11502;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"1xboro-site-150x109.png\";s:5:\"width\";i:150;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3132;}}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:{}}}'),
(171, 62, '_elementor_source_image_hash', 'fe02c55ba70da0501626f8dbeed0a4a4e82d3557'),
(172, 63, '_wp_attached_file', '2024/02/gambleaware.png'),
(173, 63, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:181;s:4:\"file\";s:23:\"2024/02/gambleaware.png\";s:8:\"filesize\";i:35989;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"gambleaware-300x52.png\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9738;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"gambleaware-1024x177.png\";s:5:\"width\";i:1024;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52444;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"gambleaware-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9386;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"gambleaware-768x132.png\";s:5:\"width\";i:768;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34485;}}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:{}}}'),
(174, 63, '_elementor_source_image_hash', '0bc98498cce944964aba10761dc3e041bdfd7469'),
(175, 64, '_wp_attached_file', '2024/02/18.png'),
(176, 64, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:14:\"2024/02/18.png\";s:8:\"filesize\";i:16136;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7663;}}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:{}}}'),
(177, 64, '_elementor_source_image_hash', '54024ccb1f53b4269a957be59086baeb672a424a'),
(178, 65, '_wp_attached_file', '2024/02/GPWA.png'),
(179, 65, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:118;s:4:\"file\";s:16:\"2024/02/GPWA.png\";s:8:\"filesize\";i:40793;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"GPWA-150x118.png\";s:5:\"width\";i:150;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17616;}}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:{}}}'),
(180, 65, '_elementor_source_image_hash', 'e2d06890a1d117edd9a2abb0451645e5dcfd7cb7'),
(181, 66, '_elementor_edit_mode', 'builder'),
(182, 66, '_elementor_template_type', 'page'),
(183, 66, '_elementor_version', '3.18.3'),
(184, 66, '_elementor_pro_version', '3.18.3'),
(189, 66, '_wp_page_template', 'elementor_canvas'),
(190, 66, '_elementor_page_settings', 'a:9:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#1B213B\";s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:18:\"background_color_b\";s:7:\"#223073\";s:16:\"background_image\";a:3:{s:3:\"url\";s:66:\"https://pasoor.bet/wp-content/uploads/2024/02/Screenshot_6_2-2.jpg\";s:2:\"id\";i:136;s:4:\"size\";s:0:\"\";}s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:5:\"fixed\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:0:\"\";}}'),
(191, 66, '_elementor_data', '[]'),
(201, 66, '_edit_lock', '1710164742:1'),
(202, 66, '_edit_last', '1'),
(203, 2, '_edit_lock', '1751360992:1'),
(204, 2, '_edit_last', '1'),
(205, 2, '_yoast_indexnow_last_ping', '1710601232'),
(206, 2, '_yoast_post_redirect_info', 'a:4:{s:6:\"origin\";s:19:\"برگه-نمونه\";s:6:\"target\";s:55:\"%d8%a8%d8%b1%da%af%d9%87-%d9%86%d9%85%d9%88%d9%86%d9%87\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}'),
(207, 2, '_yoast_wpseo_videositemap-rating', '0'),
(208, 2, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"فیلترشکن بت فوروارد\",\"score\":33},{\"keyword\":\"دانلود فیلترشکن بت فوروارد\",\"score\":33},{\"keyword\":\"دانلود فیلترشکن بت فوروارد برای اندروید\",\"score\":27},{\"keyword\":\"سایت بت فوروارد با فیلترشکن\",\"score\":33}]'),
(209, 2, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(210, 2, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(211, 2, '_yoast_wpseo_wordproof_timestamp', ''),
(224, 2, '_elementor_edit_mode', 'builder'),
(225, 2, '_elementor_template_type', 'wp-page'),
(226, 2, '_elementor_version', '3.29.2'),
(227, 2, '_elementor_pro_version', '3.29.2'),
(228, 6, '_edit_lock', '1751361072:1'),
(229, 73, '_wp_attached_file', '2024/02/slot_machine_with_rou_ette_chips_play_cards_clipping_path_included.jpg'),
(230, 73, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1639;s:6:\"height\";i:1229;s:4:\"file\";s:78:\"2024/02/slot_machine_with_rou_ette_chips_play_cards_clipping_path_included.jpg\";s:8:\"filesize\";i:273570;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"slot_machine_with_rou_ette_chips_play_cards_clipping_path_included-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8471;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"slot_machine_with_rou_ette_chips_play_cards_clipping_path_included-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43992;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"slot_machine_with_rou_ette_chips_play_cards_clipping_path_included-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4927;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"slot_machine_with_rou_ette_chips_play_cards_clipping_path_included-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29320;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:80:\"slot_machine_with_rou_ette_chips_play_cards_clipping_path_included-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79375;}}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:{}}}'),
(234, 6, '_wp_page_template', 'default'),
(235, 6, '_elementor_page_settings', 'a:44:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:10:\"اولیه\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:13:\"رنگ دوم\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:6:\"متن\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"شدت\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:10:\"اولیه\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:13:\"رنگ دوم\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:6:\"متن\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"شدت\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:18:\"بتفوروارد\";s:26:\"body_background_background\";s:7:\"classic\";s:21:\"body_background_image\";a:5:{s:3:\"url\";s:67:\"https://forwardbet.casino/wp-content/uploads/2024/03/bg-rotated.jpg\";s:2:\"id\";i:343;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:24:\"body_background_position\";s:13:\"center center\";s:26:\"body_background_attachment\";s:5:\"fixed\";s:22:\"body_background_repeat\";s:9:\"no-repeat\";s:20:\"body_background_size\";s:5:\"cover\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:41:\"کلیه‌ی حقوق محفوظ است.\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:10:\"body_color\";s:7:\"#FDF7F7\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:8:\"iransans\";s:17:\"link_normal_color\";s:7:\"#FFF9F9\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:8:\"iransans\";s:8:\"h1_color\";s:7:\"#FFFFFF\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:8:\"iransans\";s:8:\"h2_color\";s:7:\"#FFFDFD\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:8:\"iransans\";s:8:\"h3_color\";s:7:\"#FFFFFF\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:8:\"iransans\";s:8:\"h4_color\";s:7:\"#FFFFFF\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:8:\"iransans\";s:8:\"h5_color\";s:7:\"#FFFFFF\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:8:\"iransans\";s:8:\"h6_color\";s:7:\"#FFFFFF\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:8:\"iransans\";s:16:\"site_description\";s:18:\"بتفوروارد\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:73:\"https://forwardbet.casino/wp-content/uploads/2024/02/ForwardBetCasino.png\";s:2:\"id\";i:359;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:28:\"body_background_image_mobile\";a:5:{s:3:\"url\";s:67:\"https://forwardbet.casino/wp-content/uploads/2024/03/bg-rotated.jpg\";s:2:\"id\";i:343;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:12:\"site_favicon\";a:5:{s:3:\"url\";s:76:\"https://forwardbet.casino/wp-content/uploads/2024/02/bet90forwad.com-fav.png\";s:2:\"id\";i:361;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}}'),
(236, 6, '_elementor_data', '[]'),
(244, 6, '_elementor_version', '3.28.0'),
(245, 6, '_elementor_pro_version', '3.27.4'),
(263, 66, 'ekit_post_views_count', '2'),
(281, 80, '_wp_attached_file', '2024/03/bet90forward-site-logo.png'),
(282, 80, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:369;s:6:\"height\";i:100;s:4:\"file\";s:34:\"2024/03/bet90forward-site-logo.png\";s:8:\"filesize\";i:10104;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"bet90forward-site-logo-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9544;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"bet90forward-site-logo-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3429;}}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:{}}}'),
(283, 80, '_elementor_source_image_hash', 'af8c4250a92cfa322de15368c936e06197c41e4a'),
(284, 81, '_wp_attached_file', '2024/03/betyekCom-Bonus.gif'),
(285, 81, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:797;s:6:\"height\";i:98;s:4:\"file\";s:27:\"2024/03/betyekCom-Bonus.gif\";s:8:\"filesize\";i:1835786;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"betyekCom-Bonus-300x37.gif\";s:5:\"width\";i:300;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:3817;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"betyekCom-Bonus-150x98.gif\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5555;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"betyekCom-Bonus-768x94.gif\";s:5:\"width\";i:768;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:28360;}}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:{}}}'),
(286, 81, '_elementor_source_image_hash', '97f30683a9b4606915f55cbe5f4d3f6e84af54b0'),
(287, 82, '_wp_attached_file', '2024/03/jetbetPro-Bonus-1.gif'),
(288, 82, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:104;s:4:\"file\";s:29:\"2024/03/jetbetPro-Bonus-1.gif\";s:8:\"filesize\";i:617523;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"jetbetPro-Bonus-1-300x39.gif\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2080;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"jetbetPro-Bonus-1-150x104.gif\";s:5:\"width\";i:150;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:1588;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"jetbetPro-Bonus-1-768x100.gif\";s:5:\"width\";i:768;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:10597;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(289, 82, '_elementor_source_image_hash', '1f35f0f1a47f48131d424684fbad70d7a25cf995'),
(290, 83, '_wp_attached_file', '2024/03/casino-mobile-svg.svg'),
(291, 83, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:8441;s:5:\"width\";i:800;s:6:\"height\";i:800;}'),
(292, 83, '_elementor_source_image_hash', '6e35526c647be5bf9215f49694633403d7aff38f'),
(293, 84, '_wp_attached_file', '2024/03/vpn-svg.svg'),
(294, 84, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3642;s:5:\"width\";i:800;s:6:\"height\";i:800;}'),
(295, 84, '_elementor_source_image_hash', '2ee56cc3e9952a6c7d75b481ac9f81aa36830a6c'),
(296, 85, '_wp_attached_file', '2024/03/svg-sports.svg'),
(297, 85, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2735;s:5:\"width\";i:800;s:6:\"height\";i:800;}'),
(298, 85, '_elementor_source_image_hash', '8f31e0421e01a8881be1d589d3f032511c32535d'),
(299, 86, '_wp_attached_file', '2024/03/دانلود-فیلتر-شکن-بت-فوروارد-vpn-bet-forward-apk.jpg'),
(300, 86, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:82:\"2024/03/دانلود-فیلتر-شکن-بت-فوروارد-vpn-bet-forward-apk.jpg\";s:8:\"filesize\";i:246555;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"دانلود-فیلتر-شکن-بت-فوروارد-vpn-bet-forward-apk-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11575;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"دانلود-فیلتر-شکن-بت-فوروارد-vpn-bet-forward-apk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6617;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"دانلود-فیلتر-شکن-بت-فوروارد-vpn-bet-forward-apk-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44907;}}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:94:\"دانلود فیلتر شکن بت فوروارد vpn bet forward apk\nhttps://forwardbet.vip/\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(301, 86, '_elementor_source_image_hash', 'c158503ee0a4adaa54545620c267244b1f13074d'),
(302, 87, '_wp_attached_file', '2024/03/user-svg-1.svg'),
(303, 87, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2066;s:5:\"width\";i:800;s:6:\"height\";i:800;}'),
(304, 87, '_elementor_source_image_hash', '7b76b3341591157861d527e1ec659cd8d79097cd'),
(305, 88, '_wp_attached_file', '2024/03/comment-svgr.svg'),
(306, 88, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2386;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(307, 88, '_elementor_source_image_hash', '127a5ed5518cb154d1c9c0ad4d04686b76e491f2'),
(308, 89, '_wp_attached_file', '2024/03/chat-svgrepo-com.svg'),
(309, 89, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:5285;s:5:\"width\";i:800;s:6:\"height\";i:800;}'),
(310, 89, '_elementor_source_image_hash', '6b7c62e08d317c36d04aa2809da0a78b389bca75'),
(311, 90, '_elementor_edit_mode', 'builder'),
(312, 90, '_elementor_template_type', 'page'),
(313, 90, '_elementor_version', '3.29.2'),
(314, 90, '_elementor_pro_version', '3.29.2'),
(319, 90, '_wp_page_template', 'elementor_canvas'),
(320, 90, '_elementor_page_settings', 'a:9:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#1B213B\";s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:18:\"background_color_b\";s:7:\"#223073\";s:16:\"background_image\";a:5:{s:3:\"url\";s:61:\"https://forwardbet.casino/wp-content/uploads/2024/03/bg-1.jpg\";s:2:\"id\";i:396;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:5:\"fixed\";s:23:\"background_image_mobile\";a:5:{s:3:\"url\";s:67:\"https://forwardbet.casino/wp-content/uploads/2024/03/bg-rotated.jpg\";s:2:\"id\";i:343;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(321, 90, '_elementor_data', '[{\"id\":\"24f009b9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"1c859bcb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u062f\\u0648\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646\",\"link\":{\"url\":\"https:\\/\\/forwardbet.casino\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"size\":\"medium\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_animation\":\"none\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"678d36e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"7948623\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"244e48c3\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"1f6ceabf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"4278dc7e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\u0648\\u0631\\u0648\\u062f \\u0628\\u0647 \\u0622\\u062f\\u0631\\u0633 \\u0628\\u062f\\u0648\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631\",\"align\":\"center\",\"size\":\"lg\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#FFCC00\",\"background_color\":\"#008358\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"600\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/cdn.ampproject.org\\/c\\/s\\/bt90forward.autos\\/V1L3VzZXIvc2lnbnVw\\/?referer=97769\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-forward\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3ba1c8e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\u0648\\u0631\\u0648\\u062f \\u0628\\u0647 \\u0622\\u062f\\u0631\\u0633 \\u0627\\u0635\\u0644\\u06cc\",\"align\":\"center\",\"size\":\"lg\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFCC00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"600\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/cdn.ampproject.org\\/c\\/s\\/bet90forward.com\\/V1L3VzZXIvc2lnbnVw\\/?referer=97769\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-forward\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3941316\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0645\\u0633\\u062a\\u0642\\u06cc\\u0645 \\u0627\\u067e\\u0644\\u06cc\\u06a9\\u06cc\\u0634\\u0646\",\"align\":\"center\",\"size\":\"lg\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#FFCC00\",\"background_color\":\"#008358\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"600\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/forwardbet.casino\\/apk\\/betforward.apk\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fab fa-android\",\"library\":\"fa-brands\"},\"icon_align\":\"right\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5a7df09\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\u06a9\\u0627\\u0646\\u0627\\u0644 \\u062a\\u0644\\u06af\\u0631\\u0627\\u0645 bet90forwardbet@\",\"align\":\"center\",\"size\":\"lg\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFCC00\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"600\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/t.me\\/bet90forwardbet\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"icon icon-telegram\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"df921f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u0628\\u062a-\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f-\\u0628\\u062f\\u0648\\u0646-\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646.jpg\",\"id\":366,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/forwardbet.casino\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437aeafc\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"45a59616\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"animation\":\"none\",\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"370b2fde\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/vpn-svgrepo-com-1.svg\",\"id\":97},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"vpn \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\",\"description_text\":\"\\n\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u06cc\\u06a9\\u06cc \\u0627\\u0632 \\u0628\\u0647\\u062a\\u0631\\u06cc\\u0646 \\u0648 \\u0645\\u0637\\u0645\\u0626\\u0646 \\u062a\\u0631\\u06cc\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0647\\u0627\\u06cc \\u0645\\u0648\\u062c\\u0648\\u062f \\u0627\\u0633\\u062a. \\u0628\\u0627 \\u0627\\u0633\\u062a\\u0641\\u0627\\u062f\\u0647 \\u0627\\u0632 \\u0627\\u06cc\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646\\u060c \\u0647\\u0631 \\u0641\\u0631\\u062f\\u06cc \\u0642\\u0627\\u062f\\u0631 \\u0627\\u0633\\u062a \\u0628\\u0647 \\u0631\\u0627\\u062d\\u062a\\u06cc \\u0628\\u0647 \\u0647\\u0631 \\u0633\\u0627\\u06cc\\u062a\\u06cc \\u062f\\u0633\\u062a\\u0631\\u0633\\u06cc \\u067e\\u06cc\\u062f\\u0627 \\u06a9\\u0646\\u062f.\",\"title_size\":\"p\",\"primary_color\":\"#287f45\",\"secondary_color\":\"#FFFFFF\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"IranSans\",\"title_typography_font_weight\":\"600\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"IranSans\",\"description_typography_font_weight\":\"400\",\"_animation\":\"none\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"1fd1b94d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"55ad91c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/apk-file-format-symbol-svgrepo-com.svg\",\"id\":98},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\\u0627\\u067e\\u0644\\u06cc\\u06a9\\u06cc\\u0634\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\",\"description_text\":\" \\u0627\\u067e\\u0644\\u06cc\\u06a9\\u06cc\\u0634\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u06cc\\u06a9 \\u0631\\u0627\\u0647 \\u0628\\u0633\\u06cc\\u0627\\u0631 \\u0645\\u0646\\u0627\\u0633\\u0628 \\u0628\\u0631\\u0627\\u06cc \\u0639\\u0644\\u0627\\u0642\\u0647 \\u0645\\u0646\\u062f\\u0627\\u0646 \\u0628\\u0647 \\u0634\\u0631\\u0637 \\u0628\\u0646\\u062f\\u06cc \\u0648 \\u0628\\u0627\\u0632\\u06cc \\u0647\\u0627\\u06cc \\u0634\\u0631\\u0637\\u06cc \\u0622\\u0646\\u0644\\u0627\\u06cc\\u0646 \\u0627\\u0633\\u062a. \\u06a9\\u0627\\u0631\\u0628\\u0631\\u0627\\u0646 \\u0645\\u06cc \\u062a\\u0648\\u0627\\u0646\\u0646\\u062f \\u0628\\u0647 \\u0633\\u0627\\u062f\\u06af\\u06cc \\u0648 \\u0631\\u0627\\u062d\\u062a\\u06cc \\u062e\\u0627\\u0637\\u0631 \\u062a\\u062c\\u0631\\u0628\\u0647 \\u0634\\u0631\\u0637 \\u0628\\u0646\\u062f\\u06cc \\u06a9\\u0646\\u0646\\u062f \\u0648 \\u062f\\u0631 \\u0639\\u06cc\\u0646 \\u062d\\u0627\\u0644 \\u0627\\u0632 \\u0627\\u0645\\u0646\\u06cc\\u062a \\u0648 \\u0631\\u0627\\u062d\\u062a\\u06cc \\u062f\\u0631 \\u062f\\u0633\\u062a\\u0631\\u0633\\u06cc \\u0628\\u0647 \\u0627\\u0637\\u0644\\u0627\\u0639\\u0627\\u062a \\u0648 \\u0646\\u062a\\u0627\\u06cc\\u062c \\u0644\\u0630\\u062a \\u0628\\u0628\\u0631\\u0646\\u062f.\",\"title_size\":\"p\",\"primary_color\":\"#287F45\",\"secondary_color\":\"#FFFFFF\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"IranSans\",\"title_typography_font_weight\":\"600\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"IranSans\",\"description_typography_font_weight\":\"400\",\"_animation\":\"none\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"ec1ea72\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"6c3222d9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/balls-footbal-svgrepo-com.svg\",\"id\":99},\"library\":\"svg\"},\"view\":\"framed\",\"title_text\":\"\\u067e\\u06cc\\u0634 \\u0628\\u06cc\\u0646\\u06cc \\u0631\\u0634\\u062a\\u0647 \\u0647\\u0627\\u06cc \\u0648\\u0631\\u0632\\u0634\\u06cc \\u062f\\u0631 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\",\"description_text\":\"\\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0627\\u0645\\u06a9\\u0627\\u0646 \\u0634\\u0631\\u0637 \\u0628\\u0646\\u062f\\u06cc \\u0628\\u0631 \\u0631\\u0648\\u06cc \\u0631\\u0634\\u062a\\u0647\\u200c\\u0647\\u0627\\u06cc \\u0648\\u0631\\u0632\\u0634\\u06cc \\u0645\\u062a\\u0646\\u0648\\u0639\\u06cc \\u0631\\u0627 \\u0628\\u0647 \\u06a9\\u0627\\u0631\\u0628\\u0631\\u0627\\u0646 \\u062e\\u0648\\u062f \\u0641\\u0631\\u0627\\u0647\\u0645 \\u0645\\u06cc\\u200c\\u06a9\\u0646\\u062f. \\u06cc\\u06a9\\u06cc \\u0627\\u0632 \\u0645\\u062d\\u0628\\u0648\\u0628\\u200c\\u062a\\u0631\\u06cc\\u0646 \\u0631\\u0634\\u062a\\u0647\\u200c\\u0647\\u0627\\u06cc \\u0648\\u0631\\u0632\\u0634\\u06cc \\u062f\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0641\\u0648\\u062a\\u0628\\u0627\\u0644 \\u0627\\u0633\\u062a. \\u0641\\u0648\\u062a\\u0628\\u0627\\u0644 \\u06cc\\u06a9\\u06cc \\u0627\\u0632 \\u067e\\u0631\\u0637\\u0631\\u0641\\u062f\\u0627\\u0631\\u062a\\u0631\\u06cc\\u0646 \\u0648 \\u0645\\u0647\\u0645\\u062a\\u0631\\u06cc\\u0646 \\u0648\\u0631\\u0632\\u0634\\u200c\\u0647\\u0627\\u06cc \\u062c\\u0647\\u0627\\u0646 \\u0645\\u06cc \\u0628\\u0627\\u0634\\u062f.\",\"title_size\":\"p\",\"primary_color\":\"#287F45\",\"secondary_color\":\"#FFFFFF\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"IranSans\",\"title_typography_font_weight\":\"600\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"IranSans\",\"description_typography_font_weight\":\"400\",\"_animation\":\"none\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"193587b5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"6ae2f5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"7a496494\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0627\\u0639\\u062a\\u0628\\u0627\\u0631 \\u0633\\u0627\\u06cc\\u062a\",\"percent\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#287F45\",\"bar_bg_color\":\"#FFFFFF\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"600\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"bar_inner_typography_font_weight\":\"bold\",\"_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"24109452\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"17d4f4aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0627\\u0645\\u0646\\u06cc\\u062a \\u0633\\u0627\\u06cc\\u062a\",\"percent\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#287F45\",\"bar_bg_color\":\"#FFFFFF\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_family\":\"iransans\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"600\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"bar_inner_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false},{\"id\":\"3fb7f540\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"521945ba\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u067e\\u0634\\u062a\\u06cc\\u0628\\u0627\\u0646\\u06cc\",\"percent\":{\"unit\":\"%\",\"size\":99,\"sizes\":[]},\"inner_text\":\"\",\"bar_color\":\"#287F45\",\"bar_bg_color\":\"#FFFFFF\",\"bar_inline_color\":\"#FFFFFF\",\"bar_inner_typography_typography\":\"custom\",\"bar_inner_typography_font_family\":\"iransans\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"600\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"bar_inner_typography_font_weight\":\"bold\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"558b922d\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"67e8e3b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"7e8e9f56\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f betforward\",\"link\":{\"url\":\"https:\\/\\/forwardbet.casino\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"iransans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":63,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_animation\":\"none\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-10,\"vertical\":-5,\"blur\":29,\"color\":\"#55FF00\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8e4c00a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"9d0fd2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f-\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646-\\u0628\\u062a-\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f-BetForward-Vpn-\\u0627\\u0646\\u062f\\u0631\\u0648\\u06cc\\u062f.jpg\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4881f56\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"abb7363\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">\\u0628\\u0631\\u0627\\u06cc \\u067e\\u06cc\\u062f\\u0627 \\u06a9\\u0631\\u062f\\u0646 \\u062c\\u062f\\u06cc\\u062f \\u062a\\u0631\\u06cc\\u0646 \\u0622\\u062f\\u0631\\u0633 <strong><span style=\\\"color: #287f45;\\\"><a style=\\\"color: #287f45;\\\" href=\\\"https:\\/\\/forwardbet.casino\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u062f\\u0648\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646<\\/a><\\/span><\\/strong>\\u00a0\\u0645\\u06cc \\u062a\\u0648\\u0627\\u0646\\u06cc\\u062f \\u0628\\u0631 \\u0631\\u0648\\u06cc \\u0622\\u062f\\u0631\\u0633\\u06cc \\u06a9\\u0647 \\u062f\\u0631 \\u0627\\u0646\\u062a\\u0647\\u0627 \\u0647\\u0645\\u06cc\\u0646 \\u0645\\u0642\\u0627\\u0644\\u0647 \\u0628\\u0631\\u0627\\u06cc\\u062a\\u0627\\u0646 \\u0628\\u0647 \\u0627\\u0634\\u062a\\u0631\\u0627\\u06a9 \\u06af\\u0630\\u0627\\u0634\\u062a\\u0647 \\u0627\\u06cc\\u0645 \\u06a9\\u0644\\u06cc\\u06a9 \\u06a9\\u0631\\u062f\\u0647 \\u0648 \\u06cc\\u0627 \\u0627\\u0632 \\u0637\\u0631\\u06cc\\u0642 \\u0633\\u0631\\u0686 \\u06a9\\u0631\\u062f\\u0646 \\u062f\\u0631 \\u06af\\u0648\\u06af\\u0644 \\u0628\\u0647 \\u0622\\u0646 \\u062f\\u0633\\u062a\\u0631\\u0633\\u06cc \\u067e\\u06cc\\u062f\\u0627 \\u06a9\\u0646\\u06cc\\u062f. \\u0622\\u062f\\u0631\\u0633 \\u062c\\u062f\\u06cc\\u062f \\u0627\\u06cc\\u0646 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062f\\u0648\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631 \\u0645\\u06cc \\u0628\\u0627\\u0634\\u062f \\u0648 \\u0645\\u06cc \\u062a\\u0648\\u0627\\u0646\\u06cc\\u062f \\u0628\\u0627 \\u0633\\u0631\\u0639\\u062a \\u0628\\u0633\\u06cc\\u0627\\u0631 \\u0628\\u06cc\\u0634\\u062a\\u0631\\u06cc \\u0648\\u0627\\u0631\\u062f \\u0622\\u0646 \\u0634\\u062f\\u0647 \\u0648 \\u0627\\u0632 \\u062a\\u0645\\u0627\\u0645\\u06cc \\u0628\\u062e\\u0634 \\u0647\\u0627\\u06cc\\u0634 \\u0628\\u0647 \\u0631\\u0627\\u062d\\u062a \\u062a\\u0631\\u06cc\\u0646 \\u0634\\u06a9\\u0644 \\u0627\\u0633\\u062a\\u0641\\u0627\\u062f\\u0647 \\u06a9\\u0646\\u06cc\\u062f. \\u0641\\u06cc\\u0644\\u062a\\u0631 \\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0631\\u0627 \\u0646\\u06cc\\u0632 \\u0645\\u06cc\\u062a\\u0648\\u0627\\u0646\\u06cc\\u062f \\u0627\\u0632 \\u0637\\u0631\\u06cc\\u0642 \\u0686\\u0646\\u0644 \\u062a\\u0644\\u06af\\u0631\\u0627\\u0645\\u06cc \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0646\\u06cc\\u0632 \\u062f\\u0631\\u06cc\\u0627\\u0641\\u062a \\u0646\\u0645\\u0627\\u06cc\\u06cc\\u062f. \\u0648 \\u0628\\u0627 \\u062e\\u06cc\\u0627\\u0644 \\u0622\\u0633\\u0648\\u062f\\u0647 \\u0648 \\u0628\\u0627 \\u0628\\u06cc\\u0634\\u062a\\u0631\\u06cc\\u0646 \\u0633\\u0631\\u0639\\u062a \\u0645\\u06cc\\u0632\\u0627\\u0646 \\u0627\\u06cc\\u0646\\u062a\\u0631\\u0646\\u062a\\u06cc \\u0628\\u0647 \\u0641\\u0639\\u0627\\u0644\\u06cc\\u062a \\u0647\\u06cc\\u062c\\u0627\\u0646 \\u0627\\u0646\\u06af\\u06cc\\u0632 \\u062e\\u0648\\u062f \\u0627\\u062f\\u0627\\u0645\\u0647 \\u062f\\u0647\\u06cc\\u062f.<\\/span><\\/p><h2><strong><span style=\\\"font-size: 18pt;\\\">\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f<\\/span><\\/strong><\\/h2><p><img class=\\\"aligncenter wp-image-103 size-full\\\" title=\\\"\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\\\" src=\\\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646-\\u0628\\u062a-\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f.jpg\\\" alt=\\\"\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\\\" width=\\\"1000\\\" height=\\\"500\\\" \\/><\\/p><p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">\\u0647\\u0645\\u0647 \\u0631\\u0648\\u0632\\u0647 \\u06a9\\u0627\\u0631\\u0628\\u0631\\u0627\\u0646 \\u0628\\u0633\\u06cc\\u0627\\u0631 \\u0632\\u06cc\\u0627\\u062f\\u06cc \\u0648\\u0627\\u0631\\u062f \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0645\\u06cc \\u0634\\u0648\\u0646\\u062f \\u06a9\\u0647 \\u0628\\u062f\\u0648\\u0646 \\u0627\\u0633\\u062a\\u0641\\u0627\\u062f\\u0647 \\u0627\\u0632 \\u0641\\u06cc\\u0644\\u062a\\u0631 \\u0634\\u06a9\\u0646 \\u0628\\u0647 \\u0628\\u0627\\u0632\\u06cc \\u067e\\u0631\\u062f\\u0627\\u062e\\u062a\\u0647 \\u0648 \\u062f\\u0631 \\u0628\\u0627\\u0632\\u06cc \\u0647\\u0627\\u06cc\\u06cc \\u0647\\u0645\\u0686\\u0648\\u0646 \\u0627\\u0646\\u0641\\u062c\\u0627\\u0631 \\u0634\\u0627\\u0647\\u062f \\u0628\\u0647 \\u062f\\u0633\\u062a \\u0622\\u0648\\u0631\\u062f\\u0646 \\u0645\\u0628\\u0627\\u0644\\u063a \\u0628\\u0633\\u06cc\\u0627\\u0631 \\u0628\\u0627\\u0644\\u0627\\u06cc\\u06cc \\u062a\\u0648\\u0633\\u0637 \\u06a9\\u0627\\u0631\\u0628\\u0631\\u0627\\u0646 \\u06a9\\u0627\\u0631\\u06a9\\u0634\\u062a\\u0647 \\u0645\\u06cc \\u0634\\u0648\\u06cc\\u0645 \\u0648 \\u0627\\u06cc\\u0646 \\u0645\\u0648\\u0636\\u0648\\u0639 \\u0645\\u06cc \\u062a\\u0648\\u0627\\u0646\\u06cc\\u062f \\u0628\\u0647 \\u062f\\u0644\\u06cc\\u0644 \\u0646\\u06cc\\u0627\\u0632 \\u0646\\u062f\\u0627\\u0634\\u062a\\u0646 \\u0627\\u06cc\\u0646 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u0647 \\u0641\\u06cc\\u0644\\u062a\\u0631 \\u0634\\u06a9\\u0646 \\u0628\\u0627\\u0634\\u062f.<\\/span><\\/p><h2><span style=\\\"font-size: 18pt;\\\"><strong>\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f<\\/strong><\\/span><\\/h2><p><img class=\\\"aligncenter wp-image-108 size-full\\\" title=\\\"\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\\\" src=\\\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f-\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646-\\u0628\\u062a-\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f.jpg\\\" alt=\\\"\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\\\" width=\\\"1000\\\" height=\\\"500\\\" \\/><\\/p><p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">\\u0628\\u0631\\u0627\\u06cc \\u0648\\u0631\\u0648\\u062f \\u0631\\u0627\\u062d\\u062a \\u0628\\u0647 \\u0648\\u0628 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0648 \\u062c\\u0644\\u0648\\u06af\\u06cc\\u0631\\u06cc \\u0627\\u0632 \\u0645\\u0634\\u06a9\\u0644\\u0627\\u062a \\u0627\\u062d\\u062a\\u0645\\u0627\\u0644\\u06cc\\u060c \\u0627\\u0633\\u062a\\u0641\\u0627\\u062f\\u0647 \\u0627\\u0632 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0627\\u062e\\u062a\\u0635\\u0627\\u0635\\u06cc \\u0627\\u06cc\\u0646 \\u0648\\u0628 \\u0633\\u0627\\u06cc\\u062a \\u062a\\u0648\\u0635\\u06cc\\u0647 \\u0645\\u06cc\\u200c \\u0634\\u0648\\u062f. \\u0627\\u06cc\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u06a9\\u0647 \\u0628\\u0647 \\u0634\\u06a9\\u0644 \\u0648\\u06cc\\u0698\\u0647 \\u0628\\u0631\\u0627\\u06cc \\u0631\\u0627\\u062d\\u062a\\u06cc \\u06a9\\u0627\\u0631\\u0628\\u0631\\u0627\\u0646\\u06cc \\u06a9\\u0647 \\u0642\\u0635\\u062f \\u0634\\u0631\\u0637 \\u0628\\u0646\\u062f\\u06cc \\u062f\\u0631 \\u0627\\u06cc\\u0646 \\u067e\\u0644\\u062a\\u0641\\u0631\\u0645 \\u0631\\u0627 \\u062f\\u0627\\u0631\\u0646\\u062f \\u0637\\u0631\\u0627\\u062d\\u06cc \\u0634\\u062f\\u0647\\u060c \\u0628\\u0647 \\u0634\\u0645\\u0627 \\u0627\\u0645\\u06a9\\u0627\\u0646 \\u0645\\u06cc\\u200c \\u062f\\u0647\\u062f \\u0628\\u0647 \\u0631\\u0627\\u062d\\u062a\\u06cc \\u0648 \\u0628\\u062f\\u0648\\u0646 \\u0645\\u0648\\u0627\\u062c\\u0647 \\u0634\\u062f\\u0646 \\u0628\\u0627 \\u0645\\u062d\\u062f\\u0648\\u062f\\u06cc\\u062a\\u200c \\u0647\\u0627\\u06cc \\u0627\\u062d\\u062a\\u0645\\u0627\\u0644\\u06cc \\u0628\\u0647 \\u0627\\u0645\\u06a9\\u0627\\u0646\\u0627\\u062a \\u06a9\\u0627\\u0645\\u0644 \\u0633\\u0627\\u06cc\\u062a \\u062f\\u0633\\u062a\\u0631\\u0633\\u06cc \\u067e\\u06cc\\u062f\\u0627 \\u06a9\\u0646\\u06cc\\u062f. \\u0648 \\u0628\\u0627 \\u0686\\u0646\\u062f \\u06a9\\u06cc\\u0644\\u06cc\\u06a9 \\u0633\\u0627\\u062f\\u0647 \\u0634\\u0645\\u0627 \\u0639\\u0632\\u06cc\\u0632\\u0627\\u0646 \\u0645\\u06cc\\u062a\\u0648\\u0627\\u0646\\u06cc\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631 \\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0631\\u0627 \\u0631\\u0648\\u06cc \\u0633\\u06cc\\u062a\\u0645 \\u062e\\u0648\\u062f \\u062f\\u0627\\u0634\\u062a\\u0647 \\u0628\\u0627\\u0634\\u06cc\\u062f.<\\/span><\\/p><h2><span style=\\\"font-size: 18pt;\\\"><strong>\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u0631\\u0627\\u06cc \\u0627\\u0646\\u062f\\u0631\\u0648\\u06cc\\u062f<\\/strong><\\/span><\\/h2><p><img class=\\\"aligncenter wp-image-109 size-full\\\" title=\\\"\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u0631\\u0627\\u06cc \\u0627\\u0646\\u062f\\u0631\\u0648\\u06cc\\u062f\\\" src=\\\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f-\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646-\\u0628\\u062a-\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f-\\u0628\\u0631\\u0627\\u06cc-\\u0627\\u0646\\u062f\\u0631\\u0648\\u06cc\\u062f.jpg\\\" alt=\\\"\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u0631\\u0627\\u06cc \\u0627\\u0646\\u062f\\u0631\\u0648\\u06cc\\u062f\\\" width=\\\"1000\\\" height=\\\"500\\\" \\/><\\/p><p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">\\u0627\\u067e \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0647\\u0645 \\u0628\\u0631\\u0627\\u06cc \\u0622\\u06cc \\u0627\\u0648 \\u0627\\u0633 \\u0648 \\u0646\\u06cc\\u0632 \\u0627\\u0646\\u062f\\u0631\\u0648\\u06cc\\u062f \\u0637\\u0631\\u0627\\u062d\\u06cc \\u0634\\u062f\\u0647 \\u0627\\u0633\\u062a \\u0627\\u06cc\\u0646 \\u0627\\u067e\\u0644\\u06cc\\u06a9\\u06cc\\u0634\\u0646 \\u0628\\u0627 \\u0641\\u0636\\u0627\\u06cc \\u0633\\u0627\\u062f\\u0647 \\u0648 \\u0632\\u06cc\\u0628\\u0627 \\u0627\\u06cc\\u0646 \\u0627\\u062e\\u062a\\u06cc\\u0627\\u0631 \\u0631\\u0627 \\u0628\\u0647 \\u06a9\\u0627\\u0631\\u0628\\u0631\\u0627\\u0646 \\u0645\\u06cc\\u062f\\u0647\\u062f \\u06a9\\u0647 \\u0647\\u0631 \\u0632\\u0645\\u0627\\u0646 \\u06a9\\u0647 \\u0645\\u0627\\u06cc\\u0644 \\u0628\\u0627\\u0634\\u0646\\u062f \\u06a9\\u0633\\u0628 \\u062f\\u0631\\u0622\\u0645\\u062f\\u06cc \\u0628\\u062f\\u0633\\u062a \\u0628\\u06cc\\u0627\\u0648\\u0631\\u0646\\u062f \\u0628\\u062f\\u0648\\u0646 \\u062f\\u0631 \\u0646\\u0638\\u0631 \\u06af\\u0631\\u0641\\u062a\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u06cc\\u0646\\u06af \\u0633\\u0627\\u06cc\\u062a \\u0647\\u0627\\u06cc \\u0634\\u0631\\u0637\\u0628\\u0646\\u062f\\u06cc \\u062f\\u0631 \\u0647\\u0631 \\u0632\\u0645\\u0627\\u0646 \\u0627\\u0632 \\u0631\\u0648\\u0632 \\u0628\\u0647 \\u06af\\u0648\\u0634\\u06cc \\u062e\\u0648\\u062f \\u0633\\u0631 \\u0632\\u062f\\u0647 \\u0648 \\u0628\\u0627 \\u0631\\u0641\\u062a\\u0646 \\u0628\\u0647 App \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0647\\u0645 \\u0634\\u0631\\u0637\\u0628\\u0646\\u062f\\u06cc \\u0648 \\u067e\\u06cc\\u0634 \\u0628\\u06cc\\u0646\\u06cc \\u0645\\u06cc\\u06a9\\u0646\\u0646\\u062f \\u0648 \\u0646\\u06cc\\u0632 \\u0627\\u0632 \\u062a\\u0645\\u0627\\u0645\\u06cc \\u0627\\u062a\\u0641\\u0627\\u0642\\u0627\\u062a \\u0648 \\u0627\\u062e\\u0628\\u0627\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0645\\u062a\\u0648\\u062c\\u0647 \\u0645\\u06cc\\u0634\\u0648\\u0646\\u062f.<\\/span><\\/p><h2><span style=\\\"font-size: 18pt;\\\"><strong>\\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u0627 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646<\\/strong><\\/span><\\/h2><p><img class=\\\"aligncenter wp-image-110 size-full\\\" title=\\\"\\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u0627 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646\\\" src=\\\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u0633\\u0627\\u06cc\\u062a-\\u0628\\u062a-\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f-\\u0628\\u0627-\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646.jpg\\\" alt=\\\"\\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u0627 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646\\\" width=\\\"1000\\\" height=\\\"500\\\" \\/><\\/p><p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">\\u0633\\u0627\\u06cc\\u062a \\u0634\\u0631\\u0637 \\u0628\\u0646\\u062f\\u06cc \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f BetForward \\u0647\\u0645\\u0648\\u0627\\u0631\\u0647 \\u0633\\u0639\\u06cc \\u062e\\u0648\\u062f \\u0631\\u0627 \\u06a9\\u0631\\u062f\\u0647 \\u0627\\u0633\\u062a \\u06a9\\u0647 \\u06a9\\u0627\\u0631\\u0628\\u0631\\u0627\\u0646 \\u0627\\u06cc\\u0646 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u0627 \\u062e\\u06cc\\u0627\\u0644 \\u0631\\u0627\\u062d\\u062a \\u0648\\u0627\\u0631\\u062f \\u0633\\u0627\\u06cc\\u062a \\u0634\\u062f\\u0647 \\u0648 \\u0628\\u0627\\u0632\\u06cc \\u06a9\\u0646\\u0646\\u062f \\u0648\\u0644\\u06cc \\u0628\\u0639\\u062f \\u06cc\\u06a9 \\u0633\\u0631\\u06cc \\u0627\\u0632 \\u0645\\u0634\\u06a9\\u0644\\u0627\\u062a \\u0633\\u0627\\u06cc\\u062a \\u062f\\u0686\\u0627\\u0631 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u06cc\\u0646\\u06af \\u0634\\u062f \\u0648 \\u0628\\u0631\\u0627\\u06cc \\u0627\\u06cc\\u0646\\u06a9\\u0647 \\u06a9\\u0633\\u0627\\u0646\\u06cc \\u06a9\\u0647 \\u062f\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0641\\u0639\\u0627\\u0644\\u06cc\\u062a \\u0645\\u06cc \\u06a9\\u0646\\u0646\\u062f \\u0628\\u062a\\u0648\\u0627\\u0646\\u0646\\u062f \\u0648\\u0627\\u0631\\u062f \\u0633\\u0627\\u06cc\\u062a \\u0634\\u0648\\u0646\\u062f \\u0628\\u0631\\u0627\\u06cc \\u06a9\\u0627\\u0631\\u0628\\u0631\\u0627\\u0646 \\u0633\\u0627\\u06cc\\u062a \\u06cc\\u06a9 \\u0641\\u06cc\\u0644\\u062a\\u0631 \\u0634\\u06a9\\u0646 \\u0631\\u0627 \\u0637\\u0631\\u0627\\u062d\\u06cc \\u06a9\\u0631\\u062f.<\\/span><\\/p><h2><span style=\\\"font-size: 18pt;\\\"><strong>\\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646<\\/strong><\\/span><\\/h2><p><img class=\\\"aligncenter wp-image-111 size-full\\\" title=\\\"\\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646\\\" src=\\\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u0628\\u062a-\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f-\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646.jpg\\\" alt=\\\"\\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646\\\" width=\\\"1000\\\" height=\\\"500\\\" \\/><\\/p><p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">\\u0647\\u0645\\u0627\\u0646\\u0637\\u0648\\u0631 \\u06a9\\u0647 \\u062f\\u0631 \\u0645\\u0637\\u0644\\u0628 \\u0628\\u0627\\u0644\\u0627 \\u06af\\u0641\\u062a\\u06cc\\u0645 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f BetForward \\u062a\\u0645\\u0627\\u0645 \\u0633\\u0639\\u06cc \\u062e\\u0648\\u062f \\u0631\\u0627 \\u0645\\u06cc \\u06a9\\u0646\\u062f \\u06a9\\u0647 \\u0628\\u0647\\u062a\\u0631\\u06cc\\u0646 \\u062e\\u062f\\u0645\\u0627\\u062a \\u0631\\u0627 \\u0628\\u0631\\u0627\\u06cc \\u06a9\\u0627\\u0631\\u0628\\u0631\\u0627\\u0646 \\u0633\\u0627\\u06cc\\u062a \\u062e\\u0648\\u062f \\u0645\\u0647\\u06cc\\u0627 \\u06a9\\u0646\\u062f. \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u0633\\u06cc\\u0627\\u0631 \\u0642\\u0648\\u06cc \\u0648 \\u0628\\u0627 \\u0627\\u0645\\u06a9\\u0627\\u0646\\u0627\\u062a \\u0631\\u0648\\u0632 VPN \\u0647\\u0627\\u06cc \\u062f\\u0631 \\u062f\\u0633\\u062a\\u0631\\u0633 \\u0637\\u0631\\u0627\\u062d\\u06cc \\u0648 \\u0639\\u0631\\u0636\\u0647 \\u0634\\u062f\\u0647 \\u0627\\u0633\\u062a. \\u0628\\u0631\\u0627\\u06cc \\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0627\\u06cc\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631 \\u0634\\u06a9\\u0646 \\u0645\\u06cc \\u062a\\u0648\\u0627\\u0646\\u06cc\\u062f \\u0627\\u0632 \\u0644\\u06cc\\u0646\\u06a9 \\u0647\\u0627\\u06cc \\u062f\\u0627\\u062e\\u0644 \\u067e\\u0633\\u062a \\u0627\\u0642\\u062f\\u0627\\u0645 \\u06a9\\u0646\\u06cc\\u062f \\u06cc\\u0627 \\u0627\\u06cc\\u0646\\u06a9\\u0647 \\u0645\\u06cc \\u062a\\u0648\\u0627\\u0646\\u06cc\\u062f \\u062f\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0627\\u0635\\u0644\\u06cc \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0627\\u06cc\\u0646 \\u06a9\\u0627\\u0631 \\u0631\\u0627 \\u0628\\u06a9\\u0646\\u06cc\\u062f.<\\/span><\\/p><p>https:\\/\\/youtu.be\\/bycoIbuG2-Y?si=GIyf8rWYFe5UOYop<\\/p><h2>\\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u062f\\u0648\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646<\\/h2><p><img class=\\\"aligncenter wp-image-112 size-full\\\" title=\\\"\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\\\" src=\\\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646-\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f.jpg\\\" alt=\\\"\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\\\" width=\\\"1000\\\" height=\\\"500\\\" \\/><\\/p><p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"color: #339966;\\\">\\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u062f\\u0648\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646<\\/span><\\/strong> \\u0628\\u0631\\u0627\\u06cc \\u0648\\u0631\\u0648\\u062f \\u0628\\u0647 \\u0633\\u0627\\u06cc\\u062a \\u0634\\u0631\\u0637 \\u0628\\u0646\\u062f\\u06cc \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0645\\u06cc \\u062a\\u0648\\u0627\\u0646\\u06cc\\u062f \\u0627\\u0632 \\u0644\\u06cc\\u0646\\u06a9 \\u0647\\u0627\\u06cc \\u0628\\u062f\\u0648\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0634\\u0631\\u0637 \\u0628\\u0646\\u062f\\u06cc \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u06a9\\u0647 \\u062f\\u0631 \\u0627\\u06cc\\u0646 \\u067e\\u0633\\u062a \\u0628\\u0631\\u0627\\u06cc \\u0634\\u0645\\u0627 \\u06af\\u0630\\u0627\\u0634\\u062a\\u0647 \\u0627\\u06cc\\u0645 \\u0627\\u0633\\u062a\\u0641\\u0627\\u062f\\u0647 \\u06a9\\u0646\\u06cc\\u062f \\u06cc\\u0627 \\u0627\\u06af\\u0631 \\u0646\\u0645\\u06cc \\u062e\\u0648\\u0627\\u0647\\u06cc\\u062f \\u0627\\u0632 \\u0627\\u06cc\\u0646 \\u0644\\u06cc\\u0646\\u06a9 \\u0647\\u0627 \\u0627\\u0633\\u062a\\u0641\\u0627\\u062f\\u0647 \\u06a9\\u0646\\u06cc\\u062f \\u0628\\u0627\\u06cc\\u062f \\u0627\\u0632 \\u0628\\u0627\\u06cc\\u062f \\u0627\\u0632 \\u0648\\u06cc \\u067e\\u06cc \\u0627\\u0646 \\u0647\\u0627\\u06cc\\u06cc \\u0627\\u0633\\u062a\\u0641\\u0627\\u062f\\u0647 \\u06a9\\u0646\\u06cc\\u062f \\u06a9\\u0647 \\u0622\\u06cc \\u067e\\u06cc \\u0647\\u0627\\u06cc\\u0647 \\u0628\\u062d\\u0631\\u06cc\\u0646\\u060c \\u06a9\\u0627\\u0646\\u0627\\u062f\\u0627\\u060c \\u062a\\u0631\\u06a9\\u06cc\\u0647\\u060c \\u0631\\u0648\\u0633\\u06cc\\u0647 \\u0631\\u0627 \\u067e\\u0634\\u062a\\u06cc\\u0628\\u0627\\u0646\\u06cc \\u06a9\\u0646\\u0646\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0647\\u0627\\u06cc\\u06cc \\u06a9\\u0647 \\u0627\\u0632 \\u0627\\u06cc\\u0646 \\u0622\\u06cc \\u067e\\u06cc \\u0647\\u0627 \\u067e\\u0634\\u062a\\u06cc\\u0628\\u0627\\u0646\\u06cc \\u0645\\u06cc \\u06a9\\u0646\\u0646\\u062f \\u0639\\u0628\\u0627\\u0631\\u062a\\u0646\\u062f \\u0627\\u0632 :<\\/span><br \\/><span style=\\\"font-size: 14pt;\\\">Xvpn<\\/span><br \\/><span style=\\\"font-size: 14pt;\\\">Nordvpn<\\/span><br \\/><span style=\\\"font-size: 14pt;\\\">Expressvpn<\\/span><\\/p><h2><span style=\\\"font-size: 18pt;\\\"><strong>\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u0631\\u0627\\u06cc \\u0627\\u0646\\u062f\\u0631\\u0648\\u06cc\\u062f<\\/strong><\\/span><\\/h2><p><img class=\\\"aligncenter wp-image-113 size-full\\\" title=\\\"\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u0631\\u0627\\u06cc \\u0627\\u0646\\u062f\\u0631\\u0648\\u06cc\\u062f\\\" src=\\\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646-\\u0628\\u062a-\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f-\\u0628\\u0631\\u0627\\u06cc-\\u0627\\u0646\\u062f\\u0631\\u0648\\u06cc\\u062f.jpg\\\" alt=\\\"\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u0631\\u0627\\u06cc \\u0627\\u0646\\u062f\\u0631\\u0648\\u06cc\\u062f\\\" width=\\\"1000\\\" height=\\\"500\\\" \\/><\\/p><p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">\\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u06cc\\u06a9\\u06cc \\u0627\\u0632 \\u0633\\u0627\\u06cc\\u062a\\u200c\\u0647\\u0627\\u06cc \\u067e\\u06cc\\u0634\\u200c\\u0628\\u06cc\\u0646\\u06cc \\u0648 \\u0634\\u0631\\u0637\\u200c\\u0628\\u0646\\u062f\\u06cc \\u0648\\u0631\\u0632\\u0634\\u06cc \\u0645\\u0639\\u062a\\u0628\\u0631 \\u062f\\u0631 \\u062f\\u0627\\u062e\\u0644 \\u06a9\\u0634\\u0648\\u0631 \\u0645\\u06cc\\u200c\\u0628\\u0627\\u0634\\u062f \\u0628\\u0627 \\u0641\\u06cc\\u0644\\u062a\\u0632 \\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u0631\\u0627\\u06cc \\u0627\\u0646\\u062f\\u0631\\u0648\\u06cc\\u062f \\u0634\\u0645\\u0627 \\u0645\\u06cc \\u062a\\u0648\\u0627\\u0646\\u06cc\\u062f \\u062f\\u0631 \\u06a9\\u0648\\u062a\\u0627\\u0647 \\u062a\\u0631\\u06cc\\u0646 \\u0632\\u0645\\u0627\\u0646 \\u0645\\u0645\\u06a9\\u0646 \\u0648\\u0627\\u0631\\u062f \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0634\\u0648\\u06cc\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0647\\u0645\\u0686\\u0646\\u06cc\\u0646 \\u0627\\u0645\\u06a9\\u0627\\u0646 \\u0628\\u0631\\u0642\\u0631\\u0627\\u0631\\u06cc \\u0627\\u0631\\u062a\\u0628\\u0627\\u0637\\u0627\\u062a \\u0627\\u0645\\u0646 \\u0631\\u0627 \\u0628\\u0631\\u0627\\u06cc \\u06a9\\u0627\\u0631\\u0628\\u0631\\u0627\\u0646 \\u0641\\u0631\\u0627\\u0647\\u0645 \\u0645\\u06cc \\u06a9\\u0646\\u062f. \\u0628\\u0627 \\u0627\\u0633\\u062a\\u0641\\u0627\\u062f\\u0647 \\u0627\\u0632 \\u0627\\u06cc\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646\\u060c \\u062a\\u0645\\u0627\\u0645 \\u0627\\u0637\\u0644\\u0627\\u0639\\u0627\\u062a \\u0648 \\u062f\\u0627\\u062f\\u0647 \\u0647\\u0627\\u06cc \\u0634\\u0645\\u0627 \\u0628\\u0647 \\u0635\\u0648\\u0631\\u062a \\u0631\\u0645\\u0632\\u06af\\u0630\\u0627\\u0631\\u06cc \\u0634\\u062f\\u0647 \\u0627\\u0631\\u0633\\u0627\\u0644 \\u0645\\u06cc \\u0634\\u0648\\u062f.<\\/span><\\/p><h2><span style=\\\"font-size: 18pt;\\\"><strong>\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 betforward<\\/strong><\\/span><\\/h2><p><img class=\\\"aligncenter wp-image-114 size-full\\\" title=\\\"\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 betforward\\\" src=\\\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646-betforward.jpg\\\" alt=\\\"\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 betforward\\\" width=\\\"1000\\\" height=\\\"500\\\" \\/><\\/p><p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\">\\u06cc\\u06a9\\u06cc \\u0627\\u0632 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646\\u200c\\u0647\\u0627\\u06cc \\u0645\\u0648\\u062c\\u0648\\u062f \\u0628\\u0627 \\u0646\\u0627\\u0645 forward \\u0627\\u0633\\u062a. forward \\u06cc\\u06a9 \\u0627\\u0628\\u0632\\u0627\\u0631 \\u0642\\u062f\\u0631\\u062a\\u0645\\u0646\\u062f \\u0627\\u0633\\u062a \\u06a9\\u0647 \\u0628\\u0647 \\u06a9\\u0627\\u0631\\u0628\\u0631\\u0627\\u0646 \\u0627\\u0645\\u06a9\\u0627\\u0646 \\u0645\\u06cc\\u200c\\u062f\\u0647\\u062f \\u062a\\u0627 \\u0628\\u0647 \\u0633\\u0627\\u06cc\\u062a\\u200c\\u0647\\u0627\\u06cc \\u0645\\u0633\\u062f\\u0648\\u062f \\u0634\\u062f\\u0647 \\u062f\\u0633\\u062a\\u0631\\u0633\\u06cc \\u067e\\u06cc\\u062f\\u0627 \\u06a9\\u0646\\u0646\\u062f. \\u0627\\u0632 \\u062c\\u0645\\u0644\\u0647 \\u0633\\u0627\\u06cc\\u062a \\u0634\\u0631\\u0637 \\u0628\\u0646\\u062f\\u06cc \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0642\\u062f\\u0631\\u062a\\u0645\\u0646\\u062f forward \\u0642\\u0627\\u0628\\u0644\\u06cc\\u062a\\u200c\\u0647\\u0627\\u06cc\\u06cc \\u0645\\u0627\\u0646\\u0646\\u062f \\u0645\\u062e\\u0641\\u06cc \\u06a9\\u0631\\u062f\\u0646 \\u0622\\u06cc\\u200c\\u067e\\u06cc\\u060c \\u0631\\u0645\\u0632\\u0646\\u06af\\u0627\\u0631\\u06cc \\u0627\\u0637\\u0644\\u0627\\u0639\\u0627\\u062a \\u0648 \\u0627\\u062e\\u062a\\u0635\\u0627\\u0635 \\u0622\\u06cc\\u200c\\u067e\\u06cc \\u0645\\u0646\\u062d\\u0635\\u0631 \\u0628\\u0647 \\u0641\\u0631\\u062f \\u0628\\u0647 \\u06a9\\u0627\\u0631\\u0628\\u0631\\u0627\\u0646 \\u0627\\u0631\\u0627\\u0626\\u0647 \\u0645\\u06cc\\u200c\\u062f\\u0647\\u062f. \\u0648 \\u0634\\u0645\\u0627 \\u0628\\u0627 \\u062e\\u06cc\\u0627\\u0644\\u06cc \\u0622\\u0633\\u0648\\u062f\\u0647 \\u062f\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0628\\u0647 \\u0641\\u0639\\u0627\\u0644\\u06cc\\u062a \\u062e\\u0648\\u062f \\u0627\\u062f\\u0627\\u0645\\u0647 \\u062f\\u0647\\u06cc\\u062f \\u0648 \\u0627\\u0632 \\u062a\\u0645\\u0627\\u0645\\u06cc \\u0622\\u06cc\\u062a\\u0645 \\u0647\\u0627\\u06cc \\u0627\\u06cc\\u0646 \\u0633\\u0627\\u06cc\\u062a \\u0644\\u0630\\u062a \\u0628\\u0628\\u0631\\u06cc\\u062f.<\\/span><\\/p><h2><span style=\\\"font-size: 18pt;\\\"><strong>\\u0627\\u062f\\u0631\\u0633 \\u062c\\u062f\\u06cc\\u062f betforward<br \\/><img class=\\\"aligncenter wp-image-115 size-full\\\" title=\\\"\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u062f\\\" src=\\\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646-\\u0628\\u062a-\\u0641\\u0648\\u0631\\u062f.jpg\\\" alt=\\\"\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u062f\\\" width=\\\"1000\\\" height=\\\"500\\\" \\/><\\/strong><\\/span><\\/h2><p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt;\\\"><strong><span style=\\\"color: #339966;\\\">\\u0627\\u062f\\u0631\\u0633 \\u062c\\u062f\\u06cc\\u062f betforward<\\/span><\\/strong> \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646\\u060c \\u06cc\\u06a9 \\u0627\\u0628\\u0632\\u0627\\u0631 \\u0627\\u0633\\u062a \\u06a9\\u0647 \\u0627\\u062c\\u0627\\u0632\\u0647 \\u0645\\u06cc\\u200c\\u062f\\u0647\\u062f \\u062a\\u0627 \\u0627\\u0641\\u0631\\u0627\\u062f\\u06cc \\u06a9\\u0647 \\u062f\\u0631 \\u06a9\\u0634\\u0648\\u0631\\u0647\\u0627\\u06cc\\u06cc \\u06a9\\u0647 \\u0645\\u062d\\u062f\\u0648\\u062f\\u06cc\\u062a \\u0641\\u06cc\\u0644\\u062a\\u0631\\u06cc\\u0646\\u06af \\u062f\\u0627\\u0631\\u0646\\u062f \\u0628\\u062a\\u0648\\u0627\\u0646\\u062f\\u062f \\u0628\\u0647 \\u0631\\u0627\\u062d\\u062a\\u06cc\\u060c \\u0628\\u0647 \\u0633\\u0627\\u06cc\\u062a\\u200c\\u0647\\u0627 \\u0648 \\u062e\\u062f\\u0645\\u0627\\u062a \\u0645\\u062e\\u062a\\u0644\\u0641 \\u062f\\u0633\\u062a\\u0631\\u0633\\u06cc \\u067e\\u06cc\\u062f\\u0627 \\u06a9\\u0646\\u0646\\u062f. \\u06cc\\u06a9\\u06cc \\u0627\\u0632 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646\\u200c\\u0647\\u0627\\u06cc\\u06cc \\u06a9\\u0647 \\u0645\\u0648\\u0631\\u062f \\u062a\\u0648\\u062c\\u0647 \\u0642\\u0631\\u0627\\u0631 \\u06af\\u0631\\u0641\\u062a\\u0647 \\u0627\\u0633\\u062a\\u060c \\u0628\\u062a \\u0641\\u0648\\u0631\\u062f \\u0627\\u0633\\u062a. \\u062f\\u0631 \\u0627\\u06cc\\u0646 \\u0645\\u0642\\u0627\\u0644\\u0647 \\u0642\\u0635\\u062f \\u062f\\u0627\\u0631\\u06cc\\u0645 \\u0628\\u0647 \\u0628\\u0631\\u0631\\u0633\\u06cc \\u0628\\u06cc\\u0634\\u062a\\u0631\\u06cc \\u062f\\u0631\\u0628\\u0627\\u0631\\u0647 \\u0628\\u062a \\u0641\\u06cc\\u0644\\u062a\\u0631 \\u0634\\u06a9\\u0646 \\u0628\\u062a \\u0641\\u0648\\u0631\\u062f \\u0648 \\u06a9\\u0627\\u0631\\u06a9\\u0631\\u062f \\u0622\\u0646 \\u0628\\u067e\\u0631\\u062f\\u0627\\u0632\\u06cc\\u0645.<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"iransans\",\"typography_font_weight\":\"400\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"415ed808\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"10b2e498\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0646\\u0638\\u0631\\u0627\\u062a \\u06a9\\u0627\\u0631\\u0628\\u0631\\u0627\\u0646\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"iransans\",\"typography_font_weight\":\"600\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"48a3bd56\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"62e26ba0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation\":\"none\",\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"96139e2\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\u0628\\u0686\\u0647\\u0627 \\u0648\\u0627\\u0642\\u0639\\u0627 \\u062e\\u0648\\u062f\\u0645 \\u0641\\u06a9\\u0631 \\u0646\\u0645\\u06cc\\u06a9\\u0631\\u062f \\u0647\\u0645\\u0686\\u06cc\\u0646 \\u0641\\u06cc\\u0644\\u062a\\u0631 \\u0634\\u06a9\\u0646\\u06cc \\u0628\\u0627\\u0634\\u0647 \",\"name\":\"\\u0627\\u062d\\u0633\\u0627\\u0646 \\u062d\\u0633\\u0646\\u06cc\",\"title\":\"\\u06a9\\u0627\\u0631\\u0628\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\",\"image\":{\"id\":87,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/user-svg-1.svg\"},\"_id\":\"35cc69e\",\"rating\":5,\"selected_social_icon\":{\"value\":{\"id\":88,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/comment-svgr.svg\"},\"library\":\"svg\"}}],\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"IranSans\",\"name_typography_font_weight\":\"600\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"IranSans\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"iransans\",\"content_typography_font_weight\":\"400\",\"_animation\":\"none\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"__should_import\":true,\"slide_background_color\":\"#FFFFFF\",\"name_color\":\"#000000\",\"title_color\":\"#000000\",\"content_color\":\"#000000\",\"slides_name\":\"Slides\"},\"elements\":[],\"widgetType\":\"reviews\"},{\"id\":\"2e87531e\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u06cc\\u0639\\u0646\\u06cc \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f \\u06a9\\u0627\\u0645\\u0644 \\u0628\\u0647 \\u0627\\u06cc\\u0646 \\u0633\\u0627\\u06cc\\u062a\\u062e\\u0648\\u062f\\u0645 \\u062e\\u06cc\\u0644\\u0644\\u06cc\\u06cc \\u0631\\u0627\\u0636\\u06cc\\u0645\",\"name\":\"\\u0645\\u0631\\u06cc\\u0645 \\u0645\\u06cc\\u0631\\u0632\\u0627\\u06cc\\u06cc\",\"title\":\"\\u06a9\\u0627\\u0631\\u0628\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\",\"image\":{\"id\":87,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/user-svg-1.svg\"},\"_id\":\"35cc69e\",\"rating\":4.4000000000000003552713678800500929355621337890625,\"selected_social_icon\":{\"value\":{\"id\":88,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/comment-svgr.svg\"},\"library\":\"svg\"}}],\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"IranSans\",\"name_typography_font_weight\":\"600\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"IranSans\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"IranSans\",\"content_typography_font_weight\":\"400\",\"_animation\":\"none\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"__should_import\":true,\"name_color\":\"#000000\",\"title_color\":\"#000000\",\"content_color\":\"#000000\",\"slides_name\":\"Slides\"},\"elements\":[],\"widgetType\":\"reviews\"},{\"id\":\"7fb4840c\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\u062c\\u0632\\u0648\\u0647 \\u062a\\u0627\\u067e \\u062a\\u0631\\u06cc\\u0646 \\u0647\\u0627\\u06cc \\u0627\\u06cc\\u0631\\u0627\\u0646 \\u0647\\u0633\\u062a \\u0648 \\u0628\\u0627 \\u0686\\u0646\\u062f \\u0633\\u0627\\u0644 \\u0633\\u0627\\u0628\\u0642\\u0647 \\u0628\\u0627 \\u0627\\u06cc\\u0646 \\u0647\\u0645\\u0647 \\u0641\\u06cc\\u0644\\u062a\\u0631\\u06cc\\u0646\\u06af \\u0648\\u0644\\u06cc \\u0628\\u0627\\u0632\\u0645 \\u0633\\u0631 \\u0628\\u0647 \\u0647\\u0648\\u0627 \\u0627\\u06cc\\u0633\\u062a\\u0627\\u062f\\u0647 \\u0645\\u0642\\u0627\\u0628\\u0644 \\u0631\\u0642\\u0628\\u0627\",\"name\":\"\\u0633\\u06cc\\u0646\\u0627 \\u0628\\u0647\\u0627\\u062f\\u0631\\u06cc\",\"title\":\"\\u06a9\\u0627\\u0631\\u0628\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\",\"image\":{\"id\":87,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/user-svg-1.svg\"},\"_id\":\"35cc69e\",\"rating\":5,\"selected_social_icon\":{\"value\":{\"id\":89,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/chat-svgrepo-com.svg\"},\"library\":\"svg\"}}],\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"IranSans\",\"name_typography_font_weight\":\"600\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"IranSans\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"IranSans\",\"content_typography_font_weight\":\"400\",\"_animation\":\"none\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"__should_import\":true,\"title_color\":\"#090909\",\"content_color\":\"#000000\",\"slides_name\":\"Slides\"},\"elements\":[],\"widgetType\":\"reviews\"},{\"id\":\"6f9705ef\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0648\\u0627\\u0642\\u0639\\u0627 \\u062e\\u062f\\u0627\\u0627\\u0627\\u0627\\u0633\\u062a \\u0627\\u0646\\u0642\\u062f\\u0631 \\u06a9\\u0647 \\u0647\\u0648\\u0627\\u0645\\u0648\\u0646\\u0648 \\u062f\\u0627\\u0631\\u0647 \\u062a\\u0627 \\u0628\\u062a\\u0648\\u0646\\u06cc\\u0645 \\u062d\\u062a\\u06cc \\u0628\\u0627 \\u0648\\u062c\\u0648\\u062f \\u0641\\u06cc\\u0644\\u062a\\u0631\\u06cc\\u0646\\u06af \\u0628\\u0627\\u0632\\u0645 \\u062f\\u0633\\u062a\\u0631\\u0633\\u06cc \\u062f\\u0627\\u0634\\u062a\\u0647 \\u0628\\u0627\\u0634\\u06cc\\u0645 \",\"name\":\"\\u0633\\u0647\\u06cc\\u0644\",\"title\":\"\\u06a9\\u0627\\u0631\\u0628\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\",\"image\":{\"id\":87,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/user-svg-1.svg\"},\"_id\":\"35cc69e\",\"rating\":5,\"selected_social_icon\":{\"value\":{\"id\":88,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/comment-svgr.svg\"},\"library\":\"svg\"}}],\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"iransans\",\"name_typography_font_weight\":\"600\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"iransans\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"iransans\",\"content_typography_font_weight\":\"400\",\"_animation\":\"none\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"__should_import\":true,\"name_color\":\"#000000\",\"title_color\":\"#000000\",\"content_color\":\"#000000\",\"slides_name\":\"Slides\"},\"elements\":[],\"widgetType\":\"reviews\"},{\"id\":\"186d963b\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\u0627\\u0648\\u0644\\u0634 \\u0646\\u06af\\u0631\\u0627\\u0646 \\u0628\\u0648\\u062f\\u0645 \\u0648\\u0644\\u06cc \\u0627\\u0644\\u0627\\u0646 \\u0645\\u06cc\\u200c\\u0628\\u06cc\\u0646\\u0645 \\u06a9\\u0647 \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0648\\u0627\\u0642\\u0639\\u0627 \\u06cc\\u06a9\\u06cc \\u0627\\u0632 \\u0628\\u0647\\u062a\\u0631\\u06cc\\u0646\\u200c\\u0647\\u0627\\u0633\\u062a. \\u0627\\u0632 \\u0628\\u0627\\u0632\\u06cc\\u200c\\u0647\\u0627\\u0634\\u0648\\u0646 \\u0648\\u0627\\u0642\\u0639\\u0627 \\u0644\\u0630\\u062a \\u0645\\u06cc\\u200c\\u0628\\u0631\\u0645 \",\"name\":\"\\u0628\\u0647\\u0631\\u0648\\u0632 \\u0645\\u0644\\u06a9\\u06cc\",\"title\":\"\\u06a9\\u0627\\u0631\\u0628\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\",\"image\":{\"id\":87,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/user-svg-1.svg\"},\"_id\":\"35cc69e\",\"rating\":3.70000000000000017763568394002504646778106689453125,\"selected_social_icon\":{\"value\":{\"id\":88,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/comment-svgr.svg\"},\"library\":\"svg\"}}],\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"IranSans\",\"name_typography_font_weight\":\"600\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"IranSans\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"iransans\",\"content_typography_font_weight\":\"400\",\"_animation\":\"none\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"__should_import\":true,\"title_color\":\"#020202\",\"content_color\":\"#000000\",\"slides_name\":\"Slides\"},\"elements\":[],\"widgetType\":\"reviews\"},{\"id\":\"6fb53932\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\u0628\\u0686\\u0647\\u0627 \\u06cc\\u0647 \\u0641\\u06cc\\u0644\\u062a\\u0631 \\u0634\\u06a9\\u0646 \\u062e\\u0648\\u0628 \\u0645\\u06cc\\u062a\\u0648\\u0646\\u06cc\\u062f \\u0628\\u0631\\u0627\\u0645 \\u0645\\u0639\\u0631\\u0641\\u06cc \\u06a9\\u0646\\u06cc\\u062f\",\"name\":\"\\u0646\\u06cc\\u0645\\u0627 \\u0627\\u06a9\\u0628\\u0631\\u06cc\",\"title\":\"\\u06a9\\u0627\\u0631\\u0628\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\",\"image\":{\"id\":87,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/user-svg-1.svg\"},\"_id\":\"35cc69e\",\"rating\":5,\"selected_social_icon\":{\"value\":{\"id\":88,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/comment-svgr.svg\"},\"library\":\"svg\"}}],\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"IranSans\",\"name_typography_font_weight\":\"600\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"iransans\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"iransans\",\"content_typography_font_weight\":\"400\",\"_animation\":\"none\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"__should_import\":true,\"title_color\":\"#000000\",\"content_color\":\"#000000\",\"slides_name\":\"Slides\"},\"elements\":[],\"widgetType\":\"reviews\"},{\"id\":\"43b5fea0\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\u0627\\u0648\\u0644\\u06cc\\u0646 \\u0628\\u0627\\u0631\\u0647 \\u06a9\\u0647 \\u062a\\u0648\\u06cc \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0634\\u0631\\u0637\\u200c \\u0628\\u0646\\u062f\\u06cc \\u0645\\u06cc\\u200c\\u06a9\\u0646\\u0645 \\u0648 \\u0628\\u0627\\u06cc\\u062f \\u0628\\u06af\\u0645 \\u06a9\\u0647 \\u0631\\u0627\\u0628\\u0637 \\u06a9\\u0627\\u0631\\u0628\\u0631\\u06cc\\u0634 \\u062e\\u06cc\\u0644\\u06cc \\u0631\\u0648\\u0648\\u0646 \\u0648 \\u0642\\u0627\\u0628\\u0644 \\u0641\\u0647\\u0645\\u0647. \\u0628\\u0647 \\u0631\\u0627\\u062d\\u062a\\u06cc \\u062a\\u0648\\u0646\\u0633\\u062a\\u0645 \\u0634\\u0631\\u0637\\u200c\\u0628\\u0646\\u062f\\u06cc \\u06a9\\u0646\\u0645 \\u0648 \\u062d\\u062a\\u06cc \\u0628\\u0631\\u062f\\u0645!\",\"name\":\"\\u0627\\u0634\\u06a9\\u0627\\u0646 \\u0639\\u0628\\u062f\\u06cc\",\"title\":\"\\u06a9\\u0627\\u0631\\u0628\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\",\"image\":{\"id\":87,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/user-svg-1.svg\"},\"_id\":\"35cc69e\",\"rating\":4.29999999999999982236431605997495353221893310546875,\"selected_social_icon\":{\"value\":{\"id\":88,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/comment-svgr.svg\"},\"library\":\"svg\"}}],\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"IranSans\",\"name_typography_font_weight\":\"600\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"iransans\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"iransans\",\"content_typography_font_weight\":\"400\",\"_animation\":\"none\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"__should_import\":true,\"title_color\":\"#000000\",\"content_color\":\"#000000\",\"slides_name\":\"Slides\"},\"elements\":[],\"widgetType\":\"reviews\"},{\"id\":\"78312eae\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\u0628\\u0647 \\u0647\\u0645\\u0647 \\u062a\\u0648\\u0635\\u06cc\\u0647 \\u0645\\u06cc\\u200c\\u06a9\\u0646\\u0645 \\u06a9\\u0647 \\u0627\\u06af\\u0647 \\u062f\\u0646\\u0628\\u0627\\u0644 \\u06cc\\u06a9 \\u0633\\u0627\\u06cc\\u062a \\u0634\\u0631\\u0637\\u200c\\u0628\\u0646\\u062f\\u06cc \\u0645\\u0639\\u062a\\u0628\\u0631 \\u0648 \\u0642\\u0627\\u0628\\u0644 \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f \\u0645\\u06cc\\u200c\\u06af\\u0631\\u062f\\u0646\\u060c \\u062d\\u062a\\u0645\\u0627\\u064b \\u0628\\u062a\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f \\u0631\\u0648 \\u0627\\u0645\\u062a\\u062d\\u0627\\u0646 \\u06a9\\u0646\\u0646. \\u062a\\u0627 \\u0627\\u0644\\u0627\\u0646 \\u06a9\\u0647 \\u062e\\u06cc\\u0644\\u06cc \\u0631\\u0627\\u0636\\u06cc\\u200c\\u0627\\u0645. \\ud83d\\udc4f\",\"name\":\"\\u0633\\u0631\\u0648\\u0634 \\u0646\\u0648\\u0631\\u06cc\",\"title\":\"\\u06a9\\u0627\\u0631\\u0628\\u0631 \\u0633\\u0627\\u06cc\\u062a \\u0628\\u062a \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\",\"image\":{\"id\":87,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/user-svg-1.svg\"},\"_id\":\"35cc69e\",\"rating\":4.5999999999999996447286321199499070644378662109375,\"selected_social_icon\":{\"value\":{\"id\":88,\"url\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/comment-svgr.svg\"},\"library\":\"svg\"}}],\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"IranSans\",\"name_typography_font_weight\":\"600\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"IranSans\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"IranSans\",\"content_typography_font_weight\":\"400\",\"_animation\":\"none\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"__should_import\":true,\"title_color\":\"#000000\",\"content_color\":\"#000000\",\"slides_name\":\"Slides\"},\"elements\":[],\"widgetType\":\"reviews\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(341, 93, '_edit_last', '1'),
(342, 93, '_wp_page_template', 'elementor_canvas'),
(343, 93, '_yoast_indexnow_last_ping', '1750042813'),
(344, 93, '_yoast_wpseo_videositemap-rating', '0'),
(345, 93, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"دانلود فیلترشکن BetForward\",\"score\":78},{\"keyword\":\"دانلود فیلترشکن بت فوروارد برای اندروید\",\"score\":44},{\"keyword\":\"سایت بت فوروارد با فیلترشکن\",\"score\":56},{\"keyword\":\"بت فوروارد فیلترشکن\",\"score\":78}]'),
(346, 93, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(347, 93, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(348, 93, '_yoast_wpseo_wordproof_timestamp', ''),
(350, 93, '_edit_lock', '1750042766:1'),
(353, 90, 'ekit_post_views_count', '42'),
(354, 90, '_edit_lock', '1751361250:1'),
(366, 97, '_wp_attached_file', '2024/03/vpn-svgrepo-com-1.svg'),
(367, 97, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3642;s:5:\"width\";i:800;s:6:\"height\";i:800;}'),
(369, 98, '_wp_attached_file', '2024/03/apk-file-format-symbol-svgrepo-com.svg'),
(370, 98, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2107;s:5:\"width\";i:800;s:6:\"height\";i:800;}'),
(372, 99, '_wp_attached_file', '2024/03/balls-footbal-svgrepo-com.svg'),
(373, 99, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2833;s:5:\"width\";i:800;s:6:\"height\";i:800;}'),
(424, 108, '_wp_attached_file', '2024/03/دانلود-فیلترشکن-بت-فوروارد.jpg'),
(425, 108, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:61:\"2024/03/دانلود-فیلترشکن-بت-فوروارد.jpg\";s:8:\"filesize\";i:50101;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"دانلود-فیلترشکن-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12621;}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:6764;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"دانلود-فیلترشکن-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48201;}}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:76:\"دانلود فیلترشکن بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(426, 109, '_wp_attached_file', '2024/03/دانلود-فیلترشکن-بت-فوروارد-برای-اندروید.jpg'),
(427, 109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:85:\"2024/03/دانلود-فیلترشکن-بت-فوروارد-برای-اندروید.jpg\";s:8:\"filesize\";i:46461;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"دانلود-فیلترشکن-بت-فوروارد-برای-اندروید-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12099;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"دانلود-فیلترشکن-بت-فوروارد-برای-اندروید-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6467;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"دانلود-فیلترشکن-بت-فوروارد-برای-اندروید-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44839;}}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:100:\"دانلود فیلترشکن بت فوروارد برای اندروید\nhttps://forwardbet.casino/\";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:{}}}'),
(428, 110, '_wp_attached_file', '2024/03/سایت-بت-فوروارد-با-فیلترشکن.jpg'),
(429, 110, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:62:\"2024/03/سایت-بت-فوروارد-با-فیلترشکن.jpg\";s:8:\"filesize\";i:51292;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"سایت-بت-فوروارد-با-فیلترشکن-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12750;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"سایت-بت-فوروارد-با-فیلترشکن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6669;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"سایت-بت-فوروارد-با-فیلترشکن-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48768;}}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:77:\"سایت بت فوروارد با فیلترشکن\nhttps://forwardbet.casino/\";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:{}}}'),
(431, 111, '_wp_attached_file', '2024/03/بت-فوروارد-فیلترشکن.jpg'),
(432, 111, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:48:\"2024/03/بت-فوروارد-فیلترشکن.jpg\";s:8:\"filesize\";i:49507;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"بت-فوروارد-فیلترشکن-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"بت-فوروارد-فیلترشکن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6632;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"بت-فوروارد-فیلترشکن-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47540;}}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:\"بت فوروارد فیلترشکن\nhttps://forwardbet.casino/\";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:{}}}'),
(433, 112, '_wp_attached_file', '2024/03/فیلترشکن-فوروارد.jpg'),
(434, 112, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:43:\"2024/03/فیلترشکن-فوروارد.jpg\";s:8:\"filesize\";i:42342;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"فیلترشکن-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11447;}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:6051;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"فیلترشکن-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41784;}}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:58:\"فیلترشکن فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(435, 113, '_wp_attached_file', '2024/03/فیلترشکن-بت-فوروارد-برای-اندروید.jpg'),
(436, 113, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:72:\"2024/03/فیلترشکن-بت-فوروارد-برای-اندروید.jpg\";s:8:\"filesize\";i:50570;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"فیلترشکن-بت-فوروارد-برای-اندروید-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"فیلترشکن-بت-فوروارد-برای-اندروید-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6814;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:72:\"فیلترشکن-بت-فوروارد-برای-اندروید-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48588;}}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:87:\"فیلترشکن بت فوروارد برای اندروید\nhttps://forwardbet.casino/\";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:{}}}'),
(437, 114, '_wp_attached_file', '2024/03/فیلترشکن-betforward.jpg'),
(438, 114, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2024/03/فیلترشکن-betforward.jpg\";s:8:\"filesize\";i:48130;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"فیلترشکن-betforward-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12526;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"فیلترشکن-betforward-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6581;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"فیلترشکن-betforward-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46450;}}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:\"فیلترشکن betforward\nhttps://forwardbet.casino/\";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:{}}}'),
(439, 115, '_wp_attached_file', '2024/03/فیلترشکن-بت-فورد.jpg'),
(440, 115, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2024/03/فیلترشکن-بت-فورد.jpg\";s:8:\"filesize\";i:41770;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"فیلترشکن-بت-فورد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11500;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"فیلترشکن-بت-فورد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6071;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"فیلترشکن-بت-فورد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41826;}}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:57:\"فیلترشکن بت فورد\nhttps://forwardbet.casino/\";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:{}}}'),
(546, 2, '_yoast_wpseo_title', 'فیلترشکن بت فوروارد betforward vpn'),
(547, 2, '_yoast_wpseo_metadesc', 'برای پیدا کردن جدید ترین آدرس فیلتر شکن بت فوروارد می توانید بر روی آدرسی که در انتها همین مقاله برایتان به اشتراک گذاشته ایم کلیک کرده و یا از طریق سرچ کردن در گوگل به آن دسترسی پیدا کنید. آدرس جدید این سایت بدون فیلتر می باشد و می توانید با سرعت بسیار بیشتری وارد آن شده و از تمامی بخش هایش به راحت ترین شکل استفاده کنید. فیلتر شکن بت فوروارد را نیز میتوانید از طریق چنل تلگرامی بت فوروارد نیز دریافت نمایید. و با خیال آسوده و با بیشترین سرعت میزان اینترنتی به فعالیت هیجان انگیز خود ادامه دهید.'),
(554, 130, '_wp_attached_file', '2024/03/Bet90forward-fv.png'),
(555, 130, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:27:\"2024/03/Bet90forward-fv.png\";s:8:\"filesize\";i:6760;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(556, 131, '_wp_attached_file', '2024/03/cropped-Bet90forward-fv.png'),
(557, 131, '_wp_attachment_context', 'site-icon'),
(558, 131, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:35:\"2024/03/cropped-Bet90forward-fv.png\";s:8:\"filesize\";i:20448;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"cropped-Bet90forward-fv-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24552;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"cropped-Bet90forward-fv-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10421;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:35:\"cropped-Bet90forward-fv-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21217;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:35:\"cropped-Bet90forward-fv-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14717;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:35:\"cropped-Bet90forward-fv-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13558;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:33:\"cropped-Bet90forward-fv-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1144;}}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:{}}}'),
(561, 131, '_oembed_a5fd38f9b90ac77f026a8c5db410ee34', '{{unknown}}'),
(605, 93, '_yoast_wpseo_focuskw', 'دانلود فیلترشکن بت فوروارد'),
(606, 93, '_yoast_wpseo_title', 'بت فوروارد بدون فیلترشکن BetForward + دانلود'),
(607, 93, '_yoast_wpseo_metadesc', 'لینک بدون فیلتر بت فوروارد BetForward یکی از مزیت سایت معتبر پیش بینی فوتبال✅⚽️ و شرط بندی است. BetForward بت فوروارد بدون فیلترشکن دانلود ادرس جدید لینک بدون فیلتر بت ۹۰ فوروارد دانلود اپلیکیشن بت فوروارد با لینک مستقیم'),
(608, 93, '_yoast_wpseo_linkdex', '34'),
(618, 143, '_wp_attached_file', '2024/03/BET303BET.gif'),
(619, 143, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:104;s:4:\"file\";s:21:\"2024/03/BET303BET.gif\";s:8:\"filesize\";i:712725;s:5:\"sizes\";a:3:{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: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:{}}}'),
(802, 158, '_edit_lock', '1751361403:1'),
(803, 158, '_edit_last', '1'),
(804, 159, '_wp_attached_file', '2024/09/بت-فورد.jpg'),
(805, 159, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2024/09/بت-فورد.jpg\";s:8:\"filesize\";i:324970;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"بت-فورد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13329;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"بت-فورد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6600;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"بت-فورد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48288;}}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:31:\"بت فورد\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(806, 159, '_wp_attachment_image_alt', 'بت فورد'),
(807, 160, '_wp_attached_file', '2024/09/بت-فوروارد.jpg'),
(808, 160, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2024/09/بت-فوروارد.jpg\";s:8:\"filesize\";i:348395;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13200;}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:6672;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50631;}}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:\"بت فوروارد\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(809, 160, '_wp_attachment_image_alt', ''),
(810, 161, '_wp_attached_file', '2024/09/forwardbet.jpg'),
(811, 161, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2024/09/forwardbet.jpg\";s:8:\"filesize\";i:360046;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"forwardbet-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13334;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"forwardbet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6686;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"forwardbet-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53148;}}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:\"forwardbet\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(812, 161, '_wp_attachment_image_alt', 'forwardbet'),
(813, 162, '_wp_attached_file', '2024/09/فوروارد-بت.jpg'),
(814, 162, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2024/09/فوروارد-بت.jpg\";s:8:\"filesize\";i:384371;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"فوروارد-بت-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13847;}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:6945;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"فوروارد-بت-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56813;}}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:\"فوروارد بت\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(815, 162, '_wp_attachment_image_alt', ''),
(816, 163, '_wp_attached_file', '2024/09/betforward.jpg'),
(817, 163, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2024/09/betforward.jpg\";s:8:\"filesize\";i:356494;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"betforward-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13335;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"betforward-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6565;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"betforward-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53306;}}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:\"betforward\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(818, 163, '_wp_attachment_image_alt', 'betforward'),
(819, 164, '_wp_attached_file', '2024/09/بتفوروارد.jpg'),
(820, 164, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2024/09/بتفوروارد.jpg\";s:8:\"filesize\";i:352851;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"بتفوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13245;}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:6586;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"بتفوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51917;}}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:36:\"بتفوروارد\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(821, 164, '_wp_attachment_image_alt', 'بتفوروارد'),
(822, 165, '_wp_attached_file', '2024/09/بت‌فوروارد.jpg'),
(823, 165, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2024/09/بت‌فوروارد.jpg\";s:8:\"filesize\";i:353728;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"بت‌فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13335;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"بت‌فوروارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6595;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"بت‌فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52149;}}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:\"بت‌فوروارد\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(824, 165, '_wp_attachment_image_alt', ''),
(825, 166, '_wp_attached_file', '2024/09/بت-فوارد.jpg'),
(826, 166, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2024/09/بت-فوارد.jpg\";s:8:\"filesize\";i:351050;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"بت-فوارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12819;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"بت-فوارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6390;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"بت-فوارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49808;}}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:\"بت فوارد\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(827, 166, '_wp_attachment_image_alt', ''),
(828, 167, '_wp_attached_file', '2024/09/بت-فور-وارد.jpg'),
(829, 167, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2024/09/بت-فور-وارد.jpg\";s:8:\"filesize\";i:340114;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"بت-فور-وارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12823;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"بت-فور-وارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6457;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"بت-فور-وارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49372;}}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:38:\"بت فور وارد\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(830, 167, '_wp_attachment_image_alt', 'بت فور وارد'),
(831, 168, '_wp_attached_file', '2024/09/بت-فوروارد-1.jpg'),
(832, 168, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2024/09/بت-فوروارد-1.jpg\";s:8:\"filesize\";i:47041;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"بت-فوروارد-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12215;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"بت-فوروارد-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:6174;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"بت-فوروارد-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45934;}}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:46:\"بت فوروارد\nhttps://forwardbet.casino/\";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, 168, '_wp_attachment_image_alt', 'بت فوروارد'),
(834, 169, '_wp_attached_file', '2024/09/forwardbet-1.jpg'),
(835, 169, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2024/09/forwardbet-1.jpg\";s:8:\"filesize\";i:45609;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"forwardbet-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11679;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"forwardbet-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:5907;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"forwardbet-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43907;}}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:\"forwardbet\nhttps://forwardbet.casino/\";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:{}}}'),
(836, 169, '_wp_attachment_image_alt', ''),
(837, 170, '_wp_attached_file', '2024/09/بت-فروارد.jpg'),
(838, 170, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2024/09/بت-فروارد.jpg\";s:8:\"filesize\";i:39648;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"بت-فروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"بت-فروارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5434;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"بت-فروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39290;}}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:\"بت فروارد\nhttps://forwardbet.casino/\";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, 170, '_wp_attachment_image_alt', ''),
(840, 158, '_thumbnail_id', '159'),
(841, 158, '_wp_page_template', 'default'),
(842, 158, '_yoast_wpseo_primary_category', ''),
(843, 158, '_yoast_wpseo_videositemap-rating', '0'),
(844, 158, '_yoast_wpseo_focuskw', 'بت فورد'),
(845, 158, '_yoast_wpseo_title', 'بت فورد'),
(846, 158, '_yoast_wpseo_metadesc', 'این پست درباره بت فورد است. بت فورد از سایت های فعال در صنعت شرط بندی می باشد که خدمات قابل توجهی را در دو بخش کازینوی آنلاین و پیش ...'),
(847, 158, '_yoast_wpseo_linkdex', '72'),
(848, 158, '_yoast_wpseo_content_score', '90'),
(849, 158, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"سایت بت فورد\",\"score\":93},{\"keyword\":\"سایت شرط بندی بت فورد\",\"score\":93},{\"keyword\":\"شرط بندی بت فورد\",\"score\":93},{\"keyword\":\"بت فورد شرط\",\"score\":100}]'),
(850, 158, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(851, 158, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(852, 172, '_wp_attached_file', '2024/09/betforward-1.jpg'),
(853, 172, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2024/09/betforward-1.jpg\";s:8:\"filesize\";i:47439;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"betforward-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12010;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"betforward-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:6241;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"betforward-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45039;}}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:\"betforward\nhttps://forwardbet.casino/\";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:{}}}'),
(854, 172, '_wp_attachment_image_alt', 'betforward'),
(855, 173, '_wp_attached_file', '2024/09/فوروارد-بت-1.jpg'),
(856, 173, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2024/09/فوروارد-بت-1.jpg\";s:8:\"filesize\";i:40438;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"فوروارد-بت-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"فوروارد-بت-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:5317;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"فوروارد-بت-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39724;}}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:46:\"فوروارد بت\nhttps://forwardbet.casino/\";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:{}}}'),
(857, 173, '_wp_attachment_image_alt', 'فوروارد بت'),
(858, 174, '_wp_attached_file', '2024/09/بتفوروارد-1.jpg'),
(859, 174, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2024/09/بتفوروارد-1.jpg\";s:8:\"filesize\";i:44472;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"بتفوروارد-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"بتفوروارد-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:5710;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"بتفوروارد-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42876;}}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:45:\"بتفوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(860, 174, '_wp_attachment_image_alt', 'بتفوروارد'),
(861, 175, '_wp_attached_file', '2024/09/بت‌فوروارد-1.jpg'),
(862, 175, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2024/09/بت‌فوروارد-1.jpg\";s:8:\"filesize\";i:42295;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"بت‌فوروارد-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10981;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"بت‌فوروارد-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:5591;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"بت‌فوروارد-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40851;}}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:\"بت‌فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(863, 175, '_wp_attachment_image_alt', 'بت‌فوروارد'),
(864, 176, '_wp_attached_file', '2024/09/بت-فوارد-1.jpg'),
(865, 176, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2024/09/بت-فوارد-1.jpg\";s:8:\"filesize\";i:44603;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"بت-فوارد-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11603;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"بت-فوارد-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:5716;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"بت-فوارد-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43279;}}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:\"بت فوارد\nhttps://forwardbet.casino/\";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:{}}}'),
(866, 176, '_wp_attachment_image_alt', 'بت فوارد'),
(867, 177, '_wp_attached_file', '2024/09/بت-فور-وارد-1.jpg'),
(868, 177, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2024/09/بت-فور-وارد-1.jpg\";s:8:\"filesize\";i:41594;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"بت-فور-وارد-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11337;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"بت-فور-وارد-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:5711;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"بت-فور-وارد-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40762;}}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:47:\"بت فور وارد\nhttps://forwardbet.casino/\";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:{}}}'),
(869, 177, '_wp_attachment_image_alt', 'بت فور وارد'),
(870, 158, 'ekit_post_views_count', '215'),
(873, 181, '_wp_attached_file', '2024/09/FontsFree-Net-ir_sans.ttf'),
(874, 181, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:125764;}'),
(875, 182, '_menu_item_type', 'taxonomy'),
(876, 182, '_menu_item_menu_item_parent', '0'),
(877, 182, '_menu_item_object_id', '46'),
(878, 182, '_menu_item_object', 'category'),
(879, 182, '_menu_item_target', ''),
(880, 182, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(881, 182, '_menu_item_xfn', ''),
(882, 182, '_menu_item_url', ''),
(884, 183, '_menu_item_type', 'taxonomy'),
(885, 183, '_menu_item_menu_item_parent', '0'),
(886, 183, '_menu_item_object_id', '43'),
(887, 183, '_menu_item_object', 'category'),
(888, 183, '_menu_item_target', ''),
(889, 183, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(890, 183, '_menu_item_xfn', ''),
(891, 183, '_menu_item_url', ''),
(893, 184, '_menu_item_type', 'taxonomy'),
(894, 184, '_menu_item_menu_item_parent', '0'),
(895, 184, '_menu_item_object_id', '1'),
(896, 184, '_menu_item_object', 'category'),
(897, 184, '_menu_item_target', ''),
(898, 184, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(899, 184, '_menu_item_xfn', ''),
(900, 184, '_menu_item_url', ''),
(902, 185, '_menu_item_type', 'taxonomy'),
(903, 185, '_menu_item_menu_item_parent', '0'),
(904, 185, '_menu_item_object_id', '44'),
(905, 185, '_menu_item_object', 'category'),
(906, 185, '_menu_item_target', ''),
(907, 185, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(908, 185, '_menu_item_xfn', ''),
(909, 185, '_menu_item_url', ''),
(911, 186, '_menu_item_type', 'taxonomy'),
(912, 186, '_menu_item_menu_item_parent', '0'),
(913, 186, '_menu_item_object_id', '45'),
(914, 186, '_menu_item_object', 'category'),
(915, 186, '_menu_item_target', ''),
(916, 186, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(917, 186, '_menu_item_xfn', ''),
(918, 186, '_menu_item_url', ''),
(920, 187, '_edit_lock', '1751361398:1'),
(921, 187, '_edit_last', '1'),
(922, 188, '_wp_attached_file', '2024/09/اپلیکیشن-بت-فوروارد.jpg'),
(923, 188, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:48:\"2024/09/اپلیکیشن-بت-فوروارد.jpg\";s:8:\"filesize\";i:362327;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"اپلیکیشن-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13892;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"اپلیکیشن-بت-فوروارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7098;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"اپلیکیشن-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53610;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:48:\"اپلیکیشن-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9841;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:48:\"اپلیکیشن-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21421;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:48:\"اپلیکیشن-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59418;}}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:\"اپلیکیشن بت فوروارد\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(924, 188, '_wp_attachment_image_alt', 'اپلیکیشن بت فوروارد'),
(925, 189, '_wp_attached_file', '2024/09/دانلود-اپ-بت-فوروارد.jpg'),
(926, 189, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2024/09/دانلود-اپ-بت-فوروارد.jpg\";s:8:\"filesize\";i:42165;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"دانلود-اپ-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11584;}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:5658;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"دانلود-اپ-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41473;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:49:\"دانلود-اپ-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8300;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:49:\"دانلود-اپ-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17571;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:49:\"دانلود-اپ-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44486;}}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:64:\"دانلود اپ بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(927, 189, '_wp_attachment_image_alt', 'دانلود اپ بت فوروارد'),
(928, 190, '_wp_attached_file', '2024/09/بت-فوروارد-اپلیکیشن.jpg'),
(929, 190, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:48:\"2024/09/بت-فوروارد-اپلیکیشن.jpg\";s:8:\"filesize\";i:48492;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"بت-فوروارد-اپلیکیشن-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12467;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"بت-فوروارد-اپلیکیشن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5997;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"بت-فوروارد-اپلیکیشن-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46711;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:48:\"بت-فوروارد-اپلیکیشن-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9113;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:48:\"بت-فوروارد-اپلیکیشن-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19574;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:48:\"بت-فوروارد-اپلیکیشن-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52190;}}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:\"بت فوروارد اپلیکیشن\nhttps://forwardbet.casino/\";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:{}}}'),
(930, 190, '_wp_attachment_image_alt', 'بت فوروارد اپلیکیشن'),
(931, 191, '_wp_attached_file', '2024/09/betforward-app-android.jpg'),
(932, 191, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2024/09/betforward-app-android.jpg\";s:8:\"filesize\";i:44184;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"betforward-app-android-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12133;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"betforward-app-android-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5939;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"betforward-app-android-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43772;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:34:\"betforward-app-android-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8877;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:34:\"betforward-app-android-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18505;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:34:\"betforward-app-android-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47191;}}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:\"betforward app android\nhttps://forwardbet.casino/\";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:{}}}'),
(933, 191, '_wp_attachment_image_alt', 'betforward app android'),
(936, 187, '_thumbnail_id', '188'),
(937, 187, '_wp_page_template', 'default'),
(938, 187, 'tie_primary_category', '43'),
(939, 187, 'tie_sidebar_pos', 'full'),
(940, 187, 'tie_post_head', 'standard'),
(941, 187, '_yoast_wpseo_primary_category', '43'),
(942, 187, '_yoast_wpseo_videositemap-rating', '0'),
(943, 187, '_yoast_wpseo_focuskw', 'اپلیکیشن بت فوروارد'),
(944, 187, '_yoast_wpseo_title', 'اپلیکیشن بت فوروارد'),
(945, 187, '_yoast_wpseo_metadesc', 'این پست درباره بت فورد است. بت فوروارد به عنوان یکی از سایت های معتبر بین المللی اپلیکیشن اختصاصی دارد که شما به آسانی می توانید آن ...'),
(946, 187, '_yoast_wpseo_linkdex', '83'),
(947, 187, '_yoast_wpseo_content_score', '90'),
(948, 187, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"اپلیکیشن سایت بت فوروارد\",\"score\":100},{\"keyword\":\"برنامه بت فوروارد\",\"score\":73},{\"keyword\":\"اپلیکیشن betforward\",\"score\":73},{\"keyword\":\"دانلود اپلیکیشن بت فوروارد\",\"score\":87}]'),
(949, 187, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(950, 187, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(951, 187, 'tie_post_sub_title', 'دانلود اپلیکیشن سایت بت فوروارد'),
(952, 187, 'ekit_post_views_count', '255'),
(953, 195, '_edit_lock', '1751361400:1'),
(954, 195, '_edit_last', '1'),
(955, 195, '_wp_page_template', 'default'),
(956, 195, 'tie_post_sub_title', 'دانلود فیلترشکن betforward vpn'),
(957, 195, 'tie_primary_category', '46'),
(958, 195, 'tie_post_head', 'standard'),
(959, 195, '_yoast_wpseo_primary_category', '46'),
(960, 195, '_yoast_wpseo_videositemap-rating', '0'),
(961, 195, '_yoast_wpseo_focuskw', 'دانلود betforward vpn'),
(962, 195, '_yoast_wpseo_title', 'دانلود betforward vpn'),
(963, 195, '_yoast_wpseo_metadesc', 'امروزه فیلترشکن یکی از موارد لازم برای فعالیت در سایت های شرط بندی می باشد. با دانلود فیلترشکن betforward vpn می توانید فیلترینگ را ...'),
(964, 195, '_yoast_wpseo_linkdex', '72'),
(965, 195, '_yoast_wpseo_content_score', '90'),
(966, 195, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"betforward vpn\",\"score\":93},{\"keyword\":\"فیلترشکن betforward\",\"score\":93},{\"keyword\":\"دانلود فیلترشکن betforward\",\"score\":93},{\"keyword\":\"فیلترشکن betforward\",\"score\":93}]'),
(967, 195, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(968, 195, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(969, 197, '_wp_attached_file', '2024/09/دانلود-بت-فوروارد.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(970, 197, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2024/09/دانلود-بت-فوروارد.jpg\";s:8:\"filesize\";i:44722;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"دانلود-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11929;}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:5966;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"دانلود-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43281;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:44:\"دانلود-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8665;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:44:\"دانلود-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18381;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:44:\"دانلود-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46854;}}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:59:\"دانلود بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(971, 197, '_wp_attachment_image_alt', 'دانلود بت فوروارد'),
(972, 198, '_wp_attached_file', '2024/09/بت-فوروارد-دانلود.jpg'),
(973, 198, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2024/09/بت-فوروارد-دانلود.jpg\";s:8:\"filesize\";i:47107;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"بت-فوروارد-دانلود-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12509;}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:5967;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"بت-فوروارد-دانلود-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46379;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:44:\"بت-فوروارد-دانلود-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9192;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:44:\"بت-فوروارد-دانلود-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19467;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:44:\"بت-فوروارد-دانلود-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51531;}}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:59:\"بت فوروارد دانلود\nhttps://forwardbet.casino/\";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:{}}}'),
(974, 198, '_wp_attachment_image_alt', 'بت فوروارد دانلود'),
(975, 199, '_wp_attached_file', '2024/09/دانلود-سایت-بت-فوروارد.jpg'),
(976, 199, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:53:\"2024/09/دانلود-سایت-بت-فوروارد.jpg\";s:8:\"filesize\";i:41573;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"دانلود-سایت-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11479;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"دانلود-سایت-بت-فوروارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5729;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"دانلود-سایت-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40879;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:53:\"دانلود-سایت-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8111;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:53:\"دانلود-سایت-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17354;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:53:\"دانلود-سایت-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43063;}}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:68:\"دانلود سایت بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(977, 199, '_wp_attachment_image_alt', 'دانلود سایت بت فوروارد'),
(978, 200, '_wp_attached_file', '2024/09/دانلود-برنامه-betforward.jpg'),
(979, 200, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:48:\"2024/09/دانلود-برنامه-betforward.jpg\";s:8:\"filesize\";i:42144;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"دانلود-برنامه-betforward-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11612;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"دانلود-برنامه-betforward-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5714;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"دانلود-برنامه-betforward-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42190;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:48:\"دانلود-برنامه-betforward-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8408;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:48:\"دانلود-برنامه-betforward-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18187;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:48:\"دانلود-برنامه-betforward-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45600;}}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:\"دانلود برنامه betforward\nhttps://forwardbet.casino/\";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:{}}}'),
(980, 200, '_wp_attachment_image_alt', 'دانلود برنامه betforward'),
(981, 201, '_wp_attached_file', '2024/09/دانلود-برنامه-بت-فوروارد.jpg'),
(982, 201, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:57:\"2024/09/دانلود-برنامه-بت-فوروارد.jpg\";s:8:\"filesize\";i:45009;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"دانلود-برنامه-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11873;}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:5853;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"دانلود-برنامه-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44468;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:57:\"دانلود-برنامه-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8518;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:57:\"دانلود-برنامه-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18524;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:57:\"دانلود-برنامه-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48175;}}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:72:\"دانلود برنامه بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(983, 201, '_wp_attachment_image_alt', 'دانلود برنامه بت فوروارد'),
(984, 202, '_wp_attached_file', '2024/09/برنامه-بت-فوروارد.jpg'),
(985, 202, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2024/09/برنامه-بت-فوروارد.jpg\";s:8:\"filesize\";i:46590;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"برنامه-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12080;}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:6152;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"برنامه-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44991;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:44:\"برنامه-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8917;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:44:\"برنامه-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19118;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:44:\"برنامه-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49845;}}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:59:\"برنامه بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(986, 202, '_wp_attachment_image_alt', 'برنامه بت فوروارد'),
(987, 203, '_wp_attached_file', '2024/09/دانلود-betforward-vpn.jpg'),
(988, 203, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2024/09/دانلود-betforward-vpn.jpg\";s:8:\"filesize\";i:355931;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"دانلود-betforward-vpn-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"دانلود-betforward-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:6971;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"دانلود-betforward-vpn-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53196;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:39:\"دانلود-betforward-vpn-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10151;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:39:\"دانلود-betforward-vpn-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21577;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:39:\"دانلود-betforward-vpn-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57609;}}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:45:\"دانلود betforward vpn\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(989, 203, '_wp_attachment_image_alt', 'دانلود betforward vpn'),
(990, 195, '_thumbnail_id', '203'),
(991, 195, 'ekit_post_views_count', '213'),
(992, 158, 'tie_post_sub_title', 'سایت شرط بندی بت فورد'),
(993, 158, 'tie_primary_category', '1'),
(994, 158, 'tie_post_head', 'standard'),
(995, 195, 'tie_sidebar_pos', 'full'),
(996, 158, 'tie_sidebar_pos', 'full'),
(997, 207, '_edit_lock', '1751361409:1'),
(998, 207, '_edit_last', '1'),
(999, 208, '_wp_attached_file', '2024/09/دانلود-اپلیکیشن-بت-فوروارد-برای-اندروید.jpg'),
(1000, 208, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:85:\"2024/09/دانلود-اپلیکیشن-بت-فوروارد-برای-اندروید.jpg\";s:8:\"filesize\";i:44401;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"دانلود-اپلیکیشن-بت-فوروارد-برای-اندروید-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"دانلود-اپلیکیشن-بت-فوروارد-برای-اندروید-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5865;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"دانلود-اپلیکیشن-بت-فوروارد-برای-اندروید-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43283;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:85:\"دانلود-اپلیکیشن-بت-فوروارد-برای-اندروید-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8541;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:85:\"دانلود-اپلیکیشن-بت-فوروارد-برای-اندروید-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18327;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:85:\"دانلود-اپلیکیشن-بت-فوروارد-برای-اندروید-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46354;}}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:100:\"دانلود اپلیکیشن بت فوروارد برای اندروید\nhttps://forwardbet.casino/\";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:{}}}'),
(1001, 208, '_wp_attachment_image_alt', 'دانلود اپلیکیشن بت فوروارد برای اندروید'),
(1002, 209, '_wp_attached_file', '2024/09/دانلود-فیلترشکن-بت-فوروارد-برای-اندروید.jpg'),
(1003, 209, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:85:\"2024/09/دانلود-فیلترشکن-بت-فوروارد-برای-اندروید.jpg\";s:8:\"filesize\";i:46475;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"دانلود-فیلترشکن-بت-فوروارد-برای-اندروید-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12342;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"دانلود-فیلترشکن-بت-فوروارد-برای-اندروید-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"دانلود-فیلترشکن-بت-فوروارد-برای-اندروید-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45217;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:85:\"دانلود-فیلترشکن-بت-فوروارد-برای-اندروید-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8998;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:85:\"دانلود-فیلترشکن-بت-فوروارد-برای-اندروید-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19037;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:85:\"دانلود-فیلترشکن-بت-فوروارد-برای-اندروید-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48816;}}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:100:\"دانلود فیلترشکن بت فوروارد برای اندروید\nhttps://forwardbet.casino/\";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:{}}}'),
(1004, 209, '_wp_attachment_image_alt', 'دانلود فیلترشکن بت فوروارد برای اندروید'),
(1005, 207, '_wp_page_template', 'default'),
(1006, 207, 'tie_primary_category', '46'),
(1007, 207, 'tie_sidebar_pos', 'full'),
(1008, 207, 'tie_post_head', 'standard'),
(1009, 207, '_yoast_wpseo_primary_category', '46'),
(1010, 207, '_yoast_wpseo_videositemap-rating', '0'),
(1011, 207, '_yoast_wpseo_focuskw', 'دانلود فیلتر شکن بت فوروارد با لینک مستقیم'),
(1012, 207, '_yoast_wpseo_title', 'دانلود فیلتر شکن بت فوروارد با لینک مستقیم'),
(1013, 207, '_yoast_wpseo_metadesc', 'برای فعالیت در سایت های شرط بندی اغلب به یک فیلتر شکن نیاز خواهید داشت. دانلود فیلتر شکن بت فوروارد با لینک مستقیم برای کاربران سایت ...'),
(1014, 207, '_yoast_wpseo_linkdex', '73'),
(1015, 207, '_yoast_wpseo_content_score', '90'),
(1016, 207, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"دانلود فیلتر شکن بت فوروارد\",\"score\":87},{\"keyword\":\"فیلتر شکن بت فوروارد\",\"score\":93},{\"keyword\":\"دانلود فیلترشکن بت فوروارد لینک مستقیم\",\"score\":67},{\"keyword\":\"فیلتر شکن سایت بت فوروارد\",\"score\":87}]'),
(1017, 207, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(1018, 207, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(1019, 211, '_wp_attached_file', '2024/09/دانلود-اپلیکیشن-بت-فوروارد-با-لینک-مستقیم.jpg'),
(1020, 211, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:88:\"2024/09/دانلود-اپلیکیشن-بت-فوروارد-با-لینک-مستقیم.jpg\";s:8:\"filesize\";i:47263;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:88:\"دانلود-اپلیکیشن-بت-فوروارد-با-لینک-مستقیم-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12486;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:88:\"دانلود-اپلیکیشن-بت-فوروارد-با-لینک-مستقیم-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6321;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:88:\"دانلود-اپلیکیشن-بت-فوروارد-با-لینک-مستقیم-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45884;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:88:\"دانلود-اپلیکیشن-بت-فوروارد-با-لینک-مستقیم-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9184;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:88:\"دانلود-اپلیکیشن-بت-فوروارد-با-لینک-مستقیم-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19188;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:88:\"دانلود-اپلیکیشن-بت-فوروارد-با-لینک-مستقیم-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49589;}}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:103:\"دانلود اپلیکیشن بت فوروارد با لینک مستقیم\nhttps://forwardbet.casino/\";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:{}}}'),
(1021, 211, '_wp_attachment_image_alt', 'دانلود اپلیکیشن بت فوروارد با لینک مستقیم'),
(1022, 212, '_wp_attached_file', '2024/09/دانلود-برنامه-بت-فوروارد-برای-اندروید.jpg'),
(1023, 212, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:81:\"2024/09/دانلود-برنامه-بت-فوروارد-برای-اندروید.jpg\";s:8:\"filesize\";i:43666;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"دانلود-برنامه-بت-فوروارد-برای-اندروید-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"دانلود-برنامه-بت-فوروارد-برای-اندروید-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6042;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"دانلود-برنامه-بت-فوروارد-برای-اندروید-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42994;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:81:\"دانلود-برنامه-بت-فوروارد-برای-اندروید-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8683;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:81:\"دانلود-برنامه-بت-فوروارد-برای-اندروید-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18379;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:81:\"دانلود-برنامه-بت-فوروارد-برای-اندروید-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46033;}}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:96:\"دانلود برنامه بت فوروارد برای اندروید\nhttps://forwardbet.casino/\";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:{}}}'),
(1024, 212, '_wp_attachment_image_alt', 'دانلود برنامه بت فوروارد برای اندروید'),
(1025, 214, '_wp_attached_file', '2024/09/دانلود-فیلتر-شکن-بت-فوروارد-با-لینک-مستقیم.jpg'),
(1026, 214, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:89:\"2024/09/دانلود-فیلتر-شکن-بت-فوروارد-با-لینک-مستقیم.jpg\";s:8:\"filesize\";i:413256;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:89:\"دانلود-فیلتر-شکن-بت-فوروارد-با-لینک-مستقیم-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14834;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:89:\"دانلود-فیلتر-شکن-بت-فوروارد-با-لینک-مستقیم-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7416;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:89:\"دانلود-فیلتر-شکن-بت-فوروارد-با-لینک-مستقیم-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58652;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:89:\"دانلود-فیلتر-شکن-بت-فوروارد-با-لینک-مستقیم-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10530;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:89:\"دانلود-فیلتر-شکن-بت-فوروارد-با-لینک-مستقیم-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23498;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:89:\"دانلود-فیلتر-شکن-بت-فوروارد-با-لینک-مستقیم-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66002;}}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:95:\"دانلود فیلتر شکن بت فوروارد با لینک مستقیم\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1027, 214, '_wp_attachment_image_alt', 'دانلود فیلتر شکن بت فوروارد با لینک مستقیم'),
(1028, 207, '_thumbnail_id', '214'),
(1029, 207, 'tie_post_sub_title', 'لینک دانلود فیلتر شکن بت فوروارد'),
(1030, 207, 'ekit_post_views_count', '318'),
(1032, 217, '_edit_lock', '1751361411:1'),
(1033, 217, '_edit_last', '1'),
(1034, 217, '_wp_page_template', 'default'),
(1035, 217, 'tie_post_sub_title', 'سایت شرط بندی بت فوروارد بدون فیلتر'),
(1036, 217, 'tie_primary_category', '44'),
(1037, 217, 'tie_post_head', 'standard'),
(1038, 217, '_yoast_wpseo_primary_category', '44'),
(1039, 217, '_yoast_wpseo_videositemap-rating', '0'),
(1040, 217, '_yoast_wpseo_focuskw', 'بت فوروارد بدون فیلتر'),
(1041, 217, '_yoast_wpseo_title', 'بت فوروارد بدون فیلتر'),
(1042, 217, '_yoast_wpseo_metadesc', 'به دلیل مشکلات و محدودیت های موجود در کشور ایران و برخی از کشور ها، بت فوروارد بدون فیلتر برای کاربرانی که در این سایت فعالیت می کنند ...'),
(1043, 217, '_yoast_wpseo_linkdex', '80'),
(1044, 217, '_yoast_wpseo_content_score', '90'),
(1045, 217, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"سایت بت فوروارد بدون فیلتر\",\"score\":100},{\"keyword\":\"بت فوروارد فیلتر\",\"score\":100},{\"keyword\":\"بت فوروارد بدون فیلتر شکن\",\"score\":73},{\"keyword\":\"لینک بدون فیلتر بت فوروارد\",\"score\":73}]'),
(1046, 217, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(1047, 217, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(1048, 219, '_wp_attached_file', '2024/09/بت-فوروارد-بدون-فیلتر.jpg'),
(1049, 219, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:51:\"2024/09/بت-فوروارد-بدون-فیلتر.jpg\";s:8:\"filesize\";i:405072;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"بت-فوروارد-بدون-فیلتر-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14646;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"بت-فوروارد-بدون-فیلتر-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7437;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"بت-فوروارد-بدون-فیلتر-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57126;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:51:\"بت-فوروارد-بدون-فیلتر-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10616;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:51:\"بت-فوروارد-بدون-فیلتر-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22734;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:51:\"بت-فوروارد-بدون-فیلتر-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63929;}}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:57:\"بت فوروارد بدون فیلتر\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1050, 219, '_wp_attachment_image_alt', 'بت فوروارد بدون فیلتر'),
(1051, 220, '_wp_attached_file', '2024/09/فیلترشکن-فوروارد.jpg'),
(1052, 220, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:43:\"2024/09/فیلترشکن-فوروارد.jpg\";s:8:\"filesize\";i:49807;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"فیلترشکن-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13126;}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:6662;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"فیلترشکن-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48454;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:43:\"فیلترشکن-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9880;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:43:\"فیلترشکن-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20732;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:43:\"فیلترشکن-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53768;}}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:58:\"فیلترشکن فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(1053, 220, '_wp_attachment_image_alt', ''),
(1054, 221, '_wp_attached_file', '2024/09/فیلتر-شکن-بت-فوروارد.jpg'),
(1055, 221, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2024/09/فیلتر-شکن-بت-فوروارد.jpg\";s:8:\"filesize\";i:44385;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"فیلتر-شکن-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12111;}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:6134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"فیلتر-شکن-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43535;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:49:\"فیلتر-شکن-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8753;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:49:\"فیلتر-شکن-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18458;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:49:\"فیلتر-شکن-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46705;}}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:64:\"فیلتر شکن بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(1056, 221, '_wp_attachment_image_alt', 'فیلتر شکن بت فوروارد'),
(1057, 222, '_wp_attached_file', '2024/09/بت-فوروارد-با-فیلتر.jpg'),
(1058, 222, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2024/09/بت-فوروارد-با-فیلتر.jpg\";s:8:\"filesize\";i:41147;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"بت-فوروارد-با-فیلتر-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11642;}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:5734;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"بت-فوروارد-با-فیلتر-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41135;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:47:\"بت-فوروارد-با-فیلتر-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8418;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:47:\"بت-فوروارد-با-فیلتر-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17765;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:47:\"بت-فوروارد-با-فیلتر-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43868;}}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:62:\"بت فوروارد با فیلتر\nhttps://forwardbet.casino/\";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:{}}}'),
(1059, 222, '_wp_attachment_image_alt', 'بت فوروارد با فیلتر'),
(1060, 223, '_wp_attached_file', '2024/09/بت-فوروارد-تلگرام.jpg'),
(1061, 223, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2024/09/بت-فوروارد-تلگرام.jpg\";s:8:\"filesize\";i:40692;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"بت-فوروارد-تلگرام-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11302;}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:5474;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"بت-فوروارد-تلگرام-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39744;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:44:\"بت-فوروارد-تلگرام-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8069;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:44:\"بت-فوروارد-تلگرام-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17136;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:44:\"بت-فوروارد-تلگرام-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42679;}}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:59:\"بت فوروارد تلگرام\nhttps://forwardbet.casino/\";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:{}}}'),
(1062, 223, '_wp_attachment_image_alt', 'بت فوروارد تلگرام'),
(1063, 217, '_thumbnail_id', '219'),
(1064, 217, 'ekit_post_views_count', '244'),
(1065, 225, '_edit_lock', '1751361413:1'),
(1066, 225, '_edit_last', '1'),
(1067, 217, 'tie_sidebar_pos', 'full'),
(1068, 227, '_wp_attached_file', '2024/09/ادرس-جدید-بت-فوروارد-بدون-فیلتر-شکن.jpg'),
(1069, 227, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:76:\"2024/09/ادرس-جدید-بت-فوروارد-بدون-فیلتر-شکن.jpg\";s:8:\"filesize\";i:372914;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"ادرس-جدید-بت-فوروارد-بدون-فیلتر-شکن-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"ادرس-جدید-بت-فوروارد-بدون-فیلتر-شکن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"ادرس-جدید-بت-فوروارد-بدون-فیلتر-شکن-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56662;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:76:\"ادرس-جدید-بت-فوروارد-بدون-فیلتر-شکن-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10389;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:76:\"ادرس-جدید-بت-فوروارد-بدون-فیلتر-شکن-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22737;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:76:\"ادرس-جدید-بت-فوروارد-بدون-فیلتر-شکن-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62888;}}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:82:\"ادرس جدید بت فوروارد بدون فیلتر شکن\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1070, 227, '_wp_attachment_image_alt', 'ادرس جدید بت فوروارد بدون فیلتر شکن'),
(1071, 228, '_wp_attached_file', '2024/09/آدرس-بدون-فیلتر-بت-فوروارد.jpg'),
(1072, 228, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:60:\"2024/09/آدرس-بدون-فیلتر-بت-فوروارد.jpg\";s:8:\"filesize\";i:45157;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"آدرس-بدون-فیلتر-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"آدرس-بدون-فیلتر-بت-فوروارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5797;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"آدرس-بدون-فیلتر-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44024;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:60:\"آدرس-بدون-فیلتر-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8640;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:60:\"آدرس-بدون-فیلتر-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18423;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:60:\"آدرس-بدون-فیلتر-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47724;}}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:75:\"آدرس بدون فیلتر بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(1073, 228, '_wp_attachment_image_alt', 'آدرس بدون فیلتر بت فوروارد'),
(1074, 229, '_wp_attached_file', '2024/09/ادرس-بدون-فیلتر-بت-فوروارد.jpg'),
(1075, 229, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:60:\"2024/09/ادرس-بدون-فیلتر-بت-فوروارد.jpg\";s:8:\"filesize\";i:42902;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"ادرس-بدون-فیلتر-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11548;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"ادرس-بدون-فیلتر-بت-فوروارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5653;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"ادرس-بدون-فیلتر-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41607;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:60:\"ادرس-بدون-فیلتر-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8219;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:60:\"ادرس-بدون-فیلتر-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17494;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:60:\"ادرس-بدون-فیلتر-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44754;}}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:75:\"ادرس بدون فیلتر بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(1076, 229, '_wp_attachment_image_alt', 'ادرس بدون فیلتر بت فوروارد'),
(1077, 225, '_thumbnail_id', '227'),
(1078, 225, '_wp_page_template', 'default'),
(1079, 225, 'tie_post_sub_title', 'آدرس بدون فیلتر بت فوروارد'),
(1080, 225, 'tie_primary_category', '44'),
(1081, 225, 'tie_sidebar_pos', 'full'),
(1082, 225, 'tie_post_head', 'standard'),
(1083, 225, '_yoast_wpseo_primary_category', '44'),
(1084, 225, '_yoast_wpseo_videositemap-rating', '0'),
(1085, 225, '_yoast_wpseo_focuskw', 'ادرس جدید بت فوروارد بدون فیلتر شکن'),
(1086, 225, '_yoast_wpseo_title', 'ادرس جدید بت فوروارد بدون فیلتر شکن'),
(1087, 225, '_yoast_wpseo_linkdex', '74'),
(1088, 225, '_yoast_wpseo_content_score', '90'),
(1089, 225, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"ادرس جدید بت فوروارد\",\"score\":100},{\"keyword\":\"ادرس بت فوروارد\",\"score\":100},{\"keyword\":\"بت فوروارد بدون فیلتر\",\"score\":-31},{\"keyword\":\"آدرس بدون فیلتر بت فوروارد\",\"score\":87}]'),
(1090, 225, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(1091, 225, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(1092, 231, '_wp_attached_file', '2024/09/آدرس-جدید-بت-فوروارد.jpg'),
(1093, 231, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2024/09/آدرس-جدید-بت-فوروارد.jpg\";s:8:\"filesize\";i:42175;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"آدرس-جدید-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11701;}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:5943;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"آدرس-جدید-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41526;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:49:\"آدرس-جدید-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8540;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:49:\"آدرس-جدید-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18112;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:49:\"آدرس-جدید-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44511;}}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:64:\"آدرس جدید بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(1094, 231, '_wp_attachment_image_alt', 'آدرس جدید بت فوروارد'),
(1095, 225, '_yoast_wpseo_metadesc', 'برای علاقه مندان شرط بندی آنلاین، ادرس جدید بت فوروارد بدون فیلتر شکن اهمیت بسیار زیادی دارد. وب سایت شرط بندی بت فوروارد با ارائه ...'),
(1096, 225, 'ekit_post_views_count', '242'),
(1097, 233, '_edit_lock', '1751361415:1'),
(1098, 233, '_edit_last', '1'),
(1099, 234, '_wp_attached_file', '2024/09/سایت-بت-فوروارد-با-فیلترشکن.jpg'),
(1100, 234, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:62:\"2024/09/سایت-بت-فوروارد-با-فیلترشکن.jpg\";s:8:\"filesize\";i:375826;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"سایت-بت-فوروارد-با-فیلترشکن-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14433;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"سایت-بت-فوروارد-با-فیلترشکن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7189;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"سایت-بت-فوروارد-با-فیلترشکن-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54758;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:62:\"سایت-بت-فوروارد-با-فیلترشکن-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10285;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:62:\"سایت-بت-فوروارد-با-فیلترشکن-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22213;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:62:\"سایت-بت-فوروارد-با-فیلترشکن-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61036;}}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:68:\"سایت بت فوروارد با فیلترشکن\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1101, 234, '_wp_attachment_image_alt', 'سایت بت فوروارد با فیلترشکن'),
(1102, 233, '_thumbnail_id', '234'),
(1103, 233, '_wp_page_template', 'default'),
(1104, 233, 'tie_post_sub_title', 'بت فوروارد فیلترشکن'),
(1105, 233, 'tie_primary_category', '46'),
(1106, 233, 'tie_sidebar_pos', 'full'),
(1107, 233, 'tie_post_head', 'standard'),
(1108, 233, '_yoast_wpseo_primary_category', '46'),
(1109, 233, '_yoast_wpseo_videositemap-rating', '0'),
(1110, 233, '_yoast_wpseo_focuskw', 'سایت بت فوروارد با فیلترشکن'),
(1111, 233, '_yoast_wpseo_title', 'سایت بت فوروارد با فیلترشکن'),
(1112, 233, '_yoast_wpseo_metadesc', 'به دلیل فیلترینگ موجود در کشور ایران، کاربران از سایت بت فوروارد با فیلترشکن باید استفاده کنند. موضوعی که دسترسی کاربران به سایت های ...'),
(1113, 233, '_yoast_wpseo_linkdex', '74'),
(1114, 233, '_yoast_wpseo_content_score', '90'),
(1115, 233, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"سایت بت فوروارد فیلترشکن\",\"score\":93},{\"keyword\":\"بت فوروارد فیلترشکن\",\"score\":100},{\"keyword\":\"بت فوروارد فیلتر\",\"score\":-64},{\"keyword\":\"بت فوروارد با فیلترشکن\",\"score\":100}]'),
(1116, 233, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(1117, 233, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(1118, 236, '_wp_attached_file', '2024/09/سایت-بت-فوروارد-بدون-فیلتر-شکن.jpg'),
(1119, 236, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:67:\"2024/09/سایت-بت-فوروارد-بدون-فیلتر-شکن.jpg\";s:8:\"filesize\";i:44950;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"سایت-بت-فوروارد-بدون-فیلتر-شکن-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12065;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"سایت-بت-فوروارد-بدون-فیلتر-شکن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6088;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"سایت-بت-فوروارد-بدون-فیلتر-شکن-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44262;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:67:\"سایت-بت-فوروارد-بدون-فیلتر-شکن-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8752;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:67:\"سایت-بت-فوروارد-بدون-فیلتر-شکن-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18532;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:67:\"سایت-بت-فوروارد-بدون-فیلتر-شکن-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48004;}}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:82:\"سایت بت فوروارد بدون فیلتر شکن\nhttps://forwardbet.casino/\";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:{}}}'),
(1120, 236, '_wp_attachment_image_alt', 'سایت بت فوروارد بدون فیلتر شکن'),
(1121, 237, '_wp_attached_file', '2024/09/سایت-بت-فوروارد.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1122, 237, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2024/09/سایت-بت-فوروارد.jpg\";s:8:\"filesize\";i:45733;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"سایت-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11785;}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:5862;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"سایت-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43688;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:40:\"سایت-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8552;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:40:\"سایت-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18391;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:40:\"سایت-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48258;}}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:\"سایت بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(1123, 237, '_wp_attachment_image_alt', 'سایت بت فوروارد'),
(1124, 238, '_wp_attached_file', '2024/09/سایت-بت-فوروارد-بدون-فیلتر.jpg'),
(1125, 238, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:60:\"2024/09/سایت-بت-فوروارد-بدون-فیلتر.jpg\";s:8:\"filesize\";i:44211;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"سایت-بت-فوروارد-بدون-فیلتر-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"سایت-بت-فوروارد-بدون-فیلتر-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5659;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"سایت-بت-فوروارد-بدون-فیلتر-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42764;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:60:\"سایت-بت-فوروارد-بدون-فیلتر-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8405;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:60:\"سایت-بت-فوروارد-بدون-فیلتر-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17939;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:60:\"سایت-بت-فوروارد-بدون-فیلتر-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46446;}}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:75:\"سایت بت فوروارد بدون فیلتر\nhttps://forwardbet.casino/\";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:{}}}'),
(1126, 238, '_wp_attachment_image_alt', 'سایت بت فوروارد بدون فیلتر'),
(1127, 240, '_wp_attached_file', '2024/09/سایت-بدون-فیلتر-بت-فوروارد.jpg'),
(1128, 240, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:60:\"2024/09/سایت-بدون-فیلتر-بت-فوروارد.jpg\";s:8:\"filesize\";i:43444;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"سایت-بدون-فیلتر-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11325;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"سایت-بدون-فیلتر-بت-فوروارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5574;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"سایت-بدون-فیلتر-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41847;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:60:\"سایت-بدون-فیلتر-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8069;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:60:\"سایت-بدون-فیلتر-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17496;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:60:\"سایت-بدون-فیلتر-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45679;}}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:75:\"سایت بدون فیلتر بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(1129, 240, '_wp_attachment_image_alt', 'سایت بدون فیلتر بت فوروارد'),
(1130, 241, '_wp_attached_file', '2024/09/سایت-بت-فورد-بدون-فیلتر.jpg'),
(1131, 241, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2024/09/سایت-بت-فورد-بدون-فیلتر.jpg\";s:8:\"filesize\";i:46103;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"سایت-بت-فورد-بدون-فیلتر-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"سایت-بت-فورد-بدون-فیلتر-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6171;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"سایت-بت-فورد-بدون-فیلتر-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44918;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:54:\"سایت-بت-فورد-بدون-فیلتر-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9197;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:54:\"سایت-بت-فورد-بدون-فیلتر-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19238;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:54:\"سایت-بت-فورد-بدون-فیلتر-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49197;}}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:69:\"سایت بت فورد بدون فیلتر\nhttps://forwardbet.casino/\";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:{}}}'),
(1132, 241, '_wp_attachment_image_alt', 'سایت بت فورد بدون فیلتر'),
(1133, 242, '_wp_attached_file', '2024/09/betforward-بدون-فیلتر.jpg'),
(1134, 242, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2024/09/betforward-بدون-فیلتر.jpg\";s:8:\"filesize\";i:43579;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"betforward-بدون-فیلتر-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12028;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"betforward-بدون-فیلتر-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5848;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"betforward-بدون-فیلتر-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42672;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:42:\"betforward-بدون-فیلتر-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8859;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:42:\"betforward-بدون-فیلتر-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18564;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:42:\"betforward-بدون-فیلتر-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46424;}}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:57:\"betforward بدون فیلتر\nhttps://forwardbet.casino/\";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:{}}}'),
(1135, 242, '_wp_attachment_image_alt', 'betforward بدون فیلتر'),
(1136, 233, 'ekit_post_views_count', '206'),
(1137, 244, '_edit_lock', '1751361417:1'),
(1138, 244, '_edit_last', '1'),
(1139, 245, '_wp_attached_file', '2024/09/سایت-رسمی-بت-فوروارد.jpg'),
(1140, 245, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2024/09/سایت-رسمی-بت-فوروارد.jpg\";s:8:\"filesize\";i:51428;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"سایت-رسمی-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12830;}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:6636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"سایت-رسمی-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49272;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:49:\"سایت-رسمی-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9525;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:49:\"سایت-رسمی-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20601;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:49:\"سایت-رسمی-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54547;}}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:64:\"سایت رسمی بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(1141, 245, '_wp_attachment_image_alt', 'سایت رسمی بت فوروارد'),
(1142, 246, '_wp_attached_file', '2024/09/سایت-شرط-بندی-بت-فوروارد.jpg'),
(1143, 246, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:56:\"2024/09/سایت-شرط-بندی-بت-فوروارد.jpg\";s:8:\"filesize\";i:47861;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12239;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-بت-فوروارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6184;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45873;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8895;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18978;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:56:\"سایت-شرط-بندی-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50255;}}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:71:\"سایت شرط بندی بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(1144, 246, '_wp_attachment_image_alt', 'سایت شرط بندی بت فوروارد'),
(1145, 247, '_wp_attached_file', '2024/09/بت-فوروارد-اصلی.jpg'),
(1146, 247, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2024/09/بت-فوروارد-اصلی.jpg\";s:8:\"filesize\";i:367078;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"بت-فوروارد-اصلی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13358;}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:6771;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"بت-فوروارد-اصلی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52803;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:40:\"بت-فوروارد-اصلی-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9385;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:40:\"بت-فوروارد-اصلی-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20719;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:40:\"بت-فوروارد-اصلی-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58047;}}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:\"betforward بدون فیلتر\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1147, 247, '_wp_attachment_image_alt', 'بت فوروارد اصلی'),
(1148, 244, '_thumbnail_id', '247'),
(1149, 244, '_wp_page_template', 'default'),
(1150, 244, 'tie_post_sub_title', 'سایت شرط بندی اصلی بت فوروارد'),
(1151, 244, 'tie_primary_category', '1'),
(1152, 244, 'tie_sidebar_pos', 'full'),
(1153, 244, 'tie_post_head', 'standard'),
(1154, 244, '_yoast_wpseo_primary_category', '1'),
(1155, 244, '_yoast_wpseo_videositemap-rating', '0'),
(1156, 244, '_yoast_wpseo_focuskw', 'بت فوروارد اصلی'),
(1157, 244, '_yoast_wpseo_title', 'بت فوروارد اصلی'),
(1158, 244, '_yoast_wpseo_metadesc', 'بت فوروارد یک سایت محبوب در زمینه شرط بندی آنلاین می باشد که چند سالیست فعالیت خود را آغاز کرده است. بت فوروارد اصلی برای مخاطبانی که ...'),
(1159, 244, '_yoast_wpseo_linkdex', '75'),
(1160, 244, '_yoast_wpseo_content_score', '90'),
(1161, 244, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"بت فوروارد\",\"score\":-31},{\"keyword\":\"سایت بت فوروارد\",\"score\":-31},{\"keyword\":\"بت فوروارد سایت اصلی\",\"score\":87},{\"keyword\":\"بت فوروارد رسمی\",\"score\":73}]'),
(1162, 244, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(1163, 244, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(1164, 244, 'ekit_post_views_count', '235'),
(1165, 250, '_edit_lock', '1751361419:1'),
(1166, 250, '_edit_last', '1'),
(1167, 251, '_wp_attached_file', '2024/09/بت-فوروارد-تلگرام-1.jpg'),
(1168, 251, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2024/09/بت-فوروارد-تلگرام-1.jpg\";s:8:\"filesize\";i:321748;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"بت-فوروارد-تلگرام-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12882;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"بت-فوروارد-تلگرام-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:6344;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"بت-فوروارد-تلگرام-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46647;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:46:\"بت-فوروارد-تلگرام-1-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8945;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:46:\"بت-فوروارد-تلگرام-1-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19062;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:46:\"بت-فوروارد-تلگرام-1-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49543;}}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:\"betforward بدون فیلتر\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1169, 251, '_wp_attachment_image_alt', 'بت فوروارد تلگرام'),
(1170, 252, '_wp_attached_file', '2024/09/کانال-تلگرام-بت-فوروارد.jpg'),
(1171, 252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:55:\"2024/09/کانال-تلگرام-بت-فوروارد.jpg\";s:8:\"filesize\";i:41639;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"کانال-تلگرام-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11503;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"کانال-تلگرام-بت-فوروارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5508;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"کانال-تلگرام-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41281;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:55:\"کانال-تلگرام-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8112;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:55:\"کانال-تلگرام-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17345;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:55:\"کانال-تلگرام-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43694;}}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:\"کانال تلگرام بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(1172, 252, '_wp_attachment_image_alt', ''),
(1173, 250, '_thumbnail_id', '251'),
(1174, 250, '_wp_page_template', 'default'),
(1175, 250, 'tie_post_sub_title', 'کانال تلگرام سایت بت فوروارد'),
(1176, 250, 'tie_primary_category', '1'),
(1177, 250, 'tie_sidebar_pos', 'full'),
(1178, 250, 'tie_post_head', 'standard'),
(1179, 250, '_yoast_wpseo_primary_category', '1'),
(1180, 250, '_yoast_wpseo_videositemap-rating', '0'),
(1181, 250, '_yoast_wpseo_focuskw', 'بت فوروارد تلگرام'),
(1182, 250, '_yoast_wpseo_title', 'بت فوروارد تلگرام'),
(1183, 250, '_yoast_wpseo_metadesc', 'بت فوروارد در شکبه های مجازی محبوب مانند تلگرام حضور فعال و پر رنگی دارد. کانال بت فوروارد تلگرام برای کاربران این سایت شرط بندی از ...'),
(1184, 250, '_yoast_wpseo_linkdex', '74'),
(1185, 250, '_yoast_wpseo_content_score', '90'),
(1186, 250, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"سایت بت فوروارد تلگرام\",\"score\":100},{\"keyword\":\"کانال بت فوروارد\",\"score\":100},{\"keyword\":\"کانال تلگرام بت فوروارد\",\"score\":100},{\"keyword\":\"کانال تلگرام سایت شرط بندی بت فوروارد\",\"score\":93}]'),
(1187, 250, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(1188, 250, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(1189, 250, 'ekit_post_views_count', '210'),
(1190, 254, '_edit_lock', '1751361898:1'),
(1191, 254, '_edit_last', '1'),
(1192, 254, '_wp_page_template', 'default'),
(1193, 254, 'tie_post_sub_title', 'لینک جدید و بدون فیلتر بت فوروارد'),
(1194, 254, 'tie_primary_category', '44'),
(1195, 254, 'tie_sidebar_pos', 'full'),
(1196, 254, 'tie_post_head', 'standard'),
(1197, 254, '_yoast_wpseo_primary_category', '44'),
(1198, 254, '_yoast_wpseo_videositemap-rating', '0'),
(1199, 254, '_yoast_wpseo_focuskw', 'لینک بدون فیلتر بت فوروارد'),
(1200, 254, '_yoast_wpseo_title', 'لینک بدون فیلتر بت فوروارد'),
(1201, 254, '_yoast_wpseo_metadesc', 'روش دسترسی به لینک بدون فیلتر بت فوروارد برای کاربرانی که در این سایت شرط بندی فعالیت می کنند، بسیار مهم می باشد. شما به آسانی از ...'),
(1202, 254, '_yoast_wpseo_linkdex', '74'),
(1203, 254, '_yoast_wpseo_content_score', '90'),
(1204, 254, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"بدون فیلتر بت فوروارد\",\"score\":58},{\"keyword\":\"لینک بت فوروارد\",\"score\":100},{\"keyword\":\"لینک جدید بت فوروارد\",\"score\":100},{\"keyword\":\"لینک بدون فیلتر سایت بت فوروارد\",\"score\":93}]'),
(1205, 254, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(1206, 254, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(1207, 256, '_wp_attached_file', '2024/09/لینک-بدون-فیلتر-بت-فوروارد.jpg'),
(1208, 256, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:60:\"2024/09/لینک-بدون-فیلتر-بت-فوروارد.jpg\";s:8:\"filesize\";i:362503;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"لینک-بدون-فیلتر-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13838;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"لینک-بدون-فیلتر-بت-فوروارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7062;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"لینک-بدون-فیلتر-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51692;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:60:\"لینک-بدون-فیلتر-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9863;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:60:\"لینک-بدون-فیلتر-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20898;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:60:\"لینک-بدون-فیلتر-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56451;}}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:\"betforward بدون فیلتر\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1209, 256, '_wp_attachment_image_alt', 'لینک بدون فیلتر بت فوروارد'),
(1210, 257, '_wp_attached_file', '2024/09/آدرس-جدید-بت-فوروارد-1.jpg'),
(1211, 257, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:51:\"2024/09/آدرس-جدید-بت-فوروارد-1.jpg\";s:8:\"filesize\";i:45039;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"آدرس-جدید-بت-فوروارد-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11789;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"آدرس-جدید-بت-فوروارد-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:5802;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"آدرس-جدید-بت-فوروارد-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43911;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:51:\"آدرس-جدید-بت-فوروارد-1-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8492;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:51:\"آدرس-جدید-بت-فوروارد-1-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18209;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:51:\"آدرس-جدید-بت-فوروارد-1-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47422;}}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:64:\"آدرس جدید بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(1212, 257, '_wp_attachment_image_alt', ''),
(1213, 254, '_thumbnail_id', '256'),
(1214, 254, 'ekit_post_views_count', '238'),
(1215, 259, '_edit_lock', '1751361898:1'),
(1216, 259, '_edit_last', '1'),
(1217, 259, '_wp_page_template', 'default'),
(1218, 259, 'tie_post_sub_title', 'آموزش ورود به سایت بت فوروارد'),
(1219, 259, 'tie_primary_category', '45'),
(1220, 259, 'tie_sidebar_pos', 'full'),
(1221, 259, 'tie_post_head', 'standard'),
(1222, 259, '_yoast_wpseo_primary_category', '45'),
(1223, 259, '_yoast_wpseo_videositemap-rating', '0'),
(1224, 259, '_yoast_wpseo_focuskw', 'ورود به سایت بت فوروارد'),
(1225, 259, '_yoast_wpseo_title', 'ورود به سایت بت فوروارد'),
(1226, 259, '_yoast_wpseo_metadesc', 'با دریافت آدرس سایت BetForward، ورود به سایت بت فوروارد به آسانی امکان پذیر است و شما می توانید از خدمات و امکانات موجود در این سایت ...'),
(1227, 259, '_yoast_wpseo_linkdex', '77'),
(1228, 259, '_yoast_wpseo_content_score', '90'),
(1229, 259, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"ورود به بت فوروارد\",\"score\":100},{\"keyword\":\"ورود بت فوروارد\",\"score\":100},{\"keyword\":\"آموزش ورود به بت فوروارد\",\"score\":73},{\"keyword\":\"آموزش ورود بت فوروارد\",\"score\":73}]'),
(1230, 259, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(1231, 259, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(1232, 261, '_wp_attached_file', '2024/09/ورود-به-سایت-بت-فوروارد.jpg'),
(1233, 261, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2024/09/ورود-به-سایت-بت-فوروارد.jpg\";s:8:\"filesize\";i:329560;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"ورود-به-سایت-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12855;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"ورود-به-سایت-بت-فوروارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6345;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"ورود-به-سایت-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48341;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:54:\"ورود-به-سایت-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8850;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:54:\"ورود-به-سایت-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19221;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:54:\"ورود-به-سایت-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51713;}}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:\"betforward بدون فیلتر\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1234, 261, '_wp_attachment_image_alt', 'ورود به سایت بت فوروارد'),
(1235, 262, '_wp_attached_file', '2024/09/آموزش-ورود-به-بت-فوروارد.jpg'),
(1236, 262, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:56:\"2024/09/آموزش-ورود-به-بت-فوروارد.jpg\";s:8:\"filesize\";i:44432;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"آموزش-ورود-به-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11758;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"آموزش-ورود-به-بت-فوروارد-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:56:\"آموزش-ورود-به-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42630;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:56:\"آموزش-ورود-به-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8324;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:56:\"آموزش-ورود-به-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17853;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:56:\"آموزش-ورود-به-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46398;}}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:71:\"آموزش ورود به بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(1237, 262, '_wp_attachment_image_alt', 'آموزش ورود به بت فوروارد'),
(1238, 259, '_thumbnail_id', '261'),
(1239, 259, 'ekit_post_views_count', '244'),
(1240, 264, '_edit_lock', '1751362043:1'),
(1241, 264, '_edit_last', '1'),
(1242, 264, '_wp_page_template', 'default'),
(1243, 264, 'tie_post_sub_title', 'سایت بت فوروارد بدون فیلتر شکن'),
(1244, 264, 'tie_primary_category', '1'),
(1245, 264, 'tie_post_head', 'standard'),
(1246, 264, '_yoast_wpseo_primary_category', '1'),
(1247, 264, '_yoast_wpseo_videositemap-rating', '0'),
(1248, 264, '_yoast_wpseo_focuskw', 'مشکل سایت بت فوروارد بدون فیلتر شکن'),
(1249, 264, '_yoast_wpseo_title', 'مشکل سایت بت فوروارد بدون فیلتر شکن'),
(1250, 264, '_yoast_wpseo_metadesc', 'فیلترینگ و محدودیت های موجود در کشور ایران باعث بروز مشکل سایت بت فوروارد بدون فیلتر شکن شده است. به طوری که کاربران به دلیل فیلترینگ ...'),
(1251, 264, '_yoast_wpseo_linkdex', '77'),
(1252, 264, '_yoast_wpseo_content_score', '90'),
(1253, 264, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"سایت بت فوروارد بدون فیلتر شکن\",\"score\":-38},{\"keyword\":\"مشکل سایت بت فوروارد فیلتر شکن\",\"score\":93},{\"keyword\":\"مشکل بت فوروارد فیلتر شکن\",\"score\":93},{\"keyword\":\"مشکل سایت بت فوروارد بدون فیلتر\",\"score\":93}]'),
(1254, 264, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(1255, 264, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(1256, 266, '_wp_attached_file', '2024/09/مشکل-سایت-بت-فوروارد-بدون-فیلتر-شکن.jpg'),
(1257, 266, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:76:\"2024/09/مشکل-سایت-بت-فوروارد-بدون-فیلتر-شکن.jpg\";s:8:\"filesize\";i:382994;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"مشکل-سایت-بت-فوروارد-بدون-فیلتر-شکن-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15010;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"مشکل-سایت-بت-فوروارد-بدون-فیلتر-شکن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7400;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"مشکل-سایت-بت-فوروارد-بدون-فیلتر-شکن-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56838;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:76:\"مشکل-سایت-بت-فوروارد-بدون-فیلتر-شکن-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10648;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:76:\"مشکل-سایت-بت-فوروارد-بدون-فیلتر-شکن-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23039;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:76:\"مشکل-سایت-بت-فوروارد-بدون-فیلتر-شکن-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63055;}}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:\"betforward بدون فیلتر\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1258, 266, '_wp_attachment_image_alt', 'مشکل سایت بت فوروارد بدون فیلتر شکن'),
(1259, 267, '_wp_attached_file', '2024/09/مشکل-فیلتر-بت-فوروارد.jpg'),
(1260, 267, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:51:\"2024/09/مشکل-فیلتر-بت-فوروارد.jpg\";s:8:\"filesize\";i:42205;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"مشکل-فیلتر-بت-فوروارد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11569;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"مشکل-فیلتر-بت-فوروارد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5840;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"مشکل-فیلتر-بت-فوروارد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41395;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:51:\"مشکل-فیلتر-بت-فوروارد-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8185;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:51:\"مشکل-فیلتر-بت-فوروارد-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17509;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:51:\"مشکل-فیلتر-بت-فوروارد-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44264;}}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:66:\"مشکل فیلتر بت فوروارد\nhttps://forwardbet.casino/\";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:{}}}'),
(1261, 267, '_wp_attachment_image_alt', 'مشکل فیلتر بت فوروارد'),
(1262, 264, '_thumbnail_id', '266'),
(1263, 264, 'ekit_post_views_count', '248'),
(1264, 270, '_edit_lock', '1751361900:1'),
(1265, 270, '_edit_last', '1'),
(1266, 264, 'tie_sidebar_pos', 'full'),
(1267, 272, '_wp_attached_file', '2024/09/betforward-vpn-bot.jpg'),
(1268, 272, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2024/09/betforward-vpn-bot.jpg\";s:8:\"filesize\";i:383600;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"betforward-vpn-bot-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14607;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"betforward-vpn-bot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7252;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"betforward-vpn-bot-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56038;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:30:\"betforward-vpn-bot-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10401;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:30:\"betforward-vpn-bot-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22767;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:30:\"betforward-vpn-bot-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61879;}}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:\"betforward بدون فیلتر\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1269, 272, '_wp_attachment_image_alt', 'betforward vpn bot'),
(1270, 273, '_wp_attached_file', '2024/09/کانال-betforward-vpn.jpg'),
(1271, 273, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2024/09/کانال-betforward-vpn.jpg\";s:8:\"filesize\";i:44998;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"کانال-betforward-vpn-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12053;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"کانال-betforward-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:6023;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"کانال-betforward-vpn-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44131;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:37:\"کانال-betforward-vpn-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8762;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:37:\"کانال-betforward-vpn-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18397;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:37:\"کانال-betforward-vpn-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47470;}}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:52:\"کانال betforward vpn\nhttps://forwardbet.casino/\";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:{}}}'),
(1272, 273, '_wp_attachment_image_alt', 'کانال betforward vpn'),
(1273, 270, '_thumbnail_id', '272'),
(1274, 270, '_wp_page_template', 'default'),
(1275, 270, 'tie_post_sub_title', 'دانلود فیلترشکن بت فوروارد'),
(1276, 270, 'tie_primary_category', '46'),
(1277, 270, 'tie_sidebar_pos', 'full'),
(1278, 270, 'tie_post_head', 'standard'),
(1279, 270, '_yoast_wpseo_primary_category', '46'),
(1280, 270, '_yoast_wpseo_videositemap-rating', '0'),
(1281, 270, '_yoast_wpseo_focuskw', 'betforward vpn bot'),
(1282, 270, '_yoast_wpseo_title', 'betforward vpn bot'),
(1283, 270, '_yoast_wpseo_metadesc', 'امروزه کاربران وب سایت شرط بندی بت فوروارد از betforward vpn bot برای دسترسی آسان و سریع به خدمات سایت استفاده می کنند ....'),
(1284, 270, '_yoast_wpseo_linkdex', '77'),
(1285, 270, '_yoast_wpseo_content_score', '90'),
(1286, 270, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"betforward vpn\",\"score\":100},{\"keyword\":\"وی پی ان بت فوروارد\",\"score\":-38},{\"keyword\":\"فیلترشکن بت فوروارد\",\"score\":56},{\"keyword\":\"بت فوروارد vpn\",\"score\":93}]'),
(1287, 270, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(1288, 270, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(1289, 270, 'ekit_post_views_count', '211'),
(1290, 275, '_edit_lock', '1751362045:1'),
(1291, 275, '_edit_last', '1'),
(1292, 276, '_wp_attached_file', '2024/09/دانلود-فیلترشکن.jpg'),
(1293, 276, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:41:\"2024/09/دانلود-فیلترشکن.jpg\";s:8:\"filesize\";i:329489;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"دانلود-فیلترشکن-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12484;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"دانلود-فیلترشکن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6195;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"دانلود-فیلترشکن-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47305;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:41:\"دانلود-فیلترشکن-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8639;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:41:\"دانلود-فیلترشکن-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18784;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:41:\"دانلود-فیلترشکن-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50648;}}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:\"betforward بدون فیلتر\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1294, 276, '_wp_attachment_image_alt', 'دانلود فیلترشکن'),
(1295, 277, '_wp_attached_file', '2024/09/دانلود-فیلتز-شکن.jpg'),
(1296, 277, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2024/09/دانلود-فیلتز-شکن.jpg\";s:8:\"filesize\";i:44972;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"دانلود-فیلتز-شکن-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11829;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"دانلود-فیلتز-شکن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5803;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"دانلود-فیلتز-شکن-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43621;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:42:\"دانلود-فیلتز-شکن-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8595;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:42:\"دانلود-فیلتز-شکن-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18447;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:42:\"دانلود-فیلتز-شکن-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48244;}}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:57:\"دانلود فیلتز شکن\nhttps://forwardbet.casino/\";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:{}}}'),
(1297, 277, '_wp_attachment_image_alt', ''),
(1298, 275, '_thumbnail_id', '276'),
(1299, 275, '_wp_page_template', 'default'),
(1300, 275, 'tie_post_sub_title', 'روش و مراحل دانلود فیلترشکن'),
(1301, 275, 'tie_primary_category', '46'),
(1302, 275, 'tie_sidebar_pos', 'full'),
(1303, 275, 'tie_post_head', 'standard'),
(1304, 275, '_yoast_wpseo_primary_category', '46'),
(1305, 275, '_yoast_wpseo_videositemap-rating', '0'),
(1306, 275, '_yoast_wpseo_focuskw', 'دانلود فیلترشکن'),
(1307, 275, '_yoast_wpseo_title', 'دانلود فیلترشکن'),
(1308, 275, '_yoast_wpseo_metadesc', 'امروزه کاربران با دانلود فیلترشکن بر روی موبایل ها و کامپیوتر های خود به آسانی می توانند تمام محدودیت های موجود در فضای مجازی و سایت ...'),
(1309, 275, '_yoast_wpseo_linkdex', '74'),
(1310, 275, '_yoast_wpseo_content_score', '90'),
(1311, 275, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"دانلود فیلتر شکن\",\"score\":73},{\"keyword\":\"روش دانلود فیلترشکن\",\"score\":73},{\"keyword\":\"مراحل دانلود فیلترشکن\",\"score\":73},{\"keyword\":\"فیلترشکن شرط بندی\",\"score\":87}]'),
(1312, 275, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(1313, 275, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(1314, 275, 'ekit_post_views_count', '216'),
(1315, 279, '_edit_lock', '1751362046:1'),
(1316, 279, '_edit_last', '1'),
(1317, 280, '_wp_attached_file', '2024/09/win90-color-xyz.jpg'),
(1318, 280, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2024/09/win90-color-xyz.jpg\";s:8:\"filesize\";i:340988;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"win90-color-xyz-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12616;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"win90-color-xyz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6412;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"win90-color-xyz-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48866;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:27:\"win90-color-xyz-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8615;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:27:\"win90-color-xyz-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19190;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:27:\"win90-color-xyz-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52116;}}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:\"betforward بدون فیلتر\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1319, 280, '_wp_attachment_image_alt', 'win90 color xyz'),
(1320, 281, '_wp_attached_file', '2024/09/win90-بدون-فیلتر.jpg'),
(1321, 281, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2024/09/win90-بدون-فیلتر.jpg\";s:8:\"filesize\";i:43372;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"win90-بدون-فیلتر-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11969;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"win90-بدون-فیلتر-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5954;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"win90-بدون-فیلتر-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42903;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:37:\"win90-بدون-فیلتر-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8711;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:37:\"win90-بدون-فیلتر-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18274;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:37:\"win90-بدون-فیلتر-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46456;}}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:52:\"win90 بدون فیلتر\nhttps://forwardbet.casino/\";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:{}}}'),
(1322, 281, '_wp_attachment_image_alt', 'win90 بدون فیلتر'),
(1323, 282, '_wp_attached_file', '2024/09/دانلود-اپلیکیشن-win90.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1324, 282, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2024/09/دانلود-اپلیکیشن-win90.jpg\";s:8:\"filesize\";i:45460;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"دانلود-اپلیکیشن-win90-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"دانلود-اپلیکیشن-win90-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6133;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"دانلود-اپلیکیشن-win90-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44446;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:47:\"دانلود-اپلیکیشن-win90-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8881;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:47:\"دانلود-اپلیکیشن-win90-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18793;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:47:\"دانلود-اپلیکیشن-win90-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47677;}}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:62:\"دانلود اپلیکیشن win90\nhttps://forwardbet.casino/\";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:{}}}'),
(1325, 282, '_wp_attachment_image_alt', ''),
(1326, 279, '_thumbnail_id', '280'),
(1327, 279, '_wp_page_template', 'default'),
(1328, 279, 'tie_post_sub_title', 'رنگ بندی سایت وین 90'),
(1329, 279, 'tie_sidebar_pos', 'full'),
(1330, 279, 'tie_post_head', 'standard'),
(1331, 279, '_yoast_wpseo_primary_category', ''),
(1332, 279, '_yoast_wpseo_videositemap-rating', '0'),
(1333, 279, '_yoast_wpseo_focuskw', 'win90 color xyz'),
(1334, 279, '_yoast_wpseo_title', 'win90 color xyz'),
(1335, 279, '_yoast_wpseo_metadesc', 'وب سایت شرط بندی وین 90 دارای طراحی و رنگ بندی زیبایی می باشد. win90 color xyz در طراحی خود بیشتر از رنگ های سبز و نارنجی استفاده ...'),
(1336, 279, '_yoast_wpseo_linkdex', '72'),
(1337, 279, '_yoast_wpseo_content_score', '90'),
(1338, 279, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"win90 color\",\"score\":100},{\"keyword\":\"رنگ وین 90\",\"score\":93},{\"keyword\":\"رنگ سایت وین 90\",\"score\":93},{\"keyword\":\"طراحی وین 90\",\"score\":93}]'),
(1339, 279, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(1340, 279, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(1341, 279, 'tie_primary_category', '1'),
(1342, 279, 'ekit_post_views_count', '209'),
(1343, 284, '_edit_lock', '1751361889:1'),
(1344, 284, '_edit_last', '1'),
(1345, 285, '_wp_attached_file', '2024/09/فیلتر-شکن-نیما.jpg'),
(1346, 285, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:38:\"2024/09/فیلتر-شکن-نیما.jpg\";s:8:\"filesize\";i:386012;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"فیلتر-شکن-نیما-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"فیلتر-شکن-نیما-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7208;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"فیلتر-شکن-نیما-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57081;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:38:\"فیلتر-شکن-نیما-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10068;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:38:\"فیلتر-شکن-نیما-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22300;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:38:\"فیلتر-شکن-نیما-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63645;}}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:\"betforward بدون فیلتر\rforwardbet.casino\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1347, 285, '_wp_attachment_image_alt', 'فیلتر شکن نیما'),
(1348, 286, '_wp_attached_file', '2024/09/فیلترشکن-نیما.jpg'),
(1349, 286, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2024/09/فیلترشکن-نیما.jpg\";s:8:\"filesize\";i:45167;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"فیلترشکن-نیما-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12291;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"فیلترشکن-نیما-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6198;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"فیلترشکن-نیما-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43987;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:37:\"فیلترشکن-نیما-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9172;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:37:\"فیلترشکن-نیما-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19095;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:37:\"فیلترشکن-نیما-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48099;}}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:52:\"فیلترشکن نیما\nhttps://forwardbet.casino/\";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:{}}}'),
(1350, 286, '_wp_attachment_image_alt', 'فیلترشکن نیما'),
(1351, 287, '_wp_attached_file', '2024/09/فیلتر-شکن-بت.jpg'),
(1352, 287, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2024/09/فیلتر-شکن-بت.jpg\";s:8:\"filesize\";i:44742;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"فیلتر-شکن-بت-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12694;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"فیلتر-شکن-بت-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6394;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"فیلتر-شکن-بت-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44736;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:34:\"فیلتر-شکن-بت-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9582;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:34:\"فیلتر-شکن-بت-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19619;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:34:\"فیلتر-شکن-بت-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48791;}}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:\"فیلتر شکن بت\nhttps://forwardbet.casino/\";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:{}}}'),
(1353, 287, '_wp_attachment_image_alt', ''),
(1354, 288, '_wp_attached_file', '2024/09/دانلود-فیلترشکن-نیما.jpg'),
(1355, 288, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2024/09/دانلود-فیلترشکن-نیما.jpg\";s:8:\"filesize\";i:42154;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"دانلود-فیلترشکن-نیما-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12045;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"دانلود-فیلترشکن-نیما-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5944;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"دانلود-فیلترشکن-نیما-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42208;}s:18:\"jannah-image-small\";a:5:{s:4:\"file\";s:50:\"دانلود-فیلترشکن-نیما-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8689;}s:18:\"jannah-image-large\";a:5:{s:4:\"file\";s:50:\"دانلود-فیلترشکن-نیما-390x220.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18095;}s:17:\"jannah-image-post\";a:5:{s:4:\"file\";s:50:\"دانلود-فیلترشکن-نیما-780x470.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45282;}}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:\"دانلود فیلترشکن نیما\nhttps://forwardbet.casino/\";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:{}}}'),
(1356, 288, '_wp_attachment_image_alt', 'دانلود فیلترشکن نیما'),
(1357, 284, '_thumbnail_id', '285'),
(1358, 284, '_wp_page_template', 'default'),
(1359, 284, 'tie_post_sub_title', 'دانلود فیلتر شکن نیما'),
(1360, 284, 'tie_primary_category', '46'),
(1361, 284, 'tie_sidebar_pos', 'full'),
(1362, 284, 'tie_post_head', 'standard'),
(1363, 284, '_yoast_wpseo_primary_category', '46'),
(1364, 284, '_yoast_wpseo_videositemap-rating', '0'),
(1365, 284, '_yoast_wpseo_focuskw', 'فیلتر شکن نیما'),
(1366, 284, '_yoast_wpseo_title', 'فیلتر شکن نیما'),
(1367, 284, '_yoast_wpseo_metadesc', 'فیلتر شکن نیما به عنوان فیلترشکن اختصاصی سایت شرط بندی بت فوروارد فعالیت می کند و تا به امروز مشکل کاربران زیادی را در این مسیر حل ...'),
(1368, 284, '_yoast_wpseo_linkdex', '75'),
(1369, 284, '_yoast_wpseo_content_score', '90'),
(1370, 284, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"فیلترشکن نیما\",\"score\":58},{\"keyword\":\"دانلود فیلترشکن نیما\",\"score\":73},{\"keyword\":\"فیلتر نیما\",\"score\":100},{\"keyword\":\"نصب فیلترشکن نیما\",\"score\":73}]'),
(1371, 284, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(1372, 284, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(1373, 284, 'ekit_post_views_count', '236'),
(1374, 296, '_elementor_edit_mode', 'builder'),
(1375, 296, '_elementor_template_type', 'footer'),
(1376, 297, '_elementor_edit_mode', 'builder'),
(1377, 297, '_elementor_template_type', 'header'),
(1378, 298, '_elementor_edit_mode', 'builder'),
(1379, 298, '_elementor_template_type', 'archive'),
(1384, 296, '_elementor_version', '3.29.2'),
(1385, 296, '_elementor_pro_version', '3.29.2'),
(1386, 297, '_elementor_version', '3.25.11'),
(1387, 297, '_elementor_pro_version', '3.25.4'),
(1390, 298, '_elementor_version', '3.18.3'),
(1391, 298, '_elementor_pro_version', '3.18.3'),
(1392, 302, '_elementor_edit_mode', 'builder'),
(1393, 302, '_elementor_template_type', 'single-post'),
(1396, 302, '_elementor_version', '3.18.3'),
(1397, 302, '_elementor_pro_version', '3.18.3'),
(1398, 298, 'ekit_post_views_count', '4'),
(1399, 297, 'ekit_post_views_count', '8'),
(1400, 296, 'ekit_post_views_count', '4'),
(1401, 296, '_edit_lock', '1771414624:1'),
(1402, 298, '_edit_lock', '1733273820:1'),
(1403, 302, 'ekit_post_views_count', '4'),
(1404, 297, '_edit_lock', '1734883447:1'),
(1405, 302, '_edit_lock', '1751361010:1'),
(1406, 297, '_wp_page_template', 'default'),
(1407, 297, '_elementor_data', '[{\"id\":\"07a01d6\",\"elType\":\"container\",\"settings\":{\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"39210dd\",\"elType\":\"widget\",\"settings\":{\"menu\":\"header-menu\",\"align_items\":\"center\",\"pointer\":\"text\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"iransans\",\"menu_typography_font_weight\":\"600\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#006B40\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"menu_name\":\"Menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),
(1409, 296, '_wp_page_template', 'default'),
(1410, 296, '_elementor_data', '[{\"id\":\"0761fa3\",\"elType\":\"container\",\"settings\":{\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"edcba21\",\"elType\":\"widget\",\"settings\":{\"sitemap_items\":[{\"sitemap_title\":\"\\u062c\\u062f\\u06cc\\u062f \\u062a\\u0631\\u06cc\\u0646 \\u0647\\u0627\\u06cc \\u0628\\u062a 90 \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f\",\"sitemap_source_post_type\":\"post\",\"_id\":\"dd517c6\"}],\"sitemap_title_color\":\"#FFFFFF\",\"sitemap_title_typography_typography\":\"custom\",\"sitemap_title_typography_font_family\":\"iransans\",\"sitemap_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"sitemap_title_typography_font_weight\":\"600\",\"sitemap_list_item_color\":\"#FFFFFF\",\"sitemap_list_item_typography_typography\":\"custom\",\"sitemap_list_item_typography_font_family\":\"iransans\",\"sitemap_list_item_typography_font_weight\":\"400\",\"sitemap_bullet_color\":\"#004D2E\",\"sitemap_list_item_bullet_style\":\"circle\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"sitemap\"}],\"isInner\":false},{\"id\":\"c823520\",\"elType\":\"container\",\"settings\":{\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"8a1af7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #339966;\\\"><strong>Copyright 2025 \\u00a9 \\u06a9\\u067e\\u06cc \\u0631\\u0627\\u06cc\\u062a :<\\/strong><\\/span> \\u062a\\u0645\\u0627\\u0645\\u06cc \\u062d\\u0642\\u0648\\u0642 \\u0627\\u06cc\\u0646 \\u0648\\u0628 \\u0633\\u0627\\u06cc\\u062a \\u0627\\u0632 \\u0632\\u06cc\\u0631 \\u0645\\u062c\\u0645\\u0648\\u0639\\u0647 \\u062a\\u06cc\\u0645 <span style=\\\"color: #339966;\\\"><a style=\\\"color: #339966;\\\" href=\\\"https:\\/\\/forwardbet.casino\\/\\\"><strong>\\u0628\\u062a 90 \\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f<\\/strong><\\/a><\\/span> \\u0645\\u062a\\u0639\\u0644\\u0642 \\u0628\\u0647 \\u062e\\u0648\\u062f <span style=\\\"color: #339966;\\\"><strong>BET90FORWARD<\\/strong><\\/span> \\u0645\\u06cc \\u0628\\u0627\\u0634\\u062f \\u0648 \\u06a9\\u067e\\u06cc \\u0628\\u0631\\u062f\\u0627\\u0631\\u06cc \\u0627\\u0632 \\u0627\\u06cc\\u0646 \\u0628\\u0627 \\u0630\\u06a9\\u0631 \\u0645\\u0646\\u0628\\u0639 \\u0628\\u0644\\u0627\\u0645\\u0627\\u0646\\u0639 \\u0627\\u0633\\u062a.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"iransans\",\"typography_font_weight\":\"600\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),
(1419, 297, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(1427, 296, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(1430, 302, '_wp_page_template', 'default'),
(1431, 302, '_elementor_data', '[{\"id\":\"7d2a28a\",\"elType\":\"container\",\"settings\":{\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"565e19a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"\\u0645\\u062a\\u0646 \\u0633\\u0631\\u0628\\u0631\\u06af \\u062e\\u0648\\u062f \\u0631\\u0627 \\u0648\\u0627\\u0631\\u062f \\u06a9\\u0646\\u06cc\\u062f\",\"header_size\":\"h2\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false},{\"id\":\"ad1459e\",\"elType\":\"container\",\"settings\":{\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"c8fcf6d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"author\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"edbe2f1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"ca9e7bd\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"},{\"type\":\"time\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"a826111\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"},{\"type\":\"comments\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"2090d28\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"icon_align\":\"center\",\"icon_color\":\"#005427\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"iransans\",\"icon_typography_font_weight\":\"400\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":false},{\"id\":\"e4b793c\",\"elType\":\"container\",\"settings\":{\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"07c802d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false},{\"id\":\"1d05a32\",\"elType\":\"container\",\"settings\":{\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"2c46e97\",\"elType\":\"widget\",\"settings\":{\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false},{\"id\":\"f4bf5b8\",\"elType\":\"container\",\"settings\":{\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"6228bb1\",\"elType\":\"widget\",\"settings\":{\"author_name\":\"John Doe\",\"author_bio\":\"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor\",\"link_text\":\"All Posts\",\"name_color\":\"#FFFFFF\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"author-box\"}],\"isInner\":false},{\"id\":\"aed3809\",\"elType\":\"container\",\"settings\":{\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"c335c4b\",\"elType\":\"widget\",\"settings\":{\"prev_label\":\"\\u067e\\u0633\\u062a \\u0642\\u0628\\u0644\\u06cc\",\"next_label\":\"\\u067e\\u0633\\u062a \\u0628\\u0639\\u062f\\u06cc\",\"arrow\":\"fa fa-angle-double-left\",\"show_title\":\"\",\"label_color\":\"#FFFFFF\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"iransans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"label_typography_font_weight\":\"700\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"label_typography_word_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"arrow_color\":\"#4D00D1\",\"arrow_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"arrow_padding\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"sep_color\":\"#FF0000\",\"borders_width\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"borders_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"dark_mode_background_background\":\"\",\"dark_mode_background_color\":\"\",\"dark_mode_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"dark_mode_background_color_b\":\"#f2295b\",\"dark_mode_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"dark_mode_background_gradient_type\":\"linear\",\"dark_mode_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"dark_mode_background_gradient_position\":\"center center\",\"dark_mode_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"dark_mode_background_image_tablet\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"dark_mode_background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"dark_mode_background_position\":\"\",\"dark_mode_background_position_tablet\":\"\",\"dark_mode_background_position_mobile\":\"\",\"dark_mode_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dark_mode_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dark_mode_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dark_mode_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dark_mode_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dark_mode_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"dark_mode_background_attachment\":\"\",\"dark_mode_background_repeat\":\"\",\"dark_mode_background_repeat_tablet\":\"\",\"dark_mode_background_repeat_mobile\":\"\",\"dark_mode_background_size\":\"\",\"dark_mode_background_size_tablet\":\"\",\"dark_mode_background_size_mobile\":\"\",\"dark_mode_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"dark_mode_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"dark_mode_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"dark_mode_background_video_link\":\"\",\"dark_mode_background_video_start\":\"\",\"dark_mode_background_video_end\":\"\",\"dark_mode_background_play_once\":\"\",\"dark_mode_background_play_on_mobile\":\"\",\"dark_mode_background_privacy_mode\":\"\",\"dark_mode_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"dark_mode_background_slideshow_gallery\":[],\"dark_mode_background_slideshow_loop\":\"yes\",\"dark_mode_background_slideshow_slide_duration\":5000,\"dark_mode_background_slideshow_slide_transition\":\"fade\",\"dark_mode_background_slideshow_transition_duration\":500,\"dark_mode_background_slideshow_background_size\":\"\",\"dark_mode_background_slideshow_background_size_tablet\":\"\",\"dark_mode_background_slideshow_background_size_mobile\":\"\",\"dark_mode_background_slideshow_background_position\":\"\",\"dark_mode_background_slideshow_background_position_tablet\":\"\",\"dark_mode_background_slideshow_background_position_mobile\":\"\",\"dark_mode_background_slideshow_lazyload\":\"\",\"dark_mode_background_slideshow_ken_burns\":\"\",\"dark_mode_background_slideshow_ken_burns_zoom_direction\":\"in\",\"dark_border_color\":\"\",\"dark_border_hover_color\":\"\",\"ekit_adv_tooltip_bg_color_stop_tablet\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_stop_mobile\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_tablet\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_mobile\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_tablet\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_angle_mobile\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_tablet\":\"\",\"ekit_adv_tooltip_bg_gradient_position_mobile\":\"\",\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_gradient_position_tablet\":\"\",\"_background_gradient_position_mobile\":\"\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_tablet\":\"\",\"_background_hover_gradient_position_mobile\":\"\",\"dark_mode_background_color_stop_tablet\":{\"unit\":\"%\"},\"dark_mode_background_color_stop_mobile\":{\"unit\":\"%\"},\"dark_mode_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"dark_mode_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"dark_mode_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"dark_mode_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"dark_mode_background_gradient_position_tablet\":\"\",\"dark_mode_background_gradient_position_mobile\":\"\",\"content_width\":\"full\",\"rb-gallery_taxonomy\":\"\",\"rb-portfolio_taxonomy\":\"\"},\"elements\":[],\"widgetType\":\"post-navigation\"}],\"isInner\":false}]'),
(1440, 302, '_elementor_conditions', 'a:1:{i:0;s:16:\"include/singular\";}'),
(1461, 298, '_wp_page_template', 'default'),
(1462, 298, '_elementor_data', '[{\"id\":\"61de37e\",\"elType\":\"container\",\"settings\":{\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"846f352\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"archive-title\\\" settings=\\\"%7B%22before%22%3A%22%D8%AF%D8%B3%D8%AA%D9%87%20%3A%20%22%2C%22include_context%22%3A%22%22%7D\\\"]\"},\"title\":\"\\u0645\\u062a\\u0646 \\u0633\\u0631\\u0628\\u0631\\u06af \\u062e\\u0648\\u062f \\u0631\\u0627 \\u0648\\u0627\\u0631\\u062f \\u06a9\\u0646\\u06cc\\u062f\",\"header_size\":\"h2\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"iransans\",\"typography_font_weight\":\"600\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"theme-archive-title\"}],\"isInner\":false},{\"id\":\"2507eb8\",\"elType\":\"container\",\"settings\":{\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[]},\"elements\":[{\"id\":\"3f26096\",\"elType\":\"widget\",\"settings\":{\"archive_classic_columns\":\"2\",\"archive_classic_thumbnail_size_size\":\"large\",\"archive_classic_title_tag\":\"h2\",\"archive_classic_meta_separator\":\"&\",\"archive_classic_read_more_text\":\"\\u0628\\u06cc\\u0634\\u062a\\u0631 \\u0628\\u062e\\u0648\\u0627\\u0646\\u06cc\\u062f \\u00bb\",\"archive_cards_meta_separator\":\"\\u2022\",\"archive_cards_read_more_text\":\"Read More \\u00bb\",\"archive_full_content_meta_separator\":\"\\/\\/\\/\",\"archive_classic_img_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"archive_classic_title_color\":\"#FFFFFF\",\"archive_classic_title_typography_typography\":\"custom\",\"archive_classic_title_typography_font_family\":\"iransans\",\"archive_classic_title_typography_font_weight\":\"600\",\"archive_classic_title_spacing\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"archive_classic_meta_color\":\"#FFFFFF\",\"archive_classic_meta_separator_color\":\"#FFFFFF\",\"archive_classic_meta_typography_typography\":\"custom\",\"archive_classic_meta_typography_font_family\":\"iransans\",\"archive_classic_meta_typography_font_weight\":\"400\",\"archive_classic_excerpt_color\":\"#FFFFFF\",\"archive_classic_excerpt_typography_typography\":\"custom\",\"archive_classic_excerpt_typography_font_family\":\"iransans\",\"archive_classic_excerpt_typography_font_weight\":\"400\",\"archive_classic_read_more_color\":\"#FF0000\",\"archive_classic_read_more_typography_typography\":\"custom\",\"archive_classic_read_more_typography_font_family\":\"iransans\",\"archive_classic_read_more_typography_font_weight\":\"500\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message\":\"It seems we can&#039;t find what you&#039;re looking for.\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"archive-posts\"}],\"isInner\":false}]'),
(1464, 284, '_elementor_template_type', 'wp-post'),
(1465, 284, '_elementor_version', '3.18.3'),
(1466, 284, '_elementor_pro_version', '3.18.3'),
(1467, 298, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/archive\";}'),
(1478, 298, '_edit_last', '1'),
(1488, 296, '_edit_last', '1'),
(1498, 297, '_edit_last', '1'),
(1508, 302, '_edit_last', '1'),
(1611, 323, '_wp_attached_file', '2024/03/enfejarwinbet.gif'),
(1612, 323, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:640;s:6:\"height\";i:96;s:4:\"file\";s:25:\"2024/03/enfejarwinbet.gif\";s:8:\"filesize\";i:13822;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"enfejarwinbet-300x45.gif\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6851;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"enfejarwinbet-150x96.gif\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6069;}}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:{}}}'),
(1613, 324, '_wp_attached_file', '2024/03/bet303bet-1.gif'),
(1614, 324, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:640;s:6:\"height\";i:96;s:4:\"file\";s:23:\"2024/03/bet303bet-1.gif\";s:8:\"filesize\";i:16054;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"bet303bet-1-300x45.gif\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5696;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"bet303bet-1-150x96.gif\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2739;}}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:{}}}'),
(1615, 325, '_wp_attached_file', '2024/03/Bouns10-BETYEKCOM.gif'),
(1616, 325, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:640;s:6:\"height\";i:96;s:4:\"file\";s:29:\"2024/03/Bouns10-BETYEKCOM.gif\";s:8:\"filesize\";i:16282;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Bouns10-BETYEKCOM-300x45.gif\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7471;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Bouns10-BETYEKCOM-150x96.gif\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6691;}}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:{}}}'),
(1662, 332, '_wp_attached_file', '2024/02/Bet90forward-Christmas.png'),
(1663, 332, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:369;s:6:\"height\";i:100;s:4:\"file\";s:34:\"2024/02/Bet90forward-Christmas.png\";s:8:\"filesize\";i:25337;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Bet90forward-Christmas-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18801;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Bet90forward-Christmas-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11438;}}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:{}}}'),
(1764, 343, '_wp_attached_file', '2024/03/bg-rotated.jpg'),
(1765, 343, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:1639;s:6:\"height\";i:848;s:4:\"file\";s:22:\"2024/03/bg-rotated.jpg\";s:8:\"filesize\";i:67206;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"bg-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4541;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"bg-1024x530.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35255;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2672;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"bg-768x397.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21069;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"bg-1536x795.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:795;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65497;}}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\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:6:\"bg.jpg\";}'),
(1915, 359, '_wp_attached_file', '2024/02/ForwardBetCasino.png'),
(1916, 359, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:100;s:4:\"file\";s:28:\"2024/02/ForwardBetCasino.png\";s:8:\"filesize\";i:30203;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"ForwardBetCasino-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22621;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"ForwardBetCasino-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13944;}}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:{}}}'),
(1938, 361, '_wp_attached_file', '2024/02/bet90forwad.com-fav.png'),
(1939, 361, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:31:\"2024/02/bet90forwad.com-fav.png\";s:8:\"filesize\";i:8141;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1973, 365, '_wp_attached_file', '2024/03/دانلود-فیلترشکن-بت-فوروارد-BetForward-Vpn-اندروید.jpg'),
(1974, 365, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:670;s:4:\"file\";s:91:\"2024/03/دانلود-فیلترشکن-بت-فوروارد-BetForward-Vpn-اندروید.jpg\";s:8:\"filesize\";i:99200;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:91:\"دانلود-فیلترشکن-بت-فوروارد-BetForward-Vpn-اندروید-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9073;}s:5:\"large\";a:5:{s:4:\"file\";s:92:\"دانلود-فیلترشکن-بت-فوروارد-BetForward-Vpn-اندروید-1024x536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50929;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:91:\"دانلود-فیلترشکن-بت-فوروارد-BetForward-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:4984;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:91:\"دانلود-فیلترشکن-بت-فوروارد-BetForward-Vpn-اندروید-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34636;}}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:{}}}'),
(1975, 366, '_wp_attached_file', '2024/03/بت-فوروارد-بدون-فیلترشکن.jpg'),
(1976, 366, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:670;s:4:\"file\";s:57:\"2024/03/بت-فوروارد-بدون-فیلترشکن.jpg\";s:8:\"filesize\";i:98705;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"بت-فوروارد-بدون-فیلترشکن-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9582;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"بت-فوروارد-بدون-فیلترشکن-1024x536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51044;}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:5107;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"بت-فوروارد-بدون-فیلترشکن-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35273;}}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:{}}}'),
(2017, 284, '_yoast_indexnow_last_ping', '1751361977'),
(2019, 284, '_wp_old_date', '2024-09-20'),
(2020, 279, '_yoast_indexnow_last_ping', '1751361968'),
(2022, 279, '_wp_old_date', '2024-09-20'),
(2023, 275, '_yoast_indexnow_last_ping', '1751361956'),
(2025, 275, '_wp_old_date', '2024-09-20'),
(2026, 270, '_yoast_indexnow_last_ping', '1751361946'),
(2028, 270, '_wp_old_date', '2024-09-19'),
(2029, 264, '_yoast_indexnow_last_ping', '1751361931'),
(2031, 264, '_wp_old_date', '2024-09-19'),
(2032, 259, '_yoast_indexnow_last_ping', '1751361913'),
(2034, 259, '_wp_old_date', '2024-09-18'),
(2035, 254, '_yoast_indexnow_last_ping', '1751361890'),
(2037, 254, '_wp_old_date', '2024-09-18'),
(2038, 250, '_yoast_indexnow_last_ping', '1751361491'),
(2040, 250, '_wp_old_date', '2024-09-18'),
(2041, 244, '_yoast_indexnow_last_ping', '1751361479'),
(2043, 244, '_wp_old_date', '2024-09-18'),
(2044, 233, '_yoast_indexnow_last_ping', '1751361469'),
(2046, 233, '_wp_old_date', '2024-09-18'),
(2047, 225, '_yoast_indexnow_last_ping', '1751361456'),
(2049, 225, '_wp_old_date', '2024-09-17'),
(2050, 217, '_yoast_indexnow_last_ping', '1751361448'),
(2052, 217, '_wp_old_date', '2024-09-17'),
(2053, 207, '_yoast_indexnow_last_ping', '1751361426'),
(2055, 207, '_wp_old_date', '2024-09-17'),
(2056, 158, '_yoast_indexnow_last_ping', '1751361410'),
(2058, 158, '_wp_old_date', '2024-09-16'),
(2059, 195, '_yoast_indexnow_last_ping', '1751361400'),
(2061, 195, '_wp_old_date', '2024-09-16'),
(2062, 187, '_yoast_indexnow_last_ping', '1751361288'),
(2064, 187, '_wp_old_date', '2024-09-16'),
(2099, 391, '_amp_validated_environment', 'a:3:{s:5:\"theme\";a:1:{s:15:\"hello-elementor\";s:5:\"3.4.4\";}s:7:\"plugins\";a:17:{s:16:\"tinymce-advanced\";s:5:\"5.9.2\";s:7:\"akismet\";s:3:\"5.4\";s:3:\"amp\";s:5:\"2.5.5\";s:17:\"disable-gutenberg\";s:5:\"3.2.3\";s:9:\"elementor\";s:6:\"3.29.2\";s:13:\"elementor-pro\";s:6:\"3.29.2\";s:16:\"elementskit-lite\";s:5:\"3.5.4\";s:11:\"elementskit\";s:5:\"3.4.1\";s:25:\"luckywp-table-of-contents\";s:6:\"2.1.14\";s:19:\"shortcodes-ultimate\";s:5:\"7.4.2\";s:11:\"updraftplus\";s:6:\"1.26.1\";s:24:\"wpfront-notification-bar\";s:5:\"3.5.1\";s:9:\"wp-rocket\";s:8:\"3.18.1.3\";s:14:\"wps-hide-login\";s:8:\"1.9.17.2\";s:13:\"wordpress-seo\";s:6:\"25.3.1\";s:11:\"wpseo-video\";s:4:\"14.7\";s:21:\"wordpress-seo-premium\";s:4:\"25.3\";}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:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:13:\"theme_support\";s:6:\"reader\";}}'),
(2100, 391, '_amp_queried_object', 'a:2:{s:2:\"id\";i:284;s:4:\"type\";s:4:\"post\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2101, 391, '_amp_stylesheets', '[{\"group\":\"amp-custom\",\"original_size\":1624,\"final_size\":0,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"amp-wp-theme-support-editor-color-palette\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"src\\/ReaderThemeSupportFeatures.php\",\"line\":360,\"function\":\"AmpProject\\\\AmpWP\\\\ReaderThemeSupportFeatures::print_theme_support_styles\",\"hook\":\"amp_post_template_head\",\"priority\":10}],\"priority\":70,\"hash\":\"3d83625cf3adbd65a7825de39341e4fc\",\"parse_time\":0.00763797760009765625,\"shake_time\":0.0002610683441162109375,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\":root .has-black-background-color\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":root .has-cyan-bluish-gray-background-color\":false},[\"background-color:#abb8c3\",\"color:#000\"]],[false,{\":root .has-white-background-color\":false},[\"background-color:#fff\",\"color:#000\"]],[false,{\":root .has-pale-pink-background-color\":false},[\"background-color:#f78da7\",\"color:#000\"]],[false,{\":root .has-vivid-red-background-color\":false},[\"background-color:#cf2e2e\",\"color:#fff\"]],[false,{\":root .has-luminous-vivid-orange-background-color\":false},[\"background-color:#ff6900\",\"color:#000\"]],[false,{\":root .has-luminous-vivid-amber-background-color\":false},[\"background-color:#fcb900\",\"color:#000\"]],[false,{\":root .has-light-green-cyan-background-color\":false},[\"background-color:#7bdcb5\",\"color:#000\"]],[false,{\":root .has-vivid-green-cyan-background-color\":false},[\"background-color:#00d084\",\"color:#000\"]],[false,{\":root .has-pale-cyan-blue-background-color\":false},[\"background-color:#8ed1fc\",\"color:#000\"]],[false,{\":root .has-vivid-cyan-blue-background-color\":false},[\"background-color:#0693e3\",\"color:#fff\"]],[false,{\":root .has-vivid-purple-background-color\":false},[\"background-color:#9b51e0\",\"color:#fff\"]],[false,{\":root .has-black-color\":false},[\"color:#000\"]],[false,{\":root .has-cyan-bluish-gray-color\":false},[\"color:#abb8c3\"]],[false,{\":root .has-white-color\":false},[\"color:#fff\"]],[false,{\":root .has-pale-pink-color\":false},[\"color:#f78da7\"]],[false,{\":root .has-vivid-red-color\":false},[\"color:#cf2e2e\"]],[false,{\":root .has-luminous-vivid-orange-color\":false},[\"color:#ff6900\"]],[false,{\":root .has-luminous-vivid-amber-color\":false},[\"color:#fcb900\"]],[false,{\":root .has-light-green-cyan-color\":false},[\"color:#7bdcb5\"]],[false,{\":root .has-vivid-green-cyan-color\":false},[\"color:#00d084\"]],[false,{\":root .has-pale-cyan-blue-color\":false},[\"color:#8ed1fc\"]],[false,{\":root .has-vivid-cyan-blue-color\":false},[\"color:#0693e3\"]],[false,{\":root .has-vivid-purple-color\":false},[\"color:#9b51e0\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1690,\"final_size\":0,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"amp-wp-theme-support-editor-gradient-presets\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"src\\/ReaderThemeSupportFeatures.php\",\"line\":360,\"function\":\"AmpProject\\\\AmpWP\\\\ReaderThemeSupportFeatures::print_theme_support_styles\",\"hook\":\"amp_post_template_head\",\"priority\":10}],\"priority\":70,\"hash\":\"b4c1ab935b2311d327b61673f3c6f0ab\",\"parse_time\":0.0043048858642578125,\"shake_time\":2.78949737548828125e-5,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".has-vivid-cyan-blue-to-vivid-purple-gradient-background\":false},[\"background:linear-gradient(135deg,#0693e3 0%,#9b51e0 100%)\"]],[false,{\".has-light-green-cyan-to-vivid-green-cyan-gradient-background\":false},[\"background:linear-gradient(135deg,#7adcb4 0%,#00d082 100%)\"]],[false,{\".has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background\":false},[\"background:linear-gradient(135deg,#fcb900 0%,#ff6900 100%)\"]],[false,{\".has-luminous-vivid-orange-to-vivid-red-gradient-background\":false},[\"background:linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%)\"]],[false,{\".has-very-light-gray-to-cyan-bluish-gray-gradient-background\":false},[\"background:linear-gradient(135deg,#eee 0%,#a9b8c3 100%)\"]],[false,{\".has-cool-to-warm-spectrum-gradient-background\":false},[\"background:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%)\"]],[false,{\".has-blush-light-purple-gradient-background\":false},[\"background:linear-gradient(135deg,#ffceec 0%,#9896f0 100%)\"]],[false,{\".has-blush-bordeaux-gradient-background\":false},[\"background:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%)\"]],[false,{\".has-luminous-dusk-gradient-background\":false},[\"background:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%)\"]],[false,{\".has-pale-ocean-gradient-background\":false},[\"background:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%)\"]],[false,{\".has-electric-grass-gradient-background\":false},[\"background:linear-gradient(135deg,#caf880 0%,#71ce7e 100%)\"]],[false,{\".has-midnight-gradient-background\":false},[\"background:linear-gradient(135deg,#020381 0%,#2874fc 100%)\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":282,\"final_size\":0,\"element\":{\"name\":\"style\",\"attributes\":{\"id\":\"amp-wp-theme-support-editor-font-sizes\"}},\"origin\":\"style_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"src\\/ReaderThemeSupportFeatures.php\",\"line\":360,\"function\":\"AmpProject\\\\AmpWP\\\\ReaderThemeSupportFeatures::print_theme_support_styles\",\"hook\":\"amp_post_template_head\",\"priority\":10}],\"priority\":70,\"hash\":\"bc9fd48981e4137a18746036d777ad6b\",\"parse_time\":0.00055694580078125,\"shake_time\":1.59740447998046875e-5,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\":root .is-small-text\":false,\":root .has-small-font-size\":false},[\"font-size:13px\"]],[false,{\":root .is-medium-text\":false,\":root .has-medium-font-size\":false},[\"font-size:20px\"]],[false,{\":root .is-large-text\":false,\":root .has-large-font-size\":false},[\"font-size:36px\"]],[false,{\":root .is-x-large-text\":false,\":root .has-x-large-font-size\":false},[\"font-size:42px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":570,\"final_size\":570,\"element\":{\"name\":\"style\",\"attributes\":[]},\"origin\":\"style_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"src\\/MobileRedirection.php\",\"line\":494,\"function\":\"AmpProject\\\\AmpWP\\\\MobileRedirection::add_mobile_version_switcher_styles\",\"hook\":\"amp_post_template_head\",\"priority\":10}],\"priority\":70,\"hash\":\"3eb1d03afafe82c00af938c9c59c2341\",\"parse_time\":0.0012760162353515625,\"shake_time\":0.000174999237060546875,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\"#amp-mobile-version-switcher\":true},[\"position:absolute\",\"right:0\",\"width:100%\",\"z-index:100\"]],[true,{\"#amp-mobile-version-switcher>a\":true},[\"background-color:#444\",\"border:0\",\"color:#eaeaea\",\"display:block\",\"font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif\",\"font-size:16px\",\"font-weight:600\",\"padding:15px 0\",\"text-align:center\",\"-webkit-text-decoration:none\",\"text-decoration:none\"]],[true,{\"#amp-mobile-version-switcher>a:active\":true,\"#amp-mobile-version-switcher>a:focus\":true,\"#amp-mobile-version-switcher>a:hover\":true},[\"-webkit-text-decoration:underline\",\"text-decoration:underline\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":119140,\"final_size\":9342,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"wp-block-library-rtl-css\",\"href\":\"https:\\/\\/forwardbet.casino\\/wp-includes\\/css\\/dist\\/block-library\\/style-rtl.min.css?ver=6.9.1\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-post-template-functions.php\",\"line\":80,\"function\":\"amp_post_template_add_block_styles\",\"hook\":\"amp_post_template_head\",\"priority\":10}],\"priority\":40,\"hash\":\"0609a457d05ef73e99c8ea64375c3052\",\"parse_time\":0.2145249843597412109375,\"shake_time\":0.0035450458526611328125,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[false,{\".wp-block-accordion\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon\":false},[\"transform:rotate(-45deg)\"]],[false,\"@media (prefers-reduced-motion:no-preference){\"],[false,{\".wp-block-accordion-item\":false},[\"transition:grid-template-rows .3s ease-out\"]],[false,{\".wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon\":false},[\"transition:transform .2s ease-in-out\"]],[false,\"}\"],[false,{\".wp-block-accordion-heading__toggle\":false},[\"align-items:center\",\"background:none\",\"border:none\",\"color:inherit\",\"cursor:pointer\",\"display:flex\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"overflow:hidden\",\"padding:var(--wp--preset--spacing--20,1em) 0\",\"text-align:inherit\",\"text-decoration:inherit\",\"text-transform:inherit\",\"width:100%\",\"word-spacing:inherit\"]],[false,{\".wp-block-accordion-heading__toggle:not(:focus-visible)\":false},[\"outline:none\"]],[false,{\".wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title\":false},[\"text-decoration:underline\"]],[false,{\".wp-block-accordion-heading__toggle-title\":false},[\"flex:1\"]],[false,{\".wp-block-accordion-heading__toggle-icon\":false},[\"align-items:center\",\"display:flex\",\"height:1.2em\",\"justify-content:center\",\"width:1.2em\"]],[false,{\".wp-block-accordion-panel[aria-hidden=true]\":false,\".wp-block-accordion-panel[inert]\":false},[\"display:none\",\"margin-block-start:0\"]],[false,{\".wp-block-archives\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-archives-dropdown label\":false},[\"display:block\"]],[false,{\".wp-block-avatar\":false},[\"line-height:0\"]],[false,{\".wp-block-avatar\":false,\".wp-block-avatar amp-img\":false,\".wp-block-avatar amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-avatar.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-audio\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-audio :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-audio amp-audio\":false},[\"min-width:300px\",\"width:100%\"]],[false,{\".wp-block-breadcrumbs\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-breadcrumbs ol\":false},[\"flex-wrap:wrap\",\"list-style:none\"]],[false,{\".wp-block-breadcrumbs li\":false,\".wp-block-breadcrumbs ol\":false},[\"align-items:center\",\"display:flex\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-breadcrumbs li:not(:last-child):after\":false},[\"content:var(--separator,\\\"\\/\\\")\",\"margin:0 .5em\",\"opacity:.7\"]],[false,{\".wp-block-breadcrumbs span\":false},[\"color:inherit\"]],[false,{\".wp-block-button__link\":false},[\"align-content:center\",\"box-sizing:border-box\",\"cursor:pointer\",\"display:inline-block\",\"height:100%\",\"text-align:center\",\"word-break:break-word\"]],[false,{\".wp-block-button__link.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-button__link.alignright\":false},[\"text-align:right\"]],[true,{\":where(.wp-block-button__link)\":true},[\"border-radius:9999px\",\"box-shadow:none\",\"padding:calc(.667em + 2px) calc(1.333em + 2px)\",\"text-decoration:none\"]],[false,{\".wp-block-button[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width\":false},[\"max-width:none\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-25\":false},[\"width:calc(25% - var(--wp--style--block-gap,.5em) * .75)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-50\":false},[\"width:calc(50% - var(--wp--style--block-gap,.5em) * .5)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-75\":false},[\"width:calc(75% - var(--wp--style--block-gap,.5em) * .25)\"]],[false,{\".wp-block-buttons>.wp-block-button.wp-block-button__width-100\":false},[\"flex-basis:100%\",\"width:100%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25\":false},[\"width:25%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50\":false},[\"width:50%\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75\":false},[\"width:75%\"]],[false,{\".wp-block-button.is-style-squared\":false,\".wp-block-button__link.wp-block-button.is-style-squared\":false},[\"border-radius:0\"]],[false,{\".wp-block-button.no-border-radius:not(#_#_#_#_#_#_#_)\":false,\".wp-block-button__link.no-border-radius:not(#_#_#_#_#_#_#_)\":false},[\"border-radius:0\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline)\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link)\":true},[\"border:2px solid\",\"padding:.667em 1.333em\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color))\":true},[\"color:currentColor\"]],[true,{\":root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background))\":true,\":root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background))\":true},[\"background-color:initial\",\"background-image:none\"]],[false,{\".wp-block-buttons\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-buttons.is-vertical\":false},[\"flex-direction:column\"]],[false,{\".wp-block-buttons.is-vertical>.wp-block-button:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-buttons>.wp-block-button\":false},[\"display:inline-block\",\"margin:0\"]],[false,{\".wp-block-buttons.is-content-justification-left\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-left.is-vertical\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-buttons.is-content-justification-center\":false},[\"justify-content:center\"]],[false,{\".wp-block-buttons.is-content-justification-center.is-vertical\":false},[\"align-items:center\"]],[false,{\".wp-block-buttons.is-content-justification-right\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-right.is-vertical\":false},[\"align-items:flex-end\"]],[false,{\".wp-block-buttons.is-content-justification-space-between\":false},[\"justify-content:space-between\"]],[false,{\".wp-block-buttons.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button\":false,\".wp-block-buttons[data-amp-original-style*=text-decoration] .wp-block-button__link\":false},[\"text-decoration:inherit\"]],[false,{\".wp-block-buttons.has-custom-font-size .wp-block-button__link\":false},[\"font-size:inherit\"]],[false,{\".wp-block-buttons .wp-block-button__link\":false},[\"width:100%\"]],[false,{\".wp-block-button.aligncenter\":false,\".wp-block-calendar\":false},[\"text-align:center\"]],[false,{\".wp-block-calendar td\":false,\".wp-block-calendar th\":false},[\"border:1px solid\",\"padding:.25em\"]],[false,{\".wp-block-calendar th\":false},[\"font-weight:400\"]],[false,{\".wp-block-calendar caption\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-calendar table.has-background th\":false},[\"background-color:inherit\"]],[false,{\".wp-block-calendar table.has-text-color th\":false},[\"color:inherit\"]],[false,{\".wp-block-calendar :where(table:not(.has-text-color))\":false},[\"color:#40464d\"]],[false,{\".wp-block-calendar :where(table:not(.has-text-color)) td\":false,\".wp-block-calendar :where(table:not(.has-text-color)) th\":false},[\"border-color:#ddd\"]],[false,{\":where(.wp-block-calendar table:not(.has-background) th)\":false},[\"background:#ddd\"]],[false,{\".wp-block-categories\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-categories.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-categories.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-categories.wp-block-categories-dropdown.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-categories .wp-block-categories__label\":false},[\"display:block\",\"width:100%\"]],[false,{\".wp-block-code\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-code code\":false},[\"direction:ltr\",\"display:block\",\"font-family:inherit\",\"overflow-wrap:break-word\",\"text-align:initial\",\"white-space:pre-wrap\"]],[false,{\".wp-block-columns\":false},[\"box-sizing:border-box\",\"display:flex\"]],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:wrap\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,\"}\"],[false,{\".wp-block-columns:not(#_#_#_#_#_#_#_)\":false},[\"align-items:normal\"]],[false,{\".wp-block-columns.are-vertically-aligned-top\":false},[\"align-items:flex-start\"]],[false,{\".wp-block-columns.are-vertically-aligned-center\":false},[\"align-items:center\"]],[false,{\".wp-block-columns.are-vertically-aligned-bottom\":false},[\"align-items:flex-end\"]],[false,\"@media (max-width:781px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(#_#_#_#_#_#_#_)\":false},[\"flex-basis:100%\"]],[false,\"}\"],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[false,\"}\"],[false,{\".wp-block-columns.is-not-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"flex-wrap:nowrap\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[data-amp-original-style*=flex-basis]\":false},[\"flex-grow:0\"]],[true,{\":where(.wp-block-columns)\":true},[\"margin-bottom:1.75em\"]],[true,{\":where(.wp-block-columns.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-column\":false},[\"flex-grow:1\",\"min-width:0\",\"overflow-wrap:break-word\",\"word-break:break-word\"]],[false,{\".wp-block-column.is-vertically-aligned-top\":false},[\"align-self:flex-start\"]],[false,{\".wp-block-column.is-vertically-aligned-center\":false},[\"align-self:center\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false},[\"align-self:flex-end\"]],[false,{\".wp-block-column.is-vertically-aligned-stretch\":false},[\"align-self:stretch\"]],[false,{\".wp-block-column.is-vertically-aligned-bottom\":false,\".wp-block-column.is-vertically-aligned-center\":false,\".wp-block-column.is-vertically-aligned-top\":false},[\"width:100%\"]],[false,{\".wp-block-post-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments .alignleft\":false},[\"float:right\"]],[false,{\".wp-block-post-comments .alignright\":false},[\"float:left\"]],[false,{\".wp-block-post-comments .navigation:after\":false},[\"clear:both\",\"content:\\\"\\\"\",\"display:table\"]],[false,{\".wp-block-post-comments .commentlist\":false},[\"clear:both\",\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .commentlist .comment\":false},[\"min-height:2.25em\",\"padding-right:3.25em\"]],[false,{\".wp-block-post-comments .commentlist .comment p\":false},[\"font-size:1em\",\"line-height:1.8\",\"margin:1em 0\"]],[false,{\".wp-block-post-comments .commentlist .children\":false},[\"list-style:none\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-post-comments .comment-author\":false},[\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-author .avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:right\",\"height:2.5em\",\"margin-left:.75em\",\"margin-top:.5em\",\"width:2.5em\"]],[false,{\".wp-block-post-comments .comment-author cite\":false},[\"font-style:normal\"]],[false,{\".wp-block-post-comments .comment-meta\":false},[\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-post-comments .comment-meta b\":false},[\"font-weight:400\"]],[false,{\".wp-block-post-comments .comment-meta .comment-awaiting-moderation\":false},[\"display:block\",\"margin-bottom:1em\",\"margin-top:1em\"]],[false,{\".wp-block-post-comments .comment-body .commentmetadata\":false},[\"font-size:.875em\"]],[false,{\".wp-block-post-comments .comment-form-author label\":false,\".wp-block-post-comments .comment-form-comment label\":false,\".wp-block-post-comments .comment-form-email label\":false,\".wp-block-post-comments .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-right:.5em\"]],[false,{\".wp-block-post-comments .reply\":false},[\"font-size:.875em\",\"margin-bottom:1.4em\"]],[false,{\".wp-block-post-comments input:not([type=submit])\":false,\".wp-block-post-comments textarea\":false},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[false,{\".wp-block-post-comments input:not([type=submit]):not([type=checkbox])\":false,\".wp-block-post-comments textarea\":false},[\"padding:calc(.667em + 2px)\"]],[true,{\":where(.wp-block-post-comments input[type=submit])\":true},[\"border:none\"]],[false,{\".wp-block-comments\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-comments-pagination>.wp-block-comments-pagination-next\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-numbers\":false,\".wp-block-comments-pagination>.wp-block-comments-pagination-previous\":false},[\"font-size:inherit\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(-1)\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(-1)\"]],[false,{\".wp-block-comments-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-comment-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-comment-template li\":false},[\"clear:both\"]],[false,{\".wp-block-comment-template ol\":false},[\"list-style:none\",\"margin-bottom:0\",\"max-width:100%\",\"padding-right:2rem\"]],[false,{\".wp-block-comment-template.alignleft\":false},[\"float:right\"]],[false,{\".wp-block-comment-template.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"width:fit-content\"]],[false,{\".wp-block-comment-template.alignright\":false},[\"float:left\"]],[false,{\".wp-block-comment-date\":false},[\"box-sizing:border-box\"]],[false,{\".comment-awaiting-moderation\":false},[\"display:block\",\"font-size:.875em\",\"line-height:1.5\"]],[false,{\".wp-block-comment-author-name\":false,\".wp-block-comment-content\":false,\".wp-block-comment-edit-link\":false,\".wp-block-comment-reply-link\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-cover\":false,\".wp-block-cover-image\":false},[\"align-items:center\",\"background-position:50%\",\"box-sizing:border-box\",\"direction:ltr\",\"display:flex\",\"justify-content:center\",\"min-height:430px\",\"overflow:hidden\",\"overflow:clip\",\"padding:1em\",\"position:relative\"]],[false,{\".wp-block-cover .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image .has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover-image.has-background-dim:not([class*=-background-color])\":false,\".wp-block-cover.has-background-dim:not([class*=-background-color])\":false},[\"background-color:#000\"]],[false,{\".wp-block-cover .has-background-dim.has-background-gradient\":false,\".wp-block-cover-image .has-background-dim.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-cover-image.has-background-dim:before\":false,\".wp-block-cover.has-background-dim:before\":false},[\"background-color:inherit\",\"content:\\\"\\\"\"]],[false,{\".wp-block-cover .wp-block-cover__background\":false,\".wp-block-cover .wp-block-cover__gradient-background\":false,\".wp-block-cover-image .wp-block-cover__background\":false,\".wp-block-cover-image .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim:not(.has-background-gradient):before\":false},[\"bottom:0\",\"left:0\",\"opacity:.5\",\"position:absolute\",\"right:0\",\"top:0\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background\":false,\".wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before\":false},[\"opacity:1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100\":false,\".wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-cover-image.aligncenter\":false,\".wp-block-cover-image.alignleft\":false,\".wp-block-cover-image.alignright\":false,\".wp-block-cover.aligncenter\":false,\".wp-block-cover.alignleft\":false,\".wp-block-cover.alignright\":false},[\"display:flex\"]],[false,{\".wp-block-cover .wp-block-cover__inner-container\":false,\".wp-block-cover-image .wp-block-cover__inner-container\":false},[\"color:inherit\",\"direction:rtl\",\"position:relative\",\"width:100%\"]],[false,{\".wp-block-cover-image.is-position-top-left\":false,\".wp-block-cover.is-position-top-left\":false},[\"align-items:flex-start\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-top-center\":false,\".wp-block-cover.is-position-top-center\":false},[\"align-items:flex-start\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-top-right\":false,\".wp-block-cover.is-position-top-right\":false},[\"align-items:flex-start\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-center-left\":false,\".wp-block-cover.is-position-center-left\":false},[\"align-items:center\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-center-center\":false,\".wp-block-cover.is-position-center-center\":false},[\"align-items:center\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-center-right\":false,\".wp-block-cover.is-position-center-right\":false},[\"align-items:center\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.is-position-bottom-left\":false,\".wp-block-cover.is-position-bottom-left\":false},[\"align-items:flex-end\",\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image.is-position-bottom-center\":false,\".wp-block-cover.is-position-bottom-center\":false},[\"align-items:flex-end\",\"justify-content:center\"]],[false,{\".wp-block-cover-image.is-position-bottom-right\":false,\".wp-block-cover.is-position-bottom-right\":false},[\"align-items:flex-end\",\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container\":false},[\"margin:0\"]],[false,{\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container\":false,\".wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container\":false},[\"margin:0\",\"width:auto\"]],[false,{\".wp-block-cover .wp-block-cover__image-background\":false,\".wp-block-cover amp-video.wp-block-cover__video-background\":false,\".wp-block-cover amp-youtube.wp-block-cover__video-background\":false,\".wp-block-cover-image .wp-block-cover__image-background\":false,\".wp-block-cover-image amp-video.wp-block-cover__video-background\":false,\".wp-block-cover-image amp-youtube.wp-block-cover__video-background\":false},[\"border:none\",\"bottom:0\",\"box-shadow:none\",\"height:100%\",\"left:0\",\"margin:0\",\"max-height:none\",\"max-width:none\",\"object-fit:cover\",\"outline:none\",\"padding:0\",\"position:absolute\",\"right:0\",\"top:0\",\"width:100%\"]],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:fixed\",\"background-repeat:no-repeat\",\"background-size:cover\"]],[false,\"@supports (-webkit-touch-callout:inherit){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,\"@media (prefers-reduced-motion:reduce){\"],[false,{\".wp-block-cover-image.has-parallax\":false,\".wp-block-cover.has-parallax\":false,\".wp-block-cover__image-background.has-parallax\":false,\"amp-video.wp-block-cover__video-background.has-parallax\":false,\"amp-youtube.wp-block-cover__video-background.has-parallax\":false},[\"background-attachment:scroll\"]],[false,\"}\"],[false,{\".wp-block-cover-image.is-repeated\":false,\".wp-block-cover.is-repeated\":false,\".wp-block-cover__image-background.is-repeated\":false,\"amp-video.wp-block-cover__video-background.is-repeated\":false,\"amp-youtube.wp-block-cover__video-background.is-repeated\":false},[\"background-repeat:repeat\",\"background-size:auto\"]],[false,{\".wp-block-cover-image-text\":false,\".wp-block-cover-image-text a\":false,\".wp-block-cover-image-text a:active\":false,\".wp-block-cover-image-text a:focus\":false,\".wp-block-cover-image-text a:hover\":false,\".wp-block-cover-text\":false,\".wp-block-cover-text a\":false,\".wp-block-cover-text a:active\":false,\".wp-block-cover-text a:focus\":false,\".wp-block-cover-text a:hover\":false,\"section.wp-block-cover-image h2\":false,\"section.wp-block-cover-image h2 a\":false,\"section.wp-block-cover-image h2 a:active\":false,\"section.wp-block-cover-image h2 a:focus\":false,\"section.wp-block-cover-image h2 a:hover\":false},[\"color:#fff\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-left-content\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-cover-image .wp-block-cover.has-right-content\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-cover-image.has-left-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-left-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-left-content>h2\":false},[\"margin-right:0\",\"text-align:right\"]],[false,{\".wp-block-cover-image.has-right-content .wp-block-cover-image-text\":false,\".wp-block-cover.has-right-content .wp-block-cover-text\":false,\"section.wp-block-cover-image.has-right-content>h2\":false},[\"margin-left:0\",\"text-align:left\"]],[false,{\".wp-block-cover .wp-block-cover-text\":false,\".wp-block-cover-image .wp-block-cover-image-text\":false,\"section.wp-block-cover-image>h2\":false},[\"font-size:2em\",\"line-height:1.25\",\"margin-bottom:0\",\"max-width:840px\",\"padding:.44em\",\"text-align:center\",\"z-index:1\"]],[true,{\":where(.wp-block-cover-image:not(.has-text-color))\":true,\":where(.wp-block-cover:not(.has-text-color))\":true},[\"color:#fff\"]],[true,{\":where(.wp-block-cover-image.is-light:not(.has-text-color))\":true,\":where(.wp-block-cover.is-light:not(.has-text-color))\":true},[\"color:#000\"]],[true,{\":root :where(.wp-block-cover h1:not(.has-text-color))\":true,\":root :where(.wp-block-cover h2:not(.has-text-color))\":true,\":root :where(.wp-block-cover h3:not(.has-text-color))\":true,\":root :where(.wp-block-cover h4:not(.has-text-color))\":true,\":root :where(.wp-block-cover h5:not(.has-text-color))\":true,\":root :where(.wp-block-cover h6:not(.has-text-color))\":true,\":root :where(.wp-block-cover p:not(.has-text-color))\":true},[\"color:inherit\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background\":false},[\"z-index:0\"]],[false,{\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false,\"body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before\":false},[\"z-index:1\"]],[false,{\".has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container\":false},[\"z-index:auto\"]],[false,{\".wp-block-details\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-details summary\":false},[\"cursor:pointer\"]],[false,{\".wp-block-embed.alignleft\":false,\".wp-block-embed.alignright\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"]\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"]\":false},[\"max-width:360px\",\"width:100%\"]],[false,{\".wp-block-embed.alignleft .wp-block-embed__wrapper\":false,\".wp-block-embed.alignright .wp-block-embed__wrapper\":false,\".wp-block[data-align=left]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false,\".wp-block[data-align=right]>[data-type=\\\"core\\/embed\\\"] .wp-block-embed__wrapper\":false},[\"min-width:280px\"]],[false,{\".wp-block-cover .wp-block-embed\":false},[\"min-height:240px\",\"min-width:320px\"]],[false,{\".wp-block-embed\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-embed :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-embed amp-iframe\":false},[\"max-width:100%\"]],[false,{\".wp-block-embed__wrapper\":false},[\"position:relative\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before\":false},[\"content:\\\"\\\"\",\"display:block\",\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-has-aspect-ratio amp-iframe\":false},[\"bottom:0\",\"height:100%\",\"left:0\",\"position:absolute\",\"right:0\",\"top:0\",\"width:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:42.85%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:50%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before\":false},[\"padding-top:56.25%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before\":false},[\"padding-top:75%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before\":false},[\"padding-top:100%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before\":false},[\"padding-top:177.77%\"]],[false,{\".wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before\":false},[\"padding-top:200%\"]],[false,{\".wp-block-file\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-file:not(.wp-element-button)\":false},[\"font-size:.8em\"]],[false,{\".wp-block-file.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-file.alignright\":false},[\"text-align:right\"]],[false,{\".wp-block-file *+.wp-block-file__button\":false},[\"margin-right:.75em\"]],[true,{\":where(.wp-block-file)\":true},[\"margin-bottom:1.5em\"]],[false,{\".wp-block-file__embed\":false},[\"margin-bottom:1em\"]],[true,{\":where(.wp-block-file__button)\":true},[\"border-radius:2em\",\"display:inline-block\",\"padding:.5em 1em\"]],[true,{\":where(.wp-block-file__button):where(a):active\":true,\":where(.wp-block-file__button):where(a):focus\":true,\":where(.wp-block-file__button):where(a):hover\":true,\":where(.wp-block-file__button):where(a):visited\":true},[\"box-shadow:none\",\"color:#fff\",\"opacity:.85\",\"text-decoration:none\"]],[false,{\".wp-block-form-input__label\":false},[\"display:flex\",\"flex-direction:column\",\"gap:.25em\",\"margin-bottom:.5em\",\"width:100%\"]],[false,{\".wp-block-form-input__label.is-label-inline\":false},[\"align-items:center\",\"flex-direction:row\",\"gap:.5em\"]],[false,{\".wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content\":false},[\"margin-bottom:.5em\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox])\":false},[\"flex-direction:row\",\"width:fit-content\"]],[false,{\".wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content\":false},[\"margin:0\"]],[false,{\".wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox])\":false},[\"flex-direction:row-reverse\"]],[false,{\".wp-block-form-input__label-content\":false},[\"width:fit-content\"]],[true,{\":where(.wp-block-form-input__input)\":true},[\"font-size:1em\",\"margin-bottom:.5em\",\"padding:0 .5em\"]],[true,{\":where(.wp-block-form-input__input)[type=date]\":true,\":where(.wp-block-form-input__input)[type=datetime-local]\":true,\":where(.wp-block-form-input__input)[type=datetime]\":true,\":where(.wp-block-form-input__input)[type=email]\":true,\":where(.wp-block-form-input__input)[type=month]\":true,\":where(.wp-block-form-input__input)[type=number]\":true,\":where(.wp-block-form-input__input)[type=password]\":true,\":where(.wp-block-form-input__input)[type=search]\":true,\":where(.wp-block-form-input__input)[type=tel]\":true,\":where(.wp-block-form-input__input)[type=text]\":true,\":where(.wp-block-form-input__input)[type=time]\":true,\":where(.wp-block-form-input__input)[type=url]\":true,\":where(.wp-block-form-input__input)[type=week]\":true},[\"border-style:solid\",\"border-width:1px\",\"line-height:2\",\"min-height:2em\"]],[false,{\"textarea.wp-block-form-input__input\":false},[\"min-height:10em\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images)\":false,\".wp-block-gallery:not(.has-nested-images)\":false},[\"display:flex\",\"flex-wrap:wrap\",\"list-style-type:none\",\"margin:0\",\"padding:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item\":false},[\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"margin:0 0 1em 1em\",\"position:relative\",\"width:calc(50% - 1em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n)\":false},[\"margin-left:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure\":false},[\"align-items:flex-end\",\"display:flex\",\"height:100%\",\"justify-content:flex-start\",\"margin:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item amp-anim\":false},[\"display:block\",\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,rgba(0,0,0,0))\",\"bottom:0\",\"box-sizing:border-box\",\"color:#fff\",\"font-size:.8em\",\"margin:0\",\"max-height:100%\",\"overflow:auto\",\"padding:3em .77em .7em\",\"position:absolute\",\"text-align:center\",\"width:100%\",\"z-index:2\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption amp-anim\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-img\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images) figcaption\":false,\".wp-block-gallery:not(.has-nested-images) figcaption\":false},[\"flex-grow:1\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image amp-anim\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-img\":false,\".wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item amp-anim\":false},[\"flex:1\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item\":false},[\"margin-left:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item\":false},[\"margin-left:1em\",\"width:calc(33.33333% - .66667em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item\":false},[\"margin-left:1em\",\"width:calc(25% - .75em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item\":false},[\"margin-left:1em\",\"width:calc(20% - .8em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item\":false},[\"margin-left:1em\",\"width:calc(16.66667% - .83333em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item\":false},[\"margin-left:1em\",\"width:calc(14.28571% - .85714em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item\":false},[\"margin-left:1em\",\"width:calc(12.5% - .875em)\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n)\":false,\".wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n)\":false},[\"margin-left:0\"]],[false,\"}\"],[false,{\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child\":false,\".wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child\":false},[\"margin-left:0\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).alignleft\":false,\".blocks-gallery-grid:not(.has-nested-images).alignright\":false,\".wp-block-gallery:not(.has-nested-images).alignleft\":false,\".wp-block-gallery:not(.has-nested-images).alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false,\".wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure\":false},[\"justify-content:center\"]],[false,{\".wp-block-gallery:not(.is-cropped) .blocks-gallery-item\":false},[\"align-self:flex-start\"]],[false,{\"figure.wp-block-gallery.has-nested-images\":false},[\"align-items:normal\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)\":false},[\"margin:0\",\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) \\/ 2)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-direction:column\",\"flex-grow:1\",\"justify-content:center\",\"max-width:100%\",\"position:relative\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image>div\":false},[\"flex-direction:column\",\"flex-grow:1\",\"margin:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim\":false},[\"display:block\",\"height:auto\",\"width:auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image amp-img:not(#_#_#_#_#_#_#_#_)\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image amp-anim:not(#_#_#_#_#_#_#_#_)\":false},[\"max-width:100%\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"bottom:0\",\"left:0\",\"max-height:100%\",\"position:absolute\",\"right:0\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before\":false},[\"backdrop-filter:blur(3px)\",\"content:\\\"\\\"\",\"height:100%\",\"-webkit-mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"mask-image:linear-gradient(0deg,#000 20%,rgba(0,0,0,0))\",\"max-height:40%\",\"pointer-events:none\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"box-sizing:border-box\",\"color:#fff\",\"font-size:13px\",\"margin:0\",\"overflow:auto\",\"padding:1em\",\"text-align:center\",\"text-shadow:0 0 1.5px #000\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar\":false},[\"height:12px\",\"width:12px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track\":false},[\"background-color:initial\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb\":false},[\"background-clip:padding-box\",\"background-color:initial\",\"border:3px solid rgba(0,0,0,0)\",\"border-radius:8px\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb\":false},[\"background-color:rgba(255,255,255,.8)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)\",\"scrollbar-gutter:stable both-edges\",\"scrollbar-width:thin\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"will-change:transform\"]],[false,\"@media (hover:none){\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"scrollbar-color:rgba(255,255,255,.8) rgba(0,0,0,0)\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption\":false},[\"background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,0))\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption amp-anim\":false},[\"display:inline\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image figcaption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-img\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div\":false},[\"flex:1 1 auto\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption\":false},[\"background:none\",\"color:inherit\",\"flex:initial\",\"margin:0\",\"padding:10px 10px 9px\",\"position:relative\",\"text-shadow:none\"]],[false,{\".wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before\":false,\".wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before\":false},[\"content:none\"]],[false,{\".wp-block-gallery.has-nested-images figcaption\":false},[\"flex-basis:100%\",\"flex-grow:1\",\"text-align:center\"]],[false,{\".wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image)\":false},[\"margin-bottom:auto\",\"margin-top:0\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)\":false},[\"align-self:inherit\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone)\":false},[\"display:flex\"]],[false,{\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-img\":false,\".wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) amp-anim\":false},[\"flex:1 0 0%\",\"height:100%\",\"object-fit:cover\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image)\":false},[\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(25% - var(--wp--style--unstable-gallery-gap,16px) * .75)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(20% - var(--wp--style--unstable-gallery-gap,16px) * .8)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px) * .83333)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px) * .85714)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(12.5% - var(--wp--style--unstable-gallery-gap,16px) * .875)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(33.33% - var(--wp--style--unstable-gallery-gap,16px) * .66667)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)\":false,\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image)\":false},[\"width:calc(50% - var(--wp--style--unstable-gallery-gap,16px) * .5)\"]],[false,{\".wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child\":false},[\"width:100%\"]],[false,\"}\"],[false,{\".wp-block-gallery.has-nested-images.alignleft\":false,\".wp-block-gallery.has-nested-images.alignright\":false},[\"max-width:420px\",\"width:100%\"]],[false,{\".wp-block-gallery.has-nested-images.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-group\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-group.wp-block-group-is-layout-constrained)\":true},[\"position:relative\"]],[false,{\"h1:where(.wp-block-heading).has-background\":false,\"h2:where(.wp-block-heading).has-background\":false,\"h3:where(.wp-block-heading).has-background\":false,\"h4:where(.wp-block-heading).has-background\":false,\"h5:where(.wp-block-heading).has-background\":false,\"h6:where(.wp-block-heading).has-background\":false},[\"padding:1.25em 2.375em\"]],[false,{\"h1.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h1.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h2.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h2.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h3.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h3.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h4.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h4.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h5.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h5.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false,\"h6.has-text-align-left[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-lr])\":false,\"h6.has-text-align-right[data-amp-original-style*=writing-mode]:where([data-amp-original-style*=vertical-rl])\":false},[\"rotate:180deg\"]],[false,{\".wp-block-image>a\":false,\".wp-block-image>figure>a\":false},[\"display:inline-block\"]],[false,{\".wp-block-image amp-img\":false,\".wp-block-image amp-anim\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-image amp-img.hide\":false,\".wp-block-image amp-anim.hide\":false},[\"visibility:hidden\"]],[false,{\".wp-block-image amp-img.show\":false,\".wp-block-image amp-anim.show\":false},[\"animation:show-content-image .4s\"]],[false,\"}\"],[false,{\".wp-block-image[data-amp-original-style*=border-radius] amp-img\":false,\".wp-block-image[data-amp-original-style*=border-radius] amp-anim\":false,\".wp-block-image[data-amp-original-style*=border-radius]>a\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-image.has-custom-border amp-img\":false,\".wp-block-image.has-custom-border amp-anim\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-image.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-image.alignfull>a\":false,\".wp-block-image.alignwide>a\":false},[\"width:100%\"]],[false,{\".wp-block-image.alignfull amp-img\":false,\".wp-block-image.alignfull amp-anim\":false,\".wp-block-image.alignwide amp-img\":false,\".wp-block-image.alignwide amp-anim\":false},[\"height:auto\",\"width:100%\"]],[false,{\".wp-block-image .aligncenter\":false,\".wp-block-image .alignleft\":false,\".wp-block-image .alignright\":false,\".wp-block-image.aligncenter\":false,\".wp-block-image.alignleft\":false,\".wp-block-image.alignright\":false},[\"display:table\"]],[false,{\".wp-block-image .aligncenter>figcaption\":false,\".wp-block-image .alignleft>figcaption\":false,\".wp-block-image .alignright>figcaption\":false,\".wp-block-image.aligncenter>figcaption\":false,\".wp-block-image.alignleft>figcaption\":false,\".wp-block-image.alignright>figcaption\":false},[\"caption-side:bottom\",\"display:table-caption\"]],[false,{\".wp-block-image .alignleft\":false},[\"float:left\",\"margin:.5em 1em .5em 0\"]],[false,{\".wp-block-image .alignright\":false},[\"float:right\",\"margin:.5em 0 .5em 1em\"]],[false,{\".wp-block-image .aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".wp-block-image :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"border-radius:9999px\"]],[false,\"@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){\"],[false,{\".wp-block-image.is-style-circle-mask amp-img\":false,\".wp-block-image.is-style-circle-mask amp-anim\":false},[\"border-radius:0\",\"-webkit-mask-image:url(\\\"data:image\\/svg+xml;utf8,<svg viewBox=\\\\\\\"0 0 100 100\\\\\\\" xmlns=\\\\\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\\\\\"><circle cx=\\\\\\\"50\\\\\\\" cy=\\\\\\\"50\\\\\\\" r=\\\\\\\"50\\\\\\\"\\/><\\/svg>\\\")\",\"mask-image:url(\\\"data:image\\/svg+xml;utf8,<svg viewBox=\\\\\\\"0 0 100 100\\\\\\\" xmlns=\\\\\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\\\\\"><circle cx=\\\\\\\"50\\\\\\\" cy=\\\\\\\"50\\\\\\\" r=\\\\\\\"50\\\\\\\"\\/><\\/svg>\\\")\",\"mask-mode:alpha\",\"-webkit-mask-position:center\",\"mask-position:center\",\"-webkit-mask-repeat:no-repeat\",\"mask-repeat:no-repeat\",\"-webkit-mask-size:contain\",\"mask-size:contain\"]],[false,\"}\"],[false,{\".wp-block-image figure\":false},[\"margin:0\"]],[false,{\".wp-lightbox-container\":false},[\"display:flex\",\"flex-direction:column\",\"position:relative\"]],[false,{\".wp-lightbox-container amp-img\":false,\".wp-lightbox-container amp-anim\":false},[\"cursor:zoom-in\"]],[false,{\".wp-lightbox-container amp-img:hover+button\":false,\".wp-lightbox-container amp-anim:hover+button\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button\":false},[\"align-items:center\",\"backdrop-filter:blur(16px) saturate(180%)\",\"background-color:rgba(90,90,90,.25)\",\"border:none\",\"border-radius:4px\",\"cursor:zoom-in\",\"display:flex\",\"height:20px\",\"justify-content:center\",\"left:16px\",\"opacity:0\",\"padding:0\",\"position:absolute\",\"text-align:center\",\"top:16px\",\"width:20px\",\"z-index:100\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-container button\":false},[\"transition:opacity .2s ease\"]],[false,\"}\"],[false,{\".wp-lightbox-container button:focus-visible\":false},[\"outline:3px auto rgba(90,90,90,.25)\",\"outline:3px auto -webkit-focus-ring-color\",\"outline-offset:3px\"]],[false,{\".wp-lightbox-container button:hover\":false},[\"cursor:pointer\",\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false},[\"opacity:1\"]],[false,{\".wp-lightbox-container button:focus\":false,\".wp-lightbox-container button:hover\":false,\".wp-lightbox-container button:not(:hover):not(:active):not(.has-background)\":false},[\"background-color:rgba(90,90,90,.25)\",\"border:none\"]],[false,{\".wp-lightbox-overlay\":false},[\"box-sizing:border-box\",\"cursor:zoom-out\",\"height:100vh\",\"overflow:hidden\",\"position:fixed\",\"right:0\",\"top:0\",\"visibility:hidden\",\"width:100%\",\"z-index:100000\"]],[false,{\".wp-lightbox-overlay .close-button\":false},[\"align-items:center\",\"cursor:pointer\",\"display:flex\",\"justify-content:center\",\"left:calc(env(safe-area-inset-left) + 16px)\",\"min-height:40px\",\"min-width:40px\",\"padding:0\",\"position:absolute\",\"top:calc(env(safe-area-inset-top) + 16px)\",\"z-index:5000000\"]],[false,{\".wp-lightbox-overlay .close-button:focus\":false,\".wp-lightbox-overlay .close-button:hover\":false,\".wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .lightbox-image-container\":false},[\"height:var(--wp--lightbox-container-height)\",\"overflow:hidden\",\"position:absolute\",\"right:50%\",\"top:50%\",\"transform:translate(50%,-50%)\",\"transform-origin:top right\",\"width:var(--wp--lightbox-container-width)\",\"z-index:9999999999\"]],[false,{\".wp-lightbox-overlay .wp-block-image\":false},[\"align-items:center\",\"box-sizing:border-box\",\"display:flex\",\"height:100%\",\"justify-content:center\",\"margin:0\",\"position:relative\",\"transform-origin:100% 0\",\"width:100%\",\"z-index:3000000\"]],[false,{\".wp-lightbox-overlay .wp-block-image amp-img\":false,\".wp-lightbox-overlay .wp-block-image amp-anim\":false},[\"height:var(--wp--lightbox-image-height)\",\"min-height:var(--wp--lightbox-image-height)\",\"min-width:var(--wp--lightbox-image-width)\",\"width:var(--wp--lightbox-image-width)\"]],[false,{\".wp-lightbox-overlay .wp-block-image figcaption\":false},[\"display:none\"]],[false,{\".wp-lightbox-overlay button\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-lightbox-overlay .scrim\":false},[\"background-color:#fff\",\"height:100%\",\"opacity:.9\",\"position:absolute\",\"width:100%\",\"z-index:2000000\"]],[false,{\".wp-lightbox-overlay.active\":false},[\"visibility:visible\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-lightbox-overlay.active\":false},[\"animation:turn-on-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.active amp-img\":false,\".wp-lightbox-overlay.active amp-anim\":false},[\"animation:turn-on-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active)\":false},[\"animation:turn-off-visibility .35s both\"]],[false,{\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-img\":false,\".wp-lightbox-overlay.show-closing-animation:not(.active) amp-anim\":false},[\"animation:turn-off-visibility .25s both\"]],[false,{\".wp-lightbox-overlay.zoom.active\":false},[\"animation:none\",\"opacity:1\",\"visibility:visible\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container\":false},[\"animation:lightbox-zoom-in .4s\"]],[false,{\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.active .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.active .scrim\":false},[\"animation:turn-on-visibility .4s forwards\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active)\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container\":false},[\"animation:lightbox-zoom-out .4s\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-img\":false,\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container amp-anim\":false},[\"animation:none\"]],[false,{\".wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim\":false},[\"animation:turn-off-visibility .4s forwards\"]],[false,\"}\"],[true,\"@keyframes show-content-image{\"],[true,\"0%{visibility:hidden}\"],[true,\"99%{visibility:hidden}\"],[true,\"to{visibility:visible}\"],[true,\"}@keyframes turn-on-visibility{\"],[true,\"0%{opacity:0}\"],[true,\"to{opacity:1}\"],[true,\"}@keyframes turn-off-visibility{\"],[true,\"0%{opacity:1;visibility:visible}\"],[true,\"99%{opacity:0;visibility:visible}\"],[true,\"to{opacity:0;visibility:hidden}\"],[true,\"}@keyframes lightbox-zoom-in{\"],[true,\"0%{transform:translate(calc(( ( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position) ) * -1),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}\"],[true,\"to{transform:translate(50%,-50%) scale(1)}\"],[true,\"}@keyframes lightbox-zoom-out{\"],[true,\"0%{transform:translate(50%,-50%) scale(1);visibility:visible}\"],[true,\"99%{visibility:visible}\"],[true,\"to{transform:translate(calc(( ( -100vw + var(--wp--lightbox-scrollbar-width) ) \\/ 2 + var(--wp--lightbox-initial-left-position) ) * -1),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}\"],[true,\"}\"],[false,{\"ol.wp-block-latest-comments\":false},[\"box-sizing:border-box\",\"margin-right:0\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment))\":true},[\"line-height:1.1\"]],[true,{\":where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p))\":true},[\"line-height:1.8\"]],[false,{\".has-dates :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false,\".has-excerpts :where(.wp-block-latest-comments:not([data-amp-original-style*=line-height]))\":false},[\"line-height:1.5\"]],[false,{\".wp-block-latest-comments .wp-block-latest-comments\":false},[\"padding-right:0\"]],[false,{\".wp-block-latest-comments__comment\":false},[\"list-style:none\",\"margin-bottom:1em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment\":false},[\"list-style:none\",\"min-height:2.25em\"]],[false,{\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt\":false,\".has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta\":false},[\"margin-right:3.25em\"]],[false,{\".wp-block-latest-comments__comment-excerpt p\":false},[\"font-size:.875em\",\"margin:.36em 0 1.4em\"]],[false,{\".wp-block-latest-comments__comment-date\":false},[\"display:block\",\"font-size:.75em\"]],[false,{\".wp-block-latest-comments .avatar\":false,\".wp-block-latest-comments__comment-avatar\":false},[\"border-radius:1.5em\",\"display:block\",\"float:right\",\"height:2.5em\",\"margin-left:.75em\",\"width:2.5em\"]],[false,{\".wp-block-latest-comments[class*=-font-size] a\":false,\".wp-block-latest-comments[data-amp-original-style*=font-size] a\":false},[\"font-size:inherit\"]],[false,{\".wp-block-latest-posts\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-latest-posts.alignleft\":false},[\"margin-right:2em\"]],[false,{\".wp-block-latest-posts.alignright\":false},[\"margin-left:2em\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list\":false},[\"list-style:none\"]],[false,{\".wp-block-latest-posts.wp-block-latest-posts__list li\":false},[\"clear:both\",\"overflow-wrap:break-word\"]],[false,{\".wp-block-latest-posts.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-latest-posts.is-grid li\":false},[\"margin:0 0 1.25em 1.25em\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-latest-posts.columns-2 li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-latest-posts.columns-2 li:nth-child(2n)\":false},[\"margin-left:0\"]],[false,{\".wp-block-latest-posts.columns-3 li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-latest-posts.columns-3 li:nth-child(3n)\":false},[\"margin-left:0\"]],[false,{\".wp-block-latest-posts.columns-4 li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-latest-posts.columns-4 li:nth-child(4n)\":false},[\"margin-left:0\"]],[false,{\".wp-block-latest-posts.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-latest-posts.columns-5 li:nth-child(5n)\":false},[\"margin-left:0\"]],[false,{\".wp-block-latest-posts.columns-6 li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,{\".wp-block-latest-posts.columns-6 li:nth-child(6n)\":false},[\"margin-left:0\"]],[false,\"}\"],[true,{\":root :where(.wp-block-latest-posts.is-grid)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-latest-posts.wp-block-latest-posts__list)\":true},[\"padding-right:0\"]],[false,{\".wp-block-latest-posts__post-author\":false,\".wp-block-latest-posts__post-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-latest-posts__post-excerpt\":false,\".wp-block-latest-posts__post-full-content\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".wp-block-latest-posts__featured-image a\":false},[\"display:inline-block\"]],[false,{\".wp-block-latest-posts__featured-image amp-img\":false,\".wp-block-latest-posts__featured-image amp-anim\":false},[\"height:auto\",\"max-width:100%\",\"width:auto\"]],[false,{\".wp-block-latest-posts__featured-image.alignleft\":false},[\"float:left\",\"margin-right:1em\"]],[false,{\".wp-block-latest-posts__featured-image.alignright\":false},[\"float:right\",\"margin-left:1em\"]],[false,{\".wp-block-latest-posts__featured-image.aligncenter\":false},[\"margin-bottom:1em\",\"text-align:center\"]],[false,{\"ol\":false,\"ul\":false},[\"box-sizing:border-box\"]],[true,{\":root :where(.wp-block-list.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-loginout\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-math\":false},[\"overflow-x:auto\",\"overflow-y:hidden\"]],[false,{\".wp-block-media-text\":false},[\"box-sizing:border-box\",\"direction:ltr\",\"display:grid\",\"grid-template-columns:50% 1fr\",\"grid-template-rows:auto\"]],[false,{\".wp-block-media-text.has-media-on-the-right\":false},[\"grid-template-columns:1fr 50%\"]],[false,{\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media\":false},[\"align-self:start\"]],[false,{\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media\":false,\".wp-block-media-text>.wp-block-media-text__content\":false,\".wp-block-media-text>.wp-block-media-text__media\":false},[\"align-self:center\"]],[false,{\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content\":false,\".wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media\":false},[\"align-self:end\"]],[false,{\".wp-block-media-text>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\",\"margin:0\"]],[false,{\".wp-block-media-text>.wp-block-media-text__content\":false},[\"direction:rtl\",\"grid-column:2\",\"grid-row:1\",\"padding:0 8%\",\"word-break:break-word\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media\":false},[\"grid-column:2\",\"grid-row:1\"]],[false,{\".wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text__media a\":false},[\"display:block\"]],[false,{\".wp-block-media-text__media amp-img\":false,\".wp-block-media-text__media amp-anim\":false,\".wp-block-media-text__media amp-video\":false,\".wp-block-media-text__media amp-youtube\":false},[\"height:auto\",\"max-width:unset\",\"vertical-align:middle\",\"width:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media\":false},[\"background-size:cover\",\"height:100%\",\"min-height:250px\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill>.wp-block-media-text__media amp-anim\":false},[\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\",\"clip:rect(0,0,0,0)\",\"border:0\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media\":false},[\"height:100%\",\"min-height:250px\",\"position:relative\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-img\":false,\".wp-block-media-text.is-image-fill-element>.wp-block-media-text__media amp-anim\":false},[\"height:100%\",\"object-fit:cover\",\"position:absolute\",\"width:100%\"]],[false,\"@media (max-width:600px){\"],[false,{\".wp-block-media-text.is-stacked-on-mobile:not(#_#_#_#_#_#_#_)\":false},[\"grid-template-columns:100%\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media\":false},[\"grid-column:1\",\"grid-row:1\"]],[false,{\".wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content\":false},[\"grid-column:1\",\"grid-row:2\"]],[false,\"}\"],[false,{\".wp-block-navigation\":false},[\"position:relative\"]],[false,{\".wp-block-navigation ul\":false},[\"margin-bottom:0\",\"margin-right:0\",\"margin-top:0\",\"padding-right:0\"]],[false,{\".wp-block-navigation ul\":false,\".wp-block-navigation ul li\":false},[\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"align-items:center\",\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty\":false},[\"display:none\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content\":false},[\"display:block\",\"z-index:1\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus\":false},[\"text-decoration:underline\"]],[false,{\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active\":false,\".wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus\":false},[\"text-decoration:line-through\"]],[false,{\".wp-block-navigation :where(a)\":false,\".wp-block-navigation :where(a:active)\":false,\".wp-block-navigation :where(a:focus)\":false},[\"text-decoration:none\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon\":false},[\"align-self:center\",\"background-color:inherit\",\"border:none\",\"color:currentColor\",\"display:inline-block\",\"font-size:inherit\",\"height:.6em\",\"line-height:0\",\"margin-right:.25em\",\"padding:0\",\"width:.6em\"]],[false,{\".wp-block-navigation .wp-block-navigation__submenu-icon svg\":false},[\"display:inline-block\",\"stroke:currentColor\",\"height:inherit\",\"margin-top:.075em\",\"width:inherit\"]],[false,{\".wp-block-navigation\":false},[\"--navigation-layout-justification-setting:flex-start\",\"--navigation-layout-direction:row\",\"--navigation-layout-wrap:wrap\",\"--navigation-layout-justify:flex-start\",\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation.is-vertical\":false},[\"--navigation-layout-direction:column\",\"--navigation-layout-justify:initial\",\"--navigation-layout-align:flex-start\"]],[false,{\".wp-block-navigation.no-wrap\":false},[\"--navigation-layout-wrap:nowrap\"]],[false,{\".wp-block-navigation.items-justified-center\":false},[\"--navigation-layout-justification-setting:center\",\"--navigation-layout-justify:center\"]],[false,{\".wp-block-navigation.items-justified-center.is-vertical\":false},[\"--navigation-layout-align:center\"]],[false,{\".wp-block-navigation.items-justified-right\":false},[\"--navigation-layout-justification-setting:flex-end\",\"--navigation-layout-justify:flex-end\"]],[false,{\".wp-block-navigation.items-justified-right.is-vertical\":false},[\"--navigation-layout-align:flex-end\"]],[false,{\".wp-block-navigation.items-justified-space-between\":false},[\"--navigation-layout-justification-setting:space-between\",\"--navigation-layout-justify:space-between\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"align-items:normal\",\"background-color:inherit\",\"color:inherit\",\"display:flex\",\"flex-direction:column\",\"opacity:0\",\"position:absolute\",\"z-index:2\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"transition:opacity .1s linear\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"height:0\",\"overflow:hidden\",\"visibility:hidden\",\"width:0\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content\":false},[\"display:flex\",\"flex-grow:1\",\"padding:.5em 1em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon\":false},[\"margin-left:0\",\"margin-right:auto\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content\":false},[\"margin:0\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container\":false},[\"right:-1px\",\"top:100%\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"right:100%\",\"top:-1px\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before\":false},[\"background:rgba(0,0,0,0)\",\"content:\\\"\\\"\",\"display:block\",\"height:100%\",\"left:100%\",\"position:absolute\",\"width:.5em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon\":false},[\"margin-left:.25em\"]],[false,{\".wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg\":false},[\"transform:rotate(90deg)\"]],[false,\"}\"],[false,{\".wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container\":false,\".wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container\":false},[\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:visible\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container\":false},[\"right:0\",\"top:100%\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"right:100%\",\"top:0\"]],[false,\"}\"],[false,{\".wp-block-navigation-submenu\":false},[\"display:flex\",\"position:relative\"]],[false,{\".wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg\":false},[\"stroke:currentColor\"]],[false,{\"button.wp-block-navigation-item__content\":false},[\"background-color:initial\",\"border:none\",\"color:currentColor\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-align:right\",\"text-transform:inherit\"]],[false,{\".wp-block-navigation-submenu__toggle\":false},[\"cursor:pointer\"]],[false,{\".wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-icon>svg\":false,\".wp-block-navigation-submenu__toggle[aria-expanded=true]>svg\":false},[\"transform:rotate(-180deg)\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle\":false},[\"padding-left:.85em\",\"padding-right:0\"]],[false,{\".wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon\":false},[\"margin-right:-.6em\",\"pointer-events:none\"]],[false,{\".wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle)\":false},[\"padding:0\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false,\".wp-block-navigation__container\":false,\".wp-block-navigation__responsive-close\":false,\".wp-block-navigation__responsive-container\":false,\".wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-dialog\":false},[\"gap:inherit\"]],[true,{\":where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button))\":true},[\"padding:.5em 1em\"]],[true,{\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button))\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content)\":true,\":where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content)\":true},[\"padding:.5em 1em\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container\":false},[\"left:0\",\"right:auto\"]],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:-1px\",\"right:-1px\"]],[false,\"@media (min-width:782px){\"],[false,{\".wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false,\".wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container\":false},[\"left:100%\",\"right:auto\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container\":false},[\"background-color:#fff\",\"border:1px solid rgba(0,0,0,.15)\"]],[false,{\".wp-block-navigation.has-background .wp-block-navigation__submenu-container\":false},[\"background-color:inherit\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__container\":false},[\"align-items:var(--navigation-layout-align,initial)\",\"display:flex\",\"flex-direction:var(--navigation-layout-direction,initial)\",\"flex-wrap:var(--navigation-layout-wrap,wrap)\",\"justify-content:var(--navigation-layout-justify,initial)\",\"list-style:none\",\"margin:0\",\"padding-right:0\"]],[false,{\".wp-block-navigation__container .is-responsive\":false},[\"display:none\"]],[false,{\".wp-block-navigation__container:only-child\":false,\".wp-block-page-list:only-child\":false},[\"flex-grow:1\"]],[true,\"@keyframes overlay-menu__fade-in-animation{\"],[true,\"0%{opacity:0;transform:translateY(.5em)}\"],[true,\"to{opacity:1;transform:translateY(0)}\"],[true,\"}\"],[false,{\".wp-block-navigation__responsive-container\":false},[\"bottom:0\",\"display:none\",\"left:0\",\"position:fixed\",\"right:0\",\"top:0\"]],[false,{\".wp-block-navigation__responsive-container :where(.wp-block-navigation-item a)\":false},[\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content\":false},[\"align-items:var(--navigation-layout-align,initial)\",\"display:flex\",\"flex-direction:var(--navigation-layout-direction,initial)\",\"flex-wrap:var(--navigation-layout-wrap,wrap)\",\"justify-content:var(--navigation-layout-justify,initial)\"]],[false,{\".wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open):not(#_#_#_#_#_#_#_)\":false},[\"background-color:inherit\",\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"background-color:inherit\",\"display:flex\",\"flex-direction:column\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"animation:overlay-menu__fade-in-animation .1s ease-out\",\"animation-fill-mode:forwards\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container.is-menu-open\":false},[\"overflow:auto\",\"padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem)\",\"z-index:100000\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false},[\"align-items:var(--navigation-layout-justification-setting,inherit)\",\"display:flex\",\"flex-direction:column\",\"flex-wrap:nowrap\",\"overflow:visible\",\"padding-top:calc(2rem + 24px)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"justify-content:flex-start\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon\":false},[\"display:none\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container\":false},[\"border:none\",\"height:auto\",\"min-width:200px\",\"opacity:1\",\"overflow:initial\",\"padding-left:2rem\",\"padding-right:2rem\",\"position:static\",\"visibility:visible\",\"width:auto\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"gap:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container\":false},[\"padding-top:var(--wp--style--block-gap,2em)\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content\":false},[\"padding:0\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list\":false},[\"align-items:var(--navigation-layout-justification-setting,initial)\",\"display:flex\",\"flex-direction:column\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container:not(#_#_#_#_#_#_#_)\":false,\".wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list:not(#_#_#_#_#_#_#_)\":false},[\"background:rgba(0,0,0,0)\",\"color:inherit\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container\":false},[\"left:auto\",\"right:auto\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)\":false},[\"background-color:inherit\",\"display:block\",\"position:relative\",\"width:100%\",\"z-index:auto\"]],[false,{\".wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close\":false},[\"display:none\"]],[false,{\".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container\":false},[\"right:0\"]],[false,\"}\"],[false,{\".wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"background-color:#fff\"]],[false,{\".wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open\":false},[\"color:#000\"]],[false,{\".wp-block-navigation__toggle_button_label\":false},[\"font-size:1rem\",\"font-weight:700\"]],[false,{\".wp-block-navigation__responsive-container-close\":false,\".wp-block-navigation__responsive-container-open\":false},[\"background:rgba(0,0,0,0)\",\"border:none\",\"color:currentColor\",\"cursor:pointer\",\"margin:0\",\"padding:0\",\"text-transform:inherit\",\"vertical-align:middle\"]],[false,{\".wp-block-navigation__responsive-container-close svg\":false,\".wp-block-navigation__responsive-container-open svg\":false},[\"fill:currentColor\",\"display:block\",\"height:24px\",\"pointer-events:none\",\"width:24px\"]],[false,{\".wp-block-navigation__responsive-container-open\":false},[\"display:flex\"]],[false,{\".wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-navigation__responsive-container-open:not(.always-shown)\":false},[\"display:none\"]],[false,\"}\"],[false,{\".wp-block-navigation__responsive-container-close\":false},[\"left:0\",\"position:absolute\",\"top:0\",\"z-index:2\"]],[false,{\".wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close\":false},[\"font-family:inherit\",\"font-size:inherit\",\"font-weight:inherit\"]],[false,{\".wp-block-navigation__responsive-close\":false},[\"width:100%\"]],[false,{\".has-modal-open .wp-block-navigation__responsive-close\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:var(--wp--style--global--wide-size,100%)\"]],[false,{\".wp-block-navigation__responsive-close:focus\":false},[\"outline:none\"]],[false,{\".is-menu-open .wp-block-navigation__responsive-close\":false,\".is-menu-open .wp-block-navigation__responsive-container-content\":false,\".is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-navigation__responsive-dialog\":false},[\"position:relative\"]],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:46px\"]],[false,\"@media (min-width:782px){\"],[false,{\".has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog\":false},[\"margin-top:32px\"]],[false,\"}\"],[false,{\"html.has-modal-open\":false},[\"overflow:hidden\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__label\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-navigation .wp-block-navigation-item__description\":false},[\"display:none\"]],[false,{\".link-ui-tools\":false},[\"outline:1px solid #f0f0f0\",\"padding:8px\"]],[false,{\".link-ui-block-inserter\":false},[\"padding-top:8px\"]],[false,{\".link-ui-block-inserter__back\":false},[\"margin-right:8px\",\"text-transform:uppercase\"]],[false,{\".wp-block-navigation .wp-block-page-list\":false},[\"align-items:var(--navigation-layout-align,initial)\",\"background-color:inherit\",\"display:flex\",\"flex-direction:var(--navigation-layout-direction,initial)\",\"flex-wrap:var(--navigation-layout-wrap,wrap)\",\"justify-content:var(--navigation-layout-justify,initial)\"]],[false,{\".wp-block-navigation .wp-block-navigation-item\":false},[\"background-color:inherit\"]],[false,{\".wp-block-page-list\":false},[\"box-sizing:border-box\"]],[false,{\".is-small-text\":false},[\"font-size:.875em\"]],[false,{\".is-regular-text\":false},[\"font-size:1em\"]],[false,{\".is-large-text\":false},[\"font-size:2.25em\"]],[false,{\".is-larger-text\":false},[\"font-size:3em\"]],[false,{\".has-drop-cap:not(:focus):first-letter\":false},[\"float:right\",\"font-size:8.4em\",\"font-style:normal\",\"font-weight:100\",\"line-height:.68\",\"margin:.05em 0 0 .1em\",\"text-transform:uppercase\"]],[false,{\"body.rtl .has-drop-cap:not(:focus):first-letter\":false},[\"float:none\",\"margin-right:.1em\"]],[false,{\"p.has-drop-cap.has-background\":false},[\"overflow:hidden\"]],[true,{\":root :where(p.has-background)\":true},[\"padding:1.25em 2.375em\"]],[true,{\":where(p.has-text-color:not(.has-link-color)) a\":true},[\"color:inherit\"]],[false,{\"p.has-text-align-left[data-amp-original-style*=\\\"writing-mode:vertical-lr\\\"]\":false,\"p.has-text-align-right[data-amp-original-style*=\\\"writing-mode:vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-author\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-wrap:wrap\"]],[false,{\".wp-block-post-author__byline\":false},[\"font-size:.5em\",\"margin-bottom:0\",\"margin-top:0\",\"width:100%\"]],[false,{\".wp-block-post-author__avatar\":false},[\"margin-left:1em\"]],[false,{\".wp-block-post-author__bio\":false},[\"font-size:.7em\",\"margin-bottom:.7em\"]],[false,{\".wp-block-post-author__content\":false},[\"flex-basis:0\",\"flex-grow:1\"]],[false,{\".wp-block-post-author__name\":false},[\"margin:0\"]],[false,{\".wp-block-post-author-biography\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-comments-form input:not([type=submit]))\":true,\":where(.wp-block-post-comments-form textarea)\":true},[\"border:1px solid #949494\",\"font-family:inherit\",\"font-size:1em\"]],[true,{\":where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox])))\":true,\":where(.wp-block-post-comments-form textarea)\":true},[\"padding:calc(.667em + 2px)\"]],[false,{\".wp-block-post-comments-form\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-weight] :where(.comment-reply-title)\":false},[\"font-weight:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-family] :where(.comment-reply-title)\":false},[\"font-family:inherit\"]],[false,{\".wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title)\":false,\".wp-block-post-comments-form[data-amp-original-style*=font-size] :where(.comment-reply-title)\":false},[\"font-size:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=line-height] :where(.comment-reply-title)\":false},[\"line-height:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=font-style] :where(.comment-reply-title)\":false},[\"font-style:inherit\"]],[false,{\".wp-block-post-comments-form[data-amp-original-style*=letter-spacing] :where(.comment-reply-title)\":false},[\"letter-spacing:inherit\"]],[false,{\".wp-block-post-comments-form :where(input[type=submit])\":false},[\"box-shadow:none\",\"cursor:pointer\",\"display:inline-block\",\"overflow-wrap:break-word\",\"text-align:center\"]],[false,{\".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden])\":false,\".wp-block-post-comments-form .comment-form textarea\":false},[\"box-sizing:border-box\",\"display:block\",\"width:100%\"]],[false,{\".wp-block-post-comments-form .comment-form-author label\":false,\".wp-block-post-comments-form .comment-form-email label\":false,\".wp-block-post-comments-form .comment-form-url label\":false},[\"display:block\",\"margin-bottom:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent\":false},[\"display:flex\",\"gap:.25em\"]],[false,{\".wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent\":false},[\"margin-top:.35em\"]],[false,{\".wp-block-post-comments-form .comment-reply-title\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-post-comments-form .comment-reply-title :where(small)\":false},[\"font-size:var(--wp--preset--font-size--medium,smaller)\",\"margin-right:.5em\"]],[false,{\".wp-block-post-comments-count\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-content\":false},[\"display:flow-root\"]],[false,{\".wp-block-post-comments-link\":false,\".wp-block-post-date\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-post-excerpt)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__excerpt\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-post-excerpt__more-text\":false},[\"margin-bottom:0\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-post-excerpt__more-link\":false},[\"display:inline-block\"]],[false,{\".wp-block-post-featured-image\":false},[\"margin-left:0\",\"margin-right:0\"]],[false,{\".wp-block-post-featured-image a\":false},[\"display:block\",\"height:100%\"]],[false,{\".wp-block-post-featured-image :where(amp-img)\":false,\".wp-block-post-featured-image :where(amp-anim)\":false},[\"box-sizing:border-box\",\"height:auto\",\"max-width:100%\",\"vertical-align:bottom\",\"width:100%\"]],[false,{\".wp-block-post-featured-image.alignfull amp-img\":false,\".wp-block-post-featured-image.alignfull amp-anim\":false,\".wp-block-post-featured-image.alignwide amp-img\":false,\".wp-block-post-featured-image.alignwide amp-anim\":false},[\"width:100%\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim\":false},[\"background-color:#000\",\"inset:0\",\"position:absolute\"]],[false,{\".wp-block-post-featured-image\":false},[\"position:relative\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient\":false},[\"background-color:initial\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0\":false},[\"opacity:0\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10\":false},[\"opacity:.1\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20\":false},[\"opacity:.2\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30\":false},[\"opacity:.3\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40\":false},[\"opacity:.4\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50\":false},[\"opacity:.5\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60\":false},[\"opacity:.6\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70\":false},[\"opacity:.7\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80\":false},[\"opacity:.8\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90\":false},[\"opacity:.9\"]],[false,{\".wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100\":false},[\"opacity:1\"]],[false,{\".wp-block-post-featured-image:where(.alignleft,.alignright)\":false},[\"width:100%\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron)\":false},[\"transform:scaleX(-1)\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron)\":false},[\"transform:scaleX(-1)\"]],[false,{\".wp-block-post-navigation-link.has-text-align-left[data-amp-original-style*=\\\"writing-mode: vertical-lr\\\"]\":false,\".wp-block-post-navigation-link.has-text-align-right[data-amp-original-style*=\\\"writing-mode: vertical-rl\\\"]\":false},[\"rotate:180deg\"]],[false,{\".wp-block-post-terms\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-terms .wp-block-post-terms__separator\":false},[\"white-space:pre-wrap\"]],[false,{\".wp-block-post-time-to-read\":false,\".wp-block-post-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-post-title\":false},[\"word-break:break-word\"]],[false,{\".wp-block-post-title :where(a)\":false},[\"display:inline-block\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-post-author-name\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-preformatted\":false},[\"box-sizing:border-box\",\"white-space:pre-wrap\"]],[true,{\":where(.wp-block-preformatted.has-background)\":true},[\"padding:1.25em 2.375em\"]],[false,{\".wp-block-pullquote\":false},[\"box-sizing:border-box\",\"margin:0 0 1em\",\"overflow-wrap:break-word\",\"padding:4em 0\",\"text-align:center\"]],[false,{\".wp-block-pullquote blockquote\":false,\".wp-block-pullquote p\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote blockquote\":false},[\"margin:0\"]],[false,{\".wp-block-pullquote p\":false},[\"margin-top:0\"]],[false,{\".wp-block-pullquote p:last-child\":false},[\"margin-bottom:0\"]],[false,{\".wp-block-pullquote.alignleft\":false,\".wp-block-pullquote.alignright\":false},[\"max-width:420px\"]],[false,{\".wp-block-pullquote cite\":false,\".wp-block-pullquote footer\":false},[\"position:relative\"]],[false,{\".wp-block-pullquote .has-text-color a\":false},[\"color:inherit\"]],[false,{\".wp-block-pullquote.has-text-align-left blockquote\":false},[\"text-align:right\"]],[false,{\".wp-block-pullquote.has-text-align-right blockquote\":false},[\"text-align:left\"]],[false,{\".wp-block-pullquote.has-text-align-center blockquote\":false},[\"text-align:center\"]],[false,{\".wp-block-pullquote.is-style-solid-color\":false},[\"border:none\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote\":false},[\"margin-left:auto\",\"margin-right:auto\",\"max-width:60%\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote p\":false},[\"font-size:2em\",\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-pullquote.is-style-solid-color blockquote cite\":false},[\"font-style:normal\",\"text-transform:none\"]],[false,{\".wp-block-pullquote :where(cite)\":false},[\"color:inherit\",\"display:block\"]],[false,{\".wp-block-post-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"margin-top:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-post-template.is-flex-container\":false},[\"display:flex\",\"flex-direction:row\",\"flex-wrap:wrap\",\"gap:1.25em\"]],[false,{\".wp-block-post-template.is-flex-container>li\":false},[\"margin:0\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-2>li\":false},[\"width:calc(50% - .625em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-3>li\":false},[\"width:calc(33.33333% - .83333em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-4>li\":false},[\"width:calc(25% - .9375em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-5>li\":false},[\"width:calc(20% - 1em)\"]],[false,{\".wp-block-post-template.is-flex-container.is-flex-container.columns-6>li\":false},[\"width:calc(16.66667% - 1.04167em)\"]],[false,\"}\"],[false,\"@media (max-width:600px){\"],[false,{\".wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid\":false},[\"grid-template-columns:1fr\"]],[false,\"}\"],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignright\":false,\".wp-block-post-template-is-layout-flow>li>.alignright\":false},[\"float:left\",\"margin-inline-end:0\",\"margin-inline-start:2em\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.alignleft\":false,\".wp-block-post-template-is-layout-flow>li>.alignleft\":false},[\"float:right\",\"margin-inline-end:2em\",\"margin-inline-start:0\"]],[false,{\".wp-block-post-template-is-layout-constrained>li>.aligncenter\":false,\".wp-block-post-template-is-layout-flow>li>.aligncenter\":false},[\"margin-inline-end:auto\",\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type\":false},[\"margin-inline-start:auto\"]],[false,{\".wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child\":false},[\"margin-inline-end:auto\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow\":false},[\"display:inline-block\",\"margin-left:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(-1)\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow\":false},[\"display:inline-block\",\"margin-right:1ch\"]],[false,{\".wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron)\":false},[\"transform:scaleX(-1)\"]],[false,{\".wp-block-query-pagination.aligncenter\":false},[\"justify-content:center\"]],[false,{\".wp-block-query-title\":false,\".wp-block-query-total\":false,\".wp-block-quote\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-quote\":false},[\"overflow-wrap:break-word\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain))\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain))\":false},[\"margin-bottom:1em\",\"padding:0 1em\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) p\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) p\":false},[\"font-size:1.5em\",\"font-style:italic\",\"line-height:1.6\"]],[false,{\".wp-block-quote.is-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-large:where(:not(.is-style-plain)) footer\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite\":false,\".wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer\":false},[\"font-size:1.125em\",\"text-align:left\"]],[false,{\".wp-block-quote>cite\":false},[\"display:block\"]],[false,{\".wp-block-read-more\":false},[\"display:block\",\"width:fit-content\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration]))\":false},[\"text-decoration:none\"]],[false,{\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):active\":false,\".wp-block-read-more:where(:not([data-amp-original-style*=text-decoration])):focus\":false},[\"text-decoration:none\"]],[false,{\"ul.wp-block-rss.alignleft\":false},[\"margin-right:2em\"]],[false,{\"ul.wp-block-rss.alignright\":false},[\"margin-left:2em\"]],[false,{\"ul.wp-block-rss.is-grid\":false},[\"display:flex\",\"flex-wrap:wrap\",\"padding:0\"]],[false,{\"ul.wp-block-rss.is-grid li\":false},[\"margin:0 0 1em 1em\",\"width:100%\"]],[false,\"@media (min-width:600px){\"],[false,{\"ul.wp-block-rss.columns-2 li\":false},[\"width:calc(50% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-3 li\":false},[\"width:calc(33.33333% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-4 li\":false},[\"width:calc(25% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-5 li\":false},[\"width:calc(20% - 1em)\"]],[false,{\"ul.wp-block-rss.columns-6 li\":false},[\"width:calc(16.66667% - 1em)\"]],[false,\"}\"],[false,{\".wp-block-rss__item-author\":false,\".wp-block-rss__item-publish-date\":false},[\"display:block\",\"font-size:.8125em\"]],[false,{\".wp-block-rss\":false},[\"box-sizing:border-box\",\"list-style:none\",\"padding:0\"]],[false,{\".wp-block-search__button\":false},[\"margin-right:10px\",\"word-break:normal\"]],[false,{\".wp-block-search__button.has-icon\":false},[\"line-height:0\"]],[false,{\".wp-block-search__button svg\":false},[\"height:1.25em\",\"min-height:24px\",\"min-width:24px\",\"width:1.25em\",\"fill:currentColor\",\"vertical-align:text-bottom\"]],[true,{\":where(.wp-block-search__button)\":true},[\"border:1px solid #ccc\",\"padding:6px 10px\"]],[false,{\".wp-block-search__inside-wrapper\":false},[\"display:flex\",\"flex:auto\",\"flex-wrap:nowrap\",\"max-width:100%\"]],[false,{\".wp-block-search__label\":false},[\"width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__button\":false},[\"box-sizing:border-box\",\"display:flex\",\"flex-shrink:0\",\"justify-content:center\",\"margin-right:0\",\"max-width:100%\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"transition-property:width\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper:not(#_#_#_#_#_#_#_)\":false},[\"min-width:0\"]],[false,{\".wp-block-search.wp-block-search__button-only .wp-block-search__input\":false},[\"flex-basis:100%\",\"transition-duration:.3s\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden\":false,\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper\":false},[\"overflow:hidden\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input\":false},[\"flex-basis:0\",\"flex-grow:0\",\"margin:0\"]],[false,{\".wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input:not(#_#_#_#_#_#_#_)\":false},[\"border-left-width:0\",\"border-right-width:0\",\"min-width:0\",\"padding-left:0\",\"padding-right:0\",\"width:0\"]],[true,{\":where(.wp-block-search__input)\":true},[\"appearance:none\",\"border:1px solid #949494\",\"flex-grow:1\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"margin-left:0\",\"margin-right:0\",\"min-width:3rem\",\"padding:8px\",\"text-transform:inherit\"]],[true,{\":where(.wp-block-search__input):not(#_#_#_#_#_#_#_)\":true},[\"text-decoration:unset\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)\":true},[\"background-color:#fff\",\"border:1px solid #949494\",\"box-sizing:border-box\",\"padding:4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input\":false},[\"border:none\",\"border-radius:0\",\"padding:0 4px\"]],[false,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus\":false},[\"outline:none\"]],[true,{\":where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button)\":true},[\"padding:4px 8px\"]],[false,{\".wp-block-search.aligncenter .wp-block-search__inside-wrapper\":false},[\"margin:auto\"]],[false,{\".wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper\":false},[\"float:left\"]],[false,{\".wp-block-separator\":false},[\"border:none\",\"border-top:2px solid\"]],[true,{\":root :where(.wp-block-separator.is-style-dots)\":true},[\"height:auto\",\"line-height:1\",\"text-align:center\"]],[true,{\":root :where(.wp-block-separator.is-style-dots):before\":true},[\"color:currentColor\",\"content:\\\"\\u00b7\\u00b7\\u00b7\\\"\",\"font-family:serif\",\"font-size:1.5em\",\"letter-spacing:2em\",\"padding-left:2em\"]],[false,{\".wp-block-separator.is-style-dots:not(#_#_#_#_#_#_#_)\":false},[\"background:none\",\"border:none\"]],[false,{\".wp-block-site-logo\":false},[\"box-sizing:border-box\",\"line-height:0\"]],[false,{\".wp-block-site-logo a\":false},[\"display:inline-block\",\"line-height:0\"]],[false,{\".wp-block-site-logo.is-default-size amp-img\":false,\".wp-block-site-logo.is-default-size amp-anim\":false},[\"height:auto\",\"width:120px\"]],[false,{\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"height:auto\",\"max-width:100%\"]],[false,{\".wp-block-site-logo a\":false,\".wp-block-site-logo amp-img\":false,\".wp-block-site-logo amp-anim\":false},[\"border-radius:inherit\"]],[false,{\".wp-block-site-logo.aligncenter\":false},[\"margin-left:auto\",\"margin-right:auto\",\"text-align:center\"]],[true,{\":root :where(.wp-block-site-logo.is-style-rounded)\":true},[\"border-radius:9999px\"]],[false,{\".wp-block-site-tagline\":false,\".wp-block-site-title\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-site-title :where(a)\":false},[\"color:inherit\",\"font-family:inherit\",\"font-size:inherit\",\"font-style:inherit\",\"font-weight:inherit\",\"letter-spacing:inherit\",\"line-height:inherit\",\"text-decoration:inherit\"]],[false,{\".wp-block-social-links\":false},[\"background:none\",\"box-sizing:border-box\",\"margin-right:0\",\"padding-left:0\",\"padding-right:0\",\"text-indent:0\"]],[false,{\".wp-block-social-links .wp-social-link a\":false,\".wp-block-social-links .wp-social-link a:hover\":false},[\"border-bottom:0\",\"box-shadow:none\",\"text-decoration:none\"]],[false,{\".wp-block-social-links .wp-social-link svg\":false},[\"height:1em\",\"width:1em\"]],[false,{\".wp-block-social-links .wp-social-link span:not(.screen-reader-text)\":false},[\"font-size:.65em\",\"margin-left:.5em\",\"margin-right:.5em\"]],[false,{\".wp-block-social-links.has-small-icon-size\":false},[\"font-size:16px\"]],[false,{\".wp-block-social-links\":false,\".wp-block-social-links.has-normal-icon-size\":false},[\"font-size:24px\"]],[false,{\".wp-block-social-links.has-large-icon-size\":false},[\"font-size:36px\"]],[false,{\".wp-block-social-links.has-huge-icon-size\":false},[\"font-size:48px\"]],[false,{\".wp-block-social-links.aligncenter\":false},[\"display:flex\",\"justify-content:center\"]],[false,{\".wp-block-social-links.alignright\":false},[\"justify-content:flex-end\"]],[false,{\".wp-block-social-link\":false},[\"border-radius:9999px\",\"display:block\"]],[false,\"@media not (prefers-reduced-motion){\"],[false,{\".wp-block-social-link\":false},[\"transition:transform .1s ease\"]],[false,\"}\"],[false,{\".wp-block-social-link\":false},[\"height:auto\"]],[false,{\".wp-block-social-link a\":false},[\"align-items:center\",\"display:flex\",\"line-height:0\"]],[false,{\".wp-block-social-link:hover\":false},[\"transform:scale(1.1)\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link\":false},[\"display:inline-block\",\"margin:0\",\"padding:0\"]],[false,{\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover\":false,\".wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited\":false},[\"color:currentColor\",\"fill:currentColor\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link\":false},[\"background-color:#f0f0f0\",\"color:#444\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon\":false},[\"background-color:#f90\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp\":false},[\"background-color:#1ea0c3\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance\":false},[\"background-color:#0757fe\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky\":false},[\"background-color:#0a7aff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen\":false},[\"background-color:#1e1f26\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart\":false},[\"background-color:#02e49b\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord\":false},[\"background-color:#5865f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble\":false},[\"background-color:#e94c89\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox\":false},[\"background-color:#4280ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy\":false},[\"background-color:#f45800\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook\":false},[\"background-color:#0866ff\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr\":false},[\"background-color:#0461dd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare\":false},[\"background-color:#e65678\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github\":false},[\"background-color:#24292d\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads\":false},[\"background-color:#eceadd\",\"color:#382110\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google\":false},[\"background-color:#ea4434\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar\":false},[\"background-color:#1d4fc4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram\":false},[\"background-color:#f00075\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm\":false},[\"background-color:#e21b24\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin\":false},[\"background-color:#0d66c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon\":false},[\"background-color:#3288d4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup\":false},[\"background-color:#f6405f\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest\":false},[\"background-color:#e60122\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket\":false},[\"background-color:#ef4155\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit\":false},[\"background-color:#ff4500\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype\":false},[\"background-color:#0478d7\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat\":false},[\"background-color:#fefc00\",\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud\":false},[\"background-color:#ff5600\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify\":false},[\"background-color:#1bd760\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram\":false},[\"background-color:#2aabee\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr\":false},[\"background-color:#011835\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch\":false},[\"background-color:#6440a4\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter\":false},[\"background-color:#1da1f2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo\":false},[\"background-color:#1eb7ea\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk\":false},[\"background-color:#4680c2\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress\":false},[\"background-color:#3499cd\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp\":false},[\"background-color:#25d366\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x\":false},[\"background-color:#000\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp\":false},[\"background-color:#d32422\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube\":false},[\"background-color:red\",\"color:#fff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link\":false},[\"background:none\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg\":false},[\"height:1.25em\",\"width:1.25em\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon\":false},[\"color:#f90\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp\":false},[\"color:#1ea0c3\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance\":false},[\"color:#0757fe\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky\":false},[\"color:#0a7aff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen\":false},[\"color:#1e1f26\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart\":false},[\"color:#02e49b\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord\":false},[\"color:#5865f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble\":false},[\"color:#e94c89\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox\":false},[\"color:#4280ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy\":false},[\"color:#f45800\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook\":false},[\"color:#0866ff\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr\":false},[\"color:#0461dd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare\":false},[\"color:#e65678\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github\":false},[\"color:#24292d\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads\":false},[\"color:#382110\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google\":false},[\"color:#ea4434\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar\":false},[\"color:#1d4fc4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram\":false},[\"color:#f00075\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm\":false},[\"color:#e21b24\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin\":false},[\"color:#0d66c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon\":false},[\"color:#3288d4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup\":false},[\"color:#f6405f\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest\":false},[\"color:#e60122\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket\":false},[\"color:#ef4155\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit\":false},[\"color:#ff4500\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype\":false},[\"color:#0478d7\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat\":false},[\"color:#fff\",\"stroke:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud\":false},[\"color:#ff5600\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify\":false},[\"color:#1bd760\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram\":false},[\"color:#2aabee\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr\":false},[\"color:#011835\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch\":false},[\"color:#6440a4\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter\":false},[\"color:#1da1f2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo\":false},[\"color:#1eb7ea\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk\":false},[\"color:#4680c2\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp\":false},[\"color:#25d366\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress\":false},[\"color:#3499cd\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x\":false},[\"color:#000\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp\":false},[\"color:#d32422\"]],[false,{\":where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube\":false},[\"color:red\"]],[false,{\".wp-block-social-links.is-style-pill-shape .wp-social-link\":false},[\"width:auto\"]],[true,{\":root :where(.wp-block-social-links .wp-social-link a)\":true},[\"padding:.25em\"]],[true,{\":root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a)\":true},[\"padding:0\"]],[true,{\":root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a)\":true},[\"padding-left:.6666666667em\",\"padding-right:.6666666667em\"]],[false,{\".wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label\":false},[\"color:#000\"]],[false,{\".wp-block-spacer\":false},[\"clear:both\"]],[false,{\".wp-block-tag-cloud\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-tag-cloud.aligncenter\":false},[\"justify-content:center\",\"text-align:center\"]],[false,{\".wp-block-tag-cloud a\":false},[\"display:inline-block\",\"margin-left:5px\"]],[false,{\".wp-block-tag-cloud span\":false},[\"display:inline-block\",\"margin-right:5px\",\"text-decoration:none\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline)\":true},[\"display:flex\",\"flex-wrap:wrap\",\"gap:1ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a)\":true},[\"border:1px solid\",\"margin-left:0\",\"padding:1ch 2ch\"]],[true,{\":root :where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_)\":true},[\"font-size:unset\",\"text-decoration:none\"]],[false,{\".wp-block-table\":false},[\"overflow-x:auto\"]],[false,{\".wp-block-table table\":false},[\"border-collapse:collapse\",\"width:100%\"]],[false,{\".wp-block-table thead\":false},[\"border-bottom:3px solid\"]],[false,{\".wp-block-table tfoot\":false},[\"border-top:3px solid\"]],[false,{\".wp-block-table td\":false,\".wp-block-table th\":false},[\"border:1px solid\",\"padding:.5em\"]],[false,{\".wp-block-table .has-fixed-layout\":false},[\"table-layout:fixed\",\"width:100%\"]],[false,{\".wp-block-table .has-fixed-layout td\":false,\".wp-block-table .has-fixed-layout th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table.aligncenter\":false,\".wp-block-table.alignleft\":false,\".wp-block-table.alignright\":false},[\"display:table\",\"width:auto\"]],[false,{\".wp-block-table.aligncenter td\":false,\".wp-block-table.aligncenter th\":false,\".wp-block-table.alignleft td\":false,\".wp-block-table.alignleft th\":false,\".wp-block-table.alignright td\":false,\".wp-block-table.alignright th\":false},[\"word-break:break-word\"]],[false,{\".wp-block-table .has-subtle-light-gray-background-color\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table .has-subtle-pale-green-background-color\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table .has-subtle-pale-blue-background-color\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table .has-subtle-pale-pink-background-color\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes\":false},[\"background-color:initial\",\"border-collapse:inherit\",\"border-spacing:0\"]],[false,{\".wp-block-table.is-style-stripes tbody tr:nth-child(odd)\":false},[\"background-color:#f0f0f0\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#f3f4f5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e9fbe5\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#e7f5fe\"]],[false,{\".wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd)\":false},[\"background-color:#fcf0ef\"]],[false,{\".wp-block-table.is-style-stripes td\":false,\".wp-block-table.is-style-stripes th\":false},[\"border-color:rgba(0,0,0,0)\"]],[false,{\".wp-block-table.is-style-stripes\":false},[\"border-bottom:1px solid #f0f0f0\"]],[false,{\".wp-block-table .has-border-color td\":false,\".wp-block-table .has-border-color th\":false,\".wp-block-table .has-border-color tr\":false,\".wp-block-table .has-border-color>*\":false},[\"border-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color] tr:first-child th\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-top-color]>* th\":false},[\"border-top-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-top-color] tr:not(:first-child)\":false},[\"border-top-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-right-color] td:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-right-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-right-color]>*\":false},[\"border-left-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:last-child th\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>*\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* td\":false,\".wp-block-table table[data-amp-original-style*=border-bottom-color]>* th\":false},[\"border-bottom-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-bottom-color] tr:not(:last-child)\":false},[\"border-bottom-color:initial\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-left-color] td:first-child\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] th\":false,\".wp-block-table table[data-amp-original-style*=border-left-color] tr\":false,\".wp-block-table table[data-amp-original-style*=border-left-color]>*\":false},[\"border-right-color:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-style] td\":false,\".wp-block-table table[data-amp-original-style*=border-style] th\":false,\".wp-block-table table[data-amp-original-style*=border-style] tr\":false,\".wp-block-table table[data-amp-original-style*=border-style]>*\":false},[\"border-style:inherit\"]],[false,{\".wp-block-table table[data-amp-original-style*=border-width] td\":false,\".wp-block-table table[data-amp-original-style*=border-width] th\":false,\".wp-block-table table[data-amp-original-style*=border-width] tr\":false,\".wp-block-table table[data-amp-original-style*=border-width]>*\":false},[\"border-style:inherit\",\"border-width:inherit\"]],[true,{\":root :where(.wp-block-table-of-contents)\":true},[\"box-sizing:border-box\"]],[false,{\".wp-block-term-count\":false},[\"box-sizing:border-box\"]],[true,{\":where(.wp-block-term-description)\":true},[\"box-sizing:border-box\",\"margin-bottom:var(--wp--style--block-gap)\",\"margin-top:var(--wp--style--block-gap)\"]],[false,{\".wp-block-term-description p\":false},[\"margin-bottom:0\",\"margin-top:0\"]],[false,{\".wp-block-term-name\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-term-template\":false},[\"box-sizing:border-box\",\"list-style:none\",\"margin-bottom:0\",\"margin-top:0\",\"max-width:100%\",\"padding:0\"]],[false,{\".wp-block-text-columns\":false,\".wp-block-text-columns.aligncenter\":false},[\"display:flex\"]],[false,{\".wp-block-text-columns .wp-block-column\":false},[\"margin:0 1em\",\"padding:0\"]],[false,{\".wp-block-text-columns .wp-block-column:first-child\":false},[\"margin-right:0\"]],[false,{\".wp-block-text-columns .wp-block-column:last-child\":false},[\"margin-left:0\"]],[false,{\".wp-block-text-columns.columns-2 .wp-block-column\":false},[\"width:50%\"]],[false,{\".wp-block-text-columns.columns-3 .wp-block-column\":false},[\"width:33.3333333333%\"]],[false,{\".wp-block-text-columns.columns-4 .wp-block-column\":false},[\"width:25%\"]],[false,{\"pre.wp-block-verse\":false},[\"overflow:auto\",\"white-space:pre-wrap\"]],[true,{\":where(pre.wp-block-verse)\":true},[\"font-family:inherit\"]],[false,{\".wp-block-video\":false},[\"box-sizing:border-box\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\",\"vertical-align:middle\",\"width:100%\"]],[false,\"@supports (position:sticky){\"],[false,{\".wp-block-video [poster]\":false},[\"object-fit:cover\"]],[false,\"}\"],[false,{\".wp-block-video.aligncenter\":false},[\"text-align:center\"]],[false,{\".wp-block-video :where(figcaption)\":false},[\"margin-bottom:1em\",\"margin-top:.5em\"]],[false,{\".editor-styles-wrapper\":false,\".entry-content\":false},[\"counter-reset:footnotes\"]],[false,{\"a[data-fn].fn\":false},[\"counter-increment:footnotes\",\"display:inline-flex\",\"font-size:smaller\",\"text-decoration:none\",\"text-indent:-9999999px\",\"vertical-align:super\"]],[false,{\"a[data-fn].fn:after\":false},[\"content:\\\"[\\\" counter(footnotes) \\\"]\\\"\",\"float:right\",\"text-indent:0\"]],[true,{\":root\":true},[\"--wp-block-synced-color:#7a00df\",\"--wp-block-synced-color--rgb:122,0,223\",\"--wp-bound-block-color:var(--wp-block-synced-color)\",\"--wp-editor-canvas-background:#ddd\",\"--wp-admin-theme-color:#007cba\",\"--wp-admin-theme-color--rgb:0,124,186\",\"--wp-admin-theme-color-darker-10:#006ba1\",\"--wp-admin-theme-color-darker-10--rgb:0,107,160.5\",\"--wp-admin-theme-color-darker-20:#005a87\",\"--wp-admin-theme-color-darker-20--rgb:0,90,135\",\"--wp-admin-border-width-focus:2px\"]],[true,\"@media (min-resolution:192dpi){\"],[true,{\":root\":true},[\"--wp-admin-border-width-focus:1.5px\"]],[true,\"}\"],[false,{\".wp-element-button\":false},[\"cursor:pointer\"]],[false,{\":root .has-very-light-gray-background-color\":false},[\"background-color:#eee\"]],[false,{\":root .has-very-dark-gray-background-color\":false},[\"background-color:#313131\"]],[false,{\":root .has-very-light-gray-color\":false},[\"color:#eee\"]],[false,{\":root .has-very-dark-gray-color\":false},[\"color:#313131\"]],[false,{\":root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background\":false},[\"background:linear-gradient(-135deg,#00d084,#0693e3)\"]],[false,{\":root .has-purple-crush-gradient-background\":false},[\"background:linear-gradient(-135deg,#34e2e4,#4721fb 50%,#ab1dfe)\"]],[false,{\":root .has-hazy-dawn-gradient-background\":false},[\"background:linear-gradient(-135deg,#faaca8,#dad0ec)\"]],[false,{\":root .has-subdued-olive-gradient-background\":false},[\"background:linear-gradient(-135deg,#fafae1,#67a671)\"]],[false,{\":root .has-atomic-cream-gradient-background\":false},[\"background:linear-gradient(-135deg,#fdd79a,#004a59)\"]],[false,{\":root .has-nightshade-gradient-background\":false},[\"background:linear-gradient(-135deg,#330968,#31cdcf)\"]],[false,{\":root .has-midnight-gradient-background\":false},[\"background:linear-gradient(-135deg,#020381,#2874fc)\"]],[true,{\":root\":true},[\"--wp--preset--font-size--normal:16px\",\"--wp--preset--font-size--huge:42px\"]],[false,{\".has-regular-font-size\":false},[\"font-size:1em\"]],[false,{\".has-larger-font-size\":false},[\"font-size:2.625em\"]],[false,{\".has-normal-font-size\":false},[\"font-size:var(--wp--preset--font-size--normal)\"]],[false,{\".has-huge-font-size\":false},[\"font-size:var(--wp--preset--font-size--huge)\"]],[false,{\".has-text-align-center\":false},[\"text-align:center\"]],[false,{\".has-text-align-left\":false},[\"text-align:left\"]],[false,{\".has-text-align-right\":false},[\"text-align:right\"]],[false,{\".has-fit-text:not(#_#_#_#_#_#_#_)\":false},[\"white-space:nowrap\"]],[false,{\"#end-resizable-editor-section\":false},[\"display:none\"]],[true,{\".aligncenter\":true},[\"clear:both\"]],[false,{\".items-justified-left\":false},[\"justify-content:flex-start\"]],[false,{\".items-justified-center\":false},[\"justify-content:center\"]],[false,{\".items-justified-right\":false},[\"justify-content:flex-end\"]],[false,{\".items-justified-space-between\":false},[\"justify-content:space-between\"]],[false,{\".screen-reader-text\":false},[\"border:0\",\"clip-path:inset(50%)\",\"height:1px\",\"margin:-1px\",\"overflow:hidden\",\"padding:0\",\"position:absolute\",\"width:1px\"]],[false,{\".screen-reader-text:not(#_#_#_#_#_#_#_)\":false},[\"word-wrap:normal\"]],[false,{\".screen-reader-text:focus\":false},[\"background-color:#ddd\",\"clip-path:none\",\"color:#444\",\"display:block\",\"font-size:1em\",\"height:auto\",\"line-height:normal\",\"padding:15px 23px 14px\",\"right:5px\",\"text-decoration:none\",\"top:5px\",\"width:auto\",\"z-index:100000\"]],[true,{\"html :where(.has-border-color)\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-color])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-color])\":true},[\"border-left-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-color])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-color])\":true},[\"border-right-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-width])\":true},[\"border-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-top-width])\":true},[\"border-top-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-right-width])\":true},[\"border-left-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-bottom-width])\":true},[\"border-bottom-style:solid\"]],[true,{\"html :where([data-amp-original-style*=border-left-width])\":true},[\"border-right-style:solid\"]],[true,{\"html :where(amp-img[class*=wp-image-])\":true,\"html :where(amp-anim[class*=wp-image-])\":true},[\"height:auto\",\"max-width:100%\"]],[true,{\":where(figure)\":true},[\"margin:0 0 1em\"]],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)\"]],[true,\"@media screen and (max-width:600px){\"],[true,{\"html :where(.is-position-sticky)\":true},[\"--wp-admin--admin-bar--position-offset:0px\"]],[true,\"}\"]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":1317,\"final_size\":145,\"element\":{\"name\":\"link\",\"attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-rtl-css\",\"href\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default-rtl.css?ver=2.5.5\",\"media\":\"all\"}},\"origin\":\"link_element\",\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/amp-post-template-functions.php\",\"line\":96,\"function\":\"amp_post_template_add_default_styles\",\"hook\":\"amp_post_template_head\",\"priority\":10}],\"priority\":30,\"hash\":\"d9cbcea123ed980237b7ccf844b62f01\",\"parse_time\":0.003181934356689453125,\"shake_time\":4.69684600830078125e-5,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-unknown-size\":false,\"amp-anim.amp-wp-enforced-sizes\":false,\"amp-img.amp-wp-enforced-sizes\":true},[\"object-fit:contain\"]],[false,{\"body amp-audio:not([controls])\":false},[\"display:inline-block\",\"height:auto\"]],[false,{\".amp-wp-default-form-message>p\":false},[\"margin:1em 0\",\"padding:.5em\"]],[false,{\".amp-wp-default-form-message[submit-success]>p.amp-wp-form-redirecting\":false,\".amp-wp-default-form-message[submitting]>p\":false},[\"font-style:italic\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:not(.amp-wp-form-redirecting)\":false},[\"background-color:#90ee90\",\"border:1px solid green\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-error]>p\":false},[\"background-color:#ffb6c1\",\"border:1px solid red\",\"color:#000\"]],[false,{\".amp-wp-default-form-message[submit-success]>p:empty\":false},[\"display:none\"]],[false,{\"amp-carousel .amp-wp-gallery-caption\":false},[\"background-color:rgba(0,0,0,.5)\",\"bottom:0\",\"color:#fff\",\"left:0\",\"margin-bottom:0\",\"padding:1rem\",\"position:absolute\",\"right:0\",\"text-align:center\"]],[false,{\"amp-carousel .amp-wp-gallery-caption a\":false},[\"color:inherit\"]],[false,{\".wp-block-gallery[data-amp-carousel=true]\":false,\".wp-block-gallery[data-amp-carousel=true].has-nested-images\":false},[\"display:block\",\"flex-wrap:unset\"]],[false,{\".wp-video\":false},[\"margin-bottom:1.5em\",\"max-width:100%\"]],[false,{\".wp-block-video amp-video\":false,\".wp-block-video amp-youtube\":false},[\"height:auto\"]],[false,{\"button[overflow]\":false},[\"bottom:0\"]],[true,{\"amp-anim img\":false,\"amp-anim noscript\":false,\"amp-iframe iframe\":false,\"amp-iframe noscript\":false,\"amp-img img\":true,\"amp-img noscript\":true,\"amp-video noscript\":false,\"amp-video video\":false},[\"image-rendering:inherit\",\"object-fit:inherit\",\"object-position:inherit\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":7052,\"final_size\":2849,\"element\":{\"name\":\"style\",\"attributes\":{\"class\":\"style-template-part\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"ef26cad4eb1c0c255ec127efdd6dfa86\",\"parse_time\":0.015161991119384765625,\"shake_time\":0.0001051425933837890625,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".alignnone\":false,\".aligncenter\":true,\".alignleft\":false,\".alignright\":false,\".alignwide\":false},[\"margin-top:1em\",\"margin-right:auto\",\"margin-bottom:1em\",\"margin-left:auto\"]],[false,{\".alignright\":false},[\"float:right\"]],[false,{\".alignleft\":false},[\"float:left\"]],[true,{\".aligncenter\":true},[\"display:block\",\"text-align:center\",\"margin-left:auto\",\"margin-right:auto\"]],[false,{\".alignwide\":false},[\"width:100%\"]],[false,\"@media (min-width: 792px){\"],[false,{\".alignwide\":false},[\"width:calc(100vw - 48px)\",\"max-width:calc(100vw - 48px)\",\"margin-left:calc(50% - 50vw + 24px)\",\"margin-right:calc(50% - 50vw + 24px)\"]],[false,\"}\"],[false,\"@media (min-width: 1600px){\"],[false,{\".alignwide\":false},[\"width:calc(1600px - 48px)\",\"max-width:calc(1600px - 48px)\",\"margin-left:calc(calc(50% - 1600px \\/ 2) + 24px)\",\"margin-right:calc(calc(50% - 1600px \\/ 2) + 24px)\"]],[false,\"}\"],[false,{\".alignfull\":false},[\"width:100vw\",\"max-width:100vw\",\"margin-left:calc(50% - 50vw)\",\"margin-right:calc(50% - 50vw)\"]],[true,{\".amp-wp-enforced-sizes\":true},[\"max-width:100%\",\"margin:0 auto\"]],[false,{\".amp-wp-article-content > p.has-background\":false},[\"margin-left:-2.375em\",\"margin-right:-2.375em\",\"margin-block-start:0\",\"margin-block-end:16px\"]],[false,{\".amp-wp-content\":false,\".amp-wp-title-bar div\":false},[\"margin:0 auto\",\"max-width:800px\"]],[true,{\"html\":true},[\"background:#0a5f85\"]],[true,{\"body\":true},[\"background:#fff\",\"color:#353535\",\"font-family:Georgia,\\\"Times New Roman\\\",Times,Serif\",\"font-weight:300\",\"line-height:1.75\"]],[true,{\"p\":true,\"ol\":false,\"ul\":false,\"figure\":true},[\"margin:0 0 1em\",\"padding:0\"]],[true,{\"a\":true,\"a:visited\":true},[\"color:#0a5f85\"]],[true,{\"a:hover\":true,\"a:active\":true,\"a:focus\":true},[\"color:#353535\"]],[false,{\"blockquote\":false},[\"color:#353535\",\"background:rgba(127,127,127,.125)\",\"border-right:2px solid #0a5f85\",\"margin:8px 0 24px 0\",\"padding:16px\"]],[false,{\"blockquote p:last-child\":false},[\"margin-bottom:0\"]],[true,{\".amp-wp-meta\":true,\".amp-wp-header div\":true,\".amp-wp-title\":true,\".wp-caption-text\":false,\".amp-wp-tax-category\":true,\".amp-wp-tax-tag\":false,\".amp-wp-comments-link\":false,\".amp-wp-footer p\":true,\".back-to-top\":true},[\"font-family:-apple-system,BlinkMacSystemFont,\\\"Segoe UI\\\",\\\"Roboto\\\",\\\"Oxygen-Sans\\\",\\\"Ubuntu\\\",\\\"Cantarell\\\",\\\"Helvetica Neue\\\",sans-serif\"]],[true,{\".amp-wp-header\":true},[\"background-color:#0a5f85\"]],[true,{\".amp-wp-header div\":true},[\"color:#fff\",\"font-size:1em\",\"font-weight:400\",\"margin:0 auto\",\"max-width:calc(840px - 32px)\",\"padding:.875em 16px\",\"position:relative\"]],[true,{\".amp-wp-header a\":true},[\"color:#fff\",\"text-decoration:none\"]],[true,{\".amp-wp-header .amp-wp-site-icon\":true},[\"background-color:#fff\",\"border:1px solid #fff\",\"border-radius:50%\",\"position:absolute\",\"left:18px\",\"top:10px\"]],[true,{\".amp-wp-article\":true},[\"color:#353535\",\"font-weight:400\",\"margin:1.5em auto\",\"max-width:840px\",\"overflow-wrap:break-word\",\"word-wrap:break-word\"]],[true,{\".amp-wp-article-header\":true},[\"align-items:center\",\"align-content:stretch\",\"display:flex\",\"flex-wrap:wrap\",\"justify-content:space-between\",\"margin:1.5em 16px 0\"]],[true,{\".amp-wp-title\":true},[\"color:#353535\",\"display:block\",\"flex:1 0 100%\",\"font-weight:900\",\"margin:0 0 .625em\",\"width:100%\"]],[true,{\".amp-wp-meta\":true},[\"color:#696969\",\"display:inline-block\",\"flex:2 1 50%\",\"font-size:.875em\",\"line-height:1.5em\",\"margin:0 0 1.5em\",\"padding:0\"]],[true,{\".amp-wp-article-header .amp-wp-meta:last-of-type\":true},[\"text-align:left\"]],[true,{\".amp-wp-article-header .amp-wp-meta:first-of-type\":true},[\"text-align:right\"]],[true,{\".amp-wp-byline amp-img\":true,\".amp-wp-byline .amp-wp-author\":true},[\"display:inline-block\",\"vertical-align:middle\"]],[true,{\".amp-wp-byline amp-img\":true},[\"border:1px solid #0a5f85\",\"border-radius:50%\",\"position:relative\",\"margin-left:6px\"]],[true,{\".amp-wp-posted-on\":true},[\"text-align:left\"]],[true,{\".amp-wp-article-featured-image\":true},[\"margin:0 0 1em\"]],[true,{\".amp-wp-article-featured-image img:not(amp-img)\":true},[\"max-width:100%\",\"height:auto\",\"margin:0 auto\"]],[true,{\".amp-wp-article-featured-image amp-img\":true},[\"margin:0 auto\"]],[false,{\".amp-wp-article-featured-image.wp-caption .wp-caption-text\":false},[\"margin:0 18px\"]],[true,{\".amp-wp-article-content\":true},[\"margin:0 16px\"]],[false,{\".amp-wp-article-content ul\":false,\".amp-wp-article-content ol\":false},[\"margin-right:1em\"]],[true,{\".amp-wp-article-content .wp-caption\":true},[\"max-width:100%\"]],[true,{\".amp-wp-article-content amp-img\":true},[\"margin:0 auto\"]],[false,{\".amp-wp-article-content amp-img.alignright\":false,\".amp-wp-article-content .wp-block-cover.alignright\":false},[\"margin:0 0 1em 16px\"]],[false,{\".amp-wp-article-content amp-img.alignleft\":false,\".amp-wp-article-content .wp-block-cover.alignleft\":false},[\"margin:0 16px 1em 0\"]],[true,{\".wp-caption\":true},[\"padding:0\"]],[false,{\".wp-caption.alignleft\":false},[\"margin-right:16px\"]],[false,{\".wp-caption.alignright\":false},[\"margin-left:16px\"]],[false,{\".wp-caption .wp-caption-text\":false},[\"border-bottom:1px solid #c2c2c2\",\"color:#696969\",\"font-size:.875em\",\"line-height:1.5em\",\"margin:0\",\"padding:.66em 10px .75em\"]],[false,{\".alignwide\":false,\".alignfull\":false},[\"clear:both\"]],[false,{\"amp-carousel\":false},[\"background:#c2c2c2\",\"margin:0 -16px 1.5em\"]],[false,{\"amp-iframe\":false,\"amp-youtube\":false,\"amp-instagram\":false,\"amp-vine\":false},[\"background:#c2c2c2\",\"margin:0 -16px 1.5em\"]],[false,{\".amp-wp-article-content amp-carousel amp-img\":false},[\"border:none\"]],[false,{\"amp-carousel > amp-img > img\":false},[\"object-fit:contain\"]],[false,{\".amp-wp-iframe-placeholder\":false},[\"background:#c2c2c2 url(\\\"https:\\/\\/forwardbet.casino\\/wp-content\\/plugins\\/amp\\/assets\\/images\\/placeholder-icon.png\\\") no-repeat center 40%\",\"background-size:48px 48px\",\"min-height:48px\"]],[true,{\".amp-wp-article-footer .amp-wp-meta\":true},[\"display:block\"]],[true,{\".amp-wp-tax-category\":true,\".amp-wp-tax-tag\":false},[\"color:#696969\",\"font-size:.875em\",\"line-height:1.5em\",\"margin:1.5em 16px\"]],[false,{\".amp-wp-comments-link\":false},[\"color:#696969\",\"font-size:.875em\",\"line-height:1.5em\",\"text-align:center\",\"margin:2.25em 0 1.5em\"]],[false,{\".amp-wp-comments-link a\":false},[\"border-style:solid\",\"border-color:#c2c2c2\",\"border-width:1px 1px 2px\",\"border-radius:4px\",\"background-color:transparent\",\"color:#0a5f85\",\"cursor:pointer\",\"display:block\",\"font-size:14px\",\"font-weight:600\",\"line-height:18px\",\"margin:0 auto\",\"max-width:200px\",\"padding:11px 16px\",\"text-decoration:none\",\"width:50%\",\"-webkit-transition:background-color .2s ease\",\"transition:background-color .2s ease\"]],[true,{\".amp-wp-footer\":true},[\"border-top:1px solid #c2c2c2\",\"margin:calc(1.5em - 1px) 0 0\"]],[true,{\".amp-wp-footer div\":true},[\"margin:0 auto\",\"max-width:calc(840px - 32px)\",\"padding:1.25em 16px 1.25em\",\"position:relative\"]],[true,{\".amp-wp-footer h2\":true},[\"font-size:1em\",\"line-height:1.375em\",\"margin:0 0 .5em\"]],[true,{\".amp-wp-footer p\":true},[\"color:#696969\",\"font-size:.8em\",\"line-height:1.5em\",\"margin:0 85px 0 0\"]],[true,{\".amp-wp-footer a\":true},[\"text-decoration:none\"]],[true,{\".back-to-top\":true},[\"bottom:1.275em\",\"font-size:.8em\",\"font-weight:600\",\"line-height:2em\",\"position:absolute\",\"left:16px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":0,\"final_size\":0,\"element\":{\"name\":\"style\",\"attributes\":{\"class\":\"amp-post-template-css-action\"}},\"origin\":\"style_element\",\"sources\":[],\"priority\":70,\"hash\":\"d751713988987e9331980363e24189ce\",\"parse_time\":4.22000885009765625e-5,\"shake_time\":9.5367431640625e-7,\"cached\":false,\"imported_font_urls\":[],\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":53,\"final_size\":51,\"element\":{\"name\":\"p\",\"attributes\":{\"class\":\"ai-optimize-6 ai-optimize-introduction amp-wp-7d27179\",\"data-amp-original-style\":\"text-align: justify;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"972dc7efb47db61ec5f76bf1e449e322\",\"parse_time\":0.000195026397705078125,\"shake_time\":2.86102294921875e-6,\"cached\":false,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-7d27179:not(#_#_#_#_#_)\":true},[\"text-align:justify\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":65,\"final_size\":58,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"font-size: 14pt; color: #ffffff;\",\"class\":\"amp-wp-45cee16\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"1c18513d600ae0b7f06b32a5ec4e64f9\",\"parse_time\":0.00022602081298828125,\"shake_time\":3.0994415283203125e-6,\"cached\":false,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-45cee16:not(#_#_#_#_#_)\":true},[\"font-size:14pt\",\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":110,\"final_size\":107,\"element\":{\"name\":\"a\",\"attributes\":{\"href\":\"https:\\/\\/cdn.ampproject.org\\/c\\/s\\/betyek.com\",\"class\":\"su-button su-button-style-default amp-wp-1f5c2a6\",\"rel\":\"nofollow\",\"data-amp-original-style\":\"color:#FFFFFF;background-color:#008358;border-color:#006947;border-radius:7px\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/shortcodes\\/button.php\",\"line\":162,\"function\":\"su_shortcode_button\",\"shortcode\":\"su_button\"}],\"priority\":70,\"hash\":\"9e66516137295b3445edd4cab0c134a3\",\"parse_time\":0.000319957733154296875,\"shake_time\":1.9073486328125e-6,\"cached\":false,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-1f5c2a6:not(#_#_#_#_#_)\":true},[\"color:#fff\",\"background-color:#008358\",\"border-color:#006947\",\"border-radius:7px\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":151,\"final_size\":148,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"color:#FFFFFF;padding:7px 20px;font-size:16px;line-height:24px;border-color:#4da98b;border-radius:7px;text-shadow:none\",\"class\":\"amp-wp-a2220b3\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/shortcodes\\/button.php\",\"line\":162,\"function\":\"su_shortcode_button\",\"shortcode\":\"su_button\"}],\"priority\":70,\"hash\":\"c36603a5b4d74f85e9a33fad6c181ce9\",\"parse_time\":0.0004551410675048828125,\"shake_time\":2.1457672119140625e-6,\"cached\":false,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-a2220b3:not(#_#_#_#_#_)\":true},[\"color:#fff\",\"padding:7px 20px\",\"font-size:16px\",\"line-height:24px\",\"border-color:#4da98b\",\"border-radius:7px\",\"text-shadow:none\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":61,\"final_size\":58,\"element\":{\"name\":\"i\",\"attributes\":{\"class\":\"sui sui-star amp-wp-9238e60\",\"data-amp-original-style\":\"font-size:16px;color:#FFFFFF\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/shortcodes\\/button.php\",\"line\":162,\"function\":\"su_shortcode_button\",\"shortcode\":\"su_button\"}],\"priority\":70,\"hash\":\"5cc51c60a3ce386cc87aa43e880d312d\",\"parse_time\":0.00022602081298828125,\"shake_time\":1.9073486328125e-6,\"cached\":false,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-9238e60:not(#_#_#_#_#_)\":true},[\"font-size:16px\",\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":110,\"final_size\":107,\"element\":{\"name\":\"a\",\"attributes\":{\"href\":\"https:\\/\\/bet303.bet\\/app\\/BET303.apk\",\"class\":\"su-button su-button-style-default amp-wp-1f5c2a6\",\"rel\":\"follow\",\"data-amp-original-style\":\"color:#FFFFFF;background-color:#008358;border-color:#006947;border-radius:7px\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/shortcodes\\/button.php\",\"line\":162,\"function\":\"su_shortcode_button\",\"shortcode\":\"su_button\"}],\"priority\":70,\"hash\":\"9e66516137295b3445edd4cab0c134a3\",\"parse_time\":0.000319957733154296875,\"shake_time\":3.0994415283203125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-1f5c2a6:not(#_#_#_#_#_)\":true},[\"color:#fff\",\"background-color:#008358\",\"border-color:#006947\",\"border-radius:7px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":151,\"final_size\":148,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"color:#FFFFFF;padding:7px 20px;font-size:16px;line-height:24px;border-color:#4da98b;border-radius:7px;text-shadow:none\",\"class\":\"amp-wp-a2220b3\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/shortcodes\\/button.php\",\"line\":162,\"function\":\"su_shortcode_button\",\"shortcode\":\"su_button\"}],\"priority\":70,\"hash\":\"c36603a5b4d74f85e9a33fad6c181ce9\",\"parse_time\":0.0004551410675048828125,\"shake_time\":3.0994415283203125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-a2220b3:not(#_#_#_#_#_)\":true},[\"color:#fff\",\"padding:7px 20px\",\"font-size:16px\",\"line-height:24px\",\"border-color:#4da98b\",\"border-radius:7px\",\"text-shadow:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":61,\"final_size\":58,\"element\":{\"name\":\"i\",\"attributes\":{\"class\":\"sui sui-android amp-wp-9238e60\",\"data-amp-original-style\":\"font-size:16px;color:#FFFFFF\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/shortcodes\\/button.php\",\"line\":162,\"function\":\"su_shortcode_button\",\"shortcode\":\"su_button\"}],\"priority\":70,\"hash\":\"5cc51c60a3ce386cc87aa43e880d312d\",\"parse_time\":0.00022602081298828125,\"shake_time\":1.9073486328125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-9238e60:not(#_#_#_#_#_)\":true},[\"font-size:16px\",\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":110,\"final_size\":107,\"element\":{\"name\":\"a\",\"attributes\":{\"href\":\"https:\\/\\/cdn.ampproject.org\\/c\\/s\\/one1xbet.com\\/\",\"class\":\"su-button su-button-style-default amp-wp-286386a\",\"rel\":\"nofollow\",\"data-amp-original-style\":\"color:#FFFFFF;background-color:#008DF4;border-color:#0071c4;border-radius:7px\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/shortcodes\\/button.php\",\"line\":162,\"function\":\"su_shortcode_button\",\"shortcode\":\"su_button\"}],\"priority\":70,\"hash\":\"62849d2baa2e8c37d2a56e9056301a97\",\"parse_time\":0.0003249645233154296875,\"shake_time\":3.0994415283203125e-6,\"cached\":false,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-286386a:not(#_#_#_#_#_)\":true},[\"color:#fff\",\"background-color:#008df4\",\"border-color:#0071c4\",\"border-radius:7px\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":151,\"final_size\":148,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"color:#FFFFFF;padding:7px 20px;font-size:16px;line-height:24px;border-color:#4db0f8;border-radius:7px;text-shadow:none\",\"class\":\"amp-wp-9e7ef01\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/shortcodes\\/button.php\",\"line\":162,\"function\":\"su_shortcode_button\",\"shortcode\":\"su_button\"}],\"priority\":70,\"hash\":\"58224192079ea821e554068f2c8bc4f0\",\"parse_time\":0.000465869903564453125,\"shake_time\":1.9073486328125e-6,\"cached\":false,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-9e7ef01:not(#_#_#_#_#_)\":true},[\"color:#fff\",\"padding:7px 20px\",\"font-size:16px\",\"line-height:24px\",\"border-color:#4db0f8\",\"border-radius:7px\",\"text-shadow:none\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":61,\"final_size\":58,\"element\":{\"name\":\"i\",\"attributes\":{\"class\":\"sui sui-star amp-wp-9238e60\",\"data-amp-original-style\":\"font-size:16px;color:#FFFFFF\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/shortcodes\\/button.php\",\"line\":162,\"function\":\"su_shortcode_button\",\"shortcode\":\"su_button\"}],\"priority\":70,\"hash\":\"5cc51c60a3ce386cc87aa43e880d312d\",\"parse_time\":0.00022602081298828125,\"shake_time\":1.9073486328125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-9238e60:not(#_#_#_#_#_)\":true},[\"font-size:16px\",\"color:#fff\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":53,\"final_size\":51,\"element\":{\"name\":\"p\",\"attributes\":{\"class\":\"ai-optimize-7 amp-wp-7d27179\",\"data-amp-original-style\":\"text-align: justify;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"972dc7efb47db61ec5f76bf1e449e322\",\"parse_time\":0.000195026397705078125,\"shake_time\":3.0994415283203125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-7d27179:not(#_#_#_#_#_)\":true},[\"text-align:justify\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":65,\"final_size\":58,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"font-size: 14pt; color: #ffffff;\",\"class\":\"amp-wp-45cee16\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"1c18513d600ae0b7f06b32a5ec4e64f9\",\"parse_time\":0.00022602081298828125,\"shake_time\":2.86102294921875e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-45cee16:not(#_#_#_#_#_)\":true},[\"font-size:14pt\",\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":48,\"final_size\":43,\"element\":{\"name\":\"a\",\"attributes\":{\"href\":\"https:\\/\\/forwardbet.casino\\/\",\"target\":\"_blank\",\"rel\":\"noopener\",\"data-amp-original-style\":\"color: #ffffff;\",\"class\":\"amp-wp-33e85a3\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"b444d9d0614f08b2d506336d3d008c2f\",\"parse_time\":0.0001850128173828125,\"shake_time\":3.0994415283203125e-6,\"cached\":false,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-33e85a3:not(#_#_#_#_#_)\":true},[\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":48,\"final_size\":43,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"color: #ffffff;\",\"class\":\"amp-wp-33e85a3\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"b444d9d0614f08b2d506336d3d008c2f\",\"parse_time\":0.0001850128173828125,\"shake_time\":5.9604644775390625e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-33e85a3:not(#_#_#_#_#_)\":true},[\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":48,\"final_size\":43,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"color: #ffffff;\",\"class\":\"amp-wp-33e85a3\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"b444d9d0614f08b2d506336d3d008c2f\",\"parse_time\":0.0001850128173828125,\"shake_time\":2.1457672119140625e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-33e85a3:not(#_#_#_#_#_)\":true},[\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":48,\"final_size\":43,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"color: #ffffff;\",\"class\":\"amp-wp-33e85a3\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"b444d9d0614f08b2d506336d3d008c2f\",\"parse_time\":0.0001850128173828125,\"shake_time\":2.86102294921875e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-33e85a3:not(#_#_#_#_#_)\":true},[\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":53,\"final_size\":51,\"element\":{\"name\":\"p\",\"attributes\":{\"class\":\"ai-optimize-9 amp-wp-7d27179\",\"data-amp-original-style\":\"text-align: justify;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"972dc7efb47db61ec5f76bf1e449e322\",\"parse_time\":0.000195026397705078125,\"shake_time\":3.0994415283203125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-7d27179:not(#_#_#_#_#_)\":true},[\"text-align:justify\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":65,\"final_size\":58,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"font-size: 14pt; color: #ffffff;\",\"class\":\"amp-wp-45cee16\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"1c18513d600ae0b7f06b32a5ec4e64f9\",\"parse_time\":0.00022602081298828125,\"shake_time\":1.9073486328125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-45cee16:not(#_#_#_#_#_)\":true},[\"font-size:14pt\",\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":48,\"final_size\":43,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"color: #ffffff;\",\"class\":\"amp-wp-33e85a3\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"b444d9d0614f08b2d506336d3d008c2f\",\"parse_time\":0.0001850128173828125,\"shake_time\":1.9073486328125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-33e85a3:not(#_#_#_#_#_)\":true},[\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":48,\"final_size\":43,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"color: #ffffff;\",\"class\":\"amp-wp-33e85a3\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"b444d9d0614f08b2d506336d3d008c2f\",\"parse_time\":0.0001850128173828125,\"shake_time\":3.0994415283203125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-33e85a3:not(#_#_#_#_#_)\":true},[\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":53,\"final_size\":51,\"element\":{\"name\":\"p\",\"attributes\":{\"class\":\"ai-optimize-11 amp-wp-7d27179\",\"data-amp-original-style\":\"text-align: justify;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"972dc7efb47db61ec5f76bf1e449e322\",\"parse_time\":0.000195026397705078125,\"shake_time\":1.9073486328125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-7d27179:not(#_#_#_#_#_)\":true},[\"text-align:justify\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":65,\"final_size\":58,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"font-size: 14pt; color: #ffffff;\",\"class\":\"amp-wp-45cee16\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"1c18513d600ae0b7f06b32a5ec4e64f9\",\"parse_time\":0.00022602081298828125,\"shake_time\":2.86102294921875e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-45cee16:not(#_#_#_#_#_)\":true},[\"font-size:14pt\",\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":53,\"final_size\":51,\"element\":{\"name\":\"p\",\"attributes\":{\"class\":\"ai-optimize-12 amp-wp-7d27179\",\"data-amp-original-style\":\"text-align: justify;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"972dc7efb47db61ec5f76bf1e449e322\",\"parse_time\":0.000195026397705078125,\"shake_time\":3.0994415283203125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-7d27179:not(#_#_#_#_#_)\":true},[\"text-align:justify\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":65,\"final_size\":58,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"font-size: 14pt; color: #ffffff;\",\"class\":\"amp-wp-45cee16\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"1c18513d600ae0b7f06b32a5ec4e64f9\",\"parse_time\":0.00022602081298828125,\"shake_time\":1.9073486328125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-45cee16:not(#_#_#_#_#_)\":true},[\"font-size:14pt\",\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":48,\"final_size\":43,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"color: #ffffff;\",\"class\":\"amp-wp-33e85a3\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"b444d9d0614f08b2d506336d3d008c2f\",\"parse_time\":0.0001850128173828125,\"shake_time\":1.9073486328125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-33e85a3:not(#_#_#_#_#_)\":true},[\"color:#fff\"]]],\"included\":false,\"duplicate\":true},{\"group\":\"amp-custom\",\"original_size\":48,\"final_size\":43,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"color: #ffffff;\",\"class\":\"amp-wp-33e85a3\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"b444d9d0614f08b2d506336d3d008c2f\",\"parse_time\":0.0001850128173828125,\"shake_time\":3.0994415283203125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-33e85a3:not(#_#_#_#_#_)\":true},[\"color:#fff\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":53,\"final_size\":51,\"element\":{\"name\":\"p\",\"attributes\":{\"class\":\"ai-optimize-14 amp-wp-7d27179\",\"data-amp-original-style\":\"text-align: justify;\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"972dc7efb47db61ec5f76bf1e449e322\",\"parse_time\":0.000195026397705078125,\"shake_time\":1.9073486328125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-7d27179:not(#_#_#_#_#_)\":true},[\"text-align:justify\"]]],\"included\":true},{\"group\":\"amp-custom\",\"original_size\":65,\"final_size\":58,\"element\":{\"name\":\"span\",\"attributes\":{\"data-amp-original-style\":\"font-size: 14pt; color: #ffffff;\",\"class\":\"amp-wp-45cee16\"}},\"origin\":\"style_attribute\",\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]}],\"priority\":70,\"hash\":\"1c18513d600ae0b7f06b32a5ec4e64f9\",\"parse_time\":0.00022602081298828125,\"shake_time\":3.0994415283203125e-6,\"cached\":true,\"important_count\":0,\"kept_error_count\":0,\"preload_font_urls\":[],\"shaken_tokens\":[[true,{\".amp-wp-45cee16:not(#_#_#_#_#_)\":true},[\"font-size:14pt\",\"color:#fff\"]]],\"included\":true}]');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2197, 391, '_wp_old_date', '2025-03-27'),
(2198, 391, '_wp_old_date', '2025-03-31'),
(2237, 391, '_wp_old_date', '2025-04-07'),
(2300, 391, '_wp_old_date', '2025-04-14'),
(2301, 391, '_wp_old_date', '2025-04-15'),
(2328, 391, '_wp_old_date', '2025-04-22'),
(2329, 391, '_wp_old_date', '2025-04-29'),
(2349, 391, '_wp_old_date', '2025-05-06'),
(2350, 391, '_wp_old_date', '2025-05-12'),
(2384, 391, '_wp_old_date', '2025-05-14'),
(2385, 391, '_wp_old_date', '2025-05-15'),
(2386, 391, '_wp_old_date', '2025-05-22'),
(2390, 391, '_wp_old_date', '2025-05-29'),
(2391, 391, '_wp_old_date', '2025-06-05'),
(2400, 391, '_wp_old_date', '2025-06-12'),
(2464, 93, '_yoast_wpseo_content_score', '30'),
(2465, 391, '_wp_old_date', '2025-06-16'),
(2466, 391, '_wp_old_date', '2025-06-23'),
(2471, 6, '_elementor_css', 'a:6:{s:4:\"time\";i:1751357258;s:5:\"fonts\";a:3:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";i:2;s:8:\"iransans\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2472, 297, '_elementor_css', 'a:6:{s:4:\"time\";i:1751357258;s:5:\"fonts\";a:1:{i:0;s:8:\"iransans\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2473, 297, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:1:{i:0;s:15:\"widget-nav-menu\";}s:7:\"scripts\";a:2:{i:0;s:10:\"smartmenus\";i:1;s:18:\"elementor-frontend\";}}'),
(2475, 90, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:9:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";i:2;s:15:\"widget-icon-box\";i:3;s:15:\"widget-progress\";i:4;s:8:\"e-swiper\";i:5;s:27:\"widget-testimonial-carousel\";i:6;s:14:\"widget-reviews\";i:7;s:18:\"widget-star-rating\";i:8;s:27:\"widget-carousel-module-base\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:6:\"swiper\";}}'),
(2476, 97, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" viewBox=\"0 0 496 496\" xml:space=\"preserve\" width=\"800px\" height=\"800px\" fill=\"#000000\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"></g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></g><g id=\"SVGRepo_iconCarrier\"> <path style=\"fill:#287F45;\" d=\"M248,298.4L248,298.4L248,298.4L248,298.4L248,298.4c-8-0.8-16-2.4-24-4v126.4c0,13.6,10.4,24,24,24 s24-10.4,24-24V294.4C264,296,256,297.6,248,298.4z\"></path> <path style=\"fill:#287F45;\" d=\"M248,298.4L248,298.4L248,298.4L248,298.4c-8-0.8-16-2.4-24-4V376h48v-81.6 C264,296,256,297.6,248,298.4L248,298.4z\"></path> <path style=\"fill:#287F45;\" d=\"M398.4,456H97.6c-13.6,0-24-10.4-24-24s10.4-24,24-24h301.6c13.6,0,24,10.4,24,24 C422.4,445.6,412,456,398.4,456z\"></path> <path style=\"fill:#287F45;\" d=\"M73.6,432c0-13.6,10.4-24,24-24h301.6c13.6,0,24,10.4,24,24\"></path> <path style=\"fill:#287F45;\" d=\"M496,317.6c0,13.6-13.6,26.4-26.4,26.4H26.4C13.6,344,0,330.4,0,317.6V64c0-13.6,13.6-24,26.4-24 h442.4c13.6,0,27.2,10.4,27.2,24V317.6z\"></path> <path style=\"fill:#287F45;\" d=\"M469.6,40H26.4C13.6,40,0,50.4,0,64v214.4C0,292,13.6,304,26.4,304h442.4c13.6,0,26.4-12,26.4-25.6 V64C496,50.4,482.4,40,469.6,40z\"></path> <path style=\"fill:#fff700;\" d=\"M496,280V64c0-13.6-13.6-24-26.4-24H26.4C13.6,40,0,50.4,0,64\"></path> <rect x=\"160\" y=\"408\" style=\"fill:#287F45;\" width=\"176\" height=\"48\"></rect> <rect x=\"160\" y=\"408\" style=\"fill:#287F45;\" width=\"176\" height=\"24\"></rect> <g> <path style=\"fill:#287F45;\" d=\"M192,144h-15.2c-3.2,0-6.4,0-7.2,3.2L151.2,200c-1.6,4.8-3.2,8.8-4.8,13.6c-1.6-4.8-2.4-9.6-4-14.4 L125.6,148c-0.8-3.2-4-4-8-4h-15.2c-2.4,0-4.8-0.8-6.4,1.6c-1.6,2.4-1.6,4-0.8,6.4l35.2,107.2c0.8,3.2,4,4.8,8,4.8h15.2 c3.2,0,6.4-2.4,7.2-5.6l38.4-108c0.8-2.4,0.8-3.2-0.8-5.6C196.8,143.2,194.4,144,192,144z\"></path> <path style=\"fill:#287F45;\" d=\"M246.4,139.2c-9.6,0-20.8,0.8-29.6,2.4c-4,0.8-8,4-8,8V256c0,4.8,7.2,8,11.2,8h13.6 c4.8,0,6.4-3.2,6.4-8v-34.4c16,0.8,33.6-4.8,42.4-14.4c7.2-7.2,11.2-16.8,11.2-28.8s-4-21.6-12-28.8 C273.6,143.2,261.6,139.2,246.4,139.2z M264,180c0,9.6-7.2,15.2-20,15.2c-1.6,0-4,0-4,0v-28c0,0,4,0,5.6,0 C263.2,166.4,264,176,264,180z\"></path> <path style=\"fill:#287F45;\" d=\"M393.6,144h-12.8c-4.8,0-4.8,0-4.8,4v44.8c0,4-1.6,7.2-1.6,10.4c-0.8-1.6-3.2-4-4-5.6l-35.2-52.8 c-1.6-1.6-4.8-0.8-7.2-0.8h-15.2c-4.8,0-8.8,0-8.8,4v108c0,4.8,4,8,8.8,8h12.8c4.8,0,10.4-3.2,10.4-8v-46.4c0-4-1.6-8-1.6-12 c1.6,2.4,2.4,4.8,4,8L372,260c1.6,2.4,4,4,6.4,4h14.4c4.8,0,6.4-3.2,6.4-8V148C400,144,397.6,144,393.6,144z\"></path> </g> <g> <path style=\"fill:#FFFFFF;\" d=\"M192,120h-15.2c-3.2,0-6.4,3.2-7.2,6.4L151.2,180c-1.6,4.8-3.2,9.6-4.8,14.4 c-1.6-4.8-2.4-8.8-4-13.6l-16.8-54.4c-0.8-3.2-4-6.4-8-6.4h-15.2c-2.4,0-4.8,2.4-6.4,4.8s-1.6,5.6-0.8,8l35.2,108.8 c0.8,3.2,4,6.4,8,6.4h15.2c3.2,0,6.4-3.2,7.2-6.4l38.4-108c0.8-2.4,0.8-6.4-0.8-8.8C196.8,122.4,194.4,120,192,120z\"></path> <path style=\"fill:#FFFFFF;\" d=\"M246.4,121.6c-9.6,0-20.8,0.8-29.6,2.4c-4,0.8-8,4-8,8v106.4c0,4.8,7.2,9.6,11.2,9.6h13.6 c4.8,0,6.4-5.6,6.4-9.6V204c16,0.8,33.6-4.8,42.4-14.4c7.2-7.2,11.2-16.8,11.2-28.8s-4-21.6-12-28.8 C273.6,125.6,261.6,121.6,246.4,121.6z M264,161.6c0,9.6-7.2,15.2-20,15.2c-1.6,0-4,0-4,0v-28c0,0,4,0,5.6,0 C263.2,148.8,264,158.4,264,161.6z\"></path> <path style=\"fill:#FFFFFF;\" d=\"M392,120h-16.8c-4.8,0-7.2,5.6-7.2,10.4v44.8c0,0.8,0,0.8,0,1.6l-32.8-52c-1.6-2.4-4.8-4.8-7.2-4.8 h-15.2c-4.8,0-8.8,5.6-8.8,10.4v108c0,4.8,4,9.6,8.8,9.6h12.8c4.8,0,10.4-5.6,10.4-9.6v-56c0.8,1.6,1.6,3.2,3.2,5.6l33.6,56 c1.6,2.4,4,4.8,6.4,4.8h14.4c4.8,0,6.4-5.6,6.4-9.6V130.4C400,125.6,396.8,120,392,120z\"></path> </g> </g></svg>'),
(2477, 98, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"#287F45\" id=\"Capa_1\" width=\"800px\" height=\"800px\" viewBox=\"0 0 550.801 550.801\" xml:space=\"preserve\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"></g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></g><g id=\"SVGRepo_iconCarrier\"> <g> <path d=\"M136.129,282.393c-2.753-9.181-5.508-20.656-7.802-29.834h-0.453c-2.3,9.178-4.602,20.891-7.117,29.834l-9.181,32.827 h34.188L136.129,282.393z\"></path> <path d=\"M270.18,251.641c-7.117,0-11.934,0.686-14.468,1.377v45.67c2.987,0.686,6.661,0.918,11.712,0.918 c18.597,0,30.062-9.408,30.062-25.255C297.486,260.128,287.614,251.641,270.18,251.641z\"></path> <path d=\"M488.427,197.019h-13.226v-63.822c0-0.401-0.063-0.799-0.116-1.205c-0.021-2.531-0.828-5.023-2.563-6.993L366.325,3.694 c-0.031-0.034-0.063-0.045-0.084-0.076c-0.633-0.709-1.371-1.298-2.151-1.804c-0.232-0.158-0.465-0.287-0.707-0.422 c-0.675-0.366-1.393-0.675-2.131-0.896c-0.2-0.053-0.379-0.135-0.58-0.19C359.871,0.119,359.037,0,358.193,0H97.201 c-11.918,0-21.6,9.693-21.6,21.601v175.413H62.378c-17.049,0-30.874,13.818-30.874,30.87v160.542 c0,17.044,13.824,30.876,30.874,30.876h13.223V529.2c0,11.907,9.682,21.601,21.6,21.601h356.4c11.907,0,21.601-9.693,21.601-21.601 V419.302h13.226c17.044,0,30.87-13.827,30.87-30.87V227.89C519.297,210.832,505.471,197.019,488.427,197.019z M97.201,21.601 h250.193v110.51c0,5.967,4.841,10.8,10.8,10.8h95.407v54.108h-356.4V21.601z M332.143,273.444c0,15.14-5.052,27.997-14.222,36.719 c-11.944,11.243-29.61,16.3-50.274,16.3c-4.583,0-8.709-0.237-11.929-0.69v55.308h-34.652V228.456 c10.79-1.83,25.943-3.206,47.274-3.206c21.584,0,36.951,4.126,47.287,12.382C325.493,245.439,332.143,258.293,332.143,273.444z M95.516,381.08h-36.26l47.271-154.691h45.9l47.965,154.691h-37.645l-11.929-39.704h-44.292L95.516,381.08z M453.601,523.347 h-356.4V419.302h356.4V523.347z M440.259,381.08l-37.874-66.783l-13.31,16.295v50.488h-34.657V226.389h34.657v68.392h0.686 c3.438-5.964,7.113-11.47,10.558-16.985l35.121-51.411h42.909l-51.188,65.87l53.937,88.815h-40.838V381.08z\"></path> </g> </g></svg>'),
(2478, 99, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 512 512\" xml:space=\"preserve\" width=\"800px\" height=\"800px\" fill=\"#000000\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"></g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></g><g id=\"SVGRepo_iconCarrier\"> <g id=\"balls_x5F_1_x5F_footbal\"> <g> <g> <defs> <circle id=\"SVGID_1_\" cx=\"255.997\" cy=\"255.108\" r=\"197.391\"></circle> </defs> <use xlink:href=\"#SVGID_1_\" style=\"overflow:visible;fill:#e1ff00;\"></use> <clipPath id=\"SVGID_2_\"> <use xlink:href=\"#SVGID_1_\" style=\"overflow:visible;\"></use> </clipPath> <polygon style=\"clip-path:url(#SVGID_2_);fill:#287F45;\" points=\"294.403,26 318.137,100.068 256,145.724 193.862,99.813 217.597,26 \"></polygon> <polygon style=\"clip-path:url(#SVGID_2_);fill:#287F45;\" points=\"49.955,149.063 127.455,148.874 151.927,221.904 89.51,267.215 26.611,222.235 \"></polygon> <polygon style=\"clip-path:url(#SVGID_2_);fill:#287F45;\" points=\"485.56,223.493 422.243,268.183 360.248,222.478 385.293,149.528 462.616,150.194 \"></polygon> <polygon style=\"clip-path:url(#SVGID_2_);fill:#287F45;\" points=\"359.993,462.855 297.557,416.942 321.284,343.667 398.411,344.329 422.258,417.886 \"></polygon> <polygon style=\"clip-path:url(#SVGID_2_);fill:#287F45;\" points=\"89.736,415.144 114.901,341.843 191.918,342.599 214.327,416.401 151.252,461.133 \"></polygon> </g> <polygon style=\"fill:#287F45;\" points=\"217.089,316 193.041,241.485 256,195.491 318.958,241.61 294.91,316 \"></polygon> <g> <path style=\"fill:#287F45;\" d=\"M256,70c49.683,0,96.391,19.347,131.522,54.478S442,206.317,442,256 s-19.347,96.391-54.478,131.522S305.683,442,256,442s-96.391-19.347-131.522-54.478S70,305.683,70,256 s19.347-96.391,54.478-131.522S206.317,70,256,70 M256,56C145.543,56,56,145.543,56,256s89.543,200,200,200s200-89.543,200-200 S366.457,56,256,56L256,56z\"></path> </g> <line style=\"fill:none;stroke:#287F45;stroke-width:5;stroke-miterlimit:10;\" x1=\"291.91\" y1=\"312.407\" x2=\"323.284\" y2=\"347.667\"></line> <line style=\"fill:none;stroke:#287F45;stroke-width:5;stroke-miterlimit:10;\" x1=\"187.91\" y1=\"347.667\" x2=\"219.284\" y2=\"312.407\"></line> <line style=\"fill:none;stroke:#287F45;stroke-width:5;stroke-miterlimit:10;\" x1=\"312.208\" y1=\"244.721\" x2=\"368.786\" y2=\"218.286\"></line> <line style=\"fill:none;stroke:#287F45;stroke-width:5;stroke-miterlimit:10;\" x1=\"199.786\" y1=\"244.721\" x2=\"143.208\" y2=\"218.286\"></line> <line style=\"fill:none;stroke:#287F45;stroke-width:5;stroke-miterlimit:10;\" x1=\"256.5\" y1=\"204\" x2=\"256.5\" y2=\"135\"></line> <polygon style=\"fill:none;stroke:#287F45;stroke-width:5;stroke-miterlimit:10;\" points=\"203.236,417.5 117.862,354.512 85.252,253.669 117.862,154.917 203.236,94.5 308.764,94.5 394.138,154.677 426.748,254.114 394.138,354.975 308.764,417.5 \"></polygon> </g> </g> <g id=\"Layer_1\"> </g> </g></svg>'),
(2479, 88, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"_x34_\" viewBox=\"0 0 512 512\" xml:space=\"preserve\"><g>	<g>		<path style=\"fill:#3D3D3D;\" d=\"M381.311,126.474v212.251c0,14.281-10.497,26.069-24.176,28.134   c-1.463,0.343-2.926,0.43-4.388,0.43H222.403l-95.156,73.56l1.893-73.56H28.478c-1.549,0-3.011-0.086-4.474-0.43   c-12.131-1.807-21.681-11.443-23.574-23.574c-0.344-1.464-0.43-3.012-0.43-4.56V126.474c0-15.744,12.733-28.477,28.478-28.477   h324.27C368.492,97.996,381.311,110.729,381.311,126.474z\"></path>		<path style=\"fill:#5ABB8F;\" d=\"M512,28.048v269.207c0,15.487-12.562,28.048-28.048,28.048H79.411   c-15.486,0-27.962-12.561-27.962-28.048V28.048C51.449,12.562,63.925,0,79.411,0h404.541c2.323,0,4.56,0.258,6.711,0.861   c10.067,2.409,18.068,10.41,20.477,20.476C511.742,23.488,512,25.725,512,28.048z\"></path>		<path style=\"fill:#6EC098;\" d=\"M512,34.5v256.388c0,8.087-2.753,15.573-7.485,21.423c-0.861,1.118-1.807,2.151-2.839,3.183   c-0.775,0.774-1.635,1.463-2.495,2.151c-0.947,0.86-1.979,1.549-3.098,2.237c-0.688,0.516-1.549,0.946-2.323,1.377   c2.065-2.668,3.7-5.679,4.904-8.948c1.376-3.699,2.151-7.742,2.151-11.959V43.965c0-19.014-15.487-34.414-34.501-34.414H74.679   c-5.85,0-11.271,1.376-16.089,3.957C64.871,5.335,74.765,0,85.864,0h391.722c5.936,0,11.528,1.549,16.433,4.216   c5.85,3.184,10.668,8.002,13.852,13.853C510.451,22.972,512,28.565,512,34.5z\"></path>		<polygon style=\"fill:#5ABB8F;\" points=\"205.116,295.741 355.257,295.741 358.321,414.179   \"></polygon>		<path style=\"opacity:0.06;fill:#040000;\" d=\"M504.526,312.304c-6.312,7.935-16.055,13.022-26.962,13.022H356.018l2.298,88.853   l-114.927-88.853H85.874c-10.908,0-20.651-5.086-26.962-13.022h179.33l113.946,88.087l-2.267-88.087H504.526z\"></path>		<g>			<rect x=\"143.843\" y=\"63.866\" style=\"fill:#93CEB2;\" width=\"269.624\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"144.031\" style=\"fill:#93CEB2;\" width=\"297.199\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"223.693\" style=\"fill:#93CEB2;\" width=\"162.004\" height=\"29.107\"></rect>		</g>	</g>	<path style=\"opacity:0.06;fill:#040000;\" d=\"M211.787,375.495l10.616-8.207h75.262l60.651,46.89v-0.003l0.005,0.003l-1.224-47.315  c0.013-0.004,0.026-0.001,0.038-0.004c13.679-2.065,24.176-13.853,24.176-28.134v-13.399h96.252c0.069,0,0.131-0.023,0.2-0.023  h6.19c15.486,0,28.048-12.561,28.048-28.048v-6.367V75.282L211.787,375.495z\"></path></g></svg>'),
(2480, 89, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"800px\" height=\"800px\" viewBox=\"0 0 48 48\"><defs><linearGradient id=\"linear-gradient\" x1=\"0.5\" x2=\"0.5\" y2=\"1\" gradientUnits=\"objectBoundingBox\"><stop offset=\"0\" stop-color=\"#00a3ff\"></stop><stop offset=\"1\" stop-color=\"#005db3\"></stop></linearGradient><clipPath id=\"clip-Chat\"><rect width=\"48\" height=\"48\"></rect></clipPath></defs><g id=\"Chat\" clip-path=\"url(#clip-Chat)\"><rect width=\"48\" height=\"48\" fill=\"rgba(255,255,255,0)\"></rect><g id=\"Chat-2\" data-name=\"Chat\" transform=\"translate(4 9)\"><g id=\"Icon\" transform=\"translate(40 8)\" stroke-miterlimit=\"10\" fill=\"url(#linear-gradient)\"><path d=\"M-8.219,20.917C-3.356,19.141,0,15.368,0,11,0,4.925-6.492,0-14.5,0S-29,4.925-29,11s6.492,11,14.5,11a19.225,19.225,0,0,0,2.014-.105A24.116,24.116,0,0,0-5,24,8.509,8.509,0,0,1-8.219,20.917Z\" stroke=\"none\"></path><path d=\"M -7.021760940551758 23.17086029052734 C -7.587513446807861 22.65849685668945 -8.186092376708984 21.9903564453125 -8.654420852661133 21.16340065002441 L -8.945310592651367 20.64976119995117 L -8.390820503234863 20.44732093811035 C -6.047010898590088 19.59162139892578 -4.068000793457031 18.26395034790039 -2.667770862579346 16.60785102844238 C -1.249600768089294 14.93054103851318 -0.5000008344650269 12.99131107330322 -0.5000008344650269 10.99980068206787 C -0.5000008344650269 5.210190773010254 -6.780330657958984 0.5000006556510925 -14.49990081787109 0.5000006556510925 C -22.2194709777832 0.5000006556510925 -28.49980163574219 5.210190773010254 -28.49980163574219 10.99980068206787 C -28.49980163574219 16.7894115447998 -22.2194709777832 21.49960136413574 -14.49990081787109 21.49960136413574 C -13.84377098083496 21.49960136413574 -13.18369102478027 21.46508979797363 -12.53800106048584 21.39702987670898 L -12.38847064971924 21.38127136230469 L -12.25505065917969 21.45060157775879 C -10.53971195220947 22.34189033508301 -8.506931304931641 22.87302017211914 -7.021760940551758 23.17086029052734 M -5.000401020050049 24.00030136108398 C -5.000401020050049 24.00030136108398 -9.249910354614258 23.57554054260254 -12.48559093475342 21.8942813873291 C -13.14373111724854 21.96364974975586 -13.8165807723999 21.99960136413574 -14.49990081787109 21.99960136413574 C -22.50810050964355 21.99960136413574 -28.99980163574219 17.07480049133301 -28.99980163574219 10.99980068206787 C -28.99980163574219 4.924800872802734 -22.50810050964355 6.805419729971618e-07 -14.49990081787109 6.805419729971618e-07 C -6.491700649261475 6.805419729971618e-07 -8.178710686479462e-07 4.924800872802734 -8.178710686479462e-07 10.99980068206787 C -8.178710686479462e-07 15.36806106567383 -3.356090784072876 19.14146995544434 -8.219350814819336 20.91699981689453 C -7.055400848388672 22.97224998474121 -5.000401020050049 24.00030136108398 -5.000401020050049 24.00030136108398 Z\" stroke=\"none\" fill=\"rgba(255,255,255,0.3)\"></path></g><g id=\"Icon-2\" data-name=\"Icon\" transform=\"translate(0 0)\" fill=\"rgba(125,204,255,0.2)\" stroke-miterlimit=\"10\"><path d=\"M8.4,22.565C3.4,20.536,0,16.566,0,12,0,5.373,7.163,0,16,0S32,5.373,32,12,24.836,24,16,24a21.252,21.252,0,0,1-3.25-.248A23.676,23.676,0,0,1,5,26,8.375,8.375,0,0,0,8.4,22.565Z\" stroke=\"none\"></path><path d=\"M 7.022593975067139 25.17085838317871 C 8.580513954162598 24.85844993591309 10.74136924743652 24.28890419006348 12.50872993469238 23.31465148925781 L 12.65807056427002 23.23233032226563 L 12.8265905380249 23.2584114074707 C 13.86359024047852 23.41892051696777 14.93135070800781 23.50030136108398 16.00020027160645 23.50030136108398 C 24.54704093933105 23.50030136108398 31.50040054321289 18.34115028381348 31.50040054321289 11.99970054626465 C 31.50040054321289 5.658740520477295 24.54704093933105 0.500000536441803 16.00020027160645 0.500000536441803 C 7.453360080718994 0.500000536441803 0.5000002980232239 5.658740520477295 0.5000002980232239 11.99970054626465 C 0.5000002980232239 16.20769119262695 3.6009202003479 20.07835960388184 8.592639923095703 22.10120010375977 L 9.088550567626953 22.30216979980469 L 8.854470252990723 22.78334045410156 C 8.365681648254395 23.78805732727051 7.672585010528564 24.58229637145996 7.022593975067139 25.17085838317871 M 5.000400066375732 26.00010108947754 C 5.000400066375732 26.00010108947754 7.290480136871338 24.85522079467773 8.404850006103516 22.56459999084473 C 3.399710178375244 20.53631973266602 2.716064386731887e-07 16.56587982177734 2.716064386731887e-07 11.99970054626465 C 2.716064386731887e-07 5.373000621795654 7.163100242614746 5.447387820822769e-07 16.00020027160645 5.447387820822769e-07 C 24.83640098571777 5.447387820822769e-07 32.00040054321289 5.373000621795654 32.00040054321289 11.99970054626465 C 32.00040054321289 18.62730026245117 24.83640098571777 24.00030136108398 16.00020027160645 24.00030136108398 C 14.88639068603516 24.00030136108398 13.79975032806396 23.91499137878418 12.7501106262207 23.75253105163574 C 9.486909866333008 25.55136108398438 5.000400066375732 26.00010108947754 5.000400066375732 26.00010108947754 Z\" stroke=\"none\" fill=\"rgba(255,255,255,0.3)\"></path></g><path id=\"Icon-3\" data-name=\"Icon\" d=\"M11,2.5A2.5,2.5,0,1,1,13.5,5,2.5,2.5,0,0,1,11,2.5ZM0,2.5A2.5,2.5,0,1,1,2.5,5,2.5,2.5,0,0,1,0,2.5Z\" transform=\"translate(8 9)\" fill=\"#ffffff\"></path></g></g></svg>'),
(2482, 296, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:1:{i:0;s:14:\"widget-sitemap\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(2483, 93, '_elementor_page_assets', 'a:0:{}'),
(2484, 298, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:2:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-posts\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:12:\"imagesloaded\";}}'),
(2485, 298, '_elementor_css', 'a:6:{s:4:\"time\";i:1751357284;s:5:\"fonts\";a:1:{i:0;s:8:\"iransans\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"846f352\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2494, 302, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:8:{i:0;s:14:\"widget-heading\";i:1;s:16:\"widget-post-info\";i:2;s:16:\"widget-icon-list\";i:3;s:26:\"elementor-icons-fa-regular\";i:4;s:24:\"elementor-icons-fa-solid\";i:5;s:12:\"widget-image\";i:6;s:17:\"widget-author-box\";i:7;s:22:\"widget-post-navigation\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:15:\"post-navigation\";}}'),
(2495, 284, '_elementor_page_assets', 'a:0:{}'),
(2496, 302, '_elementor_css', 'a:6:{s:4:\"time\";i:1751357356;s:5:\"fonts\";a:1:{i:0;s:8:\"iransans\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"565e19a\";i:1;s:7:\"07c802d\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2497, 279, '_elementor_page_assets', 'a:0:{}'),
(2498, 275, '_elementor_page_assets', 'a:0:{}'),
(2499, 270, '_elementor_page_assets', 'a:0:{}'),
(2500, 264, '_elementor_page_assets', 'a:0:{}'),
(2501, 259, '_elementor_page_assets', 'a:0:{}'),
(2502, 254, '_elementor_page_assets', 'a:0:{}'),
(2503, 250, '_elementor_page_assets', 'a:0:{}'),
(2504, 244, '_elementor_page_assets', 'a:0:{}'),
(2505, 233, '_elementor_page_assets', 'a:0:{}'),
(2506, 225, '_elementor_page_assets', 'a:0:{}'),
(2507, 217, '_elementor_page_assets', 'a:0:{}'),
(2508, 207, '_elementor_page_assets', 'a:0:{}'),
(2509, 158, '_elementor_page_assets', 'a:0:{}'),
(2510, 195, '_elementor_page_assets', 'a:0:{}'),
(2511, 187, '_elementor_page_assets', 'a:0:{}'),
(2512, 391, '_wp_old_date', '2025-06-30'),
(2567, 90, '_elementor_css', 'a:6:{s:4:\"time\";i:1751360885;s:5:\"fonts\";a:2:{i:0;s:8:\"IranSans\";i:1;s:8:\"iransans\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:3;s:9:\"ekiticons\";i:4;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"7948623\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2568, 93, '_oembed_ba0e42ac9afee6feba1026b1cb6b4d81', '<iframe title=\"آموزش ثبت نام در بت 90 فوروارد\" width=\"800\" height=\"450\" src=\"https://www.youtube.com/embed/bycoIbuG2-Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(2569, 93, '_oembed_time_ba0e42ac9afee6feba1026b1cb6b4d81', '1751360885'),
(2570, 296, '_elementor_css', 'a:6:{s:4:\"time\";i:1751360885;s:5:\"fonts\";a:1:{i:0;s:8:\"iransans\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2571, 296, '_elementor_screenshot_failed', '2025-07-01 09:09:08'),
(2572, 297, '_elementor_screenshot_failed', '2025-07-01 09:09:27'),
(2573, 298, '_elementor_screenshot_failed', '2025-07-01 09:09:47'),
(2574, 302, '_elementor_screenshot_failed', '2025-07-01 09:10:05'),
(2575, 187, '_elementor_template_type', 'wp-post'),
(2576, 187, '_elementor_version', '3.29.2'),
(2577, 187, '_elementor_pro_version', '3.29.2'),
(2578, 90, '_oembed_ba0e42ac9afee6feba1026b1cb6b4d81', '<iframe title=\"آموزش ثبت نام در بت 90 فوروارد\" width=\"800\" height=\"450\" src=\"https://www.youtube.com/embed/bycoIbuG2-Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(2579, 90, '_oembed_time_ba0e42ac9afee6feba1026b1cb6b4d81', '1751361030'),
(2598, 391, '_wp_old_date', '2025-07-01'),
(2599, 391, '_wp_old_date', '2025-07-08'),
(2600, 391, '_wp_old_date', '2025-07-15'),
(2601, 391, '_wp_old_date', '2025-07-22'),
(2602, 391, '_wp_old_date', '2025-07-29'),
(2603, 391, '_wp_old_date', '2025-08-05'),
(2604, 391, '_wp_old_date', '2025-08-12'),
(2605, 391, '_wp_old_date', '2025-08-19'),
(2606, 391, '_wp_old_date', '2025-08-26'),
(2607, 391, '_wp_old_date', '2025-09-02'),
(2608, 391, '_wp_old_date', '2025-09-09'),
(2609, 391, '_wp_old_date', '2025-09-16'),
(2610, 391, '_wp_old_date', '2025-09-23'),
(2611, 391, '_wp_old_date', '2025-09-30'),
(2612, 391, '_wp_old_date', '2025-10-02'),
(2613, 391, '_wp_old_date', '2025-10-09'),
(2614, 391, '_wp_old_date', '2025-10-16'),
(2615, 391, '_wp_old_date', '2025-10-23'),
(2616, 391, '_wp_old_date', '2025-10-30'),
(2617, 391, '_wp_old_date', '2025-11-06'),
(2618, 391, '_wp_old_date', '2025-11-13'),
(2619, 391, '_wp_old_date', '2025-11-20'),
(2620, 391, '_wp_old_date', '2025-11-27'),
(2621, 391, '_wp_old_date', '2025-12-04'),
(2622, 391, '_wp_old_date', '2025-12-11'),
(2623, 391, '_wp_old_date', '2025-12-18'),
(2624, 391, '_wp_old_date', '2025-12-25'),
(2625, 391, '_wp_old_date', '2026-01-01'),
(2626, 391, '_wp_old_date', '2026-01-08'),
(2627, 391, '_wp_old_date', '2026-01-16'),
(2628, 391, '_wp_old_date', '2026-01-23'),
(2629, 391, '_wp_old_date', '2026-01-30'),
(2630, 391, '_wp_old_date', '2026-02-06'),
(2634, 85, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"800px\" height=\"800px\" viewBox=\"0 0 64 64\" aria-hidden=\"true\" class=\"iconify iconify--emojione\" preserveAspectRatio=\"xMidYMid meet\" fill=\"#000000\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"></g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></g><g id=\"SVGRepo_iconCarrier\"><g fill=\"#d0d0d0\"><path d=\"M42.2 62c-.2 0-.5-.1-.7-.2c-.4-.3-.6-.7-.5-1.1c0-.1 2.5-10.8-12.3-22.5c-.5-.4-.5-1.1-.1-1.5c.4-.5 1.2-.5 1.6-.1C42 46 43.6 54.7 43.5 58.9c9.5-6.1 14.8-12.4 15.9-18.8c.9-5.9-2.3-9.5-2.4-9.7c-.4-.5-.3-1.1.1-1.5c.5-.4 1.2-.3 1.6.1c.2.2 4 4.5 2.9 11.3c-1.2 7.4-7.5 14.7-19 21.6c.1 0-.2.1-.4.1\"> </path><path d=\"M31.8 62c-.3 0-.5-.1-.8-.3c-.4-.3-.5-.8-.3-1.3c.2-.4 4.4-9.3-6.9-21.2c-.4-.5-.4-1.1.1-1.5c.5-.4 1.2-.4 1.6.1c8.4 8.9 8.9 16.4 8.2 20.4C52.8 44.6 51 33.2 51 33.1c-.1-.5.2-.9.6-1.2c.5-.2 1-.1 1.4.2c12.8 13 4 20.9 4 21c-.5.4-1.2.4-1.7 0c-.4-.4-.4-1.1 0-1.5c.3-.3 6.2-5.8-2.1-15.7c-.6 4.9-4 14.9-20.9 25.9c-.1.1-.3.2-.5.2\"> </path><path d=\"M51.3 62H51c-.6-.2-1-.8-.8-1.3c.1-.4 2.9-10.2-10.2-21.5c-1 3.5-4.2 11.1-13.5 18.5c-.5.4-1.2.3-1.6-.1c-.4-.5-.4-1.1.1-1.5c11.6-9.2 13.2-19 13.2-19.1c.1-.4.3-.7.7-.9c.4-.1.8-.1 1.2.2c16 12.7 12.6 24.4 12.4 24.9c-.2.5-.7.8-1.2.8\"> </path></g><path d=\"M30.5 41.2c-12.7 0-11.1-6.2-9.4-8.5C25.8 26.4 43.6 20 53 20c10.8 0 9.1 6 6.8 9c-5.1 6.9-19.9 12.2-29.3 12.2M53 23.1c-7.7 0-21.9 5.2-26.6 9.7c-.9.9-2.6 3.3 4.2 3.3c8.4 0 21.2-5.2 25.1-9.8c1.3-1.7 2-3.2-2.7-3.2\" fill=\"#287F45\"> </path><circle cx=\"22\" cy=\"22\" r=\"20\" fill=\"#ff8736\"> </circle><g fill=\"#231f20\"><path d=\"M7.8 8c.4 1.7 1.1 3.2 1.9 4.7c.8 1.5 1.7 3 2.6 4.4c1.9 2.8 3.9 5.6 6.1 8.2c2.2 2.6 4.5 5.1 7 7.4c1.3 1.1 2.6 2.2 4 3.1c1.4 1 2.9 1.7 4.6 2.2c-1.7-.1-3.4-.8-5-1.6s-3-1.8-4.4-2.9c-2.7-2.2-5.2-4.7-7.4-7.3c-2.2-2.7-4.2-5.5-5.9-8.6c-.8-1.4-1.6-3-2.3-4.6c-.6-1.6-1.1-3.3-1.2-5\"> </path><path d=\"M2 21.5c1.2 2.5 2.7 4.8 4.5 6.7c1.9 1.9 4.1 3.4 6.6 4.5c2.4 1.1 5.1 1.9 7.6 3c1.3.6 2.6 1.2 3.7 2.2c1.1.9 1.9 2.3 2.1 3.6c-.5-1.3-1.4-2.3-2.5-3c-1.1-.7-2.4-1.2-3.7-1.6c-2.6-.9-5.3-1.6-7.9-2.8c-2.6-1.2-5-2.8-6.8-5c-1.8-2.3-3-4.9-3.6-7.6\"> </path><path d=\"M38.1 33.9c-1.6.7-3.5 1-5.3.2c-1.8-.8-2.8-2.6-3.5-4.2c-1.4-3.4-1.9-6.9-2.6-10.3c-.7-3.4-1.5-6.8-3-9.8c-1.5-3-4-5.7-7.3-6.9c1.7.4 3.4 1.2 4.8 2.3c1.4 1.1 2.6 2.6 3.5 4.1c1.8 3.1 2.7 6.7 3.5 10.1l1 5.2c.3 1.7.7 3.4 1.3 5c.6 1.6 1.3 3.1 2.7 4c1.3.8 3.2.7 4.9.3\"> </path><path d=\"M33.6 5.7c.9.6 1.6 1.5 2.1 2.5s1 2 1.3 3.1c.7 2.1 1 4.3 1.1 6.6c.2 4.4-.9 9.1-3.4 12.9c-1.3 1.9-2.9 3.5-4.8 4.8c-1.9 1.3-4 2.2-6.2 2.7c-4.3 1.1-8.9 1-13.2.3c4.4.1 8.8-.1 12.8-1.4c4.1-1.3 7.7-3.7 10-7.2c2.4-3.5 3.4-7.8 3.5-12c0-2.1-.2-4.3-.6-6.4c-.4-2.2-1-4.4-2.6-5.9\"> </path></g></g></svg>'),
(2635, 87, '_elementor_inline_svg', '<svg xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" width=\"800px\" height=\"800px\" viewBox=\"0 0 24 24\" fill=\"#000000\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"></g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></g><g id=\"SVGRepo_iconCarrier\"><g transform=\"translate(0 -1028.4)\"><path d=\"m8 1044.4c-2.2849 1.1-4.5727 2.2-6.856 3.4-0.89518 0.5-1.2293 1.6-1.144 2.6 0.041664 0.6-0.18109 1.4 0.44089 1.8 0.59091 0.3 1.2837 0.1 1.9252 0.2h20.736c0.769-0.1 0.973-0.9 0.898-1.5 0.014-1 0.068-2-0.658-2.7-0.591-0.6-1.435-0.9-2.157-1.3-1.728-0.8-3.457-1.7-5.185-2.5h-8z\" fill=\"#020d06\"></path><path d=\"m8 16h8l-2 8h-4l-2-8z\" transform=\"translate(0 1028.4)\" fill=\"#bdc3c7\"></path><path d=\"m10 18v3l1 1-1 2h4l-1-2 1-1v-3h-4z\" transform=\"translate(0 1028.4)\" fill=\"#020d06\"></path><rect height=\"5\" width=\"6\" y=\"1041.4\" x=\"9\" fill=\"#95a5a6\"></rect><path d=\"m8 16 1-1 3 3 3-3 1 1-2 5-2-3-2 3z\" transform=\"translate(0 1028.4)\" fill=\"#ecf0f1\"></path><path d=\"m12 0c-2.9626 0-5.418 2.6899-5.9062 6.2188-0.1135-0.031-0.2401-0.0651-0.3438-0.0313-0.5251 0.171-0.6545 1.1685-0.3125 2.2187 0.2007 0.6163 0.5346 1.1015 0.875 1.375 0.7763 3.0178 3.015 5.2188 5.6875 5.2188 2.672 0 4.911-2.201 5.688-5.2188 0.34-0.2736 0.674-0.7588 0.874-1.375 0.342-1.0502 0.213-2.0477-0.312-2.2187-0.104-0.0338-0.23 0.0003-0.344 0.0313-0.488-3.529-2.943-6.2188-5.906-6.2188z\" transform=\"translate(0 1028.4)\" fill=\"#bdc3c7\"></path><path d=\"m8 16l-2 1v3h2l-2 1 2 3h2l-2-8zm8 0l-2 8h2l2-3-2-1h2v-3l-2-1z\" transform=\"translate(0 1028.4)\" fill=\"#020d06\"></path><path d=\"m12 1028.4c-2.0429-0.1-3.9387 1.3-4.9801 3.2-0.5302 0.9-0.8839 2-1.0398 3 0.3344-0.1 0.6002 0.1 0.903-0.3 0.629-0.6 0.9084-1.1 1.1368-1.9 0.3901-0.9 1.2432-2.3 2.0001-2 0.693 0.2 1 0.6 2 0.6s1.307-0.4 2-0.6c0.757-0.3 1.61 1.1 2 2 0.228 0.8 0.468 1.3 1.097 1.9 0.303 0.4 0.568 0.2 0.903 0.3-0.156-1-0.51-2.1-1.04-3-1.041-1.9-2.937-3.3-4.98-3.2z\" fill=\"#020d06\"></path></g></g></svg>'),
(2636, 83, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"800px\" height=\"800px\" viewBox=\"-1 0 41 41\" fill=\"#000000\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"></g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></g><g id=\"SVGRepo_iconCarrier\"><title>casino-mobile</title><desc>Created with Sketch.</desc><defs><linearGradient x1=\"50%\" y1=\"0%\" x2=\"50%\" y2=\"100%\" id=\"linearGradient-1\"><stop stop-color=\"#3A3A3F\" offset=\"0%\"> </stop><stop stop-color=\"#1B1B1E\" offset=\"100%\"> </stop></linearGradient><linearGradient x1=\"50%\" y1=\"0%\" x2=\"50%\" y2=\"98.8466005%\" id=\"linearGradient-2\"><stop stop-color=\"#232327\" offset=\"0%\"> </stop><stop stop-color=\"#101011\" offset=\"100%\"> </stop></linearGradient><linearGradient x1=\"50%\" y1=\"0%\" x2=\"50%\" y2=\"100%\" id=\"linearGradient-3\"><stop stop-color=\"#287F45\" offset=\"0%\"> </stop><stop stop-color=\"#EEEFF6\" offset=\"100%\"> </stop></linearGradient><linearGradient x1=\"50%\" y1=\"0%\" x2=\"50%\" y2=\"100%\" id=\"linearGradient-4\"><stop stop-color=\"#E83E3E\" offset=\"0%\"> </stop><stop stop-color=\"#CD1D1D\" offset=\"100%\"> </stop></linearGradient><linearGradient x1=\"50%\" y1=\"0%\" x2=\"50%\" y2=\"100%\" id=\"linearGradient-5\"><stop stop-color=\"#E83E3E\" offset=\"0%\"> </stop><stop stop-color=\"#CD1D1D\" offset=\"100%\"> </stop></linearGradient><linearGradient x1=\"50%\" y1=\"0%\" x2=\"50%\" y2=\"100%\" id=\"linearGradient-6\"><stop stop-color=\"#35D735\" offset=\"0%\"> </stop><stop stop-color=\"#178B16\" offset=\"100%\"> </stop></linearGradient><linearGradient x1=\"50%\" y1=\"0%\" x2=\"50%\" y2=\"98.7559261%\" id=\"linearGradient-7\"><stop stop-color=\"#2FA032\" offset=\"0%\"> </stop><stop stop-color=\"#145318\" offset=\"100%\"> </stop></linearGradient></defs><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"ui-gambling-website-lined-icnos-casinoshunter\" transform=\"translate(-1771.000000, -2032.000000)\" fill-rule=\"nonzero\"><g id=\"4\" transform=\"translate(50.000000, 1871.000000)\"><g id=\"casino-mobile\" transform=\"translate(1721.000000, 161.000000)\"><path d=\"M21.9323924,-1.31450406e-13 C23.7072859,-1.31450406e-13 25.1461215,1.47559963 25.1461215,3.29584401 L25.1461215,29.6625961 C25.1461215,31.4828405 23.7072859,32.9584401 21.9323924,32.9584401 L7.4706115,32.9584401 C5.69571793,32.9584401 4.25688241,31.4828405 4.25688241,29.6625961 L4.25688241,3.29584401 C4.25688241,1.47559963 5.69571793,-1.31450406e-13 7.4706115,-1.31450406e-13 L21.9323924,-1.31450406e-13 Z\" id=\"Combined-Shape\" fill=\"url(#linearGradient-1)\"> </path><rect id=\"Rectangle\" fill=\"url(#linearGradient-2)\" x=\"10.6843406\" y=\"1.29584401\" width=\"8.03432271\" height=\"2\" rx=\"1\"> </rect><g id=\"card\" transform=\"translate(25.084398, 24.511111) rotate(-345.000000) translate(-25.084398, -24.511111) translate(14.084398, 10.011111)\"><path d=\"M18.6153846,0 C20.4846561,0 22,1.51534392 22,3.38461538 L22,25.3846154 C22,27.2538868 20.4846561,28.7692308 18.6153846,28.7692308 L3.38461538,28.7692308 C1.51534392,28.7692308 0,27.2538868 0,25.3846154 L0,3.38461538 C0,1.51534392 1.51534392,0 3.38461538,0 L18.6153846,0 Z\" id=\"Path\" fill=\"url(#linearGradient-3)\"> </path><path d=\"M5.92307692,3.38461538 C6.39039479,3.38461538 6.76923077,3.76345137 6.76923077,4.23076923 C6.76923077,4.6980871 6.39039479,5.07692308 5.92307692,5.07692308 L4.23076923,5.07692308 C3.76345137,5.07692308 3.38461538,4.6980871 3.38461538,4.23076923 C3.38461538,3.76345137 3.76345137,3.38461538 4.23076923,3.38461538 L5.92307692,3.38461538 Z\" id=\"Path\" fill=\"url(#linearGradient-4)\"> </path><path d=\"M17.7692308,23.6923077 C18.2365486,23.6923077 18.6153846,24.0711437 18.6153846,24.5384615 C18.6153846,25.0057794 18.2365486,25.3846154 17.7692308,25.3846154 L16.0769231,25.3846154 C15.6096052,25.3846154 15.2307692,25.0057794 15.2307692,24.5384615 C15.2307692,24.0711437 15.6096052,23.6923077 16.0769231,23.6923077 L17.7692308,23.6923077 Z\" id=\"Path\" fill=\"url(#linearGradient-4)\"> </path><path d=\"M12.8475317,10.1538462 C13.5920988,10.1538462 14.3055477,10.4492662 14.8317718,10.9754963 C15.3580292,11.5017597 15.6538462,12.2156638 15.6538462,12.9597523 C15.6538462,13.6998506 15.3614834,14.4097471 14.8476054,14.9274945 L11.6152465,18.3502105 C11.4555763,18.5194803 11.2327288,18.6153846 11,18.6153846 C10.7672712,18.6153846 10.5444237,18.5194803 10.3849414,18.3504095 L7.15907104,14.9348452 C6.63837018,14.4095213 6.34615385,13.6996512 6.34615385,12.9597523 C6.34615385,12.2154656 6.64167535,11.5016197 7.16779264,10.9754963 C7.69391085,10.4493721 8.40775121,10.1538462 9.15203275,10.1538462 C9.83387711,10.1538462 10.4901734,10.401869 10.9999956,10.8479947 L11.1425677,10.7312632 C11.629283,10.3587872 12.2277359,10.1538462 12.8475317,10.1538462 Z M12.8475317,11.8458151 C12.594628,11.8458151 12.3502239,11.9321216 12.1540585,12.088279 L12.0601797,12.1721024 L11.5979792,12.6347433 C11.2927176,12.9392051 10.8130124,12.9626252 10.481288,12.7046939 L10.4016264,12.6343495 L9.93929971,12.1720173 C9.73084091,11.9632407 9.44746925,11.8458151 9.15203275,11.8458151 C8.85671897,11.8458151 8.57361751,11.9631633 8.36453976,12.1722435 C8.15569035,12.3810953 8.03854865,12.6641075 8.03854865,12.9597523 C8.03854865,13.2131621 8.12461194,13.4572909 8.28548884,13.6582831 L8.37210968,13.7550278 L10.9999895,16.5369853 L13.6267496,13.7559719 L13.7190786,13.653473 C13.8752543,13.4571015 13.9614514,13.2128434 13.9614514,12.9597523 C13.9614514,12.6644794 13.8441276,12.3812291 13.6354602,12.1722435 C13.4264775,11.9632583 13.1429798,11.8458151 12.8475317,11.8458151 Z M7.19853692,13.1149854 L7.19230769,12.9597523 L7.19556081,13.0726369 L7.19853692,13.1149854 Z M12.5551768,11.0216139 L12.4634363,11.0379811 L12.2411646,11.0959304 C12.3433013,11.0626694 12.4483149,11.0377552 12.5551768,11.0216139 Z M7.88033664,11.4684921 L7.76611718,11.573814 C7.80298611,11.5371545 7.84106295,11.5019948 7.88033664,11.4684921 Z\" id=\"Shape\" fill=\"url(#linearGradient-5)\"> </path></g><g id=\"chip-copy-6\" transform=\"translate(0.000000, 22.000000)\"><path d=\"M9,0 C13.9705627,0 18,4.02943725 18,9 C18,13.9705627 13.9705627,18 9,18 C4.02943725,18 0,13.9705627 0,9 C0,4.02943725 4.02943725,0 9,0 Z\" id=\"chip\" fill=\"url(#linearGradient-6)\"> </path><path d=\"M9,0 C13.9705627,0 18,4.02943725 18,9 C18,13.9705627 13.9705627,18 9,18 C4.02943725,18 0,13.9705627 0,9 C0,4.02943725 4.02943725,0 9,0 Z M5.70670707,12.7622997 L5.68198052,12.7928932 L5.68198052,12.7928932 L3.58513865,14.8889706 C4.89542918,16.0943974 6.60907447,16.8681448 8.50052313,16.9846613 L8.50030016,13.9753422 C7.4353892,13.869676 6.46875522,13.4298922 5.70670707,12.7622997 Z M9.50070198,13.9752426 L9.50048204,16.9845993 C11.4634202,16.8634333 13.2348046,16.0344117 14.562505,14.749665 C14.5308336,14.7319613 14.501708,14.7088148 14.4748737,14.6819805 L12.4303087,12.637735 C11.6489256,13.3748319 10.6301099,13.8629479 9.50070198,13.9752426 Z M4.02445934,9.49769538 L4,9.5 L4,9.5 L1.01533875,9.49947687 C1.12467192,11.2743171 1.81269696,12.8926014 2.89305949,14.1679755 L4.97487373,12.0857864 L5.03018249,12.0402469 C4.47891947,11.3215149 4.11844407,10.4487633 4.02445934,9.49769538 Z M13.0872801,11.880673 L15.1819805,13.9748737 L15.2248964,14.0254352 C16.2372794,12.772988 16.8793615,11.2088414 16.9846613,9.49947687 L14,9.5 L13.9755407,9.49769538 C13.8884058,10.3794472 13.5722096,11.1938824 13.0872801,11.880673 Z M9,5 C6.790861,5 5,6.790861 5,9 C5,11.209139 6.790861,13 9,13 C11.209139,13 13,11.209139 13,9 C13,6.790861 11.209139,5 9,5 Z M1.01540073,8.49951796 L4,8.5 L4.02445934,8.50230462 C4.11844407,7.55123665 4.47891947,6.67848512 5.03018249,5.95975308 L4.97487373,5.91421356 L2.89305949,3.83202454 C1.81290092,5.10715783 1.12493171,6.72507192 1.01540073,8.49951796 Z M15.0154471,3.72590396 L12.8876951,5.85556177 C13.4852359,6.59342677 13.876966,7.50478934 13.9755407,8.50230462 L14,8.5 L14,8.5 L16.9845993,8.49951796 C16.8720067,6.67547235 16.1481867,5.0168318 15.0154471,3.72590396 Z M3.58513865,3.11102943 L5.68198052,5.20710678 C5.6917279,5.21685417 5.7009887,5.22690388 5.70976292,5.23722573 C6.46923332,4.56968895 7.43660219,4.12977227 8.50230462,4.02445934 C8.50023065,4.01767379 8.5,4.00886383 8.5,4 L8.50052313,1.01533875 C6.60907447,1.1318552 4.89542918,1.90560255 3.58513865,3.11102943 Z M9.50048204,1.01540073 L9.5,4 L9.49769538,4.02445934 C10.5128049,4.12477267 11.4386958,4.52867409 12.1833194,5.14411495 L14.311269,3.0173741 C13.0150815,1.86580337 11.342084,1.12907703 9.50048204,1.01540073 Z\" id=\"chip\" fill=\"url(#linearGradient-7)\"> </path></g></g></g></g></g></g></svg>'),
(2637, 84, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" viewBox=\"0 0 496 496\" xml:space=\"preserve\" width=\"800px\" height=\"800px\" fill=\"#000000\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"></g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></g><g id=\"SVGRepo_iconCarrier\"> <path style=\"fill:#194327;\" d=\"M248,298.4L248,298.4L248,298.4L248,298.4L248,298.4c-8-0.8-16-2.4-24-4v126.4c0,13.6,10.4,24,24,24 s24-10.4,24-24V294.4C264,296,256,297.6,248,298.4z\"></path> <path style=\"fill:#194327;\" d=\"M248,298.4L248,298.4L248,298.4L248,298.4c-8-0.8-16-2.4-24-4V376h48v-81.6 C264,296,256,297.6,248,298.4L248,298.4z\"></path> <path style=\"fill:#AEBFC1;\" d=\"M398.4,456H97.6c-13.6,0-24-10.4-24-24s10.4-24,24-24h301.6c13.6,0,24,10.4,24,24 C422.4,445.6,412,456,398.4,456z\"></path> <path style=\"fill:#BECBCC;\" d=\"M73.6,432c0-13.6,10.4-24,24-24h301.6c13.6,0,24,10.4,24,24\"></path> <path style=\"fill:#194327;\" d=\"M496,317.6c0,13.6-13.6,26.4-26.4,26.4H26.4C13.6,344,0,330.4,0,317.6V64c0-13.6,13.6-24,26.4-24 h442.4c13.6,0,27.2,10.4,27.2,24V317.6z\"></path> <path style=\"fill:#287F45;\" d=\"M469.6,40H26.4C13.6,40,0,50.4,0,64v214.4C0,292,13.6,304,26.4,304h442.4c13.6,0,26.4-12,26.4-25.6 V64C496,50.4,482.4,40,469.6,40z\"></path> <path style=\"fill:#287F45;\" d=\"M496,280V64c0-13.6-13.6-24-26.4-24H26.4C13.6,40,0,50.4,0,64\"></path> <rect x=\"160\" y=\"408\" style=\"fill:#194327;\" width=\"176\" height=\"48\"></rect> <rect x=\"160\" y=\"408\" style=\"fill:#287F45;\" width=\"176\" height=\"24\"></rect> <g> <path style=\"fill:#194327;\" d=\"M192,144h-15.2c-3.2,0-6.4,0-7.2,3.2L151.2,200c-1.6,4.8-3.2,8.8-4.8,13.6c-1.6-4.8-2.4-9.6-4-14.4 L125.6,148c-0.8-3.2-4-4-8-4h-15.2c-2.4,0-4.8-0.8-6.4,1.6c-1.6,2.4-1.6,4-0.8,6.4l35.2,107.2c0.8,3.2,4,4.8,8,4.8h15.2 c3.2,0,6.4-2.4,7.2-5.6l38.4-108c0.8-2.4,0.8-3.2-0.8-5.6C196.8,143.2,194.4,144,192,144z\"></path> <path style=\"fill:#194327;\" d=\"M246.4,139.2c-9.6,0-20.8,0.8-29.6,2.4c-4,0.8-8,4-8,8V256c0,4.8,7.2,8,11.2,8h13.6 c4.8,0,6.4-3.2,6.4-8v-34.4c16,0.8,33.6-4.8,42.4-14.4c7.2-7.2,11.2-16.8,11.2-28.8s-4-21.6-12-28.8 C273.6,143.2,261.6,139.2,246.4,139.2z M264,180c0,9.6-7.2,15.2-20,15.2c-1.6,0-4,0-4,0v-28c0,0,4,0,5.6,0 C263.2,166.4,264,176,264,180z\"></path> <path style=\"fill:#194327;\" d=\"M393.6,144h-12.8c-4.8,0-4.8,0-4.8,4v44.8c0,4-1.6,7.2-1.6,10.4c-0.8-1.6-3.2-4-4-5.6l-35.2-52.8 c-1.6-1.6-4.8-0.8-7.2-0.8h-15.2c-4.8,0-8.8,0-8.8,4v108c0,4.8,4,8,8.8,8h12.8c4.8,0,10.4-3.2,10.4-8v-46.4c0-4-1.6-8-1.6-12 c1.6,2.4,2.4,4.8,4,8L372,260c1.6,2.4,4,4,6.4,4h14.4c4.8,0,6.4-3.2,6.4-8V148C400,144,397.6,144,393.6,144z\"></path> </g> <g> <path style=\"fill:#FFFFFF;\" d=\"M192,120h-15.2c-3.2,0-6.4,3.2-7.2,6.4L151.2,180c-1.6,4.8-3.2,9.6-4.8,14.4 c-1.6-4.8-2.4-8.8-4-13.6l-16.8-54.4c-0.8-3.2-4-6.4-8-6.4h-15.2c-2.4,0-4.8,2.4-6.4,4.8s-1.6,5.6-0.8,8l35.2,108.8 c0.8,3.2,4,6.4,8,6.4h15.2c3.2,0,6.4-3.2,7.2-6.4l38.4-108c0.8-2.4,0.8-6.4-0.8-8.8C196.8,122.4,194.4,120,192,120z\"></path> <path style=\"fill:#FFFFFF;\" d=\"M246.4,121.6c-9.6,0-20.8,0.8-29.6,2.4c-4,0.8-8,4-8,8v106.4c0,4.8,7.2,9.6,11.2,9.6h13.6 c4.8,0,6.4-5.6,6.4-9.6V204c16,0.8,33.6-4.8,42.4-14.4c7.2-7.2,11.2-16.8,11.2-28.8s-4-21.6-12-28.8 C273.6,125.6,261.6,121.6,246.4,121.6z M264,161.6c0,9.6-7.2,15.2-20,15.2c-1.6,0-4,0-4,0v-28c0,0,4,0,5.6,0 C263.2,148.8,264,158.4,264,161.6z\"></path> <path style=\"fill:#FFFFFF;\" d=\"M392,120h-16.8c-4.8,0-7.2,5.6-7.2,10.4v44.8c0,0.8,0,0.8,0,1.6l-32.8-52c-1.6-2.4-4.8-4.8-7.2-4.8 h-15.2c-4.8,0-8.8,5.6-8.8,10.4v108c0,4.8,4,9.6,8.8,9.6h12.8c4.8,0,10.4-5.6,10.4-9.6v-56c0.8,1.6,1.6,3.2,3.2,5.6l33.6,56 c1.6,2.4,4,4.8,6.4,4.8h14.4c4.8,0,6.4-5.6,6.4-9.6V130.4C400,125.6,396.8,120,392,120z\"></path> </g> </g></svg>'),
(2638, 32, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"#000000\" height=\"800px\" width=\"800px\" id=\"Capa_1\" viewBox=\"0 0 341.049 341.049\" xml:space=\"preserve\"><g>	<path d=\"M67.027,234.691c0,40.832,33.22,74.052,74.052,74.052c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5  c-32.561,0-59.052-26.49-59.052-59.052c0-4.143-3.358-7.5-7.5-7.5S67.027,230.549,67.027,234.691z\"></path>	<path d=\"M202.374,0h-1.214c-37.265,0-67.582,30.317-67.582,67.582v25.335h-21.667c-4.142,0-7.5,3.357-7.5,7.5v34.432  c-40.634,14.97-69.691,54.076-69.691,99.843c0,58.646,47.712,106.357,106.358,106.357c58.646,0,106.357-47.712,106.357-106.357  c0-58.646-47.712-106.358-106.357-106.358c-7.423,0-14.669,0.767-21.667,2.221v-22.637h43.333v10.208c0,4.143,3.358,7.5,7.5,7.5  s7.5-3.357,7.5-7.5v-17.708c0-4.143-3.358-7.5-7.5-7.5h-21.667V67.582C148.579,38.588,172.166,15,201.16,15h1.214  c28.994,0,52.582,23.588,52.582,52.582v40.751c0,4.143,3.358,7.5,7.5,7.5s7.5-3.357,7.5-7.5V67.582  C269.956,30.317,239.639,0,202.374,0z M232.436,234.691c0,50.375-40.983,91.357-91.357,91.357  c-50.375,0-91.358-40.982-91.358-91.357s40.983-91.358,91.358-91.358C191.453,143.333,232.436,184.316,232.436,234.691z\"></path>	<path d=\"M232.922,120.524l-12.143,12.144c-2.929,2.929-2.929,7.678,0,10.606c1.464,1.464,3.384,2.196,5.303,2.196  s3.839-0.732,5.303-2.197l12.143-12.144c2.929-2.929,2.929-7.678,0-10.606C240.6,117.596,235.851,117.595,232.922,120.524z\"></path>	<path d=\"M291.988,120.524c-2.928-2.93-7.677-2.929-10.606-0.001c-2.929,2.929-2.929,7.678,0,10.606l12.143,12.144  c1.464,1.465,3.384,2.197,5.303,2.197c1.919,0,3.839-0.732,5.303-2.196c2.929-2.929,2.929-7.678,0-10.606L291.988,120.524z\"></path>	<path d=\"M286.685,102.163c1.919,0,3.839-0.732,5.303-2.197l12.143-12.144c2.929-2.929,2.929-7.678,0-10.606  c-2.929-2.928-7.678-2.929-10.606,0.001L281.382,89.36c-2.929,2.929-2.929,7.678,0,10.606  C282.846,101.431,284.766,102.163,286.685,102.163z\"></path>	<path d=\"M243.529,89.36l-12.143-12.144c-2.929-2.93-7.678-2.929-10.606-0.001c-2.929,2.929-2.929,7.678,0,10.606l12.143,12.144  c1.464,1.465,3.384,2.197,5.303,2.197c1.919,0,3.839-0.732,5.303-2.196C246.458,97.038,246.458,92.289,243.529,89.36z\"></path></g></svg>'),
(2639, 13, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"#000000\" height=\"800px\" width=\"800px\" id=\"Layer_1\" viewBox=\"0 0 512 512\" xml:space=\"preserve\"><g>	<g>		<path d=\"M453.861,236.292c-4.681-8.91-12.446-15.207-21.866-17.731c-8.43-2.258-17.382-1.121-25.162,2.924   c-4.712-7.389-11.898-12.853-20.329-15.113c-19.171-5.132-39.241,7.277-44.711,27.685c-3.14,11.713,5.432,31.865,13.177,46.711   c6.181,11.85,17.876,32.087,26.745,34.464c0.797,0.214,1.685,0.313,2.651,0.313c9.783-0.001,27.477-10.26,37.742-16.788   c14.129-8.983,31.63-22.151,34.767-33.863C459.491,255.132,458.42,244.975,453.861,236.292z M440.358,260.467   c-0.777,2.896-8.133,11.261-25.221,22.437c-13.555,8.865-24.354,13.81-28.836,15.213c-3.182-3.456-10.06-13.138-17.367-27.593   c-9.211-18.222-11.398-29.144-10.624-32.041c2.589-9.658,10.755-16.171,19.369-16.171c1.461,0,2.937,0.188,4.399,0.579   c6.351,1.701,11.183,6.878,12.931,13.846c0.756,3.011,3.081,5.377,6.081,6.18c2.99,0.804,6.194-0.08,8.355-2.311   c5-5.162,11.778-7.229,18.125-5.526c4.756,1.274,8.716,4.529,11.152,9.165C441.275,249.109,441.857,254.87,440.358,260.467z\"></path>	</g></g><g>	<g>		<path d=\"M166.145,271.355c-3.138-11.714-20.638-24.881-34.767-33.864c-11.282-7.172-31.521-18.837-40.393-16.473   c-8.866,2.376-20.563,22.612-26.745,34.464c-7.745,14.844-16.317,34.998-13.177,46.71c4.632,17.29,19.738,28.845,35.913,28.845   c2.916,0,5.868-0.376,8.797-1.161c8.432-2.26,15.618-7.724,20.329-15.113c7.778,4.045,16.736,5.181,25.162,2.924   c9.419-2.524,17.185-8.821,21.866-17.731C167.69,291.273,168.761,281.116,166.145,271.355z M147.991,292.001   c-2.436,4.636-6.396,7.89-11.152,9.165c-6.351,1.7-13.125-0.365-18.125-5.526c-2.161-2.233-5.365-3.115-8.355-2.311   c-3,0.804-5.326,3.169-6.081,6.181c-1.747,6.968-6.58,12.145-12.931,13.846c-10.089,2.696-20.738-4.296-23.768-15.59   c-0.774-2.896,1.413-13.82,10.624-32.042c7.305-14.455,14.183-24.136,17.365-27.592c4.484,1.403,15.283,6.348,28.838,15.213   c17.087,11.175,24.444,19.541,25.221,22.437C151.126,281.378,150.544,287.138,147.991,292.001z\"></path>	</g></g><g>	<g>		<path d=\"M480.445,149.292l-84.874-22.82v-4.453c0-23.579-19.753-42.762-43.322-42.762H249.124   c-20.648,0-37.919,14.715-41.884,34.204h-86.38c-23.567,0-43.811,19.167-43.811,42.727v14.943l-45.61,12.364   c-22.766,6.1-36.057,29.578-29.96,52.335l44.41,165.244C51,420.14,68.377,432.743,87.245,432.743   c3.651,0,7.399-0.472,11.089-1.461l99.628-26.69c22.766-6.1,36.333-29.577,30.235-52.335l-7.275-27.164   c7.53,6.633,17.379,10.692,28.177,10.692h33.93c2.582,16.145,14.334,30.104,31.124,34.603l99.611,26.691   c3.672,0.984,7.399,1.471,11.106,1.471c7.396,0,14.707-1.942,21.298-5.739c9.908-5.709,16.989-14.921,19.941-25.942l44.42-165.243   C516.627,178.869,503.212,155.393,480.445,149.292z M94.151,156.188c0-14.13,12.572-25.626,26.709-25.626h84.453v140.245   l-21.918-83.794c-2.95-11.009-9.751-20.218-19.638-25.928c-9.895-5.715-21.82-7.234-32.84-4.281l-36.765,9.744V156.188z    M193.553,388.072l-99.611,26.69c-13.665,3.657-27.744-4.47-31.402-18.115L18.264,231.404c-3.656-13.649,4.48-27.73,18.135-31.389   l99.611-26.69c6.609-1.768,13.522-0.859,19.461,2.57c5.931,3.427,10.173,8.947,11.941,15.545l44.276,165.243   C215.344,370.331,207.208,384.412,193.553,388.072z M283.926,318.054c-0.056,0.21-0.081,0.419-0.136,0.628h-34.692   c-14.125,0-26.684-11.495-26.684-25.626V121.985c0-14.13,12.572-25.626,26.709-25.626h103.124c14.139,0,26.22,11.511,26.22,25.66   v0.007c-10.689-2.058-20.935-0.401-30.037,4.843c-9.908,5.709-17.133,14.921-20.085,25.941l-1.541,5.481l-19.653-24.52   c-1.622-2.028-4.096-3.209-6.693-3.209c-2.597,0-5.065,1.18-6.687,3.209l-51.31,64.132c-2.499,3.123-2.501,7.561-0.002,10.684   l51.305,64.132c0.539,0.675,1.18,1.208,1.858,1.673L283.926,318.054z M321.241,178.798l-20.252,75.576l-40.903-51.129   l40.356-50.443L321.241,178.798z M493.868,197.201l-44.276,165.243c-1.77,6.602-6.016,12.125-11.962,15.55   c-5.939,3.423-12.843,4.338-19.44,2.567l-99.611-26.691c-10.872-2.913-18.221-12.436-18.931-23.084   c0.499-1.084,0.793-2.28,0.793-3.551c0-0.922-0.184-1.793-0.453-2.625c0.127-0.71,0.265-1.42,0.455-2.128l38.028-141.921   c0.42-0.915,0.689-1.883,0.77-2.877l5.478-20.446c1.77-6.601,6.019-12.124,11.962-15.549c5.939-3.422,12.843-4.337,19.44-2.567   l99.609,26.69C489.388,169.471,497.524,183.552,493.868,197.201z\"></path>	</g></g><g>	<g>		<path d=\"M137.536,350.182l-8.551-25.653c-1.493-4.48-6.344-6.897-10.816-5.408c-3.585,1.195-5.85,4.531-5.85,8.112   c0,0.896,0.142,1.807,0.441,2.704l8.551,25.653c1.194,3.582,4.53,5.849,8.11,5.849c0.898,0,1.81-0.142,2.706-0.441   c3.585-1.195,5.85-4.531,5.85-8.112C137.977,351.991,137.835,351.079,137.536,350.182z\"></path>	</g></g></svg>'),
(2640, 471, '_wp_attached_file', '2026/02/poker.gif'),
(2641, 471, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:70;s:4:\"file\";s:17:\"2026/02/poker.gif\";s:8:\"filesize\";i:18245;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"poker-300x11.gif\";s:5:\"width\";i:300;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:2004;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"poker-1024x37.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:8959;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"poker-150x70.gif\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:6136;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"poker-768x28.gif\";s:5:\"width\";i:768;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7253;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"poker-1536x56.gif\";s:5:\"width\";i:1536;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:18899;}}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:{}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2642, 472, '_wp_attached_file', '2026/02/poker-1.gif'),
(2643, 472, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2026/02/poker-1.gif\";s:8:\"filesize\";i:83672;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"poker-1-300x60.gif\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:8023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"poker-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:7598;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"poker-1-768x154.gif\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:36078;}}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:{}}}'),
(2647, 391, '_wp_old_date', '2026-02-13'),
(2648, 391, '_wp_old_date', '2026-02-20');

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

--
-- 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
(2, 1, '2024-02-22 20:32:47', '2024-02-22 17:02:47', '[elementor-template id=\"66\"]', 'فیلترشکن بت فوروارد betforward vpn', '', 'publish', 'closed', 'open', '', '%d8%a8%d8%b1%da%af%d9%87-%d9%86%d9%85%d9%88%d9%86%d9%87', '', '', '2024-03-16 18:30:31', '2024-03-16 15:00:31', '', 0, 'http://forwardbet.casino/?page_id=2', 0, 'page', '', 0),
(3, 1, '2024-02-22 20:32:47', '2024-02-22 17:02:47', '<!-- wp:heading --><h2>ما که هستیم</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>نشانی وب‌سایت ما: http://forwardbet.casino.</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-02-22 20:32:47', '2024-02-22 17:02:47', '', 0, 'http://forwardbet.casino/?page_id=3', 0, 'page', '', 0),
(4, 0, '2024-02-22 20:32:48', '2024-02-22 17:02:48', '<!-- wp:page-list /-->', 'راهبری', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2024-02-22 20:32:48', '2024-02-22 17:02:48', '', 0, 'http://forwardbet.casino/2024/02/22/navigation/', 0, 'wp_navigation', '', 0),
(6, 1, '2024-02-22 20:48:07', '2024-02-22 17:18:07', '', 'Kit پیش‌ فرض', '', 'publish', 'closed', 'closed', '', 'kit-%d9%be%db%8c%d8%b4-%d9%81%d8%b1%d8%b6', '', '', '2025-07-01 11:47:54', '2025-07-01 08:17:54', '', 0, 'https://forwardbet.casino/?p=6', 0, 'elementor_library', '', 0),
(8, 1, '2024-02-24 20:19:24', '2024-02-24 16:49:24', '', 'iransans', '', 'publish', 'closed', 'closed', '', 'iransans', '', '', '2024-02-24 20:19:24', '2024-02-24 16:49:24', '', 0, 'https://forwardbet.casino/?post_type=elementor_font&#038;p=8', 0, 'elementor_font', '', 0),
(9, 1, '2024-02-24 20:18:45', '2024-02-24 16:48:45', '', 'FontsFree-Net-ir_sans', '', 'inherit', 'open', 'closed', '', 'fontsfree-net-ir_sans', '', '', '2024-02-24 20:18:45', '2024-02-24 16:48:45', '', 8, 'https://forwardbet.casino/wp-content/uploads/2024/02/FontsFree-Net-ir_sans.ttf', 0, 'attachment', 'application/x-font-ttf', 0),
(11, 1, '2024-02-24 20:52:23', '2024-02-24 17:22:23', '', 'betyekCom-Bonus.gif', '', 'inherit', 'open', 'closed', '', 'betyekcom-bonus-gif', '', '', '2024-02-24 20:52:23', '2024-02-24 17:22:23', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/betyekCom-Bonus.gif', 0, 'attachment', 'image/gif', 0),
(12, 1, '2024-02-24 20:52:24', '2024-02-24 17:22:24', '', 'ace_of_spades_with_crown.png', '', 'inherit', 'open', 'closed', '', 'ace_of_spades_with_crown-png', '', '', '2024-02-24 20:52:24', '2024-02-24 17:22:24', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/ace_of_spades_with_crown.png', 0, 'attachment', 'image/png', 0),
(13, 1, '2024-02-24 20:52:24', '2024-02-24 17:22:24', '', 'poker-svgrepo-com-2.svg', '', 'inherit', 'open', 'closed', '', 'poker-svgrepo-com-2-svg', '', '', '2024-02-24 20:52:24', '2024-02-24 17:22:24', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/poker-svgrepo-com-2.svg', 0, 'attachment', 'image/svg+xml', 0),
(14, 1, '2024-02-24 20:52:25', '2024-02-24 17:22:25', '', 'Team_img-3-1.jpeg', '', 'inherit', 'open', 'closed', '', 'team_img-3-1-jpeg', '', '', '2024-02-24 20:52:25', '2024-02-24 17:22:25', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/Team_img-3-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(15, 1, '2024-02-24 20:52:25', '2024-02-24 17:22:25', '', 'diamond_with_crown.png', '', 'inherit', 'open', 'closed', '', 'diamond_with_crown-png', '', '', '2024-02-24 20:52:25', '2024-02-24 17:22:25', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/diamond_with_crown.png', 0, 'attachment', 'image/png', 0),
(16, 1, '2024-02-24 20:52:26', '2024-02-24 17:22:26', '', 'placeholder-240.png', '', 'inherit', 'open', 'closed', '', 'placeholder-240-png', '', '', '2024-02-24 20:52:26', '2024-02-24 17:22:26', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/placeholder-240.png', 0, 'attachment', 'image/png', 0),
(17, 1, '2024-02-24 20:52:26', '2024-02-24 17:22:26', '', 'red_heart_with_crown.png', '', 'inherit', 'open', 'closed', '', 'red_heart_with_crown-png', '', '', '2024-02-24 20:52:26', '2024-02-24 17:22:26', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/red_heart_with_crown.png', 0, 'attachment', 'image/png', 0),
(18, 1, '2024-02-24 20:52:27', '2024-02-24 17:22:27', '', 'Aces-symbols044_P.png', '', 'inherit', 'open', 'closed', '', 'aces-symbols044_p-png', '', '', '2024-02-24 20:52:27', '2024-02-24 17:22:27', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/Aces-symbols044_P.png', 0, 'attachment', 'image/png', 0),
(19, 1, '2024-02-24 20:52:29', '2024-02-24 17:22:29', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png', '', '', '2024-02-24 20:52:29', '2024-02-24 17:22:29', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/placeholder.png', 0, 'attachment', 'image/png', 0),
(20, 1, '2024-02-24 20:52:30', '2024-02-24 17:22:30', '', 'funfacts-icon-3-1.png', '', 'inherit', 'open', 'closed', '', 'funfacts-icon-3-1-png', '', '', '2024-02-24 20:52:30', '2024-02-24 17:22:30', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/funfacts-icon-3-1.png', 0, 'attachment', 'image/png', 0),
(21, 1, '2024-02-24 20:52:30', '2024-02-24 17:22:30', '', 'funfacts-icon-1-2.png', '', 'inherit', 'open', 'closed', '', 'funfacts-icon-1-2-png', '', '', '2024-02-24 20:52:30', '2024-02-24 17:22:30', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/funfacts-icon-1-2.png', 0, 'attachment', 'image/png', 0),
(22, 1, '2024-02-24 20:52:30', '2024-02-24 17:22:30', '', 'funfacts-icon-4-1.png', '', 'inherit', 'open', 'closed', '', 'funfacts-icon-4-1-png', '', '', '2024-02-24 20:52:30', '2024-02-24 17:22:30', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/funfacts-icon-4-1.png', 0, 'attachment', 'image/png', 0),
(23, 1, '2024-02-24 20:52:31', '2024-02-24 17:22:31', '', 'placeholder-333.png', '', 'inherit', 'open', 'closed', '', 'placeholder-333-png', '', '', '2024-02-24 20:52:31', '2024-02-24 17:22:31', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/placeholder-333.png', 0, 'attachment', 'image/png', 0),
(24, 1, '2024-02-24 20:52:31', '2024-02-24 17:22:31', '', '333.png', '', 'inherit', 'open', 'closed', '', '333-png', '', '', '2024-02-24 20:52:31', '2024-02-24 17:22:31', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/333.png', 0, 'attachment', 'image/png', 0),
(25, 1, '2024-02-24 20:52:31', '2024-02-24 17:22:31', '', 'client_1_black.png', '', 'inherit', 'open', 'closed', '', 'client_1_black-png', '', '', '2024-02-24 20:52:31', '2024-02-24 17:22:31', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/client_1_black.png', 0, 'attachment', 'image/png', 0),
(26, 1, '2024-02-24 20:52:32', '2024-02-24 17:22:32', '', '1xyek-lgo.png', '', 'inherit', 'open', 'closed', '', '1xyek-lgo-png', '', '', '2024-02-24 20:52:32', '2024-02-24 17:22:32', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/1xyek-lgo.png', 0, 'attachment', 'image/png', 0),
(27, 1, '2024-02-24 20:52:32', '2024-02-24 17:22:32', '', 'client_2_black.png', '', 'inherit', 'open', 'closed', '', 'client_2_black-png', '', '', '2024-02-24 20:52:32', '2024-02-24 17:22:32', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/client_2_black.png', 0, 'attachment', 'image/png', 0),
(28, 1, '2024-02-24 20:52:32', '2024-02-24 17:22:32', '', 'betyek-lgo.png', '', 'inherit', 'open', 'closed', '', 'betyek-lgo-png', '', '', '2024-02-24 20:52:32', '2024-02-24 17:22:32', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/betyek-lgo.png', 0, 'attachment', 'image/png', 0),
(29, 1, '2024-02-24 20:52:33', '2024-02-24 17:22:33', '', 'client_3_black.png', '', 'inherit', 'open', 'closed', '', 'client_3_black-png', '', '', '2024-02-24 20:52:33', '2024-02-24 17:22:33', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/client_3_black.png', 0, 'attachment', 'image/png', 0),
(30, 1, '2024-02-24 20:52:33', '2024-02-24 17:22:33', '', 'bet303-lgo.png', '', 'inherit', 'open', 'closed', '', 'bet303-lgo-png', '', '', '2024-02-24 20:52:33', '2024-02-24 17:22:33', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/bet303-lgo.png', 0, 'attachment', 'image/png', 0),
(31, 1, '2024-02-24 20:52:33', '2024-02-24 17:22:33', '', 'client_4_black.png', '', 'inherit', 'open', 'closed', '', 'client_4_black-png', '', '', '2024-02-24 20:52:33', '2024-02-24 17:22:33', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/client_4_black.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2024-02-24 20:52:33', '2024-02-24 17:22:33', '', 'bomb-svgrepo-com-3.svg', '', 'inherit', 'open', 'closed', '', 'bomb-svgrepo-com-3-svg', '', '', '2024-02-24 20:52:33', '2024-02-24 17:22:33', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/bomb-svgrepo-com-3.svg', 0, 'attachment', 'image/svg+xml', 0),
(33, 1, '2024-02-24 20:52:34', '2024-02-24 17:22:34', '', 'placeholder-240-1.png', '', 'inherit', 'open', 'closed', '', 'placeholder-240-1-png', '', '', '2024-02-24 20:52:34', '2024-02-24 17:22:34', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/placeholder-240-1.png', 0, 'attachment', 'image/png', 0),
(34, 1, '2024-02-24 20:52:34', '2024-02-24 17:22:34', '', '1xboro-site-2.png', '', 'inherit', 'open', 'closed', '', '1xboro-site-2-png', '', '', '2024-02-24 20:52:34', '2024-02-24 17:22:34', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/1xboro-site-2.png', 0, 'attachment', 'image/png', 0),
(35, 1, '2024-02-24 20:52:35', '2024-02-24 17:22:35', '', 'pasor.jpg', '', 'inherit', 'open', 'closed', '', 'pasor-jpg', '', '', '2024-02-24 20:52:35', '2024-02-24 17:22:35', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/pasor.jpg', 0, 'attachment', 'image/jpeg', 0),
(36, 1, '2024-02-24 20:52:36', '2024-02-24 17:22:36', '', 'pasor-b.jpg', '', 'inherit', 'open', 'closed', '', 'pasor-b-jpg', '', '', '2024-02-24 20:52:36', '2024-02-24 17:22:36', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/pasor-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2024-02-24 20:52:36', '2024-02-24 17:22:36', '', 'Poker.jpg', '', 'inherit', 'open', 'closed', '', 'poker-jpg', '', '', '2024-02-24 20:52:36', '2024-02-24 17:22:36', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/Poker.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2024-02-24 20:52:37', '2024-02-24 17:22:37', '', 'placeholder-11.png', '', 'inherit', 'open', 'closed', '', 'placeholder-11-png', '', '', '2024-02-24 20:52:37', '2024-02-24 17:22:37', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/placeholder-11.png', 0, 'attachment', 'image/png', 0),
(39, 1, '2024-02-24 20:52:37', '2024-02-24 17:22:37', '', 'Poker.Ad-_-Sm.jpg', '', 'inherit', 'open', 'closed', '', 'poker-ad-_-sm-jpg', '', '', '2024-02-24 20:52:37', '2024-02-24 17:22:37', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/Poker.Ad-_-Sm.jpg', 0, 'attachment', 'image/jpeg', 0),
(40, 1, '2024-02-24 20:52:38', '2024-02-24 17:22:38', '', 'placeholder-12.png', '', 'inherit', 'open', 'closed', '', 'placeholder-12-png', '', '', '2024-02-24 20:52:38', '2024-02-24 17:22:38', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/placeholder-12.png', 0, 'attachment', 'image/png', 0),
(41, 1, '2024-02-24 20:52:38', '2024-02-24 17:22:38', '', 'poker-room-sm.jpg', '', 'inherit', 'open', 'closed', '', 'poker-room-sm-jpg', '', '', '2024-02-24 20:52:38', '2024-02-24 17:22:38', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/poker-room-sm.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2024-02-24 20:52:39', '2024-02-24 17:22:39', '', 'placeholder-13.png', '', 'inherit', 'open', 'closed', '', 'placeholder-13-png', '', '', '2024-02-24 20:52:39', '2024-02-24 17:22:39', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/placeholder-13.png', 0, 'attachment', 'image/png', 0),
(43, 1, '2024-02-24 20:52:39', '2024-02-24 17:22:39', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png-2', '', '', '2024-02-24 20:52:39', '2024-02-24 17:22:39', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/placeholder-1.png', 0, 'attachment', 'image/png', 0),
(44, 1, '2024-02-24 20:52:40', '2024-02-24 17:22:40', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png-3', '', '', '2024-02-24 20:52:40', '2024-02-24 17:22:40', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/placeholder-2.png', 0, 'attachment', 'image/png', 0),
(45, 1, '2024-02-24 20:52:40', '2024-02-24 17:22:40', '', 'placeholder-258.png', '', 'inherit', 'open', 'closed', '', 'placeholder-258-png', '', '', '2024-02-24 20:52:40', '2024-02-24 17:22:40', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/placeholder-258.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2024-02-24 20:52:40', '2024-02-24 17:22:40', '', 'placeholder-259.png', '', 'inherit', 'open', 'closed', '', 'placeholder-259-png', '', '', '2024-02-24 20:52:40', '2024-02-24 17:22:40', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/placeholder-259.png', 0, 'attachment', 'image/png', 0),
(47, 1, '2024-02-24 20:52:41', '2024-02-24 17:22:41', '', 'placeholder-260.png', '', 'inherit', 'open', 'closed', '', 'placeholder-260-png', '', '', '2024-02-24 20:52:41', '2024-02-24 17:22:41', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/placeholder-260.png', 0, 'attachment', 'image/png', 0),
(48, 1, '2024-02-24 20:52:41', '2024-02-24 17:22:41', '', 'HAPEBEAST_Genesis-removebg-preview.png', '', 'inherit', 'open', 'closed', '', 'hapebeast_genesis-removebg-preview-png', '', '', '2024-02-24 20:52:41', '2024-02-24 17:22:41', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/HAPEBEAST_Genesis-removebg-preview.png', 0, 'attachment', 'image/png', 0),
(49, 1, '2024-02-24 20:52:42', '2024-02-24 17:22:42', '', 'logo.png', '', 'inherit', 'open', 'closed', '', 'logo-png', '', '', '2024-02-24 20:52:42', '2024-02-24 17:22:42', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/logo.png', 0, 'attachment', 'image/png', 0),
(50, 1, '2024-02-24 20:52:42', '2024-02-24 17:22:42', '', 'placeholder-1.png', '', 'inherit', 'open', 'closed', '', 'placeholder-1-png', '', '', '2024-02-24 20:52:42', '2024-02-24 17:22:42', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/placeholder-1-1.png', 0, 'attachment', 'image/png', 0),
(51, 1, '2024-02-24 20:52:43', '2024-02-24 17:22:43', '', 'Shiba_Social_Club_NFT-removebg-preview.png', '', 'inherit', 'open', 'closed', '', 'shiba_social_club_nft-removebg-preview-png', '', '', '2024-02-24 20:52:43', '2024-02-24 17:22:43', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/Shiba_Social_Club_NFT-removebg-preview.png', 0, 'attachment', 'image/png', 0),
(52, 1, '2024-02-24 20:52:43', '2024-02-24 17:22:43', '', 'betyek-site.png', '', 'inherit', 'open', 'closed', '', 'betyek-site-png', '', '', '2024-02-24 20:52:43', '2024-02-24 17:22:43', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/betyek-site.png', 0, 'attachment', 'image/png', 0),
(53, 1, '2024-02-24 20:52:43', '2024-02-24 17:22:43', '', 'PROJECT_NFT_cub-removebg-preview.png', '', 'inherit', 'open', 'closed', '', 'project_nft_cub-removebg-preview-png', '', '', '2024-02-24 20:52:43', '2024-02-24 17:22:43', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/PROJECT_NFT_cub-removebg-preview.png', 0, 'attachment', 'image/png', 0),
(54, 1, '2024-02-24 20:52:44', '2024-02-24 17:22:44', '', '1xyek-site.png', '', 'inherit', 'open', 'closed', '', '1xyek-site-png', '', '', '2024-02-24 20:52:44', '2024-02-24 17:22:44', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/1xyek-site.png', 0, 'attachment', 'image/png', 0),
(55, 1, '2024-02-24 20:52:44', '2024-02-24 17:22:44', '', 'c37143f4b4d402944cc83d59ebb12fa7-removebg-preview.png', '', 'inherit', 'open', 'closed', '', 'c37143f4b4d402944cc83d59ebb12fa7-removebg-preview-png', '', '', '2024-02-24 20:52:44', '2024-02-24 17:22:44', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/c37143f4b4d402944cc83d59ebb12fa7-removebg-preview.png', 0, 'attachment', 'image/png', 0),
(56, 1, '2024-02-24 20:52:44', '2024-02-24 17:22:44', '', 'Rappers-removebg-preview.png', '', 'inherit', 'open', 'closed', '', 'rappers-removebg-preview-png', '', '', '2024-02-24 20:52:44', '2024-02-24 17:22:44', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/Rappers-removebg-preview.png', 0, 'attachment', 'image/png', 0),
(57, 1, '2024-02-24 20:52:45', '2024-02-24 17:22:45', '', 'The_NTF_Expert____ski_mask-removebg-preview.png', '', 'inherit', 'open', 'closed', '', 'the_ntf_expert____ski_mask-removebg-preview-png', '', '', '2024-02-24 20:52:45', '2024-02-24 17:22:45', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/The_NTF_Expert____ski_mask-removebg-preview.png', 0, 'attachment', 'image/png', 0),
(58, 1, '2024-02-24 20:52:45', '2024-02-24 17:22:45', '', '1xyek-site-1.png', '', 'inherit', 'open', 'closed', '', '1xyek-site-1-png', '', '', '2024-02-24 20:52:45', '2024-02-24 17:22:45', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/1xyek-site-1.png', 0, 'attachment', 'image/png', 0),
(59, 1, '2024-02-24 20:52:45', '2024-02-24 17:22:45', '', 'Metapuffer_131___Crim_-_The_Metapuffers_Volume_1__Continued____OpenSea-removebg-preview.png', '', 'inherit', 'open', 'closed', '', 'metapuffer_131___crim_-_the_metapuffers_volume_1__continued____opensea-removebg-preview-png', '', '', '2024-02-24 20:52:45', '2024-02-24 17:22:45', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/Metapuffer_131___Crim_-_The_Metapuffers_Volume_1__Continued____OpenSea-removebg-preview.png', 0, 'attachment', 'image/png', 0),
(60, 1, '2024-02-24 20:52:46', '2024-02-24 17:22:46', '', 'Voyagers__Unknown_on_X-removebg-preview.png', '', 'inherit', 'open', 'closed', '', 'voyagers__unknown_on_x-removebg-preview-png', '', '', '2024-02-24 20:52:46', '2024-02-24 17:22:46', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/Voyagers__Unknown_on_X-removebg-preview.png', 0, 'attachment', 'image/png', 0),
(61, 1, '2024-02-24 20:52:46', '2024-02-24 17:22:46', '', 'METABILLIONAIRE__6142_-_METABILLIONAIRE___OpenSea-removebg-preview.png', '', 'inherit', 'open', 'closed', '', 'metabillionaire__6142_-_metabillionaire___opensea-removebg-preview-png', '', '', '2024-02-24 20:52:46', '2024-02-24 17:22:46', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/METABILLIONAIRE__6142_-_METABILLIONAIRE___OpenSea-removebg-preview.png', 0, 'attachment', 'image/png', 0),
(62, 1, '2024-02-24 20:52:46', '2024-02-24 17:22:46', '', '1xboro-site.png', '', 'inherit', 'open', 'closed', '', '1xboro-site-png', '', '', '2024-02-24 20:52:46', '2024-02-24 17:22:46', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/1xboro-site.png', 0, 'attachment', 'image/png', 0),
(63, 1, '2024-02-24 20:52:47', '2024-02-24 17:22:47', '', 'gambleaware.png', '', 'inherit', 'open', 'closed', '', 'gambleaware-png', '', '', '2024-02-24 20:52:47', '2024-02-24 17:22:47', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/gambleaware.png', 0, 'attachment', 'image/png', 0),
(64, 1, '2024-02-24 20:52:47', '2024-02-24 17:22:47', '', '18.png', '', 'inherit', 'open', 'closed', '', '18-png', '', '', '2024-02-24 20:52:47', '2024-02-24 17:22:47', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/18.png', 0, 'attachment', 'image/png', 0),
(65, 1, '2024-02-24 20:52:47', '2024-02-24 17:22:47', '', 'GPWA.png', '', 'inherit', 'open', 'closed', '', 'gpwa-png', '', '', '2024-02-24 20:52:47', '2024-02-24 17:22:47', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/02/GPWA.png', 0, 'attachment', 'image/png', 0),
(66, 1, '2024-02-24 20:52:47', '2024-02-24 17:22:47', '', 'linco', '', 'publish', 'closed', 'closed', '', 'linco', '', '', '2024-03-11 17:14:25', '2024-03-11 13:44:25', '', 0, 'https://forwardbet.casino/?elementor_library=linco', 0, 'elementor_library', '', 0),
(73, 1, '2024-02-25 19:01:18', '2024-02-25 15:31:18', '', 'slot_machine_with_rou_ette_chips_play_cards_clipping_path_included', '', 'inherit', 'open', 'closed', '', 'slot_machine_with_rou_ette_chips_play_cards_clipping_path_included', '', '', '2024-02-25 19:01:18', '2024-02-25 15:31:18', '', 6, 'https://forwardbet.casino/wp-content/uploads/2024/02/slot_machine_with_rou_ette_chips_play_cards_clipping_path_included.jpg', 0, 'attachment', 'image/jpeg', 0),
(80, 1, '2024-03-15 16:14:22', '2024-03-15 12:44:22', '', 'bet90forward-site-logo.png', '', 'inherit', 'open', 'closed', '', 'bet90forward-site-logo-png', '', '', '2024-03-15 16:14:22', '2024-03-15 12:44:22', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/bet90forward-site-logo.png', 0, 'attachment', 'image/png', 0),
(81, 1, '2024-03-15 16:14:22', '2024-03-15 12:44:22', '', 'betyekCom-Bonus.gif', '', 'inherit', 'open', 'closed', '', 'betyekcom-bonus-gif-2', '', '', '2024-03-15 16:14:22', '2024-03-15 12:44:22', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/betyekCom-Bonus.gif', 0, 'attachment', 'image/gif', 0),
(82, 1, '2024-03-15 16:14:23', '2024-03-15 12:44:23', '', 'jetbetPro-Bonus-1.gif', '', 'inherit', 'open', 'closed', '', 'jetbetpro-bonus-1-gif', '', '', '2024-03-15 16:14:23', '2024-03-15 12:44:23', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/jetbetPro-Bonus-1.gif', 0, 'attachment', 'image/gif', 0),
(83, 1, '2024-03-15 16:14:23', '2024-03-15 12:44:23', '', 'casino-mobile-svg.svg', '', 'inherit', 'open', 'closed', '', 'casino-mobile-svg-svg', '', '', '2024-03-15 16:14:23', '2024-03-15 12:44:23', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/casino-mobile-svg.svg', 0, 'attachment', 'image/svg+xml', 0),
(84, 1, '2024-03-15 16:14:23', '2024-03-15 12:44:23', '', 'vpn-svg.svg', '', 'inherit', 'open', 'closed', '', 'vpn-svg-svg', '', '', '2024-03-15 16:14:23', '2024-03-15 12:44:23', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/vpn-svg.svg', 0, 'attachment', 'image/svg+xml', 0),
(85, 1, '2024-03-15 16:14:24', '2024-03-15 12:44:24', '', 'svg-sports.svg', '', 'inherit', 'open', 'closed', '', 'svg-sports-svg', '', '', '2024-03-15 16:14:24', '2024-03-15 12:44:24', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/svg-sports.svg', 0, 'attachment', 'image/svg+xml', 0),
(86, 1, '2024-03-15 16:14:24', '2024-03-15 12:44:24', '', 'دانلود-فیلتر-شکن-بت-فوروارد-vpn-bet-forward-apk.jpg', '', '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-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-vpn-bet-forward-apk-jpg', '', '', '2024-03-15 16:14:24', '2024-03-15 12:44:24', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلتر-شکن-بت-فوروارد-vpn-bet-forward-apk.jpg', 0, 'attachment', 'image/jpeg', 0),
(87, 1, '2024-03-15 16:14:24', '2024-03-15 12:44:24', '', 'user-svg-1.svg', '', 'inherit', 'open', 'closed', '', 'user-svg-1-svg', '', '', '2024-03-15 16:14:24', '2024-03-15 12:44:24', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/user-svg-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(88, 1, '2024-03-15 16:14:24', '2024-03-15 12:44:24', '', 'comment-svgr.svg', '', 'inherit', 'open', 'closed', '', 'comment-svgr-svg', '', '', '2024-03-15 16:14:24', '2024-03-15 12:44:24', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/comment-svgr.svg', 0, 'attachment', 'image/svg+xml', 0),
(89, 1, '2024-03-15 16:14:25', '2024-03-15 12:44:25', '', 'chat-svgrepo-com.svg', '', 'inherit', 'open', 'closed', '', 'chat-svgrepo-com-svg', '', '', '2024-03-15 16:14:25', '2024-03-15 12:44:25', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/chat-svgrepo-com.svg', 0, 'attachment', 'image/svg+xml', 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
(90, 1, '2024-03-15 16:14:25', '2024-03-15 12:44:25', '<p><a href=\"https://forwardbet.casino/\" target=\"_blank\">بت فوروارد بدون فیلترشکن</a></p>				\n					<a href=\"https://cdn.ampproject.org/c/s/bt90forward.autos/V1L3VzZXIvc2lnbnVw/?referer=97769\" target=\"_blank\" rel=\"nofollow\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z\"></path></svg>			\n									ورود به آدرس بدون فیلتر\n					</a>\n					<a href=\"https://cdn.ampproject.org/c/s/bet90forward.com/V1L3VzZXIvc2lnbnVw/?referer=97769\" target=\"_blank\" rel=\"nofollow\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z\"></path></svg>			\n									ورود به آدرس اصلی\n					</a>\n					<a href=\"https://forwardbet.casino/apk/betforward.apk\" target=\"_blank\" rel=\"nofollow\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M420.55,301.93a24,24,0,1,1,24-24,24,24,0,0,1-24,24m-265.1,0a24,24,0,1,1,24-24,24,24,0,0,1-24,24m273.7-144.48,47.94-83a10,10,0,1,0-17.27-10h0l-48.54,84.07a301.25,301.25,0,0,0-246.56,0L116.18,64.45a10,10,0,1,0-17.27,10h0l47.94,83C64.53,202.22,8.24,285.55,0,384H576c-8.24-98.45-64.54-181.78-146.85-226.55\"></path></svg>			\n									دانلود مستقیم اپلیکیشن\n					</a>\n					<a href=\"https://t.me/bet90forwardbet\" target=\"_blank\" rel=\"nofollow\">\n									کانال تلگرام bet90forwardbet@\n					</a>\n																<a href=\"https://forwardbet.casino/\" target=\"_blank\">\n							<img width=\"800\" height=\"419\" src=\"https://forwardbet.casino/wp-content/uploads/2024/03/بت-فوروارد-بدون-فیلترشکن-1024x536.jpg\" alt=\"\" srcset=\"https://forwardbet.casino/wp-content/uploads/2024/03/بت-فوروارد-بدون-فیلترشکن-1024x536.jpg 1024w, https://forwardbet.casino/wp-content/uploads/2024/03/بت-فوروارد-بدون-فیلترشکن-300x157.jpg 300w, https://forwardbet.casino/wp-content/uploads/2024/03/بت-فوروارد-بدون-فیلترشکن-768x402.jpg 768w, https://forwardbet.casino/wp-content/uploads/2024/03/بت-فوروارد-بدون-فیلترشکن.jpg 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" viewBox=\"0 0 496 496\" xml:space=\"preserve\" width=\"800px\" height=\"800px\" fill=\"#000000\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"></g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></g><g id=\"SVGRepo_iconCarrier\"> <path style=\"fill:#287F45;\" d=\"M248,298.4L248,298.4L248,298.4L248,298.4L248,298.4c-8-0.8-16-2.4-24-4v126.4c0,13.6,10.4,24,24,24 s24-10.4,24-24V294.4C264,296,256,297.6,248,298.4z\"></path> <path style=\"fill:#287F45;\" d=\"M248,298.4L248,298.4L248,298.4L248,298.4c-8-0.8-16-2.4-24-4V376h48v-81.6 C264,296,256,297.6,248,298.4L248,298.4z\"></path> <path style=\"fill:#287F45;\" d=\"M398.4,456H97.6c-13.6,0-24-10.4-24-24s10.4-24,24-24h301.6c13.6,0,24,10.4,24,24 C422.4,445.6,412,456,398.4,456z\"></path> <path style=\"fill:#287F45;\" d=\"M73.6,432c0-13.6,10.4-24,24-24h301.6c13.6,0,24,10.4,24,24\"></path> <path style=\"fill:#287F45;\" d=\"M496,317.6c0,13.6-13.6,26.4-26.4,26.4H26.4C13.6,344,0,330.4,0,317.6V64c0-13.6,13.6-24,26.4-24 h442.4c13.6,0,27.2,10.4,27.2,24V317.6z\"></path> <path style=\"fill:#287F45;\" d=\"M469.6,40H26.4C13.6,40,0,50.4,0,64v214.4C0,292,13.6,304,26.4,304h442.4c13.6,0,26.4-12,26.4-25.6 V64C496,50.4,482.4,40,469.6,40z\"></path> <path style=\"fill:#fff700;\" d=\"M496,280V64c0-13.6-13.6-24-26.4-24H26.4C13.6,40,0,50.4,0,64\"></path> <rect x=\"160\" y=\"408\" style=\"fill:#287F45;\" width=\"176\" height=\"48\"></rect> <rect x=\"160\" y=\"408\" style=\"fill:#287F45;\" width=\"176\" height=\"24\"></rect> <g> <path style=\"fill:#287F45;\" d=\"M192,144h-15.2c-3.2,0-6.4,0-7.2,3.2L151.2,200c-1.6,4.8-3.2,8.8-4.8,13.6c-1.6-4.8-2.4-9.6-4-14.4 L125.6,148c-0.8-3.2-4-4-8-4h-15.2c-2.4,0-4.8-0.8-6.4,1.6c-1.6,2.4-1.6,4-0.8,6.4l35.2,107.2c0.8,3.2,4,4.8,8,4.8h15.2 c3.2,0,6.4-2.4,7.2-5.6l38.4-108c0.8-2.4,0.8-3.2-0.8-5.6C196.8,143.2,194.4,144,192,144z\"></path> <path style=\"fill:#287F45;\" d=\"M246.4,139.2c-9.6,0-20.8,0.8-29.6,2.4c-4,0.8-8,4-8,8V256c0,4.8,7.2,8,11.2,8h13.6 c4.8,0,6.4-3.2,6.4-8v-34.4c16,0.8,33.6-4.8,42.4-14.4c7.2-7.2,11.2-16.8,11.2-28.8s-4-21.6-12-28.8 C273.6,143.2,261.6,139.2,246.4,139.2z M264,180c0,9.6-7.2,15.2-20,15.2c-1.6,0-4,0-4,0v-28c0,0,4,0,5.6,0 C263.2,166.4,264,176,264,180z\"></path> <path style=\"fill:#287F45;\" d=\"M393.6,144h-12.8c-4.8,0-4.8,0-4.8,4v44.8c0,4-1.6,7.2-1.6,10.4c-0.8-1.6-3.2-4-4-5.6l-35.2-52.8 c-1.6-1.6-4.8-0.8-7.2-0.8h-15.2c-4.8,0-8.8,0-8.8,4v108c0,4.8,4,8,8.8,8h12.8c4.8,0,10.4-3.2,10.4-8v-46.4c0-4-1.6-8-1.6-12 c1.6,2.4,2.4,4.8,4,8L372,260c1.6,2.4,4,4,6.4,4h14.4c4.8,0,6.4-3.2,6.4-8V148C400,144,397.6,144,393.6,144z\"></path> </g> <g> <path style=\"fill:#FFFFFF;\" d=\"M192,120h-15.2c-3.2,0-6.4,3.2-7.2,6.4L151.2,180c-1.6,4.8-3.2,9.6-4.8,14.4 c-1.6-4.8-2.4-8.8-4-13.6l-16.8-54.4c-0.8-3.2-4-6.4-8-6.4h-15.2c-2.4,0-4.8,2.4-6.4,4.8s-1.6,5.6-0.8,8l35.2,108.8 c0.8,3.2,4,6.4,8,6.4h15.2c3.2,0,6.4-3.2,7.2-6.4l38.4-108c0.8-2.4,0.8-6.4-0.8-8.8C196.8,122.4,194.4,120,192,120z\"></path> <path style=\"fill:#FFFFFF;\" d=\"M246.4,121.6c-9.6,0-20.8,0.8-29.6,2.4c-4,0.8-8,4-8,8v106.4c0,4.8,7.2,9.6,11.2,9.6h13.6 c4.8,0,6.4-5.6,6.4-9.6V204c16,0.8,33.6-4.8,42.4-14.4c7.2-7.2,11.2-16.8,11.2-28.8s-4-21.6-12-28.8 C273.6,125.6,261.6,121.6,246.4,121.6z M264,161.6c0,9.6-7.2,15.2-20,15.2c-1.6,0-4,0-4,0v-28c0,0,4,0,5.6,0 C263.2,148.8,264,158.4,264,161.6z\"></path> <path style=\"fill:#FFFFFF;\" d=\"M392,120h-16.8c-4.8,0-7.2,5.6-7.2,10.4v44.8c0,0.8,0,0.8,0,1.6l-32.8-52c-1.6-2.4-4.8-4.8-7.2-4.8 h-15.2c-4.8,0-8.8,5.6-8.8,10.4v108c0,4.8,4,9.6,8.8,9.6h12.8c4.8,0,10.4-5.6,10.4-9.6v-56c0.8,1.6,1.6,3.2,3.2,5.6l33.6,56 c1.6,2.4,4,4.8,6.4,4.8h14.4c4.8,0,6.4-5.6,6.4-9.6V130.4C400,125.6,396.8,120,392,120z\"></path> </g> </g></svg>				\n									<p>\n							vpn بت فوروارد						\n					</p>\n									<p>\nفیلترشکن بت فوروارد یکی از بهترین و مطمئن ترین فیلترشکن های موجود است. با استفاده از این فیلترشکن، هر فردی قادر است به راحتی به هر سایتی دسترسی پیدا کند.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"#287F45\" id=\"Capa_1\" width=\"800px\" height=\"800px\" viewBox=\"0 0 550.801 550.801\" xml:space=\"preserve\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"></g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></g><g id=\"SVGRepo_iconCarrier\"> <g> <path d=\"M136.129,282.393c-2.753-9.181-5.508-20.656-7.802-29.834h-0.453c-2.3,9.178-4.602,20.891-7.117,29.834l-9.181,32.827 h34.188L136.129,282.393z\"></path> <path d=\"M270.18,251.641c-7.117,0-11.934,0.686-14.468,1.377v45.67c2.987,0.686,6.661,0.918,11.712,0.918 c18.597,0,30.062-9.408,30.062-25.255C297.486,260.128,287.614,251.641,270.18,251.641z\"></path> <path d=\"M488.427,197.019h-13.226v-63.822c0-0.401-0.063-0.799-0.116-1.205c-0.021-2.531-0.828-5.023-2.563-6.993L366.325,3.694 c-0.031-0.034-0.063-0.045-0.084-0.076c-0.633-0.709-1.371-1.298-2.151-1.804c-0.232-0.158-0.465-0.287-0.707-0.422 c-0.675-0.366-1.393-0.675-2.131-0.896c-0.2-0.053-0.379-0.135-0.58-0.19C359.871,0.119,359.037,0,358.193,0H97.201 c-11.918,0-21.6,9.693-21.6,21.601v175.413H62.378c-17.049,0-30.874,13.818-30.874,30.87v160.542 c0,17.044,13.824,30.876,30.874,30.876h13.223V529.2c0,11.907,9.682,21.601,21.6,21.601h356.4c11.907,0,21.601-9.693,21.601-21.601 V419.302h13.226c17.044,0,30.87-13.827,30.87-30.87V227.89C519.297,210.832,505.471,197.019,488.427,197.019z M97.201,21.601 h250.193v110.51c0,5.967,4.841,10.8,10.8,10.8h95.407v54.108h-356.4V21.601z M332.143,273.444c0,15.14-5.052,27.997-14.222,36.719 c-11.944,11.243-29.61,16.3-50.274,16.3c-4.583,0-8.709-0.237-11.929-0.69v55.308h-34.652V228.456 c10.79-1.83,25.943-3.206,47.274-3.206c21.584,0,36.951,4.126,47.287,12.382C325.493,245.439,332.143,258.293,332.143,273.444z M95.516,381.08h-36.26l47.271-154.691h45.9l47.965,154.691h-37.645l-11.929-39.704h-44.292L95.516,381.08z M453.601,523.347 h-356.4V419.302h356.4V523.347z M440.259,381.08l-37.874-66.783l-13.31,16.295v50.488h-34.657V226.389h34.657v68.392h0.686 c3.438-5.964,7.113-11.47,10.558-16.985l35.121-51.411h42.909l-51.188,65.87l53.937,88.815h-40.838V381.08z\"></path> </g> </g></svg>				\n									<p>\n							اپلیکیشن بت فوروارد						\n					</p>\n									<p>\n						 اپلیکیشن بت فوروارد یک راه بسیار مناسب برای علاقه مندان به شرط بندی و بازی های شرطی آنلاین است. کاربران می توانند به سادگی و راحتی خاطر تجربه شرط بندی کنند و در عین حال از امنیت و راحتی در دسترسی به اطلاعات و نتایج لذت ببرند.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 512 512\" xml:space=\"preserve\" width=\"800px\" height=\"800px\" fill=\"#000000\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"></g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></g><g id=\"SVGRepo_iconCarrier\"> <g id=\"balls_x5F_1_x5F_footbal\"> <g> <g> <defs> <circle id=\"SVGID_1_\" cx=\"255.997\" cy=\"255.108\" r=\"197.391\"></circle> </defs> <use xlink:href=\"#SVGID_1_\" style=\"overflow:visible;fill:#e1ff00;\"></use> <clipPath id=\"SVGID_2_\"> <use xlink:href=\"#SVGID_1_\" style=\"overflow:visible;\"></use> </clipPath> <polygon style=\"clip-path:url(#SVGID_2_);fill:#287F45;\" points=\"294.403,26 318.137,100.068 256,145.724 193.862,99.813 217.597,26 \"></polygon> <polygon style=\"clip-path:url(#SVGID_2_);fill:#287F45;\" points=\"49.955,149.063 127.455,148.874 151.927,221.904 89.51,267.215 26.611,222.235 \"></polygon> <polygon style=\"clip-path:url(#SVGID_2_);fill:#287F45;\" points=\"485.56,223.493 422.243,268.183 360.248,222.478 385.293,149.528 462.616,150.194 \"></polygon> <polygon style=\"clip-path:url(#SVGID_2_);fill:#287F45;\" points=\"359.993,462.855 297.557,416.942 321.284,343.667 398.411,344.329 422.258,417.886 \"></polygon> <polygon style=\"clip-path:url(#SVGID_2_);fill:#287F45;\" points=\"89.736,415.144 114.901,341.843 191.918,342.599 214.327,416.401 151.252,461.133 \"></polygon> </g> <polygon style=\"fill:#287F45;\" points=\"217.089,316 193.041,241.485 256,195.491 318.958,241.61 294.91,316 \"></polygon> <g> <path style=\"fill:#287F45;\" d=\"M256,70c49.683,0,96.391,19.347,131.522,54.478S442,206.317,442,256 s-19.347,96.391-54.478,131.522S305.683,442,256,442s-96.391-19.347-131.522-54.478S70,305.683,70,256 s19.347-96.391,54.478-131.522S206.317,70,256,70 M256,56C145.543,56,56,145.543,56,256s89.543,200,200,200s200-89.543,200-200 S366.457,56,256,56L256,56z\"></path> </g> <line style=\"fill:none;stroke:#287F45;stroke-width:5;stroke-miterlimit:10;\" x1=\"291.91\" y1=\"312.407\" x2=\"323.284\" y2=\"347.667\"></line> <line style=\"fill:none;stroke:#287F45;stroke-width:5;stroke-miterlimit:10;\" x1=\"187.91\" y1=\"347.667\" x2=\"219.284\" y2=\"312.407\"></line> <line style=\"fill:none;stroke:#287F45;stroke-width:5;stroke-miterlimit:10;\" x1=\"312.208\" y1=\"244.721\" x2=\"368.786\" y2=\"218.286\"></line> <line style=\"fill:none;stroke:#287F45;stroke-width:5;stroke-miterlimit:10;\" x1=\"199.786\" y1=\"244.721\" x2=\"143.208\" y2=\"218.286\"></line> <line style=\"fill:none;stroke:#287F45;stroke-width:5;stroke-miterlimit:10;\" x1=\"256.5\" y1=\"204\" x2=\"256.5\" y2=\"135\"></line> <polygon style=\"fill:none;stroke:#287F45;stroke-width:5;stroke-miterlimit:10;\" points=\"203.236,417.5 117.862,354.512 85.252,253.669 117.862,154.917 203.236,94.5 308.764,94.5 394.138,154.677 426.748,254.114 394.138,354.975 308.764,417.5 \"></polygon> </g> </g> <g id=\"Layer_1\"> </g> </g></svg>				\n									<p>\n							پیش بینی رشته های ورزشی در بت فوروارد						\n					</p>\n									<p>\n						بت فوروارد امکان شرط بندی بر روی رشته‌های ورزشی متنوعی را به کاربران خود فراهم می‌کند. یکی از محبوب‌ترین رشته‌های ورزشی در سایت بت فوروارد فوتبال است. فوتبال یکی از پرطرفدارترین و مهمترین ورزش‌های جهان می باشد.					</p>\n				اعتبار سایت			\n									99%\n				امنیت سایت			\n									99%\n				پشتیبانی			\n									99%\n					<h1><a href=\"https://forwardbet.casino/\" target=\"_blank\">دانلود فیلترشکن بت فوروارد betforward</a></h1>				\n															<img width=\"800\" height=\"419\" src=\"https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلترشکن-بت-فوروارد-BetForward-Vpn-اندروید-1024x536.jpg\" alt=\"\" srcset=\"https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلترشکن-بت-فوروارد-BetForward-Vpn-اندروید-1024x536.jpg 1024w, https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلترشکن-بت-فوروارد-BetForward-Vpn-اندروید-300x157.jpg 300w, https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلترشکن-بت-فوروارد-BetForward-Vpn-اندروید-768x402.jpg 768w, https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلترشکن-بت-فوروارد-BetForward-Vpn-اندروید.jpg 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n		<p style=\"text-align: justify;\">برای پیدا کردن جدید ترین آدرس <strong><a style=\"color: #287f45;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\">بت فوروارد بدون فیلترشکن</a></strong> می توانید بر روی آدرسی که در انتها همین مقاله برایتان به اشتراک گذاشته ایم کلیک کرده و یا از طریق سرچ کردن در گوگل به آن دسترسی پیدا کنید. آدرس جدید این سایت بدون فیلتر می باشد و می توانید با سرعت بسیار بیشتری وارد آن شده و از تمامی بخش هایش به راحت ترین شکل استفاده کنید. فیلتر شکن بت فوروارد را نیز میتوانید از طریق چنل تلگرامی بت فوروارد نیز دریافت نمایید. و با خیال آسوده و با بیشترین سرعت میزان اینترنتی به فعالیت هیجان انگیز خود ادامه دهید.</p><h2><strong>فیلترشکن بت فوروارد</strong></h2><p><img title=\"فیلترشکن بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-بت-فوروارد.jpg\" alt=\"فیلترشکن بت فوروارد\" width=\"1000\" height=\"500\" /></p><p style=\"text-align: justify;\">همه روزه کاربران بسیار زیادی وارد بت فوروارد می شوند که بدون استفاده از فیلتر شکن به بازی پرداخته و در بازی هایی همچون انفجار شاهد به دست آوردن مبالغ بسیار بالایی توسط کاربران کارکشته می شویم و این موضوع می توانید به دلیل نیاز نداشتن این سایت به فیلتر شکن باشد.</p><h2><strong>دانلود فیلترشکن بت فوروارد</strong></h2><p><img title=\"دانلود فیلترشکن بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلترشکن-بت-فوروارد.jpg\" alt=\"دانلود فیلترشکن بت فوروارد\" width=\"1000\" height=\"500\" /></p><p style=\"text-align: justify;\">برای ورود راحت به وب سایت بت فوروارد و جلوگیری از مشکلات احتمالی، استفاده از فیلترشکن اختصاصی این وب سایت توصیه می‌ شود. این فیلترشکن که به شکل ویژه برای راحتی کاربرانی که قصد شرط بندی در این پلتفرم را دارند طراحی شده، به شما امکان می‌ دهد به راحتی و بدون مواجه شدن با محدودیت‌ های احتمالی به امکانات کامل سایت دسترسی پیدا کنید. و با چند کیلیک ساده شما عزیزان میتوانید فیلتر شکن بت فوروارد را روی سیتم خود داشته باشید.</p><h2><strong>دانلود فیلترشکن بت فوروارد برای اندروید</strong></h2><p><img title=\"دانلود فیلترشکن بت فوروارد برای اندروید\" src=\"https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلترشکن-بت-فوروارد-برای-اندروید.jpg\" alt=\"دانلود فیلترشکن بت فوروارد برای اندروید\" width=\"1000\" height=\"500\" /></p><p style=\"text-align: justify;\">اپ سایت بت فوروارد هم برای آی او اس و نیز اندروید طراحی شده است این اپلیکیشن با فضای ساده و زیبا این اختیار را به کاربران میدهد که هر زمان که مایل باشند کسب درآمدی بدست بیاورند بدون در نظر گرفتن فیلترینگ سایت های شرطبندی در هر زمان از روز به گوشی خود سر زده و با رفتن به App سایت بت فوروارد هم شرطبندی و پیش بینی میکنند و نیز از تمامی اتفاقات و اخبار سایت بت فوروارد متوجه میشوند.</p><h2><strong>سایت بت فوروارد با فیلترشکن</strong></h2><p><img title=\"سایت بت فوروارد با فیلترشکن\" src=\"https://forwardbet.casino/wp-content/uploads/2024/03/سایت-بت-فوروارد-با-فیلترشکن.jpg\" alt=\"سایت بت فوروارد با فیلترشکن\" width=\"1000\" height=\"500\" /></p><p style=\"text-align: justify;\">سایت شرط بندی بت فوروارد BetForward همواره سعی خود را کرده است که کاربران این سایت با خیال راحت وارد سایت شده و بازی کنند ولی بعد یک سری از مشکلات سایت دچار فیلترینگ شد و برای اینکه کسانی که در سایت فعالیت می کنند بتوانند وارد سایت شوند برای کاربران سایت یک فیلتر شکن را طراحی کرد.</p><h2><strong>بت فوروارد فیلترشکن</strong></h2><p><img title=\"بت فوروارد فیلترشکن\" src=\"https://forwardbet.casino/wp-content/uploads/2024/03/بت-فوروارد-فیلترشکن.jpg\" alt=\"بت فوروارد فیلترشکن\" width=\"1000\" height=\"500\" /></p><p style=\"text-align: justify;\">همانطور که در مطلب بالا گفتیم سایت بت فوروارد BetForward تمام سعی خود را می کند که بهترین خدمات را برای کاربران سایت خود مهیا کند. فیلترشکن بت فوروارد بسیار قوی و با امکانات روز VPN های در دسترس طراحی و عرضه شده است. برای دانلود این فیلتر شکن می توانید از لینک های داخل پست اقدام کنید یا اینکه می توانید در سایت اصلی بت فوروارد این کار را بکنید.</p><p>https://youtu.be/bycoIbuG2-Y?si=GIyf8rWYFe5UOYop</p><h2>بت فوروارد بدون فیلترشکن</h2><p><img title=\"فیلترشکن فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-فوروارد.jpg\" alt=\"فیلترشکن فوروارد\" width=\"1000\" height=\"500\" /></p><p style=\"text-align: justify;\"><strong>بت فوروارد بدون فیلترشکن</strong> برای ورود به سایت شرط بندی بت فوروارد می توانید از لینک های بدون فیلتر سایت شرط بندی بت فوروارد که در این پست برای شما گذاشته ایم استفاده کنید یا اگر نمی خواهید از این لینک ها استفاده کنید باید از باید از وی پی ان هایی استفاده کنید که آی پی هایه بحرین، کانادا، ترکیه، روسیه را پشتیبانی کنند فیلترشکن هایی که از این آی پی ها پشتیبانی می کنند عبارتند از :<br />Xvpn<br />Nordvpn<br />Expressvpn</p><h2><strong>فیلترشکن بت فوروارد برای اندروید</strong></h2><p><img title=\"فیلترشکن بت فوروارد برای اندروید\" src=\"https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-بت-فوروارد-برای-اندروید.jpg\" alt=\"فیلترشکن بت فوروارد برای اندروید\" width=\"1000\" height=\"500\" /></p><p style=\"text-align: justify;\">بت فوروارد یکی از سایت‌های پیش‌بینی و شرط‌بندی ورزشی معتبر در داخل کشور می‌باشد با فیلتز شکن بت فوروارد برای اندروید شما می توانید در کوتاه ترین زمان ممکن وارد سایت بت فوروارد شوید فیلترشکن بت فوروارد همچنین امکان برقراری ارتباطات امن را برای کاربران فراهم می کند. با استفاده از این فیلترشکن، تمام اطلاعات و داده های شما به صورت رمزگذاری شده ارسال می شود.</p><h2><strong>فیلترشکن betforward</strong></h2><p><img title=\"فیلترشکن betforward\" src=\"https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-betforward.jpg\" alt=\"فیلترشکن betforward\" width=\"1000\" height=\"500\" /></p><p style=\"text-align: justify;\">یکی از فیلترشکن‌های موجود با نام forward است. forward یک ابزار قدرتمند است که به کاربران امکان می‌دهد تا به سایت‌های مسدود شده دسترسی پیدا کنند. از جمله سایت شرط بندی بت فوروارد فیلترشکن قدرتمند forward قابلیت‌هایی مانند مخفی کردن آی‌پی، رمزنگاری اطلاعات و اختصاص آی‌پی منحصر به فرد به کاربران ارائه می‌دهد. و شما با خیالی آسوده در سایت بت فوروارد به فعالیت خود ادامه دهید و از تمامی آیتم های این سایت لذت ببرید.</p><h2><strong>ادرس جدید betforward<br /><img title=\"فیلترشکن بت فورد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-بت-فورد.jpg\" alt=\"فیلترشکن بت فورد\" width=\"1000\" height=\"500\" /></strong></h2><p style=\"text-align: justify;\"><strong>ادرس جدید betforward</strong> فیلترشکن، یک ابزار است که اجازه می‌دهد تا افرادی که در کشورهایی که محدودیت فیلترینگ دارند بتواندد به راحتی، به سایت‌ها و خدمات مختلف دسترسی پیدا کنند. یکی از فیلترشکن‌هایی که مورد توجه قرار گرفته است، بت فورد است. در این مقاله قصد داریم به بررسی بیشتری درباره بت فیلتر شکن بت فورد و کارکرد آن بپردازیم.</p>		\n					<h2>نظرات کاربران</h2>				\n							<img src=\"https://forwardbet.casino/wp-content/uploads/2024/03/user-svg-1.svg\" alt=\"احسان حسنی\">\n										<cite>احسان حسنی<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i>کاربر سایت بت فوروارد</cite>					<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"_x34_\" viewBox=\"0 0 512 512\" xml:space=\"preserve\"><g>	<g>		<path style=\"fill:#3D3D3D;\" d=\"M381.311,126.474v212.251c0,14.281-10.497,26.069-24.176,28.134   c-1.463,0.343-2.926,0.43-4.388,0.43H222.403l-95.156,73.56l1.893-73.56H28.478c-1.549,0-3.011-0.086-4.474-0.43   c-12.131-1.807-21.681-11.443-23.574-23.574c-0.344-1.464-0.43-3.012-0.43-4.56V126.474c0-15.744,12.733-28.477,28.478-28.477   h324.27C368.492,97.996,381.311,110.729,381.311,126.474z\"></path>		<path style=\"fill:#5ABB8F;\" d=\"M512,28.048v269.207c0,15.487-12.562,28.048-28.048,28.048H79.411   c-15.486,0-27.962-12.561-27.962-28.048V28.048C51.449,12.562,63.925,0,79.411,0h404.541c2.323,0,4.56,0.258,6.711,0.861   c10.067,2.409,18.068,10.41,20.477,20.476C511.742,23.488,512,25.725,512,28.048z\"></path>		<path style=\"fill:#6EC098;\" d=\"M512,34.5v256.388c0,8.087-2.753,15.573-7.485,21.423c-0.861,1.118-1.807,2.151-2.839,3.183   c-0.775,0.774-1.635,1.463-2.495,2.151c-0.947,0.86-1.979,1.549-3.098,2.237c-0.688,0.516-1.549,0.946-2.323,1.377   c2.065-2.668,3.7-5.679,4.904-8.948c1.376-3.699,2.151-7.742,2.151-11.959V43.965c0-19.014-15.487-34.414-34.501-34.414H74.679   c-5.85,0-11.271,1.376-16.089,3.957C64.871,5.335,74.765,0,85.864,0h391.722c5.936,0,11.528,1.549,16.433,4.216   c5.85,3.184,10.668,8.002,13.852,13.853C510.451,22.972,512,28.565,512,34.5z\"></path>		<polygon style=\"fill:#5ABB8F;\" points=\"205.116,295.741 355.257,295.741 358.321,414.179   \"></polygon>		<path style=\"opacity:0.06;fill:#040000;\" d=\"M504.526,312.304c-6.312,7.935-16.055,13.022-26.962,13.022H356.018l2.298,88.853   l-114.927-88.853H85.874c-10.908,0-20.651-5.086-26.962-13.022h179.33l113.946,88.087l-2.267-88.087H504.526z\"></path>		<g>			<rect x=\"143.843\" y=\"63.866\" style=\"fill:#93CEB2;\" width=\"269.624\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"144.031\" style=\"fill:#93CEB2;\" width=\"297.199\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"223.693\" style=\"fill:#93CEB2;\" width=\"162.004\" height=\"29.107\"></rect>		</g>	</g>	<path style=\"opacity:0.06;fill:#040000;\" d=\"M211.787,375.495l10.616-8.207h75.262l60.651,46.89v-0.003l0.005,0.003l-1.224-47.315  c0.013-0.004,0.026-0.001,0.038-0.004c13.679-2.065,24.176-13.853,24.176-28.134v-13.399h96.252c0.069,0,0.131-0.023,0.2-0.023  h6.19c15.486,0,28.048-12.561,28.048-28.048v-6.367V75.282L211.787,375.495z\"></path></g></svg>				\n						بچها واقعا خودم فکر نمیکرد همچین فیلتر شکنی باشه 					\n							<img src=\"https://forwardbet.casino/wp-content/uploads/2024/03/user-svg-1.svg\" alt=\"مریم میرزایی\">\n										<cite>مریم میرزایی<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i>کاربر سایت بت فوروارد</cite>					<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"_x34_\" viewBox=\"0 0 512 512\" xml:space=\"preserve\"><g>	<g>		<path style=\"fill:#3D3D3D;\" d=\"M381.311,126.474v212.251c0,14.281-10.497,26.069-24.176,28.134   c-1.463,0.343-2.926,0.43-4.388,0.43H222.403l-95.156,73.56l1.893-73.56H28.478c-1.549,0-3.011-0.086-4.474-0.43   c-12.131-1.807-21.681-11.443-23.574-23.574c-0.344-1.464-0.43-3.012-0.43-4.56V126.474c0-15.744,12.733-28.477,28.478-28.477   h324.27C368.492,97.996,381.311,110.729,381.311,126.474z\"></path>		<path style=\"fill:#5ABB8F;\" d=\"M512,28.048v269.207c0,15.487-12.562,28.048-28.048,28.048H79.411   c-15.486,0-27.962-12.561-27.962-28.048V28.048C51.449,12.562,63.925,0,79.411,0h404.541c2.323,0,4.56,0.258,6.711,0.861   c10.067,2.409,18.068,10.41,20.477,20.476C511.742,23.488,512,25.725,512,28.048z\"></path>		<path style=\"fill:#6EC098;\" d=\"M512,34.5v256.388c0,8.087-2.753,15.573-7.485,21.423c-0.861,1.118-1.807,2.151-2.839,3.183   c-0.775,0.774-1.635,1.463-2.495,2.151c-0.947,0.86-1.979,1.549-3.098,2.237c-0.688,0.516-1.549,0.946-2.323,1.377   c2.065-2.668,3.7-5.679,4.904-8.948c1.376-3.699,2.151-7.742,2.151-11.959V43.965c0-19.014-15.487-34.414-34.501-34.414H74.679   c-5.85,0-11.271,1.376-16.089,3.957C64.871,5.335,74.765,0,85.864,0h391.722c5.936,0,11.528,1.549,16.433,4.216   c5.85,3.184,10.668,8.002,13.852,13.853C510.451,22.972,512,28.565,512,34.5z\"></path>		<polygon style=\"fill:#5ABB8F;\" points=\"205.116,295.741 355.257,295.741 358.321,414.179   \"></polygon>		<path style=\"opacity:0.06;fill:#040000;\" d=\"M504.526,312.304c-6.312,7.935-16.055,13.022-26.962,13.022H356.018l2.298,88.853   l-114.927-88.853H85.874c-10.908,0-20.651-5.086-26.962-13.022h179.33l113.946,88.087l-2.267-88.087H504.526z\"></path>		<g>			<rect x=\"143.843\" y=\"63.866\" style=\"fill:#93CEB2;\" width=\"269.624\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"144.031\" style=\"fill:#93CEB2;\" width=\"297.199\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"223.693\" style=\"fill:#93CEB2;\" width=\"162.004\" height=\"29.107\"></rect>		</g>	</g>	<path style=\"opacity:0.06;fill:#040000;\" d=\"M211.787,375.495l10.616-8.207h75.262l60.651,46.89v-0.003l0.005,0.003l-1.224-47.315  c0.013-0.004,0.026-0.001,0.038-0.004c13.679-2.065,24.176-13.853,24.176-28.134v-13.399h96.252c0.069,0,0.131-0.023,0.2-0.023  h6.19c15.486,0,28.048-12.561,28.048-28.048v-6.367V75.282L211.787,375.495z\"></path></g></svg>				\n						سایت بت فوروارد یعنی اعتماد کامل به این سایتخودم خیللیی راضیم					\n							<img src=\"https://forwardbet.casino/wp-content/uploads/2024/03/user-svg-1.svg\" alt=\"سینا بهادری\">\n										<cite>سینا بهادری<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i>کاربر سایت بت فوروارد</cite>					<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"800px\" height=\"800px\" viewBox=\"0 0 48 48\"><defs><linearGradient id=\"linear-gradient\" x1=\"0.5\" x2=\"0.5\" y2=\"1\" gradientUnits=\"objectBoundingBox\"><stop offset=\"0\" stop-color=\"#00a3ff\"></stop><stop offset=\"1\" stop-color=\"#005db3\"></stop></linearGradient><clipPath id=\"clip-Chat\"><rect width=\"48\" height=\"48\"></rect></clipPath></defs><g id=\"Chat\" clip-path=\"url(#clip-Chat)\"><rect width=\"48\" height=\"48\" fill=\"rgba(255,255,255,0)\"></rect><g id=\"Chat-2\" data-name=\"Chat\" transform=\"translate(4 9)\"><g id=\"Icon\" transform=\"translate(40 8)\" stroke-miterlimit=\"10\" fill=\"url(#linear-gradient)\"><path d=\"M-8.219,20.917C-3.356,19.141,0,15.368,0,11,0,4.925-6.492,0-14.5,0S-29,4.925-29,11s6.492,11,14.5,11a19.225,19.225,0,0,0,2.014-.105A24.116,24.116,0,0,0-5,24,8.509,8.509,0,0,1-8.219,20.917Z\" stroke=\"none\"></path><path d=\"M -7.021760940551758 23.17086029052734 C -7.587513446807861 22.65849685668945 -8.186092376708984 21.9903564453125 -8.654420852661133 21.16340065002441 L -8.945310592651367 20.64976119995117 L -8.390820503234863 20.44732093811035 C -6.047010898590088 19.59162139892578 -4.068000793457031 18.26395034790039 -2.667770862579346 16.60785102844238 C -1.249600768089294 14.93054103851318 -0.5000008344650269 12.99131107330322 -0.5000008344650269 10.99980068206787 C -0.5000008344650269 5.210190773010254 -6.780330657958984 0.5000006556510925 -14.49990081787109 0.5000006556510925 C -22.2194709777832 0.5000006556510925 -28.49980163574219 5.210190773010254 -28.49980163574219 10.99980068206787 C -28.49980163574219 16.7894115447998 -22.2194709777832 21.49960136413574 -14.49990081787109 21.49960136413574 C -13.84377098083496 21.49960136413574 -13.18369102478027 21.46508979797363 -12.53800106048584 21.39702987670898 L -12.38847064971924 21.38127136230469 L -12.25505065917969 21.45060157775879 C -10.53971195220947 22.34189033508301 -8.506931304931641 22.87302017211914 -7.021760940551758 23.17086029052734 M -5.000401020050049 24.00030136108398 C -5.000401020050049 24.00030136108398 -9.249910354614258 23.57554054260254 -12.48559093475342 21.8942813873291 C -13.14373111724854 21.96364974975586 -13.8165807723999 21.99960136413574 -14.49990081787109 21.99960136413574 C -22.50810050964355 21.99960136413574 -28.99980163574219 17.07480049133301 -28.99980163574219 10.99980068206787 C -28.99980163574219 4.924800872802734 -22.50810050964355 6.805419729971618e-07 -14.49990081787109 6.805419729971618e-07 C -6.491700649261475 6.805419729971618e-07 -8.178710686479462e-07 4.924800872802734 -8.178710686479462e-07 10.99980068206787 C -8.178710686479462e-07 15.36806106567383 -3.356090784072876 19.14146995544434 -8.219350814819336 20.91699981689453 C -7.055400848388672 22.97224998474121 -5.000401020050049 24.00030136108398 -5.000401020050049 24.00030136108398 Z\" stroke=\"none\" fill=\"rgba(255,255,255,0.3)\"></path></g><g id=\"Icon-2\" data-name=\"Icon\" transform=\"translate(0 0)\" fill=\"rgba(125,204,255,0.2)\" stroke-miterlimit=\"10\"><path d=\"M8.4,22.565C3.4,20.536,0,16.566,0,12,0,5.373,7.163,0,16,0S32,5.373,32,12,24.836,24,16,24a21.252,21.252,0,0,1-3.25-.248A23.676,23.676,0,0,1,5,26,8.375,8.375,0,0,0,8.4,22.565Z\" stroke=\"none\"></path><path d=\"M 7.022593975067139 25.17085838317871 C 8.580513954162598 24.85844993591309 10.74136924743652 24.28890419006348 12.50872993469238 23.31465148925781 L 12.65807056427002 23.23233032226563 L 12.8265905380249 23.2584114074707 C 13.86359024047852 23.41892051696777 14.93135070800781 23.50030136108398 16.00020027160645 23.50030136108398 C 24.54704093933105 23.50030136108398 31.50040054321289 18.34115028381348 31.50040054321289 11.99970054626465 C 31.50040054321289 5.658740520477295 24.54704093933105 0.500000536441803 16.00020027160645 0.500000536441803 C 7.453360080718994 0.500000536441803 0.5000002980232239 5.658740520477295 0.5000002980232239 11.99970054626465 C 0.5000002980232239 16.20769119262695 3.6009202003479 20.07835960388184 8.592639923095703 22.10120010375977 L 9.088550567626953 22.30216979980469 L 8.854470252990723 22.78334045410156 C 8.365681648254395 23.78805732727051 7.672585010528564 24.58229637145996 7.022593975067139 25.17085838317871 M 5.000400066375732 26.00010108947754 C 5.000400066375732 26.00010108947754 7.290480136871338 24.85522079467773 8.404850006103516 22.56459999084473 C 3.399710178375244 20.53631973266602 2.716064386731887e-07 16.56587982177734 2.716064386731887e-07 11.99970054626465 C 2.716064386731887e-07 5.373000621795654 7.163100242614746 5.447387820822769e-07 16.00020027160645 5.447387820822769e-07 C 24.83640098571777 5.447387820822769e-07 32.00040054321289 5.373000621795654 32.00040054321289 11.99970054626465 C 32.00040054321289 18.62730026245117 24.83640098571777 24.00030136108398 16.00020027160645 24.00030136108398 C 14.88639068603516 24.00030136108398 13.79975032806396 23.91499137878418 12.7501106262207 23.75253105163574 C 9.486909866333008 25.55136108398438 5.000400066375732 26.00010108947754 5.000400066375732 26.00010108947754 Z\" stroke=\"none\" fill=\"rgba(255,255,255,0.3)\"></path></g><path id=\"Icon-3\" data-name=\"Icon\" d=\"M11,2.5A2.5,2.5,0,1,1,13.5,5,2.5,2.5,0,0,1,11,2.5ZM0,2.5A2.5,2.5,0,1,1,2.5,5,2.5,2.5,0,0,1,0,2.5Z\" transform=\"translate(8 9)\" fill=\"#ffffff\"></path></g></g></svg>				\n						جزوه تاپ ترین های ایران هست و با چند سال سابقه با این همه فیلترینگ ولی بازم سر به هوا ایستاده مقابل رقبا					\n							<img src=\"https://forwardbet.casino/wp-content/uploads/2024/03/user-svg-1.svg\" alt=\"سهیل\">\n										<cite>سهیل<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i>کاربر سایت بت فوروارد</cite>					<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"_x34_\" viewBox=\"0 0 512 512\" xml:space=\"preserve\"><g>	<g>		<path style=\"fill:#3D3D3D;\" d=\"M381.311,126.474v212.251c0,14.281-10.497,26.069-24.176,28.134   c-1.463,0.343-2.926,0.43-4.388,0.43H222.403l-95.156,73.56l1.893-73.56H28.478c-1.549,0-3.011-0.086-4.474-0.43   c-12.131-1.807-21.681-11.443-23.574-23.574c-0.344-1.464-0.43-3.012-0.43-4.56V126.474c0-15.744,12.733-28.477,28.478-28.477   h324.27C368.492,97.996,381.311,110.729,381.311,126.474z\"></path>		<path style=\"fill:#5ABB8F;\" d=\"M512,28.048v269.207c0,15.487-12.562,28.048-28.048,28.048H79.411   c-15.486,0-27.962-12.561-27.962-28.048V28.048C51.449,12.562,63.925,0,79.411,0h404.541c2.323,0,4.56,0.258,6.711,0.861   c10.067,2.409,18.068,10.41,20.477,20.476C511.742,23.488,512,25.725,512,28.048z\"></path>		<path style=\"fill:#6EC098;\" d=\"M512,34.5v256.388c0,8.087-2.753,15.573-7.485,21.423c-0.861,1.118-1.807,2.151-2.839,3.183   c-0.775,0.774-1.635,1.463-2.495,2.151c-0.947,0.86-1.979,1.549-3.098,2.237c-0.688,0.516-1.549,0.946-2.323,1.377   c2.065-2.668,3.7-5.679,4.904-8.948c1.376-3.699,2.151-7.742,2.151-11.959V43.965c0-19.014-15.487-34.414-34.501-34.414H74.679   c-5.85,0-11.271,1.376-16.089,3.957C64.871,5.335,74.765,0,85.864,0h391.722c5.936,0,11.528,1.549,16.433,4.216   c5.85,3.184,10.668,8.002,13.852,13.853C510.451,22.972,512,28.565,512,34.5z\"></path>		<polygon style=\"fill:#5ABB8F;\" points=\"205.116,295.741 355.257,295.741 358.321,414.179   \"></polygon>		<path style=\"opacity:0.06;fill:#040000;\" d=\"M504.526,312.304c-6.312,7.935-16.055,13.022-26.962,13.022H356.018l2.298,88.853   l-114.927-88.853H85.874c-10.908,0-20.651-5.086-26.962-13.022h179.33l113.946,88.087l-2.267-88.087H504.526z\"></path>		<g>			<rect x=\"143.843\" y=\"63.866\" style=\"fill:#93CEB2;\" width=\"269.624\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"144.031\" style=\"fill:#93CEB2;\" width=\"297.199\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"223.693\" style=\"fill:#93CEB2;\" width=\"162.004\" height=\"29.107\"></rect>		</g>	</g>	<path style=\"opacity:0.06;fill:#040000;\" d=\"M211.787,375.495l10.616-8.207h75.262l60.651,46.89v-0.003l0.005,0.003l-1.224-47.315  c0.013-0.004,0.026-0.001,0.038-0.004c13.679-2.065,24.176-13.853,24.176-28.134v-13.399h96.252c0.069,0,0.131-0.023,0.2-0.023  h6.19c15.486,0,28.048-12.561,28.048-28.048v-6.367V75.282L211.787,375.495z\"></path></g></svg>				\n						بت فوروارد واقعا خدااااست انقدر که هوامونو داره تا بتونیم حتی با وجود فیلترینگ بازم دسترسی داشته باشیم 					\n							<img src=\"https://forwardbet.casino/wp-content/uploads/2024/03/user-svg-1.svg\" alt=\"بهروز ملکی\">\n										<cite>بهروز ملکی<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i>کاربر سایت بت فوروارد</cite>					<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"_x34_\" viewBox=\"0 0 512 512\" xml:space=\"preserve\"><g>	<g>		<path style=\"fill:#3D3D3D;\" d=\"M381.311,126.474v212.251c0,14.281-10.497,26.069-24.176,28.134   c-1.463,0.343-2.926,0.43-4.388,0.43H222.403l-95.156,73.56l1.893-73.56H28.478c-1.549,0-3.011-0.086-4.474-0.43   c-12.131-1.807-21.681-11.443-23.574-23.574c-0.344-1.464-0.43-3.012-0.43-4.56V126.474c0-15.744,12.733-28.477,28.478-28.477   h324.27C368.492,97.996,381.311,110.729,381.311,126.474z\"></path>		<path style=\"fill:#5ABB8F;\" d=\"M512,28.048v269.207c0,15.487-12.562,28.048-28.048,28.048H79.411   c-15.486,0-27.962-12.561-27.962-28.048V28.048C51.449,12.562,63.925,0,79.411,0h404.541c2.323,0,4.56,0.258,6.711,0.861   c10.067,2.409,18.068,10.41,20.477,20.476C511.742,23.488,512,25.725,512,28.048z\"></path>		<path style=\"fill:#6EC098;\" d=\"M512,34.5v256.388c0,8.087-2.753,15.573-7.485,21.423c-0.861,1.118-1.807,2.151-2.839,3.183   c-0.775,0.774-1.635,1.463-2.495,2.151c-0.947,0.86-1.979,1.549-3.098,2.237c-0.688,0.516-1.549,0.946-2.323,1.377   c2.065-2.668,3.7-5.679,4.904-8.948c1.376-3.699,2.151-7.742,2.151-11.959V43.965c0-19.014-15.487-34.414-34.501-34.414H74.679   c-5.85,0-11.271,1.376-16.089,3.957C64.871,5.335,74.765,0,85.864,0h391.722c5.936,0,11.528,1.549,16.433,4.216   c5.85,3.184,10.668,8.002,13.852,13.853C510.451,22.972,512,28.565,512,34.5z\"></path>		<polygon style=\"fill:#5ABB8F;\" points=\"205.116,295.741 355.257,295.741 358.321,414.179   \"></polygon>		<path style=\"opacity:0.06;fill:#040000;\" d=\"M504.526,312.304c-6.312,7.935-16.055,13.022-26.962,13.022H356.018l2.298,88.853   l-114.927-88.853H85.874c-10.908,0-20.651-5.086-26.962-13.022h179.33l113.946,88.087l-2.267-88.087H504.526z\"></path>		<g>			<rect x=\"143.843\" y=\"63.866\" style=\"fill:#93CEB2;\" width=\"269.624\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"144.031\" style=\"fill:#93CEB2;\" width=\"297.199\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"223.693\" style=\"fill:#93CEB2;\" width=\"162.004\" height=\"29.107\"></rect>		</g>	</g>	<path style=\"opacity:0.06;fill:#040000;\" d=\"M211.787,375.495l10.616-8.207h75.262l60.651,46.89v-0.003l0.005,0.003l-1.224-47.315  c0.013-0.004,0.026-0.001,0.038-0.004c13.679-2.065,24.176-13.853,24.176-28.134v-13.399h96.252c0.069,0,0.131-0.023,0.2-0.023  h6.19c15.486,0,28.048-12.561,28.048-28.048v-6.367V75.282L211.787,375.495z\"></path></g></svg>				\n						اولش نگران بودم ولی الان می‌بینم که بت فوروارد واقعا یکی از بهترین‌هاست. از بازی‌هاشون واقعا لذت می‌برم 					\n							<img src=\"https://forwardbet.casino/wp-content/uploads/2024/03/user-svg-1.svg\" alt=\"نیما اکبری\">\n										<cite>نیما اکبری<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i>کاربر سایت بت فوروارد</cite>					<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"_x34_\" viewBox=\"0 0 512 512\" xml:space=\"preserve\"><g>	<g>		<path style=\"fill:#3D3D3D;\" d=\"M381.311,126.474v212.251c0,14.281-10.497,26.069-24.176,28.134   c-1.463,0.343-2.926,0.43-4.388,0.43H222.403l-95.156,73.56l1.893-73.56H28.478c-1.549,0-3.011-0.086-4.474-0.43   c-12.131-1.807-21.681-11.443-23.574-23.574c-0.344-1.464-0.43-3.012-0.43-4.56V126.474c0-15.744,12.733-28.477,28.478-28.477   h324.27C368.492,97.996,381.311,110.729,381.311,126.474z\"></path>		<path style=\"fill:#5ABB8F;\" d=\"M512,28.048v269.207c0,15.487-12.562,28.048-28.048,28.048H79.411   c-15.486,0-27.962-12.561-27.962-28.048V28.048C51.449,12.562,63.925,0,79.411,0h404.541c2.323,0,4.56,0.258,6.711,0.861   c10.067,2.409,18.068,10.41,20.477,20.476C511.742,23.488,512,25.725,512,28.048z\"></path>		<path style=\"fill:#6EC098;\" d=\"M512,34.5v256.388c0,8.087-2.753,15.573-7.485,21.423c-0.861,1.118-1.807,2.151-2.839,3.183   c-0.775,0.774-1.635,1.463-2.495,2.151c-0.947,0.86-1.979,1.549-3.098,2.237c-0.688,0.516-1.549,0.946-2.323,1.377   c2.065-2.668,3.7-5.679,4.904-8.948c1.376-3.699,2.151-7.742,2.151-11.959V43.965c0-19.014-15.487-34.414-34.501-34.414H74.679   c-5.85,0-11.271,1.376-16.089,3.957C64.871,5.335,74.765,0,85.864,0h391.722c5.936,0,11.528,1.549,16.433,4.216   c5.85,3.184,10.668,8.002,13.852,13.853C510.451,22.972,512,28.565,512,34.5z\"></path>		<polygon style=\"fill:#5ABB8F;\" points=\"205.116,295.741 355.257,295.741 358.321,414.179   \"></polygon>		<path style=\"opacity:0.06;fill:#040000;\" d=\"M504.526,312.304c-6.312,7.935-16.055,13.022-26.962,13.022H356.018l2.298,88.853   l-114.927-88.853H85.874c-10.908,0-20.651-5.086-26.962-13.022h179.33l113.946,88.087l-2.267-88.087H504.526z\"></path>		<g>			<rect x=\"143.843\" y=\"63.866\" style=\"fill:#93CEB2;\" width=\"269.624\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"144.031\" style=\"fill:#93CEB2;\" width=\"297.199\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"223.693\" style=\"fill:#93CEB2;\" width=\"162.004\" height=\"29.107\"></rect>		</g>	</g>	<path style=\"opacity:0.06;fill:#040000;\" d=\"M211.787,375.495l10.616-8.207h75.262l60.651,46.89v-0.003l0.005,0.003l-1.224-47.315  c0.013-0.004,0.026-0.001,0.038-0.004c13.679-2.065,24.176-13.853,24.176-28.134v-13.399h96.252c0.069,0,0.131-0.023,0.2-0.023  h6.19c15.486,0,28.048-12.561,28.048-28.048v-6.367V75.282L211.787,375.495z\"></path></g></svg>				\n						بچها یه فیلتر شکن خوب میتونید برام معرفی کنید					\n							<img src=\"https://forwardbet.casino/wp-content/uploads/2024/03/user-svg-1.svg\" alt=\"اشکان عبدی\">\n										<cite>اشکان عبدی<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i>کاربر سایت بت فوروارد</cite>					<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"_x34_\" viewBox=\"0 0 512 512\" xml:space=\"preserve\"><g>	<g>		<path style=\"fill:#3D3D3D;\" d=\"M381.311,126.474v212.251c0,14.281-10.497,26.069-24.176,28.134   c-1.463,0.343-2.926,0.43-4.388,0.43H222.403l-95.156,73.56l1.893-73.56H28.478c-1.549,0-3.011-0.086-4.474-0.43   c-12.131-1.807-21.681-11.443-23.574-23.574c-0.344-1.464-0.43-3.012-0.43-4.56V126.474c0-15.744,12.733-28.477,28.478-28.477   h324.27C368.492,97.996,381.311,110.729,381.311,126.474z\"></path>		<path style=\"fill:#5ABB8F;\" d=\"M512,28.048v269.207c0,15.487-12.562,28.048-28.048,28.048H79.411   c-15.486,0-27.962-12.561-27.962-28.048V28.048C51.449,12.562,63.925,0,79.411,0h404.541c2.323,0,4.56,0.258,6.711,0.861   c10.067,2.409,18.068,10.41,20.477,20.476C511.742,23.488,512,25.725,512,28.048z\"></path>		<path style=\"fill:#6EC098;\" d=\"M512,34.5v256.388c0,8.087-2.753,15.573-7.485,21.423c-0.861,1.118-1.807,2.151-2.839,3.183   c-0.775,0.774-1.635,1.463-2.495,2.151c-0.947,0.86-1.979,1.549-3.098,2.237c-0.688,0.516-1.549,0.946-2.323,1.377   c2.065-2.668,3.7-5.679,4.904-8.948c1.376-3.699,2.151-7.742,2.151-11.959V43.965c0-19.014-15.487-34.414-34.501-34.414H74.679   c-5.85,0-11.271,1.376-16.089,3.957C64.871,5.335,74.765,0,85.864,0h391.722c5.936,0,11.528,1.549,16.433,4.216   c5.85,3.184,10.668,8.002,13.852,13.853C510.451,22.972,512,28.565,512,34.5z\"></path>		<polygon style=\"fill:#5ABB8F;\" points=\"205.116,295.741 355.257,295.741 358.321,414.179   \"></polygon>		<path style=\"opacity:0.06;fill:#040000;\" d=\"M504.526,312.304c-6.312,7.935-16.055,13.022-26.962,13.022H356.018l2.298,88.853   l-114.927-88.853H85.874c-10.908,0-20.651-5.086-26.962-13.022h179.33l113.946,88.087l-2.267-88.087H504.526z\"></path>		<g>			<rect x=\"143.843\" y=\"63.866\" style=\"fill:#93CEB2;\" width=\"269.624\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"144.031\" style=\"fill:#93CEB2;\" width=\"297.199\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"223.693\" style=\"fill:#93CEB2;\" width=\"162.004\" height=\"29.107\"></rect>		</g>	</g>	<path style=\"opacity:0.06;fill:#040000;\" d=\"M211.787,375.495l10.616-8.207h75.262l60.651,46.89v-0.003l0.005,0.003l-1.224-47.315  c0.013-0.004,0.026-0.001,0.038-0.004c13.679-2.065,24.176-13.853,24.176-28.134v-13.399h96.252c0.069,0,0.131-0.023,0.2-0.023  h6.19c15.486,0,28.048-12.561,28.048-28.048v-6.367V75.282L211.787,375.495z\"></path></g></svg>				\n						اولین باره که توی بت فوروارد شرط‌ بندی می‌کنم و باید بگم که رابط کاربریش خیلی روون و قابل فهمه. به راحتی تونستم شرط‌بندی کنم و حتی بردم!					\n							<img src=\"https://forwardbet.casino/wp-content/uploads/2024/03/user-svg-1.svg\" alt=\"سروش نوری\">\n										<cite>سروش نوری<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i>کاربر سایت بت فوروارد</cite>					<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"_x34_\" viewBox=\"0 0 512 512\" xml:space=\"preserve\"><g>	<g>		<path style=\"fill:#3D3D3D;\" d=\"M381.311,126.474v212.251c0,14.281-10.497,26.069-24.176,28.134   c-1.463,0.343-2.926,0.43-4.388,0.43H222.403l-95.156,73.56l1.893-73.56H28.478c-1.549,0-3.011-0.086-4.474-0.43   c-12.131-1.807-21.681-11.443-23.574-23.574c-0.344-1.464-0.43-3.012-0.43-4.56V126.474c0-15.744,12.733-28.477,28.478-28.477   h324.27C368.492,97.996,381.311,110.729,381.311,126.474z\"></path>		<path style=\"fill:#5ABB8F;\" d=\"M512,28.048v269.207c0,15.487-12.562,28.048-28.048,28.048H79.411   c-15.486,0-27.962-12.561-27.962-28.048V28.048C51.449,12.562,63.925,0,79.411,0h404.541c2.323,0,4.56,0.258,6.711,0.861   c10.067,2.409,18.068,10.41,20.477,20.476C511.742,23.488,512,25.725,512,28.048z\"></path>		<path style=\"fill:#6EC098;\" d=\"M512,34.5v256.388c0,8.087-2.753,15.573-7.485,21.423c-0.861,1.118-1.807,2.151-2.839,3.183   c-0.775,0.774-1.635,1.463-2.495,2.151c-0.947,0.86-1.979,1.549-3.098,2.237c-0.688,0.516-1.549,0.946-2.323,1.377   c2.065-2.668,3.7-5.679,4.904-8.948c1.376-3.699,2.151-7.742,2.151-11.959V43.965c0-19.014-15.487-34.414-34.501-34.414H74.679   c-5.85,0-11.271,1.376-16.089,3.957C64.871,5.335,74.765,0,85.864,0h391.722c5.936,0,11.528,1.549,16.433,4.216   c5.85,3.184,10.668,8.002,13.852,13.853C510.451,22.972,512,28.565,512,34.5z\"></path>		<polygon style=\"fill:#5ABB8F;\" points=\"205.116,295.741 355.257,295.741 358.321,414.179   \"></polygon>		<path style=\"opacity:0.06;fill:#040000;\" d=\"M504.526,312.304c-6.312,7.935-16.055,13.022-26.962,13.022H356.018l2.298,88.853   l-114.927-88.853H85.874c-10.908,0-20.651-5.086-26.962-13.022h179.33l113.946,88.087l-2.267-88.087H504.526z\"></path>		<g>			<rect x=\"143.843\" y=\"63.866\" style=\"fill:#93CEB2;\" width=\"269.624\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"144.031\" style=\"fill:#93CEB2;\" width=\"297.199\" height=\"29.107\"></rect>			<rect x=\"143.843\" y=\"223.693\" style=\"fill:#93CEB2;\" width=\"162.004\" height=\"29.107\"></rect>		</g>	</g>	<path style=\"opacity:0.06;fill:#040000;\" d=\"M211.787,375.495l10.616-8.207h75.262l60.651,46.89v-0.003l0.005,0.003l-1.224-47.315  c0.013-0.004,0.026-0.001,0.038-0.004c13.679-2.065,24.176-13.853,24.176-28.134v-13.399h96.252c0.069,0,0.131-0.023,0.2-0.023  h6.19c15.486,0,28.048-12.561,28.048-28.048v-6.367V75.282L211.787,375.495z\"></path></g></svg>				\n						به همه توصیه می‌کنم که اگه دنبال یک سایت شرط‌بندی معتبر و قابل اعتماد می‌گردن، حتماً بتفوروارد رو امتحان کنن. تا الان که خیلی راضی‌ام. 👏', 'linco', '', 'publish', 'closed', 'closed', '', 'linco-2', '', '', '2025-07-01 12:37:49', '2025-07-01 09:07:49', '', 0, 'https://forwardbet.casino/?elementor_library=linco-2', 0, 'elementor_library', '', 0),
(93, 1, '2025-06-16 03:03:34', '2025-06-15 23:33:34', '[elementor-template id=\"297\"]\r\n\r\n[elementor-template id=\"90\"]\r\n\r\n[elementor-template id=\"296\"]', 'BetForward بت فوروارد بدون فیلترشکن دانلود ادرس جدید بت ۹۰ فوروارد', '', 'publish', 'closed', 'closed', '', '93-2', '', '', '2025-06-16 06:30:49', '2025-06-16 03:00:49', '', 0, 'https://forwardbet.casino/?page_id=93', 0, 'page', '', 0),
(97, 1, '2024-03-15 16:29:25', '2024-03-15 12:59:25', '', 'vpn-svgrepo-com (1)', '', 'inherit', 'open', 'closed', '', 'vpn-svgrepo-com-1', '', '', '2024-03-15 16:29:25', '2024-03-15 12:59:25', '', 90, 'https://forwardbet.casino/wp-content/uploads/2024/03/vpn-svgrepo-com-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(98, 1, '2024-03-15 16:33:53', '2024-03-15 13:03:53', '', 'apk-file-format-symbol-svgrepo-com', '', 'inherit', 'open', 'closed', '', 'apk-file-format-symbol-svgrepo-com', '', '', '2024-03-15 16:33:53', '2024-03-15 13:03:53', '', 90, 'https://forwardbet.casino/wp-content/uploads/2024/03/apk-file-format-symbol-svgrepo-com.svg', 0, 'attachment', 'image/svg+xml', 0),
(99, 1, '2024-03-15 16:41:38', '2024-03-15 13:11:38', '', 'balls-footbal-svgrepo-com', '', 'inherit', 'open', 'closed', '', 'balls-footbal-svgrepo-com', '', '', '2024-03-15 16:41:38', '2024-03-15 13:11:38', '', 90, 'https://forwardbet.casino/wp-content/uploads/2024/03/balls-footbal-svgrepo-com.svg', 0, 'attachment', 'image/svg+xml', 0),
(108, 1, '2024-03-15 17:14:59', '2024-03-15 13:44:59', '', 'دانلود فیلترشکن بت فوروارد', '', '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-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-03-15 17:14:59', '2024-03-15 13:44:59', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلترشکن-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(109, 1, '2024-03-15 17:19:48', '2024-03-15 13:49:48', '', 'دانلود فیلترشکن بت فوروارد برای اندروید', '', '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-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%b1%d8%a7%db%8c-%d8%a7%d9%86%d8%af%d8%b1%d9%88', '', '', '2024-03-15 17:19:48', '2024-03-15 13:49:48', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلترشکن-بت-فوروارد-برای-اندروید.jpg', 0, 'attachment', 'image/jpeg', 0),
(110, 1, '2024-03-15 17:22:18', '2024-03-15 13:52:18', '', 'سایت بت فوروارد با فیلترشکن', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%a7-%d9%81%db%8c%d9%84%d8%aa%d8%b1%d8%b4%da%a9%d9%86', '', '', '2024-03-15 17:22:18', '2024-03-15 13:52:18', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/سایت-بت-فوروارد-با-فیلترشکن.jpg', 0, 'attachment', 'image/jpeg', 0),
(111, 1, '2024-03-15 17:24:27', '2024-03-15 13:54:27', '', 'بت فوروارد فیلترشکن', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d9%81%db%8c%d9%84%d8%aa%d8%b1%d8%b4%da%a9%d9%86', '', '', '2024-03-15 17:24:27', '2024-03-15 13:54:27', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/بت-فوروارد-فیلترشکن.jpg', 0, 'attachment', 'image/jpeg', 0),
(112, 1, '2024-03-15 17:27:20', '2024-03-15 13:57:20', '', 'فیلترشکن فوروارد', '', 'inherit', 'open', 'closed', '', '%d9%81%db%8c%d9%84%d8%aa%d8%b1%d8%b4%da%a9%d9%86-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-03-15 17:27:20', '2024-03-15 13:57:20', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(113, 1, '2024-03-15 17:59:22', '2024-03-15 14:29:22', '', 'فیلترشکن بت فوروارد برای اندروید', '', 'inherit', 'open', 'closed', '', '%d9%81%db%8c%d9%84%d8%aa%d8%b1%d8%b4%da%a9%d9%86-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%b1%d8%a7%db%8c-%d8%a7%d9%86%d8%af%d8%b1%d9%88%db%8c%d8%af', '', '', '2024-03-15 17:59:22', '2024-03-15 14:29:22', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-بت-فوروارد-برای-اندروید.jpg', 0, 'attachment', 'image/jpeg', 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
(114, 1, '2024-03-15 18:11:51', '2024-03-15 14:41:51', '', 'فیلترشکن betforward', '', 'inherit', 'open', 'closed', '', '%d9%81%db%8c%d9%84%d8%aa%d8%b1%d8%b4%da%a9%d9%86-betforward', '', '', '2024-03-15 18:11:51', '2024-03-15 14:41:51', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-betforward.jpg', 0, 'attachment', 'image/jpeg', 0),
(115, 1, '2024-03-15 18:20:30', '2024-03-15 14:50:30', '', 'فیلترشکن بت فورد', '', 'inherit', 'open', 'closed', '', '%d9%81%db%8c%d9%84%d8%aa%d8%b1%d8%b4%da%a9%d9%86-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d8%af', '', '', '2024-03-15 18:20:30', '2024-03-15 14:50:30', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-بت-فورد.jpg', 0, 'attachment', 'image/jpeg', 0),
(130, 1, '2024-03-16 18:35:59', '2024-03-16 15:05:59', '', 'Bet90forward fv', '', 'inherit', 'open', 'closed', '', 'bet90forward-fv', '', '', '2024-03-16 18:35:59', '2024-03-16 15:05:59', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/Bet90forward-fv.png', 0, 'attachment', 'image/png', 0),
(131, 1, '2024-03-16 18:36:06', '2024-03-16 15:06:06', 'https://forwardbet.casino/wp-content/uploads/2024/03/cropped-Bet90forward-fv.png', 'cropped-Bet90forward-fv.png', '', 'inherit', 'open', 'closed', '', 'cropped-bet90forward-fv-png', '', '', '2024-03-16 18:36:06', '2024-03-16 15:06:06', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/03/cropped-Bet90forward-fv.png', 0, 'attachment', 'image/png', 0),
(143, 1, '2024-03-23 05:16:05', '2024-03-23 01:46:05', '', 'BET303BET', '', 'inherit', 'open', 'closed', '', 'bet303bet', '', '', '2024-03-23 05:16:05', '2024-03-23 01:46:05', '', 90, 'https://forwardbet.casino/wp-content/uploads/2024/03/BET303BET.gif', 0, 'attachment', 'image/gif', 0),
(158, 2, '2025-03-21 17:19:54', '2025-03-21 13:49:54', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">این پست درباره <strong>بت فورد</strong> است. بت فورد از سایت های فعال در صنعت شرط بندی می باشد که خدمات قابل توجهی را در دو بخش کازینوی آنلاین و پیش بینی ورزشی ارائه می کند. از طریق <a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\"><strong>فیلترشکن بت فوروارد</strong></a> به آسانی می توانید وارد این سایت شرط بندی شوید و پیش بینی خود را بر روی مسابقات ورزشی و بازی های کازینویی ثبت کنید.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\"><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-7\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">بت فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-28\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-168 size-full\" title=\"بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-1.jpg\" alt=\"بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-8\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">بت فوروارد یک سایت بین المللی می باشد که از زبان فارسی نیز پشتیبانی می کند. پیش بینی ورزشی و کازینوی آنلاین در سایت بت فوروارد امکان پذیر است و شما می توانید از خدمات متنوعی استفاده کنید.</span></p>\r\n<p class=\"ai-optimize-9\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">بت فوروارد چند سالیست که در این عرصه فعالیت می کند و از محبوبیت بالایی نزد مخاطبان برخوردار است. سایت شرط بندی بت فورد دارای بخش های جذابی می باشد.\r\n</span></p>\r\n\r\n<h2 class=\"ai-optimize-10\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">forwardbet</span></strong></span></h2>\r\n<p class=\"ai-optimize-29\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-169 size-full\" title=\"forwardbet\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/forwardbet-1.jpg\" alt=\"forwardbet\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-11\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">وب سایت شرط بندی بت فوروارد از اسکریپت قدرتمندی استفاده می کند و دارای طراحی زیبایی می باشد. forwardbet از نمایندگان شرکت بزرگ بت کانستراکت محسوب می شود.</span></p>\r\n\r\n<h2 class=\"ai-optimize-12\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">بت فروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-30\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-170 size-full\" title=\"بت فروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/بت-فروارد.jpg\" alt=\"بت فروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-13\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">بت فروارد با ارائه خدمات جامع و گسترده در زمینه های ورزشی و کازینویی توانسته مخاطبان بسیار زیادی را نه تنها در کشور ایران، بلکه در سایر کشور ها به دست بیاورد. در این سایت شرط بندی بونوس ها و طرح های تشویقی زیادی ارائه می شود که هیجان را برای مخاطبان بیشتر می کند.</span></p>\r\n\r\n<h2 class=\"ai-optimize-14\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">betforward</span></strong></span></h2>\r\n<p class=\"ai-optimize-31\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-172 size-full\" title=\"betforward\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/betforward-1.jpg\" alt=\"betforward\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-15\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">وب سایت شرط بندی betforward گزینه اصلی برای بسیاری از مخاطبان علاقه مند به شرط بندی محسوب می شود. این سایت شرط بندی جزء معدود سایت های شرط بندی می باشد که مجوز و لایسنس رسمی دارد.</span></p>\r\n\r\n<h2 class=\"ai-optimize-16\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">فوروارد بت</span></strong></span></h2>\r\n<p class=\"ai-optimize-32\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-173 size-full\" title=\"فوروارد بت\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/فوروارد-بت-1.jpg\" alt=\"فوروارد بت\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-17\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">در سایت شرط بندی بت فوروارد بخش های متنوع و جذابی وجود دارد و شما می توانید با توجه به علاقه خود از تمام آن ها استفاده کنید. در ادامه برخی از بخش های جذاب سایت بت فوروارد را برای شما معرفی می کنیم.</span></p>\r\n\r\n<h2 class=\"ai-optimize-18\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">بتفوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-33\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-174 size-full\" title=\"بتفوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/بتفوروارد-1.jpg\" alt=\"بتفوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-19\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">در وب سایت شرط بندی بتفوروارد می توانید به روش های مختلفی حساب کاربری خود را شارژ کنید و جوایز خود را برداشت بزنید. در وب سایت بت فوروارد خدمات و امکانات جذابی ارائه می شود که می توانید از آن ها استفاده کنید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-20\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">بت‌فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-34\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-175 size-full\" title=\"بت‌فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/بت‌فوروارد-1.jpg\" alt=\"بت‌فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-21\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">بت فوروارد توجه ویژه ای به آسایش و راحتی مخاطبان خود دارد. این سایت شرط بندی فیلترشکنی را ارائه کرده است که شما می توانید از آن استفاده کنید. فیلترشکن سایت بت فوروارد دارای مزایای بسیار زیادی است.</span></p>\r\n<p class=\"ai-optimize-22\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">از طریق این برنامه می توانید مشکلات فیلترینگ را تا حد قابل توجهی دور بزنید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-23\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">بت فوارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-35\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-176 size-full\" title=\"بت فوارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوارد-1.jpg\" alt=\"بت فوارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-24\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">وب سایت شرط بندی بت فوارد در کشور ایران دارای نمایندگی رسمی می باشد. از طریق دکمه های موجود در این مطلب می توانید وارد نسخه فارسی سایت شرط بندی بت فوروارد شوید.</span></p>\r\n<p class=\"ai-optimize-25\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">در صورتی که سایت برای شما باز نشد می توانید از فیلترشکن برای ورود به سایت استفاده نمایید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-26\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">بت فور وارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-36\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-177 size-full\" title=\"بت فور وارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/بت-فور-وارد-1.jpg\" alt=\"بت فور وارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-27\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با کلیک بر روی دکمه ها و لینک های موجود در این مطلب می توانید وارد سایت بت فوروارد شوید و به پیش بینی مسابقات ورزشی و بازی های کازینویی بپردازید.</span></p>', 'بت فورد', '', 'publish', 'open', 'open', '', 'betford', '', '', '2025-07-01 12:46:50', '2025-07-01 09:16:50', '', 0, 'https://forwardbet.casino/?p=158', 0, 'post', '', 0),
(159, 2, '2024-09-15 23:45:22', '2024-09-15 20:15:22', '', 'بت فورد', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d8%af', '', '', '2024-09-15 23:45:27', '2024-09-15 20:15:27', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فورد.jpg', 0, 'attachment', 'image/jpeg', 0),
(160, 2, '2024-09-15 23:48:22', '2024-09-15 20:18:22', '', 'بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-15 23:48:28', '2024-09-15 20:18:28', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(161, 2, '2024-09-15 23:51:26', '2024-09-15 20:21:26', '', 'forwardbet', '', 'inherit', 'open', 'closed', '', 'forwardbet', '', '', '2024-09-15 23:51:31', '2024-09-15 20:21:31', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/forwardbet.jpg', 0, 'attachment', 'image/jpeg', 0),
(162, 2, '2024-09-15 23:53:42', '2024-09-15 20:23:42', '', 'فوروارد بت', '', 'inherit', 'open', 'closed', '', '%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%aa', '', '', '2024-09-15 23:53:54', '2024-09-15 20:23:54', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/فوروارد-بت.jpg', 0, 'attachment', 'image/jpeg', 0),
(163, 2, '2024-09-15 23:54:45', '2024-09-15 20:24:45', '', 'betforward', '', 'inherit', 'open', 'closed', '', 'betforward', '', '', '2024-09-15 23:54:50', '2024-09-15 20:24:50', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/betforward.jpg', 0, 'attachment', 'image/jpeg', 0),
(164, 2, '2024-09-15 23:55:58', '2024-09-15 20:25:58', '', 'بتفوروارد', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-15 23:56:04', '2024-09-15 20:26:04', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/بتفوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(165, 2, '2024-09-15 23:57:49', '2024-09-15 20:27:49', '', 'بت‌فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-2', '', '', '2024-09-15 23:57:54', '2024-09-15 20:27:54', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت‌فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(166, 2, '2024-09-16 00:00:14', '2024-09-15 20:30:14', '', 'بت فوارد', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-16 00:00:17', '2024-09-15 20:30:17', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(167, 2, '2024-09-16 00:01:01', '2024-09-15 20:31:01', '', 'بت فور وارد', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1-%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-16 00:01:05', '2024-09-15 20:31:05', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فور-وارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(168, 2, '2024-09-16 00:13:13', '2024-09-15 20:43:13', '', 'بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-2', '', '', '2024-09-16 00:13:19', '2024-09-15 20:43:19', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(169, 2, '2024-09-16 00:15:56', '2024-09-15 20:45:56', '', 'forwardbet', '', 'inherit', 'open', 'closed', '', 'forwardbet-2', '', '', '2024-09-16 00:16:00', '2024-09-15 20:46:00', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/forwardbet-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(170, 2, '2024-09-16 00:17:21', '2024-09-15 20:47:21', '', 'بت فروارد', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-16 00:17:26', '2024-09-15 20:47:26', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(172, 2, '2024-09-16 00:19:00', '2024-09-15 20:49:00', '', 'betforward', '', 'inherit', 'open', 'closed', '', 'betforward-2', '', '', '2024-09-16 00:19:04', '2024-09-15 20:49:04', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/betforward-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(173, 2, '2024-09-16 00:20:51', '2024-09-15 20:50:51', '', 'فوروارد بت', '', 'inherit', 'open', 'closed', '', '%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%aa-2', '', '', '2024-09-16 00:20:56', '2024-09-15 20:50:56', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/فوروارد-بت-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(174, 2, '2024-09-16 00:24:15', '2024-09-15 20:54:15', '', 'بتفوروارد', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-3', '', '', '2024-09-16 00:24:19', '2024-09-15 20:54:19', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/بتفوروارد-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(175, 2, '2024-09-16 00:27:58', '2024-09-15 20:57:58', '', 'بت‌فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-4', '', '', '2024-09-16 00:28:02', '2024-09-15 20:58:02', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت‌فوروارد-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(176, 2, '2024-09-16 00:30:25', '2024-09-15 21:00:25', '', 'بت فوارد', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%a7%d8%b1%d8%af-2', '', '', '2024-09-16 00:30:29', '2024-09-15 21:00:29', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوارد-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(177, 2, '2024-09-16 00:33:03', '2024-09-15 21:03:03', '', 'بت فور وارد', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1-%d9%88%d8%a7%d8%b1%d8%af-2', '', '', '2024-09-16 00:33:07', '2024-09-15 21:03:07', '', 158, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فور-وارد-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(181, 3, '2024-09-16 12:31:32', '2024-09-16 09:01:32', '', 'FontsFree-Net-ir_sans', '', 'inherit', 'open', 'closed', '', 'fontsfree-net-ir_sans-2', '', '', '2024-09-16 12:31:32', '2024-09-16 09:01:32', '', 0, 'https://forwardbet.casino/wp-content/uploads/2024/09/FontsFree-Net-ir_sans.ttf', 0, 'attachment', 'application/x-font-ttf', 0),
(182, 3, '2024-09-16 12:45:19', '2024-09-16 09:15:19', ' ', '', '', 'publish', 'closed', 'closed', '', '182', '', '', '2024-09-16 12:45:19', '2024-09-16 09:15:19', '', 0, 'https://forwardbet.casino/?p=182', 5, 'nav_menu_item', '', 0),
(183, 3, '2024-09-16 12:45:19', '2024-09-16 09:15:19', ' ', '', '', 'publish', 'closed', 'closed', '', '183', '', '', '2024-09-16 12:45:19', '2024-09-16 09:15:19', '', 0, 'https://forwardbet.casino/?p=183', 3, 'nav_menu_item', '', 0),
(184, 3, '2024-09-16 12:45:19', '2024-09-16 09:15:19', ' ', '', '', 'publish', 'closed', 'closed', '', '184', '', '', '2024-09-16 12:45:19', '2024-09-16 09:15:19', '', 0, 'https://forwardbet.casino/?p=184', 2, 'nav_menu_item', '', 0),
(185, 3, '2024-09-16 12:45:19', '2024-09-16 09:15:19', ' ', '', '', 'publish', 'closed', 'closed', '', '185', '', '', '2024-09-16 12:45:19', '2024-09-16 09:15:19', '', 0, 'https://forwardbet.casino/?p=185', 4, 'nav_menu_item', '', 0),
(186, 3, '2024-09-16 12:45:19', '2024-09-16 09:15:19', ' ', '', '', 'publish', 'closed', 'closed', '', '186', '', '', '2024-09-16 12:45:19', '2024-09-16 09:15:19', '', 0, 'https://forwardbet.casino/?p=186', 1, 'nav_menu_item', '', 0),
(187, 2, '2025-03-21 17:20:00', '2025-03-21 13:50:00', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">این پست درباره <strong>بت فورد</strong> است. بت فوروارد به عنوان یکی از سایت های معتبر بین المللی اپلیکیشن اختصاصی دارد که شما به آسانی می توانید آن را بر روی موبایل های خود دانلود کنید. با دانلود اپلیکیشن بت فوروارد می توانید از شر فیلترینگ خلاص شوید و با سرعت بیشتری پیش بینی خود را در سایت ثبت کنید.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 14pt;\">شما از طریق اپلیکیشن این سایت می توانید از <a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\"><strong>بت فوروارد بدون فیلترشکن</strong></a> استفاده کنید. در ادامه توضیحاتی را در مورد برنامه سایت بت فوروارد برای شما معرفی می کنیم.\r\n</span><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-8\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">دانلود اپ بت فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-25\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-189 size-full\" title=\"دانلود اپ بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-اپ-بت-فوروارد.jpg\" alt=\"دانلود اپ بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-9\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">برای دانلود اپ بت فوروارد چندین روش وجود دارد که شما می توانید از هر کدام آن ها به آسانی استفاده کنید. در ادامه روش های دانلود برنامه سایت بت فوروارد را برای شما توضیح می دهیم.</span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n 	<li class=\"ai-optimize-10\"><span style=\"font-size: 14pt; color: #ffffff;\">کلیک بر روی دکمه های موجود در این مطلب</span></li>\r\n 	<li class=\"ai-optimize-11\"><span style=\"font-size: 14pt; color: #ffffff;\">عضویت در شبکه های مجازی بت فوروارد</span></li>\r\n 	<li class=\"ai-optimize-12\"><span style=\"font-size: 14pt; color: #ffffff;\">استفاده از سایت اصلی</span></li>\r\n</ul>\r\n<p class=\"ai-optimize-13\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">برای دانلود آسان و سریع برنامه سایت بت فوروارد بر روی موبایل های خود، می توانید از لینک های موجود در این مطلب کلیک کنید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-14\"><span style=\"color: #ffffff;\"><strong>بت فوروارد اپلیکیشن</strong></span></h2>\r\n<p class=\"ai-optimize-26\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-190 size-full\" title=\"بت فوروارد اپلیکیشن\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-اپلیکیشن.jpg\" alt=\"بت فوروارد اپلیکیشن\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-15\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">وب سایت شرط بندی بت فوروارد و <strong><a style=\"color: #ffffff;\" href=\"https://jetshart.com/\">JetBet</a></strong> یکی از سایت های بین المللی می باشد که برای راحتی کاربران خود برنامه ای را طراحی و ارائه کرده است.</span></p>\r\n<p class=\"ai-optimize-16\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">اپلیکیشن سایت شرط بندی بتفوروارد مزایای بسیار زیادی دارد که از مهم ترین آن ها عدم نیاز به فیلترشکن برای ورود به سایت می باشد. در ادامه به معرفی برخی از ویژگی های برنامه سایت بت فوروارد می پردازیم.</span></p>\r\n\r\n<ul>\r\n 	<li class=\"ai-optimize-17\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">عدم نیاز به فیلترشکن برای ورود</span></li>\r\n 	<li class=\"ai-optimize-18\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">دریافت بونوس های جذاب و متنوع</span></li>\r\n 	<li class=\"ai-optimize-19\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">سرعت و امنیت بالا</span></li>\r\n 	<li class=\"ai-optimize-20\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">ارتباط سریع با تیم پشتیبانی</span></li>\r\n 	<li class=\"ai-optimize-21\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">دسترسی سریع و آسان و...</span></li>\r\n</ul>\r\n<h2 class=\"ai-optimize-22\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">betforward app android</span></strong></span></h2>\r\n<p class=\"ai-optimize-27\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-191 size-full\" title=\"betforward app android\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/betforward-app-android.jpg\" alt=\"betforward app android\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-23\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">بت فوروارد betforward اپلیکیشن اختصاصی خود را برای سیستم عامل اندروید با امکانات و ویژگی های منحصر به فردی طراحی کرده است. اپلیکیشن betforward برای اندروید سرعت و امنیت بسیار بالایی دارد.</span></p>\r\n<p class=\"ai-optimize-24\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">پس از دانلود برنامه به آسانی می توانید از ویژگی های اپلیکیشن برای شرط بندی استفاده کنید. اپلیکیشن سایت betforward کاملا سازگار و بهینه برای سیستم عامل اندروید می باشد.</span></p>', 'اپلیکیشن بت فوروارد', '', 'publish', 'open', 'open', '', 'betforward-application', '', '', '2025-07-01 12:46:26', '2025-07-01 09:16:26', '', 0, 'https://forwardbet.casino/?p=187', 0, 'post', '', 0),
(188, 2, '2024-09-16 14:21:15', '2024-09-16 10:51:15', '', 'اپلیکیشن بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%a7%d9%be%d9%84%db%8c%da%a9%db%8c%d8%b4%d9%86-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-16 14:21:20', '2024-09-16 10:51:20', '', 187, 'https://forwardbet.casino/wp-content/uploads/2024/09/اپلیکیشن-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(189, 2, '2024-09-16 14:23:51', '2024-09-16 10:53:51', '', 'دانلود اپ بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d8%a7%d9%be-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-16 14:23:58', '2024-09-16 10:53:58', '', 187, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-اپ-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(190, 2, '2024-09-16 14:28:32', '2024-09-16 10:58:32', '', 'بت فوروارد اپلیکیشن', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a7%d9%be%d9%84%db%8c%da%a9%db%8c%d8%b4%d9%86', '', '', '2024-09-16 14:28:37', '2024-09-16 10:58:37', '', 187, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-اپلیکیشن.jpg', 0, 'attachment', 'image/jpeg', 0),
(191, 2, '2024-09-16 14:33:37', '2024-09-16 11:03:37', '', 'betforward app android', '', 'inherit', 'open', 'closed', '', 'betforward-app-android', '', '', '2024-09-16 14:33:42', '2024-09-16 11:03:42', '', 187, 'https://forwardbet.casino/wp-content/uploads/2024/09/betforward-app-android.jpg', 0, 'attachment', 'image/jpeg', 0),
(195, 2, '2025-03-21 17:19:58', '2025-03-21 13:49:58', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">امروزه فیلترشکن یکی از موارد لازم برای فعالیت در سایت های شرط بندی می باشد. با دانلود فیلترشکن betforward vpn می توانید فیلترینگ را دور بزنید و به راحتی از خدمات موجود در سایت بت فوروارد استفاده نمایید.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 14pt;\"><a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\"><strong>دانلود فیلترشکن بت فوروارد</strong></a> به راحتی امکان پذیر است. شما با کلیک بر روی لینک های موجود در این مطلب می توانید فیلترشکن betforward vpn را بر روی موبایل های خود دانلود کنید.</span><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-8\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">دانلود بت فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-21\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-197 size-full\" title=\"دانلود بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-بت-فوروارد.jpg\" alt=\"دانلود بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-9\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">بت فوروارد به عنوان یک سایت معتبر شرط بندی، اپلیکیشنی را طراحی و در دسترس مخاطبان قرار داده است. دانلود بت فوروارد برای مخاطبان این سایت شرط بندی اهمیت بسیار زیادی دارد.</span></p>\r\n\r\n<h2 class=\"ai-optimize-10\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">بت فوروارد دانلود</span></strong></span></h2>\r\n<p class=\"ai-optimize-22\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-198 size-full\" title=\"بت فوروارد دانلود\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-دانلود.jpg\" alt=\"بت فوروارد دانلود\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-11\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">روش های متنوعی برای دانلود بت فوروارد بر روی موبایل ها وجود دارد که شما می توانید با توجه به راحتی خود از هر کدام آن ها استفاده کنید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-12\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">دانلود سایت بت فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-23\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-199 size-full\" title=\"دانلود سایت بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-سایت-بت-فوروارد.jpg\" alt=\"دانلود سایت بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-13\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">برای دانلود سایت بت فوروارد بر روی موبایل های خود کافیست بر روی دکمه های موجود در این مطلب کلیک کنید. با کلیک بر روی لینک های فعال در این مطلب شما به صورت مستقیم می توانید سایت بت فوروارد را بر روی موبایل های خود دانلود کنید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-14\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">دانلود برنامه betforward</span></strong></span></h2>\r\n<p class=\"ai-optimize-24\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-200 size-full\" title=\"دانلود برنامه betforward\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-برنامه-betforward.jpg\" alt=\"دانلود برنامه betforward\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-15\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">برنامه betforward را از طریق دکمه های موجود در این مطلب و شبکه های رسمی این سایت شرط بندی می توانید بر روی موبایل های خود نصب کنید. ضمن این که آدرس دانلود برنامه بت فوروارد در سایت اصلی نیز قرار دارد که می توانید از آن نیز استفاده کنید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-16\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">دانلود برنامه بت فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-25\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-201 size-full\" title=\"دانلود برنامه بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-برنامه-بت-فوروارد.jpg\" alt=\"دانلود برنامه بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-17\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با دانلود برنامه بت فوروارد شما می توانید با سرعت بهتری وارد سایت شوید و پیش بینی خود را بر روی مسابقات ورزشی و بازی های کازینویی ثبت کنید.</span></p>\r\n<p class=\"ai-optimize-18\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با عضویت در شبکه های مجازی سایت بت فوروارد نیز شما قادر هستید تا برنامه سایت بت فوروارد را مطابق با سیستم عامل خود دانلود نمایید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-19\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">برنامه بت فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-26\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-202 size-full\" title=\"برنامه بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/برنامه-بت-فوروارد.jpg\" alt=\"برنامه بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-20\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">برنامه بت فوروارد مزیت های بسیار زیادی برای مخاطبان دارد. از مهم ترین ویژگی های برنامه سایت بت فوروارد می توان به دسترسی بدون نیاز به فیلترشکن به سایت، دریافت بونوس های متنوع و خاص، سرعت و امنیت بالا، ارتباط سریع با تیم پشتیبانی و... اشاره کرد.</span></p>', 'دانلود betforward vpn', '', 'publish', 'open', 'open', '', 'download-betforward-vpn', '', '', '2025-07-01 12:46:39', '2025-07-01 09:16:39', '', 0, 'https://forwardbet.casino/?p=195', 0, 'post', '', 0),
(197, 2, '2024-09-16 15:02:33', '2024-09-16 11:32:33', '', 'دانلود بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-16 15:02:39', '2024-09-16 11:32:39', '', 195, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(198, 2, '2024-09-16 15:06:08', '2024-09-16 11:36:08', '', 'بت فوروارد دانلود', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af', '', '', '2024-09-16 15:06:13', '2024-09-16 11:36:13', '', 195, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-دانلود.jpg', 0, 'attachment', 'image/jpeg', 0),
(199, 2, '2024-09-16 15:12:20', '2024-09-16 11:42:20', '', 'دانلود سایت بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d8%b3%d8%a7%db%8c%d8%aa-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-16 15:12:25', '2024-09-16 11:42:25', '', 195, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-سایت-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(200, 2, '2024-09-16 15:17:38', '2024-09-16 11:47:38', '', 'دانلود برنامه betforward', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d8%a8%d8%b1%d9%86%d8%a7%d9%85%d9%87-betforward', '', '', '2024-09-16 15:17:42', '2024-09-16 11:47:42', '', 195, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-برنامه-betforward.jpg', 0, 'attachment', 'image/jpeg', 0),
(201, 2, '2024-09-16 15:21:40', '2024-09-16 11:51:40', '', 'دانلود برنامه بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d8%a8%d8%b1%d9%86%d8%a7%d9%85%d9%87-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-16 15:21:44', '2024-09-16 11:51:44', '', 195, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-برنامه-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(202, 2, '2024-09-16 15:24:55', '2024-09-16 11:54:55', '', 'برنامه بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%b1%d9%86%d8%a7%d9%85%d9%87-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-16 15:25:01', '2024-09-16 11:55:01', '', 195, 'https://forwardbet.casino/wp-content/uploads/2024/09/برنامه-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(203, 2, '2024-09-16 15:33:27', '2024-09-16 12:03:27', '', 'دانلود betforward vpn', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-betforward-vpn', '', '', '2024-09-16 15:33:31', '2024-09-16 12:03:31', '', 195, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-betforward-vpn.jpg', 0, 'attachment', 'image/jpeg', 0),
(207, 2, '2025-03-21 17:19:52', '2025-03-21 13:49:52', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">برای فعالیت در سایت های شرط بندی اغلب به یک فیلتر شکن نیاز خواهید داشت. <strong>دانلود فیلتر شکن بت فوروارد با لینک مستقیم</strong> برای کاربران سایت شرط بندی بت فوروارد راهی برای دور زدن فیلترینگ و استفاده از خدمات می باشد. با دانلود فیلترشکن اختصاصی سایت بت فوروارد شما می توانید تا حد زیادی این مشکل را حل کنید.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"translatable-message\">دانلود فیلترشکن بت فوروارد</span></strong></a> برای کاربرانی که در این سایت شرط بندی فعالیت می کنند، بسیار مهم و حساس می باشد.</span></p>\r\n<p class=\"ai-optimize-24\" style=\"text-align: justify;\"><span style=\"color: #ffffff;\"><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-8\"><span style=\"color: #ffffff;\"><span class=\"translatable-message\">دانلود اپلیکیشن بت فوروارد برای اندروید</span></span></h2>\r\n<p class=\"ai-optimize-25\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-208 size-full\" title=\"دانلود اپلیکیشن بت فوروارد برای اندروید\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-اپلیکیشن-بت-فوروارد-برای-اندروید.jpg\" alt=\"دانلود اپلیکیشن بت فوروارد برای اندروید\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-9\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">بت فوروارد نام یکی از معتبر ترین وب سایت های شرط بندی حال حاضر در دنیا می باشد که برای راحتی مخاطبان خود، اپلیکیشن اختصاصی طراحی کرده است. اپلیکیشن سایت شرط بندی بت فوروارد برای سیستم عامل اندروید نیز موجود می باشد و شما با دانلود آن می توانید از ویژگی های جذابی استفاده نمایید.</span></p>\r\n<p class=\"ai-optimize-10\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">چندین روش مختلف برای دانلود اپلیکیشن بت فوروارد وجود دارد که شما می توانید از هر کدام آن ها استفاده نمایید.</span></p>\r\n\r\n<ul>\r\n 	<li class=\"ai-optimize-11\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">دکمه های فعال در این مطلب</span></li>\r\n 	<li class=\"ai-optimize-12\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">شبکه های مجازی بت فوروارد</span></li>\r\n 	<li class=\"ai-optimize-13\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">سایت اصلی و...</span></li>\r\n</ul>\r\n<h2 class=\"ai-optimize-14\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">دانلود فیلترشکن بت فوروارد برای اندروید</span></strong></span></h2>\r\n<p class=\"ai-optimize-26\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-209 size-full\" title=\"دانلود فیلترشکن بت فوروارد برای اندروید\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلترشکن-بت-فوروارد-برای-اندروید.jpg\" alt=\"دانلود فیلترشکن بت فوروارد برای اندروید\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-15\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">آدرس های سایت شرط بندی بت فوروارد به خاطر محدودیت ها و فیلترینگ موجود در کشور ایران، فیلتر و از دسترس کاربران خارج می شود.</span></p>\r\n<p class=\"ai-optimize-16\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">وب سایت شرط بندی بت فوروارد فیلتر شکنی را طراحی کرده است که مشکل را تا حد زیادی رفع و بر طرف می کند. برای دانلود فیلتر شکن بت فوروارد برای سیستم عامل اندروید کافیست بر روی لینک های فعال در این مطلب کلیک کنید.</span></p>\r\n<p class=\"ai-optimize-17\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">در ادامه توضیحاتی را در مورد دانلود فیلترشکن بت فوروارد لینک مستقیم برای شما ارائه می کنیم.</span></p>\r\n\r\n<h2 class=\"ai-optimize-18\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">دانلود اپلیکیشن بت فوروارد با لینک مستقیم</span></strong></span></h2>\r\n<p class=\"ai-optimize-27\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-211 size-full\" title=\"دانلود اپلیکیشن بت فوروارد با لینک مستقیم\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-اپلیکیشن-بت-فوروارد-با-لینک-مستقیم.jpg\" alt=\"دانلود اپلیکیشن بت فوروارد با لینک مستقیم\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-19\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">دانلود اپلیکیشن سایت بت فوروارد برای مخاطبانی که در این سایت فعالیت می کنند، بسیار مهم می باشد. زیرا با دانلود اپلیکیشن بت فوروارد شما بدون نیاز به فیلترشکن می توانید از خدمات موجود در سایت استفاده کنید.</span></p>\r\n<p class=\"ai-optimize-20\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با کلیک بر روی دکمه های موجود در این مطلب می توانید به صورت مستقیم اپلیکیشن سایت شرط بندی بت فوروارد را بر روی موبایل های خود دانلود کنید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-21\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">دانلود برنامه بت فوروارد برای اندروید</span></strong></span></h2>\r\n<p class=\"ai-optimize-28\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-212 size-full\" title=\"دانلود برنامه بت فوروارد برای اندروید\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-برنامه-بت-فوروارد-برای-اندروید.jpg\" alt=\"دانلود برنامه بت فوروارد برای اندروید\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-22\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">برنامه بت فوروارد سرعت و امنیت بسیار بالایی دارد. این برنامه را از طریق دکمه های موجود در این مطلب، شبکه های رسمی بت فوروارد و سایت اصلی می توانید مطابق به سیستم عامل مورد نظر خود دانلود کنید.</span></p>\r\n<p class=\"ai-optimize-23\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">از طریق لینک های موجود در این مطلب شما می توانید برای دانلود فیلترشکن بت فوروارد لینک مستقیم استفاده کنید.</span></p>', 'دانلود فیلتر شکن بت فوروارد با لینک مستقیم', '', 'publish', 'open', 'open', '', 'download-betforward-vpn-direct-link', '', '', '2025-07-01 12:47:15', '2025-07-01 09:17:15', '', 0, 'https://forwardbet.casino/?p=207', 0, 'post', '', 0),
(208, 2, '2024-09-17 11:18:46', '2024-09-17 07:48:46', '', 'دانلود اپلیکیشن بت فوروارد برای اندروید', '', '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%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%b1%d8%a7%db%8c-%d8%a7%d9%86%d8%af%d8%b1%d9%88', '', '', '2024-09-17 11:19:08', '2024-09-17 07:49:08', '', 207, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-اپلیکیشن-بت-فوروارد-برای-اندروید.jpg', 0, 'attachment', 'image/jpeg', 0),
(209, 2, '2024-09-17 11:22:22', '2024-09-17 07:52:22', '', 'دانلود فیلترشکن بت فوروارد برای اندروید', '', '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-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%b1%d8%a7%db%8c-%d8%a7%d9%86%d8%af%d8%b1%d9%88-2', '', '', '2024-09-17 11:22:30', '2024-09-17 07:52:30', '', 207, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلترشکن-بت-فوروارد-برای-اندروید.jpg', 0, 'attachment', 'image/jpeg', 0),
(211, 2, '2024-09-17 11:29:41', '2024-09-17 07:59:41', '', 'دانلود اپلیکیشن بت فوروارد با لینک مستقیم', '', '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%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%a7-%d9%84%db%8c%d9%86%da%a9-%d9%85%d8%b3%d8%aa', '', '', '2024-09-17 11:29:49', '2024-09-17 07:59:49', '', 207, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-اپلیکیشن-بت-فوروارد-با-لینک-مستقیم.jpg', 0, 'attachment', 'image/jpeg', 0),
(212, 2, '2024-09-17 11:34:08', '2024-09-17 08:04:08', '', 'دانلود برنامه بت فوروارد برای اندروید', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d8%a8%d8%b1%d9%86%d8%a7%d9%85%d9%87-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%b1%d8%a7%db%8c-%d8%a7%d9%86%d8%af%d8%b1%d9%88%db%8c%d8%af', '', '', '2024-09-17 11:34:16', '2024-09-17 08:04:16', '', 207, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-برنامه-بت-فوروارد-برای-اندروید.jpg', 0, 'attachment', 'image/jpeg', 0),
(214, 2, '2024-09-17 11:46:48', '2024-09-17 08:16:48', '', 'دانلود فیلتر شکن بت فوروارد با لینک مستقیم', '', '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-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%a7-%d9%84%db%8c%d9%86%da%a9-%d9%85%d8%b3%d8%aa', '', '', '2024-09-17 11:46:55', '2024-09-17 08:16:55', '', 207, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلتر-شکن-بت-فوروارد-با-لینک-مستقیم.jpg', 0, 'attachment', 'image/jpeg', 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
(217, 2, '2025-03-21 17:19:50', '2025-03-21 13:49:50', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">به دلیل مشکلات و محدودیت های موجود در کشور ایران و برخی از کشور ها، <strong>بت فوروارد بدون فیلتر</strong> برای کاربرانی که در این سایت فعالیت می کنند، بسیار مهم می باشد. دسترسی بدون نیاز به فیلترشکن به سایت شرط بندی بت فوروارد، آرزویی برای کاربران این سایت می باشد.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با دانلود <a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\"><strong>betforward vpn</strong></a> تا حد زیادی از مشکلات فیلترینگ رها می شوید و به آسانی می توانید پیش بینی خود را بر روی مسابقات ورزشی و بازی های کازینویی در سایت بت فوروارد ثبت کنید.</span></p>\r\n<p class=\"ai-optimize-19\"><span style=\"color: #ffffff;\"><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-8\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">فیلترشکن فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-20\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-220 size-full\" title=\"فیلترشکن فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/فیلترشکن-فوروارد.jpg\" alt=\"فیلترشکن فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-9\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">بت فوروارد برای رفع مشکلات کاربران خود در زمینه فیلترینگ، فیلترشکنی را طراحی و در دسترس مخاطبان قرار داده است. با دانلود فیلترشکن بت فوروارد بر روی موبایل های خود، می توانید به آسانی مشکلات موجود در این زمینه را دور بزنید و پیش بینی خود را بر روی مسابقات ورزشی و بازی های کازینویی ثبت کنید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-10\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">فیلتر شکن بت فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-21\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-221 size-full\" title=\"فیلتر شکن بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/فیلتر-شکن-بت-فوروارد.jpg\" alt=\"فیلتر شکن بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-11\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">بت فوروارد مانند <strong><a style=\"color: #ffffff;\" href=\"https://jetshart.com/\">JetBet</a></strong> جزء معدود ترین وب سایت های فعال در صنعت شرط بندی می باشد که برای دسترسی آسان و سریع کاربران به بخش های موجود در سایت، فیلتر شکن اختصاصی خود را طراحی و ارائه کرده است.</span></p>\r\n<p class=\"ai-optimize-12\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">از طریق لینک های فعال در این مطلب و عضویت در شبکه های رسمی بت فوروارد می توانید فیلتر شکن بت فوروارد را بر روی موبایل های خود دانلود کنید.</span></p>\r\n<p class=\"ai-optimize-13\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">همچنین لینک بدون فیلتر سایت شرط بندی بت فوروارد را نیز در این مطلب می توانید پیدا کنید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-14\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">بت فوروارد با فیلتر</span></strong></span></h2>\r\n<p class=\"ai-optimize-22\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-222 size-full\" title=\"بت فوروارد با فیلتر\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-با-فیلتر.jpg\" alt=\"بت فوروارد با فیلتر\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-15\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">همان طور که می دانید فعالیت سایت های شرط بندی در برخی از کشور ها از جمله ایران ممنوع می باشد. به دلیل محدودیت ها و فیلترینگ موجود در کشور ایران، آدرس های سایت بتفوروارد اغلب فیلتر می شوند. در واقع شما برای فعالیت در آن ها به فیلترشکن نیاز خواهید داشت.</span></p>\r\n\r\n<h2 class=\"ai-optimize-16\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">بت فوروارد تلگرام</span></strong></span></h2>\r\n<p class=\"ai-optimize-23\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-223 size-full\" title=\"بت فوروارد تلگرام\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-تلگرام.jpg\" alt=\"بت فوروارد تلگرام\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-17\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">سایت شرط بندی بت فوروارد در پیام رسان های معتبر و بزرگ حضور فعال دارد. این سایت شرط بندی در برنامه تلگرام نیز حضور دارد و به صورت آنلاین با مخاطبان خود ارتباط برقرار می کند.</span></p>\r\n<p class=\"ai-optimize-18\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">از طریق لینک های موجود در این مطلب شما می توانید در کانال رسمی بت فوروارد در برنامه تلگرام عضو شوید.</span></p>', 'بت فوروارد بدون فیلتر', '', 'publish', 'open', 'open', '', 'bet-forward-without-filter', '', '', '2025-07-01 12:47:27', '2025-07-01 09:17:27', '', 0, 'https://forwardbet.casino/?p=217', 0, 'post', '', 0),
(219, 2, '2024-09-17 18:12:56', '2024-09-17 14:42:56', '', 'بت فوروارد بدون فیلتر', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1', '', '', '2024-09-17 18:13:00', '2024-09-17 14:43:00', '', 217, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-بدون-فیلتر.jpg', 0, 'attachment', 'image/jpeg', 0),
(220, 2, '2024-09-17 18:23:15', '2024-09-17 14:53:15', '', 'فیلترشکن فوروارد', '', 'inherit', 'open', 'closed', '', '%d9%81%db%8c%d9%84%d8%aa%d8%b1%d8%b4%da%a9%d9%86-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-2', '', '', '2024-09-17 18:23:22', '2024-09-17 14:53:22', '', 217, 'https://forwardbet.casino/wp-content/uploads/2024/09/فیلترشکن-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(221, 2, '2024-09-17 18:26:33', '2024-09-17 14:56:33', '', 'فیلتر شکن بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d9%81%db%8c%d9%84%d8%aa%d8%b1-%d8%b4%da%a9%d9%86-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-17 18:26:44', '2024-09-17 14:56:44', '', 217, 'https://forwardbet.casino/wp-content/uploads/2024/09/فیلتر-شکن-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(222, 2, '2024-09-17 18:29:01', '2024-09-17 14:59:01', '', 'بت فوروارد با فیلتر', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%a7-%d9%81%db%8c%d9%84%d8%aa%d8%b1', '', '', '2024-09-17 18:29:34', '2024-09-17 14:59:34', '', 217, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-با-فیلتر.jpg', 0, 'attachment', 'image/jpeg', 0),
(223, 2, '2024-09-17 18:31:39', '2024-09-17 15:01:39', '', 'بت فوروارد تلگرام', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%aa%d9%84%da%af%d8%b1%d8%a7%d9%85', '', '', '2024-09-17 18:31:53', '2024-09-17 15:01:53', '', 217, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-تلگرام.jpg', 0, 'attachment', 'image/jpeg', 0),
(225, 2, '2025-03-21 17:19:48', '2025-03-21 13:49:48', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">برای علاقه مندان شرط بندی آنلاین، <strong>ادرس جدید بت فوروارد بدون فیلتر شکن</strong> اهمیت بسیار زیادی دارد. وب سایت شرط بندی بت فوروارد با ارائه آدرس های جدید و بدون فیلتر کار را برای کاربران خود آسان و راحت کرده است. با عضویت در شبکه های مجازی بت فوروارد می توانید ادرس های جدیدی را که توسط تیم مدیریتی ارائه می شود، دریافت کنید.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با دریافت آدرس های جدید شما تا حد زیادی از <a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\"><strong>بت فوروارد با فیلتر شکن</strong></a> خلاص می شوید و به آسانی می توانید از ویژگی های موجود در سایت استفاده کنید.</span></p>\r\n<p class=\"ai-optimize-24\"><span style=\"color: #ffffff;\"><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-8\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">آدرس بدون فیلتر بت فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-25\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-228 size-full\" title=\"آدرس بدون فیلتر بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/آدرس-بدون-فیلتر-بت-فوروارد.jpg\" alt=\"آدرس بدون فیلتر بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-9\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">وب سایت شرط بندی بت فوروارد برای دسترسی آسان و سریع مخاطبان خود آدرس های جدید و بدون فیلتری را ارائه می کند. لینک های جدید سایت بت فوروارد مزایای بسیار زیادی برای کاربران دارد که در ادامه به معرفی برخی از آن ها می پردازیم.</span></p>\r\n\r\n<ul>\r\n 	<li class=\"ai-optimize-10\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">عدم نیاز به فیلترشکن</span></li>\r\n 	<li class=\"ai-optimize-11\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">سرعت و امنیت بالا</span></li>\r\n 	<li class=\"ai-optimize-12\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">دسترسی سریع و آسان به بخش های سایت</span></li>\r\n 	<li class=\"ai-optimize-13\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">طرح های ویژه و...</span></li>\r\n</ul>\r\n<h2 class=\"ai-optimize-14\"><span style=\"color: #ffffff;\"><strong>ادرس بدون فیلتر بت فوروارد</strong></span></h2>\r\n<p class=\"ai-optimize-26\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-229 size-full\" title=\"ادرس بدون فیلتر بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/ادرس-بدون-فیلتر-بت-فوروارد.jpg\" alt=\"ادرس بدون فیلتر بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-15\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">ادرس بدون فیلتر بت فوروارد را به روش های مختلفی می توانید دریافت کنید. بهترین و شاید مناسب ترین روش استفاده از لینک های موجود در این مطلب می باشد.</span></p>\r\n<p class=\"ai-optimize-16\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">شما با کلیک بر روی لینک های موجود در این مطلب به صورت مستقیم وارد سایت شرط بندی بت فوروارد می شوید و بدون نیاز به فیلتر شکن می توانید از خدمات موجود در سایت استفاده کنید.</span></p>\r\n<p class=\"ai-optimize-17\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">همچنین با عضویت در صفحات رسمی بت فوروارد نیز می توانید آدرس های جدیدی را که ارائه می شود، دریافت کنید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-18\"><span style=\"color: #ffffff;\"><strong>آدرس جدید بت فوروارد</strong></span></h2>\r\n<p class=\"ai-optimize-27\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-231 size-full\" title=\"آدرس جدید بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/آدرس-جدید-بت-فوروارد.jpg\" alt=\"آدرس جدید بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-19\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">آدرس جدید بت فوروارد با هدف دسترسی سریع و آسان کاربران ارائه می شود. به چندین روش می توانید آدرس جدید سایت بت فوروارد را دریافت کنید.</span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n 	<li class=\"ai-optimize-20\"><span style=\"font-size: 14pt; color: #ffffff;\">لینک های موجود در این مطلب</span></li>\r\n 	<li class=\"ai-optimize-21\"><span style=\"font-size: 14pt; color: #ffffff;\">عضویت در صفحات رسمی</span></li>\r\n 	<li class=\"ai-optimize-22\"><span style=\"font-size: 14pt; color: #ffffff;\">سایت اصلی بت فوروارد</span></li>\r\n</ul>\r\n<p class=\"ai-optimize-23\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">شما از طریق روش های فوق می توانید آدرس های جدیدی را که توسط سایت بت فوروارد ارائه می شود، دریافت کنید.</span></p>', 'ادرس جدید بت فوروارد بدون فیلتر شکن', '', 'publish', 'open', 'open', '', 'new-betforward-address-without-vpn', '', '', '2025-07-01 12:47:36', '2025-07-01 09:17:36', '', 0, 'https://forwardbet.casino/?p=225', 0, 'post', '', 0),
(227, 2, '2024-09-17 19:09:26', '2024-09-17 15:39:26', '', 'ادرس جدید بت فوروارد بدون فیلتر شکن', '', 'inherit', 'open', 'closed', '', '%d8%a7%d8%af%d8%b1%d8%b3-%d8%ac%d8%af%db%8c%d8%af-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1-%d8%b4%da%a9%d9%86', '', '', '2024-09-17 19:09:40', '2024-09-17 15:39:40', '', 225, 'https://forwardbet.casino/wp-content/uploads/2024/09/ادرس-جدید-بت-فوروارد-بدون-فیلتر-شکن.jpg', 0, 'attachment', 'image/jpeg', 0),
(228, 2, '2024-09-17 19:14:28', '2024-09-17 15:44:28', '', 'آدرس بدون فیلتر بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%a2%d8%af%d8%b1%d8%b3-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-17 19:14:34', '2024-09-17 15:44:34', '', 225, 'https://forwardbet.casino/wp-content/uploads/2024/09/آدرس-بدون-فیلتر-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(229, 2, '2024-09-17 19:16:39', '2024-09-17 15:46:39', '', 'ادرس بدون فیلتر بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%a7%d8%af%d8%b1%d8%b3-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-17 19:16:50', '2024-09-17 15:46:50', '', 225, 'https://forwardbet.casino/wp-content/uploads/2024/09/ادرس-بدون-فیلتر-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(231, 2, '2024-09-17 20:08:10', '2024-09-17 16:38:10', '', 'آدرس جدید بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%a2%d8%af%d8%b1%d8%b3-%d8%ac%d8%af%db%8c%d8%af-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-17 20:08:18', '2024-09-17 16:38:18', '', 225, 'https://forwardbet.casino/wp-content/uploads/2024/09/آدرس-جدید-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(233, 2, '2025-03-21 17:19:46', '2025-03-21 13:49:46', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">به دلیل فیلترینگ موجود در کشور ایران، کاربران از <strong>سایت بت فوروارد با فیلترشکن</strong> باید استفاده کنند. موضوعی که دسترسی کاربران به سایت های شرط بندی را سخت و دشوار کرده است.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">محدودیت و فیلترینگ منجر باعث شده تا کاربران به دنبال <a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\"><strong>بت فوروارد بدون فیلتر شکن</strong></a> باشند. از طریق لینک های فعال در این مطلب شما می توانید از خدمات و امکانات موجود در سایت بت فوروارد استفاده نمایید.</span></p>\r\n<p class=\"ai-optimize-27\"><span style=\"color: #ffffff;\"><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-8\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">سایت بت فوروارد بدون فیلتر شکن</span></strong></span></h2>\r\n<p class=\"ai-optimize-28\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-236 size-full\" title=\"سایت بت فوروارد بدون فیلتر شکن\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فوروارد-بدون-فیلتر-شکن.jpg\" alt=\"سایت بت فوروارد بدون فیلتر شکن\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-9\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">همان طور که می دانید فعالیت سایت های شرط بندی در برخی از کشور ها ممنوع می باشد. این موضوع باعث شده تا آدرس سایت بت فوروارد در کشور ایران فیلتر و از دسترس کاربران خارج شود.</span></p>\r\n<p class=\"ai-optimize-10\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">از سایت شرط بندی بت فوروارد به چند روش می توان بدون نیاز به فیلتر شکن استفاده کرد.</span></p>\r\n\r\n<h2 class=\"ai-optimize-11\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">سایت بت فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-29\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-237 size-full\" title=\"سایت بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فوروارد.jpg\" alt=\"سایت بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-12\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">سایت بت فوروارد betforward یک سایت بین المللی فعال در صنعت شرط بندی آنلاین می باشد. این سایت شرط بندی از نمایندگان بت کانستراکت در کشور ایران می باشد.</span></p>\r\n<p class=\"ai-optimize-13\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">پیش بینی ورزشی، کازینوی آنلاین، ورزش های مجازی، ورزش های الکترونیکی، طرح های تشویقی، پشتیبانی و... از بخش های مهم موجود در سایت بت فوروارد محسوب می شوند.</span></p>\r\n\r\n<h2 class=\"ai-optimize-14\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">سایت بت فوروارد بدون فیلتر</span></strong></span></h2>\r\n<p class=\"ai-optimize-30\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-238 size-full\" title=\"سایت بت فوروارد بدون فیلتر\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فوروارد-بدون-فیلتر.jpg\" alt=\"سایت بت فوروارد بدون فیلتر\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-15\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با توجه به این که فعالیت سایت های شرط بندی در کشور ایران با مشکلات بزرگی همراه است، استفاده بدون نیاز به فیلتر شکن از سایت بت فوروارد برای مخاطبان این سایت شرط بندی بسیار مهم می باشد.</span></p>\r\n<p class=\"ai-optimize-16\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">در ادامه این مطلب روش هایی را که می توانید از سایت بت فوروارد بدون فیلتر استفاده کنید، برای شما معرفی می کنیم.</span></p>\r\n\r\n<ul>\r\n 	<li class=\"ai-optimize-17\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">آدرس های جدید</span></li>\r\n 	<li class=\"ai-optimize-18\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">اپلیکیشن اختصاصی</span></li>\r\n</ul>\r\n<h2 class=\"ai-optimize-19\"><span style=\"color: #ffffff;\"><span class=\"translatable-message\">سایت بدون فیلتر بت فوروارد</span></span></h2>\r\n<p class=\"ai-optimize-31\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-240 size-full\" title=\"سایت بدون فیلتر بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بدون-فیلتر-بت-فوروارد.jpg\" alt=\"سایت بدون فیلتر بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-20\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با کلیک بر روی دکمه های فعال در این مطلب می توانید از سایت بت فوروارد بدون نیاز به فیلترشکن استفاده کنید. البته به این موضوع توجه کنید که امکان فیلتر شدن آدرس های جدید نیز وجود دارد.</span></p>\r\n\r\n<h2 class=\"ai-optimize-21\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">سایت بت فورد بدون فیلتر</span></strong></span></h2>\r\n<p class=\"ai-optimize-32\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-241 size-full\" title=\"سایت بت فورد بدون فیلتر\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فورد-بدون-فیلتر.jpg\" alt=\"سایت بت فورد بدون فیلتر\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-22\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">علاوه بر این با عضویت در صفحات رسمی بت فوروارد در پیام رسان های معروف مانند تلگرام و اینستاگرام نیز می توانید آدرس های جدیدی را که توسط تیم مدیریتی ارائه می شود، دریافت کنید.</span></p>\r\n<p class=\"ai-optimize-23\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">همچنین از اپلیکیشن و برنامه اختصاصی بت فوروارد نیز می توانید برای دسترسی بدون فیلتر به سایت استفاده کنید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-24\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">betforward بدون فیلتر</span></strong></span></h2>\r\n<p class=\"ai-optimize-33\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-242 size-full\" title=\"betforward بدون فیلتر\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/betforward-بدون-فیلتر.jpg\" alt=\"betforward بدون فیلتر\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-25\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">به طور کلی دسترسی به سایت بت فوروارد بدون نیاز به فیلتر شکن برای کاربران این سایت شرط بندی بسیار مهم می باشد. زیرا آدرس سایت بت فوروارد در کشور ایران فیلتر و از دسترس کاربران خارج می شود. این موضوع دسترسی کاربران به سایت را برای کاربران مختل کرده است.</span></p>\r\n<p class=\"ai-optimize-26\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">از طریق آدرس های جدید سایت بت فوروارد و اپلیکیشن اختصاصی این سایت شرط بندی می توانید بدون فیلتر از خدمات موجود در این سایت استفاده نمایید.</span></p>', 'سایت بت فوروارد با فیلترشکن', '', 'publish', 'open', 'open', '', 'betforward-site-with-vpn', '', '', '2025-07-01 12:47:49', '2025-07-01 09:17:49', '', 0, 'https://forwardbet.casino/?p=233', 0, 'post', '', 0),
(234, 2, '2024-09-18 12:53:28', '2024-09-18 09:23:28', '', 'سایت بت فوروارد با فیلترشکن', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%a7-%d9%81%db%8c%d9%84%d8%aa%d8%b1%d8%b4%da%a9%d9%86-2', '', '', '2024-09-18 12:53:51', '2024-09-18 09:23:51', '', 233, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فوروارد-با-فیلترشکن.jpg', 0, 'attachment', 'image/jpeg', 0),
(236, 2, '2024-09-18 13:09:38', '2024-09-18 09:39:38', '', 'سایت بت فوروارد بدون فیلتر شکن', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1-%d8%b4%da%a9%d9%86', '', '', '2024-09-18 13:10:06', '2024-09-18 09:40:06', '', 233, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فوروارد-بدون-فیلتر-شکن.jpg', 0, 'attachment', 'image/jpeg', 0),
(237, 2, '2024-09-18 13:12:10', '2024-09-18 09:42:10', '', 'سایت بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-18 13:12:21', '2024-09-18 09:42:21', '', 233, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(238, 2, '2024-09-18 13:18:20', '2024-09-18 09:48:20', '', 'سایت بت فوروارد بدون فیلتر', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1', '', '', '2024-09-18 13:18:28', '2024-09-18 09:48:28', '', 233, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فوروارد-بدون-فیلتر.jpg', 0, 'attachment', 'image/jpeg', 0),
(240, 2, '2024-09-18 13:22:21', '2024-09-18 09:52:21', '', 'سایت بدون فیلتر بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-18 13:22:27', '2024-09-18 09:52:27', '', 233, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بدون-فیلتر-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(241, 2, '2024-09-18 13:25:02', '2024-09-18 09:55:02', '', 'سایت بت فورد بدون فیلتر', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d8%af-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1', '', '', '2024-09-18 13:25:10', '2024-09-18 09:55:10', '', 233, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فورد-بدون-فیلتر.jpg', 0, 'attachment', 'image/jpeg', 0),
(242, 2, '2024-09-18 13:30:13', '2024-09-18 10:00:13', '', 'betforward بدون فیلتر', '', 'inherit', 'open', 'closed', '', 'betforward-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1', '', '', '2024-09-18 13:30:20', '2024-09-18 10:00:20', '', 233, 'https://forwardbet.casino/wp-content/uploads/2024/09/betforward-بدون-فیلتر.jpg', 0, 'attachment', 'image/jpeg', 0),
(244, 2, '2025-03-21 17:19:44', '2025-03-21 13:49:44', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">بت فوروارد یک سایت محبوب در زمینه شرط بندی آنلاین می باشد که چند سالیست فعالیت خود را آغاز کرده است. <strong>بت فوروارد اصلی</strong> برای مخاطبانی که قصد عضویت در این سایت شرط بندی را دارند، بسیار مهم و حساس می باشد.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 14pt;\">از طریق دکمه های فعال در این مطلب می توانید از وب سایت شرط بندی <a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\"><strong>بت فوروارد بدون فیلتر شکن</strong></a> را استفاده کنید.\r\n</span><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-8\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">سایت رسمی بت فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-16\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-245 size-full\" title=\"سایت رسمی بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/سایت-رسمی-بت-فوروارد.jpg\" alt=\"سایت رسمی بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-9\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">وب سایت شرط بندی بت فوروارد نام یک سایت بین المللی در زمینه شرط بندی آنلاین می باشد. پیش بینی ورزشی و کازینوی آنلاین به همراه خدمات و امکانات جذاب و منحصر به فرد در این وب سایت شرط بندی امکان پذیر است.</span></p>\r\n\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 14pt; color: #ffffff;\">نام سایت</span></td>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 14pt; color: #ffffff;\">بت فوروارد betforward</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 14pt; color: #ffffff;\">پیش بینی ورزشی</span></td>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 14pt; color: #ffffff;\"><img class=\"emoji emoji-image\" src=\"https://web.telegram.org/k/assets/img/emoji/2705.png\" alt=\"✅\" /> دارد</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 14pt; color: #ffffff;\">کازینوی آنلاین</span></td>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 14pt; color: #ffffff;\"><img class=\"emoji emoji-image\" src=\"https://web.telegram.org/k/assets/img/emoji/2705.png\" alt=\"✅\" /> دارد</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 14pt; color: #ffffff;\">بونوس</span></td>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 14pt; color: #ffffff;\"><img class=\"emoji emoji-image\" src=\"https://web.telegram.org/k/assets/img/emoji/2705.png\" alt=\"✅\" /> دارد</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 14pt; color: #ffffff;\">پشتیبانی آنلاین</span></td>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 14pt; color: #ffffff;\"><img class=\"emoji emoji-image\" src=\"https://web.telegram.org/k/assets/img/emoji/2705.png\" alt=\"✅\" /> دارد</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 14pt; color: #ffffff;\">مجوز و لایسنس</span></td>\r\n<td style=\"width: 50%;\"><span style=\"font-size: 14pt; color: #ffffff;\"><img class=\"emoji emoji-image\" src=\"https://web.telegram.org/k/assets/img/emoji/2705.png\" alt=\"✅\" /> دارد</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"ai-optimize-10\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">به دلیل محبوبیت بالای بت فوروارد نزد کاربران، نسخه های مختلفی از این سایت تاسیس شده است. برای فعالیت در سایت بت فوروارد پیشنهاد می کنیم حتما از سایت رسمی و اصلی استفاده کنید.</span></p>\r\n<p class=\"ai-optimize-11\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">در غیر این صورت ممکن است مورد فریب و کلاهبرداری سایت های فیک و نا معتبر قرار بگیرید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-12\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">سایت شرط بندی بت فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-17\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-246 size-full\" title=\"سایت شرط بندی بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/سایت-شرط-بندی-بت-فوروارد.jpg\" alt=\"سایت شرط بندی بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-13\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">سایت شرط بندی بت فوروارد با وجود این که یک سایت خارجی محسوب می شود، از زبان فارسی نیز پشتیبانی می کند. بت فوروارد از اسکریپت بت کانستراکت استفاده می کنید و رابط کاربری بسیار جذابی دارد.</span></p>\r\n<p class=\"ai-optimize-14\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">سایت بت فوروارد از معدود سایت های شرط بندی آنلاین می باشد که مجوز و لایسنس رسمی دارد. این سایت شرط بندی امنیت و اعتبار مناسبی دارد و توانسته نظر کاربران بسیار زیادی را در کشور ایران به خود جلب کند.</span></p>\r\n<p class=\"ai-optimize-15\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با کلیک بر روی دکمه های فعال در این مطلب می توانید وارد سایت بت فوروارد شوید و پیش بینی خود را بر روی مسابقات ورزشی و بازی های کازینویی ثبت کنید.</span></p>', 'بت فوروارد اصلی', '', 'publish', 'open', 'open', '', 'original-betforward', '', '', '2025-07-01 12:47:59', '2025-07-01 09:17:59', '', 0, 'https://forwardbet.casino/?p=244', 0, 'post', '', 0),
(245, 2, '2024-09-18 14:25:42', '2024-09-18 10:55:42', '', 'سایت رسمی بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%b3%d8%a7%db%8c%d8%aa-%d8%b1%d8%b3%d9%85%db%8c-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-18 14:25:47', '2024-09-18 10:55:47', '', 244, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-رسمی-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(246, 2, '2024-09-18 14:27:46', '2024-09-18 10:57:46', '', 'سایت شرط بندی بت فوروارد', '', '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%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-18 14:27:52', '2024-09-18 10:57:52', '', 244, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-شرط-بندی-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(247, 2, '2024-09-18 14:36:30', '2024-09-18 11:06:30', '', 'بت فوروارد اصلی', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a7%d8%b5%d9%84%db%8c', '', '', '2024-09-18 14:36:56', '2024-09-18 11:06:56', '', 244, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-اصلی.jpg', 0, 'attachment', 'image/jpeg', 0),
(250, 2, '2025-03-21 17:19:43', '2025-03-21 13:49:43', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">بت فوروارد در شکبه های مجازی محبوب مانند تلگرام حضور فعال و پر رنگی دارد. کانال <strong>بت فوروارد تلگرام</strong> برای کاربران این سایت شرط بندی از اهمیت بسیار بالایی برخوردار است.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">لینک عضویت در کانال تلگرام سایت شرط بندی بت فوروارد در این مطلب قرار دارد. با کلیک بر روی دکمه های فعال در این مطلب به آسانی می توانید در کانال تلگرام سایت betforward عضو شوید.</span></p>\r\n<p class=\"ai-optimize-8\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">علاوه بر این می توانید <a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"translatable-message\">فیلترشکن بت فوروارد</span></strong></a> را نیز بر روی موبایل های دانلود نمایید.</span></p>\r\n<p class=\"ai-optimize-19\"><span style=\"color: #ffffff;\"><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-9\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">کانال تلگرام بت فوروارد</span></strong></span></h2>\r\n<p class=\"ai-optimize-20\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-252 size-full\" title=\"کانال تلگرام بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/کانال-تلگرام-بت-فوروارد.jpg\" alt=\"کانال تلگرام بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-10\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">وب سایت شرط بندی betforward در پیام رسان تلگرام حضور فعال دارد و به صورت مستقیم با مخاطبان خود ارتباط برقرار می کند. با عضویت در کانال تلگرام بت فوروارد betforward می توانید از آخرین اخبار، اطلاعیه ها، آدرس های جدید و بدون فیلتر، طرح های تشویقی، مسابقات حساس روزانه و... با خبر شوید.</span></p>\r\n<p class=\"ai-optimize-11\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">عضویت در تلگرام سایت بتفوروارد مزایای بسیار زیادی برای کاربران دارد. در ادامه به معرفی برخی از مزایای عضویت در صفحات رسمی این سایت شرط بندی در تلگرام برای شما می پردازیم.</span></p>\r\n\r\n<ul>\r\n 	<li class=\"ai-optimize-12\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">دریافت بونوس های جدید و منحصر به فرد</span></li>\r\n 	<li class=\"ai-optimize-13\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">اطلاع از آخرین اخبار و اطلاعیه های سایت</span></li>\r\n 	<li class=\"ai-optimize-14\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">دریافت آدرس های جدید و بدون فیلتر</span></li>\r\n 	<li class=\"ai-optimize-15\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">مشاهده بنر های تبلیغی سایت و...</span></li>\r\n</ul>\r\n<p class=\"ai-optimize-16\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">مدیران سایت شرط بندی betforward با حضور در شبکه های مجازی به صورت آنلاین و مستقیم با مخاطبان خود ارتباط برقرار می کنند. وب سایت بت فوروارد در پلتفرم Telegram حضور فعال و پر رنگی دارد و پست های بسیار زیادی را منتشر می کند.</span></p>\r\n<p class=\"ai-optimize-17\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">از طریق دکمه های فعال در این مطلب شما به طور مستقیم وارد کانال تلگرام سایت شرط بندی بتفوروارد می شوید و به آسانی می توانید در آن عضو شوید.</span></p>\r\n<p class=\"ai-optimize-18\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">علاوه بر این از طریق سایت اصلی بت فوروارد نیز می توانید در صفحات رسمی این سایت شرط بندی عضو شوید.</span></p>', 'بت فوروارد تلگرام', '', 'publish', 'open', 'open', '', 'telegram-betforward', '', '', '2025-07-01 12:48:10', '2025-07-01 09:18:10', '', 0, 'https://forwardbet.casino/?p=250', 0, 'post', '', 0),
(251, 2, '2024-09-18 19:20:24', '2024-09-18 15:50:24', '', 'بت فوروارد تلگرام', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%aa%d9%84%da%af%d8%b1%d8%a7%d9%85-2', '', '', '2024-09-18 19:20:28', '2024-09-18 15:50:28', '', 250, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-تلگرام-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(252, 2, '2024-09-18 19:25:26', '2024-09-18 15:55:26', '', 'کانال تلگرام بت فوروارد', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%a7%d9%86%d8%a7%d9%84-%d8%aa%d9%84%da%af%d8%b1%d8%a7%d9%85-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-18 19:25:33', '2024-09-18 15:55:33', '', 250, 'https://forwardbet.casino/wp-content/uploads/2024/09/کانال-تلگرام-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(254, 2, '2025-03-21 17:19:41', '2025-03-21 13:49:41', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">روش دسترسی به <strong>لینک بدون فیلتر بت فوروارد</strong> برای کاربرانی که در این سایت شرط بندی فعالیت می کنند، بسیار مهم می باشد. شما به آسانی از طریق لینک های موجود در این مطلب می توانید آدرس جدید و بدون فیلتر سایت شرط بندی بت فوروارد را دریافت کنید.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 14pt;\">با دریافت لینک های جدید کاربران می توانند از سایت شرط بندی <a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\"><strong>بت فوروارد بدون فیلترشکن</strong></a> استفاده و پیش بینی خود را بر روی مسابقات مختلف ثبت کنند.</span><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-8\"><span style=\"color: #ffffff;\"><strong>آدرس جدید بت فوروارد</strong></span></h2>\r\n<span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-257 size-full\" title=\"آدرس جدید بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/آدرس-جدید-بت-فوروارد-1.jpg\" alt=\"آدرس جدید بت فوروارد\" width=\"1000\" height=\"500\" /></span>\r\n<p class=\"ai-optimize-9\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">وب سایت شرط بندی بت فوروارد به منظور دسترسی سریع و آسان کاربران خود، آدرس های جدید و بدون فیلتری را ارائه می کند. روش های مختلفی برای دریافت آدرس های جدید و بدون فیلتر وجود دارد که شما می توانید از هر کدام آن ها استفاده کنید.</span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n 	<li class=\"ai-optimize-10\"><span style=\"font-size: 14pt; color: #ffffff;\">استفاده از دکمه های موجود در این مطلب</span></li>\r\n 	<li class=\"ai-optimize-11\"><span style=\"font-size: 14pt; color: #ffffff;\">عضویت در صفحات رسمی بت فوروارد</span></li>\r\n 	<li class=\"ai-optimize-12\"><span style=\"font-size: 14pt; color: #ffffff;\">استفاده از سایت اصلی بت فوروارد</span></li>\r\n 	<li class=\"ai-optimize-13\"><span style=\"font-size: 14pt; color: #ffffff;\">دانلود اپلیکیشن اختصاصی</span></li>\r\n</ul>\r\n<p class=\"ai-optimize-14\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">بهترین و در عین حال سریع ترین حالت ممکن برای دریافت آدرس جدید و بدون فیلتر سایت شرط بندی بت فوروارد و <strong><a style=\"color: #ffffff;\" href=\"https://jetshart.com/\">JetBet</a></strong>، استفاده از دکمه های موجود در این مطلب می باشد.</span></p>\r\n<p class=\"ai-optimize-15\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">علاوه بر این اپلیکیشن نیز راه دیگری برای دسترسی بدون فیلتر به سایت می باشد. شما با دانلود اپلیکیشن سایت شرط بندی بت فوروارد بر روی موبایل های خود نیز تا حد زیادی می توانید از مشکلات فیلترینگ و... رها شوید.</span></p>', 'لینک بدون فیلتر بت فوروارد', '', 'publish', 'open', 'open', '', 'link-without-filter-betforward', '', '', '2025-07-01 12:54:49', '2025-07-01 09:24:49', '', 0, 'https://forwardbet.casino/?p=254', 0, 'post', '', 0),
(256, 2, '2024-09-18 19:51:28', '2024-09-18 16:21:28', '', 'لینک بدون فیلتر بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d9%84%db%8c%d9%86%da%a9-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-18 19:51:34', '2024-09-18 16:21:34', '', 254, 'https://forwardbet.casino/wp-content/uploads/2024/09/لینک-بدون-فیلتر-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(257, 2, '2024-09-18 19:53:14', '2024-09-18 16:23:14', '', 'آدرس جدید بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%a2%d8%af%d8%b1%d8%b3-%d8%ac%d8%af%db%8c%d8%af-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-2', '', '', '2024-09-18 19:53:32', '2024-09-18 16:23:32', '', 254, 'https://forwardbet.casino/wp-content/uploads/2024/09/آدرس-جدید-بت-فوروارد-1.jpg', 0, 'attachment', 'image/jpeg', 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
(259, 2, '2025-03-21 17:19:39', '2025-03-21 13:49:39', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با دریافت آدرس سایت BetForward، <strong>ورود به سایت بت فوروارد</strong> به آسانی امکان پذیر است و شما می توانید از خدمات و امکانات موجود در این سایت استفاده کنید.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با کلیک بر روی دکمه های موجود در این مطلب می توانید به صورت مستقیم وارد سایت بت فوروارد شوید. علاوه بر این با <a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\"><strong>دانلود فیلترشکن بت فوروارد</strong></a> نیز می توانید در مواقعی که سایت برای شما باز نشد، استفاده نمایید.</span></p>\r\n<p class=\"ai-optimize-8\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">در ادامه این مطلب آموزش ورود به سایت بت فوروارد را به صورت کامل ارائه می کنیم.</span></p>\r\n<p class=\"ai-optimize-16\"><span style=\"color: #ffffff;\"><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-9\"><span style=\"color: #ffffff;\"><strong>آموزش ورود به بت فوروارد</strong></span></h2>\r\n<p class=\"ai-optimize-17\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-262 size-full\" title=\"آموزش ورود به بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/آموزش-ورود-به-بت-فوروارد.jpg\" alt=\"آموزش ورود به بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-10\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">چگونگی ورود به سایت شرط بندی betforward از اهمیت بالایی برخوردار است. در ادامه این مطلب آموزش ورود به سایت شرط بندی بتفوروارد را برای کاربران ارائه می کنیم.</span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n 	<li class=\"ai-optimize-11\"><span style=\"font-size: 14pt; color: #ffffff;\">از طریق صفحات رسمی سایت بت فوروارد</span></li>\r\n 	<li class=\"ai-optimize-12\"><span style=\"font-size: 14pt; color: #ffffff;\">از طریق لینک های موجود در این مطلب</span></li>\r\n</ul>\r\n<p class=\"ai-optimize-13\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با عضویت در شبکه های مجازی betforward می توانید آدرس ورود به سایت شرط بندی بتفوروارد را دریافت کنید.</span></p>\r\n<p class=\"ai-optimize-14\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">روش دیگر مزایای بیشتری دارد. با کلیک بر روی لینک های فعال در این مطلب به آسانی می توانید وارد سایت بت فوروارد شوید و از خدمات موجود در سایت استفاده کنید.</span></p>\r\n<p class=\"ai-optimize-15\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">پس از آن که سایت بت فوروارد را باز کردید، باید وارد حساب کاربری خود شوید. برای ورود به حساب کاربری خود در سایت شرط بندی بت فوروارد به اطلاعاتی مانند آدرس ایمیل، نام کاربری و رمز عبور نیاز خواهید داشت.</span></p>', 'ورود به سایت بت فوروارد', '', 'publish', 'open', 'open', '', 'login-betforward-site', '', '', '2025-07-01 12:55:12', '2025-07-01 09:25:12', '', 0, 'https://forwardbet.casino/?p=259', 0, 'post', '', 0),
(261, 2, '2024-09-18 21:10:34', '2024-09-18 17:40:34', '', 'ورود به سایت بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d9%88%d8%b1%d9%88%d8%af-%d8%a8%d9%87-%d8%b3%d8%a7%db%8c%d8%aa-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-18 21:10:43', '2024-09-18 17:40:43', '', 259, 'https://forwardbet.casino/wp-content/uploads/2024/09/ورود-به-سایت-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(262, 2, '2024-09-18 21:14:20', '2024-09-18 17:44:20', '', 'آموزش ورود به بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%88%d8%b1%d9%88%d8%af-%d8%a8%d9%87-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-18 21:14:25', '2024-09-18 17:44:25', '', 259, 'https://forwardbet.casino/wp-content/uploads/2024/09/آموزش-ورود-به-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(264, 2, '2025-03-21 17:19:37', '2025-03-21 13:49:37', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">فیلترینگ و محدودیت های موجود در کشور ایران باعث بروز <strong>مشکل سایت بت فوروارد بدون فیلتر شکن</strong> شده است. به طوری که کاربران به دلیل فیلترینگ شدیدی که در کشور ایران وجود دارد اغلب نمی توانند بدون فیلتر شکن از خدمات و امکانات موجود در سایت استفاده کنند.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">در صورتی که از بت فوروارد بدون فیلتر شکن استفاده می کنید، به مرور زمان ممکن است سرعت دسترسی شما به خدمات سایت به خاطر فیلتر شدن آدرس کاهش پیدا کند. این موضوع به خاطر فیلتر شدن آدرس قبلی می باشد.\r\n</span></p>\r\n<p class=\"ai-optimize-8\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"translatable-message\">betforward vpn</span></strong></a> راهی برای حل مشکل دسترسی به سایت شرط بندی بت فوروارد محسوب می شود. شما از طریق فیلتر شکن بت فوروارد به آسانی می توانید مشکل عدم دسترسی به سایت را رفع کنید.\r\n</span></p>\r\n<p class=\"ai-optimize-14\"><span style=\"color: #ffffff;\"><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-9\"><span style=\"color: #ffffff;\"><strong>مشکل فیلتر بت فوروارد</strong></span></h2>\r\n<p class=\"ai-optimize-15\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-267 size-full\" title=\"مشکل فیلتر بت فوروارد\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/مشکل-فیلتر-بت-فوروارد.jpg\" alt=\"مشکل فیلتر بت فوروارد\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-10\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">وب سایت شرط بندی بت فوروارد به دلیل محدودیت هایی که در کشور ایران وجود دارد، اغلب فیلتر و از دسترس کاربران خارج می شود. این موضوع دسترسی کاربران را به سایت بت فوروارد مشکل و سخت کرده است.</span></p>\r\n<p class=\"ai-optimize-11\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">سایت شرط بندی بتفوروارد برای رفع این مشکل، فیلتر شکنی را طراحی و در دسترس کاربران قرار می دهد. شما به آسانی می توانید این فیلتر شکن بر روی موبایل های خود دانلود کنید.</span></p>\r\n<p class=\"ai-optimize-12\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">فیلتر شکن سایت بت فوروارد را از طریق لینک های فعال در این مطلب می توانید بر روی موبایل های خود دانلود کنید.</span></p>\r\n<p class=\"ai-optimize-13\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">در مواقعی که آدرس های سایت شرط بندی بت فوروارد فیلتر و از دسترس خارج می شود، تا زمان ارائه آدرس های جدید بهتر است از فیلتر شکن این سایت استفاده کنید.</span></p>', 'مشکل سایت بت فوروارد بدون فیلتر شکن', '', 'publish', 'open', 'open', '', 'problem-betforward-site-without-vpn', '', '', '2025-07-01 12:55:31', '2025-07-01 09:25:31', '', 0, 'https://forwardbet.casino/?p=264', 0, 'post', '', 0),
(266, 2, '2024-09-19 17:05:04', '2024-09-19 13:35:04', '', 'مشکل سایت بت فوروارد بدون فیلتر شکن', '', 'inherit', 'open', 'closed', '', '%d9%85%d8%b4%da%a9%d9%84-%d8%b3%d8%a7%db%8c%d8%aa-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1-%d8%b4%da%a9%d9%86', '', '', '2024-09-19 17:05:13', '2024-09-19 13:35:13', '', 264, 'https://forwardbet.casino/wp-content/uploads/2024/09/مشکل-سایت-بت-فوروارد-بدون-فیلتر-شکن.jpg', 0, 'attachment', 'image/jpeg', 0),
(267, 2, '2024-09-19 17:08:26', '2024-09-19 13:38:26', '', 'مشکل فیلتر بت فوروارد', '', 'inherit', 'open', 'closed', '', '%d9%85%d8%b4%da%a9%d9%84-%d9%81%db%8c%d9%84%d8%aa%d8%b1-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af', '', '', '2024-09-19 17:08:31', '2024-09-19 13:38:31', '', 264, 'https://forwardbet.casino/wp-content/uploads/2024/09/مشکل-فیلتر-بت-فوروارد.jpg', 0, 'attachment', 'image/jpeg', 0),
(270, 2, '2025-03-21 17:19:35', '2025-03-21 13:49:35', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">امروزه کاربران وب سایت شرط بندی بت فوروارد از <strong>betforward vpn bot</strong> برای دسترسی آسان و سریع به خدمات سایت استفاده می کنند. صاحبان بت فوروارد در تلگرام رباتی را راه اندازی کرده اند و از طریق آن فیلتر شکن اختصاصی خود را در دسترس کاربران قرار می دهند.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 14pt;\">شما با دانلود بت فوروارد vpn بر روی موبایل ها و سیستم عامل های خود می توانید از <a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\"><strong>بت فوروارد بدون فیلتر شکن</strong></a> استفاده کنید و شانس خود را برای برد های میلیونی امتحان نمایید.</span><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-8\"><span style=\"color: #ffffff;\"><strong>کانال betforward vpn</strong></span></h2>\r\n<p class=\"ai-optimize-13\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-273 size-full\" title=\"کانال betforward vpn\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/کانال-betforward-vpn.jpg\" alt=\"کانال betforward vpn\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-9\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">وب سایت شرط بندی کانالی را در برنامه تلگرام تاسیس کرده است و از طریق آن به ارائه فیلتر شکن های اختصاصی به کاربران می پردازد. با عضویت در کانال بت فوروارد vpn به آسانی می توانید از سرور های رایگان و اختصاصی استفاده کنید.</span></p>\r\n<p class=\"ai-optimize-10\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با توجه به محدودیت های شدیدی که در کشور ایران وجود دارد، دسترسی به فیلترشکن اختصاصی برای مخاطبان از اهمیت بسیار بالایی برخوردار است.</span></p>\r\n<p class=\"ai-optimize-11\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">بیش از 18 هزار کاربر از کانال اختصاصی بت فوروارد با نام betforward vpn bot برای فیلتر شکن استفاده می کنند. روزانه فیلتر شکن و سرور های رایگان در این ربات تلگرامی از سوی مدیران بت فوروارد ارائه می شود. کاربران با عضویت در این ربات می توانند از آن ها استفاده کنند.</span></p>\r\n<p class=\"ai-optimize-12\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">لینک عضویت در این کانال در این مطلب قرار دارد. با کلیک بر روی دکمه های موجود در این مطلب می توانید برای عضویت در کانال بت فوروارد مخصوص فیلتر شکن استفاده کنید.</span></p>', 'betforward vpn bot', '', 'publish', 'open', 'open', '', 'betforward-vpn-bot', '', '', '2025-07-01 12:55:46', '2025-07-01 09:25:46', '', 0, 'https://forwardbet.casino/?p=270', 0, 'post', '', 0),
(272, 2, '2024-09-19 22:59:15', '2024-09-19 19:29:15', '', 'betforward vpn bot', '', 'inherit', 'open', 'closed', '', 'betforward-vpn-bot', '', '', '2024-09-19 22:59:19', '2024-09-19 19:29:19', '', 270, 'https://forwardbet.casino/wp-content/uploads/2024/09/betforward-vpn-bot.jpg', 0, 'attachment', 'image/jpeg', 0),
(273, 2, '2024-09-19 23:10:20', '2024-09-19 19:40:20', '', 'کانال betforward vpn', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%a7%d9%86%d8%a7%d9%84-betforward-vpn', '', '', '2024-09-19 23:10:27', '2024-09-19 19:40:27', '', 270, 'https://forwardbet.casino/wp-content/uploads/2024/09/کانال-betforward-vpn.jpg', 0, 'attachment', 'image/jpeg', 0),
(275, 2, '2025-03-21 17:19:33', '2025-03-21 13:49:33', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">امروزه کاربران با <strong>دانلود فیلترشکن</strong> بر روی موبایل ها و کامپیوتر های خود به آسانی می توانند تمام محدودیت های موجود در فضای مجازی و سایت های شرط بندی را دور بزنند. فیلترشکن های بسیار زیادی در سراسر دنیا از جمله کشور ایران فعالیت می کنند که یکی از آن ها <a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"translatable-message\">betforward vpn</span></strong></a> می باشد.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">در ادامه مراحل و روش دانلود فیلترشکن شرط بندی را ارائه می کنیم.</span></p>\r\n<p class=\"ai-optimize-16\"><span style=\"color: #ffffff;\"><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-8\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">دانلود فیلتز شکن</span></strong></span></h2>\r\n<p class=\"ai-optimize-17\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-277 size-full\" title=\"دانلود فیلتز شکن\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلتز-شکن.jpg\" alt=\"دانلود فیلتز شکن\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-9\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">دانلود فیلتر شکن برای کاربرانی که قصد فعالیت در سایت های شرط بندی را دارند، بسیار مهم می باشد. زیرا صنعت شرط بندی در کشور ایران ممنوع و با محدودیت های بسیار زیادی مواجه است.</span></p>\r\n<p class=\"ai-optimize-10\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">با دانلود یک فیلتر شکن خوب و قوی به آسانی می توانید مشکلات و محدودیت های موجود در این زمینه را دور بزنید. در ادامه می توانید در وب سایت های شرط بندی به پیش بینی مسابقات مختلف بپردازید.</span></p>\r\n<p class=\"ai-optimize-11\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">یکی از فیلتر شکن هایی که شما برای فعالیت در سایت های شرط بندی می توانید از آن ها استفاده کنید؛ فیلتر شکن اختصاصی بت فوروارد می باشد.</span></p>\r\n<p class=\"ai-optimize-12\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">فیلتر شکن اختصاصی بت فوروارد به کاربران این سایت شرط بندی اجازه می دهد تا دیگر نگران باز نشدن سایت نباشند و با خیال راحت بتوانند پیش بینی خود را در سایت ثبت کنند.</span></p>\r\n<p class=\"ai-optimize-13\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">در ادامه مراحل و روش دانلود فیلترشکن را به صورت مختصر برای شما توضیح می دهیم.</span></p>\r\n<p class=\"ai-optimize-14\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">برای اینکار کافیست نام فیلترشکن یا vpn را در مرورگر های مجازی و مارکت ها جست و جو کنید. پس از انتخاب فیلترشکن مورد نظر باید آن را بر روی سیستم عامل خود نصب کنید.</span></p>\r\n<p class=\"ai-optimize-15\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">برای دانلود فیلترشکن اختصاصی بت فوروارد می توانید از دکمه های موجود در این مطلب استفاده کنید تا به صورت مستقیم بر روی سیستم عامل شما نصب شود.</span></p>', 'دانلود فیلترشکن', '', 'publish', 'open', 'open', '', 'download-vpn', '', '', '2025-07-01 12:55:55', '2025-07-01 09:25:55', '', 0, 'https://forwardbet.casino/?p=275', 0, 'post', '', 0),
(276, 2, '2024-09-20 10:10:54', '2024-09-20 06:40:54', '', 'دانلود فیلترشکن', '', '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', '', '', '2024-09-20 10:11:02', '2024-09-20 06:41:02', '', 275, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلترشکن.jpg', 0, 'attachment', 'image/jpeg', 0),
(277, 2, '2024-09-20 10:13:20', '2024-09-20 06:43:20', '', 'دانلود فیلتز شکن', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d9%81%db%8c%d9%84%d8%aa%d8%b2-%d8%b4%da%a9%d9%86', '', '', '2024-09-20 10:13:27', '2024-09-20 06:43:27', '', 275, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلتز-شکن.jpg', 0, 'attachment', 'image/jpeg', 0),
(279, 2, '2025-03-21 17:19:31', '2025-03-21 13:49:31', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">وب سایت شرط بندی وین 90 دارای طراحی و رنگ بندی زیبایی می باشد. <strong>win90 color xyz</strong> در طراحی خود بیشتر از رنگ های سبز و نارنجی استفاده کرده است. به طور کلی سایت وین 90 طراحی و رنگ بندی جذاب و قابل توجهی دارد.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">برای فعالیت در سایت شرط بندی وین 90، قابلیت استفاده از <a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\"><strong>فیلترشکن بت فوروارد</strong></a> وجود ندارد.</span></p>\r\n<p class=\"ai-optimize-18\"><span style=\"color: #ffffff;\"><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-8\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">win90 بدون فیلتر</span></strong></span></h2>\r\n<p class=\"ai-optimize-19\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-281 size-full\" title=\"win90 بدون فیلتر\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/win90-بدون-فیلتر.jpg\" alt=\"win90 بدون فیلتر\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-9\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">وین 90 Win 90 نیز به عنوان یک سایت شرط بندی در کشور ایران فیلتر می شود. win90 color xyz نسبت به بیشتر سایت های فارسی زبان، طراحی بهتری دارد. دسترسی بدون نیاز به فیلتر شکن به بخش های موجود در این سایت شرط بندی برای مخاطبان اهمیت بالایی دارد.</span></p>\r\n<p class=\"ai-optimize-10\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">برای استفاده از سایت وین 90 در اغلب مواقع به یک فیلتر شکن قوی و پر سرعت نیاز خواهید داشت. البته نباید فراموش کد که روش هایی نیز وجود دارد که شما می توانید بدون فیلتر وارد سایت شوید.</span></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n 	<li class=\"ai-optimize-11\"><span style=\"font-size: 14pt; color: #ffffff;\">آدرس های جدید</span></li>\r\n 	<li class=\"ai-optimize-12\"><span style=\"font-size: 14pt; color: #ffffff;\">اپلیکیشن وین 90</span></li>\r\n</ul>\r\n<p class=\"ai-optimize-13\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">شما به طور کلی از 2 روش می توانید از سایت شرط بندی وین 90 بدون فیلتر استفاده کنید. آدرس های جدید سایت وین نود را در صفحات مجازی این سایت شرط بندی می توانید دریافت کنید.</span></p>\r\n<p class=\"ai-optimize-14\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">علاوه بر این از طریق اپلیکیشن وین 90 نیز می توانید تا حد زیادی از خدمات موجود در سایت بدون فیلترشکن استفاده کنید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-15\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">دانلود اپلیکیشن win90</span></strong></span></h2>\r\n<p class=\"ai-optimize-20\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-282 size-full\" title=\"دانلود اپلیکیشن win90\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-اپلیکیشن-win90.jpg\" alt=\"دانلود اپلیکیشن win90\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-16\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">دانلود اپلیکیشن سایت شرط بندی win 90 به آسانی امکان پذیر است. کافیست از طریق لینک های موجود در این مطلب وارد سایت وین 90 شوید. در ادامه به انتهای صفحه نخست مراجعه کنید و بر روی دریافت اپلیکیشن کلیک کنید.</span></p>\r\n<p class=\"ai-optimize-17\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">همچنین می توانید برنامه وین 90 را به صورت مستقیم از این مطلب بر روی موبایل های خود دانلود کنید.</span></p>', 'win90 color xyz', '', 'publish', 'open', 'open', '', 'win90-color-xyz', '', '', '2025-07-01 12:56:07', '2025-07-01 09:26:07', '', 0, 'https://forwardbet.casino/?p=279', 0, 'post', '', 0),
(280, 2, '2024-09-20 10:16:41', '2024-09-20 06:46:41', '', 'win90 color xyz', '', 'inherit', 'open', 'closed', '', 'win90-color-xyz', '', '', '2024-09-20 10:16:51', '2024-09-20 06:46:51', '', 279, 'https://forwardbet.casino/wp-content/uploads/2024/09/win90-color-xyz.jpg', 0, 'attachment', 'image/jpeg', 0),
(281, 2, '2024-09-20 10:21:43', '2024-09-20 06:51:43', '', 'win90 بدون فیلتر', '', 'inherit', 'open', 'closed', '', 'win90-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1', '', '', '2024-09-20 10:21:54', '2024-09-20 06:51:54', '', 279, 'https://forwardbet.casino/wp-content/uploads/2024/09/win90-بدون-فیلتر.jpg', 0, 'attachment', 'image/jpeg', 0),
(282, 2, '2024-09-20 10:24:40', '2024-09-20 06:54:40', '', 'دانلود اپلیکیشن win90', '', '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-win90', '', '', '2024-09-20 10:24:47', '2024-09-20 06:54:47', '', 279, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-اپلیکیشن-win90.jpg', 0, 'attachment', 'image/jpeg', 0),
(284, 2, '2025-03-21 17:19:29', '2025-03-21 13:49:29', '<p class=\"ai-optimize-6 ai-optimize-introduction\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\"><strong>فیلتر شکن نیما</strong> به عنوان فیلترشکن اختصاصی سایت شرط بندی بت فوروارد فعالیت می کند و تا به امروز مشکل کاربران زیادی را در این مسیر حل کرده است.</span></p>\r\n<p class=\"ai-optimize-28\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/betyek.com\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت اصلی[/su_button]</strong></p>\r\n<p class=\"ai-optimize-29\"><strong>[su_button url=\"https://bet303.bet/app/BET303.apk\" target=\"true\" style=\"default\" background=\"#008358\" color=\"#FFFFFF\" size=\"5\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#E5A915\" text_shadow=\"none\" desc=\"\" download=\"\" onclick=\"\" rel=\"follow\" title=\"\" id=\"\" class=\"\" icon=\"icon: android\" icon_color=\"#FFFFFF\"]دانلود مستقیم اندروید [/su_button]</strong></p>\r\n<p class=\"ai-optimize-30\"><strong>[su_button url=\"https://cdn.ampproject.org/c/s/one1xbet.com/\" target=\"true\" style=\"default\" background=\"#008DF4\" color=\"#FFFFFF\" 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: star\" icon_color=\"#FFFFFF\"]ورود به سایت 1X BET [/su_button]</strong></p>\r\n<p class=\"ai-optimize-7\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">فیلترشکن بت فوروارد از بهترین و قوی ترین فیلترشکن های موجود در کشور ایران است. <a style=\"color: #ffffff;\" href=\"https://forwardbet.casino/\" target=\"_blank\" rel=\"noopener\"><strong><span class=\"translatable-message\">دانلود فیلترشکن بت فوروارد</span></strong></a> در ادامه این مطلب امکان پذیر است.</span></p>\r\n<p class=\"ai-optimize-15\"><span style=\"color: #ffffff;\"><!--more--></span></p>\r\n\r\n<h2 class=\"ai-optimize-8\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">فیلترشکن نیما</span></strong></span></h2>\r\n<p class=\"ai-optimize-16\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-286 size-full\" title=\"فیلترشکن نیما\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/فیلترشکن-نیما.jpg\" alt=\"فیلترشکن نیما\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-9\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">فیلتر شکن نیما یکی از فیلتر شکن هایی می باشد که در کشور ایران فعالیت می کند و تا به امروز مخاطبان بسیاری را به دست آورده است. این فیلتر شکن سازگاری کامل با سایت شرط بندی بت فوروارد دارد. شما با دانلود و نصب فیلترشکن نیما به آسانی می توانید وارد سایت شوید و از امکانات موجود در آن استفاده کنید.</span></p>\r\n\r\n<h2 class=\"ai-optimize-10\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">فیلتر شکن بت</span></strong></span></h2>\r\n<p class=\"ai-optimize-17\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-287 size-full\" title=\"فیلتر شکن بت\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/فیلتر-شکن-بت.jpg\" alt=\"فیلتر شکن بت\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-11\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">همان طور که می دانید فعالیت سایت های شرط بندی در برخی از کشور با سخت گیری های فراوانی مواجه است. این موضوع در کشور ایران به آسانی قابل مشاهده است.</span></p>\r\n<p class=\"ai-optimize-12\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">محدودیت های موجود در ایران اهمیت دانلود فیلتر شکن مخصوص بت را برای علاقه مندان شرط بندی نشان می دهد.</span></p>\r\n\r\n<h2 class=\"ai-optimize-13\"><span style=\"color: #ffffff;\"><strong><span class=\"translatable-message\">دانلود فیلترشکن نیما</span></strong></span></h2>\r\n<p class=\"ai-optimize-18\"><span style=\"color: #ffffff;\"><img class=\"aligncenter wp-image-288 size-full\" title=\"دانلود فیلترشکن نیما\" src=\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلترشکن-نیما.jpg\" alt=\"دانلود فیلترشکن نیما\" width=\"1000\" height=\"500\" /></span></p>\r\n<p class=\"ai-optimize-14\" style=\"text-align: justify;\"><span style=\"font-size: 14pt; color: #ffffff;\">برای دانلود و نصب فیلترشکن نیما می توانید نسخه مطابق با سیستم عامل خود را از طریق لینک های فعال در این مطلب انتخاب کنید. پس از انتخاب نسخه مورد نظر بر روی دانلود کلیک کنید و منتظر بمانید تا فیلتر شکن بر روی سیستم شما نصب شود.</span></p>', 'فیلتر شکن نیما', '', 'publish', 'open', 'open', '', 'nima-vpn', '', '', '2025-07-01 12:56:17', '2025-07-01 09:26:17', '', 0, 'https://forwardbet.casino/?p=284', 0, 'post', '', 0),
(285, 2, '2024-09-20 10:55:12', '2024-09-20 07:25:12', '', 'فیلتر شکن نیما', '', 'inherit', 'open', 'closed', '', '%d9%81%db%8c%d9%84%d8%aa%d8%b1-%d8%b4%da%a9%d9%86-%d9%86%db%8c%d9%85%d8%a7', '', '', '2024-09-20 10:55:16', '2024-09-20 07:25:16', '', 284, 'https://forwardbet.casino/wp-content/uploads/2024/09/فیلتر-شکن-نیما.jpg', 0, 'attachment', 'image/jpeg', 0),
(286, 2, '2024-09-20 11:04:23', '2024-09-20 07:34:23', '', 'فیلترشکن نیما', '', 'inherit', 'open', 'closed', '', '%d9%81%db%8c%d9%84%d8%aa%d8%b1%d8%b4%da%a9%d9%86-%d9%86%db%8c%d9%85%d8%a7', '', '', '2024-09-20 11:04:29', '2024-09-20 07:34:29', '', 284, 'https://forwardbet.casino/wp-content/uploads/2024/09/فیلترشکن-نیما.jpg', 0, 'attachment', 'image/jpeg', 0),
(287, 2, '2024-09-20 11:09:14', '2024-09-20 07:39:14', '', 'فیلتر شکن بت', '', 'inherit', 'open', 'closed', '', '%d9%81%db%8c%d9%84%d8%aa%d8%b1-%d8%b4%da%a9%d9%86-%d8%a8%d8%aa', '', '', '2024-09-20 11:09:20', '2024-09-20 07:39:20', '', 284, 'https://forwardbet.casino/wp-content/uploads/2024/09/فیلتر-شکن-بت.jpg', 0, 'attachment', 'image/jpeg', 0),
(288, 2, '2024-09-20 11:11:57', '2024-09-20 07:41:57', '', 'دانلود فیلترشکن نیما', '', '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-%d9%86%db%8c%d9%85%d8%a7', '', '', '2024-09-20 11:12:03', '2024-09-20 07:42:03', '', 284, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلترشکن-نیما.jpg', 0, 'attachment', 'image/jpeg', 0),
(296, 1, '2024-12-04 01:19:11', '2024-12-03 21:49:11', '<p style=\"text-align: center;\"><strong>Copyright 2025 © کپی رایت :</strong> تمامی حقوق این وب سایت از زیر مجموعه تیم <a style=\"color: #339966;\" href=\"https://forwardbet.casino/\"><strong>بت 90 فوروارد</strong></a> متعلق به خود <strong>BET90FORWARD</strong> می باشد و کپی برداری از این با ذکر منبع بلامانع است.</p>', 'فوتر', '', 'publish', 'closed', 'closed', '', '%d8%a7%d9%84%d9%85%d9%86%d8%aa%d9%88%d8%b1-footer-296', '', '', '2025-07-01 12:38:02', '2025-07-01 09:08:02', '', 0, 'https://forwardbet.casino/?post_type=elementor_library&#038;p=296', 0, 'elementor_library', '', 0),
(297, 1, '2024-12-04 01:14:08', '2024-12-03 21:44:08', '', 'هدر', '', 'publish', 'closed', 'closed', '', '%d8%a7%d9%84%d9%85%d9%86%d8%aa%d9%88%d8%b1-header-297', '', '', '2024-12-22 19:32:26', '2024-12-22 16:02:26', '', 0, 'https://forwardbet.casino/?post_type=elementor_library&#038;p=297', 0, 'elementor_library', '', 0),
(298, 1, '2024-12-04 03:43:15', '2024-12-04 00:13:15', '', 'آرشیو', '', 'publish', 'closed', 'closed', '', '%d8%a7%d9%84%d9%85%d9%86%d8%aa%d9%88%d8%b1-archive-298', '', '', '2024-12-04 04:25:14', '2024-12-04 00:55:14', '', 0, 'https://forwardbet.casino/?post_type=elementor_library&#038;p=298', 0, 'elementor_library', '', 0),
(302, 1, '2024-12-04 02:54:44', '2024-12-03 23:24:44', '', 'پست', '', 'publish', 'closed', 'closed', '', '%d8%a7%d9%84%d9%85%d9%86%d8%aa%d9%88%d8%b1-single-post-302', '', '', '2024-12-04 04:02:13', '2024-12-04 00:32:13', '', 0, 'https://forwardbet.casino/?post_type=elementor_library&#038;p=302', 0, 'elementor_library', '', 0),
(323, 1, '2024-12-12 00:37:38', '2024-12-11 21:07:38', '', 'enfejarwinbet', '', 'inherit', 'open', 'closed', '', 'enfejarwinbet', '', '', '2024-12-12 00:37:38', '2024-12-11 21:07:38', '', 90, 'https://forwardbet.casino/wp-content/uploads/2024/03/enfejarwinbet.gif', 0, 'attachment', 'image/gif', 0),
(324, 1, '2024-12-12 00:37:39', '2024-12-11 21:07:39', '', 'bet303bet$', '', 'inherit', 'open', 'closed', '', 'bet303bet-2', '', '', '2024-12-12 00:37:39', '2024-12-11 21:07:39', '', 90, 'https://forwardbet.casino/wp-content/uploads/2024/03/bet303bet-1.gif', 0, 'attachment', 'image/gif', 0),
(325, 1, '2024-12-12 00:37:40', '2024-12-11 21:07:40', '', 'Bouns10-BETYEKCOM', '', 'inherit', 'open', 'closed', '', 'bouns10-betyekcom', '', '', '2024-12-12 00:37:40', '2024-12-11 21:07:40', '', 90, 'https://forwardbet.casino/wp-content/uploads/2024/03/Bouns10-BETYEKCOM.gif', 0, 'attachment', 'image/gif', 0),
(332, 1, '2024-12-22 19:32:53', '2024-12-22 16:02:53', '', 'Bet90forward-Christmas', '', 'inherit', 'open', 'closed', '', 'bet90forward-christmas', '', '', '2024-12-22 19:32:53', '2024-12-22 16:02:53', '', 6, 'https://forwardbet.casino/wp-content/uploads/2024/02/Bet90forward-Christmas.png', 0, 'attachment', 'image/png', 0),
(343, 1, '2025-02-15 21:08:55', '2025-02-15 17:38:55', '', 'bg', '', 'inherit', 'open', 'closed', '', 'bg', '', '', '2025-02-15 21:08:55', '2025-02-15 17:38:55', '', 90, 'https://forwardbet.casino/wp-content/uploads/2024/03/bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(359, 1, '2025-03-20 17:51:36', '2025-03-20 14:21:36', '', 'ForwardBetCasino', '', 'inherit', 'open', 'closed', '', 'forwardbetcasino', '', '', '2025-03-20 17:51:36', '2025-03-20 14:21:36', '', 6, 'https://forwardbet.casino/wp-content/uploads/2024/02/ForwardBetCasino.png', 0, 'attachment', 'image/png', 0),
(361, 1, '2025-03-20 17:54:15', '2025-03-20 14:24:15', '', 'bet90forwad.com-fav', '', 'inherit', 'open', 'closed', '', 'bet90forwad-com-fav', '', '', '2025-03-20 17:54:15', '2025-03-20 14:24:15', '', 6, 'https://forwardbet.casino/wp-content/uploads/2024/02/bet90forwad.com-fav.png', 0, 'attachment', 'image/png', 0),
(365, 1, '2025-03-20 17:58:40', '2025-03-20 14:28:40', '', 'دانلود فیلترشکن بت فوروارد BetForward Vpn اندروید', '', '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-%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-betforward-vpn-%d8%a7%d9%86%d8%af%d8%b1%d9%88%db%8c%d8%af', '', '', '2025-03-20 17:58:40', '2025-03-20 14:28:40', '', 90, 'https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلترشکن-بت-فوروارد-BetForward-Vpn-اندروید.jpg', 0, 'attachment', 'image/jpeg', 0),
(366, 1, '2025-03-20 18:00:45', '2025-03-20 14:30:45', '', 'بت فوروارد بدون فیلترشکن', '', 'inherit', 'open', 'closed', '', '%d8%a8%d8%aa-%d9%81%d9%88%d8%b1%d9%88%d8%a7%d8%b1%d8%af-%d8%a8%d8%af%d9%88%d9%86-%d9%81%db%8c%d9%84%d8%aa%d8%b1%d8%b4%da%a9%d9%86', '', '', '2025-03-20 18:00:45', '2025-03-20 14:30:45', '', 90, 'https://forwardbet.casino/wp-content/uploads/2024/03/بت-فوروارد-بدون-فیلترشکن.jpg', 0, 'attachment', 'image/jpeg', 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
(391, 0, '2026-02-27 05:50:01', '2026-02-27 02:20:01', '[{\"term_slug\":\"f1496d2c4dff7cd7c532c8a3a22b260e\",\"data\":{\"code\":\"INVALID_ATTR_VALUE\",\"element_attributes\":{\"href\":\"https:\\/\\/cdn.ampproject.org\\/c\\/s\\/betyek.com\",\"class\":\"su-button su-button-style-default amp-wp-1f5c2a6\",\"target\":\"_true\",\"rel\":\"nofollow\",\"data-amp-original-style\":\"color:#FFFFFF;background-color:#008358;border-color:#006947;border-radius:7px\"},\"node_name\":\"target\",\"parent_name\":\"a\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/shortcodes\\/button.php\",\"line\":162,\"function\":\"su_shortcode_button\",\"shortcode\":\"su_button\"}]}},{\"term_slug\":\"e33cc910b3c649b75a400dc12524dfbb\",\"data\":{\"code\":\"INVALID_ATTR_VALUE\",\"element_attributes\":{\"href\":\"https:\\/\\/bet303.bet\\/app\\/BET303.apk\",\"class\":\"su-button su-button-style-default amp-wp-1f5c2a6\",\"target\":\"_true\",\"rel\":\"follow\",\"data-amp-original-style\":\"color:#FFFFFF;background-color:#008358;border-color:#006947;border-radius:7px\"},\"node_name\":\"target\",\"parent_name\":\"a\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/shortcodes\\/button.php\",\"line\":162,\"function\":\"su_shortcode_button\",\"shortcode\":\"su_button\"}]}},{\"term_slug\":\"a788cdd2cc6b8d69e11d11d387c7572d\",\"data\":{\"code\":\"INVALID_ATTR_VALUE\",\"element_attributes\":{\"href\":\"https:\\/\\/cdn.ampproject.org\\/c\\/s\\/one1xbet.com\\/\",\"class\":\"su-button su-button-style-default amp-wp-286386a\",\"target\":\"_true\",\"rel\":\"nofollow\",\"data-amp-original-style\":\"color:#FFFFFF;background-color:#008DF4;border-color:#0071c4;border-radius:7px\"},\"node_name\":\"target\",\"parent_name\":\"a\",\"type\":\"html_attribute_error\",\"node_type\":2,\"sources\":[{\"hook\":\"the_content\",\"filter\":true,\"post_id\":284,\"post_type\":\"post\",\"sources\":[{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":100,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentTrue\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"modules\\/image-loading-optimization\\/module.php\",\"line\":90,\"function\":\"Elementor\\\\Modules\\\\ImageLoadingOptimization\\\\Module::flush_header_buffer\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"blocks.php\",\"line\":1212,\"function\":\"apply_block_hooks_to_content_from_post_object\"},{\"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\":2441,\"function\":\"do_blocks\"},{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"includes\\/frontend.php\",\"line\":1085,\"function\":\"Elementor\\\\Frontend::apply_builder_in_content\"},{\"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\":1723,\"function\":\"prepend_attachment\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"https-migration.php\",\"line\":51,\"function\":\"wp_replace_insecure_home_url\"},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/filters.php\",\"line\":43,\"function\":\"su_filter_custom_formatting\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":5707,\"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\":1886,\"function\":\"wp_filter_content_tags\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"formatting.php\",\"line\":3492,\"function\":\"convert_smilies\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Shortcode.php\",\"line\":146,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Shortcode::theContent\"},{\"type\":\"plugin\",\"name\":\"luckywp-table-of-contents\",\"file\":\"plugin\\/Plugin.php\",\"line\":110,\"function\":\"luckywp\\\\tableOfContents\\\\plugin\\\\Plugin::onTheContentFalse\"},{\"type\":\"plugin\",\"name\":\"elementor-pro\",\"file\":\"modules\\/theme-builder\\/classes\\/locations-manager.php\",\"line\":472,\"function\":\"ElementorPro\\\\Modules\\\\ThemeBuilder\\\\Classes\\\\Locations_Manager::builder_wrapper\"}]},{\"type\":\"plugin\",\"name\":\"shortcodes-ultimate\",\"file\":\"includes\\/shortcodes\\/button.php\",\"line\":162,\"function\":\"su_shortcode_button\",\"shortcode\":\"su_button\"}]}}]', 'https://forwardbet.casino/nima-vpn/', '', 'publish', 'closed', 'closed', '', 'b4cdc8b23748d09d60a64f7ab3c94426', '', '', '2026-02-27 05:50:01', '2026-02-27 02:20:01', '', 0, 'https://forwardbet.casino/amp_validated_url/b4cdc8b23748d09d60a64f7ab3c94426/', 0, 'amp_validated_url', '', 0),
(436, 1, '2025-07-01 12:37:42', '2025-07-01 09:07:42', '<iframe title=\"آموزش ثبت نام در بت 90 فوروارد\" width=\"223\" height=\"125\" src=\"https://www.youtube.com/embed/bycoIbuG2-Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '5a47628fac5eed047ceddfa4c5650bbb', '', '', '2025-07-01 12:37:42', '2025-07-01 09:07:42', '', 0, 'https://forwardbet.casino/5a47628fac5eed047ceddfa4c5650bbb/', 0, 'oembed_cache', '', 0),
(471, 1, '2026-02-18 15:03:01', '2026-02-18 11:33:01', '', 'poker', '', 'inherit', 'open', 'closed', '', 'poker', '', '', '2026-02-18 15:03:01', '2026-02-18 11:33:01', '', 0, 'https://forwardbet.casino/wp-content/uploads/2026/02/poker.gif', 0, 'attachment', 'image/gif', 0),
(472, 1, '2026-02-18 15:03:21', '2026-02-18 11:33:21', '', 'poker', '', 'inherit', 'open', 'closed', '', 'poker-2', '', '', '2026-02-18 15:03:21', '2026-02-18 11:33:21', '', 0, 'https://forwardbet.casino/wp-content/uploads/2026/02/poker-1.gif', 0, 'attachment', 'image/gif', 0),
(473, 1, '2026-02-18 15:06:03', '2026-02-18 11:36:03', '{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-hello-elementor', '', '', '2026-02-18 15:06:03', '2026-02-18 11:36:03', '', 0, 'https://forwardbet.casino/wp-global-styles-hello-elementor/', 0, 'wp_global_styles', '', 0),
(475, 1, '2026-02-18 15:16:53', '2026-02-18 11:46:53', '', 'hello-elementor', '', 'publish', 'closed', 'closed', '', 'hello-elementor', '', '', '2026-02-18 15:16:53', '2026-02-18 11:46:53', '', 0, 'https://forwardbet.casino/hello-elementor/', 0, 'custom_css', '', 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
(40, 1, '_yoast_term_redirect_info', 'a:4:{s:6:\"origin\";s:82:\"category/%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:6:\"target\";s:32:\"category/betforward-betting-site\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}'),
(41, 44, '_yoast_term_redirect_info', 'a:4:{s:6:\"origin\";s:37:\"category/unfiltered-access-betforward\";s:6:\"target\";s:35:\"category/unfiltered-link-betforward\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}'),
(42, 52, 'created_date_gmt', '2025-07-08 09:28:32'),
(43, 53, 'created_date_gmt', '2025-07-08 09:28:32'),
(44, 54, 'created_date_gmt', '2025-07-08 09:28:32');

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

--
-- 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, 'سایت شرط بندی بت فوروارد', 'betforward-betting-site', 0),
(2, 'custom', 'custom', 0),
(3, 'page', 'page', 0),
(43, 'دانلود مستقیم اپلیکیشن betforward', 'direct-download-betforward-app', 0),
(44, 'لینک بدون فیلتر بت فوروارد', 'unfiltered-link-betforward', 0),
(45, 'ورود مستقیم به بت فوروارد', 'direct-login-betforward', 0),
(46, 'Betforward vpn', 'betforward-vpn', 0),
(47, 'Header Menu', 'header-menu', 0),
(48, 'footer', 'footer', 0),
(49, 'header', 'header', 0),
(50, 'archive', 'archive', 0),
(51, 'single-post', 'single-post', 0),
(52, 'f1496d2c4dff7cd7c532c8a3a22b260e', 'f1496d2c4dff7cd7c532c8a3a22b260e', 1),
(53, 'e33cc910b3c649b75a400dc12524dfbb', 'e33cc910b3c649b75a400dc12524dfbb', 1),
(54, 'a788cdd2cc6b8d69e11d11d387c7572d', 'a788cdd2cc6b8d69e11d11d387c7572d', 1),
(55, 'hello-elementor', 'hello-elementor', 0);

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

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

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

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

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(8, 2, 0),
(66, 3, 0),
(90, 3, 0),
(96, 3, 0),
(102, 3, 0),
(105, 3, 0),
(120, 3, 0),
(124, 3, 0),
(126, 3, 0),
(135, 3, 0),
(142, 3, 0),
(148, 3, 0),
(153, 3, 0),
(158, 1, 0),
(182, 47, 0),
(183, 47, 0),
(184, 47, 0),
(185, 47, 0),
(186, 47, 0),
(187, 43, 0),
(195, 46, 0),
(207, 46, 0),
(217, 44, 0),
(225, 44, 0),
(233, 46, 0),
(244, 1, 0),
(250, 1, 0),
(254, 44, 0),
(259, 45, 0),
(264, 1, 0),
(270, 46, 0),
(275, 46, 0),
(279, 1, 0),
(284, 46, 0),
(296, 48, 0),
(297, 49, 0),
(298, 50, 0),
(302, 51, 0),
(320, 3, 0),
(331, 3, 0),
(342, 3, 0),
(364, 3, 0),
(389, 3, 0),
(391, 52, 0),
(391, 53, 0),
(391, 54, 0),
(408, 3, 0),
(425, 3, 0),
(435, 3, 0),
(473, 55, 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, 5),
(2, 2, 'elementor_font_type', '', 0, 1),
(3, 3, 'elementor_library_type', '', 0, 2),
(43, 43, 'category', '', 0, 1),
(44, 44, 'category', '', 0, 3),
(45, 45, 'category', '', 0, 1),
(46, 46, 'category', '', 0, 6),
(47, 47, 'nav_menu', '', 0, 5),
(48, 48, 'elementor_library_type', '', 0, 1),
(49, 49, 'elementor_library_type', '', 0, 1),
(50, 50, 'elementor_library_type', '', 0, 1),
(51, 51, 'elementor_library_type', '', 0, 1),
(52, 52, 'amp_validation_error', '{\"code\":\"INVALID_ATTR_VALUE\",\"element_attributes\":{\"href\":\"https:\\/\\/cdn.ampproject.org\\/c\\/s\\/betyek.com\",\"class\":\"su-button su-button-style-default amp-wp-1f5c2a6\",\"target\":\"_true\",\"rel\":\"nofollow\",\"data-amp-original-style\":\"color:#FFFFFF;background-color:#008358;border-color:#006947;border-radius:7px\"},\"node_name\":\"target\",\"node_type\":2,\"parent_name\":\"a\",\"type\":\"html_attribute_error\"}', 0, 1),
(53, 53, 'amp_validation_error', '{\"code\":\"INVALID_ATTR_VALUE\",\"element_attributes\":{\"href\":\"https:\\/\\/bet303.bet\\/app\\/BET303.apk\",\"class\":\"su-button su-button-style-default amp-wp-1f5c2a6\",\"target\":\"_true\",\"rel\":\"follow\",\"data-amp-original-style\":\"color:#FFFFFF;background-color:#008358;border-color:#006947;border-radius:7px\"},\"node_name\":\"target\",\"node_type\":2,\"parent_name\":\"a\",\"type\":\"html_attribute_error\"}', 0, 1),
(54, 54, 'amp_validation_error', '{\"code\":\"INVALID_ATTR_VALUE\",\"element_attributes\":{\"href\":\"https:\\/\\/cdn.ampproject.org\\/c\\/s\\/one1xbet.com\\/\",\"class\":\"su-button su-button-style-default amp-wp-286386a\",\"target\":\"_true\",\"rel\":\"nofollow\",\"data-amp-original-style\":\"color:#FFFFFF;background-color:#008DF4;border-color:#0071c4;border-radius:7px\"},\"node_name\":\"target\",\"node_type\":2,\"parent_name\":\"a\",\"type\":\"html_attribute_error\"}', 0, 1),
(55, 55, 'wp_theme', '', 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', 'theme_editor_notice,plugin_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '469'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"45.154.153.0\";}'),
(20, 1, '_yoast_wpseo_profile_updated', '1733236414'),
(21, 1, 'wp_user-settings', 'libraryContent=browse&editor=tinymce&advImgDetails=show&posts_list_mode=list'),
(22, 1, 'wp_user-settings-time', '1750035856'),
(23, 1, 'elementor_introduction', 'a:4:{s:27:\"ai-get-started-announcement\";b:1;s:18:\"yoast-introduction\";b:1;s:20:\"globals_introduction\";b:1;s:28:\"yoast-introduction-editor-v2\";b:1;}'),
(24, 1, 'rocket_boxes', 'a:0:{}'),
(25, 1, '_yoast_wpseo_introductions', 'a:3:{s:35:\"ai-generate-titles-and-descriptions\";b:1;s:18:\"ai-fix-assessments\";b:1;s:19:\"ai-optimize-classic\";b:1;}'),
(26, 1, 'wfls-last-login', '1742478845'),
(27, 1, 'amp_dev_tools_enabled', 'true'),
(28, 1, 'wpseo_title', ''),
(29, 1, 'wpseo_metadesc', ''),
(31, 1, 'wpseo_content_analysis_disable', ''),
(32, 1, 'wpseo_keyword_analysis_disable', ''),
(33, 1, 'wpseo_inclusive_language_analysis_disable', ''),
(34, 1, 'wpseo_user_schema', 'a:0:{}'),
(46, 2, 'nickname', 'ArshiaMohammadi'),
(47, 2, 'first_name', 'ArshiaMohammadi'),
(48, 2, 'last_name', ''),
(49, 2, 'description', ''),
(50, 2, 'rich_editing', 'true'),
(51, 2, 'syntax_highlighting', 'true'),
(52, 2, 'comment_shortcuts', 'false'),
(53, 2, 'admin_color', 'fresh'),
(54, 2, 'use_ssl', '0'),
(55, 2, 'show_admin_bar_front', 'true'),
(56, 2, 'locale', ''),
(57, 2, 'wp_capabilities', 'a:1:{s:6:\"author\";b:1;}'),
(58, 2, 'wp_user_level', '2'),
(59, 2, '_yoast_wpseo_profile_updated', '1733236414'),
(60, 2, 'dismissed_wp_pointers', ''),
(72, 3, 'nickname', 'max'),
(73, 3, 'first_name', 'max'),
(74, 3, 'last_name', ''),
(75, 3, 'description', ''),
(76, 3, 'rich_editing', 'true'),
(77, 3, 'syntax_highlighting', 'true'),
(78, 3, 'comment_shortcuts', 'false'),
(79, 3, 'admin_color', 'fresh'),
(80, 3, 'use_ssl', '0'),
(81, 3, 'show_admin_bar_front', 'true'),
(82, 3, 'locale', ''),
(83, 3, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(84, 3, 'wp_user_level', '10'),
(85, 3, '_yoast_wpseo_profile_updated', '1733236414'),
(86, 3, 'dismissed_wp_pointers', ''),
(98, 2, 'session_tokens', 'a:1:{s:64:\"e7550d975c94397c3a8b67d30ee91f4302fdcacf2f9e073d768a4bbb3c798fe7\";a:4:{s:10:\"expiration\";i:1727640104;s:2:\"ip\";s:13:\"185.73.203.62\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0\";s:5:\"login\";i:1726430504;}}'),
(99, 2, 'wfls-last-login', '1726430504'),
(100, 2, 'wp_dashboard_quick_press_last_post_id', '157'),
(101, 2, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"185.126.116.0\";}'),
(102, 2, 'wp_user-settings', 'libraryContent=browse&advImgDetails=show'),
(103, 2, 'wp_user-settings-time', '1726433252'),
(104, 3, 'session_tokens', 'a:1:{s:64:\"8ec3ed1b06cc58aa9ab1b000f499a708530bbfded62f2e384fde22cf8fb5dcb8\";a:4:{s:10:\"expiration\";i:1727685217;s:2:\"ip\";s:12:\"2.56.205.132\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";s:5:\"login\";i:1726475617;}}'),
(105, 3, 'wfls-last-login', '1726475617'),
(106, 3, 'wp_dashboard_quick_press_last_post_id', '179'),
(107, 3, 'community-events-location', 'a:1:{s:2:\"ip\";s:8:\"3.76.6.0\";}'),
(108, 3, 'wp_user-settings', 'libraryContent=browse'),
(109, 3, 'wp_user-settings-time', '1726477392'),
(112, 3, '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\";}'),
(113, 3, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:12:\"add-post_tag\";}'),
(115, 2, 'closedpostboxes_post', 'a:1:{i:0;s:22:\"yoast_internal_linking\";}'),
(116, 2, 'metaboxhidden_post', 'a:5:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:7:\"slugdiv\";}'),
(118, 1, 'elementor_admin_notices', 'a:2:{s:31:\"elementor-pro-forms-submissions\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}s:20:\"experiment_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}}'),
(119, 1, 'wp_mainwp_child_user_enable_passwd_auth_connect', '1'),
(120, 1, 'wp_mainwp_child_user_verified_registers', '[{\"hash_key\":\"6a1ad0c8351267f379d72bb9df397048aae24595a4df3b97550ef75270a37491\",\"secure\":\"8df5853e61d90487ca282db5b05ea8cbf73abc20\",\"date\":\"2025-05-14 18:06:37\"}]'),
(121, 1, 'edit_comments_per_page', '80'),
(123, 1, 'session_tokens', 'a:1:{s:64:\"e0977c298d5391fa5e97a878832272e3a0f87ecaa850aee76f4ce6ea8c8e9eed\";a:4:{s:10:\"expiration\";i:1772619188;s:2:\"ip\";s:13:\"45.154.153.22\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\";s:5:\"login\";i:1771409588;}}'),
(124, 4, 'nickname', 'alireza'),
(125, 4, 'first_name', ''),
(126, 4, 'last_name', ''),
(127, 4, 'description', ''),
(128, 4, 'rich_editing', 'true'),
(129, 4, 'syntax_highlighting', 'true'),
(130, 4, 'comment_shortcuts', 'false'),
(131, 4, 'admin_color', 'fresh'),
(132, 4, 'use_ssl', '0'),
(133, 4, 'show_admin_bar_front', 'true'),
(134, 4, 'locale', ''),
(135, 4, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(136, 4, 'wp_user_level', '10'),
(137, 4, '_yoast_wpseo_profile_updated', '1767884736'),
(138, 4, 'dismissed_wp_pointers', '');

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

--
-- 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', '$wp$2y$10$9B.xqwwNcAvVUfM5ujbkm.BYIev4CS/eyDsQg2AewA8CaGt2gvsVi', 'linco', 'lincobet303@gmail.com', 'http://forwardbet.casino', '2024-02-22 17:02:47', '', 0, 'linco'),
(2, 'ArshiaMohammadi', '$P$BACvJSOiYwU00UW7VBOBceiO472mHq1', 'arshiamohammadi', 'bet90forward@gmail.com', '', '2024-09-15 19:46:27', '', 0, 'ArshiaMohammadi'),
(3, 'max', '$P$BlidnWh7RY49oSTOMsfkShFmdYa8nw0', 'max', 'maxxii20005@gmail.com', '', '2024-09-15 19:47:53', '', 0, 'max'),
(4, 'alireza', '$wp$2y$10$V7dxZtfb//GLQvxO0.7JKOzubBoENxpYpVK1f1kJ6ITLl/iEvYLvS', 'alireza', 'alirezaalireza62@gmail.com', '', '2026-01-08 15:05:36', '1767884736:$generic$Sh7UvoksBoK06hg0nRCRD7EP0vsWJ7GgOi4Toxvb', 0, 'alireza');

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

--
-- 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=utf8 COLLATE=utf8_general_ci;

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

INSERT INTO `wp_wfblockediplog` (`IP`, `countryCode`, `blockCount`, `unixday`, `blockType`) VALUES
(0x00000000000000000000ffff023a3830, 'NL', 1, 20139, 'brute'),
(0x00000000000000000000ffff023a3830, 'NL', 1, 20141, 'brute'),
(0x00000000000000000000ffff023a3830, 'NL', 1, 20143, 'brute'),
(0x00000000000000000000ffff023a3830, 'NL', 110, 20162, 'brute'),
(0x00000000000000000000ffff03011102, 'SG', 1, 20154, 'brute'),
(0x00000000000000000000ffff030f2579, 'US', 1, 20141, 'waf'),
(0x00000000000000000000ffff031d31a2, 'AE', 1, 20160, 'brute'),
(0x00000000000000000000ffff031d31a2, 'AE', 1, 20165, 'brute'),
(0x00000000000000000000ffff03585dd3, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff03913272, 'US', 1, 20161, 'waf'),
(0x00000000000000000000ffff03918406, 'US', 1, 20162, 'brute'),
(0x00000000000000000000ffff03eec81e, 'US', 1, 20147, 'brute'),
(0x00000000000000000000ffff04f0487d, 'IN', 2, 20163, 'brute'),
(0x00000000000000000000ffff052c64d0, 'DE', 1, 20154, 'brute'),
(0x00000000000000000000ffff05878ec9, 'FR', 1, 20155, 'brute'),
(0x00000000000000000000ffff05b6d170, 'NL', 1, 20147, 'brute'),
(0x00000000000000000000ffff080c1083, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffff0824294b, 'US', 1, 20145, 'brute'),
(0x00000000000000000000ffff08827338, 'CN', 1, 20147, 'brute'),
(0x00000000000000000000ffff08827338, 'CN', 1, 20148, 'brute'),
(0x00000000000000000000ffff08827338, 'CN', 1, 20149, 'brute'),
(0x00000000000000000000ffff08827338, 'CN', 1, 20151, 'brute'),
(0x00000000000000000000ffff08827338, 'CN', 1, 20154, 'brute'),
(0x00000000000000000000ffff08827338, 'CN', 1, 20165, 'brute'),
(0x00000000000000000000ffff08d2677f, 'HK', 1, 20150, 'brute'),
(0x00000000000000000000ffff08da1e7f, 'HK', 1, 20165, 'brute'),
(0x00000000000000000000ffff08dad4b1, 'HK', 1, 20162, 'brute'),
(0x00000000000000000000ffff0d317f12, 'SE', 1, 20148, 'brute'),
(0x00000000000000000000ffff0d4f3ac0, 'IE', 1, 20166, 'waf'),
(0x00000000000000000000ffff0d54370c, 'US', 1, 20167, 'brute'),
(0x00000000000000000000ffff0dc87c3b, 'IN', 1, 20155, 'brute'),
(0x00000000000000000000ffff0dc9db97, 'IN', 1, 20155, 'brute'),
(0x00000000000000000000ffff0dc9db97, 'IN', 2, 20164, 'brute'),
(0x00000000000000000000ffff0dc9fbd4, 'IN', 1, 20153, 'brute'),
(0x00000000000000000000ffff0debf0bd, 'IN', 1, 20151, 'brute'),
(0x00000000000000000000ffff0e800e05, 'BD', 1, 20141, 'brute'),
(0x00000000000000000000ffff0e800e05, 'BD', 1, 20149, 'brute'),
(0x00000000000000000000ffff0e800e05, 'BD', 2, 20153, 'brute'),
(0x00000000000000000000ffff0e800e05, 'BD', 1, 20156, 'brute'),
(0x00000000000000000000ffff0e800e05, 'BD', 1, 20160, 'brute'),
(0x00000000000000000000ffff0e800e05, 'BD', 3, 20161, 'brute'),
(0x00000000000000000000ffff0e800e05, 'BD', 2, 20166, 'brute'),
(0x00000000000000000000ffff0e800e64, 'BD', 2, 20147, 'brute'),
(0x00000000000000000000ffff0e800f9b, 'BD', 1, 20139, 'brute'),
(0x00000000000000000000ffff0fccdc79, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffff0fccf005, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffff0fcf1540, 'IN', 1, 20155, 'brute'),
(0x00000000000000000000ffff0feba7d6, 'SG', 1, 20154, 'brute'),
(0x00000000000000000000ffff10a25e62, 'HK', 1, 20145, 'brute'),
(0x00000000000000000000ffff129e58eb, 'DE', 1, 20143, 'brute'),
(0x00000000000000000000ffff12bcd71a, 'US', 1, 20152, 'brute'),
(0x00000000000000000000ffff12cc2524, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffff12cfee74, 'US', 1, 20145, 'brute'),
(0x00000000000000000000ffff12d97e10, 'US', 1, 20167, 'waf'),
(0x00000000000000000000ffff14337818, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff14c6e06f, 'SG', 1, 20165, 'brute'),
(0x00000000000000000000ffff14cd6ea7, 'HK', 1, 20140, 'brute'),
(0x00000000000000000000ffff14cd6ea7, 'HK', 1, 20154, 'brute'),
(0x00000000000000000000ffff14cd6ea7, 'HK', 1, 20162, 'brute'),
(0x00000000000000000000ffff14f5a7be, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffff14f5a7be, 'US', 1, 20152, 'brute'),
(0x00000000000000000000ffff14f5a7be, 'US', 2, 20161, 'brute'),
(0x00000000000000000000ffff14f5eef2, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffff14f5eef2, 'US', 1, 20166, 'brute'),
(0x00000000000000000000ffff14f6c1c5, 'US', 1, 20138, 'brute'),
(0x00000000000000000000ffff14f6c274, 'US', 1, 20145, 'brute'),
(0x00000000000000000000ffff14fd9bb8, 'US', 1, 20166, 'brute'),
(0x00000000000000000000ffff175ff0c3, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff1fdc5325, 'DE', 1, 20145, 'brute'),
(0x00000000000000000000ffff1fdc65f6, 'DE', 1, 20151, 'brute'),
(0x00000000000000000000ffff2210264c, 'US', 1, 20159, 'brute'),
(0x00000000000000000000ffff221553eb, 'US', 1, 20156, 'brute'),
(0x00000000000000000000ffff2217b4aa, 'US', 1, 20143, 'brute'),
(0x00000000000000000000ffff222a49c5, 'US', 1, 20159, 'brute'),
(0x00000000000000000000ffff222e6be0, 'US', 1, 20146, 'brute'),
(0x00000000000000000000ffff222e6be0, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffff222e6be0, 'US', 2, 20151, 'brute'),
(0x00000000000000000000ffff222e6be0, 'US', 2, 20153, 'brute'),
(0x00000000000000000000ffff222e6be0, 'US', 1, 20159, 'brute'),
(0x00000000000000000000ffff222e6be0, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffff2239e053, 'US', 1, 20164, 'brute'),
(0x00000000000000000000ffff223b93a4, 'US', 1, 20157, 'brute'),
(0x00000000000000000000ffff2240da66, 'KR', 1, 20154, 'brute'),
(0x00000000000000000000ffff2240da66, 'KR', 1, 20156, 'brute'),
(0x00000000000000000000ffff22459b4f, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffff22568cc0, 'US', 1, 20142, 'brute'),
(0x00000000000000000000ffff2256ba83, 'US', 1, 20156, 'brute'),
(0x00000000000000000000ffff225d1042, 'IN', 2, 20153, 'brute'),
(0x00000000000000000000ffff225d1042, 'IN', 1, 20159, 'brute'),
(0x00000000000000000000ffff225d1042, 'IN', 1, 20160, 'brute'),
(0x00000000000000000000ffff225d1042, 'IN', 1, 20166, 'brute'),
(0x00000000000000000000ffff227c935b, 'SG', 1, 20146, 'brute'),
(0x00000000000000000000ffff228713c5, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffff2287b77f, 'US', 1, 20141, 'brute'),
(0x00000000000000000000ffff228ef99a, 'SG', 2, 20152, 'brute'),
(0x00000000000000000000ffff228ef99a, 'SG', 1, 20155, 'brute'),
(0x00000000000000000000ffff2291fad8, 'US', 1, 20162, 'brute'),
(0x00000000000000000000ffff22921487, 'JP', 1, 20139, 'brute'),
(0x00000000000000000000ffff22921487, 'JP', 1, 20151, 'brute'),
(0x00000000000000000000ffff2296ebef, 'US', 1, 20140, 'brute'),
(0x00000000000000000000ffff22abcbac, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffff22abe199, 'US', 2, 20163, 'brute'),
(0x00000000000000000000ffff22abe199, 'US', 2, 20164, 'brute'),
(0x00000000000000000000ffff22abe199, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffff22abe199, 'US', 1, 20166, 'brute'),
(0x00000000000000000000ffff22abe199, 'US', 1, 20167, 'brute'),
(0x00000000000000000000ffff23b0b2fb, 'GB', 1, 20150, 'brute'),
(0x00000000000000000000ffff23b0b2fb, 'GB', 1, 20154, 'brute'),
(0x00000000000000000000ffff23b12289, 'GB', 1, 20152, 'brute'),
(0x00000000000000000000ffff23b897c1, 'US', 1, 20163, 'brute'),
(0x00000000000000000000ffff23b8a929, 'US', 1, 20166, 'brute'),
(0x00000000000000000000ffff23b94d31, 'US', 1, 20143, 'brute'),
(0x00000000000000000000ffff23bbfafd, 'SG', 1, 20149, 'brute'),
(0x00000000000000000000ffff23bbfafd, 'SG', 1, 20151, 'brute'),
(0x00000000000000000000ffff23bbfafd, 'SG', 1, 20153, 'brute'),
(0x00000000000000000000ffff23bbfafd, 'SG', 1, 20167, 'brute'),
(0x00000000000000000000ffff23c44548, 'US', 1, 20159, 'brute'),
(0x00000000000000000000ffff23c6e1f9, 'SG', 1, 20154, 'brute'),
(0x00000000000000000000ffff23ccac0c, 'NL', 1, 20138, 'brute'),
(0x00000000000000000000ffff23ccac0c, 'NL', 1, 20160, 'brute'),
(0x00000000000000000000ffff23ccac0c, 'NL', 1, 20164, 'brute'),
(0x00000000000000000000ffff23de1b87, 'US', 1, 20159, 'brute'),
(0x00000000000000000000ffff23e2c4b3, 'US', 1, 20138, 'brute'),
(0x00000000000000000000ffff23e2c4b3, 'US', 1, 20140, 'brute'),
(0x00000000000000000000ffff23e2c4b3, 'US', 1, 20166, 'brute'),
(0x00000000000000000000ffff23ea2584, 'TW', 1, 20154, 'brute'),
(0x00000000000000000000ffff23eecbd5, 'US', 1, 20139, 'brute'),
(0x00000000000000000000ffff23eecbd5, 'US', 2, 20160, 'brute'),
(0x00000000000000000000ffff23eecbd5, 'US', 2, 20163, 'brute'),
(0x00000000000000000000ffff23eecbd5, 'US', 1, 20164, 'brute'),
(0x00000000000000000000ffff23f2eed8, 'DE', 1, 20138, 'brute'),
(0x00000000000000000000ffff23f2feba, 'DE', 1, 20145, 'brute'),
(0x00000000000000000000ffff23f5fd05, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffff251b1fd7, 'FI', 1, 20147, 'brute'),
(0x00000000000000000000ffff251b1fd7, 'FI', 1, 20150, 'brute'),
(0x00000000000000000000ffff251b6654, 'FI', 1, 20150, 'brute'),
(0x00000000000000000000ffff251b6654, 'FI', 1, 20151, 'brute'),
(0x00000000000000000000ffff251b6c5d, 'FI', 1, 20153, 'brute'),
(0x00000000000000000000ffff25482473, 'IT', 1, 20145, 'brute'),
(0x00000000000000000000ffff2578bf3d, 'DE', 1, 20154, 'brute'),
(0x00000000000000000000ffff25bb1a48, 'FR', 1, 20151, 'brute'),
(0x00000000000000000000ffff25bb1a48, 'FR', 2, 20153, 'brute'),
(0x00000000000000000000ffff25bb1a48, 'FR', 2, 20161, 'brute'),
(0x00000000000000000000ffff25bb1a48, 'FR', 2, 20163, 'brute'),
(0x00000000000000000000ffff25bb1a48, 'FR', 2, 20165, 'brute'),
(0x00000000000000000000ffff25bb1a48, 'FR', 1, 20167, 'brute'),
(0x00000000000000000000ffff26390329, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff26390329, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff26390329, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffff26390329, 'US', 1, 20161, 'brute'),
(0x00000000000000000000ffff265b6575, 'US', 1, 20143, 'brute'),
(0x00000000000000000000ffff27622c0f, 'CN', 1, 20149, 'brute'),
(0x00000000000000000000ffff284f2985, 'US', 1, 20162, 'waf'),
(0x00000000000000000000ffff2996e212, 'ZA', 14, 20161, 'brute'),
(0x00000000000000000000ffff29de7196, '', 17, 20141, 'brute'),
(0x00000000000000000000ffff2a7603a3, 'VN', 1, 20165, 'brute'),
(0x00000000000000000000ffff2b865ea8, 'SG', 4, 20153, 'waf'),
(0x00000000000000000000ffff2b87ae7c, 'US', 6, 20151, 'waf'),
(0x00000000000000000000ffff2cc81b60, 'US', 1, 20157, 'brute'),
(0x00000000000000000000ffff2cc85f54, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffff2cc88990, 'US', 1, 20145, 'brute'),
(0x00000000000000000000ffff2ccb149d, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffff2ceb7491, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffff2cf2aefa, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffff2d430e05, 'GB', 1, 20164, 'brute'),
(0x00000000000000000000ffff2d430e24, 'GB', 1, 20140, 'brute'),
(0x00000000000000000000ffff2d430e40, 'GB', 1, 20160, 'brute'),
(0x00000000000000000000ffff2d430e40, 'GB', 1, 20164, 'brute'),
(0x00000000000000000000ffff2d430e40, 'GB', 1, 20167, 'brute'),
(0x00000000000000000000ffff2d4d1555, 'HK', 1, 20155, 'brute'),
(0x00000000000000000000ffff2d5045c6, 'RU', 1, 20154, 'brute'),
(0x00000000000000000000ffff2d5045c6, 'RU', 1, 20155, 'brute'),
(0x00000000000000000000ffff2d56d30c, 'US', 4, 20167, 'brute'),
(0x00000000000000000000ffff2d5861a8, 'DE', 1, 20149, 'brute'),
(0x00000000000000000000ffff2d5861a8, 'DE', 1, 20159, 'brute'),
(0x00000000000000000000ffff2d775412, 'VN', 1, 20138, 'brute'),
(0x00000000000000000000ffff2d775412, 'VN', 1, 20143, 'brute'),
(0x00000000000000000000ffff2d775412, 'VN', 1, 20151, 'brute'),
(0x00000000000000000000ffff2d775412, 'VN', 1, 20164, 'brute'),
(0x00000000000000000000ffff2d8d4c8f, 'RU', 1, 20147, 'brute'),
(0x00000000000000000000ffff2d95cc1c, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff2d9a624a, 'NL', 327, 20155, 'brute'),
(0x00000000000000000000ffff2dc31920, 'MU', 1, 20141, 'brute'),
(0x00000000000000000000ffff2dc31920, 'MU', 1, 20146, 'brute'),
(0x00000000000000000000ffff2dc31920, 'MU', 1, 20154, 'brute'),
(0x00000000000000000000ffff2dc31920, 'MU', 1, 20155, 'brute'),
(0x00000000000000000000ffff2e657675, 'DE', 1, 20155, 'brute'),
(0x00000000000000000000ffff2ee20a45, 'DE', 1, 20143, 'brute'),
(0x00000000000000000000ffff2ee20a49, 'DE', 1, 20165, 'brute'),
(0x00000000000000000000ffff2f6ac986, 'CN', 1, 20148, 'brute'),
(0x00000000000000000000ffff2f6ac986, 'CN', 1, 20151, 'brute'),
(0x00000000000000000000ffff2f6af3e2, 'CN', 1, 20149, 'brute'),
(0x00000000000000000000ffff2f6af3e2, 'CN', 1, 20155, 'brute'),
(0x00000000000000000000ffff2f72a5f8, 'CN', 2, 20161, 'brute'),
(0x00000000000000000000ffff2f74377c, 'CN', 1, 20141, 'brute'),
(0x00000000000000000000ffff2f7710ed, 'CN', 2, 20158, 'brute'),
(0x00000000000000000000ffff2f7710ed, 'CN', 2, 20161, 'brute'),
(0x00000000000000000000ffff2f7710ed, 'CN', 1, 20167, 'brute'),
(0x00000000000000000000ffff2ff432f3, 'HK', 1, 20143, 'brute'),
(0x00000000000000000000ffff2ff432f3, 'HK', 1, 20151, 'brute'),
(0x00000000000000000000ffff2ff432f3, 'HK', 1, 20154, 'brute'),
(0x00000000000000000000ffff2ff432f3, 'HK', 3, 20160, 'brute'),
(0x00000000000000000000ffff2ff432f3, 'HK', 2, 20165, 'brute'),
(0x00000000000000000000ffff310c829c, 'DE', 1, 20146, 'brute'),
(0x00000000000000000000ffff310c829c, 'DE', 1, 20149, 'brute'),
(0x00000000000000000000ffff310c829c, 'DE', 1, 20151, 'brute'),
(0x00000000000000000000ffff3133320c, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff3133320c, 'US', 1, 20164, 'brute'),
(0x00000000000000000000ffff323e892c, 'US', 1, 20160, 'brute'),
(0x00000000000000000000ffff323e8db3, 'US', 1, 20147, 'brute'),
(0x00000000000000000000ffff332629d7, 'FR', 2, 20141, 'brute'),
(0x00000000000000000000ffff332629d7, 'FR', 1, 20153, 'brute'),
(0x00000000000000000000ffff332629d7, 'FR', 2, 20155, 'brute'),
(0x00000000000000000000ffff3326f1f4, 'FR', 1, 20155, 'brute'),
(0x00000000000000000000ffff3344e4eb, 'FR', 1, 20138, 'brute'),
(0x00000000000000000000ffff3344e4eb, 'FR', 1, 20153, 'brute'),
(0x00000000000000000000ffff334d4254, 'DE', 1, 20153, 'brute'),
(0x00000000000000000000ffff334f1244, 'CA', 1, 20150, 'brute'),
(0x00000000000000000000ffff334f2d4a, 'CA', 1, 20151, 'brute'),
(0x00000000000000000000ffff33511d9d, 'US', 1, 20145, 'brute'),
(0x00000000000000000000ffff33530287, 'FR', 3, 20150, 'brute'),
(0x00000000000000000000ffff33530287, 'FR', 2, 20158, 'brute'),
(0x00000000000000000000ffff33530287, 'FR', 1, 20159, 'brute'),
(0x00000000000000000000ffff33530287, 'FR', 2, 20160, 'brute'),
(0x00000000000000000000ffff33530287, 'FR', 2, 20163, 'brute'),
(0x00000000000000000000ffff33530287, 'FR', 1, 20164, 'brute'),
(0x00000000000000000000ffff33599942, 'GB', 1, 20140, 'brute'),
(0x00000000000000000000ffff335b83de, 'FR', 1, 20153, 'brute'),
(0x00000000000000000000ffff339f3749, 'FR', 1, 20151, 'brute'),
(0x00000000000000000000ffff339f3749, 'FR', 1, 20158, 'brute'),
(0x00000000000000000000ffff33b22d49, 'FR', 1, 20149, 'brute'),
(0x00000000000000000000ffff33b22d49, 'FR', 1, 20150, 'brute'),
(0x00000000000000000000ffff33b251f8, 'FR', 1, 20149, 'brute'),
(0x00000000000000000000ffff33b251f8, 'FR', 1, 20150, 'brute'),
(0x00000000000000000000ffff33b251f8, 'FR', 1, 20151, 'brute'),
(0x00000000000000000000ffff33b251f8, 'FR', 3, 20153, 'brute'),
(0x00000000000000000000ffff33b251f8, 'FR', 2, 20165, 'brute'),
(0x00000000000000000000ffff33c394d3, 'GB', 1, 20145, 'brute'),
(0x00000000000000000000ffff33d271df, 'FR', 1, 20145, 'brute'),
(0x00000000000000000000ffff33d27b1f, 'FR', 1, 20167, 'brute'),
(0x00000000000000000000ffff33de6ebb, 'CA', 1, 20146, 'brute'),
(0x00000000000000000000ffff33de6ebb, 'CA', 1, 20151, 'brute'),
(0x00000000000000000000ffff33de6ebb, 'CA', 1, 20152, 'brute'),
(0x00000000000000000000ffff33de6ebb, 'CA', 2, 20153, 'brute'),
(0x00000000000000000000ffff33de6ebb, 'CA', 1, 20160, 'brute'),
(0x00000000000000000000ffff33de6ebb, 'CA', 1, 20163, 'brute'),
(0x00000000000000000000ffff340e2749, 'US', 1, 20166, 'waf'),
(0x00000000000000000000ffff342a71cc, 'US', 1, 20167, 'brute'),
(0x00000000000000000000ffff3440fc7e, 'AU', 1, 20150, 'brute'),
(0x00000000000000000000ffff3440fc7e, 'AU', 2, 20154, 'brute'),
(0x00000000000000000000ffff34a95d9d, 'IE', 2, 20166, 'waf'),
(0x00000000000000000000ffff34b9af3e, 'JP', 1, 20159, 'waf'),
(0x00000000000000000000ffff34b9af3e, 'JP', 1, 20160, 'waf'),
(0x00000000000000000000ffff34bbd454, 'AU', 1, 20149, 'brute'),
(0x00000000000000000000ffff34bbd454, 'AU', 1, 20153, 'brute'),
(0x00000000000000000000ffff34d7379f, 'IE', 1, 20161, 'brute'),
(0x00000000000000000000ffff34dc1db1, 'SG', 1, 20154, 'brute'),
(0x00000000000000000000ffff34e5cf4b, 'HK', 1, 20150, 'brute'),
(0x00000000000000000000ffff34e66262, 'SG', 1, 20153, 'brute'),
(0x00000000000000000000ffff34e66262, 'SG', 1, 20161, 'brute'),
(0x00000000000000000000ffff34e66262, 'SG', 1, 20165, 'brute'),
(0x00000000000000000000ffff3624d1a4, 'FR', 2, 20143, 'brute'),
(0x00000000000000000000ffff3624d1a4, 'FR', 1, 20151, 'brute'),
(0x00000000000000000000ffff3624d1a4, 'FR', 2, 20153, 'brute'),
(0x00000000000000000000ffff3624d1a4, 'FR', 1, 20158, 'brute'),
(0x00000000000000000000ffff3624d1a4, 'FR', 2, 20159, 'brute'),
(0x00000000000000000000ffff3624d1a4, 'FR', 2, 20161, 'brute'),
(0x00000000000000000000ffff3624d1a4, 'FR', 2, 20163, 'brute'),
(0x00000000000000000000ffff3624d1a4, 'FR', 1, 20166, 'brute'),
(0x00000000000000000000ffff3624d1a4, 'FR', 1, 20167, 'brute'),
(0x00000000000000000000ffff36254cc1, 'FR', 1, 20155, 'brute'),
(0x00000000000000000000ffff36279ec4, 'CA', 1, 20146, 'brute'),
(0x00000000000000000000ffff364f7c76, 'AU', 1, 20152, 'brute'),
(0x00000000000000000000ffff36b3213b, 'SG', 1, 20154, 'brute'),
(0x00000000000000000000ffff36da70a1, 'US', 1, 20141, 'waf'),
(0x00000000000000000000ffff39818a6d, 'FR', 2, 20153, 'brute'),
(0x00000000000000000000ffff3b7d66e2, 'TW', 2, 20154, 'brute'),
(0x00000000000000000000ffff3cccc988, 'CN', 1, 20163, 'brute'),
(0x00000000000000000000ffff3d04797c, 'HK', 2, 20147, 'brute'),
(0x00000000000000000000ffff3d04797c, 'HK', 1, 20150, 'brute'),
(0x00000000000000000000ffff3d04797c, 'HK', 3, 20164, 'brute'),
(0x00000000000000000000ffff3da0c3e5, 'CN', 2, 20142, 'waf'),
(0x00000000000000000000ffff3e54bebe, 'DE', 1, 20155, 'brute'),
(0x00000000000000000000ffff3ea910e4, 'DE', 2, 20153, 'brute'),
(0x00000000000000000000ffff3ea91425, 'DE', 1, 20154, 'brute'),
(0x00000000000000000000ffff3ea91425, 'DE', 1, 20155, 'brute'),
(0x00000000000000000000ffff3ea91425, 'DE', 1, 20164, 'brute'),
(0x00000000000000000000ffff3eab8c51, 'DE', 1, 20151, 'brute'),
(0x00000000000000000000ffff3ed24048, 'FR', 1, 20153, 'brute'),
(0x00000000000000000000ffff3ffa214c, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffff3ffa2697, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffff4017dc32, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffff405a3afe, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff406f16ac, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff40e135e7, 'US', 8, 20149, 'waf'),
(0x00000000000000000000ffff40e135e7, 'US', 8, 20154, 'waf'),
(0x00000000000000000000ffff413c272e, 'US', 1, 20147, 'brute'),
(0x00000000000000000000ffff416c29ab, 'FI', 1, 20139, 'brute'),
(0x00000000000000000000ffff416c29ab, 'FI', 1, 20154, 'brute'),
(0x00000000000000000000ffff416c29ab, 'FI', 1, 20162, 'brute'),
(0x00000000000000000000ffff416ce494, 'FI', 1, 20151, 'brute'),
(0x00000000000000000000ffff416d565a, 'FI', 2, 20143, 'brute'),
(0x00000000000000000000ffff416d6386, 'FI', 2, 20151, 'brute'),
(0x00000000000000000000ffff416d6386, 'FI', 1, 20153, 'brute'),
(0x00000000000000000000ffff416d6386, 'FI', 2, 20163, 'brute'),
(0x00000000000000000000ffff416d6386, 'FI', 1, 20164, 'brute'),
(0x00000000000000000000ffff41b56f9d, 'GB', 2, 20153, 'brute'),
(0x00000000000000000000ffff4221cf43, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffff42558c6a, 'US', 2, 20146, 'brute'),
(0x00000000000000000000ffff42558c6a, 'US', 1, 20152, 'brute'),
(0x00000000000000000000ffff42b54a4b, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff42df316c, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffff42df316c, 'US', 1, 20161, 'brute'),
(0x00000000000000000000ffff4317fe60, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffff4317fe60, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff4317fe60, 'US', 3, 20152, 'brute'),
(0x00000000000000000000ffff4317fe60, 'US', 2, 20160, 'brute'),
(0x00000000000000000000ffff4317fe60, 'US', 3, 20164, 'brute'),
(0x00000000000000000000ffff43cd167c, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffff43cd92de, 'US', 1, 20167, 'brute'),
(0x00000000000000000000ffff43de808c, 'US', 1, 20152, 'brute'),
(0x00000000000000000000ffff444e254d, 'US', 1, 20167, 'brute'),
(0x00000000000000000000ffff44b29153, 'IN', 1, 20158, 'brute'),
(0x00000000000000000000ffff44b29153, 'IN', 1, 20160, 'brute'),
(0x00000000000000000000ffff44b29153, 'IN', 2, 20163, 'brute'),
(0x00000000000000000000ffff44b29153, 'IN', 1, 20166, 'brute'),
(0x00000000000000000000ffff44b29153, 'IN', 1, 20167, 'brute'),
(0x00000000000000000000ffff44b29213, 'IN', 1, 20158, 'brute'),
(0x00000000000000000000ffff44b29213, 'IN', 1, 20160, 'brute'),
(0x00000000000000000000ffff44b29213, 'IN', 3, 20161, 'brute'),
(0x00000000000000000000ffff44b29213, 'IN', 6, 20163, 'brute'),
(0x00000000000000000000ffff44b29213, 'IN', 1, 20166, 'brute'),
(0x00000000000000000000ffff44b297f3, 'IN', 2, 20146, 'brute'),
(0x00000000000000000000ffff44b297f3, 'IN', 2, 20149, 'brute'),
(0x00000000000000000000ffff44b297f3, 'IN', 2, 20161, 'brute'),
(0x00000000000000000000ffff44b297f3, 'IN', 2, 20163, 'brute'),
(0x00000000000000000000ffff44b2997a, 'IN', 1, 20151, 'brute'),
(0x00000000000000000000ffff44b29c5e, 'IN', 1, 20143, 'brute'),
(0x00000000000000000000ffff44b70d01, 'NL', 2, 20154, 'brute'),
(0x00000000000000000000ffff44b76a4f, 'US', 1, 20140, 'brute'),
(0x00000000000000000000ffff44b76a4f, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff44b77c59, 'US', 1, 20141, 'brute'),
(0x00000000000000000000ffff44b77c59, 'US', 1, 20147, 'brute'),
(0x00000000000000000000ffff44b7be1b, 'SG', 1, 20152, 'waf'),
(0x00000000000000000000ffff450a348c, 'US', 1, 20140, 'brute'),
(0x00000000000000000000ffff451ec60a, 'US', 1, 20167, 'brute'),
(0x00000000000000000000ffff45a3d03b, 'US', 1, 20141, 'brute'),
(0x00000000000000000000ffff45a3d51e, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff45af78b5, 'US', 1, 20138, 'brute'),
(0x00000000000000000000ffff45af78b5, 'US', 1, 20139, 'brute'),
(0x00000000000000000000ffff45af78b5, 'US', 1, 20147, 'brute'),
(0x00000000000000000000ffff48a7682b, 'US', 1, 20143, 'brute'),
(0x00000000000000000000ffff48a7682b, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffff48a7682b, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffff48a7682b, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff48a7682b, 'US', 3, 20158, 'brute'),
(0x00000000000000000000ffff48a7682b, 'US', 2, 20160, 'brute'),
(0x00000000000000000000ffff48a7682b, 'US', 1, 20164, 'brute'),
(0x00000000000000000000ffff48a7682b, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffff48a77e2f, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffff4a51261a, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffff4a51261a, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffff4a78dd7a, 'CA', 1, 20148, 'brute'),
(0x00000000000000000000ffff4a78dd7a, 'CA', 1, 20149, 'brute'),
(0x00000000000000000000ffff4a78dd7a, 'CA', 1, 20150, 'brute'),
(0x00000000000000000000ffff4a78dd7a, 'CA', 1, 20155, 'brute'),
(0x00000000000000000000ffff4ad0168e, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff4b77932f, 'DE', 1, 20145, 'brute'),
(0x00000000000000000000ffff4b77932f, 'DE', 3, 20153, 'brute'),
(0x00000000000000000000ffff4b77dd35, 'US', 1, 20138, 'brute'),
(0x00000000000000000000ffff4b77dd35, 'US', 1, 20147, 'brute'),
(0x00000000000000000000ffff4b77dd35, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffff4d442160, 'GB', 1, 20155, 'brute'),
(0x00000000000000000000ffff4d444b26, 'GB', 1, 20151, 'brute'),
(0x00000000000000000000ffff4e8769d0, 'TR', 1, 20147, 'brute'),
(0x00000000000000000000ffff4e8769d0, 'TR', 1, 20160, 'brute'),
(0x00000000000000000000ffff4f6e350e, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff50401e20, 'RU', 1, 20142, 'brute'),
(0x00000000000000000000ffff50401e20, 'RU', 1, 20166, 'brute'),
(0x00000000000000000000ffff5042d5d9, 'IT', 1, 20155, 'brute'),
(0x00000000000000000000ffff5057c32c, 'RU', 1, 20145, 'brute'),
(0x00000000000000000000ffff50ef73a0, 'NO', 1, 20145, 'brute'),
(0x00000000000000000000ffff50fbdb6f, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffff50fbdb6f, 'US', 1, 20161, 'brute'),
(0x00000000000000000000ffff5100f7a2, 'GB', 1, 20145, 'brute'),
(0x00000000000000000000ffff51085bc9, 'TR', 1, 20153, 'brute'),
(0x00000000000000000000ffff51085bc9, 'TR', 1, 20155, 'brute'),
(0x00000000000000000000ffff5158352b, 'IT', 2, 20151, 'brute'),
(0x00000000000000000000ffff5158352b, 'IT', 1, 20158, 'brute'),
(0x00000000000000000000ffff5158352b, 'IT', 1, 20163, 'brute'),
(0x00000000000000000000ffff5158352b, 'IT', 1, 20165, 'brute'),
(0x00000000000000000000ffff5158352b, 'IT', 1, 20167, 'brute'),
(0x00000000000000000000ffff51a9e0c2, 'DE', 1, 20153, 'brute'),
(0x00000000000000000000ffff51a9e0c2, 'DE', 1, 20155, 'brute'),
(0x00000000000000000000ffff51b188d8, 'RU', 2, 20139, 'brute'),
(0x00000000000000000000ffff51b188d8, 'RU', 1, 20141, 'brute'),
(0x00000000000000000000ffff51b188d8, 'RU', 1, 20149, 'brute'),
(0x00000000000000000000ffff51b188d8, 'RU', 1, 20156, 'brute'),
(0x00000000000000000000ffff51b188d8, 'RU', 1, 20162, 'brute'),
(0x00000000000000000000ffff51b188d8, 'RU', 1, 20165, 'brute'),
(0x00000000000000000000ffff526612bc, 'FR', 2, 20163, 'waf'),
(0x00000000000000000000ffff5270ee9d, 'GB', 1, 20166, 'brute'),
(0x00000000000000000000ffff529cc775, 'CN', 1, 20149, 'brute'),
(0x00000000000000000000ffff529cc775, 'CN', 1, 20153, 'brute'),
(0x00000000000000000000ffff52a543d3, 'DE', 1, 20153, 'brute'),
(0x00000000000000000000ffff52a5c98a, 'DE', 1, 20152, 'brute'),
(0x00000000000000000000ffff52c547f5, 'GB', 1, 20150, 'brute'),
(0x00000000000000000000ffff52c547f5, 'GB', 1, 20151, 'brute'),
(0x00000000000000000000ffff52c547f5, 'GB', 1, 20167, 'brute'),
(0x00000000000000000000ffff52df0d36, 'ES', 1, 20153, 'brute'),
(0x00000000000000000000ffff52df6667, 'ES', 1, 20158, 'brute'),
(0x00000000000000000000ffff52dfa1bd, 'ES', 1, 20145, 'brute'),
(0x00000000000000000000ffff52dfa537, 'ES', 1, 20155, 'brute'),
(0x00000000000000000000ffff52dfd99b, 'ES', 1, 20155, 'brute'),
(0x00000000000000000000ffff53458ba8, 'UZ', 2, 20148, 'brute'),
(0x00000000000000000000ffff53458ba8, 'UZ', 1, 20153, 'brute'),
(0x00000000000000000000ffff5411294e, 'US', 2, 20151, 'brute'),
(0x00000000000000000000ffff54112d77, 'US', 2, 20146, 'brute'),
(0x00000000000000000000ffff54f7bfea, 'NO', 1, 20155, 'brute'),
(0x00000000000000000000ffff55bef634, 'GB', 2, 20147, 'brute'),
(0x00000000000000000000ffff55d10931, 'RU', 1, 20145, 'brute'),
(0x00000000000000000000ffff55f8e209, 'SK', 1, 20145, 'brute'),
(0x00000000000000000000ffff55f8e209, 'SK', 1, 20155, 'brute'),
(0x00000000000000000000ffff5762adfc, 'FR', 1, 20140, 'brute'),
(0x00000000000000000000ffff5762adfc, 'FR', 1, 20144, 'brute'),
(0x00000000000000000000ffff5762adfc, 'FR', 2, 20146, 'brute'),
(0x00000000000000000000ffff5762adfc, 'FR', 2, 20149, 'brute'),
(0x00000000000000000000ffff5762adfc, 'FR', 2, 20150, 'brute'),
(0x00000000000000000000ffff576ae56a, 'DE', 1, 20145, 'brute'),
(0x00000000000000000000ffff576aec0e, 'ES', 1, 20145, 'brute'),
(0x00000000000000000000ffff5778090a, 'BG', 1, 20146, 'brute'),
(0x00000000000000000000ffff5778090a, 'BG', 1, 20150, 'brute'),
(0x00000000000000000000ffff5778090a, 'BG', 1, 20165, 'brute'),
(0x00000000000000000000ffff580b52a6, 'ES', 1, 20153, 'brute'),
(0x00000000000000000000ffff586359e9, 'DE', 1, 20152, 'brute'),
(0x00000000000000000000ffff58c64115, 'DE', 2, 20164, 'brute'),
(0x00000000000000000000ffff58c64115, 'DE', 1, 20165, 'brute'),
(0x00000000000000000000ffff591672db, 'DE', 1, 20154, 'brute'),
(0x00000000000000000000ffff591f4aaa, 'IT', 1, 20146, 'brute'),
(0x00000000000000000000ffff59266296, 'NL', 1, 20150, 'brute'),
(0x00000000000000000000ffff592e5b19, 'ES', 1, 20145, 'brute'),
(0x00000000000000000000ffff592e5b19, 'ES', 1, 20154, 'brute'),
(0x00000000000000000000ffff59a387b2, 'DE', 1, 20145, 'brute'),
(0x00000000000000000000ffff59bba2b0, 'SG', 1, 20164, 'brute'),
(0x00000000000000000000ffff59bba61a, 'GB', 2, 20166, 'brute'),
(0x00000000000000000000ffff59fcbb74, 'TR', 2, 20153, 'brute'),
(0x00000000000000000000ffff5a9c8e1f, 'RU', 1, 20152, 'brute'),
(0x00000000000000000000ffff5b792cc6, 'FR', 1, 20139, 'brute'),
(0x00000000000000000000ffff5b792cc6, 'FR', 1, 20145, 'brute'),
(0x00000000000000000000ffff5b792cc6, 'FR', 1, 20150, 'brute'),
(0x00000000000000000000ffff5b792cc6, 'FR', 1, 20151, 'brute'),
(0x00000000000000000000ffff5b792cc6, 'FR', 2, 20152, 'brute'),
(0x00000000000000000000ffff5b792cc6, 'FR', 2, 20153, 'brute'),
(0x00000000000000000000ffff5b792cc6, 'FR', 1, 20163, 'brute'),
(0x00000000000000000000ffff5b864ff0, 'FR', 1, 20147, 'brute'),
(0x00000000000000000000ffff5b864ff0, 'FR', 1, 20155, 'brute'),
(0x00000000000000000000ffff5be20a24, 'RU', 1, 20155, 'brute'),
(0x00000000000000000000ffff5beea208, 'GB', 1, 20164, 'brute'),
(0x00000000000000000000ffff5bf63a8b, 'US', 4, 20151, 'brute'),
(0x00000000000000000000ffff5c77797b, 'HU', 1, 20150, 'brute'),
(0x00000000000000000000ffff5ccd90c8, 'FR', 1, 20158, 'brute'),
(0x00000000000000000000ffff5ccd90c8, 'FR', 1, 20160, 'brute'),
(0x00000000000000000000ffff5ccd90c8, 'FR', 2, 20163, 'brute'),
(0x00000000000000000000ffff5ccd90c8, 'FR', 1, 20165, 'brute'),
(0x00000000000000000000ffff5ccd93ee, 'FR', 1, 20151, 'brute'),
(0x00000000000000000000ffff5ccd93ee, 'FR', 1, 20153, 'brute'),
(0x00000000000000000000ffff5ccdaa39, 'DE', 1, 20153, 'brute'),
(0x00000000000000000000ffff5ccdb6fe, 'FR', 1, 20163, 'brute'),
(0x00000000000000000000ffff5ccdb970, 'FR', 1, 20139, 'brute'),
(0x00000000000000000000ffff5ccdb970, 'FR', 1, 20147, 'brute'),
(0x00000000000000000000ffff5ccdb970, 'FR', 1, 20148, 'brute'),
(0x00000000000000000000ffff5ccdb970, 'FR', 1, 20154, 'brute'),
(0x00000000000000000000ffff5ccdedb2, 'DE', 1, 20140, 'brute'),
(0x00000000000000000000ffff5ccdedb2, 'DE', 1, 20146, 'brute'),
(0x00000000000000000000ffff5ccdedb2, 'DE', 1, 20151, 'brute'),
(0x00000000000000000000ffff5cde095c, 'FR', 1, 20153, 'brute'),
(0x00000000000000000000ffff5cdeb5cd, 'FR', 1, 20138, 'brute'),
(0x00000000000000000000ffff5cdeb5cd, 'FR', 1, 20139, 'brute'),
(0x00000000000000000000ffff5cdeb5cd, 'FR', 2, 20166, 'brute'),
(0x00000000000000000000ffff5d51ec8f, 'RU', 1, 20167, 'brute'),
(0x00000000000000000000ffff5da66766, 'DK', 1, 20145, 'brute'),
(0x00000000000000000000ffff5e2eb027, 'PT', 1, 20143, 'brute'),
(0x00000000000000000000ffff5e2eb027, 'PT', 1, 20150, 'brute'),
(0x00000000000000000000ffff5e2eb027, 'PT', 1, 20151, 'brute'),
(0x00000000000000000000ffff5e2eb027, 'PT', 7, 20153, 'brute'),
(0x00000000000000000000ffff5e2eb027, 'PT', 1, 20160, 'brute'),
(0x00000000000000000000ffff5e2eb653, 'PT', 1, 20143, 'brute'),
(0x00000000000000000000ffff5e2eb653, 'PT', 1, 20150, 'brute'),
(0x00000000000000000000ffff5e2eb653, 'PT', 2, 20151, 'brute'),
(0x00000000000000000000ffff5e2eb653, 'PT', 2, 20153, 'brute'),
(0x00000000000000000000ffff5e2eb653, 'PT', 1, 20158, 'brute'),
(0x00000000000000000000ffff5e2eb653, 'PT', 2, 20162, 'brute'),
(0x00000000000000000000ffff5e2eb653, 'PT', 2, 20163, 'brute'),
(0x00000000000000000000ffff5e2eb653, 'PT', 2, 20164, 'brute'),
(0x00000000000000000000ffff5e82e5be, 'DE', 1, 20153, 'brute'),
(0x00000000000000000000ffff5f539456, 'RU', 1, 20167, 'brute'),
(0x00000000000000000000ffff5f63c0d4, 'NL', 1, 20145, 'brute'),
(0x00000000000000000000ffff5f63c0d4, 'NL', 2, 20154, 'brute'),
(0x00000000000000000000ffff5f6e8ff7, 'IT', 1, 20167, 'brute'),
(0x00000000000000000000ffff5fadde31, 'CZ', 1, 20160, 'brute'),
(0x00000000000000000000ffff5fd819bc, 'FI', 2, 20151, 'brute'),
(0x00000000000000000000ffff5fd819bc, 'FI', 1, 20152, 'brute'),
(0x00000000000000000000ffff5fd819bc, 'FI', 1, 20158, 'brute'),
(0x00000000000000000000ffff5fd819bc, 'FI', 1, 20160, 'brute'),
(0x00000000000000000000ffff5fd85ad6, 'FI', 1, 20138, 'brute'),
(0x00000000000000000000ffff5fd85ad6, 'FI', 1, 20141, 'brute'),
(0x00000000000000000000ffff5fd85ad6, 'FI', 1, 20154, 'brute'),
(0x00000000000000000000ffff5fd85ad6, 'FI', 1, 20161, 'brute'),
(0x00000000000000000000ffff602cbd66, 'US', 1, 20152, 'brute'),
(0x00000000000000000000ffff605275ab, 'US', 1, 20140, 'brute'),
(0x00000000000000000000ffff605275ab, 'US', 1, 20141, 'brute'),
(0x00000000000000000000ffff641a16af, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffff6584c0e6, 'CN', 1, 20141, 'brute'),
(0x00000000000000000000ffff6584c0e6, 'CN', 1, 20151, 'brute'),
(0x00000000000000000000ffff65c96ccb, 'CN', 1, 20161, 'brute'),
(0x00000000000000000000ffff670b657a, 'HK', 1, 20138, 'brute'),
(0x00000000000000000000ffff670b657a, 'HK', 1, 20150, 'brute'),
(0x00000000000000000000ffff670b657a, 'HK', 1, 20155, 'brute'),
(0x00000000000000000000ffff670b657a, 'HK', 1, 20157, 'brute'),
(0x00000000000000000000ffff670b657a, 'HK', 1, 20162, 'brute'),
(0x00000000000000000000ffff675aebc7, 'VN', 1, 20141, 'brute'),
(0x00000000000000000000ffff675aebc7, 'VN', 2, 20151, 'brute'),
(0x00000000000000000000ffff67617e74, 'VN', 1, 20149, 'brute'),
(0x00000000000000000000ffff67617e74, 'VN', 1, 20154, 'brute'),
(0x00000000000000000000ffff67617e74, 'VN', 1, 20160, 'brute'),
(0x00000000000000000000ffff676e5428, 'VN', 1, 20139, 'brute'),
(0x00000000000000000000ffff676e5428, 'VN', 1, 20145, 'brute'),
(0x00000000000000000000ffff67761dc5, 'VN', 1, 20139, 'brute'),
(0x00000000000000000000ffff67761dc5, 'VN', 1, 20141, 'brute'),
(0x00000000000000000000ffff67761dc5, 'VN', 1, 20149, 'brute'),
(0x00000000000000000000ffff67761dc5, 'VN', 1, 20161, 'brute'),
(0x00000000000000000000ffff6778b0ab, 'IN', 1, 20149, 'brute'),
(0x00000000000000000000ffff6778b0e0, 'IN', 1, 20149, 'brute'),
(0x00000000000000000000ffff6778b0e0, 'IN', 1, 20151, 'brute'),
(0x00000000000000000000ffff6778b0e0, 'IN', 1, 20153, 'brute'),
(0x00000000000000000000ffff6778b0e0, 'IN', 1, 20160, 'brute'),
(0x00000000000000000000ffff6778b0e0, 'IN', 1, 20161, 'brute'),
(0x00000000000000000000ffff677c5fa8, 'VN', 1, 20158, 'brute'),
(0x00000000000000000000ffff677c5fa8, 'VN', 1, 20165, 'brute'),
(0x00000000000000000000ffff677c5fa8, 'VN', 3, 20166, 'brute'),
(0x00000000000000000000ffff677f8681, 'ID', 1, 20147, 'brute'),
(0x00000000000000000000ffff677f8681, 'ID', 1, 20151, 'brute'),
(0x00000000000000000000ffff677f8681, 'ID', 1, 20153, 'brute'),
(0x00000000000000000000ffff677f8681, 'ID', 1, 20161, 'brute'),
(0x00000000000000000000ffff67841402, 'BD', 1, 20166, 'brute'),
(0x00000000000000000000ffff678e1876, 'VN', 1, 20151, 'brute'),
(0x00000000000000000000ffff678e1876, 'VN', 1, 20152, 'brute'),
(0x00000000000000000000ffff678e1876, 'VN', 1, 20154, 'brute'),
(0x00000000000000000000ffff678e1876, 'VN', 1, 20165, 'brute'),
(0x00000000000000000000ffff678e1876, 'VN', 1, 20166, 'brute'),
(0x00000000000000000000ffff6794a4a6, 'IN', 2, 20153, 'brute'),
(0x00000000000000000000ffff6794a4a6, 'IN', 1, 20163, 'brute'),
(0x00000000000000000000ffff6794a4a6, 'IN', 1, 20167, 'brute'),
(0x00000000000000000000ffff679a3e7d, 'VN', 1, 20152, 'brute'),
(0x00000000000000000000ffff679fefca, 'IN', 1, 20140, 'brute'),
(0x00000000000000000000ffff679fefca, 'IN', 1, 20153, 'brute'),
(0x00000000000000000000ffff679fefca, 'IN', 1, 20154, 'brute'),
(0x00000000000000000000ffff67a3d62b, 'VN', 1, 20144, 'brute'),
(0x00000000000000000000ffff67a923be, 'VN', 1, 20153, 'brute'),
(0x00000000000000000000ffff67a923be, 'VN', 1, 20160, 'brute'),
(0x00000000000000000000ffff67a923be, 'VN', 2, 20163, 'brute'),
(0x00000000000000000000ffff67a923be, 'VN', 1, 20165, 'brute'),
(0x00000000000000000000ffff67ade363, 'VN', 1, 20153, 'brute'),
(0x00000000000000000000ffff67ae3262, 'BD', 1, 20155, 'brute'),
(0x00000000000000000000ffff67ae32f5, 'BD', 1, 20144, 'brute'),
(0x00000000000000000000ffff67ae32f5, 'BD', 1, 20146, 'brute'),
(0x00000000000000000000ffff67ae32f5, 'BD', 1, 20149, 'brute'),
(0x00000000000000000000ffff67ba1f2d, 'ID', 1, 20149, 'brute'),
(0x00000000000000000000ffff67baf19a, 'MM', 1, 20167, 'brute'),
(0x00000000000000000000ffff67bc52c6, 'VN', 1, 20139, 'brute'),
(0x00000000000000000000ffff67bc52c6, 'VN', 1, 20166, 'brute'),
(0x00000000000000000000ffff67bf3207, 'SG', 1, 20142, 'brute'),
(0x00000000000000000000ffff67cdd34e, 'MY', 1, 20141, 'brute'),
(0x00000000000000000000ffff67cdd34e, 'MY', 1, 20153, 'brute'),
(0x00000000000000000000ffff67cdd34e, 'MY', 2, 20155, 'brute'),
(0x00000000000000000000ffff67cdd34e, 'MY', 1, 20162, 'brute'),
(0x00000000000000000000ffff67cdd34e, 'MY', 2, 20165, 'brute'),
(0x00000000000000000000ffff67cdd34e, 'MY', 1, 20166, 'brute'),
(0x00000000000000000000ffff67d52675, 'BD', 1, 20140, 'brute'),
(0x00000000000000000000ffff67d52675, 'BD', 2, 20154, 'brute'),
(0x00000000000000000000ffff67d52675, 'BD', 1, 20155, 'brute'),
(0x00000000000000000000ffff67d52675, 'BD', 2, 20161, 'brute'),
(0x00000000000000000000ffff67db4672, 'PH', 1, 20144, 'brute'),
(0x00000000000000000000ffff67dbfb15, 'ID', 1, 20150, 'brute'),
(0x00000000000000000000ffff67ddde7e, 'VN', 1, 20143, 'brute'),
(0x00000000000000000000ffff67e3b012, 'SG', 1, 20142, 'brute'),
(0x00000000000000000000ffff67e3b012, 'SG', 2, 20143, 'brute'),
(0x00000000000000000000ffff67e3b012, 'SG', 1, 20150, 'brute'),
(0x00000000000000000000ffff67e3b012, 'SG', 3, 20152, 'brute'),
(0x00000000000000000000ffff67e3b012, 'SG', 2, 20159, 'brute'),
(0x00000000000000000000ffff67e3b012, 'SG', 1, 20166, 'brute'),
(0x00000000000000000000ffff67fd0e5a, 'MY', 1, 20138, 'brute'),
(0x00000000000000000000ffff67fd0e5a, 'MY', 1, 20162, 'brute'),
(0x00000000000000000000ffff682d292d, 'NL', 1, 20162, 'brute'),
(0x00000000000000000000ffff6883a5a7, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff68c298f1, 'US', 3, 20159, 'waf'),
(0x00000000000000000000ffff68d09e73, 'US', 1, 20165, 'waf'),
(0x00000000000000000000ffff68eaab84, 'CA', 1, 20146, 'brute'),
(0x00000000000000000000ffff68eaab84, 'CA', 1, 20150, 'brute'),
(0x00000000000000000000ffff68ec4daf, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff68eedd78, 'US', 2, 20159, 'brute'),
(0x00000000000000000000ffff68eedd78, 'US', 2, 20160, 'brute'),
(0x00000000000000000000ffff68eedd78, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffff68f7a5a2, 'TR', 2, 20143, 'brute'),
(0x00000000000000000000ffff68f7a5a2, 'TR', 3, 20146, 'brute'),
(0x00000000000000000000ffff68f82d1e, 'DE', 1, 20140, 'brute'),
(0x00000000000000000000ffff68f8c1bc, 'NL', 1, 20167, 'brute'),
(0x00000000000000000000ffff6b9b7086, 'US', 1, 20145, 'brute'),
(0x00000000000000000000ffff6baa421b, 'US', 1, 20140, 'brute'),
(0x00000000000000000000ffff6baf11a5, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff6baf11a5, 'US', 1, 20152, 'brute'),
(0x00000000000000000000ffff6bb2d539, 'US', 1, 20140, 'brute'),
(0x00000000000000000000ffff6bb4706a, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffff6bb4706a, 'US', 1, 20160, 'brute'),
(0x00000000000000000000ffff6bb4706a, 'US', 2, 20161, 'brute'),
(0x00000000000000000000ffff6bb4706a, 'US', 1, 20166, 'brute'),
(0x00000000000000000000ffff6bb47079, 'US', 2, 20143, 'brute'),
(0x00000000000000000000ffff6bb47079, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffff6bb471bd, 'US', 1, 20146, 'brute'),
(0x00000000000000000000ffff6bb47291, 'US', 1, 20146, 'brute'),
(0x00000000000000000000ffff6bb47291, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff6bb47291, 'US', 2, 20153, 'brute'),
(0x00000000000000000000ffff6bb47291, 'US', 1, 20160, 'brute'),
(0x00000000000000000000ffff6bb47298, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff6bb47298, 'US', 2, 20153, 'brute'),
(0x00000000000000000000ffff6bb4732e, 'US', 2, 20143, 'brute'),
(0x00000000000000000000ffff6bb473b3, 'US', 1, 20143, 'brute'),
(0x00000000000000000000ffff6bb473b3, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffff6bb47505, 'US', 1, 20146, 'brute'),
(0x00000000000000000000ffff6bb47542, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffff6bb47542, 'US', 2, 20153, 'brute'),
(0x00000000000000000000ffff6bb4767d, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffff6bb4779e, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffff6bb4779e, 'US', 2, 20151, 'brute'),
(0x00000000000000000000ffff6bb477ae, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffff6bb4f063, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffff6bb4f270, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffff6bb4fcec, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffff6d472b41, 'PT', 1, 20143, 'brute'),
(0x00000000000000000000ffff6d472b41, 'PT', 2, 20150, 'brute'),
(0x00000000000000000000ffff6d472b41, 'PT', 1, 20151, 'brute'),
(0x00000000000000000000ffff6d7be9f0, 'SG', 2, 20147, 'brute'),
(0x00000000000000000000ffff6d7be9f0, 'SG', 1, 20150, 'brute'),
(0x00000000000000000000ffff6d7bec75, 'SG', 1, 20146, 'brute'),
(0x00000000000000000000ffff6d7bec75, 'SG', 1, 20149, 'brute'),
(0x00000000000000000000ffff6d7bec75, 'SG', 2, 20164, 'brute'),
(0x00000000000000000000ffff6d904c4d, 'GB', 10, 20140, 'waf'),
(0x00000000000000000000ffff6db0cf8c, 'GB', 1, 20145, 'brute'),
(0x00000000000000000000ffff6dc77c4e, 'BG', 1, 20143, 'brute'),
(0x00000000000000000000ffff6dc77c4e, 'BG', 2, 20154, 'brute'),
(0x00000000000000000000ffff6dc77c4e, 'BG', 1, 20155, 'brute'),
(0x00000000000000000000ffff6dcf4fcd, 'IL', 1, 20151, 'brute'),
(0x00000000000000000000ffff6e292f03, 'CN', 1, 20149, 'brute'),
(0x00000000000000000000ffff6fe56fa3, 'CN', 1, 20151, 'brute'),
(0x00000000000000000000ffff71171744, 'VN', 1, 20158, 'brute'),
(0x00000000000000000000ffff71171744, 'VN', 1, 20160, 'brute'),
(0x00000000000000000000ffff734e07b3, 'VN', 1, 20140, 'brute'),
(0x00000000000000000000ffff734e07b3, 'VN', 1, 20148, 'brute'),
(0x00000000000000000000ffff734e07b3, 'VN', 1, 20149, 'brute'),
(0x00000000000000000000ffff734e07b3, 'VN', 1, 20154, 'brute'),
(0x00000000000000000000ffff734e07b3, 'VN', 1, 20156, 'brute'),
(0x00000000000000000000ffff73f5448d, 'IN', 1, 20146, 'brute'),
(0x00000000000000000000ffff73f5448d, 'IN', 2, 20152, 'brute'),
(0x00000000000000000000ffff73f5448d, 'IN', 1, 20158, 'brute'),
(0x00000000000000000000ffff73f5448d, 'IN', 1, 20164, 'brute'),
(0x00000000000000000000ffff73f5448d, 'IN', 2, 20165, 'brute'),
(0x00000000000000000000ffff73f5448d, 'IN', 1, 20166, 'brute'),
(0x00000000000000000000ffff743eb0f9, 'CN', 1, 20139, 'brute'),
(0x00000000000000000000ffff743eb0f9, 'CN', 1, 20154, 'brute'),
(0x00000000000000000000ffff743eb0f9, 'CN', 1, 20156, 'brute'),
(0x00000000000000000000ffff743eb0f9, 'CN', 1, 20161, 'brute'),
(0x00000000000000000000ffff743eceae, 'CN', 1, 20145, 'brute'),
(0x00000000000000000000ffff743eceae, 'CN', 1, 20147, 'brute'),
(0x00000000000000000000ffff743eceae, 'CN', 1, 20150, 'brute'),
(0x00000000000000000000ffff743eceae, 'CN', 2, 20153, 'brute'),
(0x00000000000000000000ffff7476330a, 'VN', 1, 20149, 'brute'),
(0x00000000000000000000ffff74cb4d23, 'DE', 1, 20145, 'brute'),
(0x00000000000000000000ffff74cc4e8c, 'CN', 1, 20163, 'brute'),
(0x00000000000000000000ffff74cc4e8c, 'CN', 1, 20166, 'brute'),
(0x00000000000000000000ffff7680a5ab, 'KR', 1, 20139, 'brute'),
(0x00000000000000000000ffff7680a5ab, 'KR', 1, 20153, 'brute'),
(0x00000000000000000000ffff7680a5ab, 'KR', 2, 20162, 'brute'),
(0x00000000000000000000ffff7680a5ab, 'KR', 1, 20163, 'brute'),
(0x00000000000000000000ffff7680a5ab, 'KR', 1, 20164, 'brute'),
(0x00000000000000000000ffff768bb056, 'SG', 1, 20154, 'brute'),
(0x00000000000000000000ffff768bb056, 'SG', 1, 20158, 'brute'),
(0x00000000000000000000ffff768bb1c8, 'SG', 1, 20143, 'brute'),
(0x00000000000000000000ffff768bb464, 'SG', 2, 20163, 'brute'),
(0x00000000000000000000ffff768bb4c5, 'SG', 1, 20151, 'brute'),
(0x00000000000000000000ffff768bb4c5, 'SG', 1, 20153, 'brute'),
(0x00000000000000000000ffff768bb4c5, 'SG', 1, 20163, 'brute'),
(0x00000000000000000000ffff768bb4c5, 'SG', 1, 20165, 'brute'),
(0x00000000000000000000ffff768bb54b, 'SG', 1, 20148, 'brute'),
(0x00000000000000000000ffff76b352a5, 'BD', 1, 20140, 'brute'),
(0x00000000000000000000ffff76b352a5, 'BD', 3, 20155, 'brute'),
(0x00000000000000000000ffff76b352a5, 'BD', 1, 20165, 'brute'),
(0x00000000000000000000ffff7703efe8, 'CN', 1, 20148, 'brute'),
(0x00000000000000000000ffff7703efe8, 'CN', 1, 20166, 'brute'),
(0x00000000000000000000ffff78186dc7, 'CN', 1, 20151, 'brute'),
(0x00000000000000000000ffff78186dc7, 'CN', 1, 20161, 'brute'),
(0x00000000000000000000ffff78186dc7, 'CN', 1, 20165, 'brute'),
(0x00000000000000000000ffff78186dc7, 'CN', 1, 20166, 'brute'),
(0x00000000000000000000ffff784cc30b, 'CN', 1, 20162, 'brute'),
(0x00000000000000000000ffff784d5419, 'CN', 1, 20141, 'brute'),
(0x00000000000000000000ffff784d5419, 'CN', 1, 20162, 'brute'),
(0x00000000000000000000ffff7ac97dba, 'AU', 1, 20160, 'brute'),
(0x00000000000000000000ffff7ac97dba, 'AU', 2, 20165, 'brute'),
(0x00000000000000000000ffff7b018504, 'HK', 1, 20151, 'brute'),
(0x00000000000000000000ffff7b018504, 'HK', 1, 20153, 'brute'),
(0x00000000000000000000ffff7b018504, 'HK', 1, 20159, 'brute'),
(0x00000000000000000000ffff7b018504, 'HK', 1, 20164, 'brute'),
(0x00000000000000000000ffff7b018504, 'HK', 1, 20165, 'brute'),
(0x00000000000000000000ffff7c46d097, 'CN', 1, 20150, 'brute'),
(0x00000000000000000000ffff7cde7119, 'CN', 2, 20164, 'brute'),
(0x00000000000000000000ffff7cde7119, 'CN', 1, 20165, 'brute'),
(0x00000000000000000000ffff805a8d13, 'FR', 8, 20151, 'waf'),
(0x00000000000000000000ffff80c77eef, 'SG', 1, 20158, 'brute'),
(0x00000000000000000000ffff80c77eef, 'SG', 1, 20160, 'brute'),
(0x00000000000000000000ffff80c77eef, 'SG', 2, 20163, 'brute'),
(0x00000000000000000000ffff80c77eef, 'SG', 2, 20164, 'brute'),
(0x00000000000000000000ffff80c77eef, 'SG', 1, 20165, 'brute'),
(0x00000000000000000000ffff80c78d8d, 'SG', 2, 20165, 'brute'),
(0x00000000000000000000ffff80c78d8d, 'SG', 4, 20166, 'brute'),
(0x00000000000000000000ffff80c78e3d, 'SG', 1, 20146, 'brute'),
(0x00000000000000000000ffff80c78e3d, 'SG', 1, 20153, 'brute'),
(0x00000000000000000000ffff80c7add4, 'SG', 1, 20154, 'brute'),
(0x00000000000000000000ffff81d3a9c8, 'CN', 1, 20148, 'brute'),
(0x00000000000000000000ffff84919e40, 'US', 2, 20164, 'brute'),
(0x00000000000000000000ffff84919e40, 'US', 2, 20165, 'brute'),
(0x00000000000000000000ffff8491c46b, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffff8491c46b, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff8491c46b, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffff8494b0ff, 'US', 1, 20143, 'brute'),
(0x00000000000000000000ffff8494b15e, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffff8494b282, 'US', 1, 20143, 'brute'),
(0x00000000000000000000ffff8494b282, 'US', 1, 20146, 'brute'),
(0x00000000000000000000ffff8494b296, 'US', 2, 20153, 'brute'),
(0x00000000000000000000ffff8494b4b6, 'US', 1, 20144, 'brute'),
(0x00000000000000000000ffff8494b620, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffff8494b620, 'US', 2, 20159, 'brute'),
(0x00000000000000000000ffff8494b642, 'US', 1, 20143, 'brute'),
(0x00000000000000000000ffff8494b642, 'US', 2, 20147, 'brute'),
(0x00000000000000000000ffff8494b642, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffff8494b690, 'US', 2, 20146, 'brute'),
(0x00000000000000000000ffff8494b7d5, 'US', 2, 20146, 'brute'),
(0x00000000000000000000ffff8494d681, 'US', 1, 20162, 'brute'),
(0x00000000000000000000ffff8494d681, 'US', 1, 20166, 'brute'),
(0x00000000000000000000ffff85f283e2, 'JP', 1, 20144, 'brute'),
(0x00000000000000000000ffff85f283e2, 'JP', 1, 20158, 'brute'),
(0x00000000000000000000ffff867a3899, 'NL', 2, 20153, 'brute'),
(0x00000000000000000000ffff867a708a, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff867a76f6, 'US', 1, 20144, 'brute'),
(0x00000000000000000000ffff867a76f6, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff867a76f6, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffff867a76f6, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff867a76f6, 'US', 1, 20167, 'brute'),
(0x00000000000000000000ffff867a7954, 'US', 8, 20159, 'waf'),
(0x00000000000000000000ffff867a7954, 'US', 8, 20165, 'waf'),
(0x00000000000000000000ffff86d11309, 'GB', 1, 20167, 'brute'),
(0x00000000000000000000ffff86d1684c, 'SG', 1, 20140, 'brute'),
(0x00000000000000000000ffff86d1684c, 'SG', 1, 20144, 'brute'),
(0x00000000000000000000ffff86d1684c, 'SG', 1, 20145, 'brute'),
(0x00000000000000000000ffff86d1a237, 'US', 8, 20142, 'waf'),
(0x00000000000000000000ffff877d6b0c, 'FR', 2, 20153, 'brute'),
(0x00000000000000000000ffff877d6b0c, 'FR', 1, 20155, 'brute'),
(0x00000000000000000000ffff877db777, 'FR', 1, 20146, 'brute'),
(0x00000000000000000000ffff877db777, 'FR', 2, 20166, 'brute'),
(0x00000000000000000000ffff87b5d799, 'FI', 1, 20145, 'brute'),
(0x00000000000000000000ffff87b5efe1, 'FI', 1, 20158, 'brute'),
(0x00000000000000000000ffff87b5efe1, 'FI', 2, 20163, 'brute'),
(0x00000000000000000000ffff89b8305b, 'US', 1, 20139, 'waf'),
(0x00000000000000000000ffff89b8305b, 'US', 1, 20162, 'waf'),
(0x00000000000000000000ffff8a44e2d3, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffff8ac55b9f, 'US', 1, 20143, 'waf'),
(0x00000000000000000000ffff8ac724c7, 'DE', 1, 20157, 'brute'),
(0x00000000000000000000ffff8b09d803, 'CN', 1, 20165, 'brute'),
(0x00000000000000000000ffff8b3b1321, 'IN', 1, 20153, 'brute'),
(0x00000000000000000000ffff8b3b93da, 'DE', 1, 20150, 'brute'),
(0x00000000000000000000ffff8b3b93da, 'DE', 1, 20166, 'brute'),
(0x00000000000000000000ffff8b63f1b5, 'AU', 2, 20166, 'brute'),
(0x00000000000000000000ffff8b9bace2, 'CN', 1, 20154, 'brute'),
(0x00000000000000000000ffff8b9bace2, 'CN', 1, 20160, 'brute'),
(0x00000000000000000000ffff8b9bace2, 'CN', 1, 20161, 'brute'),
(0x00000000000000000000ffff8bc41917, 'CN', 1, 20166, 'brute'),
(0x00000000000000000000ffff8c6a145c, 'CA', 1, 20156, 'brute'),
(0x00000000000000000000ffff8d5f36c1, 'FR', 1, 20154, 'brute'),
(0x00000000000000000000ffff8e2cbfef, 'CA', 1, 20144, 'brute'),
(0x00000000000000000000ffff8e2cbfef, 'CA', 1, 20151, 'brute'),
(0x00000000000000000000ffff8e2cbfef, 'CA', 1, 20161, 'brute'),
(0x00000000000000000000ffff8e2cf152, 'CA', 1, 20151, 'brute'),
(0x00000000000000000000ffff8e2cf152, 'CA', 1, 20156, 'brute'),
(0x00000000000000000000ffff8e5d72c2, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff8e5d72c2, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffff8fc6a546, 'US', 1, 20159, 'waf'),
(0x00000000000000000000ffff8fc6af48, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffff8fc6b218, 'US', 8, 20165, 'waf'),
(0x00000000000000000000ffff8ff4a5ae, 'US', 1, 20139, 'brute'),
(0x00000000000000000000ffff8ff4a5ae, 'US', 35, 20140, 'brute'),
(0x00000000000000000000ffff8ff4a5ae, 'US', 4, 20141, 'brute'),
(0x00000000000000000000ffff905b4601, 'DE', 11, 20157, 'waf'),
(0x00000000000000000000ffff905b4601, 'DE', 217, 20159, 'waf'),
(0x00000000000000000000ffff905b4601, 'DE', 23, 20161, 'waf'),
(0x00000000000000000000ffff905b4601, 'DE', 1, 20165, 'waf'),
(0x00000000000000000000ffff905b4601, 'DE', 1, 20166, 'waf'),
(0x00000000000000000000ffff905b4601, 'DE', 1, 20167, 'waf'),
(0x00000000000000000000ffff905b6255, 'DE', 1, 20146, 'brute'),
(0x00000000000000000000ffff905b6255, 'DE', 1, 20151, 'brute'),
(0x00000000000000000000ffff91efbe24, 'FR', 2, 20154, 'brute'),
(0x00000000000000000000ffff91efbe24, 'FR', 3, 20159, 'brute'),
(0x00000000000000000000ffff91efbe24, 'FR', 1, 20163, 'brute'),
(0x00000000000000000000ffff91efbe24, 'FR', 1, 20164, 'brute'),
(0x00000000000000000000ffff91efbe24, 'FR', 1, 20166, 'brute'),
(0x00000000000000000000ffff92046366, 'CH', 21, 20156, 'brute'),
(0x00000000000000000000ffff923be93d, 'FR', 1, 20154, 'brute'),
(0x00000000000000000000ffff9246babe, 'US', 4, 20154, 'brute'),
(0x00000000000000000000ffff92bed141, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffff92bed20b, 'US', 1, 20145, 'brute'),
(0x00000000000000000000ffff93b685e8, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff93b685e8, 'US', 1, 20153, 'brute');
INSERT INTO `wp_wfblockediplog` (`IP`, `countryCode`, `blockCount`, `unixday`, `blockType`) VALUES
(0x00000000000000000000ffff93b685e8, 'US', 1, 20160, 'brute'),
(0x00000000000000000000ffff93b6bf9d, 'US', 1, 20152, 'brute'),
(0x00000000000000000000ffff93b6bf9d, 'US', 1, 20157, 'brute'),
(0x00000000000000000000ffff93b6d17a, 'US', 1, 20154, 'brute'),
(0x00000000000000000000ffff94487e77, 'US', 1, 20143, 'brute'),
(0x00000000000000000000ffff94487e77, 'US', 2, 20146, 'brute'),
(0x00000000000000000000ffff94487e77, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffff94487e77, 'US', 3, 20153, 'brute'),
(0x00000000000000000000ffff94487e77, 'US', 4, 20163, 'brute'),
(0x00000000000000000000ffff94487e77, 'US', 2, 20166, 'brute'),
(0x00000000000000000000ffff9448d6c2, 'SG', 1, 20138, 'brute'),
(0x00000000000000000000ffff9448d6c2, 'SG', 1, 20143, 'brute'),
(0x00000000000000000000ffff9448d6c2, 'SG', 1, 20161, 'brute'),
(0x00000000000000000000ffff9448d6c2, 'SG', 1, 20165, 'brute'),
(0x00000000000000000000ffff94fb0b66, 'DE', 1, 20149, 'brute'),
(0x00000000000000000000ffff94fb0b66, 'DE', 1, 20160, 'brute'),
(0x00000000000000000000ffff94fb0b66, 'DE', 1, 20161, 'brute'),
(0x00000000000000000000ffff94fb4407, 'DE', 2, 20159, 'brute'),
(0x00000000000000000000ffff94fb4407, 'DE', 1, 20160, 'brute'),
(0x00000000000000000000ffff94fb4407, 'DE', 1, 20164, 'brute'),
(0x00000000000000000000ffff94fb4407, 'DE', 2, 20165, 'brute'),
(0x00000000000000000000ffff94fb441c, 'DE', 1, 20158, 'brute'),
(0x00000000000000000000ffff95669335, 'GB', 1, 20154, 'brute'),
(0x00000000000000000000ffff95ca7671, 'FR', 1, 20155, 'brute'),
(0x00000000000000000000ffff95ff3a8e, 'GB', 1, 20146, 'brute'),
(0x00000000000000000000ffff95ff3a8e, 'GB', 1, 20151, 'brute'),
(0x00000000000000000000ffff95ff3a9b, 'GB', 2, 20143, 'brute'),
(0x00000000000000000000ffff95ff3a9b, 'GB', 1, 20151, 'brute'),
(0x00000000000000000000ffff95ff3aa3, 'GB', 1, 20143, 'brute'),
(0x00000000000000000000ffff965f6e71, 'VN', 1, 20149, 'brute'),
(0x00000000000000000000ffff965f6e71, 'VN', 1, 20160, 'brute'),
(0x00000000000000000000ffff965f8cf8, 'JP', 1, 20139, 'brute'),
(0x00000000000000000000ffff965f8cf8, 'JP', 1, 20145, 'brute'),
(0x00000000000000000000ffff965f8cf8, 'JP', 1, 20149, 'brute'),
(0x00000000000000000000ffff965f8cf8, 'JP', 1, 20155, 'brute'),
(0x00000000000000000000ffff965f8cf8, 'JP', 1, 20160, 'brute'),
(0x00000000000000000000ffff965f8cf8, 'JP', 1, 20167, 'brute'),
(0x00000000000000000000ffff96f2c8cc, 'IN', 1, 20165, 'brute'),
(0x00000000000000000000ffff97501820, 'FR', 1, 20154, 'brute'),
(0x00000000000000000000ffff9750212c, 'FR', 2, 20146, 'brute'),
(0x00000000000000000000ffff9750212c, 'FR', 1, 20149, 'brute'),
(0x00000000000000000000ffff9750212c, 'FR', 1, 20150, 'brute'),
(0x00000000000000000000ffff9750212c, 'FR', 1, 20151, 'brute'),
(0x00000000000000000000ffff9750212c, 'FR', 1, 20152, 'brute'),
(0x00000000000000000000ffff9750212c, 'FR', 4, 20153, 'brute'),
(0x00000000000000000000ffff9750212c, 'FR', 1, 20160, 'brute'),
(0x00000000000000000000ffff9750212c, 'FR', 2, 20163, 'brute'),
(0x00000000000000000000ffff9750212c, 'FR', 2, 20167, 'brute'),
(0x00000000000000000000ffff982aac74, 'US', 3, 20146, 'brute'),
(0x00000000000000000000ffff98e76962, 'CL', 1, 20140, 'brute'),
(0x00000000000000000000ffff9c92232a, 'JP', 1, 20154, 'brute'),
(0x00000000000000000000ffff9d4236a2, '', 1, 20147, 'brute'),
(0x00000000000000000000ffff9d4236a2, '', 1, 20148, 'brute'),
(0x00000000000000000000ffff9d4236a2, '', 1, 20149, 'brute'),
(0x00000000000000000000ffff9de63468, 'US', 1, 20167, 'brute'),
(0x00000000000000000000ffff9de6db76, 'US', 1, 20138, 'brute'),
(0x00000000000000000000ffff9df506cf, 'US', 1, 20164, 'brute'),
(0x00000000000000000000ffff9df57b6f, 'US', 1, 20146, 'brute'),
(0x00000000000000000000ffff9df57b6f, 'US', 1, 20157, 'brute'),
(0x00000000000000000000ffff9df583e5, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff9df583e5, 'US', 1, 20161, 'brute'),
(0x00000000000000000000ffff9df58ba4, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffff9df58ba4, 'US', 1, 20160, 'brute'),
(0x00000000000000000000ffff9df5c0b0, 'SG', 8, 20155, 'waf'),
(0x00000000000000000000ffff9df5d2fd, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffff9eff50d2, 'RU', 1, 20145, 'brute'),
(0x00000000000000000000ffff9f410c36, 'SG', 1, 20153, 'brute'),
(0x00000000000000000000ffff9f417d8a, 'DE', 1, 20155, 'brute'),
(0x00000000000000000000ffff9f41de55, 'US', 8, 20142, 'waf'),
(0x00000000000000000000ffff9f41fa25, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff9f5919dc, 'DE', 1, 20146, 'brute'),
(0x00000000000000000000ffff9f5968b6, 'DE', 1, 20153, 'brute'),
(0x00000000000000000000ffff9f599c7b, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffff9fdf4a8f, 'SG', 1, 20148, 'brute'),
(0x00000000000000000000ffff9fdf504e, 'SG', 1, 20153, 'brute'),
(0x00000000000000000000ffff9fdf5b0f, 'SG', 1, 20151, 'brute'),
(0x00000000000000000000ffff9fdfb0b8, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffff9fdfb0b8, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffff9fdfbe67, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffffa01e7181, '', 1, 20144, 'brute'),
(0x00000000000000000000ffffa01e7181, '', 1, 20147, 'brute'),
(0x00000000000000000000ffffa01e7181, '', 1, 20150, 'brute'),
(0x00000000000000000000ffffa01e7181, '', 1, 20151, 'brute'),
(0x00000000000000000000ffffa01e7181, '', 1, 20153, 'brute'),
(0x00000000000000000000ffffa01e7181, '', 1, 20154, 'brute'),
(0x00000000000000000000ffffa01e7181, '', 1, 20155, 'brute'),
(0x00000000000000000000ffffa1230cd0, 'US', 8, 20149, 'waf'),
(0x00000000000000000000ffffa12379b3, 'US', 8, 20152, 'waf'),
(0x00000000000000000000ffffa161843b, 'DE', 1, 20163, 'waf'),
(0x00000000000000000000ffffa161b0fd, 'DE', 1, 20152, 'brute'),
(0x00000000000000000000ffffa161b0fd, 'DE', 1, 20153, 'brute'),
(0x00000000000000000000ffffa200d767, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffffa200d767, 'US', 2, 20163, 'brute'),
(0x00000000000000000000ffffa200d9d8, 'NL', 1, 20160, 'brute'),
(0x00000000000000000000ffffa200d9d8, 'NL', 2, 20164, 'brute'),
(0x00000000000000000000ffffa200e80b, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffffa200e80b, 'US', 1, 20163, 'brute'),
(0x00000000000000000000ffffa200e8a0, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffffa200e8a0, 'US', 1, 20166, 'brute'),
(0x00000000000000000000ffffa200e8a0, 'US', 1, 20167, 'brute'),
(0x00000000000000000000ffffa20e47d5, 'CN', 1, 20148, 'brute'),
(0x00000000000000000000ffffa20e47d5, 'CN', 1, 20155, 'brute'),
(0x00000000000000000000ffffa2134389, 'FR', 1, 20138, 'brute'),
(0x00000000000000000000ffffa2376420, 'DE', 1, 20153, 'brute'),
(0x00000000000000000000ffffa2cf3be7, 'US', 2, 20161, 'brute'),
(0x00000000000000000000ffffa2d5f93f, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffffa2d5f93f, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffffa2d5f93f, 'US', 2, 20163, 'brute'),
(0x00000000000000000000ffffa2d5f93f, 'US', 1, 20164, 'brute'),
(0x00000000000000000000ffffa2d5f93f, 'US', 1, 20167, 'brute'),
(0x00000000000000000000ffffa2d5ff26, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffffa2d5ff26, 'US', 1, 20166, 'brute'),
(0x00000000000000000000ffffa2d7824a, 'US', 1, 20152, 'brute'),
(0x00000000000000000000ffffa2d7824a, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffffa2d7824a, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffffa2d7824a, 'US', 2, 20166, 'brute'),
(0x00000000000000000000ffffa2f099f1, 'US', 2, 20152, 'brute'),
(0x00000000000000000000ffffa2f099f1, 'US', 2, 20153, 'brute'),
(0x00000000000000000000ffffa2f0a8c5, 'US', 1, 20143, 'brute'),
(0x00000000000000000000ffffa2f0a8c5, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffffa2f0a8c5, 'US', 1, 20166, 'brute'),
(0x00000000000000000000ffffa2f0aa63, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffffa2f0aa63, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffffa2f0aa63, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffffa2f0aa63, 'US', 1, 20161, 'brute'),
(0x00000000000000000000ffffa2f0aa63, 'US', 1, 20163, 'brute'),
(0x00000000000000000000ffffa2f0aa63, 'US', 1, 20164, 'brute'),
(0x00000000000000000000ffffa2f0aa63, 'US', 2, 20165, 'brute'),
(0x00000000000000000000ffffa2f0aa63, 'US', 2, 20166, 'brute'),
(0x00000000000000000000ffffa2f0eef6, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffffa2f0eef6, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffffa2f0eef6, 'US', 2, 20164, 'brute'),
(0x00000000000000000000ffffa2f0eef6, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffffa2f146e5, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffffa2f146e5, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffffa2f146e5, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffffa2f146e5, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffffa2f146e5, 'US', 1, 20160, 'brute'),
(0x00000000000000000000ffffa2f146e5, 'US', 2, 20163, 'brute'),
(0x00000000000000000000ffffa2f146e5, 'US', 1, 20164, 'brute'),
(0x00000000000000000000ffffa3ac5782, 'FR', 1, 20154, 'brute'),
(0x00000000000000000000ffffa3ac5782, 'FR', 1, 20155, 'brute'),
(0x00000000000000000000ffffa45aaa9e, 'DE', 1, 20166, 'brute'),
(0x00000000000000000000ffffa45aaba2, 'DE', 1, 20140, 'brute'),
(0x00000000000000000000ffffa45aaba2, 'DE', 1, 20151, 'brute'),
(0x00000000000000000000ffffa45aaba2, 'DE', 1, 20153, 'brute'),
(0x00000000000000000000ffffa45c50c2, 'US', 1, 20140, 'brute'),
(0x00000000000000000000ffffa45c50c2, 'US', 1, 20152, 'brute'),
(0x00000000000000000000ffffa5164652, 'DE', 3, 20143, 'brute'),
(0x00000000000000000000ffffa5164652, 'DE', 2, 20152, 'brute'),
(0x00000000000000000000ffffa5164652, 'DE', 1, 20153, 'brute'),
(0x00000000000000000000ffffa5e3199e, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffffa5e3c569, 'US', 1, 20163, 'brute'),
(0x00000000000000000000ffffa5e8bdda, 'IN', 1, 20151, 'brute'),
(0x00000000000000000000ffffa75654d9, 'DE', 1, 20143, 'brute'),
(0x00000000000000000000ffffa75654d9, 'DE', 2, 20146, 'brute'),
(0x00000000000000000000ffffa75654d9, 'DE', 1, 20165, 'brute'),
(0x00000000000000000000ffffa7630026, 'US', 1, 20145, 'brute'),
(0x00000000000000000000ffffa7630026, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffffa763489f, 'SG', 1, 20151, 'brute'),
(0x00000000000000000000ffffa7727e59, 'CA', 1, 20141, 'brute'),
(0x00000000000000000000ffffa7ac92d4, 'US', 2, 20147, 'brute'),
(0x00000000000000000000ffffa7ac92d4, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffffa7ac92d4, 'US', 2, 20153, 'brute'),
(0x00000000000000000000ffffa7acbed3, 'DE', 1, 20164, 'brute'),
(0x00000000000000000000ffffaa27da6d, 'FR', 84, 20164, 'waf'),
(0x00000000000000000000ffffaa40e018, 'US', 1, 20138, 'brute'),
(0x00000000000000000000ffffabf4005b, 'VN', 1, 20140, 'brute'),
(0x00000000000000000000ffffabf4005b, 'VN', 2, 20148, 'brute'),
(0x00000000000000000000ffffabf4005b, 'VN', 1, 20149, 'brute'),
(0x00000000000000000000ffffabf4005b, 'VN', 1, 20151, 'brute'),
(0x00000000000000000000ffffabf4005b, 'VN', 1, 20152, 'brute'),
(0x00000000000000000000ffffabf4005b, 'VN', 1, 20156, 'brute'),
(0x00000000000000000000ffffabf4005b, 'VN', 1, 20160, 'brute'),
(0x00000000000000000000ffffabf4005b, 'VN', 1, 20162, 'brute'),
(0x00000000000000000000ffffabf4005b, 'VN', 2, 20166, 'brute'),
(0x00000000000000000000ffffac5d68e2, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffffac5d68e2, 'US', 1, 20162, 'brute'),
(0x00000000000000000000ffffac683dcb, 'SG', 1, 20139, 'waf'),
(0x00000000000000000000ffffacec9cf2, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffffacec9cf2, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffffadc77b1a, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffffadc9b59a, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffffadd34605, 'US', 1, 20162, 'brute'),
(0x00000000000000000000ffffadd4cb6c, 'DE', 46, 20160, 'waf'),
(0x00000000000000000000ffffadd4eac4, 'DE', 1, 20154, 'brute'),
(0x00000000000000000000ffffade7ddb1, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffffade7ddb1, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffffadecd0fa, 'US', 1, 20148, 'brute'),
(0x00000000000000000000ffffadf43a82, 'US', 1, 20153, 'brute'),
(0x00000000000000000000ffffadf99058, 'US', 1, 20157, 'brute'),
(0x00000000000000000000ffffadf99058, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffffadf99381, 'US', 1, 20152, 'brute'),
(0x00000000000000000000ffffadf99381, 'US', 1, 20160, 'brute'),
(0x00000000000000000000ffffafb236fa, 'CN', 1, 20165, 'brute'),
(0x00000000000000000000ffffb0095d6d, 'DE', 1, 20154, 'brute'),
(0x00000000000000000000ffffb00994de, 'DE', 1, 20161, 'brute'),
(0x00000000000000000000ffffb00994de, 'DE', 2, 20163, 'brute'),
(0x00000000000000000000ffffb0630913, 'RU', 1, 20146, 'brute'),
(0x00000000000000000000ffffb220703e, 'FR', 3, 20159, 'brute'),
(0x00000000000000000000ffffb220703e, 'FR', 2, 20161, 'brute'),
(0x00000000000000000000ffffb220703e, 'FR', 1, 20165, 'brute'),
(0x00000000000000000000ffffb221a231, 'ES', 1, 20155, 'brute'),
(0x00000000000000000000ffffb280dc6f, 'SG', 1, 20138, 'brute'),
(0x00000000000000000000ffffb280fab8, 'NL', 1, 20155, 'brute'),
(0x00000000000000000000ffffb280ff26, 'NL', 1, 20146, 'brute'),
(0x00000000000000000000ffffb2ee0a81, 'GB', 1, 20161, 'waf'),
(0x00000000000000000000ffffb32bbf13, 'CH', 1, 20144, 'waf'),
(0x00000000000000000000ffffb32bbf13, 'CH', 1, 20151, 'waf'),
(0x00000000000000000000ffffb32bbf13, 'CH', 1, 20152, 'waf'),
(0x00000000000000000000ffffb32bbf13, 'CH', 1, 20157, 'waf'),
(0x00000000000000000000ffffb3d6475b, 'BR', 30, 20154, 'brute'),
(0x00000000000000000000ffffb4eb95b9, 'ID', 1, 20151, 'brute'),
(0x00000000000000000000ffffb4eb95b9, 'ID', 1, 20157, 'brute'),
(0x00000000000000000000ffffb4eb95b9, 'ID', 1, 20159, 'brute'),
(0x00000000000000000000ffffb4eb95b9, 'ID', 4, 20161, 'brute'),
(0x00000000000000000000ffffb5bcad6a, 'BO', 1, 20153, 'brute'),
(0x00000000000000000000ffffb5d61f4e, 'AE', 2, 20146, 'brute'),
(0x00000000000000000000ffffb5d61f4e, 'AE', 2, 20160, 'brute'),
(0x00000000000000000000ffffb5d61f4e, 'AE', 4, 20161, 'brute'),
(0x00000000000000000000ffffb5d61f4e, 'AE', 1, 20165, 'brute'),
(0x00000000000000000000ffffb5d61f4e, 'AE', 1, 20166, 'brute'),
(0x00000000000000000000ffffb62be63f, 'CN', 1, 20139, 'brute'),
(0x00000000000000000000ffffb62be63f, 'CN', 1, 20155, 'brute'),
(0x00000000000000000000ffffb62be63f, 'CN', 1, 20161, 'brute'),
(0x00000000000000000000ffffb62be63f, 'CN', 1, 20165, 'brute'),
(0x00000000000000000000ffffb8a86559, 'SG', 3, 20153, 'brute'),
(0x00000000000000000000ffffb8a86559, 'SG', 2, 20161, 'brute'),
(0x00000000000000000000ffffb8a86b5f, 'SG', 2, 20151, 'brute'),
(0x00000000000000000000ffffb8a86d14, 'SG', 1, 20145, 'brute'),
(0x00000000000000000000ffffb8a86d14, 'SG', 1, 20160, 'brute'),
(0x00000000000000000000ffffb8a86d14, 'SG', 1, 20165, 'brute'),
(0x00000000000000000000ffffb8a8702e, 'SG', 1, 20160, 'brute'),
(0x00000000000000000000ffffb8a8702e, 'SG', 2, 20163, 'brute'),
(0x00000000000000000000ffffb8a8702e, 'SG', 1, 20166, 'brute'),
(0x00000000000000000000ffffb8a870db, 'SG', 1, 20146, 'brute'),
(0x00000000000000000000ffffb8a8711d, 'SG', 2, 20158, 'brute'),
(0x00000000000000000000ffffb8a8711d, 'SG', 1, 20160, 'brute'),
(0x00000000000000000000ffffb8a8711d, 'SG', 2, 20161, 'brute'),
(0x00000000000000000000ffffb8a8721c, 'SG', 1, 20149, 'brute'),
(0x00000000000000000000ffffb8a8721c, 'SG', 1, 20150, 'brute'),
(0x00000000000000000000ffffb8a8721c, 'SG', 1, 20157, 'brute'),
(0x00000000000000000000ffffb8a873ab, 'SG', 1, 20150, 'brute'),
(0x00000000000000000000ffffb8a873dd, 'SG', 1, 20146, 'brute'),
(0x00000000000000000000ffffb9384b8a, 'IL', 1, 20153, 'brute'),
(0x00000000000000000000ffffb9425afd, 'UA', 1, 20140, 'brute'),
(0x00000000000000000000ffffb9425afd, 'UA', 1, 20154, 'brute'),
(0x00000000000000000000ffffb9577a28, 'TR', 1, 20144, 'brute'),
(0x00000000000000000000ffffb9620576, 'KZ', 1, 20152, 'brute'),
(0x00000000000000000000ffffb96205ae, 'KZ', 1, 20144, 'brute'),
(0x00000000000000000000ffffb96205ae, 'KZ', 2, 20166, 'brute'),
(0x00000000000000000000ffffb964f5a8, 'MK', 21, 20152, 'brute'),
(0x00000000000000000000ffffb97c6c4b, 'ES', 1, 20146, 'brute'),
(0x00000000000000000000ffffb97c6c4b, 'ES', 1, 20151, 'brute'),
(0x00000000000000000000ffffb9c7df2c, 'GB', 1, 20145, 'brute'),
(0x00000000000000000000ffffb9c7df37, 'GB', 1, 20145, 'brute'),
(0x00000000000000000000ffffb9c7df63, 'GB', 1, 20155, 'brute'),
(0x00000000000000000000ffffb9c7ec6b, 'DK', 3, 20143, 'brute'),
(0x00000000000000000000ffffb9c7ec6b, 'DK', 1, 20150, 'brute'),
(0x00000000000000000000ffffb9c7ec6b, 'DK', 1, 20158, 'brute'),
(0x00000000000000000000ffffb9c7ec6b, 'DK', 2, 20159, 'brute'),
(0x00000000000000000000ffffb9c7ec6b, 'DK', 3, 20166, 'brute'),
(0x00000000000000000000ffffb9d0acae, 'DE', 1, 20149, 'brute'),
(0x00000000000000000000ffffb9d0acae, 'DE', 1, 20150, 'brute'),
(0x00000000000000000000ffffb9d306cb, 'DE', 1, 20149, 'brute'),
(0x00000000000000000000ffffb9d7a6b7, 'DE', 1, 20152, 'brute'),
(0x00000000000000000000ffffb9d7a6b7, 'DE', 1, 20153, 'brute'),
(0x00000000000000000000ffffb9d7a6b7, 'DE', 1, 20164, 'brute'),
(0x00000000000000000000ffffb9da7df5, 'DE', 1, 20153, 'brute'),
(0x00000000000000000000ffffb9da7df5, 'DE', 1, 20165, 'brute'),
(0x00000000000000000000ffffb9e67146, 'CY', 11, 20152, 'brute'),
(0x00000000000000000000ffffb9ee5707, 'ES', 1, 20153, 'brute'),
(0x00000000000000000000ffffba40720f, 'CL', 1, 20153, 'brute'),
(0x00000000000000000000ffffba40726e, 'CL', 1, 20151, 'brute'),
(0x00000000000000000000ffffba407296, 'CL', 1, 20161, 'brute'),
(0x00000000000000000000ffffba4072af, 'CL', 1, 20155, 'brute'),
(0x00000000000000000000ffffba40741e, 'CL', 1, 20147, 'brute'),
(0x00000000000000000000ffffba40741e, 'CL', 1, 20166, 'brute'),
(0x00000000000000000000ffffba40742d, 'CL', 1, 20159, 'brute'),
(0x00000000000000000000ffffba407482, 'CL', 1, 20151, 'brute'),
(0x00000000000000000000ffffba407482, 'CL', 1, 20160, 'brute'),
(0x00000000000000000000ffffba407487, 'CL', 1, 20166, 'brute'),
(0x00000000000000000000ffffba4074aa, 'CL', 1, 20156, 'brute'),
(0x00000000000000000000ffffba407646, 'CL', 1, 20144, 'brute'),
(0x00000000000000000000ffffba407646, 'CL', 1, 20146, 'brute'),
(0x00000000000000000000ffffba407646, 'CL', 1, 20160, 'brute'),
(0x00000000000000000000ffffba40765a, 'CL', 1, 20142, 'brute'),
(0x00000000000000000000ffffba40765a, 'CL', 1, 20159, 'brute'),
(0x00000000000000000000ffffba40765a, 'CL', 2, 20164, 'brute'),
(0x00000000000000000000ffffba40765a, 'CL', 2, 20166, 'brute'),
(0x00000000000000000000ffffba407669, 'CL', 1, 20138, 'brute'),
(0x00000000000000000000ffffba4076e1, 'CL', 1, 20140, 'brute'),
(0x00000000000000000000ffffba4077aa, 'CL', 1, 20149, 'brute'),
(0x00000000000000000000ffffba4077aa, 'CL', 1, 20154, 'brute'),
(0x00000000000000000000ffffba4077aa, 'CL', 1, 20164, 'brute'),
(0x00000000000000000000ffffba4077dc, 'CL', 1, 20162, 'brute'),
(0x00000000000000000000ffffba9bf63c, 'CO', 1, 20151, 'brute'),
(0x00000000000000000000ffffbca536af, 'FR', 1, 20158, 'brute'),
(0x00000000000000000000ffffbca536af, 'FR', 2, 20159, 'brute'),
(0x00000000000000000000ffffbca536af, 'FR', 1, 20163, 'brute'),
(0x00000000000000000000ffffbca536af, 'FR', 2, 20164, 'brute'),
(0x00000000000000000000ffffbca536af, 'FR', 2, 20165, 'brute'),
(0x00000000000000000000ffffbca536af, 'FR', 1, 20166, 'brute'),
(0x00000000000000000000ffffbca536af, 'FR', 2, 20167, 'brute'),
(0x00000000000000000000ffffbca6ed4e, 'SG', 2, 20143, 'brute'),
(0x00000000000000000000ffffbca6ed4e, 'SG', 1, 20151, 'brute'),
(0x00000000000000000000ffffbca6ed4e, 'SG', 1, 20158, 'brute'),
(0x00000000000000000000ffffbca6ed4e, 'SG', 1, 20161, 'brute'),
(0x00000000000000000000ffffbca6ed4e, 'SG', 1, 20165, 'brute'),
(0x00000000000000000000ffffbca6ed4e, 'SG', 1, 20166, 'brute'),
(0x00000000000000000000ffffbe0c2e22, 'EC', 2, 20154, 'brute'),
(0x00000000000000000000ffffbe5c9aad, 'US', 1, 20164, 'brute'),
(0x00000000000000000000ffffbe5c9aad, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffffbe5c9aad, 'US', 2, 20166, 'brute'),
(0x00000000000000000000ffffbe5cae25, 'GB', 2, 20146, 'brute'),
(0x00000000000000000000ffffbe5cae25, 'GB', 1, 20150, 'brute'),
(0x00000000000000000000ffffbe5cae25, 'GB', 1, 20151, 'brute'),
(0x00000000000000000000ffffbe5cae25, 'GB', 3, 20166, 'brute'),
(0x00000000000000000000ffffbe5caf5d, 'GB', 1, 20154, 'brute'),
(0x00000000000000000000ffffbe5caf5d, 'GB', 2, 20165, 'brute'),
(0x00000000000000000000ffffbe7917da, 'CL', 2, 20154, 'brute'),
(0x00000000000000000000ffffbf60a86d, 'NL', 2, 20155, 'brute'),
(0x00000000000000000000ffffbf60e3d1, 'US', 2, 20167, 'brute'),
(0x00000000000000000000ffffbf6532be, 'US', 1, 20143, 'brute'),
(0x00000000000000000000ffffbf6532be, 'US', 2, 20150, 'brute'),
(0x00000000000000000000ffffc04070a8, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffffc040755d, 'US', 1, 20157, 'brute'),
(0x00000000000000000000ffffc040755d, 'US', 2, 20159, 'brute'),
(0x00000000000000000000ffffc040755d, 'US', 1, 20164, 'brute'),
(0x00000000000000000000ffffc040755d, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffffc04075c1, 'US', 1, 20166, 'brute'),
(0x00000000000000000000ffffc051d32f, 'US', 1, 20149, 'waf'),
(0x00000000000000000000ffffc0f89b54, 'GB', 2, 20146, 'brute'),
(0x00000000000000000000ffffc0fae2b2, 'GB', 1, 20164, 'brute'),
(0x00000000000000000000ffffc0faea47, 'GB', 2, 20160, 'brute'),
(0x00000000000000000000ffffc0faea47, 'GB', 1, 20163, 'brute'),
(0x00000000000000000000ffffc0faea47, 'GB', 2, 20164, 'brute'),
(0x00000000000000000000ffffc0faeb26, 'GB', 1, 20143, 'brute'),
(0x00000000000000000000ffffc0faeb2d, 'GB', 1, 20150, 'brute'),
(0x00000000000000000000ffffc0faeb2d, 'GB', 2, 20151, 'brute'),
(0x00000000000000000000ffffc0faeb2d, 'GB', 1, 20158, 'brute'),
(0x00000000000000000000ffffc0faeb2d, 'GB', 1, 20159, 'brute'),
(0x00000000000000000000ffffc0faeb2d, 'GB', 1, 20164, 'brute'),
(0x00000000000000000000ffffc0faeb2d, 'GB', 1, 20166, 'brute'),
(0x00000000000000000000ffffc0faeb4c, 'GB', 1, 20149, 'brute'),
(0x00000000000000000000ffffc0faeb4c, 'GB', 1, 20150, 'brute'),
(0x00000000000000000000ffffc0faeb95, 'GB', 1, 20151, 'brute'),
(0x00000000000000000000ffffc0faef3d, 'GB', 1, 20151, 'brute'),
(0x00000000000000000000ffffc0faef3d, 'GB', 2, 20153, 'brute'),
(0x00000000000000000000ffffc0faef3d, 'GB', 1, 20158, 'brute'),
(0x00000000000000000000ffffc0faef3d, 'GB', 1, 20160, 'brute'),
(0x00000000000000000000ffffc0faef3d, 'GB', 1, 20164, 'brute'),
(0x00000000000000000000ffffc118d304, 'DE', 2, 20162, 'waf'),
(0x00000000000000000000ffffc11a733e, 'US', 4, 20143, 'waf'),
(0x00000000000000000000ffffc11a733e, 'US', 21, 20144, 'waf'),
(0x00000000000000000000ffffc17c7c7c, 'DE', 1, 20138, 'brute'),
(0x00000000000000000000ffffc1a4112d, 'RU', 1, 20141, 'brute'),
(0x00000000000000000000ffffc1a4112d, 'RU', 1, 20152, 'brute'),
(0x00000000000000000000ffffc1a4112d, 'RU', 1, 20154, 'brute'),
(0x00000000000000000000ffffc1cf3882, 'IT', 1, 20138, 'brute'),
(0x00000000000000000000ffffc1cf3882, 'IT', 2, 20153, 'brute'),
(0x00000000000000000000ffffc21ac06f, 'NL', 110, 20155, 'brute'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20139, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20140, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20142, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20143, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20145, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20146, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20148, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20149, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20152, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20154, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20155, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20158, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20163, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20164, 'waf'),
(0x00000000000000000000ffffc2261710, 'UA', 1, 20166, 'waf'),
(0x00000000000000000000ffffc23b1f18, 'BG', 10, 20164, 'waf'),
(0x00000000000000000000ffffc257bce3, 'TR', 1, 20139, 'brute'),
(0x00000000000000000000ffffc28cc6b9, 'DE', 1, 20155, 'brute'),
(0x00000000000000000000ffffc2a381cf, 'DE', 3, 20145, 'waf'),
(0x00000000000000000000ffffc2a381cf, 'DE', 1, 20146, 'waf'),
(0x00000000000000000000ffffc2a381cf, 'DE', 12, 20148, 'waf'),
(0x00000000000000000000ffffc2a381cf, 'DE', 7, 20152, 'waf'),
(0x00000000000000000000ffffc2a381cf, 'DE', 5, 20159, 'waf'),
(0x00000000000000000000ffffc2a381cf, 'DE', 7, 20162, 'waf'),
(0x00000000000000000000ffffc2a3849c, 'DE', 1, 20145, 'brute'),
(0x00000000000000000000ffffc2e940ed, 'SG', 1, 20146, 'brute'),
(0x00000000000000000000ffffc31412af, 'RU', 1, 20160, 'waf'),
(0x00000000000000000000ffffc31412af, 'RU', 1, 20161, 'waf'),
(0x00000000000000000000ffffc31412af, 'RU', 1, 20163, 'waf'),
(0x00000000000000000000ffffc31412af, 'RU', 1, 20165, 'waf'),
(0x00000000000000000000ffffc31412af, 'RU', 1, 20166, 'waf'),
(0x00000000000000000000ffffc314f1b9, 'DE', 1, 20151, 'brute'),
(0x00000000000000000000ffffc314f1b9, 'DE', 3, 20153, 'brute'),
(0x00000000000000000000ffffc31af63a, 'GB', 1, 20138, 'brute'),
(0x00000000000000000000ffffc32a661a, 'GB', 1, 20155, 'brute'),
(0x00000000000000000000ffffc338a506, 'HU', 1, 20150, 'brute'),
(0x00000000000000000000ffffc34e3684, 'NL', 2, 20159, 'brute'),
(0x00000000000000000000ffffc34e368a, 'NL', 2, 20139, 'brute'),
(0x00000000000000000000ffffc35ee6de, 'RU', 1, 20148, 'brute'),
(0x00000000000000000000ffffc35ee6de, 'RU', 2, 20155, 'brute'),
(0x00000000000000000000ffffc35ee6de, 'RU', 1, 20161, 'brute'),
(0x00000000000000000000ffffc35ee6de, 'RU', 1, 20163, 'brute'),
(0x00000000000000000000ffffc3fa1a4e, 'GB', 1, 20139, 'brute'),
(0x00000000000000000000ffffc3fa1b16, 'GB', 4, 20153, 'brute'),
(0x00000000000000000000ffffc3fa1b16, 'GB', 1, 20160, 'brute'),
(0x00000000000000000000ffffc3fa1b16, 'GB', 3, 20161, 'brute'),
(0x00000000000000000000ffffc3fa1b16, 'GB', 1, 20163, 'brute'),
(0x00000000000000000000ffffc3fa1b16, 'GB', 1, 20165, 'brute'),
(0x00000000000000000000ffffc3fa1b16, 'GB', 1, 20166, 'brute'),
(0x00000000000000000000ffffc4fb508d, '', 1, 20160, 'brute'),
(0x00000000000000000000ffffc4fb508d, '', 1, 20166, 'brute'),
(0x00000000000000000000ffffc4fb51f4, '', 9, 20160, 'waf'),
(0x00000000000000000000ffffc4fb549a, '', 7, 20144, 'waf'),
(0x00000000000000000000ffffc4fb549a, '', 1, 20147, 'waf'),
(0x00000000000000000000ffffc4fb5789, '', 1, 20161, 'brute'),
(0x00000000000000000000ffffc4fb5797, '', 1, 20166, 'waf'),
(0x00000000000000000000ffffc4fb5927, '', 1, 20152, 'brute'),
(0x00000000000000000000ffffc4fb5927, '', 1, 20159, 'brute'),
(0x00000000000000000000ffffc4fb59ad, '', 1, 20140, 'brute'),
(0x00000000000000000000ffffc4fb59ad, '', 1, 20144, 'brute'),
(0x00000000000000000000ffffc4fb59ad, '', 1, 20164, 'brute'),
(0x00000000000000000000ffffc4fb5a7f, '', 4, 20146, 'waf'),
(0x00000000000000000000ffffc4fb73a5, '', 3, 20141, 'waf'),
(0x00000000000000000000ffffc4fb73a5, '', 10, 20147, 'waf'),
(0x00000000000000000000ffffc4fb73a5, '', 1, 20156, 'waf'),
(0x00000000000000000000ffffc4fb73a5, '', 1, 20159, 'waf'),
(0x00000000000000000000ffffc5b986b2, 'ZA', 23, 20152, 'brute'),
(0x00000000000000000000ffffc60cdd27, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffffc60cdd27, 'US', 2, 20160, 'brute'),
(0x00000000000000000000ffffc60cdd27, 'US', 1, 20163, 'brute'),
(0x00000000000000000000ffffc60cdd27, 'US', 1, 20164, 'brute'),
(0x00000000000000000000ffffc60cea8c, 'US', 2, 20152, 'brute'),
(0x00000000000000000000ffffc60ceb8a, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffffc60ceb8a, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffffc60ceb8a, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffffc60ceb8a, 'US', 2, 20163, 'brute'),
(0x00000000000000000000ffffc61b43d2, 'CA', 3, 20158, 'brute'),
(0x00000000000000000000ffffc61b43d2, 'CA', 1, 20164, 'brute'),
(0x00000000000000000000ffffc61b43d2, 'CA', 1, 20165, 'brute'),
(0x00000000000000000000ffffc6367219, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffffc6367219, 'US', 1, 20160, 'brute'),
(0x00000000000000000000ffffc6367219, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffffc6367219, 'US', 2, 20166, 'brute'),
(0x00000000000000000000ffffc636724d, 'US', 1, 20144, 'brute'),
(0x00000000000000000000ffffc6367262, 'US', 1, 20160, 'brute'),
(0x00000000000000000000ffffc6367e86, 'US', 1, 20149, 'brute'),
(0x00000000000000000000ffffc6ba82d6, 'DE', 1, 20143, 'brute'),
(0x00000000000000000000ffffc6ba82d6, 'DE', 2, 20151, 'brute'),
(0x00000000000000000000ffffc6ba82d6, 'DE', 2, 20163, 'brute'),
(0x00000000000000000000ffffc6ba82d6, 'DE', 3, 20164, 'brute'),
(0x00000000000000000000ffffc6ba82d6, 'DE', 1, 20165, 'brute'),
(0x00000000000000000000ffffc6ba82d6, 'DE', 1, 20166, 'brute'),
(0x00000000000000000000ffffc6ba82d6, 'DE', 1, 20167, 'brute'),
(0x00000000000000000000ffffc6bb1d21, 'US', 2, 20160, 'brute'),
(0x00000000000000000000ffffc6bb1d21, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffffc6d37d28, 'NL', 1, 20146, 'brute'),
(0x00000000000000000000ffffc6d37d28, 'NL', 1, 20148, 'brute'),
(0x00000000000000000000ffffc7bcc865, 'US', 1, 20166, 'brute'),
(0x00000000000000000000ffffc7bcc865, 'US', 1, 20167, 'brute'),
(0x00000000000000000000ffffc7bccfa8, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffffc7c015b5, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffffc8698d96, 'BO', 1, 20148, 'brute'),
(0x00000000000000000000ffffc8698d96, 'BO', 1, 20150, 'brute'),
(0x00000000000000000000ffffcb7c21d3, 'PK', 1, 20139, 'brute'),
(0x00000000000000000000ffffcb7c21d3, 'PK', 1, 20141, 'brute'),
(0x00000000000000000000ffffcb7c21d3, 'PK', 1, 20142, 'brute'),
(0x00000000000000000000ffffcb7c21d3, 'PK', 1, 20148, 'brute'),
(0x00000000000000000000ffffcb7c21d3, 'PK', 1, 20151, 'brute'),
(0x00000000000000000000ffffcb7c21d3, 'PK', 1, 20161, 'brute'),
(0x00000000000000000000ffffcb7c21d3, 'PK', 1, 20166, 'brute'),
(0x00000000000000000000ffffcbab149e, 'VN', 1, 20153, 'brute'),
(0x00000000000000000000ffffcdc4d60e, 'US', 1, 20155, 'brute'),
(0x00000000000000000000ffffcebdebc2, 'US', 1, 20146, 'brute'),
(0x00000000000000000000ffffced980d2, 'US', 1, 20146, 'brute'),
(0x00000000000000000000ffffcff4e2d4, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffffd04a95d4, 'US', 2, 20147, 'brute'),
(0x00000000000000000000ffffd04a95d4, 'US', 1, 20150, 'brute'),
(0x00000000000000000000ffffd06b42f3, 'US', 1, 20143, 'brute'),
(0x00000000000000000000ffffd06b42f3, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffffd06d1953, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffffd06d1bc2, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffffd06dad67, 'US', 1, 20159, 'brute'),
(0x00000000000000000000ffffd06dad67, 'US', 2, 20164, 'brute'),
(0x00000000000000000000ffffd06dad67, 'US', 1, 20165, 'brute'),
(0x00000000000000000000ffffd071f98c, 'US', 1, 20151, 'brute'),
(0x00000000000000000000ffffd12644e2, 'US', 1, 20160, 'brute'),
(0x00000000000000000000ffffd14a431d, 'US', 2, 20166, 'brute'),
(0x00000000000000000000ffffd161aaf3, 'SG', 2, 20138, 'brute'),
(0x00000000000000000000ffffd161b380, 'GB', 1, 20150, 'brute'),
(0x00000000000000000000ffffd161b380, 'GB', 1, 20154, 'brute'),
(0x00000000000000000000ffffd17e19f3, 'US', 1, 20148, 'brute'),
(0x00000000000000000000ffffd185c812, 'US', 1, 20163, 'brute'),
(0x00000000000000000000ffffd1ac0232, 'US', 1, 20143, 'brute'),
(0x00000000000000000000ffffd1ac0232, 'US', 1, 20144, 'brute'),
(0x00000000000000000000ffffd1ac0232, 'US', 1, 20158, 'brute'),
(0x00000000000000000000ffffd1ac0232, 'US', 2, 20167, 'brute'),
(0x00000000000000000000ffffd41e2507, 'NL', 1, 20140, 'waf'),
(0x00000000000000000000ffffd41e2541, 'NL', 2, 20140, 'waf'),
(0x00000000000000000000ffffd41e2554, 'NL', 1, 20140, 'waf'),
(0x00000000000000000000ffffd41e2557, 'NL', 1, 20140, 'waf'),
(0x00000000000000000000ffffd41e255c, 'NL', 1, 20140, 'waf'),
(0x00000000000000000000ffffd41e255f, 'NL', 1, 20140, 'waf'),
(0x00000000000000000000ffffd41e2567, 'NL', 1, 20140, 'waf'),
(0x00000000000000000000ffffd41e2569, 'NL', 1, 20140, 'waf'),
(0x00000000000000000000ffffd41e2571, 'NL', 1, 20140, 'waf'),
(0x00000000000000000000ffffd420ee06, 'NL', 1, 20139, 'brute'),
(0x00000000000000000000ffffd440d7aa, 'TR', 1, 20139, 'brute'),
(0x00000000000000000000ffffd440d7aa, 'TR', 1, 20141, 'brute'),
(0x00000000000000000000ffffd440d7aa, 'TR', 1, 20155, 'brute'),
(0x00000000000000000000ffffd448b796, 'DE', 1, 20155, 'brute'),
(0x00000000000000000000ffffd4b67d43, 'PL', 1, 20140, 'brute'),
(0x00000000000000000000ffffd4e056e4, 'DE', 1, 20154, 'brute'),
(0x00000000000000000000ffffd5884e26, 'DE', 7, 20139, 'waf'),
(0x00000000000000000000ffffd5884e26, 'DE', 7, 20142, 'waf'),
(0x00000000000000000000ffffd588542b, 'DE', 1, 20152, 'brute'),
(0x00000000000000000000ffffd588542b, 'DE', 1, 20165, 'brute'),
(0x00000000000000000000ffffd588542b, 'DE', 1, 20166, 'brute'),
(0x00000000000000000000ffffd5eebe7b, 'TR', 1, 20150, 'brute'),
(0x00000000000000000000ffffd818d5b7, 'DE', 1, 20155, 'brute'),
(0x00000000000000000000ffffd818d83e, 'DE', 1, 20140, 'brute'),
(0x00000000000000000000ffffd818d83e, 'DE', 1, 20154, 'brute'),
(0x00000000000000000000ffffd90fa13a, 'DK', 1, 20138, 'brute'),
(0x00000000000000000000ffffd90fa13a, 'DK', 1, 20154, 'brute'),
(0x00000000000000000000ffffd90fa13a, 'DK', 1, 20162, 'brute'),
(0x00000000000000000000ffffd94c9e6b, 'ES', 1, 20153, 'brute'),
(0x00000000000000000000ffffd94fbdc1, 'DE', 1, 20151, 'brute'),
(0x00000000000000000000ffffd94fbdc1, 'DE', 2, 20153, 'brute'),
(0x00000000000000000000ffffd94fbdc1, 'DE', 1, 20158, 'brute'),
(0x00000000000000000000ffffd97e7f82, 'ES', 1, 20151, 'brute'),
(0x00000000000000000000ffffd9a06b5a, 'DE', 1, 20150, 'brute'),
(0x00000000000000000000ffffd9a06b5a, 'DE', 1, 20160, 'brute'),
(0x00000000000000000000ffffd9ae9827, 'BG', 1, 20138, 'brute'),
(0x00000000000000000000ffffd9ae9827, 'BG', 1, 20155, 'brute'),
(0x00000000000000000000ffffd9ae9827, 'BG', 3, 20165, 'brute'),
(0x00000000000000000000ffffd9ae9827, 'BG', 1, 20166, 'brute'),
(0x00000000000000000000ffffd9b69ee2, 'FR', 1, 20149, 'brute'),
(0x00000000000000000000ffffd9b69ee2, 'FR', 1, 20150, 'brute'),
(0x00000000000000000000ffffd9b69ee2, 'FR', 1, 20158, 'brute'),
(0x00000000000000000000ffffd9b69ee2, 'FR', 2, 20159, 'brute'),
(0x00000000000000000000ffffd9b69ee2, 'FR', 3, 20160, 'brute'),
(0x00000000000000000000ffffd9b69ee2, 'FR', 4, 20161, 'brute'),
(0x00000000000000000000ffffd9b69ee2, 'FR', 1, 20165, 'brute'),
(0x00000000000000000000ffffd9b69ee2, 'FR', 1, 20166, 'brute'),
(0x00000000000000000000ffffd9b6ac2f, 'FR', 1, 20152, 'brute'),
(0x00000000000000000000ffffdb5d65c9, 'MY', 1, 20154, 'brute'),
(0x200108d8180002ef0000000000000001, 'DE', 1, 20158, 'brute'),
(0x200108d8180002ef0000000000000001, 'DE', 1, 20165, 'brute'),
(0x200108d8180002ef0000000000000001, 'DE', 1, 20166, 'brute'),
(0x20010bc8600500170208a2fffe0c805c, 'FR', 1, 20155, 'brute'),
(0x20010ee047736eb085badc30501ed522, 'VN', 1, 20139, 'brute'),
(0x20010ee047736eb0ad992d1da8a0f49c, 'VN', 1, 20139, 'brute'),
(0x20011600001001000000000000000983, 'CH', 1, 20150, 'waf'),
(0x20011810418101200000000442af2c22, 'CA', 1, 20138, 'brute'),
(0x20011810418101200000000442af2c24, 'CA', 1, 20156, 'brute'),
(0x200119f074018762540005fffe1f2292, 'GB', 1, 20151, 'brute'),
(0x200141d000023ea50000000000000000, 'FR', 1, 20148, 'brute'),
(0x200141d000023ea50000000000000000, 'FR', 1, 20155, 'brute'),
(0x200141d0000255300000000000000000, 'FR', 1, 20154, 'brute'),
(0x200141d00002ebd80000000000000001, 'FR', 1, 20154, 'brute'),
(0x200141d00002fd300000000000000000, 'FR', 1, 20155, 'brute'),
(0x200141d00008cc780000000000000000, 'FR', 1, 20154, 'brute'),
(0x200141d0000a18650000000000000000, 'FR', 1, 20151, 'brute'),
(0x200141d0000a18650000000000000000, 'FR', 1, 20158, 'brute'),
(0x200141d0020a080000000000000000ff, 'FR', 1, 20140, 'brute'),
(0x200141d0020a080000000000000000ff, 'FR', 1, 20154, 'brute'),
(0x200141d0020a080000000000000000ff, 'FR', 1, 20165, 'brute'),
(0x200141d0030521000000000000007d03, 'FR', 1, 20150, 'brute'),
(0x200141d004033fbd0000000000000000, 'FR', 1, 20155, 'brute'),
(0x200141d004040200000000000000562d, 'FR', 1, 20152, 'brute'),
(0x24006180000000d00000000003761001, 'SG', 2, 20153, 'brute'),
(0x24006180010000d000000000037a2001, 'IN', 1, 20140, 'brute'),
(0x24006180010000d000000000037a2001, 'IN', 1, 20149, 'brute'),
(0x24006180010000d000000000037a2001, 'IN', 1, 20153, 'brute'),
(0x24006180010000d000000000037a2001, 'IN', 1, 20160, 'brute'),
(0x24008500130107380133013001030036, 'JP', 1, 20138, 'brute'),
(0x24008500130107380133013001030036, 'JP', 1, 20144, 'brute'),
(0x24008500130107380133013001030036, 'JP', 1, 20149, 'brute'),
(0x24008500130107380133013001030036, 'JP', 1, 20152, 'brute'),
(0x24008500130107380133013001030036, 'JP', 1, 20153, 'brute'),
(0x24008500130107380133013001030036, 'JP', 1, 20162, 'brute'),
(0x24008500130107380133013001030036, 'JP', 1, 20165, 'brute'),
(0x24021f0080000800000000000000306c, 'SG', 1, 20145, 'brute'),
(0x24021f00800008000000000000004395, 'SG', 1, 20146, 'brute'),
(0x2402a7c08100a0170000000000ee000a, 'SG', 1, 20139, 'brute'),
(0x2405658709606500a88ad16b66641b52, 'JP', 1, 20151, 'brute'),
(0x240630c000000066be2411fffe2e3b02, 'VN', 1, 20151, 'brute'),
(0x240630c000000164be2411fffe3a20fa, 'VN', 1, 20160, 'brute'),
(0x24064f4000081000000000000000be6f, 'SG', 1, 20155, 'brute'),
(0x2406da180b60160092aa2c56aa076401, 'SG', 1, 20145, 'brute'),
(0x2406da1a0a47b100cb6e41b922be2266, 'IN', 1, 20155, 'brute'),
(0x24073640208091230000000000000001, 'SG', 1, 20150, 'brute'),
(0x2600170046b0e0708bf9b29f4c522d61, 'US', 1, 20155, 'brute'),
(0x26001f180d0d63009364a0dbe546c7e2, 'US', 1, 20146, 'brute'),
(0x26001f1813b55700b1652535a804eecf, 'US', 1, 20150, 'brute'),
(0x26001f18448c3f00373096140de0f34d, 'US', 1, 20145, 'brute'),
(0x26001f1844f9c0002b9b91e63fdb8230, 'US', 1, 20154, 'brute'),
(0x26001f1862a98200a049ba0da9256051, 'US', 1, 20155, 'brute'),
(0x26001f18749739000a8ba2f97144e846, 'US', 1, 20158, 'brute'),
(0x26001f18749739000a8ba2f97144e846, 'US', 1, 20167, 'brute'),
(0x26003c0000000000f03c92fffe126fbd, 'US', 1, 20154, 'brute'),
(0x26003c0000000000f03c92fffe8b6c78, 'US', 1, 20151, 'brute'),
(0x26003c0000000000f03c92fffee6d1b2, 'US', 1, 20163, 'brute'),
(0x26003c0000000000f03c93fffe4fe09c, 'US', 1, 20151, 'brute'),
(0x26003c0200000000f03c95fffe6cedf0, 'US', 2, 20143, 'brute'),
(0x26003c0300000000f03c92fffe0f7a10, 'US', 1, 20155, 'brute'),
(0x2602fb54036b00000000000000000000, 'US', 6, 20142, 'waf'),
(0x2602fb5405b800000000000000000000, 'US', 8, 20142, 'waf'),
(0x2603000361063ce00000000000000000, 'US', 1, 20165, 'brute'),
(0x2604a880000401d00000000021f01000, 'US', 1, 20152, 'brute'),
(0x2604a8800800001000000000066b9001, 'US', 1, 20153, 'brute'),
(0x2604a880080000a100000000017fd001, 'US', 1, 20153, 'brute'),
(0x2604a8800cad00d0000000000dd08001, 'CA', 1, 20150, 'brute'),
(0x2604a8800cad00d0000000000dd08001, 'CA', 1, 20155, 'brute'),
(0x2604a8800cad00d0000000000dd08001, 'CA', 1, 20165, 'brute'),
(0x26075300006014b30000000000000001, 'CA', 1, 20145, 'brute'),
(0x260753000060399e0000000000000001, 'CA', 1, 20155, 'brute'),
(0x2607f2980005114b00000000022eefe9, 'US', 2, 20148, 'brute'),
(0x2607f2980005117b000000000421a871, 'US', 1, 20138, 'brute'),
(0x2607f2980005117b000000000db829bd, 'US', 1, 20149, 'brute'),
(0x2607f2980006a014000000000164159d, 'US', 1, 20153, 'brute'),
(0x2607f2980006a014000000000164159d, 'US', 1, 20163, 'brute'),
(0x28000200e8f0034f7dd4c67dc5959de5, 'PE', 11, 20152, 'brute'),
(0x28040b44100000000000000000000035, 'BR', 1, 20147, 'brute'),
(0x28040b44100000000000000000000035, 'BR', 1, 20151, 'brute'),
(0x28040b44100000000000000000000035, 'BR', 1, 20154, 'brute'),
(0x2a001828100024230000000000000002, 'DE', 1, 20146, 'brute'),
(0x2a00f940000200040002000000002701, 'RU', 1, 20140, 'brute'),
(0x2a0102390292f3000000000000000001, 'DE', 2, 20160, 'waf'),
(0x2a010488006610005c33944c00000001, 'DE', 1, 20153, 'brute'),
(0x2a010488006610005c33944c00000001, 'DE', 1, 20155, 'brute'),
(0x2a0104f800a092e80000000000000002, 'DE', 1, 20149, 'brute'),
(0x2a0104f800a092e80000000000000002, 'DE', 1, 20163, 'brute'),
(0x2a0104f800a094620000000000000002, 'DE', 1, 20155, 'brute'),
(0x2a0104f8014050e60000000000000002, 'DE', 1, 20149, 'brute'),
(0x2a0104f8015032e20000000000000002, 'DE', 1, 20150, 'brute'),
(0x2a0104f8016274c40000000000000002, 'DE', 1, 20155, 'brute'),
(0x2a0104f8019073c90000000000000002, 'DE', 1, 20148, 'brute'),
(0x2a0104f8019073c90000000000000002, 'DE', 1, 20152, 'brute'),
(0x2a0104f8019250c10000000000000002, 'DE', 1, 20151, 'brute'),
(0x2a0104f8019250c10000000000000002, 'DE', 1, 20164, 'brute'),
(0x2a0104f8019250c10000000000000002, 'DE', 1, 20165, 'brute'),
(0x2a0104f8019253070000000000000002, 'DE', 1, 20154, 'brute'),
(0x2a0104f802220e530000000000000002, 'DE', 1, 20153, 'brute'),
(0x2a0104f802222d870000000000000002, 'DE', 1, 20141, 'brute'),
(0x2a0104f802222d870000000000000002, 'DE', 1, 20143, 'brute'),
(0x2a0104f802222d870000000000000002, 'DE', 1, 20144, 'brute'),
(0x2a0104f802222d870000000000000002, 'DE', 1, 20151, 'brute'),
(0x2a0104f802222d870000000000000002, 'DE', 2, 20159, 'brute'),
(0x2a0104f802222d870000000000000002, 'DE', 1, 20163, 'brute'),
(0x2a0104f8027119ce0000000000000002, 'DE', 1, 20146, 'brute'),
(0x2a0104f8027119ce0000000000000002, 'DE', 1, 20154, 'brute'),
(0x2a0104f8027119ce0000000000000002, 'DE', 1, 20164, 'brute'),
(0x2a0104f81c1e88e00000000000000001, 'DE', 1, 20155, 'brute'),
(0x2a0104f82190159b0000000000000002, 'DE', 1, 20155, 'brute'),
(0x2a0104f821901b0f0000000000000002, 'DE', 1, 20140, 'brute'),
(0x2a0104f9002b08aa0000000000000002, 'DE', 1, 20164, 'brute'),
(0x2a0104f9003b44190000000000000002, 'DE', 1, 20155, 'brute'),
(0x2a0104f9004a462b0000000000000002, 'DE', 1, 20147, 'brute'),
(0x2a0104f9004b3d0f0000000000000002, 'DE', 1, 20167, 'brute'),
(0x2a0107c8aac202e9505400fffebb52c8, 'NL', 1, 20153, 'brute'),
(0x2a0107c8aac30183505400fffea69dcf, 'NL', 1, 20153, 'brute'),
(0x2a0107c8aac30183505400fffea69dcf, 'NL', 1, 20154, 'brute'),
(0x2a017e0000000000f03c91fffe26d1f2, 'GB', 1, 20154, 'brute'),
(0x2a020a00105500010046004100490002, 'DE', 1, 20155, 'brute'),
(0x2a02247a0228ee000000000000000001, 'DE', 1, 20149, 'brute'),
(0x2a024780000ed0ba0000000000000001, 'SG', 1, 20150, 'brute'),
(0x2a024780000ed0ba0000000000000001, 'SG', 1, 20160, 'brute'),
(0x2a024780000ed0ba0000000000000001, 'SG', 1, 20161, 'brute'),
(0x2a028428c69d5701045533fffe0c7d6a, 'FR', 1, 20146, 'brute'),
(0x2a02c206205652270000000000000001, 'DE', 2, 20146, 'brute'),
(0x2a02c206205652270000000000000001, 'DE', 1, 20149, 'brute'),
(0x2a02c206205652270000000000000001, 'DE', 1, 20153, 'brute'),
(0x2a02c206205652270000000000000001, 'DE', 1, 20158, 'brute'),
(0x2a02c206216028130000000000000001, 'DE', 2, 20147, 'brute'),
(0x2a02c206216028130000000000000001, 'DE', 1, 20150, 'brute'),
(0x2a02c206216028130000000000000001, 'DE', 1, 20153, 'brute'),
(0x2a02c206216028130000000000000001, 'DE', 1, 20154, 'brute'),
(0x2a02c206216028130000000000000001, 'DE', 3, 20159, 'brute'),
(0x2a02c206216028130000000000000001, 'DE', 2, 20163, 'brute'),
(0x2a0340000000031b144679fffe7b7794, 'DE', 1, 20145, 'brute'),
(0x2a03400000000322c4a205fffe67a0a4, 'DE', 1, 20155, 'brute'),
(0x2a03400000000327886e4efffead1ed0, 'DE', 1, 20151, 'brute'),
(0x2a0340000000040d541a3efffea44e9e, 'DE', 1, 20145, 'brute'),
(0x2a03400000068011044375fffe64d199, 'DE', 2, 20155, 'brute'),
(0x2a034000004e0ef7445b27fffee6a949, 'DE', 1, 20155, 'brute'),
(0x2a034000004e0ef7445b27fffee6a949, 'DE', 1, 20160, 'brute'),
(0x2a03b0c0000100e00000000005504001, 'GB', 1, 20164, 'brute'),
(0x2a03b0c0000100e00000000005504001, 'GB', 1, 20165, 'brute'),
(0x2a03b0c0000300d000000000117ef001, 'DE', 1, 20154, 'brute'),
(0x2a03f4800001000b0000000000000027, 'EE', 1, 20155, 'brute'),
(0x2a03f4800002000300000000000000a2, 'EE', 1, 20153, 'brute'),
(0x2a04e8c000120000000000000000001d, 'DE', 1, 20144, 'brute'),
(0x2a04e8c000120000000000000000001d, 'DE', 1, 20154, 'brute'),
(0x2a05d01406aa250062b9b0afbc0cfe6e, 'DE', 1, 20153, 'brute'),
(0x2a05d0140a5f6b000e413a2eb65d37ff, 'DE', 1, 20145, 'brute'),
(0x2a05d0180404b100b466784e8abe0377, 'IE', 1, 20155, 'brute'),
(0x2a05d01c0c06570018c062cf2c744042, 'GB', 1, 20154, 'brute'),
(0x2a061301405000450148002800990000, 'FI', 1, 20154, 'brute'),
(0x2a06304000040610000000000000e11f, 'IN', 2, 20145, 'waf'),
(0x2a0641c0000100040000000000000023, 'TR', 1, 20166, 'brute'),
(0x2a06644000002caa0000000000000001, 'UA', 1, 20146, 'brute'),
(0x2a06644000002caa0000000000000001, 'UA', 1, 20160, 'brute'),
(0x2a06644000002caa0000000000000001, 'UA', 1, 20163, 'brute'),
(0x2a06644000002caa0000000000000001, 'UA', 2, 20165, 'brute'),
(0x2a0b20c020000062be2411fffebdc0ef, 'DE', 1, 20145, 'brute'),
(0x2a0b20c020000062be2411fffebdc0ef, 'DE', 1, 20152, '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=utf8 COLLATE=utf8_general_ci;

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

INSERT INTO `wp_wfblocks7` (`id`, `type`, `IP`, `blockedTime`, `reason`, `lastAttempt`, `blockedHits`, `expiration`, `parameters`) VALUES
(35773, 2, 0x00000000000000000000ffffa2f0aa63, 1742397209, 'Blocked by Wordfence Security Network', 1742397209, 1, 1742397809, NULL),
(35774, 2, 0x00000000000000000000ffffc04075c1, 1742400449, 'Blocked by Wordfence Security Network', 1742400449, 1, 1742401049, NULL),
(35775, 2, 0x00000000000000000000ffff8b3b93da, 1742400747, 'Blocked by Wordfence Security Network', 1742400747, 1, 1742401347, NULL),
(35776, 2, 0x00000000000000000000ffffc6ba82d6, 1742402030, 'Blocked by Wordfence Security Network', 1742402030, 1, 1742402630, NULL),
(35777, 2, 0x00000000000000000000ffffb9c7ec6b, 1742403539, 'Blocked by Wordfence Security Network', 1742403539, 1, 1742404139, NULL),
(35778, 2, 0x00000000000000000000ffff78186dc7, 1742404227, 'Blocked by Wordfence Security Network', 1742404227, 1, 1742404827, NULL),
(35779, 2, 0x00000000000000000000ffff67e3b012, 1742404942, 'Blocked by Wordfence Security Network', 1742404942, 1, 1742405542, NULL),
(35780, 2, 0x00000000000000000000ffffba40741e, 1742405678, 'Blocked by Wordfence Security Network', 1742405678, 1, 1742406278, NULL),
(35781, 2, 0x00000000000000000000ffffd14a431d, 1742406299, 'Blocked by Wordfence Security Network', 1742406299, 1, 1742406899, NULL),
(35782, 2, 0x00000000000000000000ffff14fd9bb8, 1742406943, 'Blocked by Wordfence Security Network', 1742406943, 1, 1742407543, NULL),
(35783, 2, 0x00000000000000000000ffffba40765a, 1742407658, 'Blocked by Wordfence Security Network', 1742407658, 1, 1742408258, NULL),
(35784, 2, 0x00000000000000000000ffffa45aaa9e, 1742408262, 'Blocked by Wordfence Security Network', 1742408262, 1, 1742408862, NULL),
(35785, 2, 0x00000000000000000000ffff677c5fa8, 1742409024, 'Blocked by Wordfence Security Network', 1742409024, 1, 1742409624, NULL),
(35786, 2, 0x00000000000000000000ffff877db777, 1742409706, 'Blocked by Wordfence Security Network', 1742409706, 1, 1742410306, NULL),
(35787, 2, 0x00000000000000000000ffffb9c7ec6b, 1742410395, 'Blocked by Wordfence Security Network', 1742410395, 1, 1742410995, NULL),
(35788, 2, 0x00000000000000000000ffff23e2c4b3, 1742411249, 'Blocked by Wordfence Security Network', 1742411249, 1, 1742411849, NULL),
(35789, 2, 0x00000000000000000000ffff5270ee9d, 1742411776, 'Blocked by Wordfence Security Network', 1742411776, 1, 1742412376, NULL),
(35790, 2, 0x00000000000000000000ffff8b63f1b5, 1742412873, 'Blocked by Wordfence Security Network', 1742412874, 2, 1742413473, NULL),
(35791, 2, 0x00000000000000000000ffffd9ae9827, 1742412984, 'Blocked by Wordfence Security Network', 1742412984, 1, 1742413584, NULL),
(35792, 2, 0x00000000000000000000ffffa2d5ff26, 1742413146, 'Blocked by Wordfence Security Network', 1742413146, 1, 1742413746, NULL),
(35793, 2, 0x00000000000000000000ffff677c5fa8, 1742414530, 'Blocked by Wordfence Security Network', 1742414530, 1, 1742415130, NULL),
(35794, 2, 0x00000000000000000000ffff8bc41917, 1742414833, 'Blocked by Wordfence Security Network', 1742414833, 1, 1742415433, NULL),
(35795, 2, 0x00000000000000000000ffffba407487, 1742416932, 'Blocked by Wordfence Security Network', 1742416932, 1, 1742417532, NULL),
(35796, 2, 0x00000000000000000000ffff94487e77, 1742417270, 'Blocked by Wordfence Security Network', 1742417270, 1, 1742417870, NULL),
(35797, 2, 0x00000000000000000000ffff677c5fa8, 1742418698, 'Blocked by Wordfence Security Network', 1742418698, 1, 1742419298, NULL),
(35798, 2, 0x00000000000000000000ffff5cdeb5cd, 1742419224, 'Blocked by Wordfence Security Network', 1742419224, 1, 1742419824, NULL),
(35799, 2, 0x00000000000000000000ffff59bba61a, 1742420077, 'Blocked by Wordfence Security Network', 1742420080, 2, 1742420677, NULL),
(35800, 2, 0x00000000000000000000ffffb9c7ec6b, 1742420122, 'Blocked by Wordfence Security Network', 1742420122, 1, 1742420722, NULL),
(35801, 2, 0x00000000000000000000ffffc4fb508d, 1742420140, 'Blocked by Wordfence Security Network', 1742420140, 1, 1742420740, NULL),
(35802, 2, 0x00000000000000000000ffffc7bcc865, 1742421560, 'Blocked by Wordfence Security Network', 1742421560, 1, 1742422160, NULL),
(35803, 2, 0x2a0641c0000100040000000000000023, 1742421706, 'Blocked by Wordfence Security Network', 1742421706, 1, 1742422306, NULL),
(35804, 2, 0x00000000000000000000ffff50401e20, 1742423485, 'Blocked by Wordfence Security Network', 1742423485, 1, 1742424085, NULL),
(35805, 2, 0x00000000000000000000ffffabf4005b, 1742424363, 'Blocked by Wordfence Security Network', 1742424363, 1, 1742424963, NULL),
(35806, 2, 0x00000000000000000000ffffbe5cae25, 1742424417, 'Blocked by Wordfence Security Network', 1742424417, 1, 1742425017, NULL),
(35807, 2, 0x00000000000000000000ffffd14a431d, 1742425876, 'Blocked by Wordfence Security Network', 1742425876, 1, 1742426476, NULL),
(35808, 2, 0x00000000000000000000ffffc6367219, 1742427358, 'Blocked by Wordfence Security Network', 1742427358, 1, 1742427958, NULL),
(35809, 2, 0x00000000000000000000ffff22abe199, 1742428857, 'Blocked by Wordfence Security Network', 1742428857, 1, 1742429457, NULL),
(35810, 2, 0x00000000000000000000ffff6794a4a6, 1742430369, 'Blocked by Wordfence Security Network', 1742430369, 1, 1742430969, NULL),
(35811, 2, 0x00000000000000000000ffff965f8cf8, 1742430942, 'Blocked by Wordfence Security Network', 1742430942, 1, 1742431542, NULL),
(35812, 2, 0x00000000000000000000ffffa200e8a0, 1742431890, 'Blocked by Wordfence Security Network', 1742431890, 1, 1742432490, NULL),
(35813, 2, 0x00000000000000000000ffff2f7710ed, 1742433426, 'Blocked by Wordfence Security Network', 1742433426, 1, 1742434026, NULL),
(35814, 2, 0x00000000000000000000ffff867a76f6, 1742434966, 'Blocked by Wordfence Security Network', 1742434966, 1, 1742435566, NULL),
(35815, 2, 0x00000000000000000000ffffc6ba82d6, 1742436534, 'Blocked by Wordfence Security Network', 1742436534, 1, 1742437134, NULL),
(35816, 2, 0x00000000000000000000ffffd1ac0232, 1742438135, 'Blocked by Wordfence Security Network', 1742438135, 1, 1742438735, NULL),
(35817, 2, 0x00000000000000000000ffff25bb1a48, 1742439760, 'Blocked by Wordfence Security Network', 1742439760, 1, 1742440360, NULL),
(35818, 2, 0x00000000000000000000ffffbf60e3d1, 1742442555, 'Blocked by Wordfence Security Network', 1742442555, 2, 1742443155, NULL),
(35819, 2, 0x00000000000000000000ffff9750212c, 1742451033, 'Blocked by Wordfence Security Network', 1742451033, 1, 1742451633, NULL),
(35820, 2, 0x00000000000000000000ffffc7bcc865, 1742452493, 'Blocked by Wordfence Security Network', 1742452493, 1, 1742453093, NULL),
(35821, 2, 0x00000000000000000000ffff0d54370c, 1742453093, 'Blocked by Wordfence Security Network', 1742453093, 1, 1742453693, NULL),
(35822, 2, 0x00000000000000000000ffff5f539456, 1742453844, 'Blocked by Wordfence Security Network', 1742453844, 1, 1742454444, NULL),
(35823, 2, 0x00000000000000000000ffff9750212c, 1742453995, 'Blocked by Wordfence Security Network', 1742453995, 1, 1742454595, NULL),
(35824, 2, 0x2a0104f9004b3d0f0000000000000002, 1742455108, 'Blocked by Wordfence Security Network', 1742455108, 1, 1742455708, NULL),
(35825, 2, 0x00000000000000000000ffff52c547f5, 1742458774, 'Blocked by Wordfence Security Network', 1742458774, 1, 1742459374, NULL),
(35826, 2, 0x00000000000000000000ffff9de63468, 1742459720, 'Blocked by Wordfence Security Network', 1742459720, 1, 1742460320, NULL),
(35827, 2, 0x00000000000000000000ffff3624d1a4, 1742460447, 'Blocked by Wordfence Security Network', 1742460447, 1, 1742461047, NULL),
(35828, 2, 0x00000000000000000000ffff23bbfafd, 1742462121, 'Blocked by Wordfence Security Network', 1742462121, 1, 1742462721, NULL),
(35829, 2, 0x00000000000000000000ffff2d56d30c, 1742462405, 'Blocked by Wordfence Security Network', 1742462405, 1, 1742463005, NULL),
(35830, 2, 0x00000000000000000000ffff2d56d30c, 1742462405, 'Blocked by Wordfence Security Network', 1742462405, 1, 1742463005, NULL),
(35831, 2, 0x00000000000000000000ffff2d56d30c, 1742462405, 'Blocked by Wordfence Security Network', 1742462405, 1, 1742463005, NULL),
(35832, 2, 0x00000000000000000000ffff2d56d30c, 1742462405, 'Blocked by Wordfence Security Network', 1742462405, 1, 1742463005, NULL),
(35833, 2, 0x00000000000000000000ffff342a71cc, 1742462844, 'Blocked by Wordfence Security Network', 1742462844, 1, 1742463444, NULL),
(35834, 2, 0x00000000000000000000ffffbca536af, 1742463827, 'Blocked by Wordfence Security Network', 1742463827, 1, 1742464427, NULL),
(35835, 2, 0x00000000000000000000ffff68f8c1bc, 1742464154, 'Blocked by Wordfence Security Network', 1742464154, 1, 1742464754, NULL),
(35836, 2, 0x00000000000000000000ffff5158352b, 1742465568, 'Blocked by Wordfence Security Network', 1742465568, 1, 1742466168, NULL),
(35837, 2, 0x00000000000000000000ffff451ec60a, 1742466194, 'Blocked by Wordfence Security Network', 1742466194, 1, 1742466794, NULL),
(35838, 2, 0x00000000000000000000ffffbca536af, 1742467308, 'Blocked by Wordfence Security Network', 1742467308, 1, 1742467908, NULL),
(35839, 2, 0x00000000000000000000ffff33d27b1f, 1742468716, 'Blocked by Wordfence Security Network', 1742468716, 1, 1742469316, NULL),
(35840, 2, 0x00000000000000000000ffffd1ac0232, 1742469059, 'Blocked by Wordfence Security Network', 1742469059, 1, 1742469659, NULL),
(35841, 2, 0x00000000000000000000ffff444e254d, 1742470042, 'Blocked by Wordfence Security Network', 1742470042, 1, 1742470642, NULL),
(35842, 2, 0x26001f18749739000a8ba2f97144e846, 1742470832, 'Blocked by Wordfence Security Network', 1742470832, 1, 1742471432, NULL),
(35843, 2, 0x00000000000000000000ffff86d11309, 1742471016, 'Blocked by Wordfence Security Network', 1742471016, 1, 1742471616, NULL),
(35844, 2, 0x00000000000000000000ffff5f6e8ff7, 1742472024, 'Blocked by Wordfence Security Network', 1742472024, 1, 1742472624, NULL),
(35845, 2, 0x00000000000000000000ffff44b29153, 1742472645, 'Blocked by Wordfence Security Network', 1742472645, 1, 1742473245, NULL),
(35846, 2, 0x00000000000000000000ffff5d51ec8f, 1742473136, 'Blocked by Wordfence Security Network', 1742473136, 1, 1742473736, NULL),
(35847, 2, 0x00000000000000000000ffff43cd92de, 1742475195, 'Blocked by Wordfence Security Network', 1742475195, 1, 1742475795, NULL),
(35848, 2, 0x00000000000000000000ffff2d430e40, 1742476438, 'Blocked by Wordfence Security Network', 1742476438, 1, 1742477038, NULL),
(35849, 2, 0x00000000000000000000ffff67baf19a, 1742477586, 'Blocked by Wordfence Security Network', 1742477586, 1, 1742478186, NULL),
(35850, 2, 0x00000000000000000000ffffa2d5f93f, 1742478326, 'Blocked by Wordfence Security Network', 1742478326, 1, 1742478926, 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=utf8 COLLATE=utf8_general_ci;

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

INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('activatingIP', 0x3137322e37302e3234362e3734, 'yes'),
('actUpdateInterval', 0x32, 'yes'),
('addCacheComment', 0x30, 'yes'),
('adminUserList', 0x623a303b, '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', 0x613a303a7b7d, 'yes'),
('apiKey', 0x3838366266306537356337643163643134333061306632396633653831663231653830666634643465303438656134333965323264386565396434383634666665656361343737313334663965333039616163346535623935386566353765333133366362313464306634613664623663613064623830613966316537306363, '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', 0x36356635623164336234636464, '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', 0x1f8b0800000000000003001780e87f613a323a7b733a343a2268617368223b733a36343a2262356139313835613135343730306430313561613062643165323063343437656238336461393366623033643333613032326333313665363561383534623034223b733a363a22686173686573223b733a3134383736383a220006ad88eb5737878eb1687423931f09b29a71a1bb29a4ba64c5e8fa2400d0c90028c6eb9db078164a7bec68a2cfae8d25048da70d5eb2d73a80fb28e335c1970028d0129c98fa5a15fa59f7599840e04971a915ee9bc89723e1d154bbe1f940002bbdf93085dfa8503bb5504f860b27a0895e707c4e73a64e369264b4d70bef0034df97bc749d825c1076a651e7fcdeb91ebef4275fcbe1c2616a78cad2a6db00453d6ab683cbc88b7c9d70382ee60ec2bdfff705cbd6a4f1f353174770e583004571ad78bf8394c35061a788f73e6276e144aabf6f34568a473b613c06b1de005e4e9dd9e5bc9861f0651f7c4ba0b72d05e0c6dcb0d2cd1f1cc99c143de78400629c26469ef698b3ff257c779bed2a51723b90077c2f8a3d2841a7f3e43cfc008591a523e642ed35e001bf146a86f32423f5e06a219fb5fed0624e80f46af60090dba7ffe534281511ca4ba0497c8a84af300f0cbaecb57118442e5ebe76af009d3e7ce6053b28dfaf5c572a9c373f8cf60b0ad84eaac1323dc337105b556f00b5eb690ce4d3d6849d0f1322de07fbe3c65dd15ee8b015fe5844fe93325d2800b987f62f8ca16f2911f6f43a345db1e35f15c70ff8df2bcc94eb8e63bdfed700cbbc6fa625a7facc3fb9e64e578dd7c1c78f4e7b8ddbf56a0097d244bf391300d4651eb52aeb40927484c0b10e22e990e1837109c8904efe159235f78448a500e41139db7792698415f3d7ed357f82dfc2d00893a7c37d88ff04b41b68c2cc00ebfc5acc88bb7eed30b13defe8478723b443f7ff165a1d027dc52aa00f867000ed547ccc855facd553f238adb4174f0630cebcaac2b830aac30eaa89361b9500f7f92d6273e847a80a2868721a0f2ef36ee510f5f92165c8d77a2e59111078010380d755cf690c8dcd3547a0e81c14dc2450c2fc75cd768f411154148991c00103b4709f6ce74aa29b7da282b6611ac80056583d3a88821f387e22320f17fd010fcaa644b649e85856aa66b845577fa313cf659380df47a75db8f117b4711b01293697ed09c56adc01ed94f56e4ed8a45e7d305b509c4b58087393a42bc8890130acd6cd7344eac3d33b9bd050e23d8f279f9332e409991b13f8004466b2fd0161b177a95382b6e0135bf30255607c5753b35044e6b0131ee7be9f4e68acc801620221951d0517c6f2ad23a73869df3e6b7136bf528445ff359e943a9722fc01853b42ad8e692e71580506f514e0413404fbad90e47507559c1c882bd7b1cb0185b4cfb184e7b75415aa5f5e6779aa7a47824c2231b0fbb38d557d363a0f9f019f6c7c1d87ec2806e39ca6c19671067b12c6f056c07e1c75ea3ca20644680801a66f2abfaf8c63cfac30dff1cec1781da2636c24870912119934dadd6d95b701e4c9f86fbebf601d76413aa711f89914ec88607b7266cbc1ef5ffb5333192f0201738dd96dda3f649a5ecd9430df5830e31323719605c22d6d6ccf012a80cf020be1b323f64c90260c249d46ceaa4b23d21422a86018d48886944d439b5764022354f18c6399c178f045b5c7c28379ee88c5a99ce2489c15e0f7ee3ecce3160224c93210fee48e5de29225c6ec2a9c361d1bde5cfe6470f9db9b219dbd187302259fe05d5ad759c76fe58addbf9ffe9fa584a991f4c9723b47d0f711228aa502352014b7a17dec7828dad372dc3a612c7a6d4b8348317c2fe386d12bf2a9f1024775f7c9df26c3775dea2d48800d1f5257fdbd5ccc35f5a6f5f227b38c3dc30250961fc57fb9dcca735a4688d4a46f0f442d783fec3ca075b6fc841471fd58025180376169cc0d4943d27045964be1c8ccf08779bd806b8ad1a97dcba3069c025c8d24ad7022b726cc702b5e8407bad51af57ba9af8edbccc298b935ff7c990266a2e3b58553cd044c9a6f173345fd78c0bafdd1a55518e3ff0fb071a8608e02713475ed0bb6f85aa2aeb9f0b0af5b6e181ef938947f031805174fa3ec723702870b08cd301848301431594c2452521f41680b4a36b4e74da6773a2ff00e37029a2ecada8f5094c183682e0b42c2552d13d197f2271e5473c1aa7a2b70bf90029bd77048619c50308d3495c344ed21cc0332e57bd146b019cdb97ce1a9f6a502a47038249768fb15c222640cf633ffaca05c95a370599551ebe1a38e9b4b3402de97b88ed8baf0fe4b0f75b3004dd4783e165d5adbf822d17ad138c58ec75602df4dfa06cbbb79554ca485c14bab0cf943cb57618fe55cb0e8cb81c40a833b02e8a530e5c4a02266ab05d090ce9fefd2270dcd8da4fd44c4644dc5d7d9f9c302f7a71d73cbc7bf89d8dab4f8192432f46a29c32c0ab227201f2336e4a7390a02f87fbd5e1e8feece096e74ba22563813c14d40f548d89f0f5114f7af5b532402fc8d87cf02da96a9f56d4bd832860f65b266e90b7465be34f99c9a081af003031147472ec06607adb15679601bb8c9ff29222e6f5b60d7cf90dd0d061bc914031c6e94f3e76a6ebc7669550a402c9b2b212575091b72650634d92b4a75502403294fc6791ae56760e94af8f5b2a40da835f86e905db653d5cc93a8c42674fd032c96574e8dd950d932d222c59e982c7c5ee2e58079deb2f0f1f22f1a2841b003315dfc2fc685ad42914df36a3aade540d1abc8472b53db66b617baabffb96403569e69891c0a02b03657b715fa05d4915c3ce74f0ccc456a32ac51f28ad7d603940dc07cfe5836c2ecd4eed22f3436a44af2d5c93fd4d5e658924758867e86039675999ffa6903630de270aaabf5b4fb1151d6c71913ed999cbdf70c0d3f6303984cd954d38a95f9ee71671502a6c8ab3f1d63019772870ec8b8a674ad036403aeace6420d544ac22c5193d3249a54446806d71df10b15d028285a64178f7a03b6b9764fffafafc25f95029f083bc6809bb3458c7059f62ed5267df606ba5f03ba09d45190bfc6161281898de36f53e26e6efbccb5761feaf80029b0f6ccd303bd53fdcb0b6e52c027f7a258a75ea41fffe46b68fbbab7d5c991d069e637b403bf96ddd3a4e5063a44494c56ad0b0079c55a08fe0f88299bbe4b890a11e38503c2fbd064d52a59d7c2ae1fa303be73a7e5033c2129dc83ab854a90d8c2ac8103cb1d01dc98448b7e121099892506526ff8ef63118915d637ae7f0da6ba4cbb03e63e318a16dd885d9a155e5dac52c9a2124e46994df4e24acc2c98eff70c6903ea492e32209abb193e31b75ad83bd7a8be8231161ed481249a1021a187573a03f2ca0f12e2d64c521bb264b3b3b818a5ba801bc0467fb940cdca796fe846190409a85378ef4471357fbae02f77ba1701db5f573a9cd82b011c66f0317af9b8040f67a2a68b5c59f2fae26df50c78b3471f4f30c7cee26a0e6f5d2ee396bdae0410429c3dbd660e7e3a4ebecc1ea4466136a2d5a1d90a59208dd8d327bae8690411fbc2e72bad600cadc2664759626d9fef5550a9994d81994ae9daa1308026044376c2e84d932485db07e8fa11b64fbdb7342d4b1bb8090b6f36db6c62f631044513e53bb13778f93f1cf02d99c7b18ca85ade7a45bb9f892a866e6bb1bb890445d76d1040ec0c9ee3e9f68e01e9f0311073aead5995233124d015e91aa33d044998888a9dbf0762a38e584272bd3f8ab7ec10cda52df48221c769ba3e7fa1045b1cbfb21865f8567bd057a22146b550fe623c2604c284418ae0d0fcd538d30460c9e55d7742cbf9cebaf59d406b7026bb9bb96834d49b1eb532b68f997fba046627f647d1d3cf4953950ce67da07d52e2a58517fd0e4ad09b0e5a5b60c6f6046da6ff4994243d0b84adf9bcb944938bd69b26c4c7be4007902bd5a2cb14d004714f2eaf8c857810268eae2a70a78ef640fd9d6cebc1d0d2fef7ce922f6b0f047a3dac69bb0feaeed2201c53f2a81fb0d4c0fd1a1a34dab631e935c1aac7320492330d233f45c95110b7cbd84cb6d5496d24cf5acae5aa421aef2184e39c26049a08cd968e1f97436b8660378bcfd7272fb9bd5de469aab213351da000bcd204b5a98a3253114382e1c52b32b1c8fc66214f67d07665bd430bde68eefff09404d6ce2525d6ec2dd308d5295e5c8189a2001bab7460966b90e0b240a7839b5504e64fc594a46370a6cf3ee32138484236a5cfe0e3ece23d9362f1c2158921a704f46e8a7a00a74f5311137e4b0feaf8e77c24d8ebf6b054a1ecefc185e66c4a050cc6f81262ff124f779f90e0d0e1cd660a54c0feb2ad45671a55ea0df89fa305148f6c7be003b253171f59443749d52e0b60e8e4b5c38f7d23d9a7fe9ef44a053420ac0836e98eacbdec4d26f024219d32643c9eaa5c097c5c973f67fc0a16054b4ea28d65e9d38c04bbf026149dc2d08e75d1a1490e719974bcb78b6e0b7e05540902025f6ad7068d2d989b86c925b3a63f9e37a1306996bbcb7dcd65dd69055a10d64f992645062b72588e0f6506907b65aabd6d58cec8f63cbc3aa64b5305797ba0ae72b7013e4b5e73e25653326ff548d68fe15feedb2937a1a99ae3d0057a5f6f65efd51efdc5ad79a75e102f3f683b407204e24b12141425e0e14c500585c766a8e063cb287cd55f5da0db55cccd926f1e7e4d45ffe8efd71b1386dd058bd973acf95270e764d5ce465bfffc2772dd356cfe97a5e8949de5aa808eee0594895897fbb8d46563324285935a8a0951f30b196abb68cf15213e2693fec605b41d73e883f2405a325d10a6f3ba69bea80ca85d284a0f7e6ef833ece0cf9d05bfd9801f81686a81f371da6fd132b1866b4cfd9b4a51a76300cf387c7f56dc05c94484d53ed7ce992bcb4eb91a9c46980ec77c2334936d3dd6faf3f539637505cb4191fcfd8a1f8e4e08dabab6290dc26de44d0641bccce644beb06f732c9605d5f0ea24bb8bf4674a09e1c596d8376c7d0ed861a1f1bed4c8c18aafc3777c05db6719524c680621f6b08131d25213f3fe9d26112798fd6bb11b44273a385905dea84b8d4161ac2dbf524813f654d205fffd13ffa5d5fd8aaabb283af3023d05dfa4271c5c16d500a8b6af7cc738cd28b405885d78925ae41916b4cf764a2b05e87e8653198924d98b3608cfee76679041d19cc008ca8b513fad6aac604a9305f1a94ef55dee302696f105629b001deb563f39b4c1ba14b6d122ad2ef7493305f491327229726b922b60bd4e694de7f132025d3cbe09be68040adacba58d9705fe4fed0b80330e8c35469ed0c85ccc0011f79ef0932c167653e7e70e2b701c060afd2e871ba799e9b40dc44a2a525409fc218ce6412696d51055f342cd744706163d5f3a1c5cea5d3e699fa33fceb740dab9dc614bd5ba15da2abfa0d4bd2b06185db280b5d2ae67c6895e3632f31c47a69e0d831f1253a01907850c7cb13b0629a5243d5803c16e21c310baae826c3dd840f541cd1918b0d3f1183ade5635063655c6fe7835f41250789b9bcd26f3bf3a0e569356e6fbda2d711358b9ea41063901c04de734dee0862db2b090a9747f0a7bebd1f5867d1eff4d491e060905064145304ee3f6dccafbb584c52e5430180362285bce17b281dc0e9eaaa3f5ed066f5964d4ce25dc20e52ba35bbb42ba9512f020661bb6083c33297c959e9f1b06792daf6482b0b4caf45d602c3586ef1f6c391304846fc81fb9a478ab9c3b910688f5be785a9fa0d57140c9f5b6e4353161a514497888bbbc4d4f59c055f20d068b5aea748a4bcfade9754a4f79c5b9a226d2b8f8c42aeb91dcb2c675732391069e1c087431f01fb22334e7cdf6b4c3e482b90e1a80c12726dd0638d100c31706aa94bff59b6d393b3ae103c4cdbc8466c2c66684299399a40749ef9cb3cd3b06c112fe506f69c3e3a7da3d9044e18eafe4a430536ced687367dcba7b942c9806cc297f071a7c9c0eeddef2af0b3c840a93107892be2ad4d7f38efdd769c40306f396d5c96099806888ff609350a18f2acda4b9216a316d21967e9d054aad8e070da64fd35d058e0781593c8d79178c7d831abb3ec9ba48a8aff0497cdcc750070ff4e8b1dfe8aee04262a5bd65d45efc9ace883b565431a8ce636aa85d206b071c5e01a74fd7eaa439ab41399d2fd81af38c1625984062a42e8c60bbf0959a072004706fd6c0ef6466b9c63f0cbb6a72a3e459e5158f657cd5488cf7683edd072c8b651563de17a196521817fa657335042d939ae0443dc7c4fb3cf3da3a0c0733e3cdcfa9914de7f19dd43ebb1c8bff72ee0f36cbd4a4d0f4257a8b75db870737fe7f7dbb46cbf098c45b7978b1af5d6b04e1c6ddadf759728387d615bc030739a349562c430e328d229395c9560f1fd16cb79770885d6c32a21750eff866073eecf5044b70d4c701d69a4a94be99627677b060eea902aab52abb77e9a0f3077db1cbf8a9b62aca98f10f98293e3283711da4966513a5805e0fd5c0298c500792038d11a6c76efb476652f4404f6c2c3e6976c43ab060c47451c62ab7382707a53c93f30ae38bc10592bca04af21e8fb73b934860f751d89d1d367018197107beffd861f325ebaef1080d86d80910fcec2211851f4118906e883348d8497307cc3a59a5a461c165301042d2b279f55070160aefadbeafa899f20bc621ce9b07cdffbbd926b0d6c985274dbad034e39a429f53f8dfc92b27a534261cbc240307d8a1a10ff35606670e6704a4e113106fce1efc67107ed90beb106d2fe0a11c08122f26742be47ff9e273d77fec1cbee4d422233a5aabdcaf34e39389265f150826dbc70e01c736227846f07c7760411b5a5f2b764c0d7db08e4edf50e5c9e6083683abb88abda25feb04f0d2b0e6ddbe94fd6c321fa1629ea9b97113c39c2408558476a1f1096c2c73a8c5d9220d0efb6d039ee860bbe159d793af5594b658085e9e4d0373f7970f8d36529f4840f116092689e586bea41342c7789ef6406408c65210022355b3f44ffe50679b9e731e48fc6fe810296ed5ceff577213e98108ce748f5aec4daad2fee83f012586efb91b880f56fa1d18dcc0a244b1b0467608d839b402317b7ce9f63be90a241f796ec89a9268154d8b45d4d13a7a9fdcfc08e01f40af88c1fcdc2a391f56150b9bbb0e8ccebcf3125b45a3b642757d3ca808ee84b11c1a23b664b8341b2afb3f0b989ce5b864aa515d0442782e7c3944f808f63a0e6840d6c251ffcf2f55002d7c5fdba231f9670b2df12bb419adb7de7d08fcd498215e6942b3d0f24afcd55c57a47f5d9066a71b9c40034085771ba33d092e1b185db619ed6b5a3114d1996d16d247f582fd5dd41278e03003f8ea95c909313422319c4978aaf547194ca65b0995821db1163e2847e1413a108c0efdc7093634b513ae88e720b932061011444dc84de224cb0de6be90699300d401ac8b09385cc5ace7ae6af9419281ca9435d12b589d0cad9c6f885415f96db05f037c094debb0ec127975249c31bc636b5f914b17ff6fdd66dbcf046db31c85b925fb0967295b2e89720ae06f9469d77b348a9b510a0d1438488c0d665812f0c0e8040976b66cbbb4f5d9aedff7062118ff16f0b9ff5080b26dfdf8950a367ccf944b097ed0f543e8c8ab990eaf37a406e0c33ac0a3732675cbe4d908ec816ad4cb7409a92b13f67b52f483e4d3d984e5d4cb6efd742cb4c79ea660b595ce7c55ee9609ad09bd9c237489ccb9bb080feaab703d12ac0649041522bca6988f2946181f09d693c5dc1ef1142d8c0a715589cb69bad7cd2d9b24e068192aedd8076d996c09e5cd57bfc741b6f4fb324c0368c060a0aee269b2256976e49632fec3ebdeb409e656076898d0f04c430e898fc2bb3e121155c6382ec560c6403c4b10e9e36809fc06cdbfb810ca5525c54fa8480cdea1f19f851f40bf1f7e785c36cec47ee20a013cba3a98580e866806c7514154bac0efecb76f8ee17032f5b61fb9383ef80a072a84b23c0bd7f7ba1bd3b3b33f484d8db22756d5e9e8904ceebc275b52db0a12e20ec31ed4565922d7b30e121008e85cbae85892403b743c48ead5fbfd5c0a18f04026d8ea5b44715315de04c111cad303f0ece04297d74e2346894285e40a235c981de92cc12df62daa1c2a174e09568ad3bb8f2be4d23a46e720d3b88b0a2a416e9584b8072e5de942e9c474fa7683218957d2a74d77069239ddfb02460a2b505f7451ff566feafa06a9b2aa376eff0a7a23f9181138cdfabad2dbdf4a0a31563c1557130fb86bf64ecab95fef5135de7e0893c2bc8eb887e0e9584de80a4466647650ff668e4f106e3a9e9398aa6186e5d0b3c2918a84bb58dd0c0b1c0a476b020cf9a07e6e6798966d192eeb335c960af0e6b0316982d46a67d6b8d30a76ad3fcc75ec0609d2c8c866df68151836da3242fe83e83ff1320033947da60a7889e76daf1bab856e563d4f440fbc930054addade172989cf55dce3a91c1f0a7d2ea29286e5d7f776e69665af0ab53fe6b02e7a9faa4585f0bbdad02bc9a10a8b905c5f3928f4102937820a9711d62ff553e6e027e467df83867695a304c30aa13964a3c7ec678ff07e4096a4ae7ceb422d179fc1b0b29cda90fd363da39d0aa40354c25b4370b9b1a702e2282cac5f562be44c040ddba849b9fc282e88840aa573fa0648d77fb5d1876320eb2d10792f2f14fd3f870dae244dcca4156a330aa703617101594bb44ad294ce801870f91a4afc6a90af5c50c70e98c80a05d40ab6afdab79b746e8c0d8945616ef28e4a3b7d28efd2d299a9f1c22eb0c4391b0ab858023a80bc51d87dd72bf64f975cdf5f93097bbcdc93432761d7793aa4df0ac1fb1e20c55722ed880ffaeb77178600350fd153204e728fcbfda98abc9a680ad743e31cd930c4704664f9b0876c9500bf9e2275ea997e3222f554afbd701a0ae876c95b1800c708f587585a707069fd2e01cc06a163b93b7e260f8c86ddf80aee02b705ce26aa296834d05f60d546e34c939d3c97e33a6023701b66a2ecf20af9981498db525723de88b41c20e5a651a5c605c4930334455ba327c47a93180afeb7532fb3d2ccbc2340a6eb25f4ded32cee756cb0e8bd2474a1b8855496b30b0d8593291285836bb312cc178e4fdc645330e958b17aaffa865ff3c8dec2140b36316b878f4b28a3e15d310cc87a08af756b7052b621a289b38d8c975943030b380418bbb3d5606413666896062e5e38a6e4f41eca217bcac0dd46fc1e4e910b4c7bcee77ac529aafa2cad22a777cd57cffd53b28c4a1cc7b2fe9ed5c14bad0b53c1aab403c075e1be92b94d881cc26363d6cdde6316644499288b51b1cc0c0b5c990d61f295021b12085b844a3f5403d3d0f03fd1ff11fa47bc64a1e628730b76828cbdce16e35fbffdd8d6362b718e91e6a329c5ba2831aa29a7e6e8b12c0b86a9aaa211d4ee74f4a6420755492b02759b98c043afe304c505b60c8552900b919fe35346323e1cc23360a5fb76c91cfe27983a6a7328819d2d4eeaa716b20b9ad6a0b8ef96e716904ee733830fec1295f43ae256533bdb06c5e143540a800bbb5da0fea50e4387724abe08328eaacbc96d35435a8700d92f401d4031df310bce1f44d7d5ae361c0cbdb838670a2965c4d5da7ae9f16ca831f94d489b91260bddc6531ceef02e3ef55591427c0816329bfcd39c4f557dbf01da28d4b0a11e0bfdc07accb9c63deae48680ca306a32a1340a3a87b257936e8ffea8945c43320c1e741e63e732c1acc4925a568652eae9a1835ba7826c1b23347fffcb7fbb3e0c31ceb5a2b41b450704fe80c26c7c6c68acaea3d9ca5dfd8ce43ad459c588f50c33099a03a7d319ec5c676dccbbf1312971042b23e398f2d962e65e7f3072520c5eba9b7cc3eb32eeb6a50ebd5a5763e674a0aeef56a2cbc190b4d2b07a986f0c5fd2b2bf88596e2c901b7faa4a9aa9a9bdcecd819354c84e42ba28d92db1a70c6703f5ea5c174943da9ed73a72c36e85ccbf863e5477d8440aae51bc2198400c6944e4f803c37282e8b4c8ad2177087a8ff74c7ba9ef4a16d11c7937032dd10c6de9d703e19347e9b49e59e28a5ba8cdf4e36bcac8456e2306580176d569870c77f7528dbb3a9e4d90374bac0b6b528aa2440cb795ac912e84f3b2a9204c390c8cf425b153f7a8b34a2a98c01996856e27cdaa745ec0ced056c9b9c54f01870c9cc6c7ec2af3289c9884b78a37598b11ee28568d0bdd7a7c2500276a8db7d50cad6c81f8f7d8b51712ae2468e75443eef4dfd59e4efb386bf6c8bac90e99790cb72a993c490ac6d5ff7fe407aa28f890c8fd7880249d0812ff15f043050adb0cb86d9c2d42eea9cbf3ec9b0eec5956416ccdbc32be565313fc236edbd8f2580cbc960f8bd536f7c358ee94199be2f14455c854f63df596314fbf40f82c78d40ccf0efd9288dd07b3d920d829ae8fbc0d8f0c26dc6435b7732f2c9722ec64b70ccf114e6b9c914e3d2095ed5d98d9a4122e8ebba31f328c6e4b08faf4d6e1690cd45fc84abd2eded926748f38f6266d4b582bcd43b7c6860a21913b5b026f560cf9773232b39a06b90dbbb3de89233c2a51d066fb9a0428a584f5ad0210991e0d0525b650a8069698d3f963571be92d3a142732118455e190274674e0dda97a0d1103858a7dc0e49fb92d56b1dbdf01b0de0e2765434319ca85e3652d322c300d313f963b0749429c3d53b1f71a9332cd90d6a59126fed7865aa442ae11acbb0d3543dd13d99698f2aa4ecbf98f73c5d86bfad7fa0e6c9b27743335bfb6b0aa0d4ed317e64986591b9bb7bdf89906d4af2194c71eea3629acf10849a35910030d5169fc5e9a1a427cade4661218b2914391bfe82d2f72b1de55c759d9a2c5420d58b75b63647053733319d3252e58f3e57c024188ba04c477fc9823284a4c1d0d61827b70eb39d1d9e5f328419629cba185ccae53505686cc7307eb36ec23690d6e750e8f8aee3a114674071ab1a4225039ffb5b87150be899c52b8ae5041a00d87bccb6b0e953c7657e050e4c09c76aae3672848d182b5a2631e8e062b64370d9459d3f874da575ea4fcac7d724978dbaf1f15f3ba75868d24e72f644d6bd80da00855fff287053aef77f6e7ebd42cc8cb11df26e74b857026e11a9a8110d10daa033747d99ba00672ed581016796cd6efb3a03c55357038e2ad6e8e12e89a0dc29bd87fd758640944110a15e8a3ecf18e01ac1b71bc6263f71a177597edc00dd993a303d21c43372c9abe3cdcfadc70ad2ccf4c16f9e2b57e7259fa7323800de722be2871719a36e75a1d4e86e8b40ccfe696c97ffb96d5c59f26e568a9cf0df20addeecc2a4a96d43605b4a4a9befb94565eb1cf251457015c0fc07903ac0e00ccecbb401b3a1e0c834743d11629cca68ef67c753920e85a3c50723f73320e27ed683f0149c6cf49ebc2337a28429f47512389976070e4533a654ac726840e2f96ca9de11c61c98ba89360eff7fe0a198c7d1efbe71a5c78d52bc3475c250e52a3b5cd4fa2a436b3e0fbed7deeb0e39593e682abc4042d1caa467ffa6b520e56cbf0a3369ab70583475f650dada622e47dd5515e7506e2d5f8c0bfa359740e59ae15908973124e6cc96402557cdf0737999174ec55e0124659809bc86e880e5b100bef0ad7a71a5a0d0ab2c282d8f1642ea4ab6a6914bd0121f6af81e3210e61d449575248db6ab077484242c7ed95ceed75a45870130062e45565d2244f0e72ceb05965bc4a58a57f1d70ba570921eb161f8f194cab090b6ff7d1a69f3f0e8113c13131cae61281a81d5dfb515bafda372afb619033dec7be1606da68890e892ca155fa8eaa1063815cebaf6b69109ab2a0bb367516f8e04a0a02332aac0e934b76ca698404e5418f26e03492faab3d8744e9d67121e893b8d6a7663b340e939950e45ab5f865b5074f219876782e65e8d33897046a59a6bbfbe7df301a0ea206b480e8508550310cafd4532fc08fde0430903feb5521f5cd9d880ebedf0ebdb8f5f21036b03f3fcfcff65a9e917688773d32483af529782eb0f4ae87b30ec96f0b085cc5d44a86c21f74ae4c55cb0705d56fedf5df03f1ad4cb6bf7e9f0ed02936d3184bcf355324ca823897c7ddd7e2a1a7356790673783336c73751c0ed8beab7988dde08b5aa277daa09b1c1e30594500e9e5cf13a3e8baab0c695c0ef97fc2de0e7c92bc9498cd14153789d9777189d23b1e2c7292ede44c9d58e20efc86b1e7c85c333571762e52dfbc683c3ceaefab149174f768448a248cc25c0f058fe72c9ebb749d005f6792045825342ee0a674509a5dc83e8e4a135434120f316c2479882cb4ef196070974da5c76a105d23da57ad4291546d9ffebd03b90f3767791aa4a05d014ffdae59a45480ad17f3c162ae501ec79ae6988188fa110f46e24d850428f1623bcb8ff44b07e1f3e6ab67ab26120af52d93fb6e7a14450f6a6120b623825bd59d5964496466405c82114b326f9796d8822f2ad27edb480f7702e8ff116340db328eed2ce9f2d3f9b4b650b130ebedc1bae9a6cee3ee8f0f7860d5819e88da645a76730cfe2ed4c46b8b7f92ba85de1a7fa635c500abba0f79581e1793a724c8f56a14eba48b88d64988c2f638a2cf13cc0740743ddee40f7b3976d4c63e3accb74d1ad4cfb59194b1b80d42749d0df0cfd7cccf0c33fb0f820669bd8430626ec2131e1c01d40c6a3a9e244c20816705ce1e83720eb4610f98bde57fadb182f67f9a0884748ff51e4320ff59a30a99dc4881df01fa24240f9f5483cc9e7d5ef170664f5dc515c7ad4e33ad250d5c8ae02d08d84117b94a0fb24bdd0caa4b97e08f83fd375006af7865e627a35048f80cffe548fd503d2c0fbb4f3d9a8ec8c52b16cbc167d81c6fb4597118a8617cde0a6ba8334ca723990fbc908d4c8b8beb4ec1b77def9c1af81045e5f94f5c30b875c5ca464f521a290fc481a7167fe80603843b53a027624e3c76d977fa4c53dabbab735481b3c57c0fcf3e51ebce03b0cf697dda47170ee5440685a38e37e111a04f4635eca2421c0fd74e6f76d9dfc83a419d165f2d3306a304fb781a4abc421993406b877935300fdf67828c50874c2faf284ff5c829d447992ee71fb5054784a88d856ea384450fe993cfc90aadd751e328e7f0af023bae34f4c18f2e9d1cf3b8f2605287c5770ff4168b21f3115493ba0e751f776da17435c96f0acc3241226b94df9a7aad030fff7c6c53c95070dc6bd447c64dd138c7fc8395a1ddd4b9cddcf666f245cb7810043bcb9d06b1a318c94fd85bc0f7f3cc4a60754fe2761e265f19dcd9dc2d5d1012aa9b83c64596e73b7cafb57824a0e5ed2898746022f2edf02f1a3de1603e1026ee876f528ad6abd9fa1faa091fe6dab20ceee77dc65a0977e925fef628f0103429b63b0de5ed3ba2293671693943f4dc32e9dc74d61e643634904bd5aeda1041d85529dbb321a09ea150646c77e42bb4feaf3ec63b17e7a01cdf4facb12d104cfb816814798afb4d4c295c5648cce333065f40414a21ed5fb0aa64724edf1064d247a29d073b9ecfb7f036c13cb3e1b0f2fabaa0776a9b3bd456bddb3464106bcfd4b7dc8f3eb744898c1f1d6ac32c1d7084c6fe6b7e2a8aba04aedd1364107de7af5bbcd4ede748f9133fe2694bb65b14bc69befa2fdb0c28f5af8be25e109e901f5c828cf634a2169e632d11a1c3c89ca1fe29f6cd971eca0513dbb7f510a2d240632eec565f3b71f6a6aa3a754df8addb58aefd9c625785ec0c5a60ef10c445b211d8b60dc753e8f16b791fedec25842ffe2d918e755f4543a9023f6f10cd5467fb4e4c43224def361931c9bfe45c88297fae6a8f69aef703eac1f15d10e36da586628a23af99ab3688a7437f3203a097ce616fdf321ce1a88146fdc310e4cb814cd80657a194ae250d564a037ef8708ced24a1c10f9650288bf1718a111dc7fa00845253e93b0d73f27dbcba166f258aa9584f775209c95c981ef342111dd03b7adcc0d2f50cf9f16223ca719abe8f6ca6bc45111081f48853018c571144f280e64c6578ecdde9aab4406d21d1fe8d131d7eb606eea7d17c0b1064fb11455439762cb457d18b8287dc0fca804b4bec98d1230005aaca669be7be80121147ba7eb58470c8e86f5071eb39a8c30d624c5c39f632d7aca786086e902a0e115050bc0041a277833a6f48f05252884553cc4789c27f13ca8f542deb612a511166b12c53bb37f4cf719dd4cc933ca6552a223b62be7292eadb5eb02690c237116af946c59116f8fa8701c0d2b1040b79d05a4122ca598c211f9509143dac9a1178f6604adfa9692eac3f0f777eeb2f2277be557bab92d24c66d78f313ad5a411793ba82606db86deb95b7244abde62f34e76958ce3a484a2d50aff1a7772191189c46b081f48751745a4ececf44e12c1022fef4a59b792fe67f65369f7962911944e5d0c6ff2ebd57ddf303c81c1192cc4edeb65533c152ff6dc93380743d211a954324986551058d06a46eabe0d504a360bac105ced642453653d05678fc111ae98f8db9d4adeb053b730bc0ca3696c897777ae34048b3a99f8d41fda224411bd8ba58f803d1e5b95b85accef0d8b8be723a64140c86633a808315f3c1bc811d1ee1e7681a3cfcbfc28514ed0dc5943776fe9cdc0dbf47d7aeff62f902b7811d917b197ae1a38d5eefb33a495aff3f3db8054c1d1912fbac72aa8325ec26f11dcb0ec0aad30fcfe00d304cf31ee783f4628c9388eafdc56ede9c5d92f603811dcf9d086c0c28ce3d71f74ac32d43ab25d02584b2517d709454cadd8e5849f11ed8e741fe9b07e14a8056e4605e70e5e6dbadcc44b59c44e05a7c622e3e80312208074db6852cf1c44e98650c23e28d5462dd1243e5181b08e412a306c155b12555b94b1b5da4137ad45ce0f164f78c69fb13a59a7c37ba1f120949d3267fb125ac1932b6a7bdc6893f803f64e9e2e6db7dba92bcb36999c7230c18502b118126a55d5ca590db3b2dfcf81fb46cb082517ce14f95c82565b7a8cb437b6e2c21271b4e358c57b34a6619bfba9cbe734bd95bf85153d50d4d29e255e5c24b6fc127266059a927a98033b4068a7a2e8acac26a7667bbb8a32f05488802c4a6781127ec405064b4f62bf8f8248d6248d280efbc0fe0d5fae0a74a46c11ec1d09f312818d36b1e04178091d90373029503be7a40031bcab9c4d7b7d69d5050513ae128336f7dea768fd90a5c9fb60f447a7c6f6ac2029550dc93a704b4286ad525f1283fc45d4df8d0aecb07d484e66ce8d302fc18f2c75b6def80549f8c0c6fff21292f529e62d5b00aab73dd6b93f1fa42b3b51a619852fd7ac572f157bba98df129a6c444105a3841d55c9ea520370bd726d6d0d4636eda913e3fa8cd8b7880e12a1698e1628223a9e409f6305e08b0fb7083aa0073c522982a5252b3ac1bcf812a8c9472543792ae06d3fdbb4b62fc40d21d1ffcc078519e61469aa41484b3212b0efc41b773a13db252ef33b6a40dbb4a329481526ee9714025291d7b004a312c4ed9052d6e3ff7763186994061e4615f4ec7a9bfe0d5f633be2511141de0412d0e84a52b751367dae9d8c25990100e3927798859d5131a68d687ec742b8a712d7baca8c8884b8caa40821ed67c079a3a5c8047be538e3c4d9a2f7e037190a130aef51e81ef3c034487740abb305383c536e2d4705a2614dc45241d3af8f8313130495a2675431fcdb5e303eec880d8e9c8c12f110e58ab8d6ac2b29ded7371314585b5fa775d2dbb148d0d85d1022bc02aab4c2a160c4146e728b586103d5133be33f7e918a52b99e7133fcb8d9bdb85220b1070ca9da61e57200d2fea942133bf6b3d0b594993da753c34064637f1b5d7252d6bc6e98dc20d73c1da1cd36133c63993d4f5293f013c28acc7601b342a26e7c4abcb1496eb23b353156f68113534b0e0190c2361813c79048b0f269d449a59f20282e664f8bd364782cbe3013586cbf8006dc4aebfa2e11d32ac44a739f39c7cb269e24839ff1c0c80d4ed6135a2f12ae1861558912c68f6011b3648f4c048c3fec3e437cc914aeca158b0b135e76f2858973825f258457dd04b8ef0d134a96e8f32ac41166927a4be098481376ae04a44d2cbfcbc42cf5db7abb15a6e3a1ab02ec3f6a6bc1bacf5bd7307d138cd1465740f15530cdc757d56753c0ac321563c5ea4646887c13d53260383513925362ea473f653f713783b8a29c23706adaa5127cc9a80059e5ef820581dc13b04f7cf861563315458746575e406c9332fe1c344bc2cc3c5cd82f231abe8113b81cb2d01d6a1e7087f12143979742a8ceda8b544ce5581cdd36ad6aeee17913c21a0aea98d191d634ba57c15c1ad354e01507f0a8b4d34d5cd056fb6445ea13d2e0b6b67c40dd5d8c2932d4956971c76aa2ec2797561170fd2ce4dfff9ce813d54b11bade057a4d9d7223bbebdc369d68e6f471093ab7407fc4dfae9b0dcf13dfca306cd29e84b7ffe1c7e18a36ce6aa5a4f1ccf85a6d8a1663fa83040cc113fe2dab936bc5d1e8ad59a3c6db784a0cddd335049ded15bdfc7f5fd6082ade1417fd965d4f175c939473974d86d60ad50b549c9432378cabe9176fdaa00243141fde6760639f99decbb06dd5757061a05c987c2f4aee791ba732e566141579143271fd74cf40579f6be06d78d947cac4f0b056cd92b404d7b5a8179dce707a14380c5e56c8d31e8bf5b463a77fe4abd9c3c38c3f6f1b73978473fee019c853146bf0e8a88dee6e218ae3f23e789b5cbdf0687cc02c1c8165b4303f88867334146ef72ce4164c6d75998c1adc085ece8568557d311e7d3dd97aa302e869c1f1147927277c4bafb2573f085ba072280de21a3383b7cc7aa9d8bbd766575e501c14833159011dd8320626d4d0db917041b5550ed8de1ca2259af5a7e21c9866dc14a4473c822b484834fb797779e9aa27687ab2780fe1fa22b676895cf270d22414bbb813626fc099296348fa7653dc19b5166e5fe399128811a52861a4a7576314cdb4419c08fccf606b0cd418ad42ca9cd1ae2c32a38ed7f75388d85ec3ba1c14f444f1b1eff51ad1a3303fcbde96bf0c661df37417b6aa26dd212d1490553814f6863c92b4477aef3c330052d32d6bd02c9a75f8d7bc29b386e69e00adb20a14f939650a2149394b9857f7abdcc7bc023f5fc64961594f7267f759b3cae3e3150bf12f9288bf7e554a4fa42ec58023b5f245e18bfffa35b42a8a2743c51571150e6b3f9752b330a99e7d3c15ddcca4a1dcc1f7f82e168120b9b6245e24be8a15186d18dbe677debb602e41c35f5b0ff2a67245a3e55d15fe4aae23e9bc03d9152bdf98a334ff0244bdb69d2c4504e3b9ebc7a11e4766f37935dc9f4089886e154ef184a1e1ab09dd3336c44d1e04910eacef5b06cf79e9465244d36dd6df3a15846de28f5cdffbd8ec142c5408ea3379c8cdd23f1dcc5090bcfeb9d4882b6f1598f38a4b71726195e05593576af76a883a4db1dac953ecf3ef4300a815c7d01599459aba70da8e8c553d5cd981ab07322512b1fdfcca373242af039539ba0f15bed4e4396b0fd1f1cf0d073f72cac7fe0571511b65992db53d82f9bff5e6fb15c702d34f7aceb3c2327a219597ad2e8777e01f81ec1a4650410fc0a618b95315d3835081876c965ac54ec0e9d32126809b085177f47c10be633b002c32886115daa255f8e8a750bbed9e721459d46f3a579a1f3318a718962236ac7578680615eade10f8db53dbd8a6aeab33295d5495431fc1adcb8e3142b6822224cfa45f15f6595b5e03a165130a0e0687de18341c31a5ad4ca7f248dda9e2cca8f2153c15fae0d25760928265ede2bddbf6098e55b0269c7af8d5bf52fdff423d50874b1607718112469675df167e95e38a1a38888c0f13c90ef6eddcde57a63200e8fe1609d20f65fcbd0460680e8be070c32ce5eb2d6e83f97d933b469bf5a5201a1e162f71e840fb13c65121589f77153ee3188b80c637be2e846cfb0438b3e8b5f2166c65b9512c85c09e90c5d7ed096eefd26182b254df8c43c4d3802381c6c9dc169f95f411e7f00c14369c77fa26db0ca266b455e2bf0abcfd60920c5672997b16a6f459559aac225631c409c75dae39387db42e06fa400bf10d665bc99626fe16bbf3d6315ebfa299f51367c29e112b106656e8fc603629051609f0ad35fa0416bd45ced90853fd066a9618cdc90cff8506da72f44b1b15c5ec1008f1e5756a16c6f7d80f2589f670d8d6419390f5888ca03958633c5f3ad1f76c1223a61e2816e5c780762901c9a30f982c9582c4b9b88676caf7562da46efa9e7ae257f3ac16e89345d232e244fbbd7fdffb0cfe01a01848fe21167e035ceaa9a0164608c1170367eb994a1a6f7027f65d064d121c6940928216f8f3f714503bb59bc8564b17040c69fcf95628d47e6e9288265e5654e2536ed813c7d75ef302e045a7bd791709d875fb006369f15e1b5375cb259944aa7b176fe478d55c0f341227813196173070e9c9fa4726fbbcc66fcacbf9bcc0414de371c9db35cf40ec3d88c520f81740a8ebfe06e233d9231ad0b62f1b2a740dce1e1fdb36063c58effb0d8849461750e27881c74e5ed4012b873548395f72a0a9b2e83fef4d03cea99719d4b4c31759b5ba3544602442016679c04903d3539f5771d89bc7ebbe72de63f957a3f217771afa9328f2e480ee898626f03d0d99654cd07c290105a81661a2f36a2ead17a256f2d44336c095ef0db39f64fe0a335b40ef0d06d614a9199cdc840b275117b20ac592a92ba04ec141cea290a2eaa43a5788a8bfe9e0f6f9eca03c27a60c17d6e31b64fff4fd04e6b81e92530542b3342ce40be4bff768d2c914dc9f2bad17dfc87bcc9772857f7e0761f641c48f639f1512c54b8f416aa1544794952f3617e8d512ecfe060a805dc53c45042640c7b7f22800be1dcb611ff07b7cef2ce91817a540ea6861831d5ac7ddbb088cb9891d94b04e2f465d00634f4a68e4c399181e4ccf43840919f938d7ab686cc432ea2269040d32d3a32de0ad8fc258a14318202b139b041352be612c04a6e6a96636870eca15970805215ca9492643fa2318320c4dce385f367773dc1b458afb5502edb8f850a25bd85702d291b4cf3410184cba7b340789c51aa0d85502fa98757797c012158e0f27810ee79e9fba68a21851ee69ff9fb3350c7a0dc30126870817d082607ef3ad270dec51a06c3b34db1895acb1e797d765f3633162ff309177df7e9f7bf7b177636abe7c6d125d615f189a16f6b990f26483aff5abb8344efd9c5ef75c7e1194afca9899d77ff3ed9218a037712f225dbad4e524ee901cf9263cd4bc09a1511cdbe159ed9e299db61e18a9844e33efef1cfd24e3105a832c21f0c70f3cedf1eb1cb0822139ee22dd1218b00d0e69002234df956d6cedc9152257b14b9178a79a4930240dd818214c3718b303ae8aef9b4b33409a99225b719fe2efcbaf76e83120088da9ce4b261e2e18c55dd0fdc7c230d69938fc91ca7023fc7e86f55c6f1cb1d3813d0b31b314d518cdee442cc4f070fe09dab1347aceae29941c1388e4faf54692ce0d3878d9d518cf4e7a24a20f77469aedbc6dafba2422989ba715ae139294bb025d58b0acac18d665f5fd1d2211f83faa7c32fe5909c58c91f8a2c874ac2d09f9b90c16fae618e0a39f76af54d1d5a8a2e6833248606fde48504f6ead75447052d6bd18158018e3921b155286a06e4f06c8c66b0132cea940371e202713790eb755d9994b3b18f810404913f4aaf9c83a377dedba2ea361f209cc9107484dcfa9043a0c107f19097146e7434fb48b84d7fafce5f7aa63238ab28ae6fd12a0790dddc5ecc6e9190f9a3cd5a5866cbd34e09899a41898d6ace128bbd6eff3089a7709bd5de1ef1914e5357fe5f58b466e3f9560e66238be298fbdf2166bb80c0c08f687a2dbcd191f9a28533b921377e04171d65ec83bf1f554c8ceb9d8165b9763c2f6ba4a1e19445fb40e963d2478d342f33210eb8399243529c153b89eb26a727885569fe61949522d5b84d29fe9063190b9f02e3b22bbe9073d31dc28430c041b5d6528bd19642d7c355143d8c976ae9c2cd13fc9611d7f8a64dfd3f611e6116b07568a04196cd945579ae4b618b1522a39c219b829379489eb6dfb76c158adf262dab72719861670095a3940b3b7530d302c7460320404b1706ceaf373991614f7ad57d3199cafbcee29aa308a06386149706f708441fe8842ab17d948df37a24d99acbc19b42999cdfb20159f14e14aff864f62ee00ea21d858a32b63cd8eaa058db1ba19b8f2c7aef48684d49138d04007fff8169c47c46807859a617236a011cac87219dc568f423ae727ae20342db202b5b0c8c04939bbed8823ed1e221491c4e06919dd945babfa2dbf6c9497c02b128b93e301273259edc9f355827e6e5a99e18419f505ac0863c074c4748a4d029b683f049ad8446dd925b9c1ca8b64ea5dc4cd1a01b4c8d5094dd8b5421abeb072bb2f4f169a883592a68625b14eccb6e616c01a0a32e7e8a37e97b5c50af20daed4f59e3d61d3e2b8ac975df195d7f737edbd1a0ab2c5acfeaabe57b1b44f964ff580bf1b2cd4ba184e8b0603df15c61545cc1a0d37c4685a129bb9cbee424c478dbfcb2b1d8bf0fcee76f253a864d9cd32d81a0f0f69e711980dbfb0eb2f8e71c51981a1bba2755663e778932d6ce46cae381a0f9816c9ecc39af35ac3be96fcdea836a3ae11a65732cc6c49e6391c3617471a123933d2d3451c759966008d96e42fdc5c54821e6b03269804d26f9419df481a19a242fa586622c6d4adae9fc9eb029c4fdda09625e2a84b33d1933933689d1a1ddc34fe32156f5e69aac81fd477df2453652849aa0f927d50922828f4f6031a510a85539bb5b35e4d0096c3995d4d081a94891c603aa3110b98e1fb0807631a5463cf82bf365be6a14c890f42c563b86cddce0d7889e752022829e9c4613f1a5b499ebfceca99603a977d9ea79b561abc14898d54d5446eb9fd2be12f607b1a5e5c25eddb6bf7874f8a90af991680ad65c46908f8a93aa0698be7f18bca6f1a7152e254873d977f00eab4dd2cd71a5844ed949ad41ab46887f7c4cc4b38681a7879378f7bb3e820b2e890e11da690c57a51312b353a234d753ce2af1f0f1d1a85646888c6a82cc88aa0990c0f61fe0becc3fadc918586694ba6b1238917411a8874f9d60703592d017b5256201bdbb74652f919b921ea2538b7bb60fb3f4f1a934961fa5ee092b015f1eb694a8b9e48078a3a9e6aea3a95bac062c2c28aab1ab3f03b19344a1404037052d3979af5aeda8e58c4565c9d327026e0d2d9df0a1abacd6dd2b46053fde87cfb8795d802300953ae01739f8f9f4541914ce7f6b31ae49cabe3c83afbc9483266d79d5bdd194a6d3c9d8c94fd78c31b3c139c30941ae937be819b8de0dbb4bdc33e111811db30ca58f59a858bcf98058f03f411d81af9104153e8eb5bf25bb0846b6e2fa73abf2588ef3e1a270786f18a5fee9eaf1afe9a4b03a08fda471c93556dfe308a3b4104dff2b3a186888d922d76856ee21b005d87d08611b4a47b6ccdfb434d76e3f8c9be40a8c69154ef39374301a43d1b0879ac055af9ff84e833bff3ce89a463336d8e9421ae709072ad83fb1ff0fb1b262cf190d6fb592a9ec96c7d4ae67078354bb23526004352645235502c428d1b6123318351661a0dd8dd8a9e505b8ad95904d80cf866648aa366735274272f1b69af516637ea9caeda262764b08f5716967ad2937cb6dd31f290d9c98e7a221b7a7cf51ba6b27315e265d0dd51b8679aea7f4ad1d0ad7a2df8fb5819972bb81b7c1ca6f31f401f02ce56a6ce63ce78f10fc9efaaa4f78b737c9830969dfce01b9c76c9b60250a7113554f1e28da0211777e3520b4c019bc46aa55a875e277b1b9f8bbb20a0f529386d7d2e1e0da26499b85fae6e1cbc35b118693ff857299c1bb03a8d5c60b45eab569bbd3dcc1d773d22cb5b3c16f2cf55dc801fa99cc4b51bb2ea39f990594357a3f2c71f2d15b5e299fc0c9e474df38e647a5bbd8a67bd1bca62eecfe5eaa4bcec261bdc7b133781babfa7b333376b69d612e0d6900c351bd194338f82ac4e305099ae35798c7d40d9aae5fbbae16231af706f34c9c2411bd67b86f52f22def172cb7595b43013794cb369b728c015e2f248b9278811761bd82d1d33a02a33bc8493995e0bfcd363285e5523b596c3ff67c9177068da151bdb7a7b3a8edb143762632fc94c955639bde362bb9810eb130761b3f29472f11be47e4496e0b82ce9fa103fd1a0de4764182946411b82e79275e7ed600e87601be71edabf6fb18101e8ffbcdbad72c19561b1d0f5f3e2ded7da86630fbb2c3d1bed15734ba43e50d7a1aeae65da179b293952ad01a0da42a3b09e5bb7cec57c1bf1d9f5d3c31efcf62d73a71e8cff1c98319d93ca8e125350acfed21f86d4451c02c87f4749ea34358fd5064d43ef6759fff93ca82d62b2ea4fee2cb082775b1c07c67ff936654ab6b20847371b555d5c994ae6355cd04e1395282df00dc90f1c58f65fcf6a0d8f053135132d51e4c19b5fc6590a7f675efdcab8227cfcb52e1c597cdb6282d2fee54f2dec6224d7742ba415386aea4bd7b91aabd7cf5823ec1c5bd3e0aa77c09abccd0177fb718dfcaa35317fb8e8446ae38be88507034c481c5ee9bd129f742bc43f888c8b961a63c369f1ce7bd9c3adae71403acf1e5baf1c62e9646c3919d6d6802c9db3dcb1ee834d532c65c66c4e0f729c7ded36a5de1c6ef41f8e00034f2122af6aa63a28a3a321622a430d877ad2227bebba740d201c973d81c74929e9a05e8dab73621aa7a6a18c5a8e0a53ad9d1d0d11046182f41ca2044cdb26a5b420e2ad76ee332b6b434a82c5491cf21a173c81a000f8503e1cb1a01cac254035ea76f125e228d20220e4f499f20b024af8f9a7af856149d31cb85cd19388488cbf4f270af08fd72850f9d3b3a4be0ac81572d5e409c873b01cc8f14ae6aafa62f36d4c68040113e7ac87fb5bb401a38c14b6b1277b3088fe1cd11e6cd67507cfe6ca9215686b0ca18bf5ad464ecaa80ac92c557cc3eba19d1ce2a758e6de35d9182914d96154d8dd7ff0e5d4a920253295fbfdfb5279c21e1ce882eac5ab692ad8256825e6d5c6d5e1e7b6242960763a23136693aaab989f1cf3012c9fc719a6b0e968037444ec0129574d4605da113480afbb7e180da5951cfe2e78f7640a9c98b9178e3acc7841ecff2de0a6483ef8b84aecc2793beee11d02f5c5d33c9ef0493815773241ca09c51c8783f8dab8d89eb030c0bf8932fc1d0496794bb07c81ef5f17929808d1e2e590256401dfd26032f639aa85786dc21d04f16c92518057af9e1ee8969517553d6499b9a35aa1e8b809abe9ca9263911d06575a3a1cc1771250d7f37b364c79ab053f0ed8b763fbe2d2e4ecdc1549031d0a10fea80bf595a3dfbeb0421032dfb5b1bbb87ad5a065760cc87a86028cb61d33f18ec6985580907bee5e71612514499942ddd09b14cd57ede3fd3c569f411d3dde076cb8eb4c97c65e9f3c8f15076b064c048f12a48ba0736add05d2a5011d3fed62dec996f0c8927c111ce88442ed0290053f2d2885fa2b1e7864fa36531d50d1496a8bd297a93a4bad1ccf15f6d12d9c60559e4de2b0c575af6ed6a79c1d5d42651249d7f059180d66fe36e904fdfeb7087911cd3b9fb5b5360d29d0cc1d6355c8ab6434a20f42946e44ced51f11c21313ae51f9b66e2b52c2d34a31651d842cecf11b1c501120363b279736989522fdd6206473b40de33d8bca56e0981d92226e1c1c172ae152162daa21cede60ce431647d68bb9d98522b60c5edd651da40c0a7c35efcf2edeb08a04e3149781c9face38b921a204391c3a9f25eec91db1848518a490f627263bb6fa0b43bf16d772c241014c8b2a3371989e38938f1dbaec2408c722ef6e8ffab30bfd9924e5466fa465662495e3ee5385344304ea1dbd3baebd77d056fd525bfbde1717bd0b685c6f9b90f128bba1354f47048a6d1dd7007d554a357d07bcde26dc4a6d79c4e24e4c35a8d8ce0d1a98b6307333e71dfb75b3362124be309c4b4a8e82c1a80d3232f1ccdf965df4f60f80c393274c1e00c6dbd1f149984dc971df32d8cbaae38fbd1ae787a7bbb8db6928e1c06f871e0482ec29dd4edea2e356428717d220c16efa4cede27f63e3880ddde0cabf351e0c97bb859cca32f142d647933385067587abb2b2cd2ad3306ffd42c7affeda1e14d602d968cf06fbe4e220ce147d4387caeb18ba6f8047d87d421164de67bb1e1f44d88924ea9f4f3c4c2331a3114fd84631342e2beabf6b63f92a8b90f8391e2771952ec2dcdd3b9146a60be79b14d7c372805027f3faad8fdd6cf89713e21e31b4655e3e6236d863684ecaec9dedbc4534235c8f9247a659fa5a813e15c31e415187b38e6226b598c10e8b595a906fe19c3e1b517f729f13cda192b098ed1e5f7065b14e4fef2fbb2ab66d76d7d9c8bfef6e362af9e77a6ffee46ed4110c1e691e390054395c3e248832cfc2829ccf1eddb2d807e66acbd4f372feb377681e71ada2c34deb07c05455f2fad0a9778794cd9943484e00c949943ce697028c1e8c8dbdf72ecd4fac98f7a29ef6dfc68fc286cda7b2edecc2dc66685f3245b21ea75f54fe2e5a7569cfd55914fec61e03fbe76b2e115c7b67e13aedadd105f41ead97ab4684686402f3f2b5610881f1a4f11247f349919b0071add7b9618f1a1eb3224427efa605cfb08d1a9d3b49103e29241519c270698a22c529a8d36cb11ed17dd52ad6cd330704bb7958f35a890c15d7e61d6a6f0579b8c65c6f7f43d81ed5773db080809d7573aa6e40ab0ee8ce3d5d4e31f52550309984decb2e22011f0f8d897086af9f8e541fa5d39cf771282515374ea6aa85f21ca498064fea321f2268aa6b55f976a68872f3deb4acb0b0d527817f72e92d8541db064483845e1f27cb573151bd355b1ddb8beb29bfc20db4380119db9d353a05f2ea3f2a294b1f45f5635a5771940317f9388588163514908fe3fd71e98672c6cce340cefc371f5652c57fdb981c5daf374e836992e5d46a52227e52dad8ff4f7ce2baa566c21f60f4533ac4f60d8e02d7e5db620c182d5cb37ccadb8314a3f8943945b4e9f81f67b1e8d207831266928eb15db948687ed97786e5e977db4f004c681817443a1f6d0986c33328544e809705daed19c5ed2cf1b7c5ee821cc2f88c816a1e1cb61f70ac4ab5dac11311ccba08d3de1719d3e8c8ceb3985379efae0139738536381f72b84ddef4daa0a863e4e48bdbc00b15d13462ac6f5493878cbc2cff3ea30a1f758210af091bcd55602e393e5933608f796ba0f29f0f1fce179a1cb7c036641f7f3f6aaca5992fa3269d62d322a114f30a8fe33c352e428bf17a99d26ec8f31f80013159595d7de0ec7b36db5e9c0ddfe56ff1fecaa06158dc965ef48ddb091f92a485e68d8473309fc4d7c9bb73a2793082ec31069110c97f2966a878a49f1f9620f8befba458e060f8d95b5a3736ead707912e9f812d7f8f2a07d850abc71f9755ee2d386d4065f930f08c350fa45cb8ab774d76d4312eb218c4ca9e52fb1faa667122045e05e46853db3b58f68fa5967e1ef85908eded599ca79a175ee51fabfccfbb9b106a63b954ee981978e0467737a23f443ff40bbdac461f6100d31fb0aa2dc540e7086831e8d42bfefe4b2819f1d115e3d1611e08bce3d95d90f11fb44452f11bdf153a5b895f4933791780b5e294ca7774d79fbb23460b9d33f71fbbb53d32e7b4d5320c491e8b0738cadb4a704cfe5da05d7db2f5e0306e8ea31fbc500d51aca5cbdfd2d4634a8b0fd35942f1b53d6e6951d23d1c4e65f01dd91fd5b1756e532c8a1cd5e568cadddccb1f58f2cd3aaa5f10d903f9559fc72db81fe14ac47253fd35b49494b6e30efcb685fd916274fbbd4cc892b87cc4f09b6e2004348f00bad992f31d2703c42f584d144b2c66222a5a24efedbc8434b882bb20049b1c25af2de66223db1236757c911fbec4967da162e61e8c4a7311f236c9200e06e2682501900a66de4a28ce5590935ab9feb575e140a58f8844ab527a43201cdad16f1b4984c6fcb4da9e9222bef6f7f298f730d2eb87344eeac5cfa89e202ea52c32462a9bcfd17a2640a4f43bc4601d78145ec2232ef17f8457289660203a856bfd5984038aa54d6a78521bd681d6b496503d8fe354c25f557ede51ca2048d5cab1e079eade34ff4257944063945ca7a6d8c84a13df1e8a71e3d747432057a16151d6d778ab90f58244d9322d717f25b51c6f6cfe28d1ee1f5d3f41e1206b75508e96bd749d01a4cdcc8ac3c67aa8227167c3fcc6d4e2c03d852830d7206cda0ac2b0267ca522e4770f4b7e9b8033300c2c8ae0f83eb350adbee92677206d1eff32c01c95ff4ebbea381dfa0b121461973e42644cc11655b56f56645e2089a49ed9fcedb00e27c6a0a920246ede58b180b43337da074eb218963cb8672089dc594caba7269116af3ee2adce7f2047011a75db255882f62d2906c197d2209a299795fc3efcc081d75197f57cdbfa095d76899f1b43ea12a02c18fdff14209b37eacac487ea4bfd34f4fd730b4e73d309519f3cfe738cf07c97e1a5efe120ae0a09e71a3f609025548070f136f4d8c1234952eb03abf9f76c059c5284da20d38c5b2a9a6b74e543ac916078b67b63d421d5991a5657ee53d9d473e8748c20d4eec4400257346efe82b7ef2a9874f9985160454aa0dd298fc829651725432101b34277ceed94b487511703800d1af42d85850603e8fd31f07fcbfe0b4fb22103abef97c45490a416e1aff5977686adecdbc0198b8189ceb10ffb1f03f5e8210601daa82dcff14f18689de8632e8e1a483621a7d97073fc347a51c9240012210ff0c4122975c75e9fd629f2680dbfe4c8b13e05754f4b8e2c686324199cb821122c93656cc873edf05cd8f7f930353501ec2e664f74c1f3b3f7fb658db87d21354152fc2f9ccf7b4361804639ff5a190bba5fee7405ab8c2538aa2c3ddbab213fd355141521eecd290b6c6e1fdf556e10f6281ac7858946805a87e6e9ff6e215adc6d4e78498e3e573e25179dfc2aef7298f48f935ef090b123075cb55144215d90cdaf25750b4f0eae62fb12b28c8d3beda6cdb08f28325b0ac20697bd5f2169eedd5c201db2d78c6551009872ba7a2e8d2b3b001a2989aa6fcb35a333a82188defaf9271694a86f0eea5d0fbadfefb1f2b374e84aafc63a736f54df0cc3219978a4d036e65e1871bbaec43e4637309e0f56d6b556963eaf3eb2e1b5ebb0219eaea17f24aae631c5ad390486bc86350a32645c61d95797951a71b03378a021a43aaf71c9b426a2f46708997a0b9e3638d69bfc64e50bc9c7cf3b74563b5521a926d0780eddf9945b77a4168dc0fb2902a416c6c88363fc4e960453fd61ce21b4a5ee3e2477c49ca6f6a1a246ff0a259360494ad74d3697186f8128d2159621bb62831c9946e6de8967326fc3690a4e0f6c2b190afd9699df130bb5a3ee6221ceff8b3541c3a0c7c0afd07ef949bafc12f4bfee205c80837628f61463d44621dcff282765d08eb60d38303440a79a64089544c9340b10fe01884b53846b5621e061c08f945a55a39eef892f3c726724bd52073467cd5ac21c301fb4f76c9121e3e50d7f3b986d31cfbc802ee87b72b080364007b643b4e448635e221541f721ebc4a9741b58f3c55199ceee22fa8dde1ebedcd1921c126d5dc0e099e4324a2202540ce2590b4b8b84fda0b1c1b0124ad6f4122c2ffebcd45c8d2f1720fb642202ba683e3ac4eae1512001f98deab1cb73696ba15ab5d89d9ddfe845777d622214d23a1fbc2be140ca62ea24becf128d541319af4174cb360f158c72ce03a3223a666ef910904a22b2062d7653a09bb458beeff7be08c0f5d95ead0dcba023224a524978fdacef39f58e57c06ece220eb5f0a68261e4a6f6d499be86f6a7e9224c305d809893fb8fbed3861016f5d9a579295565509dc6c25ef79b4107d8ce2253e3b82e38377e0139361873c217b3796a0172278ce55d73001517a0901893225c0380a8d2fceadf022653a796bc03b98493895e82d20da078518cdaec66b5226c319e73c784ec0a97cbe041a6cd3a5b900c08c1358898fdac697fc7c1af9e226e4ebdf1763fee4b83b67fb88b0b675ee5193a6db8b69902f3426c62f0175a2286bd2b663566286764431793ce3c6907d5087fcbb35d75c6a832d9f511c4bc22959284246c987dd665e907b3e690c9eb58c116125c8c25c802922741e5cc4a2295f809aebf0b2e46cda2d6595c06f59e7f674679978e320a140d4d865a92b4229af847d9244080cc14f91650c4b9141a377ed4a74fc6a670e37f6462a015fc229d293a7a650185301045b98e38fd863d21fe963711a1d3bad66c3c935abd5022a02fb84a4bbbd57db581b4759dc6d176e861e0488dfaa61451984c45c811c122b8bdcd21b0057a46dbba05360e8cc6fef0bd8908fceb26df0aa4a773ae7cee22ca8aeec78f3589a2222e4de3701695b4a22d7a047829529a2e25d42e99c13822d88c56324d2e0be95ceb99fb6523f84ed8edc8a1cf3edb2ea4fd3aa6e049f822de5fa4edf372aa07a49d0481d08ffc11d3034dfc445a054ec911619f8aad0522e4ab3265dc834123d503e151f6b31c290de56a7c99e15ce9726da73dd4c1fa22eb4c9b70a8362d40b31d942123b75e6b59daae58560ba346c28058dc3635b422ec3df39a0dc5428e0eb83efc9222ce48e104f708405ae62358b056bf57ceab22f5e838bf1630233efc6ee5e0021013796ca611cc76feb417c6a9724b7e843822fd3b7ac360827e670be5bc5ebe5fd6dcdc529bf6a2357f84fad18228f60bd32311c49f14185fdcb5123fcd57c8d62fad9e432bb98283f7ba550fd218bc4b4723178532b1e873e5d1277c789a97f22c71b399c2b4dbdadea3bf5c225c2a64712318fd4c6a40505c089645c8bcf5e9b86efd78cb2457d2ab7231161bd9be367d23323b23c12f370a04022051720b7345265dc0f0d1c14990658b59eb637fe767234f79773b701685b994d3bf7a9f772c2108803a3b756d6af5cd158a1519b8292353f852ef6d2dce1f7ac59f51b6ac0d1cd81bc7e4a13a8d2051ea56c0a6d7ca23666c98e67e468307d863416dc4bda6620d56d6af0871503969c306cfaf18bb236686e81cf6572a6f96d85fe60a089fe30be6adc7d65538af5faaa20dd6a37a236d95abfe10628c1954a5e1aec9b8d63d92f8a956ea933138103716963e8f832383b5015fd3811f7328b7b7cb017378f1617bcbdb8d7b412de5f8f4048f872323b0cca87741cc2f63f2d25b7fe1e22647651a782525e701d33d9205435b611e23b19967f3c7ef43c3599b3c8ae5fc62b449f3563fbebf4a695eb76155b4184223b3ae79c4bdf95466bb87dc3cbd0fbe2cef397ad52cee9e3b1bc050d0069ba623d3993e686f1c2fc13ea6132cbe46b1b1e4aa1d6de8f983406083309aef236723d6001436a61294f97cd0a093d57f59448a068e85c5c0179bccb0d8a377747923e7109dafca144db0b02b97b68c42f82a5476cd47c7923faa6f4c4aaa73f99d23e842f06f4b6db1d7c475f3ccef7107f7b347d84b4cef8a85d21235a63d4fdf23fa567d80e9a99b462779bda523c57609d7bc22c39992e636f0d24781ce4afc23fffeafb0cb1ef2da5da73dd9f030f9ac920a0d069a15c49e928d5ee627eb3c24055ffc0be9d92dbb27f2173875d050fcd263e4c00636d923094b45756de7d9240d1e981dd3c7dcb732a206dd93dacfbcd52b8242ee14c3fba9c9a151282d062417b39fb4463a367e51512703d7138da63ae4337ea4c8f30fbbcac1a7a41f55241e150345713c8970a051b728267b3d92f9fd58cb74dc1afaf127edde0dbd7e242327f2111ec0ee0b62c80e7dd424583ab663c4befa6d1efd5d018822b456a42432af8609bd95aa4a38cbdd2b03a66e0a624f2b39baacfc153298e0aacb7116243f1fc21a57eb37e26ddf2813777b4b9584a15cdbb68ed7ae1d8e96c46a84742443fea472e17b33f5bc3b4c6e9f2c75ca771f60acb0c28be137faf91b70f9452449e16c3bbffbc6fc04fb5f57121a6410dba9b0c01ba71fce880013666da5d624580641a638ad9238f0cacc18dec1339e186b182e62bd3488f1445abaeca5bd245ef5572b4e88c74ea709b4a8d2bb40ce794124adcff447eca5df2b5a5b281c24682fdbec2ac3855ae74f817ff2782bbf882deba196e948d8a9544512c0e1bf246a9a5e3207098cdcbd93346082d451fc81ee1c95519ceb74b2795412728e27246cbeb0dbb5040988aca46ea488737d14da5ae5c6d7f2a113873f987cbc3aed2487562618b43cee2520e697852ec3dadf6c1589b3e416f6f8e3b9affbe69e0124a8b8452ca95fa7b277fe11f9acc4084d4a493a03bab7949e8e57ab7ec0b6af24be85a49a60a00ca3f2e535ec7e560c57436c5abeb687ff96edb209a17c474e24c2dbb1bce76cd0af7386462c9ec5b305654978d61a8d3ac1e53e11fa3be03324d2dbe6055de43a29847e4bd7462c423477f79fbc958fd9a82f63d82c99ba4824d4919cc9eeb4183cf1c82a59bb2bbae4fa607081db5f18972fe3c89e294f6424e30ef68984b160af4d486eaa2386183c4ba3b6dedfe82a0d08bd1bc1c1066524e84cdeb0cce64119ef2c1ac6bbdf3598625ef91cd73c108c3df8b7b9f553872516258ee16bb6c41b6c66873b7b8fdd8554a55fc0cf3c057b7825a55b3464e125531333420b47060a394ba1bd22e055e366ba71d72a419b6a351de327c1cfb125599d9e1e791a8aaa158f40e4daa4fd7e26c7a831af192386325114c069d7ae256e4dc7aee8ba69f192443793044071128a56e2d22376cf4504a93e5443645725762bef94903429a92502ee4f0e69ff2b1b61e06467984632219d8854072bc925849e6bf19e9c72205f94029b89d0539205b570c2ef45b5b07f869433b1e61d25b09b661b33b47145de15620f99c43ceaf372ebd85d425bb5fe53406b31276225b9f3ebad2248f7970c6beb2c3201ca20b0857dffd6fd0eb7da97f745d4e5da25be923eb26693fd04e8b91de386584ad426e1d096a4d53e5a95790b327023ef25c63037b8738900277a4d7ccb3a053923e2683718c0641cc24a6136f7d7215c25c6b2f6e7dc61eb553e05c8cdee5ae65ad30959445e404ec4da0b04f84e259a25e238585f91d2b2d71fa7a7252439d994852a7f845fb8c0eadbf9f39ba9f45b25fbbbeedc89b1f99060fefa95bb0cb36ec7dc169b9b544b0be9784374951bbe2602ed58dde2790826ccb72d3bd7918c9d75bf48eeefeee45c7321cff9359a00260a04a4c8c8c0b59d75924f6226bb22f54dacf9663ffb2b4154e8b12806a44d261b8def70a99bd8d513f1136a1f972b8df5d28afe259a733c1bad1e5cb11024261e49b1a4d2d16e87e0f40977b2f0f2dfac9a736f2fc42aae86e9a1f88e41d9264aaa20d1b4cc174fdee17ce680649e292c0118ee972909c9b02b1a149714742661816d7b5bf33edb42760c5c600e9ace200b3a6e77d56329c8df97255a30e42676f06923cbe279fba648de3f9ed33481d9fbdf71c1f76c962c787943ab8cab267cba804f0967f129f632bbab2a80d7ab37d46f2db8dd169e72f33ff8e2c41826845b6f6eb9a7c7f1209a6c9618faed61cfb38974e2574c8a514fb251c263f3269dd9969c60ca0f1d93d4fea6e4f014f22374de992c1c9751b58e29448c1339269ec474800befe62a968f328ea81ba47e927cfa312fc855de38ff56597d240226adbef8c86d93347458fb131c461d86fe8c01a140b852b5aed8ca8fbab9624c26d3a51b596be2fd1aa06edfb05811bbce4feaf5e3a3dab1e9be68db16d8622926f1f5dafd2184ffe247f0eadbcb21b6439b0cca6f46fb51609f42bac9ee519f27120299d76c5f4ad3ff56c4ec53753856484a84a69206a319d9d217f7791f43271dbcaa44c482e144318195a7fa60daafa0e72f3529f2cccdfc7f4631a9b81d271e03bbb6ae192b0846bb2ee07d4d3e570a771f4a0fbd5d7d26c623560ad3dc2728c7002af2d15067041a24972250484721f9bbfa878efdd40289358c6a8f4e2740f0faf5bd3f42927bb475421874d0cd69a127538fdf3f0ab63de3ce5043ce2746132eaf31ec45cf299d95c1488e3b1fe26c942f2e6ef837d3c7c77c57e72a2747bfa64ce0aacacf730d8e9fd9d62be151b74e2af52b723b1d5f3185c359f627531e7b3c8f9d97083f92fecb2ae31266943bb0b22fc37b920f27ea0c9cec76276b375eaf59abdeea16d036d6a87b154aefe42fced59a8219c9bacf644ea9f3278048542acbece923e2dfe84d25474c8d52293bfeabcec4aa477388cd3a7692278c08d95190f15f9ec32b67aee02a64a9059ced7256c7a0b7c101fbc5272a0727ab70ee4767db5f5040450475452def6a62633de748e8a0955c4d03a4de578a27b0a1e6248331152c3bd462e34c08eb9028cb93d1ccb04fc40d4d9567d0b4d027c3695a22c6aed3663df944d74695c847bcefe9f30a5fc10b423ee27159deb427c62ac78b77294da1db3eea14051153590af68a539a9a34cf766eda61deffe927c8c8395f0f65c55af7e5b7f068815a0fec5661e987a68cbc767581ea5b2a5327cf4ee039e1c9eca172b8675f0154c6c8bb076bf982ce19f8969bae42bad17927d571b7f92631d0e77f2c9edd53f74e0c6a36346310ec47cd265a5fe2e1336a27d6aa95b12a097f121f5b0045452a4a8b72fc568073ede681c4e1e363039e3f27db5ecaf9b0b2a4356a25d156966cd6e77be73d8ae9ca7bc16db740d9dec1e127df6d2fb9966c1d72c0bfe9c938eac62a6c093d1b24e69e92d33da36837396127e6046a2aec2ca6418690032e83c9fb2b851b2df71e54b7a813efacb2887f2a27ed1fe3c1e4a2d98d1f4e178b66daee5bf34f8e67e6b60cee9f7c1ae809ff2b27eeb478f60b72b258b86be3c92edaf17ee2c56235b717c79fa83cd24dc2e5d228023aabfd4d51ecdf203dfd1708eb12a9aadfaa7979044cbb95dea2e7188cda280f0443641e3f6817769381beddd2ba6e2a8cf70b12310ed4ee5a8388561084283d815895197477ecc9ac44d913a02e3d481a53f1d2f8a1b51ae1bb351c77e1283fdfbedb6ee15420a45aabf0a686bdfda05c0539f1e5387657b9f8c8081aa5284500f909f63733d10e2f3e8875309019a7b7b9c2f041482a245ca1fec805f5285cc3b077301f23728b46dfbcd9a55e4782416377f0a82c74b4810c948ea9b428619d38b0dcc4f22980e87e25ef6347ddd43a7ebb8d5c00702374a291463fc52866705c337bac3f22d25d3b1e3e5796af1b8aedb70f7142e8ddec0435a96d6f286ed903e9d073bfbc7354f2076a2b3c24169f7c7245f705ce7e15e2088ce9da28793a776a351c838c31f9babb1a1ce72107caf00160b3ae8d3c9ea210215f8b287d06b836e9a0061fbe08e991ffffeaddcd9b22bb9298e0a8fbe9822423a10728808f778f799195650d8536335401f1c151d12d8dbe88835992549c153d470b2895ce985cf589de6e20dc6c70751cb9ea919d265d16029ab07998699b4a297f28ae66191e7fa4a696a27169e849d470dedc0eb2e3182c1ef7faed4b98e3f19d28c3add1c4bc0d4309a1fc768599b1a153e6ec4b4f5d1f6c5dac7413158fb2bf28c76dff7dc23ad6831cb9037b9904ae46690d7e5e87fc96aa60b7408032248c28daaee5ad775334d5fb4207a86c851771600338cf7a0ebb0ce17f573a35484929037a170f3481f3b8c9708d687a698990fe54b176c9d02fa1d4b078a294b3b82921a4812fbf811cad50b264c7c3ea74f24fc23b44109d43e1a489fa3750083529255ea29656f274c05fee224c26783fd02ee09ba5cef2abd2aad12a7c324f512929a7a76ee1c34e70694dd24fb02bcc6550a02a35a679b9c46a86586202d6d6294a064a51b82598e684780e1a95f08716ac01f80980bb72ec5da4285260c11d294ece5c6ec11fcb6d45c1171a6b9363faf6d651f77fa4bfad2861d610eff41e294f7958dd4b27b541f3c6fbcf417d619e8af4921ccca3ff8b08722d68c4b707295146c00516deb6fae9d91cd01c638ef3b507427f579dc56ba215c5f72197f1295af421175994d98ddaecaf1e5041e43bbe05aeae9a0ff05d6efb08949195952961a1d002514f0b0268d0a1052f107ac3a0e653001d36f1cefe1460da068cca297db456c64fc767a72d772fa25eb077362145e3fd88e8e8d0f27e83354f6ec729a4a134226d3a1244a65b3a4b7e0c3ee598f4b38262ec31c10e45d40817a92829c42165a18f83b117a3d0a452dd807a6786673691d18d6c9012f1ac905bb27b29d451311d98d9aae870039424ab1132cb9d6e10235b7a2a082f092a3fa47cac29f458192e0d8895b9bd6a851e63c4cb545b719231c7bfdc5d4dc83af4bd89ab2a06c5f9fddd269784bfcdd853a4a489d2c6bd748ed430ee059ebe99a8f5ee072a1d25d2b92df1cb136d5cfbcddb28ab3cf8607d799ca0e50c788209881f5b6c2a200eb5de6af9f305cf59a30184365841075382eccd900074025fa6e19a1c422a30cc3fa2930dc5d8596f5864f809de3aedbea9a58e40b2ce4d4619490ee6292a4ee9aab17713b88ce06a8e8707750de0f8a73303cbe2fb0ea5f4a3f0f41f7f2a50bc7ccbbf2857afe561974f42a8a785418065d7c0befea5ff3aa37fd52beb2a524e05da94253e952ba30fdfae1236d9d2d711e86e5e776afec839fdb238dc2a5ed1f4734afd5e31c64045119be548d9b53506884557363eed690b24abb1982a65176e8ca97cd397db519bbf44555b024d21421a13d75803f3329f556779ac2a6a34a39c6d330c3a1fa0500b06cbe0308800e500ef4f1cf7ac08cb39dcc1602a6b202f7fd9596cf2a749dd3e434b3a81ee781cebdadfdd41a76e16ed1f365b2ab9e76de1d2b00bd1c7959d28d679536c999353c7584ca309fd33516e9cd9542ac159c7d7443e2991fb6bbe27e459dc4f2b9b6a2afcdf550c59e20232b546b52ac205d7e1d5288e87a239f1becd8c7604e5263564327c13b3d19c6f3caf76382ae2ae1b13f16e54f74853615183c0cacc70a4fe47d965f6f5eba3d5f598677a2ae52e43dc04aef1e129dc691898b158c7eaf6d646388e39d18e122cafdae4a32ae8bd5897d04ee3190fa27be5df7fe244d5f196dd9d6ecbe9a72470b89e46952aeec287e0196a6cb54a835bc4b8d8af916995752a5f90ff09e79ef9b7b4ca0c2af077561c53b0319959ab8b83b8b027f5153bce6e5f8e1462bfe3e5ed9f36f12b1773be9366ed6806498ca6b537c5f6139584f4dc71f3a6207aefd37d30341c2b1b89e4d5259ddb3ca993e681d2f268f2b4fdcc61e6f274a6043ed5e414bc022b1c2bf080ad421f5078502722e0d3e2588870f381d054a9ec91681d772265a02b284f697e942e4925b7c6a505ee3f227e59e4b98bf6ef62fc6f515c04dc59d52b45d018cb8efef7528789f112394b4291c2e2f112c524fe1aca35dea7b057642b49b0d82aac92bf9b8f9b20c3223292efe41bade63a47666c948c70e03de6b82b4c4a99c2633ea3af2757b726a22853cb99a4405a8f7606adf6cb839bf9967a2b5e88df48aeff75dfb2ced6a8e7bc6ea21b54eb1798e6e7115ad8ef379cc8152b83fa88ac758b2069871d96af0d6ed7515c32341865d04b39744d2cf04fed1a2b9c880315a2f26ba064150b1a1c27c88dea7f2cb847b7777782ded6c2714ede2bb9f95a509bfddcd6dc32f4d16c762c2ced9032cd14c05214bf5605ea7e92492be0ebe10bd3d6ddea06b15a72195c8d61cbef7ae4eee36b0110d6cca7ceb16b2be8e9e80ffefbb1a3ef2057717a8e2207a75bd7a0cbbd1b5f100104c57bc0ca2c0d4e4dec9810e264b05f04931e957a5f5433243758632ef03541985889d7fd2c1496fe5889150816d985577659391fc90b62d4812718f915f23720857d0adc2c23e27c12b678cb0449688bdc88db47f23ae2066033d00ca27b5f5ef1ff63e12c6159d3e07d5052367f140b83eae360bd294b17edfc669e69736d20b8b903e82c68c2671338f4d5ba9f4cfdc98bbd5a8ff73a87921af3e0fcc3adf09d3eb4372c6d83fe1a9d72df62eb03d5c9c8ccc04a7c265cfaa622433829884f9ee6d37d2c9f9f1bcf7e38f9d7bf4b10336b2e46503f5213281229d46ff2c86a8d1f72742caee4f33186a6ad5eaeea370dd57817360f2427d62ed1cde1f28453e15746e02cb0215c757c813110edf48fd1ed3ba538a27dae738f968bbe0c729be3455e832cb2f06c54d19599bd25ef50ea7e1ec89c78710dc6da18d3c6deb6ae8266e7c72cb341b826a898425b5ecc248ca9ee874ece8f953c831cbf56cf10ba60db93722cb353a0bd1ac7150d92b77acb83dc5dd3ac2391028d70442a7458896bb0ee902cb767a3e545e4ae185e22c71ea4358315c2b8aab1da36a6e49714464f1195872cc9da803166112c044d735d064284e9235edc1118da58acbcab863d836460e32cd480ba4a60030cd46a30bf41f0111f0a901d04fcc12a06ae4ca1db087a1b472cdb69da537e3f3a355e023af8625c42471de351cb6f977a218b6276e9df457c2ce3afa21c14f22f7a5df68bc5f25ff997bcbc9b57ad98d87064bcb4a9142e662d04b52000b4b82693c511ef5f4b3aac7c05e296b42c59b0c8b4345554c491bf2d17111b37626bd99a04413533be6746456b1f7c8db85eda92916ebb5eea29b92d238d1c3bc5b94408a0a6eac6c3e4a7016f17feb6139e4959c34dff41f475bb2d3461886b4fd2fd3637bde5815adea1529529f8fb0bd2d426b919f07e0e09d92d3b1b695c33fda0062ea1cf273dcf8f01c5727327f3319517020084113caa132d408e8267202588fca7868c02754f0e4e5c7d406ce0b0cc1ba56627bbe3f3bc2d465093b9c513394e86a4669a9bab8f203baabceeb79668e7ed6c1397341e452dbd48c61e507b63dcbb3aa36e7b32f9735a9db0713a12b30b370f1bca41296c2dd38c6c875ee72ed4abea07d0c83b093ebcbdcd3ce4fb3b9fe86e435cf107b42dd7aa31fd0b3abfc612f963c2842668c9cd09dd04d6b302b1eb3456b0a746bd2de9b12c68e5389666bb611850b66a6757823e03b31b718cfebdd55c9c7130ad2deddfe06b84c7f002796e3af403928a51b13216db20808ab49a97f43fc378dd2df0dc14768977975c791e03e855f408162b2e1624615788dd95322ecd46cdde2df77bad3d146d4df27a90d813dacab6a18d4bc67a8cbc6716522a83e2139b282e01ddeb2832e7474b7a6a8f1f22f5ca2ce81c35ea358f2bf62512ca7b09c2572e04c7e77e0ddf427c5ce8d510ad7deead3a744a8bd1ee73661bc95afefcec0f2e08abdfc90c22d977c28ab86b027e8f3f9a27a84c9e138f2ddeca852be63f1f2e2313a9242e4ef12edcd55c7f22dcc01543756a8025488a89454ad6885e16612e2525add88c8cf76bc99054b361dfc045be8c516475b01d38a2d98d7ed633f02e29af7917121af44a0a12f62a4617bca3682cb686549b54ed75d483d70c204e2e4bf0d76e8b4727a27ae4f43d5fe599f0e4c4a8eba94b0acd1cafe14f6072392e642d768e8a9c12dbba02b21102c592c82375d1379a91290b1cb8d2937bb5a62e7ba6665ac4250b9ff97bfe3334f1cced82607a6f3cb2223a7103653541622e2e7ff5870f49c7f7cbce2936165aa96e29ff22361a5d0d3303ce43465a9e57bd2e8f2947161f5d438ce2e09d7bf0942eae3dbd43f57f2be35b70d7d52dbe52b72e9a42baf8789c871b7e43649490c60d286f6c76f4c1bdfae0b02bd7c1a36b0a2edc0ca2e353502a9a0beea183363ba75d585243d1c9860d65896796660e1df22eded0b9680bdc64426948c980e06e9373b78288a2e19d978b5cb103def1f64f2ef2c7c43ae49525712f937d21922aab9de23a721a5ec145ddc7ff12a2111dbc2f03bf75c012a2433b88fcc52c2130cd418e412ba60143c79f90171567321b332f0419cc73e673b3af5a2aba6a2969dfd0b106ae65aba0f451b9331c3e733cf12f0b5e81e2572948d7e75c79c13d1b5a332505b731810e715e5164d261e9af482f0ec0bf3cb145ff9f3d1443cbfbec24927814ff93124248789a834ad2604a772f1026647891473a90495674a4cd869fd8cb59b66ae1c717cf4d1b3f528ac5222f23e5d784cbf6d796fa34fb249fc7bd10aabbd8ef7e723e2d68253895581cd72f2cb162a3ff95d53248fee8f88de33d58d3b200c0baf3f519d444c44eed62312f2ed9989a0b06bd98d3ee1bc387f9e04b76fd185c96e629d7f777bddb531fb92f37fddaf4302f192142b8a77383e9eaecdd926f42dccdbba59065b11c7d795e2f3ea3da776960de5390168f83be18d37ba16f4692a192effd863aada369388d2f4db6849c19b01734aaea4826a4fa6fb26c3da87c40d57551f1447d8257a7702f5fbe395e8a60354a97d2bc082c8ccbd6dadf59b4e2616a804bd945dde56ced2f6f2dfe14a337608f5892ef6612aac307243be02c8ce272d38de3ad0f6f0cfc2f7620fa274935df522f135e0a425237af1f0c18308e31076e513d899d2a51112f84997c8577ce851b95b16a8852d7c37ab75a064863785320ca4a62cbcd8ca62f851d59ea6c651b9f177a4910477aac1bdceb7a7388aba508733d085c837de62f8ecdd4a3f7909a075a11b5a1671b0063561df09ed7a576e7e1f0b9649b5ab62f9909183433737fd7fdce78caf1f0af7c22a2407f13c62d38e32c8f075e46b62f9c96474f253c8e22e2e08a21358f8fc4a8aec760303cb968434ab2b894b1152f9d0eb4c900b6894e18e14b7f6f831e98caa9dbade8a9a17ba20c6e6767ddea2f9ffb7c60fdc57ac1aa5af6005e0ab088cd8e2330f787229d94f400409eb5e62fa7e758159d9e158ec583bde2f1e0595dbf8f96a094f84981e7f7d8174fc7062fbd29f8a7f1e4cbb20ecbf8e06a7453b0152b151d4b5556dd5383789aef875c2fbe16bc3f9c803c4071f90e9f76eaa1f6033418f93f8472d56304116d8b35f52fcb46414054bdef5a35c761a11e2029f04c4f66d05794bb526c21b62274889a2fdbcf4abb7452389db7e8d40bd693861539d048f2b564b3f84608d8a338ad912fe9118af44ec9d35941e22dab52750c6a0be4b23e46141edbd2ee7540e158b92fe9379d00d87105a9650a4f5e30a373d490120240ee37c0d2ff1554aa8cf87930050e9321a7d4512b37afe3f36047f31723f40dfe29d5c7533c1a12ff7b62d0300efa888fbd96433fe342c56bd50027cd81ae3cffd7922b462f261a43e8dcf53011f3ad92026fa0a437d48218d89dc00b5eb2911a74d955d7023a2beaa110d23017ec434faadca23659f6799705b4fe07b8a04b38863c9447f79e54bc064a873026230bd4ea62940f39334c4300898cfae1a711765803acaa3c63c998bd54583029ac8535b6fcd6694b65dae5f4a3926ad58892cad4fc54f67cbe4624cb3474304680365ecaa4197083092cdb7716a7527d6e8f6c44876fef5944c88c1a1c95304a3b3be651eb88782a84a92c1655bb8a0cd3c4beec3c1867fe5f3ba76f2d48305821de8d0a422260c38136f606e8ffa0440fa920fbcf4b503fb1efb0e45f8a3058b93733533bf8a0c700336de42629d92412144b3e379d777454b422b5031f305b6e0fd3da9572b577ebfd6526b3fdee45055f14c74a9de343e8a1d9e492883069cf472ffe2b55ee911e570f33499c690da8c2b7388894d8b55320b8a738953073c861c1b10ca585b0a660222aba6d287c2d3da939bfc684fa01a0a4410340307fc028c2cbdc3ce97e55cf2d74142e9926905d25152f77883185a98a52a86f308269faa60c1adb6a16acb1c38899bc7efa1233a4a27efa87d6199f4ece5591308cf2513927ab97066a0ddc1c81e470895743826df6673062a8a1f5752bf63c30a0bfcfe1f6a8e853628e8002ba5d8b5e068cec44abeca4d1060c019f64abdc30a51f8567be1786d2d0bacae51db2ab7dff62491159147765962eea47199ed130a970ca8a52e25e3da917fa599ba0f8bc6f28e1e40c87612a12a23718c160c130afdc2c6439c998f0f384b747f50a3607faea50d2c7244a4339372c6ee948e730e87165528a313a27b093c2e35190448775c8e36812560204e31bd0c277cf8730f3ccf7a0820d587971de5c6489f8820e5d6ac5893a202b52842818ff37ce9730f8ba3f40dd0a51a29bc69fa4a27130091232bc81887afa52f61495d1cb6f4030f8c9f81003041b5996ec69cbd1beebe4638f31cb81fdca1ab1b2b35b875e7230fc0dc1488d43788e5e0aea90eb9423f6e7510cedcc180eeb59b613344e5885311517842133512a840acff40858da7db328c462c77aa53da59c2e1d15c5f92f31265a56ba30d1633bf7bb1364c7436c9ade0318d9cebe506085960ef99f63fd312e922b3b8865db26b4a3158fe549b5f1464013d084482800e1aa3f23bc5ed0312f70aace4a565183a7ec320576858efeec95809e5d4c390be7f0653f1f344a31355683e2c65e052cfbb98b8e674b19d7e4ffe97c1023bf30a34964b56ce16f314528d37c54e6805663bb2d4ec2bf2decedde16be847e7a6ef2ec7db52e06b5314b89d536195de614e14c1d99168a15ddb2ffea5d607219d4537b14b7b9556c315cf35ea19ce338881eacf2c42ed26c9bb76ae5d0858ca806cd3478b25d9b7c315d9b54c7c207921cec324a5c0f2b09e469a636538e76a9ae532c45ef80b4893165ea1cf1e48581ad386fa34ed85415dc3afb77389dc43ca53adad512a802ee31680a4003fa94de90f31f1445410e3af222481e39a1fa1838824797d745bf133187d4cb750cbe278e5909a3f2c3ca2f0425f9c714bc009b88e7a5f142b8c200318c1e2d23f6f324bdfcb28470f726ba81683568ed4a896d39b307ff836d2e823192ca37119218f548990b7db7ae0cad10689f74718c45c18a7536dbc7785dba319453505e2621e920a3210d0a144ff1ac362752982080fa36a1610a1fb52d1d319c480c8cfcec11d122d86779dffcd1862ad926071ab181cecf622666014bfe31a1a2bf5facbbab1d0f5887231e2f492a44b94ec57ce6717820c05d0ab15c7431b3f3a2a866b8406798f8ec3c7ff8f767972d7649849b50e9e03815eee181b331d78bffcd302aba45a9333a2f92b3320270a111d402d5af9e004b13325efe2831ef3673e8020834da133e678a81f8481754c2fab573842a9f4e568942aadfd331f20f1c0a09546b3574edd77b0b6ab0b42e131aa0e942bd3524ba56acf27bf23235e0c7b6b542c1015612b1bcc210d5da1e89376a0c90ed625f52996e43951932363fc3b4254938238341619f8da7578203bc3df1aaddfbd280564f4e6845cf3241f18d7ffe571b425d7fb101b611629e057df7bf63de8faf4299c4e8f723c93242b71351146239040bf14c82f286278ac4c8cd9ba21ce4b8fd42a8427f548e32446cb179eca44f5f21804412e5466a465eb83dce2d0eef76a85122543276b43248029a9887737c6bc32df0446015c28af15d5e8f39dcf7e2aac1cdc463f52c324dce1c701d9d3dd042a3fda886d42b36bec7f6a94139f186f720b33da4e32932534ccbc36288ec7bbc11b3e49ac4d15873d308c7852a03f09e40051c29519832767a69f2db024d255cd4ed5874e22310ddee9e8724ad9e8f65b52a83be1e8b327b7943242542d2453bf995a8a6f88b343ea9eaab6696dd261990623df4e272327da9c0297644247432f92e1250ec97b3f7b787328c4187fcda47f4bdfe385132932590621cc2c9f7dd53bd83aa124f8fff35205d094c66c798a70a87a35ebc3298f1d386044a13e14a992f074343370c4ed68dd78c0daac86ac8ff8b19cc6932cc4d176da1ca0651b466cd21e19e3d73f62a94fb999832d3fa16e722212dd232d897a7c48c84cdcf5f1c675b2940e6e689fb3213333eb28cc72c19f12ebca632ecbbff2dbde5edbf3b2fb47b90164dfc61be9182de8f8684c3bb5c947579ea32f3d9b9d4080c3cade61c64493da5404d1f38add33eaa348763215e690f204e3318664bc66659d3380b7e44685fd6dce9a9aa94c7250b2a267ae746b8302de4332884ee4aca7b1db42a81169980e2148f0d5bf39fc9dadcbd927d8608573319332922c64b5c2cdcdc1c1211f6682b96ee5c02012229fb60b093012f0c57b2da3333880139446bc74e640dec0b46879b24b14f8732ed3e61639099633b9953f63345049421949bd61e8607de83584f2bf3a696f3bc290e880d5e6750c7814a18334fa21499806afc7d2e17a3f3d3e3c3f86a095e57122f5128cfbfd0b8684243335a3ad73224be4679d350e23762d8a1fc3a2097e4127910874dfa0edd1fefed33721fadf93d85ab0961d4859af1e7369816117e311f0285b4749ff9c17d826b338b690cb08ae5888d5a2bb22b3c4126b1cf11eb0fdc6ee9e33fabbc821925c133a24a7e7755560b2e67184494af0e9a1e25dea0a3f32ef7bf1e5009823c51ef33cf374803301ccf30dac1da16d4ad2a3aded33ee2f1619e155fdaeeb772606733d5acda4b59850543e458962d01b8ee6bff93ed1267395bc5ebdbb3b5d2849a340b50eba211a21a08dad02b4b1b69620ec745b157d092716072b90a51cf4cb8340d9ec1c52848074f5f1b2991b579d64a96f18377e01e4ce3c5ff86f386c1f6340ea84b00ac24cddac37c1c25dcb05ef17118eff742dbb12682a5cf4b85f4bc342cca106ab4adf2c24536a986cefea2dcfa93e640b5facb0b392696595064fc342d943b2a425f7c811954e7954288f51b20d921b0d6fe27f76f0aeb51d36e9d3457659b2edf65d9fbfe3e75c99116b1ce1ff07983c30456639dc9fdd24088103467d193143792bcf604473e85815c93f34ab90bdcd60c5a6cae06cc32fcb0c6348155be9d16a7510d31235f66baadbc05a2a2b048a6fb922a4919d1646cbf9f3491128b8ef5de481d7d41437bd248682ff91c7d73f966ded1597fc3e1880fa334a325de435deec47140b2e019a8f46d376bea44e8f1fb9da5969d57afdc2a5f34b1b65daff48e5d40773afc79d9ba582925c7805b629b746273ad6d2fdd391334bb255f5e5ee55bbef0ec1fa332b6c99de2fbc269afd3732eb71bc7aa8d2d8734cb8159de32f5e9cbbd354d8c8066d59e7f76322ccb2ebce087b65c7e86fda834d2c41a727dc34d87c80b631350cf165cc347cfa26c38d47fe61ea2ef45fda535083893d8d2755f23f4677899bb8154e18cb7e037dcf2fa23d56cf5ab20729d350ad69ac238fdd771b657eae4c14089b643cb48d298028ab5eda39f5c1e6567350fbd63edc45b972f38e011c1ed3ef43867315ae06e87e019f342c8a5678178351b4977fd4ed2fc65f3bf137afdd5be45ae732dca4d1824a31908e86724fa8e35235fbbf744d89e3b7d365dfe0e812683d3fe5dcc0bb68efc26896967e63e5735243b98ab2fbf05ca18816dd16babed08d87a2097f0b305f099a0937083fe41352a07c2a8c150c4d96f3be82cab86a358c88be80c7916d60c455b7e89d0c3023542ca60edfaadbfbe441edad70cf092c753787cf034f8717cd2ad5e92ed5d8535590e12dd592bfed857fdef9734f2b99e7efb3a6aa32f3aced9912ca68a966a356f80838a78d8dff988d27eec2c17d310d2ca1d021ae50214b1463c1f948748358bcdb1f0b0689ad7e71bf459f3914908cb26db4295eb11695549ad3fc4d2913596703792d308339ffdb5c61003e861a86129a849d3f69b10e2e1e33e2fbd40359909ae587874c542171a06e6c67d4fa59eb2e387fb4c9fa03d0df336b7b54935a4b73ce2a3dc3853499cf3520d41d973eb03efa4c6160873665b489c44a33335ee6660645026f8723ae35dfb0682fcd5da05efb0bbbdd38f7ad8f357235bc435f3609ca9df480b8fbaea95c090dae7bedcf8a1d6ba3e15d15235c11b454f4935fd8e1ef4246c425d661cf94538662c7d7051b6acefbfd77174425a87314ffb36112522ef5c5c34da4e81ca2a46b0b4e18a1c60d9071110ce93e50d4c2a3dc7362c3a7d7534211d5a7bd08a9a9decf2087731b326e47631c6af3fda4e40d9d5363da0b447214a7c476c0b9cbfefa5cca3b63828ea7848ef16182ce5180151363647f10de96b483a920d2c369ca159d5a71c6a8068bd3d511b92247246f797613658fe571216d2db0d3259610a97db4ee08382443b33bf3ea13fff293f1656d6366b3ed7baa3dd091151daeadad148611f195bd791e95d7bb039b7c0d946bca23674aa597e274985592b36ef8df5357d92136a1f90b267d8f181ce68ae79d33a36839d52e0c3504ac392325d62ee440db5004af3c36ef252699216d0e3e65ae8368a7d199f91e0f1e5a6e56f1a83115375bfec1053a7f534cc806e03130d68fe368abd5cd2e6a5855462f17b297032a1752caebcd685c9a5a321776c98d66297369c5dd170e5743d56cbd908fdefc85888daa6f5e1adf214bfe266591d8d9deb36c995491995d2a31e8d4d6bd50f61905f1bf9ebdf47d523e931cfe0b2d16d1b36eaf2b408cecfd5bc7c64356cc2bc67341c843005e6279f426056e38e018e8736f05cd50a74c39d00806036cd8b2629aae16ee29710c417656b22531bfcb86836fe90b0556dd096b225cfec903f8d4d8853b008415e3dae58a0aa7c5596c3193705d94953d8580c8af3ee6569b84ed8ee916e9826cbe5bdb9b3fe649c6179d1370a058a4033e71e6c182ced556c82c44cd4b05866527544d6595273edf66d82370ee74daa4914eebe8a2ee79c0ef4daf19b2d081b182a0f939c0d9dc61591e63710c8a792e55c0be9ddb108d194408fcd0eb06215fcd664e078ec3f85a102ea371d180291129729024a3207b72c22ff1ac55623be11b56282a8d57bb0ce011f371d80f0f5c1ae141aa9e3c6c0f03e0fa951e3a93ba3037e6ffb19e0675946bd375d5550aeff2a32a988a090d2aa8e162362f282cb1f5620a80195ce45dc586a3762148e319c0f80a738df21b4db553d851ca2c9806d9a8dbea81bd67b595187376dab9bbf30e720e49ea49633c5a39b4b3796f9f20a466730ed8c62dd955720376e9c768ee668cd1b961cd858fd64b82283f4e9cd894ae88c1e8f06f115da88377170c02ed17d9461a00dc0f0608d37d16e9a9a9273f142dcfa8c7d40d38576377c02160a36ba33abfcc0abd236bf238f3602d149ded70fe63f8db4c8e02098377d0ce1cdc9d9f3153eabb39ebcb2e660f54a2b6956adf25da3cb12361ebeaa3799d982aeb7f21a459aac2e7f19457b28cb1c598dd117d24b6864607a8c6bb637bc4998d663f74883ec3c3dfefc3d22f3f846171f291200cd5b211858e25ce637e515adfc2371ad241f89f69054e7105429466f650427263f8d5002726a256f37fb406c44dde9deec49a4522a9d01295586d2b59197a5e852e4b6260065a3a837fb7cec262c53c91057c4a66c7e8ab0a1a0657c0454be358b9796828f6fdedf3800aa7871fb13b120f98b10aa72676b2a224019135443525a3df266139291a4380c4b2a7d227d75be61a5daa9dfeefed5dfc8ef7d9b23565ea1cde4137d5e67384b0ec796dab4222d3fc23f2c5b8bc07b2fb4114f757cf04502d5e670f3e28b3860d1b0c44d8b1d5538033f9882691b24dfee03c5ebee9b22b34f847b9d98c2386f308deacb3b07ece0a7979cb7506af1eb91aa39492896ddd4686d7eff9fcf387e132f8ff3b0531d03f5efa5f923571f1155447e6339751002a97554d11276387f1ef2f72d1b25a8a9f2fa73e7604eaa8a61f84c09f34cc34df3caabc329c0387f75783aa7a1b42b18481ad52ba413ea32c4ef0c4f9a29dabdbc42f1b51c7838da93319f8bad623b8df7fc306552da2018f16a0507ec755560df60a06973c239063267a2e0c2e6adecc6d003fdc1fe4b3afb7261dc573b27d38edecc06de313913664733f343eb73775b3cddd868c7fb5cc38a111dbeb03b3b4f41284b73b0393e7c80df148f9ef579c9aefc8ef6a12c8a6eb8b3619653ad18dd1b3e5c53033949aadc3c52ee61a77e10d25401aa0565f0384a472c64e8f2cc5b854a127332395036924154617e001280ed7f522c7e460dd689ab032bcc6f8729a2a51a6102123012ea703950c5a060385f0ce64b23f50fa302eee72cd66c53b356642a7f3654332d607e39542da4a2480bc88f9e203a3985a6a59831dc5314bb5c0d623f4643a9d3e4bd39576d88ba1a2058a097a8b7511e3f754d00024775cceb8b37928dc96e4f8ea53965ed399144f5fa67325b4f6589a5d1f9c4d32def84bc94447154866e6f4b2d39666045776f849c17bc10df7b13f59a2910513157a6953c1b99d8cc7fb6c98b3970926dc3d4527aaed66dc09841712a8de812d35a8333f48e8e56b7180a9f2d3979d486262f4158088b48f2697b0162bbd3f786376691a5fd727792d1e33d6d398a31bbc459b17a3d268633968b0e2e54b0d4f62051e2415b2485c9a4945a713999370e8a54f1b599e8dbc5024201ec529ccc235b0d4f3a844b29f79fc558fd399c358dc6565d872a1412a673ea88bbb56af27137abf5cba8f0a11ec833ecd239c3a6e20cc025e021a9ba62645640ce4f2047d4614d17dbc3e3bea80ab57b6439ce6ea591db7e82417fa08362d94863861ee5783b8be5429daeae6f113e313c39de1d4a049c7c554136408a0e1d2959ba1ed23e2455c5d99ae2e9a7a536622239e1f37e2571f6a5325e4ab2f144335d5ac3cdc0fb3471f4131b8354f59003eb39f2b2c4c614b75d9036a47a112a1f3675846a4cf10083083c29be2beef400e539f7abd9d42432a9e321e8ba8f85cc75b29303c4dbe9ce99298500d0afbbf07f39fee09e8d71425961d9877364a47911fe50c3b928b9436c1f9f3b5dabb825c93a015a02823f536a4da5618c0004f0f9794a86632fb845f823ce3815d0e8a0733a0ae531d12ea2c3d57f56c4015cc9c1c76486533d9c22450c2c767630b27c933a2480f79d55d2791a0a2a19e22b96e9ffc5be0f2b6379aa353389103365ea333a691f22522277609c9bcc52d149f19c8458de4c91cd969acc37db89860859b63a6b36e75a4a99a3576a3fcb76eb4189b6885e619f802d59ea45e7cf382e2c253a6bbc0e0a3c2851c720a62d67a8dc76765de89aa2e1d469b3fdc8658f55974e3a8bdbc54ff18caa33d69b4bcd6944e9891c9b9882e92d822dcc2a1baf334b2f3aa011a1881c6a1c0827b2117d92219ea08412177d4444b72558efd7e136e2443aa127baa2b88e1add3ff0e744dfe62d5370274ced6fdd2275a40e85e46070cf3aac8f139bd97938048507967b23cdd5bf856de7faf6d6366d7af8365928390c3ab4b6ffddc189ca6de8fff765306937598005a72c3c59de882d7c8014c19ebd3accf7c8648ed120ff1f16655580eaef26a800a0d657e5c5437d3e613401a7c83acf5f831e6c6cdf7c5313ea0a76c619229b32b4a0dcd5e7c2c124af91af72293acf693da31a59e46575cd070404f3c229d318aa6deb83ad7d18b8da733ff9a43aff0a5bb37692c91367254770e4613f3e9f151088d16d93185f6bc11e84ff353aff55a523b93f8799905f166a4ca7325332d4f6bdfc891ef1e355b7aaa3485e3b081752c089ee8dcf5eba795debf2b8e42561335f29ce3b0b7465e20be9ae1c3b4aaa45c55d4e94d80b6a08c29dcc2e87cce631a52a45969789ed67574d84823b57cdadffa0aab1254829779a3c7ed01b447c9f37568fc83ccc05c8100b4adc3b64f7a0dfa9131c07842c5aad7af15e7596a658f0d19838887db6f76c24a3593b67bd8ec16c53c9b9c10047042c6938174d0bc20b8c058200e7fdb9a9f1f39c3b72eff19ae2e374effdc7e368a19aefadd8928c566728816567d931418948e23b7abe976dca70fa024b6d00275d731af829187fb34d52215ca3553cfde8bfed3b8a0d006f736ffe994204133ec3945dcdd8f7e2756393baf2a072d5a2548b023b90c31a6d7da7670bcfe5eaeaf94f0f865f74c4256ea1c885dbaf8777ae3f053ba1e830f54e1d55942dfb0ab00bc8c4fbf224cea1be9ceb0e154ae4e38c08813baab7d187e15191a0a7b9a85acd5bea12957f83aa05edc6db685e327514a32a3bbb37d544966e52d157dd4e34409381b4054afe0f73c1171760d649baf6a8e43bc850c7feced6baee880507767d4da55ad6b526089556bdb913d5ca3c4a02533bcf9fb59ba70f6a5cd8f9257a99769af2a91394831e8f7d64f3ff383365aa5f3bea40ef018a5f964dca2de7e0d58589c7eff7dd2c28678a42e0de43cc27342f3beb905d410c2882311d8ce7837826a2e49accae175e18bb1bd86c5fdc6b38633c088d46c5e0a0b40044c93b0350779d1d9751b89cd074f815d6731fddcf81af3c12b7359ceaa9bae4f5bdd5ba888db7768080cbf1220bf0c898daaa9c02e5c23c19e9af3a8147dadf26445d0cd483abcd0245331c200975e6dd9cdf749f9eb33c20600732216c7ef273f891f2aa4455ac3d99a4a4dacf19549a52fde59c40493c211b7b5dcb069d77669b1feff4a49fd6b0847a3d7eee53fef441f03e6e4aea3c27a0f38e3ce0b1275b014f650e0480f7f930d590e3cafc75dc21f458098b673c37e88553ca6454ef097b7ed0d37d261e283934cd59975fa253232b54cb1ab63c3f6e69367e928ecf8ad57af9a39bfbde05eed3ad447a6d273d7b3f363354013c6d86328081c1e8f5e5815b15c8f4678af4d84383047c9fdc301d99b4f8da8c3c71cd233b952684703666c4825ebdbef8af389d2bd43af7ace9a1e219d148f13c783ac81277eca9e2f3ee834c647fec64ce7c4711254e86e916143d1ca973a93c9b00cd90a010a008d1c924da7fb1d335c5b58bc799215b95c44790375d352b3ca3e0f19d6d73a734e63370162d49992fe9fa0c38274a8317a920107d2e019d3ca892482e3cfb317a81f466663aa92f7cd635a1469f22a93c5e19f5f77dfadd3caaff1be3feb0502c767f7553c3e16bc8d635f8336c9a904420f0545ae77e4f3cb82e786e154565d70108bfaa6a3f276f3295869cd21a683c923a2d0652727b3cb9ce8c17f73a39a92f285c8fd68e0374186c83170e5dd7c7b35e381132e6f73cd4abfa2171c09cf28ad51d327b8f9ff6bb513a9cce85b90380a53255863f113d14db3ead6a0d9b3b91dfdbe67c81738758de524cd337c5a68eb75308ec1d1b3d1541403581d3bec1b2cdbe22cd76c96b6b61cf9b61e2b5b42e6bf267e7e6453d2578a72cc7277d943cec2ae970b802f6e375588470d073ecfd881e488123723d4d62fe679e603cc143f30398c118f25836a1fbfad82e34781ec2a715cc157b3d51c8041473f766d0f823cd189394312243a8962b3362ee9335a57c3c50e0433d5df3f3f96db727c24fa80cca50ab303b267822cea61816950f9a83c3da65d33d9ae3f3eadab9a60cfdc8f4075c1beb30e4f0051b24d6ece4d35b07be23fc623d9fafedb124ebc448d3103395d46634f144e5fcb1a156ad726ad110213ff6d13dcef897ac051d0c172e09db958d1c202601d449674371a002025b4fd9d853843dd11264747a5ce049674eec0ab4641925ad3f38adb3ae652560731732fbf4493e1ad4d7db5dc69a9642cc8f587692d8b063af9af1b9d32e4e32c24ed2b9d0af3e2238b2f9e20bb92a53402d82f6624814b0887fdb22cb61698aba9b9e45788b3e226559d72da63a30a8b008fdc63337f09d0516f99efe2c6ac0b38ddd4fe2ac3e70e745c13b1c410adb05e5d4e1dee2f5e371e8dd83e115a2e12c2832e990093e7266c6092fa66cf9d9b8240a792b622b0b10305a48aa307762ea56c79d9d8f3e87405a8b0c1b4883d390c79392a7ba39a09f299f57ee8f7c8439eaa45e7ea03e9109744eed7dbffa25e5c203dbc710edf3afcddae29837e20620b51ec236c93e97b58bb89512bab02b1b31fc98a158b99073cce9b2568d07eed75443cce6ac3ed08e0302a4ba3ce8a90567cd5c5e1b5fb7a51519f9bd399f4bfd05e5f6a53a3ed207b550ed54cfbb81fb9fb117a7377215ef6093fc884b1fc2f9cb92239e463ed7456f024787acf830575e93aa05daad3e0e2669ae6ef600bd86facef359393ee078dfc8663f29c3cf5381fb038b76524b875ab99bf889f0846ebdf10e520c3eeed4b9a3eee3cbee57df5e3b9eefdee8e11be2612a71e26fffe16963fdbdb33effb847e3bae62b9b477f89592f840143adea95bbdc8036db72c92617b6bba03f084f3e75c97ab7142f41f5c79a096e3545182df991064984c6475568dfb3073f09185d844d2e168aa6156e8a0fb8e4b1620b3473dec11354f42bcf488813a63f0bda9f3e21a964efd9f9e2c0455f35ec3b1e247e2411a884a7f126c6a00db53f1229e398208ae57759d378867f6d4e23a2222820307769fa49d9b932c0f1693f2161303f2b6da321a95a8c13bcbd7543a83c3ab0d3d1cdfecde43eed4771f73f27acd0807c38a769c77b5fd07a5f292da90832ae3d776d6fbd7719dc01d0a13f2c6775a78f56e0a2c9c2942d5562ebe218d4c43c6541d1c7a9154b4ea107fe3f33cdb3a61292a0a58ab40cd3f3445be7714a95871bc58e820e95672a68a4593f354bcfb6aef16a42201e2a44bab9dce450080fa5fa023f349ef15e8794bc043f3ebad00765a98dd1e0fef1bc9d63bafd1b32758d930ef0afd5f3759ef6f6d03f4827cd5312fc443eed193c0f3536a90ecca73563e1a8235f7b38f98963661e3f4fd56436b843e81289ce7597b8d63e4a72fafd68ab74bbd7edf41665859dee3f51a8034fb8c97899529422edcc26c0a8145a2db24306a29d1f1da6edb86a0d3f5fb1de3662d9259fa3b6e3bba79babe8d6aa4bd5e7c715af784c9ec062cd9f3fa093fa0297aa685d9e3000da0942a2a699c905820b88e04c14a1a04ad613bf3fd3cf0ddbb4e03c97e8d9e3eb7ef7b29feb53d731102e02afde5104b145be6d3fe3eeff60d17bd45714f7208781b065de360695572c84c306273d42c11793393febf559ea9da4b2b83bdcaec2e153060e7b42761e15ba2c4a947b399ab11b7f3ff589575ecb7a0300b8d3592a605cc150b72b92c92d5a9cbe90c620aa076c6f3ff68f9b4534f340e62b9c3eb8a282b27e0c1ea35f7465f8ce1316fd760a68b34004ae18132486fe795acea454b11fd52b820cb849e966afd892632370a043f84006765085e1cde8d46feae5344feb75909d1cbab8f6baa6938e1c59376ad1a4400773d10827946220d34e0139450f3d0fd0beb1dd53d130a45689cc7bc84b1c401388eb6b081ff78407f4bea4bee45824cea950427f0916b4f2e6b23d50d053402a35ad5dfdf0471bbf9d8b80f4b2ddfbbcc4d680abdc3329417b97410c8171403a788dff639d8ac386500f14568f118be0ef71748f8ab428840e17d72aa4cb404341b05241b335b3af50fc057d94a7f325019a62495ebd437f1933b7aefaff404c6f9815d69f81477f94b205d76aa75f78300360e6fd38439fea7bcf704060405a3db99e7358ee2fd8245876f300b8ffb6759079b31118383d379c861dec04405e3cdbac273de266a9f56e2bc17ebde477828d3b0408f29dfc990001aed2074060b137b0855a0fc79bf962037650a989f532f81674ef40686cc871b8ded280407162ae6a7514aa8f4f20ab3b857885d91fedace61a7b257909cc2a84f09b5d4076b37f4bdea8146beac3257e867c8160bcd860843c3550ebdbed05178aea2e407c49aa4ec01841bde559ae983a5f49e2a1a4cefc61b12a84158f29f567c24640897ede625285e98f92a4ec5adc5ea8c667b9a3f5349c745c455b5dce782eb840906cd76c10fc1434d212f477c032bfb36caace71a6ce3350b1e4e0229ff1be409e95034633aa0bbff21e5c0b3bf465e58830db819acaeb4ecd51508fa3a91a40a3a4fe6e795ca36708a5db47089842e5dd73a435773e6cfceacc5cae029d6b40ab3b84aeca45ed02a01bee0f7853a70d11d63d07ce4ba6412debf5709ed77940b540c9a6a1a0203df44b7780d9b80d6ba6295c58731eca91955dda1920dc8840bc5134c406a650a2f1eeaab1c06cb98f4ed88ccfef4621c2db4bbbb3a2e59141151424df30a96a05f0ba670002c93364686647540516dded47fc29ccb7b321413932d0215a399c0ffd5e1016762ab9020044381a3d51b5790282f41a4162f4413ad02878cab6d5b2a18b086f21035647b8701fec59bbbd0eb1916b94662f5041500ad6ab546263902971b49738a48c4a7a958442b77991649e3ffff39a0c4d4176a17b2f47aa67f65e3618c67e460711d40ac496c30215de53410993bd82bb4180bce8ae35dec4f94ef66b856a2857dc7b6cfcc8c2398e58496b022e5122234186b2ab9d928963a1bc3780ee36df01514e5e0cf22242d47a17b4efcd8d814e418d15ab9d322c9930460d763ca0170671629a39d726c7b0ee73db2616c12fe34197b4a9845a0b1f2508e4863650e3c3994801e797fbae5b680a40ef203ca6bc41a02ffaf565c8caa350ea9a33c17345e48262117ae1ccef25784bc42354f4ab41c06a8adab1ff5dbd55e6fa66dd3839629518791546767731be84cc248865f441c54e7e9afaf46d44442ad85711208e0ab40265a91ad7f65ebf10446875df5d41d3400b7aa2247a59e2cf05ad756dd97081b9dc941ef55eb6a336c22fa362de41d50282a1d4384fe6d0b205e41680edbc198e9c4f7a9cbb79c54b1a74ae195c41d5dceeaa8b69dfa45ef1cff4db66df57cd8ac39f76baa223199f1a0167ac6141dcedeb95d9e5e38f297f1cfa0815163606cf2e6b23d51f610d5510b80588b241de65015b098eba8a7f76cc9b33f8beaf6be7670a228504a5b9aeefe0dd8ce841ecb07478893c2f59e2f9c644db1dcee1963a3dd11bf36fabca119b9809758541fffdca523c4bc9e5052174ef0844b64ae1fd4e19f0fbbd5d4621c69a7c0d6a4200889e377211ef940a960237359aac83b3489fcf844b7e8b2b82dc44426f8742011f1b96f935b87d0d7d6454a010fde40c2fb4d0a8ee1bc890d88ec0e91c2c4211421b17495c63b163781b7c9f19a60fb3630dec9477484e2c3488df3fd8d2421e8c2121f4bde424fae382b1d68421b6f7565b8eaed0fba25dc790cbf2512742260688c54aff8d503a6f86a4fb6c04ca477c50c43a71d55f70158a21ce7ea4422a089c2f7a0ce2e96ea6e4eb2d8f8bf054fd6659a3c2c47a4f7c8545ec56f6428dde462462dfe9b2f808d4242e852d7a466e65834dd42a2f84e89ae7a2eb7c429556d5c5fe8d170a2cb0b6c4eebea34f7bc6829039f5d2a299b0fdf32cf396429f4d5adcff7244089e674bd9f75a9479b3f07bb6211bc864f7cdc4fc0ed05642ca3c9e3da050270db3af8a0b6cddfb3568684840f1437033cf32c9ad76436342d65215bbc47f2a38c598a1d3ef54e590f0f62f5d73b72e39542804c8eabfd442dba544137ec796dcacdf423e5c5f4594887180c9d2e76cd84f78790a61c51542dc0ae79915a8c4a13f7d5678a212bc7141dbd01bbd6198b3498dd57741273642e3a24998e871839a30fa711a110bcf2a20aae95a3ec3c70e1b2543d8216c024308366de5a9e88f9ba5edd76d6cc9201cfd0bf5919dc6da32877d245c412f0f43133e3010edda2c637fefdccf4ac1769d7998c8ec9a932854dd84e79e07499543191d4e36ef05d45a3a99637ae73135eaf9c1284573eb7b28921bf94dd718bd436ae1a5a52dab4402580f0d484bffae84abebd571be4dca601d6f18bb928814436ee2065563149c5dfcc0afcafc4cea1ee1985dc4a236bdc0430f310872fe154374911485b95b96d350396f8e26d196b76376d143c7a1e27f8d82136299b23b43875d83f3c91555bd3a33b5113cc9f8763d0d88025c8ae547e31b29b803cd164389e276b96d39109d29c11c15b693dbe677cc6ce7dc4e8164fc3fb93e6f1fac4397e5341229d6f8929293bd821c690cc78c8e3c0131cf75d4d0158eb8cf1422439c4f82351b1687589410fe57cf09c3ce4ef9eea2e14a94bdcd36fbe515011943ab5df3d7aa2e37ed88da6662ed1b1fcab9a69a6fd10924bb4ce199cde6704443b5edf833a8f02860a1e86523a58fbd62f633d58f7e153b6fac87d217c2345443d20cf78c6a9a025523484cbe5c5925faf0fd2281dc7253ec7ba8f574d1caaa43dcbd3d235c890f344316f82efb03f066d4e43e2921e3dfca22d61067db1d6b43dd7917d48ac3034a44146fa0044808bc79feeab82415f5d1dc1e0c2bf17cb043ea4fb85725930caea474df8fde5912d77cc215d5268b0f309d56c28cd05ccc43f439967eae87660e7e26ea92f2257b0937f101c8a15bbf7b61114f79eddd06441167398bd5a50f9dd4152b8ba0199bbdc77708e8770e2702dedf594ac445d54432508d777238d549051897fe6557927dfe9d298a73df6ed1e0b0f6b300feff443f966a5e2abe1cce15a57b32b9090e57c0637ca7200114ff5d8bd4798dfc74444385885c4e1a4b6061f5976fa8a10eec32f54cb74ac4135377353a4c01bb5444486f42e4542297c1aa2fb9545b8268874e3be3d62a8d77b46fb4a95eb4b0ae444c5367d1cd0167bedda8bbdc3fa0e78c911f81e5cdcf9eab5931d19b2008684457e8a5fa6ed24c0bb034c92ba4581d92ab5f8a3bada68287c5a507c213900344587b0ee64c393645bb66c1f83d6be83d373a07ec234a59162373f2ce8965b5446be4ca0f35f632f8f1d6fcd26f1ddde2eff485abe8e4872ba5d7a44930f0a64470228a629b1e50d66d454e81f77d5e1faf05b9b35bdcfada3aa871fe66bea44480a969221df1c1f7a2c79efa74dbb18c52408538b9da01b6ca07f175767518448254d7459919292447f2ca136574e67319ccae45d9140bb9acaa0aada2e6e3448fdf228a4bea968c5407849ca52b7172cb39a09a7ffc1d8d14744aa376212144a30f1d257d16b34983daee6d8b0ee34632ef3d902888272ba5e441929158d344a79804f92265cf398b1456d6fd4995956d8934323543da15ac41f350bd255f44b4c68ead36c618b953b41f78e4ab686aefb08c47ad5d69cfd269b09117cc5f44b655bc3b463da3b981e8bd6418a6f85a119f4b2fecb3682d24bb12dde7582344c7e414007791ecc4175697ec01037652776f0b8996ab89efd77ee84d52f90f44de54d55836955f3854261a1055631a7eaec09c40aa815192c2dfd33367f35444ea7afd0a72c6c5d2d6e4236f3818b690ad5d14d471f1cba93867bfda7796d444f90a444b6275e734695127921d3ae906a92d21ea9a3a09affa32ce57695cdd44f99ca64eb9992d493096ffcc0f303f8734e07a6601c115803ce148136eed0c450dd9d7a2ca340f191007a62fa45821c1330ff9e8ac7e009f1bb6d2f0e95d9f4528c4e7da8fc010c24b22c279a48cf936393d61de31638d933307f8fa30986d452ac8f168357cf0793b66100db16bc006808f15d46187ed93a47e4ecb7206f04530c01f38d602b54cf315ab90fd7d7165258f76b742c07c123ab168a61277864537b7337ee3a11c4bb50032b3168806f2d337722255aa051925bc2df25f3ab2453afa1f996b66e8649c7470732a481140eb9c2b9049ca330c355f1a728c33b4454080e0e5f0bbcca3e3426ec285628338aacf9c4e57a619e8a51425c8e191c845472d3dc08a198fa57ce8f08636145720942b784130f586024963710b5f962b454afa075655f73262376a4d79a2f0385dd76e1e467db0de5a87b23f34edeacb45601883c1663bbf9d750eedb3271e7749f7248e300f56189e6f304833fbf65d457da2071ba19c5a6ed58d2e4784b8967b248b58d5eaba286a7971ea11a36f3d459281aa87ee36dc7837e0949be56ed6f76f6aa061b8fa682eb9658eeb35bd06459aa0f527de2506586d9a2dff51bb73d8fbe1c48a4b6562abf862a95870621745a82d380a911c7587da542fc0c2a70ccece8f69e2bf78e4fa7226a4201be63345a851e9b6ced66404a4a738920e4c08dcaec5b940f1fcaaa0ec235d1273efad45d0889bc4f81c1aeb54940395dd04029baf9ffda4d7b584cb2481e7e93bb15145e921b621141d89becda5fc890c8329723bdb6e36eaae456bea5331fe24605e45f1e90ef0e6ca0c11f428ee8576bbd3690a2eeea2064be9c018b277279c365146058120cda55aa95a28354a43a9c2e5fba16bf9a81d22fcabf3f37c640777714608c7be9a27ba542563eb2a7c6ba205a891c883bdd3d3751ab2994eb1f4e74d46110eb46b660b53c8471d164b233ac8c0b7b3dd926db8536b81dc03c2c525eb4614ad68eb03de99f8ba07efab486dce15f0916b99c8dcb23de61ea207af998d4616f77795d8b3590cc0e3163de7f59c211902ee429db40dd84a9cc5390fb48f462109fa5099f60d27f3770b939d02b83a2894510a92143d6a6cf5e8686ab6ac462b22baa3e0f90f327c2bf646559ac38a0c06d8053b59b649e18d947d667d7c462ea1ae417ac97e472d05765e745eb9b030fd0d9704ad36063c0887d08566684643f641d1fd3e9d3d17b29af3166831adf007584a5744589834d4228a3d5458464f97a10cff151c02563322f8aaf59cef14d4121ebca3aa150f11216bd050f246569bd1971fb161e83679b17027ee33aea55d06b527861bb415eed312fe0e2c467d26773d347175ae1aacdbf9ad130b8d583fb7467bfba9180357a50e4221bd46a7af8a8f7b1f4bd8503a0e8669f2aa67460813b45c1ef6dc5a09280010477046a8fbf8b8c9fe9e79bdbd80c5fd7f9919dfe9ede2336efa02c5e0f3d323dc3b46a9a7f4c052b43c60bf1e173d23081169e2b67a9d4167b305446429ccc08b7146bcdb7ace1967add9077366fd379842bbf7b958b2f181d0b7134977b145f1c946e39874f6a2c70f19a376fb06d61aa53aeb3b8413fe60d66ab5caa0d442a11b4718829bf05ed097ceb17ff1949b7447b965f87fe57f9acd29d7d9ed1bb2fa5c471fbd6e8e93a855aff33e295f1a31bf64862fda9dc5321c81a192d23e1ada4a4727411b5168ee4dcdd41e56eda7b676178953289d98478fbcac6c5e7e4079dd4742c75495826787d77b9679c388b7aaa206860243879496d9ced949e9d282d94742f0ece0d223169428f63e94b7872b3acbe1f9d4be1afee468fede2f54820b47497daf893f1adc295b3e226ee560bacef7d9438192d1e508a06366e3171394475d80cbbd0e7b306e05d991296d0fe677686eedb86d02adab5443f1ce267f81475e9850ff5b1711f2d9d6b0612bcbe48293de1df603dd886d9767cf20a23ff747737122a1f77f07716b95b62c9d1d06d926f0757b6eba8a693e9fa81de16dd347737deaa3a9b2a57e0c56072f09ddade6d91fa45bf6ebed3af11c598da3d75c47745f21f3a74858cdfbadabd0ab7763af71cfec65e4fafe36c53eee54816bf0477e0f78251d18ed8dbe83cbb3f1e2f33e299eb58dbe6428c51a0242154e4a214785eb2ba7da389376b3cdae31672a1e3d5e358e56f8f48fbfe98085b70ac827478a408750c883c35588212039ef3158594d93c9ff5165882000d78d0f6018c6478d16b43f7de76f3ec8c755ce8cff35ae4f2a71fa13262b7682331a526d68404791991c677238c92cef42ccde637f5d758d5fb7610dcc8a03b2d0ca3b987ecb47bda6570df0071a87e44724e93769443ec9628b1f1fa4e11e5ecfaec8ef34f647c4b3cb1097bb597155e984a6b4a8b46ce22209ecc82c025de2fb66a743227347c6f62794bd5908a1bebd37cbff05e93554b96ae764353ac28093d9587d7bfc47d8487bb27095043c5abcdf744da88768600ce11c4bd01cc4c7411f4c96bfc547f003b1a68d9f63ebc86007422b39316c2553c2151f3be0384221b6d603bac647f7d8ed3a97b37df2ab9be7a4ef5caf0d9dac8fcbf7237d67e011c1c0f375eb4801f34166ba25d607b33168b02a2304ebeb051ab7554555688e8d3e423d72874812700db30056dc1e51ce5db512b9253c8ba0d91cff09d02673691aad135b95481285df4865f951cece65093d3aac15e632734fc538d74ff5bd72c89cc596d2482ccf6f8bfdb831f4404f3ea0e38d95cd52077bf51ec6e292356ba96595cbc4483639ecf397c39fc0244b199db201af26faf3896bb3addae1d1959100f0797d48396de950c8a5df22a654809e8ab6cbf9c6d5a9fed62f35ca7b21df23cffb5e4842c19ffa985d3d7c0dd3554ac2a220d1e849b1c1890f13a8ad77d66a9d207e484ecf3e10d9d92b66f608e3f25651d1899e32a7129ee5f0bde715cb5e02cdd048598398664170b2305dfd994f6304c28b974220a7022fa2efa1b124911d673a4860066b664e96b0144c07f4e4f568d760fb881610036f1eed0ce85b616776454861c7f794f7d2c05942a60e1b339d474486abdb8aecf559b87ce5e55fe25dc0487bc3383b735082253ba37191d006395c1b9ad77d10f34980935797aa040e124899d9a490045dc3aaf900d8eb957b2f7c9dc80420f6181e6f646c804a2f31b148a581a951ef8391a8307aed2f01c074d32410c6e9da811bc837c82908e6cc4948af0b8820c0ff7bffe42221621428c2efeb4172f5ec44b45decc9df523b95ad48b71de3cb4ae116b29f7fa2c304a06020a8f7061ef285fb7410af480f56ac7b48bfb6e8b935b12277716e4738ca78430cb7885a9a280b8eeef7ab0037ff0ca248c4c68e1c17f997ddcb2b400cb549eb18b7dc62879a5e3db651764d365f694c48e433963a426b5b653c4b52835436ebac754c81c104f69162808e68cef1f9cb490187a5ad3108309725f3566015deae66ac61faf6a6b2387e28d7f5a78b9d08493b428af4bb1453a5f3bba9e247ac6cbf10ba9444896bd90f6c2c0089e5e42949475119700f10b89ccd0b351175bd12f28c0063c07bc27dad05e741ecf0c23e494ed2e4aeff4599e7af8f6a8b14341893471a1a7d94aeab43bf044ac543be12495abe933401b91bffdcd6bb7bd297d7377461d978d09248ad3196a2c6d608f0497912f1cf0d7cad71aa1b9b1d11965341fd2a8609e7c47d4814bfe050c194e649897ce11d99b530c7dde1be3761d26eb98dd21790653b8f5c55f41f9cf7da1449a33ed9bde2ef5e696c6941120212ae24554dc2993e9cb8aa6ca829a3b9246949a4c0672dbfd3d3ae15b6503f7bde75e24f52ec5272258b03eb937e04de14d049aed43f8abe1fd452f16023a5e00f0243272722b7aed35c6a006152b25feef449cee8500f0bd524d04bd17ee1a250acab6d6866e2f1206c3c212c25de66e4fa49cf336437b05a34908a55d8161cae2156d252fc9922c6df864b6f9c6428e2b249f842be0e714d20357b7336206c69e659d02c9ec9a664d3c3d96508c30d655549fbdc3fab356ab907cd6e37e01c90bf2b23496ba5c453a6daeff09b6389028849fe7af71056a125be4ed229bda1da53ca5c8db2b20c6eab242d2f418840dc604a05521832ef129bceeef15fb9737b0a1e2ffa76674c69f29c9b3a082590a1ec4a1388a6a79c65a94e3200ed5920a510af627916a8045fb742879ad4fde951f14a287c228a44e7d67740cea2f0969877eeefa73b60ae53fea0a11645e127c95d4a305e69e61c4e99d5e9a4b805ae79c54ce9c26dafbfbe02f8eb737b88e107284a3b3f5b28d3e62a51fd827ba53834e185b64166f91b55b1f9fd86ff35663ba84a57f3e6dc65fc6a05f9a0af124a41a8a3cb555d31828e085e733f8f5a82c6004a58236ad519c0c77717f6d4d39a59fbf9e655085a2bf2f576e4a02a2b8ceeb74a5db2c6a03c534d76f06964157a84e5abd7fd3e808de0a685263c64939843174a633d5b29c94b35b2abf0001099962cc9532aff82d5ddfbfcf0b73a4699a6004a6a11b03bfed6e34b9ee30e3b73bc5ca21d9532c77e80da1d0e8b1f073418bd4a7ec3c43da1143beb859efc942396a0e109224b1a452b87edbdc63133b098174a893390f541025a5b87a73b8960939b02b49fb30620be8333cba6c46f9f1ed74a931434c72b606209ef88d1008f59029f917914d815ac1436577144c3851c134a9a208402cbc356a1731966995eb794b3a5cc1daaf4fc9d0ce7f330475c8a934aa88aac591e1f998e0e4620c1a03e2595504d4611ea043fa01969ba4f971fea4aac1e890970357685e3947f8476bdf5def4b4f0388a899c83802820b0adc1ef4ab7626a62ee893401446a1f0f772a349ebed4e9b18b70f72d3a567840f39f7e4abc95f74eac40069760d90515a8fdb9501d29402d1f3859b0588fec2d8dd8d14ad03664a2e34197cb6c7b9dc1d0991c1700b69f819b051f83df4aedaff7ee684adf8fc6817d30f2c0cb2ed41de4fb0b7083ce650947cedc5e97f07e95bb51794ae30594241ca7f1451ce6be211a80f322d4c6f3778c4f4ed519d0878eab5e6d4aeced5002b0d523640954eba88e3dec86762a02511b0f66a7a6747a0a93bdb14b1049b3e5315a0fc42ea07cbfc53d8333f75330130d810e9ef71c385d16842b4b33b9059d5303cee37846b8486eb6b9125a44618bdddbb3dcf077ef73292a784b3b50c861060b737a91041f6e5a89fa8b8897a31d2a6457c491edab6a895d724b508df087944631296f1ed1f43437e6e2964056ff4fe4e76655358f67cc1eec4b613ba8d7bef024f9285569e905f27b69ad4e2968692785f3b654cd8c5930314b62a1430dcaf6fcb71017691f1674a5ea85a3dc0d8f3fd61a8ae4bde1d336b74b65ab5de96fe3fcefa288893f3e9df14d8c0891a2330ef63caf9716eef080584b78641c5d70c0ec949fec3672eef11b8037719ff937906e68bbe058114a81214b80d4b4cb91876be94856dbfde086d7415a21da9aa10690bfd3d0d0f75cefce4b838df53b84b92e7f385ed226c4c81a95e674dd25aa6ee2f2937c54ba18e1c84b8a929a6874f711a390f6b580c3a2c1c2aa1d96789abae4002c0a7977cac28d4b9e7a8dadcdbc041c3363d6d7de960832328e3f43f4b7a01eaec640e4625f4c4ba23bbc7a74e5ac75b5ee912c317dbdb7561a262185fc351257ab17fc2c28194bad6b98241e48add3ed7438a1309925151abbb5278d91a180258e202009756a4bb34f99ff45aeea6edb4146f23eae9a01a3da928f6433f8921a5fbb304429274bfbcf0a61da84680229c488239de5b78642dd501b0fe514a124fb7f3ba6c00e4c2451d0f6411aff33ad6f54d0d69ff17802e5705c891b43889904f1d069ad354c26fcfd7abec18a84cfd68f9bcdad192bd509c22a2658bba5f626521e26df654c3e90cbe7ec5300d4d17ddf94bfe2b922b22e8d6af46ec8a17a259e0561a07c4c452793b28e974a806e45fd4094bb6cd1722133ce86948fc2e9b708cd14760d4c4cbe0bd4293cf1b6d59498abc06aef46ff9c9057ffeaec4230962370136dd44c4f48549063f5acfe4be336ae84e62e8565a33bf85dc0416573cbbf53a0a9464c53c0a9a0072356886f80386b692ea365226ba99914abfb92a3dfa6d2eaf2704c7134bfc9e4915a93b4d5b5864800c5653710663deae7aa0dde0a44433e4f564c7a371a55dbbc787b9055573f4551e44b8230e0861af7a704f96005686c11c94c902870117970dc5dc9f32615ca38e5bf2c2236bbcd24634dd7b35a7d75f2c54cb466361c98d1eb3da6285bd1850b0f80c502f395176095f523377eb52861144cc8ea4f3c0fab6537bc6a7df33bdc68af97264b907fd039f4f83c95208ba8c24cc9c5c1267db386500ecf17f0ef0edc9bd81d10a4ca7c18623331d481d2ceb34ccc1b43ed95b43125cc50c7ad56eee715a9ab717ba4957b722248a42eab51c74ccc43a8b055c1c9e4d868553b34e66e7d0e526daba4783be8a8c48c1edcdf1c4cd37651130334d4e4b1c0788c14839912a1acdf413e87976b72ed6b2da700e04cdc3a7df88c25162ca4e2835c127da37e385cc2febb4f6192a038ca4473588b4cdca85c48bb1ef83d63ce1aef8fe2498307708b628078c66e35a5c013bcff494ce42a7ecea0e0a8458978bea4aeca493ca527d5554c686b5f8b8d811d66ff424cf69be55d45d43b4203962f792f6b5dfdae728daf22059bfb3c20482415c9e74cfa06edbfaf9998f25248e278dffd73c471d30b35145d13fed6ed4ddb6615394d0a41274a194063a456eb1e4d7c8f29aeaa3dfefc3511e2bb635bd8d9ff99214d0c0028a5ff408d68462817c2a8906f1a42b003469c41060d997795379903964d0c84c7c2b14dde43d2d7d02d94f99438138d56f25d22ae3f469dcf2fd0bb874d14e2ae0448e2da8bc6f75459c75193b51e36ff9363e0c8126611c67c6883184d1917568b8073a5baf59068ecc924f443da9d05722b42b777de26ca75266ba04d1b6b5f213ab0c3b3931c611589bb8bbf2393aacbfedaf85c15090e5e31b3e34d39b339c18437ab8fce56256cdc7a895b4236e80ad40e7182ca95e71ec3f0cc4d591c7e7192b85f24f8313919b177d9e50cde608cafc1f11117cdfea61aeed34d5bd869f6bf254daae14144bd022ef1af6c2e1a6ecd20fd159070b4548b74834d794c3b8f2d98da9b2549b6755c1090894b7c08902ccc9ee2c366edfb5d209b4d8f113b2a026a87ae68d2003427d7750d5f96d060ec047422f94fcd9d96fe344d98c4aefc2e0b346a57065be1e46160418f16f981a5f93e9c3f3619186558c14dad6b3f5bc304f89c2eda3066595dbc6422c2e7a064499bf69ff10bcfe99b8c4dc0ab71bc0071dd2e889e3207ddbe9a412f5e47ccd92f51fbbe7472aa9c11ea4dd3ac19ef50d7e8f0963dc88d4d0782d31c3e6c77afecc09bc903976f7686004dec06807ed0c5cb59a11b876bf8404cff2223222f3b63ae86766a7e00ec64df4df2f8f4dfcfb8051a0616508b5c78d2d5e700398946e6273fd587b7f7ed3d814df6530270d8e17d5483f72e21ffa90efb247c4eeabf5cb5b8c5d7c4fcbb19594e01c4e2dd9d45680fde061ec6cdde13921ae2c312dd1fafa41f2c502e67dc4b4e076df6a2868a676c9129bcb4a541938ff3a20405bd8488c13f968720fc4e824e14dc656752c87753966e81cd0a8db6af1947fb99d09a0491bd8a90a307af714e39d81b935d60c854a5de2a4ce62977e6f20097852bf8c4c3832d725d90e7cb4e413b0fd6b76f958be33510bf398b078e3084d636c7ee6cfac3866c797aa3cf4e4c32bc1ba468daab46a524485b3d4eca52b5149e32040d5124df7bfcf984294e5596d0ef9a017bf6b8875781e76b7a5cbaf06d829899bd6c66c711ebce23374e603f67a81a0f01d3d8829ecb80c6e87ab1ed727a85653dd773a5e0258c3ee94e702e6aaaec83a366b43746a52c44c5c6db0332d9ad3ac47fa432f0ad2b2ca54e7ae2801d97d2a172b417b9393bd3f4b49b2c3dc4e80ef5e497886486a247794e7fc8a99f78833d03e22e81e59fdb92b84702b8a40404976e81f8ce63611b284e8022c23fdfdd58a804d168c94cfae6663f6521232bbf6f768ecc6088d06eb64e9f261ad3ca6387b2b70a3704e0ebd6cbbea41aba93c58fc736ece5fc4898364ea8d73ad6fbc68eb0ea3edd2511e72c3711e809e767e28e600465e97a9a142c4ea99dbfc45cfccf70743389dac6168a2b07072c6cf927d0634f512bcef75a8c4ead76b2d0ea08de8fe74c5467770352f6f6808d965c98d01f1047ef682c96b44eb3496f2610c938928fc34d197b9588b2fa6ebc9c80a54a0ad390134f83af194eb4801587d1653e68a6cc0140dc4a7c6a19f4ce6cf7c5b770103e5518b8d08f4eb56adf24c8c82df11d47452980b988b3264aa9c734f0d147bfe2ea9d9d541e4ebac56b8efbd3b2d91518d8472783163a8bafb198325dbffc46c32b948b8bde4eee59c4474462fe69c25c6952034c3cd82627113fcdffc0e33cb7feb35533584effa7ab574e6c4e347e988c204a26a052975c7890649cd7be74525fe9a2e3204f17a9095907ff40b2399f50aeb72dbe07b8edc1c5cb3efa1235aace55770a274f1b8152d66bd46729b66546c3a8b0c1bc6cf5162c01128c9b10da40caf4ab924f1dd9a89b7ce1655d7c6d4bbf08037ee946a8d382cb903b0e8b4a22b4aaa4ba4f28b504ee7b5cafc7a855de5e44c125fe9d21e4b6a3aa86a158ded10b58084a4f3a1858855ac92594e7a74d0e3b8e978b8b093b3fae991ea4d597176ce625bc4f43646f5e9ef9bc72b2f59517943f9ed3b29e64baf9f4ce1411380efa2656ae4f4706bedea31d0c59382b5dda5e7701e274e6bad4e5585dddaf937336511c7a4f5613d6e7f82f9fabbd7e5a0cd2ca3c15dd29cf7221683d9bfe58cd34b411584f6549df56695c713cba3afb6de9b457b3441b6c4b87cd84deda271c42d049844f7062e536e53c46cfbbab69d6c6e4b2af487086001f389532befba343ee9d2a4f840865842fbf3c91ec17ea0c48c47d09ca4abe83b6a8748b864a82fd334bc34f85ec257a8eb8b3bebd10f70877769ce3573858af46ad885dfac1a86c8f55144f9088670e1dfb3610720dfe100af470a28dbb48bc06cc9096d6b78e977c13c44f9441521cb084601c714cae3fafd7accb4fc83376e57600556f77cb004b9cbd4f98c5f3e271257311357a06fb7486eb67f9b592995555f6eeeec7c7697e7eef4f9e75ec065c0dfb0d24c52d85d76b7d9233a7e3051b0560c95cae6b78ef0ef94fa7571a82398dc561b8719d28948e3aa033b9de2ba22a2bbe9ba388d26d3bea4fe4027e787755812e5da062156657d560b368899a065701f202835cdcadb86d500a6b48ba9e0e19e20736772372038ffc767b053085f5a33defab8c00e3692e500f7aba5aa8a4fba962d86f424cb95dc60bee2b6eac402447e32a9f51d16874501380fc0a844f237eedf523958a03fc207cf6e48e463a1d51813edd84e447c3501e6b1553fe5aeb7ab483bd9630ab4493d6cfaba149b92c3168c6e1c75d6a1e503dc2d90771cefae198ce225c26c934c4eeb60304f26fe8931d8f02309aa969504216ff3142ca8d3889610153df68403ceda05e0b219b8fa9947c0ae318bfe050427f99489fd13cfe7dff46c3c54a1be79be2886784ad3d7276d7068afafb7150442b01cba2b3520ec686c5dc19c51d1e83f5c435194268fe58b9e25d6cde57505fc0ba4d9f3498b557fb4d240d5dbe900a81acd606fd5d9294b37cb0f8612a506b3a4553afef761a984c16d6c182b361b6a9dede226900534f3273e1913de4506e73bbfe082570c23d63f87abf7b0aae7eab3016d1988fc127d767e5e1cad7507eb9dbe5d8a49158374cb64712b630a9bbb086ca51cbfb1764066b4c3be57d507f1ca6b9d8560a42a75e7efd88ab556820ff79bb1072ee2e46c73e36704e9b5081077073250ebdc35c2afbe1f3d220231b510f3d071083bc12a351436738f45083316d4b11af3dca598f34e02416cc09927282d6a8d80d287c2f67cba524a15097176a0a0ab91e0b68625aef57b23e7d12f8f96ef6bb936f46622a5288ea8550a4c4bdbc375f63bf5afeead10e73cc383246f9ae25ecaa1a46164a3a3750c050b0ed2a48c6b27f83c11e8a423fc242c51cf06eb4f4c6a4314b201b5ddf736750b787f53397ee4a46fa01c3910c028d6dc5e8df00895b6c25a99ea3d624ff0d50bfc44b264f0c98abda35ae27825254cba2cf224c07a672c13ccf918f36dbda50c72c965ca7efc3d7f3c1ade17fde5ab7f360e1e42021fe1f731fadbaa3863350ce0257b1e010b3d54aee00777ea1ae0d7921521a8b5b42452640c3f9240de350e54fcd0d0200d0dd89d6f0a0550b7d241def61fadc2913537e27c3415c8e4b50f794a925fe8fb93fe76b4e26d17b288e0f06cd62478e21e39da89c0c947fac510d4c649e1f5ed721444734daf8678e74d7b5ed1007ca9abe7f48ffb722a3bb51198841595a628fbd44654f8116d7141dae309f7bf2f3599b3018e88ee958765126b7bb67f68deb93a30361a8831710a99c49a51a35018a4563261d238e4d2f5138a8832ee0661a609a3edbfb94aacb177a0e3bf68314b6992ba219382433ff513e2b5d8c1304ab36279f4771992a722d0ead55b65a5cb13ef62329e2b54d1b514a72fd5a23361aed17eb6426213b5dd4fe735afabf0a65c31dd9e8ea3720fb514b508fa63bcb58d3a65f66299d16d38a1e14fce019ec439c3f0cab2a9ea3ae516ab9e9db3462ba0c0e24563755c407f48483e4180c8ca84d7c5262427468d551744146423b3c627cb3bb194f50f3a374e8db67791f57119f8d175a8bcfee8b5187d09c116845bb13639e4e30c2eb47c7099637aa3d83b502b56d30e93bd55d518afa5dd9dd42e1bc83afe07234b03f4e260890d875b05a73bf945181a8a05e518f874a43a3987d66bdb7c04caaa25b6025251f99a6cb9ac5bf62b9836947a851907a7ab7b3b7757d94cf98fed5bfb9b8f9f2bfb13e67b80c99263913e438d1519baaf64827e8f43cc5047e6468c3a78f96f8aa1fcd72fa24e275c3ad16043051a1f7210fb91edf74b1a94c3702098e0a2c4ea4a7b17b4eff7f1692cd77390551a215e0959fb55bbb23b3b654a4d3afd260ecaf30f58e948f51d48e528e8e4951a44eb45cc7c09f01739e6d1c47ab9d0b69df26bd0eb82130912784ef32f21e51a454b89f1a229973d4ad5a2740b5d4c2919b3e3d1b3b0846c60173f5c7505b51cbae35773ddb43177acb3f0d2e0768cd2ba07018820d57fd34558546eb30d651d37ead7552f06b4825f636e2b3749675d359d030bc8a39a47cf72a2fa095dc51ed990a5a6381dbc81034d88509f067060b6965fb1e2db10c0b27a9edace46b5214f17c37bf12aae5358d98f7a24982197c02669a28bcef87ffd8136a00010c5228dfb35cfadfa5014889a314339de2f51edff0b1f9dc553da0f94ed94bf3085265a3a0c37b28bf540f46e2e1cf01b20f519485fe41f0dbc509efc7b4c1c84e5272fa12a2f987322b50b8953bca85727b00d4eacc4c5de398db87afd5762bf052750b38af69703dbc4aa38ef5f9945d14bcf5f394e27742cee08dcfc282e8be52cdaa8fd59b12860c069b3298f197c1248921e48804ba467e65de488960c95552ee501513c1e6f5a22262a0954da8c93dd173486dd375a796b82ff681034dae52f2f119c5dee19f84e9f3613a6878b8961d45099f671f6b41f9dc1b092ba0cf5318cfd6a0c7839d6ef044d74a908a4830db6840f50cebdb812a4e7460bcd14a531fbcecc574426ddb8434749be5915cca4e39a18648f0843619ffa7fddbc3915342649eff718552562b053fdf1c01e5150ba3c7f3f28ebbafa5f530e9ffe2ae534bc349ad7229837d2c1b32a7e47871d402e36aa4f8362bad9188c469a944ad535e5b6d87af5fd8c2efc22c59c6f99de12571ba045b47e0a8ea44fde73d6f9d535fd0529376ad1746b7a81c9946ec0835bcdfb33773e522074f92d9f527e3475368c3e7e1602ec7218b3165eed3550b47173139720e6a3c62dd08341c24d755539b2cb5fe6fa80535c88b0b00f8db279659a1c3622d58076a51e6c8282c46e053b5e9dfd02dc279e2ef712eb42f7635f013051341aad50ccc0bf394fc742ab753bdf5310756d644869b864645d1543466c8ca11db81d0f3b98e4e8ba78ee10253e4fe88e984ce0a4047ddc3e366ec5f60490246b81c1c1b61516d5d2df73c0853f3adb0edc2c27cb7ef06a007839fe07c8a490296049632a4215669e8b6a64153f502cc8f8eb25b043bb80f63b98ec6c343f01a9545cc18d2c434ad3f36f3d053f741953463185c44d235362d8acd23bcbe642ab39fd2d2bdd3be8f52fdfe865409795ee20ace10c35cc765771ad04bc8570cdc0e03e5724ea9652ff07bdfc6541683b358f925b097b8ef4e75d805a9a77a7e63c6a2e4a81f431009570e5b1c54177ab6ba31501857f76a3ddc0f62b705d70b5927c7aa744e5429e8a8937b2754192ae259e016bb6e019b5a762e0dbf89de5fa922c81b0f880aab296a8dd465543cdd218b194dd1eb2cc57aec5b867e3e56dd32f985237d9115cd4529f7981d54549aab32b79f3f1525c9051869cb49d809f860c3562dbd202002d58a98ac745456b91289b65ce62df04f4b5817c7af9bc92ec5b94ec3ddd0998e75a1a6315e5459a808baf4a33b8a4706105683ce5c1137b419e568577ee04f5c51167bb622545ffe8120d5fea002478e12dc0ff46cf679ba4e8fe7324e69e633a5aacbf9a4546765825c504de5129ffcf814af771efb511d7b156b697d7f028b890db669c2549375f573c9f229be6debb7e85b7c6c1ba6f4c549ffde5cc2b31ac981a16d5554a580511da43c4a196877f8f6b28829e08cfe0a5cf6373caeccbdbff3ea475c54c3f10bff46b4d34889515840661353e185f5429d8aa9ca4411683856f7493f54ed8677b85fb1607a7ace76158ef935607250ae5bfd7d7e33c017f4b455cb9054eecf931f1012a9c6c6300c2ebac3b09121f492eef768cb509f3173308364ac54f16d39c11ce88be2eb9ff9c201b9ad86e57695b7dd2e1078b89995a7afd13954fae3ef202e26effa3afbd36f017545180cb2ef2f2426ba36241dadb08e96bd5501e439f38cee83c1d5c89b1a41d3143d436d8459a1751aaf6ea7cdee9d0fce550282ed9156ab0cce99f5ad70577808d4c224948ff53fbbcce4e287bc50f0bd5505830f80f48d635a921f616c28db2b3bfdaf1a26b8458d22a448b379b5f94c5512c9026c3f6c069a4ed67636ca3027802cfbf0284ea6f4ac820300c926d6ca5530342b40716a3f8d02993335c2d153a372dd7b0ff518db8852d7fa3b0ecd8e553b53b4c802b4ec075453322ecb7db8c631589353488526f1eabc58ff453699554b1e4357e9c2cda22f915a338cc71ad3b6498fb20e96719ceea3eeffcafabf5557266b3f75ad6e8ff92e4eb16fc1b3e85e1c1becd3f158aea3d6db8535195055693cb6c017a78d94f254092c7354b8e0a2d8e161edbb361cc2ca0e8df7a156556cd2361d3e3810d1e253d4e192bb6675119d3889bac909717ec02472c3e987556dd850dee3e5ac671e5b36986d860965b763db02598f0f3be8e20c0e14e61f557d381fe69f3a6ce3d69191f5b6c597995bb3ce1d4ad283e483de27999e678f5594798b42baf4e7276c3b461cd1e28756d3b8897aa901607c0afebe4331426d55958f6bda1aa822d634996960465601016d860cb9c2ac475883ff989169954555a1e1d6dbb64297a91f1b3fe2774e8020882df19ff4c48cf36d1a1505d5a79555ad8a4df7153a0120dd97ce4c2d0b8d05135e9a2997a4bda7e3c67cd63b25f555bfc9cbd0c8f2957328bb343e0083788a7df18a08769158fa2a57191852003e55ded1fae91d57b6be7101509d75b816559754873d3f5623ed3230c266e27e5c55e188f2ea9aacb2379ee9b24599a7b245d4a26e3be9adba8715a939daf4a26b55e6c4ca40263f62b6f24b08bbcd5201128e5b2cf83382b56dd41b2e1ad1ae6255e9e6adc9a7866bf18029891fa98049291247e9b83519103509a98766e9523755f09283949c60ce9b29cdbd4845da6cb22384657a820ec71786ed4091441bd455f16519449d9cdef2446be158a4355c683d2c07e899551a9888385a0fff00ed55fdde2e068b8aa458fde57dc762a3c12c57b273667979459551d8465fb88a5b56026e2e7626cee3612b9293af1efd38ee10b309999fcfdb9ab275aff0413c57562ca97b2be4b9e2a5787d2df8bd0a20754d3867fd8d3e2c6cbbdb069c047b5456419900d793f0c1444e600a912950c46b39f45751b5b19ff3d28c1db7c5bb3e564bbc8988b88461ac46d571a96bf94ef71f16c669c1ca37ce0ebaa8e59450ee5658d701f257e304d496de781b80402a6bfd8b553f5095c236bcd1a2228cad35565f51955aaef148ced89bbc4e5ce8e8264955b162f39a82871a7ce3f77da0175686bea6e9137847d9980c100e048b6f29791d11f5e986080530e3bf606314d4568be0a19bea9b1bcb10f3084a5b6c75b0bf93b3586bfbe0b7e95576bd22145056a4a69958f81dcccfd1519433cad4e5e219c74c2168bc227f6991e215233a4056ac9e1eccb2449d1e33c433ca15983e2f1fe5d7c651756001caa4b75240154056bb0a8ecdb377ffb588c59367615cd7ef80887e4a3877e0fa854e3a6dbd4e2b56c1f6ed1c1ffd45f3e2493075c058cfc8f7ad905ed94026dd322ad69d0258d156c7620271504aebd5de00f4b4af3fd51348fdf7f085cf59d61ceea6f0f07a1556ceaa1a00a847376822b15d17a0901363c22ebfb1b0b52eccad9049b66b58df56d4715d8e35d420f02e5da1404df9c42ad213751df3c7b062ca9db6444c4a3756e92ad03adf8d3eb8b7493cdf37def27bbafe2bd825d6f4a2bcf7a25761a11f56fa3ed645ac80816677295c87c0fad451512ef348bcbaa67a14d8c0ab860dc956fc0ef26b953876e43e4b5080063389588d7bf2d63a9e6c634057944526548f56fe55b85c4fa0a1c2eb38b04e4f79b62162068702bcb40c7906ef4176c71f5a570d35927c94b16182b155899b82cd88cafa33287caf87dfc99312bb6b8e837f570fd6aa029af8d8df32d70c7ccf30f34ea8d2b5101e78c7a31f594f32340370573b068826908e6336c77044c2585d60e0ac6788978c50d0e3d78c555d0821ed576066acdb452f4332d1d7722991d31df9856ca384f4915043b09e89b9436a3f5765c58dbda75ff5d681ddb23ac9817dfa971c4052e5e9d7579b0cd0b84558fa57664333aed0e64b7521d4371b124a216c37cbbee38bc462eafec80819d4bfa35768f83fe143650b0c786c137dde24cad3884f4af99b6307de11a0ae86125fc8577379576812870261cfb5bab5a83a5b2235051e6182b88163515174098045f55777aba3a21795522581c747c3607bb91feca65c905d86332bfb475d6cbb2d6057847980d38056aa5d408c614dcbf21bb078657a45ae68db7351bee5676d1967578678efa42f34aeacea9ff72fd127782f19c7d691f92da9b0d81a7a73b9d579579fc86f8ffd3512d281526acf3f9a089855b798a3b55ad728ec4ff11325937a57a68ff7780685b2b71e4fe38a6035c7dc121f07e7243de1de553e6ffab4898457d1be0dc0252cbd5a09412b94bb75ff8238cad511d7e7322c678f4cc41a5fdd57d9da777eb873a8520ef338512c81cc7121b4e8fb0c5c73869ff71d6b4d15e557f539ef2cefd0500c3265eb215810b53a995e7549b5f4566e9bed4e59abb3b457fb847dfcbfa4039120382e74a21266b7d8f4f2d0c40e98ed30277f87e909b157fbc5ead3c14f7da26c8265055664b11be793c160948ab931ca3062f1bf5740580258e250da13af9f2048c65f8ef730bee34e630a5ae2bcfe604fdce00cf015581a92a23f7976da187dfbff9506ff108a826844a4082ec9e5ac9b4da1769029581a9b702f7de2ffe205d5bae0200d5fc2c83c22f9bd9f1ad20e21fd7dcb18a5581f28e8a694fe98faf93717af8b992b4e14ec1962d92631b9595b3b20a3e1825828f3b666ff1fbbe2eb980096bea08f334adbcbcb6ddd3c0a256ce0720ebdc9583810b050a9f6d45f39f5feae6b51c5615be8e72d6d5327123c9140cc21563a5848ed50ef7045e825f8d02a832b2589851dbcbe8c08b90f74d4d015d76660c65862b27d94ccbf4c918a152cd96743d3ee91ee797efd99656227fd0a348d31ed5863228cab68aa2ebd4104f58b62aa718f0b829ceb4bacd3b977915f12554039586912df02ffe98e6302f052b22952ddc7a0ce2e9b012311606a6ac58fb8333f58702a2d5bda44503c975638b14123af8ff173416753abbbcf6e8b63c6bd07085888c8c8c5ba0f183dff20062965d78ebe12038c932eeb171b789692a4690870589e4c5d114f7d46f9c877091907567922a79ee7236171c4223dbacb08c7fb7258a4c5c306966599249e3c718ec53e946a854d8ff7e39835ccb87a1e3e1736e758b621bf77f13490f6d4f02d3c5be1cf0345c8f9d141dd62a5a4b4c767d77aad58bac807930650181ef18c0c49e44ab5f8706538e7202c636d87e908ffcb5b9b58bee40f25427ba430dc7932b37ced6bf55455c3676d1c179debb8c6cc23f95958d27d77c997dcfe5236a937db754db715548221f7bedc9fcab7a0f00d32f6a958e578450889be4bc6aa2ed6c72c6c583e777b6f791cecdf698b25554871416358ec13c172838c358579991b8595a577185d6aaa9dceb3daaf7ad0b6831af4b1590f56241789f3c4ff2fef1da59f403db2f785c3ee19bb562dbdd80e64630eb0591619a345fcbb34a598a5b365f086561eb74cca462f9407556b2ca1c61d7ea2593f63c02aab5f1bd761b5298bc0007cd9f13453b2748a83887db92de2ca8118594144af90ffa75dca881794158078594e2ea11d16f28fe288376c7d659e4b035942088ee9526281121bd82d7473789f63ff6f06ae0640d2d4be50fcc8c9ab1e5943cfa9cf9fa124eb70cbaf3d9f1c716a3d687322e60ff8281a4eee8d29e4f25965f5ab6bc0daedf41a0c6b9e747e896e348b261c97cacbdbf37023eed39c1859746d05fc6b39de51c1e7858730028060fd18c4f54ebb029ada69ac92118bef598ff09325f8469a841f5611ad4fabe5c1918763feb4aa240302fb6dff33bd0d599b6c35bd0870593db7abe821ed5c5e6f780f993e9c53d11b7fc938e459a62d59a2b56078a65e2eb9dd482307c6b92f8232a0f6ffe808ccd7dd34fcc493ca6359a640b565a3903fda57025c27f86ca46d0fe75e8b39b0afc48fdeae2d9b2bd459b4da3d26a2a40f0ee7977e2e0651d94c17180f46fdd2f5bdf806cb9b8ed59f59c1cbec05c5cf086948c60090a8d25533244cc09eb324959e75f19348e473f259e037c9a1dcbc612f6324dbae8a370d44725cbd9a2e98eca6f6e6461445d1ce59f3316ea5058138a3c6449d6fb358e46130c9ab1bc1a3d471e89e7026458d965a02a334729783bd9342d68f048e93d97a6e97d5a23ee92027fa641b52ed11ce5a16aa9b47198b0a2b3a50e57c3e7f73b09050635e1e994d2271c7eac1a485c75a25a4b734f92793030ad443f4ee1260c5da1c5ac3b3cbe5347fd0636ab62f6c5a369e72e5559742f721b374e952b37917744afb971b4904302b644922ee31eb5a3ade0d9c7d046eea5a8ff2601cf6746ad1214cb26cb2097bf4e7e76267d9fa5a576ad549081ac2672a28a854d80a5c4cb48062723774c980b21e0acf4541e65a577285f35c23b910cd9509fe21b95e6c749cfb94cbddf07c6fc743d820c96c5a5ea1ec7820aa2001abea842d96177d08a9089d3ac98f5c83e172b6feddf24e5a62291bce560f6c4abd85660364a6be8404a11258f2d2236c57a040205720185a91ec12532df960f3d87eade76e56eb95039e22d21a554d87543bbfc2f4173f5a9d13d3a6813879e9698feb8cc3ee6b501a0e33cecac291e8918aef5d9be8bf5ad0d6aac1026deb969597227c4fa7edc818ba4a0fd77d5eb77fea4093c6bbe55ad58d8589a0faa0ebdd5a2f2eeb291cfcfee077a6ce7d10a5b7e986b6d6e8905ae6e92d7203e5bb92f65e8e2a60107436879192a72f17c2935b3ccf68e9eff95b0a788553d853591b50e59eab42f1cf5f1c5883de0fc74b3853dbfe6123e6ea5b0ac82a6b0f30e63544eb611b9834cc13b489d6fcb1e13bd0002f5f9637e3615b198f0c95261228dc870091d2c9ce956c846afcf814ac479d02d3faf9f1b76e5b1a24dd0e6bcbb9feb1e98c643f870c5c7b1abfc4dd90b3672fe35f2c69703c5b24ba017228c0eb10b4da9b80b7ee9c38a612747f628f4d7100173ea635f0465b3597b534284b4c39c613262d6b0789c047524b24c3c57a2cfc62364670f9e25b3873fe69f5218eb5c8401906afebae9d7bcd1e428e752466fe1cbc0b91f23c5b42a5ffa9ddc9fb3cbb73991da92acbf93bd1d5b943c65d2be183c6cc538e735b44fe7fe6f00a70f068d953ee75b86f3914866160d41f010e00422c0dfb69115b5de88539706d6d3ac64de686c2ff8e1dddc33942fc3e9005fc2c41c832abc25b6532b73cfe77f67435af48d2f8aee46df97cf6d7dbaf782346eb19c9293d685b65b91987be0236d318530e9dbb14e4eb22847fbb93c3b1a67808616b4179525b743b7dcc6e5bb9b65aa6564cac9f5ba6be7154c37521cd1defcb2d2e0bfce65b758e2381bad227fe0f4b467d88617e1a59b70931e1dbf39e4c2ea8d170fb8d5b7f5b388ce69cec61fd6b49a980b8ece925279e6ea98026d4f920e94710b3175b801c29df8bec5430e87544571d50222c4c94c7ab5bad04492cdeb21e5ab2465b961694251979bc4b5218a8d1e31e6236c63d04465cbac3c66164c2fbefbfe15b98c90bdfcc553a08cb83564efb3a914f8890651b0ee078fbce8ad44a1c2f5a5b9dbc7e9c4b19c658e980825b0d1c221a2cc0337ac22eef8753cc22a63b72165ba3eac013150a29d03e6c133dd16cbaf85683cb3b4f97779710977e2080ba105ba99ef3be126627544f0e54a6ddcc6508f3a80ba6661b073d3dbae39c26d3695bc536e0e4150fd23b5d82c916d97164a617e4dd4af40a7dca82b8c9a5a414445bd6e0e418791ffc5685b4207c8b749d0d1a10d0f62f5d585c6d24fd92aee4db5becc88a4431569579451e884d09049aafe265ccc80a7e251b55e02ca62b9e8f5c03c9ad1647bdcdab85a24601f85636425ab5e5b2df40dbaa3206588a344d775c4a742ebe4efbe1d83400831038da2286d8cca58f413b28520f155b8a936c365c5e3b12d712aa68b17a067b1787bbc56154af8b9d4286a999f37b1ded60c8b55c73cc718329937cd104bdd6494a3ccda72c784c49325b4bf606a3de30e450645c78b6632cfbc46b8c57629e9f61cc8edf320517a90a91955b650e5d0dca734a5c7ce6dfafec1b542874ff32fdb1c2018885446e5ca3911dfdc6e033a01a23a05c88234737809b0291f88131a5b0181ef0006e5873b064f7c6efc9c706c1f5b65c94f43fbea79d199c954281da3aec7bd3963733c29ac5164cb7ce940b4af0df5c953238333d7f7d662e0fd9ce011970027bdbe7a3a8c6ad3abdbcd36d1011645c9f4182525a6ec639eeec6c13722858f975944f0f999ae66d43c9d9e09c84435cab5f7bf0070c94e35bc19147db0e44d9259486a84058ba6f5b744f1b7831a55cb194c1484f44c4a87bcf647d6432eb1f73c34983f431654f3ab479d1aa80b15cba5783c9bc895357e81923362b110c32ba8d7d1c4f7d7c4654b15cc1498a0d5cd618b52483d96d5d49f9178445ffca23b6c51d282280d4037363ad31841b2e5ce2026c430ff8fe7621dbc2f7428aa7776e1f1873eedb9825791ab78da959285ce8f3b1fada07980f3d82308362def29ca9b29132d69affbd2094607354523c5cf3f08aff33ed9353ee841852e30700bb4ef2b4d8458b753ddf986fefed1d125cf4ae799b547b86cce2b3f19bdf4ddae55093757c293fdb0016405cddd131425cf99e5536ced3a16add805d627adc8e1736e9782b7d278f728dec8dcbe9d2995d1420c2cb7c24e42c628f4577b3ac019daf602675070c0f4922b93585e060615d18d14692cd3526f48ad92d5d9fb4bf561234e21bc96442409046f5e71f10a35d298553a877e41912e3dddd4deb55d59d5885faa25106d43d1e8958977cfab85d3c72a3bad6bdafffbcce34c76a0abda8e790e3684e528b7a2f9e3ec00bfad55d412ef7c9a485fd15f482ed7ae22ee3d26a8eb82f107abbb6b513c6fea9f98f5d48bdbe42dad2dc09cd6d33cdddfcf9d1810268a2aadcaf307821656ba2b42d5d4afdc6c4f88c656255aba766c83762c45e70334b4f46dc8de2bcb69695e7075d4e71fd4318f04eada5f61fdad993d1d4817d7eee3c61f5a21cabc1fbf0a5db5d607e24899daf98e3a86d675bd8134be335c84e9c6402c3046a73699a52cd465d66c31ddd05081c438af8a62d5c4f612bebb08e23196934feb2789a24036a4b5da4c8c986e8b8c8f48b6dff7bf977c717b023df9f5ee9c92c6e8cb6b4b52c3e5daea3f046481d0f7250e72d7393f2656e037c8bb858710da66d66d960e179f95db251ec80cb843d0750ddb575d008161551ec11c17b3ecf90139111b813f30c5dc4da4398a1c580f9b9d011501f79a3c9280ed4f2ec63d43a4323f28a38f6b75df6e0e2761359d30a8275058e299fcc0381534545f55cf43e41983f5d4c94565dfbb59ae89572bfbf367c1ea91edb130f571ea9e4e88c188480f97727ce18595dfdd0c0a107f856301fb8c7352cf94d0fce8c39cf6eb7017244557506e711375dff259068714f89bfd0069adda6faeca07401de71c03b2b739d56314284e5d55dffc0d895a8c359f127be5483f9e3d2b930ad209350ac3d3c18fbfba007719a5e0ed410c154e0c8ba5eef860b1f87c4b73e609d7d6aca044e47d15c27cc85115e0fcd3e228a35e94a2b1d66b4af69aa37682643f6cfad58bbb132fe1a0baf4b5e103771fcb2f4b055643e11a956b9134eb3a0f563a7d3680b61c09170396b3c5e3ed51df6721c3d609cbe94b3b737abca1a90eb9607e5b710e829a50c78cde55e414793909cc85e7fddc03720cdbeabcd3660d1fc2afe245eb97684cfe9945f5e4ae3e51704708121f9c93c93c1ca9b59c7f7961fa99077b21cbd0afef8296c5e4e62751a78c027062154b6e8fea138ca076fbdcc09799b597c917e951c43275e573b03735dd82d34a7afe05680de1e38b434a6c65e83cdbcbae5802c6995d15e670b2004f64b8bcf63a15add30ec28da21ffb97e04be7a57ea22053a174e9e5e6dfedc6d5bd8142898b243edab2c6d2e5efc97768244ddd2473d6d73a876e35ea6df159c83c3deccce9cebba1e04c89cb335795cb3c2e173e3dcfc9625bd985eab0e20fae7aa71a0286a9720e5aa000549f996667dd1fec5226cd7fc1a6d175eb70e3a9655b79bdb72af55ecd0ac1dcb1f44bf5541365966bff480430607625eb8955503a76a7894b77b969f2b22263f35b9598b70d1b5ff443fbc1fcee5545ec0dc12058004d70aaf307b7a027f738c843e4e7a05e99c2fd90740f336d7525ecc9ff80caf144c479bb55adcaf5103f138568c57978539e70a10a1486218325ecd485237d42d8e49419cc4c3bf4c23e77e7bbcda8695f8c955c48fda7ed9c95edd8c29ae6eb654e168293a3322576a45763988f7c64e6e025a2d6dd1b5cb4b5ee40f5007ba4b3ab96058131582bef7c259d6177170cbcb491ebbfbd17e1cb55ee9aaed6532be8c326544c214c2fa0dae88c5fa2f56f8f1bd715e3c122cd7d95efabdc31b13ee81f82edf3aae25352934164ea8809263b66a2c07d613a8367c5efdd78bdc84fa796954ad990e57e9ac619e8af34423b6cc467596e586e6327f5f1b3219f6de7f660a772fdea91eb97da00dbc3cbae0de380c185afbb59c24845f1be3af4d37b0c6c4988d54661f26255a94a98031809fe0ce53c52ff02dfe765f1f7c42d84f1adfad2f4202e391fa6c6b7c99537c0164c788680865b3dd50e05f2c81eee7ce614c4fca306cd39442155c8355b27bfcef45b972a7f387b940345f2d6edc18327a596679138f852386e0a1965650b7a04dc8227efd5f165ea69b5f3d3e37620fe1990a92bc8f36118868e9b6a850126a7cf5228878bb1168c8795f3e9f056d9e936aa554f0b18928f80f875c68811bf88833fd2de451486345d45f3fb82ceafec049e08862657de9e938c65c4cec1016a3611773118ce31eb72f5f54815f3a728263d0f6df98d2731ccc1b014ecc2fdd5de90af0ac7bec7a964a5f641e75dcf7419b11236645a32a842e0a6e39eda79e541ae8c13970596258885f6c62f2aea552b82ccb27abb404f449b0689e65919c52171283e2ea44387d485f6fbdb518b059d9b101c9d4528151998dac5f7dc7474a316d84f65de07ef81f5f8d38f3bb4013f4ab7a186466307002606f8fd671710bcdd719553aa49002c75f98c8103751bfbbab9030b25793e98341912d401a43bda754954d8d329147135f9ed81ebd999533377e859c712f6a1ea49e0a1fef84ef3913bb53de23738fa95fb1ab17d5944ab401e5a80afcd95a9344fcbe2eaa73bd41090f31aa6420cdb25fb7e5369334090b9a83d45017edac4b5fdf60bfd6491dcba8dc313fe4a7c54c5fb8f911fbb1254d80530f4ba639c0247988efabc316b6ee678a8084915f47ff5fc9244022a1345d28e38feaa55855b86a05c4b366abb44973a11e02f28cd2835fd559d5557345c6b954d034715098eee59f4dbee14453da463e06039fca43365fd600fd397ad70ef89504b7ecc3048351542e6f78e76c49bcde9d15ca8443115fdbd79b3f266d9ebd485bb94af05293a86323fd20a6d9069cac4d36458182e05fee2c40c45c1f53b5f937e46cbc6fd1ea4617cf50dbfe548eebdf0bdea847395ff633cca5c8fe33fdea2a6d09a1681abe6e4db7afb22019f1d1fcecf16b58ec60028c9e3e3a89aa36d4a91866ef0c9199b109f804c2b5ea0828f572a30be1506005313a09a5e775e1a3e633a534b076bb5914f07961258fccb8ae9d22ec74e66016b73e50cd88cb99c024492b3da1c69b30fab5749157323653fe5fa63c7048603eb40fc1194e67f1be964b29d2cb15e31b96c29e88a17026304c4065eb1aac6054b9b02ef57c09db9ec489a95b62549cdae749acf98a8c9ca915a58886f7826060edf574443bd317d00417f9b53f5e2bca93356d0215e8d15001fe7cf31226607bf359c6f1a40468d57541b26c54ad1b10c84ea52de76fc27267eaccecfe926082150ac11cffc6cde4f9520c205dad9b73c23f9a4993646923ae381c0c4770608251f2561b3be2b160b680a283a7fcaa9b5f317004d8eb08cdd552b146f53b6088a6ba68731bfe8034449c55eb9e2e66ab882499bb45a561e63c70818d5bd26092eda71abba2d33e66943e11e02d0a7d132980d9de9e87aec56747184bd621609fcb210d3b5e77b08daeb3c46a4d52552226ddbb499eca9d69ed3c6c5e48ef60ab3dd8f7dd49a0788afc27e07518ffe005d07ca41790e003ce994bab88210e60b164498f5567517c581e99211ce166c0b97e6a9f6d25825af6aad0c4701b9660b61572b119bd7b52a92e31e74295694b6b298edf1ea619354d9406b2b5aed560f1fc532cc0d0ab04853deaca33ee2052123de0685231c21a8ff64de28424be61051f5c43859b15e4d282964ccfc96e1bf455cb5b0cfedca0fd7b2719871555610a895594d87eae9a0f9e58878f7398c75c0d3edf63668d0b170f0e22f2f3ae611ca3323e8feed562e7c05bba2f57f38996747a0d186cb479c16f0ef955806461278cc2c98eaf44da75394d4ab5fad935751b7c43f56da4466853a4a2303095614313b8d524e5a2716173a9b2365b609c9a1b758acbd693c0408d575d2dcda76177cc4156c820d83e5bf78b12474195a7491a0bec200c0cd6e2ea63725c6ce8619c66ea984b1f17bfa415865a587ebac1fdcdbaa1be33fb628a5d4c1bb83c37619fb0b72ca9229d11cfc9c6945f2a7bfb5a9ed7106d8ce791c18ec99ba198c061a0c72b4a23e0ff0d2f7f5fccec0f54b15150d7f3894f8cd96c91e9bd8e6c3f61bfb2453c32600db55f88f172618f800ab2e4b77f7b21af927b91bd9951d8af61c1b2beb57f817ecda7959e815a4276fb984c6a19da2a8d4168f32aa08362c061d361a496335b45935a41df2623d53a09e6ad55f984b0a6c31478e018b5885161e0e8b3d8f3a07a43e5b1855add809ca0bc3beb34887213053d93ce987cad1e61ee758df959f2955d8ff2981ce4695adca44f94e709f2ae55c76824bb27a99d61f6aee2dd441c0f8811a68eacc36d459698a9520cc1134274d4020dd33f665162120dc093433ff94486bff74b7dd2fabf9779a52f84e53b7c4df15424e83ff1622de993613f8c3c07f3e9021a2db7aeccec720d2412faf8a45aee857c59be0a62478c3033e28abc9ad20d51ba51c151408476498346022e33ed4ddcb22555e1624a8d926d2dfdaccaa7e8fdd535da35335023cd417bb88ee1d636fdf90d3534624fda0451e277c3b9ec4cd1a0c3a20efea9ac968d999b833951c0d46c72126c6250391906d0eac3fadea4790450afdbe567e3d122ee1c1eacc498fc8b2256c062535432a5ce91ab434344d35c60ddae3ead1c458f0789ff3fdc4ad133aa13a8625a47027ede75bd990c260de59daf3116e6a5832f148e2b2f69b7bd9d171ff862674297789fcbcdc996291523e94295845f1ff975ae19f1f5a9a872dddfae2b62b9fd571519cce6b728f68e038d0203119b3aa08c7ce3b1d75b1dda4bf130b062ba4be712f573c96d844664e5031141c10eebdb8c8bad9b90529524a609fcb362bb0762b5d9b2a54aae01346b260b72ffa26858ce2bc476d7fd4f74df24f4ec62c0b23023cfa6ed1e96a49890412a8f3eb808706a719c4c2a114c4e2a1a34d462cfcc0be93b95b1d8bddeec77229f8353a7388f5c7a91e613f0a3a97dd24e3062db1151861a91ea8f42a3d75a51584e548f8b361cc9cfde7b92a56842dc718962e90608b28bf48880ae39a9dc217fbdc55802b1f8803a0d335f3ac6c9e36d6362f592e771b2e171fa5b98b0a6e7d34a7390e6d8a25f7ec5342fa0c96071ca1262f770fcd164ee5e52190aa7106009bf3d196441ab196334b4650ef3e7f1732c630f2318c6887c46fa9077a14a00af60777ec15e764570d91d8ffb4cc195954c6313f0be4bcd98f747d91bf17ca0e1f7f9f700d7774f3ed3571f0e0e2192be20631ebfd9fa13b28c893a0fb8cee55565a8d31d48a043c14222295383ceb57be86326ffe77e4c895274206a3edaafbca414c7f606e3f1450f403eeaf0c7a260c263494831c5a892a53faa82cadd228afb3d20e3fc0ab7b37722e07bb0a20bd2786353a61067a1eeb117fa7928cec5305ea3eef006789f61f0265b0f17f23520666354870532a1e9aa981eec06e727be5465152b6220360c3bf2630714becefe79636047ac82c3e8b6f2d9a5e754dcfcf3ad7e7aa29946c92bd255c89059da0b2c63a5ef85756479cc4f542efedb60e87efcf2fa3c6a78caf92e1a61d19407573663adb44fff8cba6048b887c4063b16fcd0b316c3c4d24365ecdf5dcf99b254b963bb39aed79b8c106149e2f86158380d722c46fc2203cf10a6d743325379028763d1c5d05e2286ecbe93cf559fe4db618b3ff8bbaa5753516762bbc9a1d21d8763d5486f1ca69bd493c4b1f0c05255f37e6f9ac2cfb32cda50c12919525746f763e918aaae6adebea8913ffb6c0527f23834efe7463d2f333b36aa295f71dbd863ef2e7348b3e12ad92d17d8a8f65fea3ad505e480c025963b52278b4b8e84d163f7e421c22342a769192a2b22f60db96e9af7e749c688bc58c389fa1fca77d963fbc3ca97facf069217a0425ae986dc37c314b2df3b5fcc7f5a968f65768bb264240e47bc9099fb6a81777d585889798d7532ed5a3df9b28f496f1e112adb36642f650f03dc5c73fdc353f83aeca786d1f8841e24666ca9b26dc26f140be96a6431fa33f9276d9c817aec551b3d26d9aa24d4d93f74f5d8f3d78924fb68227764355be6262a25f4d70de0db0447b28cea3809f27053d30e2deca99f716039376442dd91c95cd90f45a9d5db6745ff7f380a96b7f2a48cc6b17a5c0d78f12fa76450e2b1b118ba9d02f803bea9582e5de2ccf339c946da509ee1f62b8b847a1064578c274d4ab965c97e767810ce687bc8735faa7c71fa6191ddb4bac665cdac6463de3362bd5bb75d091e80a47e3f3b5c5bd1586b9599d0970e0eba8a60817364662f0596c864426c1b049d9bd11fe2e7d987f20550fa9b5107d8153d80c223646a7192f9655ec231774b1d3449f06e74e56656433212f7a6e7fe321f4071f264725cef83fb3dde790c8b5a0819d0c45d9b8b04afb607f92ed7c9b1c6facb2064807c1c49a26da1d5db74e5509ef27fe780a8feba398b06d836e31ca3817c136483bf09599797ef83401e401e9b0e932ba1cf118cd29367e8ca903e242f92e26491cc83cef0e68271783f92273f6cedb9904ade6bfa53108dd023df14eeaddf64a894f0be49580626dc8d9aee730bbd21b52c1de3cbe7172c1a567759154cec64ad7253167a6e3c4ecc7b90314add2c108b88a65b186f36ab60dc57bb6feee364d230e8c0b102289eeeb8119c120b158558f07d1e7696efb7601d10f104de2264e4ab0ff457ee69dbf61c055e1e2418c0a39fe5cc0b8a0b5f0ff281b566e61464f2720669a4812297667678819cf2ca85c165b64bad413f8eb2a853ed1332ff64f34efb571d4e0ebd565343c6a821ad5c4b0c3b6521a31d85d7d92a54a590e264fc9cb739aca69cd330803287d3cbff68902c412affa63b7f334f8e1541bf7f6534a4a4ff63d2727d179a63d9b8654bbf57161e43f77324e458671e9fe0882d6535886b7948b57ea284a5ad5e7dfd04f45c0ba0908866948723b4b836d5d7f4653a694bfb03a016705b19930cf3d1d714c638f1127142e551f1c49b2833949665546db43f98550279372c928f4be9130d9388705355c8c015af6ea238cdb7406560dd86130be02ef7ce833a8e946a8145f3061ab3d2b0a0e5e88235df1aa829656c25d7e36f99d1b46dbc339856cfe58adea18090af081ef3e2efd8a853733f656eb1522e094f46e69c124f0f58ef990150fa12ed6893a1dc59433ebf571eea659b0559f6ccbb4cfdc7feb61e737b5481beaaed3d42ea72764946551c4bd73a65cc454209aaa5a64c7aae749bbe3de3469c2cec6661a7875ac4e07bad92d4b265d6df4a2ad9cc625686062c1c8d014376ac62a2ca8302fb9950b57e85fa8b2465d893eebbbc84d472af4a51d728b64f1e405fd67927a72bdb2a2677b2d0222e65e5fef3e74eedf711d7b1c53f1924203565b08a25b9e99fcde720bb6933ff9c65f7f7d3627c2847bdc6f2aaef1aecaa724bc3cd3cba9c9b37f1c912c707981066023d45c4dc07a859f1f00af23283d566ec16569a4c8815240c2f4445b1ddd76611156c022fc869016fd6c31356db4c35e472700cb848cd85d19c35031421d9661570fc3055c77ebf911dbdc691daef9c5de3669b064f23956955cc7c6490706631277fa4f329558ec9ba8b144fca2bd770f1e2e682fa8b500deb6b9aceb6e8663fe4068773d38ac23198980b891440636460b9e5fbe88bb2d304f736fcc4196653be1f7eaf2768822cfb92502e45314afe063e33269cfa600742f928faac4c6662223dfcc267bd2e9befea3ef07b61db87614e87b86c3b29ea4f0e26612c576668a0c55031c28e38916a495515fad83f377ace0893c66afe75baad2b6a283e666fef720a26d9a3dc072f0996452e9346de4de6fca4e2a707c75f86688f89b066b539ba161daae2c8c88679873794e6e82c57328329fa03a95becc52aca026f66e9fa93b8d5205dec94f5f87c69188b1a9200ef0be7d6b68a167f5eb2db87b4670823e895e889ebdee25d22b068305671fc2918c2309c886ab425d3cde34991671ce4d3a60dfa573aed509e79e50ec87d702102ee1b3b950d829e630925b82c672defd084c6e8010723683b3e96de098c7ca184a333cd7a42d7cb56f8fee7fb6736a442c2074e70fcfafda326e1c7fe1a67ac71063ae69073b864d1dad5fcde673b37341c13d9a3b7655ac6c93d603779c8fe9caeb421fc7554e939561a85066756b67c07d3ba6761576fc445bd9eff1522f77b51f954ca12ea15171e537b3e6769493f465d7f09ae0f7ba8b0d55bbfce95f924b95e238a94cd049ed564090567851741f46bd0e844b7ab098003640442a72839f2d1dde6c2d4bde215c926b7678961f36171ae24829c2b71ab306b2b2694b4ee16803b1a0a6c240b96681b19678e251c625d5a076af96429b2b9022db39f709c46cffe1bfa8f966a9f201339679bd4c5203eba9bc030ae6e2912b3e1b45832b4298297ca303f38f3f2790fed679fa4ceea81c63e9414baa0d99780d7598997a06cc10def0f970a09506db64167a03d871c8f7b777532a99ce1aa7884921f9ab56ae435eb883ffe81a19bfccf67b23b61dac2bf5d8658b11672c67eb7eef60a9374d1c2b9a06ef8bf32398e9367c62ec524f36f3871b5a73b5a1437747a3fc08bddce0fc7b0e6bbacdaa2ea2b67ceaaee238fdbd8054b8492515d88b8177ff7950aed34347793f14ba383e41967d205d148ea37dd114980ca8a7f970c7caf4869d1c5b36c43deb2e416a811bb67db1667f16481767c553d8e9044b24642e63b0cb37eec6a178f055aac66ee9c67e0d395577f96859aed05d1a6f0c60a5b54f90a75415b7aade2831b477a611468040dc9ca92dba9236ab645c03bd5abe5e8edfb7d51657f2d823610c480f4436822936e18bf01a739fc2861e09b680c87debfc7e78a5b8a074751fa883c2282682780142b19953aeae875b0671b83630459638d039ddcd967dedc3d16c2d26868307a4ea299e5573a1bd5e45c9d6a10ebe658bd258ff58517401dcc66893bc468426b445d7b95388bc3c768aabae17e162d328d7120aeefbcc1e004615a9b7a6849af9db717a920783c1d9d87aefea8839d2595db6a0369b0d5c207a6981e24685cb4a2a67c714122f7ae5f3b5efeaf678be0956377cccee49b0d030b1d7b50688985ede3c195acf75a7d9b87db0287df62a284fabee4ce94e40572d38d3ed76896079df8868082cdbc189b98f0d916d0c6be656bbfa05980f7dd1a66f0b26d68ba683c67d4cc0b73292eaad796a102aa0fbe8a1e57cbf030af785a484344c768bc5d33e6c0856c102559e62bbf8921a88b864681ab6f5e1f068c3d1e95e41468d5bc6fcc38751af03ac938fa4ee4ee37a007494d7f21ec1ab76cd46af4233768f84635dffbca3f755046ae31d62f0a3f13cd7148b80af04ec690a5746294af68f90270ad1553803d545f6b2e2010e63ef255d5114306d66d16de1e6956bdef68fb9631039fe770b6ee46ba2979ad64cab1a8764e790b4e132fb9a83ec97582691bd472f5abd909a72138041da513bbb41d7fa9409e44ee61be0c458d84ce7b692b3b4e0caae033c8c7cc96b103204586e2ddb67f9741e4b9b4bfca0bbda32b693a88a1993bc612108e3099245076fb8b9cfa1cce460a5370f41332d718d6b9695b2d5213ff5b13bdac34059ce09ccca0b82f497746a7d1450955e35578abca696057928956640b9a12fccce4677a0095202ac2049c98a84ee1b78c5ee0e26569705a26cfd0fb60556ecc240150e939bd7841098bd3891bc4bdfcd50400b10f6979488845f9d1b53311458c2293f73ade4c04ef0d588adb802c247c75c45770697ef7b7f4ad863a3a6c9cd377c5cb89cea48fd5abe23851f069db0628bd774169907d6550b32e500b7c5315a7025b7788caeba0c857a526771f803483088e786992e6ec4dc657409e55fb7ddf50974fbcf5d24f844a6a837234e7df4d5f457b6993d430081893794e199b1db8475c38e139830f27b6af9016312b90382a486469a37f90ea1fbc196959539201ca2792eb8cb56052eb5e9884b8799c1c67133469b16e227d0c84568ebb75a93329211ec6abe8c8fa5acfbc7ed55c435e26ce2469b2cab14c2e31a96a01c9759ec08bc7ece9d1309a0475fde5062fc226f1533069b8fda8e1f076cd2a2bb8171c8dfc268f13ca2611406b4d19265184cacfcd9269d29b6fbee2c3f548f7d39d8ebe4a31fc15a5bd198ea2c084df70b513408d7469e3741f19052e1525b42dc5148f783b0a973e72fd2308072c9cec4bf12bc8b769e463f502edc327cd94d29ebb3e99cf3a8294326eb21f51a09aa76e875e035369f81e68303dfaa3da055d3859ab450a2af5d3bd9eb6bac06e73d1dc021d881b6a03680ad198a0e42880e1260f12838490a345a4b8a865aa1710495cdc73607c6a05bc90ddce531b93d7cc3da373caf2ef81bc0e95ccbc2af781af61e2098af16a1df262e9b1ed9a84cc0ef05e55a8737638d1c28d24628f9db4844de13379926a21fe6987af4834d2c15d071512fd654cc2389ef00dabd153990b6cb1c863626a30a69134e0314045bbe4a95808bb3cd900b50cd21d2b269f596a243667b6436a3676748835e572062367415746d99edac5cf0c23f1fa59ebb615c52085af7e6a3cf6f01da909d1a92a2417dc1eb02a73a372874d60acf465d28b0e2183fe066a3de5eb3850e3994e01d8e498540d98865d4caeaee9c6d954dd4300080af21e6a43122ce60b550607944d61a3e3a6135c6b6444dfce77ee90841f69b0dbadb26a47cb1b2710e64331b44bf068fb891862bcf52a7cacf811fca6591146b9b8186a490aa3265510409a9794fdc2e606346f3db19fb9f1777c7893d3a1a8fd5ecf6a5056a2129ffc5dd567848efc324c19fb5253156c770eb54271d1184bb6a2926a652b3dcbb5684fea640a3a74f798a928d9fe14b3848ed274a4c625bc31bf8d6a7c54540198a02a99b7f0dd2f235bb6fd3bd4555ba9423f2c9edc908da260356a829f38daaa4e39dd7191a2be92860f1b9b061ba0d8390dbc440f40f16654556a82ccece134fb437522d84228f2b337d9e30d58a0c446349f759a4e63d2c3886a86e1d550a90c2e831463489071f3493cce3b779c68428b4e62385c3863f4e96a8c71af885b40e8d35461dc60b80376d52bf573fbd10f85d4dfe18c66dfee8b6a9bad091bd60bb6ced0f72d1bf28af3255ab24c39497e786d488c18d583d7036a9d6f82390ad5a0049bce9279ea895bb28e3109e9971ef41249c9c511aa80af6a9f1aa27087a311fb4953f1c50b62ca9fc7531f7dc25fc6569ac295c3a486016aa39c265a93790ae6725ba68421cc1bc491d69149f6c202ee087d09db492ba76aa87ecbb46e424116bf04c32da2d2d4981746fc4fda5a2ad0d4d5337941bb5e6abeaf6008ee81b22b41e52bfef739bd1435b7a5a5a58a20534a3a3901c311726ad6af63c192513100466f9b20906679489f44f630020e4029e1844310d2ea016ae0965d1710491a96e2054b10787a0ed59daa5eab1988eaa92162057599f1b06afbf69141b400ec2ec653f8684eea7dd7950b468a7c59cc451a3ed1c54ea6c86afd5377f44b96615ec3269c9fd23409ae158dfa918fdcee741e42bbdbac69136b01be6938bd357bf1a83f7d9da9d5f90c928f2221bc8b41572c40157ae088556b15b96c7110c755737ffe6eb685335c7d2532b63f727ac54287ccb2faa1dcd36b32a97b7ae585d7d024b5002b33b49be951d38958decbbca32050fe05fcef036b48257ca45165d448a27a0d59876f95041336467093a469305bb2bde7af801c6b4ea84950f3f594c8f52d1a377d48a082178e4443fa3bae01ceae3ea34588c46b4f97adf851c5face7c06365b941ee7b0ae2be31355c29ba74d542f119332a96b554de02cb96b9645482b91b179ebcf4a76f679f6504bd3a8f3cbc0ad83652a6b5db05e89823dae171bde75111d1a13ed0eb63b14be0864aaea1b32b78efac56b8ff858cdf3b590e7447f8d27779de2a3f7e285064df5ff43de0ae18eba18276bac1791f1e6be77cf3658164e0d189f03bb97a3e71030da63e7d2d9efd596f26bb6332f42fe9e07dcf3090cdfaa1a940e70f322d64aa5679e136816b395bb136bd3e4a0c9b7645ab6714e04d09baf1ae72cb2460b5ce5c81aed442b0cefd3016bdb55cb12db9c5b390fd8806a8df34ccbc0321f75a6c139ec3f75bbf187a3026bdc5dfaeb373054cede1ead71a7bd9523af1843c2c3d6a099d2b21530e46a916be2ac5a75941bd0d2f0bf91cd2c86b93d279ec8f4f6aed0a1810fc7973acca86bef8c9b045004963be5f2c19192124e33700eece3ea1a787189cf5257f6afc66c11849ae5d6bb1071531229f63fa6f4e706acebcb5c5ad4ad1884948c21863f6c1dda0ea6ad94ddf8f13d959d51a83e7c5ad8cefcc98abbf4f43e46355983d16c218b0883aa7d5b7aa36df3aaa7a581e7da12fca35786d62309b10bdaea8d1a6c4c555bab64bf672e0d95c4cd350ec2ee700d5118b191803cf85bab767230106c5f5d1505283765862faa1781e8d136fc16bf64e9da05cedd70ebc19a6b23bb6c9adf48bf8180e2ecf1dd870d5d1630d70b24f57bf81be509254f9021d1d8da6ca2bb21aeddf689b64ff5b6af1bef65147579144d04e96d1331abcb2f16b3f36cadad4b24c7733046507c50eac75cdb56a553cd263642ab3db7fad1b28e52906cc66934ecbfa6a1726e1fb59eb1c2ee75b329084b806a07f0a63580e68357096ce3ee882da5f90781430efcdc6a96b7d892a267c95cb072c4becfb84349cb436cf9618e7b2168c950777be62526ded6ca590f30c61f1f118a81d29283b17c746d00820d3e9cc891d57f4f0f0c763cc8da6ba161a3651ce90843f183c8d4f9406d01f2dbcf4f9b5d5ecb2d2ca5717372b0a436b556f8182546b2dabbe8a3e3056d0665d187155feefa544722015e1fe76a55400efcd9733d46d186fa357ca69b6d0e0d5843d0073953c967756815f6a67eb6041dde526b59076d6503e8e2fdaf6d124e010613a08cc2d0d50a546dd4dfe94723d0981bb7e37d8b5a9a59d580226d1f39b6ad289dd4bcfc93b117795bb3184541bd94f31d9aa749c12242655df16d3b41fd0d64d42becf5b9e9846aa837e1cbd5fd714efdd37909c0768d2250f76d60a7c336ebbda9a9cf03b3bcfaae25f404da486aae06e46c93ccac3f99962e6d6cb4929bf27ce02c43ba2be849624924d3a8e9ac1a4884cea35e226c5141eb6d6ce3a7d49fc44213059d3abbfa870f2cbc2512638135694e04f79b8039afc06d6e0c6d3ede8ed951513004de3530347c2438f710d25d57b6705fd9c64c74736d7c69296d606df0491c7d49644b6a2b83399b1d56f6f5cd806ac17c2cf2c4a56d7e3c5d8c0e784cf1f2b4311eb18be44138957a02980014862d294011ca85f86d82a3624f2de60437c2b007994fbf610324fc4c90c1773ffe4a4551079d55386d95e640bd34a4712024b8fe1ba90703fb45c5fecbbb3999cec311c0bfd22bad6d966f79667247ddde04da545e35de1694f35c6b9d707ff0d030885b2a21d7e86d9803763cedf42e1e4bae9309315cb80ff6a717205750b5cf4cf9888c8e60c46d9ad7a9d9735d53374c415a19263cecec8496b376df82c8ed6650bf469da46d6da347a0d5ea9d20cbc28b3db78ac5e2f27ecd354f5552445c577196e11d65e26da6d88a0b97847d1f97c0f99f7fb6e04250277c157b4d32f1f767ead79159d86dbead4da0c8dabdf1dda99d133d46a756db37ad1352eecdb67d390fbd64673d6ddad3a52793e9ba9952d280d28cfa2a7a0cfa9d233ab3d7f62cfb6024e290636de3fa60656b7dc3a2f48810797f46be5badfff675ce0a80659b98b2b2b3c55e6de7ffa53c46051281bc6808e476fa2545cf9131d20c145e419b0ed4bb0da1946df02e2b82ee12da656bc024321b8a058470265307ad603107da718d85b106336df69325e599ca845cfb88cb0c5b3c0e8d982d044ea58e9632fbe0b41e4552306dfdafb883c9c0e8bb6a9ad1f63874c997d3ed4bfc1f0db1b6bb3fd7472aa47a6e154473260c558ff14394d41783f96e7d2caded69ed0076f5955fbf6c0db3e46e23b94f102fcb6a62e1f07750266991d123b09e015f60dfd4f059d09ec317c16e34637970b6bf7d0305b411edb42534f817b96d8b62262b757642c21e0389a86e35dad0046ac286417f783366179d4c950f197bd0c3c193f7e96917c68e39a16e42a0840725150445c2b63ee939640c135b5b7db733e4b92b0b85686c5f069b6e4cff7aed3ce607df6bdec98537806b2d971a16901341e54144d7a4d16028326e5a8a0d63f71b2025e86d47d4f2e25696406de240760e0e0254e0fb494ae64b6e5c1220f99014b817a7e42f4adfda2d2bd4d10d03ce582a4a9fa5848169fa486e646be82eeb438f7a5dc9123966046930daf1de6acf8f9d2759a647affa673e6e70679c67f0fb077af3206710ba35cc732e6e35a286b54c8c57c2349c1eb3b16e71ca30c723864f827dc0228ab4458a4e188474b29e150c21aa15aea91343e96e75e0fad0b9d66fec4ccfb3a2f3536fef636f554661ebf75b89d7b1de65005c6e7ff0a354c48949c2e898eaef7692dcea794f6904c792347f89aa4d781ba39f6e80e8c5e82dad15c7519d3107482e7f78286ad5ab38efafc758dfca44a019c16e818821b8355df2d058f616acebad9bf3bee853e33bda753c7d335538de27206e94042d8779755fb4be223a7e499538f5cf2a3207abf9598b7283fce31535e46ea8ec3be04ee6398040492dc57aaeccb991a43ee199d8f4814771c5fcb020966eb61c30edbc9d6f462111c456015f310b279fa5030b9478a8c468731e3c7a3d6ebcaf836ab89d7704db0b63c33dd8d198fe5aae37d756833d087572fdcb68066ed3473092042515451328114726dc5758869f3174fc4621b0a3d015dde4d0116ee781b455a8dbc4faa8c2a2d548fcc8df12a5e31ed75a4fe7d2e71368f43f0d6efca469c94c264dd998087804113d90b2d84e93e3665bbf793df12f04b453046f03012b819d55e21f59fb05ddb51c1fdf9b72307e7886b9024f73a42c32cc776f079d82b0949a68e68ff55164a24dc200858e3b48d58f86fa9d70efd437f0436f11008890451294cfc5a4fc4377caca6823395ce993bd12afaf107cf6cbf5dd6f13fd45c2b2745151621d6f0aaefe19baef72eea15171dae122812fb1828e856f3202e19171f7220f04eb2c48661994214f9bfed7a69ce61c775a3d5002a24c6f3572e19aca0cf0a0e02ba3aef6d27dbef4059da38a6f9633103880f84acc056f375ca26aa2c21b55422fed19f74fa9bfeee9ee8534fb447f6030f1d8602f456f3a0f4724a02e02ac1a25e8a9d091cb469b819246aa68118253c1a775943cac6f4b53f1db6333e7d6f7bffa59af57f624dbc779e636566c32314098e139c13e6f765122fb9810848c041893631b34a18592ec7949bd4152dd02e9aa4b5311556f9151f2d6742784d846e64f531d92078d1b90da98db108bb955e20b2e52fa116fb3909b7d0a816489c6d691ab253f909084c3fe4d80ec9baaf5a4ffca3b94b76fcb0108d785bf4348cbf79c806c6102e8ba03d59815fa71de6e8b467dd2fa756fdff01dfcc991452bbf151c77be1210f5d0d16499638b23cf7b4143ee1a67b76feba3d691e752e01b601823c23ad9d6a53664c7889b38effa1382d0f0c81a0e6feef378f5d436fa8ddb7d441f50ff0d4d9862e8c23161f5a6bbda7c69e14e996ff106fc980d3102642e5fb6b9662f0be7377116d4418c45bc0c1c95b8921e017008a0577cb162864f1f859d3c66d563caeb235f56b4c87ce75c3bf95a11bdf3700a7d00aa5d747421f98578b0204c276d16beb52c69cef1c766d04b23247370700f6db52bda3e0ee35c234a323d9429f41bc11ad8d558d3d3ae3d5015097e7270129305256807ac9be4a4d437a83dd741500305bacdc10bc3632840c6bc1e9b70257b8e657242ddebda09bcc285d0643e48de174b81359ccdfbac2d63313e7d702825dd0778354959e94bfc839d664da45109f7daad11a3054c5f1e3accf747702bc234e9d34ea4640f96dc4aba1d75009235487bd53760535f4676d9e804da703752568a190fc48a3adb0c5e4ceea97ef4f28ad2bb1d3ae488d85457978e57703c4404a4ca3991d98cc709a044709b041ceb483286a1954c52654781fe4dab703e32b604e9c3fb78abf694746ee898067471c71d9aefbadfc6de16a919e062704c6476ef5833223ece6207c7848459f3825f5b4d80cfb52770f3300ef0848e705463208c4f6a2de5cea21e0973756a04ae9434fbaf49fd5413efd723b0c182706bbae678e883d1a54cd297a9ed9429f244eecc41827a8b59806eb156ee38d670877e9ee7881f04c3e48c10241afb7442dd4067995a117a1f5e4ca6e913cda5709a8879fc02c117b2caff4a7a5c8a45b5f28c48d5a0eb54600a938897c75c3770a1a3edbdd225820cd198c8ae57d47aeceecc802b51538f72eb3dabb73ac03570a95998d1b92165f37530768dfbdf3f2e6afab9c65b828d88112cc4a886219570c1071ec86da310d398b444e4d6e5de2e0b759e9349646ec005b782b9fa317770ca3d44592763710e8b8ce0b7c5ad676177f0204fc1613ca43b04d60439ff9670d97581e62d698eec2cdaf0809270179ff157c31e8de7bf637d68caf80e708c70e8f1ebe232dc5790d27cd4145b4d51dfcdd21507f59157779176247c14ad4370f9749f82d15b626db6a5fd4da75f497a9f0122fb048a5b906a2ff2a84f10c770fddef32bfcb888160c4cd2facfebbce02cfe57797f04fc346de29f7c43fca87102c71b2c0e961800c93ae33e7ca1ab98ce4143987adf1bc219000e80f17fbd8f0bcc1c6c7114679b62d0e08061c7d0f11d18fcd0efdcfff62cd04fe3f0a99625e517569371289897466ccce88b976e6a167016a145722d527ec24fe0bfbe534e142b904b712a884fd7449e9a6caa578d3261ebde5cf02c44fb25313cc2e896dcadefa571712e1a896bf39104d8804585e1b8db23e6c912f4e07114828ad90690a3229aa7713deb31ae1e9123ff3bb0a1b9162b94b2d95c1f5e8391899470b02414c6f9ba71598a0f1b336927d3da479bb1e3a243963f6f28f79998809000222b497d6c07715b381fd7f2641bf583b8e8778cfb89df73989b23ad1262fe6a3a1d153735ca71634f320476e468a1bd17f68d311928fe4f32f86709115f58aaadc40b5aea557169b4b46ab36ad6652a5a85b59c8f480f475bc43f3d963f6aec7ad484466146717a4cf26bc3223ee0d945c6b07aba7f78bb051c0fe151e76536fab4e7b9e903717afe2ba36bd79089467af83393d3372db85236033e8bb3e991c3d404236e26717da4624e878ab04fc26e9c9e5956810738e859f5a5521c3353488943130d6a7191bccf91f9fe006403d44002d09bed88306cbb2ce7ebff9105a2d6a6e87444719943501320ce2115dc338bd3fcd7ebd0b05f20648b09c7b875759685698a47719dbb205981188cc6b107f16524efa36972684e46b649a56cf38ab42cf96f6971c1edcaa375174728eb8a6156e885903766cce9147ae0a3eef19e4cb86dc4b371c3bab7d9ab26bdf5d5557a8f486b8b6f879656dfc8212b6c568c4faa07969f71c5e4efe0ce9776431b46f187c230bc7787d72f51026387987d072f5b03c62071e8fe24cdd1315713d691fbb73d964a183d3ca8c091caf9ed2d5c1d23c6c1af71f13d78c41275e04a28c6b496b567c27d3fad229832644a9728f899f79bf7d9721a57e8e50903dcbf642cd688fff04c5f40bce04aa34a4108a87006625cb7a9721bb13ccc4ba78a15ea65fb8eed321c4b17bfad7b45c38598baf3f4834ff214722c09065216fa4297b993156603e63008ff7a5ef08a1e2a4801a7612ae2883a7234285e30f2bf7fcdff46c431b0b4c815b61b1973a574d10a72b434b9cef3b67248dc6177566db2c70c37cb63ad3af6dc90cb61e10f34e5dbd47b2b95e33d5b724b583fa26b7a5e4385cc048839581a65d71ffd468fbb598e339d3887085ffd7256db6a952dad6a6ecec35b4dcdf1771b1b0a3d70c9b2b2648034b6e663dacf725f21db13e1a54c5070c7663c177673e5df0c24e227e2fa94e20ba4f4e8016f726c5b084dc3872705928b85c1b31948ab2495c5dd7fb9a73ec5519f5f8de4b97271f481cd1c8f4a2c3eb57b393dab2222255e22436b8333d40c4001fc949c11728ce0c0098a4c0db82db00a7d5ed70a1b29f72ae3b4e3808690d0ae00edbcbc72ae19e562f053e4a2889ac325568ec89f565b399a6e1dbdae210e9e84cf8f0e72b884d51ec3591d08c7f2e800986ae589f96f1c3bcbd9713e77d02cdc759e9972ccfbc2f96f5a95e69e60b0ef1c6125d22cfc1b40b0b6039dfb48224a37af7872d30e6d841722955d3d61e06e24e1e0b11437022d6a22c5dd22d034294e4d7272d94e505f3be6206288031481bb0330db66c84c01223975a1e95387c5e5c72c72e6a71e3bb4edcd2f6e23ed7ed886ae9b1497fcaae670852460cd9abc577d3e72f3d62a25daff1eae1c0fca509cf2324983c61337861aa34b8804617123d30e72f5515ba1e30ffb8a4ff0bd01dfdf11474fd00c8027d4984c9197aeb1cb87ee72f55dc060b2193862abfd40bce923548005e38e0f46e81c2715773fdd92163672f5d9b483ed4063b240b0f9857b52db4347feb3aea564145e08e33e3e451a0c72f8b4df82ce435af6dcc4e8f3eef05a7bc1ca4c86bc21b628db10ee9280c53b7313e4b523615cb19d0e9492effb9e385183f91c30b273fa6cca7ddfaf5dd136731a72b53ab33c5bd75264997d3ac55964b1790eb2288bd1a9508022b0e4501f7327fd01866a7bf54643e410ba6899a8cc2747e5ec4d9867301e1bc01cae669e732820c738a1289be4831ace3e6536a1064188a8529f512133b4be3ecf86cff6732b880b0d550032e4e5b323d71a817e15bc0f7adddd8068e873ee988dcc02ab732e084355a8b1dba0f50bbd4dcb5e16b3f06f53cc4638e01b3645efa4f2bbfb734ed06c441a35cc82c232bf0e47861cea57a9cf52bda50babbb159446c4d5967350b687d41433e334ab0935a9b20b183edbb21e23c376d7f1d947d4019d70947350fbd4348c0808cdae341da5adbc716fcd221d05f6465c095e3a51d9b79ad17387fd2358db962b70465854253f9c3fa5ac637253a1794eceba2649fe5c929673a0887f945fa364b48d5965896b9e50b628ac0b4850dd071b063650b44ffb1673a81644568b69e69adfbefd5b9e62d32afb619756618e90fd09bd0e20acebf873b2bf55948c240f24f1dee6ec5606cbf267fecfd11fc80f62226c78b06dcae273e2ac384e1ae73003e582eb2dbacdce31f6b8c9c2b64de43dfc8931b1faa2a973fc329716696c2931e479bcfedd6aa475f50148754dd474352849f13ad1455b740d7b0c10d66b83083f1969ce6be49543060a4c06e3f0839162efcc87dd57797415af2accbd766457e33b31216c1148b2c7d0ec3983fe273cab130943c36618741f9b6c549b5eb4e2fb37c7e5873f31dc095be08b5da8f883a8235404cd231f743a7317189072e3b639f8d5ebbc6361cb3efd537c30f5e0f82b2f5c33956a4074429dbbcb79fcfbc669433806cdbfaa9e4c349b44a351feccee00bd6f137aa674473d399200bb930261b7caae9c1be9623e1a804f997af298638ccff531c57d744971f3da7c1a47a177135003d538b15e36c2f565854ed96318937f66097fcd748972021358232785f9586c6d52717bf4bf38b7db3846810ef905dcf1808c8b74994756265e60c60b2e5e3289b04958c3d42624d647eb061939892c204d42ea74bc0e89d9419e9342d9a00ce31c423d29dcde0152684f999322a0c767a9013b74c0ad158a327ae87611b46615fb23b481a0db17c63a4db40cdde21cb3917b2574c5c9d8063e1a2f41e317e6d8f50381f9f6470b2ab681c4368c652ea987516974d095ba73c72957ad6ab34472bc9944f069baa53ca49f36c94ea7c3f9061f4674d6e1b8b9dac118960c5ddeb8baaee1ab48808df9995a4d6da1d8dcf58bda6d750d7d5b92b52db7c81699d742d0fa55604245dc725a826e88c85af0183f2a9a750eab859cc8660fae4beccf1f04f34d7fb7205db6e53d5f1f6d413938bf00a975204e7238c4e3f6b30d31ede62784707bf10b716217732f05fe151993be86a575236754641bfd2e4397fcac1eadd8f9e659671ba0d08bb155579ee6610e7bf57525d4b138c42c4817ee620daa47e827eaeddf0138f877309493988be15c182c7529d672d74214e62ece70f7f36381933dc3d174082715d9d77329b991d33c49752dd1a391bc8e414887b40c5ab70e179d36348a3fb2f0d1a73ae1a0e2a27d0775362c5de5b367c2384df7c4558664cd105d38b537cc0b4e58caa2a9897d4d6e753f7c8e50d934a6995456ec186d18012bf3ec73cffca8f903947187646d7e2975403fee119bd4922470fb2abd25c7cbe3baeb7228623dcf9d41e9ea9769f2d4758380a5c33ddba6b5b484ed526e0f4a2b8f5eede35ae29a273dc0dded55278c75899f82b940d2fc7fdd1d6af11168b403302f061ce5071b90102027304faf4d758c44ce9ccac314a78931f9cc317b83820b699b1aa42dfb6a81bbbff898d092759ab4a05d91892429ed20c5c8df77d8e0eeb6356831237dbe0fd73874bc101a759b3b72f58a6a0cf9ff814a25a9cac63024bdab9f1814559543cc3af51a5921759ce8980e2315656f0c5e33f7937c037888a184eabd0898c4ef9e06cb509caa759d09841c9d04fc78a502d3c11017d07b095f45e0950cdb8f64285ee49a133675fb8ff59948dfe2553f2f3aeabaa8e441771200ad0ca67832da9af770c63e42760057626d41a15bb6eb3869a145e2e45213bf53037f307f45ac603764e07e9b7600c7e114b96b91c94554768fd20c3364789365ca998596007a3f6095bc059c760437639a007cbc715b816aeb51895b261c4cfb14c697bf50cc0b4efaa26c817604cb39f9151a520d8532f41cf340a2e45d338b987a230a7ff2efbf710d33be76191c90d027e632d0592e2f54a17d99742062b348908a3c361608da50792ddc761fc8cf0378678167ef67167929cea6ffd2b8067321ef405851a25263318a46762514ca5fc400d062246d912660ebf396c528fb3d996d063cd006621a6f30707628bb3d99158a8c895946fe89b2810863c4bb6a7426f4a3c8f35b70e7d9a2aa762e948fcea157a8d4bb6c1371bf1c48d101d36f8bac7227ab4a6d37cf62e5f3763236867ddb9e1de8e202871ae20a6f068baf6724e424a5405ba14306975c567633293caa893ef79172f3b679284c03bc31fc79558de9bb0aa976e20766e36176345adf7d6baf20c86ac51b01f83e58d2d4cb9ab957522f256af0863574a0c476369c5ce319cd7976545c4dc1168c13f20946514b4780180f753016f9edffdc763f486d0c88ae72d07108bf00fe4c9a91a4dc043e173d650a53a8f38cf2528b76406ec24c86d6eea203219d72ebec6ff3ee0ae5bbee17f21cb5dab7b9a6c4ba7659a23c950de404c21cf034659a360ef16f998ea752a4f93bd5900faf433bd7769fef8ef4219eb3bafea57ac9dfa8c64131c42012c3fcd460a95b8af108b32d76a6d3439d90870961ce2746de3b80f81ef2b17ada08bb94281b654aed03b14c76b03b61ff2722cd1b73a0dc7b84430874b1287ee52bf21b7e6d75de06c2ca4076b67ccb50753c3e9b136e0334700be4522e81fee3f573493cc3dcfc9bafc0fa76bbdb32e1cf82a608be5afbbbaa37bb93ba51f3f9f7bfbd587716468075087d76de7b1d5f35d6f41c5be174cb5a1d3b612bcc9da458950a781e5c8002f5f22676ebc3ff612d695159bdd019684a74ab09f0cf14486983f494e796322683697e76f2eb8f31077f5281ca43d6856db2da11d79e52c865563938a4accc78fddea776f9a13d7ded86ad943a76740e2129995482269416d3ff94f2e09ac6f417fa347704d7a06067304f9bf50101f97fb185211b92b7a32bd9551a34cdff6a56bd3977156f4870f5aeace5f9ddc38e9220224d5ead5922ceff83f953deef88d593a77718b84121d52876e92e42633f19f05be0cb441a3b76851cdf8d45945517a5a87721f8130edb92be3fceec9fdc4552c4cc535e52924ca187f74b97ba94ab41e67726437d103551d992d7a2ff75c9083cd8345577a0d52b68f1d6ddde4ccb4f8c77303fb18d9d70ba116e7e9028a7336534abfefe42a613215177c6bb4c62aeb8773c5bcb53f6256c866e2cf32d53c07eeabc5d4d44b970c2c78cc30f88b5a8f0773d04635e18a93a08c2025e4ebe5bb08e2010e458931f0625ca254ecf2c02f47740f2a0637cdf68ab2803c5ea487ad1585b9f5fc63a1c0e80788dba3083294b774469ff1e67c56b1a23bcef567fe74a20504e5d11bc0ebb09595c388864ca9c77486ff4d58c37eb08ff12396c08ed0a21987b10eeb48a4f5b4f16ff5a17f86a774d2eebe7852353d67bd02ea19bed9c9cbda144a3164738f37128b546cfc0a67750b1983a42b2219b8b6e8317a82464ce3265b8e37c1f36d3b9d1ae3a30b2ca7753c4742bb01a1cefacae4848b1c7dcb77aa04884966fcb17f527337b94a2f6775d3cbd095ed94afa1d644f6884acfe59fe48aad79ef1a3742e10e4ac28402c7766c6c6bf746fdbe6d307048258588d47f691ec0a46c49c634973de2adfa4a3776c9945277edc4e910d346441cb8eaf40b8376a3bed2ea19a57045bf067bd8277840bbbe047b41f9254c488e3d1875f0ca47c274bbf100d2cbde3042373631677857106ef9558a639df00a8a20f037faaa7fd1c565ce4c095bde9d325c7d374778e7e42a5cda361c2d5a831d1d49d07a1753f6eb791201adef9f6c6ca6f641277b70c8f1f633479a1aacd4ff92e05ccfcc87e4897bd7be65fca978656d093bf77c93e5361beceddf009c23f15bd7f9ccc9c99d5737a9cb006a7be89f069c3be77cfc60a8c8803ed7e3b4834d4c79ce32f74d4eaabffb25f76ee8e0469255dd377d65e71b98839323a8de881e2a718d7125f6bdee6c35f5da47a608a9e3d2a3177dfb978ac806f0500f8d928fcfc8fbf2b25f535eb429cb64253726c3f0f214777e49f1d150205ba20d0e051b6d77eca7f75a85192d4d634ac31840a783af39f77e52f62ddb10a5dc20a410b4e8a4108ba00b9dbce76114ccc150b8301a1470e77e7bac3bc7d1a0cd14fb76781efc7206623dc4503b931673d67cd527a8b9646780c236f433a5bd24c366c88721c807a8d7c77b416c733e23aab42823dbda599781a9ddb0c9345859ea15c086baa21070a5c44148910ba36b05288cddc0f7e97781f77d8905e98d374468f787bb7e799d6a6f3ea37e760ad2ddce3bcc8868eed78337a8f096cc77267524d7102c0e83be7c3a206bc68bbc0a40730fc8d3ad3b67833914de931ab9ffd773accaa9178d0f04d28f279f0152f8f020732f0aecb2c7835a89f7223d087145874c6251c4a46434487a3b1fb0dce9cd8009f8f05c9d1784b5083d3e9d8f9250fdd4c9361daa1daeb55cc78ffc60abc478e1755c454e47850317693a3dcd5cb109b6fa9d4307bcf57c34f86492d207ab2ef77430745e27868406a86b1419acead82aeceb0dc68d559f22a7e690174cd0a8c77e9b1002578918f516eb967bf158fec01196757162e36a3599a1ce4f5b77a23d649c4b2ab789bb01cffdcdb9218303357af4f64cdd208ef7b36f833869e58f090112bd15178a7d52487e495501f26d57df49160155c1b5179477072a5cc2a7d8f1639598278c5b7289dedb2b5ef4711032a260ffd1fc84941769cd1845fa1521d21873f8878c88827011b65f6eec58eaa346d23c51cdb38e2d575a8c6569168fe95fb90a978cd6fdb3f91216c4e3b3867dc5f80b95b0c6ad79c3326ce827101b033c8a65178dd54c0df1bc814b1d16e1eaf5ec7c04a6e0d044340f91b1cebd4a047faab5c78e8f695bbc2530e8604bdef87c2f96e5db1de4283f372e6bd2ff316dd753c0d78eb529d2356e0e035e82aa118ce5de209f28a24e92c3e1d54f980785471480578f49785e259e3db1a863e066b1faa8e45baafad4d9752362e8999e40d5bbcee78f66c2c42eab325e65cb0874f219af3beae533ce6b379f0bcbfd05203c5c0fa78f9d4b457252737265c617a3c922041194bd76fd01c25a07c37149debaffd4b790520dda3b878230df6eb1cf46ad9dba4a3e245e454e6439c491966e09b6e5a792df338c50bbc8b3cdbe1a6403c5d4a653cbf775edb84e0bd4359a230e642ad79388b56fc78905e84eeb7a188ee9d0b13016bfae56a93b64f4e6cec223360877939e8d674adfbbd1eba2405df4a8866b3a5c69fbbd7e7c5fad10a5b648777ee794b36b3a868e084ae2b3e41ee94c1575bad1ef1a1fadcd72cef312f8fcfc11e795e2615090886e40d2648da331cf7bb9bd4085ca00446b8a35b35b200eab62f7963c62b2b03815326ea61a4318f67dbd5adf3885b79e19783c4a98da59fb76e7964172d66d172175c11e19c0c953e58ad31af7fcaa07f2d195104a8ff4e8dd27972183a1827dd3f65d14f96bc8a46a85abb0ea9abdec6f4a4e8afae009e33a579973865849702fbf6d4deddd6e6288ab49997a24017df24fff2e1de6b281af57997e388948b34c974ac46b44bf2a00206f6a4efa47639df67f63e4d4080d2c7799eac8489c7a795383dda75ef983cb3122628338b658cac5fdc6000120784b679ab55f162892764303418c0ea74898b6fb9182f1a2b88f15d21cef3e8648b3a79ae0d0821b2920db47305087cdc1bb00f6bbf46cdcbffbb6132dabc40c5ee1a79bc1257ff904095e3dee7c318eff55d04fb61edc103f9b6f57f58c725a9548679c9dc1c8f1b75bc7eecfb3631f2ab5ac9815cff2f0b5be76c0c1f87fdd9fc2879deca4c244c139009726a996bfc07e04b83f4f787ecf4da6a56780049d173df7a10160746cd2b8a31a6408bc62ca6e39b158ceb18308a43ce4aa34fe00521d47a118b8ef162f604afaadbe8f8adafd6acdbb37967be4662e76545dd3dbabce87a1f4c1e6ab3987fe452335a0a861a0cc8cfd3e6d09328e16e6610d20df4f7b87a24707ef105bb3d0250db70902792bbe1ff657918b9e84b8f8f21765e17046b7a50bf2a2409fff565b21128115715492111965b2884f48edc9a3e3c20ba89f27a556d7b89dabf593e708ec0d6a578b3770a54cf156d77eb1af57ee4ec498a0b7a82f76588657f2060e47e8ef67780fa8dfde38bf2bc47247573346fc58d1f387a92c7141cf324b2034586f067d2e3b6678a399a4b39332955f398b93a04d4537aa25fd24aaf3f5114f529ba94e1d0cf90d0f0be614c5ee33b5690bdf0fa05e67aaa13167285cf4f555da44cdd577124bfbb144ed0f44177a4a019bdcedd4e977ac9221ec0191cf67c8235dc97a7ee3a166c57385df20350fc624e06fe437e177ae92d36829f8ea96909463c3ea3c19212164c4f903c6bd4a8310a1e98725cc47aed17996bf9cfa463be51f23d92d46f4a29e7a1d6002ea565a9bb320b20d22c7af4486dac61f815b5e47e42ca3b40abfb6cf5892765cdf0dbbc7344c5913b1f7b071ebe33f8996c03f68e70aa5ef733c4da6bbae03bd0d80aec6bc0fa1c11e87b0ef7a0329e770cf80d4f48dc06538275dc9f6ea1b1d39fdca20fb2bb9ba5917b11752998a3782118e24407409f7c8848c746d1399ddd427532cd0d3cd55b3f7b35fa79c886646a3226ab14ee203d4915e0e2552c7143943cc26dcbf355989c7b409a060203e0a4a8f024672bf6950345928bc0e4f4e8675b728d33f2fc8ed67b45d8410a0cad9aadbeec81fe07ffc618ebeac3cec309ca14ab3693510160557b4dcf33b123e3f45f423f6e05cefd67b2ecd13cdb76041e772d697b0a91eda97b691c8a3b0c7c2d237159e664f05f3ba6fc5148aa5ca9b5f991aaa74225bad57b6e48d1283e7d5128b9efb7cd01a961918ceddb04b1628b3e93c00a9246592b7b8d73618188c0bc566d48babb95a2fb09d9b1112bf472a73cc4b8543be45b8b7b99930dc59ba239b0c53131aa545f0f501d2c5b44d2e7fd3af3bfc6f906779e7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a7bb3842c821274e334532968f9648e8c02f7c21e3b8f9b7d4be183d107311be17bc01567152fe8cf5c1dcc0345c7b01ae8491e7c27e1849b44b769fbea8521487bc44f9457ec3d21cc8fd0575c00761552fdbfaa26ffd97e47cabd04cdd023017bd0a94eefe4c0b137a221515ac30045dd0731d805cda6d1fbd4daa421671cd47bf6aac0bbf578aa509e0311a8c2202a2baa165d4c89e2927c7018afb95e3d6e7c07828598076ddec97bf6631144e031d21bd722445d5d3dd811c9f42d635c837c0b5dd06f949b1611286a4627fec02ac0b6b4e11cd9a1c697ee4546244b231d7c1ee5026882d050ec9c69c5f43ee88bec40f14ae636b3d0026c518e4de39e827c2395be8f98a1769c941e80af6860180c4a4f99164178ae119dff27bc5ec60f7c285c89bc51d0266a7f998b22868892b76e09f4180a75d512dbdcc1d1a002107c34721e63a6c89013cb018d4456102ac01fb5ffbe01b87b080f9233044690f87c45af64819916cb0d1dba71d0c81cae23fc3908b69ecff00aae4aecea74ef067c46b89d5981f7639013157e2703bf4220018e5feff590812d646ce8bc3019687c51ec68078dc55b8173866f6222011ffdb6fe41a0ba66102fd624f7e57cfd9c7c550436e7731a4a5afdc50de07e35dfdcc61eaa1a7cbadfe624d8f9a11cdd9a7c590de9a8063a6c5f9ec6993da708b9dda49d2e011f4d0af0c7d7ba11912abc7c6213e0294d474100ccca335904008eefabf6cf51aaa71bffb0bd794c9c3d1d7c6d21933511c313a27a64066cf6daaf34754f6c6e7b192bc650c83b1b7fa90d7c7105dc3772929caedf8d9ff7077b0fc7142cc02787cc8cce0abec0055fdbc57c75bcfaa16b70d9ee6631da0bafece2654f2cf5355d765230c5123d49bd60be7c7bee8fb9a8461c8fbdc3eb1a0f29638e0935217138ef635c6b70f0e54bf33e7c8226eb8f95fe31b46016c00109959542f209df4e74112d73a1f3a00365065b7c862db2df91a73a6f998713d381b66c69f8c13ca7ac61f52b879c932584f9507c8d96520e27674145a9db8e9a86d3718a07b171815421dcde3ac6ff4f30ca5f7c95991a0224d222ab5f77e6420eb0261f69d8f2749d161a7caa0bb3060c869d7c9b40268d8f6f957cc711583450fb7540a643ac6fd5d9399b5210158ccb64b37ca30f7a702d800f76bc0c88ca64fcddd52e8a2c5b1ac8c27c0e51eb621795467cb1d2157588dfcc18108ff4c45f11ed4e6163fdff98b53a122db79f16951c3b7cbbfc1d70d1a8b2bab9377bcd8d902ba5c31bf446ed3bd3e97d0eca0655a49d7cca835bc3c2845e426378cd82c5901eca5e8819a0403c1f3df0b7a346f244cf7ccb86f090d3b05097c03cd5b53ebad4014464412e19d2477d17c9ca7d04ad5f7ccf16857a92e1172cd06a3d67a71dc8b7f4098e9fd9f0eab2fa54462177a8647cd34e2178a890e45624149457053871491b41a9f6435d193121d3059209adb17d02071f5ee4bc1aa52545f218ddb7323da69b637ffbeccc8350f746d9abc5d67d1ddf0cca5f82e398fe14e7dcd8a662811fbf71db8c1528683de646ef03c4bc7d431559d285b338d6236a013caf1c10c1d9eb511100c6983a10dc2f06b844ca7d44cb09343facbc1b8efe73bcb72e4db9e72a8ba3ee7b54aac887b846640d877d638bfab15b962f1cd24e48ca6afcfb6ef29182c30ebe01eb4c07951a58906d7d654578c0eaed497f8bc53cb0bb6742081af939f7736b66ffb7fe12122868ba7d79018eec23c5a9a24ddf7381739891f8aee1f044a31fb06a22d97d7bfe80717d9594509564152cd85f509ad239a431b72b42779586c6469f16997e4d07a7f97dca9e1dafd53421cfecca90a859f4365925fb64588253d9bbac001047b511917ddbc22d36d727b066a66e54a05940901f18a9a1795f7b7c6e8e043cc7e8c8097de56d992dd62b91d1057669a031befb9f73840a8c1daa9b55a21ef7a59138757de8294840c7df019f5662522222cda5d87f3081d7b9e3f6116ffcb56b92a8b87dfa8cde0957800eb8fa11628932e10817630166a948428ea37987ef75f9a9507e0765fd32e88312d2e7fd3478b9609bdfe9e251a6781f0e3c43ad34c6dc5fa67e0a2d35c25254bda5faa5f8d77734ccea847d33937d0c771c332610cf7919377e11c343708186be565f903c72875a06a2fe064a0c86fd8747d4b93fcebf9c5c7e223d8eea42e5ea13bbc0ab8e1c18ea63a6a0b01aec910dae7a998c6e335efd7e353a9fdc998eb5e4469aecff934c5716deffb97340eb8698d34ea7e91137827e3e2ce44f153046e7dcff3276c6460d7daaf7c99e93eac06b545a3b9baad3a27e445a53a654ccb5f6702d3718ea4565765ff151799a6d984b5cb68c9429708b7e471ca2369c3836ea2a93d9e7a3fc2220e2a7088c9e661aa63d5ed7050dac917e50156a676bce9609fcf6663aa78b22d97645eeb9c1791c30d173d5dfa4a3647e516f45d933526f4aa8393ee658a395e817e71cceb50f18c70822d887dc31837e76dd1c7ed07ab453358d84dec8a2ab8c69bd7988ae8c58f170d602f06405487e78ab22262fedd0e2db56a4f2a221b8a063bb61dd36ca13b66674c9135e87d87e81107220a78788919f6410a0864b48719fe1952301ea25b459bf5aea9789817e8a65013e3f492456d0a9621c408280eea436473aa0c3facb7fee8faaf8c6757ea3b15e3491c71c2aba2aae04d53ab172b4c943ed73cc16fe2575174b6864e77eb0412100b9bbafdb3164e99a0616f72ffa44eff717e79de6cf22dd4eb4a9d77eb9dc45bb5561e18e137152687d9ff3ece43fa342408dd9193aac91e4b0a7867ec5609ff6061501e5ab8ccd3cbdf5421b0ae9b299255dfbe8ad587d1a69b6bf7ec6476c2a6801242a56ab7b4d10b9261e556cc449be041a5c02de7a921da8997ed43bc25901eca49bb14eb3508cc70219a207b16cf4c526a9341690e79c25007ee0c9292b3af1ed209931c5acd88822166c6140154db9a28c53d3bd6bd0c3e17ee1b7d584a63a88d7d9abd213da0d857271303361cdbdb6edffe4217be22df07ee1b876979cd4133cb9677a5fa6e7dfdd91e1095243097e9e3542185b1b31457f1eb8c95ff5aeef1c2783ecc0a526131507786df3f2a0f866ed95523249680e7f2b4e71241c2c212589113e6f9535f426719cda178feb5a1c97712d539c6f887f34a650d27fc739eb759b2c9b8f88a3f92ae13389e61752ae931f2057ae49c07f445b3168d192d533ec98583fd3c13f24c667c61460c4de07c0e4b69d60a3a07f4c0d393b12605c744d51fe0e05ac446a183769c0ae4496c2666261eade390e7f539ec125e22c23eccc9406be02a4cff1eb63a37ef07283c8c0c772c877b4437f7081144df1c500a990771299ba87641402c44aaa955d1840f8c6c804dddcb67fa403066575a9b65fb3aff69f02289fdc15a8756ae7fff8ab9b9bb3e9d0c7707fbd50cff39c188ce5355c8696f01305d68cfe1728d744cad672fc88f11687877fc50608d233f1662155489e8ee51951e0125e33feec0a93b54143aa9392abc47fe173ffa47516963c0b9c66953873d2f3ae6c8b70dd5afeae28466331f727957fe6bf89c7e393066af224634606836550151c6e611ebc0fb3dea68640f42389800024366932d46eecc97499f2f65f916fc3dfc376cddf89706ae29bde4f5976800271510bdf2c7ce4116136b8caede8152d3d531cd68dbe904991aa7064d6ed80255f23b5fbcee5089feaef6b8f43d3a021209d8521f26e7360bb29035e611f8049590001b9bf081bf6c2311273589109766143acbf480c86e214dedeaf39ce804cee696bfdd0383e3a47f573a0ade05eea7560ef4ac53d54d94e12a160e4c2805135631d55b10fa2d046613de54fc8f28f139cc58ce8dcb0c15417f5ae5c6880580b851b38dd12d303e7ba47520b00a77a5f42c33f3c2804f4d08c15656fb78075c93adb40476feb133520edbc977b60f1e50cba058d6451f07a5dc0873c9d807b23b947ae8ce7e602e6093b8063a6a6c2c65c373321d27dd60700b40232308087cd8c159ae3af4293a469bf5c35132ca66b3ff84c89c7038a2a5fc884e7fa8089e062c77525644ee0ace2763316db082074703e3f583f12e66c1d1f3a04228098804ce15498b2d29824784473019a5ef9681d5f216b43bb223127fc995fd4809c78cd3990aee0826c50ee7966b8497594879926b97018cb339ca13287bec680b8f10b4f6bd16890a357538e62dc03de5e06530da029ef5bc765f7441f3cdd80bf159dee81672f7b3ecc5c499a840736d752f7e0a718352e76fedf8bbab02080ca663688af91be2a9f233693e11e97dad43ac4634b783a312305d9a8e41eb380dd863d24f1bc4fe82f4b66d4bac5e5961e843e0eb708387e333ed78d91c3de80f9a9c60d5933bea1113510e90b29d7f4e6d83e465318be87cb3d88188f28aa80fb6b29b95974d795e4a98bc5bc38b95d63923e25da390d179202cbcfa4dde780fe96667abb019b9b0e55e7a202e2cf3ce9034d68aa2645954e8a2bd1801fdb8101f78bf41c04d01e9348fc204f3edf3017367dff23acf93c0b5193a10e161b8112fdf06eba1dfae077dfd012f6c46b13f65659d4872f20064007839d1c9c828117a6d1ebf27cdb80b29e27265acba57e6f1dc6975ada9687f12714ef02fa36811f67821305ba693042b13c61a030c406b25bab990615ff003dc9c6f255f0aa8130bda004d32d541d4b23a514a069b63ed76cb62ea25a30f84b8117aae15d8c813c8a926c3ee626de8743791a7c57b0a211ae091059197c7a3e3688db7dbdbf815c20d5190179f191100419ab5c964665d453236c745e35133a7e882fae6216815da6a98f8a7bf4a9cafd2e5c2bfa42e120c0a0a8421784b0035ae5c733a8238166342e78170ccd693a887059b41c4164e08c42cd4bd21e9f0d215533104add816e6d83245d636dd03c729e2c239cda06008321382a4adc31dc8c431693a4628177f1d4d71c03790c970889890e1b70c3b8ba150045496e7455e65dd7b0688b817f7952ef5ea3f33290cc76202aa7e8504c3cee8b191cffdf1cc5a7e953d29981997738d8abdc8753692e3d242315091cc56206bb2ff03add4c569301b8e7e4819c077b6ca9b45fa7ed33741020efaf10c16e79a040e3381abd6655bc8ce95b81ba25aab5204d89c6e210ed9c3b1a084cd2a0e1b97f6ab70a5f829a81818f3081c7dfe459e03ca69954fdae1f69ecbcd6b41209f04abe5decda38b44ef8d8bb81d404bd2cc5acc1d10e6266a886e66029412e3f718eedbe5f4c31b69ea3d37481d4e7ff346d160354fdebf1930b648b3684576f9b6bb5eb2cd3ae193f61cb4781fc04a3e6cb8a16b942c7374a3fb0adda6e17f129e97029a43d6a6b222f253e820fcb3bfbb9d7dadb926704254074de6c888d73c505ddc0eecb6aea6a8572c682147236795ab9b1fb2ef75cfeeb13ce9efa00aff5c0133f19a960f0627b10438216bb041e54442e15668830876ca9b08bbfa23cc57812881388ef43715a60688222249776a2b6528be2f81039e379e6a9db8dc9ec9d6f34f368073a090aa12a8266c68a329511d70667116eee1681853249e01420027b1243935b4872411a62828210fd02d1db96f7dc866c57cf479ff1b75561f2d4fab6df47fef2e8627b0a828869e1108ff26b54f07651340fd5108f87acfac80618e91e450d304585296c828c60ea9f260140f2a99ababa60fc7f2761318a89176bcc9656532b0a571d79828d19f6ee11d4049d4d89f6e5393efcfeb155f03a0bbe0a921fb4c6d5a200368291bed70dbb515ca16c057a3f3979a5989817814eb971a9f14a1c6630dbeea382975bdcc3d43b5000babda5581d2d272a170f9b0c98f51900491d6523defca882b5d243d1eff8a5c102122fd04dc1b4fe84d31de83bdb4b0a1d41742f86630f82e5430a985dc71f5ceb134ac3deeabdecdee0053dafb05c0d5271f1a54c1fa082e885aa70e72f8881d9c4a4fc44512eb99e47b6d2c8977bf53c29a4ec4dc15082e9d17cebc4fa7945d4195e3818b2db7d93eedfd89a6ef78ab61074b2264f9882f411f81d3828649cf33536474a2743db3a522c3b885a192c9c1a46c742053e82f49dc92c5ca41d095877eacd6c34ffa511123e7f91cd156fac85e01ac85b5f82fe368b2e244b796f5f3344eb265142b2a5a5e9db1b3216decf0054fd5c275f8306a94d45c306775e90a15405079f775b58ab6a349799a273b7b7aeeb47da7f830e35b168179829e80470224bbc3463ed211ac4c9171cade1b83ec6f7c524ee833c5cd8182665fbefac150a50cfc25c14a52a02fb4679b43fa19a7ce149916883464958cc46af8b48e5bf451a2a39ddb6d7a32f42a18b898046fa09c23e26d1834ada359b34c7c9c717d802413695932322623253e9764abce140cbe492f27b835511ad31d89ddab83e29547d081bc285b034a6f93ab6d8ee34fb536dc5fee5835688edbd5957d8ca7f3e0000714d5b0f4f6c226f20e888b23353a5b10d283783596ab871b5924fae4c92f98aa731988089dc761ec4eeb97ce2629d7d7c5515835f20e8bb59a36fa6249a62b5f4b0dca4ec9972de3987ab32e934d5d13f79e6836bfe46d74bfbb6dfebb74fee098c740a506bba122019ee32fa53d0d32dfbf083801e6982bf3e7ec566b1bd4b4afa85836020f5e9f4da0233e8d47578f194458385e6a2965ed51197c863cb7ca7fcdcd98d9e341ee47c6338ac5c1fc39e3959838fdbb325884c604e2f7e73dc86349e7d3f5c51ee86b043e318feeedb601fae8390e97fd58faf97266d1e263dd0437dd6ce63a294533c250e05f89560f8fd0983a008a84c24e06b85b6dfe388bcb0ace7ec4f210b46f7f8685bf517c59ada9f83a0a626fdc649af9b4569621815dcb119ba068f6caa93124021b4dbdc43a60f83a9d727303a0fa249e9578155847341ab403be9ff4a2f38d4710cdaaaed67c383b69b6c4441c4d791410f933df2fe3c0cf09eacf1683929bc07416cbe85cf7483c2a9b1827c796738543a352c75da841d46859c6a7ff058348e0d573c3059b083de7b56398b5c2ecc49703fa5485b997342cd48f60c78477112a45ad8382f5a83df25b946773ccae80f2b112d3be5516eb967708a8eaefed58c706cf156f64e83e6b5bb77ab7f49014ba560e4399d7138565a67f8603c45eeee04f4a21aa3a083e8e7ab136681969b56562e7cc47658d3fe954eb4b00e3844d789c744e18a47845cdfd8d9d649db50d80347316846598c89d43a7709df166264320bc133cc89846795421840b85d427fa012cc79f2ca71a02b36c6803da692925f80089bf137846bd4c379c27ebbd31b6de8c89de5c10747fa7c4604a9c111a2a63a86399f3484755a371c7f3e66e0a0d8ab4484861097de69d4c70c55186770fed9a976e4aa848dd27beb0003f7bf2fa6b4392799999c787eb6c5d1b066fa1237ecebae51198496cb8acf6f84202cab7cea24f910418fdf8c16cd9dfc0660a4d8c91c73d5dd84a6575ff877c30d1b7a0b1b5ddeb70b76c1587fd68423bb62a30cdb784eceed84a6a3d67189461d4cfed3677e157e08ec34f855da9f2bfb0da6f920a0b0950f84ac993fcebe7a17dc326ce38cca1ff13df30c808f21f6dfa424a178a11c947d84badcdc85f6ba1d65283836a03667bd5045a6b674b5c3118c09fa73ab596b1884bff7fd9cfe1c4d63c7c7b36f312b8d599cf06c03e792bba95623bcba1b84f584cf71cfabef705fa76aa79b66d33f386f6d6335d692fc5c504d25bdc5d3d5aa84df0954304a1ef11d1000e799f4cd283dec44c52ac1db98e5e5d3b53efa898f84f600e2b55acceb28d7afa48fce82f67ca0ee13c600821eb72385958a01148f8503e0f887d7fda7147e5e7932f263f374e81c8948fc26bf444f0df9b45acf8a851dc5b81dda6cd5738340306a64321b532a0de7ac4b83a799b2b38c88a51c89851e7f8c5428a6b367922eb4d983a7f3fd8174ac127d098c7a4353f830ca6ab985297714d6641189cfe2e956dfe59ca5b6a631cbd34a7bf4f4685620e682f027854ad362b42d692e1739d64541f97e9f2b7c25009df685c2ec12f98a0e40ca6d85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd71785817f05ceec4025733546c5926aac667076f1c1c44711b008b8f156fddbfc0e858c4d8d117678c2ead02121aa88e0eeec39304dd69782a579b58b2d7405336f858c5844b110c877e59158c1e2b220bca0ef87781254fce9f18d415d1857149085a6be655a0097709bf419a1f537b8e3df67a04beb7af0581046a2ea44a2c86b85a9350b7042f7118e8023ed8e1b83e43a4ebffed370025bb7cfc846649b2a6e85c1a637c306640cebb78f31181a6836783a6936939e4c6620a46001074ff77a85d0264808ad6a46036a36b3a39f0d6e58fe1ab4f4380b4e99ae2f2faa13265785d57ebfd311135c908c89416a219e5e45901ea568a986dcd7fa7b8fb45250a285e187684fec8bf009f60167d670aa33b0b215587c29467d68be3950a48fe12a85fa894b5f09cbf70bfd265a1503324a94693be91273b1c062b89a857e7e3aa285fc06bbbd0eb54b203528b59cdad087cfbb140a2d227d7824665d2e20620c0886117e5577cf69dbab75459966b5024972710ce6d2191e0ce6709345e6573f9c8619ebca23837fdc88b32ad2195ca0abfda966ab7d15b7d5aacc11b16ddbbd9c863234f36aba69b4dd28531033f084a4070d32357900b2327953d0a18e6655b2864e94c919bc4a17413100187350d42b3fa73eb07e791a596dc2f89e70e03501865c9e8d8c737ff6495be7282ecbd945c435ca4d682549c285d24c2adf347940865e78833effd4eb7024d621bf708de98a5bf614720d665ee30c6e159cd745118664ba66be8cd6335da162763c25704910481d07de3acafef399573dc20faece8669b1008fa9c2fb014673ab1a4e96c0feccdc614652c8ab893f7c5a3dabe7708683b51bfeb95529ae1ab1af0ecbffbcc921f81d9b118c81818d3abe799dae348684f1445900fd36c829b0c3e27c9ad529f530b87886163b515b35e6e31e531386c99dcae8c8b7a664544b883a6f8beba57f56d34c1b8b1fa7954582ec94329f86dceba479e9a145f911fe36c1185fc0822558635fd8f12b987c13165637f25486ec3df0d5b84e1cc9363919d8f50afa70ffaba6903d782f4eeed390b346731986ef2f1bc897dc1a0743aafe908e65dcbbb48cbd694c24b540bf56af5f25c1c586f5445819c62b43ec5d8e44af24572b9366c8109b79693e183c865c9f3483b786f75d0aea63c8c7e5cedcf60d8eedbac6e6f936e7a14be4b62da57d18d142c186fec7f61d72c8280d14126ef01ce7a4627c38edd6e4f6068a147fd29aa262b2870cfa5e2bc6f28dad914d72568a35d1c82d0d02f118a4d70da0f64adc15023c8724da6a9fa1a74162d7b9be572230174145dfff909ac9e03d63e2ddb69547b6872f7477768437a9ec4be39bb4d36f47c7a78476e7d3e67499e4af1e614158038749ecf6a96ce945864be0b0d1a6f8a63f5aa312304a54acdaf287e2e155049987589394f6b209b6de107836520a878f946158fc82d6ab35c746dde627f1fad4876da634ce40df789c35d467c740c54f83c373ac740e37977abdbf948b51e67787808a99af0eb700fde52c833787a0782fcb40363909add08adc45b82a23058a878786f3dd2f0f701c3f6905eb51bffd6bd267c6b11f7999dbc5207b10dfdb23879d5c106f25457f39c106f150cacb8e7384be5da4d968cd82523b62a6453a0087b5d637db265b07882f3d739a0f14f863d2b4c5c0ec4cfaf848f2448df26cb187bbfc43e36296cce2ba0f1dc7ab816fb76fcc4d495d327c9d505e3c71442ba387c09c5fabf7fa9f64fe2bb8b2256e18fed0472348d0b425dc988d72849fcfdc87ca4a3ca50a8fd394977732b4a7f6c3c2f1e7ac7b535525f692094e3316790c87ca753bb05644eb99cec1636d5748ecb6ee1dd1c9d2274b07fa10671152fc0a87ead69ccee51983f023f85d28ae51276ede0ba2b879977ab64d61bfcd7ca2ae87f0cfd7ff5a843805335023eae857d1285029f68bd3e7170aa411d9f4d59c1987f0e3a3377c9a9d8723fc11ab177c98a40c826967fb988aaa991ec5e513b49187f90cd83eb31f3d837468ba407e31b24ab3d1c008b523783951aa62764c0aea87fa27acd762fe95724cbc0d38f8d692d8d25c9d84eac3ec92389806af638549880114f7cef2fb5d755acfcda85b2769ce231ea1af338f5dbc62be5a0a7884a9881e857e2830d23ba05ac5b387851934f68fc70c3831824f20696bf999ff9e92882872e9f42e50c68cd8a4f6c6780e05baee036e1fb1ae474168cd59de49e5a38830e376fcb89e36b3b01bac2d13f91c80f4a317576b2928791cf3966a52767f8835d39355fec4932a1a0e9906b09822c24c76d13a3a09ffc6c8946aca46bbaf8840563a993247db88cd7e4fc9dc5f69530a034aa3ec493e29f51144336a0a128845f2199a49357870d22a49a30d210ba309506966ab5671ee8b19d76c46e444885653b33e3ceffbc9a7585b221e762d56801503b8f62105baa576048a5be83888650145c03a4213c9e4c789f18cea943821de3e4581129990c29a6143dc74ef8865a95189739bc72c4d7a990bd6587bf0ae5c155bba28486643509441b4bb76887935e5aae91bffd246b7c2e005b5ad595eb40f17aad2ece301347d18f9213f8883fd1cf8f8e882da1e0a9700f7adc83c96c23868012c4f1a5fb0a953e241e1889b7e6e44b86da0ce6e438f21d6baf934e54b8599e3b829dd858c33800b5fca88b4e0f65fac311ce55b9394cdc00146118e2a9b4a048b8cbe13402da924a5de88c3548d98878024ef5444a34d52aceb85b9a37ec8468f2da19a35aee999827b88d8aa0086f75778102613af5f870933675f60c642c6770ebd69c15bfadf0c2788db0f0a54e85400bc0f8c8d22bdab2dde1b9e8f761d09bf9e01f4b1896bfeb088e8b6599b6434208977baa3f1aab08bbdfd3b2f758b2907d9a25811b4e0c00d88ecfba42f5f6fcb10a15b92a48942dbc7d3f30a4b4b786db67cbee7542a044888f5394b406b9184146466abc7ff640f51303fd0572a8daae6ad980b1566613988f8d98f9ea4da879ab75dee53b3ce8548445749f4ee46e37ea6e7841b19b00c89023c583167395d153d132de316d28ce98bfdfd3ee8c5a13019c13828f4a59a890b0d346805fe4810c594d5d348f8626c839c0cfea80658b654bb0aab007922891e61175254086691fec5422d812ec452632f93906eb5d44d079cc0972c3d67892404a7287df342e2ddae44963969a4140ea4400ea19482d75d6445c1cd5e0b8943416d0f94cb37f97462a176f9e15b0435ead4537b47e5527f149969ae0836894b37f8a113332198dafe730bba7488698b7129d5b89d4ace5c282781558dc6894ccda4a67e12a686995bf7f3d9b4893b52369ebf8279d8307620b929b864bd8952c7c20f2faf0a664a84c36894766935fc7272b9965c7a229d36a571250921896b980f97fd51182afa3b064d10018a9ee8c1a3b0754f2abca7e12d5c6ab50b896d0b6b17658e775b70d4a53103e3cc259ca0f5b83763a970214c971c377767897eeb5d27a0ce3d2c37fe0e398715768595dc2ffc0e0c5f97be9c21df1f805089b077533598a0ed6223664aee57be6e656f52deacb40fabf441a4ef575f664589c27d9af72a42112bbce4ae76cf98442de14015417477919b72b3a4f4468b4e89d2525fe9fe5c652b9bc52111bf20686fe6acca2539d3ad9d8d1c0f12cf18ac89d983cc099296a74b57a4651232d450af15ee031404be82965be71f2c2047ec89de376f885c3b9bddefc6039243c128db94aa485cdd98173999c86615f5ff2f89e589561ea9fa95d37cd904b3e7f869f688a508a8333c50696e1a8fbe45ab4f89efa5566f944375098c8607ec9a31372c73e5b775a5cd891e762cb1bfb2fc9089f54bf3794a6390b965f2c546c247c9d5eed505fc320b9f7599ab5d06225ca489f92333ee100a56dc64482d534cf63836ddb60cd2c08f3ba11b9b0b1336df0989fe0ee6020314794fc2cfeacf3d10c31050cfe56f8ebddf1ed0a33fbe941fa78a15db627597eaf9f9c8d794ae94adae00ff9147a85c25b44101ccc7e8f2ef018a22f5f3fbb85ef5d063ceafe3fb6b99dbdc8e6fce548a142b25a7c524e7c35b8a5bdf2f74482f8cc42818dd8e32878a96b019cb650f71c733db9e48eb2d58878a743f20ff4c9bd141b1fd2447a219ed3f439ea40cbf8c711fea9c864747da548a7c16e68150c23a36aba6684c7f12365e8945847a5075a0b2964bc33b6cf9298a9984890caab863ffeb3c5322b21ccd55ce4249ef9397440a6d3f8935f866838aaff0a58ba4224db6a30b2c0390e1144f0e3d9fee3a1893a0471e0818e03eea8ab4fe91bf6d826021ba6c7b5f2c0b4494914c96ce2bd532800869fe34c784ca8ac585b417f4eb2e907a3ba37ffd262005a8bbde71e9b1e7a2c3bb8801af1f398acdfdd480d96ad68337080a54acd4746943dc1962d00189ce4f4b900b0ef1cc8ae3afa6304e56891815b6c9806bc5d86288589d15391fa1fdb4a5e5515caa5c8aec6d1c88dd2c7aa66ff4ba46c453498261c1297ef361d446ed3dc0f632e5e78afa5160c26d7b16ccd2b80ad8d6843dff885223cf51f618cdd4f9c9004bfb028afb0af029a9be9cd0f2e17d24eefea6ec89c11b24f795b94edc29829461e3fb8afe1d642a27e41449153cde7d82aa1e29d8bb501baa2a6ca597c27789884b428b157d8fde9c08f5fac1c373324360bbc19fdd6813126057e21f3e8f8fac1eae8b2195ed22387a489b3002810ed10b69a1209ec45628892bc0fb6ba7619650b58b29baf8b232001fe4d59213ce008bbefdace1b7041255f8d2e42872ed6277c78b396b226d7bef521ed837e861252c71ba4a4d30e898cf77e92908e55e18a8a28b5aaad9390cd0402d8d8cf542e37869e3b455df05e84d3f0cc27121c0a030b58b5fcea02ba322016725e794964f30fbae5b1421b73c4939e3c322af9e4e87458b68dc95414f6b3ea01b6635cac639252cff3cb1d7ee9a393b5d8f39cbb2990e8b69a9ed30d5f8cc4963d33bc618e5c68aebdf409f708f19d0a5500d7b4900898b91ff283c4384a3bf7985b5a1cf18a60f5d31d4a3a7cbbf44a5477263f20acb8bcfca704333511f3302aec623395c0a230b490cd56871321d349b1c3e9a4d7b8bde759a73bd8a9206b9210c52642ffd685a53f343090bee9b93e75d5faf158d8beefe913426daa5fd1fb5ef195b4e6dea34fff61f9cc48c08782e5c1aeaf5cf8bfb145702af2d7bd9571c46f976f276345be5693f6972cb7a4703dcf6610cd78c132fb80ad9899f70a0b10fae52c63f3631bb192e78a1876c1891f622b23ea38c1502bc8edc81257c116fa2caae196f331083faae9664dddc6c1fdd88e073398c3f39a7dc3a509d9f6b5a9c870ec0a449252df6dae4fb55a53f9cb7f74dfc248c4cb9659fe2a292555f46041e3dd0e7606f5e9917467f70694f40b2b75e2fa68c580df811f1fb11d1128f21efb9d06893e6da364bc4773f1caea16f9d3d97378c6f837c3cd907d5d49b52e953aaca4b56514c6e0bad8418778e97f8a9f7ce728c733767f8da785030b6ab99b588caca5f788f5f06f9fb7ab5d693870bf4c9a58c7a64f3d6eae45e9fd0a78147c2d944432e25cccd7b133f5fefceffb17af1b98c7d2bea6955260c1d13341d63fc3f3dddbd93f24be81144608228ec0c2405018c820c28ce5bd6e485a04068393c7dd652f93dc22df4ef2b4b855be33b45a8788c9e2dc9a9c8db480f000cfff38539d36b08b05d07c0343a9b429232e6c736658cb8405ec2e049cdaee273a6938ab4b717af4c8a013a7d7c39f3c6b6bc4b586b8ce5a52c6bdd2078941019f7b0b814c97e36757ab060d88a69699637f252b51c8cfabba1a77118f8db3340cdf36e114ddce0a91735dd81881eeb37a52d37a48d8cff9423934b85e85437b96e2e853dc524b7a3ce7159f5b800fe224d82fae5288d0a4f72618c4851b0f9e8363185ac250ed9ba788c4f5b41cd1db8fa19ebf1618d1af02260d283dd3dc8b119527648826d8685896660b4fcb16cbc739e1857bf8d3a92f902db75f923a38660cc13b74fbcc3937a072c07f6a390fbd06e5fada98d420742d4d0e5c20ab55364331195961c930257bae74c9a2b26f903ec8c91638d4460a75fab65dff664a3764a4ee195aaa5c03e626732868a1c015a955448ea8d46c853047ded04d2d70f212a8272556a171cdfcd146bb4a424346d781559b68d4a01a05f82c30de4f0ee6bf8c74037d457f00309daf1a4247728e6d24d800c8d507fda589d85861f7043ec7dcb1db2fb1f1598f9e302fdddaa1fa8562ea18c8d575072f799c4d64521e506936fcfa6acbfbd499f5da79d3150434e04395cbc8d66310932b376766deac3c55e4caee4a7e9d6d013d779106628bf5f3c3e4dd08d66768b8071c1aa0db487376a5a32ac29691d010611389b26fecb3c307eed808d742607757f62fc76fcc0cb5ad193afaedb61e6a9ee915f49d30a4283b802638d796280cb1369afa258661c4ba6d7bb5a2048b4e35772b5526b4cd2e943ca9d8d7fda9b2f05c478009ceb73942d51db81b3b7bce81e8fcec52316f800d56e7b8d878df315f25d0dc357c06830d90540ee08b2083d1dec72fed8cf494bd4ae188d88fe7e67c49f30e2c8a32921bb8c84d1b1e34b26d8403c930a250964a73e3f8d8d8947d60f67c87421bd33055d23deb36a4e9d37e8a3159e157cdd0ec2263f8da8c7b0ffd5b2629a033ed4cae0c2c0593e725d9962be838ca8cf87023383a28dacf5de10b4bd58e0b43e6ddd3ed0c3834f551d799176f286480a14c03be0518dc4b16722b7a2a95741d2a75f67d3db73ec88eb55fe994d929c112d476d22a68dc663b56d237b9c74b5d323231e9f8921e13616ad01274484abf3f521a2f5a38ddb5cd6a18971e23c705af212abf7aba47133fec0676cf3aa999bb00b23a4698de255cb50a3a2d328731150b00e9967b08bb4e3ff2f4467887d8923f71fd8268deb8e4802e233c426580377d2bc59029d9dbbcf3a7abda0717bebec499f863c8dee739cb8ad9b55788a7457cb67414f2fa9926d18c6b0427262aa2c19e7cc7d8e3719318796adff4f5ba193a79e2747e7bad6c1821e641f377a0d7ca4712d5b8e386b2a20f711ef2e898a97c90a2c6f0e373fd5e26f750b16860c0806e8343c8e497601f9c2ce78bb4421c56618cf96eae56313e01b444643c5205d95f135ed8e58bb510a1078b9c321a773d3e654aa8e1184f4bd50c4c2be021dda5431a4218e60b5f042dd49f2d9725198b5a8712287e3945aa146b47edea62dc364b1f5998e6c57ea935d219372869474ca54c5244d4b5000e2b69e6cfe071ba84f27649e8e825d3cd848c5c5e7e3b21202dda797911c72f84058619192e29bca22639dc68e88147ca0dfcd57303052f5e5acb638b3a54e681b2ebf73290105dd37003b588e965ce274aa919549010c379e1dd25311186334032ca24f902f6002d2bbc6138eacf55b2570501aa6fd8f9bd3dd634612039ad8f2ed7ea863a3b91c52f8cb868ebb5669ea4de04a81b90a140c3132c5f400dd1184b40befa878318058faa0d88ec40dc4ee54e93d3226817b24a994c6b7607a233f1840f808cc5c10c50075178ed17f35b6741ec7c2e969ff6b74846a33d80df318e06897768f61634a0d88c18ed846f6ef4d47877a9d9dd9fbd1708209fbea15288b5f99dff076c1d1c2b2848ed98d40fef86b721fc7ed79dfdc7eaf881481c4ba43396cd8787540f7c7c6e18ee148acfec806ce79e13e37b7e3cc48d666b2e346db34b7abf194943c1a10c58ee98b5d734ce9a2f36f78456c21009ccf1bcffcb7675567a6e4810af382f4478ef01122dcfa8919b608eff747c2ef2da8844f8a8c172719b2e642e7a920e35e8ef81d0c637e5c66523bb923849adc07af5d95c6c8c0319140c4566b9868a8408efa8676e39ef8bd2285403a7e87184347f40b4b0c4560c2175e2dd442c127468f2af25331133fb47c7cc777f4ba96a57e60551c61fcf0bcea8b3d150a33838d8f2d8b3a6f895246f12a26830dc34a73e2134aa7a4aa88080d645e10c90f9a138f3d50a89af23dc179ce70b0e8798250f4ff10e6e52a08755dfff504ab9e2a188f68596566e1c5db6dc35672ce25a3cfd60c29d3827809a9eb63dd60b339ab1d8f79c54423eef86f11ed98d7130d8597b587e6eb7006866a401427fb25d308f78f9a28f0b1910802aca7f0840d8b2260bb34a1ebd62d586f9c6c4bf9166b24eb8fd1af8466f93779d39689eb04757323e486692409855c5884692084993c2f6a8fd5bd0adaa62a8dcf92009c2be8d89425a0de56e9bb89ea1f8e7977ac1a31818fe4eccc3195300b2bf4dea0a4d9dc0f5df819ebb2202093f65c9db955435f738ff0b6f6e8bfe7b12129e87e19cdb4ddadf13e0bd6c2cb14a15135b7c6be9c628ff37390141a702e9328592ae987a8759dbd920c2579c7eb04791f9165f053a58ff76827b83a87891e15fc785cc215e94660020566e8a27301a6e311429058129023c44dac6c9f96e41157ca00ea9223f35ff3dde2c545d99ceb4c91b88b5d5a90328c7dbd0b207e386648c5d5dda71c0ea5844fb414779e88b9247de4f61d6a9045836b7724d88ffe1df4687ca1e7eb6158a578924e47f15af98b066e37c21590520c7374ffc9f0ba1e95c5b0d4f930bf363c57a155b42e93733a49f93efdc090542da6d736664fb0ef6c625dc6e2395085c2f0bd858ce740ca3108c5fc5e9090787aebead96f06551e35bf653279fefc29717f8a1d201ead6e202bf7a3e2af90845512c83069b0a1db71a1bcc2a02c31c3b808cf8ea3e32c04b085bcb999e39095990ca3d0177d40ed4cc016928928dfcd99565a9767abad7c5f7d19d0552990a9b338375ebb2aa61153242040814bf8f2955e2f5404a2b01aaa01e99432b590c5220a40040f2bf808aab219e8fce3e00a56292d64b798208e0cb643f9161390cbe2ad9bc5fb2069eb7bc85041c4cd866bcefbf107fa64a9a4874d0aa9818c90d72b76ab98ae35c6bf5ed33534ad41ee6c83b0650273ac81fa1ea4fa925ed890d7a49a81a052fae663d30367efdad380e6511ff6db8becd863f740b479ac8990f806418f7b1c2970438c133119b0a9e23a35e81624a41f537bb208a5687a6191058dd0ae2a955d6111b2d1d52fa2933e5ef46f3c2fba393ff2a9bc7f7391ae91143a1cee29d931a722807b2f86ef70546ae4ae1ed996c95cfb891ac53f4d8091189d8da1d0e26e7b311b290afc9ba0842d9151cb47a51a3f5a8efe7d2f3389912793f5d26c3a02c63903b177e2293a49f5990729c2829acc929d815d4f16a3913916da212b1c8659fcfb1bd1e68a364c242d840395667126b1e8b687876b68914390c27b647694635ed9cc9f39ce65b3a70f5191db045f8312576f128f7b5f915437d551ccca8285f7ce1e7781fba04c2ee8b0874da0f0c6ea3d181be442d691920de5ac004119748fc8914e0b03e40da2fd3ea72da62d626d59554d15659891bc4986a65f6920a402a556b60512d8c448885928f1956fd9dfa09ceeadc18291c290908a219012b06b7bfd75067374d9bcc692871d6c7cfdd561907aaaba3491ccf1a635039a3540095eca6e34e86babb83dfa0d09bb5fe64b96de2287de5891d75d3497df4099f0b44e5309aad1749e137794d2a0fff761465efd1bbafba591eccbee1d9698eee14521069401d4f6405aad5be6157c1b0f8f86e31069287e91f7c75f4dd417e13855fcbcab2e7046abf7f9c2778e3a4560f04d4281e2fca792044cff6945aa203bbf928a8ad48a9dd4528779d19b6a70b25d631e3f04ceed92060a54b01894a3044d4f6d4bd377604ae5faf180e7dc342f0277772d36cacc92209ebd71af6e4ad03022644add8dedaabb81871c521a35cef22ca56a64af0b92275988b24215634889372a8c28df922ce69724dea9d202100bd5cf6b8ce09a92331960746d9cab0bfd8d1e355eb037a17db41c4dd2528060fd2db578f108c992631e18879b72e62d911e41c024da3a541bb8feefc756ac3826f31845c337359267be6f8577e7af5613c5bbc3ea049ead96427fd19b56b88480916acbcc7c6b9270839e2698edb7b01c612ac139e76fb61418c58c885c4372f1b962b02102d492710f0bc5e4a85905e66a5939e8dadc4d96489e159bae95ee451358b85b58b29291612ee92565fd35df2b06e070fbf418338b645e9d0f62138add4c4cf7b454929b5d40479a33a6b805873a4f1c6d6f151e5d3f47a1ef145bb62159908a01d6929ce1f5fb53df8f31d693d17df464cf512aa37490c92ff0875e52c3b68eb56292ab3d39af88b91e4088c5648501931ba3e6e10b728a20321e141c4834d7d18a92ae4a4d42c6f2d1a6ab7d06e3ed0d01993230890f321568d728473a90e83f7b92b0fe7222b8002735c877b8f7ddb3f3997406de33639134ad590056493a3e0992cd5822f44671b39755b87b96de1ea0160cb9694d24ccb53c91348b966cfbf192d8a4eda0b6833801b630942f080a7db64a046033bf636c360be9c648b9571092f43e971b162963e71b177c26102e5cb0b945c8af0d0ff30c16d294b544fb07930992397a5e712df61da601fb379e9aef8a362c9173ad76c58454657db4bea0930f35caca3bb375eef72bc42c332ebca52d9fc38f399a2346efcc7da282451d9312fc146a76410006fd0b26d611df35c578a2502c9a7a0d26e238b96745dfcc9313175c63d63e156b2c2d97aa0d6869fede495a2b5e20c046a98c019446c2569327242498be4974b4fc9ea5fd07f7afebe3266beefb202d96ae386c845a0536933e0146d4598a5c33a79c38c3e51966ff47e64fc9c3703efa124b65730521329342c7531a42654cc69315339f23dabeddc462916a35323d1dff3c50ca3376f09359bef9856612ab784d97abc077a67c5724d43c91266806d2f195a7eb373080936b37ef18b7124e14321b8d7746998a754f342d4063eb74a2c9b733b428b0fc936ba547e5afb2e40ace83431d4423be1d36c87508021aebd68445daa3404b31937922932f538735e00520f804fc0f19af4d33fc38a269af2942435b18efdc9a937e945a57eec04b9f6937f8912f5a8a8ebcc907aa487a85268b1b302c9d90b79388b03f1901522de2c6cd65c56a32ad235816ed48b60a64b30f357f00c2b7bf9388e7f4a278b9bf227def17767da8f1d0d0d175300ae24d0ad76486b83ea5e1938e83402c7a0a998ca2912688d2405dd6d244dde1364e87ef4922227be7341893963a67a10bb2fef10daea68c1849fd53a9c46c9d9eb914d0a3adc61ed6ef2f93a4b6edb96d7e8559f86e72f33837c1f0ddd545170543cc0ab76a317314d54493ade31e2955c740d533aa6bf37b815d3b9ab2c80cec068215c489b70861d58c93e0d0cd51f464c6ffb30c38fd976b35b883f29c356169c72ae45557978ff77393e287b8737b71c3fa9c4b6342b8cf882a8d9b9c00e59326c6bc003f77ed6f0893fdd1981d538c9fae24a4a680c4d0d44717868feda3bac6074a4e67036c635e940e5e4848b5ef5e7ae705dc53ad26115ea0bb9e4694f1debf68593bc86b6edd947c0bce545302e4cc4fac63779e1cdcf144d99b4f046569e8cd6a331e4fd02994bd6f9cae141a604e7e1775d9a9c9629e5896c901121124f65a9cd998898d8f94c05add9f695f1df0f49bad4cc608353ea97d5225c15a9ff8c541e23ecd257c94d2ceedb4c11140d6827010a877d8eb015ef5dc6f288917e96650136b22451194e307d5ba856c35d17a830e5a86ab38ecc1d8e0cc71aababd7d0d7fcfd00c3294fb7bc2248cd137462d2d73e29e9b470b32b32c61fdc0ee3f891e0e12dc648f951d49753384ed6da7f2f44b3df0f8159eeb565c8bb1d487e21b988d7cbed4de95364d6a1b870901d66dc7c53924072a780314a7b68567b401552878fde5e4399539d21d50b95497daca6ed5a112638136820ade18a201877b1e7aae748e9840953b3da44a154df25a7fe0c87d60eea5e8f3e1c18b82f9e0b7ac65f77e76ef4a953f039a22112f8669b412c80d963c48a1816935d77f2b3a7e70314b8b477bc69560d8cdddb8bcf2c2b90d3f92862079ee74ae8d6267c93d21d3abbef2a78f0195885136c0ccf239a18560222d745083a72863056e83d72f98f9bfe6c01d3e9a959c812962408f484f8e803ffea5353e501b51b8e78d09e1b5469ae7bc83ec6095aa0427bbe025e35988c083eaa91295e2b8dccb6fdbb00126a364c474519ea795b7c0bd3b3c76e0a3c47d27505b8a025919252f3f5f40ad65a426abfa907f9b95d0fd0886fbbc27b3f5477070325b7a440caa774e8117b41bbd02eb9e6afac395f8580806e43d9da6d0a76c90311859985eb23278ecc44f5efae8e4a408eb3b961f153f4ce575355265ea04767fb926dfce2d941d6b556f6245b385dac08d189637dcbcf88ef3f07a4c7bb7d47bb74dcb54472e7ba98b7da68129a663c0fc9e9649eb08a0bc2b40eaffb13e48e3a623714c3deceb61c2172e1594638155cc1a964d7789a3a8e6edf24acd0cc397a805062090fab7f51327629a0ac80e8f7d1a965121a3e18d7898910d35b1d9cd44511e9255e4d44bff1780dc859085b1a7de967c15ef8f5483df7069f61aad714d0055b11c55e415a348bbc5482fc0500ad69682c03a284f2e5869df2b94260b09f54de2924519de1909b888beace87a4667968e1190f96fa2318b90f93a8b05d1b3171a029ec9e908b03e41b80d7196f9379695304f8d7cc103253660098250498e59e33b0649a028cbc517a6cf8b59cedb96ade5bc75662f8ddd5afabc060dd217e5ffe147fc733cd66804efac34d2d10196bb6fc95778f41b901908aab3dbba2115d1d94d7a30565f2e3d2a796d000ff896c143aa7b2159c3f052a88661b222a59a0960463f4d0388cb5587b0c7ad5b2a96ce613ad126b733dcb8013c75d74c4a9ecc111c50861723e93d39152b46f17396d4d671d1c90e11074942a7be3aae557b4740d442169aed3dcbc727d8d626c896dff989664320d17ef82ea76e2c88bab131609f15aa6f395de5a66b1ab1be0496f17134d9b178bf8872b0f3902af88fb6d3a6778e520b965ad2099b5aeb4a0c96f6683ed4457c371e02b488e8dc6214bd7bd164b1f0382adacd590eb1df79d1970d5bb96ab26a06d582e0a572568568609de64672455388b4ddd60c7b621d91970e7f15422ef7179dbaf5ed2aa2f309f26cf23251ad8a1e935f645fa7ef2c369710ff5750bbc62a503d4ecfbb3b1aa08ebe69ffe438dac332905facfc0eb820971c51f16110415b08fed8b2971daffdbbe63db989d80932fee26d85edbc9f1797401beadf0506943eca40410404546d7e466dd3a0934ec96c7fe36c3ee8f5689749cab6e257eb836780ae807604c05a46eacf9c1bc0d91a62371342c2a4f0f79749eec93259bfd614d6010821836c6e7dbfb0311d6418e5f1a55ad118c5c5d7974b90b43714e747f9b6f7df3f2d553e9882bbbaba83d17451c92b71ed4b7a3a976ee91e393e916a351ba7e80164f1e433cbfb3dc71892809859b1a1734e717197707feb63d7f1dc7f75c8ba740e5635c6c8a46d391a388cb08ca30205717d7f9775067d6f83383e26a956c1efbdfd264edb0541b510b2f2032c0d99cc6a13599787d8d1d26e784976e6490876b0f2f3d49ad0eb2132712326618893f13b4cf99788c16caff0ca24e3ae64a39a331ae52632d40925af7f0dcc257e8ed0d757b2978ad638bcf10e689ff11f73df2b64e0b0c683a69ce111b0142a26e339c9afdf97968b972b6e7d1915881fd2c56094ff2b6a91d209fe8edf517ff8a843e8108d97975066d01ed4a5aec61245b681865aeb910c4e2589e83dd0cbe809ee24acc9979cc8f3e7d85b2221c576d54f0d238d2df353d55a3828c98341d7d2b789e468979fd9d9fec4e1c92fbcb076e0e015902e4fc1bc1732089e5787b6f0ff180a7f97a53986662f334d4d3b1b2347daaa574f26927453fb4f1a1db1adc018c698f297bb0bfa64c8122ac24a833f915e778e7a548a47d0a7f52c7f80840ee20cd2c497cdc40a5c157971d0dd2331ad98ea8e36b926085a0a38fb17d38a0cb4028bfd97df13557542e5e0a98b8239fa454cd4613d01e45418ec2ffbd0388e2c693fc197dfc301c844f22fbd0220b62dc520267ef427c98b89819cddb1d98cbbe4aac097febfe7cf5d068beac60ff9ff1d85919c82e2a5217a4496572bf512aeb56a4a981b14e4d32872a05da4ca050a3d2bc092c90657557d4f902f696e6af534c775983993cfaf0ee35c2da32f4fb21fd23564581e535eed9d608de6174d93032e81984ed053b149c677ba15112a822f0dda698f8ffc77e0876c9e19fcb50e25d1379852ea6328f25a3d6dadb18393cac00fdb979a41f9c4f127cc6a3b8aa74c4222985ed2182fb5b13a8ebff37151f007c66f1b42df660520f56cbf470132c49c8a98680df48b3de7d0c9accba5a163bfb7b548f57713067b54527a3ef13d4debc69877ac609277feb2946e1eedf54e9091a2ff333ddbcd9f684b7204bf72ba690f987d491b5e4c04f05c391935e44ede59efa21485b03bed3f7aa0ab6112453d92988af24a8c9138a65bfa433d53b9d1a1ca6b90a40bd37ba3199dcf0c1b5b846b98a5ec4680f46093526c3ea7c429ed93866fc938b330374da552d76ecdcbef9898ae7d0dc4be457efab8dbf3c590920d2227979decb393833034bf741f62147498af77e3acd54bd25cc86955ac56447dd33379120ff89c28e5ee739fbf24ffed98ca5405dfe790b1bb61820941b261bdf87ca0813b9e54728ff3c9afcd28a39898d711266f7bf7a921a5f9fb32eb6fcaaa058e9ed27f92bae7445ed005af443198ef200ae9edac39e6294b1e627dab53837017a107cae58c4d63509e417f595898f1d12b7b5ec7d9ab5828f2df9b20879313ab4d5b13e7f8103ef290da6d964d98f7b9111d437fb1abb0d9f46f4d74cb7dd171715841d66919590351f5c34dde98fa2223a2a1d845a9c9f24a707e2677aba111bba104ae20c65f7f1b1e8284da9917363dabc718ef7571f90e6517345f6f7196d6178b74705e42a561405e239a9924aa67898d99854b08fd6401e3f9b22f9bc4973593985c48bd52f8d45ddc2e994825458171f9f9e3e020a381c6a91d636e9cad8c018900bbacb5c7dafc03bb9951c7a364334d45e744df1dc4762ff35ab05f61af21d1012f2ee24131d7d4dc9969e20e2ce682ed6dbb4f8faca523bd3f5662c82c82432ddca263c5be1a68e19970888e1a59769c315d40c3b407a9f3bef5f893da7997245d1d82d4369da5ff997326840508197351872a25b8502bdd81bbd5008a34f6c293fcb2955b5fdedd99793da6acc16710ced698fe8d87c50edfc9658c1488519b13a7b462d6fe5c8b998febec6f7e86dc87f75d204f4cf7074850bc78f209dd39146c4bb353a7ef999992238119f4a4fc6ed836a6bd40234762d762b5355fe92a42048870581bb9e399dc7256c3779b0d41550128960dd86265cb2655365b86af468223606c18db2c99ea0cc35b7500549139a3a3df3ca008091563f2264108e877bc1aed45ce4eea99f1a30259b09771cedcc4120c9e69f9a536a7042d25314ccbaddd903b1acdfe99f817f23292e3755918eb408f0a92b8e257e8dc91d0bab9d6253fa117edbef29a0610919f963b85602c01e8d2c443c1d58bf1141dfa1942e805b71c78f3f88a9a06569df5750c021b287cebab2fa714f339acb5b4f44afadb9040fb93a468799a12bcbdbc28a41ebe4bcb349a1a1e55a08c2b68f7b14122f33ff25f3647416d9a1becde089acce880210333bf68dc158406f310fea322e413ec566a60d508929a2beb2a47d007366ac2716038ee265231601bd9cff3fd0d0e1a1c7bdbf883a09a3579a847895cfa82daf1301bc9ec4d0197e1785bc5f81dc52df2fdaa90b81c9a3c503659a391ea45c55b0410336f0148531756d098e7a0455d0c3a532ad1cb9a44801bff9bcf7b764aafd22d14433a0849cb4a992a0148c75dbd989839fd5b9a469f15c37c411d12399dbb027f9278c216da7e15b71464827206ec06efa6059a5b153be89f233b2eea4819179941dba30cbf1d63853c11bfddeb457026550a9a824ffec14b45c972f142c9c110b118f8cab3f56755a2dee061312f95c071589a87fbe5a49ecb64b08739537972435400b5d1ab2ecdb45962db6a4e5abe024d9abaa4ec3c68fdc173b1d5bd49ba965c8c89e83527d09d9bdf4cf849c01978589ac8e7f260f6c7034585d1aad0d9422b87419b99703a814781b6c13a98dee52c9ad59b994b7b0c507cab994c2fd3d622c017b3459e876cae2babdca24777cb8f9af661f98245ab5662bec8fe550167f3a3c976f23cc25276f42c76774d96e0cf9af7ea96f5ce7261c748bc130ab4c87d60d552a1b14ed4e8b77cc71fb4943a479b147726d7b3c33f2f4b245e63653f5e5a644f23d625a15878e68aca86afbfc69b2d461038dae3798a936499b2df5d33ce665e8ae99ceb178d1b3643f87783d99b3b655276aa8c5aabf85b32b91688ddd0ad0bb5418aac3e95a2bf36e34256579b3fec5c76a2a8add2a7aa0578ab50c34570c6e7e085fdeca736f405ed2149509b677e7888afde03a4be21da07aacac82096f77d0b172bb860bfb81f99d512619b7f0b2d8dd3ac332bb986c04077d846f5dd5f2b78cbb7d380ce2b2743cfef609b812156e9cafaaec8ff2d4f0644e2db4487a50cf378c3fd014361dd5f2d1ed69b9c26a5119c0ecd6f429468e0009436ff9d84cafa9736bd2b11a306ec7530869ba2ff16b7ebcce711e6a5329ad4ad701a3ba44469a80ccd6269e1220b721a409ba5213abb964dea01ee75fc5953eaa5a69a25437087a2af2c224786831f454e9ba581e856f79189a015c8bb3aff5e770a57c460bdd6450635789f55c1af23d39ba6074e4ed7df4c2f9534d1ff1dde701660ce0f91e1b8d81d34310bbd1ffa509bab8263e9cd71f5db320237bfedabb91ecc31dc4915b1bbca165eaad0a6b3179bbc4476d46e5acd55ff874307378c1f90b8f2f4815570782ca077b4ba8ac7c39bcd80fa764e78cc6ba16ca2664232f280bd51b2ac57bd6bf10f9cb4101255da9be56f4f908f77a2bd7e394bb7f699d634046f5902825b4bf8651cc4cd5c52479c01222a2aebf0f65294e808f0eb16f599a2a7dc6b9868e6cf571560adeed9ad9c0252157ca835b5d217e798d66e752d025c15c5d73ad49c59274bf6468cfb839c1a315ab9532534e412e9fc56622a50865bb0b191996438676516cdbd431a139c1a53efad026a30960f8f913133eec1a18d345d0ecd2997bd16d5e9c51fceb69c1a5d9628ca2039c6af8048fcbf90b378d126ae46c8e822a73d762edc2f7cd19c1e4b30dcd29b7a0fbdfa0f2775c27aa9b91c757ff715a6c0bfab60ccb624cb9c22b558d0c1e595ea95ef4d4ee1cd86be2603f856aa2723c799cc1f4fa4168b9c30d82d6b03887132778db95363b6b39aa43f64acdf5581c8e0f5487f0a51379c3368caab12dbe2e6dc6d3ca217c5474d5d923319b904702b4c82a6974b4ec79c4852669e81b524c77ce96bb4ab7c730d07cddffacca31d36340debbb49626d9c48e63fc1430ac74486ded488ddc174392119bca02082c3f80ca21cc1d244af9c57f2d20e7e9af23c7ec9c44a802893ec758ae298b51cce42fe269ae24fc1c19c7ab39538d685dc88dc88f37b738d66d17cc2dfb6addc7d7efa28013d35e6c79c96827121c2c9e594aa85b7f27ffd1459897ee63c49adc80f02e036bd9ce1359c9caae7918a5b6d20d10cac9e98af37a71808a083c0419d6dc0ac02c7d8092c9ca5a684f94c85104314549cf44e52d70680d18994403b03ea43bc4f7518af4a9cb1a5399f1cf5a8b698ae2283811a4f05b0cfa7c389e195c6938b7b4ffd4e729cb7e758abeb98cee655e9959ca40151d3d9a90a2017692f2496db3a74b26e699cbe1884d84b5366e9da5de99b63c7e407ff580a6e181a1d84f704c017468db39ce7eee6d1e7f7808870990b704a84e6561499aef0ac9f41235c31e6f67b41859cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c985796359cfc54018c32b381ee834442900e248b07130e5e5679da67b9bdc9997efa7ca79d0d55811084d0744ad66086677f30341b096eb2c8d59e46ed4c160e5ab391f69d1abe71514957230e28340ebfc91af2629d3d39bcfaf82d43a4078f2f7391239d1c5d02aeb43a9ce166522d5fae0d589ba9f1279380e6db7258343c563b478b9d27f2439206645f247c577d7bddeb53351ffee60a142190706a6dc75ae08d739d36cbae8543db8ab22547b43804b5ebf371d20829cfa5dc12e2a376c7af6a7f9d375a9bedf72253ece865eb289aa890b5ab244b130f56430b82dce46d9d5beb9d3b86570b383c7b62e7e627cac58f930f85c47108600a91339fdd6fcddeb3429d4038f5864a63c3bdb3c56e2656c9b9059f1917942f5b13a929dbbb7a8315a49d5b8ed2f767f6b11345c73e62602ae365b7d1d04ebedd93bf030d09e9b4fb839d6816c7d0ca486af8cae30967e8512e58fe5df1148e7a98d1a92a6788e077b69d80e3e32f5e7847719d31255339ebfb3f52c1e6b023a2a8427eb2f1083a3a019d86e358f28b67355b6dd0e551d3a89b434d2e430015e7577b95e2345c766bce9da910c078c181d4d85beda4bb25a1ba17969d02ed4016069cdc63dee8cef4a99dc1d986231a3e014fe63b03ec6a47671fdf11a61d5230c6d4476ce0592813eb9dcb227917348268932fd845ec82a1bb70b0a134a433ad3337ac2d73d5a3dc2b9dcd665ec6cddee78599e4ae7acfda3ab3f285819697acc84699cd918196bac39dd4daa2623fafb7f9a3bb40d7f1cba8ff5de81b724801f7a421c07cf228b5619dd7ab17c81c76432cfcf6e454313e4b297c7c7944e1d770e48f82afc7f3c0429dd90edce7bd148da307d7a02341022e16ae7b417216693dbf4d2d120cb7fe3f9dda0433753badef5c99dcdd23c308c753b41f86f9ce52b25cb93bc959a5b6909dfcdfb57a849b8e4346aa234cdc214e194036ac8439919e6ad8634025e020dc9e04da3f8f044c8edc24626d6a1554083029b11d9fdee5baa0f4cee37c90fd6c9e05a6806024a0d65c7bf31b9bd122b4ba3f7e63116a3a7f87910eb6efc3a8c69e0887c787f49f0028a538e0988347fe66a0ed15c85769e2704aa9704d6256679e0fae432f8e8d56219457d118e79733f1dfd4b9699339b1dd2a6dc55607a0779e1293a96b5a8a505b3ad0edb8fd556a42bcc18e1535861c828145b2ae931e209e24ed0d88289bf5d487fe7e59ef473d430a77ea05ea8510ad3947298e5c964d9e307861246bb8b4d9a5b711e4c734ad6126646b034753828e233c9bcbfd78e29e3e2922262571ffd9a3edf8177534884b4dbf24eea16f9ebaddad157bc2410d9e5149e7bc51f31ad328b50f42df7d0f4fe05e5134857554ec76bffb90eed6319e8395fa8829d3e6b45c4e7ae0de6f94c7270b0a5dc1671a8790e775184608b99ead283a0de1b8ce1153cee4e0b8ce6cdf56a56c2615d1d772d5035c3b3baa509ece7410f34ee7c980dddcbbf5958648db90bb91bba702dc256b485ca65a83e09ecfbcbf834f61be8cbfd4e84ae601f7121907e06145bcc1b237ec1264687c989ee01c1ef38eab7142f95c2936d1be7044c1577bdb93dbbe2124caa435675b399ef0da5314edaf04e418f6025a36c2a09e3eff292c8fccc9288545f290c33c119efd3b2d9b660fcd4ef919a749e391598fa80159dab2bbbded658ad9120e0da49f069612960baf7efbc93ca9876bacbed1221f6009d4f0a5015b8e11df14ac949f1a295e4b747a20e2601d745e0cda04755dc512351be9386970766b0f1afbdc9f1e8ea3aab1255492fe8c94ae9b319ed32313a757c1f52405d0db297a2f574c9f2d5a1e8284457bd412c8f0f781fb4bcad1ad76e8b75f87a7bd5f22936c26d49f33e3493439b071b8ce148c04e18feff85a9c59bf4655092d2622c628b6cf369f3a8fd52f12f3565cb44689f1074b052605a766093ac1fcaa8037edfa39b51a9f5d8695049627c4c33ab889160ee11cc0cb7251fd4647890bdfb599b987a2239f623ff99614ef79e267f10956fa69e59457ff92cb1ada58dd4a8d78dab5d58d9f71072ad3d75638f02c7810d1d2b8da24ad0cdda0ab494253a53bc320c995389f8e31fab0a101ac6c4c27085c9ab81e756480f8fab36a9c46dad795065651439f8e339b7829c421e954559b33331257732f77c1981e71b7c661041d5f4b420e9fb4d3092e4115bbf4ea0887ebb70c59e6e8de44b5965a3c0cde58b46d0a14639fd0687daef49382f4d521e510166158ccc9b1d118391888a0dc36f3ef231ddd9fd8c8c17b7f6d8f915d915257728b1cde9994aba0f29da856a5209f429961d79fe7a7a6467a99c2fe4ab3134f23cb25c49e492c53ab4dc4fb1c1656069c5b759ff70df702754284975696e86fcad3d1ea7fb2febfd123cac8ea1f49077634af9ff764aa90ef3fb9dcd5ee8e8451836c484ae0d2365c3216c4fa6d65fb3828bea010d4d45ce112a5130430ac1a25eb686580125bedc2103e4b351ab411a09b2aa01756c1ba125c94f2080b7a2501ce78c4a659317f7859665b1546e3583663c7a02adac28e756b85a73b1d9515a8298d89f30b6711529102e39449627ebf0c1aa0349e5680207f0e2b19077590a8e48c05f7b4630f0e72f9e89b3ed7005fdf73a03bd2cfb88cd2e08842e1f5161df873d4d5314d972b4ad80803354386248972a03c3094dfe7c4a006c98b5b21cd87e9bb9fb75c0e6402c1356372fd18194689a04dd4f43d888bf35def0bd35eb8dca983b909115f6e3dc39de3261c0f6f5c4ca050328fa27572b17e6f8728ef844de0ca46e453c7e1e2932a3a6cd8351ac53ea05ae544b97267e56f11b5459d05490fdcc548bcf7500713e911bd67f70f945ea05d6ecdfc30cd2fc7ace088f7c1733fffdb46fcd7cf8ee349ef0bec73980a34a05efd54d9e958dd720c2619d4926c13b6d9c12845e8433429f6f6a3af8a021aa07207100c4b288b1d31ff321cd465d45e5a72f0010f23b9b28b96ef6a0c8e57a07fd679c93510a0882d650947bf5ff3ffe56dbb20d072ed833f086757b8acd5a081b3e08b3a35ab57ab1bc4fecddd1e623423ca3e2963a1a05375efde20cddaa088f1a00e729a1e1da132d1a5fece0640463f9ae5268585d673ac7e01bf93d5a0942824f6ccbb2ee81eddc3d74c10786b1b57124e673c1df290bf1fe5f6fcf3a0995cd252679e13855fa8fcc33192c9e133db04af291b31369c8e4ffbde83aca0a05e4cb3143b0eb9b90bcb8bea2e1504234ce8a4111888492ebda75de6e3ffa0b02b19ff0484ffabdde6f6e99bded04a70abb728f83910d9b058c3ce8c0af0a0c2d20092a1a09f2a7001c9c4cc95ec5e2058458631a6af6f4ff78e1ff3f48ea0c52d9bc8d38069fe87857b3df71a5d0549cbd3b805803f959878be5fe84d3ca0c73372dfa0f01198316e76006a1fc448c0e56b37c80e71cd2de0d53b43d939a0c7e652eac95fd869cf24aa16cfd48aa19ea8953674716de4dd345f1c72eb6ea0d5892475b72a2690043fbaac65603d388fc7dbe694f2398fc7fe3da5e800bda0e314e5dca5b1c245b5dadd89cac75838abcd596d09bbe90be39e89d951a8ada0e86c41aca7de0ac012218467c2ebfa436e7ce849b21b90e2c1232adf302770a0e9f2870754ff942c9cfac552720ebebad8a192a2a04197f6e3aaeecd35a473a10dfdf9703eacc22a80073977c2971d839264671f5f2b6f12e23981d230c3eca113d68aa9736f9fca8ac611f8c22f06b65d4f5dcb380071675f80c71aabaf5ea11493458f92367b3a02172c273b10f05abb4220e203a763dfc0a5f9e5934ed8a12216c2832167f1f91ba4bb0bb408789a75bc45aa0dfbcc891238f269264693a13fe5f807775be2849fe8bfa25a9120c971fcbb19215ce4ff271d2d5178004ca14499bf2d195a1f2353d0a6f7ed5b25c99a6c931111b3a1f17a132a6dd2a206a15057e131f9205c3ecd9e754c76ce7dc83a779ed1e750285b66aec2dea130f7a15b5b16a2ffd90a756476388fd4668c8d85e40e7fa152bbb6449c6c9e8210d5a165bb9d249acb2a7dd6a25a68fd5c77824f57ef0fda77cb53699037be47993ba1788485140656f9d922078c00929eb7dda4880ec6abf11996b8489be032ff60a17a77819b606f6930e6566ad700d98ad06c6a2e02da1c8542f5a2ec14ba27bfa17c5ad4dec3b873fae62d7030027040b9df5bb4a4bcf881ea4c8b12beeb6687a1bf64408fc4e2901e6131ae91de6b76c19e8a9f3c2b9072bc0993bd48cbf90ca1c46258d29e0baf4c84a8e3e6040b57013126931340fe728e4ad60607deda87a1c79e7362bf5f98603614184b2bc104b7936cf1a2f97ce2532ea3a050f05e16a1f36cd4e4096c39d52fc8ac7860c8f307de3a12657507298b9f6e27bb1a6398a20245d35ca9c19a7c96cf3a44facc4e81d66c2c108e6c23c09318af43e84425a2054b5daf9cfae0a851d0a0f089dcc24cf8061b219e8da56ac452c9e66b87c1a20f56ca3d7e52018ac05bbace430e06bc3b3ed4f8664dc3064211f252f21c2ba20f6d9aa3766ee3091574c0bf3b3d254a84e179eba006a55225f830d10a66fea2152f65f7eb82e1c396b6494c2ad49fce721c570874f426426d058f7f765755a21b6da3e02f79cdd0aa7021985a7ba5df1045e7d996de2e5a716f42840d4837a22377498f107f9586248ada1e4b6c6835ff62343a010fced19557116ee07782a233165467122d5ab4e3424694281e4f299ad90d66987a88e13fb89e0fd72780a23d100d89a2309943ec5552f92215f52464bcc3a9128f0b36f1a5b8f9b00629a24953c6d113b6977f0ae045165dfd6df95935630d776344e7b9e43498417182a251f26978978c96f7be57440e326fd91146b7a430fdc42b97e576424ae0feafa258bd93b4001d0254ebedaba2b1a5504f9b5d1a3855c9edcb6d56711c1808fea25e6f239d05995a0f9b42f491614375cd1b1d7749171e542d82246582b72a31a2677c7685d3def0ea760990db7685cac49b5700c928ec91406aa0b95e1f78eca268e9b70529e0add9bf0693fdd220769f02530c685fe2ad3d14da5844d3d370a269ff2dbd9b171977d046ea61a11a504e3be6abcbae9eb068081983b74afb34a26d0b42a2b4e08f423bf433d3aff1cfcd6850cf3b15ca29da93567a0044a4f3a2723fcf7bd92e82c53c0e0b83a704f5fc086eae113ba0a056e8e02e52e4bbe0a2798352059f5478bb5cc1fd1968dcfe7e44ca406e5cc7b994df060c697695eda27adf7b81881a945d5f71ad7c40d854b0627399fc1e427a8f5626cea4ec6b3ca2919a74fb437af420909ea4cd6e191b90606a0dad4dcdf04e1d224167f3d7e6a291f97825b426f596efeb7970bec1359090e0d74c26c1865de4f85b18d352d5a29559bc10bd42d1b58500adc95c343a0db661b79299b997af6fb27c12283bd2a2b00f96bf4cf35deab2804e046ae0f9b0df1675c57a0e61be19c868704616a0a2c2339691fc48fbd14fb307292dff3e21222712d9240810742d7df0c6d74dfba2c73631703993c7a1a9f4a4bae589c3dc026bfea3d75462ca3a58cb256e8aa3a2dca293ff78b24ad03ba09c76778f77a7a07c55d41f2d88253d9946ccecf98ca306ffab4def04bfdf3e67713df7e87447884f776d176a64c0297f1bb9ed1bdfa3150087be24518a255f9de2eee111d7dee27b13ac31cdde8e9c37eb1c7fda85a3160dc42c3fb7ec95f1c87a44fe781313a1128d958b1e268699f9f76676f5a9a324e306c1e3484bb4f4f34168b1c98d0f86a7857200d903614631916d8dd48da33850c63f8fb39db1416c6de8ed20b9c13a324d081597e894de6ddc583a7edaa338e5a02c1fcbb4ffcb1fed94740ebb030efafda99e545ed7a22b00c217b05ea3559ee40e1060e03c2c4d57bee997c2745c9c82e31f922b8a54c384225e4a25a356ec9f0643793342567449ca7070bc06bc0646ef799af0df142f73dcaefc8fa37d47e4544004a1cfe0218e0e0b5152e76d60b61611aa881d2b4efb2a75c636a39f4e0783e25bff73a23cc48e2918e0c320ba5ac3de395142c5e6c5078ca1b0a3caf59dc227fa47e8032c7e499c66c599c0ccd69bb74e9f6fee59748da1bfeaa3d1e0381d7117a3e9734db77595b15bc9d7a55657a9d0ad34707037ceeeedd4a3e23bc19eb3a41adc958e41180f8a77f6d457a14949a177d3fa09899086ec7ca3e4a5eef4b864ca324c759b8c9fcce91e83ed3d23cf4a52393a78dd031aab7aa401902787d3236d3a857507115ac7b8c83e8d38d0fba8fc01b7847cd7ce7b4ba41069aab2453cc8fea47a3f654c19b23c4d5ca17db0a40b7683b336c4f30816a41aa5387a90527660dd5c08152e7f8029ef8a2efa5e13c01ec2cb70c494b704a42f457b7e32094576199a93a3683aa66dfeee77b5571d82e5c36402ced3a824a4427c01539e312cb8a27cf116a24bc659248d54544c5fcc7ca368a840df1c9da45025060cde4844163eeda4bff3cad9bf66663f5fcb32935900642376a2c7e6a4549c84cd55f9d0a6c55b546d47f26e61d0c8036d71dd590a54a96f72714b4ba46372b5203c231350357f72b168665f8744abd76dd6946d4eff802b994b8fa2a4771e063c501642f1aee85a430b1ff76bba5349be51218f151f19da0a7d690ba47bf7567f4fda752dc1bfd251643b16da2b2b4f3b769c44cc29289e50398c68a4955ded902c76c9ae7696c09aabb14a064dca281b3028269915238cec9fb43ea49a5f513725df6c7cb55bd8f49f6cb07cc9e2df9841d3198696c1498abc8e0fa49d79e67ee8fec16b2724d191b1dfe3c8e85ece5904d122bda06177452ee0eba4ae8da6e3aadc35fe5d87ecccfbae7eacbd6f5d6254ddc5fe0af1c3a787d92da4af8c47d3dc3dd8c35b12f69f464ac2c20834d94090c5b79ea2b4e67161fb62a4bc101f6ea01564e5abc900fed86ebfb45866363f2cad0f16a2ae023dcaa49da4ce20d74b27dfeb1c39881083c36f9764d03f7088f2e0479f5a7b81e2652622a4d35386a613bf0a54a4106bea4e26042875753006ec21cfa937c1249a5639d5a4d577cf7cda4e1a764664360566017e9c966eb064dd5a24c2692a96f6276c41a4f1075c6094746fe9cbf447dfe322a9dd03f6ee1b9f2ab0fd2b63572064ab19a4fa188094bd2baace8a4df23f1a81f24ca09af7ba72a85a082500cc22116cd3a5533583f55ac27542c6dc14712e50f8d54a76bebfe65507d9bea079200096fea559ce4de59132a33ccddf095619546fc05e2546e3945f440e74b121c904e48da56798a94e5109b5a0af1f948a8bf02fe6d8d809b7793593af9190afeaceb863a569b9b409884bc64e35da88fd477f65e45142b2fe05951aef1fad6b60e8c3a4a56d75aca439b375b7487ca50f8cfc2097d8dc961961514cfeb2d655bf9ebd1ea578c4563a0508b36126698921883a933cd15e2455340674bfcaad6a3c7a5db3a587fd30161afa0e7e7b76689c8be28fc687e77792526a49797068f381a56773a58cfe73a0d126d13a12b0d743e3bfa9e2e90dd66dd939173e7a6f7c2ed2f3aea58d48e0c17fbbd4ccc6da699ee0ed8d63f721a79949292e656888b591afb789a5940d8dc7a9f350b927e252eb0e49d1fd529b9a00f8a89129de241bc575c518a5bd8cf30908b5e96bd1cf665d575e0a0bb23ca0e8b4a1dbfd8d625ff1c487e2a5c8b85b470bb688fc2652811639bb0c32e0d926ad8044f8446351a107e24551a5d382085f9f6ff3f9898f6614497f6f09987d08429233265924500892f4a4caa5f2b87b18da6b0f5a78533fce742251ac04aeeb3f0f992807a36ebe7233fdfaa5f48cbdc141d0ccf8f75d5deb026869bcb2c87bdc20d48391c6a763c24af104a5fb7d7c1491df0acdafdeb041cd283e9cb56ad6324fc69e7d56ea4fa0bb05d7a61677440ed1137ba2736f09886bd013df6a4c41d9c1a3ac9e8f528309ae9856a61a7abe4c1e30a5b4517762dec3d78016d1859dc188966652e8b63d6badc7e6a626a9184b95bf7073d68d79e4ff1a981c403f371f479f9063ae90230445559ba629fee0cee0cfb539f4445bb7fcfda52e4e56d44b755a9527de82d57f903fa9a630d705ac181be1a8119296e7ffd03b4a3b00b16a3d222889d5505d183c58f5a634cd10a36d25efcc862712a00cb63fdb32a65b0c18fc51e88090382f734708a6376dc2edd577de297bb85c491e018d208f1327f4517d6dcbae24d25234b455a63a056b8224e247772031e61616400cefbcc975b2694cc4304bc4b83a15ec40a6455ed89b893336808f768d0e91e7a8216c7bb0505677a2e953e1a22111b96ea6482b8bf2228617005564e0963aa29e0af516ea0619984fab982a079453d0a0a64cf9d984fd9f0cec2e0d1f3ed69b6eab5dd00ebef6f8c339fa5e0914ba6182a65acb5f70aef96852667dbcea0950deaf9a5a997bd6a24a8410c15a0313bc16a662b1abcd52ab1d752b841d244a7f708d29db0bb023e898a5168c3ee6585625a67a5f58c2ed401c4b4f754b0f4d4681a9f8f5713a8552534f862099ae75d19da67c143d6f8125172d9993e3841601cbfe742c75819e91b72eebe0d82081970da692487865ac559be7ccd2eafaac55484bcd5eecedc7845f25b6d79af9088b2aa6a5b0b9abc005b62701edbb86fcf706426c6d26b5d9c29a5ecf2f82c6d8b12da6b8f14d70a0eaf3f704233c5fd8cba5645e9dbbcac611b4d4cfd3c10b35e716a6bafbee03c4bab6cc8cbbe3261c8c15f9b6d6b39686dd34403738e114edf470a6c49bee6ee5c62b1cdcdc82e6cbace4a70a7335ccf8dc2a1383445e10e06b8aa6ca326d695eb82bdf519066fa27c34e0b2c8a10126e740c5226efc72a870d07a6d55388509c4b0106f43f78bb37101fc52edefdd59edd2a4cc575a54bd68d08a6f094e2767f325a67d22c7aea5b5ea8a3d7850394aa59e7b9f70667fcf676b4a6f8fefde2ada459125aaf56259b4973210fc1d0b1a99fdc1f6a05383ec600d8a6fcd5fc9b8a6ee9ff47b255c1768ce86995a5339144bca64341a6360444c80ba6feb860ed4c733cf2adf28ac5a2ecdbc9de74b645a73e08501ef5aaf497df73a71fb10a23484e6f1b8e1bfdad9ce3ee26eda90ea2a2d415575aea80cc4d6c17a73267b34059b0685cf21ef1ac5d70c8773146078e83ba29512240d5c8b30d8ca735ba03fd652971886ffe757652afbcda1eaca81c05cd0281239103b404e45ba75dd1270de1f471106c88b1697825f04c00c3e89bb15622845d163064621b29a7714f798c34f8603508c9a5ba0cc629be6429cc5db3004aa9f3977c4db9f499a773a26062469c2bac751500b2b623af0de68c204c6dd3084edf8c75ae8be4eda775635e3d7facc2a1440f557b2ea1aff6c4af2ed5bfa50cac5ddcf1ad6430d3a77a4576037f474c3785747cda2515278ca7133491b825acd2660f8770230265a78d7f68d32dd3c4c29cbc68fc387139c0b91a78c509b2561947922525682f25a78d8f52f12fc6e4f0ceae71e9f26547b1465e369560761b914249099df07c32a79750533f9a6846c11d4d61a4c0e6d102c882135502901fab45b07e7a9693dea79e23c65e385af581bd807980a93755dcb2ba3d7bf98c73f1e4ce268846570aa7aa52125f09c127ded74899987529030b57c61b1d437dd344269b37fc2c4882a7da296d2dc8454ed30f4dec9441a3c3fbaacd9b092ca75f7e59d718b53f636ba7da5f00a154f33079866b80f51ce5e6e34d333895578c5c8fe3e5513746925ca7dd31348167863315d1c2272517f84c7c2097837bed5725d9ea5f6709b7404da7ddd0270ffaae46957c53173dd592e1efab5c185b38a12859eeff59ea03fbb4a7eb5664377b6dff60431c92392ba70265fda966b9d2aff7361887f3a0eaed55a7f61a61c07adf8f5bee5f07944ba07d50ecc3303bb672c99142a9e7408d143fa7f8405b5007d70b0c1e9ff2d15e9333e6d44435561e77009e0d2780ee54cbeda7fcfb50b4cea260c41707980b651f0f9ecead8905d175f6acd04b3e664c982fa8146c17d83405021521869e0dc1a05a3c9bf3bd87508ed06cb7e6d15fe0b2cea8181d07c22f15de274639721a21e6d070a9f41b2736443b255e2d0efd7868aca8254fa03490793a5806943095d65eaa59754779440cf1b3510ed2f7f962feeca828c667abf04570d686f5a37269dd99a1684695e1e83dededc4795a94514fc0a82fdd4c25b2f207ac40db3dc518c02dff9665cbce2d492b528c9eaab07afe11a83c27e020d19614720bd176715392e54b5537e25788dfa40c5f69fef4ab3971a8516f090b1241fd3466e294675380b7d50487fa6881253d1b5a8b4ed83dfe5fa85175197ed2bf849efa241533479d8d0cc2108c5534bf262220804b46f110a7a86a94e9a05428a635b4e597dd6f5be1891685e977954fab505c9105a53e0c30a8963309e6f37b81c99fd361c3365d300aec05bf2ac928e029ce0a9012b4ef04a896c79e9f8c00a1937abd76f756db4d41014a55aa036c619113312017c6b7c5a89c149f72588e9de4143ededb121d8cf33553c6a4485b7b8a07eb5067f0bcd9a89dbc5601cc2136001880e77f1522094298d4d083aeab6839bcafdbed2eec85ce46b23884a8a18caaa66708def401959904dea80d3527d71bcf4d516e82b6387a3e1cc807a8a3e9f1766538fb3abdd910ee17633bb025e8da747d353bad465ba03f4558b0a8ba6ed81cb4477ecf5abeddb8a7b55ca2fc425b29b9a27aecb88d12bae3056da8c804ac4ffba1857e42e7b7057c4126b496889ac5fedd86c5ddcae9424a383fa8c833a7901b5e925fcda29897a4b9b76f0e1170caab8d5517436777de28697ea8cc4d7ae3f5e565bfaecb0b78b7046edebbba589d29112c18fc0cd4239611d3a8d6c207fbcf0631bbb054877a7cd927d1a69d55661b1f2bf932e98b575b4e54a8e43dbc4404f8a13d75e77ef94a750b60f4f7595bb41b232a0fe408ce93e6fea9002e6c3e577626e3cee7f4cff1eefa71a91d76a72b91f0fc1b49ad4e7e9e57a9034c20f47c46b220e983f34b474faa085d88355ef94147b92224e8415b3f10a911be3ad24dc0a1e73228c3cc56a089a3e697e54193c2ec2f7c620c15fd912ea91e8fcbe534d34c270869574654b3d08ed89987cbd1e07237e3a2ee93373504a9467c4491a046494ad31835e5336dd6cb182c596ca677904ea205c68ba246f9a9655c135c9da887af97793285239fb96e69c0fcd4f94619af339c92e6b44e86a972a2623093e333146a679f1cdad10ef5a58e5cfbe86d0450df50cc016a78e0a984e3fe35e69450fb246ae4a8f3be0422e360f52276cb52800aecb3d66cb85fa99bd6cbf039c8a76e8b5c1a16def80c8472bb52e35ca8eab0aa9890c2f45bb3a9b84fe2a4f36f0f99d3f817fd5c2e8bac61a038e2fb9c9a84340f72c1352486a9b98b9009b10b04430e0a860a0b740e59ff77fd72d563bc27c15379bbfb3a47a9c0607d2e150efb2c895d7c05eded08bad685ddd0bf9fd0b59dc2c149f886dba9d26204b1c19612b9d8cc9afad8f903d7f9e2775b2451b2d3ac160f682cb761a9f297f85abd67c224032ca33a333b51a2ff3019a9b0d583f72098e4a62080e4aa02938016bb811af8b0ced6f7634eb0f943078543fd6eb0d0c3b895bf828091aa0ce8a99106a86f75af166a3e82d7175dfc37211696067fafa4080105d3876baa0d6148256fc8c0576b1d1c8ccf6884b7c01130696fad057cacb80cd4a7c033aa2701c89d27a6d96315b24c3a62f8d317c05f1ddc4c918f5878fd30491016caaa2b51a9b0d03bcb19f1df2f9e68453be83f54d23816e856dc92a09297f7d80caa4123498883948c88d5130125647bb0b046c4d8edef002bbe2236cec6b913c8aa4a495a3b77e82597b621d5e983f85739e5ebd6d1b1f753c3097dcd39166ef8aa4e2dae3e95a38ec4159874ce05fcb40caffc42e2a22fd4a32871d8fad45b03aa541326ace037142cc7bc5d6d2b37895ec1eaab92a8ae06a686fa7604f34b37aa5b45a8750d3a918b2669817c3aa0350c303d20ace5531b8df65575b535b0b2aa5e5f777c298b57369bafd963c42a26c4aad1f95d9bdbc75ad617f10d34acadaa7484def9e39a1ae6774d69dee515a801c69007473e421e5c8c13a98f67f4d1aa76931760ce2831696ea39a8e9c20d7d735557b49e402906ff2341e189042b5aa8eee5d92531d66cc31d0ae23b204385a4cbdd8faf3a410f5a6a0e87df7e54faa9642e5c8ab5b79edfbb78189e2ae02dd7d42781f7749fc5aeb11d0a7ca26bcaa9b4e87d8e52d29cd8806c3e6bb83859e7e35c87c7a49283a2eefeea3cb1892aaac2a9f05970e071fcb6794482d23083d6116d7242d932d9e392719c00e63daaac5759cbd92b0efacc7ff0218ac79dd7e423576da375b9b6b246cc8853cfad8aaca3f49266bbd1e9c01d403a1e8459559423dc5622ad2bf010611ce15334674aad59afcbe94e82051fbe6869044bc500195ced8820f5f3f79d1608ca3a1f8abaad735e86dac7be6548dd4083c1d678746812b6a27870c70fb148d519c14dd03aaf7227dc546117f707a2ebaf9b854d4266c47a2c54da96b695f08e51a961f51ab0a805ded289bb45f8fe5082c7067693194b314f5b87dfeaf2e92cd873377c0ab0eab7aa2241c57903ca4a76c65505b993fe88d89c208c270ae3ebccb48d51dab236ad1cb2345f88be95e43ad35acbdc591dc941b293dd23d1e6d66e368740eab2423ba8a6d767471be258bd977630d865bf4a947769b9f692f28375e56e0a5ab2913271caba87a312a987e36ba55e345e812c0cafdfcbd91e9e634955b6b50ab31a21bae0105b977bf14d3ae88e3ff5cd4c1a00c5ee8ffb6ba60597e9b46b1ab3987f52d03c9613952646c77d90c6ac3521e61f3e9532837c6a9a6180ddc27ab4511bc5eb4bf726e040e8108e2cd32cdaa553f82e597b8575ceb56049a65f0ab4c2c412f169a22200816979bce0c3406f4b27a0258f431e95dedafbcbd5bbaab4d54404ac581f38efb6d81e4348a184eab3261304e6d292e3af401d2aa7d03ab5df625bc76dbd4e163bed2dd888df828f90159bb93556525c31821b6541d46ab69ae2f348769edd2900a213ca8896a59b07c4251f307ae4e8d701219da7778ab6f3910f1b76a9b3a4f673728bdfb64a9f84b510341aa938a1c81eb7255da26ab7f07b3a99b86a25ad60fc0a87e66fb2ce9b7bffbff82bfbddcbb0a7f649a8aab9f60ab34cf0e2e02ad7bd36dcf96dc5387bea8e0390a185d62a2472b0a2878aba30fa937f6c22280cef7af0122db356e9e82d212dbd3e7574969c9d1d2e861abd91f7aa4885f7fddae176f5e32165327ce07564146c958ff6a1e23bb965bcdabe033ab48cecfc440218abda0eddf03c22b73046941241f754e3911b51d54b5abe12ba0e5abc6ba44fc833dc623d877fc6aa678ed1679d38b68894f422e68a0abe5329a973bcf6249fe017187e387dbd853c3ee5def429ac95e09fe02ed5183abe6d51d6bba90f2340953bc64b84b0fa3c31b4f8f346bff1d284046031f253cabf03b0f66578d5603a2950073f8936ce8e45e8097e4b07d2199a7dc2f650b2aac224f2d345f70694c00515b0b224b72ca262637abc3c1cfdc5a640db1051fa8ac271bdf2384dd57b76c293b082a1d9a3db924ba39bf05394f636f729d5ddcc8ac2df1ca621405d5dee7e08b60fce014e528a864c4f50a2313e44421861deaceac3a75e8a81b010173a88a574fe2fb8cd2ffa628ff9b5058be320fd6139b7420ac3cb1fa4ac248d176ca6905ce0962e08d8c346c7ee365d046ebda6d016ac215ac3dace767cde7c079943026ccfef2e2eb2f826adbd4f4fcdc1597e00823e878ac5607c165617a9dd3c2eee5dfd755dc9e7c2d8af5f8d2c854a15b37c505147cac7cefbe41aea9741d75d4ccce02ba696132fca4b4b6afdb30b68ab2d1edbdc4ac9e5d469b9b7366e888072abd4d0b8c9a277b4873831ddcfaa96c800a166d4cacb3372c4d21046d17db96a8199f0a17fe3d464b2009ca132e9c982e3e1f4428acc5dbd9aaec144fa4a1f52dc152ba3694efa711e4573db1f910713b379ed036acd3dc6fe692b4b20d563ed93df083ad3582f8f385e8190f8d7493d3e35bdf93acdb40d88280babb49f7445e54baef40bc409fea56109c70405455db9d72da4face9cccedb0c0500fac1ee1407a8a9d673757fc131a0682c4f54b3aeff9d55ccaced2416a826fa185e8039b65d571f1867e0bd1bb34787b215d0d3d8e8223e1cad034aae6f92036527a43758138e778628049a75638b4aa7a1ba5b319cbd0d90ad115af1e2031fb19a5bb1517f6a22188e301e5a8237d7c52d574e87358ea9e0ad1a952f0c7907020846f7fbb22692bab0efeb7d143d5c48edd4564072228342ad20cd807acf976fad1bd6bfd7ffc5a2c426cec8a3aa8f253b478204611cf395ad337e1013868259c6bc0a0a2e156664f786d95c3e387bce86f041481d01ff4aad45b49a0bace3ab321c08a23ecac6d8fc9b31cd7d8708b6c19bac9300e63a61ad5490d4184d5b018dd02d6f091b8b895ff3bceb0e5c665cc48d6a957483b6b1ad7a22dd485004af929fab6c8415e7bcb3b983fc3ffad07834d1502ce645e5aead7d1f61b80862026008e1805a6ee6ffa01cfb0ca0a12f9f5e35ae0cd6dad529ad9a6fe5b68f00abb335c1c9d978cac28025872c935f60fb40e1affcaf638e0cada23f54ac8844f4dd1ee74275aee47f3d37381c31f8e87af6607e80c308bb9aadabe9f1d25208052782b5d82946ff5d0df55e9bcb02d36e40ad68ca06350fe2adb199a288d598b018412d7adcd512d8e601f2bc82a3d32e6bd1bb812f99f183adb2562235504794951cb137f37d6acd21966d16595a7688af72a549c692b670adc334bbd80ff1afa7e67bb1b7894adacd5945dc8dd478c6b5c428b1d9ab45a6adc6b5d6e135e7a664e304ec3d3f4eae72d973aca9bdfee6a12ea3501bbefc8dadd081c3a44fb63208c93a197e1dbd042cfad6295ad055de73866bd4f4d55c75adda249caa8ffe31a34ad5969233cfde31473370b3bb1cf80852986d15dbe78faddfa9b31d22737c5ba11276dad31486d3917b97156f605918f78e55b0bd9101adf20d749a96e5bbbbc4b71f63f2cb3f5a07bd539a69219fe94dab5ba4fbf605ae1d9c3ce58fc5a8eff5dc1385fec7f9376917e35502e527a3a8a37ab83a0609ae20f6071936faa2ee88efe3122fd07a4092d63654d82600e243709bcb84ba8aae28991008a524b580836ec5547703081ba656fdd901d53bd0f84c518f373280ae4ec7c0cd8b0e2d6dcfde34147ca630003ba4bafcb057cb3418eab262889907ae5128c99ed0f9f640e274616c329ce358019302a6e683ede6cb63e6fdef490eae524cb8fe8f9e20328f3982a15e94641303af365f562443819f3874e07b1253ae5ca09dee82d2db02832003e08349eef48ef8a383620ff2ffba2768b735da19ae5f1e9df9b6d81a51c99269eaeb88994fb773c64a993a685bbebfdaae098fdbae5fc62f537474f20252ca94e557e989435505ce78b4b47eb23a72ff510fe2a8ae77b9a50198868545f785c1f5e30370bfccc456d1bcd4eef8fcc27363c46050ae7a6c1ab5d3061f43b9da1444e090a81f8dc30e238261f64eb5e73327585a93ae898b45d891af5d7d0590a0dc8377fa7a2cf4fb033c9a1be23fa750aae026e4ae8b9e026289224179b2f24da9b21e47bd1f77afd0da730959174eb683b930b2ae9523ae73731fc2c36a367476a8447ae0454c5a9e644debaab6570487f11639ae9b4915544c1b0663aba6725c10fe68093d596b4854784481a365e4bb3a8d23aea8ef1db5349586374d6a399d858ae97c00698aff26c4a89eaa4c7521a54ab4aeaef26fb19030046db0f6cfbf1f69a6fa798efbaebdb3db82f76c7c34a668acaeb4134e1ef3b487d24f7e2503041c84f60a7d1a19b8f017b7e3f4c148109c15aebc5b368961f9899f42326a66d73794f49cb905c8d4dc664c7e45e06cbb661aaebc5dcddca45642006e0c9c254dc92f8208aa5bd7e33b842a08fca1f6e69bfeaebfe9ce261b2fffe15fc5f40601e8bc2f800621d9cac0107285d8e6f6bdc07aaed1c2bec2fca0d4246501741bdac025b1546e3594c73f832adb42895267b3a7aedd64111d6d3f05c0dc2a0d349b262334b04e9c65045473c7d0f090df4dd6c1aee4219972adf7cbe9d9a3ce10dffd9caae03061ea1c54e6c900e0dab28c40deaeed7f2e6d29a44ee37597b4341b308ac1a7b69d64306e94966822edbe24f0fdaef5f9c41b5777594b4c0ac5ec092d2afd01111be8c9155e652265c6285f2c67af00f7247ff2a792fd0d91bfcc4f3b7a6a4ac4d22c6e712083553863af1f16b3af03c1bc4fbe8127847899d476579722c8f8e3146a43b42b6f9384257ea19c0eaf10e5ab7103f5ada64ff40dedefff8def98e650b48927f4a7477204487190a1af2720bcc15b0e79892d4e05c4497a6360ec23c9d5d3fc8ba630bfd1bffbd7dfaf3b84dafd3c09603e37feb854737cfe1f3436e9af661515921d9242af21cd7baf432a12690fce821a22d5e063e539d0c971af4ca3d4acafa5b70c20e42a3770af804ff036bc53608e6eedf4f0b16af319b0f0055685466d54aa60fca2623326af852ec36ad3e3dda42871536ac370217075dd7a49304a140087f8d9265c4172afa4d6be7693fcb0e657a4b55edca814badc2f842ca8478970c0fabbc4df9c81aface3406486eec7c39f2ddec8a7d29b82b0d21578adc0ffba466b62fb73e07aafaf58a498688bc225fb4db5cf6ea2f16343452b633a8ea500ac65c2f4c90d96afb0deaaa8eb7e840a804dd7775f8bf8613ce53e56d4589c041a6ce0f9356ac0afb27e6433a3df768d5f68f269add030e237e0c7a73fd47b658726f8f3daa98aafb800cdcd8f1b27346e40f1fe02c3d3ffccd81aa52ee35e1bf864698a2447d9afc20f362dd6a200a58daf71fa11aef1817812772661278d76fa560ee7c6d2a7afe623f41c63c7ca771203728634778db3a4a1257db4502c48ffd4d35228bc15b01b0487b680c354f7a93661fadb224080f09a4ac26dcf206c2fc316896853d9b020265e53e7ded1683d8d2ee94de50ae6e03653db51fbe39c076148748e9efab0386895919ded73e0ce5d97b11ab41b9f552a46feb01852673af428afdb425cb04cad7cd48be0c61a2fcb359614964c72a4f1605baa524294d899572a5ff935b04eed1d965e853b17d4eba6263a02c20b8ba0b8980a5710312a55eb794b65c5b053a821fd2e2190cdc416f01d02a6f235438f1e5e999ed519db8c09c29bb1c4b07c761d56ef75bec54d9a054d3d72137683c2ed5e22722d8eb32480a3e3f0cdb08a55712300b0f98784484460980c8cf4f13e8476b1d4f302b72b924febdbe9b098379af9f8f0ae7d5cbe3a33d2b9b6175c890b6441ae93796538036840dcb6b0e3b873104355dae4dc29e54f8374dfb68ff4e4ceda02b92f6d3352ab3fd40bb0f6a8a4770e89d3f9adc35a4cd4041314b920f4abf2a3b7a23563845af7f153b0fb2e5e27dae7e591b08625e2fb4a28ca56870793a02f2ba814b54de8cce9a4b100e42e79db339a36aa783e205b2f2e10d27454a25dc3777058d725fe905da3b119d908ba7e7c3475e1adfb9b6fd0dd4107665cc490fa04175128a5e19ec38bb11ac1a025dfd67c5ebf90f8c612c45dd9e9f659d85efa46aba023632a28d8ebb1239c0a3d3ccc65e6e35ea0d2b7272353e20e3d7789577ca04b3ad300a66b47b125bf99b96f43e0bad8826cf527c1bb4e1d880a9603705fb78d98f3a0c48ea8b12b24dd69e7373dcdf9984907fb3599b7d9e3d9694290d6dc343c0fef029dd2b12cf3d4fb46c81f89670395a74d8fbde8c81552686a02b60fe1e9590c8085c4b12fca3c29ae181914859aeaa80570e251b6cad09a92e785505f73fa8a1bc55ab13054d91e58118cae4112f1119223367bc84b3ed9f97ea8841d71a149e23d21b1343836c0b7d13e1124d05673ca794a7939cb44199e201acc5f60ba583f34b8b13d21df5cf31d7a97526870da047d85bf40ea2c16ec72e2511402e021a755f1b1665935a575a4a1e0cfb1800a0ff845909b666171d9d216baa7bf5a053afed2b18985fb17c762b8df11c71e4c11c36e2d151623155b228d369e317a1176697eb18a3367b9461ad9341a072fc7c9f8d2971d7c43fd1741bb623984677fe4f73db18ad83e3c501db630960d94cbb5b3eaa1cd639a872b0d102a2b48a80a245ed1b193a2269d7f3e484c69230561190122a3b4acd8064fbf66dffd2c17d03804f5b19b2c4d3461b521f7835f7ed19ae2434fd7b42685c21b38d21f59ad3aeddf5fb1c0d889fc0ec4fa85f00eedff27710f509723c5b79c9f5befa8f0dc60b57e3bb1c7f148a46b0f4d58d64dd24c956062b785d6ff9b3af8241c14b964aefb9a0db1d3e68673aba5cb3ea384a74c3e0a26944881a9cbbc3e23ea8c86c5d70f37a1b1d7395c2bcdbf3c7743cfd27d9c2209ba0bb20a5429515c75a73aea622670c5b1e4ff7df39642482e47973b645c5ac3e143cf888d861a0f6f2f02ddfeb19262b1ee6f10ef23a657f8bf1dd7b1ad11152e5d483e5a1c2a30fefceb18e36f6fbeb1fd06bcb151776617053cc9af5ddef2716da5e90566ac917eb5701bc5bcf63db1fdc01d4c4a91fee105a568eb5767793eb980ca217d59fe0b2c3a9a847611ceb1ff9179f62174aa7b1365e9f7259c59563743624c96eb8caa4f7b160739bee1b2010adf17c2882e9fe5aadd3559c636e8d37da76f08d19f692dedfd28b67eeab209c757f7cf81706024073cf55c1b9b891d35771c4a6b5366339036c7a7c79bb2176d0f82302a402ff3b4fa57626f9ecf770b5a95f86c275b91c7d9945c1936b222ead1e139064ddc619983b455e28f5f04a468cd491280f83ebc2c5dff43cdb231e969aa3a97897fa90853395cc12c24d992b7c83c0d75f47632ca369e4667b2479e2c067ce30e38ce1ddad3eee0a3c9690531ffd03c32da2c8738d5e12b77b26c55990891eca710790faa9275232365ab64e009d041331b5135820852bb1db270312772eb536ca6bcf95928377741e4a3e34f290846505d99b01ec4c4e336b27e228392e5ded23f4208b4774dd2b328124e60db7196d8afa80fa9cd060755b294945dccd28600ea01eaf5ff42b85d33aac8dbabc523c902edc943e0643546b29c433bd4a9794eb9a8a5032a294a060bfd2db0aaafe6deb4317618f46a0c2eb2ac970b90a1aba579870131b942c7b7c7716b0a2a3b7ac3c9dd386a9ae7c863b2c4f1a3fc71fd23df631b2d6150e4021e9d46a926205c28d731bdabfda32852b2c9c403c85eb4e0a7e5ab0d6d9f29e14f143795787f107b402a8d3be33d8db3b2db8fcbd0fe40188af873e2eae3b33bf54aca985bd49749f83e7ea7aeccf634b30d1aabd6c62441f943d1537704585a7bf07dbb616a0e8644fb017d621cd039b32d9c9ccf25ab22ef214e98db5f2906d45c9a98bcc1f72a31c3b0efdc1c0b92b3356f33989672581ad3263ffdb4560a9fca29bc4b912df8e34de924121da1b3b341e9edcd8c1db787ec6b09abd0172f6da7f164e602f4f3a41e9cd3b2176a73b34546b43c3395c11467938fab7b27a26d76087eae44a57f12104582131f664db34d5b533e1c09de738e82da0af3202f81b501ca55072f1d42c679c2dd3f0098b34ebcf4908173eaee221d2a2737b49f8270246908ba78bfbc94b4c8ada476b5b36095f69047fbc24a0719c3799524b03ae77874792a59cddfb0facc25f0fcecb364ab3ec4f786bcba09a269ec481caebaacdf6224aa269e6ee8e0ea3697701ab3815e481a264535437f4371c225d22e4142b7caa3569eda97e5fdbf43083b05b38215103722ca418562a849591949101c8400e73a9729d1b7c7a5c460776377b3980a9e4ecf49c7c5d62b1fcf611a73204c167ab766d9ff2334430d5676cc10b3a2e962793a118983389b0633f9b36fde1ab3f58a1980b1e693f622dab9fa15b3acaecf9f3faef3980ec990136aa4981d13ed41923e560dd68b0e6f75bad8d0b3af5c2e246b06dabdb4b9ce139a8a8165d0ed688181b1146ecbe4dd6e2121deb3bbb57da706c703cd69bc4b344b54f354623d3255e18ab04f4296b96091b3cbb3c62b54a4c0eb395dcbf02d2149fd76e3c37396a65bfd681dfd98f7cf3ff0c6b3cb3207390493bc7b0eb7714bcebeb98fd094ff21a1ef49009e9f28f1496013b3d3b797dbaf097f28ee92c36816732de2d199b847ab24255442790f207513a9b3d8a9e40efe788187d7990c3b67d264429f5d45d30d068ddfe27238e1f9efcfb3e29d2b4e2b52e266e805e0db1c555074a90906e039e1e29978b2d8d96c869cb3e63208c5aad55b6ac697496889a62ae940493df183d802680e8ba4a251dba6b3ecefd1853072c3a70dae6252ca764f7eb0956e01777ddfaf9e674b33d58f74b402a7b965ac24b0447684addef445a35a36d466d10cb8822b28beea29bfd113b421a0e5e7058422614472a11f3915614318873533afa77bee8411ff41d67baab42ad18d62324b777771d2bfb96f2695f0ee47b044cda2a8615cf4154cf48dd5b42b5ec2099c9cc970fca3428f4ab6dd78e3c3c8370bd63f5107e1b11db7a35bb43de58c82df90c8d5a5c5115e9e0cfce0dbfc5e8fbf3350181cb2eaac9273a6b449871c8b0b21e2b4c103933ea2b0aa40819cf25989818d9f9b7bb23ca71098b44e7fd2ffb2f9612be2839e17cf373804632a5174cf0714532ce138cebddc00b45427b5eb4ca84f4f781997fce05a5f45c13117d554caf431b6561cee7f6d48b4593774527ee31de7e5b606f4826b947b9a99598ba3d8442b291d02eee0593bb45d8bb689ec5e920ecf652d2b8941be6ef5d6f2f73526e1aff95f81e0ffd6fcb471342b534818e678e6c40e14957bc53f1c66eacf6d33a5a1cdc860eaf661f3b488d6ff746542c44b3832ccbddfd756f5e56e467be26928a2041df95dca66d3b49abbf1e4c0d118e90894ffe660aaecd81d54c77543a9644ac0e66d13ebb3cbb4bba1fb2e232cba87de748e8d005726a596b7b391dc3b79c263af889ff9aa3cb4bdd4d07115d913d08ce8cb32c4fddae8d1f98f35ddb8e73b881ccde44e866bb4d1fe3d786ed2f4250bfe7641a0945ba50f79386eee0a092816688221faac65b4d8f711ae98b46b629e06486b9fb5bdf694f0c75b6230517937c78a198c4503b4da33536a087ac5241a4d5db0368c983880447ab4f9a36b5479076b6d7ca42db4e3e3bd128f40c312961f155d799125553f9c0e76779002586cf65ef17b71cab4ec9d449b36a538854ef33fa3250e6150c5a729855d814e014316d031a143ffb4ed4cf305128c575c4d1121440f4a1f8279ae3746e1283c0a93d4f86f4d2c5ab4fc97ec60314fea59d1efb28641be51e7b0ce323a1fc12aeca074abd30aabffb503e6684f7c891f3bcc7a288da20cc31f898a27c0cbf41ea599089ca3a5e4fab512883bb77768917b11e12336fa841171160159a67d06e8bde6364757c88f1fb513217ee9f7ebd21811995a0615c3a3cf837e53e0d4f78c9e4c4b6a8f4a7ca8b516349ea63cc726436e0d6fdbbc8b97302b1fcb8d3e877cccee504a7f80b150b52af9a06da2f46cb9f3b7e0403654d195defd228d078ea88bd21db7af41f06cb5489f67afbe39ff914cc412d4b04de8f4f63d77a63a55ae4bd7a5ae151f9044b5490fef48e7eeded6060efbd91fe6a0071f2664744d3613d714e7b3267fb9dbb562a1ec38ffcf5a06096b997bd93cd9854a9357a9c503c87e1e195cec9eac32b563c3e39ddf0a74ce03ae4a6d49214b33157c4dd231aaf5e06aa12bcc485ce8b56479f2d6f682f68671b19c457e0492df83211090dc3e276389ebaac273d974b5b35a2a4a0c5edd3b1636d4b31a7e9d4944d5ae2478c75001d5026941552d13b5bf945d863d9397a90d6a31955b576602ee2594bf3e7170f03cd58a1ecf0a85b5da13be1616b22913eca0cb5e5ec86325bfe65706ad100680a3cf6d9e92cd24b5e33a27624c2067dd7d644109bc2ca572d7e6f4b706db0c770e9d4b772fe13eb5ea13f2267aa96be1ca9c6a4db90cae553a7e6f87108de3d168a57db935ae5bb5ef3b171cc45266aaf1c98816ba137f1835e46b5feff7e66a040b5172e6aa51b5f556db27e9b4c564d14da0f5322a5ee4ba00e70ac971cd1b231ae489a965deb5fab2a28ad549c1547635b4dc84eb537938fb23b1bfe4477946e29dcc177f24b60a7260f316e85afdaf8d1870bf4787472ab60d720a99e80b3e7c06f5abe859b60b11d2772411bce1b10da347d7eb8b571e7f5b0c72b858f53c95a3e6b47b27b626941b573478a2b057e792aaa25a9c29b18e0dd49328611def16bf797b3bcbb632ac66e11db051982cc6f2d1e1d1122b3cb75c00195c2799e2ae9d09be1efdb63347d364cadfac5494f0b2f82aa7fa801ea7d21cc24a0ac35e44319ad46fb7b63de19d242831e6a6f98ec90ddb9617992ff90b7a689154e73ccdf0185d9298b66fd63a14783c5571f6504a8b7d5049a0cc495de81f119179206cc7480a70e1b68075da0ff721b034df92edc8dd6a46aa0a7af7e35c579ae2977cf3f772d31db68262cf92004506d61d30032b4637fccc9a0d963c212d3a5a5bafcf5a6ae4fdb6856d605fabbba6f5ef01f71c32cd5ddc22da7b2834ab307ba2d6a3c0eb8e01b6c3d87d0d711c3b3b1e2944cd166d5b088aff35adbc21da26e78d60a6b5b663b6e03e3f6028ddae3e4866fc3df05cc354a62d5d679e887298941e957b0418f1b6ff475be21aa0dcd178cbc64473b90275cda6fdfed1deb1c334455844b20636b70084dc974493ace1d3438f78de6251668972de3033895f4c418c5fdcc86701b71a7e88802eee94b6941c8781483017f5ae2e89ee4c15ec40db9543ecd329adb732306d7af8130bb77b54282931d65a352d0850718d42f1e1b017d0d2964d8ab747783939648790f08c948fe4818a4e8efbe7351293abbd38fa27bf41e1b7d0b769dde9162a38f7c7fe2e79fdd11e8aec50aa42cce6ed1ab4598865bab01cdeb7764e748d766ab5f6a949c1fa3f162118f95c1a22f3bd34e1f3f68f3c05b534b77b7d8861d09112e13861ac113b5b1a262b0e3afd3357e7eba2853f0d79a418b7a2cf51ce809cceb7f3214c65d3e88ac373a9a445f86723e41a776ae774bf23b7a9a5b357a1e524255b977fa18336e5fa14d3e2c0506daa87b49c815c49a859b7b8d32a8bd2cc257662623c4a3c98af73fc6a071defdac4bad4b40f557ae4efb7ba843919fb19e7b8993b834f5b786097e01d2ae33848c92a729dfd2e9d50ecb7c40e235a9e82d6f576a68a3abc2e4ed24dad56e6e8727a1d24c97df4398318b7ca15dcf73adf71d0439cbbaca03e2c0cd17c92e734f60c81c730467c3dad2eb7cbe132c790a515de7bcc45165b72c4145045117e5028101b5ec9de5c3e5d21b7d572e75e38c2a55a23751df01dbfef10600c9ded782b495bc83003d94e894db7df5b78e4562232c305fb46ea12af71e77fe2c30e87c3e21193f593f348c695b80334aaeda336230d304a9a3700f45b69f91cf572ef4211818db4aecee32d70b8079814f12aa969b2afc6ad31d5ee9b7b7f82d72848c82011d48ce64410ae9fb8202ff0fa91436c67f592394e7612841cba12dc444222d6eaec034108402580b8272b68e74cf1e291c6d6025e5eee2bbd2365b829c92ee6125cb551e4882282b8367a837f8ac07d5f06543478e6b0f46dfa8d61aac21fbd2345c9fc89a6cfefb83e7597dce1f45898243d7b082b63dca76c05f88f6f14d1e054ce272ef5978eb8458b93dece7fee5d01b3e1226629137cd86e0473fa12f64d8096646d18dacbb84fd13b76a657feae07876ce1e02b60e8086042fcdc5ccfe6266b126b8afde5b868ccd769db17efc0d471c585bff96d09a4dc778d627b4167bff9112f9af7c5b89873edc3a436d5492dd22d8d076d8c44085734c732c29f5695f37f39ca5891b8992dafe5fda5d6d481a1cac4fdc60b9eb15e818fa90f4cd2ed9547e4cd38e3b8add944433cc257f6c30546fc4eb5faa3421a8ab7208209147bf77957504a69b8b2bfc81a3c409c6bcf0be571fd1c7361852c6a4adb2116d077d9539ee5e105b8b5b7b9de99dc293d3d7f8029b1b8a965464bec78bf3a351603164439409305b8d8828a19cfa81727a63c4d8d74efa97624645d13230beca79b06fdbe84ebdfb8e30c585b6e4a9540d3f4ca7a76bb8e81541a303a74f0127bc15e213deead8eb8e3d506f9f12e603847d43f7cc0e623ff4388d53d1f9d88b2280fcb36d79b07b8f2816915758668224b175331a9aa8f8ffc5298accaf1aed9ef2b2fff3bfefdb8fb9d6959962e372fda58fde801cc4d379e7e5981942bc1d42f5c91ec31c5eeb904047f7d6bf1f69ffc08e4d24a1f3fe9b0f76441fa3c61ab4395a0a4333a5bb905ea6ee77f58201a41b00d1dd0d286e0b5cc45e3f772cc42e8f6c813d08b67b925fabdee337fdcc5c7d7b3d845bc713d1c762cb7b69f56fd22b62fd643ea92b93d91b9cf0c38ce1ea11c7506e2845009de6bc5890b2ff34c9a414e33da29e4b9454343e4b93deb81f782d000b5077b80d7a7cb227d3ba5c10fe9bea18c9074b94fabc2dbf70ebe0b6d975fb792aa6a574780fa075c0bc6c91be1626f6ac048b95d78212bb73ebdd9dcf6d48e11b114e713c0fd7a9efabc34a64afe31d07e4ab985c71511394ba76dc1a1fbc11460a7171e9b76d88b5ec30e9347526601f1efb998f2dc26a4bd760f631944b480a04fba76917fc06351f85da5503d8ae31ff8b99cf4f6ed24614689abd76a46e4267c08755055e3a24d65470831e19ef8a3e2b9b3dbdfb901e3b202e5e362dba52109a4397ed5fc47679d6caff2aabea8f7c8b9ce9004de337c026fb53fcc445e61d14020e7b243974397f511b2d04e26d050b9ef53e774e269b2c77aa172b3e97baf166359a0a91f7fae4710e8b1cbc12a33b9f700b4c8877aa13d8642b0a396f86c33838a75409ac3bf63f7b48f31ca2c9fba1729df6129e771d9bc13ad71fec466e2f5e4be4c869bff31d9d14a857c6228ba237da95c4586d5bac2cabea4d5e31280977f01b9888a5581f98b4ce2269b85ba366f268082d8a1865b8af6f1744a59d5d224894d93fb41d883abb5bf71bffaba36a9a65c05593f2b6332249fab90cff2e7291836ea1dedbc382ae6c8b03a45ba400e7de6c97a5057453452fd046309c489f0ffdb936aefda942718c46e9a17ba4dfe7d39c9601cf11f415229f59292af7980a9c61824b12a5bf3d8c07cb6cbba56422669701355a620992e9704e2566993cb7474915df75c3b481419db4904ba64dd4470117092f85318ecf3f092b2c10c8173b04aa391c7a2961af243325dba689ae43fb3dd0111b1d6861f961d1b7e381b9ed96ca9c8aa342cc79e3ff0b4ba880f6c08ff6b4a17e399b833673e1e988216cbdab7c064477a66775343e53cbaa71f7602aed000ebe6660b197ba2e6383aa5db1a8505003941f4a9f8422da8baae5cb19f221406ee118b52b7cb4c0846cc7607c9a9c6a12dd72669a2a7f5f6bab5ff9006984eb14a8e8d29961fe1c5f173bcb62b0bc1a302e14efcf4106d96baddc37567ce688311322580e92ea167b89930b8faa6b94bcaf5b2823e16e28fbae49c47a3ff802e50404ae133749642a86bbcf784d3c3447c24831454f07309bafd24599a84b6159f6222d229f2aa487a8f64babad212e53cf79f1896ffd219bb239ee0a979615ca9daab3a4be88042a0cb3802c9d9636f3499da11d43e4796bb310f4aa360afc15aa7b7a9058e493db3f463420b156665b5c6b7438400ab02bb3232efa7c1b2144a6ea7f34d8601b0ec46a2c632f0b8c1bed178fc3c8ec68cbb362646b54c0d91ddff3c1a52ba23ecba9da34c64703de840664957f0589522bb4d4204de31d051776f5834120762131c78b18d12632940448ecba506b0ce6bbb61c5cbaf197c39592202f49488dd699d89a62ae9551d9af94c3c3627493eb7bb6296357005aa163cf565eb5aa17073b3d07dff5b8cc95921b0a49a8d6dc723bb65e7f66c70b7a6ce2e9078a9ba00a86d788f502f643b7354a6ad73a54db53dbb6aec25da309e6218efd94ef8745226798fad2eaa19fb7345a6a3ac241d6913bb6caf9e7bd379b8da2394cddc5d69d446c7c846e7334ad03dbc7b248da01bcbbb745f32bf12780eca3c0bb1ec2d8ca3edcb9c7771dd49bf6799c91f1004f318bb7f2f070cca1b38268883ef73e5336f8298bff4fc032c0adfb0f1bd6a98eb3cbb7f4248fe12403f922061b1e387c0e3d3fd8efff5d667adde6a25b20b61b9f3bb86ca592270a7d0ff03fde5d56b93b28462f3f17df1bbdfeb714284f4f98c7dbb9b2c3fd7f25d9abf9a2feb31fc7ba896a8890ff5d6c684da2feb3a51de1107bbaaaec776caf5ed3e727201297112e5416f1817e80d04cb3a3b28533e0b901cbbb419fb9042ad21560cc83552fe5f7f1c0442b5783c207c39c40827624c2a5ebbb9c3f7f75a040ab792925c04c8a9f116b3c47c04f2d0c96b5a893dbf992210bbef9443cafd286b2221eb99db037eb0359e33bfb4f10185fcd40d80cf9b244cbbf374bb2a31d733d770384184f17423dd0f86a83f5de1f04416779a9f035f7fbc0bbc58a77f5915356804106e2edf638516659b22c9d38cad099f841a53c9f6bc0f96c7dc3ac913e1fe76b442be69e9370c4acc37ce5d31a86bd26ba93147c2bc107f2c60127c5d24391fe660aa2cf40cfb770d3eaead2db157fbb9da372aebbc10e71b3c3a8b92676af63696a054067a3330c2381db05868e1b55e7e6dcf7ebc20d975d7b5b4de84b986c832328d9d92529d599f525034483991c24ffd7d58bc2d2aab1ede03f2dfb3cc726359a6118dde67a978942de5082dc08987af0376bc634050bc60f91c32d15fb0cd505605629642c8ad4911101f744aa0cc800c72bc7b4f18a773eef20db6f9eaaee99641a1cd33f3b3c7a2076a213887f8167dfdbc9bf90ea8be63d747f14adbcbb4a060926ed898b9559c92bc0a9af7023dacb1bca2f849b5bbaf04c86e7d27fe60439835d69a25fd7b0bb7419908fb9a2fd05ebcaee7728029b77072414a8d42078751ff0576c26570feeff729cc20ef529f99bcbd4e79bc8ac448bfb0ef792b338b4828485e8f9265bd4531f4946f1815f379bcdfd68c4846cff5d0f9593f0a198cd5fc7d0c56b5d684e9ad986e1bb6e972f4bcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2dbd022ae246e3d0153aae03a311c3853d7f4948277893e25c22c3d0271d91b33abd2a0e3b3ac8c7dd6a11bb6c18d433a03064807fe27363ee8aa900717c4b4602bd309a818c5f0771f9e5ad5973424ba562d6b762ae18f1281bb1375e3affc5cbbd328b640c6c40fc5748c5f1d677dd0099800977579c4b39989382a5168ad99dbd330c15432c77c5f592e8b357cc91c53eaab80a9b633669b753fa2182e0ba89bd591b38562372ab5182245b291587bc7aba6ec3a19c573bbfbb1857d1a0dda5bd60a196a757d441411af221736e3f52d376b6e098ba176df07d61e4781cd67bbd6f804af399e1a8b74ea53571e4da4badf586d45a5fcd0ee9a9561bcc238cedbd70dc57a3cd5d425337f78a6a88a059cb34f2636985b39641ed57bb5cce1dc0bd7e5996f5573489cd23610c30d33cf9677c2e4aa5f8ba445391f479b7e00061bdbf1b0f65bc02ae830bf7e6e3d4a647397ebd7273c86a4ad01b914f0ec6e808bdc27ddc13dcd51e35e19b650bff3317b9d90333c18e1f6d15687944e68c5128bdc4a4e004181e90675ecf4cd85c4616eb714122f2c7e4fdc31f921ec10840efbdd20e80c75b3b9e4ba86b713f42e68679c63a500d008807cb21978b45e1c390bdd223b61d91e44d4f7aab0bfe719a838e7e85edce9338e908b02cc4f58413b0bdd59fff19cc2fe4deb8906a215411888ea1b8abe34e54d8ada1d709d3e29318bde485ac2b2e53c95e519269cda60e9a26c316b71feade590758312294fd83ecbde78c1c49db082b7210cf7cd97f77d4cd1982135431613e303012036e696f05bdfa2bcb191a05f26f6f6005fc7966fa6ed179c33d431cd1cefad5aa383af7cebe07655a54a3871bd557cd30772058dc24e2712fc2a382318ebb8405bd531434be0cfb69d46a23ec44cf05eaa60318cb5d94d0551e75bafca45f880ec9284bc1be169c2d9184abffd2c7026eb4442840bd88ffb8ba26e98336de6fb95ae426b5be24c2c662d019b3a158e28e5c816d666b1b4ae397da93ad49c28de78aca42e1be28f02907b0262ea37d9112055fe66ace1768ae4628ae999cd6ab82e494f65dbe2a7c576a75fdc5742e211a663dce3e2fce27f1a6fc845e4f87956fa1acd345be3b1f3327dc08283fbef39f470f3e6367ca78aa5791caa1a7cc8d562def45eabe4172440378b1c1952b9ee82b60d56360a82f5ba6ce82ee2df9044aeb48da6ebe4f51179985fe86845ff72a877d19e3a31383b3dc8ca31e8e80fd0ee27cb910be51d091b60d712d4689e49df356c63006b4809a8840b61fb9a6e4951de2da1fbe54d986f9ec06d1ca0ade5a96951d7e1181a01af305972c6fc17bf5c0fe6c5bbe550fd6f8abb745a20258017d414a76b8641ab4bf031f3c17606561c0a8f7bcbe58bbec391224476fc6cf29e506cdd5b8723f81538e1fb41e942ad0388c71c2be7db6ac3d33027806fb411039bcaaf1cb6c8fab70010082c6b0d339652e134fbeac6daf297170f98decdff470174ac34e196e78681a891e61b1c43f20c3349abeb6e1f8bb46736659d83258370abc406b1c257c2fe540124a3a791bb6244c71beb872682975464031e3fe83e3a4f983cb9e966f94df413c02eee6fc5451e3c7bee7d19e8aee4bf1e0886608c327ccef3fc501023dd14fae07d36ec6b0dc5effbeeb696dcd1151f6712b9212bf0da8a33aa7506fa7abfcd01a2afeae19868ce5bf0df93901344a62e4a920b372aa31f8f519dd4c4cac83028693d90ea31b6487bf16ee4f5e2cd852baf4a74ebe8f738d536eec2fc4a7a86f74b2f655f6a4affebf24445f7f91fd5021e38664004c70c24f6b0f37f54e6cfbb2d84c6e8d0a0171bf26783284e3b4dbe52ad46ebc3b597b9aedc07544577fdf5b8a9664ea67fd7bbf38dd4ad1ab26205252f348b520a6a5f9dded7a66028b0a78cc9743a708164abf649c20ca42ef731bc8fbf96eb7fc82bd88390bbfad9369e7e3532a4c440745bf8124f98383fc417066ad966c5f3a5954dc5e2c4664ce948b50c10fdc67b645bf8198cc83561398c0a7ebedff0ff7a5f59a4050a18d38f8ed8253309a4ac8aabf8c92a8a822a4803e30df6d54be91e2b0cddeffd621e31a15d9eda118398f41bf9b439864ecb8384d13fb2b889caa376236c06cef9c26e7920b6c6eb3107f19bf9da5295a042f88d440a6b72a04048836f179ea52372c1be493a144c11be003bfa24608d91f666cf0aa7ea33023b446b6a9067912ae5779a9952414c1c0832dbfab840d6d967feee8d47d51cf341f257bcbe2b07b608322326e45dd2a56248bbfcab7d27818a1638b52594bb9a653bfab4db6b4874f2ddd7659a59b20cef07cbfd0fecf49c6805e1d17512e6119b2571928669b07cbbf62150a893b1f554210bfdec367f96ec2bd8ac245e39539c0be5b39ad7c3c432b7e0481eeb88154a194bfe6524245f7b4a0cf17fcd06e482ed15652332bd6bdbd666ac2117603849335bfecfb2b0569232269522c6b3271cf58bf3809d6a02c49743899afd282df59eebff2554e14ea2a823e46915ad092fd2dfa7a90b5b9cac109cc91b254fb67719cc012fc8cff92dca71247073829a14edc2ae8b989e0e8fc2a3031f08b470c1c39c02131f214dfe5c57dbe578c04ab46b0389dac7c8e5661ffd8f37056e21a32ecc02452394c9e89d616131247266d1b945bb6d38f70289a6624ca52cbce7a58d5c05a387484a7fe17cf38307056a20fdb8d673ce90aa2ad453a30116f3f02f225c09394daa163d6e04f885cdeb14469f0b9b8632c371c0c5b38834e111947733fc0a0e9d705ca159008ff1233a4cc559151667e872d5835dade0d4acb56e6dac7c0a32df088ab6325181623ef65701f9e7ec0d638cf9a5d6bce1064f7156e4f04c0a7e6451189c5a294a43798a83f3eb918bb41f2c932114e860f70f12475b3c4c0bbd6708a833659b8b860c88fbbcdfffe23b976f1199852eb30755eaefe2fcfc0bc02277e2c17b7e81d158fcadb7308134accfb248da4b7f2546c3e36d6483cc0c06f4205725bafe91db00f6ed7aca92ac2aa58a87ae2069122c3caa39b59c5c0cb5f10a3e094af3c9d87b304e28b277d0fa799cd4069c9c00358c0bca25e6bc0d75651c4fee03dcaa78b21cee0f9e1af05ecf41cb164807eb9018d2bcb4fdbc0eabdc569ed676921dfc7f8cc48c60a0a752b6f7da2d0af6e801e1d93c0b9a3c0ebb91198b95b801dc968449765179628afde9d051c66034fa45bcf119376a1c0f7a91e1ae6648ec7ef717c6a903f528e4e3e874141b87b7a3dce0b0074f7c5c0fa571b730961dd81fd69d5f969bf575b2f3b0cb48b711387507eeb53727c9ec0fa814cbeb9fc38c765df56401bcb359c0b9c9c20c3e85dc4fb9455b01b9e56c11deb10625f2434855fc36d32b4f0c24212b2e54aa25cd335e6df8f2225094ec1314e6b99c0d48609a7334fca821f9dd1c205d984931df21719396bc78b4c5bc141531a334809121ec2d55139cdb36fb340685f10afda213153192fa3e87810c14289aba0f415a0f81b4d578e587230614695f4647b51bf7891efc91960b4e2c153b382382cdf5e2beebe5ce98fafdb22293e284ae3eacefb8b2cfdad65a2f0c168e83ddae19b551e97507ce7853fc537bfb2dad1547641325942bc5c0c5f8ac1868bb464d56101eaa5e58c219b22901693511f085950c2ef35361823ff0c2ac1ad4f79bdd4ac2cb09c739d328c0fe6ea98e178a77046f5179714542d6f12a2c1b00b107509aa5454ef3ef18526125787d86dbf5fee78cbd0983472fe6b8329c1c071ba7512dbeb9046a640496574cab0b74ba663356772a7b59e6bafd9bea0c1f3539664b6314453b299cbeb105a87dbf310940efc9608bd22bfb93a34e9b8c1fabf4b4c4a5f4a9a90d1fd413c0cff4486c684b1b1c82404ced52696806c53c20452a1ce73efcb4757b215d4c4978154dc1ff31a5ae2be0fd425b2c0b4ebaac2147511b9dd5fa8f748229d0116c8aea4efdf56167e09073087938a30ce6a9dc24862d0bd16912708f6600c942fde83027d58d333aa0aa0df447b7cc0b28709c251e4fd614b300f52623db5f4a8e2abd1b658efd7ae032c630a3569aa076ba2c268e261df8c35a9fad53e740c1d190710d98cb85e38154292725ae2a4605e90c28be33d31a27b4b0cd2f4c3099cac027e9ed8b831846022ec4c1b845c7c9b81c29677042e446b80a03cc0ff84e1206481afc37ff09efa7289a2144f6a0bf1b3c2bcb7aaa4da831c28e98fc5fdb02915237db58c9e0b0447f96c1b05b04a7629c2bf3cce147efccdb07a75f968082c79719d70e568d3c1bd4f334128e60e0159c2d52d2156b008bb3e64a62a076a508c46dd09c83b51c6b5b19a4e3161479c28c2fe298a73e2b3304a2faeb840d928724f8d7c2041ae8f3e6dbfa82f5b0f8ccdc303e02a6e425ffb52472db7595882ce0b112fc28a948e5a9f4beeb971d43013c305d02485d148c287a2dbcadd5d706f3d2773f8fe10ca5826cd8b4588d33b1ac317e225a2902ac76ab566852fc66915ac3e873bf50906e05ab8f301bf00a1bec32a0673880ab63729f9fe5d566c5e42c3f1fc06973ee6e61deeacfe079ca18ec32d05ca744093805e7e12bfab07d70657e12de6f04f263423c3687be0496cf2c331f840976c68161262f9a2ae5437612bafc4c4d67924bdfd5bcae3ab37b4b7c342a4376bcdbe339eb5921c4bb3be167fcb6400d62e65c08bbd5e374141dfe2c3522644fa476d311365459aeabf3ac3a2edf5a985a17f1573aeea0e6c94ccefc35cc74bc78aad9cc16deed6620099568004d939362004b89727bc3fd06e488bc389c576d9d2ce0c02fe701a819ddfbe80ada956e1fa82db885a36f16aac6a80c38b12e3b14825a6ff66a656149f120fd697b7f4114d5eb4c5ff5e34cc1ab0a3c399ddf4e04bafbb3bb0180e4a77179c48fae4bd90180e29a8b4ae4bf94ba566c39dcf05cedb9574137d83877901254a6ee284e6ed3cf1867ef6851aad0b6ae9c3a6671fb3bd0cc46d1470285fc2594eb38c6a82733e9afeb6a6c24507531469c3b222e68fdb0cd383c68b08bbe4dd0b97540c5ef4de82a887a4b5ff77fb2094c3ce14f05d4504d4ab9de8bd0899e22edf4606053d7c02b2cdf2c0f1d5d6dee0c3f90f21192edc733fbf8667364738a720915c3278995fcadce1ec3527c8c1cec3fded9501563f0de51b268ff3b2dacc451548447560a4469f32a63ccb220668c408ccd7d6adfabf80b2d1d64b80c3261b5273c466694b24f863f394974e1a68c40939ffd2ad92b664d08856bef76fdf04a163a23851a79a1231452fca3da519c40d58a0a6dd8309685ed6132ff757085816676a5540da3625b19b1830490df7c419e2bcdb44346536837f53f0136f3552e90b5a668ddeb1eed20b3cc5b876c6c420c130a0b8a1932121f219d7f54ec7e692d6a2c6bd4b723ddf29340c83751ec42b7612874490f6b73ed6dc6d007fd9fc8b8ab3d26129c8e43774328acdab41c43aaef5a91ed1e4f0c1871618794cc2aa25160b58dc9abf6c5944baf88ed37dc43b378f73ccbbc6aafb8db11584f4b23ffdf01bb1a3ecd6c3ad73cda93544ccc44c2051f9a60a2876c679d7659deeda72093673cd7fd9ff3551a18d5a5f5e6dc45dae236b6e6e170da8a6d9c4f129d6311210ad3aa80de978c5f9bf671c09e0c46ca821f7acd89c84531af1a9bb632f242e4245bd6b275a4679f67cff41baa1c476035055490345414c60aca04c5ff9e1322cf54d74d611296fe1662ec87a25c493a9152eff702169683038b9cc6ee664da374dfb6cfe9bf2540be752a019dfc4951886cd7827aa757e7a8a82a8ad1485a2657cba5c45e8c476d332721eb7f2c49cd076203793a2678b6955f765deab74c8bea421cd933c41df61161c894f67c49e8cc791e38f4b5d1203515ff6728a6fd0d8e89e581b01cfb32efada6fd412c4c8e141ccb30df7cceed9d90c5d79a0ebc57e13315d09064c28705fc7c77fbcc4dfe57067d0bfb3fef45d9fbc627a8d25dc56748414284aa25cd7d6b16ef602c4e45d8d10a0705eb403868b38c8d7634c89d399ae6e90f5e55285cd009f5212c4e504dc1a220714d4f60d2068f7e07a1aaa45a39253296e6e054d52128c0b61c50b181a0470114b333d5623656ae069d74e3c92561ffc8f90c05dc0b61a981ec51272b694011d3f12cac95f7d838a397ab901d09d11c1d2db6669b7119560e2c52e3dffbb6d981aa8c5086c12e1613c638647429e90c3082224a796a4e2298ec53814a4c61b245796e42a2a8466e8b153032f892c48f3e36b1e215d1a6a7106c542e06ce38d02fa12b9c0b0477525f63f6e63d6f266640b9576e4b6dfeae464c54742960477db08abd5694aba4fe0d707a85aec408d9e2dbd120f2eb31b71f2c548d878371da9a9fbaea1840007c43baf340095de1c1add6fd65244ad95021ac54ab5cfc97622aa1f28708aadb7cd7b76833bf766cb8b20f62655751fd6758fc555ff5e162464cc60e3b712cff38c768cee37ee6645147252c72dfc1f79c2d0c556df2a894c67aec5624af984ea7881c8df2e6730561bec83bb5a657357546dc55eb222be8251bbd19c4728cda2db0465b24bfc405ea62831f0d65d21a0275cc5737445b779d16a9bd5d3cee106103a6fbb64c84661db6e645d7de9f88b0e50c57399bf724baa53dbe1e8d02341802f5cc20b0aa1f3cd1a008a637c66fd66c1c5993c54c43efc5d7c4fbdc3d60a27aaacd8d4244b8caf23226af12cfb948b08c59b8f3c3daa21d32d7557ef3dab540400f963a5e18492cb466094b106d71cb9c5a1cda68153bf7e28729094eeaedb61578eab52a759e19ea2750f596465367cc5a6124f15adb40df8c31db91ca22bbe00bd9041f60a4e0e38f8f8b68c350e70c5c2a0428c62f77456563acfa8103c0c28f413ee798cc46b5ebc836d1dbc3cfcc5c6eca665190b95e9361d8061016df7d4ae9ceee41f8ffa52254d313b96a40bc5d1e8817a8f449d6b3136a7e288830da0421558d19a98a77ab079a1f5de97ffc5ef4074862130a625e4da2f813ba42b8f28dd80ef741a16149555f429fcb29dc5f18ae174e4ffce092d7fb206a6625bed293eb0d71a0dbed01267f302ac360fc5fadadfb75c9171c5f72d7727c54842e0f64bf9743939db4a6dcee6fc7c7112c61848830aa92077321e382bddc36ca072ae9fb66feb5040fc733e4c11d77ba2c63460f444d005d34defbcc8e7d2eab5e56f9cb061e259c3e36df9807974bac9c6502a19f4c10a44d5b330194117410ab76bb47a7d04d10c2ae78224fc036386c653d1294b0f78588001ae31028fd9ffd8d7d3bca9a2c5cbc90edd13137ec1f0c662c0fcd3dda5ffcf39bd7710451803450b3383b2ccc97c3a47e4a6752c7617c66cc8be6cc1997464b1a29341b13466e81996c2c1404812d916f2d16558719fc6811a046425a00ad8f65bd14b6eae8e3012c1f3d62107f296f58d265eb6d870c6842bf895dfdc6e89540013b995ec6f3c0e065c3fb3d55f2e2c02b94fd39455c6906642cce48d8e8de0b108c2c643f6dd3c5abe783087cdd9cfe8ad831d191dc69cbeeeb4352dc05a64abc2936e33ca49d7dccd100d43accf1a0248f9fc6341c6a89e66137dfbb8c00f3e5e7afb540fab52734579f8bbba3a0bdf76c0ca8b38c6af973ce58431b6b4d6b38af0832d8550df6640880ba747ca0d47e08db57908c6b42ed71f20675dac4a7ab68395609299d815bda5ad244cf38d1d4b66913cd1c6b4736608e70b4f9643d47c7585cc743d29f3b4fcab6b252005a4596194407fc6ba131a34821f5fee39156c52061de2d46b559baf6b0d502737b8c12f5ee206c6d3c5b374d1465ccc0d803fb6e676c303d1f45743596e95710c43ddff7d387cc6e1814dd35ca1933c645eef22c4859239de95844186a4c2844e89c4941e0cf9c6e6aaf29c9ca0e95c62e65ae1915faf75a243b92c504931e05b00e50532895fc6e8b348391f197a6ea9449e11a809b9b79572595b9cb8e1d6223fa12213c45ac704ff8a63f1a6b1afb0679c0ddc7e1220f290d2c79056dae183353fc842d404c72024fd6911316107ee3001455106e861519b87bee293dd32a49a46d05c3e30c72fe12e85800a778ac7279489084f2d5c6d6f037d252d93a81500ef8ea57bbac74097a3c10a887be9de09dd92dbe912f5ade5532fc72d3652c6d38ae8d800b7c74f654ca46f58721adbd6b4514af3e6bea590659a943aa2131f50f6de0d2875c7590a11e797acf319997d4bb48dc5c0f182c7c2b3f65a3fac0741e2922c1aa9c759e1ea19756da5dacbde3c736c4dc661507f4c2f01e9ab021b2b76997764e4c78153d47ae9d451cd635cec4e96f5f3a705e4e67e28665a46c44aee917e0a3cc7948a59f04dd967452bde0355e45890db3537b74845b4a66874c936a2ee738ec7a3ba40783fe3d00e4cfbb74865df78baddb814719218ba2ad50eba848d04b8c7c716612e82fd0e04644e47f7eda66b4e0fd79aed0f50f5279368483e5bd2b0c7d1c25b67a4a42de9c264fbad04392309873335b67ba2f1a2beea47677bd874c7dddc422bcf9f0ea69f41475d835cb4280a50a28ff4f46f2c6ddc5d10cc7c5bc7dff6c13cefb90f181d7991530edd80f9e03c9fb3864ecfe72129f17606d2d1c7e24670f499f57708fb8c5c0ed2e9ce1b73b891bf96ef1bf3867d960b739960c7eac4a26d25d151489a791200d6720e7c7db4448bccdcf47b4a79335718363bc7eca7f858f90bb35e18d4277f8050af317cd18038267f64e0c405964bd15dc7c8120992d2c5e4a907c0453476f3f7fad7dbac848a803e17742667060b05e26bc8228a17bace0da52b1cb4edbb6655bacab034d87859b92a52c4de6cbcd5a37ac855aa63c0eb0a101b35b84b99998d9180e9c8b7b7bbbb38345d24cb30546031c86ff446fbc5229718af26d4223920aa17dcc428ec9ced7ace7f26cee590ccb1c881750bc3d2c6a7e5c6e79edb63eee1f3af75d46a8516cdd3841d6cedfb74f3c8836fee0b67950bb418825192971f84d1edfd66e5f9dff0ec45f1b8172d66e3c8888f108414d849799d005d51c8e1bca3a4de2899edaefffcefcdb213f1131fc8b3ad17b028e05e7a71707dd9b381b73fe8897b2e92f2bc86d59947c7f17080c8b5309412959038d0c85339ba4d5cd431d6b46e83e19ea0c12f067bb30c8634c8bb499fdfc594bb71d264c29cdc3cda506cd96dfcec2c392f2c8606493b3f25c8c0fbbd795b2e195d5f7abad5615a25db55f22444572dea7bcefc7d3b12b979c8c12aa430d59b73d33a4017d226a14f0aced16f76239ecfbd1630ddc5442391c8c923b2e2617ec21737d4ba174d89f1dea72f0c3c5db9c3e74674e3cdd68f1cc9221dc94f6033b1e891f1f276546ccbefce8e19a7c28b0d471098de57abf536c92c03aece835fa49d9a9c7b05061fe22a824f1f2545bb8310fb484c0d6af24dc944d19d9fc362b353465c9e7601a9b60b116c15251c8d27cf1ecdb05e19b333c9459f3eeb8ffacb91a7c10259c3c08d2c58f1f39ee49a526b0fa1f5f83298fac9493f037eca34f7bb01df5d34affbc710879f074b82ad46aafd2276ab49281dc9514ce94f9404a2c0ed0e9250a0bb0ef7afa328e7fb93f0e86d9fcf7c3970bcc959cb7563a8823f2ddae2fc7ffeccc9c646edbdc0d93d4471f7b84a6b19669fc9a2fac23a3a7f4b9071eea9b389e9a63389fa9f8f35c6460bfb70754010fff8c9ae616d860280c899a7409544018cb26da450d812e50c8f94f3ff4a8b15eba2c9af096a5b49597cd4b2ec089daa629158248d6eb0b485473e8e82b2c94c4903c9af4f33659690cd46bbd4e39b86b7d6762b0fa8e30702c0f02e722fdc3e9f2cc9b4df813130527a8d138d08cab5b01d86671adf81d49137a484f9c8b2d3fbe0c9d7471845415f6cee91c2ad3c444fa9820580eb842b31a23ae27d661b7fbf10ca01aa25e19ccb425d67eb22602e45c97fa271a792b21de7aad7e02d43b7ced6ca16da399afaff0b367120eb843c52865f89c10a82594262d6f1ebc45322b942ca2d2b471be351d7028f4acd32b2d9d97e736e6de0aa312b7566c127734f647fca4ef0746b90bdab395e7bac1cadfd73782a58e0ae0a8a97df62b67382a2e9b7ca51dd681a1df7503ff4d24cb7b1b079a738fadf26893efbda49aca6422b8361ca7771cb8fef8c5c851616ca4e5d3b4c3f7313426973edd81583f2f3ef28dc80ca7a48fabb4f88b13faa15d1dbb7ac821747d8dba0d499d13e5aff93099c7eeaca7f83c4e3fd79d2672dd2e98c477976bb6debff22e59447422669be37117111caa599b676329ccb5a87f9c07d4b5f02b309de6ab8d1e649996c30943917c252cab17e6fa9e3153200933f5390a956143dabadf7a8085acce60b07c1df7391f1cac64c4d0e6bfeb73b50c9684a4b7b922be266890630d67cb023bd9b38953a6bcacfa26566cbed483e04f15cad7090ac5629ecc9249d127c78de3c5319bc16bccadfe9c5fd20f90cf2dfaa4747df3068f889c164e272e98e84850a6ca7106adfcae37321a590ce7ee9f842cd144f6cda3b690303ef4b653fa83e5650ae6241aacae57f79eda22bdad54c2f53a9d58c028b242ef6626eeb65148d1fcd9e42aa15caee827812d94dbb9667f2e0fe46d168e457f58fdb7e645cd331c961d90a05a7caf4547040e6c2c7980e76447a7cb63345369245f0b8096af69d5cc450b9b628cb0367df18da43fc8e3fe00723ccd3242febf104aa540787a4abe8417de5fb5ccb134455da16b95e98b18a8e5ce6a2db6defc51824ffb7496fa22ae1babe5600cb21eb5b85209aff23e0d9de87b42a1aab6d68f8bfa570bb833614af6f021603cb322699f45c2bdcfec800503c49594d2011a676af9e220ff3a109b8aaaa8f58cb38cd64883923d75acbd19d6fcff3080a54a423ff8c74ff8bc63972643737becb3ab2bfd8232194bab51c5d36ee9086a349b43033fb97c7d1d1b58e86215259cb3d7ed78a750c28ee2ca3b70dba44b9ed6a54e6cefb4f13ae8b0c957e22d94ccb42557818a3d8c46c725877b663aceb013c9dc07a210a9262ef4ff0a6081db9cb70c1bf4c331d3570445e38c14458898cda237107d6bbeaabde27f96683ead9cb7307cefb2e88a184fc8733c501376e93b5bef065c6ed675d7b4ea06a98e848cb7ff1e32e4e21a2ad713f4da386cb2ac65dd9e12d90a32079332c345039c695cb8a932528bdbdbab3d47cd307e29ba9b59cdadd767100bde57dc9eaed5c6c6ecba0398f91d5fd488a189cc7b180556890b84c674ec47b043157289677a30adbcbb662fbd2cc6107c2d5749b2bf3a166a7026c6df2113af3e41cd9dff39db287cbba43a1fbc18416fc5cd53d957670b0ac4fc357f3a0298715eb5beed0a14d86cbc5cde732eade539819ad01e90108dd537b197a62bd191efe2d1918efcda8a4cbd3345d3fa55e446b3d339a21a95a3d09a91cffd06bc4f142c2a7b4abc3e9cdcbd52a0250b2a279582625be3056f5fa0cc9dafe12a29d3e00d9561bfb0b4b4ecbf4224b5001b4b84b852f2ba1dd1b88ab5224f966dff6210feb9d813e9fc937cbf44d69e913d8ec5f8222aa34868add0903bbbb0c5a67c8fe03ae8a83d12261cbf47868227f91828c92271d4df7691ef835e1354c88ded2c6d92983eaac5c65cbfb8c56411ecee59aca19e1feed3705949dc4f8a972640bc5c66dcac4b66265cc05fa54bc11a9bbd3132c038cf7ee97574d7a0528b2bec73dc78c1109df3c1ecc35089de52f9f2350850f4ea067d77a1ab426b014058ca6c678bd8aad3f3439cc3c63270f89633a790f1d34ce4f196738c4b246e847000ad614a31c5a377cf6cc4171fa2b534f0dce7acc7e28c766c659b2eae061cfceb9fda30f793d410da1cc609c955dc6a28d2056c75da684d7292396fb07c21664d94f8c588131b6a472cc65150654386b932cc10b18170397599ee0c1685cc090ba63b515fa594eb59bcc695437760131a7587e4aa2a9a313b4e983f5f7a813ea3d5f5b69840d694ae9cc71accd6f32e603d28b658c7da4b1d958746f7c8d7a4a8148e39fdeb09ee63ecc869046c3b1c3058423160d6234c138ee1ce64c95499fdbb507a93fe132997dcc8ea031870f429be81753def8ee6260131b3b00263a5475f025b0665eda8135cc933e2d50632f7391720774e6a729acd0784b3ef26c240c2ca51ab1b4f81c9fcc9ad7e751d500120375fb344a3437b2c13aff2252172c36b4b5ce005c04bc96cca88674039eab855827d74adcb381da6169f30c15f86dbce93e234d8865d6c8ccb5f2b6200ea3b189dd2acc6f32d264bb91be2a5f369c1da4f8630a7a70ccf8ccb8e49d00e807a6175314458b36a78970d3fafe97e64f783412600621e0cdf2ccd171c04adeb1b3af652058edbeac7b7e126ba4bf0061d69239a2ef187041b6ccd998fdbea7c78d2b0ed4e682d42b924ef0deed549c1d6252dfd205f573e3ecccdb26bf619ed1264af95fccdaca07224f8a5461ce0ab99ead53f1ddc801f82eccddc6131e37c49dae58feeab902e8606a0aa517661df6ca7d8244e5134572bdccf146a0fefda44aef3fbe0143c1f68d16cb0b4ed0a2b472c937ded465a74190ccf4566ba507c2835d3bfb1b59d01613bf45e499a1126d3610255c823364659ccd0aac758a384bb038425408d7492906969bdb570b27f796c0848eb37caa1c3dcd1dab5d6d38c58994ad6e2d60a6751996268a74caeedf9ca2e21f89c353e175cd1e129dbc6a32806b70e657ec0c1936978f057f177b30400a2d93a4a5b57439cd24b72dcf05567254c2735918dda5ac172f07f7d8e588680f29f0a360f436b9cd330ae700664206796a90ad5a6984db0ab0469fd8ba8fd8de00d62007c2b523cd37d8660f84a29cead4f86843170e615422d1915e3e328496b45e7e22b98c2dcd49102d01112e97a7bc0d925104312a1361e4161cf70901442e8e8536ac8eddcd4f47d40a1d137081cc516ac1d7059138f42e717d5004e6d29da9cb4a3a6851cd797981665c75f1a6e18d3a14f4d136366b3cbf5256383a78eaca14cbc891c5cd887b672d18bf5a7db38ffc5e303a917ea6c91e2bc3123e89785b1490a8c750cda89ceb9738e051f2ccef5ce4f9d0664d01ad9d4ad6fd92f501febea6919da1cdc34aaa38be9a479a96229ce78d838e4e2f36e5ca6a96295256f139a6a720cbcdca1b794ff3f1527682db6e58c433a70e6625307938787baf4e6f1dd93a4b06cdd1b097a5792bee21b7319ab18cee4586e6e5c380ed27bcbfce55a804a1ca8fcde0de20254978bc9ebd8460bff9bbb292d14c62f0c99adc5b5f4925ae7fa8accde41bd7c7866d5f897c534cac0195bc81a0689f61d112270a11b9d00928d31acdf522665fc5695cb59b83c2473d58b631b1e5bc2135bb34c256d0103f67f7d0ce21d9a9f6219d1e5f2382fb7ffc2a0cc7159301b3dae70cb642093aa5fd925fce24d4ccbbb07bcf9be0caee89405d98d38ec1539fc64300d4e033e90578978cce47b2f7585dd7b86a25a2ab3d0b2512fbef3cdb49d180e76856387157a30b8bce531d019ca7d8e81a4ebddf7c1420228868656b953e74be3353ff906d2a33aace5ef165ae397c2355eaab36554fb51fb512bcf10ffe5462bee0ec6fa1a57e15ce73c52fdce2f18b2e79b14e2b34025b781d56bc9835b72b449422a09e477b5cce752d9054c6a90bba06c5d85c905817db69b7858805fdc17bde2021073729f7ce7b64a33253d8f5a1aca5b8677a66c49e0cf3044d4afa19b14b4b593108e3a2ce875e7f0ac4629782713c766078b6e4a34ba4a3c15a97578ecf3eb04777d6d5ce8e8d02c675e6dc4cd225e700fd89ec93fb83c1cacdefb108cf4d1730fb4018ce95bf054ed03af939c9ff52af1f7db335555c9ffb5f83855e7f730ac87cfacece97a1f9298c6e53265b7b542e80b73659e3ee692a15af48af0cf3f3b3e7595fcea8059a34fb02974fbfa66f8484acb7615204cbafa7ab5e90074e726b2f35e2cead774a1f2ed6b9a187d28872efb216fae17ed1f313773d349f6ad8ccc8d390ceae4f9c864f19aeec79839dc27f234da8ab50ec75e6621b54322e74dd89d9b0ceaedeb846af1a67a85402a0b091cbef05e469c8058630629df277f469f1b814cedab79d7b85bc9ebdc2d630451eff15d6ce9606d7b840f3ac4b78cfe9208d3acedf07494c99c7ed05199f00c69a9b1b9f7c8443fe96d409264d36e922453b11cefa1407e2b2159e69ab60a86e37cc28fc127de5ac08fa39822f1bf82354983fcf03440550bf5860fe64a1d382aef3e37cdad19b3ac292440c9833e3431ec553cf076f836fddd3de1fe06b036ab45c3091bcdd5b2da66438af041890c13b1a33cf206489f360f2af9e2b1b349a591cea3b591e0caec68f5a8d5a74f5f0237d11cf438c6b6c5393b474c355612236f46b484485a2a2558ab7784b55b63e359bc5cf4acaa7eab72d8e904c8745bb127b025f4583b9f100a709faa9521e42a57deacf4ec51973ae45900243038b25cece27f5db93df9f5266a53f920d888fc4cdc0cf55b86e6588d0f99322179f348888d8000e43702fe035e9fbcc1efd167f7cf9cf5840e3baaafffb6770fc2ea78d1b05b6130ac0355fe35571daa0733f4b338ccf5ef16bc7a721f000debc07064ccddebd0d019162958fd5a3e71202ddad2c16cf6bca7315b812a468aabb2d8132bdb3fd376099cc6841edbac20e9938a525b1cf6c99020175dd9a1eb7e0c53e05ca2db43a84895b42c7937c2aef4396c7a340cf8738d91b3721d2da22a0280ce552cf8b8296320d1a61ad44448c137b856fe0cf8c9e3d5f7db32b7ef219e6bde8c0ce2808c89e65a4ec817672435b6de24b1ccfb9f2250ee899ac5907757b5d0e2ef18feef8d8d7928164a21d2e98d04086b7cfcfb89bf624fdb8e261ce19078e3551bfb9c3d663b80c9be389566a76856064cfe8c81c901f8cf76d6d8459b302d7c0512c7cbc063ab44b92ca92ba25a5444cd023cafc62e514b4585762ba060c70fa3fb2cdff0aa95111b80e4078cb4863ebd0280b16ef10588b2ed9477ff9aac7b55e4bf5a1fa2c3807b2aea8fad9623270d02a1c58c84f4cebde61132fa3f6d5e88f10f67bd8926199b7776e0a9797794cd049e0460fb3de297c23a2b5f303709ab1538a9352834e625417ff977f690773d06dacf354b6c34a7b2941ef6fcec80b906ece3b0b0e8c39b525b8fc6e5b3adad06df68bb5fa74d8fbd6c96f67e6387f37dd50c776c95a3acd4546a1bcfac24dd0732c96b6bee6c1ec36e415c74c622192051847334a765e354bca6047131243d08ec84ccd585dbd276baad241fb6d945d8db7be9b1e084a37e7bd4d149442a9d094876c570c68913c53a73de5aa5cf9223001a080694399444dd2de711aaf17d099a09242f6fd7a1ae31c956b201d56dc18daf277a81b6eafe1f39d6c290decd09c54b190d181461143296b7c9ac657b38d6a83c14ec6c9a95a5da00c2f657bd0b215655ebdb2b74b8d0d9f73a03b0e5305f66589442be35663bef22c2fd44ed0be1c06913bec639d00d78435732b9c7b837591a53794fab75e939d07ec148ad0e594dfad6b461415830212352d6ecd21ed0e7817607f4f6bb48c730be38c1ed0ee753d4a2498a075099ab038e2f6d44002e55a7860def7819923de298e2b97d0ee997018ad6fe1508acba4049d687ae5c2c759f7915b7c60fde03b5db7a2d5d0f2ff8a62a560261268b232c8c22956a54b467dd588ea6da03f2a66fbe690add0f740e6250c5487c4b7ec7836d2928d4fa3d384bf399dc48492fca0392e7a38d0fab9e18bc158cb963c52b26811ca23494ae782e12a2054e471aab200743ca4d102629f434b1637116ab9429c59ed430802c46e91c2bbc9ccb92942231b29f6d10a40cb7de36ea6c70346afc9ce3edb6b37582aa2fa7665d37b0e7d620591a1d11744eebeaa5af0da0d5fa72e3ee2517dd6b28ce4161ea5ca7c8eddb8684f6ad11edfdbd349a8c6f18d15075030ceb9146f2dc2f8af84186ac20215c5f2431cd12dfba6d1e6570707b9d5424275b484daee9e73d9bf0923678dff32ad26ba2ad13ccdd49e8cb031c9fa56e23d0ca6af0ef41528848ca6b4735388fa6c02892ed142e52b75805ceddba7e315832d3bed2d52381d6bf070068ea73443f70e3911d152574acca1661c2b56f7bf550ecde46dfad2396a8cd44ff8a74486aa1fd4edd17a71e894b789b41f039e028387f299671f830dd392158f644be4f9f43a1044d1acde07bc2e12e141a818bc8ec35184b81725383b2bc35b7da9109c32004f8ad1c2c10a0e71626db07e092bbead17e99ec26ab944c9c5a7a4c9bdb2d535b668d1cbab061a78140324d277427c39e257a938a2a367046ba338590f6c6afc6f99d20a60ca0d2425eb654716051ab03885096362c204b9236b20bf7568285ce546d2206426b40b0012579c9bd9f3e62654766ae6bc2aebca7a84cbe5865825c8e3d223836a18d4c6f3570b37e4ee22d765ca4bb443f3c164739218320e52892759d22eb71ec4918f331ecdfe458cde39443ede099b9d2ea8dd0132982c9f07211bd240257dbf31697db82eb96bd69b9005fc6be1086770dd9162109bc412793990d259cc538d821b1bdefd5b9c77006d3048dd2bc2c7d90d718b8e28cf32f73dc2d25df88a24c9867083fdcee34c6447df6132be78b1dc7e0865ec0b5f5ad610e7d26108183593a79aabd7ecd00faaf8dab92de1a57b90f8e998558e04b4566448d272b016cf01568e94282da15789df2351eea88af93f6047f77547707e6e9d2dd293446a016b93c2ff8068878281a2f0bc8829856678b3771cffeacbea4c51bbd2939673618c22c46f3fe186fbfed0a9a3aef8bb988a63390443a710871285f6d2a782d83120382ce3a95ea513328aea9a79d615074998d5045b7505288117a1d2c351a8a0932daf791b6a990cd624696591d959697b70070fd8f812b9925c97d2c538cff6e6daaa0cc6662ee72446bcf54c3677669e6a5cbd6918d34106786bd2d173b774fc847ea4dbd5fed46ea708c2a25efd32aae0b999a06614b7c45629d2e0ca8d2a5e441b2e6fc2e1e41752ed7c44e3394fb295345b9e4a83bfb2c1b0d30922ad3cebf2cac69db6871c118b8a32bb11ee2c2aa535b5f770da47a1da1ed33be21706f98b7732815e93eda5f066ebdb049feb0735b9b840d5a7cd33823dd345a13f82873aedc37a4dec248ad6ee71b765c6ad62806132b34521740364acd35e1ce7d76a6a17eb2912529f4278ba424c87a12086180c3d49d23545d6391dd3676a22586bc0821191158cbb9210b073e9c50ede0926e55119e9013d491f8ad36af24587184ece378e050a3b52f9ae7d6c0bb8fe7066569662896db4bc0889d36dc2ff68ee635cb54ab8c3d7f67e399148ed4abfa6245ba8abc0785bccd69dd37ec86d2f7f0ee6edfbc8b68d94fc3edfc5a9542e29962c6cb63b3bac1e6f5bd386dc1708cb89448c679a750e0ac40ce259322ee50e8743307fc38e4d1bde28d38b3b7364824fb8f42668da6743163096bbb6877521ce5b038d052bd4000ffdd39e2ad8b3caea6a458a57a73be9ded9e43e243af3bfcc883464c151052b614ad3a82bb1030e607173957b39bfac844f46929cb00c78a5764e6d738219f17bead3aec1c2be8a26babcc16a00d07618ab53a0b7e281c0fafb90ccec147c2ee56bd3b7c486937be7babf6dc32d612e0b4796e4a2c74231abff6e1797b7c9d73a73d3b883d8133997411621f0e0d63dc60fc091d7ba851461ea09f281e44cca503ad3cdd49cb4edf7e9ccb63a77796a9c3dbaa1fcd295add6c4ab3678f6bdbc79ced3f753cc02c5029e9c795b1439c8f8171ee5a06c3ae85a3dd6170ecd0ee6f31bd4123f56a4ba0bc73254253cce8bccaad2c2d1acbd1d4ab1dac092d962912b95d42f3f42cbd53c5ccf7c38e857290017c66a7cb7b20516b62809cb79bc7a03f2d436a795331633577106b627a7d50378ac3060a143e6f50241f05727ae3edda9d441cc192482ac739486f90338bfb7f4e80c2a77fa2c0c11bbb6fb1ff95e0e34d44b82f1e1952277aa2d0043d2ff985621f4fd8e2933c605a78d55d5a779e252d45141e67c73daf9f4a5ba619dce33a26a716403508998f74f64acaa527d7bc8d49c497c790f270edbdafff1052076e464f1f4a7c58c0c23decfae067499e805d4a1822a4962575d335585fd4c93fc01d60e5d1454e82994141921ee45c04171d4a5e5ae82b34513a18c4f31f8223aa90e39b9a128f15451b2e6228a4d34251fd4a6302ddf2fa85c6b85fdfff857cec9256f96f7de8f1e2745298ac3c744d7ccd4c1e9f42672924fd066415bc8b234aac98fdd9071557d52e022afb5b3e6c147d4c784c6f8e94cb60567072ba10076ce51f204a71d763108b09311521932dfa1d4cf2fc694d97e97cf9e2dbc5cd820aa1a1ffbad40473ee2d8de75e81cf47989d4ee77708e2151e61befccf7c7b3c7f17ffa403b652406c1822503adcadfa92ed4eecb6178b3f26e60f9a566e3773fd51b36797d3e0cd2dc6d0a4dd7e696c852d50dd0cba2ca08de1aa2d54e9174efba419c4698410dcc7cd6173fa4d3d3fcabd516349241a2264528368ded7e8d65e27c7648b8cb046cab3bee0be4aee052add51a56cbf2791faf186660997f5491de1cb001d1c398601087f1a19acd73065bd51d7c9c43cec80f49fb086dc579753e6a84a98a8099c722a665fb1e5b38250ed51e1a0dfac81316dbcee4cba4820d4e7ddf5297d46de3441c3cd56be59efc19d531a88f0a93f91725be44cd7b52d3a2009b4d8f2b1fdace32d4d3a21380cce6d53b0edf0db44dca044086c96aa5f99863a3332eb75214c3321e1ca09f91022dd5424818c5f829eb2fb9201c6e303bd95bc714a2609d3310de0ef60800260556d54f655a7d7bae8bc72037a0744252230dbfb80a3066935f60dbbd7ff0cec001d55cc9080af07f7d28936ec8619f1bafee77d743f0398b2d41969a4951458444d55eb3596c32ffa8d94a6acb66012233b9977a57a3013059aeef507be70b947bd579840206547a778316796a13866d0b80d4cbac8027e4efa866f1e4da9a4715d57ffcc492f5d703474e1edb327f92f52a18ed9c526d5711467e846d4b24518ad58e31f8e718a8cf6d2e4a4d5c6bd80e0b5615be3f31205b60753e00212cbbb9d595bff0acca3ead021d6f1bfc2afdaee5202c5f774599a099138e5d49605b33d596e972c20daca7470fff56704747a214d7dd8a5833eddff88f809bc0d80b3bd59cf8ba19e33549cb868316cff033d5a74b036e4c6d5c55ee6bda4ad8b56c4cd5a687609841bb5e7bb7d3e342bbff62830d4ec60f1c1ca68b808f861adfc9c5d5c6a44ac4be2a2a587c69bba0cf63792d877f75361670e8c0432de6242a0abcd5d3388d9359645e865e9e75a559e7712c631d248dbd3a2428a759d67ab82f67d5e54aac3e23f30af12237a8f1ef1360298a77bfde078f0531aa302ec15e528fd5f77f6215c7e286f610b1eab49a66ddd58e1dc852530d80f10847f134e5e787d61b28afb921fa4f582a8ce408f6f98afda40fd2379241a9f26cb1228b08c9c7d61b6e67a1a06ee3bd7b5260fef98618f6a3ba5bc9efb5ff99a34cc6a56fdf8fd6268ec01261703666b14b29b95e6fa9e781901b4f7391023cab97c8ea4136c2d633e6410cdfaf86251d775ace352d44dcdabc0108e9eee90240dec0c297b0d7d64a8919539b5c3c9143de8fd03d7327570f49261a8b1828fed0f07661546f0fd64fe12c0d790c22b6c6ba486febf553ad76ea5009be8d534b18cc778b6370add655f42528dc6ce166557d07e2ade6e714f1b868f97032d9ff2b6e44cbcaad03d67eb0999be2f763af79688d47b34b9bae537f9fee687550a5a6a5faca6da228d685d135385613a602e98a49d13092f4fd3d0e7fd416fe59aa08fafd9704ff9bd686e3760842c791641d58200fb1e73166ad76481eac0e8ecd79ce29f1ab6cc9d69a89d9c48333cd92800dce9dc4b9841ba9f0eee80792544ef433c05f2a982ed69c5fe25b3228792b397d51aa49ef952a0041baa11ae0bbca816667c63ef714d69e1712eaa326fa75d7729eccf6817cf4d1d669062b510bad60c5b84d31af55d6a02996f8a9ed9638d6f418176cb0f7182f5ae0a452f63db25970850bab19fdd6cffa2ab11f09fd5a5c21056cfe31d28df45cedea075d0e34152737dc3cdc18d6dd4f96af3249fbd1753e26cbb7c0a07f99e875f25511b5cec49683abea197bd6e6b07860cb20267b033bab07d975ced5a2b52ec0e7f7a28d58f9a876dc618bd7041d416227a44c100b063f0651b0934c7274d922bdbbb8ed923294ceabfacbd71dae91a76b646f17105c95a4e6c9ed6fe8a9f97e2879d8266ad7cdc2467fa6d71e83d225ac40a449a1b58c28aa2e23969335555bd68b444240f685697e3194d7248a46216c260fc52a38ae2357b8be4272e343fb249db844604b0d1f867b06d72737c3968ff08e000ff15794c0c6326a97f1ccffca99faea84d4d17b6080fcd730315d21d6a50ad2630b8d332acfd3f36156d6860865b6c697d3c808d49fd5d73952edec4f16740dce435fded7f9a7dc346301d81e7affa85386dee273d354d7410f718663dab7bfc2923539ab61fd4ff60e14f9ebd284ea3fa77415821cfcd74ae432f9323c638cde0838657a644ba7db5ec4917219e83c547b15f423ca77d74d298650ad489fd9b9c51b9c6bcf8e25083766882bc824da2ebada7ed39bdbd74d786b76840d6ed9739f199e5d25ae1c1794b3b0cc81ffa154acc489d2a9aad75ec57bf0c68edd7511eed7f1edd0ff92ba93ce6a2d037b56a13d4fcd5c9deed76454355e132b97f4df7f82602ca615c23cdceb5714d8884e8f6c9b53dd13cdd76ab19dd207d53f8d3f661f151b263aa673eb5b23b5520f4473b3a53bca8569d76c6258871292192ed32dac742fabba79a09bd36b4fd587c77c7b57398dbf15d76d644a4e52e96a9ced383f7c9bc448218973d19269127b4f5436f2a8d0ebb5d77b7a193498388830f8106f67339c78d7e046b18752f2fd08c72e83e83a2b80d7b0c91ba71c26e484871507fb9032ebc7d0430e0f2e8c61ba89654530e72c39d7d4275a5335809b87ef3488a19d475babbb5c65bf807d2a3c16ea7c4c3bf77ad7da1778d5d6787f3f26dbf857468fe866ad3de8e31c78e93bd2b8992e754c1dd7f49ab7291dd49c329ffb64c7cf4c7bf980e51f300b80ce33ca35bebd599221d81f550a68715cafae4402de47db684284902cda3b6226b4dc3c8fe9430319add824ec480a3e1e049a8bbb8954aca012f745f547e24e99d060f6e22df0de2acdd828ba718dba16080fa2962306d49c82bc44935d4be683e3d07f58a0c21ed003d84aea95166ebffab770697fceae6fc0a728cbde46208285b0e3fd72725e24eed84fce35b5f6fc4ddd26f54afa9007f9fc44cf4bf0821c1430a346e34e77305cd850dd12bb8d732d22bb649b2cbde4b896e3846ec7377a3a806ed5c9534b6e89d8530b9d5476e075c8e921406276b101374e67ebfb56439c11858a25ca7bf888d87e349e75d5cecbf7096b409f35923dcb28a4e67b2201b2589d1cd83c8dfac5d88e5c58fce229ecd0a8c2ae34c1cab86357c3be23450b35dbf6d382c96525e7d8c3e22f9adee70719685da093c5cddeb20fbb23d1883993b28fef6076dac9c1d8dfe0f062c639f34e2f91de6c52fd61674cfb06a1ea77d4bae18f51a68c2718d8ea62d92863c72f9befb2c63a0fbb1cb2f4f82bf588dfc2ee847ed8e3e45a0bd8f0eefcb581b5b2f6f17c00758cdc257276428154912069e6188bb7f093f317d8f4de824edcc9abab07d4fde110bfe02fa1863df5963186dc49b6d3ff06f019d90c446a305c6c1b9bd24db43531285215e1e63b5c67d58c1665f8d59efe24e7d9145f2caf6a0b85fee896b618c3fb7411a2430540f707bccf8ab6fc801089b6d91b12263848188d03d71b836110715fa42ff1c0fda095b386994275125a0ff4d926893fb479d8caed3d02d3a1a6c34336111599046436f26dc75cb45d766179d93fffc41cce942d5b8c393122234794fa7c68911702e41efd48f65a4b1a3e42d9542aab66915a2fe43886dfacc0909c552857f2d6edf655f2ef977be72d96bad956cd97019cd9382434a76c5cfdd44c3479af130df16f74ab6614603886d45ed960a4a7983dac1340fb6ca4547ac59c38d62901087d947e96487db18203711fd997ffde4e94a59a6169cbfd15db39551c1e0c89b319a2e1a4bb13d11a7bfbf6d9980f89f922d5f1fe5b81d12cd954fd238a48d5ce3500f946090dd5529a6f73d999dffd24bcd1b084b9d552a8659d6a605e028405aa37cce8919f25e3e0ac79d99c9b06b3a6ff4de8f3be14011302391ad62fb7b4d6ca2710edabf41ed6f520d99e983462568f74ee83fbead5e7746b8bc085457025f17e446025c400913b05d9b4ce204d0a8eb6bf57580a8ee8baa8d27ccd7c33df9cd4fe2bf82bb8340b2cd9b7aa17e7b4b1139813317f5df9d6b26c7a8ebc629e5650eab978ebcc9cac3dd9c5adcd3fc62f9192bfc48c29e52d12274cd4972078e51c21f4a255770806b2d9d85f6e4661f58ed93e6533bc9f3b767a9adf1fe374dce51dd5509d6928fc64d9d8ce7c1a56773742417ad2e17a064d6b2bc09ab8f84f9a35ee06adc6cd40c4d9dd267d882c707f1979c60c462825b24c64ef90f60d2a6e151f3d594e748101d9efaa2c1d6b9a4c14ae0c5d2a9613ba5d3e4e356309596e90f4b1f16c292286d9f0ef719a7170107598aa751b8a893446c280e6c7d6dd861724cdd39514ef9eda035fd9131f707ecc2accdf3630a423a43f4254e850847cbdc2ff3afb0858b4da0e6bc7f43ecef160cb0257df4fdc40b921d9be129406707daedf5f0c305bb4da121a40d67f64ad0a1d662142ef088ccf3e6aa7d75c12525e33d2e2b918f3aada1b8e5699d0635abcce3d2e000585fdb8a6dc88dcf55c90ba2788c62cff9928da2680cfe4f9104d315e1074262a7f2f043a3760500ab88053213a12fa623da1da28e0dd026d796256f56149c56a5770998c1baf282141e9f0eb1fde3c28b158da2e23cb525b24563ca2e55a3e662ba0ffb6046dd5bd52685f693b31b2d67a6dda3640a3cc64f717100333d7352895475c91dca7446f9d6909508e70122a7677da3bc7e89d02e4e4583f3de6737c56a746981bfdc6a24964b39a453c38b5d96dda4a2e954505776af4d4f69dded2235f1adc9e6615ae6e4e8081fe379289b79dda552fa493e82f67ff23aacd4a4bb2d392c55de5a0b987fcc0b2c8fd7cac4d99da6ed059824d0aaa8c7d32206092db51e6f3df167602c7f15fed0d7a429e5e3dda85b6633aedc6dcbe7c40b8b06cf527c607d265b1a997dfb20793a07ec311dada864c2d75355a6b778b3d30334fb88d058c2a16203b584a908e1ea2b2277a30da8dd1d9bfca73502100e256ab03e674ad62ba4d5d5e85275a81a6746fda5ecfdaabc5b20bb6fff65422cfdb5c538b40a584dea5962b3079727839f44d2c829bdaae28870e22a1593c250fb049201330632b09b6b10b8301c4f04dc4ec117631daba51fea947e4839e75c64769d4afd26797afcc11e723644e14f5a02c818897dac3f2d6a2e203fc92bcefb6e8035f83088df69a350f06865e57e77ba34b0362dacb46d0795058c8c470069f5e4dbac6b4733eea1a82481bc72e0db61ec10cd0dad0fddf8f5aa35c0c5544d1e0fe174fdc74f3de94b326c5944c5a4f901aa334dadf766455d3d2f21d1ce93d89c304853d63785c05f714b5e9ad9e3527d2b514db031264d5bb60b99b6bbdc25f7f165b614a7ba1d6701a9c453d8428588292f3db1b3f6c3b8c985dd6cb294f3d6294b99516118af1d7d6b910920a8f9990bb90db5c73097fc370a44a078c54587e86d75ce973b141156bd71a2d3d7f907d4606db6296e19cbeef5445771f21a7867d9e617d2e9b2620632d42c827a1536a073fdb70e587802c8d589ea8c319eaa970f6e3fa2182113af4b1cc45bbc0ce0773e5db748f3696f7f5537aecc3a5bff9101bab1c5aa5e30587e6fdebd1fa2c8f6ad5db827707545ce28520ac8f2bda3dc5d101e19eb6f28562275ef778d84bc32ed0db9117fe261ae98cb70bdfdb9037eab07ee8bff8c4181cb186e07262e1a9ff02dba3eb82d4b03c80ff13d09a197e5fe96d3f23b1860bbca9ed239d4209ee28d2dba57e8f62250b85770020987ab11516398a107773d3d4066ef9d93e44791b31dba7969513f886e82329225508f5adced4fd47a412febab4dbdc91e95df51eaddbad814d143a459cde5adb3c762840115e95959df28d0f0465f5ed9d4be38f00dbb37d730f59446b8f369b13d0eb89f1cd4db5c3286b03474e87d8a95c42ce87dbbbf86f5863cde2ce0a1b916a4a1de6be239b9f408152a030b60c8112f36017dbc1548dd5056af1a435e01c449efdad2d38468edad6510d131f25d12edd6d0edbc4358152c2e396a90d3bf667506b6c84723ce2e843448ae23018062a0af629dbd1c5c26d18d6d3783ab02ec06f9ede1877fd1070d4b4366240e2570882466bdbd32db9ebd6db03cfecef02dcd131e9e471825b90a2349a321a40d172bb3a20dbd3aa4e8bf76c54ad449385db2c271c1d9b3b1dce3dabb88625c87ee6094860dc014d3ffd7e22c8cd7525c55bfe2c906ca48b1d89fa2b3f462d7db14d16298cdc0483ddcc6010407d36e7b0d0ef5b643d775c98c62b79e5cd2565912db45ff6dc0e2b88b05e8f95c34a1c36c2ca5e4e6968c8f58f4f4a6b6611f66942aacee1dc0ea5449ccc89497ed105fcf1a7c5fa2e6c9ce2b276ab5067bbe19a7708760ddc22614d49f8c7f15cdd50ac3b62f3d51f3eeaa792353e37447562ab6c67a0dedc3d7a5eab7a180b297487f50e973fc5aaefe9b38a3c01082996932b8124e13edc420e8046560b02ad640bbc30a5d533d3e08af8ac6de652ee3274a6dd2f1876dc532034cd68ac229568414427b6277cebba1d365b6b463dd70a077969c5f5abdc66f3046d08bbb3b1890252feb285d407cc97115592698dd89ccfe7d62159b9dc68874ceae761bffee997a862f8cb197c0d2c3701400c5c273ed5f5ba9930d8dc6e832b53fbfa4b87cb02ce260b028073af84f1d189b75c3b59b771bb399a91dc77a56d339f74ef099bc7d0ab0851769a23600f692d1331d99ee455fa6814cadc9119f18b05039184c7a367fed6da0adcdcf734205db444f82483aff157a2b9dc97109545b9568108bc38d68b693b90b166c065e47f7cadcce2a20ecba486cbdc9d2e72a1b5b2ca594d444d4bc8718df6c4b97aeb5aef70e7effddedf06d510dca378b3c54c23cb21ddee45b17e70238277bc88f670fd315ba9304cb40bf60adcb166b29c9e581ca4c549f16026959baf3a953d5e818f62e74b47c1002ed4ccdcb401268a23bcd46b708b6560a3f2b7aab1a06899669dcf73499e101d584e6bdcc79721ba1ee04a4210280117414c852e562338f6640807655c8a86425f9526dcc93af8b54b1818b3babf3a90f522c287245fe5c702a5fd1a98868f67a0b985dcd0709053491d9404e7db041d0e187bc7ab326a50b1b566e547692b5948f14bdcd780a4e185eec3de26a6a902f4663895a7d6178a841ff3ae486b5b25f3b6b8dce36d08d672c28a0bdd732b6eb230d94f66fc9edfecd6a0ae8c37c0ed177980dceec64f0a5170fff4a0d835ec41967ef384b6d9f99eab0390ad6a91e67874c9dcf6d7e312eff9e7a8b6feb6e9810a06a36f4e7b6d6e502cd968a82b705d6834dd05c5eea7670078e22d9395aca838a37f93c0f8dffa45e86d628ddf450d4805dd095abab66dbc018e8bdd22ae36878aa5144e60ef2120422777430f95cbae94dd2eb0307b277e4b072e73199d0b4a9bb7b549125017daabba266e528709b032dd4ab6f9af587d9afa1b6b8e3b0affe4f6c1e935f1050c0ebf5618b4729efb34dd8a77b53fc29c4c29a3e4ad4bb8ffe5866634d9ba0d617ef78174116e54ccfcdda97a124b9bb17591c359e1e01d012ec3c36dfd69c207349f92ab2aac5554e2ddb40caacff8ee2263bf594f807c44e500f8c13bed2efca896d3d1b4ba2a4e08ddb4c01c4bc2f162540bdf339579b42ad9fafad7a0b50d4616f88c98b7fd961bddbf70fc5ce42f6823155d220aeb3dcd2fca0bfe8b0fa24d5ad683b2e119d749dddc33331eb975a06eb0b14d354b682618cd62565c0f25985a24e80569f6eed6dde243b131d97e7319d95ce5361f0fce72db981911e2f48cc2fd8eb80acea3c9ddeae736747487068e7cebfcc96866a5ad531f3fee66ed5f7aa2aa8c60f47982ddf511efc8eb1d021b851b2848fa32810a1c79cf80388fe28546d170bf98e042ddf8c86bbf19c2caab2e45bba09f2279cb330ef828c99d4f36c25375d59b5a26de05ff1fceea532cae09c9d7d40870f60a6221eaf373219ccdae5d823e08f0c8de089154a178de7b7f13e6cf5c37eb80f552e1c14167a5cad2cc5b3aebd90963de0a98f34fbadb6ac70ef8d41335bb524c4389499865a6f4bae8e1bb944a6500de2e539446881f3eed2e9cabe7ddee9d1da877ef67de3a24800c1a099eb1aa56de387be4f5561ff7edfa39cb2fce6ada127a62629ededb6846f8b52b94007e9ade58db74e1f0c79eac8343bcb87b95d0e325a8a966cd2282b45a5f6d3d9e1f89de5a3e445bb97bb6a905ce2f1bb38e6d39714ed439774e7c0ade13d6a5d9c273de6a2ad0f1621d940b8c90ee0f54fff3854f3570e570b4608084291f1fc2c41bde96c770f69fc23169fdc5d09cd50cb6fb26f1d33139dea0127d443317ccb2bbde9a243eaac01ef78faa0f152af1f4c8c8d67e7761b00dd4c11cb5788c9a8184dea55cde7dfc39515ad7e80d484f1a992bc843b5330dcd877186d1fc81992ce2deb1d4db07ee0a31e7b624c4066438765e212a9833c8e7f3042312cd9c087640dec233ac26689db14e3b7982421ae0aa15e5044e1fa41b2038096afc78de6ff9ded658516c7e3f8b01183892b995b8d669e6d31cea69387ca101ab86fed54c65def15c55d3b7485951b827a500a46819b3bc247aafc925fbceb99fe07c71f3badefefaaf129d08d5f7cb4910d35f793af70fb68e932616c7ebb3fb52aa7a0e14df13b23c164f5425781a16b408e2dc826974313145b9060567dc5526bda2320edf1531b08f59490a66099ceab959e1a68ad3cf4672134cc7199915bcd8063780df17127585a195b4c8539674d6970ef9b3f570e89cc7af2455822db21c6df6a9df2089977ed0dc56b03e83a215aff29880b9e70345590d922c1d69bcd58288fedf210d84326ec444ac9bc03954e92554d696ce0d3e99829bec87c6bee215cefcdf41fd59e47b2c50007e62958a9d22dc83b09bbdee83ead717a96e0041e3b93ddf528e92983cee467bc83b78d9bedbb649c407157833a60ae97ac796db9d51cadf689db0c22d6ef126fb55b1ec655cd1586a9a60f8fc6ed98f1cad81c57cf226df6bc1069732d8f9cab0e30c53057ca7d8f449da0c85df86529dd8fd79b972ffdf76407cdf127af725cc11d3b6702cc18d81726f3b423500b1da43ae85796146df76d9564e63db8a8a69f742611895d6e1dcd3c6547fc76615198058df19f718df7c11a0b36af2aad3621bb7aa6450cf43573e621fe1e6b01c243d4fdc74c790df7f973e47386ac56ab13407879538b52d1073815aee87d48f73c59d660eaa3fdf8579f71b52eb987a12e535f1b554a71e9800cb44558de7a3a309ab77ccafd8df8c0a18fb0189fc721686837367c9b4c5da199de3355aa27dccbc1daff5e284df8cf55081cafdbddcbb861200b77b5181e7d0a923eef76d2cc1785c6061725fdf94f5cc7d3e269e4979b809708797c06279311ea9b0388b81679c4a0aa012b0df9977a4b72cd8e4ac2073c69fb66c61126c6b488aef4ae06ea0dd3f26622bcedfa08384422e7166362a035f85ed2dd7ebaaf987a6579649a3d5341c97f64b32dfa7c60529f3f6b9a573fb67f1e716af2c84f8fc4865e47c9522ff6acc8b3228dfb99056effeaa1d88d1e706fbcf4eab413db4ffb258ddc006f722ecc32e800adfc5856987321d97b37eea3cb40167bb0771d4b454cf97f6e6ee7e8225133e8bdfd48d1736196d18ffae0593965fa835d3f408b39ff8ed9be8187d14cf3b5b49dff246eaf669b1d3eae37c78ac374ea499012a54a410cfcfe05aa6b46a1e940ddff3755e6b62dab5c4d8c8022986010450009880d75b27e02ea46c3786e45e0ddff63f8a25d552fe07bfea6392c1ad49676c87ec9ff996a25152781ad0cbae95e014af52ab2d53ae085a6f188e33d2b31e43419b6abb0197af0999154d94915ee032d2c9960c3c9474667027d2dc50010336dfb1c9fa29b61b759bb440fc8ae5e04296824a709692ea2a100ad89b577f58a4267193629c942373bcb2e08bcdafe05385ff9d43ad6f86b6ad6d39accaf485345db7324965084511fc986b858471e068c2f619404e063eccde87cd98520352536f20737faa427963f321cdf56c16e083aaa2e7ea09814d4a685ef68560c50fbc37b6fd5ae03dcedae05ed4afa4afe085cfc48dbd31cd14541e6791ab18d8b110ffc044cbf17706e0680bcf6c1d0be08e15cb1fd49193cbec5f8b7886348eb0aeed0d5bf2cf090d2bb9f985be907ee09013226a975cea1be7b283685f4510cc560822b60ea7b752ad9f14d2866314e09cde7d9cd76fa969d3bf4670dc264bcd4950cabd7f0fb11f44b2e15b8992f9e0a2d4453d33694a5b61c4dd78ad286142bd7467f17f50098a894283dbfa8622e0b384bdb1c6222d1964c04a0c18a4acb094a5a9d5ab091c1755bd7b98948ef6e0cf28dc5147e83c1843b03cbc92a5f7ea461a6d5f3d017c856bc284b142c3b4e0d134a8e13e5d46b419667727e0820b8688a5a5bfe6ac9aeae3ad45766d3894e0e961f8c486eea8a5ea4a0ecaffbdb548daa20b236518a7a08152fbbe372264e0f487231721ca45212cf1e694636c0ce03584425c095704b42267dcb7bf7d7de10fe894fc7c9fac93884384ca19034330bd1efcb2f376d3c7304be9b00d2dcae119e8c9eeb4e870b9c51e8faefaba34102c99e10110e94b0e591e2897498ea0e12078024416a85183b9e12fa27403faab0fe0c5769bb1c9eec7b955e5bf38b9e126dd2e611da9955941f8893db03688f809ddbcd8e6348f00168d65308ca7cce12da6e2a9e9344aa000f308291553d6b4c5d40bcdebf23fca6b2234e05ab92ee12fbab54dac5bae5174c36e2e3f0bcf874971413f54046a3c9ce5aa776f5249e15a399085810da1136bb2d5ef58eac66506178b045f5e887128d1b5fb2fccb9e1680c9d87d13216a4faeb320f26db5888742de5e5dbc214061061fc9c5ab86e014345bcbae16dfa734e1ee28f51223fbb6d464e38aa3f9970691ab268eaa90f8148e67aebe18e9e4f2c15e46b9468ac186959a3b41865d5383b772a41de8a262744813a03e199d0359260f4763e91e78164e88e6b1dff7d3ca0bdbaf636c7fe80201d998fe19b2c81813f876e93d19697b3cb409328b9c3bc815ef7bdc16bb1865c639ba6e19fc880f24b42eedbb5267c5542c6f500a859bc8fd43b403716d2f1b3ec08e4e1a0474ae31cf2dbbde68fb72bd618491b16bea42d857f938dc6eab06933d73ce1b10c605643533549d9ae1a3b263e0815ad78b70724afb6deed2de1260c7a2be1caee650a0621f1643ec7e7e16182f1f7f6b1252ba3141965543720f5d2a767e1d18fd9e5a2e9bfdf64eba7eb82f12c773d09a97b7c1a5a6fcfa22e109a15c0e1dc70d65d1ded551a65dfdafb4fa76c5006a8c414ce7fd62612417bb08a3513e1e15b3804238d3d8f4798e67b746a8b1a4360c6715225e7ae06da44b38b221ee1e52fffc61e773f5a7f15294825c14b932d9c78724e9c70ea94a8d41ef225fde20d2f1c3cf2f5a90db6676c2b9f518a5f1c72f0802d6dc350ee68a6518987e0e2242cb6a985a935f6256d8c059cfce4eda7be0e17ffdb2cbb0a7528de9e7730e239ea14aa83cc52e75405a15a71448fc2c9a9aa3f2291684b883fb915a13d26e24b6f484a2c0b6105f4bb1c0994728655391127733fcc7c88f3990babbee4f4e2523099cf411c07745257eb4520a02908a9e7d68575541789b1ac52b9cf59c5e2543699c27282e4b31aa24907025a0129b3fe5b775b5defa13d604cefa0c39ee2562047eb4cdfe41ba1f79906aca66d4a97c461cecf1366a46f8000e51190d4e257bb9865d832da60d41ba5050f3a5a3f8da69aa2d3ec8f5e583d47c8ceb3b9e2623c038148940c47a70f06e27745d73212191c31ef77680e846133284ac740e2672995a4f27aa8848deb9fb339e7cfc53db0c138dcd4fdc427e34b490d6eb0e280b560fa697a20a0f2797dfdb3016657cc6d68ef06476d4d95b3b6111e025de298487f0dec75928917043af08dba3488e19bcca9a269b2f4f79797375b8147e29c462501362b45177b23ec495c9506de918261162f10e4116a71c5a6b85892e2a4ecb399720f10e32f166134a076299a05777d55f51db32bfa93e8b0867b33e2a5be04a8cfb503b9f3be94ea19e79189974e295df4f2573197d22b5ab1a70ce2a82acaa003d2753ce0ff0f036510ebebe80adee72c9ba7a526addbcdad31bfe2ca1c80db3a496609ccdaa62582118bb135d0405189380835f5ca8231db2d35e2d5c2d504bc796de96e2a240bef5c6cb5fc479a0e85c8c12ab245e4164d0a6ce2d7ad19cf6db35bf02df942b23859b49fd9baaa926499a810fb4a36e1ca532ee2db560201357f39e186fb9cfa342ab784b666bf4809bc87ec72999a2a00f159e2e3b1bf3b2b0c683c52f4be9ff1b5b90b1656c55fe304d775265283c5e1913ae2ea98c6b9e9570d0f6243077fa84a9f9939a09e056e81e04642209879df4a2fe3196164b8cb139356a7d242065a4c43801ff908b9a63b9277047815e3595ec1e3265ea1d33db778ca864573172db5c17940d647bc7997131af5f2c57df89d71e32d07aab3f3d1816f2f40f838d837b2b29f3ff09bcc2163b0ac5eaa48fe8d00e3318f463d83be860dbb22a28d38f0fdd30898a6649acf307bf6c0305a8653efe33eab33d609766aafa60d7c222922f7355352b900e87b6bdffdcbe4e37b361fe3459c2ad0da14aa49f27a335e4db18e95503490c615a5b60846066cc3775243e348319300480d670666b45e48712a83df76fe364d19c71c670f32dcc219acb0e3491fae0159be0b9694e39b67b2b7d65fa6cbf9b52cfd1a492e263b8dd3be72e3563c5367e0169d559d7cbf34452b0835e5a4431bf538321738a8988bd29dbde364585fcb9ced9126b068be81c4365fdfd23f8d8af4717cdbf919d12cc2907de36ff927db3fd3f58a5fe638c5e4db9730195d243437461aa34123845bb05241e372d0c5359d3787c7067b9b30b237663dea3947fb634eccc3f979ce9f6f1272e37c82b841ee031a811ced5598001b05aece6a4ab48ece8650c84d1d362e0a3fe37e8da20e6f04e295c7cea59954584a292a619b86ba4c23f456d6f1c5b78aeee37ffa343242ea328ea2fc7fb1172c0275b6ef030bca950c6e7d7ec2d2825a2de3a833af361909c5e09ea39bf83ed3afa51aff7a3f3c5ec0e6c1a185cfdebaa9e3aa25388facf722bf7904d9b14f6c42e63d564791e168f38b21e2b3cc4bf63ce3baf27390033bd7b8273b27b43d5a38808bbbbdd67bdd4462cc1d4a380493a5e3d9014a9a71afc7023bbb28356e4fc76a05a66e595a3571dac750dca0c4ce34e3f47a677a42ec74576e8c57fea226bb63de274a407b54e7c8d6729f71af099fe42a6bf7d34a2bdf30facf7dfe564c81be66360995e2c7fc04d386606c492a48e43fb23610ad8bfbc347a77d68ea6fda4283eaf1209f87160b25e3f9b51b4c7fe440a10fc4a5a1f2fc627589101e8d1c8128467f48505cc8af433921b2636ec0e44e152a4e4a67a79daa7d590576cbe2b5371ed14f68252e221241069758e42ae4af82b73aab72ffa0b59b6f4fc727061f3778be39b4a0e92979b39117fb6a08e4d13f776bd136f28dc08ca3282ea57f5496ca7697ccaf318bebaa13bda8bb91e4e6fb8efe1c35914ecbed62f037d9b355771b8a12c02a0129da68092bda9eb2e4e915870a2951b6e04eca6b07dbc255ee15349ec9fc4ab04d9bd15cccf1ea56e4ebabdff5045e31b5dceec30fe7a875b2ee7259dea5316db377e6f49206b174e4ecdaf8a60288269813437227424d46d3751a78d903d22f4439c10cabf07a48e4f3102655e9ff3ec82b549cadf44bf0f90515462897b32c0304603a37ad8651e4f8e4fac7b12d4684a1088e5aab0b51e954c6b76e0da61df5b77b8c8fe3c108e4fcec0e9a764199bcd9f3914807f80087657124f357d5446a9bb34b2b7b6aa8e5035075c0cf85fcb97efb0d7c461ea5c510539e6128e34a807dc89f1bb5410de53150d4789c7a9a75ed06eed1b7b13b0567741c533784d7e9476e2b82a21951e531e2c67267a493915101d720790567e1d014df35f9b12e68a29466b0ff686de53b17bdf690c86ba220bbf0f4b2b10e573816a1dcd0cb890e8ca1f4da6ee174e541dce80483f86279974dcf903b28756afbf93fd6f35deb24cd43deffec2665e55ae6c31225bf2c7a66af77236ed89435b230448c2a0e192f1e728578aab650e5623daf062d2eb993b458ffc0ee94ce1ffe54fcc5f259016e9ed0d050e6ed84e567d6e6629620133d23e0a200f64d9c29f0dd421c7fd708e1e3855c1665f9b1e5884341f8efb277838ad9774bb04859f8aacd22f7b4e430641fb4df0c1cb79ee594c07ec8d8fd6bed163ab5a30aecf8e4e259a8c3af792ebe35203c1080e494e5a36fca12c619bc6f503fb99686fca90244b8934f9025b3fadab54e3a28ecb2e5b27ba55a0cd8d38c55864a95a30ef86b23488785545d045ea555ff0054926ae5b4a026b9597c03ed0390733c93b2b5d5e9d3428c9ae44a09f20f287adaaa0ae5b7c485125b0b16c6b747aecf06a5c2d6b121499f7af341e8344eff3ad38acee5b8f055099e5b96c77fc318baeae6792dc8d5dcf2f88af398ca29ade41c9b35e5bf1c2ceb29771d96c9d05a4455bae20c76ff523e0e6bf93c88d905037664abe5c8125fe21142610d63ffad82ebd118ff3ba3f6821b70eee6d77688676d2d2ce5d3c8fd5f8dedbc22549b509c5d2eed9ead6aeea6380e5c33c7631ad95ed4fde5d440690f232055636a48ab712e9721fee2eebfdbb4095e81559cd30de3be73e5e2b6f626e47a8391b3155cf5dadd4c7fd206a090a5dcf0a24b170263755ba4e5e6118d9efe3b6de5b9a199467d49ad2d36e11d9c150b6e0611ce04240f8f5be5e901a88e240ac10c83c2399f3225cd56b6d9fac294d23044326090719ca816e5eea85426b2b925d1ed06718c35c312a2ff790a56da8c1fbe9948a974c805f0e5f6d8c83a9cd03c876b25b7181e058f9bfb91c2e4ff1c2028f584c231b2d32ee5f6f261e2ab5df45ff5f18908462e343154cff06df4dc2dcd105878450f5fa3e604708e498cb875988abcdc1c6549aa74398eebd45d810f1e840035b9f4e55ee61a21819ef9dc63e7784eb0ae64d769d4476541044940ef2769dba4ff7abfa6e62acdfd62030554914ad32d32e31ed4cc3c85384b6f7c926e462651f3204974e62d5a0d93cb8587f248ab010f46ae201e7762e439d1bf1ad37852eed7e3d663e636c0a9e67763f7ec9190a7ed9f3f58dfb517443e92b1227c3f4606bd483cd0e6491d9f30e37b9a0718c8655144e4d020ece7807b91b07e614b5c2dd6421aace65d28357ac62102fc55c7e24e5be161c039bb7bddcfcfc6d46aa99b423050fae669e2eebc258cdcb4dbec45ce5e6716fbcff232b67a2ce39440a351c1f2b356e66f1055ad9cc8db4baf986aa6da615794c59b2784b4101497ce7988b3ac59e8e69b973ed6e2402d9c10181e0515cfe41dbaec013d95e60967f2845f9af0b3f5e6a4141c03f17b2d53502b66a3b451fa7013e406d4eb383769212a49e5ede0a7e6c8a337831ad42cf19d0ea19ae40ba80f5b78cbce522c3c580e058eeaa616c8e6c936eb114b6bb909eded8c6fb48c987941bc7729f6c47d5c43090ad1f2bc3de6d5897ba3b68695bd6f03d7b6676290558e959c68ba3689ff96584501928d2ee6d8db5289756e356a9a8aa9f40cb80f14da4f00e904360a74ec75d93d81b4b4e6daf997a73551e6fa25c79b7cdf828ea21ec159b34dde1d5cc94abb619ee162e6f61bc4c1541fcae0f76a9f7f8f158fdd62476172b855dfea84067e951a6f5ae6f62254c9b7c57f0d4dd920072be81ec21f1f9a096012918817ccd4674fe56ce6fe3a161094e6ece2e6f86cb37d7331a40c694a6fc45a9a3377d4052f6174d8e7153692b5614b87af8be93585c89434905c34904df759b65e658a788f4d7e0ce73f5c70fb8e694545cbfeca2c9b3817b1ffb8be2913a254c5116e2cfb8471bbe75346c27a94c8b24d52fdc35733c3d25ccf16078c80e80dc7d771afc4f2313fe75845bfb08d4744860e1f66b0dc4cad53c271858660d61c1f098094c8d9b716e773ef8650f8c91b7fb2579b8b4da851f37e0840e4c5af01c3c39704d2cd9402e782bf45c812c304ee243e0139ac36076700adebc388bf0f5d3bb5c56c88aca0e78500166c9a2a080dbe9f8d8cc60a259e4527c874fbfb46ebe0e49d868df91ce785b61a663d3fb19e3b5ba794e925f3c2d6026ad7c47b126a8b0cf44d156137e789d02038399135a57028e50ac2b1764aac1e4a7c35fe3a4a6894b9e3eeb6bce78f726fd8abc9e8db6cee5d46418c315f86ed1c82e60ce807840aefcc1bc021e797b06604f95765054a125302929303055a9f77eb6bec58b9badab1dcf2d38de79ad87ebfe78b0a7dca40993ddee1dc5c59b3f159c143aa885dc8c7a2e90391e7a202828086d235111da0b9a20b17cc63a75aa1cfe70312b00df6bb6c0bb659e7a4c69e5b23c469105b9f03f735d096d0b3193400dcc7326dc6cc26ef996860e7a714c6710a228e1629110a0c8ad1ea53655d9ce9017e12a4265e768fb98a77e7c59c8ba1b48b87767c101dda8685607a60b1ae84b2490f7bfb7ad4d6438039e7c91d5d57aaf2881b04ee39d58bcab86f7a3d1caaae9970b372f8c4f3fe370ce7ceac19d534b5b23910ece5914589e7f9e71a27997824fa93f1af8f93960ee5e800a3480a287bdd533d1c67e8b31daed9ffc2896b796fcc1de43ffe9495bc11e810bdb8cf38d587a5d07c0542dbe7924419858affe6ab31988b339cd8379adde819b6ed06c5a39de981a20a3c597a27b1c96aec589cb6bb60eaa1660472a551e81af6c8bf90d334ffe1fcab4d861d46012fc72dee660e9103bf72933a434b0ae81bdb385d939b50590cddc03548fdbce51b6762c7dc3a923c9e78dda2a6d458e81f82c72c73e8ddd51a0e699928b136e8b2bf2198fa9eff19678cd18ad16b38e826a8de5cfaa52d9bd2f50733389ee5b29f6bd4186e0290be208dc919cfa30fe82c2b9dff59792e9d32c00d742a7137ecd82c6af08c5f48cb64bc515059b140e82da2c29b02648cb478f86abd8f1f2994a3646d8878d4cc81dfbb158712eb3fe8390bddb17cfbbe145821a26c011bbd8bb706fa25312be37785e7d42401ad35e84aed636b1021d49be8934805e646bc664be8071abe96f6ad8dfb529c2448a4e8b41c5a59eea1c1800a7eeddc502ee5ea78ea9c8320104ed7fdc3ae28b96746e8ca77a9906e077e0c693b9bb356d67f8025f3544693b17ebf657c1f2c7c3644e8e64652c10a61fd2a215f1611185ee8b2bfa672f7856048bfab61a6f1621cc7e8f877f740e8a9591ed4cc1fc3c0615f01895ecbcb66a4a25eead1c228c40d4fe8fdab0e3ed7e8b8ad2c93d7050e0883819eb90f9aaffd8ff05c7112e711a79ce917b372ef2a13b390ef84b3dac1be4c13966c66a2b0ad8ab03ca0d5779e1805e93bb73fc6e1bedd9ab564042082742dccccfc38651ee43057138e01f87ebb2ae93e7f3c202ab1ec3056f7ea87e7e5a3e4a9d80034be7e8fd274a113b5fa5589e9674cf3519af9a206ba8ad2f9e7a3ba1f315ad26b7478acc32afd9ab8358149e971ac99f22ad66c6d4bd2a3136bc422d04dff513fca70a78d9261d882e7a634e984b37ee3bea5dd90b5846e846e27b4152d9d981d1be784f198d28956de3ee7e988a21207da9bd403725d0e1f2c3f016928523bbec0bd907dbe983e1595d6dce99e51562179767063cc925060a019882d069e6539724a930c4b2774c5cf3e3be9aba5fac4a7675aef9807c1fa8ceb43dd1fde1fa70ed44aa06fc0e92a5ef1a2e9c9b03119964ebb4a02fd035292e169c042e8ed8ed44ff5d3ac021942ccea56e9d768b47043e925e4e25aed967dbe3da299733cdb949fcb5b5ae8230c67202ae9dae9b01a1be9903b311a45943f4963ae5f138086e6f0900663c423c588d14de9e89e2db55b22b96eb345aa2a39879070937f3ad6635a545cd7e79b3a045fbdea129626236051b80a2e092e8e4590ac40acd18e2efa14a92545b4b867d8fc88ea3de19e4e33e4fcb83ebdecac679c7c9d53284616d16ac7950ad9d53b9565e8ea58ed3450a3696576d8fbe6ec5717df12736fda8bc54cf1ad514257c31c62a5ea65b878fe7f0c0407f141ed6a812c0370a472f10105886b956a56b06983c916ea913b6821dbc213027aef7d8a290c15cf27f0b7371ee1b33279e507d713943fea9bd95dc841a62294a591b1973323c07120c686d61abe292b06906c00233c39eaac13a522cf95fc93f441a5d97617d5687ac44a3e418e7183e457df1c267a55eaae56a89ab5c6150a57388f20adb2608f0061797f117848c3b5b912d7a063e9eace8fcdbfcdb0b5db394ffc38f15e5ee75da6bd1cfd742a66e625cbfd59451ceaedc635f03cca6013f05718ff18b268b5abcb6a3067f75f0f4d86fcaad1544aeaef0a70b2850e63c2895babf9c75f3a45282e299326242a7e18cf2811676693eb03d83b9f978763a9d700cca2b8b963e2f765db3a48623e5240270e0c3dbd76eb0e14403529db080beb11ee79c51726a1d6ab938f868b0dbbb69c3bc4f0d326eb1e1ec6d89bc6bfafd8bbcd357c56bf7ba3d7befc410d726541460b7a4b0560eb22d93fd01bdf1c1845acf57adbea639d521e8d9c7ab1d0cd9ef32e56c77e21eb36f8986b3895d619bdace9ffa7a0571527d07cc79814ccfd977266ad48092feb40273a7baa1759bd5433054e5a12a54fc751cbb607dca938d34e3f35c8ec6eeb410894b92eba79979d61ff06e9a4b7922310919ace63c17fa2f0bd5e53e1a7eb41831dfd5f9ac8df371cfd271b68036306769c911f5dbdd4231f273ad97ad8eb4bd76cdfe03ff7596bd2e9c53282070ff31dc914ec573ea7d8f42d884df50feb50fb4e1460673f5c0ac20b0d4bb6b4b98f00f0df4a3cc79833621f78543a11eb572a960cd31caa7281131b97ee2d1536a266f6707863d72c7f686f4e8349f7eb5bcd5cdf607fff6e42e63708018f2410ce872374fd2253ac6dd0da2daea743eb60cd1fac02c98ace178102730fce45232928bbd8f4415b94689927f9aef8e7eb7ce0f96b61074fef498aee68dd394100382812bf3fbc4b0ab5f68d1ccda0b8eb805a4e74ad61c25aac1094662b1fc7a0910a1bf54be8e1b0fa9db7b09c62afeba16e389cf5dbe0312250a3aac1e4ec1226b138d7583bc3555e8edb11bfd2dfeba44c444c39c63493ddac4ad2e695dd83f543eda66c45123c61c78885eff6ebeba56ce307112ec4931f7a0cdacd085d0abad51a89fd3a9bc27a73006ec4bdccebb6ff0cb00e17133eb865c55b3793d2174e4af5aa74748e7f40ea8e60b6325aebb9271553a756d922ea2a891358419f766b9c4f78bcdea1d66d644646c38566ebd2612b87111336c805ace7b3e5c1f7297262c63494cab267b4a97d1b539378ebdb7610d6bb0c9661caa9c6440035535316862d92ce2ac35ed3858c5c77b207ebea85b18dac2f1459365fa0eca0d177ca1d04706bb277f6c10fb430ffff18a7ebf0add2251e136030048ab8aa95766cb7a1b5130d06ae98980a3f11bf34c9bfec04e01cd2a701a9e8659c05c8f083800caaf203e28b7369f0baf8b8199347c9ec0f72d68d149d4fa96ebff55f34c460852f932df127c0ee6159497c36c6f290ec15605ae20334911ea80abfe9229eb16c27c1e3553879ee6b536cf6d8b541c6ec28474cbca6382190d53c7abd4b721716d669e3e1496d5687652869430c78f9ec2f033f87bfa8024f91bec745a571a1b2f06937413a8a330d94b398a21b9d3aec3fb0fd1e323d8b042cac2b291dcdccbbfed36ea3679ab3bb33a90828b7eea1ec44970bedd46188215f798181fe09c2519356474b89b3d282bd9a73761f40d6ec45890ac34617098d09e47ff5b2034dabc3df257bc5df617f91f0da602ce0b1ec4ebacbd404f900e57d418c76b3a8c341be9124ce3dde30381651d76a1580aeec565c818650e85be070481561dd467e7951a4cb8af4e316800fa5e0c372f4e1ec5be6804aabfa8a8b4bc7ba971994b6c16e33e360f12c00bb6408df152c6d1bec6090e5a70f161ae6cbdc39f1f795385261043e72d55a19e5ec21b4651025a9ec641ea175482f6c2bd2efdea0e2ddd4eed6172e0284c3ff49368af128dbff0cec9b8e799752f46af2b70a4da2c7f8afc8780d2e7388ce82f785e78fdfc18c26eca749d76eff1bb936d8e4a25fe5b3128994a3676138ccd879cdc6045d2eddebeca75e9ffa355092ab976ee4ee3e9fe13ac0fddd08b4cd2c47f249b07a9152a5ecae9dc092a279a5eec3592318a8c7b3c3451c09b4e8390632bf819e9ee40b84ecaf03bb1183766e6a732c5f597b1a6b1395985db5d99b7ab84af25e0f7a81eaecb77b914d8efe18c904fe39186c2b3a41a2ea157d30a49a30c8dd2ebd404c10ecc633a26c031be59b94895cd54869dcb5788466ee4c6c2340c5a48b03e5652becd7b93d9203bebeb3536f040a68d1b1a2d98b214a0e7e18e1ba9e90c7a1c9b9ece1bd990cc1670dc18479f475430778c4d43b507bf319b30b6bd8eec6e9794dece323b568a02e981b9092023fe918f57423c9a00f8782a322fc91eb7a296096ecfa52492b8b5f2361d8ff705b6fd7f17c27eb3a40f4eef3418faad70e7d2045ed10c3e9a5ac0b32032cf292a102c129ba9d93770c5fea44ca89d4b6a712cd82ed14ced4366a34b03004468a865363f622abb57ed6d647383c27f3c0887f04deed15b980831d171eb3bd913aefc1a88c1d4d0e05c436a9aabf2feebf55ad3929ed1c4f85e0e3dee1aa19de5754c18d3e95cbfb8a8d53c1803000c93ba7f5514fed257f24034bf0fe099d9cd527dfe0cd957b2907b2b05fbad2c2c49d8e232f71ed26f44fc4015bca0bb6d1f74fb922c2b2e62ceaecf46c3f326a26979ddd17eded2c876be0bafbe4fe9ba5fb1724743317dff33f6959cfb259dab706184f861fed355d49ffe7037bf6a605ce17a39ba483d99a9158824ceb6cc7ccf2cc232c0aed57d34d620799a958b0b37a702927ec9546f197e27ba7f4506e0569718cbe39ed6fa70b11c3ccb36c35ca7939f24d628626158f694b0f96e816756573b63c25ed71d1ac1d361e1cd9fe49acacbd46995f119182275195371d97332335584eb8ed784c2bbad696047d0967546ab0f42cde29300b669c92dbed7fa7ad3b37703eed834479280ee9ba1f2d73271dece3061cbf23d69b58ccde89ea1fce86953ebced928fdd39c8124684dc90f0b190a0caf764c8e31106edd6b0485d4065e95061ed99798ac59d2629d4a7fcbb30d01f7829162fd26ddb851116cd72d9557a15dfeda895feea058406bcd917269a95b95b6a927d7752f745fdb781a576e0179de4edcc7bf041ef84f1f4478935f646e4bf69099d18792a64715d9c4f8ec858133deddc9e11c293c3575b427f9c0d44ddac1110e7fd8214e4a0e816b376fb70d7daedf93efd926a2ab6a1ccec9aacbb650bed330ed6709e5de6ac4c81d87d9e601eee07d460810ece44580231f3a898e4e7a2d8b993f3574acdf69acd5d63c68866ee0975f84a3066b06a00d6819173ecd05a52897e955dcdc1b4df2ac30701a6dcee22db726490a0538c32e91621e67b97d6a33a3dfa4e7ae4e0efc36786261ffeee249746152c8d6c4beab8892fc38d39f67adec39c75a01dea1a0422d8641b6dee2a1adceee4ac58ddcdb9185b49167c9519347203f15f109c08785382b40ba9ee2a74c1968008db035ee726f0c62fca5c0524ccd2ea129d725c60cab361feccee372580bf65c5b1435336d5ea80ffd2c7801b10e868a4322e5e0357a877f190ee4804e8c3ae1334f1c4f206f06efe7e32707b77711a2e28f4b4571808d1611cee5f4ee8f3439cb3886edc642c79bc70afbe55b31b187f7eb697c93217caa9f9ee77c7153ab58d8d6a55ca2fb8aa74234c13ffbf8e2275e27485e20450c77722ee8510b44cdb787cef28042e617908e2d1ab7510cd23141a9eda8465f79c9c75ee8fc7751649e518063b6fb78fe82c31f97bf7985b7f72d1b83501e9b662a82ceea0f9bd890f4232f314ab122b59d4470148e9f5bc51e94db715ae702bd6ca69eeb3c73204d176431014b0ad0f92c6196d929d2ad169fa9e0bfc514c43b74838eec052764aebdc6a85c3046f9c99d7debc6632524674bd03af85097b0b165b4feec4358c52c2b80204918de95f71d709aa9b36704f13c586c1c7b6473df50236eed662ba349882ff3fd501f8e466735ec559dad9000b89a9c1a9a2bdc05ef712eeed78ea7bf9864ec130477513f3442f1d8553a2caf1ffc481c114b20ef7933beeee25fc6d703206585b8f6a5f610247b785b9d0e28576bb40de3291ab625cfeef00e6199383edab907e2a4ad56a0654d91a77b73f072f99638367978b2965d5ef13ac1ff8f65a7e26a271bbd94e37d3f3205a2ded87ccc9ce148572f5d12445ef181a33620aa6eee64e796f480eeb4e846d51fb1fd17661fd4eef2f09e4591bef217613e29134365d33ba5d1e1ba3eb0633e8073ca7b59dda97071493f1b594ef3c87192a3ddc74f385a1a2704591064b1e4cb602cbc8d65b9c4d7278062500ef62307171acc482f5ae7c78bbee92eff13aac905fb3985685353ae155969153ef6f32d2be50ff7589415f95062a7deb7ecaf4820f274b170539f63bf4beff34ef81d6708dabe40a2b3d55af4faa7dddee853616d48a7c19bc89e8b17d3c0f79efadbcd6894bee186806011b78deab2852e1eff131caf53d7ec550e4778d17c4efc2ba0554a12bb7496ef6990d7bb8e31f4deb99e3f75ff0e0bb9860330f78afefe4348795164cea02235c72b0bcd4b9461619c520228b2471cf63ed400ae6ffeff8ab43f1e24b191d6e410c8dec084f5d209960fe6fa7a68a439bfd4b81a682f005c52e88f91c9155387585b19b69cf19c4e8483c0c0e705368db5ad8b07f2ff00d2e824ff4fb7d399e66020e508f6b058d9dc86ff8d632122c943d417d50a8f0230d7f35f36b05b4e09b2c50ac44b72b04aa3e4abbd43507eb94a7f96e80cef02e00558e5271cf6b2785be169a149ea80202695f692c850ad147cb11f42b4cf02e0d0b518a11110080bd251b0cb627f379f3066d1c965f98dc23ea3fdad116f0453100abc2b220f73793a5356d773e5a07cdf9df3251324b3dac5e4e83dce2f071a408d9f3a4ed510af44953847d560123ed4e373d1f89eac9b78a35f805d4f09e671544bcf2a93e685d33daf00a900f305f05acd18d0fe157678fa2311b2af0a556c1a690f0e5c1464950b4a4a00178af8b66ec764cbb40e8d9c4151770e0f0c0eec6523b4b98d8f8cad1c0fa52ccf15b3a5bffe62a77bf28e63180aa2079f0ce076a4c33cb87b7648427adfe56267d6c9bc55d644fecd167f1c656a7e63af0d3d935c5cb6648b5a4417e6c21902fbb36e479d4b69eee21aab95b5e18a649f0d9b74f33c708b345d8187d7b98dd1459b67aac08bd8c8f8d8723a6e2f18040f0da01f65861cdb05de7e2282963ff6bcfd0217e73f37e181068aeedeea27130f0dbc195583f38f9cc859983e0074887db692c2b7805fa0cbc1bcdb50c8c5345f0e5ae39be723d98235f7ead5ca32f53cdbb1dd906062859432f232fe0801b44f0f45e3ea5367f5cbd1fbee3e256bf3620451fe99169c72ad9582ca4902fb236f101ffdae0d7d7197d255de108768809a708821a5914fbaba80be13c9e7d1c5df11d38e6639bdc343d7d8c58ed6a1c28093b1bdfdd0f77e38167ced6b82c5c52f1823006a908246bc66f88411ead857bbfb0b886ffca3223ec98616daa882799f1835923cef24faee728260d0a30d87b7ac9e380f6c70cfb37b9176ac7e1bbe5f1a552ba769295825e30d2f5173ff8324468d934865347c6385248930165fccff1a5f27c989cff352fee69f2a2f7925656239056ca05e5edb241f0d4d3d96010f1b834da8933c57a1a72ed4b2cee49de97c54f65c078a8d19f87f3697d84f32ef1cb6b51be0c175f17ea33abb039088b79070a02a362db1d2d35632c52b99612f1e88d33a3a7c5278472b4982e5d390e63cb78b7aadf9a5939ed5c137ecff318f20cc2d8c466d6cac6c7b668fd6a7d7597704958e570e2dabecea954b201a785f22fd3369d468083198f046bcd5486458f3be61148030923dbdf9bdef688cd7bf2432756dba82fc9e9485f6e7bddd44657d4ea3f5e17d5aea205569fef088b20f24e09b1e1bb132dabb2b26ab99bc713731a6a68dfbd43e1c899aa49f9ebb245f2528998fa31c0e3479ec5b8c48bb1ee91642f38d4ed931c5a7b7ba553922a51f262e49dc1558b61f6c8d0cb3965d7bd52a7b207581d873fe6a590883108b1b5f26968081aced295fc8358bc54f73980a580dbf245df8ea269f0079a05d18609f26bfbbd215082427851412e54e50ed0db84d2df04abe0b9a0af83c3db8e87aaf276b2959526b23d479e9fe9569f6b7232ced74335b6adb8cf6df4ca7e717e8cf289b1d804060c133b726658e185b8bd936558c874a2c5aa2e1d2b5ba4b5a3fbf28e11e592a9487b76faccf22e2f737c55c85ad3c80b41a768244455b273d3cbf2ad1b01e6fa49cd7b270031c1e3e2dc118c98e4870472f8aa8e6ba68a44dfe4f2c261b263c9f6b4f6236bf451626d0e28f6b928b7a07b69615ea85c76ecb74af2d64da9944381176051413618a05fcd7e826ad363882c31aeee8c460a2937dcf2e4a9be21e840a598eb09d36e9b88f7164b5e1224db0feb4e80566aa1fdca71f2ec604a85425a9bde85884aa28c9558a0307502a60f39a03ea521ae89763192f317a0ec761faaeac485af143ea19baad0a8ee2604db449936585d6010efc73df31f187300d3ea31a9791d357ad4e5c934ce4fa8c29a7c70c2174135a250eddbf3254d758c17d4e42395a867b1011ea15dae7a6ddca6b3f8893889d61ef275b8f32866798fdec332fdc9d0adcf39bce06578dc6b7aaa0542fcab34dbf21c3608f3480c79b71e2f3d9edd751634bc5f63a607b58509cebf278e9104ae4d7c34b3f35ea43c2165562d0de70537fab04c74425290d46010fe06c2721ded05fdda98f367453b2b5c19b92948d07113cfdd7b9d40c364587b6132d5487fb40b3db7c4f38547cdc836436dadc53a1dee7cc4d22125a810e285037038c75567f0bf8cabf3928f02eba441e74e88d579fa716fca8523265d8f236d1256b0db95ba72c8b9f3a6c2d44ce13da6d6366d9d7a5168a819b45a88eaf6f29ce081c117d1ca43d3f3ac20b50fa8ca54afceb18888e56995bddfa0506f6d5c44357ed421c08584a0f3aeadcbde6fa6e9615b996365ab551c19f53e54c8f5ddc3b8b77e3385eb243af3d097861bf9c3f765a8e5e357895f367c9716542ddd3e7bdc721d430acc3db1f3da6bc8c552648c6a80a63613bf03c4f49e5419e3cfc2eb11f8ce271282b3a2f3e2c2cfef74b0e2aedd6127ee5825013d04e642962ddd4570857e9e27ff7529f3f992331348ce5f6378f8c54ee3029e04db706ea6a6787b7f015685ab8240d3f4106621b7b7442e53b0b04a2fde786bf96e5ab67e0f71c6ea364cea82a824d4f412af883f7b494925f5269c908112562841770eaed83ce4a9bb0184caea8d63f424d061823da5b8ae16e804b5213343b9500359ace2a12e6325c7300b623f4ff4294ded9fb499fbf8cb5bc204253e7864eb5d3f5a8a1ff1b49d9e31f58013bcf4357f8fd9ce71f629958139572f60afe76b57e8562ae08d5f695f2768ca4d61f4435157dc7e4bdb30b1587e441ece3cfd11a4cd123ecc35eb4f21095527a3f1f44961d3b4392b7fb67fe58ded36eca7da6646c903a337ab722cc1f53fcfcb4ff45093d31ae2729f286761eb9e75053b598852873ee8ba761e5cd9c23f73eb6bf45cb820b87ed06d8694e056fde27cdd90a5009989217fd4f4d9967f5836b1b6f461aa769b2f2519310855ff4564a0c85f7727b1dea297b6d74b4773b32a3c76f4752e9880f9ec11ea149753b2cd41600aa40974a7faff70279de25ccb912b26f491a12a7534aab50563091a7b050d988d88861df6a4f5406c280c32cf75a5dcf4ad67a791210eda97058fc9aae7be6554d14b726a65b507859e7fae55f51e74f4ae2d56b004fff092ce0207e21c4acb8085a27a95d8a7600e172a122396e46af4af785ab6c926e71ade7b08430d42b65da28d06de5910e123f03c001805215ff4bc4d7e2889aaa5faad6bdce05f8d4de8d657bcd446138269895dc80bab16d3f4c1ebb6e569cb8d0192a142d9dd6c40868d6aeb21eb03004082fece1d178b03f4c5b201028e33f7b487b2707660f17239489f0b8328b663df57de8f4b228524f4c647e090cfad27b736dc499d22f31256dbc99c3dabc230b9dbfeb5bcb2f11af4c7f30cd71068d6addd863c65314ca22102d3b304f8841aaa8a44a44bbe9769f4cd402a538cc4985267d4c97fba09729013b8cd7a02def7322c6fdbcf51aeb9f4cf95ce4655f61185e96c7480b02ab31367aaa70eebd05601e298b2c3b9c7cbf4d7d4dbac83a3426ac64c4e83f902685a01eced652593442789c7fc477d77eef4e545cf6b2a1809aacf57d88c6a06bba17c8195c24b2792a06cd70110c8883cf4edb28ad3c7d2ea66641555c8c6acb6e682c9c85ceaaf6648dccbebf6f77684f51249ac499add77df64a61d3422b0e98697d1e0ded230145fd511eb68ed5e31f514a0ca2de563d60c6a04a6487466ddacd33ff3e1ca4429c427b7d66863462cf534af7c69d3516cb070a7ea1174f73e0bf12505791da3a8b2e43150a56242fcf55282fda681f45b427d960f1f0a5b8cda1edc3b094932710be8911e55d43ee5f56e29cd84b8ba497801b4f1b456055624ba04cc5a3dbe9471c5554ffa90e063f583efe60ad4c7cc34900d1d27529f320716e438cf46283e461cf084322094ddf593d7373630ee9777388ddd285b869ece076f10e357d4e84befd434648ec3f3f594c222516a36bf68b317eb2715965668a6ad177ec619c641641892ba8037dcf5a6449a106380c9dd41891ab548af7a79ddc04993edee03ea51e8895d911c6ff5d2253cbbb0444eab4e03198bf74d9e5ef3ae5ebabe2f6a4339f2746296a670f60d3ceb2121648e659f70f51cc21ac2f6141209a530086d7a93c3c71798e925f61389fe08bec4f8eede60e02edbbe48962cd17831f5c0f038713f964ce57d5df61685e855895ebeacaa8b3970ddf426d9eecd0b60f66e4d7bac206e08be154cf61a021b4e18fa8af13a874a30bcb24c10a9f0329de6fb224cb1ede2af9c74c2f6253e9c813a31b88f5799b552bfdad8128acda9b0c20551d46982f17ed55e47f637702f02e82b1aadd67ab082aa13da163a4df44b839e70a783d46fa42a41bef654da8ccc84ca9f5b77aebec1549979369b99313f2270f71d16b94cddd7c82cf67672926047e1cc83ce53fd80b084a9c22420e1c132157c82a83ee9f50f8959f6774dfc575bfeeb20b4df0149cbee2faf482d6a0d25e84492b0b3c9141f8880f6832baf5034d5110b672ebde09ec41f7bcee1cafe5e579cc42f211b5b71758ff688cd5420ae2667c996d00d032e85c43ad8291da751d9dd378bdda3f0209968f6b322629f592856ddd157cb7c2f355bfd0872f0c9b72acfcad04d96dad46c19f6babf72e1fe126ea9b67a195784fa6d3a66f84f2679281eeb48dc1bb4e3d4f9f6bb0aaa235f46af443ab1aed53149d37d55220048d8429f2660c638fb806d10f6c82155a163251c1105725417a09407eae32eaa8d71837886ebb9049e183d00f6dad422f849e03863ef5fdd3ba26be036bdf9521ba4728be702453f7b64c2c2f6dd475fcd41949bea3702a9bc9cc363302b9bd95e45cee96831eee4847bebf3f7023955cd2cb78ede1d256b3113580c9d030d204c6316904eef893bbd3c4bcef7067b962ad2fa19196b934ca40ebd9ccdfd96ec452ccd742aab4ab82e09ec97f707bcbb0f1d2ae6ad815c359cb5639d25aa61fba4509f54c19b67b30478c8bbf71d3d97dc7c409420d483c4d95caf9b4856713218aace7635c26fab9b2c9900f737fb49d1b4f94587b3a399c639302e424165b5343e0b8f5d79fe5382506b99f73dfc3969cef06643751d096c36458023f15a742c17233c8b1a4cc7345abcb4f7460755aab1bf81217d5cd68afff45f10c8951dabce0b6fc02f0342cc0f5c21f75a3c2602c15e8753dbdce88e56c4c03fbdc0ba5286c38a0e14a55d80820984f796b5f45599c540fd71f0871be25afb981ad2e0e3d7378c8fc2e001ebf14249f7a271bceee7d1b0a3b6c9a7d3bf6c704bf23920d55eac13b4032f7482cc342cf7decdae36ddd8f4bb52be8ad4a40e7a86a4388d5c7f3494f9771fe6c4638b0ef7df798ebc80dd739698f84d99293940f38aa3eefec9f08a32ee8bd0c1d82ec1f7ea56fc2f42b0ce63356197ba0d521749a0473e3f15a3a8e7793bcd2b9afa89f7f427f90807534145a6443eccd31cc6de717161e75f01cacbd8884b29f441baf82c377189f83e6427f995b789ba12407fb2044078c4c2b09445bd5d011f7c06f82fbaf3b1595180b03ba523e636cc7963e4c88cfa1312ca97c9086affdfc84cf832a9cb2d5bd12033bbe602fd5d530eb3b39d2eef07e35cfe059f30d794a3d5f8422f0ac96a01937a270361e713fff418b8b7a7f8bdf7d913d51346f0904c1af8487f2d12044c09602470312f3e3a7297fdde0756a0c7990c3d3d7bf0cd4f72f8520edc7867d34a390547303e7ad71b6326f6180b49c38662347ea82a4caa51f8526b67210b1e690110cdef66a66e622e2aebcdceb7dbd8f0a21624cf6777cbf85417ce0ba9233b3fb2da6016d23fd0c93b228ce841e4f6597c9dfb97583b75f861f416773f6f6194e6ee624e248d06b26749ccf608cff4f52bc70fb7e1522ef865ee1afae8e0c0f470740bf1b5d6e1a388a5c93a1aa4066027381cc1790660f895a5778957f0f630e3dbc850b7aa520386c687b2ee5db150f664abde242a48f89d0b390a3f9a677b1cd1f701a5670b73fb0967164fc801e0589e0349d8236ef8a4a82146042359c8bc76227ce93ae0ddaf4347230a59b9455b8291569f77cef8b969a225a82d2546fe00ebe5c01c5b986eee31530190618eb1d32bd2d3e45df8db42aa4532d87396c58e29963fd49f8d13cc42b0091eeea42a15e85a9c4ffff8db926e2b8f7afc60df9718ddd7085d11a35e8ee99124bc649b67cfd24766bcf8e76de4b04738b2407e6e7ff3f13fe20978b6c42ad5917808bd6bfbfe53018bf8eb9eb539c0a6b201fa945504d75281ddbc22a54549bc207b86607ae5eb2484f8eca8807107ed10e6eb5a3668d6b24318be86523da6133848a089ce90d4c93cf8edcd3e021be61379eae879e53df4fb20f4d883950fcf47f2d5d3a917269891f8ee30fdd42a97b7b2fc75e30014758d0d99e62b4d0a4dc6bf1f06d33480f866f9045f9e4d4785e0e6253271b9e5be3008e82fd2933a3be585ea65e457a44792f910ca88dd50e4c42cd4f64bb494415d48d4faeb25e9f3fb1ced10a641f5e651f93caf1098a3932142ac7c24146ba8aebcdd88a01f23208c65ac69142530031df94412e6b4db9e1256e89ab97852420e427925c468d15776b3cec7b66dd87d6ef9473e70fbe3d1b9fae15702fe83e7c3e9359a0477f599c44fce45cdccbeb66df9479f942e20d583bb6782f93fc283d072b0d0a20e6a1e73245f944426d697bbf948abb2e19dad057325e2fac60376fc782d10e2e8ee23f5bfbc813f09e4ea11f954a5b9b435e1ab29dff85c4e700e9ab1b806c1031de85b8ae1143ebbe426acf95d8c9106e28817f73a18ff9cf82ebbd1a5d78784a2cc341bf69a9e558b8edaf9686e6cb190c368c0c8caabcd6a46ac2a2a1a8c06b5f357ee6e6672502333caf96d6485bca795e16ece6e1f75056e94705530206cbde036ada4975a16699a52f977d6a224d8e98fd5eda1c2a108e6a1983304febcad4407c75cc85ba249a380f9979777448d3d4f246c1add049ef0efe5499de2393c80e730106f78e9bc3e13f9ad4c31a0cc1a3f96afeaf766e85d0cc5fbd0743210d08898e8f235fbb2fa03f9b3499876cb17a80b43c028aadfb1777a699b11a543003338a72755881593e9f9b524f65301aaa228d45d34e250b6d31595bfbe6355dc76c5e1a2ad9728af63f9cd84c9affd54cebdda90245ffd83e2f5aea553f815eaf189a9f181d08ade7cf9d07c85e5d96ed3e34493019d7ebd0896762db33b2688b9e357eeb29aa5300ff9e13be4e937cb0b2291164c7ede85bb4c45ba602119e0296cccca9bfd687f4cf9eb4fd82fcca9338dbd047a348fce9afb433a55667a5e155e476ee7f5b4e313f9ec8d2fb77052319143faccac321130b03280084abdce8d0f3cb1913ab71d5ff9ed4221732afeb9c36caab07ff636c7d5d822515ffdc8b9a932ae0fb69a6137f9ee3c5c557dcf220c41a808b4b273dcc23f97dc433987bbd21ff160c272abc8f9f0301bc38989cf05c3eef200e8d831bc02d679a369fa4e01372c4e5ddc38e4f9fbcfaabe8efc98ccc413cddc431f912c30319b53cdad18e72d80619c16bd62f9fcaa7059ed787b5663deff6f80f86c4e47a2717f6c6b6287a1f9f10fe1a661fa0ff2c3b1d49f877962d01bd640cb59d3e4d4284a357dd7b8649374604d751efa18bccc0fc6821180557a5be7ba775c3dcabc005b0a4b8d6978b52d623eb4c5fa2c0345fd64bdd294e00a4edf2d8eebee00b4398d04704d302b12b1bd7e309ffa3a3672c2bd63c9cf090385e2687b804d5cf3b6d2cbd04aac9a2cba6b0d3ffafa4f1a2fde866685bde03fbd78c88339bafa0d085150400def14cc1abee1c1fbfa53d27af3bdac0ab3c045b44f8c93b5c777462e50f9ea296e3eb3f93cf1cf18fa5707a8ce1c5329bf0887d05fd75db5e6eac31959ff618a276b59b9add9ffddfa5f6f74eb72e3a329cdd643a7010393b9d945ae490bc76d2fbd3bd7efe0eb67fa67bcc5ad148e8bc6b1d2e03060fcaea3385ef9f9ec5c82a6c68bfd7e0e96a0fa77e227e48ac654fccb4f1545191ea35bb81b713ae9536b21a9a420cb8ef35cfa7e924ab1cc3715246b5373596d65280bb07c01a3822eb890c5b97a5ae0c55bfaa2b8aaebaabe6cb063e9ec9d8b858f8a71da6fd79f07a19db84b1fc8d69b2bfab0ba25edd882c32161ce32390adce3c8ffbd120c60a8465f066894a02a8a79faba072eb65ab1dbad50ee1030b7a82280926a85c5ce0fa73d78610e740e5c4bfad7680193a3e139a6f519c0e477c78fd0c4edbc903b5a29f5c2ee4bfe7ede18fadf51825b063a3addfcb46a9e7390ded8065e5a4007326ee2ecb3766529655ffae40575ee82e9ee2105c539bd5db47765103cbbb987ce81b9694a6b164e901ffaea754dfc1cf3d98d8b8b4f19e34930787b4df0791b9d520db47ebbae53b2eefaedb54253195485aabd18f0a068c25a73a92a1286f7b28f5b3f09504fb49376faf3041d44c58c692aef8e62f7d5da2aa13bd8a94493daa8b26ef3082f4ee09cfaf349f8a87d372bc695a441f7dce0036ce6acbf42f7f574db2773f7f0740c06fafa0482be736804ab7712eda5e46b315dff273af22665bf7490a462af74f1eefaff2ace0a27bc5a25b1c0245ed9f2f4112ab942a5fc525f7ef13b410b8a95f2faff6b38abdae6f35c3d03863e1c4af5b9bac431edc07e288be6e9410e63ef71fb026f255446fe04154f012dc1477ac24a544e3eda27bfd9f1fd8294e798232efb0b44a53db1f4f8d2d961de3af4df27036a954bf9e4042057485392aadc1019fb18600dc8797e45e47e7c880a5208cb6929666c97e9a59465157de3296c647ffb2af4c38049f146aa5e0f8290c8af97dc92ec89e557f892e9409e7ebddd98c7fb30e80cec281d8e55f7adde95ca4d2100a6dbd79e8fafa6cf549e8dd7c5be64fb54ca60c86ca9ecc020de39be98e79daa5017de6bd64b56d2e264aa15dd2ae3fb5800154d876fef0395444f3d0368d957b9fb0020e13724f7ddea97f452b854fb62fd1db87afa4870c066c09c3ff740d198ddb2e049a0f9b6be8a471d0fb15dfb71d34d173b8cd53e6c0a4181edb50e8e3ee5ce6b9868c7d8dd52bac6f13808fb794fac018a741eef6c641bf455d0fd5ec1ad45a1254f88f06e17deb9c17e7dfba9904a5baa416e3e149ae3a2c8503ab29be9c3c60f37e0eeab3469778c9deefbadd9718fef0863e773cf204080222fe4d9c1c5a1027c73507c309b91c3b4fefbb08a2101a74ac9c85b683765935eef4a9e8f5411ab75b556b09419da85f236fbb5bb62064a1df1b3f5195207eaa9230f8cffd4b28b5975a26ee96e4f969cfbfbb9bf0f038e23a30dd01e46315fd2a2279e537a1ca73c16c20b4a38ab40dd62fbbed275e2d25cd7d7d40c03895169e7aa8d67bb9c8744174809053b0500c7ccfbe463810a7f17697abd4ea379d78aecf4b47dcb9c2edcfeecae1abb5ea1ad9afbf12a8fccb6043db7b2cad9051096872ef51819297ecaf112091bcc5f174f50fc0af8782b8fa955c77fd731ef9b77ebee807a9c080829ad220e34842bdc425cfc19ac7f92494912ff25b825e822d096589f9c04a2e57e58343b3bdd5d2ac509fc26c6f4b91ff42254d1fe5157765269bab264fa33926d07fe6061c515f8330dfc3435711d24a826ce923951194f2a127abd066b42858e80bdb59efe6a64452cfc3dad05a33cdde1fe65697cce4dfb05715a5d565b5d1c26492d71392967b930fc54678b4f72507e18f874676e0ba9679ac9ed28b857a67b1376a8ead1cd5ef4fc5aace87dc8904336dd9ef7ab2b913f05148b04dbb85a03f850cb1d643f0250fc5cc4d2f9e80c836b4fd7fdc3f87d48a62246ef192b3accb54c045a924b4104fc7279fce43948f824c5c4aaecccdf35304b353a27f2c48ac624f4dcd4ba9f9afc78a18bc7c272bc5e2ffba3ca27f044877eec9534e864f40bcd0ec260386071fc8f06d7861b64c5aa432a866b5dac30c9be0f2280e0fee2cdb623384be5aec4fca70772d7c092d87c1ae9e3829035ac62e18a5432bcaecb70683db416b1df0cfcacae97a76a068e23cf6a528585cfd509f0aa8fa8da7c877ac2fe1ffc3033c5fcbedcb84f5631a8536c1766771756e7a6ce31090ffcd86c3f1dce01952e0d95fcc6a8903b7090b88f2de4a4652aeed2d115041f609e8802ca5beda7703555fffcd8cdb3a7d0e1a67b159ca3e16ea5bfc2217a5bdb0f3e17b566b87434898f10fceef7735ea67404452b5712ea4cead5af89e8ffa618438eeaf8d2a9cf874803fd07689f5a3b50e1c82ea4e7f3cb732e1eb89d31ba9b7f71fe2bdc8b0d9234cafd245064b5755531b9c8f4d7389b97f03c044b6ee27307a1b5c0708d4752f762fd3a4cc0c330f1f7ac6a017d1b1ebc7995ec8a9f57c41ebfc75368a101354748fd3bdb5683ad28fc04ca28c61a420012880dcb6cc59799e0c242e473b0230633fd3f2be6ea875770e2a450be4de76b5dbc3c7078195fc12252dd4c6b69a09847fd417002931a5cbda2e18f3f688de738b0aaf380518bc80b24966431faeccb8cfd475050f9281fd4cf9ec1d3ee53cbe13351fd3f28487c2c081ef83b70088af1fd48401379c684bf9d6b7dcc7b8caf5babc7577b8c4c47cd2ee1764fc7ab9e22fd4d1f0d364963c4f7bdfd81f24591ab2c084d2b2ca21ec796b8e516668a9e20fd4d50e6865bb05926e5f0a8cf0d0c8aaf142cb7a1eb594478cec278e618a9f7fd56de8c981aadd27eb45644e907d9c95a360bdf6157cac05fe0f7a274caa96bfd67ec690ac142b15fc8ea5b95008bdd37a202d934f21c7735d7d8cc71e1eb82fd79b0059fe415da31b1d0a933ab261c10b35474ddc8b9a3ea3881803de2cb53fd7f50b679f3596dededab88fb6db601e6bd55ed4902b6e6cf4fc046092195f9fd8eee0b9b71c0ac4fe7a47ec3be608fb7cfb73793692e4bfedcea4b9db404ecfd9c9dfe1d1c3b8ca23340a286228e0cc15f05d211938164aa082f35bff01481fd9f8fe02583b4dbe839941855363ef7814e63b0568a4db05470f757200d30a5fda4e4e7815a7c9b5c8e541d892d87b142fd0b4422d02c51c375dcb3c1f76ea1fdaf8fa62e9890c7edf1da411addca58a66d2c19ace9500b0d0beb974ab768dcfde378c55123929b000bc2810c89c07467fba4f2a10846aac1ce4e1da1f5df76fdf3269b5722fc14c4b2907d3a800eaef17f6bd553e0f72d652673f16314f401fe193168e9d8975d6d33c4ba58711eb0c38ff7ec6ac25fde79ae5b2b78f245e8fe1cc756307ad906ea0cc1781769071f9dc705fe0accedb27fdb469e0acbe8b7fe3791db34c6e6ac8b1f5cf3a04d7fe83d84b0e64f82a19d960668b3bfa39992fe3dd8ed6c6e26ced1f8be84e7c483e64ac7d397b5890ba37ec4c4def785e96cfe4c3b952dbace46d2c400d313d955b11f832a2fb797d613d664e32e3e7a5fdbfe4d45c84dd58f2d2f76c4e75fda8563929ce2afe93f2c5526fcdf22968b0852fe5be098bc52e1b1c6d8e17c4cecf58c1d95a71e3c750551529456b3a4a0b878fe731fa08f09625bd079a669cf43e0e2a8f500f6e2f4e3040c54fe7140577e87fe7b99e1b99c6711f149553918ff0081c5d8daa15377ed7192055c284c70525efe8ffe26de62f442e7ada2e330b739ff5a2ff57cf47f31b8e6f70f9070a61087fe9d5f6dcb6f021bb2103c0165c7e77b840f104645b2500a2dc0e1f0de2c3548febc3aa49c40bee614c60de0251cb7ad2d8399bd0f1c18bde02c2479b7c36be8febf135cfd3386eb94a2df937bbd42329741e10399ead61247d9133c8a902625fec1f9dfbc7724029ea699638e54115615c2b60d897c6607f8376843c1701ad0fedd389a778147fe2b8919645578d1d5586388d1a856f22a15bf36d86928ce07fee5481bd6587f77d9365bf2fe7cfd4a61d9cdb4e7d0961e151bd2715e07fca5feec4f9e0b683b7841f433d7f72d0dacf017e89d684d9c3e6b101c7637a5c55bfef29eded78764a3cc827a523c02af19bf32f5eae84b88aed3d8c33789490793fefd49c60b1c213126996ab6875b369bbc889a353669b938e7139b02156e9e74fefd6c992affc7f1073fb788f2bd2f5dc01af834eda8b97458ea2afdb9f235aeff0632f32e1870b2c2b7d02284469c02365ad8990ab9dd0f247a8cf77ab8a40dff1439605c265339e27e7b2d134c4bc59d1049db54966918d8ef3b957521aef6ff37f4ffb19855cd65b048113e202df49d1b10e42547a0b5288c6d1dce0098f9ff440f4f3b86995ef14bd4e48f6cb5bfbd80d8b821e02f3f614607d37aecf223ff55b32566f605eead7bf878f313ca698c3ce712b966af9c3baf98b5969a894bff5a39deb04efadd576a5f8948f1ac5dcfcd9a569449f952155beb839bd61042ff77f09a73b0d0624e7dbc715985c7fd377a6f9555e61eaa75f427a1a5d61e31ff90136bafae927e502c6ffc0ca8c1ca820c2d7ea642cabecb693e311db92f23ffb41ede23f6db799a8b1b587fd46f61aa855c4481c59e68136562a40589f518ffc2e0681083e63f299733168ebb31e075f39f1ea17398de5f73f1b3a2d0a864ffc43e56a02a52889f2f12009888f2dbe3d3b714ef7e72c6258d22d2cae69ef2ffc5f2386c620cd817cebaffa7229e37658e458c3d6e7edbd1cd992732d5432fffcbe2fab68fb80c72cd0dc7cc88d90d8b0e3bd14aac558ccb91102d1df35c42ffd63fbb9b0943bf5196bedb63322047838294e21893bd65e5de68a3e468ef91ffdadd8c5edd40f3cbb65c057d2c6ed1dc1cbfdb9b7e41eb46d7022c11ec1018fffd7bc53c6e97d0bdaf3e21c4ed32faa45f55d6647e11a0de701cd8e7b2374f223b7df946129992450200, 'no');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('currentCronKey', '', 'yes'),
('dashboardData', 0x613a343a7b733a393a2267656e657261746564223b693a313734323339343430353b733a333a22746466223b613a333a7b733a393a22636f6d6d756e697479223b693a363438353b733a373a227072656d69756d223b693a363539343b733a393a22626c61636b6c697374223b693a363835333b7d733a31303a2261747461636b64617461223b613a333a7b733a333a22323468223b613a32343a7b693a303b613a323a7b733a313a2274223b693a313734323330363430303b733a313a2263223b693a383931353032393b7d693a313b613a323a7b733a313a2274223b693a313734323331303030303b733a313a2263223b693a393037363335383b7d693a323b613a323a7b733a313a2274223b693a313734323331333630303b733a313a2263223b693a393336323734343b7d693a333b613a323a7b733a313a2274223b693a313734323331373230303b733a313a2263223b693a393538323038373b7d693a343b613a323a7b733a313a2274223b693a313734323332303830303b733a313a2263223b693a393933373234313b7d693a353b613a323a7b733a313a2274223b693a313734323332343430303b733a313a2263223b693a31303133323734393b7d693a363b613a323a7b733a313a2274223b693a313734323332383030303b733a313a2263223b693a393838353933323b7d693a373b613a323a7b733a313a2274223b693a313734323333313630303b733a313a2263223b693a31303138323337383b7d693a383b613a323a7b733a313a2274223b693a313734323333353230303b733a313a2263223b693a31303533383736373b7d693a393b613a323a7b733a313a2274223b693a313734323333383830303b733a313a2263223b693a31303436373433353b7d693a31303b613a323a7b733a313a2274223b693a313734323334323430303b733a313a2263223b693a31303731333635353b7d693a31313b613a323a7b733a313a2274223b693a313734323334363030303b733a313a2263223b693a31303830383331303b7d693a31323b613a323a7b733a313a2274223b693a313734323334393630303b733a313a2263223b693a31303539343431333b7d693a31333b613a323a7b733a313a2274223b693a313734323335333230303b733a313a2263223b693a393837373736343b7d693a31343b613a323a7b733a313a2274223b693a313734323335363830303b733a313a2263223b693a393832343030363b7d693a31353b613a323a7b733a313a2274223b693a313734323336303430303b733a313a2263223b693a393931373933313b7d693a31363b613a323a7b733a313a2274223b693a313734323336343030303b733a313a2263223b693a31303034363939393b7d693a31373b613a323a7b733a313a2274223b693a313734323336373630303b733a313a2263223b693a393637303733353b7d693a31383b613a323a7b733a313a2274223b693a313734323337313230303b733a313a2263223b693a393331303334353b7d693a31393b613a323a7b733a313a2274223b693a313734323337343830303b733a313a2263223b693a393330323831383b7d693a32303b613a323a7b733a313a2274223b693a313734323337383430303b733a313a2263223b693a393237363634373b7d693a32313b613a323a7b733a313a2274223b693a313734323338323030303b733a313a2263223b693a393031303230343b7d693a32323b613a323a7b733a313a2274223b693a313734323338353630303b733a313a2263223b693a383631323334383b7d693a32333b613a323a7b733a313a2274223b693a313734323338393230303b733a313a2263223b693a383033313533383b7d7d733a323a223764223b613a373a7b693a303b613a323a7b733a313a2274223b693a313734313733373630303b733a313a2263223b693a3139363330313732353b7d693a313b613a323a7b733a313a2274223b693a313734313832343030303b733a313a2263223b693a3230343837303135363b7d693a323b613a323a7b733a313a2274223b693a313734313931303430303b733a313a2263223b693a3230383735313739353b7d693a333b613a323a7b733a313a2274223b693a313734313939363830303b733a313a2263223b693a3139333537363639393b7d693a343b613a323a7b733a313a2274223b693a313734323038333230303b733a313a2263223b693a3232303031313935303b7d693a353b613a323a7b733a313a2274223b693a313734323136393630303b733a313a2263223b693a3139373539333237323b7d693a363b613a323a7b733a313a2274223b693a313734323235363030303b733a313a2263223b693a3233363330323931363b7d7d733a333a22333064223b613a33303a7b693a303b613a323a7b733a313a2274223b693a313733393735303430303b733a313a2263223b693a3135343632383135343b7d693a313b613a323a7b733a313a2274223b693a313733393833363830303b733a313a2263223b693a3134323838373033303b7d693a323b613a323a7b733a313a2274223b693a313733393932333230303b733a313a2263223b693a3132373730393835383b7d693a333b613a323a7b733a313a2274223b693a313734303030393630303b733a313a2263223b693a3134373238373331353b7d693a343b613a323a7b733a313a2274223b693a313734303039363030303b733a313a2263223b693a3135343332383532363b7d693a353b613a323a7b733a313a2274223b693a313734303138323430303b733a313a2263223b693a3135343231323032393b7d693a363b613a323a7b733a313a2274223b693a313734303236383830303b733a313a2263223b693a3135353634353931383b7d693a373b613a323a7b733a313a2274223b693a313734303335353230303b733a313a2263223b693a3230353536353235373b7d693a383b613a323a7b733a313a2274223b693a313734303434313630303b733a313a2263223b693a3135393139393632353b7d693a393b613a323a7b733a313a2274223b693a313734303532383030303b733a313a2263223b693a3137393933353138353b7d693a31303b613a323a7b733a313a2274223b693a313734303631343430303b733a313a2263223b693a3138393331333131333b7d693a31313b613a323a7b733a313a2274223b693a313734303730303830303b733a313a2263223b693a3136363734383632343b7d693a31323b613a323a7b733a313a2274223b693a313734303738373230303b733a313a2263223b693a3134383931343233393b7d693a31333b613a323a7b733a313a2274223b693a313734303837333630303b733a313a2263223b693a3136313238323236393b7d693a31343b613a323a7b733a313a2274223b693a313734303936303030303b733a313a2263223b693a3135383639383637393b7d693a31353b613a323a7b733a313a2274223b693a313734313034363430303b733a313a2263223b693a3137363737323333393b7d693a31363b613a323a7b733a313a2274223b693a313734313133323830303b733a313a2263223b693a3137343034363130393b7d693a31373b613a323a7b733a313a2274223b693a313734313231393230303b733a313a2263223b693a3232323930303437343b7d693a31383b613a323a7b733a313a2274223b693a313734313330353630303b733a313a2263223b693a3230303633343336343b7d693a31393b613a323a7b733a313a2274223b693a313734313339323030303b733a313a2263223b693a3138363938333230333b7d693a32303b613a323a7b733a313a2274223b693a313734313437383430303b733a313a2263223b693a3230303433313731383b7d693a32313b613a323a7b733a313a2274223b693a313734313536343830303b733a313a2263223b693a3138393130383630323b7d693a32323b613a323a7b733a313a2274223b693a313734313635313230303b733a313a2263223b693a3137393833303538303b7d693a32333b613a323a7b733a313a2274223b693a313734313733373630303b733a313a2263223b693a3139363330313732353b7d693a32343b613a323a7b733a313a2274223b693a313734313832343030303b733a313a2263223b693a3230343837303135363b7d693a32353b613a323a7b733a313a2274223b693a313734313931303430303b733a313a2263223b693a3230383735313739353b7d693a32363b613a323a7b733a313a2274223b693a313734313939363830303b733a313a2263223b693a3139333537363639393b7d693a32373b613a323a7b733a313a2274223b693a313734323038333230303b733a313a2263223b693a3232303031313935303b7d693a32383b613a323a7b733a313a2274223b693a313734323136393630303b733a313a2263223b693a3139373539333237323b7d693a32393b613a323a7b733a313a2274223b693a313734323235363030303b733a313a2263223b693a3233363330323931363b7d7d7d733a393a22636f756e7472696573223b613a313a7b733a323a223764223b613a31303a7b693a303b613a323a7b733a323a226364223b733a323a225553223b733a323a226374223b693a3635353535383734303b7d693a313b613a323a7b733a323a226364223b733a323a224e4c223b733a323a226374223b693a3235363338333737333b7d693a323b613a323a7b733a323a226364223b733a323a225347223b733a323a226374223b693a3139353730303739383b7d693a333b613a323a7b733a323a226364223b733a323a224445223b733a323a226374223b693a3138313938383537313b7d693a343b613a323a7b733a323a226364223b733a323a224652223b733a323a226374223b693a3133343233363731383b7d693a353b613a323a7b733a323a226364223b733a323a22494e223b733a323a226374223b693a3130353436393539353b7d693a363b613a323a7b733a323a226364223b733a323a224742223b733a323a226374223b693a38343330323633393b7d693a373b613a323a7b733a323a226364223b733a323a22434e223b733a323a226374223b693a37343538343438323b7d693a383b613a323a7b733a323a226364223b733a323a22564e223b733a323a226374223b693a35373830323037353b7d693a393b613a323a7b733a323a226364223b733a323a224944223b733a323a226374223b693a34303939383231363b7d7d7d7d, 'yes'),
('dbTest', 0x613a313a7b733a353a226e6f6e6365223b733a36343a2230626131396166363361383563396534323434626266393935666139343439373035646534343930393663356461646262306565633332373434376663393930223b7d, 'no'),
('dbVersion', 0x31302e352e32382d4d617269614442, 'yes'),
('debugOn', 0x30, 'yes'),
('deleteTablesOnDeact', 0x30, 'yes'),
('detectProxyNextCheck', 0x31373432393834343336, 'no'),
('detectProxyNonce', '', 'no'),
('detectProxyRecommendation', 0x485454505f43465f434f4e4e454354494e475f4950, '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', 0x37643833656561396163636133633664, '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', 0x706169642d63757272656e74, 'yes'),
('lastAdminLogin', 0x613a363a7b733a363a22757365724944223b693a313b733a383a22757365726e616d65223b733a353a226c696e636f223b733a393a2266697273744e616d65223b733a303a22223b733a383a226c6173744e616d65223b733a303a22223b733a343a2274696d65223b733a32373a225468752032307468204d6172636820402030353a32343a3035504d223b733a323a224950223b733a31343a2231352e3138352e3130362e323330223b7d, 'yes'),
('lastAttackDataSendId', 0x3831383131, 'yes'),
('lastAttackDataSendTime', 0x313734323437373335322e353634303537, 'yes'),
('lastBlockAggregation', 0x31373432343730303433, 'yes'),
('lastBruteForceDataSendTime', 0x313734323434323535352e333032383030, 'yes'),
('lastDailyCron', 0x31373432333937323130, 'yes'),
('lastDashboardCheck', 0x31373432333937323130, 'yes'),
('lastNotificationID', 0x34373536, 'no'),
('lastPermissionsTemplateCheck', 0x31373432343432353436, 'yes'),
('lastScanCompleted', 0x6f6b, 'yes'),
('lastScanFailureType', '', 'yes'),
('lastScheduledScanStart', 0x31373432333739363334, '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', 0x61313236313336663932333663626334306565376261323562383762316535323536313333323238366338383730323564636461303662656131636237336336, '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', 0x31, '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', 0x613a323a7b693a303b693a313734323633383230303b693a313b693a313734323839373430303b7d, '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', 0x31373432333739303030, 'yes'),
('other_blockBadPOST', 0x30, 'yes'),
('other_bypassLitespeedNoabort', 0x30, 'yes'),
('other_hideWPVersion', 0x30, 'yes'),
('other_pwStrengthOnUpdate', 0x31, 'yes'),
('other_scanComments', 0x31, 'yes'),
('other_scanOutside', 0x30, 'yes'),
('other_WFNet', 0x31, 'yes'),
('premiumNextRenew', 0x31373734303135303939, 'yes'),
('previousWflogsFileList', 0x5b226970732e706870222c222e6874616363657373222c22636f6e6669672d6c6976657761662e706870222c22636f6e6669672d7472616e7369656e742e706870222c2247656f4c697465322d436f756e7472792e6d6d6462222c2272756c65732e706870222c22636f6e6669672d73796e6365642e706870222c2261747461636b2d646174612e706870222c22636f6e6669672e706870222c2274656d706c6174652e706870225d, 'yes'),
('scanAjaxTestSuccessful', 0x31, 'yes'),
('scanFileProcessing', '', 'yes'),
('scanMonitorLastAttempt', 0x31373432333937323132, 'yes'),
('scanMonitorLastAttemptMode', 0x717569636b, 'yes'),
('scanMonitorLastAttemptWasFork', '', 'yes'),
('scanMonitorLastSuccess', 0x31373432333937323134, 'yes'),
('scanMonitorRemainingResumeAttempts', 0x32, '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', 0x30, 'yes'),
('scansEnabled_posts', 0x31, 'yes'),
('scansEnabled_scanImages', 0x30, 'yes'),
('scansEnabled_suspectedFiles', 0x31, 'yes'),
('scansEnabled_suspiciousAdminUsers', 0x31, 'yes'),
('scansEnabled_suspiciousOptions', 0x31, 'yes'),
('scansEnabled_themes', 0x30, 'yes'),
('scansEnabled_wafStatus', 0x31, 'yes'),
('scansEnabled_wpscan_directoryListingEnabled', 0x31, 'yes'),
('scansEnabled_wpscan_fullPathDisclosure', 0x31, 'yes'),
('scanStageStatuses', 0x613a31313a7b733a31333a227370616d766572746973696e67223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a343a227370616d223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a393a22626c61636b6c697374223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a363a22736572766572223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d7761726e696e67223b733a373a2273746172746564223b693a353b733a383a2266696e6973686564223b693a353b733a383a226578706563746564223b693a353b7d733a373a226368616e676573223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a363a227075626c6963223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a373a226d616c77617265223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d7761726e696e67223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a373a22636f6e74656e74223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a333b733a383a2266696e6973686564223b693a333b733a383a226578706563746564223b693a333b7d733a383a2270617373776f7264223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a31333a2276756c6e65726162696c697479223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d7761726e696e67223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a373a226f7074696f6e73223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d7d, 'no'),
('scanTime', 0x313734323339373231342e34363437, 'yes'),
('scanType', 0x7374616e64617264, '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', 0x3137, 'yes'),
('scheduledScansEnabled', 0x31, 'yes'),
('serverDNS', 0x313734323434323534363b3330303b3130342e32312e31392e3139, 'yes'),
('serverIP', 0x313734323337393633373b36362e32392e3133362e3632, 'yes'),
('showAdminBarMenu', 0x31, 'yes'),
('showWfCentralUI', 0x31, 'yes'),
('signatureUpdateTime', 0x31373432333736373631, 'yes'),
('spamvertizeCheck', 0x31, 'yes'),
('ssl_verify', 0x31, 'yes'),
('startScansRemotely', 0x30, 'yes'),
('supportContent', 0x7b22746f70223a5b7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a307d2c7b227469746c65223a224f7074696d697a696e6720546865204669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a317d2c7b227469746c65223a22576f726466656e636520576562204170706c69636174696f6e204669726577616c6c202857414629222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c226f72646572223a327d2c7b227469746c65223a225363616e2054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d2c7b227469746c65223a22576f726466656e636520616e64204c6974655370656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f6c69746573706565645c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d2c7b227469746c65223a224669726577616c6c204c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a367d2c7b227469746c65223a225363616e20526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a377d2c7b227469746c65223a224920616d206c6f636b6564206f7574206f66206d792073697465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f23692d616d2d6c6f636b65642d6f75742d6f662d6d792d73697465222c226f72646572223a387d2c7b227469746c65223a2250485020466174616c206572726f723a204661696c6564206f70656e696e6720726571756972656420776f726466656e63652d7761662e706870222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f237068702d666174616c2d6572726f722d6661696c65642d6f70656e696e672d72657175697265642d776f726466656e63652d7761662d706870222c226f72646572223a397d5d2c22616c6c223a5b7b227469746c65223a22576f726466656e63652046726565222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d667265655c2f222c2265786365727074223a22576f726466656e6365204672656520697320616e20616c6c2d696e2d6f6e6520736563757269747920736f6c7574696f6e20666f7220576f72645072657373207765627369746573207468617420696e636c7564657320616e20656e64706f696e74206669726577616c6c2c207365637572697479207363616e6e65722c206c6f67696e2073656375726974792c20616c657274732c2063656e7472616c697a6564206d616e6167656d656e742c20616e64206d6f72652e222c226f72646572223a307d2c7b227469746c65223a22576f726466656e6365205072656d69756d222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d7072656d69756d5c2f222c2265786365727074223a22576f726466656e6365205072656d69756d20636f6d65732077697468207265616c2d74696d65206669726577616c6c2070726f74656374696f6e2c207265616c2d74696d65207363616e207369676e6174757265732c20616e204950206164647265737320626c6f636b6c6973742c20636f756e74727920626c6f636b696e672c20616e64205072656d69756d20737570706f72742e222c226f72646572223a317d2c7b227469746c65223a22576f726466656e63652043617265222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d636172655c2f222c2265786365727074223a22576f726466656e6365204361726520697320666f7220627573696e657373206f776e6572732077686f20706c6163652061207072656d69756d206f6e2074686569722074696d652e204f7572207465616d20696e7374616c6c732c20636f6e666967757265732c206f7074696d697a65732c20616e64206d61696e7461696e7320796f757220576f7264507265737320736974652073656375726974792e222c226f72646572223a327d2c7b227469746c65223a22576f726466656e636520526573706f6e7365222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d726573706f6e73655c2f222c2265786365727074223a22576f726466656e636520526573706f6e736520697320666f72206d697373696f6e2d637269746963616c20576f72645072657373207765627369746573207468617420726571756972652032345c2f375c2f333635207365637572697479206d6f6e69746f72696e672077697468206120312d686f757220726573706f6e73652074696d6520616e642032342d686f75722072656d6564696174696f6e2e222c226f72646572223a337d2c7b227469746c65223a22496e636964656e7420526573706f6e7365205365727669636573222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f696e636964656e742d726573706f6e73652d73657276696365735c2f222c2265786365727074223a224c6574206f6e65206f66206f757220536563757269747920416e616c797374732068656c7020796f7520636c65616e20796f757220696e6665637465642073697465206f7220696e737065637420697420666f722076756c6e65726162696c69746965732e222c226f72646572223a347d2c7b227469746c65223a224c6963656e7365204b6579222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6170692d6b65795c2f222c2265786365727074223a22416c6c20576f726466656e636520696e7374616c6c6174696f6e73206e6565642061206c6963656e7365206b65792c20616c736f206b6e6f776e20617320616e204150492d6b65792e20546865206b65792063616e20626520612066726565206b6579206f722061205072656d69756d206b65792e20222c226f72646572223a357d2c7b227469746c65223a224163636f756e7420616e642042696c6c696e6720486973746f7279222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6163636f756e745c2f222c2265786365727074223a22486f7720746f206e6176696761746520616e642075736520796f757220576f726466656e6365206163636f756e742e222c226f72646572223a367d2c7b227469746c65223a22576f726466656e63652043656e7472616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f222c2265786365727074223a22576f726466656e63652043656e7472616c2070726f7669646573206120706f77657266756c20616e6420656666696369656e742077617920746f206d616e61676520746865207365637572697479206f66206d616e7920576f726450726573732073697465732076696120612073696e676c6520696e746572666163652e222c226368696c6472656e223a5b7b227469746c65223a22436f6e6e656374696e6720796f757220736974657320746f20576f726466656e63652043656e7472616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e6e6563745c2f222c226f72646572223a307d2c7b227469746c65223a2253657474696e672075702074776f2d666163746f722061757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f3266615c2f222c226f72646572223a317d2c7b227469746c65223a225573696e67207468652044617368626f6172642070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f63656e7472616c5c2f222c226f72646572223a327d2c7b227469746c65223a225573696e672074686520436f6e66696775726174696f6e2070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e66696775726174696f6e5c2f222c226f72646572223a337d2c7b227469746c65223a225573696e6720576f726466656e636520706c7567696e206f7074696f6e732054656d706c61746573222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f74656d706c617465735c2f222c226f72646572223a347d2c7b227469746c65223a2256696577696e67207363616e2046696e64696e6773222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f66696e64696e67735c2f222c226f72646572223a357d2c7b227469746c65223a225573696e6720576f726466656e63652043656e7472616c205465616d73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f7465616d735c2f222c226f72646572223a367d2c7b227469746c65223a225573696e67207468652053657474696e67732070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f73657474696e67735c2f222c226f72646572223a377d5d2c226f72646572223a377d2c7b227469746c65223a2244617368626f617264222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f222c2265786365727074223a2254686520576f726466656e63652044617368626f6172642070726f766964657320696e736967687420696e746f207468652063757272656e74207374617465206f6620796f75722073697465e28099732073656375726974792e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22416c65727473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f616c657274735c2f222c226f72646572223a317d5d2c226f72646572223a387d2c7b227469746c65223a224669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c2265786365727074223a2254686520576f726466656e636520576562204170706c69636174696f6e204669726577616c6c2069732061205048502062617365642c206170706c69636174696f6e206c6576656c206669726577616c6c20746861742066696c74657273206f7574206d616c6963696f757320726571756573747320746f20796f757220736974652e20222c226368696c6472656e223a5b7b227469746c65223a224f7074696d697a696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a307d2c7b227469746c65223a2253746174697374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f737461746973746963735c2f222c226f72646572223a317d2c7b227469746c65223a224c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a327d2c7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696f6e735c2f222c226f72646572223a337d2c7b227469746c65223a224d7953514c692073746f7261676520656e67696e65222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6d7973716c692d73746f726167652d656e67696e655c2f222c226f72646572223a347d2c7b227469746c65223a22427275746520466f7263652050726f74656374696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f62727574652d666f7263655c2f222c226f72646572223a357d2c7b227469746c65223a2252617465204c696d6974696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f726174652d6c696d6974696e675c2f222c226f72646572223a367d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a377d5d2c226f72646572223a397d2c7b227469746c65223a22426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f222c2265786365727074223a2241736964652066726f6d20746865206669726577616c6c2072756c657320746861742070726f7465637420616761696e737420766172696f75732061747461636b732c20576f726466656e636520616c736f2068617320637573746f6d20666561747572657320666f72206164646974696f6e616c20626c6f636b696e672e20222c226368696c6472656e223a5b7b227469746c65223a22436f756e74727920426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f636f756e7472792d626c6f636b696e675c2f222c226f72646572223a307d2c7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a317d5d2c226f72646572223a31307d2c7b227469746c65223a225363616e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f222c2265786365727074223a224120576f726466656e6365207363616e206578616d696e657320616c6c2066696c6573206f6e20796f757220576f726450726573732077656273697465206c6f6f6b696e6720666f72206d616c6963696f757320636f64652c206261636b646f6f72732c20616e64207368656c6c732074686174206861636b657273206861766520696e7374616c6c65642e20497420616c736f207363616e7320666f72206b6e6f776e206d616c6963696f75732055524c7320616e64206b6e6f776e207061747465726e73206f6620696e66656374696f6e732e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a317d2c7b227469746c65223a225363686564756c696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363686564756c696e675c2f222c226f72646572223a327d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d5d2c226f72646572223a31317d2c7b227469746c65223a22546f6f6c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f222c2265786365727074223a22576f726466656e636520546f6f6c7320696e636c756465204c697665205472616666696320616e616c797369732c2057484f4953204c6f6f6b75702c20496d706f72745c2f4578706f7274204f7074696f6e732c20616e6420446961676e6f73746963732e222c226368696c6472656e223a5b7b227469746c65223a224c6976652054726166666963222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c6976652d747261666669635c2f222c226f72646572223a307d2c7b227469746c65223a2257484f4953204c6f6f6b7570222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f77686f69732d6c6f6f6b75705c2f222c226f72646572223a317d2c7b227469746c65223a22496d706f72745c2f4578706f7274222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f696d706f72742d6578706f72745c2f222c226f72646572223a327d2c7b227469746c65223a22446961676e6f7374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f646961676e6f73746963735c2f222c226f72646572223a337d2c7b227469746c65223a224c65676163792054776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c65676163792d74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d5d2c226f72646572223a31327d2c7b227469746c65223a224175646974204c6f67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f61756469742d6c6f675c2f222c2265786365727074223a2254686520576f726466656e6365204175646974204c6f672069732061207072656d69756d20666561747572652074686174207265636f726473206120686973746f7279206f66206576656e7473206f6e20796f7572207369746520746f2061737369737420696e206d6f6e69746f72696e6720666f7220756e617574686f72697a656420616374696f6e73206f72207369676e73206f6620636f6d70726f6d6973652e204576656e74732063616e20696e636c7564652065766572797468696e672066726f6d2075736572206372656174696f6e20616e642065646974696e6720746f20706c7567696e5c2f7468656d6520696e7374616c6c6174696f6e20616e6420757064617465732e20416c6c206461746120636170747572656420666f722072656c6576616e74206576656e74732069732073617665642072656d6f74656c7920746f20576f726466656e63652043656e7472616c20746f2070726576656e7420616e792074616d706572696e672074686174206d617920696e74657266657265207769746820706f73742d696e636964656e7420616e616c7973697320616e6420726573706f6e73652e222c226f72646572223a31337d2c7b227469746c65223a224c6f67696e205365637572697479222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974795c2f222c2265786365727074223a22546865204c6f67696e20536563757269747920706167652063757272656e746c7920636f6e7461696e732073657474696e677320666f722074776f2d666163746f722061757468656e7469636174696f6e20283246412920616e64207265434150544348412e20496e20612066757475726520576f726466656e63652076657273696f6e2c206578697374696e67206c6f67696e2d72656c617465642066656174757265732077696c6c20616c736f206d6f766520746f207468652073616d6520706167652e222c226f72646572223a31347d2c7b227469746c65223a22426173696320506c7567696e2053657474696e6773222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f62617369632d706c7567696e2d73657474696e67735c2f222c2265786365727074223a224865726520617265206f7572206d696e696d616c207265636f6d6d656e6465642073657474696e677320746f20736574207570206f6e636520796f75206861766520696e7374616c6c656420616e6420616374697661746564206f757220706c7567696e2e222c226f72646572223a31357d2c7b227469746c65223a22416476616e636564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f222c2265786365727074223a22496620796f752077616e7420746f206b6e6f77206d6f72652061626f75742074686520746563686e6963616c2064657461696c73206f6620576f726466656e63652c20796f752077696c6c2066696e642074686520616e737765727320696e20746869732073656374696f6e2e222c226368696c6472656e223a5b7b227469746c65223a22436f6d7061746962696c697479222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f636f6d7061746962696c6974795c2f222c226f72646572223a307d2c7b227469746c65223a22546563686e6963616c2044657461696c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f746563686e6963616c2d64657461696c735c2f222c226f72646572223a317d2c7b227469746c65223a224368616e67656c6f67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f6368616e67656c6f675c2f222c226f72646572223a327d2c7b227469746c65223a22436f6e7374616e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f636f6e7374616e74735c2f222c226f72646572223a337d2c7b227469746c65223a2252656d6f7665206f72205265736574222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f72656d6f76652d6f722d72657365745c2f222c226f72646572223a347d2c7b227469746c65223a2253797374656d20726571756972656d656e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f222c226f72646572223a357d2c7b227469746c65223a22576f726466656e636520415049222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f776f726466656e63652d6170695c2f222c226f72646572223a367d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a377d2c7b227469746c65223a22506c7567696e205c2f205468656d6520436f6e666c69637473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f706c7567696e2d7468656d652d636f6e666c696374735c2f222c226f72646572223a387d5d2c226f72646572223a31367d2c7b227469746c65223a22576f726466656e636520616e642047445052202d2047656e6572616c20446174612050726f74656374696f6e20526567756c6174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f222c2265786365727074223a2244656669616e742c2074686520636f6d70616e7920626568696e6420576f726466656e63652c20686173207570646174656420697473207465726d73206f66207573652c207072697661637920706f6c696369657320616e6420736f6674776172652c2061732077656c6c206173206d61646520617661696c61626c65207374616e6461726420636f6e747261637475616c20636c617573657320746f206d656574204744505220636f6d706c69616e63652e20437573746f6d657273206d7573742072657669657720616e6420616772656520746f2075706461746564207465726d7320696e206f7264657220746f20636f6e74696e7565207573696e67206f75722070726f647563747320616e642073657276696365732e222c226368696c6472656e223a5b7b227469746c65223a225375622d50726f636573736f7273204c697374222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f7375622d70726f636573736f72732d6c6973745c2f222c226f72646572223a307d5d2c226f72646572223a31377d2c7b227469746c65223a224c6f67696e20536563757269747920506c7567696e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974792d706c7567696e5c2f222c2265786365727074223a2254686520576f726466656e6365204c6f67696e20536563757269747920706c7567696e20636f6e7461696e73206120737562736574206f662074686520666561747572657320666f756e6420696e207468652066756c6c20576f726466656e636520706c7567696e3a2054776f2d666163746f722041757468656e7469636174696f6e2c20584d4c2d5250432050726f74656374696f6e20616e64204c6f67696e205061676520434150544348412e20497420697320696465616c20666f722073697465732074686174206e656564206c6f67696e2073656375726974792066756e6374696f6e616c69747920627574206569746865722063616ee2809974206f7220646f6ee28099742077616e7420746f2072756e207468652066756c6c20576f726466656e636520706c7567696e2e222c226f72646572223a31387d2c7b227469746c65223a22576f726466656e636520496e74656c6c6967656e6365222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f222c2265786365727074223a22576f726466656e636520496e74656c6c6967656e636520697320616e20696e6475737472792d6c656164696e6720576f726450726573732076756c6e65726162696c69747920646174616261736520616e642065766f6c76696e672054687265617420496e74656c6c6967656e636520706c6174666f726d207468617420636f6e7461696e73206f7665722031322c303030207265636f72647320666f722076756c6e65726162696c697469657320696e20576f7264507265737320706c7567696e732c207468656d65732c20616e6420636f72652e222c226368696c6472656e223a5b7b227469746c65223a2256323a20416363657373696e6720616e6420436f6e73756d696e67207468652056756c6e65726162696c69747920446174612046656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f76322d616363657373696e672d616e642d636f6e73756d696e672d7468652d76756c6e65726162696c6974792d646174612d666565645c2f222c226f72646572223a307d2c7b227469746c65223a2256313a20416363657373696e6720616e6420436f6e73756d696e67207468652056756c6e65726162696c69747920446174612046656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f616363657373696e672d616e642d636f6e73756d696e672d7468652d76756c6e65726162696c6974792d646174612d666565645c2f222c226f72646572223a317d2c7b227469746c65223a22576f726466656e636520496e74656c6c6967656e636520576562686f6f6b204e6f74696669636174696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f776f726466656e63652d696e74656c6c6967656e63652d776562686f6f6b2d6e6f74696669636174696f6e735c2f222c226f72646572223a327d5d2c226f72646572223a31397d5d7d, 'yes'),
('supportHash', 0x39626364373837366465366664643639616235346530646130666334643264356131643732386237636466613762376566643563663939613733613661366132, 'yes'),
('suspiciousAdminUsernames', 0x613a323a7b693a303b733a34363a222f5e77705c2e736572766963655c2e636f6e74726f6c6c6572283f3a5c2e5b612d7a412d5a302d395d2b29242f69223b693a313b733a35353a222f5e283f3a776f72647072657373737361646d696e7c776f7264707265737461646d696e7c6a61696d652e626573736572353629242f69223b7d, 'yes'),
('timeoffset_wf', 0x30, 'yes'),
('timeoffset_wf_updated', 0x31373432343739303530, 'yes');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('tldlist', 0x7c636f6d7c6f72677c6e65747c6564757c6161617c6162627c6162637c61636f7c6164737c6165677c61666c7c6169677c616e7a7c616f6c7c6170707c6172747c6177737c6178617c6261727c6262637c6262747c6263677c62636e7c6265747c6269647c62696f7c62697a7c626d737c626d777c626f6d7c626f6f7c626f747c626f787c6275797c627a687c6361627c63616c7c63616d7c6361727c6361747c6362617c63626e7c63656f7c6366617c6366647c6370617c6372737c6461647c6461797c6464737c6465767c64686c7c6469797c646e707c646f677c646f747c6474767c6476727c6561747c65636f7c6573717c6575737c66616e7c6669747c666c797c666f6f7c666f787c66726c7c6674727c66756e7c6679697c67616c7c6761707c6761797c67646e7c6765617c676c657c676d6f7c676d787c676f6f7c676f707c676f747c676f767c68626f7c6869767c686b747c686f747c686f777c69626d7c6963657c6963757c69666d7c696e637c696e677c696e6b7c696e747c6973747c6974767c6a63627c6a696f7c6a6c6c7c6a6d707c6a6e6a7c6a6f747c6a6f797c6b66687c6b69617c6b696d7c6b706e7c6b72647c6c61747c6c61777c6c64737c6c6c637c6c6c707c6c6f6c7c6c706c7c6c74647c6d616e7c6d61707c6d62617c6d65647c6d656e7c6d696c7c6d69747c6d6c627c6d6c737c6d6d617c6d6f657c6d6f697c6d6f6d7c6d6f767c6d73647c6d746e7c6d74727c6e61627c6e62617c6e65637c6e65777c6e666c7c6e676f7c6e686b7c6e6f777c6e72617c6e72777c6e74747c6e79637c6f62697c6f6e657c6f6e677c6f6e6c7c6f6f6f7c6f74747c6f76687c7061797c7065747c7068647c7069647c70696e7c706e637c70726f7c7072757c7075627c7077637c7265647c72656e7c72696c7c72696f7c7269707c72756e7c7277657c7361707c7361737c7362697c7362737c7363627c7365777c7365787c7366727c736b697c736b797c736f797c7370617c73726c7c7374637c7461627c7461787c7463697c74646b7c74656c7c7468647c746a787c746f707c7472767c7475697c7476737c7562737c756e6f7c756f6c7c7570737c7665747c7669677c76696e7c7669707c7765647c77696e7c776d657c776f777c7774637c7774667c78696e7c7878787c78797a7c796f757c79756e7c7a69707c61637c61647c61657c61667c61677c61697c616c7c616d7c616f7c61717c61727c61737c61747c61757c61777c61787c617a7c62617c62627c62647c62657c62667c62677c62687c62697c626a7c626d7c626e7c626f7c62727c62737c62747c62767c62777c62797c627a7c63617c63637c63647c63667c63677c63687c63697c636b7c636c7c636d7c636e7c636f7c63727c63757c63767c63777c63787c63797c637a7c64657c646a7c646b7c646d7c646f7c647a7c65637c65657c65677c65727c65737c65747c65757c66697c666a7c666b7c666d7c666f7c66727c67617c67627c67647c67657c67667c67677c67687c67697c676c7c676d7c676e7c67707c67717c67727c67737c67747c67757c67777c67797c686b7c686d7c686e7c68727c68747c68757c69647c69657c696c7c696d7c696e7c696f7c69717c69727c69737c69747c6a657c6a6d7c6a6f7c6a707c6b657c6b677c6b687c6b697c6b6d7c6b6e7c6b707c6b727c6b777c6b797c6b7a7c6c617c6c627c6c637c6c697c6c6b7c6c727c6c737c6c747c6c757c6c767c6c797c6d617c6d637c6d647c6d657c6d677c6d687c6d6b7c6d6c7c6d6d7c6d6e7c6d6f7c6d707c6d717c6d727c6d737c6d747c6d757c6d767c6d777c6d787c6d797c6d7a7c6e617c6e637c6e657c6e667c6e677c6e697c6e6c7c6e6f7c6e707c6e727c6e757c6e7a7c6f6d7c70617c70657c70667c70677c70687c706b7c706c7c706d7c706e7c70727c70737c70747c70777c70797c71617c72657c726f7c72737c72757c72777c73617c73627c73637c73647c73657c73677c73687c73697c736a7c736b7c736c7c736d7c736e7c736f7c73727c73737c73747c73757c73767c73787c73797c737a7c74637c74647c74667c74677c74687c746a7c746b7c746c7c746d7c746e7c746f7c74727c74747c74767c74777c747a7c75617c75677c756b7c75737c75797c757a7c76617c76637c76657c76677c76697c766e7c76757c77667c77737c79657c79747c7a617c7a6d7c7a777c616172707c61626c657c616d6963617c617261627c6164756c747c6165726f7c616d65787c6165746e617c616b646e7c616c6c797c61726368697c6172616d636f7c61726d797c6170706c657c617270617c616d66616d7c616e7175616e7c617274657c617364617c617369617c6163746f727c617564697c6175746f7c626162797c62616e647c62616e6b7c626276617c6261736b657462616c6c7c6269626c657c62696e676f7c626175686175737c626565727c62617965726e7c62656174737c6265617574797c6265726c696e7c62696b657c626c61636b7c62656e746c65797c626573747c626573746275797c62696e677c6268617274697c626c6f677c626f6f6b7c62617263656c6f6e617c626f7363687c617574686f727c6175746f737c617a7572657c626172636c6179737c62617265666f6f747c626172636c6179636172647c626c75657c626f66617c626f6e647c62757a7a7c636172657c62616964757c636166657c636172737c636272657c6365726e7c636861747c636974697c6275696c647c63616c6c7c63616d707c636173617c636173657c63617264737c636173687c63686173657c63686561707c6368726f6d657c6368757263687c636972636c657c636973636f7c6368616e656c7c63697469637c636974797c636f6f6c7c617564696f7c6465616c7c6261736562616c6c7c636c75627c646174657c64636c6b7c626f6174737c63616e6f6e7c636f6465737c636f6d7365637c63726f776e7c646174617c62726f6b65727c636f666665657c6372656469747c6372756973657c63796f757c636f6e646f737c636f6f707c64656c6c7c646965747c646f63737c666167657c6661696c7c6d6f746f7c636c69636b7c636c61696d737c636c696e69637c646573697c636c6f75647c646973687c647661677c65726e697c6d6f62697c6d6f64617c6e616d657c6e6176797c6e6577737c6e6578747c6e69636f7c6e696b657c6f6c6c6f7c6f70656e7c706167657c706172737c736b696e7c736f6e677c6261726761696e737c737461727c636f6163687c736e63667c736f68757c736f6e797c73706f747c636f75706f6e7c737572667c74616c6b7c63796d72757c626f6f6b696e677c63616d6572617c666c69727c64656e74616c7c626f656872696e6765727c6465616c737c666f6f647c61697274656c7c64657369676e7c6469726563747c626e70706172696261737c666f72647c6166726963617c666f72756d7c667265657c64616e63657c6167656e63797c6169726275737c626c6f6f6d626572677c66756e647c71706f6e7c666f7265787c67616d65737c6762697a7c67656e747c6d6f7669657c736176657c67616c6c6f7c67616d657c6d6f6e65797c7361786f7c6d757369637c626c61636b6672696461797c726561647c73636f747c736561747c7365656b7c70617274737c70726f667c616c697061797c726f6f6d7c616c736163657c616d617a6f6e7c70726f6d6f7c616c73746f6d7c67617264656e7c62726f61647761797c727376707c646174696e677c64617473756e7c727568727c627261646573636f7c67616c6c75707c7361726c7c71756573747c726164696f7c73616c657c73616c6f6e7c736576656e7c73746f72657c73747564797c6162627669657c72656861627c72656973657c72756762797c736166657c73656e65727c73706163657c73706f72747c7374796c657c7375636b737c6162626f74747c626f7374696b7c626f73746f6e7c626f7574697175657c6465616c65727c667574626f6c7c74617461727c6465677265657c73776973737c626c6f636b6275737465727c736578797c66656465787c6669646f7c66696c6d7c666972657c666973687c6f6d6567617c70686f6e657c706c75737c6570736f6e7c70686f746f7c706963737c70696e677c70696e6b7c706c61797c706f686c7c736869617c636173696e6f7c66616e737c666173747c656d6572636b7c6661726d7c66616974687c70617269737c706363777c706f726e7c656e657267797c66616d696c797c706f73747c656d61696c7c6f73616b617c63656e7465727c6578706572747c62726964676573746f6e657c6576656e74737c70726f647c6573746174657c73686f707c6e657875737c73696c6b7c6e696b6f6e7c6e696e6a617c70617274797c70726178697c70726573737c7072696d657c646f63746f727c73686172707c73686f777c64726976657c666c69636b727c6e6f6b69617c6e6f7774767c706f6b65727c73696e617c6361726565727c736974657c64656c74617c64756261697c7368656c6c7c736b7970657c736c696e677c64756e6c6f707c70697a7a617c706c6163657c736d696c657c64757262616e7c65617274687c6564656b617c66696e616c7c73686f65737c736d6172747c736f6c61727c6475706f6e747c67656f7267657c676765657c676966747c676d62687c676f6c647c676f6c667c676f6f677c677567657c677572757c686169727c686175737c686466637c68656c707c686572657c687362637c696362637c696d6d6f7c696e666f7c697461757c6a6565707c67756964657c686f73747c696565657c696d64627c6a6176617c6a6f62737c6865616c74687c6b6464697c6b6964737c686f7573657c68796174747c696b616e6f7c616972666f7263657c6a7072737c67756363697c6b6977697c616c69626162617c676d61696c7c6b706d677c616d7374657264616d7c6b7265647c616d65726963616e66616d696c797c67696674737c67697665737c6a65747a747c676976696e677c676c6173737c676c6f62616c7c676c6f626f7c6c616e647c676f6f676c657c616c6c66696e616e7a7c616d65726963616e657870726573737c69726973687c6772617469737c677265656e7c67726970657c686f6e64617c616c6c73746174657c67726f75707c686f7273657c6865726d65737c686f6d65737c6c6f616e7c61626f6761646f7c6c65676f7c6c6762747c6c69646c7c6c6966657c6c7578657c696e747569747c6c7464617c696e737572657c6c696b657c6c696d6f7c6c696e6b7c6c6976657c6c6f76657c6d6169667c686970686f707c6d656d657c686f636b65797c6d6565747c686f74656c737c696d616d61747c6d696e747c6875676865737c6a61677561727c6a6f627572677c6d656e757c6d696e697c7066697a65727c70686f746f737c70687973696f7c7069637465747c7175656265637c726163696e677c61627564686162697c61636164656d797c616363656e747572657c7265616c74797c6163636f756e74616e747c6163636f756e74616e74737c6167616b68616e7c62616e616d65787c746178697c616e616c79746963737c6173736f6369617465737c6c657875737c6c6f7474657c6c6f74746f7c766f746f7c6c6f6375737c77616e677c6c6f616e737c6174746f726e65797c6c696c6c797c746d616c6c7c6174686c6574617c746f776e7c6c6976696e677c6d616e676f7c6d656469617c6d69616d697c746f6f6c737c776569727c6c6f636b65727c6c6f6e646f6e7c6d61647269647c746f6b796f7c6d6169736f6e7c6d616b6575707c6d61726b65747c6d617474656c7c6d6f62696c657c6d6f6e6173687c6d6f726d6f6e7c6d6f73636f777c746f6461797c6c75787572797c6d757365756d7c7465616d7c746563687c746576617c746961617c746f79737c747562657c76616e617c766973617c766976617c7669766f7c617573706f73747c746970737c766f74657c74697265737c61756374696f6e7c7469726f6c7c61756469626c657c6e61676f79617c7769656e7c77696b697c6b696e646c657c6b796f746f7c6f7473756b617c616e64726f69647c6b6f736865727c796f67617c6b6f656c6e7c6f66666963657c6f6c6179616e7c7a6172617c7a65726f7c6171756172656c6c657c77696e657c7a6f6e657c6c656173657c6a7565676f737c6f6e6c696e657c61706172746d656e74737c6b617566656e7c6c616d65727c6c6567616c7c6f7261636c657c6f72616e67657c726f64656f7c74726164657c74757368757c776f726b7c74727573747c6c656672616b7c746f7261797c6e697373616e7c746f74616c7c746f7572737c74756e65737c7562616e6b7c766964656f7c6e69737361797c76656761737c78626f787c766f646b617c766f6c766f7c77617463687c77656265727c7961686f6f7c6c61777965727c77616c65737c6e6f72746f6e7c776569626f7c6e6f7772757a7c776f726b737c776f726c647c6c6174696e6f7c7865726f787c72656973656e7c62726f746865727c726f636b737c6361706974616c7c6361726176616e7c636172656572737c6368616e6e656c7c636861726974797c6368696e7461697c6369746164656c7c636c75626d65647c636f6c6c6567657c636f6c6f676e657c6361746572696e677c636f6d70616e797c636f6d706172657c636f6e746163747c636f6f6b696e677c636f72736963617c636f756e7472797c636f75706f6e737c636f75727365737c637269636b65747c637275697365737c64656e746973747c6469676974616c7c636174686f6c69637c78696875616e7c636c65616e696e677c77656263616d7c6661726d6572737c66617368696f6e7c77616c7465727c657870726573737c6369707269616e697c636c696e697175657c666565646261636b7c766f796167657c636c6f7468696e677c6368726973746d61737c666572726172697c6665727265726f7c636f6d6d62616e6b7c636f6d70757465727c666964656c6974797c636f6d6d756e6974797c6661697277696e64737c636f6e737472756374696f6e7c636f6e73756c74696e677c64656c69766572797c6578706f7365647c64656c6f697474657c64656d6f637261747c646973636f756e747c6469726563746f72797c646f6d61696e737c6469616d6f6e64737c63756973696e656c6c617c646973636f7665727c637265646974636172647c637265646974756e696f6e7c646f776e6c6f61647c656e67696e6565727c656475636174696f6e7c656e7465727072697365737c65717569706d656e747c6572696373736f6e7c6575726f766973696f6e7c65786368616e67657c657874726173706163657c636f6e74726163746f72737c656e67696e656572696e677c66696e616e63657c6669746e6573737c63617065746f776e7c66697368696e677c627573696e6573737c66696e616e6369616c7c666c69676874737c666c6f726973747c666c6f776572737c666f7273616c657c66756a697473757c67616c6c6572797c67656e74696e677c676f64616464797c677569746172737c6275696c646572737c666f6f7462616c6c7c677261696e6765727c67726170686963737c66726573656e6975737c66726f67616e737c66726f6e746965727c67726f636572797c68616d627572677c686f6c696461797c776561746865727c6669726d64616c657c776174636865737c6272757373656c737c686974616368697c68656c73696e6b697c6669726573746f6e657c686f6c64696e67737c6675726e69747572657c676f6f64796561727c68616e676f75747c6864666362616e6b7c77696e646f77737c776f6f64736964657c676f6c64706f696e747c686973616d697473757c6879756e6461697c696e66696e6974697c686f6d656465706f747c686f6d65676f6f64737c77616c6d6172747c77686f7377686f7c686f6d6573656e73657c686f73706974616c7c686f7374696e677c686f746d61696c7c696e737469747574657c696e737572616e63657c77616e67676f757c776562736974657c77656464696e677c77696e6e6572737c786e2d2d3330727237797c786e2d2d33707875386b7c786e2d2d313162346333647c786e2d2d31636b326531627c786e2d2d317171773233617c786e2d2d327363726a39637c786e2d2d3362737430306d7c786e2d2d3435713131637c786e2d2d336473343433677c786e2d2d33653062373037657c786e2d2d336863726a39637c786e2d2d343562726a39637c786e2d2d65316134637c786e2d2d7767626831637c786e2d2d7a6672313634627c7a7565726963687c696d6d6f62696c69656e7c696e64757374726965737c7961636874737c786e2d2d767571383631627c79616d6178756e7c786e2d2d7734727334306c7c79616e6465787c7a6170706f737c6361706974616c6f6e657c796f75747562657c796f646f62617368697c796f6b6f68616d617c666f756e646174696f6e7c6865616c7468636172657c786e2d2d7767626c36617c63616c76696e6b6c65696e7c77696c6c69616d68696c6c7c786e2d2d786871353231627c786e2d2d7939613361717c786e2d2d343263326439617c786e2d2d343562723563796c7c786e2d2d346462726b3063657c786e2d2d63316176677c786e2d2d6431616c667c786e2d2d70316163667c786e2d2d34676272696d7c786e2d2d3535717835647c786e2d2d35747a6d35677c786e2d2d393061657c786e2d2d39306169737c786e2d2d6a31616d687c786e2d2d6e676272787c786e2d2d3830617377677c786e2d2d3930613361637c786e2d2d3965743532757c786e2d2d6a316165667c786e2d2d6e6f64657c786e2d2d6e717637667c786e2d2d6332627237677c786e2d2d66686265697c786e2d2d703161697c786e2d2d3964627132617c786e2d2d636734626b697c786e2d2d637a727330747c786e2d2d637a727532647c786e2d2d6669713634627c786e2d2d6669717338737c786e2d2d6669717a39737c786e2d2d696f306137697c786e2d2d676563726a39637c786e2d2d676b33617431657c786e2d2d683262726a39637c786e2d2d687874383134657c786e2d2d696d723531336e7c786e2d2d6a3677313933677c786e2d2d6b7072773133647c786e2d2d7073737932757c786e2d2d6a76723138396d7c786e2d2d6f33637734687c786e2d2d6b7072793537647c786e2d2d6b70757433697c786e2d2d6c316163637c786e2d2d6e7971793236617c786e2d2d6d676261623262647c786e2d2d6d6762626831617c786e2d2d6d6762747832627c786e2d2d6d6978383931667c786e2d2d6d676239617762667c786e2d2d6d676267753832617c786e2d2d6d676274336468647c786e2d2d6d6b3162753434637c786e2d2d6d787471316d7c786e2d2d6e67626335617a647c786e2d2d6e676265396530617c786e2d2d6f6762706638666c7c786e2d2d7137636536617c786e2d2d74636b77657c786e2d2d353571773432677c786e2d2d3666727a3832677c786e2d2d756e757034797c786e2d2d3830616478686b737c786e2d2d3830616f3231617c786e2d2d76687175767c786e2d2d396b72743030617c786e2d2d643161636a33627c786e2d2d656676793838687c786e2d2d6663743432396b7c786e2d2d666a71373230617c786e2d2d666c77333531657c786e2d2d38306173656864627c786e2d2d38793061303633617c786e2d2d63636b326233627c786e2d2d637a72363934627c786e2d2d673278783438637c786e2d2d6f7475373936647c786e2d2d733962726a39637c786e2d2d736573353534677c786e2d2d743630623536617c786e2d2d67636b72336630667c786e2d2d7178616d7c786e2d2d71786136617c786e2d2d706762733064687c786e2d2d71396a796234637c786e2d2d726871763936677c786e2d2d726f76753838627c786e2d2d6d6762706c3266687c786e2d2d71636b6131706d637c696e7465726e6174696f6e616c7c73757a756b697c7377617463687c6a756e697065727c6b69746368656e7c6d61726b6574737c6d6f746f726379636c65737c7379646e65797c6a6577656c72797c6b6f6d617473757c6c6163616978617c6c616e786573737c6c6173616c6c657c6c6174726f62657c6c65636c6572637c6d6f6e737465727c6d6f7274676167657c7461697065697c74616f62616f7c7461726765747c69736d61696c697c6c696d697465647c6c696e636f6c6e7c746174746f6f7c6d636b696e7365797c6d656d6f7269616c7c6d6572636b6d73647c6d656c626f75726e657c6d6963726f736f66747c6d6974737562697368697c74656e6e69737c6d61727368616c6c737c766f74696e677c6e657462616e6b7c6d617272696f74747c726569747c72656e747c7265706169727c726573747c726963687c7265706f72747c7269636f687c7265766965777c726f676572737c7279756b79757c7361666574797c73616b7572617c73616e6f66697c7363686f6f6c7c736368756c657c7365617263687c7365637572657c73656c6563747c73686f756a697c736f636365727c736f6369616c7c73747265616d7c73747564696f7c737570706c797c6e6574666c69787c73746164617c6f726967696e737c706861726d6163797c6d61726b6574696e677c6f6b696e6177617c697374616e62756c7c6e6574776f726b7c6e6575737461727c6f7267616e69637c706172746e6572737c70616e61736f6e69637c7068696c6970737c726563697065737c72656e74616c737c73616e6476696b7c69706972616e67617c6f627365727665727c70686f746f6772617068797c73616d73636c75627c6f6c6179616e67726f75707c70696f6e6565727c706f6c697469657c7265616c746f727c72656473746f6e657c726564756d6272656c6c617c726576696577737c726578726f74687c72656c69616e63657c73616d73756e677c736161726c616e647c73616e6476696b636f726f6d616e747c7363686d6964747c6b756f6b67726f75707c70726f706572746965737c7363687761727a7c736369656e63657c756e69636f6d7c6a706d6f7267616e7c706c756d62696e677c6b65727279686f74656c737c6c69676874696e677c6c756e646265636b7c70696374757265737c70726f70657274797c70726f64756374696f6e737c70726f67726573736976657c73657276696365737c7072616d65726963617c70726f74656374696f6e7c73656375726974797c7368616e6772696c617c706c617973746174696f6e7c70727564656e7469616c7c73696e676c65737c7265616c6573746174657c7368696b7368617c7363686f6c617273686970737c73686f7070696e677c736368616566666c65727c736f667462616e6b7c6c616d626f726768696e697c7669616a65737c73746f726167657c737570706f72747c746f796f74617c74726176656c7c6c616e64726f7665727c76696b696e677c6c696665696e737572616e63657c76696c6c61737c6c6966657374796c657c746b6d6178787c737461706c65737c6c706c66696e616e6369616c7c7469656e64617c746a6d6178787c726963686172646c697c6d616e6167656d656e747c76697267696e7c72657374617572616e747c766973696f6e7c737570706c6965737c737572676572797c696e766573746d656e74737c73797374656d737c746865617465727c6c616e6361737465727c74656d6173656b7c746865617472657c7469636b6574737c746f73686962617c746563686e6f6c6f67797c74726164696e677c6e6578746469726563747c736f6674776172657c736f6c7574696f6e737c73746367726f75707c746174616d6f746f72737c747261696e696e677c737461746562616e6b7c76616e67756172647c76656e74757265737c766572697369676e7c72657075626c6963616e7c73746174656661726d7c73746f636b686f6c6d7c74726176656c6572737c7661636174696f6e737c756e69766572736974797c766572736963686572756e677c766c61616e646572656e7c776561746865726368616e6e656c7c776f6c746572736b6c757765727c786e2d2d74697134397871796a7c786e2d2d7966726f346936376f7c786e2d2d7967626932616d6d787c786e2d2d353462376674613063637c786e2d2d65636b7664746339647c786e2d2d683262726a396338637c786e2d2d3671713938366233786c7c786e2d2d383061716563647231617c786e2d2d63636b7763786574647c786e2d2d667a633263396532637c786e2d2d623477363035666572647c786e2d2d667063726a396333647c786e2d2d666971323238633568737c786e2d2d683262726567336576657c786e2d2d667a7973386436397576676d7c786e2d2d6a6c713438306e3272677c74726176656c657273696e737572616e63657c786e2d2d6d676261336133656a747c786e2d2d6d6762617968376770617c786e2d2d636c636863306561306232673261396763647c786e2d2d6d676261616d376138687c786e2d2d6d6762636137647a646f7c786e2d2d62636b316239613564726534637c786e2d2d6d6762693465636578707c786e2d2d6d6762783463643061627c786e2d2d35737533346a393336626773677c786e2d2d6d6762626831613731657c786e2d2d727663316530616d33657c6b6572727970726f706572746965737c786e2d2d69316236623161366132657c786e2d2d6b637278373764317834617c786e2d2d6c6762626174316164386a7c786e2d2d6d676261336134663136617c786e2d2d6d6762616939617a677170366a7c786e2d2d6d676263306139617a63677c786e2d2d6d67626137633062626e30617c786e2d2d6d67626168316133686a6b72647c786e2d2d6d67626370713667706131617c786e2d2d6e71763766733030656d617c786e2d2d786b6332616c3368796532617c786e2d2d6d6762657270346135643461727c786e2d2d7734723835656c3866687535646e72617c786e2d2d7665726d67656e73626572617465722d6374627c786e2d2d7665726d67656e736265726174756e672d7077627c786e2d2d786b6332646c336135656530687c, 'yes'),
('tldlistHash', 0x36383464366237663439363038366566663531323164306334613932386331626662656162353334346363626231626564613038393532633136636633326564, 'yes'),
('total503s', 0x3335373338, 'yes'),
('totalAlertsSent', 0x323230, 'yes'),
('totalIPsBlocked', 0x3335353737, 'yes'),
('totalIPsLocked', 0x313538, 'yes'),
('totalLoginHits', 0x3531373932, 'yes'),
('totalLogins', 0x3236, 'yes'),
('totalScansRun', 0x343932, 'yes'),
('touppBypassNextCheck', 0x30, 'yes'),
('touppPromptNeeded', '', 'yes'),
('twoFactorUsers', 0x613a303a7b7d, 'yes'),
('vulnerabilities_plugin', 0x613a31353a7b693a303b613a343a7b733a343a22736c7567223b733a31363a2274696e796d63652d616476616e636564223b733a31313a2266726f6d56657273696f6e223b733a353a22352e392e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a313b613a343a7b733a343a22736c7567223b733a373a22616b69736d6574223b733a31313a2266726f6d56657273696f6e223b733a353a22352e332e37223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a323b613a343a7b733a343a22736c7567223b733a333a22616d70223b733a31313a2266726f6d56657273696f6e223b733a353a22322e352e35223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a333b613a343a7b733a343a22736c7567223b733a31373a2264697361626c652d677574656e62657267223b733a31313a2266726f6d56657273696f6e223b733a353a22332e322e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a343b613a343a7b733a343a22736c7567223b733a393a22656c656d656e746f72223b733a31313a2266726f6d56657273696f6e223b733a363a22332e32382e30223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a353b613a343a7b733a343a22736c7567223b733a31363a22656c656d656e74736b69742d6c697465223b733a31313a2266726f6d56657273696f6e223b733a353a22332e342e37223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a363b613a343a7b733a343a22736c7567223b733a32353a226c75636b7977702d7461626c652d6f662d636f6e74656e7473223b733a31313a2266726f6d56657273696f6e223b733a363a22322e312e3130223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a373b613a343a7b733a343a22736c7567223b733a32343a22777066726f6e742d6e6f74696669636174696f6e2d626172223b733a31313a2266726f6d56657273696f6e223b733a353a22332e342e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a383b613a343a7b733a343a22736c7567223b733a31333a22776f726470726573732d73656f223b733a31313a2266726f6d56657273696f6e223b733a343a2232342e37223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a393b613a343a7b733a343a22736c7567223b733a31353a22796f6173742d73656f2d766964656f223b733a31313a2266726f6d56657273696f6e223b733a343a2231342e37223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31303b613a343a7b733a343a22736c7567223b733a32373a22796f6173742d73656f2d776f726470726573732d7072656d69756d223b733a31313a2266726f6d56657273696f6e223b733a343a2232332e34223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31313b613a363a7b733a343a22736c7567223b733a31333a22656c656d656e746f722d70726f223b733a31313a2266726f6d56657273696f6e223b733a363a22332e32352e34223b733a31303a2276756c6e657261626c65223b623a313b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f39346164613630662d316532302d343534652d613964372d3738343962653736346438313f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22342e3330223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4c2f55493a4e2f533a552f433a4c2f493a4e2f413a4e223b7d693a31323b613a363a7b733a343a22736c7567223b733a31313a22656c656d656e74736b6974223b733a31313a2266726f6d56657273696f6e223b733a353a22332e342e31223b733a31303a2276756c6e657261626c65223b623a313b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f63386165306134372d636261352d343638652d386432352d3762373137363337336239633f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22382e3830223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4c2f55493a4e2f533a552f433a482f493a482f413a48223b7d693a31333b613a343a7b733a343a22736c7567223b733a393a22776f726466656e6365223b733a31313a2266726f6d56657273696f6e223b733a363a22372e31302e33223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31343b613a343a7b733a343a22736c7567223b733a393a2277702d726f636b6574223b733a31313a2266726f6d56657273696f6e223b733a363a22332e31352e33223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d7d, 'yes'),
('vulnerabilities_theme', 0x613a363a7b693a303b613a353a7b733a343a22736c7567223b733a31353a2268656c6c6f2d656c656d656e746f72223b733a393a22746f56657273696f6e223b733a353a22332e332e30223b733a31313a2266726f6d56657273696f6e223b733a353a22332e302e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a313b613a353a7b733a343a22736c7567223b733a31363a227477656e74797477656e747966697665223b733a393a22746f56657273696f6e223b733a333a22312e31223b733a31313a2266726f6d56657273696f6e223b733a333a22312e30223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a323b613a353a7b733a343a22736c7567223b733a31363a227477656e74797477656e7479666f7572223b733a393a22746f56657273696f6e223b733a333a22312e33223b733a31313a2266726f6d56657273696f6e223b733a333a22312e30223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a333b613a353a7b733a343a22736c7567223b733a31353a227477656e74797477656e74796f6e65223b733a393a22746f56657273696f6e223b733a333a22322e34223b733a31313a2266726f6d56657273696f6e223b733a333a22312e39223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a343b613a353a7b733a343a22736c7567223b733a31373a227477656e74797477656e74797468726565223b733a393a22746f56657273696f6e223b733a333a22312e36223b733a31313a2266726f6d56657273696f6e223b733a333a22312e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a353b613a353a7b733a343a22736c7567223b733a31353a227477656e74797477656e747974776f223b733a393a22746f56657273696f6e223b733a333a22312e39223b733a31313a2266726f6d56657273696f6e223b733a333a22312e35223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d7d, 'yes'),
('wafAlertInterval', 0x363030, 'yes'),
('wafAlertLastSendTime', 0x31373334363730363132, 'yes'),
('wafAlertOnAttacks', 0x31, 'yes'),
('wafAlertThreshold', 0x313030, 'yes'),
('wafAlertWhitelist', '', 'yes'),
('wafStatusCallbackNonce', '', 'yes'),
('waf_status', 0x656e61626c6564, 'yes'),
('wfKillRequested', 0x30, 'no'),
('wfPeakMemory', 0x313238393734383438, 'no'),
('wfScanStartVersion', 0x362e372e32, 'yes'),
('wfsd_engine', '', 'no'),
('wfStatusStartMsgs', 0x613a323a7b693a303b733a303a22223b693a313b733a303a22223b7d, 'yes'),
('wf_scanLastStatusTime', 0x30, 'yes'),
('wf_scanRunning', '', 'yes'),
('wf_summaryItems', 0x613a383a7b733a31323a227363616e6e6564506f737473223b693a303b733a31353a227363616e6e6564436f6d6d656e7473223b693a303b733a31323a227363616e6e656446696c6573223b693a303b733a31343a227363616e6e6564506c7567696e73223b693a303b733a31333a227363616e6e65645468656d6573223b693a303b733a31323a227363616e6e65645573657273223b693a303b733a31313a227363616e6e656455524c73223b693a303b733a31303a226c617374557064617465223b693a313734323339373231343b7d, 'yes'),
('whitelisted', 0x2c3134312e39342e3235342e3732, 'yes'),
('whitelistedServices', 0x7b7d, 'yes'),
('whitelistHash', 0x65626465313937353564356665356662303264306365636134616235656336623234363130623439323534313439373136386566356238303163386432363237, 'yes');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('whitelistPresets', 0x7b22776f726466656e6365223a7b226e223a22576f726466656e6365222c2268223a747275652c2264223a747275652c2266223a747275652c2272223a5b2235342e36382e33322e323437222c2234342e3233352e3231312e323332222c2235342e37312e3230332e313734225d7d2c22737563757269223a7b226e223a22537563757269222c2264223a747275652c2272223a5b223139322e38382e3133342e305c2f3233222c223138352e39332e3232382e305c2f3232222c2236362e3234382e3230302e305c2f3232222c22326130323a666538303a3a5c2f3239222c223230382e3130392e302e305c2f3232225d7d2c2266616365626f6f6b223a7b226e223a2246616365626f6f6b222c2264223a747275652c2272223a5b2233312e31332e32342e305c2f3231222c2233312e31332e36342e305c2f3138222c2234352e36342e34302e305c2f3232222c2235372e3134312e302e305c2f3234222c2235372e3134312e312e305c2f3234222c2235372e3134312e322e305c2f3234222c2235372e3134312e332e305c2f3234222c2235372e3134312e342e305c2f3234222c2235372e3134312e352e305c2f3234222c2235372e3134312e362e305c2f3234222c2235372e3134312e372e305c2f3234222c2235372e3134312e382e305c2f3234222c2235372e3134312e392e305c2f3234222c2235372e3134312e31302e305c2f3234222c2235372e3134312e31312e305c2f3234222c2235372e3134312e31322e305c2f3234222c2235372e3134312e31332e305c2f3234222c2235372e3134342e302e305c2f3134222c2236362e3232302e3134342e305c2f3230222c2236392e36332e3137362e305c2f3230222c2236392e3137312e3232342e305c2f3139222c2237342e3131392e37362e305c2f3232222c223130322e3133322e39362e305c2f3230222c223130332e342e39362e305c2f3232222c223132392e3133342e302e305c2f3136222c223134372e37352e3230382e305c2f3230222c223135372e3234302e302e305c2f3136222c223136332e37302e3132382e305c2f3137222c223136332e37372e3132382e305c2f3137222c223137332e3235322e36342e305c2f3138222c223137392e36302e3139322e305c2f3232222c223138352e36302e3231362e305c2f3232222c223138352e38392e3231362e305c2f3232222c223230342e31352e32302e305c2f3232222c22323430313a646230303a3a5c2f3332222c22323632303a303a316330303a3a5c2f3430222c22326130333a323838303a3a5c2f3332222c22326130333a323838313a3a5c2f3332222c22326130333a323838373a666632633a3a5c2f3438222c22326130333a323838373a666632643a3a5c2f3438222c22326130333a383365303a3a5c2f3332222c22326131303a663738313a31303a636565303a3a5c2f3634225d7d2c22757074696d65726f626f74223a7b226e223a22557074696d6520526f626f74222c2264223a747275652c2272223a5b223231362e3134342e3235302e313530222c2236392e3136322e3132342e323236222c2236392e3136322e3132342e323237222c2236392e3136322e3132342e323238222c2236392e3136322e3132342e323239222c2236392e3136322e3132342e323330222c2236392e3136322e3132342e323331222c2236392e3136322e3132342e323332222c2236392e3136322e3132342e323333222c2236392e3136322e3132342e323334222c2236392e3136322e3132342e323335222c2236392e3136322e3132342e323336222c2236392e3136322e3132342e323337222c2236392e3136322e3132342e323338222c2236332e3134332e34322e323432222c2236332e3134332e34322e323433222c2236332e3134332e34322e323434222c2236332e3134332e34322e323435222c2236332e3134332e34322e323436222c2236332e3134332e34322e323437222c2236332e3134332e34322e323438222c2236332e3134332e34322e323439222c2236332e3134332e34322e323530222c2236332e3134332e34322e323531222c2236332e3134332e34322e323532222c2236332e3134332e34322e323533222c223231362e3234352e3232312e3832222c223231362e3234352e3232312e3833222c223231362e3234352e3232312e3834222c223231362e3234352e3232312e3835222c223231362e3234352e3232312e3836222c223231362e3234352e3232312e3837222c223231362e3234352e3232312e3838222c223231362e3234352e3232312e3839222c223231362e3234352e3232312e3930222c223231362e3234352e3232312e3931222c223231362e3234352e3232312e3932222c223231362e3234352e3232312e3933222c223230382e3131352e3139392e3138222c223230382e3131352e3139392e3139222c223230382e3131352e3139392e3230222c223230382e3131352e3139392e3231222c223230382e3131352e3139392e3232222c223230382e3131352e3139392e3233222c223230382e3131352e3139392e3234222c223230382e3131352e3139392e3235222c223230382e3131352e3139392e3236222c223230382e3131352e3139392e3237222c223230382e3131352e3139392e3238222c223230382e3131352e3139392e3239222c223230382e3131352e3139392e3330222c223231362e3134342e3234382e3138222c223231362e3134342e3234382e3139222c223231362e3134342e3234382e3230222c223231362e3134342e3234382e3231222c223231362e3134342e3234382e3232222c223231362e3134342e3234382e3233222c223231362e3134342e3234382e3234222c223231362e3134342e3234382e3235222c223231362e3134342e3234382e3236222c223231362e3134342e3234382e3237222c223231362e3134342e3234382e3238222c223231362e3134342e3234382e3239222c223231362e3134342e3234382e3330222c2234362e3133372e3139302e313332222c223132322e3234382e3233342e3233222c223136372e39392e3230392e323334222c223137382e36322e35322e323337222c2235342e37392e32382e313239222c2235342e39342e3134322e323138222c223130342e3133312e3130372e3633222c2235342e36372e31302e313237222c2235342e36342e36372e313036222c223135392e3230332e33302e3431222c2234362e3130312e3235302e313335222c2231382e3232312e35362e3237222c2235322e36302e3132392e313830222c223135392e38392e382e313131222c223134362e3138352e3134332e3134222c223133392e35392e3137332e323439222c223136352e3232372e38332e313438222c223132382e3139392e3139352e313536222c223133382e3139372e3135302e313531222c2233342e3233332e36362e313137222c2235322e37302e38342e313635222c2235342e3232352e38322e3435222c2235342e3232342e37332e323131222c22332e37392e39322e313137222c22332e32312e3133362e3837222c2233352e3137302e3231352e313936222c2233352e3135332e3234332e313438222c2231382e3131362e3135382e313231222c2231382e3232332e35302e3136222c2235342e3234312e3137352e313437222c22332e3231322e3132382e3632222c2235322e32322e3233362e3330222c2235342e3136372e3232332e313734222c22332e31322e3235312e313533222c2235322e31352e3134372e3237222c2231382e3131362e3230352e3632222c22332e32302e36332e313738222c2231332e35362e33332e34222c2235322e382e3230382e313433222c2233342e3139382e3230312e3636222c2233352e38342e3131382e313731222c2234342e3232372e33382e323533222c2233352e3136362e3232382e3938222c2239392e38302e3137332e313931222c2239392e38302e312e3734222c22332e3131312e38382e313538222c2231332e3132372e3138382e313234222c2231382e3138302e3230382e323134222c2235342e3234392e3137302e3237222c22332e3130352e3139302e323231222c22332e3130352e3133332e323339222c2237382e34372e39382e3535222c223135372e39302e3135352e323430222c2234392e31332e32342e3831222c223136382e3131392e39362e323339222c223135372e39302e3135362e3633222c2238382e39392e38302e323237222c2234392e31332e3133342e313435222c2234392e31332e3133302e3239222c223136382e3131392e35332e313630222c223134322e3133322e3138302e3339222c2234392e31332e3136342e313438222c223132382e3134302e3130362e313134222c2237382e34372e3137332e3736222c223135392e36392e3135382e313839222c223132382e3134302e34312e313933222c223136372e3233352e3134332e313133222c2234392e31332e3136372e313233222c2237382e34362e3231352e31222c2237382e34362e3139302e3633222c223136382e3131392e3132332e3735222c223133352e3138312e3135342e39222c2233372e32372e38372e313439222c2233372e32372e33342e3439222c2233372e32372e38322e323230222c2236352e3130392e3132392e313635222c2233372e32372e32382e313533222c2233372e32372e32392e3638222c2233372e32372e33302e323133222c2236352e3130392e3134322e3738222c2236352e3130392e382e323032222c22352e3136312e37352e37222c22352e3136312e36312e323338222c22352e37382e38372e3338222c22352e37382e3131382e313432222c22323630373a666636383a3130373a3a33222c22323630373a666636383a3130373a3a34222c22323630373a666636383a3130373a3a35222c22323630373a666636383a3130373a3a36222c22323630373a666636383a3130373a3a37222c22323630373a666636383a3130373a3a38222c22323630373a666636383a3130373a3a39222c22323630373a666636383a3130373a3a3130222c22323630373a666636383a3130373a3a3131222c22323630373a666636383a3130373a3a3132222c22323630373a666636383a3130373a3a3133222c22323630373a666636383a3130373a3a3134222c22323630373a666636383a3130373a3a3135222c22323630373a666636383a3130373a3a3136222c22323630373a666636383a3130373a3a3137222c22323630373a666636383a3130373a3a3138222c22323630373a666636383a3130373a3a3139222c22323630373a666636383a3130373a3a3230222c22323630373a666636383a3130373a3a3231222c22323630373a666636383a3130373a3a3232222c22323630373a666636383a3130373a3a3233222c22323630373a666636383a3130373a3a3234222c22323630373a666636383a3130373a3a3235222c22323630373a666636383a3130373a3a3236222c22323630373a666636383a3130373a3a3237222c22323630373a666636383a3130373a3a3238222c22323630373a666636383a3130373a3a3239222c22323630373a666636383a3130373a3a3330222c22323630373a666636383a3130373a3a3331222c22323630373a666636383a3130373a3a3332222c22323630373a666636383a3130373a3a3333222c22323630373a666636383a3130373a3a3334222c22323630373a666636383a3130373a3a3335222c22323630373a666636383a3130373a3a3336222c22323630373a666636383a3130373a3a3337222c22323630373a666636383a3130373a3a3338222c22323630373a666636383a3130373a3a3339222c22323630373a666636383a3130373a3a3430222c22323630373a666636383a3130373a3a3431222c22323630373a666636383a3130373a3a3432222c22323630373a666636383a3130373a3a3433222c22323630373a666636383a3130373a3a3434222c22323630373a666636383a3130373a3a3435222c22323630373a666636383a3130373a3a3436222c22323630373a666636383a3130373a3a3437222c22323630373a666636383a3130373a3a3438222c22323630373a666636383a3130373a3a3439222c22323630373a666636383a3130373a3a3530222c22323630373a666636383a3130373a3a3531222c22323630373a666636383a3130373a3a3532222c22323630373a666636383a3130373a3a3533222c22323630373a666636383a3130373a3a3534222c22323630373a666636383a3130373a3a3535222c22323630373a666636383a3130373a3a3536222c22323630373a666636383a3130373a3a3537222c22323630373a666636383a3130373a3a3538222c22323630373a666636383a3130373a3a3539222c22323630373a666636383a3130373a3a3630222c22323630373a666636383a3130373a3a3631222c22323630373a666636383a3130373a3a3632222c22326130333a623063303a323a64303a3a6661333a65303031222c22326130333a623063303a313a64303a3a6535343a61303031222c22323630343a613838303a3830303a31303a3a3465363a66303031222c22323630343a613838303a6361643a64303a3a3132323a37303031222c22326130333a623063303a333a64303a3a3333653a34303031222c22323630303a316631363a3737353a336130313a373064363a363031613a316562353a64626239222c22323630303a316631313a3536613a393030303a32333a363531623a646163303a39626534222c22326130333a623063303a333a64303a3a34343a66303031222c22326130333a623063303a303a313031303a3a32623a62303031222c22326130333a623063303a313a64303a3a32323a35303031222c22323630343a613838303a3430303a64303a3a34663a33303031222c22323430303a363138303a303a64303a3a31363a64303031222c22323630343a613838303a6361643a64303a3a31383a66303031222c22323630303a316631383a3137393a663930303a383862323a6233643a653438373a65326634222c22323630303a316631383a3137393a663930303a313937373a3931363a656533643a37313165222c22326130353a643031343a313831353a333430303a353838613a656531373a363563333a33623039222c22323630303a316631363a3737353a336130303a623732393a633232363a323733373a66653439222c22323630303a316631633a6564663a313430313a323132343a363532653a633564663a66383962222c22323630303a316631363a3737353a336130303a616362373a656338343a313166323a32626634222c22323630303a316631363a3737353a336130303a363662323a353330633a6534383a35373365222c22323630303a316631383a3137393a663930303a3830333a633831653a363035393a62373866222c22323630303a316631383a3137393a663930303a343733643a376532313a313962653a33623964222c22323630303a316631633a6564663a313430313a626436383a313437383a666537643a63303266222c22323630303a316631633a6564663a313430313a363139623a663138383a333430333a39346338222c22323630303a316631363a3737353a336130303a386332633a326261363a373738663a35626535222c22323630303a316631363a3737353a336130303a6163333a633565623a373038313a39343265222c22323630303a316631363a3737353a336130303a646262653a333662303a336334353a64613332222c22323630303a316631363a3737353a336130303a333762663a363032363a653534613a66303361222c22323630303a316631383a3137393a663930303a343639363a373732393a376262333a66353266222c22323630303a316631383a3137393a663930303a346237643a643163633a326431303a323131222c22323630303a316631383a3137393a663930303a356336383a393162363a356437353a356437222c22323630303a316631383a3137393a663930303a37313a616639613a616465373a64373732222c22323630303a316631343a3230333a653430643a633836623a316532343a666162343a37643033222c22323630303a316631343a3230333a653438623a353533383a373762323a366531333a34663864222c22323630303a316631343a3230333a653436633a366338633a6263623a353234353a37613063222c22326130313a3466383a633031333a333463303a3a5c2f3634222c22326130313a3466383a633031333a336335323a3a5c2f3634222c22326130313a3466383a633031333a336335333a3a5c2f3634222c22326130313a3466383a633031333a6331383a3a5c2f3634222c22326130313a3466383a633031323a633630653a3a5c2f3634222c22326130313a3466383a633031333a336335353a3a5c2f3634222c22326130313a3466383a6331373a343265343a3a5c2f3634222c22326130313a3466383a633031333a336335343a3a5c2f3634222c22326130313a3466383a633031333a336335363a3a5c2f3634222c22326130313a3466383a633031333a336230663a3a5c2f3634222c22326130313a3466383a316331623a376563633a3a5c2f3634222c22326130313a3466383a316331633a353335333a3a5c2f3634222c22326130313a3466383a316331623a346566343a3a5c2f3634222c22326130313a3466383a316331623a356235613a3a5c2f3634222c22326130313a3466383a316331633a313161613a3a5c2f3634222c22326130313a3466383a316331633a373234303a3a5c2f3634222c22326130313a3466383a6330633a383366613a3a5c2f3634222c22326130313a3466383a6332633a626561653a3a5c2f3634222c22326130313a3466383a6332633a396663363a3a5c2f3634222c22326130313a3466383a316331633a613938613a3a5c2f3634222c22326130313a3466393a633031303a623437333a3a5c2f3634222c22326130313a3466393a633031323a643561363a3a5c2f3634222c22326130313a3466393a633031323a613935343a3a5c2f3634222c22326130313a3466393a633031303a646330333a3a5c2f3634222c22326130313a3466393a633031323a353932613a3a5c2f3634222c22326130313a3466393a633031303a653730623a3a5c2f3634222c22326130313a3466393a633031323a393763353a3a5c2f3634222c22326130313a3466393a633031323a623234363a3a5c2f3634222c22326130313a3466393a633031323a613534343a3a5c2f3634222c22326130313a3466663a66303a653963663a3a5c2f3634222c22326130313a3466663a66303a623266323a3a5c2f3634222c22326130313a3466663a3166303a393039323a3a5c2f3634222c22326130313a3466663a3166303a653832313a3a5c2f3634225d7d2c2273746174757363616b65223a7b226e223a2253746174757343616b65222c2264223a747275652c2272223a5b223132382e3139392e3130352e313734222c223136372e3137322e3137312e313032222c223134392e3234382e35302e3239222c223134362e3139302e32302e313133222c2234352e33322e36392e3134222c2234352e33322e3139352e323235222c223134392e32382e37392e313430222c223130382e36312e3136322e323134222c2233342e39322e34332e3634222c2234352e37362e3132332e323131222c2233342e36352e3131362e3830222c223133382e36382e3138372e323235222c2231332e34382e3233382e313537222c2234352e36332e3130342e3131222c2234352e33322e3135312e3231222c223139382e3139392e3131322e3637222c223133382e3139372e3230312e3637222c223139382e3231312e3132332e323037222c223134362e3139302e32302e31222c223139382e3231312e3132312e323137222c2234352e33322e3230322e3537222c223134362e3139302e32342e323331222c223130382e36312e3131392e313533222c223139382e3231312e3132332e3534222c2234352e33322e3134312e313633222c223130382e36312e3235322e313437222c223135352e3133382e3234372e3937222c223130382e36312e3232342e3336222c223137382e36322e36322e323532222c223230392e3232322e33302e323432222c223135392e36352e31392e3238222c223130382e36312e3231322e313431222c223136352e32322e3132322e323338222c223133382e36382e3133392e3938222c223139382e3231312e3132322e3634222c223134362e3139302e32302e3133222c223139382e3231312e3131382e3332222c223133392e35392e3137392e313532222c223230362e3138392e3137382e3134222c223137342e3133382e35372e323533222c223138382e3136362e3135302e3438222c223139322e3234312e3234332e3732222c2234362e3130312e31312e313436222c223136322e3234332e33372e3430222c223135392e3232332e3137352e323130222c223137382e36322e38352e313035222c223137382e36322e38332e313432222c223137382e36322e34302e313832222c223136352e3232372e37342e323234222c223135372e3234352e33322e3333222c223135392e38392e38322e3333222c223230372e3134382e31332e3535222c223135392e36352e39332e313338222c223136372e37312e3134332e3736222c2231362e3137302e3131342e3139222c2231332e3234362e35342e313232222c223136372e3137322e3137352e313638222c223136372e3137322e3136312e313131222c223136372e37312e36312e3838222c223138382e3136362e3134352e3739222c2233342e3136352e38302e313435222c223134332e3131302e3231362e323238222c2231382e3130322e312e3632222c223231362e3233382e37332e313032222c2231332e3234352e3232322e323033222c223135392e3232332e37342e313231222c223136372e3137322e3136332e3531222c223136372e3137322e3137312e3839222c223136372e3137322e3136332e323338222c2236382e3138332e33392e313032222c223136352e32322e3132352e313839222c223133382e36382e38332e323331222c2233352e3139352e3138382e323234222c2231352e3136302e36382e313739222c2233342e3131362e3135362e313330222c223134332e3131302e3137372e323532222c2234352e36332e3132312e313539222c2234352e33322e3134352e3739222c223139392e3234372e31322e313030222c223134332e3139382e3135332e3939222c223130372e3139312e34372e313331222c223134332e3234342e3137382e313839222c223133382e36382e3235322e323039222c223139382e3139392e3130302e3133222c223134332e3131302e3231362e313539222c223134332e3131302e3231362e3634222c223134332e3131302e3231362e3437222c223136372e3137322e3137312e3130222c223136372e3137322e3136332e323239222c223230392e39372e3137382e313135222c223136372e3137322e3136332e313238222c223136352e32322e3231302e323138222c2234352e36332e38382e323133222c2234352e36332e38362e313230222c2234352e33322e3132382e3830222c223130342e3135362e3232392e3234222c2234352e33322e3231322e3536222c223130342e3135362e3235352e313834222c223130382e36312e3231352e313739222c2234352e33322e3136362e313935222c2234352e33322e3136302e313732222c2234352e33322e3137312e3234222c223130372e3139312e35372e323337222c2234352e36332e32362e3738222c2234352e37362e3139322e3530222c2234352e33322e33362e313538222c223134332e3131302e3137372e323534222c223134332e3131302e3137372e3138222c223130342e3233382e3136342e313035222c2234352e36332e37362e3638222c2234352e36332e37382e3834222c2234352e33322e3139352e313836222c2234352e37362e332e313132222c2234352e33322e372e3232222c2234352e37362e312e3434222c223136352e3232372e3130342e3631222c223136322e3234332e33372e3538222c223136372e39392e3232342e313533222c2234352e36332e35312e3633222c2234352e36332e36312e323133222c223130382e36312e3230352e323031222c2234352e33322e3139322e313938222c2234352e33322e3139352e3933222c2234352e36332e39372e34222c223130342e3233382e3138352e313735222c223130342e3233382e3138352e3436222c223130342e3233382e3138362e323039222c2234352e37362e3132382e323530222c223130342e3233382e3137312e313736222c223136372e3137322e3137332e313635222c223130342e3233382e3138372e3631222c223130342e3233382e3137342e323334222c223130382e36312e3139362e3337222c223130382e36312e3139372e313437222c2234352e37362e3133342e313634222c2234352e37362e3133352e323533222c223130382e36312e3137332e30222c2234352e36332e39362e3638222c2234352e37362e3133342e3835222c2234352e33322e3138332e313238222c2234352e37362e3133302e3433222c2234352e37362e3132392e323132222c2234352e37362e3133342e313938222c2234352e37362e3133342e323337222c2234352e37362e3133352e3134222c2234352e33322e3139332e3133222c2234352e37362e34342e323231222c223134302e38322e35322e313939222c223139392e3234372e392e3633222c223134302e38322e35322e3531222c2234352e37372e36312e313838222c223134392e32382e3132342e313430222c223130382e36312e3232392e323532222c2235342e37322e3234372e313933222c223134322e39332e3130302e323335222c2231332e3234352e3139392e313538222c2235342e3139342e362e323533222c2234352e37362e3132322e3731222c2234352e37372e3233352e323436222c223136372e3137322e3137312e313530222c223231362e3233382e37362e323135222c223230372e3134382e3130362e313832222c2234352e37372e32332e3831222c223134312e3136342e35382e39222c223134312e3136342e34382e313631222c223134312e3136342e33352e323333222c2231332e34392e3134312e313332222c2231332e34382e3131302e323134222c2233342e36352e3134362e313038222c2233342e36352e39372e323531222c2233342e39352e3136332e313231222c2233342e39352e3231342e313837222c2233352e3139392e39362e323433222c2233342e37382e3132332e313230222c2233342e39322e3137312e313139222c2233342e3131382e35392e313438222c2233342e3131382e35332e3132222c2233342e36352e39372e3939222c2233342e3131362e3232392e313032222c2233342e3136352e31332e313930222c223230392e39372e3137312e3434222c2233342e3136352e3231392e313932222c2233342e3136352e3132302e313038222c2233352e3138372e3131392e313030222c2233342e33342e3138352e323336222c2233352e3234372e3234382e3237222c2231332e3234372e31372e3630222c2235342e3137302e372e3134222c2235322e34382e35322e3935222c2233342e39362e3133392e3835222c2233342e3135302e33352e3134222c223231362e3233382e38342e323037222c223231362e3233382e37372e313131222c2231352e3136312e38382e313539222c2231382e3130322e3235332e323032222c223134302e38322e342e323139222c2233342e32322e39362e313932222c2233352e3139382e3233322e323434222c2233342e3137352e34392e3234222c2233342e3137352e31392e313939222c2233342e3137352e32312e313635222c2233342e3137352e38362e3231222c2233342e31332e3136362e33222c2233342e31332e3138352e313133222c2233342e33342e39372e323133222c2233342e31332e3138382e3735222c2233342e3134312e31362e323032222c2233342e3135392e3137382e313936222c2233342e34302e33392e3331222c2233342e3130372e3131322e3434222c2233352e3139372e3235312e313136222c2233352e3139372e3139352e323133222c2233352e3139372e3233322e3137222c2233342e3134372e3231392e313432222c2233342e3135352e3134332e3537222c2233342e3136332e3134372e323530222c2233342e3135352e3233322e323239222c2233342e3135352e35382e313830222c2233352e3233352e3131352e313436222c2233342e39342e3137352e313232222c2233342e39342e3231362e323135222c2233342e3130322e3132312e323530222c2233342e3137342e392e323032222c2233342e3137342e34392e313639222c2233342e3137342e31362e313132222c2233342e3137342e31362e323030222c223136352e32322e37372e313937222c223139382e3139392e39352e323136222c223130382e36312e39392e323332222c2234352e33322e3235312e323130222c223139382e3139392e3131312e313232222c22326130333a623063303a313a64303a3a61343a36303031222c223137382e36322e34372e3833222c22326130333a623063303a313a61313a3a3361353a33303031222c2234362e3130312e38362e323533222c223138382e3136362e3137302e323333222c22323430303a363138303a303a64303a3a3235373a31222c223132382e3139392e3233302e3436222c223132382e3139392e3235322e3833222c22326130333a623063303a333a64303a3a6236643a34303031222c2234362e3130312e3137322e3339222c22326130333a623063303a333a64303a3a6236643a35303031222c2234362e3130312e3232372e323332222c223139382e3139392e39312e323434222c22323630343a613838303a3430303a64303a3a32633a31222c223139322e33342e36332e3737222c22323630343a613838303a3430303a64303a3a3639393a37303031222c223139382e3231312e3130342e3130222c22323630343a613838303a3430303a64303a3a3639393a39303031222c223139382e3139392e39312e3332222c22323430303a363138303a3130303a64303a3a39343a39303031222c223133392e35392e362e313635222c22323630343a613838303a6361643a64303a3a3264343a63303031222c223135392e3230332e36302e323139222c22326130333a623063303a333a64303a3a353736343a66303031222c2234362e3130312e3231372e313831222c22326130333a623063303a303a313031303a3a3361653a31222c223139382e3139392e3132362e3636222c22326130333a623063303a303a313031303a3a313430343a33303031222c223138382e3232362e3136312e323330222c223139322e3234312e3135312e313737222c2236372e3230372e38322e3933222c223133392e35392e3137302e3338222c22323630343a613838303a6361643a64303a3a6234353a64303031222c223136352e3232372e34372e323139222c223137382e3132382e34352e3931222c2234352e37362e3131392e313536222c2239352e3137392e3231302e3332222c223137382e3132382e34362e36222c22326130333a623063303a313a64303a3a313433323a37303031222c223137382e36322e35392e313936222c22326130333a623063303a313a65303a3a3261623a37303031222c223230392e39372e3134332e313836222c2234362e3130312e33372e3234222c223137342e3133382e34362e313031222c22326130333a623063303a313a65303a3a3236343a64303031222c223230392e39372e3133322e3339222c223137382e3132382e33372e313739222c223139322e3234312e3234322e313133222c22326130333a623063303a333a64303a3a65323a61303031222c223230372e3135342e3234362e313835222c223136322e3234332e32392e323235222c2231332e34392e38352e3237222c22323630343a613838303a323a64303a3a323134373a37303031222c223134322e39332e33312e313238222c223136322e3234332e33302e3734222c223130372e3137302e3234382e313739222c223134322e39332e34372e313338222c223136322e3234332e33322e313533222c223130372e3137302e3230332e3635222c22326130333a623063303a313a65303a3a3662303a36303031222c223136352e3233322e34342e323434222c223136322e3234332e33332e323035222c2234362e3130312e37352e313335222c223136352e3233322e39382e313833222c223136322e3234332e32302e313734222c2234352e36332e32372e3330222c223136372e39392e3234322e3431222c223136322e3234332e31392e313133222c223133392e3138302e3136342e313632222c223139382e3139392e3131352e313835222c223136322e3234332e3134312e313335222c223130372e3137302e3233352e323430222c223130342e3233362e3136332e3930222c223230392e39372e3133322e323430222c223138382e3136362e3135382e323234225d7d2c226d616e6167657770223a7b226e223a224d616e6167655750222c2264223a66616c73652c2272223a5b2235342e3139312e3133372e3137222c2233342e3231312e3138302e3636222c2235342e37302e36352e313037222c2233342e3231302e3232342e37222c2235322e34312e352e313038222c2235322e33352e37322e313239222c2233352e3136322e3235342e323533222c2235322e31312e31322e323331222c2235322e31312e32392e3730222c2235322e31312e35342e313631222c2235322e32342e3134322e313539222c2235322e32352e3139312e323535222c2235322e33342e3132362e313137222c2235322e33342e3235342e3437222c2235322e33352e38322e3939222c2235322e33362e32382e3830222c2235322e33392e3137372e313532222c2235322e34312e3233372e3132222c2235322e34332e31332e3731222c2235322e34332e37362e323234222c2235322e38382e39362e313130222c2235322e38392e3135352e3531222c2235342e3138372e39322e3537222c2235342e3139312e33322e3635222c2235342e3139312e36372e3233222c2235342e3139312e38302e313139222c2235342e3139312e3133352e323039222c2235342e3139312e3133362e313736222c2235342e3139312e3134382e3835222c2235342e3139312e3134392e38222c2235322e32362e3132322e3231222c2235322e32342e3138372e3239222c2235322e38392e38352e313037222c2235342e3138362e3132382e313637222c2235342e3139312e34302e313336222c2235322e38382e3131392e313232222c2235322e38392e39342e313231222c2235322e32352e3131362e313136222c2235322e38382e3231352e323235222c2235342e3138362e3134332e313834222c2235322e38382e3139372e313830222c2235322e32372e3137312e313236222c2233342e3231312e3137382e323431222c2235322e32342e3233322e313538222c2235322e32362e3138372e323130222c2235322e34322e3138392e313139222c2235342e3138362e3234342e313238222c2235342e37312e35342e313032222c2233342e3231302e33352e323134222c2233342e3231332e37372e313838222c2233342e3231382e3132312e313736222c2235322e31302e3139302e313931222c2235322e31302e3232352e3936222c2235322e31312e3138372e313638222c2235322e32352e3133392e3736222c2235322e34332e3132372e323030222c2235342e3139312e3130382e39222c2235342e37302e3230312e323238222c2234342e3232342e3137342e313639222c2235322e33322e35372e3831222c2234342e3232352e3137372e313630222c2233342e3232332e3138362e323439222c2234342e3232342e3133352e323338222c2234342e3232362e3131312e3134222c2234342e3232352e3230332e313034222c2234342e3232362e3130302e313232222c2234342e3232342e3235302e313434222c2234342e3232352e3131382e323131222c2235342e3138392e39332e3639222c2234342e3233312e3138342e313132222c2234342e3233382e31302e3237222c2235342e3138352e3131362e3330222c2234342e3233382e35382e3935222c2235322e31332e32332e313534222c2235342e3134392e31362e3335222c2234342e3232362e39372e3230222c2235342e3234342e3234322e313434222c2234342e3233382e36372e313335222c2234342e3233352e31352e3736222c2235342e3231342e34372e313634222c2233342e3231342e34382e313335222c2235342e3138342e3233342e323237222c2234342e3233382e3234312e3935222c2235322e33372e3231372e313730222c2233342e3231342e3231322e3432222c2235342e3230332e3130392e313739225d7d2c2273657a6e616d223a7b226e223a2253657a6e616d2053656172636820456e67696e65222c2264223a747275652c2272223a5b2237372e37352e37322e305c2f3231222c2237372e37352e37322e305c2f3233222c2237372e37352e37322e305c2f3233222c2237372e37352e37342e305c2f3234222c2237372e37352e37352e305c2f3234222c2237372e37352e37352e305c2f3234222c2237372e37352e37362e305c2f3233222c2237372e37352e37382e305c2f3233222c223138352e36362e3138382e305c2f3232222c22326130323a3539383a3a5c2f3332222c22326130323a3539383a323a3a5c2f3438222c22326130323a3539383a613a3a5c2f3438222c22326130323a3539383a623a3a5c2f3438222c22326130323a3539383a333333333a3a5c2f3438222c22326130323a3539383a343434343a3a5c2f3438225d7d7d, 'yes'),
('wordfenceI18n', 0x31, 'yes'),
('wordpressPluginVersions', 0x613a31353a7b733a31363a2274696e796d63652d616476616e636564223b733a353a22352e392e32223b733a373a22616b69736d6574223b733a353a22352e332e37223b733a333a22616d70223b733a353a22322e352e35223b733a31373a2264697361626c652d677574656e62657267223b733a353a22332e322e32223b733a393a22656c656d656e746f72223b733a363a22332e32382e30223b733a31333a22656c656d656e746f722d70726f223b733a363a22332e32352e34223b733a31363a22656c656d656e74736b69742d6c697465223b733a353a22332e342e37223b733a31313a22656c656d656e74736b6974223b733a353a22332e342e31223b733a32353a226c75636b7977702d7461626c652d6f662d636f6e74656e7473223b733a363a22322e312e3130223b733a393a22776f726466656e6365223b733a363a22372e31302e33223b733a32343a22777066726f6e742d6e6f74696669636174696f6e2d626172223b733a353a22332e342e32223b733a393a2277702d726f636b6574223b733a363a22332e31352e33223b733a31333a22776f726470726573732d73656f223b733a343a2232342e37223b733a31313a22777073656f2d766964656f223b733a343a2231342e37223b733a32313a22776f726470726573732d73656f2d7072656d69756d223b733a343a2232332e34223b7d, 'yes'),
('wordpressThemeVersions', 0x613a373a7b733a31353a2268656c6c6f2d656c656d656e746f72223b733a353a22332e302e31223b733a363a226a616e6e6168223b733a353a22372e322e30223b733a31363a227477656e74797477656e747966697665223b733a333a22312e30223b733a31363a227477656e74797477656e7479666f7572223b733a333a22312e30223b733a31353a227477656e74797477656e74796f6e65223b733a333a22312e39223b733a31373a227477656e74797477656e74797468726565223b733a333a22312e32223b733a31353a227477656e74797477656e747974776f223b733a333a22312e35223b7d, 'yes'),
('wordpressVersion', 0x362e372e32, 'yes'),
('wp_home_url', 0x68747470733a2f2f666f72776172646265742e636173696e6f, 'yes'),
('wp_site_url', 0x68747470733a2f2f666f72776172646265742e636173696e6f, '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=utf8 COLLATE=utf8_general_ci;

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

INSERT INTO `wp_wfcrawlers` (`IP`, `patternSig`, `status`, `lastUpdate`, `PTR`) VALUES
(0x00000000000000000000ffff42f94226, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1741921489, 'crawl-66-249-66-38.googlebot.com'),
(0x00000000000000000000ffff42f94229, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1741976101, 'crawl-66-249-66-41.googlebot.com'),
(0x00000000000000000000ffff42f9422b, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1741849222, 'crawl-66-249-66-43.googlebot.com'),
(0x00000000000000000000ffff42f94f21, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1742460662, 'crawl-66-249-79-33.googlebot.com'),
(0x00000000000000000000ffff42f94f22, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1742447638, 'crawl-66-249-79-34.googlebot.com');

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

--
-- 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=utf8 COLLATE=utf8_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=utf8 COLLATE=utf8_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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Colors.php', 1, 0x00000000000000000000000000000000, 0x5629b9e8c78dab34e34891b2a0846a1c, 0x695e5bc0e0758004deae875614952ac4d5f7f4778ffc2c300839fa47234b08b9, '', 0, '?'),
(0x000672c42ab49ab2212a3220458a8f9c, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.js', 0, 0xd5e55351ac52bc4e458eade732647639, 0xd5e55351ac52bc4e458eade732647639, 0x9a32b37711ac92228d5341cb26edd0381d8f04f712e97743f4b96004cfb20d05, '', 0, '?'),
(0x0006f5a4b4cd14ed7da9a1ff075817af, 'wp-content/themes/twentytwentyfive/assets/images/hero-podcast.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/hero-podcast.webp', 1, 0x00000000000000000000000000000000, 0x3b848eb5c14d25be34a4983bb689e100, 0x83ac62c22d1d037ecd25f21799ff7e000f98ec47c6b64dd1ee8535a3cd08d338, '', 0, '?'),
(0x000c4c7897e0e5cb883c6ad69049d06b, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/InvokerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/InvokerInterface.php', 0, 0x80dd0d1846c6881723262b1baf3f09e2, 0x80dd0d1846c6881723262b1baf3f09e2, 0xa1f220006ddc9d898e695bf00a84b3fba5b1c38f1f2644282eded667a8a1c86b, '', 0, '?'),
(0x0016897f2626b3de219ca5508b37a069, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', 0, 0x391f89ed5935b0b04d3511bfef5ce6e1, 0x391f89ed5935b0b04d3511bfef5ce6e1, 0xf7930c145e8a989c89e75c19e3d58b1569baf77947e6d4fa1c2403175ee541f3, '', 0, '?'),
(0x001e3f48ea00ca457dfdbfa6b3e722e2, 'wp-includes/sodium_compat/lib/namespaced.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/namespaced.php', 1, 0x00000000000000000000000000000000, 0x30319dd5cee8f894766e479cac170da0, 0x5d2f721e7efacaba4f829b870243ee63a7784285806a2feb6fb59855d9492ad9, '', 0, '?'),
(0x001ff1f5df779663dcf8e82d2ba5b47a, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-10.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-10.php', 0, 0xf28426865ea6d89b10a2b17e404393e4, 0xf28426865ea6d89b10a2b17e404393e4, 0x953a9bbf52c6b222ef47a3f745635f9eb103ee4c1096d475a766ad558096fcbb, '', 0, '?'),
(0x0029341e0a5459fca1643447151e7eb6, 'wp-includes/images/w-logo-blue-white-bg.png', '/home/forwardbetcasino/public_html/wp-includes/images/w-logo-blue-white-bg.png', 1, 0x00000000000000000000000000000000, 0x000bf649cc8f6bf27cfb04d1bcdcd3c7, 0x4f9cc997a06fb593f1d2110543ab8e41d22f788a87a0cd3cea95dc25343d183f, '', 0, '?'),
(0x0030f6f123168a39fd9cac5a34ce6a24, 'wp-admin/network/user-edit.php', '/home/forwardbetcasino/public_html/wp-admin/network/user-edit.php', 1, 0x00000000000000000000000000000000, 0x0ac9643456da8b537e741dc9b1acc5ba, 0x986febe19591b02274ce79bc53828db6b0a64d389021392fb73f185910ad58cb, '', 0, '?'),
(0x0033d6f54d27f339e2192ccb1687edc1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Lineargradient.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/media-views-rtl.css', 1, 0x00000000000000000000000000000000, 0x592d832106181755bf92ca8378b7053f, 0x7fda9497dff05c64a14c1dcf1a691c4be1880c8238823933d6f77bf8234f942d, '', 0, '?'),
(0x0038a73c6c631ecfcb8ae8676729399d, 'wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg', 1, 0x00000000000000000000000000000000, 0xc811a05ea5d94cbe8f55ea0a8ccb69db, 0x254c496615cd95d07dbd9959f1ffa9b539ac80048226794883151b8e326e6811, '', 0, '?'),
(0x00435f0a7f08ecc2146a440ba8e9406b, 'wp-admin/network/index.php', '/home/forwardbetcasino/public_html/wp-admin/network/index.php', 1, 0x00000000000000000000000000000000, 0xfc50f5fa2f49475637779081b910d859, 0xfb45b29184375d30d8fd2d69ac088f598c85e1caef3607777e55f836aa97110b, '', 0, '?'),
(0x0047b8a5e04d28e70fd2596c577ae321, 'wp-includes/sodium_compat/src/Core/X25519.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x705afa98a3cb02c43a03218419d9bcd1, 0x33edb36ca640d9e499fa976fa32dc93319f61596fd53a6cce0d58f26ca219dd0, '', 0, '?'),
(0x005a3eb9f3eeabf39ef5fb8a66afda0e, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/shortcode.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/shortcode.php', 0, 0x2f64a8e0aa2b2a3e8f649fad86bb0283, 0x2f64a8e0aa2b2a3e8f649fad86bb0283, 0x2171a4335b599c0c04ef9062473785efb96e6d5de01acb015e891f0f1fa6d13c, '', 0, '?'),
(0x005c73e8c154c390ab02bdd69838e1c3, 'wp-includes/blocks/post-excerpt/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/editor.css', 1, 0x00000000000000000000000000000000, 0xa639c1ffd561b94ef0343d92991d0d5e, 0xc97efcc5aa41ace19157e4c81f77a140378a767a019ae0bcf60ecde4a334ef5f, '', 0, '?'),
(0x005ecd6d23e54b06a7ae67a920344607, 'wp-content/plugins/akismet/_inc/akismet-admin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/akismet-admin.js', 1, 0x00000000000000000000000000000000, 0xc1b0c9f2684128f64bc9f26c6eb148ac, 0x3e23134170ab1947a1ae4b9f87dca4bbe9cfc1ba3fd530948e694978143390bf, '', 0, '?'),
(0x005fec5db817a977674753d24b158bed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x197e117244be35150fee79d945aaa73a, 0x0ec3131ef4e89bae81b6cf1ce0215a7cbe9c4c92ed16c1783c4136a52603bcf0, '', 0, '?'),
(0x0066bce31c5a6bcd97cbe7214ef22930, 'wp-content/plugins/elementor-pro/core/data/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/data/controller.php', 0, 0x9d1e9777244c59907a11f4ff81241b76, 0x9d1e9777244c59907a11f4ff81241b76, 0x9ddcb17cc8dd731b8b42157c5e3b0c428c09564b3107f1de0d62650f468ef64e, '', 0, '?'),
(0x00689682514a94b03ff00458fc34af2d, 'wp-content/plugins/elementor/assets/js/ai.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai.min.js', 1, 0x00000000000000000000000000000000, 0x367b4e17089dc1c35e792af43b657641, 0x1c63aceb4d0c3893f44a469d4e8569cfa81ec8e485d4898e63b0f2269cfa5351, '', 0, '?'),
(0x006b6625ad8bd29cde753e0e823306d6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/autoload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/autoload.php', 0, 0xf8c2ed722457bb340fa9872360043376, 0xf8c2ed722457bb340fa9872360043376, 0x12e2a761797b58a351715e971bffbae810904c0079fa71ae36c8924d435a2593, '', 0, '?'),
(0x006d417d3dadd84923ed16aad76f15b9, 'wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg', 1, 0x00000000000000000000000000000000, 0x610fc9421cdf39ac9e9b0bb9c7acae18, 0xce9301e411265b8e14e266fe88268a278d9238eb0ce488d2492c178d1d41fba8, '', 0, '?'),
(0x00745859611802758b78c01e745d8cb3, 'wp-content/plugins/wordpress-seo-premium/src/generated/container.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/container.php', 0, 0x30c744f631571d40fee216b65700d099, 0x30c744f631571d40fee216b65700d099, 0x8e249aa28c2424bb136891c6fb039d49571f9d716301a048e504608756b6797a, '', 0, '?'),
(0x007cdb9b7f9f9655dcadadb34197a716, 'wp-content/plugins/elementskit-lite/languages/elementskit-lite.pot', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/languages/elementskit-lite.pot', 1, 0x00000000000000000000000000000000, 0x2711267ba1a031a11d855a12a78a16be, 0x0ccc85f56576312c2c73faa74e2e2b61b4a0452d6f4edaddd9c0f01b07e06c11, '', 0, '?'),
(0x007f3ad2fb69987b25be1c95ceb2b878, 'wp-content/plugins/elementskit-lite/libs/framework/controls/settings/text.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings/text.php', 1, 0x00000000000000000000000000000000, 0x2c656d0ded155a34b0600cd4673eaef7, 0xb894a18cc12155aa3b4bcd122961776d23acb2b0999747b529f025b9d007bd1c, '', 0, '?'),
(0x00812c0c55bbc671b8fe4bb68b0ed671, 'wp-content/plugins/elementor-pro/assets/js/form.a8f0864f4b4fda696ad1.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/form.a8f0864f4b4fda696ad1.bundle.min.js', 0, 0xac2aa630443327e696d9130cfb83b146, 0xac2aa630443327e696d9130cfb83b146, 0x85b8de518258deb62b27dc017874ec029455c92712ad2763c6ec1829db18f445, '', 0, '?'),
(0x0086b2c4b22bb7e915cc7d778ea89eaa, 'wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render/icons-below-cta-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render/icons-below-cta-render.php', 0, 0x63d64bb78a356155a7d39faacd4f3ddb, 0x63d64bb78a356155a7d39faacd4f3ddb, 0x5b810a24c0af1cfa68df0384f47db280ffc531b04572f8f48dd8cd865e1bf7f2, '', 0, '?'),
(0x0087e932ed04a4b61220d04b79da76af, 'wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccessTemplate.php', 1, 0x00000000000000000000000000000000, 0xf356bf0482992ad1cc81820489c811f7, 0x23792b759bdcefa050dae7a93cc5997d8c898bb3a27d558d5e1a525dc35129d8, '', 0, '?'),
(0x008cfee63b66f31bfa51ee3d2ac795c3, 'wp-includes/js/wp-emoji.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-emoji.js', 1, 0x00000000000000000000000000000000, 0x4b32aebbed7e5116c14ccae8656cfa7c, 0x8ccf3dd484cc0344cf814fc2b4e7905a4d50e67ed9f93e2f136cd2e7ee35a8e5, '', 0, '?'),
(0x00922977cdf36482956e8200aed6b189, 'wp-content/plugins/elementor-pro/assets/js/mega-menu.874d0f2de4fd151185dc.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/mega-menu.874d0f2de4fd151185dc.bundle.js', 0, 0xd8530c90895bc41f9def047ca41d7ba2, 0xd8530c90895bc41f9def047ca41d7ba2, 0xc441708c1e3fc0f75fc780dfa7b5a27d6b8d29bcd592e40726a298435e41ad62, '', 0, '?'),
(0x0092a827a0360626488276845ddee98f, 'wp-includes/block-bindings/post-meta.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-rewrite.php', 1, 0x00000000000000000000000000000000, 0x6ad10851bd2dc3c00b823488cc462ca6, 0xd5a5dd0b2171a14dceb08729753831153adc939e7f10da20ff95658ad146b1c2, '', 0, '?'),
(0x0095b336f5f2654004569ba37049a744, 'wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php', 1, 0x00000000000000000000000000000000, 0xfa81a7643b479b67a1ae9bdf01601404, 0x74255499084b4383af8c799725656a0e164ef4c77496e84f6bf1f0c9d49246c9, '', 0, '?'),
(0x009b6ad08b9548e4ac6c5e772528928d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php', 0, 0x6eab11e8959f6f68b0971c564df7ecb4, 0x6eab11e8959f6f68b0971c564df7ecb4, 0x85cec93b86acab0c5507cac9380e6c35726503c62c3427e1b61f9bba470c9354, '', 0, '?'),
(0x009e39f3bf6b3505261ee5d99920374e, 'wp-includes/sodium_compat/src/Core32/Curve25519.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc8f034336b8c267417f7388b70a2f49f, 0xd06afdaa2bf9d34a4cc2a6ab7ba29de3e1d7b91af497c7495dedd98bc53decc0, '', 0, '?'),
(0x00a6f2ca0040c034eac67635897ba9e4, 'wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-service.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-service.php', 0, 0x9ae90d3f444cf0d574d2c7ea73f705a1, 0x9ae90d3f444cf0d574d2c7ea73f705a1, 0xa7dc9a1a7022f8aec5e09241e7192ce805f318eb363d430a99cedb3750fd570b, '', 0, '?'),
(0x00a957fba088e16e463104ab4c02e93a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpSidebar.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/AmpWpPluginFactory.php', 1, 0x00000000000000000000000000000000, 0x7aa4cf7f1652742d23d05f32ce0f847c, 0xc1ffbbade9089abc1c9ce927a0d8f9870885fedc3046d9c8490c190ed88409db, '', 0, '?'),
(0x00b84bc250c9fd95e73f5c617969e281, 'wp-content/themes/hello-elementor/style.min.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/style.min.css', 1, 0x00000000000000000000000000000000, 0x5be56bc9e617084e1cbb84c994912fc3, 0x78fcd124881d8725fbd6f446d6e462e866922c4b58c1dd999199035153d3df96, '', 0, '?'),
(0x00b9c107a7be79ca2e7260a331bb59e0, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Registry.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/mountains.svg', 1, 0x00000000000000000000000000000000, 0x00507125d440dcf375c1c222034fcecd, 0xf7d405141ef1f713e715d37dc38ed7afaef93c70ddada216e6e48123a9070258, '', 0, '?'),
(0x00c77c39e8d7758565e4f1e1964083b5, 'wp-admin/includes/image.php', '/home/forwardbetcasino/public_html/wp-admin/includes/image.php', 1, 0x00000000000000000000000000000000, 0x225f61f56475e278fda35290f846f59c, 0x57739d5db0b831d4629b772d25982e283ad48e9945bfa3b1a855e25de15b7beb, '', 0, '?'),
(0x00c9626fc2e51fdc40dd435f35e3bf97, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOrientationObserver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOrientationObserver.php', 1, 0x00000000000000000000000000000000, 0x4c980679601bb4f7c1407a82d40de355, 0xb5ff8d4e2607efe28b250118b1861c4d71f1d61e0f7741bdd7e11490233520d4, '', 0, '?'),
(0x00cb96b843e9790be528c1d2d51651ac, 'wp-content/plugins/elementor/modules/link-in-bio/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/link-in-bio/module.php', 1, 0x00000000000000000000000000000000, 0xafb28c8de71d7af4c11ff6f3908b13bb, 0x5be3c039e40f0c4ea52db075e6af5bd624f719f7bb0e966f2461ef72095d9cf8, '', 0, '?'),
(0x00d01344f860f83852a6c7c9b2258186, 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/video/theme.min.css', 1, 0x00000000000000000000000000000000, 0x0958369f5412635723cd2796084c8bf1, 0x4420661bbfbe379eba52832e0cc02bcceefe3ba96031f42d703a7d1779751c36, '', 0, '?'),
(0x00df779f53bcbbac359fdad0d031d3bc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicSeriesDataPointStyleOverride.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicSeriesDataPointStyleOverride.php', 0, 0xc31858995ab8eb508efb758781637b63, 0xc31858995ab8eb508efb758781637b63, 0xa30a6f5605ad1c17955a55a68b2d50d5fc59e70c80c4cdac52f3c34f0f94c52b, '', 0, '?'),
(0x00e46c446483d3fd755ee2e159ace2a4, 'wp-admin/user/privacy.php', '/home/forwardbetcasino/public_html/wp-admin/user/privacy.php', 1, 0x00000000000000000000000000000000, 0xfe648249ba1313e1f2557b7831b71741, 0x111046aae575865800be6f67ab3a7e94c868c6e95f94841135d2cb70ed74d224, '', 0, '?'),
(0x00e7ce1dfc1befc436bf08755991e6db, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss', 1, 0x00000000000000000000000000000000, 0x7f51b339214f69019f17cd50cfab1e7b, 0xcbbf06c04b3341826ffc0dc317a6b677ca76eaf4c9e88fc7a4ebfa8bac2d1c25, '', 0, '?'),
(0x00ed76b988ae8bd8a601a3def1f7dd9e, 'wp-includes/blocks/post-template/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe39c2e66e6b5b0957411d841c00f4e7c, 0xa02c446fa9b9e57b841cc49db233046fe1d9ce9109e4fe51143b93779df69f61, '', 0, '?'),
(0x00f180103554df8b13340682c7d536a4, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadCSSContentFactory.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadCSSContentFactory.php', 0, 0x1c88cf273f3ce4c4c5a3b14a1cbe8492, 0x1c88cf273f3ce4c4c5a3b14a1cbe8492, 0x1ca958f72338ab17fd3775b4febfe738499a1a2c1a91dacfebe3f4f70f59ff00, '', 0, '?'),
(0x00f22c97caa8b9377c3080cd1845762d, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/user-profile-picture.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/user-profile-picture.php', 0, 0x813b978f4ba0807656b50e0f7e7fbc77, 0x813b978f4ba0807656b50e0f7e7fbc77, 0x10d23fc48eaf32a281798293d395181a4aae4fd8c34d8ab43a1644b0e26adbe3, '', 0, '?'),
(0x00fbf624a058edf3472db87f7455c6b9, 'wp-includes/blocks/navigation-link/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9bd904825a447b0ac591c7c6358bfc39, 0x696ba56078f804e0b5f0a4a180459675e794b1943618bda1c5d92ca45133dedd, '', 0, '?'),
(0x00fc2024c9e9f0a690d39905000bd6ab, 'wp-includes/block-patterns.php', '/home/forwardbetcasino/public_html/wp-includes/block-patterns.php', 1, 0x00000000000000000000000000000000, 0xfd07a45a7dff0a344d1562cf48a77a58, 0xdd747644f0b0d30255e36ce4c20f92e9fb27688fcab2816f079541777ad3e2eb, '', 0, '?'),
(0x00fda5aca28e2fdfc939fc593de08f79, 'wp-content/plugins/elementor/modules/favorites/controller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/list-reusable-blocks/style.min.css', 1, 0x00000000000000000000000000000000, 0xfb64ee66bc6c47bf38a8cb861511ff2d, 0x30a5fb148f04f36597c2539c35ad9de8a99a01abda7b8d153175f302d860428a, '', 0, '?'),
(0x010ba3b82681d5935bca34af159b792a, 'wp-content/plugins/elementor-pro/modules/posts/widgets/posts-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/widgets/posts-base.php', 0, 0x3a2c859a081af183ea016a507b46f80d, 0x3a2c859a081af183ea016a507b46f80d, 0x5cb1a97bac16a8c2a8fbfb3452fa0348af246aa7de9e03f9b91e01ec682f764f, '', 0, '?'),
(0x010d71b913770f041be5057f41c89b0b, 'wp-content/plugins/elementor/includes/elements/repeater.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/elements/repeater.php', 1, 0x00000000000000000000000000000000, 0x9cd6aa61ffb9d56636cac20b3f82989b, 0xc01a62cb3ac82ff80cc965aad0ba2abcbb72c66be3aad58e683e79e6bd8c1455, '', 0, '?'),
(0x0115f0e4c4d35b4ac9829f69815d7f37, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/StreamDecoratorTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 0, 0x90d60f6366aea1788f3a62f3d03d6fc3, 0x90d60f6366aea1788f3a62f3d03d6fc3, 0xd875cd287211d89dbb1423e5454a97b775173419ca387098790a7b76a6aa08a6, '', 0, '?'),
(0x0116ff20aa9240f315e9e99018b1d78a, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-5-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-5-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa3f55d5972f3d5dd38d2d50e5acdd303, 0xb4e70ee7f4312616a5a33b200ffb717d6b50a38a7ecb56735609924f0a0066a4, '', 0, '?'),
(0x011792cf7354af5bd4bb2367ec40d21e, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/icomoon.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/icomoon.php', 0, 0x0f0240897e17f1ba73752365bd2c5d1c, 0x0f0240897e17f1ba73752365bd2c5d1c, 0xbfb7c778202f272cf74d8aa72397875cd3c828c489a7d150226117b902487bd6, '', 0, '?'),
(0x011884ac9367ffd933ab277af034c0c7, 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/font-awesome.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/font-awesome.min.css', 1, 0x00000000000000000000000000000000, 0xc97c3824a8d6c5eb936727310d68fe87, 0x84341815136a92457d3e2b2767676c2fbf069364ed88bf648d364345e80036bc, '', 0, '?'),
(0x011ad7a38c28162644a72517be3068ab, 'wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php', 1, 0x00000000000000000000000000000000, 0x570321ede2c670da6d355248459c2993, 0x9bd29ec400935b82bf55203deffd1c0cb51f62f3eb1a86135ebcc4d5b3b29919, '', 0, '?'),
(0x011b2f3e930fe7fcdf08bb28c8e6338c, 'wp-includes/blocks/verse/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/verse/style.min.css', 1, 0x00000000000000000000000000000000, 0xc665e1a9cba35212ec527cbcf5a9ad97, 0x03856a2f2bd5488be615d32bc6d788cf7a2a63e0d92a82b1611e87617f9e65c1, '', 0, '?'),
(0x0130e7633a664c99cd0c16054b91af3c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php', 0, 0x5f8fca1aaee9b63a3cf260604fd71c91, 0x5f8fca1aaee9b63a3cf260604fd71c91, 0x9a349caea11393a0a9136e7ede9b83e200678add9c5a1994c4778f53881666aa, '', 0, '?'),
(0x013515bffe30c483673d6161f2c0eba1, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/forms-index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/forms-index.php', 0, 0xef665c05e8328a3a3d105d559f9e3ec5, 0xef665c05e8328a3a3d105d559f9e3ec5, 0x56e3722fbd2885a1860c0169264abe41baff28282f62bfd435ee2a1d6a814109, '', 0, '?'),
(0x014032e757a96fa761d4944076c8bddb, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php', 0, 0x91465b7c2ed331d7d078eb092658664e, 0x91465b7c2ed331d7d078eb092658664e, 0xf39be9446d1401f531258ca96edd9bb45f647213b08120d40d4a1d1e33540172, '', 0, '?'),
(0x0143e5cd28a44c431f2a52ce8d9fce00, 'wp-content/plugins/wordfence/lib/wfCurlInterceptor.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/file-optimization.php', 0, 0x07bf26d91415cd5c497fc2cf64f5da85, 0x07bf26d91415cd5c497fc2cf64f5da85, 0xbf269a2f3bf9117d74792d322f019cea7939b2503730aa30631c7f7b6275c64d, '', 0, '?'),
(0x01488972077e00698e94ab35e71e508d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CopyPasteRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CopyPasteRequest.php', 0, 0xad439365e19366d2f7b9ff4baa72a28d, 0xad439365e19366d2f7b9ff4baa72a28d, 0x686f1123b5c19c994647c61ec2f4dc74f3cdbe6fdeb5b4628c0fc975b020c10a, '', 0, '?'),
(0x01489f1e8d4ce5f53ca7d4bfd5fe9339, 'wp-content/plugins/elementor/core/base/background-process/wp-async-request.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/background-process/wp-async-request.php', 1, 0x00000000000000000000000000000000, 0xdd2ef7c99948b3056a0ab3cbb150e2ec, 0x9bc514d347ff324fdf7aeae49af59fc11532bcd8640db0db13ed55b0da5b0c24, '', 0, '?'),
(0x014cad9804d7f23a8b14150270a55e95, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/CommandProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/CommandProvider.php', 0, 0x544e2546a51c46deecfe8b62a670c2f3, 0x544e2546a51c46deecfe8b62a670c2f3, 0x99249962673abda037d897716abf29f2828c01638836c0d81b2e4c577b7b52ab, '', 0, '?'),
(0x014e519e222a687a1caa72c3777c1af8, 'wp-admin/images/media-button-other.gif', '/home/forwardbetcasino/public_html/wp-admin/images/media-button-other.gif', 1, 0x00000000000000000000000000000000, 0x61794f138d312f327cc909cd7b265df6, 0x4cbd708d2dae1c38b2cb37e399517c4a90831fe96960318c4f9032f3d663baaa, '', 0, '?'),
(0x0154d1b5fb76a4198159363bf6a5df49, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-top-right.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-top-right.min.css', 1, 0x00000000000000000000000000000000, 0x9182266d90f9f8da8eef3f7c5eb540f7, 0x23b1fb07236a241900dd9fc88ad1303213e00b29670f48b1980163f22225e64a, '', 0, '?'),
(0x0154ea9b0dc734e57d9c5e6140177c4f, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php', 1, 0x00000000000000000000000000000000, 0x6239083caca2d295bf4972427a4cab2a, 0xcfbde5c41b22858ff505985fa4eec4a68719af5811254fbe9d34aed3853a0759, '', 0, '?'),
(0x015682ad8be148fe527f36253fb50d9f, 'wp-content/plugins/elementor-pro/modules/forms/actions/activity-log.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/activity-log.php', 0, 0xa653c937e0a9c2640fb8e4ed0087b632, 0xa653c937e0a9c2640fb8e4ed0087b632, 0x11b1f1d026288bd7333d6a46587a1c21ea8d4e71cfc130bcab210928fa21374d, '', 0, '?'),
(0x0158fa2e4429de234c73942a030e4258, 'wp-content/plugins/amp/includes/class-amp-service-worker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/class-amp-service-worker.php', 1, 0x00000000000000000000000000000000, 0x0a31a1fac3b3ff23ca1073b8d68eda21, 0x6102da2073dbb84649fbdeec7fe26e92bef52052f59dd4db2ae51af4d00efb6a, '', 0, '?'),
(0x0158fd18c998795f07f137a5584e1d2f, 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', 1, 0x00000000000000000000000000000000, 0x16e75c1068cfe802a494270ae4b7ba01, 0x200b0394371edfdc5247eb242fc187cde62d69aedd4e6d0e2816ce57d83bcc85, '', 0, '?'),
(0x015e2f88c7d79098c2ac24006ae99994, 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/gmaps.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/gmaps.min.js', 1, 0x00000000000000000000000000000000, 0xd653e10404b3d60ffb8a3cc6a62e41a7, 0x8576b64c635391818988b431e05b1039df51bf9695975dcce3869ade17272b88, '', 0, '?'),
(0x0163a528bcaa9fa0cab80cbddef3bd18, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/G.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/G.php', 1, 0x00000000000000000000000000000000, 0xa60784ff8ef314e52938e776baea900c, 0x9466d4b294c8a37fa680d42af5e72c663da521b71b2301c10610c39dbc6eb67a, '', 0, '?'),
(0x017a8e952c81154d9a659b27714a215a, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-price.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-price.php', 0, 0x2200084121ff35a2278deaea18388e94, 0x2200084121ff35a2278deaea18388e94, 0x1c5f28eba308ca8f33c698e9d0f3aa2d42c7223e30202450beafe3d265b1a953, '', 0, '?'),
(0x0181786eba649f1a795e69d40af6e08c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameViewport.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/woman-splashing-water.webp', 1, 0x00000000000000000000000000000000, 0xb4293dd5b58d97c0e7da79a065755f70, 0xb7c9904605df61e167d00324770fcd8938a60863bef05c1328e22f5e2f00e5da, '', 0, '?'),
(0x0197eb8c1c2c19175dd748963488a331, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-1.json', 1, 0x00000000000000000000000000000000, 0xddd81d9534f5abdee00d0e6dc75d2466, 0xa44e9c9a5373a870ea4b58e591006dc1c725779996fb7a06dc7672869214aeff, '', 0, '?'),
(0x019954ea68cbd4ec7a07509ff91972e9, 'wp-admin/widgets.php', '/home/forwardbetcasino/public_html/wp-admin/widgets.php', 1, 0x00000000000000000000000000000000, 0x7a0f909aca2a4e91fd703dfc97ca32f0, 0x7c91b81d0ae53285b055ca291d6a102bf8b00fe0f56f4cfb09c529b3a4fc6fb5, '', 0, '?'),
(0x0199cf8bd094274f740cfb06ca974d3b, 'wp-includes/js/dist/deprecated.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/deprecated.min.js', 1, 0x00000000000000000000000000000000, 0xa15440554a31091f2b34694bf9862ead, 0x1dcaf7c2160ed78e593f06b5679a9ac471c6f3a0d96236f66319220c7e6c4351, '', 0, '?'),
(0x019f75b739a31299ea35831d457a5639, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 1, 0x00000000000000000000000000000000, 0xbad15244fef7485c3013aa72731cf5b5, 0xfd00fc665d97185745f099ac2d5d76f1c1f0961d2353bec0ae574b56d5d78e18, '', 0, '?'),
(0x01a67db13caabcf9acd62d8022f18547, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartSeries.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartSeries.php', 0, 0x4dfe42f4b423b3e1e0fd07750704c381, 0x4dfe42f4b423b3e1e0fd07750704c381, 0xc3cf7e4f08d5b5ab18329511e6a446fc9e1b511a7aa357038082b9d16786dff1, '', 0, '?'),
(0x01ab00f242dbee22de4ff03b4149ce45, 'wp-content/plugins/elementor-pro/assets/js/page-transitions.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/page-transitions.js', 0, 0x2149ca4f76cc5dec85e68747ac7b78bd, 0x2149ca4f76cc5dec85e68747ac7b78bd, 0x259d018d6d3475238ed31b5e467ef89b07eae2a37063f0e364c0ded1d9fabf7f, '', 0, '?'),
(0x01c0f834413bb8b9677b373a9bee99f6, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php', 0, 0x053bf74ac9033be160c692206e48bf10, 0x053bf74ac9033be160c692206e48bf10, 0x0dc1147e249a23c62c985ba1c735a767e07404e0d8575d49b6c27f7b3872fe28, '', 0, '?'),
(0x01c9587c5fd5c87763d33aa96a82d1c0, 'wp-includes/blocks/search/block.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/WebP/AdminSubscriber.php', 0, 0x294a3cbdb3e290091847d6539ec60438, 0x294a3cbdb3e290091847d6539ec60438, 0x54f847630c7c1b639b9e1c36587f979c9c046051fcfbc3c61498d38578565c2b, '', 0, '?'),
(0x01cde3be8fc7b905bd88c5251e1a4aae, 'wp-content/plugins/wordpress-seo/css/dist/introductions-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/introductions-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x1e604cfeab2614a2451e19471dfcaba6, 0x4dd350a50272bf906b1242f65ea7caa7ccdf77ccaa3ab4f0ebcd3f4df4a668fb, '', 0, '?'),
(0x01d27ef2a9a896a64bfaa05da110015e, 'wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-image-gallery-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x41c2eec62fb54280ca6e2fa4f8cc6d21, 0x3bddea68ad02f8de1dec76b5263f24fc30b6e697dfd2433927dd7b2a58e3ee38, '', 0, '?'),
(0x01d297f6adec6195e091fe5d17ecc74d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPlaybuzz.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPlaybuzz.php', 1, 0x00000000000000000000000000000000, 0xc3cd4b1cb4a66eae1aae6a12ab277dc9, 0xa72ff0eb4a5a1a99ec5b537938ff79a17d0a67c7a79c2dc70c410b00d5b7bb79, '', 0, '?'),
(0x01da7bd731d12a684d3396a8f6b1cb10, 'wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js', 1, 0x00000000000000000000000000000000, 0xdd240e63224ebb836ef6b95a7ba47a6d, 0xf5407b954066284f6f79bd1cf406330d65ce149cc3a118c9404792b6e89ba1af, '', 0, '?'),
(0x01e4e816453f744239628d9776466031, 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0x01eb8badff4ed2e6b37b3dbfdf3b5fee, 'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', 1, 0x00000000000000000000000000000000, 0xa88ebf02bd2d270af550e16977e2103f, 0x81ad8507242d5df3bd286e19681c7a64c785339ff4027074edf1df586c94739f, '', 0, '?'),
(0x01f0d4c26fb992a73e84d56ab2501b91, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateEmbeddedObjectPositionResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateEmbeddedObjectPositionResponse.php', 0, 0xd13be9e73c0026d3918a24b38c09f731, 0xd13be9e73c0026d3918a24b38c09f731, 0xeb822d78b34363f2075db7a84ea858f9921bb0e82b19e340e781bda5c7ca703b, '', 0, '?'),
(0x01f7cfbd1c9a46a7d9b7493d5b88e373, 'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xa233bd898ab48fdb7efa9e47d1deea9d, 0xe5000bd8d4e02e8e203b6bbde80d20a31576825abebd6677b42345b5f8b2fb65, '', 0, '?'),
(0x01f85e2f4d89987ff8ffa4bb0ae8384c, 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/ajax-loader.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/ajax-loader.gif', 1, 0x00000000000000000000000000000000, 0x01000918725acebd286de3787fca4ee0, 0xac57de137077d1846a4dbea1df85af939af2065212ebb577d89da4c4ec10a934, '', 0, '?'),
(0x020bbe4c537808c8056e86ac71312c3a, 'wp-content/plugins/elementskit-lite/modules/controls/assets/css/widgetarea-editor.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/css/widgetarea-editor.css', 1, 0x00000000000000000000000000000000, 0x25ebd6e3197e66d75376228e643e4e85, 0x978b99d2789855775e4eba2ad54bf045083691630c79d55e5a20a8140ac65722, '', 0, '?'),
(0x0211a8aa5cbc7c4ca70868e1329977bd, 'wp-content/plugins/wordpress-seo/js/dist/externals/redux.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/redux.js', 1, 0x00000000000000000000000000000000, 0x344954ed7d76e7105a74972ef9855ab5, 0x6381ccf94b520fd68c90939e3a07db331df1d335dfdd5e6c377f079ef792e1ad, '', 0, '?'),
(0x02123c00249bd09c3ff9f0832d385500, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/menu-vs.png', 1, 0x00000000000000000000000000000000, 0x719980f24cf02c0c5fa53b312fef45ac, 0x47b26948180f7cfc13d706299db6453bb3bd225fe33bd4a334d4bb77946c79c1, '', 0, '?'),
(0x0217a8917eb87760b2353b4611e3aeae, 'wp-includes/js/jquery/ui/effect-size.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-size.min.js', 1, 0x00000000000000000000000000000000, 0xcdc5156280a5325c5a24b29ec70172e6, 0xa25e2d1d1812f26f89bab10d66b21e09ff04a032dfbdacbab4ce8680b166ffc0, '', 0, '?'),
(0x0217f48d7f133dfcf071af0d6c6a412b, 'wp-admin/user/user-edit.php', '/home/forwardbetcasino/public_html/wp-admin/user/user-edit.php', 1, 0x00000000000000000000000000000000, 0x3c4400d50a23aac3d94597f07fb3f602, 0x58f01478a06e6ff77b0700139dc1af5cb2c1e49ebfd8f2655bedfde3126a5a4e, '', 0, '?'),
(0x022a26352c077156d7b71630760cb563, 'wp-includes/blocks/post-template/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/editor.css', 1, 0x00000000000000000000000000000000, 0xa3dd4c5813e0bc2352ba1def1ac0fc3c, 0x023df5064eab42cad95da219fed4753984cb610c99b6db2bb53835352398d670, '', 0, '?'),
(0x0230f6dede2db7b8e7dd02ec3e24559c, 'wp-content/plugins/elementor/includes/controls/select2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/select2.php', 1, 0x00000000000000000000000000000000, 0x197e7fdaa7843d47e63298fcd60d3877, 0x3c958bcfa6548b9611a12514f35e178f79c6c212bacfab5e0eddcaa3fbb167ed, '', 0, '?'),
(0x023b66118d0507d61af83d9c736bd54f, 'wp-content/plugins/wordpress-seo/js/dist/languages/fa.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/fa.js', 1, 0x00000000000000000000000000000000, 0xc59aabe2f02b55444b95c40dff6be5ec, 0x15434884c130d26c6f9f554407d8cfc0ee32b5ef1353c39ce74f047b6d6c155e, '', 0, '?'),
(0x0241fef89f502aea9fa72f983d848bb5, 'wp-content/plugins/wp-rocket/views/settings/partials/documentation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/partials/documentation.php', 0, 0x3ef29b295b8c6cc7a4523faf22c12988, 0x3ef29b295b8c6cc7a4523faf22c12988, 0x53dcec6fa07a5e240c0b0e9627585ea5084daab53778eadefbdf60fbc3cdc6e1, '', 0, '?'),
(0x0244758c4da4c5753ca99b8cbc5db9b1, 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/ServiceProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-settings.asset.php', 1, 0x00000000000000000000000000000000, 0x5ebcbe8bf6b955ad39d15ea85a9368a3, 0x2ddaa456700512e31027423c2db2a7b81acb48f907d51675869d2e6cf3ca259f, '', 0, '?'),
(0x0248438318ecdc21f303abaa11222888, 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-walker-page-dropdown.php', 1, 0x00000000000000000000000000000000, 0x80b4bd02e61b7a6054759ee81bcfa1a7, 0xff73c9ec3e1577c0b68860c76b50c6e4f4e490863a780a05bcea987170651328, '', 0, '?'),
(0x025695e6e7461f147c6a2f05f9206312, 'wp-content/plugins/wordpress-seo/lib/migrations/migration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/migrations/migration.php', 1, 0x00000000000000000000000000000000, 0x2e1f3027de127679c8af0a532df43f80, 0xf72ea1ddb4059e643c6a4c79997077179bb2c3b952cfb332c528fe2058f300dd, '', 0, '?'),
(0x025b02dea5f5c52e633829b3576e23e0, 'wp-content/plugins/elementor/includes/controls/groups/text-stroke.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/text-stroke.php', 1, 0x00000000000000000000000000000000, 0xe7c1e0f13536ca9984590d4f4efd9296, 0xadc2a696c5c76001307d2b23d5afca23c7492f1c6d92a4dfc2abd70c2cbcdd1e, '', 0, '?'),
(0x025b3b7232c936a773a1f042564ff5c9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php', 0, 0x72345d86bd5f79ed0cb0ef9c61608c6b, 0x72345d86bd5f79ed0cb0ef9c61608c6b, 0xf65422be51f9dc457bb27c5729a3c5882e4c9b8dc3f25a6fb73d2420a3542918, '', 0, '?'),
(0x025d5f0ace2d41ef4fd1f6a24e171998, 'wp-content/plugins/luckywp-table-of-contents/integrations/elementor/Elementor.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/page-coming-soon.php', 1, 0x00000000000000000000000000000000, 0x95f29586deb91dba64fcb10d4ab88383, 0xde309f648b389134b63d2076e5d1d0b24742fd4e1a9b974a3e253322a3a51ef4, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x027029004ab9df057432e73f916b2645, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DocumentEncoding.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xe12f1733f9f7a8279888876f5159adf3, 0xbb042b87e4b846f5e752c17b924b5b8d26d834695ae277752ee77f662d265cff, '', 0, '?'),
(0x027cdedfe8ea15b9a234be26ff565a4f, 'wp-content/plugins/elementskit/widgets/yelp/assets/svg/yelp-logo-circle.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/assets/svg/yelp-logo-circle.svg', 0, 0x6d5b55ad73a26661fb006079480aee68, 0x6d5b55ad73a26661fb006079480aee68, 0x94c64b8fb9f394ccd53ebe0bdcfc62acffa7e4b7bf9714dc308c312a6ea6dfd2, '', 0, '?'),
(0x027ff622c57155798484a339ec2551a6, 'wp-includes/class-wp-matchesmapregex.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-matchesmapregex.php', 1, 0x00000000000000000000000000000000, 0xb6a5941725dc605e601b7c6aa87f060d, 0x43cec805f5d33b04d65a7af65affbaeff446c4541dd41dd57b5e9f15787daf5a, '', 0, '?'),
(0x02803b5f32f9c601eec89b0c06530bd8, 'wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js', 0, 0x5538e36a64c6d46dd4004e734dd3b79f, 0x5538e36a64c6d46dd4004e734dd3b79f, 0x0438608a696ce4e7dead1f58c78036b9457ce0cd99be46a6c8bb5e164e4e7cf2, '', 0, '?'),
(0x0281f4bcddadeb7c09be3d30acf898e2, 'wp-content/plugins/wp-rocket/inc/Engine/Activation/ServiceProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Black.woff2', 1, 0x00000000000000000000000000000000, 0x257c000c8ceef1b6343cad5b8e42af5a, 0xb11dc851f4f376e73b3a388f46b51f7b2a87b5acd0dfc882dc014348c83ee1e8, '', 0, '?'),
(0x02922571d8191bd0b8a746a55930a146, 'wp-content/plugins/elementor-pro/assets/js/search-form.b7065999d77832a1b764.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/search-form.b7065999d77832a1b764.bundle.min.js', 0, 0xba4cc83c6e09dfb490aeebbaeda95602, 0xba4cc83c6e09dfb490aeebbaeda95602, 0xaeb55650696fae519dab04c1b7fffa05cd9136e63ffc6c580f7dd51522ac6f39, '', 0, '?'),
(0x029a9eec75977e28a7848a6adaa199cb, 'wp-content/plugins/elementor/assets/js/lightbox.2c9ae19597fcd2a76c3a.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/lightbox.2c9ae19597fcd2a76c3a.bundle.js', 1, 0x00000000000000000000000000000000, 0xc38f549492a9b16d7c12cfbf03b72e89, 0xa6d5a9ac21d3fd9e0e553b7eecd34250603aa950a353c346d0313bc81c7e38b4, '', 0, '?'),
(0x029d2ef02a7b363ae9b70c394dda8533, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x02adaa7a1f60bbac89f970168be47110, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaphone.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/wordproof-helper.php', 1, 0x00000000000000000000000000000000, 0x9e3f6b97b30d461c1b5a93e2ad6b6598, 0xd8b5e6f6b26e09be965ea7a0d4c0c34b2433c7ef8799e7484a5dbe69be7cf453, '', 0, '?'),
(0x02b7852529cf9c857d1534fef11f1831, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitError.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitError.php', 1, 0x00000000000000000000000000000000, 0x7047c583abf9641eb6a02fd68686dc4f, 0xedec8e33564f7c03e560f85bbe9165a6cb4502ad659829a0e45bbd1af91fda09, '', 0, '?'),
(0x02c058d7eddf8e65a1bc13b7f39ca94b, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-featured-image.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-featured-image.php', 0, 0xb570b9113574d03445d07117f1802505, 0xb570b9113574d03445d07117f1802505, 0xca889421724f1014e68edb5a72099ed40b56e9062f89edcc597310398983d0ad, '', 0, '?'),
(0x02c905571c2df7093c871e82b89184cd, 'wp-content/plugins/wordpress-seo/js/dist/languages/default.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/imagify.svg', 0, 0xc646baa576133fce1086bf439beba3de, 0xc646baa576133fce1086bf439beba3de, 0xea2ce6d7b14d0d24587b55c66e1eccfe2a25523f6748efa9749ac8871dde82c2, '', 0, '?'),
(0x02cc201f88fbfec84b2069964493c174, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php', 1, 0x00000000000000000000000000000000, 0x83a7aadcd96a98b68ffb3ee68db663e0, 0x607332f58f5ba386b32b8c2c624bbb6c0377c880ba31c9e89f0aa70c62c7857d, '', 0, '?'),
(0x02d3dc63df14352baf382914178cdb30, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/InvalidArgumentException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/InvalidArgumentException.php', 0, 0x5f89fe79fc3c1ee13a9f9e5f0a88f6fa, 0x5f89fe79fc3c1ee13a9f9e5f0a88f6fa, 0x37137813d99a530da43fdec67d4417d274b320aef78b8381f57bbb4e80caf641, '', 0, '?'),
(0x02d756d5498cfe309c70a626d4ca1dc5, 'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', 1, 0x00000000000000000000000000000000, 0xee03a7f775c915099b7cc824b8cf3d4e, 0x954c0193a44f2d7e3bb3ebab23ad117b75045446dc0e4e75659033227877ac4b, '', 0, '?'),
(0x02d9fe17be7333fe9bcc4a73c630ef29, 'wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xdf700610f8ee6a6e729e981cf4873a99, 0x2851456c761990aede9ea6cdcc1d9ff34c8548c0b8fd88d202d328573c183ebd, '', 0, '?'),
(0x02de1994e4a5ea1c37992687f20cc880, 'wp-includes/js/tinymce/skins/lightgray/content.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x9ca333d4bf3ae1930456ab09988a5527, 0x9303bbf67c3c8fd1d4fe500f2a7467ab338d647f5973cfdf2f9180fb90d0f891, '', 0, '?'),
(0x02e6b59131b7513de145e02353fd293f, 'wp-includes/js/dist/script-modules/block-library/navigation/view.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/navigation/view.min.js', 1, 0x00000000000000000000000000000000, 0x1dd354b759c9108102c93d8bae0573a1, 0xfa74e7e02a088128cca190b885e591ed3e55ecc9d1c00e10ed7f524da22f7f65, '', 0, '?'),
(0x02f0341185b208980ea30beb6760d446, 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-classic.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-classic.php', 0, 0xc920faf96376c18d48e52c930a1e564d, 0xc920faf96376c18d48e52c930a1e564d, 0xfc4ddd8d71a361e5ec68c3c97be21b497e255dd60fd0e3632cd703f8c3c65182, '', 0, '?'),
(0x02f2593f332aa44587df5c27335f78ab, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/EnvironmentVariableDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/EnvironmentVariableDefinition.php', 0, 0x056b45294f5e4b2d2abd5b86f5c7fe58, 0x056b45294f5e4b2d2abd5b86f5c7fe58, 0x2e1e99c0ebd5212701dfb4a4ad9ad8ad9c7e6457babe2b76c3c062072abd686e, '', 0, '?'),
(0x02f70fad3072e3884822e1594b5d54b7, 'wp-admin/css/site-icon-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/site-icon-rtl.css', 1, 0x00000000000000000000000000000000, 0xeccb704c0e9f2537a1a4151403bc85c5, 0xfcde4afbada3fe2efd48807a0ef8af86d15bd462623cbe8633799ce2bfcd1c55, '', 0, '?'),
(0x02ff360ff8c5b914437b7f24bf26a496, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php', 0, 0x27db72966b36d9dcd51c43f1f296bedb, 0x27db72966b36d9dcd51c43f1f296bedb, 0xf01f7b55fe2e5fa3ca07ed99ec943b8c415b1e1146025178d7d0687066b2baf1, '', 0, '?'),
(0x03005be2a7d532d7717c8d82051c02d4, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php', 1, 0x00000000000000000000000000000000, 0x133241af1bd3a51c8e3e163840d5b8a8, 0x76e2e4d45fa7bd34f3e642a1ceb56d45f13a67c85de8fb48323a1af48f0a0907, '', 0, '?'),
(0x030721d05bebd8b09616e40a92671027, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php', 1, 0x00000000000000000000000000000000, 0x2f5264be6b14ead0519c48a46214d96a, 0xa63afb17c8ca704500f05b543b2fdc1adafa9a41188b3c963d4b50255ffc5347, '', 0, '?'),
(0x030aab5461f4bdcb2503f5a7feaf9176, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template.js', 0, 0xaa831799c040870c1cb3000c4c971e35, 0xaa831799c040870c1cb3000c4c971e35, 0x14b565965b623242c444aaaa229778da8be9825aa765c9bc1dc52fd05f8d3ee1, '', 0, '?'),
(0x031de1696dab05f3e61a683c42df0858, 'wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg', 1, 0x00000000000000000000000000000000, 0x02059d463d421c8ef1497324ae2738cd, 0x42b65dbb71b45cf9e89e3b24fc766dbbf8eb8237f956cb847b4a3139f706b542, '', 0, '?'),
(0x03238b7e3d79f6a87b83eb33c3de2d73, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp4adsEngineScript.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/button/style.css', 1, 0x00000000000000000000000000000000, 0x9bd7c70bab27df57d7126b839c625314, 0x08861b45871c9aa92572a2d57c8a11d54f9b59133f4ddd62cd8106f0b423671b, '', 0, '?'),
(0x0328bf800497d199978dc9da00483c5f, 'wp-admin/includes/nav-menu.php', '/home/forwardbetcasino/public_html/wp-admin/includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0x1bf1c7b3847d6c45ac2cd574e810c947, 0x497cee1d9b195b578e2ab7aca88b1494cb98f31aa7c410120b067bc6a9cca5b3, '', 0, '?'),
(0x032b72f6a0edf94b50656c3e642ecb27, 'wp-content/plugins/amp/src/Infrastructure/ServiceContainer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceContainer.php', 1, 0x00000000000000000000000000000000, 0x087288422c5dfd7167c872797fea4dba, 0x83f3fa5d5fa588ae32c08a802f1428f21e02caa7f66fa4ef4cffb337e600abc6, '', 0, '?'),
(0x03330778328ac2a7ae04a26804ea145f, 'wp-includes/blocks/shortcode/editor.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-simplepie-sanitize-kses.php', 1, 0x00000000000000000000000000000000, 0x6ad2b9010164af429e28676ca69b57e8, 0x678589b38b6a21d89d90924c278b717081470bab81c3899f6fdbb7d4c498633a, '', 0, '?'),
(0x0345036b8a2875ac21efceed51555eb2, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php', 1, 0x00000000000000000000000000000000, 0x7698722bb5558a90d0b2caf7cc8b8d90, 0xb2ff9a61c900b74ba3fcacca773627066ebb49ab222e34a48a89eeb2174014d3, '', 0, '?'),
(0x03505ab3781878d8fac1ab6d4a06d899, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/keyphrase-data-provider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/book.svg', 1, 0x00000000000000000000000000000000, 0x61d35514741363d78e66a53a4f39f87e, 0xd0a9297fb6d4f07c58d7ef1c82ce030549ec73df845a4b1fa62bf92bd4945669, '', 0, '?'),
(0x035c5446b00beaf522dd07fbc5d36dab, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-htaccess-loader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-htaccess-loader.php', 0, 0xdcbaeefdce553f1b5a49fb055b47a9d1, 0xdcbaeefdce553f1b5a49fb055b47a9d1, 0x0b44ebb969481e8c5b44da30c22eafa453ae4336bb9b1e340af12fa284bf3471, '', 0, '?'),
(0x03632626f6f42c691c4c8e6da1edbce6, 'wp-content/plugins/elementor/includes/maintenance-mode.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/maintenance-mode.php', 1, 0x00000000000000000000000000000000, 0x3f0b5a913611b4e60f8ef9d8bf718d50, 0x4498f1a851b09e82732595a7b9c06b5d333079b9dc5564f23f51e13569232bd0, '', 0, '?'),
(0x0369f4a27f5004c399fb966c6400fa91, 'wp-includes/css/jquery-ui-dialog.css', '/home/forwardbetcasino/public_html/wp-includes/css/jquery-ui-dialog.css', 1, 0x00000000000000000000000000000000, 0x639812c185992e4e59d9e99535b5c838, 0xee13c3a0f5d9e72c4958d6ba98866fcb7cde2e8e32640c39728d760903fd0e78, '', 0, '?'),
(0x036bf19eaf3463edb0b5e1f3d0353c22, 'wp-includes/js/dist/autop.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/autop.min.js', 1, 0x00000000000000000000000000000000, 0x55f53edb02d943b0b1421d0cb4889b9d, 0x65400f9bc9cd82bbaf928438e03d184c08dd04640d03ed17b157f2a7758932f0, '', 0, '?'),
(0x0370e2739dc32d270843849c4dfcd0af, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/add-new.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/add-new.js', 0, 0xb108c8088abd491af11fdf6e4f4df576, 0xb108c8088abd491af11fdf6e4f4df576, 0xc5a15b67daa29f0b2a36f6e255c9c3327a16fedd07d629e88e0f1c6e47e391cd, '', 0, '?'),
(0x037e01ad9649ffd7aab32876fd97bc56, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/seo/premium-seo-pack.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/seo/premium-seo-pack.php', 0, 0xd09cab624ce769db168bfb86008f243f, 0xd09cab624ce769db168bfb86008f243f, 0xff81c31a555f1d5282973ca35b57c417fb664e35d2522ab6727f998b1a144d0b, '', 0, '?'),
(0x038a460b228c54b87d7a7c99a19f39bd, 'wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/request.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/request.png', 1, 0x00000000000000000000000000000000, 0x8a7cbd44a1aba46e7290d6f580b087b4, 0x48402ba08c9d3161c02c5536e689b1bda40c145f89784b7ba23da6357ed9c4d1, '', 0, '?'),
(0x038d4f30e3becf4be5a0a1208a223d1a, 'wp-content/themes/hello-elementor/functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/functions.php', 1, 0x00000000000000000000000000000000, 0xd3cfdb773efebb6dcbca6498aba26bfd, 0xd9c1a5a8a522f8507e0796594435795beccf4545846f3489ee3e1103630f9a34, '', 0, '?'),
(0x03914596db1c9d1a38841492687f2dbf, 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php', 1, 0x00000000000000000000000000000000, 0x06064a27cca527ee5fce209a76f9c0a9, 0xe03d646ad28d3f64659f20bd1ddff76c8f81e1ac13940d17ed3d434b995aa721, '', 0, '?'),
(0x03958ca60d35adcb26abe96443d1ee7d, 'wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php', 1, 0x00000000000000000000000000000000, 0x47cbb25c0728f409d3ba10467ae56716, 0xcca35afbec0716821e78c13b0086a410ce0d8f37d64618eb326e4ed493c9566a, '', 0, '?'),
(0x0395e9b2fdd6f002bd781404fa7f1e30, 'wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.0d76e4a3b7bf65ff6f9b.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.0d76e4a3b7bf65ff6f9b.bundle.js', 0, 0x8db9a6d06788e5fa8e35f06373a1e769, 0x8db9a6d06788e5fa8e35f06373a1e769, 0x579f8f45daa185be6b832c4b06798ca68f4d520f284cbcbaaddaa57ecf3dcb34, '', 0, '?'),
(0x03a2530d16aff090d80717d89f84214b, 'wp-content/plugins/elementor/core/experiments/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/experiments/manager.php', 1, 0x00000000000000000000000000000000, 0xd01d9610916c4a5b5d846502b9778e09, 0x1ace90c17c21256fb09ddc417d7fd8711280de730a2cad555addafbb34406959, '', 0, '?'),
(0x03a2a112539d8f3376a1131e200c1c4f, 'wp-content/plugins/elementor/assets/css/conditionals/shapes.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/shapes.css', 1, 0x00000000000000000000000000000000, 0xf25aca3f9e45de6046a9b3796fd3a5f2, 0x0dd2eceac0bbadbbd8a8502a4672a86e6537fcea7f9b84067d7a7a3d574d8e6e, '', 0, '?'),
(0x03a554c9f18957c90893a5c5d02d8934, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-title-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-title-condition.php', 0, 0xa342d4bae0169b468a31260f4af70ff4, 0xa342d4bae0169b468a31260f4af70ff4, 0x38625c4541740d0ca715798b60d3a92b8fc1d302e1e9c53423101ceec4f499a4, '', 0, '?'),
(0x03a678928fe1d6f7e0454103657d163e, 'wp-content/plugins/elementor-pro/modules/popup/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/module.php', 0, 0x134e375c713637d727f5779775085b32, 0x134e375c713637d727f5779775085b32, 0xc85c77d9e05864007f93678917cc9a0b5eeffb236a5d10d099d16dd27fe96885, '', 0, '?'),
(0x03aa75416d8199beb973dd2c29444576, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x6266bf05799f0c0fb093118e7994c290, 0x8b51f698fc5970437f8b3dc133cb3b80758da5b1864eb390814b9ff8826fd584, '', 0, '?'),
(0x03ab76661afce4c5a08e637b4c768fa8, 'wp-content/themes/jannah/inc/custom-styles.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/custom-styles.php', 0, 0xf08a7a8f169d76d1aa67a65fbfa6aa74, 0xf08a7a8f169d76d1aa67a65fbfa6aa74, 0x0a37582d64681fe3981504889574b314e8631ef25dc52cecf7643168c0bdc5a7, '', 0, '?'),
(0x03ab96edeb753f4bcdfec72767c8338e, 'wp-content/plugins/amp/src/Exception/AmpWpException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Exception/AmpWpException.php', 1, 0x00000000000000000000000000000000, 0x5f619ffe2cd939f89e97ef3b06b32253, 0x8cf1bb895d9216c7bde94eab604996c373dfa31b0ac5372af4d06bc97243660a, '', 0, '?'),
(0x03ad140e5603d312ed8bc6cd4ff0c43b, 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.min.js', 1, 0x00000000000000000000000000000000, 0x276624d6cf7d08efee585f4b8e822118, 0xf3f765d1f85cdb2788043e90bf475a7b2d0e09975c1d0c8d20252f50ecb1d73e, '', 0, '?'),
(0x03b5de6ae1bee9f5d807b9d2f2fe083c, 'wp-content/plugins/elementor-pro/assets/js/frontend.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/frontend.js', 0, 0xeffe51c9324c936e0071434cc0769cc9, 0xeffe51c9324c936e0071434cc0769cc9, 0x42d77c0ce05b0936c79c9d660a2e9c1893cf657f23d1ce8c955ba45534b88e7a, '', 0, '?'),
(0x03b97a4432957d398372419f314086e3, 'wp-content/plugins/elementor/assets/css/admin-top-bar.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar.min.css', 1, 0x00000000000000000000000000000000, 0x678ee9ccccfc3a1e6f8ddcba85945858, 0x463c7c171ff11844451dc022c8ff6eb44f13d8dbbdc5b6b06872dcc78f0b68e2, '', 0, '?'),
(0x03bd8933ff4648a5f1afd4f16551d704, 'wp-content/plugins/elementor/assets/css/frontend.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/frontend.css', 1, 0x00000000000000000000000000000000, 0xbe9b7ac4c700ad5c8106cf37bef8cbd2, 0x8bf691b6509a0de3ffb890aeff18c72625da3e54228991ca6d26aa206a70fbbe, '', 0, '?'),
(0x03c5ec68bfbd42a5d0913c6b83992ed4, 'wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-async-request.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/announcements/classes/utils.php', 1, 0x00000000000000000000000000000000, 0x0bc69cb44b4cb08fc85c89bbc0ff21e7, 0x1bd90d80af73ea478c27db519bd7bf48e270128f4df8d0cb161f49a0aa0e9427, '', 0, '?'),
(0x03cff54ee82ef12141e432d61735d94c, 'wp-includes/block-supports/utils.php', '/home/forwardbetcasino/public_html/wp-includes/block-supports/utils.php', 1, 0x00000000000000000000000000000000, 0xc1706d2fde398bf81b6c6a54e4095e0b, 0xede8ef5772879b9781d8f6ab575b004b290a0aa885c6c52eef5e75a10616b5e4, '', 0, '?'),
(0x03d1f5cc7631aee57940aed374817b51, 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-schema-videoobject.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-schema-videoobject.php', 0, 0xe1d1357cf4980a092529cf04c2e965e9, 0xe1d1357cf4980a092529cf04c2e965e9, 0xd8bf6fc31f5f5086554a937c39f9a269405f02ed4911d8ff8c24b41821ac5ad8, '', 0, '?'),
(0x03e0bfd6c7b53daaff7f66b9e6430112, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-font.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-font.php', 1, 0x00000000000000000000000000000000, 0x4cf79ebb69e41222b5d06475cf1cadae, 0xf157552eb38a4d8c610cb2d02e61d825bd82d49b020337772fe2b83877765555, '', 0, '?'),
(0x03eb275391b1447290b521c33dfbbdc0, 'wp-includes/html-api/class-wp-html-span.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/import-export.php', 1, 0x00000000000000000000000000000000, 0xab650bced84365ad1600aa08b8b77f7a, 0x4dcc90d16593e94883eb792cfcbd11e465d29cbbb87bd8169280c5c6bc092a9b, '', 0, '?'),
(0x03f57823a5842a105760509ac1c0449e, 'wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php', 1, 0x00000000000000000000000000000000, 0x3af492160392c86f6bcddcf1837bd8bb, 0x63415b9b5ea172f94489b5181320b0d4a79078ee72a9d60204f09c15f4393b80, '', 0, '?'),
(0x03f5f23987b9a4e4b7b30af59c9936f8, 'wp-content/plugins/wordpress-seo/admin/pages/tools.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/pages/tools.php', 1, 0x00000000000000000000000000000000, 0x2db1ad9abc794dd349b63769fadf37fc, 0x163e1efe3e68cb0b7f30312a2834c875ec0de36850d37c0f9807f4ba0b9cbd91, '', 0, '?'),
(0x03f7e5e57e3a1f3b9793ec3af5814ad0, 'wp-content/plugins/wp-rocket/views/settings/dynamic-lists-update.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/dynamic-lists-update.php', 0, 0x1292235b73eabce1385e1cc357d93b4b, 0x1292235b73eabce1385e1cc357d93b4b, 0x96f4a650dd3c6566463004a7ba466587e2f3c00acf07f8f961e34a0ff84742b4, '', 0, '?'),
(0x041b97069232be5f79f06ced6f97b036, 'wp-content/plugins/wp-rocket/inc/admin/ui/enqueue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/admin/ui/enqueue.php', 0, 0x4a5d5de0ddb716b88cb551049906ac8a, 0x4a5d5de0ddb716b88cb551049906ac8a, 0x49e6f7c4c287212ca7c156f54e5b7c75d0c50c0e6b39f7057194e800d69eb851, '', 0, '?'),
(0x04219b94c8407c9834abb06e9dadf414, 'wp-includes/class-http.php', '/home/forwardbetcasino/public_html/wp-includes/class-http.php', 1, 0x00000000000000000000000000000000, 0x999b8857514b060dbde074b0c79d683c, 0x61d26ac5ca45584fc374667d9e3b6724b3d8aeb3d634b30c34dee4d1b4c9edc6, '', 0, '?'),
(0x0427da9e003bbebf3fc32b5607d2aace, 'wp-admin/network/edit.php', '/home/forwardbetcasino/public_html/wp-admin/network/edit.php', 1, 0x00000000000000000000000000000000, 0x92adf71ec63da4dd234c981848ddc4ca, 0x0f71b52f2adfb233f1a0dc78fe53a412a5b67e8b2e275d77ca1def6baf2c571e, '', 0, '?'),
(0x042925d80ab11e5d69248917e123a9ab, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php', 0, 0x6545e65a33650c0ea68aa375c39f917f, 0x6545e65a33650c0ea68aa375c39f917f, 0xd201ec630d3ab3704d6d5661f53de0cc6088b16dcd269d600fdb226dcd716e41, '', 0, '?'),
(0x042ba3c944b8ad5f09e3c7362cced632, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/icon-set-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/icon-set-base.php', 0, 0xf9598ab1bb6859870e7c019157c4f999, 0xf9598ab1bb6859870e7c019157c4f999, 0xfe8ac48244c8c3a1f63381e5b430ca85ee2770328268ac8b419495de8e1c005d, '', 0, '?'),
(0x043190b4b7e006b509158df0ada3725e, 'wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php', 1, 0x00000000000000000000000000000000, 0xa9aa9a80da57c60249b673510f294866, 0x9683842c92d1ceef5b537400a31889723f121f68816ee52a11bab4a56bf2b2ec, '', 0, '?'),
(0x043b0770520339b2b62bf3711070d5ae, 'wp-admin/includes/options.php', '/home/forwardbetcasino/public_html/wp-admin/includes/options.php', 1, 0x00000000000000000000000000000000, 0x6cafb3a8b72347d708f63234bacdae9c, 0x0303f15155b7f6d55841c46a706e0359fb7270a60b9c116fe7a34b214bdc9958, '', 0, '?'),
(0x043ff0cb7ceabaaff7d77e7893d0ebd6, 'wp-includes/blocks/query/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/query/block.json', 1, 0x00000000000000000000000000000000, 0xe46bd1821a1d728eeee678ddd3857618, 0x99d3b1d9390d6c06e3d2dcbe7b4be4627518236260353be3cf30948742496c2c, '', 0, '?'),
(0x04420793147baa1f29ba077397a62707, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php', 1, 0x00000000000000000000000000000000, 0xc0c2b9f3e6a3545b2de16af32e430162, 0x4742d299eca52228e4410ef200705ead62ca99ad3c2f4af49775be57b93246b9, '', 0, '?'),
(0x044c4b9b6f3e2031157291e9d905a5ee, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0x6ac13b6505ffaf617a2358fcf44db6c2, 0x788e96247085627263b1bf6eaa9027b21856e39375e3a63a0ade5df2591a57b0, '', 0, '?'),
(0x045290766bb4274afba9de172c66604e, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition.php', 1, 0x00000000000000000000000000000000, 0x53747eac2771cc52a9cec0ae3888e8ff, 0x77d821571e1544ff571f81b60a53ff08171d82661f73be476fd5be0fa13115fc, '', 0, '?'),
(0x04653b6f08981185bfe5b401903739dc, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerTrait.php', 0, 0x73815524aa6318fc6526624052dcdf3a, 0x73815524aa6318fc6526624052dcdf3a, 0x4f8ea474dd57e7a05eebfb77baf042004012e5a2ccba767a2dbd7c27ac806d5c, '', 0, '?'),
(0x047029f2311747238e1b7616d3c168f6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorOption.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php', 1, 0x00000000000000000000000000000000, 0x5d6cfa24b75fccda144e4cd42add73c6, 0x47b608d53577c931cee44fa5e6d72b5a2e4fcba61f0a922b17ced0460ebb3bda, '', 0, '?'),
(0x047aa37b74bce55ab2796c1dd37ccffa, 'wp-content/plugins/elementor-pro/assets/js/gutenberg-woocommerce-notice.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/gutenberg-woocommerce-notice.js', 0, 0x3a9d2d1df6c4f71e8a45c9c05f7ef94e, 0x3a9d2d1df6c4f71e8a45c9c05f7ef94e, 0x4ceafd5ad52e39c91c7b3211fc75bb983c7cae9b69688e74f89c413d57db09bd, '', 0, '?'),
(0x047f8cdc88d279e2f43740a9b598d622, 'wp-includes/blocks/audio/editor-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/akismet/class.akismet-widget.php', 1, 0x00000000000000000000000000000000, 0x648b4a13663b6ca7ce624f24ac164fcd, 0x870787ca5e317a89322dba49729ae8f21b1bda2e21f2a3574537247b9a6f7ce1, '', 0, '?'),
(0x0486f9a5da047677952d833faf116f59, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-consent-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/sucuri.php', 0, 0x56939dd99d55f009b53b47cf14734562, 0x56939dd99d55f009b53b47cf14734562, 0x4f07e9bb60ac377b5aa49f70b937535867e0e9ccf5948dc5198acfb0b8642c82, '', 0, '?'),
(0x0494add9f10f72c02d56fb9ca9e689d5, 'wp-content/plugins/elementor-pro/core/integrations/exceptions/exception-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/exceptions/exception-base.php', 0, 0xc5ebd586b07a5f0bd56e140c6e2b832c, 0xc5ebd586b07a5f0bd56e140c6e2b832c, 0x9d779b60f5723956cac2368786f6515b07703659bbab8850900a3a198d8add9a, '', 0, '?'),
(0x04a0fae00aee238d54a8ea3fd7bbeccb, 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', 1, 0x00000000000000000000000000000000, 0x36f1ced7fe40452d08ed03ad6d18646f, 0xcc8959b6e26a1f271ff5a469b9296a7c45cd56ea867f90b88a6cc9460aaf4cec, '', 0, '?'),
(0x04a7ac430baafb56d0b266c1600b7aeb, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassName.php', 0, 0x82e129aa8cb78edc512b940cbf69ed56, 0x82e129aa8cb78edc512b940cbf69ed56, 0xa10862f2890b542d967ad5fbb46ee5959db53d697853ed2191b23943a00ade8a, '', 0, '?'),
(0x04b011c39a32e2b17ffb640e03cd3d01, 'wp-includes/rest-api.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api.php', 1, 0x00000000000000000000000000000000, 0xacb738b2f58d74752edb1ca45f0f7351, 0xa05f9780e90587644fa77059a071bde86bbaaa1e2ba0ea61478c5653502a2d96, '', 0, '?'),
(0x04b16a2360e6196090bc653d4867b2a4, 'wp-content/plugins/luckywp-table-of-contents/core/validators/InlineValidator.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-fold.min.js', 1, 0x00000000000000000000000000000000, 0x0edb52e6332aa60cb6a38d303a4f68b4, 0x80368afc3f17c7a8137a5c2c1ee2dca80b85a9d5defbbeae107f3689f48fb3df, '', 0, '?'),
(0x04bb5b1d71af3bd37e412803ae35e3fe, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataFilterValueRange.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataFilterValueRange.php', 0, 0x1053419014269bbeb7bbbcf7bce08583, 0x1053419014269bbeb7bbbcf7bce08583, 0x33ee0d0780208330deda4f08064111a677dbbf3e227491ceb5e91028cb20f4c0, '', 0, '?'),
(0x04bb75cdb8b56a7da62e11869067800c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartSeries.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartSeries.php', 0, 0x315ce9a0ce40268d2c734d5002188664, 0x315ce9a0ce40268d2c734d5002188664, 0x5c2b14dc8edbcda34419f0c444ba6fc41e3b98aceb556bd97686b520c0bcb601, '', 0, '?'),
(0x04c8840794ced3781879a8e581f58bd6, 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 1, 0x00000000000000000000000000000000, 0xf58daaa070dd4ea21bd6790f7ec36e22, 0xbf067bf307b975d578d310278bc0c20ea14aa6c2ba406919221f483bf25d3668, '', 0, '?'),
(0x04ca3513384c28e5390820d37ca16e27, 'wp-includes/blocks/comments/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/editor.css', 1, 0x00000000000000000000000000000000, 0xa1cfdeb832d1dc274e03c9dff3a2c57b, 0x3d198ac89efdd23d7c196b0a6de49cc63cfb8b0f9073715e50f2ec69c7666d8e, '', 0, '?'),
(0x04cd01aae7802139eaa97dcbb431009c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/InflateStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/InflateStream.php', 0, 0x40a6639ef98905a22193233f70bca764, 0x40a6639ef98905a22193233f70bca764, 0x00d21cb90c64feb823f0d1383247bec39733f7a00aa914170d4202d8fa271e61, '', 0, '?'),
(0x04cf9a5771755f8a1438c87e0da2a8e1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/colors/coffee/colors.css', 1, 0x00000000000000000000000000000000, 0x657bbcf5928c8fbc8023171dce09be65, 0xa17b0dff9bbf12b059a1939f57791d92a8fb27380e959a78e771d17a1ccc213d, '', 0, '?'),
(0x04d247b923f4153b224cc91c2584fac5, 'wp-includes/blocks/categories/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/block.json', 1, 0x00000000000000000000000000000000, 0x7eca058ea1e77f4f28a71ea05a2d90aa, 0x2df238de983897d2e709b75ab235ed7fe36bc48b38bb7ecd58629a078cdab00c, '', 0, '?'),
(0x04d374918fd371933dc72c648192c2d7, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php', 0, 0x91f6d8a5f86783a019eee7e95d621ee2, 0x91f6d8a5f86783a019eee7e95d621ee2, 0x670c443e494239e9b703af9a4c49d3092a9cc2eef031dbf331368ed930ee437c, '', 0, '?'),
(0x04df87ae90199e6307b3cdb15f3064aa, 'wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library.css', 1, 0x00000000000000000000000000000000, 0x2009d6bce71a2b1cbf4db90a2d149532, 0xb12e1794f451290819ee61b05717718f06ea7de2597a69c0f03f3ac2de1c8922, '', 0, '?'),
(0x04e53883011fcd7fc796e8ddd7b94db0, 'wp-content/plugins/amp/src/PluginRegistry.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x22788c4dedd0f515759f02e7d36c3759, 0x7ddb4444723fd2613b66a39a14f273334b224ae651bd615378f5d5db4aea7dd9, '', 0, '?'),
(0x04f1457290979998a85a1461ffaf5ca4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CellData.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CellData.php', 0, 0x16613faea225f53e3ca89c2b412d0d85, 0x16613faea225f53e3ca89c2b412d0d85, 0x4844fd99241c8c45ee1d17ab6a15f68519feca1eab316207e95a6806ed9439a7, '', 0, '?'),
(0x04fd0a06802c79ba92d089bdcab8f723, 'wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/knockout-3.5.1.1690810710.js', 1, 0x00000000000000000000000000000000, 0x0b0128ab9e61554877cbb24986c24f04, 0xe307b3caeb7f26811c240eccf97a0cdc1de83b6f2cfde0ba348763619891a6ff, '', 0, '?'),
(0x05009b2cbe23b568654c0847ba28187d, 'wp-includes/blocks/query-pagination-numbers.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-numbers.php', 1, 0x00000000000000000000000000000000, 0x586b89ba2e496d80adaf64ed79fbee52, 0x1364ab3445be72924ecc73ff183e371aa0640ef36c607169bc9dcd1b199cfce0, '', 0, '?'),
(0x0503245ef2de6e5d2ab656de68aa95c2, 'wp-content/plugins/elementor/assets/js/checklist.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/checklist.min.js', 1, 0x00000000000000000000000000000000, 0xa1edc0493842b9a3bfac45099f2b9a5a, 0xd5db3f0ab9e2b5afa2426f8b7a2f417d88f6d0ed2e16a16b3f50ed5d5184b2a2, '', 0, '?'),
(0x050647b5b23191ae69d474dd6ebd20c6, 'wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', 1, 0x00000000000000000000000000000000, 0x54475fe2bef8d45392a73c26ad5ec607, 0x80dc81fb3ac2bea8e697f1e89f392486372323fa11b1f4c142eed21b3cd50556, '', 0, '?'),
(0x0509c0122f7674bdf09b910bd104cb48, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ProcessHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ProcessHandler.php', 0, 0xd2de34f4a9429132a1553e6935aedf16, 0xd2de34f4a9429132a1553e6935aedf16, 0x4dbd1dfbc4d46f38ef7250f81100f5a0e0fbac6896aaf510cd5e96e931da82fe, '', 0, '?'),
(0x050fa513696cf24dd5a94f8055353ffd, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-url.php', 0, 0xb3275dfc0f4d2726c305e1f525500643, 0xb3275dfc0f4d2726c305e1f525500643, 0x4344c03b07c0f4878e11b63d670b4a29447fee4af72bb748209c8ec455cf744c, '', 0, '?'),
(0x0510f8b873d4640e7481b558a438484b, 'wp-content/plugins/wordfence/modules/login-security/css/login.1690810710.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Role.php', 1, 0x00000000000000000000000000000000, 0x952d6c514d818722e22c060dc2d63bcf, 0xd68758795d59b9a4bd712e95626a557ad41582d27576fc5de5f4b6afd2bfe9c4, '', 0, '?'),
(0x051bea2660b786aa66fa76622fb94200, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/RequestOptions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/RequestOptions.php', 0, 0xbafc2bddd4fa036a86642b53ffb51c3c, 0xbafc2bddd4fa036a86642b53ffb51c3c, 0x973e942b770e2c693a48145f798a6faac5513d18852fc917167feb3a9be4a8f7, '', 0, '?'),
(0x0522929f4edfac6a6a29859f008c954e, 'wp-admin/images/menu-2x.png', '/home/forwardbetcasino/public_html/wp-admin/images/menu-2x.png', 1, 0x00000000000000000000000000000000, 0x6a47fff5fee2f97bbf3eaf5e3b2482d3, 0x96325d79e214d72368bde2c432f639f83e205e7380100d48e5090adbdc679ac3, '', 0, '?'),
(0x052564ff939fb1b23a588ee4a521f548, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Contracts/Serializable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Contracts/Serializable.php', 1, 0x00000000000000000000000000000000, 0x5088b4efc6d6a24da19ac4406f322bb5, 0x4cfe167276924778406e84aa6aecdfb52a6a2907d40db4413467a59cbf05d9b2, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x052b82916c9647c9b3b4f4d37a127832, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceObjectReference.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceObjectReference.php', 0, 0xdf4d4e3b4ddf8613b04aa8ab482df2ab, 0xdf4d4e3b4ddf8613b04aa8ab482df2ab, 0xbadf1eec6a464795a800bcf573d33186023a9cbd10b1ef4baccea7f54e6c2b3f, '', 0, '?'),
(0x052ec8c4be56f62873c1ed4ebab25e6d, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/conditions-config.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/conditions-config.js', 0, 0x22a9321a385f2ba37e65e4c98fa0b881, 0x22a9321a385f2ba37e65e4c98fa0b881, 0x68f1a37720a9c963fc243d27695e66c7cc3f7bd661565c901dff7104ced8bef6, '', 0, '?'),
(0x053257bec2789c09f6902494f5bab8a8, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/popups-promotion-item.php', 1, 0x00000000000000000000000000000000, 0xd99454aeab9f0056cb7384e409aa0ab8, 0x1bedf2ca5f19d194a39f5ef30cd5f2aa7ca2dfcf1c7dcd3b50ce9d3cf2f02b24, '', 0, '?'),
(0x0533921f84bf040f0e58b447253c213e, 'wp-includes/blocks/pullquote/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/editor.css', 1, 0x00000000000000000000000000000000, 0xe5b403b3b1c1c84a04be87da7d945910, 0xcd464638df51ce9179de962fadcb57902dcda3a6c38d2bf79bbee44b5b19eda5, '', 0, '?'),
(0x05392a49a7b19c4363930211ba1b9ff4, 'wp-includes/blocks/post-excerpt/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xa639c1ffd561b94ef0343d92991d0d5e, 0xc97efcc5aa41ace19157e4c81f77a140378a767a019ae0bcf60ecde4a334ef5f, '', 0, '?'),
(0x053b80c83c757495fcd3c6849c3bc402, 'wp-content/themes/hello-elementor/includes/settings/settings-header.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/settings/settings-header.php', 1, 0x00000000000000000000000000000000, 0xd915c913ac65b9ee208da819385e2532, 0x8e62a4b710de0b193e47c68d5cb155d6f970990075cc1c23cf65f620d0f39dfa, '', 0, '?'),
(0x0556e2ac81395fe2003c5fc11d129928, 'wp-content/plugins/amp/includes/embeds/class-amp-imgur-embed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-imgur-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x7eaa8a8626543d16f1804b24493df55a, 0xa34b2970ec0aeaf98798cd94089d8f8880b094d23223f9c03957d1735760cb45, '', 0, '?'),
(0x05583f5baf3c8b4d4e13dd675d55654c, 'wp-content/plugins/amp/assets/images/amp-black-icon.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-black-icon.svg', 1, 0x00000000000000000000000000000000, 0xdf99452b3008119e6c9e20ec06ed23ea, 0x67c6804d4ca9ed5b0b8b05326069082727b74e4ac2378225a39e3984159be39c, '', 0, '?'),
(0x055980146bbcb7afc07d378fdcefc404, 'wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x5b6282acc7adb824993ae6b1447eda2b, 0xe3f14e9f4ceca7c1c823fb160f0d36267d24b9634e8541020c0768e1ffee59ef, '', 0, '?'),
(0x055e03b4fc0233c73b7be8d805d96691, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItempropSameas.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItempropSameas.php', 1, 0x00000000000000000000000000000000, 0xf680508006a5e28f7336afd526fb695e, 0xb3e4f0adf591b9191501deca59650ea9d152efffb94b80d97477cf69973ae4a9, '', 0, '?'),
(0x056ce9da1982387a66f7e5066f64d481, 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x57b34e908c3bfd1c22bb8fb8e3ec878b, 0x7462cae8b45d86879851a4ecbe8d8a34c1c64bf25b89fda4f8a979ba21af5ef4, '', 0, '?'),
(0x0571a88813e35f220f0cf1311915c946, 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 1, 0x00000000000000000000000000000000, 0x96e00a3df0a6a1f0f0ac4e9df84343f6, 0x5fb822570c6158c084d9372370aee9770eab54b4e8e4a35b4f24773d9e5f843d, '', 0, '?'),
(0x05731debd7265e2257dfc5c0ba443dc0, 'wp-includes/blocks/query/view.asset.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Url.php', 1, 0x00000000000000000000000000000000, 0xaf337c017178d209a6a8e4ae6bba5b41, 0x509dffa83da17e534181805d1935cd45179e47048c264e3ecb7ad4a02903e672, '', 0, '?'),
(0x0579767454fc503505122d2b6031ebc8, 'wp-content/themes/twentytwentythree/templates/404.html', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPPost.php', 0, 0xccd9acde69b6da5b145751f28c90b2ff, 0xccd9acde69b6da5b145751f28c90b2ff, 0x7973c33a6864dd44546884ce343590ac0949dd758a02b71e4ef2e90fc37ac397, '', 0, '?'),
(0x0583299397b44584db1729be4b940c3b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php', 1, 0x00000000000000000000000000000000, 0xeefe8b30771ad022ea0e5456656ab26c, 0x5723857d865ab27e3416a3d54e5519b4928b93f8a519ea579c32f68be1e9b733, '', 0, '?'),
(0x05851fb8518defe02c29a0237090e231, 'wp-content/plugins/elementskit-lite/widgets/image-accordion/image-accordion-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/image-accordion/image-accordion-handler.php', 1, 0x00000000000000000000000000000000, 0xcb5423b7bf637b4337ed1439ac3762e2, 0xebcba5900b8d0e3bc3c2a6ac3c147b561988a0e7674a62ef2b73a8d27ca6c3b8, '', 0, '?'),
(0x058c4bdce118351deb247245da70f006, 'wp-content/plugins/elementor/includes/widgets/accordion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/accordion.php', 1, 0x00000000000000000000000000000000, 0x33556f363c7486fe35d4beebb7398954, 0xdf3c0278b5dabe463780846a1e015d37dc528f66291d44272f3a2753efb12d24, '', 0, '?'),
(0x059e74c6cae6bc9b4a99b0f2fec59e2a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupRule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupRule.php', 0, 0xebcfa4af18d5e52fb1137e0dfb4c464f, 0xebcfa4af18d5e52fb1137e0dfb4c464f, 0x0235c3dbfd552d4b65fc87e055b6c2490022abaab9f709593ed5a7d8491a15b9, '', 0, '?'),
(0x059f693fb3706cc034a3ac9b40fab03f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php', 0, 0x03b357603ae1a24a7f137aec9aa5ed1c, 0x03b357603ae1a24a7f137aec9aa5ed1c, 0x7c34ad6076443cae269b0e3c44734b829e66817baa0c85350e1f14eaccf65408, '', 0, '?'),
(0x05a2d81bc01d65df6257fc4130cf1e64, 'wp-admin/images/comment-grey-bubble.png', '/home/forwardbetcasino/public_html/wp-admin/images/comment-grey-bubble.png', 1, 0x00000000000000000000000000000000, 0x8f59128f2a27b489b0a974c0b6b21046, 0x3709ae8d79b2f1ae8cacd0e8557bc319ae13a688d49fe382c560a1a75d6da2f3, '', 0, '?'),
(0x05aa952f3783c36ce2cb8bb2504879a9, 'wp-content/plugins/elementor-pro/modules/link-in-bio/base/widget-link-in-bio-base-pro.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/base/widget-link-in-bio-base-pro.php', 0, 0x866be75a17217e553107c887d3873e56, 0x866be75a17217e553107c887d3873e56, 0x820ed88a97eb7fc235114639b9d8acd9056ec7b5a0f0860833e8e13f6d4367df, '', 0, '?'),
(0x05afc5fa856500c2b4666a23512dd800, 'wp-content/plugins/amp/assets/js/amp-validated-url-post-edit-screen.asset.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor.min.css', 1, 0x00000000000000000000000000000000, 0x46dc8e8ae285f4542100d9a500dfeb98, 0x968f15d11d43dabc64b1cae00f839fdd74672cd782e9b809b8f3a8b4c3e72c71, '', 0, '?'),
(0x05b9dd695c8d2d1ae878a5e8792060a6, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php', 0, 0xc06c54cfcbd3740d573cc443388b99d3, 0xc06c54cfcbd3740d573cc443388b99d3, 0x6ec511bc1b26458c821b539a4344836ac51091e68bbe1555d9b7552c57e11d4c, '', 0, '?'),
(0x05c4490161bb0e0a0bd88e9a96ead061, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xcd01a2810cbe3e1aebf0b01a2b950f2c, 0x2a792498084d515b1571d3023a68e99a0122eec0f929a358544313000feb5c6b, '', 0, '?'),
(0x05c9b01c9d1caf60b9bd5ba588b3ffeb, 'wp-content/plugins/elementor-pro/core/database/query-builder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/database/query-builder.php', 0, 0xa2a72b99d8974baccc4d14d14994436a, 0xa2a72b99d8974baccc4d14d14994436a, 0x8dd650f7e26a75f5d998e098668348215078834f9dc1092f162fa9bc72f240bf, '', 0, '?'),
(0x05d3ff406eebe4ee481e0120a74167d7, 'wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php', 1, 0x00000000000000000000000000000000, 0xc6932963358c3441f0981544c4fe9500, 0x03d610d05ba31883b621fa75912eea97b0957e7e10c8e2ed8a4390a210bd263b, '', 0, '?'),
(0x05e12673f05221d2982d89b10239fa6d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteConditionalFormatRuleResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteConditionalFormatRuleResponse.php', 0, 0x2d0e622cdf03fcd0c4d8f09a1722846b, 0x2d0e622cdf03fcd0c4d8f09a1722846b, 0x7fbd8e3b685d41c68b781dbaa6b084a39e12eddc56e81fbed408957d227ba1d7, '', 0, '?'),
(0x05e9253690aea94ddfc23047126a4764, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php', 0, 0x3a40e147789faad10b73a3561d12e93d, 0x3a40e147789faad10b73a3561d12e93d, 0xadcd7cbc9db914fbb0d8cdd4923f0406194cb665a2849f9c4755bb0d7098e273, '', 0, '?'),
(0x05f03214bd03530ea052ab8248b6aa21, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImage.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/flex-container.php', 1, 0x00000000000000000000000000000000, 0x45ae6abf124ff3f06c1881a07469dfe4, 0x1a4d19fd7c5ea706de4f6cf0d5fbb4c50c12b6a9feb6361792908ab9180965fc, '', 0, '?'),
(0x05f5a94fad5804b296c600fa37d80ec8, 'wp-content/plugins/wordpress-seo/readme.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/readme.txt', 1, 0x00000000000000000000000000000000, 0xcea31d640590e187bd5bb04987d402b0, 0x0903d67555a2a56513e9a7e6afae5be0488f1e894091e3c59f5348a01094f0c7, '', 0, '?'),
(0x05fa655e0a789e8c9f8724a12a8acf4c, 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes-app.js', 0, 0x17f60212ef3b602627dee803ef0035d5, 0x17f60212ef3b602627dee803ef0035d5, 0x65af8996ebeaf641f1a3d22ad47927b56a8aa1a87b1fbc09b934fdda5091775e, '', 0, '?'),
(0x05fd31eea593158429c03c76e3244e7a, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php', 0, 0x0e848bfd35a0e42336b8afef6c109e08, 0x0e848bfd35a0e42336b8afef6c109e08, 0x77870d09915a14c4c4cf8e915d3f5978196150c0526e2f41d9f051cc4dcc40be, '', 0, '?'),
(0x060955c79e085fda14525b6bfece08a6, 'wp-content/plugins/elementor/assets/css/widget-text-editor.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css', 1, 0x00000000000000000000000000000000, 0xd859cd8f68ab83547ae8ddf21e4c5787, 0x65a36d848e7b59a3063a77ad8e5e68d0e0441eaa028a3c06bd065175ae27c61e, '', 0, '?'),
(0x06096508f5d8ad56f2c04debecc0799e, 'wp-includes/blocks/rss/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/style.min.css', 1, 0x00000000000000000000000000000000, 0x5617a1f7bbab5ba6d18131cf69e68af9, 0x4faa4ffeabfb727f27280da24d324a3715b69eb2d6f5afc360fcd98b3de068b4, '', 0, '?'),
(0x060a90cc66a4a84b52b6efdd3275a22a, 'wp-content/plugins/amp/src/BackgroundTask/CronBasedBackgroundTask.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/BackgroundTask/CronBasedBackgroundTask.php', 1, 0x00000000000000000000000000000000, 0x529a7903dd93f87dffbd7e80a379eb3b, 0x0ca727b32ad49f2e8deef7bc819f624ad1343893a1c32a145dfcbbe987a8c191, '', 0, '?'),
(0x060b72ae3555e56d7c251a6eb2785dfb, 'wp-content/plugins/elementor/assets/js/294b4bf3066815c5927f.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/294b4bf3066815c5927f.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x7792e5b4009e1717cfbce333343d72c6, 0xb132d06c870a717a99669a6ce3315366eea8696b863239522dba3db5b18b12ef, '', 0, '?'),
(0x060fb525759afa151ee8655cf08aeb17, 'wp-content/themes/twentytwentyfive/styles/sections/section-3.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfRESTAPI.php', 1, 0x00000000000000000000000000000000, 0xc45c38f7d31fc348c120856d690cfc2b, 0x2b9b872bf9c69faded1dfc30d1fbae1c06cd8262bd3dfeff18b85be39c8194b8, '', 0, '?'),
(0x0616ce7cdf98802f09b0e27ece565f45, 'wp-content/plugins/akismet/_inc/akismet-admin.css', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/akismet-admin.css', 1, 0x00000000000000000000000000000000, 0x7b1d6110413e916a1272d57e45b25175, 0x64901278c6356045c261beb4f0d10bc939a4856cb73fe7b85efe9e062469aba1, '', 0, '?'),
(0x061a7065add0dc15cecc17c63527bd3c, 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss', 1, 0x00000000000000000000000000000000, 0x2091f25c1ee16071c64440ffd539ea7e, 0x31ee2a017ad52b7afedcef36c2ff8ae728d963a456cf99b78a12f61d7b56d5b7, '', 0, '?'),
(0x0620fb2c654fa29acb7a8f82c3911195, 'wp-includes/customize/class-wp-customize-site-icon-control.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-site-icon-control.php', 1, 0x00000000000000000000000000000000, 0x8942b3aca495feafe320cd0f910a6c26, 0x740c15835067edcb69623596fd823ec1818d8ed5abe22bfb642a0211cf51449d, '', 0, '?'),
(0x0621602f7af96c6cba0d67fcb33c0529, 'wp-content/plugins/elementor-pro/modules/loop-builder/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/module.php', 0, 0x72612c557055405ffaa5c19602e58a71, 0x72612c557055405ffaa5c19602e58a71, 0xfaf11cd01fd2eb76b539d17220b14300c121205e14126b90f762a6e7cf0765c0, '', 0, '?'),
(0x0627a9cc4ea438855faf0a9222f79868, 'wp-includes/blocks/comments-pagination-next.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-next.php', 1, 0x00000000000000000000000000000000, 0x4d0f43a45f5283ab3d3c11dac8521cb3, 0xe8f409d06115dafcf222bdcada51a6ea2b1397da8f25ee856de433da7bdf709b, '', 0, '?'),
(0x062c1435cd5870cc42466463926a2b94, 'wp-includes/js/dist/vendor/lodash.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/lodash.min.js', 1, 0x00000000000000000000000000000000, 0x0e0bc3c53f81e8646f0832e4452978f7, 0x759edd171b5aec0aad2ee7e518f3c817bc09b0e752078d4a13967cc36c21b20d, '', 0, '?'),
(0x062ef23817ac0e2002b20a5cfd6482e7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php', 1, 0x00000000000000000000000000000000, 0xea8c47694f865a8c1c9810abdf335ff1, 0xe061e15bce6e6184539cc0b33bddd1a65e2cb7010010ff60cc337fe3852d17fa, '', 0, '?'),
(0x06331b693d196798a9cdb99e47a91433, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/NodeWalker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/NodeWalker.php', 1, 0x00000000000000000000000000000000, 0x1efbbf3894bbf14e609f09ef451358c3, 0xa11249ce2cbe7efacf3c402018031022b0fcca44c1b4224f912b49f2989344e5, '', 0, '?'),
(0x0637dc632d02be94d56bd08422b6606b, 'wp-includes/blocks/html/editor.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php', 1, 0x00000000000000000000000000000000, 0x8336d5b4ed51ab02d6d3e4131708efb2, 0xd032138d8fc5dd57a136f4082f2322523f0efd6f83c0da1e7db78471a55e0946, '', 0, '?'),
(0x06426bcd9093419886e9db8bf38d960e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingConfig.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-news-blog.php', 1, 0x00000000000000000000000000000000, 0x123d9a618b1e27fcddb38a37eede920f, 0xc10d20fddd0ef621b9b2eeef9a0f9e64a9321d05c4396283eade1078ffb86da5, '', 0, '?'),
(0x064fdb321b3ba0bc0680d4e2119a7b95, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Client.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Client.php', 0, 0xa6b8c0b96957e2cc1ce443ab94813640, 0xa6b8c0b96957e2cc1ce443ab94813640, 0x2cc3447b252d1d07de864c442de813ea91282ee0d8cf8a0c9331481a0758375e, '', 0, '?'),
(0x0651a120b7d4283bd8a07c7e5238bf62, 'wp-admin/includes/user.php', '/home/forwardbetcasino/public_html/wp-admin/includes/user.php', 1, 0x00000000000000000000000000000000, 0xd4da69d802476f2f18325fc5196300f1, 0xcb879850d81d98d6675cccaaf5e26de648db4d1c845390a02b5b011f24e85e40, '', 0, '?'),
(0x0654b45d5c67f8aff634c5ba7550b23b, 'wp-admin/css/admin-menu-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/admin-menu-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x73fb0f03bc952b9286f00344e7f11343, 0x8e251970491a495d75f6ba2e1cd35c1fc373c8d023e85aa99468859974042e25, '', 0, '?'),
(0x0662ef0ea79270b041b02bd42d2bca89, 'wp-admin/js/widgets/text-widgets.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1690810710.js', 1, 0x00000000000000000000000000000000, 0x38399d22ebee7a7af8c256762aced85d, 0xabdb8625256ced3a4ac4663cc86271e3c5509d96c2507419cbaf7ddf9d22d566, '', 0, '?'),
(0x0669a505ff1ede74fea4a7324cc87b15, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/floating-bars-var-3.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/floating-bars-var-3.php', 0, 0x89471f73fb551b95d5342a6e98095f10, 0x89471f73fb551b95d5342a6e98095f10, 0xc6c6b42f5b18fce421cd3008a366a25cc56e095398b8fa25b52b40c249d03109, '', 0, '?'),
(0x067a32b88a7f192496c1f0c648aec602, 'wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-alert-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe9d35147273f594c00477890859e1b1d, 0x7aca8da848578a3354efe251511d91167dab2f1ee0228d53a7395bd0695d83c3, '', 0, '?'),
(0x068162dee7a4c9cd9580f12b6633a163, 'wp-includes/blocks/latest-posts/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/block.json', 1, 0x00000000000000000000000000000000, 0x312d44d4a20a7efd4b1f1e38e6860700, 0xaf44c9cc04d2a5723108f7bc35ad5776d5e6e3431f9788d09465987b250dee31, '', 0, '?'),
(0x068220a6be1580e0b74bbe31dd17b6bf, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/any-child-of.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/any-child-of.php', 0, 0xc6819f56ef933da8d0f4f0477d7fee89, 0xc6819f56ef933da8d0f4f0477d7fee89, 0xae6306881f73e54b2ba717ee84b5e20bbd94cb4fdbe5ec281d55eea0e458539d, '', 0, '?'),
(0x069397ac256251f1a3931b624d3cd678, 'wp-includes/js/imgareaselect/border-anim-h.gif', '/home/forwardbetcasino/public_html/wp-includes/js/imgareaselect/border-anim-h.gif', 1, 0x00000000000000000000000000000000, 0x5ac3c42cc86e745a5e36b67b4c70a134, 0x7173df63a9ccf5689acde06d2dfa25ea78a81a420299ec78df1f27eae385453a, '', 0, '?'),
(0x0698a94f9ef7e37ddcb8557911a52cdf, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/base-data-tag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/base-data-tag.php', 0, 0xf63eeb9f373086ecd07a49e01a510e17, 0xf63eeb9f373086ecd07a49e01a510e17, 0xb1d7954792ec4394002b59b41cec332ab0d3e84a29473340d301eac0093015a3, '', 0, '?'),
(0x06992d3694597740bd690faeeba3c13d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', 1, 0x00000000000000000000000000000000, 0xcf4f68e6d9dac51c804f3c46d2acc610, 0x508e4a14e7be48b7aff174994e7319bffb6e642a4688275757cd611071fdf45d, '', 0, '?'),
(0x069cca6717e006eadc3cdab13a03c436, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/TypeHintResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/TypeHintResolver.php', 1, 0x00000000000000000000000000000000, 0xd8bcbbf853e8a79569b827882377b8dc, 0x154b84bb72e6699d8b71a52c695e03cd41d9057e389ec2feb9bf848a1b58fe14, '', 0, '?'),
(0x069f0791d9da250f1abf701e3f4a5c80, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-option.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-option.php', 0, 0xbf581f9b7f16600fd8c1e32e1d11b243, 0xbf581f9b7f16600fd8c1e32e1d11b243, 0x503dfcddbacf00efd9b3576aaaae04ef1cacef4c020b9202a3f3283e873cab7b, '', 0, '?'),
(0x069f7ee27a136b27db723b1d816c9ac0, 'wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', 1, 0x00000000000000000000000000000000, 0x951f854e5e7b19435c22da362faa631b, 0x87c483f1d31e39587a4838cb2f4f20a3cdacd9461790f290fd1c901e7ec670ea, '', 0, '?'),
(0x06a65add04a8700eed5d0af794f21acf, 'wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-app-bar-overrides.scss', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-app-bar-overrides.scss', 1, 0x00000000000000000000000000000000, 0x7fc9aabd3b36e0af861a88a5c8cda608, 0x3c432be0633b40b32cf123652af62a7f19d24be7cc75727ae06866ece98df048, '', 0, '?'),
(0x06a9b8a519130c302c58e8ad02db059d, 'wp-includes/css/dist/edit-post/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x3d58d7621e2505ef54a4c52fd64719ff, 0x60150da121832d54a3ca6c5bcf8f7ec9bafc435670ea1043e3cab85eab52a28b, '', 0, '?'),
(0x06ad5cd8b59f2bc1b11c7643ddd944d7, 'wp-content/plugins/elementskit/modules/particles/particles.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/particles/particles.php', 0, 0xaf87077044f9c710da677bfc0b9b0dd0, 0xaf87077044f9c710da677bfc0b9b0dd0, 0xb3c6a276dc7b1bda60ba4790608a53cd55ec17886e508472a80d0e090aa5b89c, '', 0, '?'),
(0x06adcb48306f3ee334c91b435ebc4efc, 'wp-content/plugins/elementor/includes/widgets/sidebar.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php', 1, 0x00000000000000000000000000000000, 0x121173d01830ca14bffddd1912c35625, 0x2156bdd725d85821d2453d539f0c41bc494139eb1c6d4784c00d6dbdf7714741, '', 0, '?'),
(0x06b48e9204aca12c1a9768fb9bf8bb33, 'wp-content/plugins/elementor-pro/modules/loop-filter/widgets/taxonomy-filter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/widgets/taxonomy-filter.php', 0, 0x612fd6d1e36ea0cbb756a8021391b8bd, 0x612fd6d1e36ea0cbb756a8021391b8bd, 0x8b9ca5f68dbc70e5a1309fcc5179292b0959b30a97a30e25d67b52790fdff51f, '', 0, '?'),
(0x06bf0ca9ee555f49563afeac8b74a426, 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-route-post-id.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-route-post-id.php', 0, 0xbfdd82b23c2b50cf531b0feb7bbd227b, 0xbfdd82b23c2b50cf531b0feb7bbd227b, 0xe4b4c6881adacb5b91d632e739bcf099cccbb50a51133a7814f044e4225d5e2b, '', 0, '?'),
(0x06cca1d7dd33002412d2ac19559fb040, 'wp-content/plugins/amp/includes/class-amp-theme-support.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ReflectionContainer.php', 0, 0xd2c7c2a053344a25987caea5884b6d88, 0xd2c7c2a053344a25987caea5884b6d88, 0x61dc1f7b39245dc24beeba97876b48fb81de28617780220487b62f9533acbbfb, '', 0, '?'),
(0x06ddd739e5ce1d0f9c8a12f196d5b24b, 'wp-content/plugins/elementor-pro/modules/forms/widgets/login.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/widgets/login.php', 0, 0x366d5cc12979065cf5af7c23a6db7f12, 0x366d5cc12979065cf5af7c23a6db7f12, 0xbea9483bfc97a9a5774fff7973c11fd7f5550e9dfe32633ffc80d8e6277fb730, '', 0, '?'),
(0x06e1db8b9f4fb9e1515dbc7cdf6f8b1b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Model.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Model.php', 0, 0xb33f4ce1be22934a8f5cedbc0f881b42, 0xb33f4ce1be22934a8f5cedbc0f881b42, 0x16c6111a971232cff6ebabc58cf1bb094a97ebd80eca3d6dd79bfa5b5491cfed, '', 0, '?'),
(0x06e2d77242c90e47a930f60ae714dce3, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/AbstractJSOptimization.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/AbstractJSOptimization.php', 0, 0xd2eebb90fed3184254cf3cba3f9f72e4, 0xd2eebb90fed3184254cf3cba3f9f72e4, 0x599d43f60a857e279f4e47e26b7ca452cbd41aaab0bf6b1097d64b5f28572452, '', 0, '?'),
(0x06e6003e2af45395c0ce8ecf0e462391, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteRangeRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteRangeRequest.php', 0, 0x78fc179ee15adcd5e2879756b52d3b9a, 0x78fc179ee15adcd5e2879756b52d3b9a, 0x1e67246241ecf656fd29678fa36ab6bce960542a465eac5f9b25cec9ef812650, '', 0, '?'),
(0x06e7c7e21b0b2751ddf5a56db5ec1600, 'wp-content/plugins/elementskit-lite/compatibility/conflicts/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/conflicts/init.php', 1, 0x00000000000000000000000000000000, 0x63e2955b96c89c84590a0bcf85af1f05, 0xf2001e29e862ff6c3333fe954cab0bd0748ecb9b9a92db439a2b76f710e31315, '', 0, '?'),
(0x06f0f6b20f12583d8ef7887be8a8cdef, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/boolean-prop-type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/boolean-prop-type.php', 1, 0x00000000000000000000000000000000, 0x220662edd29ea74be31f365255bcb651, 0x38ee79fffb197a6b9aae1d04ecb2f4a3f1c6b0a13e68cc36422cb78b7f7f2685, '', 0, '?'),
(0x06fc32b14ca8684c66ebc9ced323f3f3, 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/day.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/day.php', 0, 0x842fd6edd1236fdb99e468653ac70e7f, 0x842fd6edd1236fdb99e468653ac70e7f, 0x0fb8151da5c731a885bb2de96dcdd08a5b5cffcbe3c7ed4c8df89937e02812a2, '', 0, '?'),
(0x06fcab6929331633dca5d1c773da2a17, 'wp-admin/includes/class-wp-ms-users-list-table.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-ms-users-list-table.php', 1, 0x00000000000000000000000000000000, 0x2a64de9486d8f6154bbf2d3775081251, 0x1dbf536638015f866b51b5be2a7a8b24434b257f5606153158586eb3259caec1, '', 0, '?'),
(0x06fd5f19cd6b089736ef690a7885777d, 'wp-content/plugins/elementor-pro/modules/global-widget/views/panel-template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/global-widget/views/panel-template.php', 0, 0x55d4f561a1eaeb19cdaa9bd27b8f37fc, 0x55d4f561a1eaeb19cdaa9bd27b8f37fc, 0xd1e4b2d6a49a755720860ec102a850f46426ed5eb346cacee36fb1b0a85caccc, '', 0, '?'),
(0x07089b7c31391ef0750181dd1f92cdac, 'wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css', 1, 0x00000000000000000000000000000000, 0xc63b1c5463e5fc5a1e8a08d0814f70eb, 0x60b9499c755de9c6005dad54df9d5879fb21d490e51113369250416c9fdafe54, '', 0, '?'),
(0x070d508116f7299e345f22bb99270131, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php', 1, 0x00000000000000000000000000000000, 0x5122b69fac5d8d893d7cb2dd41975f16, 0x6b63d8a8ca2fc5eb0ea8ea5e3c82a5b0719d042348d274511b91ff4d1256c2d7, '', 0, '?'),
(0x0719aa2db0f538e7f65dfe99754067fc, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.min.css', 1, 0x00000000000000000000000000000000, 0x5144b262df1bba4f71d9dc1db70afeff, 0x68e97b9dc11d28c5ee5d2ba459ee5403e5d05ed55596553c068140c0dd9f948d, '', 0, '?'),
(0x071a1e987e5e02845ed901ce5907cf6a, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/sources.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/sources.svg', 0, 0x371f7db74ccded3673b8af832d8df0fc, 0x371f7db74ccded3673b8af832d8df0fc, 0xed64ce8435f352e67a343e825e72af446129014d59bf0ecfee363e056641a68d, '', 0, '?'),
(0x07225c7d53a05f64942f58be4cbfe04b, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AbstractMinifySubscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/logger/class-html-formatter.php', 0, 0xd5ff155120d9b6d3624a2d9da520186a, 0xd5ff155120d9b6d3624a2d9da520186a, 0x8ae2cf9776195cd95bc38c55c130ca2cbb956fb89ab9df046427f599475c8833, '', 0, '?'),
(0x072a7a0590ba0d26d386225400309853, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Message.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Message.php', 0, 0x574f6698f8e7360f9e76830a090f4452, 0x574f6698f8e7360f9e76830a090f4452, 0x0457efe78b98b7c8efcd559e01422c5de5720afd17b708c70ef6eebe982570dd, '', 0, '?'),
(0x073471d69061f962839458cd182f790d, 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-wp-youtube-lyte.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-wp-youtube-lyte.php', 0, 0x67e2f83dd240ed977efd7ad235051bd7, 0x67e2f83dd240ed977efd7ad235051bd7, 0xb8ec813de1312f50abe944a82220ec1a1fe411a0fb5e3aabedb53fe0758df8c3, '', 0, '?'),
(0x0735c29a0d2215b878c2a852fee79621, 'wp-content/plugins/wordpress-seo-premium/src/conditionals/inclusive-language-enabled-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/inclusive-language-enabled-conditional.php', 0, 0x5307c1393a0d6d58e3810b7cefdd3158, 0x5307c1393a0d6d58e3810b7cefdd3158, 0x873ddd8e059193320ca761776500fbd330436bda6eebc5ce07c459a0b5f134ef, '', 0, '?'),
(0x075adb49ce16e19e7a97e1eb88692cd3, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php', 0, 0xb207628b5518fe79eacd85abdfe60038, 0xb207628b5518fe79eacd85abdfe60038, 0x621f53785c68a4b5ec04542f16b75be0c4ad75782b29e8800844d72b6e3ce004, '', 0, '?'),
(0x07659d91af75f3ee53c579bb3715c5a1, 'wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/HealthCheck.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0xe6d7f80ab0c018a4404c6a87774401ea, 0x0daf380ffa64b3a09f87b2f01cd7381573da87aace18ee36a0e8460cfac88ccf, '', 0, '?'),
(0x0775f0f60d3a969e163fbdff21a21abf, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', 1, 0x00000000000000000000000000000000, 0x64f3791f1f5d8665bcd125fc78f874a3, 0x055e034e2682c92d83f063f9e7ce61961c70b9980c7efc10676cb00a5e2508c0, '', 0, '?'),
(0x0780c041a2929a878f03c1025d17d798, 'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar.php', 1, 0x00000000000000000000000000000000, 0x568da72d5f1d362a97eaccb5ecad91cd, 0x6f60f476a98820022d4614c47f272a45cec08e68f932c169dc8504e0f764ba91, '', 0, '?'),
(0x078a0111677eaa36fc93fb95416e9570, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/CssRulesets.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/CssRulesets.php', 1, 0x00000000000000000000000000000000, 0x0c3d13120a8cfadd7c335ea0753a2499, 0xb1521760957f1e0e623b17e583ecbaaadd7fd13a357e12d960fc9b25b4bb511a, '', 0, '?'),
(0x078d99f46ed9e8850859daf198ea831f, 'wp-content/themes/jannah/framework/vendor/Mobile_Detect/devices.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/Mobile_Detect/devices.php', 0, 0x8189d6263785e1c696b6f50fcd27cd1c, 0x8189d6263785e1c696b6f50fcd27cd1c, 0xb3fbecf75071bfa77df7ad9eb7658f6f01e6af3e938c643d921d37056c0e2699, '', 0, '?'),
(0x07908349329165f0e5e781a83f44a609, 'wp-content/plugins/elementor/core/settings/page/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/page/manager.php', 1, 0x00000000000000000000000000000000, 0x548a1d1901bb1a4a6d7ddbebf60102c9, 0xe3165bff3a8e2a696deddef71cd53659cff8d7e261e2b3ddc4e4e8bf6b323559, '', 0, '?'),
(0x079666ffefd2fb0c5d2c56447699fce5, 'wp-content/plugins/elementor/core/editor/notice-bar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/notice-bar.php', 1, 0x00000000000000000000000000000000, 0x5e3c20f25c375be98bb43320f0b2589a, 0xa33f49e2d033ca17946031da666d395a6f67989fc8deea9fdfae683d071bb3d7, '', 0, '?'),
(0x079b4cc3bd66a0baf1383db566b9427b, 'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/page-help.php', 1, 0x00000000000000000000000000000000, 0xe021efc8f70b594aa104f04a6b9bcdf4, 0x9ba01a3da1441742d790a3a70925251441173f4f9d77110f089bd02a2fde7e75, '', 0, '?'),
(0x07a1dfdf006d33d95d60bf5cb0d5b60a, 'wp-content/themes/jannah/templates/header/components.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/header/components.php', 0, 0x740e2a0f9e6adcb64f29282e69a6d50e, 0x740e2a0f9e6adcb64f29282e69a6d50e, 0x106ac53848468728ed27448c99a6b1616e4aeb46a7e91bb7ddf74a606bd7ecc5, '', 0, '?'),
(0x07a60394d3cea19f5185b74066f6b0cc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/platform_check.php', 0, 0x0cbf6f16b772988b6e5877a764137239, 0x0cbf6f16b772988b6e5877a764137239, 0x2db201aaf4fa3358fbb68cc42e2ba035b79cee4a62519df9abfa1ba89519f6bc, '', 0, '?'),
(0x07b38462961e0fd5d67eb045133f6c83, 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php', 1, 0x00000000000000000000000000000000, 0x37564a64375c732f789a30c4845a7efc, 0x83c57bc5b7e9a5f5c05eb3dbbebc8589965fa909c0638b833644d524d105bbc0, '', 0, '?'),
(0x07bdbd9323ad90f9db15093e1cfb0437, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/base-adapter.php', 1, 0x00000000000000000000000000000000, 0xbb1d77a7695754088b60e60b2331695e, 0x33a12693660b7c4cbff8c5c84aca15d0c0961739d21108fbad8ec9d6dcbfaa0a, '', 0, '?'),
(0x07c4836695b9a9b94848c0e09ac0ebb8, 'wp-includes/blocks/navigation/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/style.css', 1, 0x00000000000000000000000000000000, 0x509c0f939e9b85d6af130849041b96b0, 0xe4af12485c4637555be5be1d7b5e0ad8d375440f0ded93198e342e8f6bb98a05, '', 0, '?'),
(0x07c5864ca547b6c05028edce89c3c8af, 'wp-admin/js/widgets/media-widgets.js', '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-widgets.js', 1, 0x00000000000000000000000000000000, 0x8772136346efb1ad432298859a5bb8da, 0xd525182a65be9fddfce59520d106d72707f83e1e5caef1d8dcb29f9042aca849, '', 0, '?'),
(0x07c7d1f12499c233a52dc7745e4198b1, 'wp-content/plugins/elementor/assets/lib/animations/styles/flash.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/flash.min.css', 1, 0x00000000000000000000000000000000, 0x154ef1853dbbe1f373c86c6fa11511b3, 0x05e8b8781e33f3530c3652759a4a42840a345fb708acae8530f78e106b8be97e, '', 0, '?'),
(0x07dc76fa257caed58cc670f0e264d1fc, 'wp-content/plugins/elementor/core/utils/assets-translation-loader.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/header.html', 1, 0x00000000000000000000000000000000, 0x26e30ce6f9196b918412a75334d46f77, 0x51791fd36bd4bf06de285164d7bf2e26a8944f6aaf21baf3cd1f4a7ba78a8d19, '', 0, '?'),
(0x07de26d10941c248daec29a5492682f4, 'wp-includes/js/dist/vendor/moment.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/moment.js', 1, 0x00000000000000000000000000000000, 0x57246fb66210c7189fe95ca299666959, 0xd7ceedc1be446fa9f3f8bbe2c920044a75c16848133ae7ac34d1c97d683b45b2, '', 0, '?'),
(0x07e71d06349e41823444104a6d7bdf0b, 'wp-content/plugins/elementor-pro/modules/forms/classes/recaptcha-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/recaptcha-handler.php', 0, 0xd92408d3f15ee96048bd5e961ef9858e, 0xd92408d3f15ee96048bd5e961ef9858e, 0x503083d3973e9a177ca37b45ac11f50f469f204443c7baef83804fe35c39f268, '', 0, '?'),
(0x07f263598446b6ea9edf7de56a60bdb6, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x33828df191fdeb92620728e6b58fd09a, 0x6e3b883c0cd91eb109c795b02d57d5137493f95dce12c13c91731cb0ead675a1, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x07fa2b58c431b39efdb05444fb6b22df, 'wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/ServiceProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/ServiceProvider.php', 0, 0xa287b3cde7ae409fded75ecb6ebde9bf, 0xa287b3cde7ae409fded75ecb6ebde9bf, 0x7fd0056eba1b6df3580f01fcbad22f46b3fcdc8e026d6b936fa988936a9c1361, '', 0, '?'),
(0x07fae7f30a0ef4ca5e7c4ae5f41d06ac, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-name.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-name.js', 0, 0x77808dba347e983083f19379d9b84243, 0x77808dba347e983083f19379d9b84243, 0x6168a3bead46145a4d957f066e5f4a6a97da6c4d49bf6435ce260a6df2593739, '', 0, '?'),
(0x08015fdbbc3945e9d36250a482ce6faa, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/CacheInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/CacheInterface.php', 0, 0x83322e314835b6458b1aec9248a59ac7, 0x83322e314835b6458b1aec9248a59ac7, 0x0d2751b590dc3cfc83c8fe6e669e2214d79f7bc455df9c1f00ef683821197f9c, '', 0, '?'),
(0x080578765c9b520e0a16f87a2b53a72d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1.php', 0, 0xd99f84f5c48290bf5123e27fb26f5be3, 0xd99f84f5c48290bf5123e27fb26f5be3, 0xa06efcd44827bf512df891b0996eec49b82ace6474470b811637c694a813638d, '', 0, '?'),
(0x080e2604cff197bb32a0fd8fa8e48fc5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json', 1, 0x00000000000000000000000000000000, 0x796c688dca14779e255265afe7110586, 0xb49b0be4b80a6a71bd57eddb09d7765fe62384ef2066bae0b57e03cdd252913e, '', 0, '?'),
(0x081d7c1b505fb0d13be1791bb526491e, 'wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe0ab3735dea4bbbb8844da81d89e2833, 0x3b3d3a53b2ac13196f1fbb3d0e47d081038e490030c8c258def8ec475f8679f3, '', 0, '?'),
(0x081eafe3d49672cf32f108c7624ac60b, 'wp-admin/js/site-icon.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/site-icon.min.js', 1, 0x00000000000000000000000000000000, 0x80afca32ffd4bd9de2d9c78dd17cea2b, 0xbb6fcae9b52f49c75069947816a08ca2d4bcd736d495c378e8555b8521098acb, '', 0, '?'),
(0x081efe422c49dcbf962e94ecd6f665e3, 'wp-content/themes/jannah/framework/admin/theme-options/images.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/images.php', 0, 0x13fb56c751211b9e9ab4278d58d72d38, 0x13fb56c751211b9e9ab4278d58d72d38, 0x2e075d1eb32cb9753f45f05328eade5ff32c2721a9ca1aeee678e9fc7708da69, '', 0, '?'),
(0x08206e15f61c41eef752a19f0a1b48a9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/TransformedIdentifier.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/TransformedIdentifier.php', 1, 0x00000000000000000000000000000000, 0xf744d3cd8b896f0396bf495d7e663080, 0x8735936f103024eeefabe2038f72fd42b20fb8dacea7e840e62044bc14b24362, '', 0, '?'),
(0x0823e637b5ed0372c9591fd000bce169, 'wp-content/plugins/wordfence/views/common/status-tooltip.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', 1, 0x00000000000000000000000000000000, 0x339cc48c643c76ad12a5574aec6dd378, 0x36afd652133395bb5d694a296f94f5e02e67c931ce2603e3b66c4a85f82284bf, '', 0, '?'),
(0x0829cd798da1dc4ce04653a4e82dfbb0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', 0, 0x407a5d9a467b5d2c0204746cb728eb94, 0x407a5d9a467b5d2c0204746cb728eb94, 0x1ae987ba2d75a350a24ae49f64d4eff9ca22ee3f9f3d946a27c29eac4ffa8eb4, '', 0, '?'),
(0x082b67203850a35c5cbf64e7db4dbe5c, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/js/editor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/js/editor.js', 1, 0x00000000000000000000000000000000, 0x0a43bb4b6d03e3c60568da9247c44eae, 0x92726691ed74ca2596bee04bc9951b82c9f1c4431430bc3a4eaa700fd26b2504, '', 0, '?'),
(0x082c1c2123519683509d5b3bba959bc4, 'wp-includes/sodium_compat/lib/sodium_compat.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/sodium_compat.php', 1, 0x00000000000000000000000000000000, 0x7a0ebf11fe1a1387612cd09c5896d824, 0x5088a5b0e0ad57e7f8082608b3fe4fb9f2210a5bc814593c740a3640b33d26f7, '', 0, '?'),
(0x0832a49d28a07968ff20703ef7dea771, 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2400.css', 1, 0x00000000000000000000000000000000, 0x2e83ba6e93e4ea7f074f228d17ae1105, 0x99a708a02da1ef8801c2cf376a7d6d816a2d18445e71e01c5f4a1ab68bed2f71, '', 0, '?'),
(0x0834785818562bc1cb3cd5f801e39f9d, 'wp-content/plugins/elementor-pro/assets/js/loop-filter-editor.67dfa5d044d7bd86bd6f.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/loop-filter-editor.67dfa5d044d7bd86bd6f.bundle.min.js', 0, 0x709c96a75142a40ac65e456a0c13abc7, 0x709c96a75142a40ac65e456a0c13abc7, 0xd1ee9f800c4b70dc4a271b952b3830d5498c71a2262a1cf3e5b3204d01f9d137, '', 0, '?'),
(0x0834aedadb81a503913bbb308a2e2a1c, 'wp-content/plugins/wordfence/views/blocking/country-modal.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/en.js', 1, 0x00000000000000000000000000000000, 0x2e688a68d62f152399ddcaf8ee45d975, 0xa69eb2115f3f18a7063002b9922509bf873a63bbab7d99b41c888359c12413c3, '', 0, '?'),
(0x083aebadb2151463e087d75250650b28, 'wp-includes/rest-api/class-wp-rest-server.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/class-wp-rest-server.php', 1, 0x00000000000000000000000000000000, 0xaf92d86bff04c53393a7c0e7ae4f5893, 0xf1f42a0d5f992059ddac989c21e05176fba92900c5931c552def4a7a6514d6d6, '', 0, '?'),
(0x0840066abe18d25f8f359b1e6586e00f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pattern.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pattern.php', 1, 0x00000000000000000000000000000000, 0xc9a39df07a2834d9ae315cfb159731a8, 0x324b9267d8b43cbc36640f08393f5e2d81915ad336a29d5c7d133baff2be1969, '', 0, '?'),
(0x08430616da1554983341992635c99544, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_neutral.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_neutral.gif', 1, 0x00000000000000000000000000000000, 0x4e8b7a51c7f60a2362a4f67fbbc937e7, 0x87ca4a3ca50a8fd394977732b4a7f6c3c2f1e7ac7b535525f692094e3316790c, '', 0, '?'),
(0x084bd005fa7850300826a480f14f3a70, 'wp-includes/blocks/archives/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/archives/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0d767d8dbb04271c29347e7e03f08e17, 0xc6b8f343be594dc080aef0bc612e4ca2c7dd38dd7951e1b0769f71078249f802, '', 0, '?'),
(0x084ce194d7fe4217c03145c47a028d14, 'wp-content/plugins/elementskit-lite/widgets/nav-menu/nav-menu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/nav-menu/nav-menu.php', 1, 0x00000000000000000000000000000000, 0x167778393dfa0d67e5ae8ed7b6043006, 0x5d7b2b7c2a80e33f82754aa80ba68965ab8009a95c2194c075314ce755b01a9c, '', 0, '?'),
(0x084da45a9da381dfc8f781d25fd3ba8a, 'wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa9a5cbf32a894038f587c4da5c24e563, 0xaf7e3b0e1a1b4a760ed81424249717f3b166b4fef3dd059ff43df417bafff4df, '', 0, '?'),
(0x0865d89ff776a48b14e3e7acaa8b456a, 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Tables/UsedCSS.php', 0, 0x1722774ec5fd786c1f8f4553c017f71e, 0x1722774ec5fd786c1f8f4553c017f71e, 0x9fd323d06ff04ff98ed154dabb3fc84d3feb7e37ae7f2ee013d7cdfd3fd05782, '', 0, '?'),
(0x08699161a5884670910e415edc8ffb92, 'wp-content/plugins/elementskit-lite/modules/controls/ajax-select2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/ajax-select2.php', 1, 0x00000000000000000000000000000000, 0x009eb41addb05aa33dc3a8f8b444b977, 0xdf3f6d71f5dfa50330dfa1a31b49f3f4360cb0f9e78f3360ae4a308d3ad147e3, '', 0, '?'),
(0x086b001ac19ae181197b0320dd9b36f1, 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 1, 0x00000000000000000000000000000000, 0xcc69b3e36862ce8ad12ce11c8c967f62, 0x5325031f27370cc25e56be29378f1b24915f2be156609339f9bbb782a0441ebd, '', 0, '?'),
(0x086b981591b203d0126285c967538819, 'wp-includes/js/tinymce/plugins/wplink/plugin.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wplink/plugin.js', 1, 0x00000000000000000000000000000000, 0x4c8ba059d0dc284cf0e005637307dddc, 0x7e14ac835baa106a10b882662410ede548676cd036e83986881859b9da9b548f, '', 0, '?'),
(0x086d7ebd8e4c2a1842627ccf9739bf1f, 'wp-content/plugins/elementor-pro/assets/js/product-add-to-cart.51a22e1fbd8f914ab3d5.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/product-add-to-cart.51a22e1fbd8f914ab3d5.bundle.min.js', 0, 0x0f9ec034fac7604898974575ef9ceb8c, 0x0f9ec034fac7604898974575ef9ceb8c, 0x2ccc7b4f5adf50f2912c69691f80a5497dd4b3a371dd39aa44d754152da07202, '', 0, '?'),
(0x08741df725e0f19ca341f376e41b20bc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryCtaLayerAllowedDescendants.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryCtaLayerAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x5766a4553b8e656dfc68309c2bb6b8da, 0xab704553efd5437e956452e5181cd0dd5dfd133790819d6f5152c81280d3495d, '', 0, '?'),
(0x0879b4f3e460708879bfe869736e41cb, 'wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php', 1, 0x00000000000000000000000000000000, 0xa13e160c12afe2e500c8adfa546a4683, 0x0c6ed58b00c84bdb0c1e55e75d1c5b02ea041e557d871c43ca42b181a1e2b0fc, '', 0, '?'),
(0x0881a696695f8299a834b16f17c11b53, 'wp-content/themes/jannah/templates/single-post/related.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/related.php', 0, 0x93ab5166fd692880b73b7649cc5290d5, 0x93ab5166fd692880b73b7649cc5290d5, 0xccd74349227f9a112020721ec8a63ec569a62b5aa42c61251186b42a163463f0, '', 0, '?'),
(0x088751934cb2f47397167903fa7b0a34, 'wp-content/plugins/amp/src/DevTools/BlockSources.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/DevTools/BlockSources.php', 1, 0x00000000000000000000000000000000, 0x96900a5af9beea2c012b9a68912ece41, 0x11334d2a6a3099399a38e2957dff1b88b313c87a0f45f65f72653d59a782b2bc, '', 0, '?'),
(0x088a9175a44c2a093f0cc0c13a05b47d, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AglInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AglInstaller.php', 0, 0xede00143638c3d572acef2b18b440c67, 0xede00143638c3d572acef2b18b440c67, 0x33d328fc57b6abea7e3b4dd13ccc64cbd11b837a1834a3d37f84def3cbc3cdfe, '', 0, '?'),
(0x08925e5f22904f363948b8adbe321868, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php', 0, 0x2bdf0c82b465a2411becf099d348aae0, 0x2bdf0c82b465a2411becf099d348aae0, 0x5307c85746abe406ace72a151e7c4f6cf44dd31c4334c0a317be4a6b00f7c632, '', 0, '?'),
(0x0896ce522436306a77c0e0496db49837, 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php', 0, 0x31dfba8871d3de2ab5b845a3cc3bc873, 0x31dfba8871d3de2ab5b845a3cc3bc873, 0x6e8b5ec618cd9bcadd638dc1bc3700f2d6642e26061913d81da84078fe0060fe, '', 0, '?'),
(0x089c75dee6a905de91159e706b193061, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/social-links/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xbabada3f8e97644853d5154463376e56, 0xb2f0a7b10494abb3ff3d4210435e1735abb571f37dc96f8fea92de097dfbfa4a, '', 0, '?'),
(0x089f13fa834ce2d42e8f0ade01773b5b, 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', 1, 0x00000000000000000000000000000000, 0x0c124509346d1dfa0359d73ec06095fa, 0x16d923b75fa7075bd1b8be0c17ee407511b84861c6282b6a3e561a2bba715b56, '', 0, '?'),
(0x08a6b196eb67847ed2771a11d0056868, 'wp-admin/css/themes-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/themes-rtl.css', 1, 0x00000000000000000000000000000000, 0x2d4a5135daac401f5a5f11036938cb06, 0xdc1eab9d8daf4ce988193f49d88936cedeb113ab119e0dfb948855b16fe3ccfd, '', 0, '?'),
(0x08a81158e30c4e095ab332669f1f4914, 'wp-content/plugins/wordpress-seo/js/dist/languages/sv.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgTransferFunctionAttributes.php', 1, 0x00000000000000000000000000000000, 0x3ee6070becaa294a4b5b9b742bd0c584, 0x88f0cc504336b8c0c5ed6e24893f9c2e4eb67c6c260e9b9397b6cb6393db5aa6, '', 0, '?'),
(0x08bd3a20b186f0caba480afc210d8a9f, 'wp-content/plugins/elementor/assets/shapes/tilt.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/tilt.svg', 1, 0x00000000000000000000000000000000, 0xaa1371da0a4daeeb74bb09f56d815620, 0x010ff2d1829ddf21fda721d5083a62c60c245ffbd83ae497fa062f0fc80365d2, '', 0, '?'),
(0x08be4f007387dee3d7cc616e3d62be7c, 'wp-content/plugins/elementor-pro/assets/js/posts.e99f84b83c36d4568ffe.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/posts.e99f84b83c36d4568ffe.bundle.js', 0, 0x1f756c3aa756f5f054f342bc7fdb4927, 0x1f756c3aa756f5f054f342bc7fdb4927, 0xce16de9192bbeaaadadd3b218545c36a9684affbb47b24d41679a94ecfad6749, '', 0, '?'),
(0x08c008a547ae4a1322c500cb87f06824, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/autoload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/autoload.php', 0, 0xbf153d19d060a57933ef72c877e80dd4, 0xbf153d19d060a57933ef72c877e80dd4, 0xbaf5466f526a16acb8fe9eb556524305c9d69c569cfdcf952f9b747ca26a8fa9, '', 0, '?'),
(0x08cb205c69aec6caf5a278e3e22830c6, 'wp-includes/blocks/text-columns/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xa0fb852b1bf699c12ba7aa52110d9efe, 0x24a3ff59f67c65a9a871d308d08d75006466c1b044627446eaed5efa098cf354, '', 0, '?'),
(0x08ce6498fd98072f85b5d53660fdacf8, 'wp-content/plugins/elementskit-lite/traits/singleton.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/traits/singleton.php', 1, 0x00000000000000000000000000000000, 0x8abdca03c9dc2b62a682772cb0f93e70, 0x3eac8273f17ee9f58df4a7b360ce454b0aa5a408e880d13ee4b724f31e92f058, '', 0, '?'),
(0x08d2f7461bdefe7da5eaaa7f31d3e7ca, 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-remote-request.php', 1, 0x00000000000000000000000000000000, 0x257ec6741840bb963d6efc1d770e039a, 0x68ca8a7b2de0ea49000304045ba092157ca1263666df9a61140d5fc62b6e1760, '', 0, '?'),
(0x08d37f1ede2b3587db3c76205b9cbe0a, 'wp-content/plugins/elementskit/widgets/comparison-table/styles/heading-cell.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/comparison-table/styles/heading-cell.php', 0, 0xe31a9b1d1a3655f9f2a830d336b0edb9, 0xe31a9b1d1a3655f9f2a830d336b0edb9, 0x8c058b52b099f6ea8cb190f415c589bdfec32eff0e31e990137fb1790a8336f3, '', 0, '?'),
(0x08e310cda51f60464acd14f65316b175, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/loader.php', 1, 0x00000000000000000000000000000000, 0xe21edbebc23277ce4b87590d179cafbc, 0x8c619f7b2c479bb8c11d9ed506316b0843522c480bf0d1c75e4310bd8cded2c1, '', 0, '?'),
(0x08ee7f436a8524608aa4de9c35abd976, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-endpoint-validation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-endpoint-validation.php', 0, 0xfe6c2184b475be4d70adc06799052adb, 0xfe6c2184b475be4d70adc06799052adb, 0x04206d1fe41a0268e2d9257e40782db978fd49933ae6155f639b50a2b8d4e8bf, '', 0, '?'),
(0x08f87e21aa861479223fa5beb290a11e, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-phpass.php', 1, 0x00000000000000000000000000000000, 0x0af5ab8d65492d63d409242eec4e0345, 0x42349b91ead9291e8f128df56555d312da2c396bef70dd3e10b3852a7d5b64e5, '', 0, '?'),
(0x090683b04c3d520e80a830c5c5dd8354, 'wp-content/plugins/elementor/assets/css/widget-counter.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-counter.min.css', 1, 0x00000000000000000000000000000000, 0xd8170f8fa0d81d1d6b907a8bc5440235, 0x8658144642964811a59180e4670a062c7428cba3a5911cdaf21aa27f1dfc54ef, '', 0, '?'),
(0x09073fb1cfe486e6db0819997199754d, 'wp-includes/js/mediaelement/mediaelementplayer.min.css', '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelementplayer.min.css', 1, 0x00000000000000000000000000000000, 0x9109ffc835f229e4cef66bb179a67e0b, 0x085f4474fb33d7928f3370879d1d61923b1f392cd40ab46967b9a086433f33c9, '', 0, '?'),
(0x09225700906161835bb0ed10dd0c0bd8, 'wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Settings/class-beacon-subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Settings/class-beacon-subscriber.php', 0, 0xfa89dbae3bfbe89c3a209ee41e1209c6, 0xfa89dbae3bfbe89c3a209ee41e1209c6, 0x74d9ac839f836448131812ae4b5ea5fda6b6f1ad050af38834ff80f4763e3c28, '', 0, '?'),
(0x09280245d1bca581c1b11c7d93384711, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/loader-krasi.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/loader-krasi.gif', 1, 0x00000000000000000000000000000000, 0x186d67de0dac53587ccbf1a015693bdf, 0x44138f375bebac89b4507c508d95179c506be77fec4ba9a406b75d31acb1e308, '', 0, '?'),
(0x0928a98315973b863b4c7cd7bd3db4aa, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php', 1, 0x00000000000000000000000000000000, 0x7684918468d6a7c20f4b63120997f7f9, 0x50ac76e3bd98b272990161a1ca4df845ae25552ef0d842489641bb17a192fae2, '', 0, '?'),
(0x092e18e02a8ed1d135455bd1640a80cd, 'wp-content/plugins/elementskit-lite/modules/header-footer/assets/js/admin-script.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/js/admin-script.js', 1, 0x00000000000000000000000000000000, 0x178401bea438055ac373c360a4a23020, 0x2ea64f0651c9793fdcf88b4ac5656b67c9dd0de5b2f469aacc1e84617e6c4187, '', 0, '?'),
(0x09319a1a5d42e5d2dec075ac9f8a35da, 'wp-content/plugins/wordpress-seo/src/routes/importing-route.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/importing-route.php', 1, 0x00000000000000000000000000000000, 0x5cef6f052a1a8367a5f926386c7ea3a1, 0x1f0e46848982d37a870cb33c6096825b3e7aba93f83b9a53dc7f55d0c3dd6c59, '', 0, '?'),
(0x0932ce70cf3c281e589e2217eaddb593, 'wp-includes/blocks/audio/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xed4308a775d3e1aec880c96334429229, 0x142834844bc6711562e70151ff58170fce7b64ff862ab550af0a827af17fabfe, '', 0, '?'),
(0x0937acae1df8a6d718ee1de305660960, 'wp-content/plugins/wordfence/images/sort_both.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php', 1, 0x00000000000000000000000000000000, 0x455d602b954602334e39d49400815625, 0x52462bfd6fab7509653f2ac451eaaa196dba4d86b04dacbfb3104d07d7e82b02, '', 0, '?'),
(0x093c43be02f0b95d54b56a16ad7a6efe, 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_asc.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_asc.png', 1, 0x00000000000000000000000000000000, 0x9326ad44ae4bebdedd141e7a53c2a730, 0x4e970f51d31e2aa091545a251450bada2581eadd6adc91745a036e2f9f141d7f, '', 0, '?'),
(0x093d2566428d2adbc0a49503a83b514a, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/comments-url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/comments-url.php', 0, 0x94991a7a07f6bd99ee76bfbe7c66a72f, 0x94991a7a07f6bd99ee76bfbe7c66a72f, 0x7d5c4ea642ca454566e37d26202c5903ec0ca76d7f9a275103500acf922ff6f3, '', 0, '?'),
(0x093eacbb3b80577ba437f776e284efb2, 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/rtl.css', 1, 0x00000000000000000000000000000000, 0x98cfcc2b01a40113233b90e726a40dc7, 0xee60245afc55419e0514eb7ec0eefb51d92f105dcfcb8df83e8a2e2225fe6580, '', 0, '?'),
(0x094a08bb8583ee9ca318d7f33b75087a, 'wp-includes/sitemaps/class-wp-sitemaps-provider.php', '/home/forwardbetcasino/public_html/wp-includes/sitemaps/class-wp-sitemaps-provider.php', 1, 0x00000000000000000000000000000000, 0xf2bf400d9392be10c411a62d0739cc30, 0x4cc14c8feee77bb182b7ababccfca49b56d2478535046ee558bddfba41502ab2, '', 0, '?'),
(0x09503d4e3e8ca862226a3a7e5b517be1, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 1, 0x00000000000000000000000000000000, 0x04e5571b65e28e863f92fc4ee3f07414, 0x6e34dc14c2113cbd14de467a90ad8bfbad1001ceff035fd53594f06b6967881d, '', 0, '?'),
(0x0955f70428bb3b84bf5d8deceb29a4b0, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/site-editor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/site-editor.js', 0, 0xba7ddca349981725ab0704a04e2a5724, 0xba7ddca349981725ab0704a04e2a5724, 0xafab478446b0e82eb168c720a90cb9fdc884c0e2967ee87709824ae2f9d61271, '', 0, '?'),
(0x0958a0e0ccb2367342cde5658a7b2ce4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReachPlayer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/async-upload.php', 1, 0x00000000000000000000000000000000, 0x7fb6e6b97ec0049302af0182a7232e26, 0xa3f2540af11edd04407d7ccc6b1d9918fc03cdce577dd9767048ef8ab5972700, '', 0, '?'),
(0x09707bdd48ecc9333d9da6fc98a164be, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php', 0, 0x1392780aa85940e4378b6f4af4c0d7cf, 0x1392780aa85940e4378b6f4af4c0d7cf, 0x404152b7e6887123244da80cd2f63a94e872bf2b901a34f46c91d2ef996a144e, '', 0, '?'),
(0x0972bba693e3abd25d27e13d6a31dda6, 'wp-content/plugins/amp/assets/js/wp-api-fetch.js', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-api-fetch.js', 1, 0x00000000000000000000000000000000, 0xbac1f44b1bba39ded15cea1493241628, 0x8bf26d52f3ce9d7576cdd2d1e6022b798a18ac2e1b61fdeed4d5860a5309c4d5, '', 0, '?'),
(0x0972d835ad6c34a0ff84900985c45e2f, 'wp-content/plugins/amp/includes/sanitizers/class-amp-auto-lightbox-disable-sanitizer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/nextpage/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x4569bf40a5cd46cb460e18e8c1c11a8e, 0xf82d2160bf2c23c3a19cfebc6ce19fb344fd5444d209d976fd383d59aa351246, '', 0, '?'),
(0x0976d96798a75f0d07b8aaa3f1ee7ae9, 'wp-includes/blocks/comments-pagination/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/editor.min.css', 1, 0x00000000000000000000000000000000, 0x5c94aee828408a3eab895144f0768aec, 0x3c9d3c6aa27f4a22acaefb010120fffb63c3da2d1e1033aa2f05fee3b84752bb, '', 0, '?'),
(0x0978e729fc7b0ad4af17185f32fcaed5, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/Widget.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/Widget.php', 1, 0x00000000000000000000000000000000, 0x27ecc703ba43cb771b258330f044c811, 0x1538f6489cd4ddb060442dd202ddcf277818db1ef386fc38233884e32ec391f3, '', 0, '?'),
(0x097c6e51e94369f196ccea6ac994a0e3, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-category-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-category-condition.php', 0, 0x8734b27a1b0bba43cef63601101ead9f, 0x8734b27a1b0bba43cef63601101ead9f, 0x2a3c80e1d922f8aa573bbee64834dee3f1699d2b282be5dfc3d671d6832fe41a, '', 0, '?'),
(0x097c97a68d90d1419ef8f8dcae8d2ef5, 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/download-link.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php', 1, 0x00000000000000000000000000000000, 0x41f5aa3e6236a89de55a11360b7804cd, 0x149fb5955ebefafc54bf2e60e51bc64b9397fe454219214349f02a2b31593115, '', 0, '?'),
(0x0989215cc2909b240bbd791bf4260dac, 'wp-includes/css/dist/edit-site/posts.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/posts.min.css', 1, 0x00000000000000000000000000000000, 0x65abdc4829855a7b44b23592f1cf767e, 0xe691b2c286436a0dc264ea22d4ac87b8f24b0e19b7b3d5fb86af33191df56bf2, '', 0, '?'),
(0x098c26a223666dcab7b7bfdb70d1afe0, 'wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-classic.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-classic.php', 0, 0xd502a59c3ccc0294eee336fa46128b41, 0xd502a59c3ccc0294eee336fa46128b41, 0xf0d90c9c7966439a9df25dbd6d44aa0d2f3f9be4a514132e46c41c6364405b60, '', 0, '?'),
(0x09937fb217afe2e6675427cc5759d052, 'wp-content/plugins/amp/src/Infrastructure/Instantiator.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/image.php', 1, 0x00000000000000000000000000000000, 0x6c4c0f533dc60bfe18ba1489afd5be79, 0x7e64f1967c2f605452c1e1948454fe728403b56f21cbfcda7f493f184224ff41, '', 0, '?'),
(0x0999a10de5596bcf634a5b17aae2be01, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks/css/visualblocks.css', 1, 0x00000000000000000000000000000000, 0x03ea1695db057e6a1aa0b24699401ef7, 0x1e9f694e2c20c7da61df1ca208cf87ae8cbc7ab057cc3cc1c19f2aea97bee978, '', 0, '?'),
(0x09c066a7d579a3f6d4f9a992247070d7, 'wp-content/themes/twentytwentyfive/patterns/logos.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/logos.php', 1, 0x00000000000000000000000000000000, 0xf0f5eb53d7f76f7759456044added045, 0x5fadccf085d5a94a7073790b5693c76f763d892d39164efc129c2c507d6325d0, '', 0, '?'),
(0x09c3736876cc953c2756a54010799491, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/ErrorProperties.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/ErrorProperties.php', 1, 0x00000000000000000000000000000000, 0xdd2cbc2ac139318cc509d505ffcc874e, 0x885d29af6667d576e300f60fd2333f923554e06649cd1a7e935e27408666ed00, '', 0, '?'),
(0x09cca1f508d11378ee8572761879a444, 'wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json', 1, 0x00000000000000000000000000000000, 0x4579749f0c217473063556f2e8c77bb0, 0xa179b9d97494d0e69657f44dee51057d3935116191f5fb18f06802329cb6a817, '', 0, '?'),
(0x09d2b505355f97347a17771cd9eb50e0, 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop.php', 0, 0xa5cd99f467ec682676121903b6a424f5, 0xa5cd99f467ec682676121903b6a424f5, 0xcbadfd3e0e949a60e69bdf07e0e2f4ef31dae043432527995dfb66dadc333f8e, '', 0, '?'),
(0x09d3b0ea8591b7b9a0b185b7cf178063, 'wp-includes/js/dist/escape-html.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/escape-html.min.js', 1, 0x00000000000000000000000000000000, 0xaef7a048c0e0677cbab0efeefb9dbcc6, 0xdd214affa9fc2e6caaab696ce495934a150689dcd17c76b842eca7d7bb144f0d, '', 0, '?'),
(0x09d639848366de88559c66f2fee6079c, 'wp-includes/js/tinymce/tinymce.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/tinymce.min.js', 1, 0x00000000000000000000000000000000, 0x586ce1e095c0f8b0cca1439fcefe6b6e, 0xdc125a6bf71809e5367ce3cc7bf82a1a81a97ba248e3e2cb11a26907dc9d6b5e, '', 0, '?'),
(0x09e0b2233d568e9dbf905041c56742d8, 'wp-content/themes/jannah/framework/plugins/everest-form.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/everest-form.php', 0, 0xe9e858902fb6f53ab7484ae8b3abc2bf, 0xe9e858902fb6f53ab7484ae8b3abc2bf, 0x1b911a381b972f71e173e70e1af59c65199324c112065a6d5b373588a3de4093, '', 0, '?'),
(0x09e6b612f74968f01c429a7007164f1b, 'wp-includes/blocks/heading/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/heading/block.json', 1, 0x00000000000000000000000000000000, 0xe2aac6af6533dff539e99f7917306b69, 0x6c298eaf8062ae29a6015734843502f0eea73c77f8913f97987663d868adf7b3, '', 0, '?'),
(0x09e9f1cfdb30398df72d62b185cda957, 'wp-admin/network/users.php', '/home/forwardbetcasino/public_html/wp-admin/network/users.php', 1, 0x00000000000000000000000000000000, 0xb803a3b7fef6e5ccb0e9f0ff0796a5c7, 0x790fab4b8e568dd93ca3d00a4f0c8646f70a66377418325ffd20e9f3d218c5f9, '', 0, '?'),
(0x09ea47d4358e51f09cc79c4b847e405c, 'wp-content/themes/twentytwentyfive/templates/search.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/templates/search.html', 1, 0x00000000000000000000000000000000, 0xb39a6201f5f1cce2e640574e7fec5504, 0x4727d311b783044852ffd5377af1f02ede1a18e93041694bbe4c084da3feda77, '', 0, '?'),
(0x09ec2f913f13d1f45e9db845ded5911f, 'wp-includes/sitemaps/class-wp-sitemaps.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeAmpBind.php', 1, 0x00000000000000000000000000000000, 0x20600cf0e8e78b1d1f4cc7cb98cde0ed, 0x771998b676a2ae9acbfb4974e04da9e8bae6cb414a21e3cf612dc78ad43c9565, '', 0, '?'),
(0x09eec469984154ba48648c852a16fff1, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss', 1, 0x00000000000000000000000000000000, 0xd1a2134911e2e1b098827f2f08bbcdc5, 0x1d5f169fc99abfdc26a96b287305cd95e653a870e07aafc1d399d292a613492f, '', 0, '?'),
(0x09efa2db94363f206fd9a475456bd744, 'wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.css', 1, 0x00000000000000000000000000000000, 0x9dc3bea0dfe75aab72fc417edcb1b90c, 0xd90d3785dd9ddc0f2ac6019feb969840b594feee86fbc03a7eaf4f4a36fdbe12, '', 0, '?'),
(0x09f0178a887e04136834a0648ed5a94b, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wf-font-awesome.1690810710.css', 1, 0x00000000000000000000000000000000, 0xb827c408ff4de4e7d98bf856b5aabf3a, 0x39393764498a4f75d62dc601f8f9f125656ed4bb15a031ba108fef84e9bed349, '', 0, '?'),
(0x09f6f8b4b98dc058e34aec627722d669, 'wp-content/themes/jannah/framework/classes/class-tielabs-mega-menu.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-mega-menu.php', 0, 0x84bfaa161f3088b359c4c486b956f379, 0x84bfaa161f3088b359c4c486b956f379, 0x3e5c1a5ad7caba1aaa055e167fd6adde514a781f01dc5e34fa492f19246c4bd5, '', 0, '?'),
(0x09f8dbaece63d0b3da32314c2c0fcece, 'wp-content/plugins/elementor/assets/js/ai.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai.js', 1, 0x00000000000000000000000000000000, 0x7c332dd49105c16c06b9147b9b7f4738, 0x7d490ea5eba3f1b204106f0427a5e564e35605d45e9ff4422be4d9a66041bc0f, '', 0, '?'),
(0x09fb5aec57843dd476a51eafffee45a0, 'wp-content/plugins/wordpress-seo-premium/src/integrations/alerts/ai-generator-tip-notification.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php', 1, 0x00000000000000000000000000000000, 0xce1ef47df7e81f3760cf635aadcdfdb9, 0x7469ec16d2ffc307f493ccc2986e20bd4f2fae22006bdf93c5412f96ce2e8ec3, '', 0, '?'),
(0x0a02a96daabad40cfc98837f22f4dfa7, 'wp-content/plugins/luckywp-table-of-contents/core/base/Model.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Model.php', 1, 0x00000000000000000000000000000000, 0xde006be7c1f33de4f888dfcd3f0d964f, 0x06ce50608cbdd363a9fa83dcdb83c5e1fc4d6a61a6fbddefd4a921c517b3921b, '', 0, '?'),
(0x0a08c079a23ea1eb429059aa98418594, 'wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates/cart/mini-cart.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates/cart/mini-cart.php', 0, 0x2a13618055be244cb27471a9d79be963, 0x2a13618055be244cb27471a9d79be963, 0xc1f52b099e4ca030b80b83e6770efab852e803baa31ee210aa507e8f51b1c2da, '', 0, '?'),
(0x0a08d45835a8b0c12d83028559fd3632, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Subscriber/ScopedAccessTokenSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Subscriber/ScopedAccessTokenSubscriber.php', 0, 0x89dae4a190b9a28c90269ae9dd143da2, 0x89dae4a190b9a28c90269ae9dd143da2, 0x22a1e355e1368445a08b505e61f23dda03a30614338ada14df70e784c83d4074, '', 0, '?'),
(0x0a0ad92638352f5508b905653f7728a6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php', 0, 0x67c3151d7cf4f0fd971af6e39abd64cb, 0x67c3151d7cf4f0fd971af6e39abd64cb, 0x262932b7c99655457349d6e69033caa3d66b0b62a7ff548b70048425abc23a04, '', 0, '?'),
(0x0a0ddc4b9254c2e777cfdbfcaaf3cfb4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Kbd.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/social-links/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd0a383d0117db74063fa34e6e518dcf3, 0x2ec0c9d92bb978ca2be747de6edbced6eb85dda910b1ae4db4fc8e7cc47ef388, '', 0, '?'),
(0x0a22e3122789e0a19bf8b61694dcb9f2, 'wp-includes/blocks/blocks-json.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/blocks-json.php', 1, 0x00000000000000000000000000000000, 0xdeab1ec2493c4e6a57e3c83f094db1bb, 0x04a80ac4d9f21afa4fd80ce04718fdac49485679f05899f0484b46cb6344285a, '', 0, '?'),
(0x0a2e49f18e9910d0e3e2e8c1bbc5fcd1, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/controller.php', 0, 0x9fe46d050e1ee6ca928f846d02b08623, 0x9fe46d050e1ee6ca928f846d02b08623, 0x3ab7a7f473f3107c26fb53d72c9f9a0b93f2002a64e3f45a85ae7e66a1f5f023, '', 0, '?'),
(0x0a31777831cbc0305482fec563036ca9, 'wp-content/uploads/2024/03/user-svg-1.svg', '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/user-svg-1.svg', 0, 0xd1f4f55a1fd871817198a7212fd83299, 0xd1f4f55a1fd871817198a7212fd83299, 0xa2e5e843d37bd3f15465bd1a67837fe151909e289491135e7dcf611101de6570, '', 0, '?'),
(0x0a378c30542ee9a282b86d441d81a7b4, 'wp-content/plugins/elementskit-lite/autoloader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/autoloader.php', 1, 0x00000000000000000000000000000000, 0x91481b2b38f1ed8ef3587d589ab6a023, 0xdc135ae4a086ef6c746bd144e7e6f6753d97734453c2b1e6d6b1dcd86ed7b727, '', 0, '?'),
(0x0a43d6ec8e39818d97b7631d781b53b7, 'wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library.js', 1, 0x00000000000000000000000000000000, 0x132fc196d1e997d2d1478e2c576e1b5e, 0xd0adfa800fd65f44244633470737575921b83ee69a8a67cc772b1ae003615410, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0a5495a62f5c392459a4550adbcacd8c, 'wp-includes/customize/class-wp-widget-form-customize-control.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-widget-form-customize-control.php', 1, 0x00000000000000000000000000000000, 0x907bc5442a403613e1877bcf847da6e7, 0xd52bd693187a69ad9b0fc04080d7c6c95e462535ca14711313035a673cbe0fd5, '', 0, '?'),
(0x0a586312010f8cca86e5b4950f4258ba, 'wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/composer.json', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/composer.json', 1, 0x00000000000000000000000000000000, 0x43b7d25ac7cf10608f03c419b91ea861, 0x567652399fe68c7c2fd698507c573cffa09f119b6fcad575dd71b4d00006941d, '', 0, '?'),
(0x0a61e88ee42e50146b594781dca9c3ed, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js', 0, 0x25c26ce0de41bd3b50c7ead9ff70b0f8, 0x25c26ce0de41bd3b50c7ead9ff70b0f8, 0x29c1ec228c7f6e97dbd816e1d7367a670c272561fcff159c39e130e2aa302ad2, '', 0, '?'),
(0x0a6244ccfafc510b3a79c16c8bf9bd44, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php', 0, 0x14b5c9738a2fc50e66bd6fa44c840766, 0x14b5c9738a2fc50e66bd6fa44c840766, 0x1c069d3668afefaf46773dee844f90fa74c5e8b8404f4956f49e91c9e1fcc989, '', 0, '?'),
(0x0a65dd0d030737b194b06cf707b33493, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Runner.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Runner.php', 0, 0x02cafdf1bd01402b332f0132f3e1f083, 0x02cafdf1bd01402b332f0132f3e1f083, 0x7855392df01829c89efade07599fb180f4195bf5cbc4db6bf5d0005c4b418791, '', 0, '?'),
(0x0a669d868959a1b703023426fc4cf0a6, 'wp-admin/images/se.png', '/home/forwardbetcasino/public_html/wp-admin/images/se.png', 1, 0x00000000000000000000000000000000, 0xd6c89442c360bd1e08da2e7d1527373a, 0x59adbb9be403039be8224bf9d17bb755bca908d772993a328a8b114a4cb494c8, '', 0, '?'),
(0x0a74438708c3d0d558881dd1ce84874c, 'wp-content/plugins/amp/templates/header-bar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/header-bar.php', 1, 0x00000000000000000000000000000000, 0x15e712147820663b804b566f8acde1ad, 0xab77729127e1f05fbc8141812f1fce14f48889388dcfa14aad49b61027f9a411, '', 0, '?'),
(0x0a7a87c5ad8e1e7df47bc72eb6755ba4, 'wp-includes/block-supports/generated-classname.php', '/home/forwardbetcasino/public_html/wp-includes/block-supports/generated-classname.php', 1, 0x00000000000000000000000000000000, 0xb9af3148bbea524f239a2fbda708fd7d, 0x3fa2bd8ddd218da76a436ff675b8633365ad89014942c03d272f02f54b61bf84, '', 0, '?'),
(0x0a7b58254e38c29f77c8323f4d3443ca, 'wp-includes/css/dist/format-library/style.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/format-library/style.css', 1, 0x00000000000000000000000000000000, 0x4f0932b1a8e774eba04f26749599fe14, 0xac7c3352569cd7cc5985628cbe7966c9ca434568098cd30725ed35a7d0e1d171, '', 0, '?'),
(0x0a7bbd59b91b0329645efe69185efb07, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-01.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-01.png', 1, 0x00000000000000000000000000000000, 0xcd43cd091c7b896a30f830ba949e6d6e, 0x782e576dcfe644e760477512b69b65a84d01d1e439476f32b6d4fb4acbc8e59a, '', 0, '?'),
(0x0a7d86f127d9a90342bb33fc39ad3ab8, 'wp-includes/blocks/table/editor.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.strings.js', 1, 0x00000000000000000000000000000000, 0xbcea94f3d2c0cd2ba373e99a0dfec984, 0x02eec7a51be80e9f2c1e47d34a1b95aab65c55d7a2377ec422e20f50bbda292a, '', 0, '?'),
(0x0a888642be67ca977c999b4e935394b7, 'wp-content/plugins/elementskit/autoloader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/autoloader.php', 0, 0x64f4a26303b87273cea9c544ec5812df, 0x64f4a26303b87273cea9c544ec5812df, 0xf04a84c9c6e9d6989c82725d8de635014d3bf060e652f727c1d7822f10489d43, '', 0, '?'),
(0x0a8accf366c9d3853b1e7bbb7416f587, 'wp-includes/class-wp-role.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-role.php', 1, 0x00000000000000000000000000000000, 0xdf0517e4d94726e6637b19b6f4e2ecea, 0x82997b21d19f8d1e6111d8e5046d54af3e54e1e16cea1f4198e052395d814f1a, '', 0, '?'),
(0x0a915da941489204b2d49853b06171d1, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/forbidden-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/forbidden-exception.php', 0, 0x2818ba53789392cb74daa596af34ec80, 0x2818ba53789392cb74daa596af34ec80, 0x1ad7a334df3a120ec333452f981aafde3d3a7bc03a4f5a94111f54afbe8358b8, '', 0, '?'),
(0x0a934a3e395afa03db8b35594ea98ba1, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-base-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xeab582bdb0bca770c6be7787c96954d1, 0xf9f7777c189515da33cf76ff8b01940b38823d4fceb98ae52e4b82ff4722b6f9, '', 0, '?'),
(0x0a93b591622dd356f83a88837c6db5ff, 'wp-admin/edit-link-form.php', '/home/forwardbetcasino/public_html/wp-admin/edit-link-form.php', 1, 0x00000000000000000000000000000000, 0x24f4bef61733df67aeb75be6abec766a, 0x924a589eef41088f30bba8e780c05f125c346cdeb9d81170fc13152c2dcdc53a, '', 0, '?'),
(0x0a975d2a881bfea49239518f91631f56, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxErrorInPseudoSelector.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x39730ceb2b3263fc31c05ce9258e007b, 0xc8dc135a6b8e52fee2a888d51a05358970fda0c9f497e2be6d5c10f36e7acafe, '', 0, '?'),
(0x0a9d8c5ac7fbe8ce600e40b84c4f0f31, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', 0, 0xe1e7a67e9900e337dda1688ddc1b92d4, 0xe1e7a67e9900e337dda1688ddc1b92d4, 0xbd94e7f1944fcfdb8b5e6915b077fbacb9e6114576d90e9286358e1398117720, '', 0, '?'),
(0x0aa21d114dbb3e631074e5408a5c6ca1, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/section.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls/section.php', 1, 0x00000000000000000000000000000000, 0x9d404352548a2bb93a9d65c72e479d80, 0x74e16f20bd8ff6bb41851c01d840ba17f84801e59063be7e1ea95771063f4f32, '', 0, '?'),
(0x0aa3dc4e4e4dbcd4db91343bfa70d034, 'wp-includes/js/customize-models.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlModuleEngineAttrs.php', 1, 0x00000000000000000000000000000000, 0x22c2d9ce9f1ae5afc0cbfb2e6d169d50, 0x5ace463522ed214f0ecfb12c1858f3e4953fc113da1d71a795daddd182ccd32a, '', 0, '?'),
(0x0ab638cd9a29afeddb7dfaeb9c0c67ab, 'wp-content/themes/twentytwentyfive/patterns/template-home-photo-blog.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-photo-blog.php', 1, 0x00000000000000000000000000000000, 0x09b76d7bfad1d1e9a9c2097ff83902b5, 0xc98067080c493f596cde498907ae65e6dd182f79ac08d80df22dcea93c53a100, '', 0, '?'),
(0x0ab6ef7ee3cea979845b2e2433acb441, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.asset.php', 0, 0x50a40f048659934c861814a59f193af9, 0x50a40f048659934c861814a59f193af9, 0x09b014becdfe24d6721b6e7e34dd53228b7d1b5f04ba632812082beec64200f2, '', 0, '?'),
(0x0ab99af0b4aec68925255c9e65d49608, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-additional-information.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-additional-information.php', 0, 0x20027d4f8e46cb805f161a74faff872e, 0x20027d4f8e46cb805f161a74faff872e, 0xcb3e18608012dc476a7b4625b278688319b351af759a210647f3971ec4ad08f7, '', 0, '?'),
(0x0abb6dd8996a5afa097124f00ed36b22, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPanZoom.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPanZoom.php', 1, 0x00000000000000000000000000000000, 0x53fc553bb8df635b0a2f78216dba0986, 0x0628fe89e11ce6d47b9f3912efc24ad47d9db3e2c88ce0d60db28d8a66cb2d56, '', 0, '?'),
(0x0abb79b7026a3fb89e40918d4a1530f7, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/locations-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/locations-manager.php', 0, 0x22aa01da8b6b4d332741c9f01eab24f3, 0x22aa01da8b6b4d332741c9f01eab24f3, 0x3d2830f5477080f6d2ad2cc18b4d5f5ee667733a9a99e741bc819b11c5bb1ed5, '', 0, '?'),
(0x0acd48efac0c702fbf090949d84fce3a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Color.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Color.php', 0, 0x3c6a65fc3cf3b65fcb9ffa76865e12d2, 0x3c6a65fc3cf3b65fcb9ffa76865e12d2, 0x2683d40ae08798f79e23cc0723f06037196ce42658d7bf3c36e45891747c908b, '', 0, '?'),
(0x0ace047c367408b0c367a8cd58f564b8, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/ContentFetcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/ContentFetcher.php', 0, 0x16766627ce204f61f0150e2d9b97239d, 0x16766627ce204f61f0150e2d9b97239d, 0x3d03812eeabd0637640982c8f7aa9b3d44b0cbc305b7dca8a8be9dafb92ba47e, '', 0, '?'),
(0x0ad0c55a99ac393a5742674a03f46b07, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/botany-flowers-closeup.webp', 1, 0x00000000000000000000000000000000, 0x2a78c17e95f75987edc9b2e4739e5008, 0x09478ad8241b1a017843ab4e4b8d7d7e2bce0462b90665ea6378e13a44d3d7da, '', 0, '?'),
(0x0ad5215ec5e58892a58dee0bf2540ab6, 'wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss', 1, 0x00000000000000000000000000000000, 0x46357645066c54efc7cda4bcfeb15135, 0x57b946e9c51ef9d73adaae55b4c83304abc6f0646deb9830d60ec809bd07affa, '', 0, '?'),
(0x0adf09a1cc5f7bde10e3f596d51efc9f, 'wp-includes/blocks/audio/theme.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/theme.min.css', 1, 0x00000000000000000000000000000000, 0x4c40d8a56da79ec45f9e9215b0105946, 0x1f658a37e7be4b1fbf5684d3a7901769ae64bdc68da7b38de6396bdb79be18b9, '', 0, '?'),
(0x0ae1606f20fcc4dd7f17dd9872d407ba, 'wp-content/plugins/elementor/core/responsive/responsive.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/responsive/responsive.php', 1, 0x00000000000000000000000000000000, 0x133d508cedd10a65254ef944d94368bb, 0x05d320921c5a9a68515db0699f4d916c6adcf7b4447fa75198eb9970694216a7, '', 0, '?'),
(0x0ae58ff03754ba05ed09836f3b4a9612, 'wp-content/plugins/elementskit-lite/compatibility/backward/widget-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/backward/widget-list.php', 1, 0x00000000000000000000000000000000, 0x635f4f0d4b48015804b2e1cfebc56dfc, 0x3fed6ef912859d68c2195aa99ac93a884640ffe1899cfe0f953a189f5a7d3219, '', 0, '?'),
(0x0ae8d1689d632bd8542500795b07481b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php', 1, 0x00000000000000000000000000000000, 0xac464ff19a44e802511e8c369835669c, 0x2ffaa7a50327f97c5600d0ddd4f43b6a6b806bfee2f92c9d1740bd87a6e899a9, '', 0, '?'),
(0x0ae92fda4a79fca2cc5cbe24ec057388, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/cornerstone-column-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x10e3d56697adc20d4029f8abebbb9a14, 0xbc3b9795bfcc5f1049061df8dd6df2319b8ea3f8b50aee397c21deb60ee510af, '', 0, '?'),
(0x0af40da30c4283e4ae06087016ccad05, 'wp-admin/theme-install.php', '/home/forwardbetcasino/public_html/wp-admin/theme-install.php', 1, 0x00000000000000000000000000000000, 0x549650a409b931488b22a4ee53ab05f0, 0xc9a53ccd08acc487805ead3a02233cead17674cde3a8425c1e6b95202bbf6f9d, '', 0, '?'),
(0x0af46082a9d28a4fbdb04f6fbd369c2c, 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-post-type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-post-type.php', 0, 0x55cb386afccb450c5a20b55b2fb1c5a5, 0x55cb386afccb450c5a20b55b2fb1c5a5, 0xb5c3b082d792114b0f39772ea4aa58f454072ac77d75a7ee91f3f8b7fc2802a1, '', 0, '?'),
(0x0af7ff40472784cea3c86e1b08f21bd0, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-description.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-description.php', 0, 0xac8feb66e203f6eab87ca2e38329cd96, 0xac8feb66e203f6eab87ca2e38329cd96, 0x1900ab85ae8a51542b6e598683fe3784cb3a0e525ef01e90c2e638bdabccf180, '', 0, '?'),
(0x0afad93ac2583203de4c958e0e026e63, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/revisions.min.css', 1, 0x00000000000000000000000000000000, 0xc539901119765aeb8424767eb278e991, 0xfba8cd1817e1000133a80586f84f9313e85ee15fd0a6ebc4e78b561cb33b9fa0, '', 0, '?'),
(0x0afef4550ecb1ff8cae544874411d3ba, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxBadUrl.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxBadUrl.php', 1, 0x00000000000000000000000000000000, 0xfd5c86c6e4f1cfec551283106668d957, 0x9584b8ff224d6598e418586bc7f982800f06e94ce2fdb0fb168d7263cbaefc80, '', 0, '?'),
(0x0b004dcbe0018273de8657f549720c6a, 'wp-content/plugins/elementor-pro/assets/js/notes/notes.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes.js', 0, 0xe6b44a8c248f0e5c8ea232c7daf70882, 0xe6b44a8c248f0e5c8ea232c7daf70882, 0xab575261a983e6c7851ccf56053b1b4cb97d0a98fd36912a25ba726ddfb68fcc, '', 0, '?'),
(0x0b083575b12df90dd912242e13ad05ea, 'wp-content/plugins/tinymce-advanced/block-editor/classic-paragraph.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/Exception/InvalidService.php', 1, 0x00000000000000000000000000000000, 0xa4a46d994b9f1dcdd96e6dd1b663211f, 0xa61fb68982b43bbc2458705febc3de082ed2f36f62e0665ac3a8c14040ec9999, '', 0, '?'),
(0x0b0c5d779bebb7b1de51c8ed90c73125, 'wp-content/plugins/elementor-pro/modules/off-canvas/widgets/off-canvas.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/off-canvas/widgets/off-canvas.php', 0, 0x22d9b33f46fdc93baae70303d8088364, 0x22d9b33f46fdc93baae70303d8088364, 0xcdfe5169103d59ec20ecd2c4c09f5136197d23c1dfaaedded0f6743c1cedd7ef, '', 0, '?'),
(0x0b0dbf44e8b6974e2db2490a505e87fd, 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css', 1, 0x00000000000000000000000000000000, 0xaf66318e915b36ae20d4500cbb884ff7, 0xe69a74a3d2b81a8e8687cd757c4e161c5f32c835f8b0d324e7d7cabe1db40c63, '', 0, '?'),
(0x0b168d1c4ad4f7286a4ed26e0d953c51, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php', 0, 0x555229b8b37df1672918769aa4cb5773, 0x555229b8b37df1672918769aa4cb5773, 0x19805154b1d8df40ea6b88b49bc9f09abb13ab8922ac2196394388a208dce861, '', 0, '?'),
(0x0b199fe75146a114d88bcce6c0403777, 'wp-content/plugins/wp-rocket/assets/js/browser-checker.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/browser-checker.js', 0, 0xf4470814421c1f8a3979873e3a99a196, 0xf4470814421c1f8a3979873e3a99a196, 0xd17763d062db584b194a9f06f11e106c91fc231d07e4af4b5dacf920db72e6a5, '', 0, '?'),
(0x0b19a0a9904cf79243d03bd4b542fee3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php', 0, 0x8161c034e0af859314f574d6865a1783, 0x8161c034e0af859314f574d6865a1783, 0xa6351c0b694b6920da702f9fd75eaa6960cb955a328208039fa4d033691c6be0, '', 0, '?'),
(0x0b1ba2af01064136e8fd9413a6e22f9f, 'wp-content/plugins/wordpress-seo/css/dist/modal-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/modal-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0xc221d685e51de2e447c74307b9ced9e0, 0xc13efbdfc1eeace5c84fe985b50f9e550cb3ed2e780953ca749c1f44532b063c, '', 0, '?'),
(0x0b1bf4d938162196ae1eb19b760e3482, 'wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js', 1, 0x00000000000000000000000000000000, 0x3f7afbc96e8b198e57ee00a1b268e18c, 0x40c2f1164115fa3c7c3db352d56f26c2170cb050e643bbe2c86ca36280dca830, '', 0, '?'),
(0x0b1e2f0e19e4ae2f57b4dd727d28364b, 'wp-content/plugins/elementor-pro/assets/js/countdown.0e9e688751d29d07a8d3.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/countdown.0e9e688751d29d07a8d3.bundle.min.js', 0, 0x9dcc32671652ba1e46249398992d0036, 0x9dcc32671652ba1e46249398992d0036, 0x8c8b17a72e8b3197925ffa2577048a639005b355d0a6396b707a8f49e1cafd79, '', 0, '?'),
(0x0b22290797d9e30828b18f4057748a98, 'wp-content/plugins/elementor/includes/controls/wp-widget.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/wp-widget.php', 1, 0x00000000000000000000000000000000, 0x6a6059b04a82a433b2d219510152af14, 0xe626c3044ce5b26f9dfbe94aef900865e2af853d19ec7c92ad0aae6e04f29c10, '', 0, '?'),
(0x0b22771d1725e25f83844b5ca0e175cb, 'wp-admin/images/wpspin_light.gif', '/home/forwardbetcasino/public_html/wp-admin/images/wpspin_light.gif', 1, 0x00000000000000000000000000000000, 0xb59524aab0a9f56e1edcd534487bbfb3, 0x0b2d2a7ae86eb744c12c22611d48e74bb348a772deb17e1a79eaf41a06dc25e9, '', 0, '?'),
(0x0b266306b5590144d823e8507b2ba29d, 'wp-includes/js/jquery/ui/effect-blind.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-blind.min.js', 1, 0x00000000000000000000000000000000, 0xb045121a36d5ee0879462864e20edf9d, 0x1178cd2fa9d7affd48d602ed9cd61023262ef81a5a28c54816eeee5672a9d1aa, '', 0, '?'),
(0x0b2c2b45262a74d3811c68c41967d34e, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php', 1, 0x00000000000000000000000000000000, 0x847cbe372ea4f451909e11e50de51056, 0x277f2f2ed7ae0d663dcfd09f26c58d1c87dc90bf356a87217b009057d15150e5, '', 0, '?'),
(0x0b319b0d7bd186946e4465e2de505ded, 'wp-includes/blocks/home-link.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/home-link.php', 1, 0x00000000000000000000000000000000, 0xe16972c6f33025ae842779674f33f8a8, 0x1974301b5217a989c3791d1b1ccc25e6676afeb2c62f3af02776301de5869951, '', 0, '?'),
(0x0b398542f08efa82d64a1f4d4591e86d, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-3.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-var-3.min.css', 1, 0x00000000000000000000000000000000, 0x635401a6c0421d1eed29bf4fc212278a, 0x050c2f46d58ba0bdc8bbbc321bae7d83e2db6221b60d3cb6816586b8c074eeff, '', 0, '?'),
(0x0b4160fe6b7bb96eab8ed72f2a53634e, 'wp-includes/js/dist/vendor/react-dom.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/react-dom.min.js', 1, 0x00000000000000000000000000000000, 0x28e8ed23df3d6d18f703bd741267d269, 0x473afd15dd5ac97415e7662e3d5f59b381b20e0a6a11755ca731f1ae80de3be3, '', 0, '?'),
(0x0b4e1f16262cc352a78fb811e30a09e8, 'wp-content/plugins/wp-rocket/views/settings/fields/checkbox.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-date/block.json', 1, 0x00000000000000000000000000000000, 0xaa1e3f9765de0f37465a0be33d476d7b, 0x970cac0a210f789b9a60d1aff004324dc80c83f7e0bdb281fe576205c9d9f9ce, '', 0, '?'),
(0x0b53edb7e314db053181f626e5bff49e, 'wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg', 1, 0x00000000000000000000000000000000, 0xac14e96e539785afba3d73552b9b201a, 0xa394a9b4c14256b1977acd8b28bf3fa90769319568d96109ea1ea953a388230a, '', 0, '?'),
(0x0b54b8f2ec9874b93211ffe1f269273c, 'wp-content/plugins/elementor-pro/modules/woocommerce/documents/product-archive.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/documents/product-archive.php', 0, 0xd6be7fe2cf610c3598379c6b8886b489, 0xd6be7fe2cf610c3598379c6b8886b489, 0x4fd6ff728f68eb40702a8c801f6522f4ba8ce5b8752ae37926075297b6ab2fee, '', 0, '?'),
(0x0b5ea3cc16a83c67ebe9043658f90937, 'wp-content/plugins/amp/src/Infrastructure/Injector/SimpleInjector.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Injector/SimpleInjector.php', 1, 0x00000000000000000000000000000000, 0x3031fae3804e75d959933c262ccca392, 0x4ba7d38659806d10faf498338d1956291644c0dfcc1b1ded464bb8129d3f2a9d, '', 0, '?'),
(0x0b649024b53ecf30154a43a3e69e3a27, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CompatibilityFix/MovedClasses.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/src/Core.php', 1, 0x00000000000000000000000000000000, 0xd8b23361dda9e63029acad5fe0041f53, 0xf593d7373630ee9777388ddd285b869ece076f10e357d4e84befd434648ec3f3, '', 0, '?'),
(0x0b6edeea43298b6c8383f9fceeb7f679, 'wp-content/plugins/elementor/core/document-types/post.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/document-types/post.php', 1, 0x00000000000000000000000000000000, 0x775a96fd29e4c066633adcc71994c70d, 0x94308f33a0e9d8189c203cf9928d0c87e53a4855fe22c6467d53beb5a23a1b3f, '', 0, '?'),
(0x0b7b980eb9eadfe5b80b9cd31d6795a7, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-welcome-page.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-welcome-page.php', 0, 0xcf5eada4aa8e2d3d35e971ffdf40fdfa, 0xcf5eada4aa8e2d3d35e971ffdf40fdfa, 0x6a3b06c079a52f024f97a9c9867904a210807b41fed76847ead1ca09460866af, '', 0, '?'),
(0x0b7d73704befb9f1fbfda920dbf43aa4, 'wp-content/plugins/akismet/views/setup.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/setup.php', 1, 0x00000000000000000000000000000000, 0x6afdf2ededf5ec854fdf4b4a5199b6ce, 0xf853ac75adb0293bda1ae4b64c64322d56ad5c3b30ae9ce77557b96a4ef8bc3e, '', 0, '?'),
(0x0b81fdc3dee45906c611eef0eb71ef84, 'wp-includes/customize/class-wp-customize-partial.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-partial.php', 1, 0x00000000000000000000000000000000, 0x6dfe2966496638d058a803fa4b044f02, 0x496ddb6700f957cf3f54bf2c6d040ee4a33972bce3cd4c6db97936aa40ce793c, '', 0, '?'),
(0x0b87df92d5676f07ea006d81b78cc9d7, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', 1, 0x00000000000000000000000000000000, 0xcaad20d23277165be06541796235af24, 0xdfe3561e45cbee0415834f68db834fda4e575aa92e28be60ea10fb38db4ba052, '', 0, '?'),
(0x0b8afff945ef937e0f42bbd502d839e8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDeveloperMetadataRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDeveloperMetadataRequest.php', 0, 0xb754fe82a40ba0af57dcc8f82c7e3927, 0xb754fe82a40ba0af57dcc8f82c7e3927, 0x86c13e53ecd509b9bee5578e874120fa7edec756e141cb97961efb04132296cc, '', 0, '?'),
(0x0b8c0a2524bd2468f504f9d45f6a91e3, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/FilesystemCache.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/FilesystemCache.php', 0, 0xc9727a226960a1574be2f717b9c6b373, 0xc9727a226960a1574be2f717b9c6b373, 0x7ded2803ed17ab6c3c3ea0b7b7df3bf0a0d0435cee13f9ad507cc985ded41efc, '', 0, '?'),
(0x0b941d7f88a62c482862e6105f46944f, 'wp-admin/admin.php', '/home/forwardbetcasino/public_html/wp-admin/admin.php', 1, 0x00000000000000000000000000000000, 0x275b7e07ab9df43794a32ea01e5f78db, 0xda31ac3effd323fac3225ad3a9068f185ad1a93e6e9934270c64b85e21911673, '', 0, '?'),
(0x0b9513ab91c44219798487bb984bb8d7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ServerSideRendering.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ServerSideRendering.php', 1, 0x00000000000000000000000000000000, 0xa8315c978249314e6a2c1c65e992e99c, 0xb547cf593d859bac48d632406a153bc46d619fe89769a52527829e57f9796edb, '', 0, '?'),
(0x0b97558d8cbd5950bd4ea00897247583, 'wp-content/plugins/wp-rocket/inc/deprecated/vendors/classes/class-minify-html.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/ecosystem-data/analytics-vendors.php', 1, 0x00000000000000000000000000000000, 0x74d4e4b8f67c579ecf95847cec876a66, 0x3c0dc9bf525a9ba1ac58f8a55c622de81ff00ae877a9ad552ebb6090590c21d9, '', 0, '?'),
(0x0b9cab4856d5a5bd6490e0b370d55670, 'wp-includes/images/media/spreadsheet.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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, '?'),
(0x0ba9b6a1f29a7e3adaefbc0de5cf650e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListDivFetchError.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/block-patterns/query-standard-posts.php', 1, 0x00000000000000000000000000000000, 0xd1839fcf421d8f9055018d434cb37b97, 0xedb63a87cea47e08c8fec18926f90d8c437f4683f82be2f29049e186715f8b65, '', 0, '?'),
(0x0bb6f6b93f3da837a39aebe1379952a3, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', 1, 0x00000000000000000000000000000000, 0x225e55baa77ffdd666bc698bb61219c8, 0x22446f94a9243d8a449eadb1bd8015c8dc399da83151e19c8b210dc8ef26a069, '', 0, '?'),
(0x0bbb56e128165e202d4fdc1a5430f47b, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js', 1, 0x00000000000000000000000000000000, 0xd3b6b0461ff38d5e059c70743c6a51ca, 0xe0a91d373647847a6d73b29b717a26118fef1f42c8839b1bb8d7ee2073058ded, '', 0, '?'),
(0x0bcaf130630a5f2219d0e4e3f9c6bba9, 'wp-content/plugins/elementor-pro/assets/js/notes/notes.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes.min.js.LICENSE.txt', 0, 0x9e6d645d3a876f874cf56b5dcfa66261, 0x9e6d645d3a876f874cf56b5dcfa66261, 0xf01711c53979f82b6d170ba9cb1d8732af07ed11c08639d4ede15ed5465d20eb, '', 0, '?'),
(0x0bda3ef0f351d972bdc0c54b7e15b892, 'wp-includes/blocks/post-content/style-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/information.svg', 1, 0x00000000000000000000000000000000, 0x63a227e673c54105c6e83b5c93701fd8, 0x2227a84d0dd0dabc31878ce9dc6027e3055fe55195df3773856903e6b2b9adc3, '', 0, '?'),
(0x0be66b4f8081c79ba93f28288815cd86, 'wp-content/plugins/wordpress-seo/src/helpers/import-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/import-helper.php', 1, 0x00000000000000000000000000000000, 0x6d8fa7d4bfa3b72c2955be583f25ff36, 0xa06cb06644f2b17073230d08d726ef8511403f604a3751dbba0bee9f20564128, '', 0, '?'),
(0x0be90ac4d8554e7ebdbd0489006dd0c4, 'wp-includes/js/codemirror/csslint.js', '/home/forwardbetcasino/public_html/wp-includes/js/codemirror/csslint.js', 1, 0x00000000000000000000000000000000, 0xebbcc94d5fcfb149e508a6b3f2c06cbd, 0x5db66968344684f50fc3b211f20dec9d1ff655bbd6eedf571f454b28da50b864, '', 0, '?'),
(0x0bef6a314ed6d375ee7575e6c2495aba, 'wp-content/plugins/elementskit-lite/widgets/contact-form7/contact-form7.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/contact-form7/contact-form7.php', 1, 0x00000000000000000000000000000000, 0x51dcc2f57940cae3e349238ab4ebcd1d, 0x452508b3f6a05270cb1231a9e369ff0b00980e355af50cde9e6c63a904d78417, '', 0, '?'),
(0x0bf263221b6d6c8f20ffc79e073e6f13, 'wp-admin/images/wordpress-logo.svg', '/home/forwardbetcasino/public_html/wp-admin/images/wordpress-logo.svg', 1, 0x00000000000000000000000000000000, 0xf34ef6259364f7ef0ccf67cd1dddc970, 0xce22a675f099a86a2d51450089d35b1919e6a6674cdd5a35dd4d441b1fbd3a7f, '', 0, '?'),
(0x0bf3cff88668ce9d199c0823333b827c, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_g.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_g.png', 1, 0x00000000000000000000000000000000, 0xdc17f953a6febbe174e92b54690586c3, 0x204c00a1d13903a39e65266905790c4c70ffbf1a682de36d888613268f0027a5, '', 0, '?'),
(0x0bffcdad6e35f0486916fe5b7b648cd7, 'wp-content/plugins/elementor/assets/js/media-hints.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/media-hints.js', 1, 0x00000000000000000000000000000000, 0x513a86537ea5cb8e8297aa6f8f1217bd, 0xe78995fb8a722abb77786abac410838a70822d6fa3ce18d5a60f238c869cbffb, '', 0, '?'),
(0x0c0963d276522174b1f7487612911b4a, 'wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', 1, 0x00000000000000000000000000000000, 0xeb2d7f2c93053b01a1f04e39785be03d, 0x37d588825034c5f5b8bcf79c78049bd318a791a4b982c79a686b72e62fc96427, '', 0, '?'),
(0x0c0c37845d294d7a78949cc314cb40de, 'wp-content/plugins/elementor-pro/assets/js/cafdcd40a3ed0f7a7a4a.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/cafdcd40a3ed0f7a7a4a.bundle.js', 0, 0xbf7103f21762223ba0bb908cf3eb94a6, 0xbf7103f21762223ba0bb908cf3eb94a6, 0xa102fd79abc875b0363f1e63e385b2a98fe7de1cfbcc3efead3c18c4e5a2dcd1, '', 0, '?'),
(0x0c0de33f4006db9882e5f04efde3c36c, 'wp-content/plugins/elementor/assets/lib/animations/animations.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/animations.min.css', 1, 0x00000000000000000000000000000000, 0x4601ba55044413706c2022cb6c1c3d05, 0xd7c773475bc4fdd6b6579ef8b291617cd686db86b21ba0cc41065acddb8a1503, '', 0, '?'),
(0x0c0eecad66d8884be6fc64ea999cd45e, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-theme-updater.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-theme-updater.php', 0, 0x88cfca9a587f279462ad47548e2aa67a, 0x88cfca9a587f279462ad47548e2aa67a, 0xd695b0efafe74e1e856cbf5bbbe9e971744e35d684dd330db16be00e62ae7cb5, '', 0, '?'),
(0x0c1c412376d22422c6159c5f796b59ae, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSpringboardPlayer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateDdMmYyyy.php', 1, 0x00000000000000000000000000000000, 0xc9a45de03d98b4973c773f4c5ca01af1, 0x7f20328924b72079a24cb0e051ac249080adcc21e3a6ef3b21f478bb746b62e0, '', 0, '?'),
(0x0c2425238010c65f8255bb5f6419cd0f, 'wp-content/plugins/wordfence/views/options/option-toggled-select.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-toggled-select.php', 1, 0x00000000000000000000000000000000, 0x09c1ea7c43a0be774018e38813ca6da2, 0x35aac3a300d38a56628f418602c587e5e4fcfa0f8e2e5afb3b4d7afc715daca1, '', 0, '?'),
(0x0c2afa154f8fc47f91cce202eab7e569, 'wp-includes/customize/class-wp-customize-media-control.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-media-control.php', 1, 0x00000000000000000000000000000000, 0x5c2b41c84469933a6306d18153180ed0, 0xf3ce5861b6b29faff7e29c52507f58fee703f07848967e76fee66e0a12bc407b, '', 0, '?'),
(0x0c32a1ca3e349cb92eb672c737c80b35, 'wp-content/plugins/elementor/assets/js/progress.6d15c16f0f5c4792940f.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/progress.6d15c16f0f5c4792940f.bundle.js', 1, 0x00000000000000000000000000000000, 0xbabb2abf10c7cc93e17bc32c26e0324c, 0x4177dd99a8b2393ea6a5130ea190af454757cac90b9a0362d543a83da03e92d0, '', 0, '?'),
(0x0c43948c9e87b03e766dfa9e8507382a, 'wp-content/plugins/elementor/core/debug/classes/shop-page-edit.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/debug/classes/shop-page-edit.php', 1, 0x00000000000000000000000000000000, 0x2befc6d3f61ebe232b2b68f0ce2a0b3e, 0x8af8715702b7c8df8d90a34aafe5419cb694607734551309adb3f9e6a76cede3, '', 0, '?'),
(0x0c4483ac209a321efb944b16167c26e5, 'wp-admin/css/nav-menus-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xce01b6a193598a03f36ab91f6eaba7ff, 0xbd278e53a42219a07b782be01e7f6ac161080ec1ac36abbe42fd54b8ac0b6beb, '', 0, '?'),
(0x0c4c6ca92d6156a23d1d2630a077271e, 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css', 1, 0x00000000000000000000000000000000, 0x317fbc87772718eb181ec7feba35e148, 0x4e0624736374d350efc79872974bdf3f4c7adbef8f279bed2cc34152db2e1c74, '', 0, '?'),
(0x0c51ef173130d8f2e907fdf6478eff2c, 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x787d20f39294ef701d63b0a04be04fff, 0x28483ec9f630807dbe8d0c17cd383a6585291cefbcb4acf099064ec12fce7aec, '', 0, '?'),
(0x0c587aab637015bb6d40e937daeb76b8, 'wp-content/plugins/luckywp-table-of-contents/plugin/Activation.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/element-manager/ajax.php', 1, 0x00000000000000000000000000000000, 0xde478f639bbe0331d7680af9a58eaac8, 0xa08591b49d365972864b12b37c68f52a1a5943934dc6d5dfba16d514f896cec2, '', 0, '?'),
(0x0c5f8b53db1547362e502d0a1fad9466, 'wp-content/plugins/wordpress-seo/js/dist/externals/relatedKeyphraseSuggestions.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/relatedKeyphraseSuggestions.js', 1, 0x00000000000000000000000000000000, 0x79ec7c7c566261d2f7958ffddf1e206b, 0x675e2b992710b41168a268399685b8b85b8326e37e7e0ffafa702779ada06c5a, '', 0, '?'),
(0x0c60ef2f345cccc47372486d8fd67fa7, 'wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php', 1, 0x00000000000000000000000000000000, 0x8d9c7e5c52aa356ed23960fd7a1cc412, 0x31e4b331eff8bbcc24e5ee7afa944ab6b2fc6fefd9cbd7740f141f3d7cd80cbc, '', 0, '?'),
(0x0c6457cb19d3e7cb39591473bc5bbc8f, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php', 1, 0x00000000000000000000000000000000, 0xf1ec3ca84546e743ab00eb19ec04382c, 0x6be774769abfaa8d2bd1239601ffe1883f47b95e2de996aa52a52d59e80dc379, '', 0, '?'),
(0x0c7773fcc61cc75b37cd01a155e6a976, 'wp-content/plugins/elementor-pro/core/editor/editor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/editor/editor.php', 0, 0x3ee361f6e8e69203fb08b0cdbc20d4ce, 0x3ee361f6e8e69203fb08b0cdbc20d4ce, 0x1e507d62dfc8a45a23dd3f4ebf4a78739295382ecf49a8133af936cacaa235d3, '', 0, '?'),
(0x0c7be74d8c930c69bb69326e95c336dc, 'wp-includes/js/jquery/ui/effect-highlight.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/v2/js/editor-environment-v2.js', 1, 0x00000000000000000000000000000000, 0xa117a33be811fe536f05e0494b76d418, 0x1cab1dab587ac8ef5bc739d39d3727496e7e2faabf49d0096669dbd9e95d8483, '', 0, '?'),
(0x0ca7a9313ae2724049580800f28a037c, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/ServiceProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/ServiceProvider.php', 0, 0x140da2bd5bd31027a7d8a028acd22fc3, 0x140da2bd5bd31027a7d8a028acd22fc3, 0xe4cdc6105736cf3eeaf9529f881a0291a4f86e0180ca447a0eac81871a801a37, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0caa0d368cfe1acd8cb4c8eb038b06ed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0x75cfe633034eef9a4fe31720e756bf85, 0x0938c10c9931245e2c9e423ee460265d15ed3344b6fa09882221f3fda9c294ea, '', 0, '?'),
(0x0cb529260ce34d32c144fa0d59e7555e, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss', 1, 0x00000000000000000000000000000000, 0xd267928fd6de18a1387684e07735c7bf, 0xfda8a4bd5673a9ce798e661928b09d9e9847ea38e9684d92b4f9e11a8a6aae86, '', 0, '?'),
(0x0cb5384754f5a2cf021ad7d0a338d673, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/hooks/use-templates-screenshot.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/hooks/use-templates-screenshot.js', 0, 0x2ef1e37dfd2c21c010d68959de8279cf, 0x2ef1e37dfd2c21c010d68959de8279cf, 0x4e1739e9bce2cca1597d40b389713a1f34ddbeeec1c275da439fec8f7d18df64, '', 0, '?'),
(0x0cc31205f20441b3df1d1b46100f6b8d, 'wp-admin/js/privacy-tools.js', '/home/forwardbetcasino/public_html/wp-admin/js/privacy-tools.js', 1, 0x00000000000000000000000000000000, 0xc884f2681a81af573bd84b0a9cd1516a, 0xde15ef7c3901b66e0ab2fac8acf2b5a80b95fe9fc6cec5754f2f439bfb98dd84, '', 0, '?'),
(0x0cdaf0e5e5ee30389e7222aebe9a9a67, 'wp-content/themes/jannah/framework/widgets/authors-list.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/authors-list.php', 0, 0x0fd291b8f6d3a8cfafa80fcffb0aade9, 0x0fd291b8f6d3a8cfafa80fcffb0aade9, 0xf3bc23a9a569e13eb899889d2c8040049ed900fdf06c041484577608924b5c5f, '', 0, '?'),
(0x0cdfd1d957efe095186c070af5537863, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', 1, 0x00000000000000000000000000000000, 0xce83a362a741d7b3b0be57af8bc89174, 0x0c414cd21f8caeac5585fa6b289cbb3508c689161422d24daae838b1d9d98df0, '', 0, '?'),
(0x0ce75ad2f775d1cac9696967d484808c, 'wp-includes/js/dist/nux.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/nux.js', 1, 0x00000000000000000000000000000000, 0x82d61579243f6a572b7c5563a0852ede, 0x1c68ab8d5c33c3acdd7291a2345c9e3b0c0339add7d79bbcdf4ff151cf9b823b, '', 0, '?'),
(0x0ce8054a9e6058261df9a6803554ec06, 'wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php', 1, 0x00000000000000000000000000000000, 0x4c2417b241a6dddb715b5060f0276746, 0x37900c5450caa2266e819d6131f3f65be2468825b42455e38af20a19152c31b9, '', 0, '?'),
(0x0ce955fd944594bdf42588802083454a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateChartSpecRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateChartSpecRequest.php', 0, 0x21ad46890bfa4acb80c99bbccfa1d858, 0x21ad46890bfa4acb80c99bbccfa1d858, 0xffbd71e975e37c9a1fbf481d56c322958ff74130715e2c1cf2f0f415805723e6, '', 0, '?'),
(0x0cebafe49d3b5822af0360d075c99c06, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', 1, 0x00000000000000000000000000000000, 0x8f8440fff825759c375967636d26eeb7, 0xffd41e7d45c2d6b3e7fdd5242daf8ecd0e4c6ab92480be8454998cfb07c25696, '', 0, '?'),
(0x0cff239f22714d3026881fb2a6de8b0f, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php', 0, 0x038b1d6a3ca8f85655b13c724de17893, 0x038b1d6a3ca8f85655b13c724de17893, 0xa75fb6ff31375a170bf4a6c88a37ddbbf9b7b4336e9df70d555d298ca7540c05, '', 0, '?'),
(0x0d0652ffc210f6cf24820bef2d4c1444, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/file/view.min.asset.php', 1, 0x00000000000000000000000000000000, 0xc9758e307b6f02188b73c05e2e6a2b10, 0xbce76c29e6a067f74ca24101f2d3f5ea2ea76da50648942c1a387a72c4d21b58, '', 0, '?'),
(0x0d18fca181bad21c31cb4c2583b97938, 'wp-content/themes/jannah/comments.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/comments.php', 0, 0x403a4975dc0332d6c95e3c1c19bd2260, 0x403a4975dc0332d6c95e3c1c19bd2260, 0x0fde3536f606d0b7d59e652bbbedea7bece176d70ba514431952d4cb7733a9fd, '', 0, '?'),
(0x0d1f32a98d80d6b55855cb9d5c36e39f, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractAPIClient.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractAPIClient.php', 0, 0xb99a0ea53f267cc5c63446657d2a7337, 0xb99a0ea53f267cc5c63446657d2a7337, 0xa48b797c0160967c565fffa5652653a2ae80657d3b4bde0357a18ae7698b2b32, '', 0, '?'),
(0x0d2571651c82aa0b6828a7790636b3c4, 'wp-content/plugins/wordpress-seo-premium/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/index.php', 0, 0x45d09bb48b4f308b8f63baab8f416733, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x0d2a89b01816d4d922664af4b67f1339, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', 0, 0x14bceb398ee2e433d73bc7908ba04c7b, 0x14bceb398ee2e433d73bc7908ba04c7b, 0xe031648d79ad434164d3bcfb25df354c9e7eb87796ee74ee73524673c1ea8bbc, '', 0, '?'),
(0x0d2b11a7908874d75b64c2f318d99eba, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textpath.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textpath.php', 1, 0x00000000000000000000000000000000, 0xe858b0420da9d5a6f6ce3d6bf37e6abb, 0x7635e9b06309e9797fb1b514fa2f138e0411bc2fad625177e202507a7ce97b89, '', 0, '?'),
(0x0d30a1e6064730917818552dad599703, 'wp-content/plugins/wordpress-seo/src/general/user-interface/general-page-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/general/user-interface/general-page-integration.php', 1, 0x00000000000000000000000000000000, 0x7ae89a2e338b21890cab468d9e0f29a2, 0x706ba1997f4668114114f0bd77a10333d3206786dd18ba52982d2899098dd06a, '', 0, '?'),
(0x0d35aa7707828315d8df5d68f88d416f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpCarouselCommon.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpCarouselCommon.php', 1, 0x00000000000000000000000000000000, 0x1520e999c3bf534db62bc3d498cfa299, 0xd87335864bde17b7125c71e3fc3c40d3ae0cc2ad2e458e0be21dabd00dfca8e9, '', 0, '?'),
(0x0d3901d4750dfebb959f98f19e8c1b35, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php', 0, 0xd0dcf0798c6ed9f2784fde2e7eb04f16, 0xd0dcf0798c6ed9f2784fde2e7eb04f16, 0x0d1e15a70427ea5380e6542babc7c6f4743dc8e9499cb0331ff1b58345ce39db, '', 0, '?'),
(0x0d46a01ea225cce717814d7673883cf6, 'wp-content/plugins/elementor/assets/css/widget-nested-accordion.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-nested-accordion.min.css', 1, 0x00000000000000000000000000000000, 0x3ef6afd9d21cd2ced6285128e1d8e6c3, 0x448fb53d6991e2522cb2e09f3267d42028791a64e2ef68e63f5bb2f30042f138, '', 0, '?'),
(0x0d4e966390dda88c6c943dc4d56e08a3, 'wp-content/plugins/elementor/assets/js/notes.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/notes.min.js', 1, 0x00000000000000000000000000000000, 0xb4ebe40b20aaf1605de56c71b4bcf4c4, 0x4d8bc55528b665fe6d6df3a049484612c4e31d011653c65943e2dcbae567c7d2, '', 0, '?'),
(0x0d55c06ac27a066897322ff0399c664d, 'wp-admin/js/application-passwords.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/application-passwords.min.js', 1, 0x00000000000000000000000000000000, 0x3da95d872145b8ac9b5659533d1ed3d5, 0x2470399a236f9c972c3af3fffb97407ccae1065a8f00eedbbbdbb54755157b25, '', 0, '?'),
(0x0d5e37cc37cce205466fb7011dd2fe70, 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-presenter-interface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-object-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x7f0cab59521338e494d2fefa922f64c6, 0x5f23376c674b9d7624fb43dfb5f5f672150fb8e3b356d8051180d05b07b0a9b1, '', 0, '?'),
(0x0d6915d665ccce4f1d1d757ce7a399b8, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/Queue.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/styles/fossil.json', 1, 0x00000000000000000000000000000000, 0x6e1c00e96032379b153dcf01d2fb1f15, 0x37faf6e32699f5e5938d1cb61b874becaa20e75455b85d718ef6622c0db64ad7, '', 0, '?'),
(0x0d74b3570ca727ff9894d2be5d5342b9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php', 0, 0x89938fb4cf0f38ad728a599146e983c3, 0x89938fb4cf0f38ad728a599146e983c3, 0xd9eb350dd61fe6cb5ae9650ace9ef7530048d97bc53fe6cd7e5978e8a4390ae3, '', 0, '?'),
(0x0d754532c6e940fdc4bcfcc3595feccf, 'wp-content/plugins/wordpress-seo/images/support/support_forums.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/support/support_forums.png', 1, 0x00000000000000000000000000000000, 0x1afdf1f5bf92de4d719c1002e1ae0099, 0xde74007c26ad013c5cc2056bb23604e01ad78da58c6312dc53e207afb2dd8984, '', 0, '?'),
(0x0d78dd8d815eb4a7bf1aa08302bd3c3b, 'wp-admin/my-sites.php', '/home/forwardbetcasino/public_html/wp-admin/my-sites.php', 1, 0x00000000000000000000000000000000, 0xb12fd3741ff7bb661704f23a69dfd273, 0x8f368613f69ab5a9024bce0fc65c36fcfe71584624508842201691431ef3b683, '', 0, '?'),
(0x0d7ac7100f1d8dbeb18a44d644eb9ed3, 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-toggled-sub.php', 1, 0x00000000000000000000000000000000, 0xe08dbf16f76d1693baadc3c0f45fe182, 0xa6bb52c8861b460e0a44ee7e48ee8e3038292c3a106c6c57f86e14ae0d63b2df, '', 0, '?'),
(0x0d7c53220b1e7cd06e3c275ca90d229d, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/request-parameter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/request-parameter.php', 0, 0x855c1bc082fe763e406699f1f7260453, 0x855c1bc082fe763e406699f1f7260453, 0xbf1e484cdf4106d1b043b9b328d70460642962f4f72bfa6eccef479cf54743fc, '', 0, '?'),
(0x0d7da95ffbfadeb29eed741e54ee744a, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Signers/Hmac.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Signers/Hmac.php', 1, 0x00000000000000000000000000000000, 0xdd45d3b85db06b3c2c8bd9da5052700f, 0xee467a2a10cb7f2c9f0460e7dbc74736a468958c752a30fa4ca97feb7713003d, '', 0, '?'),
(0x0d80e7fee0cb58b0f6c0ad2bc32d5461, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 1, 0x00000000000000000000000000000000, 0x20bcd3d3d94f3e41dc2be43d041a172c, 0xebe555e273ecddcec2448e4dc399c60c64cdc08028cf0083b1c481a67ecdccc7, '', 0, '?'),
(0x0d83088bf429b5f2bb90a992be65a441, 'wp-content/plugins/elementor-pro/modules/mega-menu/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/mega-menu/module.php', 0, 0xa33a3d0f5e32e34e24953bd6c12149db, 0xa33a3d0f5e32e34e24953bd6c12149db, 0x4243bc24ca3d2a4d968dda82416525db4753870efac43fe83ea13611e2d70992, '', 0, '?'),
(0x0d83764ef516cc5b42e1d326ead8534c, 'wp-admin/css/common.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/common.min.css', 1, 0x00000000000000000000000000000000, 0x473be3fe6cf5a5b389a22348c3e865a3, 0x5e9679851b4a84041b90692fbfd2b0b3faa4cd948a6ba28fa5c6d8994f906c03, '', 0, '?'),
(0x0d845890132da3df529a57e30c363af6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeViewport.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-item.php', 1, 0x00000000000000000000000000000000, 0x67c25201cf108df2da24842a118ea5cb, 0xf9e78658c0b2cb31eef16dd816ee2b843aa25315fa8f48b66d6551e515bce46c, '', 0, '?'),
(0x0d86dcb3046354e4f5b30edccd426eea, 'wp-includes/blocks/loginout/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/loginout/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc06e6de225489be04cc07a640bf5ec37, 0x5872f0ac6121910b51047b51193c4e7b18f59922a0dbb75774a3538c678c2cd3, '', 0, '?'),
(0x0d8757d0090a5a9cd066327a940e9965, 'wp-includes/js/dist/script-modules/block-library/image/view.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/image/view.min.js', 1, 0x00000000000000000000000000000000, 0xddf28baf863e1fd5f7a650f5493ecda5, 0xba3d32521c2c770aca151a604526fde171b6ac6ded7cc17d856cd2823bcda20b, '', 0, '?'),
(0x0d8debe90c27ac6687710e0a3dc37455, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataMultiSizeAttribute.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataMultiSizeAttribute.php', 1, 0x00000000000000000000000000000000, 0x31229e4ca3a236d79b0efa45b6283cc8, 0x930e00aa872f229124064185ad887ac2207632d637f3fb7be5a253f26a12d456, '', 0, '?'),
(0x0d90ca3cdd3ad1202d7bffabcc961248, 'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php', 1, 0x00000000000000000000000000000000, 0x2e4becb748bfbd9ef224ff4d2c97a8a2, 0x81830171b7d24e4364fad1d1123faf23ec0db267efa5a69169659c2d5bbcff62, '', 0, '?'),
(0x0d938173adf2fc8f297f0e84ab1acaa6, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureStream.php', 1, 0x00000000000000000000000000000000, 0x1787bffe5b29870283bc165604f931c1, 0xf9d18303bb2652d7ba0e5d73f80c0ff05c2a76d8da83f4d37aca8439718fdc8e, '', 0, '?'),
(0x0d96af423ef8353dd3c50c8cc1bce721, 'wp-content/plugins/elementor/assets/js/container-converter.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/container-converter.js', 1, 0x00000000000000000000000000000000, 0xa1f54912d2b753822486303cc19de67e, 0x5f7659db2c2b41c70f6746bcbbcc07f7042ec616d89ba0792efeb2d609936862, '', 0, '?'),
(0x0d98d2a7784f7ae4e286f77a8290be68, 'wp-includes/class-wp-customize-panel.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-customize-panel.php', 1, 0x00000000000000000000000000000000, 0x94063e94e8a6d4d7816dddd3f9c41255, 0xc7c9d1cc494a00167cb755d6fa1718deadb11b8e0394f99f770494c9db207b09, '', 0, '?'),
(0x0d9c8d3a893a8910ec1df54848f93a64, 'wp-admin/css/edit.css', '/home/forwardbetcasino/public_html/wp-admin/css/edit.css', 1, 0x00000000000000000000000000000000, 0x12e1e86c0ebb9fb02cf704b9bd26b212, 0x35a4c8729bfa2039f75f1da5e12857f5510dc11ff843e22f425a0d42258ed140, '', 0, '?'),
(0x0da7ff9ec8aba48c8468887abace7372, 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', 1, 0x00000000000000000000000000000000, 0x7e64220c9b655de3248a9e40c02024bb, 0xf16ba914f3ab4866ec740d301efab5500527b9249c48097b22ee39992a2fd999, '', 0, '?'),
(0x0db3bfcd9bebed5b21757c61bf52cfdd, 'wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.js', 1, 0x00000000000000000000000000000000, 0x32e145e1fd0e4f10be607d302b3ae9de, 0xd0b5ee3e39fb02bd76feee35605724c460198de9053f8025bfeef5031393c9c0, '', 0, '?'),
(0x0db53e3453579e67083b02d0222be68e, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/DataManager.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_classmap.php', 0, 0x232b4f4a21e7c4bed3772d682120edcc, 0x232b4f4a21e7c4bed3772d682120edcc, 0x22e50bcc145cff85bbe2efd5deb10eb81e476e6ec5cdbf059cc775e0d9e278a1, '', 0, '?'),
(0x0dc22ec903c294d47d5491284b5c026e, 'wp-content/plugins/elementor/modules/library/traits/library.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/traits/library.php', 1, 0x00000000000000000000000000000000, 0xe6b5275320349e97422bff0c2b69917e, 0x2546495c5ff50c11f3b3ce04abf57730c6080c91cdfb3baaf95216243d15c618, '', 0, '?'),
(0x0dc32514db11e1e3cf25bc7953fd60f0, 'wp-includes/js/crop/cropper.js', '/home/forwardbetcasino/public_html/wp-includes/js/crop/cropper.js', 1, 0x00000000000000000000000000000000, 0x1d97b296d918482e1273c56fbff6a8e2, 0x03bb7079d6ebdbd02c42b7f9f2faccd047cfd4f62dc9749ce90eabdcd63de173, '', 0, '?'),
(0x0dc5bdce26faaed09f517b3adcf3a097, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php', 0, 0x45cf733fa5e81147ae667f04c38cff63, 0x45cf733fa5e81147ae667f04c38cff63, 0x6b51ebbf92f61c0b47b07a7d21b6dbbf71c12687186e12317c60381dc75c2dde, '', 0, '?'),
(0x0dc72fb00816823a70e3ab752a3f2710, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationKey.php', 1, 0x00000000000000000000000000000000, 0xf38780a1ab7c52389f53afba1e238c0d, 0x39b5cb21c2e3725edd9f9196a8d3211e84727e037a45c07196e97e5e758a7c87, '', 0, '?'),
(0x0dce1620daf144191b0dd4dbb12342e5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion2.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentyfourteen.jpg', 1, 0x00000000000000000000000000000000, 0x15a19806ffa9155a405e9ae3fe0371f4, 0xbf4bdd6a7ff9f62fbf5e7843d3679a119671a591b42e91c57863023988de7d8f, '', 0, '?'),
(0x0dd1aa10311c73313daca16006289879, 'wp-admin/options-head.php', '/home/forwardbetcasino/public_html/wp-admin/options-head.php', 1, 0x00000000000000000000000000000000, 0x7a49982e091d1e88d08c286a98536ed7, 0x679ab6d8371ff340194d4707d1a7a2eef05c3aded16fe756679ba7bfc09fc9a0, '', 0, '?'),
(0x0dd297e872d7be8820c103b9ce0a9c1a, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/css/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x0de10971635982b2ea5d0267bce3e2c0, 'wp-content/plugins/elementor/modules/site-navigation/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/site-navigation/module.php', 1, 0x00000000000000000000000000000000, 0x9b241d70c2f50b90776e9cf071148ce5, 0xd9cc1a1f928404a6c4c7467ad241ef50129900455564eff9213eb2605bb96366, '', 0, '?'),
(0x0de8f7b1bbe6b4c70fb45444b587709c, 'wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', 1, 0x00000000000000000000000000000000, 0xee0524fb8c3db11062e894781bfd302c, 0x8a49455b72563c7e46d277cffccbbe2a6bd2cfba46214bfd78bf545722671f88, '', 0, '?'),
(0x0df82f132e83b0e0621417365932d5bd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php', 1, 0x00000000000000000000000000000000, 0xb3e232d10b414f4262e9c863c456573a, 0x157dc1509a075ff346359dfdfd3543b35e37686c85eb21545893d91f6725b603, '', 0, '?'),
(0x0dfa715ed1aa4c99f7dc25d5e6b14a5c, 'wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php', 1, 0x00000000000000000000000000000000, 0x5ea4cc4b1ae72ba26ced928a2e0a2295, 0xdf82f48983b63a373fdaf31799b3e29f886c37ab0345b7d707b210712403913c, '', 0, '?'),
(0x0e00b15b7ce51bf87d96b9e8a28444c4, 'wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg', 1, 0x00000000000000000000000000000000, 0x6a5616c940131f1c4be108b99cf8378f, 0xb2d9e007ef3779c3065e2df6b702279396f0883c5e3f628f4cbdb1da693d78d7, '', 0, '?'),
(0x0e057b6bde2ba15350f179aaab13e8e0, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/Subscriber.php', 0, 0xdef5be05d3e41a3657a9e7f504ddc66b, 0xdef5be05d3e41a3657a9e7f504ddc66b, 0xbed4ef5d81e27bab60986c24f2269e00e1f3e710b5ae41db046a8450c2779104, '', 0, '?'),
(0x0e076f341f9135ceb3d89d0184e10f8f, 'wp-content/plugins/elementor-pro/vendor/composer/autoload_psr4.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/autoload_psr4.php', 0, 0xf18b7628c41c9809f0fdcbeb2d2391a1, 0xf18b7628c41c9809f0fdcbeb2d2391a1, 0x387091b52fa3996daf7b92b4420b0c7d6c227fcb49e6927f1e9e68488f72154c, '', 0, '?'),
(0x0e0835f1bd39141a78a65271eb6f553e, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinitionExtension.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinitionExtension.php', 0, 0x0de32fae9ea770b67a7d21b56b88d94a, 0x0de32fae9ea770b67a7d21b56b88d94a, 0xc5d84bf1bc31721017edd7bab0c31b62b31a48e80523909c2905341e7eedc676, '', 0, '?'),
(0x0e1a5e1e9f24b2e83e6450c95a778adb, 'wp-content/plugins/elementor/app/modules/kit-library/data/repository.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/repository.php', 1, 0x00000000000000000000000000000000, 0x2443a8639e525d9773f6fc2cba118f3d, 0xa4c3cf613cc4b63f1df2b6a76339962ee574a239aacc7086c6d506ee21010acc, '', 0, '?'),
(0x0e1b5b29c347860a79df760f4a1249b2, 'wp-content/plugins/elementor-pro/modules/query-control/classes/elementor-related-query.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/classes/elementor-related-query.php', 0, 0x745af475e9eec91f08677e9194b3c72a, 0x745af475e9eec91f08677e9194b3c72a, 0x9956b66d00d406df29f13db93982bfe761ee87866693a9d18b43eb6b9aecf4d2, '', 0, '?'),
(0x0e1c1bf3ed29a7553f336a3bcb6a683a, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/style-engine.php', 1, 0x00000000000000000000000000000000, 0x89cae53d5307893d1411773d8e1e3ab6, 0x9594b7bb7649f6955ef9a1595c6b5377013ac6f0e59685858d3d686552ee73f0, '', 0, '?'),
(0x0e1fcee7cdbbecbcd9b6188c19303275, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/templates.php', 1, 0x00000000000000000000000000000000, 0xf89e638d7946dda97527947d3cc1b846, 0xfa7390a731687056ec2bffaff378d5c3e1d197f33a13875f0415afc5d9ab079f, '', 0, '?'),
(0x0e28831628933844dd5baf22ff1e81ea, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-column-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-column-integration.php', 0, 0x23b5032883ef04c4fea786924495560a, 0x23b5032883ef04c4fea786924495560a, 0xe38e085fdfd9e30680f335adaaeaab8cad25250c2a3ccd1e449d3b6dc1cdda25, '', 0, '?'),
(0x0e38ecc929386bb3fd2091c3c8d36cae, 'wp-content/plugins/elementor/assets/css/widget-image.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-image.min.css', 1, 0x00000000000000000000000000000000, 0x7cc3df42a9fd5c6c02c278ca26dad99e, 0xe2c51e535b0918a18a83372436ba4db26d8248e392b68be63a20bf8553e069ba, '', 0, '?'),
(0x0e50ff48bf9ad7a23fbc94c151af1025, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/FetchAuthTokenCache.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/FetchAuthTokenCache.php', 0, 0x8a75394a341b16833dd12ba35b60db65, 0x8a75394a341b16833dd12ba35b60db65, 0xfa5936af2d6163f3202b7c977b41f6d44e86eeac533d0458da164500c3099e44, '', 0, '?'),
(0x0e5737a4947b2884a63b3a50a59a9d3f, 'wp-admin/includes/class-bulk-upgrader-skin.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-bulk-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x3e94de4393fd0ef06e89e46f5ae3e54f, 0xa1e93cf6f0a5108bf0794ae5f406bf4af921eb6a4195a6d4e1279b3874653eb6, '', 0, '?'),
(0x0e58ffe648e5a5a528bb3ac85aeda914, 'wp-admin/admin-ajax.php', '/home/forwardbetcasino/public_html/wp-admin/admin-ajax.php', 1, 0x00000000000000000000000000000000, 0x264dcb66205a8daa7868695134f49452, 0x241bb2b5475db934dfc76ab2806ed37645c76868d8320d2e0ca60a1d2a1d3e59, '', 0, '?'),
(0x0e5c343fa816764d23ba00d482ebe589, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/OptionalSrcAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/OptionalSrcAmp4email.php', 1, 0x00000000000000000000000000000000, 0xc09920c28cb86313ac66be73c139b982, 0xd8cd6401c0a0096b1fe1c94bad91610c8a6f6af9f31b5607939e7dac05728948, '', 0, '?'),
(0x0e6135c2cd8542885ff3ad120b8173ce, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x19b09a79c57450ba3e5261ad53f4402d, 0x75157b34f30eb908b71d7385f1c14a89880ef7cc33f7161048a8d7366f77cb72, '', 0, '?'),
(0x0e6659e3090f514f92934b437f49550f, 'wp-includes/css/dist/patterns/style.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/patterns/style.css', 1, 0x00000000000000000000000000000000, 0xaa8fa2c7b71705af772dd610116d2b9c, 0x6d2257d7d0d047ad65e0b6c37cf341775811ca5ceb11fdb89ad9444f0493ab5e, '', 0, '?'),
(0x0e676fac739c56e3a33bedc7ff850a24, 'wp-includes/js/tinymce/plugins/compat3x/plugin.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php', 1, 0x00000000000000000000000000000000, 0x89c4b3e74e94cded7c0aabd69da17ec1, 0x3441ad31b45a4c1778e12ff3aea668e1ed43d65ded530a5292ed75448de4872a, '', 0, '?'),
(0x0e774bb7a864234971cb46b9c3e91d21, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/section.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/section.php', 0, 0x536901a42a2df1bb6c468e29619515ad, 0x536901a42a2df1bb6c468e29619515ad, 0x7a4a83c99c7d7b5aa582bec2ca0178027f1ca3e9f858331bd0b851377054fe3c, '', 0, '?'),
(0x0e80116686ee34fd2803f8c5159cc9a3, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-4-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-4-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc12159c80c82980337fb3c74f4885585, 0xc08b1e8e0f817d63a7612d5b50d99ae3b21a13b3669bea8804885d8c6f8005f0, '', 0, '?'),
(0x0e840e11944252e43afc288b078ddb9f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Utils.php', 0, 0x5879dbcd729742438ed99e13789d7ec7, 0x5879dbcd729742438ed99e13789d7ec7, 0x51cec8de0e8e8fccc9d49e71c458dbce9adcceddfaa622e17fb9c567c526e9ce, '', 0, '?'),
(0x0e86832573f3001070787344b8ee7be1, 'wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css', 1, 0x00000000000000000000000000000000, 0x9a1ce41378713cbe9bb50c7100094a74, 0x59a0ac2d1c4f65c54d5c0e33532a23d71c16d8087312876fb42a13bbe96f8433, '', 0, '?'),
(0x0e8796b8f0b1d29a66e3fd68c53dde90, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php', 0, 0x7afa5102c681321ccfa6da44e3c71304, 0x7afa5102c681321ccfa6da44e3c71304, 0x62936f103f7c124c88dcdd63a20c33661bf27d9a89aea051d5939daabb475d58, '', 0, '?'),
(0x0e8c58512dcdd55394c272e68b5df5dd, 'wp-content/plugins/elementor/includes/widgets/alert.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/alert.php', 1, 0x00000000000000000000000000000000, 0x891215be44aed3a82850e5fc37207ae8, 0x93a6b5c763c02f7a90cdfb732bd833528623a426ebf879f9c3059d41c5e71a74, '', 0, '?'),
(0x0e8d018d7c730c9462024a2da056f9bb, 'wp-content/plugins/amp/assets/css/amp-mobile-version-switcher.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-mobile-version-switcher.css', 1, 0x00000000000000000000000000000000, 0x5048e29820616ddf1fa8ecba7aae23be, 0x95be5e1a409a7d40e901149f3ebb90256fa230f658149a6865ebd9e76a642ced, '', 0, '?'),
(0x0e94a777073a1e7af93e8682b0a284cd, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php', 0, 0x39bc7f26776a1cecfff73c584613b9f7, 0x39bc7f26776a1cecfff73c584613b9f7, 0xf605180b68a69280fdb8a391c5d7ce6035fb6b670502e22c25aa0a73f154f5cc, '', 0, '?'),
(0x0e9568af721aa897aaba3b2565982d78, 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-author-name/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xb10451b8e7d78a54eb62f6cafb6cb547, 0x379e2e22f4a1dcf09c92b8bcf15cf0b43be3126ac813e52da805de687c5ff025, '', 0, '?'),
(0x0e97486d74d0a1bdacd97f47c16918ba, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/frontend-inspector-2340.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/frontend-inspector-2340.min.js', 0, 0x64ccdd1a61944e3701436cea83a03ef9, 0x64ccdd1a61944e3701436cea83a03ef9, 0xa0f9f39939e10e1c64b5253bb121a6f2d827681f22ad772c8f7cfe2b22e6b1dc, '', 0, '?'),
(0x0e9da2b381f355878429e4e0ca803347, 'wp-content/plugins/akismet/changelog.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/changelog.txt', 1, 0x00000000000000000000000000000000, 0xd8798c118d1bc90832ae01c37dba9d39, 0x9add4cac49fd6e1fadc9d9fb2a2832f162ac82886eaadbc4844c765fd1f306a9, '', 0, '?'),
(0x0e9e1af174304ed4a131faa5a1052fac, 'wp-includes/js/dist/patterns.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/patterns.min.js', 1, 0x00000000000000000000000000000000, 0x85fbbca8d9a3828a741179743dcd6797, 0x50b21a2142fd4fa6b34ac06e440cee2766ad7ca53cbc9ec2f5b96ac268081278, '', 0, '?'),
(0x0e9fdea2ffda665132d8a419bab2bad2, 'wp-content/plugins/elementskit/widgets/google-map/google-map.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/google-map/google-map.php', 0, 0x38a936a0fea5ec193131c9b33982115e, 0x38a936a0fea5ec193131c9b33982115e, 0xc182478b351e63ca98e94632f8bc4baaebad07b3a0240c683aeac8dbce3e8a8a, '', 0, '?'),
(0x0ea5e9b68f54228c1842e0f0dd1188ce, 'wp-content/plugins/elementor/data/v2/base/endpoint/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index.php', 1, 0x00000000000000000000000000000000, 0x93f2a7e0818f1d7411d2e1499214a11b, 0xa9b829ffb7369746bb2cc7050a9e26b2f4b19ef47f8d98bfa51ac110c7c5d065, '', 0, '?'),
(0x0ea6ff55dc25968db80ff22aed24e105, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DynamicLists.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DynamicLists.php', 0, 0x0494a40de175c88a065d36f564e83c5c, 0x0494a40de175c88a065d36f564e83c5c, 0xc33f7464703fb1b80015faaf02c23a644181eb896f31191e9c226af8387ee90b, '', 0, '?'),
(0x0eadc16f2b468bbffc30486e33c7684a, 'wp-includes/blocks/gallery.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery.php', 1, 0x00000000000000000000000000000000, 0x47856890ce9728ccb871f55b854d1f5b, 0x2c7d50686fe54297d7256b6e47e2b4586ff7e6108cd57c0c048cbb84f8d9b025, '', 0, '?'),
(0x0eba89eddfd6afeea68e55329b29ba75, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/ServiceProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MatomoInstaller.php', 0, 0x855e3ab071235d1d310ec5aa9d270d9d, 0x855e3ab071235d1d310ec5aa9d270d9d, 0xf2ec15e2d95c130e7e31007c0406ffaa8a6045b28f4dda566592f2b5efacc988, '', 0, '?'),
(0x0ec396b9d41c927668b5bb9b6cfadc50, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php', 1, 0x00000000000000000000000000000000, 0x3dabb35a6f62530a166735c2f6b28cf4, 0x0a12e79a0e29ebad5eb2f309f4c50b15d5e1602d07f7982f86d7337b293a3fc2, '', 0, '?'),
(0x0ec429472f1888c992af78658e4ff835, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/common.php', 1, 0x00000000000000000000000000000000, 0xd7293f4a7d7dac6db723b09ddc26d0ae, 0x94adc50668fee2fe7f480e66cc1914b4e0975902506b05d1719b10f97b9a1aa2, '', 0, '?'),
(0x0ec8e8bf8b84a5b43f30ed9398b62c3f, 'wp-content/themes/jannah/framework/plugins/amp-templates/featured-image.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/featured-image.php', 0, 0xd21a06a2ef4007056b2ccb79c72994ae, 0xd21a06a2ef4007056b2ccb79c72994ae, 0x6ca81029ac243edc503ca14672d44653c75a6df9b73d070d4cd84efab193b172, '', 0, '?'),
(0x0ecc200e87eca10c4311aa5907968ef1, 'wp-includes/pomo/entry.php', '/home/forwardbetcasino/public_html/wp-includes/pomo/entry.php', 1, 0x00000000000000000000000000000000, 0xfa82f9259da218ac50cbf767274f24d6, 0xb23c8dff64bde4822b899e84772aec4daa243fef35a9df431f8a120c76d48ccb, '', 0, '?'),
(0x0ecd3e12ff4dd20538b820d9b5add17c, 'wp-includes/images/crystal/archive.png', '/home/forwardbetcasino/public_html/wp-includes/images/crystal/archive.png', 1, 0x00000000000000000000000000000000, 0x9653ca07faf08e9ccc493041020e6eeb, 0x4c83d6251458b0f304a3d04fe82bc4de4161ae210fd753c15cdc89f42697a8ae, '', 0, '?'),
(0x0ecf84689d4c10db273e41d183066d70, 'wp-content/plugins/elementor/assets/js/wp-audio.b8efdc046bc9df72a075.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/wp-audio.b8efdc046bc9df72a075.bundle.js', 1, 0x00000000000000000000000000000000, 0xeb1baf5975e437611ac8421b355b5bba, 0xa94fe129a6fbf0efbb77e1fe7a5b5afa8aa87dac5efe264bc19e904ca702b3e2, '', 0, '?'),
(0x0ed9843f654a414796998dd442b70715, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ErrorCode.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ErrorCode.php', 1, 0x00000000000000000000000000000000, 0x4169476eef4d7a72cf6305d1e4a885f1, 0x901aceb5cfaa83427db5cf13935135ea0b6b3ea990cee8d60ee8b82924fabcc1, '', 0, '?'),
(0x0edf4864e094d6e3e8f1956ff2430c5a, 'wp-includes/sitemaps/class-wp-sitemaps-index.php', '/home/forwardbetcasino/public_html/wp-includes/sitemaps/class-wp-sitemaps-index.php', 1, 0x00000000000000000000000000000000, 0x8e7b5ac9acc6f1083e4dfb68caa2684f, 0x16226ce7455580babfd36495281ad05a23540b4fb120bec2d20d3e67fab6bd57, '', 0, '?'),
(0x0ee0785697f01fdb5f321fef51eb36b6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSelectorAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSelectorAmp4email.php', 1, 0x00000000000000000000000000000000, 0xe932b1fd781d03e768851a4a9146a4d0, 0xea1bc91f4db6080b88e61eb4e3e0864ab91cf9a3b8068f700dfdf576845326f8, '', 0, '?'),
(0x0ee389c8c09d41faadcc7b887da39d1e, 'wp-content/plugins/elementor-pro/core/app/app.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/app.php', 0, 0x0e9a19114e86f537a06b6f6d4ab162d7, 0x0e9a19114e86f537a06b6f6d4ab162d7, 0xe8c55d321240e39d5f12a43439cc8f548c29114818213b7d4ccf1a50b9569909, '', 0, '?'),
(0x0eebe503220d4a00341eb011b92769b4, 'wp-admin/js/password-strength-meter.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/animated-overlay.gif', 1, 0x00000000000000000000000000000000, 0x2b912f7c0653008ca28ebacda49025e7, 0x7a3c4cf6c4031d56a4ed9989a08a25270ffad5507f6bf72640911f4453c5dca5, '', 0, '?'),
(0x0eff08d4ab23044e02f5874b0f4179a7, 'wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php', 1, 0x00000000000000000000000000000000, 0x3addcb579f1b6c94c0d91e3346c126b1, 0x85e3c4caf07e1227ed8df629219d70ba9678e508b001a6462eec1a866a6e5b8f, '', 0, '?'),
(0x0eff15eeac8c277675c5cdde44ce4cdd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php', 0, 0x8d54b93ad9a4d3370da63daf15e819e6, 0x8d54b93ad9a4d3370da63daf15e819e6, 0x82f8445235ab1b5f3910a9be98ab71efc1b469adc27db3419bad5b732ca6f1c5, '', 0, '?'),
(0x0f00a293dfb4aac6c63adc481f50b411, 'wp-includes/css/classic-themes.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareInterface.php', 0, 0xee6a51c3e5d48422f1cc2970f414d17a, 0xee6a51c3e5d48422f1cc2970f414d17a, 0x8bab27e66a6c63c29c7b47451f7d95d0c8242da40c8e1ce479086ab612c6cbd6, '', 0, '?'),
(0x0f07319ce123bb64ae4f3ff0b3a0f396, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-admin-helper.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-admin-helper.php', 0, 0xc96371e323f051bd5e0804276869565b, 0xc96371e323f051bd5e0804276869565b, 0xd717b5c3f58367862e3fe7320e5f765cc548ef33027b519d3ca82af000dfdaff, '', 0, '?'),
(0x0f09b34ce3398a85e1909bf537667f79, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js', 1, 0x00000000000000000000000000000000, 0xb1d433e83526cd65be6700fde6efa359, 0x3febf5d11c4a4f5311c8b987c03776b266b1c62a9777c9858bfbb905830e7819, '', 0, '?'),
(0x0f10cfc13c45aa2cc36322a6259e02a5, 'wp-content/plugins/elementskit/libs/updater/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/updater/init.php', 0, 0x62b587f59f481180688a5c9051d93cbe, 0x62b587f59f481180688a5c9051d93cbe, 0x76e5b37b8019a98800fc35a7f108b66882dbcbe3fc7d20f1a34c86095f34220b, '', 0, '?'),
(0x0f15d9438cb1e7432ac076cb00fc5f00, 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php', 1, 0x00000000000000000000000000000000, 0xaab921ef3d98ccfcbd9c6ee20f093bd7, 0xe570c626b09a6befc6e4f2ca67717020746d4fe9fac3bc4af79c11d2cd001363, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0f1a99a9c60d9b0e5c08cdd6391027fb, 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php', 1, 0x00000000000000000000000000000000, 0xf263dc7e1cff4c9641e8ab2235f019c4, 0x711f6d94690d088704df3c87d0819788ddb60dd03acce3073bc79a68a687b60b, '', 0, '?'),
(0x0f1ff5af70fb310c27eb9e1d6cf1a120, 'wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', 1, 0x00000000000000000000000000000000, 0x35312b1733347984157ca3bb2e0c59af, 0xa6d84efee14e6d5b722e174960e757a0ac6f5c9f8146ebd511c443a8a5e03a21, '', 0, '?'),
(0x0f25f499efb56512873965003f10cc42, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/views/form.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x854764e4e46f9cfe57a4dec212aa4edc, 0xf455f02519ad7d6e1cf2871faab2f3cfbc05b9b6eef979bc8613776856eec6dd, '', 0, '?'),
(0x0f2ad3eff01217f3fad95634a980cd6f, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/step-2-shape.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/step-2-shape.png', 1, 0x00000000000000000000000000000000, 0xb0b89ed149add131a3cdfeb3da41007e, 0x00996a51caaf1c56a1a8152641e8d25f3018f4d5113be06b715bee0c2e0f44eb, '', 0, '?'),
(0x0f31b86d5b94b91bb23f1aa4de65b33a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_static.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_static.php', 0, 0x1a7dd87d889c75f1166ff88c07fa559f, 0x1a7dd87d889c75f1166ff88c07fa559f, 0x622b90b0e8b9a6f3fb9f0f93d5e5617c577da1ce4977c7dfd26b717be8ac7adb, '', 0, '?'),
(0x0f341f3d17032b96404d4898b35459fc, 'wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php', 1, 0x00000000000000000000000000000000, 0xa2f0f07930ab153dc249e9fb769a195d, 0x2591cda51d7a455f08260eacb2f8aa93217ad03f10f2c523602b7efb09a6f760, '', 0, '?'),
(0x0f36b11289c1668c37bc1777ff634100, 'wp-includes/assets/script-loader-react-refresh-entry.min.php', '/home/forwardbetcasino/public_html/wp-includes/assets/script-loader-react-refresh-entry.min.php', 1, 0x00000000000000000000000000000000, 0xa59a9be970a5da3a50d91d157092db60, 0x6ed8c6bf820b097f8455438ee6d6890c1bb93aca65f1e59bf42f03e3e53cb6d5, '', 0, '?'),
(0x0f36c6f531fd5599f2da819c79b64f83, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-6.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-6.min.css', 1, 0x00000000000000000000000000000000, 0x0f902916692d0c171c5d347ba59899ff, 0x09c11a0f5f4e02b2e713fbbfe8962b118862baf857c36029342bc8407eebb393, '', 0, '?'),
(0x0f376b71aa941ed00fc2d8e5673e2828, 'wp-content/themes/twentytwentyone/assets/css/print.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/print.css', 1, 0x00000000000000000000000000000000, 0xe8e8832f251be73550f32c605bc94036, 0xe5570545d9bac78eceb455b7f5df6d55b75697ca060dc08e4fd7d1c97a96e6b8, '', 0, '?'),
(0x0f3a9f9593adfd98a66bf8bc3135cd5c, 'wp-content/themes/twentytwentyfour/styles/mint.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/styles/mint.json', 1, 0x00000000000000000000000000000000, 0x57c632afec4bae75c72cb45de15c09e7, 0xe707c3684309a3163f4044ab3e1ed198c3ae92fbec4ee26601886376ee119474, '', 0, '?'),
(0x0f4ebe898ee92f9edc97dcf2a1089620, 'wp-content/plugins/elementor-pro/modules/video-playlist/widgets/video-playlist.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/video-playlist/widgets/video-playlist.php', 0, 0xeb451e72bbdb2bcde18817ae5b0628c4, 0xeb451e72bbdb2bcde18817ae5b0628c4, 0x2ed7f7e548386c1c74a2b55b28982e96c76d92d43521823d3daa2b0a6375fd66, '', 0, '?'),
(0x0f5cc214de5f6942ae20de4ee98d8fb4, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php', 0, 0xec73030740f534091a97e0baf04477ab, 0xec73030740f534091a97e0baf04477ab, 0xfc072b59761d321a83aa1e17c242a750ca406248ef0449ed8f65f11334dd4dae, '', 0, '?'),
(0x0f5cdc07e0e3941db7f041562ae7b1bf, 'wp-includes/js/jquery/ui/slider.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/slider.min.js', 1, 0x00000000000000000000000000000000, 0xec2777f6b09c345d2ab0def96b5cab9d, 0xe3015172306de4f49b6f87595fc44e355418ec764173f539ffc40d08298b04e6, '', 0, '?'),
(0x0f5cf6889a6311eec906a1c3ad095086, 'wp-content/themes/hello-elementor/assets/js/hello-editor.js', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-editor.js', 1, 0x00000000000000000000000000000000, 0x7fd1444fb09e0696db3d782eed1ddc1d, 0x594c34b9ecfd46dfeb51d6d5ebac221765136d60473d4a7fa236b091dbba5256, '', 0, '?'),
(0x0f5dd906e98f0d9d310071a3208417d8, 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x45523358b739357752a9fa40942a2438, 0xf45c84108d837ef74869777af5495a29a6dbb0b3eb03300247b41044428fad59, '', 0, '?'),
(0x0f66b3ecaf4aa15203dce3cd1e92c92d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextRotation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextRotation.php', 0, 0xa78c2fdc9168b11d037ad005b54b6fed, 0xa78c2fdc9168b11d037ad005b54b6fed, 0xf866cc77646c05786f53b520d41ee62db8070dc980bf0c10536a3ce777c01427, '', 0, '?'),
(0x0f6b9c9dbd68f1ea712d71463f05ae5c, 'wp-content/plugins/elementor-pro/assets/js/off-canvas-editor.0b71c4c17860dfe25d59.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/off-canvas-editor.0b71c4c17860dfe25d59.bundle.min.js', 0, 0xb3131dd11eae6097e24c874f9c378769, 0xb3131dd11eae6097e24c874f9c378769, 0x10d2b59a9f6e059edfb495a4e4ee4fe46da834113c0df71f8f5eec4fa42f8cee, '', 0, '?'),
(0x0f7b4a7b85b0a53f97b583a2352c8a80, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php', 0, 0xc6188cada78cd01f29ef7d2038fb034f, 0xc6188cada78cd01f29ef7d2038fb034f, 0x2ad51ed91e4877d7aead13e53dca627e11a163f7e610734df9d27b3fc2a4f758, '', 0, '?'),
(0x0f85d81ac1b05664e74012a892b3681e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments10.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-content-support.php', 0, 0xd264840375a19cbfa1abe20b0a6274e3, 0xd264840375a19cbfa1abe20b0a6274e3, 0x43858d33d9f3cf7e60a9dfd27c2546673f0d93554e57240486dd7d56135a0224, '', 0, '?'),
(0x0f875f415d3a010dee2d11039878ac93, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartAxisViewWindowOptions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartAxisViewWindowOptions.php', 0, 0xfabeb0c6f9b300523656924ecd6f5cc8, 0xfabeb0c6f9b300523656924ecd6f5cc8, 0xce5b240b0917202c1d7d3c56a32fc864ae2c9197c0920cd7464f3dee905dbb78, '', 0, '?'),
(0x0f8a568757e07f62a928612e87b23c9b, 'wp-content/plugins/wordpress-seo/js/dist/academy.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/academy.js', 1, 0x00000000000000000000000000000000, 0x33d824bf5fd607ac438845fd1a01bdab, 0x1e0a57216c1904bc5a4288921306fff51dacc50d90fd59ef213e7e0bd06234f3, '', 0, '?'),
(0x0f8f83dd353b7bc0cb841c39e57391ed, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/featured-image-data.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/featured-image-data.php', 0, 0x44a973105c2e9a11cbc8ee9e33a95ab2, 0x44a973105c2e9a11cbc8ee9e33a95ab2, 0x852e724a312745613f1ea616e6a3553a3071d9981c06dc8f6824ddee4ffbc968, '', 0, '?'),
(0x0f930e40131bac7e7104c9fea6328a25, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDynamicCssClasses.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-walker-category.php', 1, 0x00000000000000000000000000000000, 0x553f9e981d44d90bd49d3e22366dc003, 0x4b04be6fda5fc69652ed946aec44dca910e87aa5564c0635fad20a907a9756c5, '', 0, '?'),
(0x0f95f194acecf461f0e065fcb969b00d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/HandlerStack.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/HandlerStack.php', 0, 0x51b496cddda130d34a607e86111da05d, 0x51b496cddda130d34a607e86111da05d, 0xbc6b510d4c3de1ab9341b2a070db33ee9dbf14b1bf7724a43a70508badbb995e, '', 0, '?'),
(0x0fa107efdf3ac7d11e115f6a2a50d169, 'wp-content/plugins/elementor/assets/js/editor-loader-v2.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v2.js', 1, 0x00000000000000000000000000000000, 0xe36cf10279d110a3851c229344757fbc, 0x7d9ba1172dd8015a2269dfdb3df55cc7b48a277fca1d6c029181f3072ecc2b68, '', 0, '?'),
(0x0fa5006a376f6aec35164151bd1714c7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVk.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVk.php', 1, 0x00000000000000000000000000000000, 0x1003ca7331890f5ac248a3f0c577ad3e, 0x8481e399f1fab694555369d5ee41602d97ebe70ec611e3438ecd18d638649577, '', 0, '?'),
(0x0faae6853b252fccd6c9f3b24b5cb9b1, 'wp-content/plugins/elementskit/widgets/facebook-review/markup/review-card.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/markup/review-card.php', 0, 0x71388f7a17ebf06d5d0b1a2d38819f45, 0x71388f7a17ebf06d5d0b1a2d38819f45, 0x4785b422e4face918d7d767a3acb2bc6cacc5901289472a38edebcfab919c5fe, '', 0, '?'),
(0x0fab198bceb76ccf2acee4eb8c6921d0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php', 0, 0x7b4178d712bbc39bcbc1c58d10b37709, 0x7b4178d712bbc39bcbc1c58d10b37709, 0x665ac1f034a803767a3525fae26dbe9ef3165d7fe35cdff71a8732daa9981c68, '', 0, '?'),
(0x0fb932e30ea0793dd315d7d6a3ea4740, 'wp-content/plugins/elementor-pro/assets/js/mega-menu.fe4f38a4ef93d528723e.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/mega-menu.fe4f38a4ef93d528723e.bundle.min.js', 0, 0x76af74feba296da4e9ff7559882bdc31, 0x76af74feba296da4e9ff7559882bdc31, 0x70ce41468a5d7b84708a141dc8d37d1ccde4bf0ccd837f077629856df3a33c79, '', 0, '?'),
(0x0fbd0482e088ab1881aa6e8cb2034e64, 'wp-includes/js/hoverintent-js.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-date/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc23dede3f1c16181ba5685821d95ecac, 0x9cd14360b6ff621e4826322a36d4b928105d33d0dafd8dcd5c888b6edab67de9, '', 0, '?'),
(0x0fc5db54d150454e38354b8a6ab97891, 'wp-content/plugins/elementor-pro/modules/wp-cli/license-command.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/wp-cli/license-command.php', 0, 0xb339894271eb37a845afac34beb1c9ed, 0xb339894271eb37a845afac34beb1c9ed, 0xe576721325bc49152fd20153d4330a0e2a4e2974b8992743a33c5f9581586ab3, '', 0, '?'),
(0x0fc7dda13dbdbd4e7817bc874bd4602a, 'wp-content/plugins/wordfence/lib/wordfenceClass.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wordfenceClass.php', 0, 0x66187bfbc3811482e0f3b4fa08211995, 0x66187bfbc3811482e0f3b4fa08211995, 0xf40dbc6711435fb188f76ca7cd86b0c8954a8f9aaf57509dfa7a541483f6706b, '', 0, '?'),
(0x0fce3b77232c72e09a8b0fb3b8fd7db5, 'wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img/no-image.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img/no-image.png', 1, 0x00000000000000000000000000000000, 0x274b5f8ad76c27196e15ad9c9bbe5064, 0xba2f67986ee3e00de047fba29d07beca6c2c2a753ff6cf65abf04490a83abf33, '', 0, '?'),
(0x0fce4f3ee250779c1d5efb59c0ca58ec, 'wp-includes/blocks/post-template/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/editor.min.css', 1, 0x00000000000000000000000000000000, 0x120370d939fdc2bff02815567188b524, 0x928f24c9558bd224e767fa40bab9d4f04974ad36f63c49a315fa83ea21e32aab, '', 0, '?'),
(0x0fcf1e697d14df170baf1d8a295d4d93, 'wp-includes/blocks/term-description/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/term-description/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xeb3ee5d44453c531bfbdfc2af49ce7bb, 0xbb7314d0cd2bc03db0c783f274d67492f347ff7703445b349ffa09b6b4c72996, '', 0, '?'),
(0x0fd1ac7046e8bbb9e49d9be7889d09fc, 'wp-content/plugins/elementor-pro/modules/custom-css/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-css/module.php', 0, 0xdac9e80e359602e7ca18008e414dbb14, 0xdac9e80e359602e7ca18008e414dbb14, 0xc1ce5804941745ecac7b1a02f31b12586b621d48acb1b551da176549e0e03c77, '', 0, '?'),
(0x0fd397c84c5eb2bc24e0e9dc1ba22011, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Promise.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Promise.php', 0, 0x5bd766e1b90f4194832b8071e3754eb1, 0x5bd766e1b90f4194832b8071e3754eb1, 0xde647f867ae5f12a77ceab5afd30abcfb8a6224f8685bd67b3dd67941a87a4c8, '', 0, '?'),
(0x0fdb76074f94fd78b917176bde350eea, 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-related.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-related.php', 0, 0x5869cfa97041de33b67eb281b98859e6, 0x5869cfa97041de33b67eb281b98859e6, 0x2ce4d1425569969ecc164c7d4c7a1b398b0b575417c6f5cce157d7f9ab8d5090, '', 0, '?'),
(0x0fde9e321bd65d3f4a3260c7d6deaceb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGallery.php', 1, 0x00000000000000000000000000000000, 0x12ed750f34994535cf88a8aa88705d40, 0x564ab6b9e15086a7708ad7682a798a850926983e4c746ac866490e07516eaaa1, '', 0, '?'),
(0x0fe91debb78e77685c587387b190e86c, 'wp-content/plugins/wordpress-seo/admin/pages/network.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/pages/network.php', 1, 0x00000000000000000000000000000000, 0xf709449779e607cffb0cd1a849bba02a, 0x8fb63af7b7124e5bc3523a36b5eb3d249b6f1fb13f4749732a77705f7e2c395c, '', 0, '?'),
(0x0fec99ea9ad9e9a416ac5e479df2752b, 'wp-includes/class-wp-scripts.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x94e160b614dd84ae472512c9e9c5164b, 0x018021b03703bab9baf5dd014bcf92ce76a6c77f4e30f6b67ae147a3ae87adf8, '', 0, '?'),
(0x0fee8807724aff3c703ea7fac3c45a96, 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ThirdpartyTheme.php', 0, 0xc0d1ee156b4520d5f17c373afd8fd8b4, 0xc0d1ee156b4520d5f17c373afd8fd8b4, 0x0d0ab0814e0080d52448b1e368cbfadba7262479535e1ca85ec7c942afe9e607, '', 0, '?'),
(0x0ff5262f18a26462a464c87111b0322f, 'wp-admin/includes/class-wp-community-events.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/page-business-home.php', 1, 0x00000000000000000000000000000000, 0xb3736c7fe4d27441e3e60850dab25b27, 0xba5ee6c2baa5c4b54eaa9a3fd6977ff36cb8d02c7e3becc80bf325394692750a, '', 0, '?'),
(0x1000f5aa5dc061f076950494be435901, 'wp-includes/class-wp-walker.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-walker.php', 1, 0x00000000000000000000000000000000, 0x80c32bb3645c1d2dd7edc224e635eaca, 0x94a66af55751fcbca7924fae579f968472c65355202ac578dc64d9d8804b6a99, '', 0, '?'),
(0x100539b0bdea35bec4ba15fa5aab9992, 'wp-content/themes/jannah/framework/admin/theme-options/mobile.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/mobile.php', 0, 0xecb185db76689c96a6f3a9f91229c993, 0xecb185db76689c96a6f3a9f91229c993, 0x63dd99a4bf2c1429f69cdad54fb8d4c10fac38f2776fc6498f331bdc797d2411, '', 0, '?'),
(0x1005ab3f4893a9ffc4eb9768ac443009, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', 1, 0x00000000000000000000000000000000, 0x286a5ba4917da34220795679e14b0852, 0xb22cc717344158082473ca73c0ffe2a87993a945139e6def509ef0b859c0d03c, '', 0, '?'),
(0x100693a2fe4e56d4b1b30be6887ac35a, 'wp-includes/js/jquery/ui/effect-shake.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/css/base.php', 1, 0x00000000000000000000000000000000, 0xcc8ce33d77a1ac1f5107b8c738ce2ae3, 0x223835339ab4079e42e0c6df33aa7c00c39b3b69cb311b7dffe648e88d646b62, '', 0, '?'),
(0x100fc7adc1b5e96b4f6c2039da87934a, 'wp-content/themes/twentytwentyone/functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/functions.php', 1, 0x00000000000000000000000000000000, 0x01aad8dfcb2531dc724c72ff90657e00, 0xde53848debd2576aad48b6abd2f263342bca7b6b1fd0145ab3c8ed8b62dd0554, '', 0, '?'),
(0x10181e7bfde070859f3b40aca58c651f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNestedMenu.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-template/style.css', 1, 0x00000000000000000000000000000000, 0xbe93ad3b14af64e18b2f6d5b1c1effa1, 0x4735d029675456a0fd6bf7f295f143eb8efbedf773f365bf70e3d00d8b2b1628, '', 0, '?'),
(0x101b642512fbb005bd20c5990d7d75cb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php', 0, 0xeac60d2f1fe124f1b3708411af3a14d4, 0xeac60d2f1fe124f1b3708411af3a14d4, 0xdb6fac3e20cc695bc6767c35d3407be3146dd096c70419978b996dae207d7c04, '', 0, '?'),
(0x102183b4b33bd4fa3ad44c931ad12312, 'wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php', 1, 0x00000000000000000000000000000000, 0x3b5f5b11b3dc07e22f497712db616dc2, 0xf9b10a383317bee99440938a200319b4ca583de1a721e74ec242bb90c53eecca, '', 0, '?'),
(0x10236473ea81c0717130866aac545a04, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ValueDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ValueDefinition.php', 0, 0xcb171e1c8984b94a11263a80b305e5c1, 0xcb171e1c8984b94a11263a80b305e5c1, 0x9fc1923a475cca201fb69626f208f5e1b3aef8bc2fe8f1424aac02d230d3a1d3, '', 0, '?'),
(0x10236c3aa1f0c6c100c62234b6e3514e, 'wp-content/plugins/elementor/assets/lib/animations/styles/swing.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/swing.css', 1, 0x00000000000000000000000000000000, 0x33fe258bdefff4d6709188453592e1c6, 0x422361cdfbfad6562a5e618d965cc63b5e92ebfff48624aa67332d5986b7b80e, '', 0, '?'),
(0x10298f9f0c5fe6f6924aaf87d71d99d4, 'wp-includes/js/media-models.js', '/home/forwardbetcasino/public_html/wp-includes/js/media-models.js', 1, 0x00000000000000000000000000000000, 0x7df1bda76b9c924a20989099f8c93af1, 0x3fd99dd9cfac7e95d1223d9b395e225e923c07385670f44cef6a78d6399161de, '', 0, '?'),
(0x10299ce89d509510a75c05da139f38fb, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php', 0, 0x02a43052e0eff624107c7e9a0afc9376, 0x02a43052e0eff624107c7e9a0afc9376, 0xef6be869701245fb306dc597ea99c73174f54da146dc65c55ad00ae95252b1ae, '', 0, '?'),
(0x102a4d5a696cec291cc4e653a92fe919, 'wp-content/plugins/elementskit/widgets/facebook-feed/facebook-feed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-feed/facebook-feed-handler.php', 0, 0xe02e632b781f444d0edb662d8fbcfda2, 0xe02e632b781f444d0edb662d8fbcfda2, 0x9c7ba784a6c4f88555ae0e73c7393ca2b34a8ede266ade7f52a3eac7a794ed14, '', 0, '?'),
(0x102bea2bc1eb5b6e2800eef706a4370b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeImage.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostSubscriberFactory.php', 0, 0xeddd1713f4a19069f1d6052e7e1d1040, 0xeddd1713f4a19069f1d6052e7e1d1040, 0xabdaa12546e51eaf2fc05c43b57d71fd3f844b25dac1d8f41412601d1719b674, '', 0, '?'),
(0x103309a2c95ea83b179a3f930b194bf2, 'wp-content/themes/jannah/framework/plugins/amp-templates/sub-title.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/sub-title.php', 0, 0x59e91846405c934e1b142c45f9e19a9d, 0x59e91846405c934e1b142c45f9e19a9d, 0x3b5c681f25b922771a1db4f910fdcb2016807970835fcceb951dc1567c339ec1, '', 0, '?'),
(0x1033b74b24729bf3387af2c7090acc27, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SetBasicFilterRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SetBasicFilterRequest.php', 0, 0xb4111468676e435c28db36e961e85f6b, 0xb4111468676e435c28db36e961e85f6b, 0x7c25044c5cb574cf9864d126f4b6260bfc7cd3978f438ee73646d60074652180, '', 0, '?'),
(0x1039fa7a68c8df1f2113d439506d6b9d, 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/video/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x85432f68f22c3cdeb3fdabecbb16bba6, 0xd9d7e04ec4bbaefdd2fb37070e450a7b65744906fc8cefa13dcf266707911174, '', 0, '?'),
(0x103fbcc6efcfb68b165e373a79b8d107, 'wp-includes/blocks/paragraph/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd2528348fafcffa9cef1ddc7c282093b, 0xc1ec69376a8b960b3bc75719803b2905c0e8842e455403f5508cd2d3740238bf, '', 0, '?'),
(0x1041245c8d4e9262091f0256c1115a84, 'wp-content/themes/twentytwentyfour/patterns/posts-3-col.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php', 1, 0x00000000000000000000000000000000, 0x3167c5efa9850e6e3ac7e2b93c30e86a, 0x323466c2a04f2cc3ed0f32c5ac646764c58b6fbd4a02a8af31a4e38ae512ba80, '', 0, '?'),
(0x104427d38e7634ec10657e9f23fe1d39, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/RUCSSQueueRunner.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/templates/meta-time.php', 1, 0x00000000000000000000000000000000, 0xcc45fcbba525eee4e1ac130ed021bf27, 0x134fe078cfe9965d1e047f758f7963dd8567af03cf271681189432d5c21f8431, '', 0, '?'),
(0x104c7d622612891cdbb57fe580621d15, 'wp-includes/blocks/separator/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/block.json', 1, 0x00000000000000000000000000000000, 0x31af00b00604e08d45ef53fe691fd341, 0xd01659eed151a7923baa662a9a1c8e56c207ac738860ff94a02ed8774e817a64, '', 0, '?'),
(0x1056f14076ee34c4a649488d2bff34fb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/RequestExceptionInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/RequestExceptionInterface.php', 0, 0x4385faee64b4407267303ef85b5df666, 0x4385faee64b4407267303ef85b5df666, 0x2aef66436778f989b70445f9d268378c9889f9756ded9a2cf1376676483e5e96, '', 0, '?'),
(0x105764da6cb5f700393f9cc469a984a0, 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php', 1, 0x00000000000000000000000000000000, 0x7d392be3a2beba774cba7caf469def89, 0x67c70b1d9a6e88cdb30e2cbf061ff38e7aa2f0af91c8e9bb0f49dd287cc9aa08, '', 0, '?'),
(0x1059ba68dcc073b0b7906d794418bfe9, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_twisted.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_twisted.gif', 1, 0x00000000000000000000000000000000, 0xc9c3d12da1e9da699e490b86d24eee85, 0xbfdec367f96ec2bd8ac245e39539c0be5b39ad7c3c432b7e0481eeb88154a194, '', 0, '?'),
(0x105a7d595c97e3d2d0ff5fea6c356570, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', 0, 0x30276917afdf6a3aa0b972b72d0da09b, 0x30276917afdf6a3aa0b972b72d0da09b, 0xeba4c6bef2dae5e4be48b2ec6ad8d7c2f9f0585c5b26f914976b9c20651912a0, '', 0, '?'),
(0x105ace88f7d57451594a859bbf6da0e8, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-move.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-move.php', 1, 0x00000000000000000000000000000000, 0x19bb995f97269afea0de7ef3223423ab, 0x0dc50d660283300ac001023edc396e0e369567e42113ab0b78578d35e152e699, '', 0, '?'),
(0x105d0db09da55f976dbdc9d715dda446, 'wp-content/themes/twentytwentyfive/patterns/banner-intro.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/login.min.css', 1, 0x00000000000000000000000000000000, 0x141f1049f0fe4c51031425f232979515, 0x31da3133b7142cf36933e69e7447e5ce6bcaa8d972eb614e3dca007781f5eb74, '', 0, '?'),
(0x106eb1c3c9f1f4c4ae8c37836b8f41cc, 'wp-includes/css/dist/edit-site/posts-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/posts-rtl.css', 1, 0x00000000000000000000000000000000, 0xc52bce0a91812e3f68d39a2ca19c5cfa, 0xae3b00e4e65a089987c56d769cca3a5f73b22ae58dbc1067b731f2ab875f8ae2, '', 0, '?'),
(0x10797ae9cee7a5d460fb9434588f647c, 'wp-content/plugins/elementskit-lite/libs/template/loader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template/loader.php', 1, 0x00000000000000000000000000000000, 0x4b545c1b9016c2500300801591d1b71b, 0x9c4c17f7ffe22611cea52f983ed68a9d752cd6dd0bc177cd076783f7706824bc, '', 0, '?'),
(0x107c2ef647db3e1390845177d178a88d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedScriptTag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedScriptTag.php', 1, 0x00000000000000000000000000000000, 0xaf5b8d82960502b5f9606f850535bb44, 0x435b8c9708e86f03d2ea6b7c48c3948a5950255dd2ac56a853052060659a22cc, '', 0, '?'),
(0x107c7e562889ab65dc2b104d6d10b55c, 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/score_icon-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x0f4a5ae146f595f3aad56465a0990112, 0x32f1fb74639db47a66816acf646353776ef5a587855040c1a372c3757ae41ce7, '', 0, '?'),
(0x10874ae4571445f110611da3f7a0ab7c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php', 0, 0x8032cacff5e2dae6e3e71051b892e533, 0x8032cacff5e2dae6e3e71051b892e533, 0x378d49832c66e31c22681e0702ede95e9259b1416b7768631a87e406046ff137, '', 0, '?'),
(0x108b6e805d779573f94e46852aacef3e, 'wp-content/plugins/elementor-pro/assets/js/editor.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/editor.min.js', 0, 0xeaba698b9a3472243c7fd1a0c4931497, 0xeaba698b9a3472243c7fd1a0c4931497, 0x6a881bd5a43a25999ef24eb6c95d0280085fc0d65d5ec78ca6f6f6a507ac1ef3, '', 0, '?'),
(0x108cf1458f5f2a3a366049847486b19a, 'wp-content/plugins/wordpress-seo/inc/date-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/date-helper.php', 1, 0x00000000000000000000000000000000, 0x92548ae4925dfc69a06bf7ad3481257b, 0x1e4dc8173adae69b4381d6d4962c30d1d03093f3d5e69c5c951d7c33d9d2f3f6, '', 0, '?'),
(0x109015190641ec06ece56e35524366b4, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/zigzag.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/zigzag.svg', 0, 0x6a936663a482bb7c301c2291fc7b5a16, 0x6a936663a482bb7c301c2291fc7b5a16, 0x052d73a479701e27495431626c1d52944bd0b045741e7510195b6e8c1aa8ac52, '', 0, '?'),
(0x1090b89cd2912de8ccf48a0d8a7b2cef, 'wp-content/plugins/wordfence/lib/wfCache.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfCache.php', 1, 0x00000000000000000000000000000000, 0xa5d98687c161dc4167359d5a5322a9b6, 0xc9ffea4406675d903c924d2a224cb2d6ef9545986ae4f64e38c32f64f70a6184, '', 0, '?'),
(0x1093167e98e24cc9ce2ac42cc43c3aa5, 'wp-admin/includes/theme-install.php', '/home/forwardbetcasino/public_html/wp-admin/includes/theme-install.php', 1, 0x00000000000000000000000000000000, 0x5210e5faeba3eed123b3c46caa75ba41, 0xde2717e3f4accada50a3d3c6d6940ad807d40533a6f30874c79c565bff3c1889, '', 0, '?'),
(0x1095bf918aa8dcffd50c76e4fed34259, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotFilterCriteria.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotFilterCriteria.php', 0, 0xa4d38118496977773df99e92f925cf66, 0xa4d38118496977773df99e92f925cf66, 0x9004949bbf03d2920db80f7faaf62c4429948135189566488c860e79098235f1, '', 0, '?'),
(0x109677b810b29e8752524d01babc9d5b, 'wp-content/plugins/wpseo-video/detail-retrieval/abstract-class-oembed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/abstract-class-oembed.php', 0, 0xd53b7256d440bdcb41dde914ca561687, 0xd53b7256d440bdcb41dde914ca561687, 0x898a659d80e162fa430db3ee6466eaf40337426729c28ec2e6adfb6682aae062, '', 0, '?'),
(0x109d5ca1226352941c16feb103013bec, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php', 1, 0x00000000000000000000000000000000, 0x85f2125c945b8a4e539223fee3b1aa95, 0xe7acb6e1ac716382856fbe4095bdee037e5f3b839bd940a0c265a8e716e1813a, '', 0, '?'),
(0x10a0931b46459e9e01107cbe7856cd1a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AutoExtensions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AutoExtensions.php', 1, 0x00000000000000000000000000000000, 0xa036d40e40d0dab746274f99b7f0b9b3, 0x1d2414b171ae1659c436024fdf5e902d595ddc8bce46ead1cb566cdfcd181d04, '', 0, '?'),
(0x10ae53781ec3df34ae406fc177ef0e4e, 'wp-admin/js/widgets.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/widgets.min.js', 1, 0x00000000000000000000000000000000, 0x7df0a48541b61b68255af2d032889776, 0xa70fb9e04f85e5b696a83312b9914844bfed97d5409152b35c2a2ea052a5bd50, '', 0, '?'),
(0x10ba24eec00876b791c42fd8622a7f72, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPowrPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPowrPlayer.php', 1, 0x00000000000000000000000000000000, 0x30d6ca36d2eaba2f78cd545821e8ea84, 0x75376f7c40e297b06cc6a1916811c55bd62a865941d031cd3ae00a61162385d1, '', 0, '?'),
(0x10baeeee0436c508b32c03710badb206, 'wp-content/plugins/elementor/assets/js/admin-notifications.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-notifications.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x345b5b38c25d19b94cdab18c29f3a737, 0x19ec5b263ec57d38de14d0f39196099a2c618b9d38c2bf64ced2d8ad3e2e5262, '', 0, '?'),
(0x10c5f7daa426200bb44db54b51d76f3f, 'wp-admin/images/freedom-2.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-validation-error-taxonomy.css', 1, 0x00000000000000000000000000000000, 0x02bab75651550b1fc0b3d77da928c681, 0xada6bda479e8075f6d1c8369c3ebe89b9344588405deddc65f2f79d87319b02c, '', 0, '?'),
(0x10c9e8eb133a7f6da1b05bdda2af3a23, 'wp-includes/l10n.php', '/home/forwardbetcasino/public_html/wp-includes/l10n.php', 1, 0x00000000000000000000000000000000, 0xfe75508b3b337f0e0b91addef2f49074, 0x9e66b8150671d92e5489bc4fba677cf06c7bcd1fb893927ee7b862c4e86de902, '', 0, '?'),
(0x10ca9de9ee05e38a192792190250a70c, 'wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg', 1, 0x00000000000000000000000000000000, 0xae618ba271396431c70665c13103381b, 0xae6f96a308b24fe95c8c368e9e398e2f30952c64f72ed5bba4fa72ca67f13eb0, '', 0, '?'),
(0x10ce071ed0c7a1568d2c50c8a6752e8e, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js.gz', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js.gz', 0, 0x12b9f49f2084c06d46ef6a084a294543, 0x12b9f49f2084c06d46ef6a084a294543, 0x839a4545d9cf1e45edbb06693877d749024f4b88c1d4a3d241cbe4c056d15881, '', 0, '?'),
(0x10cf4915a2d85c6ab6acd178cccdcb67, 'wp-admin/images/date-button-2x.gif', '/home/forwardbetcasino/public_html/wp-admin/images/date-button-2x.gif', 1, 0x00000000000000000000000000000000, 0xc28b3fbea9a861b430fdd7394a511a96, 0x9f1d04add32a01ac51adbae80bda5f28473a2a80cafdceb764faebe3eeeae02e, '', 0, '?'),
(0x10d0a348354af78578f766317900752d, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz.css', 1, 0x00000000000000000000000000000000, 0xcb003194e14342d253597c9e0181ab13, 0x8273b147779a7bfd00c510a3b86dc0009f29356924851c9ba46000d7c0c21937, '', 0, '?'),
(0x10d5fc0b22014d9e1bb9b7971c2b5139, 'wp-content/plugins/amp/src/Optimizer/Transformer/AmpSchemaOrgMetadata.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/columns/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3d91961f84a13cc45e82ac5c6b21ee48, 0x2ced34c506df23ae115a1b54554616b426af6709960952c32d5e8b98144a064f, '', 0, '?'),
(0x10e17a49cab354183dbd10c1736104d4, 'wp-includes/blocks/comments-pagination.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Shoptimizer.php', 0, 0x0c86f786dac656c40e968516a4990f0d, 0x0c86f786dac656c40e968516a4990f0d, 0xbeb8da558770fbf9f85c4da1f47ecdce6a57bdcb2878f9d9324621ee87ab9a9e, '', 0, '?'),
(0x10e9e1e66a37725bbc2c94ccfc5ad6e8, 'wp-admin/upgrade.php', '/home/forwardbetcasino/public_html/wp-admin/upgrade.php', 1, 0x00000000000000000000000000000000, 0xe56695485e6fe380c240eca902f76fa8, 0x97b17042cbb82c52bf719fbe5d0eb39187b37c25c80f7cf08ed20d8ca23d712d, '', 0, '?'),
(0x1108e2241dd381a4a6f4b34444d71f48, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Size.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/rss.php', 1, 0x00000000000000000000000000000000, 0xcc67e93c3525a923b03681817c844238, 0x46dc3f9dc4293d53609585fddda0774682d3e784ce14dcd58e09e0248fd066c6, '', 0, '?'),
(0x11106db708cdbfe45da791d99f9a5414, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPositionObserver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPositionObserver.php', 1, 0x00000000000000000000000000000000, 0x7ee49b44a41f80833aef4bd48c211a0a, 0x6b238f536eb6408f2fffabd58ce526dacacecf1d6a72ad863a2ea1dee298b39a, '', 0, '?'),
(0x111a0708931cea6c6db7f08b9440f8f8, 'wp-includes/customize/class-wp-customize-date-time-control.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-date-time-control.php', 1, 0x00000000000000000000000000000000, 0x01157a92d39e1bf3a8a0bab95e4a6d4f, 0x80ce55e5a1fefb5c8eb0be3eaae9bda8743ebf5637a9b80aca6e14d58a3c3b52, '', 0, '?'),
(0x111bc42db2b00727678bab8d50f75cac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x399e56c6081f23d2b91190ebdb340b80, 0x47709a66b81cf848768e869e9f1ae6f3788b388318feaaa33143b0145bce3441, '', 0, '?'),
(0x1123bf99c8fb8bba8bf3a485c7ad7174, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnim.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnim.php', 1, 0x00000000000000000000000000000000, 0x9183d0d6a478895ab62e5a9448e78565, 0x90a3267b4f21ed20e5849facaa50a1ae66eb9a960e809433be3b6a1656c1f7c4, '', 0, '?'),
(0x112b898e18bcf47d00e5ccaf19b582e6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php', 0, 0x5ad067fba94d781b7ffb6f79e2928823, 0x5ad067fba94d781b7ffb6f79e2928823, 0xa21d6c6707d8a0d7ba9288cd15dee2a6ad5f788156cc9034f03dac109ac93911, '', 0, '?'),
(0x112ca3642cebe8e4dffaeb0ea52b156d, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/elementor-content.php', 1, 0x00000000000000000000000000000000, 0x6096db5495513c9a57536c0b2d198f3e, 0x806d9fe7eedb65d9dfbe2765900717f9b0035c36ae370015bd0e885372e79683, '', 0, '?'),
(0x1130bf26e380201a91f8f78cfbb59357, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/import.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/import.js', 0, 0x599299a4232fca2dce1b17dc983eecb1, 0x599299a4232fca2dce1b17dc983eecb1, 0x61c798be99fd96b5abfb11d207d2262db24c147c0613c2c44fa0ad6b8ac6a7e0, '', 0, '?'),
(0x1132b5741375a4b2364fc24729cf259a, 'wp-admin/contribute.php', '/home/forwardbetcasino/public_html/wp-admin/contribute.php', 1, 0x00000000000000000000000000000000, 0xd085f2c7d85e82c156b4c75ffd4f9cc2, 0x9f40c5bef70e3b8326437c4b4b89f253fd0f7060fd870c537cfce0442da3c0c8, '', 0, '?'),
(0x1144a9386846de9b4256690552eea81b, 'wp-admin/css/colors/blue/colors-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/blue/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf19416681c1811ec266154761e787d2a, 0x61fce543d6041c42e7409b90546d5451a51b7aec7a1dfd430a0f3b9ecabf8f56, '', 0, '?'),
(0x114c2c1a15220eff0043fbcaa13879a9, 'wp-includes/js/dist/primitives.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-prices-by-country.php', 0, 0xb465d558ac0022b198cd7dbc9742b10c, 0xb465d558ac0022b198cd7dbc9742b10c, 0xa68d83ecbdfcf0bb770d395d9aaabecc89289ff508437b0256b05eab3b646c96, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x11511247879a7219d86da4691e6253e1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListPagination.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListPagination.php', 1, 0x00000000000000000000000000000000, 0x84805afd50cace11868d1c481d913401, 0x13aa02d127a17f63bae5609a906908582117276af573d4a123e1c5ea8ff0ec66, '', 0, '?'),
(0x115eac12670823fd91b48c5147e22691, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/TableFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/TableFormatter.php', 1, 0x00000000000000000000000000000000, 0x823fb310d383798a86157fd3b3e826f9, 0xa77f595f4a4cdf1c59daf487e45369390b3c99054ad3f46601686400a860649b, '', 0, '?'),
(0x11626838e593f9d461a25fa2f9a6eaf2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeStatic.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeStatic.php', 1, 0x00000000000000000000000000000000, 0xec146d2441cac1db09e533dfe5c01d3a, 0xba243c7128690a25af85a267f509c199a962cc704fb066ed74abba07c581a2fc, '', 0, '?'),
(0x1165bdc06a82ae15f48b79add0393bf0, 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item.php', 1, 0x00000000000000000000000000000000, 0xffe827f23ebbc9c278ad9138ee45cb42, 0x81fcea42e4c2e1ee26cb6b64f57ed3bb997016495372cb1570ca966b8c209530, '', 0, '?'),
(0x1169be0f57d70be877d9b400f9ecb607, 'wp-content/plugins/elementor-pro/modules/nested-carousel/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/nested-carousel/module.php', 0, 0x713c646da258e4d885ec8141bb41f352, 0x713c646da258e4d885ec8141bb41f352, 0x852112f5cf6921862c52bf0971b1e2d8bb70d37a0278d26321d72ada68c4359a, '', 0, '?'),
(0x116ad7bbfd8204f3712ebb2a3ba7e132, 'wp-admin/css/colors/sunrise/colors-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/sunrise/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x93e1b4c5db2e30b2bd37c09fece71f78, 0x6a25163eaed040e3a03c58dae0b2c9d8b4a74e78cf4401579ccf3d543a8b0515, '', 0, '?'),
(0x116cb31e7c49ba85b969843da4a2b809, 'wp-content/themes/jannah/assets/js/dev/video.dev.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/video.dev.js', 0, 0x0001aea731b37e979e4b625d2068c110, 0x0001aea731b37e979e4b625d2068c110, 0x7ccbb79426eb4f594ce1cd2db873ab37cd2d591b3a3b0abef88aec9babc0a398, '', 0, '?'),
(0x117788a9861b58be0d532e942fd50fb8, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 1, 0x00000000000000000000000000000000, 0x1da1a1f8680c246e73620f63ad79aec8, 0x0a44ec0516ccf767249ba8329db32d20ad216e37b523a88e0d4bb5eca937dbbf, '', 0, '?'),
(0x117887f1534114b0210bb10105c0bb2b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Filter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/response-variables.1690810710.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x1187e36a471930b3ba25caff4c530d74, 'wp-content/plugins/elementor/includes/widgets/testimonial.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/testimonial.php', 1, 0x00000000000000000000000000000000, 0xf19389f03619781f40c6383621d5c6e3, 0xbb18f2ab38b1288911b43bfc9e1be5193f87cf26c521587980b5998b967edfa1, '', 0, '?'),
(0x118a953ef06050f6b5ea408c17d4dfb9, 'wp-includes/theme-i18n.json', '/home/forwardbetcasino/public_html/wp-includes/theme-i18n.json', 1, 0x00000000000000000000000000000000, 0xc005ade0c73cd39fcc4873aced60484a, 0xe783666991f5f12eaa55f7d02b9655eb90e75daa45edf0ceaae1d82e1c02bb33, '', 0, '?'),
(0x11900caa3e5a42c34472db36aa6dc087, 'wp-content/themes/jannah/framework/classes/class-tielabs-postviews.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-postviews.php', 0, 0x8ce27a8118ead4db276ed2cfece3a24d, 0x8ce27a8118ead4db276ed2cfece3a24d, 0x41a9c0c9bf987ec27529112b641255040ab7d3ead5062d53cb598ac1f5dfe685, '', 0, '?'),
(0x1191d4b88003a2251a44e98e79f3b35a, 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', 1, 0x00000000000000000000000000000000, 0x3bfff8e6753b596c3c6a141e7e3af941, 0x082b2f3ba23cac97b708b45721d305631b60a85a23016c3531a1aea6b00da7d5, '', 0, '?'),
(0x1198a8ba693f47c41f64f3d607233599, 'wp-content/plugins/elementskit-lite/modules/layout-manager/layout-list-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/layout-list-api.php', 1, 0x00000000000000000000000000000000, 0xebf96e167ee40bf1e385d4638c79d3ed, 0xc2749f32dfa90e27722c6b4869582e3a0f016dee76de5f6e3a0541f557afd160, '', 0, '?'),
(0x1199b740c210d9a803c96e400fa8709b, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0x002947e91b6a1cc40f595859d2cedbe8, 0x5e431cc9736954b6280d7b0a2a85d4925ee93a3e496daad5aee8ab5ebe7c72fc, '', 0, '?'),
(0x11a45af2f7f3642a96e859a1f6da98a1, 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/block-all-options-controls.php', 1, 0x00000000000000000000000000000000, 0xf2699a7787d9bb4988df41ec7be9a75b, 0xf92fe76fd2c11cc20cd1b682cf89fa80d7e04fb86d791ae3776e4ac98b1882c7, '', 0, '?'),
(0x11ab7313d011071d87be391faf229c3f, 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0xdec73a46174835beb1eb7261d50b1be8, 0xb8d0ed2bf1d7e075f10a44f55366c7c730d07e209b2741f7c183757f517b7319, '', 0, '?'),
(0x11ad3f06b07438df5f3b018d20b5ba81, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php', 1, 0x00000000000000000000000000000000, 0x1d97345305811e58e6aec08a43e21e53, 0x96d1d9a86eb8b82904467545ba7990371e1f987ef77792eb2f1b3b27c01f0b4d, '', 0, '?'),
(0x11b4fcd0689330400ebf4174b2f32efa, 'wp-content/themes/twentytwentyfive/functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/functions.php', 1, 0x00000000000000000000000000000000, 0x21cba84c98fe599edc473bd831f025c7, 0xfda3e6ad452797968245333f0a2cca3265ac0ea9b549c752a65cc257de20530a, '', 0, '?'),
(0x11b55b7333ae85d8dad3605ab1f619fa, 'wp-content/plugins/elementor-pro/modules/floating-buttons/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/module.php', 0, 0x4ab1edfba3d3ca1843a0ce78d8b74b20, 0x4ab1edfba3d3ca1843a0ce78d8b74b20, 0x8c96cac2459a49eee76c66042eb779aea996beb5df1119bf65b154310871e948, '', 0, '?'),
(0x11cbffcff47bbe54cbf1410539cb0a72, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/LocalFallback.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/LocalFallback.php', 1, 0x00000000000000000000000000000000, 0x5cc5fef2a3551e42ff71e6174f48bd21, 0xedcdc6091b281c7ac92a4ef7a2b712b194270c05b4f0f22be7268b18c369cb05, '', 0, '?'),
(0x11cc2af4f4fe6bcb756d313d2dadb5ee, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss', 1, 0x00000000000000000000000000000000, 0x491257204289f2cb3e546f52bad44a1c, 0x38c8bc863f245bf467314e347de287e97bc859924b884ae324ce040ee9433930, '', 0, '?'),
(0x11d272881f57eaae33a899e3e1a5be56, 'wp-admin/css/color-picker-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/color-picker-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xca7eb870bf124553d804b0d6638f1956, 0xc23c923d00ba5b5a0a327ceb8ba2b692003f36faaf930389a2ba90bb8b9690a3, '', 0, '?'),
(0x11dcac2204785f5de7e52c7a8b51b189, 'wp-content/plugins/elementor/modules/atomic-widgets/widgets/atomic-image.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/widgets/atomic-image.php', 1, 0x00000000000000000000000000000000, 0x8cee6ace775d43c4a3ba028aef4712ec, 0x9fd7faf886609fbba0c1cb1d7747e2fb9b9d9e745af05ed0074424ef52189bf7, '', 0, '?'),
(0x11e627dafa16dae7a609ecd968f2c284, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAppBanner.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAppBanner.php', 1, 0x00000000000000000000000000000000, 0x62e5a7324e3dbcf403b219b5e4e29168, 0xca83a61804796bc92a84d0d79cd98f1b26321bdd57fa88c94cdc48800a690b6a, '', 0, '?'),
(0x11f6559eca79864edcd2f05d4d241a1e, 'wp-content/plugins/elementskit-lite/modules/controls/widget-area.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/widget-area.php', 1, 0x00000000000000000000000000000000, 0x6605d8e8f14ad6826d7c9c94c62dd36c, 0xb36c6c17fc0a71fd6c1f6bb18150f505b2bfa6a15c4cfb1d637baeb4a5c127d5, '', 0, '?'),
(0x11fb44afa4d60c32a456064812dd7ee4, 'wp-content/themes/jannah/framework/plugins/class-tielabs-taqyeem.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-taqyeem.php', 0, 0x025cbfb581bdfc4113c8558ee6d021b8, 0x025cbfb581bdfc4113c8558ee6d021b8, 0x17ad6d19cf5e3cb04a75bb5ce98a058ea21f48759419d1d1f08c575a807522ac, '', 0, '?'),
(0x1202af975376d90c67fa992f927bfec4, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Subscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', 1, 0x00000000000000000000000000000000, 0x023f1a1a91f6f148a74a53d65a3908dc, 0x6a7f27b65a899dccb16f0023f152dd18dec41c8482bb096a5c545640efad43ef, '', 0, '?'),
(0x120ea691858465e84bd1e0e591d7f624, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/hierarchy-or-query.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/hierarchy-or-query.php', 0, 0x320e66cdb27e2675e4c742e98e7a7da7, 0x320e66cdb27e2675e4c742e98e7a7da7, 0x69aa4fc63a468e23f9150d3a71c285e5978b1b87557ae2f4bcfa28d8f9f2fa73, '', 0, '?'),
(0x1210bb8be78844b158164dbe921b283c, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/content-analysis-disable.php', 1, 0x00000000000000000000000000000000, 0xbd4745d81c19f461ee8f2ee296703d20, 0x96a34246cf6cd95e8a947de21f17d3a1853cb24ae8509fba16e8c7c9f3f56f61, '', 0, '?'),
(0x1216d8c37a8f4c3d2fccddba2f0a5b06, 'wp-content/plugins/elementor-pro/modules/theme-builder/admin-menu-items/theme-builder-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/admin-menu-items/theme-builder-menu-item.php', 0, 0x95d5978539b61e6e080976fb6c5bfab1, 0x95d5978539b61e6e080976fb6c5bfab1, 0xf89cba4d234fb608424214d889a39fdb1ad8dcf0ae56fba19f72b9a394b47434, '', 0, '?'),
(0x1220f5f62d57863e833120691a72d7ca, 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-content-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/skins/skin-content-base.php', 0, 0x190e40f73ae520d9cb6696a695c88001, 0x190e40f73ae520d9cb6696a695c88001, 0x1c492e9b1b4f8fcf8ed5fe8b10dcf8c940df10e914db6fbe108360bd4537e2a6, '', 0, '?'),
(0x12316fd45a4943ceaed034bbe7b5b538, 'wp-content/themes/jannah/framework/widgets/social.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/social.php', 0, 0x19e4c2001d20833d78cba62f37b5cdf3, 0x19e4c2001d20833d78cba62f37b5cdf3, 0x88619ea7c7734880c0475e88269b2a70da6324977537f68b8cec979a122ae6a1, '', 0, '?'),
(0x1237895a0a73dd995cf5c4310d8f1a95, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregateInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregateInterface.php', 0, 0x87f617bd504b7a06ca5b6392970f95bd, 0x87f617bd504b7a06ca5b6392970f95bd, 0x094121c6405f4901eda3f7a9294ad4c67f3c2e5ba5b666a8bc9c2a1cadc3ade2, '', 0, '?'),
(0x1238ec3c1c3a1cb238299db84d8bc29f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 0, 0x2ff7248b3068327e783ec001269c5187, 0x2ff7248b3068327e783ec001269c5187, 0x9b048a2f6a8e8a2195cd0d533cfa42d6090dedc6d9965f3bcaba90b98e2b8163, '', 0, '?'),
(0x123a209cd7614e5fdc0d76bc1635ae5f, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/single-elements.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/single-elements.php', 0, 0x176b7cb778b0a016aeaf4f611933b4d0, 0x176b7cb778b0a016aeaf4f611933b4d0, 0x68fcd54225b149e78a13f0b90af50a825746aaf9c67eb595083324cdbdf2a1ef, '', 0, '?'),
(0x123ab25890e632ec4dd3fed67efbc818, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 1, 0x00000000000000000000000000000000, 0xa2a1f732cc34764c684ed521c6f3327c, 0xafc2cb33694128d60cade670ed02e7089647448effda94ee05f0b4f7a3ef1dc1, '', 0, '?'),
(0x12427293d82ca27ae35847234e6a103e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaMenu.php', 1, 0x00000000000000000000000000000000, 0x1f0f3bb1f17341f9cc70d0be9f8ca527, 0x70cfc2fabd1356a21fc6e60cc6eb46a88db9217432f6161a4cd081f3572fbcb6, '', 0, '?'),
(0x124cd6c4fcfd38e0ef80f55ca8ddbc2b, 'wp-admin/images/imgedit-icons-2x.png', '/home/forwardbetcasino/public_html/wp-admin/images/imgedit-icons-2x.png', 1, 0x00000000000000000000000000000000, 0x2ce3ee2783a33655a6bdfd9dc3cce174, 0x933fe0d88e299d2e6ca014f4d0178dcf25b83cb2288f5fda201b36ff605e6337, '', 0, '?'),
(0x1256e4b509e3468b3c5470a02aa5fbb1, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php', 1, 0x00000000000000000000000000000000, 0xdd0f333916bc4244076bfa5d0d1d1720, 0x661f228863708856d36cc72b9e163bb34ec1f902bbfa5669def044bec7fba409, '', 0, '?'),
(0x1259f955edd6687c6b5524b8953bc298, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php', 1, 0x00000000000000000000000000000000, 0xe2b0dc445a638b10d5aae768e8c797ce, 0x780a8d8f09cb7364bec832362a1ed350c1eaaba19f66a774a7ef853435e4627a, '', 0, '?'),
(0x125b9be9106f640b49843a243004cde0, 'wp-content/themes/twentytwentyfive/patterns/format-link.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-versioning.php', 0, 0xacb91dfad86cfb2401480e4e839a0077, 0xacb91dfad86cfb2401480e4e839a0077, 0x5dc5c8c762daf08327f9a7b95516cfeff464ecdd00c463eea4b8565cc86b8c25, '', 0, '?'),
(0x125e5e86c3789f4281183391d7f16539, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php', 0, 0xf8c7be37ccbacf63ddef55654eb53774, 0xf8c7be37ccbacf63ddef55654eb53774, 0xb3d2a060260ad3c2fcc7193e6f7e7b3127cf440435762c45826324a856ad9c04, '', 0, '?'),
(0x125ed6602f61c7b777d3acf61bbe31e1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValue.php', 1, 0x00000000000000000000000000000000, 0xa58a23753b735f2b80ba6286d9010deb, 0x5183f8d242ca1f7c0c7be4604e85404ddd340d0928ab2c7dd4f1388c501c49ba, '', 0, '?'),
(0x126dd417c3b1857e0696f6f25217a53f, 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tw-sack.js', 1, 0x00000000000000000000000000000000, 0xb989a5bd84f6ebcbc1393ec003e6e991, 0x7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a, '', 0, '?'),
(0x12758c293803464739a143b0289db69a, 'wp-includes/js/wp-ajax-response.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-ajax-response.min.js', 1, 0x00000000000000000000000000000000, 0xc4bdd4935a6411ec83dafd4764de17d8, 0x5b32b9eee8debe8dfb18e803628609286b65487a74adc74ce940e0a871b9e29e, '', 0, '?'),
(0x1289945f2c1b82eee86763e52fcf0799, 'wp-content/plugins/elementor/includes/managers/widgets.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/widgets.php', 1, 0x00000000000000000000000000000000, 0xa7942f2d3830bdd87cfadc660e22c874, 0xb537d3e38a43e00d19f97386c616582f4207330630f8075e527e8a09b0ca44fc, '', 0, '?'),
(0x128f2cd0e68315b573563861e5fddce8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationErrorCollection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationErrorCollection.php', 1, 0x00000000000000000000000000000000, 0xd75f929e05439c4db388a1f7048b4f86, 0xcce0e78d2be6b09f05bdb866f10c63f0e04a2d9d72b4bb5d4414366ef2bc5c6f, '', 0, '?'),
(0x129415b33bab243348219553385b075f, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/search/view.min.js', 1, 0x00000000000000000000000000000000, 0xb961d2ba9bff6686c784d776f0d3d2eb, 0x5a9a4acfb5d32d5c9c3b117badf4c3b3d27d04053fbceff5877f48f8c1d91c7f, '', 0, '?'),
(0x12a10ec363d44f9a40ab2ffb6c4d04f0, 'wp-includes/blocks/separator/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', 1, 0x00000000000000000000000000000000, 0xc2aeab0f85f375154dba1597a4b913d7, 0x16a44a458f7a9518a4bb88d99936c0049effadbcd52950a7fb2917f7c3008ec3, '', 0, '?'),
(0x12b8b7e1436c6fa6081eb6b196afe9d2, 'wp-admin/nav-menus.php', '/home/forwardbetcasino/public_html/wp-admin/nav-menus.php', 1, 0x00000000000000000000000000000000, 0x98b2e4c3cc3caff7a8213d20ad08bb71, 0xf7bf373952683a45e3c4ad3ce8a64187194ab230966a98a5b31602676de2f7a2, '', 0, '?'),
(0x12bbf8fc4c700cc0118cee89ca46a89b, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/AMP.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/pt.js', 1, 0x00000000000000000000000000000000, 0x2e923f3655063bfa9575e3383387125a, 0x31972d100de9befb963dbe7149489e7fd7449bd32549832eb59da646afc53b0b, '', 0, '?'),
(0x12c56cf82a2ca11b5dfcb6d67faed9c3, 'wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/ExpiredException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/ExpiredException.php', 0, 0x11e70648ca63d67a4bfb419989bdc48a, 0x11e70648ca63d67a4bfb419989bdc48a, 0x96f161076d075ac5e194b0004d3b8fcfe7c736501e7926332318ed99f73fbf25, '', 0, '?'),
(0x12c61c8580b919fa142cb2ef3bf91b69, 'wp-content/plugins/elementor/modules/notifications/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/notifications/module.php', 1, 0x00000000000000000000000000000000, 0x61fddf75bf057eb27d3827e8a6892190, 0xd4e0d45ade0a5f1c059c305cd06940c950d98705f493446f0c32ab631d5165c1, '', 0, '?'),
(0x12c9d0f33ce7b5da5e34492da998a5ed, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/featured-image-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x5e992ed3094ebd7c38cccd621118cce8, 0xf4c4aa2b340263b25db446e6c81109981176f2fbb12b8beeb04418b8df452615, '', 0, '?'),
(0x12cc9fbe10d0f5d984a5566914496e8a, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/SelfResolvingDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/SelfResolvingDefinition.php', 1, 0x00000000000000000000000000000000, 0x4b720bb24f74a39ccc0747120f0d3044, 0x3f783302d68ca8e0d9eb6d10fdc3331786433123bab6e8dfa4a20bbb76bf6625, '', 0, '?'),
(0x12d23bf6d096ba30f38cd7989564bac0, 'wp-content/plugins/wp-rocket/inc/Engine/Support/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/Subscriber.php', 0, 0x7261ffd6d448e5e476fd8cf3a76400f9, 0x7261ffd6d448e5e476fd8cf3a76400f9, 0xac00b5cd1c6fb7b937be71f1b4a6a0c4e6edc622b58a32b69f2f4a26438c144a, '', 0, '?'),
(0x12d9e7ca5b732669b5752913f90c6e0b, 'wp-includes/blocks/video/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/video/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x97bf41ed2b6bceaa59767e298cc3f943, 0xa95dc6691f18d6a67a0620c402f971bff52d7c7f6b1780f0cfa3edf53cb84205, '', 0, '?'),
(0x12dee22c360a8c125429442c5d684b4b, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.css', 1, 0x00000000000000000000000000000000, 0x1cda044e831038c13a957189122af1aa, 0xe4f12471471c21c79bbe519d0685c1eb091c96d89924d2484529a04bb337fb79, '', 0, '?'),
(0x12e19d8a4a46e892c40d30ba64327d2b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php', 0, 0x1ec6d124947d6e82b58b66b9bbff050d, 0x1ec6d124947d6e82b58b66b9bbff050d, 0xc51f7f77cf09611fd3352f03fe8cfca547d1e0ddcee83e4fa6642021b2f643a0, '', 0, '?'),
(0x12e226fe0959d9747a28a11af801e680, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Spacer.php', 1, 0x00000000000000000000000000000000, 0x0a0938fb2677f0a27e775febf1724290, 0xfab2903e7d4362561d2a7253f63c2039257c95ffeb446e3b939af82930a027d0, '', 0, '?'),
(0x12e4a82f3c18c777b3b1d4db7196243e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php', 0, 0x360a12e4affa46036924e8cdc8fdc42a, 0x360a12e4affa46036924e8cdc8fdc42a, 0xafbc3f96eed7b4e00993aeb11b91af1071abca4c8b64882213ceb7d3e585597a, '', 0, '?'),
(0x12e4efc361cf4220335bd9c78c28f99f, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/in-tags-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/in-tags-condition.php', 0, 0x9943a00bafa01e74372964977d621d84, 0x9943a00bafa01e74372964977d621d84, 0x17112a8c383f9ccf72febdf2914609af9670ab0f0ec5c471b428495cb5e5f13e, '', 0, '?'),
(0x12e90560d831dcb851b1b6c9f80f25b6, 'wp-content/themes/twentytwentythree/templates/archive.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/archive.html', 1, 0x00000000000000000000000000000000, 0x64a7621716cfeb688f0ca8d6f4bfbe18, 0x4f692147f74da05f51b708f9dcf291ca51de3c7d7d455bb614575f0eb1b05e3e, '', 0, '?'),
(0x12ee4067912bb0590b8af702fb08b382, 'wp-content/plugins/tinymce-advanced/mce/importcss/plugin.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php', 1, 0x00000000000000000000000000000000, 0x789a71b0b213169a3db0fa6f2dc9864a, 0x961bf015009a824eca3634186741a1bedcae48218b5e44db99fd9b2ab9aab6d5, '', 0, '?'),
(0x12ffb42db986693e62738c0c7f9b31e9, 'wp-includes/js/jquery/ui/resizable.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTag.php', 1, 0x00000000000000000000000000000000, 0x951b29fed3230754746b78fa4b6270cb, 0x49ffebbdb6917cda21bfad8ed55657d0e1828e5115df55145a694cb49898f6ec, '', 0, '?'),
(0x130abce97337840193610aa55b772dc2, 'wp-content/plugins/elementor-pro/license/updater.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/license/updater.php', 0, 0xa8a4108308493ad1ed263bfe6a9f77b5, 0xa8a4108308493ad1ed263bfe6a9f77b5, 0xb4ac227817552fc9927c61328b59c44fc497ddf4c9b41e522b9077bc72ce3099, '', 0, '?'),
(0x130ebaf2b903c8a2ad62f40966471f40, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2400.css', 1, 0x00000000000000000000000000000000, 0xe942197da8a1df1cce627d5f93575ea7, 0x22764e36279b6b10b3021da18dcfd223a10bf827b58a06b706a217c2a80bb4b3, '', 0, '?'),
(0x13191b240e75bd73d0634cb5f90628ab, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php', 0, 0x661298103956cfe837b4da724568065e, 0x661298103956cfe837b4da724568065e, 0xb3ee8df9094cfebd08d7df42422acd19f162694581c9648c968e931b44b9636e, '', 0, '?'),
(0x132b410bb5c12ec98d9f0f49d2f240f6, 'wp-content/plugins/elementskit-lite/modules/dynamic-content/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/dynamic-content/init.php', 1, 0x00000000000000000000000000000000, 0xd7d2f640e2a8eee61e481ea87669089b, 0x16c998fc60e56abdbb7cf1459922bf7a2b98f24911d8b0dcb843d1fb795c236c, '', 0, '?'),
(0x1334804ac72d3c4f1bb3694466fc2e87, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/contact-info-locations.php', 1, 0x00000000000000000000000000000000, 0x905bd2fd0a268118445e115f07a764c4, 0x8fb518c55ca2dcbcf61671439d9d7ce00b4f87409dd7d425acbda3958d8dea82, '', 0, '?'),
(0x133d5fe3f81c1e92bb9b6fb438114d59, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/NullMessage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/NullMessage.php', 1, 0x00000000000000000000000000000000, 0xf33b022fd6bf79cad1e6dca9d11ab2bd, 0xb6fad72eaeb83706712f8b1c409e18fbb07c0d5c8fd67abb78110ee3118ebf57, '', 0, '?'),
(0x1342428b870c18043333eec26a72c2e9, 'wp-content/themes/jannah/framework/admin/theme-options/header.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/header.php', 0, 0x6eb92c189da52d1e2a38c6ca54723fc4, 0x6eb92c189da52d1e2a38c6ca54723fc4, 0x6ebff911ee309747cf9c21fa47e858f9d4ef307b4deedac18fa8daa4f510cd6f, '', 0, '?'),
(0x1345ade2dcff52aba9c86d2073c94f22, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-plain.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-plain.php', 0, 0x7f0a8e3527965444ffa297d78d9c5203, 0x7f0a8e3527965444ffa297d78d9c5203, 0x83f63ca68015e88e70478299f68294387a7d9f8673472bb9d2031ccd3feeca27, '', 0, '?'),
(0x135729da97175008313210c0fa09d828, 'wp-content/themes/jannah/framework/admin/theme-options/e3lan.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/e3lan.php', 0, 0x32f5cd2d81c5b517b7b82bb0555042b9, 0x32f5cd2d81c5b517b7b82bb0555042b9, 0xa12a3d7b3077249dd850b2afe1cbd232985f004942593b65f62761c2bc381002, '', 0, '?'),
(0x1358ca914c86cbcb5bf79bfb580d4ddf, 'wp-content/plugins/elementor-pro/license/assets/js/admin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/license/assets/js/admin.js', 0, 0xf6c2e5e52b72b72055aa36b7d0841ecc, 0xf6c2e5e52b72b72055aa36b7d0841ecc, 0x26e34fdfb69da267550a2f004fd57edc8af0af310f108a15f03102fc438c908e, '', 0, '?'),
(0x135d7a4a8417065333e327b66b1bc93e, 'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/code/style.css', 1, 0x00000000000000000000000000000000, 0x21a096298dd0f8ef3ef23890fcee6f24, 0x19f5a00925e442dcca0715d52acb30a3457373cbe97884a32def9af69ce35c73, '', 0, '?'),
(0x1368128be6ec1c99af3e3ed1b6d50b79, 'wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar-entity.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar-entity.php', 1, 0x00000000000000000000000000000000, 0x6261a736383f7d3509c23631ecf8f322, 0x963c197f7d0844c3e8384b612b8d5b17ed715e687bb697ffa0745270976af0e7, '', 0, '?'),
(0x13686fdc07561e21fac7c1252c4d0432, 'wp-content/plugins/elementor/modules/floating-buttons/control/hover-animation-floating-buttons.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/control/hover-animation-floating-buttons.php', 1, 0x00000000000000000000000000000000, 0xf5e3cd40dfd9196b3b919418765ae2e0, 0x32f83d39fa7f96c68d06ccc85ac22b2d2448a2ec4b5281ceff1db993c760d632, '', 0, '?'),
(0x136d83e74492da9ccd28aa0db7d3e30c, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss', 1, 0x00000000000000000000000000000000, 0x33529fbe641d230d22b914d0f705a725, 0xd9f4dda946cc73c4ff3347a7a495da62ee38facee7bfe9ee17bb4ea340869758, '', 0, '?'),
(0x1373de6408ea5e676ece65155d90166f, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/list/style.min.css', 1, 0x00000000000000000000000000000000, 0x77e86c28af1fa1c4f582e03e99dfbb5a, 0xdb202f5aa4773d8ddc75d969e719ce174b17a7aa77850372d0248156cf9e01bb, '', 0, '?'),
(0x1386524b832846b38c055efe64d943b1, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/url.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/url.svg', 0, 0xc1e736740c917a8811761c27d2959648, 0xc1e736740c917a8811761c27d2959648, 0x2e978ee7e172565de2f35810eeecfc1770161922ac4285f9a766976487265f14, '', 0, '?'),
(0x1387e0c8b60a3db57bec6833bd69cf26, 'wp-content/plugins/elementor/vendor/composer/installed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0xfd08caf5c503154296cfbc52da33fa9e, 0x4bf097b6030a9403a5a739cf4caac88451bd5c67b1680920e69af0616b0de6db, '', 0, '?'),
(0x1388de4b532ba11565d78e418640938a, 'wp-admin/css/colors/light/colors.scss', '/home/forwardbetcasino/public_html/wp-admin/css/colors/light/colors.scss', 1, 0x00000000000000000000000000000000, 0xb3846f0b7dea21caa635a63ca0471db7, 0xb72ba4200d265e8e1e9f943c98d473249f01e90e7f653a882595a4a4a6be3339, '', 0, '?'),
(0x138be311dfeb60c0f05ba0bfb3fe3989, 'wp-content/plugins/amp/src/Admin/GoogleFonts.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/customize-selective-refresh.js', 1, 0x00000000000000000000000000000000, 0xa085be439771e0f64d73b57dcdd8be83, 0x79ca8ff2f930605a99a9ddb97ac01127f2d5a1d4e67ef20e701778a27e513149, '', 0, '?'),
(0x13bba5f75e99cdc0f029515f612ef0c2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySubscriptions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySubscriptions.php', 1, 0x00000000000000000000000000000000, 0x30d86fa90aa6cc036965273437d0ca27, 0x59ea5c131b05606cc0ee15525f3f67dcd1ee971005f383e361170123cdaf89c1, '', 0, '?'),
(0x13bdd72655936828a77546543ce1ad94, 'wp-content/plugins/wpseo-video/vendor/composer/autoload_real.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/autoload_real.php', 0, 0xa68599e38f2df35a82df84c75040ac1f, 0xa68599e38f2df35a82df84c75040ac1f, 0x331f7a0e112c55de0302f8bf0aef96389a99bf97e84432f89cc5917d1637921d, '', 0, '?'),
(0x13be33e736a5bf8005f1edc8d6b93619, 'google15c38772236a027a.html', '/home/forwardbetcasino/public_html/google15c38772236a027a.html', 0, 0x0eebe57cc64d0005b463a8df1da98ee9, 0x0eebe57cc64d0005b463a8df1da98ee9, 0x37bbb9e1497f0c7569680b48e3b106a260776de386a52213698c7c7b5693c2af, '', 0, '?'),
(0x13c4a92a9567913b62706e3560282f5b, 'wp-content/plugins/elementskit-lite/modules/megamenu/views/options-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/views/options-menu-item.php', 1, 0x00000000000000000000000000000000, 0xdce18c31a8f8d61f660cbb680821a2e8, 0xa2725381e25f06b2603a64be135a9f55b98356b484b103972809a688c2f6f832, '', 0, '?'),
(0x13c5fb26558369b310d39831f7ed73c3, 'wp-content/plugins/amp/includes/uninstall-functions.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/clouds.svg', 1, 0x00000000000000000000000000000000, 0x4a34ea145eec75fee78752e8fc3567e8, 0xf5b0751a159b988c171df5f7fc6e4441918a6386afe26ccca2d30e56e6b5070b, '', 0, '?'),
(0x13cc1041c26fda21cc56e1eac5b36076, 'wp-content/wflogs/ips.php', '/home/forwardbetcasino/public_html/wp-content/wflogs/ips.php', 0, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0x13d5bb38ff5c97b328bf9db8602863e7, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php', 0, 0x81d57b03fc92468b89e7b9c11f05ca73, 0x81d57b03fc92468b89e7b9c11f05ca73, 0xd619e643e2976681e9bd6ab94900f31851a6bbf66e0b6dfe054afe1baa492ac1, '', 0, '?'),
(0x13dcd7d18f707e19a81d8f1ebd275fd7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpNestedMenuActions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpNestedMenuActions.php', 1, 0x00000000000000000000000000000000, 0xaddc1c0f2c17d53ab58317df427dd6ee, 0x32dd717ea35819142d74c898fc19fcd43be11581c4db5780c39be2be05d75de4, '', 0, '?'),
(0x13e0adc63293f4d3e8b2f7aebaba2680, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpListLoadMore.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpListLoadMore.php', 1, 0x00000000000000000000000000000000, 0x49d19ad8a361f3926cfe99ef9fe06e7b, 0x65f7f17bb3c348a2e7ab65a1d71d30f82f7558d46527ece6a6edf8d92430c524, '', 0, '?'),
(0x13efddfab1386c0d3f15cb5394b2cc68, 'wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png', 1, 0x00000000000000000000000000000000, 0x9d46c10be14c8f974886be1b368495c3, 0x3d9e836c43193ec065f71b63f59e5db5b501a192157bf658830f4f490a6eb7d3, '', 0, '?'),
(0x13f0e46c8455793a6534e34e31cfbb6f, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss', 1, 0x00000000000000000000000000000000, 0xc2fa5d2fad0087f537b2be2872f7c05e, 0x38559d80b1475390b3cee4e435e2d6c9fe6ccc06ec7278a9a5b25c299cb80a05, '', 0, '?'),
(0x13f3a41c62efa19ea0f9731700754d00, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php', 0, 0xf82cd86bb5abeb9bed5aaac75e297fcc, 0xf82cd86bb5abeb9bed5aaac75e297fcc, 0x409dea3ae8b1d34343c681858f11e7e373b01eb7e123aa1b35108a9f6a9740cc, '', 0, '?'),
(0x13fa84d9289bbd5f9170f236e245e0f9, 'wp-content/plugins/amp/includes/options/class-amp-reader-theme-rest-controller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/gallery/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe634a2d1e18905cae3f1d9c6909da9e5, 0xe0d9bfebdd2a6d181a6b9055344a631068627bd881d6982a4b0435cb3c1859e1, '', 0, '?'),
(0x1413ecdc57f5818ac3c09325e6c88ec6, 'wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg', 1, 0x00000000000000000000000000000000, 0x93a0eb2182f9cd1f87297e09d7333f29, 0x18bddef5d72d067c245ff576dd24f545c70a752c2105982243c105261f3fb141, '', 0, '?'),
(0x14178c83171b735e0b9182be10fbf958, 'wp-content/themes/jannah/templates/loops/loop-large-first.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-large-first.php', 0, 0xa339820a08211108d8784c55a3d5514c, 0xa339820a08211108d8784c55a3d5514c, 0xfc35da1ea8c445958d97ca3d0ec508077f9e0125397712fc30e4f6431efdfaa0, '', 0, '?'),
(0x141a3d4b37148b35c73b2318cb696abb, 'wp-content/languages/plugins/amp-fa_IR.l10n.php', '/home/forwardbetcasino/public_html/wp-content/languages/plugins/amp-fa_IR.l10n.php', 0, 0x5596ce319150b05e785b6942243bb412, 0x5596ce319150b05e785b6942243bb412, 0xd154d28ea00b8868aa7c2417b17e5ed30f2426e82a5ba95058739f8d65002539, '', 0, '?'),
(0x1420475a073395410ebdbe706b59229d, 'wp-content/plugins/elementor/core/debug/loading-inspection-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/debug/loading-inspection-manager.php', 1, 0x00000000000000000000000000000000, 0x691c8b5b831d6a4a3984072699eb41b2, 0x9a8dad8e8f0ef608f3816d468cf5740c3b9f8b9703852fb5c374801409a46a7b, '', 0, '?'),
(0x14206f8facc6959fcc745fafba002ecd, 'wp-content/plugins/wordfence/views/options/option-switch.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-switch.php', 1, 0x00000000000000000000000000000000, 0x9efe9e2b928b0327017c0f1becaa121b, 0x7fd343d15a9ba0ea686175f0fadda3bb4be84369662185bd97a18e277e46ad70, '', 0, '?'),
(0x142a161f57f9694db60ea6b2fa1672fe, 'wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php', 1, 0x00000000000000000000000000000000, 0x8daea0d629ee010443bc99e343451b25, 0x169f0ad02b94e0d9d2eeda4658a6cd86e6dd305192dc879a8d3353111702d93f, '', 0, '?'),
(0x14488be9ce7e7b7017704e29d4e881bb, 'wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/footer.php', 1, 0x00000000000000000000000000000000, 0x3af291490e06f2d54e77ed70df5a4eed, 0x6c5fd84f1b1f5033b52276458a23e37f9451504b4db34613f155aa20b09fdc4b, '', 0, '?'),
(0x145b0d08254d0406c87b2f745265c09f, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', 1, 0x00000000000000000000000000000000, 0xfff205f2224b53ba44975083d25e8d48, 0x50d5459c511fe4d16125a8e7ad796402a87170ac953fdd58e69ef94d7ce8bd60, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x145c9fa4d01ae98e6509cd299fd55570, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xc89148e41a7f62923e56ef44f6a25232, 0x72d19b4ad491492fe90a1e4f8b597d9c78189a82c586eb9410defa87c6105520, '', 0, '?'),
(0x145e70bdb70012eb18ad6a2322c488a2, 'wp-includes/css/dist/block-library/elements-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/AdminSubscriber.php', 0, 0x79806c619ac3a40996cace84c90b4b51, 0x79806c619ac3a40996cace84c90b4b51, 0xd4076a5e6004ad6a71bf7b44e634478d8039263e47990024bab14d291feaf865, '', 0, '?'),
(0x147789c1c3fa2b1b00e398f2ec32ce52, 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/canary-deployment.php', 1, 0x00000000000000000000000000000000, 0x725fd8ee32a081b587c03b0ef6af2357, 0xf4f0c50b13bfa3f323fbebc9b541b178694e69f3611925c3d7303df368aad079, '', 0, '?'),
(0x1481d5b710ed0f0d287db2e725f905b7, 'wp-content/plugins/amp/src/Dom/ElementList.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Dom/ElementList.php', 1, 0x00000000000000000000000000000000, 0x8b53a2f193efed79ceee86c3d4399f0e, 0x116ea4576e9237167f95585dc09dec9a65155403d627314d6fdb79939efd8497, '', 0, '?'),
(0x1497e252d7e3f694d875cce71bc34e11, 'wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/wp-serveur.php', 0, 0x084dfbb1f5cdb89f381dc7301e466526, 0x084dfbb1f5cdb89f381dc7301e466526, 0xdf88bcee91ce9c6cbc41fcdecaccc90c1400e5ac45ec933c1b2996aff63350f3, '', 0, '?'),
(0x14a2b3a9b3c42fe371cb324c81a730f2, 'wp-content/plugins/wpseo-video/detail-retrieval/class-23video.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-23video.php', 0, 0xb00b1e0a0559415247f1ed25896492ba, 0xb00b1e0a0559415247f1ed25896492ba, 0x303c894fcb9669dca1d778597cdafcc147ee3208c4dd0e1f8d855cc061c2888d, '', 0, '?'),
(0x14a52d83e8040142f1f18f7c74535ebc, 'wp-includes/customize/class-wp-customize-nav-menu-section.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-section.php', 1, 0x00000000000000000000000000000000, 0x9dc9fc1fd4a1a450fd16010a177df524, 0xba7647037e0c3f74370013878e68ebaa522cfba17cd95d3985f470be2e4ae477, '', 0, '?'),
(0x14a6189a9233be6bfbdd4f3b7b640c9f, 'wp-content/plugins/elementskit-lite/modules/layout-manager/layout-import-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/layout-import-api.php', 1, 0x00000000000000000000000000000000, 0x21a19d58c155d3e04a2acf664441fd08, 0xb2d744a0542e592653f2c34feed851a688f13f3cea40cdcabfaae4ec835bc605, '', 0, '?'),
(0x14a6a0122e525ba7062c31f0438c0e13, 'wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-soon-banner.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMoreButtonLoadMoreClickable.php', 1, 0x00000000000000000000000000000000, 0x65a044f1f37a7dc44a1149ffeef8eb9e, 0x5710085bdd71eee18731e8f315d5b4c5e817d78cece92256a5e75c8a9004e3c7, '', 0, '?'),
(0x14b43b9d27f5e817510d0766f1ef0175, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.js', 0, 0x6c29529276f4bff6cdb85864bda6f547, 0x6c29529276f4bff6cdb85864bda6f547, 0xbd31da3b48144aa08f34417fc8c94d726abe736713921740368680230b06f548, '', 0, '?'),
(0x14baf9a43f1dfd469230932d3f27ec29, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/A.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/A.php', 1, 0x00000000000000000000000000000000, 0xcb9f3497cb5062016cd4b463dd38d8bd, 0xa37ff6350fa385d69620f2bed283c7fb896e1c18c7183015254d88472f9b51cf, '', 0, '?'),
(0x14c411eb505b3ae0706e27b936461111, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanSwgAmpCacheNonce.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanSwgAmpCacheNonce.php', 1, 0x00000000000000000000000000000000, 0xe043291e19690017c2fda73edffa1ddc, 0x7005c71da28e9d416ab29249d251f4dc8b8eeefc6bb2869362f80cda477ffaa6, '', 0, '?'),
(0x14cba51c2bcc9aa994e2c2c8f0bcb5f4, 'wp-content/plugins/elementor/includes/settings/settings-page.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/settings/settings-page.php', 1, 0x00000000000000000000000000000000, 0x52b1d9bbcdf7d0bc9bd931690b13f0b0, 0x6a1f8d240fa5dad85d6638dd91bf63fe47346111f020fba0bc22766862e23c54, '', 0, '?'),
(0x14cea28353cbaac40ab4029642e15622, 'wp-includes/fonts/dashicons.svg', '/home/forwardbetcasino/public_html/wp-includes/fonts/dashicons.svg', 1, 0x00000000000000000000000000000000, 0xb4e45f9133245fc26e06a0f7358ed758, 0x1c3bca902738e334614f6f59382d558a36321fbbfda74bdb7171fc2442e0f978, '', 0, '?'),
(0x14cf4dd6bbdc0f1f1a566096cdad5c36, 'wp-content/plugins/elementor/includes/utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/utils.php', 1, 0x00000000000000000000000000000000, 0xce605319c20b3b1c2ffd37ed5c2b6bc8, 0x64b60e2ae6852a2cd5e68c1726e950ca273b13a6801e1729063dbaf11e950d29, '', 0, '?'),
(0x14dee25ca7ea8b681ac2c829c4a0891d, 'wp-includes/blocks/paragraph/block.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-quick-edit.php', 0, 0xb9d1a84405b63c07976a932a689354ec, 0xb9d1a84405b63c07976a932a689354ec, 0x88af0619edeb22c7465a2ea633950dee5d750cf0ee5c461f4e1d81cb38a1b962, '', 0, '?'),
(0x14e30ad3359f7ae050164534989a5ae4, 'wp-content/plugins/elementor-pro/modules/carousel/widgets/media-carousel.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/carousel/widgets/media-carousel.php', 0, 0x5ad88d9fc3113184993b2f56605493d3, 0x5ad88d9fc3113184993b2f56605493d3, 0xf15dcb64fbbfb30ab9e18aceb53a89198e7dbf55ba36a1a7e32129a28b366c06, '', 0, '?'),
(0x14e6e9ec5eee4023af9a0264d956d1a9, 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php', 1, 0x00000000000000000000000000000000, 0x52657992c8fdb21487205373c5a6bb66, 0x3738b2d55b147b18b72247b2aa827ead4fbf095b05a28c62684ac1a3d58f23a7, '', 0, '?'),
(0x14ec9b24c2407a75a521750f5f9a1a3c, 'wp-content/plugins/elementor/assets/js/49d9a23b08ff2c138b03.bundle.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/49d9a23b08ff2c138b03.bundle.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8227ea2bc1cba9969cff1f4d53879aa6, 0x3574e6944e48fde282876c519901a562550f35f3220b402815832571327595d8, '', 0, '?'),
(0x14eed5965761d3fc743162a857324929, 'wp-content/themes/twentytwentyfive/assets/images/delphinium-flowers.webp', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/flags.php', 1, 0x00000000000000000000000000000000, 0x15f61b69efcb63d2e7a3adb59263f02d, 0x38b659b8d6434fe5d7f89930f76a7ba11a78a4a41244f2c496bf149278aa4fa7, '', 0, '?'),
(0x150364eaf9b0dc9a24e6fba5b6ed1a77, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomLengthCheck.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/block.json', 1, 0x00000000000000000000000000000000, 0x49d51aac2102038b9a162451984175df, 0xf56670bfe465e7e883bb74f6725b08c5a7730654b9845872e0c981b82dac4dc9, '', 0, '?'),
(0x150a4528342ee02d17bbfce029ffec5d, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', 1, 0x00000000000000000000000000000000, 0xf1a54a2d87a2696efef37c3afa62bf22, 0xa326f8b8c12385c225b3a8e7bfc44d4a2e02fc149c182298378d64eb643133a4, '', 0, '?'),
(0x150ccb4e73c6ca2712ea6a33c8e14c3d, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x142843cd393f81ba1313649e930f5ff6, 0xea2b806b52f2b34c49d4025a9a80d12c0fbd6744914c6a5325e39bd073fb68e7, '', 0, '?'),
(0x150f98afdca139ee755f5c0ac339c127, 'wp-admin/css/color-picker.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/color-picker.min.css', 1, 0x00000000000000000000000000000000, 0xf3cc1985788e0fee54693619119afafe, 0xdba371809154a2f27a75c5d5eea94f69eeff5ccb35d0af59f475d6e8147e3d63, '', 0, '?'),
(0x1510c84b55f567304d55bf2f9af6ca87, 'wp-admin/admin-functions.php', '/home/forwardbetcasino/public_html/wp-admin/admin-functions.php', 1, 0x00000000000000000000000000000000, 0xf9586faebc5fa6a892d4b2290acdd172, 0x8e28d85a212e0cdd65f17fd8545539323be2c91ead13e6e5dd8f7403356fd25e, '', 0, '?'),
(0x1518240de608e3748cccf9406da9b64f, 'wp-content/plugins/elementor/assets/css/theme-light.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/theme-light.css', 1, 0x00000000000000000000000000000000, 0x1f2d53a7616aa7f804e1ccd67c2534e4, 0x06929cc15a2e2566c4f7061274dd4641c21dc3b85a7f87945a0bae0294fc640a, '', 0, '?'),
(0x1528959eb7f6a8e3ee07f5a8a80f7b40, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php', 1, 0x00000000000000000000000000000000, 0x688addc862b56445563c24438bc19b66, 0x7dceb88c073462cd7df243b3b38986eb716f11d24f7892f7f8d7c7cf05647be3, '', 0, '?'),
(0x152d5e04b5f6e3fd8189ab89defe1055, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php', 0, 0x40bd4bcc0ea2bd1b7b7e74621c59621d, 0x40bd4bcc0ea2bd1b7b7e74621c59621d, 0xe19a080aef85c89e85ce5d82d872b9a236091cc39a5a7b5456632e804776877e, '', 0, '?'),
(0x15343b56cff4278c2fb6f2e61ca866ba, 'wp-includes/js/jquery/ui/effect-scale.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/colors/modern/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5c2e0c3822b5a0c9fc5c658471e0fe63, 0x47a5185eb8fb389bd103f4f3a26c56c234e5df44f55598ce4df9c981727a7a6f, '', 0, '?'),
(0x153abf66d83f62086a83bf902e8b9fb9, 'wp-content/plugins/wordfence/views/blocking/block-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/blocking/block-list.php', 1, 0x00000000000000000000000000000000, 0x749f32c7267320bfd4a8ab031c8afdbf, 0xc8d58f49b723a8eb6591a18fba96b217c372d0602d751f971657f9a6b6510751, '', 0, '?'),
(0x15545e950e44e639d9100a6760ba9957, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/DroppingStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/DroppingStream.php', 0, 0x007976226e51572ca425131e7bc76682, 0x007976226e51572ca425131e7bc76682, 0x559c98551f3f6d4c84404fe3fad5bc7a971ea863eef827407dcbadb6ce2bf66d, '', 0, '?'),
(0x15551bfa45b14cf2c47b7a75906d2623, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php', 0, 0x6f47a3e1fb1ffcbed14519a0fccb0d16, 0x6f47a3e1fb1ffcbed14519a0fccb0d16, 0xe5ff7dd0446c9871c1d758bb8122611f9b471de51ed94775aab656587dbf8c3d, '', 0, '?'),
(0x155af8f505144a3c2e45a25c88caba59, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldFactory.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldFactory.php', 0, 0xb7cbae8659f1aabb9bd2790a876e38f4, 0xb7cbae8659f1aabb9bd2790a876e38f4, 0x5fb72886f3e9e6b87c3043d4a2ac6470a3bd12de285b0c90782a7a263ca0b55e, '', 0, '?'),
(0x1569ff9a7a0d912a1cea9cd311124bf6, 'wp-includes/Requests/src/Transport/Fsockopen.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css', 1, 0x00000000000000000000000000000000, 0x41c2eec62fb54280ca6e2fa4f8cc6d21, 0x3bddea68ad02f8de1dec76b5263f24fc30b6e697dfd2433927dd7b2a58e3ee38, '', 0, '?'),
(0x156d3d6f5ed3a3ade42d18081cabb5c5, 'wp-content/plugins/wp-rocket/inc/deprecated/3.11.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/BackgroundTask/ValidationDataGarbageCollection.php', 1, 0x00000000000000000000000000000000, 0x664825f5599351730f4f954eb6d3db28, 0x1d49752a537e84df1d11f33106a92bf1f39db182649a87001c8c2336ed406fd4, '', 0, '?'),
(0x15724d83abc384e7f6f60cb8f065cfd7, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php', 1, 0x00000000000000000000000000000000, 0x28284d941d0c35d101337c0d267fec56, 0x84f1c15fb4a40a60ea1b8c1aa1c285af280e1315d5c052189a5d076abd41ee04, '', 0, '?'),
(0x15746e3c0997e625ab10085a70494bca, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/wpshop.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAnalytics.php', 1, 0x00000000000000000000000000000000, 0x630a0f3338b41464cfd4e69f848092ed, 0x9eae48a8d505ac1b2a60018f39000f7778491b7559cbb7d2060a133f78884513, '', 0, '?'),
(0x158ac83b852af2462775efef118fe0b5, 'wp-includes/blocks/code/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/code/editor.css', 1, 0x00000000000000000000000000000000, 0x2b767bc10e64e884f4662439b6ecc55e, 0x4be98fac812fa120de73b4ec43532d00ea55ef840b6a68f273810be535209a02, '', 0, '?'),
(0x158b5e820f1906d53049eb001d823764, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php', 0, 0x7a8905bf9a729c1c3e553c7a3178d665, 0x7a8905bf9a729c1c3e553c7a3178d665, 0xd3324cbe599bc8ecd0360f5bfe1fbddc538ae26a18cde840021c064b0bc28a23, '', 0, '?'),
(0x158dcd71b7ee59479325f6f7f6cd4217, 'wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss', 1, 0x00000000000000000000000000000000, 0x4c929d45799446708260a4f903acaaf0, 0xabd3d7d88cfe4043e9b805422bf2b488c43d061af5a1e1f4eeff8aaad6e297e7, '', 0, '?'),
(0x158f16dbde430a8e0c97e455be8416fc, 'wp-admin/js/custom-header.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AdminSubscriber.php', 0, 0x87e43af130677c7d8065cbdda2cb3812, 0x87e43af130677c7d8065cbdda2cb3812, 0x4fca443a448d7f1ca009b4b3d85f64ebb3a21c51a633d7b0241b4d785a9ffe2d, '', 0, '?'),
(0x15a1770decec844db4e8c8f0bc03879b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/UploadedFileInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/UploadedFileInterface.php', 0, 0xbb190f0792e5b92d8c909eb798f3dcb7, 0xbb190f0792e5b92d8c909eb798f3dcb7, 0x8847606c82467db9ad9fe3c0d62af017e9f4b33a5ce6abcf3481a9376dcb5aaf, '', 0, '?'),
(0x15a22cd272291228c29eddd3683f8afd, 'wp-content/plugins/elementor-pro/modules/motion-fx/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/motion-fx/module.php', 0, 0x104d595477ea49459f239b796dd50c9f, 0x104d595477ea49459f239b796dd50c9f, 0xe78ba3b6d6f2b4a2fb10179615f9d6c28a2157b071cc3cc632e6b9b35e4ac811, '', 0, '?'),
(0x15a2c43cf1390f49504efecaa92b1b21, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-subdirectory-validation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-subdirectory-validation.php', 0, 0x6a5ee09ee839e0b440e856ffd88cdb42, 0x6a5ee09ee839e0b440e856ffd88cdb42, 0xac4f6fb82abe5daad660820f217d68b5a057ec0a4cb2879b92dbd51643be788a, '', 0, '?'),
(0x15a78aea2b62f4bbb27168587245f21a, 'wp-includes/blocks/comment-author-name/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-author-name/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0c83e578c1390dfa700d9dd8cd384b07, 0x8681017cc9dea7424f436f18da69ea379ce9371cb33d995f21a2b55dd091a685, '', 0, '?'),
(0x15aaf3dd189cbb460cb9eb18a73858a5, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/and-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/and-condition.php', 0, 0xe257ff49eaa47b3e52fe7aa4f5348cd3, 0xe257ff49eaa47b3e52fe7aa4f5348cd3, 0xfccf5fdd6c8e8bb89c0812f9c5e78590b1dda3e3d2a165b5cd21496b0a2f33a1, '', 0, '?'),
(0x15ac676b0252b34ccab2860c7a0e6f82, 'wp-content/plugins/elementor-pro/modules/nested-carousel/widgets/nested-carousel.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/nested-carousel/widgets/nested-carousel.php', 0, 0xa699aa1eebf72f93da07e8b360209960, 0xa699aa1eebf72f93da07e8b360209960, 0x60f0e9d5d422bdf7671a22e702501311f521769b48f391cd74cfd819c38b49f4, '', 0, '?'),
(0x15b7c2e57f730dfea7cbd1093ce2482a, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/Subscriber.php', 0, 0x5d0d39e854bb996167bbabc983341206, 0x5d0d39e854bb996167bbabc983341206, 0x5d2ad70be3cacdb7e4fadb74c2ff63b3a9af4a7d7401aa9adaae7a1ae84d71c1, '', 0, '?'),
(0x15bbd5cf233e960f1bab9cf8fdfc929b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedChildTagName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedChildTagName.php', 1, 0x00000000000000000000000000000000, 0xb0620d0a63d3ba72ffa5fcf15a0b2357, 0x0263899879592e7a7b6a78f9e4dfa3576214ffda3870f1931e71dcd7c091dce0, '', 0, '?'),
(0x15c0d97fd99532862a859bbac14e49c3, 'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-layout.js', 1, 0x00000000000000000000000000000000, 0x73d14901726e2f2566eba46e67b81ba6, 0xc1508592a6bdffe1d01c985a1f94c88c518612dc22a3de89a5ea18bf2fb85c39, '', 0, '?'),
(0x15c8551d8ab162779e2a3c9a4ef916bb, 'wp-content/plugins/wp-rocket/inc/classes/admin/class-abstract-options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-abstract-options.php', 0, 0x1250e20e2ab6aa59c3c7fbca171346bd, 0x1250e20e2ab6aa59c3c7fbca171346bd, 0x4ad060d95909280a564354ca97ae48b8f0f81abab2570c4f433befd1bb192323, '', 0, '?'),
(0x15df2dae97e65de5f24a0396e3909bdd, 'wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg', 1, 0x00000000000000000000000000000000, 0xf86e14d60628e9a2ced189ec9bf47e9b, 0x30d0816e87079844687f75afe6204eed4fff3db4e6224334377d061e98b39647, '', 0, '?'),
(0x15e4e794bec9985475c3eb37378bf33b, 'wp-content/plugins/elementor/core/base/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/module.php', 1, 0x00000000000000000000000000000000, 0x52e8eba8957c56cf92783a89eb0c0f03, 0x6c1c948c2976f82ca1e1af4ca167b0c359632409042db9bd38f2cc5fd73f45fd, '', 0, '?'),
(0x15ee5d594be1397b62b0cd488b343ce5, 'wp-includes/SimplePie/src/Cache/Memcached.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/Memcached.php', 1, 0x00000000000000000000000000000000, 0x150371174534ecc6f69fe33544765c02, 0x091c13ecf4e56b831a0628db6e3051a16a7a07114ee104c205e27ff71717e825, '', 0, '?'),
(0x15f756bcd3f7c9b1dcbca95ecc827177, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php', 0, 0xfcf110d7133ad838a1b2d9b7c449f8a2, 0xfcf110d7133ad838a1b2d9b7c449f8a2, 0x8dea7f00c4ee7fb1781a1b61aa87eb0f262aad0b553cc68ba65de916ca79dcbb, '', 0, '?'),
(0x15fbf7dee7aa92b775a3a10d5a4a572b, 'wp-content/plugins/wordfence/images/help.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/help.png', 1, 0x00000000000000000000000000000000, 0x244ec7fc3b27fd874dcfcff9f2205901, 0x96efe91ab23700d9e9a472c2802f69a3d27a3b6b692c9b3d4c9b5abf67998d99, '', 0, '?'),
(0x15fc1829a7a3998a740dee2cbd4adabc, 'wp-admin/options-permalink.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x109dfa40d95abcc9b3f97c0233059615, 0x908f5f03c9e59869d1ecff9d8e6303b28d8e42b8ac843748e2fc254b20aebf02, '', 0, '?'),
(0x15fee76e45aa5c6ea0bf7ab13e69503f, 'wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php', 1, 0x00000000000000000000000000000000, 0xf8de29033de630f452649ed178ca01ea, 0xac989b55a6d22522041d854e72e4a7c1f77e3ebba23127464299e03473bc4be0, '', 0, '?'),
(0x1601cb947f8269bfd5e3da74c89671c5, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/in-sub-term.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/in-sub-term.php', 0, 0xa9500276ea847b5ff025d00ade5087e2, 0xa9500276ea847b5ff025d00ade5087e2, 0xb2f1216002757a25040c7cad39b8073425ab4e8d6750a379563852d6c74c76c5, '', 0, '?'),
(0x1602099f7732e5cdfd8b49881209cc8e, 'wp-content/plugins/amp/src/BackgroundTask/BackgroundTaskDeactivator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/BackgroundTask/BackgroundTaskDeactivator.php', 1, 0x00000000000000000000000000000000, 0x1a80ae3f758e9f40944161149fad8dec, 0x933b9a652efa84e383105fe8fd99e201ce3496fc11411f781312e623def4512c, '', 0, '?'),
(0x1614f63fc784a3f980eb3a0ade1fd658, 'wp-includes/customize/class-wp-customize-theme-control.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/more-posts.php', 1, 0x00000000000000000000000000000000, 0x05dae585aae7bb4e3848507554cd9e86, 0xe4be987e44ad779681a262e205cb66ee5d9761259924c70faf89d6b09b26b384, '', 0, '?'),
(0x161a0eb4f029209425697983ceb40207, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/wp-content.php', 1, 0x00000000000000000000000000000000, 0x5084951e72c3774d592f6ac3fcf152bf, 0xc4d564325303c8774d3cf6033baa4e8c2e874741010046b2d7992cff93d35002, '', 0, '?'),
(0x161cfccd7661ade44320211a08d18ce2, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2', 1, 0x00000000000000000000000000000000, 0xcc19ad196f1e382b628047d4ff5ea3ef, 0xb58c47557d51c958520deb00bc0d160f7ab74e99c81dc0f06d296d24dd126390, '', 0, '?'),
(0x162adb235ae3e89bb5a4e0df2ecfd713, 'wp-content/plugins/wpseo-video/classes/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/index.php', 0, 0x9fb286adf0b251add35e10c0213143ca, 0x9fb286adf0b251add35e10c0213143ca, 0x42617acb968538eda30eecb23b4a67bf3994c4f2e0dc2b15f24284a7fe49d59b, '', 0, '?'),
(0x162f8105b705d9d776657404ffb90fda, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php', 0, 0x223eb3b94a67b09b61faf0a48798549e, 0x223eb3b94a67b09b61faf0a48798549e, 0xefda0c7c246f844812531b995508614eb74feae7f1720a79c6dfaaba8e1b270f, '', 0, '?'),
(0x16339564fda483e2796ae4e9dfcef356, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', 1, 0x00000000000000000000000000000000, 0x404f1c3cd42e3c298224c3f7de93c1b4, 0x1a02de9b708a8dff0907869ce43e12a602e1422a2702bce35ec0d210968c54d5, '', 0, '?'),
(0x16358e2fb8779d3c51fd012ed8973286, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php', 0, 0x9f7b270c9fb61bf7ff1ce0e7e4ce31a2, 0x9f7b270c9fb61bf7ff1ce0e7e4ce31a2, 0x328fae91ee5b28a81a4a2668d63429cb92d1d424e67c2e6b7378c9ae5b388d53, '', 0, '?'),
(0x1637c720d037e232500546780143f177, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/models/condition.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/models/condition.js', 0, 0x28fae0050fbad3f8a15d763b78cf003e, 0x28fae0050fbad3f8a15d763b78cf003e, 0x4139771451e5286bd81408b16923f83abae296cc74bd3fca2dee42dd477ada5f, '', 0, '?'),
(0x1640439a908850f96f83b8dc6fe842f6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/resources/local_fallback/rtv/metadata', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/resources/local_fallback/rtv/metadata', 1, 0x00000000000000000000000000000000, 0x3dc2c71926b00b07f7c887059a60a18d, 0xe96a32636c2c97ab01779a2313e325504b463e97da8601e4d74f0254e72fb5f7, '', 0, '?'),
(0x164193cc0430d842d627871a09eeccbc, 'wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/videos.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/videos.png', 1, 0x00000000000000000000000000000000, 0x46886b1ecb09deee41273ec72031b8aa, 0xab84ba39b499c2842b9ab6e575562404e7fb994c099b305e9e2f08bf3966abbc, '', 0, '?'),
(0x164296af79244363e169f1382b9a6721, 'wp-includes/blocks/details/editor-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js', 1, 0x00000000000000000000000000000000, 0x531a4c05fa30060b0f4ccc8cc0378af6, 0x58d3301f2a7ffa5562874a8a579116ca5b5c221e4bea72291f73dc738b84b77b, '', 0, '?'),
(0x164a44e51a53ca2fd66fefe3371f372f, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptIdAmpRtc.php', 1, 0x00000000000000000000000000000000, 0xcf20ed1c52e2c503c843f741586724c1, 0x5121e09cffcad15e53c0bab5ddd9ef7df7561bc3df386567350510f42efa2954, '', 0, '?'),
(0x16528f72e872a528dec89fc7c0e350b3, 'wp-includes/blocks/media-text/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xdd5081b98130be310d340d3def314f25, 0x62ad8d613c21d6e833da9e515d338d087314ffbf23514d1634efcc07be7045ee, '', 0, '?'),
(0x16576c85d8793acf00566e6084640096, 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/templates/meta-taxonomy.php', 1, 0x00000000000000000000000000000000, 0x1d60f547f995596f85209d1c1250134b, 0xa7f2cb8c8df08471b3812f772dd1a2409652ef4959e1866b0ea1163efb73a27b, '', 0, '?'),
(0x1657f27418024011487854d8d59a90ad, 'wp-content/plugins/wordpress-seo/css/dist/notifications-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-2400.css', 1, 0x00000000000000000000000000000000, 0x48f16dac1fe2997cfac31939ea7fdead, 0x7ac94dc12ffbb7ac477d80284c2a0cbcd731218ea5625cc341289954c025dc5c, '', 0, '?'),
(0x165b81595b93bbf36a96bfc788e747f4, 'wp-includes/blocks/search/theme-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/search/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcc11bc037a16fca9e598bb0be6801e53, 0x81ec182d4edf6b22942c5b9d5bd16aa55f74202da858d3127f4fd6fde8de1bc3, '', 0, '?'),
(0x166814389acaaf6ea5942d82dd090e2a, 'wp-includes/blocks/buttons/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/buttons/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7df8c7f11c21723cd50ff4a6e4e208a7, 0xf482b1f3d5b69f2c2a7fdbcd96edd63e33a9a91cbb78190d36919282e24bb435, '', 0, '?'),
(0x1669d52627ec31642e53122dcfbcec1c, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/InstanceDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/InstanceDefinition.php', 0, 0x6986a38a2b8ec5078d06c893ff40ab11, 0x6986a38a2b8ec5078d06c893ff40ab11, 0xb43d833ff5a5bcaafdc1b6559a6a75df47a7b9165a321204113fdfd95ca68d9b, '', 0, '?'),
(0x166c82e6461d97a9a9c20b6529151590, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Section.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Section.php', 1, 0x00000000000000000000000000000000, 0x3f9526946866824748d03dadd3b404e5, 0x272fe1aa0d87e918ea62e66fa81811fbc8233a2ec4cd21ab3c9c3ecc68f8c2a2, '', 0, '?'),
(0x1671c15b480d65905b9d7bdbc40390f1, 'wp-content/plugins/wordpress-seo/js/dist/languages/ar.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ar.js', 1, 0x00000000000000000000000000000000, 0xc72d4f52b6a5b3d9a5447c9865def7a7, 0xc8d1c75b5ed8291ff14df6b6554190c41b095319ee662d43d1b845fbba625cff, '', 0, '?'),
(0x167fbf031e95fa150faa4fd6f8985dc4, 'wp-content/plugins/wp-rocket/inc/Addon/ServiceProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/site-logo/block.json', 1, 0x00000000000000000000000000000000, 0xf86ae29d7f6f249967eab77918d48ca4, 0xb783e60e49cb9dd3ad31fb0ec8563a18c24787ab52a1a0d81082aaaab65962b6, '', 0, '?'),
(0x1689f840d8be48eaa4264589d1978252, 'wp-content/plugins/wp-rocket/inc/functions/files.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/functions/files.php', 0, 0x3739915b243d2ab8cc84fb6c622acb45, 0x3739915b243d2ab8cc84fb6c622acb45, 0xe9f9cfc74db8598b288efed49c54000816d3ba0a8fa8126d5155f05c59754ead, '', 0, '?'),
(0x168c1c2c903423a28528e7230c170614, 'wp-signup.php', '/home/forwardbetcasino/public_html/wp-signup.php', 1, 0x00000000000000000000000000000000, 0xe95f8ab73ea60f1adb3fa682a4fc7ebe, 0xdb1dfd213ce8e3667de396534e727d26e2fe180f5169a45c823da20a55f5f25e, '', 0, '?'),
(0x1691e52c950cd65c507eabaa3079bd8e, 'wp-content/plugins/wordpress-seo/src/routes/integrations-route.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php', 1, 0x00000000000000000000000000000000, 0x4b3ff248307f3883469d2678be401e73, 0x71a5d73b5784abbef7d163de323a05da84ae5023ef0e5d97434fbdf0897b2cd7, '', 0, '?'),
(0x169c29cd5065d5ee44eea3f888c82073, 'wp-includes/blocks/group/style-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxLightboxExclude.php', 1, 0x00000000000000000000000000000000, 0x1e38188c9d5c0429c684ca716380deba, 0x0facaff1c6338b7ea0bd96fcd8355ccb29322947b2215c82910d96786d4f14ae, '', 0, '?'),
(0x16b476eb2b075b2e4924b75df1541688, 'wp-includes/style-engine/class-wp-style-engine-processor.php', '/home/forwardbetcasino/public_html/wp-includes/style-engine/class-wp-style-engine-processor.php', 1, 0x00000000000000000000000000000000, 0xea8fac567547ddaf859965a4cb9ffa3a, 0xf912f4435f62255ddb44ebc73aee21baad5d6214b6d0b5f5b0bcff887403a8a3, '', 0, '?'),
(0x16bf4b0a87e474240816e9da64dde374, 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-5.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-5.php', 0, 0x557b33024ede295174dbe58e61147df9, 0x557b33024ede295174dbe58e61147df9, 0x5b776a3be30ca19e8262de6cc188c17fb42fb3f68419a87ff08ed28ee8ad7371, '', 0, '?'),
(0x16c1a66a6d1654905afdb3ce2f677be1, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-purchase-summary.c8767542fa302a7f351f.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-purchase-summary.c8767542fa302a7f351f.bundle.js', 0, 0x2a9e0b7af1cff6ec58b2b9d6284079d4, 0x2a9e0b7af1cff6ec58b2b9d6284079d4, 0x9a39955a3d3773b9ffc1898a3591b86c5b87e18a97d917d01534e006d355388c, '', 0, '?'),
(0x16c66af655efe9fe29951b5011e70112, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_indic.gif', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php', 1, 0x00000000000000000000000000000000, 0x83bf6f07b2b59e829e563f691a5d2cf8, 0xab6eba5c4de6fd1cbb9753862621b7890c092c43eff4cdb9068ad64779fe5487, '', 0, '?'),
(0x16db91dd806deb39a2986ca95e9f48df, 'wp-content/plugins/wordfence/images/logos/shield-premium.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/logos/shield-premium.svg', 1, 0x00000000000000000000000000000000, 0xdac30dad0e2dc8ad0a5197f399567f8b, 0x3f6d551e4ca4e5e9fc2d6ca1915a4f499bd22c5853944d9dd7adefde9d2d0589, '', 0, '?'),
(0x16de8247df161a2ce01aa3f2643e4239, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php', 0, 0xfe34eab6e3e9cfc17895e0c8b6119e39, 0xfe34eab6e3e9cfc17895e0c8b6119e39, 0xa2291c05f978bd9e60ed8cc006f0506c9a131df2e220c0b0ce9b7b25f29583ad, '', 0, '?'),
(0x16dfb5e7b8880a02174f262dcec789c7, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/InstanceDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/InstanceDefinition.php', 1, 0x00000000000000000000000000000000, 0x02c6b87065d890ef91b82a9423b4ae6f, 0x0b68a4e37a9fdba8f538065c2870237445818edd8bedcc6915d232dbdc3103b2, '', 0, '?'),
(0x16eca9afce1fce62a1142fb3793bce66, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php', 1, 0x00000000000000000000000000000000, 0x876e1268abed658c53be2ca9a6b48c21, 0x98dd2c474bcbd766cacdfcd0186f9561f8ab747ddf86235ab3ec73a776a327ad, '', 0, '?'),
(0x16f0561cde004e7362e40cd082742ef1, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareTrait.php', 0, 0xc30dd9341f03f4777f43a1f1b1aa2a76, 0xc30dd9341f03f4777f43a1f1b1aa2a76, 0xfde52436c32aa797a8739e9ec79ef571e88a084c42bc2856b6dd559bea24420e, '', 0, '?'),
(0x16f0eb3f3554ab6d5a1dcdbc36d4b47c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickSeries.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickSeries.php', 0, 0x73ed9cc58ee5d0c965a0472a560958b8, 0x73ed9cc58ee5d0c965a0472a560958b8, 0xe80f9c34010eafd4befd976270fe1c9bd4580a9291e62d24fab26dc933b64c9f, '', 0, '?'),
(0x16f0f72ae6b2ab9e015110f387ffa54e, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php', 1, 0x00000000000000000000000000000000, 0xfb6e0002ec885d270b5d3b361707a587, 0x50af5ba09f034d5c709fd4e0c70448ac26cca3f25cff5e70cb1f4abe1d1bc88f, '', 0, '?'),
(0x16f4cfe1e3cbd20080569b6406f55732, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x830eb44301883d69d0729a2843e142fa, 0x136e5d4ba03c01dd2a946b8de8d42a77e6b526d755b23c2a97b5926614138651, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x16f75cbf2e6625e8c70afb56f8d7c578, 'wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js', 0, 0xf2a72cfb6e560fc505377590cfdb786c, 0xf2a72cfb6e560fc505377590cfdb786c, 0xb65ee308c34ec465549f798e5ecd405ffb8fb0dec9fb137af1f0d627850386b0, '', 0, '?'),
(0x16fa70d19a8837f9b32c4c3bccd8117a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php', 0, 0x01e6c680ecf1390f139975e417bf86ea, 0x01e6c680ecf1390f139975e417bf86ea, 0xc896d83f4ae8d0e77152a7f6f4d9d94f8ede5d20e0f5c450d543adb1f5a914d0, '', 0, '?'),
(0x1702a2c67a1066579b744855cec34856, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/AmpException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/AmpException.php', 1, 0x00000000000000000000000000000000, 0xd4f73577a01b7fb45530ff33bbb6ed2c, 0xee33236d6cf26c8dec17c26266f2d367459e468e7a7522ae2cf81a4516b98f14, '', 0, '?'),
(0x1706975cdb7ba8cadbebd499f35556d9, 'wp-includes/blocks/navigation-link/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd0e8a8b2b5e9ab1ff338d1f9cf92ff0d, 0x8eb5a4f609adbc7a935c76c943c1113412fd9e29612f5131fdd3abc908a2b7b4, '', 0, '?'),
(0x1707818d7937afd01f4d41e440a09a85, 'wp-includes/widgets/class-wp-widget-rss.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-sidebar.php', 1, 0x00000000000000000000000000000000, 0x60323b15f639ddf3e10d34811fe3ba37, 0xb229b8ecc414654c2ad70a1e7b1f65e18c387778d8369507d930cceac4baa374, '', 0, '?'),
(0x17179a5f2930647c89151e365f843b6e, 'wp-includes/js/dist/rich-text.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/rich-text.js', 1, 0x00000000000000000000000000000000, 0xd5363aae048f725838f3ed027bf188cf, 0x49d5e7f81ed17cc14fdb546bb58ce594668066b6232097c68ad6e51d31f4b6c4, '', 0, '?'),
(0x171eaf40b4c2012341fbfbf709b78d6f, 'wp-content/themes/jannah/inc/updates.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/updates.php', 0, 0x0330c407f20ffa59f9a3e408c39442ef, 0x0330c407f20ffa59f9a3e408c39442ef, 0xfa816f6490adf1209473d926ef45cbd788f54420864a5957b79ec96919a41226, '', 0, '?'),
(0x171f34c0da699a06aad66e2da4afb2fa, 'wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php', 1, 0x00000000000000000000000000000000, 0xda2f3b26987a53a60eef601239fd9514, 0xf92e00ea1e75bd887cab2e648d5002d4d9e959cb4119946e0be3dbdb11dfddf1, '', 0, '?'),
(0x172107711e22f6b6886b7023ca87d5ce, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_2.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_2.svg', 0, 0xc30cc980381fac2f6321b20d874855db, 0xc30cc980381fac2f6321b20d874855db, 0x8c0481448e0309e1e2a5465b83fa0e93977bcb688aa9b615b2af9d938ed111cf, '', 0, '?'),
(0x172b481ef52a401fc540771b32cefda1, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-color.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-color.php', 0, 0x602603e6b59c9785b2bf6f66035f3786, 0x602603e6b59c9785b2bf6f66035f3786, 0xe4b3a5278b7a80efe92e6f1bc5f54e9b59f8dc57839275a262368c10edf85123, '', 0, '?'),
(0x173a6153131c92a84311a47b57380af7, 'wp-content/plugins/wp-rocket/inc/Engine/Activation/ActivationInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/rss/style.css', 1, 0x00000000000000000000000000000000, 0xfc2bfe637bea3c1b7c0409c6d1c31dc7, 0x36112e624538463b89d25d968b3811a04b729bcbb61d97d39f06ecb78a8e5c14, '', 0, '?'),
(0x173eb0020eab2f50133ec09ad18542b9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MergeCellsRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MergeCellsRequest.php', 0, 0xac76341dce18135507af7044b18b0484, 0xac76341dce18135507af7044b18b0484, 0xf29d771bf4aa9cffdfc4b486d42c14e62ef99ebc50889c2d3837303e1b3ef7bb, '', 0, '?'),
(0x173f6a57bf12aa5225424278604c3865, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/bootstrap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/bootstrap.php', 0, 0xde7fa899c69d0a072500e508ef137f91, 0xde7fa899c69d0a072500e508ef137f91, 0xeef58a67269d416770aae79049e838341bdd1ae1e7c71e9cdb42cdf96aa0f707, '', 0, '?'),
(0x174165aeaa521b6a6d3ed2060c081d0f, 'wp-content/plugins/elementskit/widgets/advanced-accordion/advanced-accordion-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-accordion/advanced-accordion-handler.php', 0, 0x53a540704c3fab355e1390e6db05f9a8, 0x53a540704c3fab355e1390e6db05f9a8, 0x2bed746fb4847424a8848eb5eaea66fc66c9ec85ec26d037c478c6f15ea52da5, '', 0, '?'),
(0x1752056a76b6cbe54d5dc42f36b9442e, 'wp-content/plugins/elementor/assets/lib/animations/styles/headShake.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/headShake.min.css', 1, 0x00000000000000000000000000000000, 0xf5e2f328d57a42915b52a56de0d95e8d, 0xef53c7166382c3a37508b383581a29757c4737f367ed14fe3c7c10f04622ceed, '', 0, '?'),
(0x177e0234d6e9ca91bf3682133c9a5b16, 'wp-includes/blocks/site-tagline/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x869f4e64fc63ace9f416a506df2fdf2e, 0x84f0671a6687c88461d6c4c293fbb50978b91ff054e6b104f14410263fd73cfa, '', 0, '?'),
(0x1780a2033cf98d69ce13c2e5c8510004, 'wp-includes/js/dist/reusable-blocks.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/reusable-blocks.js', 1, 0x00000000000000000000000000000000, 0xbc7796accfa60d7e4a3bd57c9f551409, 0x52b22b262225e110285aadea5f93d00974850537da09ac6a2488d0088b6f58d5, '', 0, '?'),
(0x1788602625651f469567c09c94f39464, 'wp-content/plugins/wordfence/models/block/wfBlock.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/models/block/wfBlock.php', 1, 0x00000000000000000000000000000000, 0x0ed43df4f2ee4c1040cfca90411cfbc6, 0x0ad5538b593eee6cf02a0f10cfb843407a262b207aad64415791aca377a40a0d, '', 0, '?'),
(0x178bd39d2809436779f06126aad38a26, 'wp-content/plugins/elementskit-lite/compatibility/data-migration/translate-file.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/data-migration/translate-file.php', 1, 0x00000000000000000000000000000000, 0xd48bcb120ddecfc4980872813fc410bb, 0x95a577fb15371813590f492fe03ea3707555e37d1b3919321d9af891f6f32944, '', 0, '?'),
(0x178feb0d6ed08f6a89340ac46bac4240, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefunca.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefunca.php', 1, 0x00000000000000000000000000000000, 0xbfd6a068e6afcda509177b72d8a7825e, 0x4802d4ed03cb440422303d88c8a0449ba1a837ddeb483d332080ebc03ae93b5f, '', 0, '?'),
(0x1797d01596dbb5c481c44f3e60df2a05, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/text-control.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls/types/text-control.php', 1, 0x00000000000000000000000000000000, 0xc196ee17eee0da1ae8300f3547e74e88, 0x0d00df26cf674005852f5061ad9f481c7af7b00a61103759eee04afec5ab820b, '', 0, '?'),
(0x17a4084dfdc4a1bdeccd77774be6af4e, 'wp-includes/js/dist/development/react-refresh-entry.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/development/react-refresh-entry.min.js', 1, 0x00000000000000000000000000000000, 0x1eaa3ef1e56ccbc0ed8a5f0c542cebcf, 0x470dbcd7bd1666bff3e4cb6eb3cd058379b1dae3594500fae91d7977bf45ea80, '', 0, '?'),
(0x17a81d22a67379624e6c2dbcd7029411, 'wp-includes/blocks/preformatted/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/preformatted/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8953b2fcbb47d47bc4885d04f935d731, 0x5f9fa30bad0b7063296b0ce9eacb3359484cb649574f85505d1239f4741fd753, '', 0, '?'),
(0x17a93a38cf1f4961f617b9c3b86cd56d, 'wp-admin/includes/class-ftp-pure.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryOneofAttrMissing.php', 1, 0x00000000000000000000000000000000, 0x3601f734de24ab65c5ab342dca3459ef, 0xbd5f46d09332c2ede0619aa8c9d5c5db0159c1bc6099b0f2559918d395d1fe34, '', 0, '?'),
(0x17af1b7fbbe9516d3faa701fb1dd8eac, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php', 0, 0xc70ab63e824316e77520b34f65abaeeb, 0xc70ab63e824316e77520b34f65abaeeb, 0x40f0d80a05f30368606e79ad43156db0689a7523918cad7e3b7f34e81c2fd524, '', 0, '?'),
(0x17af93665c2ca41d745ffcfaf6fb1930, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php', 1, 0x00000000000000000000000000000000, 0x3c5bb54f3c2294b1de44ec936882b41c, 0xc96ef4b6253691ba4fadb228bfeba78716ad5099131e2d639fbe87cf87b64a18, '', 0, '?'),
(0x17b2fea3b24b714d8dc3e47b83b1bb03, 'wp-admin/css/dashboard.css', '/home/forwardbetcasino/public_html/wp-admin/css/dashboard.css', 1, 0x00000000000000000000000000000000, 0x25ca0c4aa207714429db8690b1d9c361, 0x0928c88328816769df7d15622d57f54e0be1ca52c310a2098421b35fba54efaf, '', 0, '?'),
(0x17b3b2e3722a5f54f003cb6f65b0ec7d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/MessageTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/MessageTrait.php', 0, 0xbdfb66f6b715b394a5cdde42c609e31c, 0xbdfb66f6b715b394a5cdde42c609e31c, 0xcd64a1f8d8cc7912e862b7a237ce495b7528412d40f8d9711d6a6e6938e66d96, '', 0, '?'),
(0x17b7c673dd9c93c39e33878ccff4fed7, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Title.php', 1, 0x00000000000000000000000000000000, 0x93fa9f9672de82a548eee6b796e576ea, 0xe7d1bf5475b0cae3b163cee8ce7d52e9f1b543819eda3cfb1125d70cce9eaa81, '', 0, '?'),
(0x17ba7b785ac663f91122866862913fca, 'wp-includes/js/dist/dom.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/dom.min.js', 1, 0x00000000000000000000000000000000, 0x76145a8c279107a26e26e18e73264665, 0x68773caf98ca55265c9c5156c9355bf0c764bdebf7cd2812b299319a9b083b95, '', 0, '?'),
(0x17bd1be8c4fbe173e33aad2ec32c99ef, 'wp-content/plugins/elementskit/modules/google-sheet-elementor-pro-form/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/google-sheet-elementor-pro-form/init.php', 0, 0xc5fb55ca40906a969dbffa31506baf39, 0xc5fb55ca40906a969dbffa31506baf39, 0xfaa66a5488a6aee66a36a9dd9d4a226bd0a63400c8aab0742d5e42aaf7b4622e, '', 0, '?'),
(0x17c4eeb835e2ecf4492dcfc47a67fdde, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json', 1, 0x00000000000000000000000000000000, 0x405960e8dbba2eaeda8bf567fb20da7f, 0xe190e9000ac611ca01749e75159f65aa0cd1308a7d3bf4cef9b401b80ee70dc7, '', 0, '?'),
(0x17c5162d18e254ab0a3f5402db76c0c4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateSpreadsheetRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateSpreadsheetRequest.php', 0, 0x978bcf8cea202185bff9dfb14629d702, 0x978bcf8cea202185bff9dfb14629d702, 0x5ed90667f21c137933eda28f4d1444d8dbf4185bc2a8eddf9c9dd72d6a69a409, '', 0, '?'),
(0x17c892224e3d11914ce211b01b2e9055, 'wp-includes/blocks/more/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/more/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x93b4c7fdb377c12ed82c2489237f3ee4, 0x2bcde7a9a9545e333d40dbcafc35ecb1e05f978ca96a7ac7bc5b392bc54e2e93, '', 0, '?'),
(0x17c9c9da333982b52efbe90da1d8c932, 'wp-content/plugins/elementor-pro/core/notifications/traits/notifiable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/notifications/traits/notifiable.php', 0, 0xad7ab03848e9ad43d3ba1088c328c695, 0xad7ab03848e9ad43d3ba1088c328c695, 0xf075514823cfab18ef01e0050259d7661e1d67f105d84ee2b7c453ba287cc148, '', 0, '?'),
(0x17caf02799df24f80485738450466a37, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/disqus.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/disqus.php', 0, 0x72f61a88de638b71233f9089ded2e0dc, 0x72f61a88de638b71233f9089ded2e0dc, 0x15dd4cc2099765c75f881d32a525fad4ad93fec4eae93510c1c4d9429af95efa, '', 0, '?'),
(0x17d2c419cf9de9d3363d9982cc8d0895, 'wp-includes/blocks/post-excerpt/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd5a5f61efcd5084cb7ed604c28d2a9f1, 0xcd02424f179ba3c421371d8002dadc5290837f3f30b8b47904c48fe4c404d035, '', 0, '?'),
(0x17d36fa4e22e67d9e87d794c3e41c568, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/comparator-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/comparator-provider.php', 0, 0x59ede9e4260ec77f636da988589a99eb, 0x59ede9e4260ec77f636da988589a99eb, 0xa5a840ed2060ff810c4214ae13ee9746218b355153c69b7a16691472c3a7b9b2, '', 0, '?'),
(0x17d3ec234760447c6177c05687fa8581, 'wp-content/plugins/wordpress-seo/images/academy/block_editor.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php', 1, 0x00000000000000000000000000000000, 0x1b1c9b637d311ab7028c8e3148ef74f2, 0x838a496d94446838bbeb6e8042765bc99b41e9880c3af68d9fec2306f72b93f5, '', 0, '?'),
(0x17e0e357d04d466033ccdc24f7e61d0f, 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x321eb8c2c04345435a36b39bac651cb8, 0x5c57b3f72ec2a3d6e4ef14113b5c09ae4bfa1eb15bc97a484549aa38f9800b41, '', 0, '?'),
(0x17ef2ab9a96f91a1252f9b627a5bc002, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2', 1, 0x00000000000000000000000000000000, 0x7fb7a3ef0371a860a07789488bd781f3, 0x00feda3209bccc2035ff2b74893095c3b207e328ead4be32358feb8f9d40b328, '', 0, '?'),
(0x17efee32418463d9a3b6d51537d9dcc9, 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/initial.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/migrations/initial.php', 0, 0x03190a15689aa31d2c4749d035ef8ea4, 0x03190a15689aa31d2c4749d035ef8ea4, 0x72f754ad05ec4d30a41e3ebafab20b06ce2b871624a4fc91bfd0b6776e971283, '', 0, '?'),
(0x17f6a735c6d31946811c97c16241ab81, 'wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-requests.php', 1, 0x00000000000000000000000000000000, 0xd20104001aa9d64e7a0c1e04dc6ae933, 0x310be4c18e577e669812d157bd8593a23b00e257129c35b25588a238c0a63cee, '', 0, '?'),
(0x17fad4a56436675d51a383894f233efe, 'wp-content/plugins/wordfence/lib/menu_install.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/mobile-redirection.asset.php', 1, 0x00000000000000000000000000000000, 0x9d386f4847995d2e4c647b8612826899, 0x6eeb47f63ea66ac149c61865dc7912f8f1a9406825283925d9f58e4cd1040e8a, '', 0, '?'),
(0x180a8eaf6cc47f624a67d6dc7a39e9fd, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-base-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x34bf96a26701387beaa65c53cd00ca43, 0x1d20f8a51cc4cc628e915bac43cb6db698f3deb9a114a55792b44dbe8f935820, '', 0, '?'),
(0x180c5c221e49a0a8b4fa77edf41a8237, 'wp-content/themes/twentytwentyfive/patterns/footer-social.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/footer-social.php', 1, 0x00000000000000000000000000000000, 0x5bfa09419dbb32116d460c5f99ab63c7, 0xd11cabd62f26937ba362525d5a5930f9c24f0a748edfdd4e95be4f5994203016, '', 0, '?'),
(0x1810241089483f2e3068d816a9ed19d0, 'wp-content/plugins/wordfence/lib/wfScanEntrypoint.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/elementor-admin-bar.js', 1, 0x00000000000000000000000000000000, 0x98c086bbdf7b85f7bd8fc8ab993ada1f, 0xdac2b61ec8c8b1c9b583f69849852d812d4738de5f34b8c1c46a1281823c67f4, '', 0, '?'),
(0x18153011efaf62a7849dffc7731b27fe, 'wp-content/plugins/amp/readme.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/readme.txt', 1, 0x00000000000000000000000000000000, 0x353bf387706d835bb590b2516860e7ca, 0x5fcc6758e38ada08bf894f7eca9bbf4f362b7087ef872ea4a4fd07ce5154bb0b, '', 0, '?'),
(0x1816268f1c4a5d7a382eeab1a44b882a, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', 1, 0x00000000000000000000000000000000, 0x78d58260a5df0e7bc1255f1e3c79095e, 0x54972ff45b2b0de51f4acc43c7b154e806c876ea437b7a4aacfa989012350708, '', 0, '?'),
(0x181b877392ce79ddea2523c172f68e3d, 'wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php', 1, 0x00000000000000000000000000000000, 0xa76f78a6435cebc35e32d90e90e3fddb, 0xfde35665a001ac2fc4f456b7a9a32b77771c8e99a5d3e0e0fa24aaac6fa94899, '', 0, '?'),
(0x181db46f663fde33a8500bbf31f222e2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x670122cca4112f184f949bec59a2b727, 0xca38e665ea549b65740d206a189c50f72fa5c04ae41086993c5ebe72d3a57a12, '', 0, '?'),
(0x182b20d5145aa7e1f22cfd4fc64401ae, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpScript.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpScript.php', 1, 0x00000000000000000000000000000000, 0x366364818ad0bdc9a827e81ce8eb330b, 0x054a8b88820fdae9c0f6d797df2e18d0a50cf2cda3f0255ceb687becdb6398a7, '', 0, '?'),
(0x183161f887a1fb0cb4ba8a99fe3fd96c, 'wp-includes/blocks/comments-pagination-previous.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php', 1, 0x00000000000000000000000000000000, 0xd4006c64ff856c75f54f18e13a86c202, 0x060ca4e4165bd3dc798cc65c8f010b1db6d9bea4382acb268706ce3d20e7acd0, '', 0, '?'),
(0x183a9b882eb0c80357d79278de8ee708, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Exception.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItemprop.php', 1, 0x00000000000000000000000000000000, 0x4fa14a0c1ce02f984dd948325498e980, 0x2fefcca5297ce65a8e255deac035b3f7792529f15094d6cb22b8aad0b1c68022, '', 0, '?'),
(0x18421e0307eb57a3e9f7d102771f9f00, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-gallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-gallery.php', 0, 0xa45eefeb3d8c12fb991a706072c27245, 0xa45eefeb3d8c12fb991a706072c27245, 0xed96ff7afd91718d1c246688f3a5ef663bce3fcd1c5bd449a42da7023ba19a26, '', 0, '?'),
(0x18460d31556313456624a66671e31075, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php', 0, 0x9bbcd8601fd04aa0cd400d8ecc849b2b, 0x9bbcd8601fd04aa0cd400d8ecc849b2b, 0xbc658720886fa880deaf0eef939fcb46d1898fad2d530b70853a711626dfda02, '', 0, '?'),
(0x1846abd2657fc0fbd67ded28b71be5bf, 'wp-includes/js/jquery/ui/dialog.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidSapi.php', 1, 0x00000000000000000000000000000000, 0xc5e33d3cef60e1ddf9daddcf614a9c8f, 0x6382b157143ff8ef3db0f01045c23eb33d754eb27435d0b141faaf6a53fcf2fc, '', 0, '?'),
(0x18532fab8ea45d70c1d6cd8abb366617, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoDocking.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoDocking.php', 1, 0x00000000000000000000000000000000, 0x59c0da93958ea217649a58e6828f6fc1, 0xe752f234147869be8cf55ad89919e143ddfdacbb5083e3ad147aa63caf63c367, '', 0, '?'),
(0x185b389b7abdb17a356784f33d5a3c02, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/typewriter.webp', 1, 0x00000000000000000000000000000000, 0x8e8c7a312e1ea9a42eea74f9c4d9c4ab, 0x0643c129372b644c61bc062d70bb3f5b78dc9d8bfc043a7c2f10df3bd163cb8c, '', 0, '?'),
(0x18673a598d8abd5a72fc0ba1a7717d5d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedTag.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php', 1, 0x00000000000000000000000000000000, 0x8fee93bd160a03d3e776f4eb628403b1, 0x5f57e4b088c15604ba6650953009c55bd769f94cfe342b8012d1533e80446080, '', 0, '?'),
(0x1873e299bc7b4452cc5ba56bd931fb49, 'wp-content/plugins/wordfence/images/logo.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/page-list/editor.css', 1, 0x00000000000000000000000000000000, 0x0edc506213371b7246ce946dc0a7ab54, 0x616f03e17f30438c8d48ffa2babe2a42b670a73581ed681a0dbe19e36a0d470c, '', 0, '?'),
(0x188e2b6e6550c7e0c31908619e1b8000, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', 0, 0xb7a21bb9f22007d8ed5c001ef1ad16a5, 0xb7a21bb9f22007d8ed5c001ef1ad16a5, 0xcff42ed90f4105dfabdb6665e7ce361883fb0ac6be625ce61bfe787136762b85, '', 0, '?'),
(0x18914e334d08b20aa3c353bfec306a16, 'wp-includes/js/dist/block-library.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/block-library.min.js', 1, 0x00000000000000000000000000000000, 0x55485f94704940979b4471474dab9a22, 0x02e441b037429cd0d37e055dd8684349e9e6d0265d5ccc3e4e38d0cdcf26e329, '', 0, '?'),
(0x189b895c7c889e62b36957c0704a4766, 'wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-box-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8ae9acba41710984d3c33d12e3c89ed9, 0x6c926765261b26a40d5df351402a1f1d205199e31e52c3ce77979afd77934edc, '', 0, '?'),
(0x189bd5a9bb19fc62375bb6755c609853, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToCreateLink.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToCreateLink.php', 1, 0x00000000000000000000000000000000, 0x4052ee54f6dca3d201a930ac69d2418b, 0x1266a6ac8483929f84e051365163e9944c3c1376bec11a29787f3fd5b9bcddc9, '', 0, '?'),
(0x189f962f14fa248aa274c5b3bb3f0db0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DES.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DES.php', 0, 0x5aaf36f77fe71b26b40b6907336d69e8, 0x5aaf36f77fe71b26b40b6907336d69e8, 0xecd5b9dcad576626a991ab0bac7e81e5e95bd2124d64d2a675550eec0d055b6b, '', 0, '?'),
(0x18a46333f92e47d7e88c4018291090a4, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php', 0, 0x4f064565f45ac35987c0fb0545ccf926, 0x4f064565f45ac35987c0fb0545ccf926, 0x06f6b3ca5773eabe12477228c0513941aa5f1dc2a93e2b84871b82c3c727b7ac, '', 0, '?'),
(0x18b856513b279198d9de7e8ae40aa4f6, 'wp-content/plugins/elementor/includes/autoloader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/autoloader.php', 1, 0x00000000000000000000000000000000, 0xef6e1f538d347cbca0001bdbb20f372f, 0xc337c5689fcf0e01ce65b91cfeb22abb055e81e948da7fb5aeb4b75bff7bba62, '', 0, '?'),
(0x18bec9fa7cd43686a10965cf31028784, 'wp-content/plugins/elementor-pro/modules/usage/integrations-reporter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/usage/integrations-reporter.php', 0, 0xe3ebf05c0f0055e0891053364412ce00, 0xe3ebf05c0f0055e0891053364412ce00, 0x620ea5cfad041ca34c90387db9126436d0186f0df81a664a4a10351fa5c3d499, '', 0, '?'),
(0x18d178289bc5a5dcba842e92f5c6d587, 'wp-includes/class-wp-session-tokens.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-session-tokens.php', 1, 0x00000000000000000000000000000000, 0x55d4940d9fcc55084b5e229a68a7e899, 0x2cc4d893cb9113093eac1b76983e61a99ca2ebc71a8cc865070d02bfdbfd0276, '', 0, '?'),
(0x18d492d7e3be419f95d7d9f972ab8e5e, 'wp-includes/js/wp-custom-header.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-custom-header.js', 1, 0x00000000000000000000000000000000, 0x8b434024d2b783534581f4869d0123e4, 0xf2ef22e89a79f7e493a7c0ed7df5bf5e48de7ac80c25fe955aa0cad183a99c99, '', 0, '?'),
(0x18da7a9bdf613e603c99a321fc43fe74, 'wp-includes/css/dist/block-library/reset.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/nux/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xd4e649cc98b377b813acd02b092694c4, 0x3acb941ea82f503e9ad8e35bf475ba52d8aed4d97b62477c5314a816187f7945, '', 0, '?'),
(0x18df247befff6dcf097aaef74b74b13a, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates-conditions-conflicts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates-conditions-conflicts.php', 0, 0x628b6189a596eb406fafd1ff23641d8c, 0x628b6189a596eb406fafd1ff23641d8c, 0x983cff2971d6b8fcc6e14e83652f5972ebcbdc29d3a29fd2013ae4ce1ad7e59f, '', 0, '?'),
(0x18e5855309afb614c612a167094e9664, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x2203c8ceb4bf16f14cb2d3ef2eb3c16f, 0x1065c1c86fd98ed433c3fbda75cfa8b0a29a791be7cbe5d4e23388380ad8913a, '', 0, '?'),
(0x18eb3004dc9aeeb95ab449b7e4b8b14e, 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x9b6f502f9fb8bae64e17432e33c3c0bf, 0xae49f9434b1ff85d997358f100b5de4a6eaa768a9e6a328354fe162e8d7d6847, '', 0, '?'),
(0x18f6469652e161c93e9335d216aa8687, 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php', 1, 0x00000000000000000000000000000000, 0xddc54125689039d03f421e9ff2ffc470, 0x6cc664b5ffbeecb4b663c8d0f221b85e266cf2a8eede87554f397e2ed1d086f1, '', 0, '?'),
(0x18f799066831e09d392a3e6a829e2804, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImg.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-control.php', 1, 0x00000000000000000000000000000000, 0xc0db3ee1bce133d78683ea95b04322f7, 0x61f6748192a5f56fa2b2d0f639098a205ff07d429eed74190f3551fbc8665235, '', 0, '?'),
(0x18f8d276d47942f9d0467a306d1f114c, 'wp-content/plugins/wpseo-video/classes/presenters/yandex/class-wpseo-video-yandex-upload-date-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/yandex/class-wpseo-video-yandex-upload-date-presenter.php', 0, 0x1cd1500ac07a122f922342d5387ec944, 0x1cd1500ac07a122f922342d5387ec944, 0x6f5de646043ecd83b31043eeb04a25ddd2aeaf01e06fb1ddf1dc7b5823859ef8, '', 0, '?'),
(0x18fbef71298c9b0f4f04a46ee73d0a4d, 'wp-content/plugins/wp-rocket/assets/fonts/icomoon.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/fonts/icomoon.svg', 0, 0x4f73c47505cd66441e6252090bde55bc, 0x4f73c47505cd66441e6252090bde55bc, 0x644cf6e05653b7f34c8d11197cbcad3ff19ba515a236ed14a25c1679b13adf1f, '', 0, '?'),
(0x1900a58eeb8f20efc3cd99cb599d59c9, 'wp-content/plugins/elementskit-lite/widgets/testimonial/style/style5.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style/style5.php', 1, 0x00000000000000000000000000000000, 0x86371697983c66078f1e18a65e129519, 0xe5fc294b3fe6ccf592f08f7ac35b2a4e11d709f36ea1c2d683fe74eb58fbf7e7, '', 0, '?'),
(0x1908e3a51a9275ae2c2d5554898805bd, 'wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-abstract-busting.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-abstract-busting.php', 0, 0xcf528f0307c730d42b19d87271ddd28e, 0xcf528f0307c730d42b19d87271ddd28e, 0x2bccf325fecee8643622a9167548aff28f724eea2adf1fdf43e5abdd9e424415, '', 0, '?'),
(0x19107eeb31071af963d9ec49e8391d8a, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/round-line-02.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/round-line-02.svg', 0, 0xa29653ea8bcfe5ea687da4f484246d71, 0xa29653ea8bcfe5ea687da4f484246d71, 0x753bb9c4a4d6d7e69674b2deb9f0a4d23b019ab18831a5ed84953a86b87bc0f2, '', 0, '?'),
(0x191588b07f0a97c3bd3014788b207ee9, 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-schema.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-schema.php', 0, 0x99b2afee9dec61bd0902e18d8091ca2b, 0x99b2afee9dec61bd0902e18d8091ca2b, 0xcdd32105885313511bd28c81b8a9089faeba0bad071f3f26d8da8c4d6c6d5ec6, '', 0, '?'),
(0x191a36144238fb98639e839fb1651567, 'wp-includes/blocks/shortcode/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/shortcode/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xb84f2a63dcf174b5fa42f5c808481056, 0x988abdb6747046b3a9a4578543703e325b967d0ce268e1e676f47036ab1b6aff, '', 0, '?'),
(0x191a8542ac992f3257e2b21ea44d215c, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-06.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-06.png', 1, 0x00000000000000000000000000000000, 0xf673583db124f13727fea0effd01b3f2, 0x00a98d012b05ed1bfcb8acf89fba370061ca897ffcd6cbb01811b0d6cfc19093, '', 0, '?'),
(0x191f915f51fc3653d98638ab05f41beb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriter.php', 1, 0x00000000000000000000000000000000, 0x2f6984cb16596ff90a4d3ba1e0e2029c, 0xa2a76b7646ed2b80483e314f5349b34cde2922dd3e622642dda08f323713555e, '', 0, '?'),
(0x192d4ebcb614977e9077f959bf6f7f55, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-url.php', 0, 0xa0b7ebbe30a2db792acaff030e6727ef, 0xa0b7ebbe30a2db792acaff030e6727ef, 0x1d71e22d4f7a740464ad3efb7046885d7e535c11427eade3145eb7a86fdaaf39, '', 0, '?'),
(0x1938db883777572c24af0f33529ad59a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CompatibilityFix.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CompatibilityFix.php', 1, 0x00000000000000000000000000000000, 0x9b6197bc5ceb306f6f854ca69de4952d, 0x9cd0d6bb28915bd05c89a7616359a42020484210da159d268850c3e5881dceef, '', 0, '?'),
(0x193a843679ca2b8ca6287fea105b16cf, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-notices.bcee9b5e1c8f65ac7927.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-notices.bcee9b5e1c8f65ac7927.bundle.min.js', 0, 0x434475e4e79adaa503efcae99a6d862e, 0x434475e4e79adaa503efcae99a6d862e, 0xde7e6b5333ae14eed997fafc6381158d9a573774e08c06b58a9b9ee9ce2f8a8c, '', 0, '?'),
(0x1940f1fe0c02c7606366cbe8d37d76e5, 'wp-content/plugins/elementor/assets/js/text-path.a20877e832db83423958.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/text-path.a20877e832db83423958.bundle.js', 1, 0x00000000000000000000000000000000, 0x2a57416528e4a1629c330c79e6639411, 0xeef7f745ab476f499624e6a73432255b17f4b90a7f9287f22a5d26ea51f52829, '', 0, '?'),
(0x19442a4b8eb07c9081b63fcfd60d5440, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpList.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-create-command.php', 0, 0x57af7bc7124253e13f1e2062b0af00af, 0x57af7bc7124253e13f1e2062b0af00af, 0x4ed6f7fa89bdcc2ef6bfcbba7267c1d6e1113742a1df60bc73e3ac65cb2fb1e4, '', 0, '?'),
(0x1958122c476e5526fa5e70e2e7c34067, 'wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js', 0, 0x3e31a0ddb1f910fc672d22e6435b95ed, 0x3e31a0ddb1f910fc672d22e6435b95ed, 0x7b8615c63a172cfdff3da2f28bc28b66c2f5e8e746909dd93295ce78be9c676c, '', 0, '?'),
(0x195d6b2c10941a999da9b52fe263c202, 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.asset.php', 1, 0x00000000000000000000000000000000, 0xeaece0e616d3d16b6589357c80f7f6c1, 0x2614107e7ffa0acd786b1e4bd36897d824e73b0a2d9551df0ac03da16204fb08, '', 0, '?'),
(0x195eb0db25db6987c041b560c8527383, 'wp-content/themes/twentytwentyfour/patterns/banner-hero.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/banner-hero.php', 1, 0x00000000000000000000000000000000, 0x1f2f07a7ec9941b89e05b86a5ba2bcb4, 0x1266950140e241e46e7a3cf911c19281ada9174850ed2678d916155cea0ba65d, '', 0, '?'),
(0x19628786ea45849fa31fbb07ba34743d, 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', 1, 0x00000000000000000000000000000000, 0xcaccbb1c046fabec9d19770e471b3e70, 0xca49b66006495e7b02e750d7a0688451f8cf16653a1473475e9ba438a373c49a, '', 0, '?'),
(0x1976a6613a9553f8dd4d096f69562f11, 'wp-content/plugins/elementor-pro/modules/forms/fields/field-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/field-base.php', 0, 0x9003d4e68d7f22152b0aa9e5872aa2d7, 0x9003d4e68d7f22152b0aa9e5872aa2d7, 0x7a39297f2aced52d2bd735db8a2da1e6e81bce85b03980c36ac47873d129b2b2, '', 0, '?'),
(0x1982a319fa0a1f677d9785ab3103c5ac, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpKalturaPlayer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/l10n/class-wp-translation-file-mo.php', 1, 0x00000000000000000000000000000000, 0x9c5923809f5520ea778675391ce98d31, 0x6ae2705183d5eed92875bddd0dd7a1709b5a905b78312eec9c3a7fc38fd61388, '', 0, '?'),
(0x198c1897271abd8e9320228da2d8b71f, 'wp-content/plugins/elementskit-lite/widgets/pricing/pricing-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/pricing/pricing-handler.php', 1, 0x00000000000000000000000000000000, 0x13fe43e6cadc1ba114929b8a5ebecdc2, 0xe81dd71bad50e31b2e0906cd06173cb2c688e948263e572b4cdbc6649bf9da17, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x198fe82cc2823d39e4d7d868cc364bdb, 'wp-includes/js/jquery/ui/draggable.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/draggable.js', 1, 0x00000000000000000000000000000000, 0x4f0e7d5742483151c73f5eff5971279c, 0xeacb4c50f414e74337f80de58b1859b707d5401dd892054504c45fa691290494, '', 0, '?'),
(0x1996871dea9baea7af466ee239196be0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dl.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dl.php', 1, 0x00000000000000000000000000000000, 0xdbf366f9d9283ff91621542ac7437f7a, 0x853df07fd2f5e45ec304d2afe90dbced04f60ec587b9779984db83a54848a455, '', 0, '?'),
(0x1999a367a033eaefca67a5a82497ba5c, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php', 0, 0xd0fec11c66a92889f6ac2e203e234e14, 0xd0fec11c66a92889f6ac2e203e234e14, 0x7b17124e6ca72bc905cb3886db4524df62b3cdcd37a60e895888cdf4b8126f17, '', 0, '?'),
(0x19a2395784312a5310053e63c9a522eb, 'wp-content/plugins/elementskit/modules/conditional-content/libs/base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/base.php', 0, 0x24a87b08843a52e5f8105332e4e3f75b, 0x24a87b08843a52e5f8105332e4e3f75b, 0x67d28a82a124c56646cfc50a0275481325e9023772800ff64db6f84f976069ae, '', 0, '?'),
(0x19a5cb4038e2a26171d0d5d6ba6ae6b0, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2', 1, 0x00000000000000000000000000000000, 0xb817c3dd5db9acf0eefde5d0ee9b0879, 0xea900d3bb8c1d642e5581df23223527c9f6d15260b32430be9c7670ef63090ac, '', 0, '?'),
(0x19a7a6c301d3d1a278cd7b150b90aa56, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SourceAndDestination.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SourceAndDestination.php', 0, 0xe3275df29f24d5ae97499fc9ec9a7118, 0xe3275df29f24d5ae97499fc9ec9a7118, 0xbdd87fc91b4c873eb2ba0b0133fb74d2b98d966b4a50bfdc29844f6aa0aee899, '', 0, '?'),
(0x19a9cea51b4113793b38deef62e5d3c9, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/internal-server-error-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/internal-server-error-exception.php', 0, 0x73a646de64c431b0f515b37cf2276f35, 0x73a646de64c431b0f515b37cf2276f35, 0x6de339555002b37daf3b0629a1330902793c37ec48e485217fcf849f8ac39e14, '', 0, '?'),
(0x19bbe71d5da7c689060910b701f86515, 'wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css', 1, 0x00000000000000000000000000000000, 0xf96c64a1e1b964b523487b29622882ee, 0x234d5ad3c09c161e1043e31b37ae65ce440e2fad77859766aab56b0869705c1e, '', 0, '?'),
(0x19bc704ad285d0475270cd81ae50e6ea, 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/post-comments-skin-classic.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/skins/post-comments-skin-classic.php', 0, 0x4fecbf8fb886b3775fa04a3b0a69543d, 0x4fecbf8fb886b3775fa04a3b0a69543d, 0x820d81bb9d2bfa0e77d5a461b949fae392f45db22eb2b83bf64ae4ec62fe472b, '', 0, '?'),
(0x19c327cc5b8d0ad939aeeb0888ffa494, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CrawlHomepage.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/social-icons.php', 1, 0x00000000000000000000000000000000, 0x2fe141d3f6f5eead1a6db223ebee5acd, 0x9c7077b98cef1c738684e820ed148229c79237fe95c8d0729ed7d2925c0b78b6, '', 0, '?'),
(0x19cc55413cf32c09c5086536b0cc6fc9, 'wp-content/themes/twentytwentyfive/patterns/template-archive-vertical-header-blog.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0x02fed7a921f57c989c48aafe84e3c200, 0x8344c1c4bbb8c4b8e440ff9ef74eef55ed5bdf3c212290ce8c4223c21fb60354, '', 0, '?'),
(0x19ce1a47700f50666c11ae574f5c3c61, 'wp-content/plugins/elementskit/widgets/timeline/timeline-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/timeline/timeline-handler.php', 0, 0x61df399c71c5e133451836a914a3ee11, 0x61df399c71c5e133451836a914a3ee11, 0x38b002106be704d776b7157139a7998de5aa904a6f842fdbc5d4e9e800f45e46, '', 0, '?'),
(0x19d031f2e48d448f5fd75e938fb52a53, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/custom-fonts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/custom-fonts.php', 0, 0xa1f9d4687c9c70f5d1d51b7684159d41, 0xa1f9d4687c9c70f5d1d51b7684159d41, 0xf166c27daee86508514f7581fd1d3199f969b3d2d7094ccdde9a03bd8ea949ac, '', 0, '?'),
(0x19d4bf2c365fd01de5eb7864c510ca9e, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', 1, 0x00000000000000000000000000000000, 0x647f9b3f8fee49de18a9326b41a287c1, 0x022346cabfa73de88cb47564632e26992fc59e856644102919c9fdfce4bf302c, '', 0, '?'),
(0x19d86a67f9b8f825545f807e1703c6a2, 'wp-content/plugins/elementskit/modules/parallax/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/init.php', 0, 0xa58b5a8b75481a0335540a9b98a0981a, 0xa58b5a8b75481a0335540a9b98a0981a, 0x4a8505bd951c41d0687888542d9aa95520761a9abcedf58a8c133ae694317b87, '', 0, '?'),
(0x19de0f4ef12632f059904a1ec7ef939d, 'wp-content/themes/hello-elementor/header.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/header.php', 1, 0x00000000000000000000000000000000, 0x72bb843cf07757eef49bba2618cc0211, 0x45e7d2a186ad31d424459ea98d87f4e43ffa32f93a90c7ebb80acc3d446aec96, '', 0, '?'),
(0x19ed7b0ef4d6c63a5999408d3dd39389, 'wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-01.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-01.png', 1, 0x00000000000000000000000000000000, 0x39ed7ba121e17e8be09819439831b0a4, 0xf79fff59ced8e8e758b4380b2aa38d65f8f6e759b7429622e4c166ca56696f5b, '', 0, '?'),
(0x19f082cd16338595a48bf617007eafaf, 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0x64dd2fc3a9edb4b113cfee02511e1744, 0x7e6a9d1305ffa2793613aee5750d6b2b266cbd10bcbaad30067ad164dbab5c9c, '', 0, '?'),
(0x19fbb33ed92fe1a1875ff318b3e9c3c0, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php', 1, 0x00000000000000000000000000000000, 0x3a2b9a13ee404afa8c3c647ce5b6869d, 0x0c164463bf05da22b56a9cbe11997fd165712bc69e979367e59ea22a9052d066, '', 0, '?'),
(0x1a075bce2a564336b2b8d649deef9d2b, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/bootstrap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/bootstrap.php', 0, 0xaba1efb305de35cadafc914b4456eb52, 0xaba1efb305de35cadafc914b4456eb52, 0x08c71d38dd3f589ca9e87527d4e58d49a702dd69f328011d2934fa10a7e3150f, '', 0, '?'),
(0x1a0cd6a7128913b15c1a10dd68951869, 'wp-includes/js/dist/blocks.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/blocks.js', 1, 0x00000000000000000000000000000000, 0x67148210d26208d9c25ca9d9032e3799, 0xc518056c071c95d7eb755de71cf7e5d2bf8b1745dbd35015a48d06f136f28dee, '', 0, '?'),
(0x1a0f23f1809eed8a3d057cd7754a5b5f, 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css', 1, 0x00000000000000000000000000000000, 0x2925e17b89d9685977eeafd6f8c18cec, 0xb92c5e27714dae9ce461e4e11747ebe37298cc9ffdc5e147735bb6a5b01c5be5, '', 0, '?'),
(0x1a181d9b3c8e68bc8cbd1c279fffb37f, 'wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', 1, 0x00000000000000000000000000000000, 0xce407ff5715c837d02b1aba7975bf512, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x1a2125666dbf0f5ac42581935f41280b, 'wp-content/plugins/elementskit/widgets/google-map/google-map-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/google-map/google-map-handler.php', 0, 0x5ba58e2306ea7bf420ea2a1b52a8c981, 0x5ba58e2306ea7bf420ea2a1b52a8c981, 0x99ab02bfe5981c4cedd752ed2b72a3016d81e8ccc5c7fb550478d28eae10732a, '', 0, '?'),
(0x1a26f4bd6352e03c05172004466943e4, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidListName.php', 1, 0x00000000000000000000000000000000, 0x928a8f2f95149a1a5ebe0172261be758, 0x45a2633c06b567d6cd74b21b212581795306edafaa62527fd6ed6f49b96ac65c, '', 0, '?'),
(0x1a34cfcbbf69303c0208d7af899ff96e, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/wp-fundraising-logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/wp-fundraising-logo.svg', 1, 0x00000000000000000000000000000000, 0x0581b0012520ab8aec764637f8b7ad4c, 0x6d951d68883972e9c4fdac37175bb09d5f1f9554c1cc347cc913cc48e474a088, '', 0, '?'),
(0x1a3605d473f8aa772ae49e8b9183bb0c, 'wp-content/advanced-cache.php', '/home/forwardbetcasino/public_html/wp-content/advanced-cache.php', 0, 0x04f46fd6801bb950f8dc80a9e557ebbb, 0x04f46fd6801bb950f8dc80a9e557ebbb, 0xe49cbb71e4d4d785cacac8c58e8f803e115349e465bfd2556f01e22fbb4b2da5, '', 0, '?'),
(0x1a36139f750d7ddf98d5699cade6f181, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/restore.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/restore.php', 0, 0x7900512103b0389b32adcdf74dc0b4a4, 0x7900512103b0389b32adcdf74dc0b4a4, 0xd2dfb2eb6196e86a9e3a2bc473e7a209a95a4df5f88e090923db2b59e6418b03, '', 0, '?'),
(0x1a3f88c7b8c6a27d355e7006f9c61702, 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', 1, 0x00000000000000000000000000000000, 0x8c76981b4558f05f416bce0811450451, 0x0ee4e0909fa31e3ade5ef5dfd1dc544d13c597d9c6a4d996d1a651e21ebca44b, '', 0, '?'),
(0x1a4ac3dfd86ff2dc5452669d4b032071, 'wp-content/themes/jannah/framework/functions/general-functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/general-functions.php', 0, 0x2a7eefea7f62969efbb569b27a9e1daa, 0x2a7eefea7f62969efbb569b27a9e1daa, 0x25cfa9781de0b2e41bc3b82155f9b1b5a9447e87a999347b4e5404507cb88051, '', 0, '?'),
(0x1a61a9a427fcba4d3b80d7c8ad556c16, 'wp-includes/blocks/post-comments-form/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/style.min.css', 1, 0x00000000000000000000000000000000, 0xde0a60c352dd1f6b127b9ddfa18a82d5, 0xe22f057c0b9b51080bdc6760dc0a0d935c6a48f3944ab541f2664bbdd1b8ad20, '', 0, '?'),
(0x1a676fa6e1e2c9e3a56c1ec152014b18, 'wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebookStrict.php', 1, 0x00000000000000000000000000000000, 0xd7f2bc0e9b3eab1e80df09557cbd3a44, 0x78c8ee096670b4972e637427cbcc0f345a3bb60e322f73d11ec683993f4a29c9, '', 0, '?'),
(0x1a6adee34b35ae63ec8292caea69803d, 'wp-content/plugins/elementor-pro/assets/js/editor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/editor.js', 0, 0xd940f0fe6b1a576e390ba111e08406db, 0xd940f0fe6b1a576e390ba111e08406db, 0xb5408212f393a677827e76e415985a507f683d13f648031f44231531372689f9, '', 0, '?'),
(0x1a7bc0569d0bd127b7d5aea1d649b0b3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustom.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustom.php', 1, 0x00000000000000000000000000000000, 0xce5dc375da11058c2bfd52cc128ccb24, 0x96f5d3863791bb7ccca16bcec3d0331a2407c58ccc94bdc82eab18db0f9fb27a, '', 0, '?'),
(0x1a7f1a8bad4cd958c2103f5412e98da6, 'wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg', 1, 0x00000000000000000000000000000000, 0xcca65c99cbda1ef86c18ffff1e473f03, 0xc93b987d705379fda1b02c3773612ed554f88ccb8c4f3171279608355b9f967e, '', 0, '?'),
(0x1a7f8c3e7c9f6cd8849b38de715e660e, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ResettableInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ResettableInterface.php', 0, 0xefd7b906ec0a27ec49f88a01eed3ea1e, 0xefd7b906ec0a27ec49f88a01eed3ea1e, 0x6a3bb5e01e63630312a99a9cfd7a4d0db893e42eedf61cbf810217d1c18add6a, '', 0, '?'),
(0x1a87172d23ca9dace1c1749ee65c57e3, 'wp-content/plugins/wordpress-seo-premium/src/user-meta/framework/additional-contactmethods/mastodon.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/user-meta/framework/additional-contactmethods/mastodon.php', 0, 0xec7e669151467fc25b80ee2101bf119d, 0xec7e669151467fc25b80ee2101bf119d, 0xf7df60c9a9f03c068692298466532adf60afd847925f35316a02a9da40d1a23c, '', 0, '?'),
(0x1a8ffe8dbd964c364ee531d7153b389c, 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', 1, 0x00000000000000000000000000000000, 0xfecac404e7bf67c1c75d889d3e70fa07, 0xbe951e179175337d2825265466c95fa922644b6936e846ff78937068146cf911, '', 0, '?'),
(0x1a991af7153d330fea32e326fb7dccff, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/FileImportException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/FileImportException.php', 0, 0x59f2716905f8be4ae2cb7a0cfce84625, 0x59f2716905f8be4ae2cb7a0cfce84625, 0x83833c3cad194e73c8594aa2f7741d5e98ec6b59ed94a44266aeebad419805e7, '', 0, '?'),
(0x1a9b1f63d9a1f43a538e492c54404f9e, 'wp-content/plugins/elementor/includes/preview.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/preview.php', 1, 0x00000000000000000000000000000000, 0x9216cdb9e929c4801b6e878aa1aa2496, 0xb266f68ccadc9960d5087f58b06c0c03c4027118a56a089e279dcb9c023d3b8f, '', 0, '?'),
(0x1a9d27f958966e16c719439ce6b99ac9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpKalturaPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpKalturaPlayer.php', 1, 0x00000000000000000000000000000000, 0xea0e08e1837cf695581c5a27239304f8, 0xea85853036c10ee3c22cc939b3458b3398bf4f2f3de17c8b39bbba85cb60a4ee, '', 0, '?'),
(0x1aae499766bda8e74727992e2f3ead8d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/TransformationEngine.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/TransformationEngine.php', 1, 0x00000000000000000000000000000000, 0x9a826cb7186610dcee0a0ca8caac2f7d, 0xdd9d32c409391ad8782e02644686ddff663e7ec2fb23be57cd01566a9f9df1d7, '', 0, '?'),
(0x1ab53b35f51c1328819e4ff24fd652ab, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', 1, 0x00000000000000000000000000000000, 0xe1feb5c79b8807a1c60efd6c6d884421, 0xd61427df398b0d398a006f7cf3eb1ad8c0a7059fdbf1de7c9d95b708bf301b4b, '', 0, '?'),
(0x1aba0994a81cd387878c168bb23b1d58, 'wp-content/plugins/elementor/assets/js/app.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app.min.js', 1, 0x00000000000000000000000000000000, 0x881aa716920bfca71cf0010dca9ce042, 0x84930fb06b0b716a1c459d3d1f66ac13ae7883afa629fca34df5f77a282d1eb3, '', 0, '?'),
(0x1abbdc877d598edefe8bf364689449a0, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block-v3.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block-v3.php', 1, 0x00000000000000000000000000000000, 0x10a668272a258159836b311970bce91e, 0x9b81c18f09e6d0b318e6b82040695a31d9d85b89b053d96b2ae4c66d28eb971b, '', 0, '?'),
(0x1abf49a4b442d1621fc23f44b91f412f, 'wp-content/plugins/wp-rocket/assets/img/heartbeat.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/heartbeat.svg', 0, 0x31ab186bf4aecd80c26d460ff9232cd1, 0x31ab186bf4aecd80c26d460ff9232cd1, 0xf11c62da4290a3de5962ac9c06d7588d5ca66bd162c6e5cbec2257f76d6d0a8d, '', 0, '?'),
(0x1ac1661ff93678c65f9db82c2b3d5086, 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/ShortcodeController.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/ShortcodeController.php', 1, 0x00000000000000000000000000000000, 0x8e8b532e215cc6d55b9d8862272d3662, 0x40986aa73638389ffa7460b7d710915f64f67282a29c2c0aeefb86e8e7fd6ad1, '', 0, '?'),
(0x1ac7f7be37f3fb73c3e7d0b2f9c7ecb9, 'wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x75b436401118293a88bc5c17c249a9f7, 0xe63b490eacc5ce59393a5d050c0b50a65f6a84621d8e4da00f44bb05d41aaf72, '', 0, '?'),
(0x1acb8993b2bf30fdd810a871794abf63, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php', 0, 0xe3de23d19d0f5f775f9df49347823dbd, 0xe3de23d19d0f5f775f9df49347823dbd, 0x291c220a3f03cce1d54fa5de427bbe74e02c81c89f5fdbe54c71598072838e76, '', 0, '?'),
(0x1ad686c38da531b568d508da7f8159b1, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-settings.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-settings.php', 0, 0x9815b3fd9fec60389fe5b622ce06e94b, 0x9815b3fd9fec60389fe5b622ce06e94b, 0x075ce9c54c12771789e584ee250260957305b0e3a52f12e234c2a6c1f7bdeb16, '', 0, '?'),
(0x1ad948f0bb63723587fffe02b118f34c, 'wp-content/plugins/elementor/includes/managers/icons.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/icons.php', 1, 0x00000000000000000000000000000000, 0xab7995fb7d9a7c0de74a371ed4bff203, 0x8bfd7065350944d6710f7289087f8993b5be54b9f6aab3a3156b81466bcaaa68, '', 0, '?'),
(0x1ae4a6808087409dbe8542e761dd0a32, 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php', 1, 0x00000000000000000000000000000000, 0xc47799a7396e16fcf77defe1a84752b5, 0x965bb2dfeee1fe6643efa0b4225792b044a3431cd910241662d503762509246d, '', 0, '?'),
(0x1ae7cb1af9a0eb02a1ec5a05b6eb9793, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/UniqueIdManager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/UniqueIdManager.php', 1, 0x00000000000000000000000000000000, 0x775340421b0ea71cc58d4aeb57aa52c7, 0xab90458c66ee3f9fa0d267ea7e4eb5f5a38eef55263a07df439f24ae9dbeb88a, '', 0, '?'),
(0x1aebe3e8c1a195297174731f43493918, 'wp-includes/functions.php', '/home/forwardbetcasino/public_html/wp-includes/functions.php', 1, 0x00000000000000000000000000000000, 0xbb1a76af84ca13779b7e45e9cd09551f, 0xe2d6968490bf685569563e8b68ecc445988af519ea33af6a7aaa5145d0c7c115, '', 0, '?'),
(0x1aef798204843852234f1bac79cec618, 'wp-admin/css/nav-menus-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0xde5ca49ea8f9e0f502449c66557b9c01, 0xf254e6dde82553b6d0f932cdd3ab6153d63711958f72a55c41ab8fd3c08ec704, '', 0, '?'),
(0x1af01f92d7d5549c7771fed3f918a190, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php', 0, 0xb358368a63157a3e4bf9516e01658f17, 0xb358368a63157a3e4bf9516e01658f17, 0xd8540837fa0157ce3cc0759da6549ee7035d96404e30f558f2d2900bdcd9bf38, '', 0, '?'),
(0x1af030b37f108d9eb826f32c3ca6ce57, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression.php', 0, 0xa7da8127a2f768d52faa3b1bbf0dc0c9, 0xa7da8127a2f768d52faa3b1bbf0dc0c9, 0xb6dcdc59d1552ddd1b7945388e64556e4834ae4816338a37446e91f3b125e818, '', 0, '?'),
(0x1af1946cb31c9efe1fb70a2e290a4055, 'wp-content/plugins/elementor-pro/modules/woocommerce/settings/settings-woocommerce.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/settings/settings-woocommerce.php', 0, 0xbd9bae636e8f0b317bbede8479f0a917, 0xbd9bae636e8f0b317bbede8479f0a917, 0xe203f5da3a8fe3a2b38fa130d22cfff54376cb86707ab0bccd8a7b0c213ca968, '', 0, '?'),
(0x1af3c80da04fbcf45dc4e1784714354b, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-apache-exporter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-apache-exporter.php', 0, 0x6a20587afd3570c9a07373bb9e13acb8, 0x6a20587afd3570c9a07373bb9e13acb8, 0xf4d387fab60a7ac22e53100411d87362f5f20e0df1f2ae78aa62812a1b8859a3, '', 0, '?'),
(0x1af841bc1baf5ed7f9609d8587b3ad86, 'wp-content/plugins/luckywp-table-of-contents/plugin/editorBlock/EditorBlock.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-metadata-lazyloader.php', 1, 0x00000000000000000000000000000000, 0x99d68bf75271367d1464bf6c2983d984, 0x4b4a60d852b71d950b4cd4f3ff9eb7b9471f253206ce75e67507d4292b66250b, '', 0, '?'),
(0x1afad55dde87dcb6e9ec892deb72b2f2, 'wp-content/plugins/elementor-pro/modules/loop-builder/providers/taxonomy-loop-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/providers/taxonomy-loop-provider.php', 0, 0x2d6aeeb640506c32b1f6ec54fce046de, 0x2d6aeeb640506c32b1f6ec54fce046de, 0xa23c18b06afd36b93e669b250e3e5b3fd65c663c46a0b3f9abc7c7355f8e4372, '', 0, '?'),
(0x1afd5545e47328eeb1f79e231545f670, 'wp-includes/images/smilies/icon_mrgreen.gif', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/v1/editor-v1-loader.php', 1, 0x00000000000000000000000000000000, 0x18117dd12641d4baaf86f9185073f283, 0x497874ba3e4b1f89fe92bb124b72b9bacd750712547e03690ed4700322a9050f, '', 0, '?'),
(0x1affb9c22fa1cd839eed5425ab671b34, 'wp-includes/js/jquery/ui/effect-drop.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-drop.js', 1, 0x00000000000000000000000000000000, 0x017080316d933a040ffd94b1a82a9dfd, 0xca6ad5b3d93a9532e1b1e11f6cfdcfb64705ef12ee42eb25ba5bc37e3a7637c0, '', 0, '?'),
(0x1b065a6caa1a30bdaca73fce0c8f2dd4, 'wp-content/themes/hello-elementor/includes/settings-functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/settings-functions.php', 1, 0x00000000000000000000000000000000, 0xe19aab9b4768180d721979e1e83e3c8d, 0x5f406af11db9ebfa0fba4955c0bdb8d80e20fdb5b32f72ec2689c4fa921c046b, '', 0, '?'),
(0x1b0a464ecea1a9f41509bfbae17fad15, 'wp-content/plugins/wordpress-seo/src/actions/integrations-action.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', 1, 0x00000000000000000000000000000000, 0x78291775d0dcd61b34e098be806e8949, 0x4803bc06e865a556dd8e95dd44c0ed831d44f3b0a5cca6b3905ce8e0a7b2a7b9, '', 0, '?'),
(0x1b1fccc692304c938366fa4b60ea8836, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pop.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pop.css', 1, 0x00000000000000000000000000000000, 0xf58778f20cef8145b2c759cb3a168beb, 0x98d505bd29ea061c26807220c7fe2ed7833c176e07250332bd66852202816a74, '', 0, '?'),
(0x1b24ee8a50d96089890067efa85807b2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/pattern.php', 1, 0x00000000000000000000000000000000, 0x247f13d3eeb8d6a2f5605ee352830849, 0xbd6dc118e123118b8623e94c8d2f53bbac5fa8742fe28420842a9949c2955c3d, '', 0, '?'),
(0x1b2b2529f452df8e911cbdc7d865dd6a, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.strings.js', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x1b2dfaec63a93c81c8ee40d556735a82, 'wp-includes/js/api-request.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php', 0, 0x85e1d28de549b33d15738d0b421f87e2, 0x85e1d28de549b33d15738d0b421f87e2, 0x9c6c662a58badbb974a23eeeedf2ae9dc4ce738ecc66587d9a9e7598b5c04481, '', 0, '?'),
(0x1b2fe69144c76f5730c2625efb91f9f1, 'wp-content/plugins/elementor-pro/modules/screenshots/render-mode-screenshot.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/screenshots/render-mode-screenshot.php', 0, 0x78f480b0850f2bcf2e7d140a44781930, 0x78f480b0850f2bcf2e7d140a44781930, 0xfc39be189426e1c9ce3315bae6df6c9ce5d8550d25a332ad025330e3a70ee70b, '', 0, '?'),
(0x1b326e70d837ba3b1caa1829d5f3f19b, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf', 1, 0x00000000000000000000000000000000, 0x1f77739ca9ff2188b539c36f30ffa2be, 0xdc8591c9d8237cc798bbb4d1b156618fd14b3f034a8500258f0c4b495f560874, '', 0, '?'),
(0x1b36060e3ee45a0d658efdc75316a90c, 'wp-content/plugins/elementor/core/isolation/plugin-status-adapter-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/plugin-status-adapter-interface.php', 1, 0x00000000000000000000000000000000, 0x33a7c3a2704f7f6176ac69a23aebe514, 0x436461c5ac9206d8ab9195e1853ddb53b9f5c6d975c2e6e0371e6d3ae2896fde, '', 0, '?'),
(0x1b3898776fb6fee93e247547087aff88, 'wp-content/plugins/elementor-pro/core/utils/hints.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/utils/hints.php', 0, 0x127f112b7cd4f8f121b62387472643fb, 0x127f112b7cd4f8f121b62387472643fb, 0x819755cce9246e4d7ff00b179bc13f8fcc9bb7b882140ac94ad9bd593decd606, '', 0, '?'),
(0x1b3a2d81e6ca76065cb79f7dab38eba1, 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/9.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/9.png', 1, 0x00000000000000000000000000000000, 0x60f27edf37cad22285c5e3b29491e032, 0xfc7f9fbd11807cbc42d6b730407a6f93ed08040684db3dc37a8bd229a715af47, '', 0, '?'),
(0x1b3aab7f7addd46fc899675ad73e770f, 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_07/shape_01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_07/shape_01.svg', 0, 0xd35718646461ae285cc72269fc318d22, 0xd35718646461ae285cc72269fc318d22, 0x36ba78ff3b4793f02cd1deed32e88276785eaf7eb6e206da9a05a186dd1b5897, '', 0, '?'),
(0x1b3fdacdea1b863fd6fa8fe2bd79006c, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php', 1, 0x00000000000000000000000000000000, 0xce2dcc022958389108e32f0eb6cba28a, 0x36c43269b07a53ae3949ddc4710bda7f52a651f6bdd78aeb8db09ba4566a553e, '', 0, '?'),
(0x1b485885ecf4b1ba9bb1b078bd25cfdd, 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/3.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/3.png', 1, 0x00000000000000000000000000000000, 0x725f2a3d03e09ba716936f4fb5f58236, 0x790ba2fc705bd24ba1ec7b4e9f40ae5dde90b3c3bb5389cbd5e00f347e29b398, '', 0, '?'),
(0x1b4ec6f348211ceb8b3a94cfeefaa8cd, 'wp-content/themes/jannah/framework/plugins/class-tielabs-amp.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-amp.php', 0, 0x1539f789142e26ad5d00e7d05cad4606, 0x1539f789142e26ad5d00e7d05cad4606, 0x80e40286a5a4c732b00db53f1800f881695c45ce84bb545522a2292ff3f4b036, '', 0, '?'),
(0x1b527972907ccb0391e76f3eaf90ba3e, 'wp-content/themes/twentytwentyone/assets/css/style-editor.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/style-editor.css', 1, 0x00000000000000000000000000000000, 0x08e2d32b91348dea7287a96110c4b83c, 0xf519782358c9a13b4432104759512527ec4048f1a7857dc97cd43d2ecbb025d5, '', 0, '?'),
(0x1b5ee4e41cafac7d5cf086af20ab51e5, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/media-text/style.css', 1, 0x00000000000000000000000000000000, 0xa57217bc7af7c259302bed7458da4f62, 0x2080d015f05295e293a10f93832da2094b89b8af6dfb6d65ab9606fd528efdb9, '', 0, '?'),
(0x1b604376d26a7d2b92ae929c5685c337, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-base-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa1bf5cd9eed0e6e6f1b8acb959ebdf3d, 0x944bb25db362cac443907cabbc691fcd2491c8307117ec715a9026677ff9c765, '', 0, '?'),
(0x1b61e314f86531418959861ae88b3b63, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-settings.js', 1, 0x00000000000000000000000000000000, 0x14adf91f62c156dddce644909cc9b553, 0xef0b1f22129f3b2ff096533bb64d5e262f3aa08852c2481deaea1cf29c5b270d, '', 0, '?'),
(0x1b6a7acf9ed7299ca441c362ec8580b5, 'wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php', 1, 0x00000000000000000000000000000000, 0x03fd50dfacd3c9cd101eef0cedd094ad, 0xa67d28304666f6f34b3aa3b3174c2a20bada23ff73a1b136989b626f6d76eb8f, '', 0, '?'),
(0x1b6d04f39bc94d081270a59596af3f69, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-add-to-cart.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-add-to-cart.php', 0, 0x8fe035d42307aefe1ef6935c656e1e3e, 0x8fe035d42307aefe1ef6935c656e1e3e, 0x038aaeea9932c4f938b7e464452e507adc4cc27187d6c3e1e3908180004d7d5e, '', 0, '?'),
(0x1b6dccebf5c19f656331bc69e8521cf3, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Post.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Post.php', 0, 0xe5bd4e851bf9e98d1b8105d3bf66b767, 0xe5bd4e851bf9e98d1b8105d3bf66b767, 0xbaddb702e93b34ebcdad9e785268f8baf35f3ad53c21a626d10cab6d3f4b343e, '', 0, '?'),
(0x1b71248cd2bef34623705ffffa4dcf57, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/term-description/style.min.css', 1, 0x00000000000000000000000000000000, 0xeb3ee5d44453c531bfbdfc2af49ce7bb, 0xbb7314d0cd2bc03db0c783f274d67492f347ff7703445b349ffa09b6b4c72996, '', 0, '?'),
(0x1b7a0aac1aa8eb223895a84c4595d9fd, 'wp-content/plugins/amp/assets/js/amp-validation-single-error-url-details.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram2.php', 1, 0x00000000000000000000000000000000, 0x408e44b927af9781268ee3abae11110f, 0xf7e7640dcbcfd92eb07692af5bae35903603219f6f64197eb2e3728028a7f0f8, '', 0, '?'),
(0x1b879be8a2795c2d3448ebc03f8f36ad, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlEntities.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlEntities.php', 1, 0x00000000000000000000000000000000, 0x8ae2179a4fbcce886e40d8eb34efa572, 0x844e21f09ec3066ab52b480dc63b1560e6c8f96a024203b002a52e10a1323e83, '', 0, '?'),
(0x1b913872b7d332d894fd84478a24054c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike.php', 1, 0x00000000000000000000000000000000, 0x67a5e637ce53470e1f52f247798ac859, 0x376d3d7e22bf0aecf7266f799dfe441a259536ac8b1b16e1db2553b9a59d3321, '', 0, '?'),
(0x1b9240a88bd07d1919799738b769236d, 'wp-content/cache/wp-rocket/forwardbet.casino/index-https.html', '/home/forwardbetcasino/public_html/wp-content/cache/wp-rocket/forwardbet.casino/index-https.html', 0, 0x2e0b656f85009442da6e314a88d32f01, 0x2e0b656f85009442da6e314a88d32f01, 0x7a19f54147f31e72ff73a560c174e38b2289757d1b37987f8b075722811b0cda, '', 0, '?'),
(0x1b96b63f0fcdd7d31d980fb88a5fe3e7, 'wp-content/themes/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp', 1, 0x00000000000000000000000000000000, 0x41f1308b456fdcb122996460d8fe3140, 0x9704083f7503871663d02f801ba74f520fc5028a24ec092e922a765a937aa0db, '', 0, '?'),
(0x1b9b92645219b4ff5969077a430cf1ad, 'wp-content/plugins/wpseo-video/vendor/composer/installed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installed.php', 0, 0x96ce28f4b1c04fd2b5df91eeafaf4cb3, 0x96ce28f4b1c04fd2b5df91eeafaf4cb3, 0xb197259536c044a17b8758577a5752a17b92a9fc569c35f65c9e4405ba4ade68, '', 0, '?'),
(0x1ba1b80d96ef6059631838bc6c77ad05, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedString.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedString.php', 1, 0x00000000000000000000000000000000, 0xa0138a3f58a727544d78cfb0edf66366, 0x447cb0ff9a2823ac6b7b5752d283d031edd8dafa6115c3317ea9f4921c4e777e, '', 0, '?'),
(0x1ba33ddf1f8e1682d6fec6c04170a0c0, 'wp-content/plugins/elementor-pro/modules/notes/data/endpoints/users-endpoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/data/endpoints/users-endpoint.php', 0, 0x4cae697e290ace65f82c289c77ba5f5f, 0x4cae697e290ace65f82c289c77ba5f5f, 0xa16d9c4b2ef83ced51f5c8be6d91ceb8cb192334a2b7c63ffabc2c5634d7056f, '', 0, '?'),
(0x1ba44c106faaa6cb83bf5a0868c97bae, 'wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelement-and-player.min.js', 1, 0x00000000000000000000000000000000, 0xe53ec3d6e21be78115810135f5e956fe, 0x7947230680cb0af59337eb8ada8c360c108c2843a80fab9980a568f8a4ec79d3, '', 0, '?'),
(0x1bac2ed3bd3ee7bb823e9fdef93dea43, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4AmpNestedMenu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0xb46a3dbb777d21e845fe8b0a5b0c59c7, 0xcbd82ad00ef6eff9e1a77bb3f557347e62a19c9cd78b1eef95096173daf046ee, '', 0, '?'),
(0x1bb8e60b4d1ae4a4f98601c17fb99451, 'wp-content/plugins/elementor/includes/widgets/progress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/progress.php', 1, 0x00000000000000000000000000000000, 0xbfbe67cd61b900a34c7500f9d41890ff, 0x263875860d2212a810e8bc57543fa57fb2ff6339a6cbef4d3e54a40b8faebf76, '', 0, '?'),
(0x1bba9045bb07c89671c88a3f328548e8, 'wp-includes/js/dist/api-fetch.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/api-fetch.js', 1, 0x00000000000000000000000000000000, 0xab4fea9d0ddf7e5e7a75a3307fe20562, 0x6feb4cdc03cc1d67206d606be939385a05e6c1a75239256f0f81b7733dcadd88, '', 0, '?'),
(0x1bbc3570deaaef6d971a14b588ee8884, 'wp-includes/blocks/separator/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd99e1c8a070ac7fea26fc32780bccb11, 0x6a3757a9af00c0d33685240ede15011065e7c1df7e5249f5d1e57084257a1d50, '', 0, '?'),
(0x1bcddbfb90250b524f23f376c6db9cc8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateYyyyMmDd.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/BasicDeclarations.php', 1, 0x00000000000000000000000000000000, 0x56c090c3307d55d6e6b287404ca0d26b, 0x6508f4d2a9ba1e5de6bdd36a3a135480c63bafef94c23fa3b7f9687b4f70649b, '', 0, '?'),
(0x1be90038042396660f25b453d2593635, 'wp-content/plugins/wordpress-seo-premium/src/surfaces/helpers-surface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/surfaces/helpers-surface.php', 0, 0x02703cbf6f4e4f757c4bdc755b2e4d7e, 0x02703cbf6f4e4f757c4bdc755b2e4d7e, 0x45fedd2f7c88114a2bb0720d6d62df11ed144a665a647e4492b54b29df20bd19, '', 0, '?'),
(0x1be907b8e9af582a1cd38cdb2ccf9610, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php', 0, 0x235b939331039f453de8273fe7cfc2bd, 0x235b939331039f453de8273fe7cfc2bd, 0xb1016e3dfc7d4ac702715903f0161fac3901296696024d2426b65221b677ee0f, '', 0, '?'),
(0x1bed7f88f9664ff684f7bb738e80058d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php', 0, 0xfb948aefd66d2f80b09e469c72396aed, 0xfb948aefd66d2f80b09e469c72396aed, 0xb80a1f49b5caecfb3700d2a8d7aa0afd5d382d532dcb440faef80beea8eafe75, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1bee9bad8291a84d70bf57aad2167927, 'wp-content/plugins/amp/src/ReaderThemeLoader.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php', 1, 0x00000000000000000000000000000000, 0x1963203303cb8baf554f439af5233918, 0x6ba50e2623796acc4d984126298f641635552084426ec516e8dfc135b0e9c5e9, '', 0, '?'),
(0x1c06985b0f8500bf86595b634d86127b, 'wp-includes/css/dist/block-library/classic.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/classic.css', 1, 0x00000000000000000000000000000000, 0x3ee496fded64076335af14ea3f0303f3, 0xe211b61df914a3843fe42234d14148f092fa43c79313b98babac5f0f2fe6bbfb, '', 0, '?'),
(0x1c0b94176d81c76e390ec646b136b703, 'wp-admin/css/admin-menu-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/admin-menu-rtl.css', 1, 0x00000000000000000000000000000000, 0x53fb733ce1e909638fc60c64c67e396e, 0x956b76be6e5e2245c35b557c175ddbbd7cde17d0c6b1ddd83835260a6527af2d, '', 0, '?'),
(0x1c1a8d383a4410a21996f7c942d4c67e, 'wp-content/plugins/amp/includes/embeds/class-amp-playlist-embed-handler.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpLayoutAttrs.php', 1, 0x00000000000000000000000000000000, 0xe178e59507e38b0639ac900762b57f0e, 0xea5346a626e69d4eee57549e6cf7660e2af7ca175d8d9f089e1fc0d1fdcabdb2, '', 0, '?'),
(0x1c29fa4de6c85ef0b6c3bb6f7af0a905, 'wp-admin/images/loading.gif', '/home/forwardbetcasino/public_html/wp-admin/images/loading.gif', 1, 0x00000000000000000000000000000000, 0xc2c90c124b1a30623a95a5d7933b75f6, 0xf956bb166bee7ed4b26111bc622166ef79f86c6d2676cd33c8c4ae88a66d8db3, '', 0, '?'),
(0x1c2ddedf6a2b6093f859aac57c679b50, 'wp-content/plugins/wordpress-seo-premium/src/integrations/cleanup-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/cleanup-integration.php', 0, 0x09f335a83b9958dc3c5fd86f2e9bb646, 0x09f335a83b9958dc3c5fd86f2e9bb646, 0x8e707428986ff3b6bf1c9bc95bb1e19f797b09d9cd0c5adf25b65a06239ad7aa, '', 0, '?'),
(0x1c2f0ecf2243f645c39a370c6b4883f8, 'wp-includes/blocks/comments-title/editor.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/media-views.min.css', 1, 0x00000000000000000000000000000000, 0x11c7cc33ff4c1d813f29cdd877b878bc, 0x87afd2bc63f764e22ed21d144e91278367f2e08bdd850f4227caddd08dbd4f56, '', 0, '?'),
(0x1c3972fbb7fc981aaaea97063f4377f6, 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/css/ionicons.1690810710.css', 1, 0x00000000000000000000000000000000, 0x902ae1c6a3d9bf633baedbe27abe8bbb, 0xace84ef44abe737fb440d133099a3a6829950f3704194b0ef29b3c945c4efc2b, '', 0, '?'),
(0x1c4303f02ff93b290e9faad991eeb06f, 'wp-admin/js/comment.js', '/home/forwardbetcasino/public_html/wp-admin/js/comment.js', 1, 0x00000000000000000000000000000000, 0xd2aa7f5df797ca8710515a688aff3d31, 0xe783b68409e478d1ee1f9af49fd1b2d95c954fa15ccc6ed49d6e689cd45e1145, '', 0, '?'),
(0x1c4638a2dea1c7f4f5a487aebebd7ab6, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php', 1, 0x00000000000000000000000000000000, 0xc7ca2ef8aa93f6516f0a26e0c67c518d, 0xda5337b3fdf197716fe4db87c2fce3c11bb4a0c5ed8f6a5abb7a3bba053791cb, '', 0, '?'),
(0x1c482db94606217c04fa4af52b291975, 'wp-includes/blocks/post-content/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/editor.min.css', 1, 0x00000000000000000000000000000000, 0x44daf60d4cdc26b1c6d45e54ac0c1d4c, 0x3f77034051d7b6928fdc1b94067754d21a13eb301394f9360ab93e941c3da668, '', 0, '?'),
(0x1c48ebca7edd0ae3f38f7882a0adbb7c, 'wp-includes/js/dist/token-list.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php', 1, 0x00000000000000000000000000000000, 0x45d9b19ea97552dff2e1e7dcb1d3fe5d, 0x83b0ce37b22b79fa3613c9842f2d8ed49630582e7be2e5ffe55ee2d9a86a6813, '', 0, '?'),
(0x1c53b8fd76a7c45daa7fb724c5afe59e, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReddit.php', 1, 0x00000000000000000000000000000000, 0xbacd941970b5e910cd4b2c52d2298014, 0xfc925d8ebccc930b704c8e308aa457c2761a87eafdd13e5514ae583d8c503b7e, '', 0, '?'),
(0x1c6194409757725177b6cc5a0a2eee11, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x16addc917a8c673c4ee8f40a3f6f3666, 0x8ec17f190693528da0b0f44567f8583395864a4163941fec2161fa5fcaf4537b, '', 0, '?'),
(0x1c696d2dd56dec2c51e76f3825fc381d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php', 0, 0x2639c295c18b53b6dae7f97607413968, 0x2639c295c18b53b6dae7f97607413968, 0xb6bf5aa228413716e7bb51146f1815cde04598c684af515af0b0c5b9557d8918, '', 0, '?'),
(0x1c7a987c2a369e19535c0235b7e3af33, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wordfenceScanner.php', 1, 0x00000000000000000000000000000000, 0x0aa8b0070034ae429cd52186c529747c, 0x6da35dd3d13b124726391e4a507360f82dee1ceef39723cd5f08fbbd6886724b, '', 0, '?'),
(0x1c831d374a30fd7200b18efa299b3386, 'wp-content/themes/hello-elementor/editor.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/editor.css', 1, 0x00000000000000000000000000000000, 0xb787120b73c72669c7480d221e2e1d2f, 0x991a34b7dbdbce923e2ce0b734db4a084397a3cae1fd4aa30edebb1a30c97dea, '', 0, '?'),
(0x1c836637ba5ebfc1859259d0936c774d, 'wp-includes/Requests/src/Exception/Http/Status502.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/ithemes-exchange.php', 0, 0x978de54d9040939684ea38533d895cd5, 0x978de54d9040939684ea38533d895cd5, 0x1d06b469c6ccfadb41035844bfdb625effc4511a6597bf60c231a060264b5a25, '', 0, '?'),
(0x1c84fa5932f388fb74f5d1f2bc9c563e, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/inactivity.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/inactivity.svg', 0, 0x332d9335e3136600b8052d2bc719c991, 0x332d9335e3136600b8052d2bc719c991, 0xef80aa6605f447283be650e4d7169d5c7214c8ea84b72d2c4ac06d8b416826e1, '', 0, '?'),
(0x1c87ef1fc18d0a5ed29cdd54f1def9d9, 'wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php', 1, 0x00000000000000000000000000000000, 0xe39d93877f3ce65cd1ed387c73040ff5, 0xb9d475505da06929edb913f3decddcc65646cb0d22c2ca8d3bc1abc5be53cf7e, '', 0, '?'),
(0x1c975d9c062df08d0eae2c0c1dcac899, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/NotFoundException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/NotFoundException.php', 1, 0x00000000000000000000000000000000, 0x4fb5b37c15cc0d628ebb179aa33522fb, 0xd3cd9909eccb973c0b0dbd3c754d6d571f76c3866230ecad88ebe82d60314a0b, '', 0, '?'),
(0x1c97fa5588c46f759565c10c4e5474f9, 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/charmap/plugin.js', 1, 0x00000000000000000000000000000000, 0x9bb2e1a85cf507d3355ec0cc0bf9b518, 0x5b8f4211f21a2c3b138bef6a906665c34d55e16a7c29f27276b0873e55f30146, '', 0, '?'),
(0x1c9db43d62a4369ade68738011aae674, 'wp-admin/ms-themes.php', '/home/forwardbetcasino/public_html/wp-admin/ms-themes.php', 1, 0x00000000000000000000000000000000, 0xa9843a31525d096ca049c8e721235f4a, 0x37e41d459b9d48ccd60c9f9d50758e8ceac082179010c75ae28e016215b38547, '', 0, '?'),
(0x1c9dbbb52837f0fb4928e61b07c0b529, 'wp-content/themes/twentytwentyfive/patterns/testimonials-2-col.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/header-bar.php', 1, 0x00000000000000000000000000000000, 0x2f714b710e0aee2dcc8d10a248306cec, 0x35e2f584caf8e71eaf4bc41852480cc1d8797a4dcbd202403caf3ed1c3a907c9, '', 0, '?'),
(0x1ca88249a783b0f7aa557a5957672167, 'wp-includes/blocks/latest-comments/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-comments/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x83c37fc0ce27ec92d2c3805de83080a4, 0xbaa87a5d484b94b3ef616113cc29ff89e716e832fa0194ee0c1024d7eedb4de6, '', 0, '?'),
(0x1caa95b68ab23ebb19c09d9e70af0d42, 'wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss', 1, 0x00000000000000000000000000000000, 0x9ff2b164eb184e230f766bd573b5be7a, 0x773bb25b066615855d589ff0c39e0b26bcccf3eecd0579322c961485def8d946, '', 0, '?'),
(0x1cb1bdca1802855f3c4387b58207338c, 'wp-content/plugins/elementor/assets/css/app-base.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app-base.min.css', 1, 0x00000000000000000000000000000000, 0x1b3c376984aa2dd1b9b5525743920b41, 0x8319576fc61a6c98963da68867afe16c891e50333461593f8a9762af0eb89a19, '', 0, '?'),
(0x1cb45e12d6755bd5707d6042f8f35731, 'wp-includes/blocks/table/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/table/block.json', 1, 0x00000000000000000000000000000000, 0x6fd44db3dec97b3b721fdc448e4679d3, 0x231aadc40a6c4c9dfc63e453c83c1d972d566fdb9cfa836bbee7cbbed6e8c6b7, '', 0, '?'),
(0x1cb960fbe84dc4616a926a430e9945ef, 'wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg', 1, 0x00000000000000000000000000000000, 0xf87dea9172d748a32d70d62775fd8d4d, 0x2af586229416d9282777580e331a6cb5bf98b15ea9003ad50634713c8e3bccd1, '', 0, '?'),
(0x1cc26bc9d52ed60555c697f48e03cb2c, 'wp-content/plugins/elementskit-lite/widgets/image-accordion/image-accordion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/image-accordion/image-accordion.php', 1, 0x00000000000000000000000000000000, 0xa3f56f064eb4f86fb87ca61c9a5cdc20, 0xa9265ba838a0ce85c8066a4f748350971238b56b507ed1ead30fd466548bab74, '', 0, '?'),
(0x1cc2cc69da74844d24d4a5c85db1f1be, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNav.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNav.php', 1, 0x00000000000000000000000000000000, 0x69bdbeb36985723a00d55dd366565dd9, 0xd79a11a6c26221e43e9fe3a4739b46539ede3540c9b439ff815bc4356f9e3e7c, '', 0, '?'),
(0x1cc68d70cc3d5a0007af535ffff0db24, 'wp-includes/blocks/cover/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/editor.css', 1, 0x00000000000000000000000000000000, 0x47ae6f3fc240afc41bc3809784fa023a, 0x54e4b49391d3671217308ed44ebed08675f83eeebe72a59cbc0cf7e5104a62df, '', 0, '?'),
(0x1cc9e3c0236e9b6efae04eacee27e2c6, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-big.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-setting.php', 1, 0x00000000000000000000000000000000, 0xc79bf100f235f6ed7f2be526ccba5756, 0xa013beeb196f77d28f5d657cb0044b24878239727304eb8b63a126d92f15ddea, '', 0, '?'),
(0x1cd0e3f569273ab1d795d0def03452ac, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessagesManager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessagesManager.php', 1, 0x00000000000000000000000000000000, 0x7db76775b097462f5a6e94654294e055, 0xf2a37c6c7fe1724ae19118a319d0fbec1132ae04801d865e19e1270cc1c1e536, '', 0, '?'),
(0x1cd5eba7bc5d7d7550a5431c712cadce, 'wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php', 1, 0x00000000000000000000000000000000, 0xd5aeee6433df89e8f54c2d96bbc9061f, 0x4b858fa01c58ec69c1018e851b65dde04fca09b8fcc1aed008cbd9ebf8a312a6, '', 0, '?'),
(0x1cda723f963f2fac2ffe2db591a6557b, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ServiceProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ServiceProvider.php', 0, 0x854fe493c725ccefc4e43015343b18ea, 0x854fe493c725ccefc4e43015343b18ea, 0x26b6602d2576983805cffd5353e83449d63a32ade0fddfd83de9c7388df1446a, '', 0, '?'),
(0x1cdbfc0d29a4353154e3e3192088cf6f, 'wp-content/themes/twentytwentyone/inc/block-styles.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/block-styles.php', 1, 0x00000000000000000000000000000000, 0xff74402ff9dfa217d5034065c60fba52, 0x83817290348aa11bfdcf77e380c9f71485f8e107177a0b5abe5ad70f5324a81c, '', 0, '?'),
(0x1cdc9fbad2bf42e288b6f2eaf2e6ad15, 'wp-includes/js/dist/media-utils.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/media-utils.min.js', 1, 0x00000000000000000000000000000000, 0xb40a7fb73984bf808f90ba652e4ae432, 0xd8ca7b455146db481b169ff8244691d96c012aac1e230f4f2a5c1a4d726f270f, '', 0, '?'),
(0x1ce7511d53be66b779c391fd69700c81, 'wp-content/plugins/elementskit/widgets/whatsapp/whatsapp-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/whatsapp/whatsapp-handler.php', 0, 0x13bd1bec1c0c4a7fe77058299dcf9779, 0x13bd1bec1c0c4a7fe77058299dcf9779, 0x2cbf747c64b5d118d4e80e130742faa8d005147fb22b673830339360bad7c3c8, '', 0, '?'),
(0x1cea2d3d5115b04377e0746e4ce0a123, 'wp-content/plugins/wordfence/lib/wfBrowscap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfBrowscap.php', 1, 0x00000000000000000000000000000000, 0x9e4392221de32b35b3c5b8a3cf01c148, 0xb2042c046faf76c3cfe955daf5287764b19dcfcfa896a088fe1d07de4fc048dc, '', 0, '?'),
(0x1cf1f4696dbca9148e5da8c62cdae55c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0JsOrV0Mjs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0JsOrV0Mjs.php', 1, 0x00000000000000000000000000000000, 0x4dfafbdfa6e384d81544f4a7c313f843, 0xbd771e064ba616ad6619beca5627df4c71ccb65d257562b966b562fcb7b6d935, '', 0, '?'),
(0x1d00685e695e77b5c16d2b821a95a7ff, 'wp-content/plugins/elementskit-lite/libs/pro-label/admin-notice.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-label/admin-notice.php', 1, 0x00000000000000000000000000000000, 0xc6bca979d2db34575908132be211f183, 0xa1e380146374b865dc83ceae939c304fa968e100e6fba27dcad2f0f7b5fd8d0a, '', 0, '?'),
(0x1d0246883f07ac3b4c65faa8a5f0f290, 'wp-content/plugins/elementor/includes/stylesheet.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/stylesheet.php', 1, 0x00000000000000000000000000000000, 0xf99e3ab01a006bfe479a03988f147b6e, 0xf20e50e31636a2cb976c28ae9ca85a5da1d277d9542f8621dfb0dec644c85013, '', 0, '?'),
(0x1d04b6b1b30852cf5e89c2eb8219a37e, 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_desc_disabled.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_desc_disabled.png', 1, 0x00000000000000000000000000000000, 0xbda51e15154a18257b4f955a222fd66f, 0x5e2a1fc76e5ed7006d2ba68b214e6bcac98c0b130cf39f18cf2fa9bfd4af5e6b, '', 0, '?'),
(0x1d0723b82aab3ec145258507662feaa2, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/code/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5c4a4e50542da637feeed5ffb75da305, 0x8da2de3ca52fedd26c55302adfa557b5182456a3aaf9fd76435d8cdaf2c134d1, '', 0, '?'),
(0x1d09d4442e09cf943864711bce85b782, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php', 0, 0xea534f6e7fe480aa28e5b934bba69869, 0xea534f6e7fe480aa28e5b934bba69869, 0x3e2b1fbc5fc87a3f957ffad606b60ee807e56a1fc7c3617695d63bf95c88fa34, '', 0, '?'),
(0x1d0a9cdf4f825f98ab3b5d2f5e990ce7, 'wp-includes/images/down_arrow.gif', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/style.min.css', 1, 0x00000000000000000000000000000000, 0x4f83ea4cb126947ebac2a7bbc74f6667, 0x866ee3e56e9e129ae67344fcc103fa296068be9fa4c1a82e43d130930c6f6d16, '', 0, '?'),
(0x1d186109af7d2a2b0fe3afa955656d61, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php', 0, 0x9a6e5b4fa749c9eb03e216516fbe193d, 0x9a6e5b4fa749c9eb03e216516fbe193d, 0x33d917730adca62d0aa2a96f1e449cb9ef1b7c8a64a750f188752db8ec298bc4, '', 0, '?'),
(0x1d1ecb8c78fec8b751d5778d603d405c, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Listener.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Listener.php', 1, 0x00000000000000000000000000000000, 0xdd0b6269d1eeac815929c034a74784b1, 0x16f31b00ee8e44354074818ed819058e2565c2de5e01aca5a06bd6e5a322142e, '', 0, '?'),
(0x1d324a30f7a6e1ab785972ec8ad018f9, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss', 1, 0x00000000000000000000000000000000, 0x627ff383515beba6b6fa8e9182ad0e88, 0xe7299e7431b8019040b3310600eecbd795fd7fb2fbee0b4b57fe94ce00bbcfd8, '', 0, '?'),
(0x1d36a9dc65a5390405d221809fb27a7e, 'wp-content/plugins/wordpress-seo/src/editors/application/site/website-information-repository.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/application/site/website-information-repository.php', 1, 0x00000000000000000000000000000000, 0xce623dbc9d88c0d812b64eca58863ced, 0xf230caa39262f7c0cd36a3b2907f1c1c874d4df325eebb8259f692273827364d, '', 0, '?'),
(0x1d39c21f25e424ac4076eaea1e15755b, 'wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-01.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-01.php', 1, 0x00000000000000000000000000000000, 0x8951ca899f2907792960b119e1c815a0, 0x7b5d922a145cb8d6918f9f7e1deba80cde68ed0436370c9c575921392cfd52fb, '', 0, '?'),
(0x1d3ed5098d9e86c4292cf489bfbdce5c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/GroupHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/GroupHandler.php', 0, 0x2797f3e256e5df2520e8774323c52df7, 0x2797f3e256e5df2520e8774323c52df7, 0x51b71c592b6b21d590e4eebab584c299919f9a20e88e44ee894f899f01830e6f, '', 0, '?'),
(0x1d40344fa80faf9a38ebbb0fd915c368, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/archive-condition-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/archive-condition-base.php', 0, 0x31818b978100a10f7350cb3e8c1a5875, 0x31818b978100a10f7350cb3e8c1a5875, 0x06a2be1b269185f3e47ed4999269543885b021f71131ba85bb3c7cd9367e2472, '', 0, '?'),
(0x1d4141dbeae87f8fe78f3363b109920e, 'wp-content/plugins/wordpress-seo-premium/src/routes/workouts-route.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/inclusive-language-analysis-disable.php', 1, 0x00000000000000000000000000000000, 0xbf2aa1434d41873995caf4e043895822, 0x686f47d178af91eac217c455d239da6d958296e93737af92ff2e4d1e9aa1ec55, '', 0, '?'),
(0x1d4fc5daba12fc5eea38b44b71fa96a7, 'wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php', 0, 0xe32298ed6a1b0064ffe3b74b6c740111, 0xe32298ed6a1b0064ffe3b74b6c740111, 0x7da64c317e9ea1bd696fd27a98f4414d98b96e05ff91998e90b60738ec2e4a5e, '', 0, '?'),
(0x1d57787f9096476a6013266a56ab880c, 'wp-content/plugins/amp/assets/css/amp-playlist-shortcode.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-playlist-shortcode.css', 1, 0x00000000000000000000000000000000, 0x54a14fd397b016d4176cab6b3fcb51eb, 0x5c3cf7481c616d7e04417e744300a9aef03f9a3244d2945a7aaf4e671a920292, '', 0, '?'),
(0x1d58298615ec061acdebec8790f11070, 'wp-content/plugins/wordpress-seo/css/dist/elementor-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/elementor-2400.css', 1, 0x00000000000000000000000000000000, 0xb85e4a55bcbfc6a1d348d546058578da, 0x50d58881efe4491c858aaa50080a707bc1d9f3e329093b169fc0346ff6ca774b, '', 0, '?'),
(0x1d58bd4248d4b164119b4a6b8119bed2, 'wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php', 1, 0x00000000000000000000000000000000, 0xc8cfe196cf0f2ba35f57660aba22635b, 0x8c676f123445f271448c543c37fcfb3e19afc8e91e8420159218ad69f82f5123, '', 0, '?'),
(0x1d62ebb67cf96c95cd692e0c0dd29673, 'wp-content/themes/jannah/framework/widgets/tabs.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/tabs.php', 0, 0xf2c51c5df8cf3640dcfad5486c4c6343, 0xf2c51c5df8cf3640dcfad5486c4c6343, 0x16310eb3bd5b6bcea558d74cb1ed422d18e9862573a2d868a62b57a5dbf93020, '', 0, '?'),
(0x1d6315b2f9307a2de2576feb6d34f80a, 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-prop-type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-prop-type.php', 1, 0x00000000000000000000000000000000, 0x9ee198d2488d4ee63052516bd6d91d10, 0x4d2e00503cf3c18a52cc23d6031e62acbd38afbdc8b6fcbc66f02f1c25404e02, '', 0, '?'),
(0x1d6508dc72367fe5e86518826a635c8d, 'wp-content/plugins/amp/src/Infrastructure/Injector/InjectionChain.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/js/customize-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xb1e6183d7cbb39bc2b383fb48e63670d, 0xdada3cf231b8fa0a566426b5d030a537bcc560a2addc0302bbac61d6670508e9, '', 0, '?'),
(0x1d673cb3c50d58c1fa2387b723d7a5d6, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz.min.css', 1, 0x00000000000000000000000000000000, 0x866d34406ba1e2ebb72ee13166c428e9, 0xa64b1ee59504445bd2c4c7754ffa8d338ec1f5c22f913f0cb8bdd04fbd06a363, '', 0, '?'),
(0x1d6da4df22f5728fc3ac0c3a42771fd7, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.min.css', 1, 0x00000000000000000000000000000000, 0xc6fca6d6ab5075647e0c18371f82a649, 0x9f99181baf0075f9bc0ccb53a7fe833f9da4e47358d108b99e75cff157c2ca7f, '', 0, '?'),
(0x1d7d3aeeb09a5cf9b02e3f42d504ce42, 'wp-includes/blocks/post-content/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/editor.css', 1, 0x00000000000000000000000000000000, 0xeb4ab129bc7f19f485656a100b88ebb8, 0xd7d3048a943c779ec96389141925641f1255822e92de5e710b73b0466bff79ce, '', 0, '?'),
(0x1d7d8fbfa56d9fd15e45d8299b5ac207, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css', 1, 0x00000000000000000000000000000000, 0x213b8c4eb2b35897bce80cd293410b73, 0x7ea569cf132f761a1f11182d9d5056b15d77d8e32af7a9d4d1d21a55afcf348b, '', 0, '?'),
(0x1d7de3b62f4ed2f67225835d74a59c18, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php', 1, 0x00000000000000000000000000000000, 0xa8c07dcda14a5bff04d6795fbfd412b9, 0xbfd34fa2a7bc6956358fe21c23bed5e5673f261d1411cdeae6e6181b967ad0c4, '', 0, '?'),
(0x1d7f7e69fdd3e224a7732428db53e7f9, 'wp-content/plugins/elementskit/widgets/chart/assets/js/chart.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/chart/assets/js/chart.js', 0, 0x72a470cb33d0c039c6b71c32bcbe4837, 0x72a470cb33d0c039c6b71c32bcbe4837, 0x3c79e2c786eb6737fff78719e6d91daffcf0f528da73002ef770ac3fefb50c87, '', 0, '?'),
(0x1d83f82f86368a758cf37ceb203c2a2e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateSlicerSpecRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateSlicerSpecRequest.php', 0, 0x433758c5c75aa4b3a4c04526df8526d5, 0x433758c5c75aa4b3a4c04526df8526d5, 0xd502613a3c4831006833ac1047f48d525c36e318297bba7a489fabee27fe1ca6, '', 0, '?'),
(0x1d8626f090afa76f5da7d3fa332ba767, 'wp-includes/blocks/post-terms/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-terms/style.css', 1, 0x00000000000000000000000000000000, 0x0ff7b034a2c5e10592ebe0d72268e983, 0xa240a31a27050bea5ffeb11490113ab3d2ef87659a16010124d329ea6ecc4613, '', 0, '?'),
(0x1d8b2584e4105cf9c24d4182edd2efff, 'wp-admin/images/wordpress-logo-white.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css', 1, 0x00000000000000000000000000000000, 0x13275f86b39323c1971ca58e130012bc, 0x1f237b326925a2cd0c97936fe089cdfc14d7ba3542d7a29f6f7359637b24794c, '', 0, '?'),
(0x1d8e9a83ac4acc7d46b7df4500de39b3, 'wp-content/themes/index.php', '/home/forwardbetcasino/public_html/wp-content/themes/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x1d9990c43887f11a9ac43e761292e087, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3AmpNestedMenu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0x0035fff157c03cd280ba00c1f2b23a39, 0x7c48d7f2a8194410f750589fff63206fc1c7133e3d33ba17b59348dca02b1ede, '', 0, '?'),
(0x1d9f6321503d9250ba768324bb89a9f8, 'wp-content/plugins/elementor/data/v2/base/processor/before.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/processor/before.php', 1, 0x00000000000000000000000000000000, 0x8a2a881b2eb68e652186d2987ffe671f, 0xaa1f4ad120fb45c5f41552140b182fb58a2fb4d10b9c020d3f71f45b6caf589a, '', 0, '?'),
(0x1da70616e4ff0cf34bfb24f71ebd4be0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConnatixPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConnatixPlayer.php', 1, 0x00000000000000000000000000000000, 0x8acca52db13b5670a17ff19b27d52e7b, 0xe29ef123eb09887cd99d767ff41d3d011fd07d0e1546c00788dc21e80872817c, '', 0, '?'),
(0x1dbac71030d5aae5bd6db38391c8cd7d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', 0, 0x3871456031952758bc0f0ba04c930ce9, 0x3871456031952758bc0f0ba04c930ce9, 0xd4fe7f2f717511678a0c1f24b94a9cc18f68cd5ba40e90a1217d3396e5d40bb2, '', 0, '?'),
(0x1dc0bcd0ff1d67b0b5b923245858979f, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidType.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/schema-types.php', 1, 0x00000000000000000000000000000000, 0x25657950938c1a9fa1cd8d2644bc6991, 0xd023487eb7cdac52077e1436109dc1f0d0ab93be2bd71890265b92ac33b960b8, '', 0, '?'),
(0x1dc63dc5027d430bf0e3ee69f0dc4854, 'wp-admin/network/profile.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-ngg-subscriber.php', 0, 0x135998a96f0b5ff86d86be85540633de, 0x135998a96f0b5ff86d86be85540633de, 0xd6f6c6d8b27413592dc81c2d06a18f464965d914795728e4002ea54d791a0c62, '', 0, '?'),
(0x1dc992cad0977c807d00f63943015a89, 'wp-content/plugins/elementor-pro/modules/woocommerce/data/endpoints/base-endpoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/data/endpoints/base-endpoint.php', 0, 0x1185e43704eced246c3d52e0f67fe537, 0x1185e43704eced246c3d52e0f67fe537, 0x18773a51ccce6866ba326a6bdd7c019f04b179866f5ea685d6a804ca8b80d024, '', 0, '?'),
(0x1dcbdd672b8e99bfb2e791ca2c63ec9e, 'wp-includes/block-supports/colors.php', '/home/forwardbetcasino/public_html/wp-includes/block-supports/colors.php', 1, 0x00000000000000000000000000000000, 0xe01e808067358dffee942bf3c5047002, 0xd7708838942dc001c536994eb6b60bf2721bbbcf967a66db0b0ef7981c6ce0a8, '', 0, '?'),
(0x1dd367b99b498621d9add1c7d6075fc6, 'wp-includes/ms-blogs.php', '/home/forwardbetcasino/public_html/wp-includes/ms-blogs.php', 1, 0x00000000000000000000000000000000, 0x9b9a081d771c1dafb1d865724eabd31b, 0x1aa78d5c2fafce3b794922a1f07f677813462197c187dec638b81752c9eb9d79, '', 0, '?'),
(0x1dd5fed358149fa616f317f4763df542, 'wp-content/themes/twentytwentyfive/styles/04-afternoon.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/uninstall.php', 1, 0x00000000000000000000000000000000, 0xa05d06bae7b7f91cefcfd27234db8b2c, 0xb1931691394ae22d890a99a13b09c0b3f22e1b8f5d64d8aa1c8b637fc4974e27, '', 0, '?'),
(0x1dd9dcf174944458bf6d002319ca2882, 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 1, 0x00000000000000000000000000000000, 0x2b1d3b5ea938ed91e276823d7b814b52, 0x67a5a2784efd070814bb87a68e174060ed11dc12bd6a72938bf2806da67ef976, '', 0, '?'),
(0x1ddce55d2f7efff8d571a1a558c58e45, 'wp-includes/js/jquery/ui/button.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css', 1, 0x00000000000000000000000000000000, 0x74bab4578692993514e7f882cc15c218, 0xdd0805097d0f94302f17d1a45ed53f6a1fbe26cb1baecaaaeaf63fa509cbd641, '', 0, '?'),
(0x1de3dbff808fb7121d06ec680b4f5aeb, 'wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js', 0, 0xb00219cb958052cb557115d55f0c8d48, 0xb00219cb958052cb557115d55f0c8d48, 0x06d4c10a73e797ab7b3780b5ffaf6280e47a896a8157473e732c6832e23002f1, '', 0, '?'),
(0x1de85a128d77d3c238e3aa5ae1e96ed0, 'wp-content/plugins/wordpress-seo/css/dist/academy-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/academy-2400.css', 1, 0x00000000000000000000000000000000, 0xedd9dcab2cf94bc8d25c7e0ca1f0dd5d, 0x7bc9f2487d2a457b2beb3c8f3cfc9088dc8a14c3cd59567682ee75ab86deda8c, '', 0, '?'),
(0x1dec2ca57f42c07b7511b92f58d68ff6, 'wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/NoConverter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/NoConverter.php', 0, 0xa762880c8654fdf883a1909414c28cd7, 0xa762880c8654fdf883a1909414c28cd7, 0x0ebbd9ce899601b97c439e2a8aa7163a36766e24fdee8c9e9d07af5c608a4c1a, '', 0, '?'),
(0x1dee274906cd1cf7f92efd1aefb19176, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Each.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Each.php', 0, 0x7e66dcccbaa2e6b8e1a6da109dedb40a, 0x7e66dcccbaa2e6b8e1a6da109dedb40a, 0xa44fd702bcf34553e684cf81cdbf1877fe785f2ab824e3888190ca5a43633ea3, '', 0, '?'),
(0x1df43e3cfa8bdcb39ca63d58983a3e97, 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_03/shape_01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_03/shape_01.svg', 0, 0x8cf3da8021999f6856936e586309c741, 0x8cf3da8021999f6856936e586309c741, 0x7d4bc7647695f9ddb737ad34abfabbbfc9135b933eca71007e5f2fef80b0adfe, '', 0, '?'),
(0x1e08cca9e3a8776ebf48cda817c9c766, 'wp-includes/sodium_compat/src/Core/AES.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidCssRulesetName.php', 1, 0x00000000000000000000000000000000, 0x114034b8499a45a302b76d29e74c0815, 0xe952d379f75d1b2c587c5cec967a1c81ccc95a540a5e8a0f76dacf4f5d364a85, '', 0, '?'),
(0x1e2549238bb3b233a23c8a67c55a1daa, 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php', 1, 0x00000000000000000000000000000000, 0x35ea0c3261a54530b4cb47ac4365657e, 0x1c29dba2f597be51e228528cf1ade4b7107e57ecc0caaabdbb4cc0f9df107758, '', 0, '?'),
(0x1e340ff296b3d24e52801439557faf37, 'wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php', 1, 0x00000000000000000000000000000000, 0xae726fb8cb5d735574905fe2df8af8ed, 0xc77856546b955b0e82c255bd8a14eaf0616a7e202371a68b582e2eed5acad57d, '', 0, '?'),
(0x1e412ed1e4468478cd862d0b256192ab, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteJson.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-user.php', 1, 0x00000000000000000000000000000000, 0x987a65f252bceb5a5d5210ac78e1ebe3, 0xd9bcf6b1c50c01fa7b8d905ac5c9aaf15f45cd23dfd60e4da61cd54315dd3365, '', 0, '?'),
(0x1e5610a36cc1d91907e5a53feea98699, 'wp-content/plugins/elementor/core/settings/base/css-model.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/base/css-model.php', 1, 0x00000000000000000000000000000000, 0xd3b330c679fa5c114772aac884ba57cd, 0x33a7365f6d53c2438bdd4c6969767f1c92b05142389527bebb0362934c2359a6, '', 0, '?'),
(0x1e60f2d26bc4307f1ce1e8c201e208a2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php', 0, 0xec2d4df50f541e0680330502f7f53fd5, 0xec2d4df50f541e0680330502f7f53fd5, 0x34c4ee280b8108582bba5bb043ddbd7b3eb618f7d63462251d12a8b823f5d19a, '', 0, '?'),
(0x1e624b89a5da517fdc557b4f54885d3a, 'wp-content/plugins/elementor-pro/vendor/composer/ClassLoader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/ClassLoader.php', 0, 0xc02be6d96671f88d28aad3ffa134c8ae, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0x1e6db06212e69639f28be47aa0c62cd2, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/Subscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comment-template/style.css', 1, 0x00000000000000000000000000000000, 0x0b5434d65cc7b677d7e77c3f35206473, 0x35d4e8307a739394d4fa16c582b24babde7c1e0b2cc55d21d1fc5e676c48cbe8, '', 0, '?'),
(0x1e7782325ac8f42d8a17a0be82b9fd4b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleLtsEngineScript.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleLtsEngineScript.php', 1, 0x00000000000000000000000000000000, 0xb24680e0c49923e579ca13682541b72b, 0xc22442cf0ba4f6fb6faf4e55bed21e15cf56fa3be22f686f0c998f71edbd8442, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1e796e6dc03b98082fd055734b09bbbf, 'wp-includes/css/wp-embed-template-ie.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/wp-embed-template-ie.min.css', 1, 0x00000000000000000000000000000000, 0x377b5750db4cf37b4897d918a90749e7, 0x5c615771318a07ba2b020f05ffe9d0afd96f954cf65900cfc2844b8de0ee253c, '', 0, '?'),
(0x1e7a8d95f644f0b73ea0cb419429ac61, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', 1, 0x00000000000000000000000000000000, 0xcd9bdce5bed1e1a6adb71f40220d7bbc, 0xf611becd708e935f8c7015c22d454775c07237d6ab854e426dc4f796acc2f0b1, '', 0, '?'),
(0x1e7bb2b0bc92eb54528db4d2fa10d9c1, 'wp-content/themes/jannah/sidebar-shop.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/sidebar-shop.php', 0, 0x5549a4e5fe70838dd5d409fe224594be, 0x5549a4e5fe70838dd5d409fe224594be, 0x5e2d778e1865f3f5d1fff04e8f0c63167d4e4146937e44a475cda381e40cf904, '', 0, '?'),
(0x1e7caa52362e97185ba7bd68304b122c, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php', 0, 0x482e2806bbafb01efd4e1937d7eb0d11, 0x482e2806bbafb01efd4e1937d7eb0d11, 0x5fa6a9fdb8ffdc0b9b476484313167a0599794317efaa63e422474dbf0aa58b4, '', 0, '?'),
(0x1e7cda26183b8c72a2020e4c7335f98a, 'wp-admin/includes/comment.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Subscriber.php', 0, 0x83b3c09972c05428140e6ffbde41e98a, 0x83b3c09972c05428140e6ffbde41e98a, 0xed1537a5a5cb174a9d28c275756a50e79567c3b5bb52a802dbf7c4998be1fa82, '', 0, '?'),
(0x1e8261c3f5899833c19388bd3b5992f6, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Hummingbird.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Hummingbird.php', 0, 0x53536456b54e3041f2490942384bb0a8, 0x53536456b54e3041f2490942384bb0a8, 0xb30e1b030451034edd0366c457d0f1b3b108fa909283d9d5739382da4b4695d3, '', 0, '?'),
(0x1e85f7d8a4fd118b31946e9089d394f2, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php', 1, 0x00000000000000000000000000000000, 0x068eb315b98d99b6058800a7c99ece9d, 0x29d5037c5cd43009c0cf9cb4977a541d029e9ba53c60433698b6a4f23ea7ac22, '', 0, '?'),
(0x1e8bf6c25965b8032ef00e3073049682, 'wp-admin/includes/class-wp-comments-list-table.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0x41b238461d9e1fcad8730889eac9f401, 0x5ff4af3b88b6b23677ca6fcfa4344915ab47f916122aa5316d3a95b3abafb815, '', 0, '?'),
(0x1e8ecb2c640224135c5ade9f5e5775d5, 'wp-includes/blocks/buttons/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/buttons/style.css', 1, 0x00000000000000000000000000000000, 0x0f5cf99d01d775df2af8c735b63246e5, 0xfcdba80dac578464f2d1c920b7144196ef0821204f491fc9526b8144872a9783, '', 0, '?'),
(0x1e9241e7937f6f0d10f75ad4945f9a74, 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/waf-uninstall.php', 1, 0x00000000000000000000000000000000, 0xacac5f6259025a8a09ba393de6dea50a, 0x1d55a714fa88f2e9f46d2dd4d11f53c2f3c57a2bf43f4bc18aff73b01fc27edc, '', 0, '?'),
(0x1e95043408ca1a5a39ccb4bb8a83455b, 'wp-content/plugins/elementor/app/modules/import-export/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php', 1, 0x00000000000000000000000000000000, 0x85d4f0e827f94b8622bd91565935a2eb, 0xf221f8d2ec5a323a563234915aa25cd3ed9ab2365fd5df62b748f6268a6e8afc, '', 0, '?'),
(0x1e9a32229cc6977d6018ef88ee71b58d, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidAnnotation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidAnnotation.php', 0, 0x20825ce41bb212e389083ae7dd294a35, 0x20825ce41bb212e389083ae7dd294a35, 0xc545e70bf4e6f3ee9687491776f4d100dbecdbfe6733110e6ac6d3a0ada11b5f, '', 0, '?'),
(0x1e9e92492f06ec1c95e30a0919924611, 'wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', 1, 0x00000000000000000000000000000000, 0x890331c5ad2618ef66abc6adc4696396, 0x3d4f6e21c483b96386bc62e8adbadec5eca7aff534800322bc3e258ecc93010c, '', 0, '?'),
(0x1e9f96e0691b723f02e2f70c792f8e03, 'wp-content/plugins/elementor/vendor/composer/InstalledVersions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x182d5924ff0b528f008a83d1f5809d02, 0x4ea252c3ad32e1c6df488a68db264813583a62075d8bfd64ccb38afecf324fe5, '', 0, '?'),
(0x1ea1d00e272df470da2dcffbf10b66a2, 'wp-admin/css/l10n-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/l10n-rtl.css', 1, 0x00000000000000000000000000000000, 0xbefbad55e6cf46e2c29f127b2fb7fd3f, 0xb5c848c8ccadb50c2dfe7bbcb97f7fc883a1cc72129a368c40aaec40353e08a5, '', 0, '?'),
(0x1eb4c16a16f0d6b94a82dcfe91f63059, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x70a7305722462994cf038e1093384fa3, 0xa935ac9cf02926dad9426f4b065daeafa4d8bb8ef396726d6025aeca68f64f10, '', 0, '?'),
(0x1eb603c23bb2fc1f12538c343461bee2, 'wp-content/themes/jannah/templates/loops/loop-full-thumb.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-full-thumb.php', 0, 0x904cc8a9c86a36bacc48a074eef0e818, 0x904cc8a9c86a36bacc48a074eef0e818, 0xdd9051e9d8030da25a43c0b98d3fb83a9d8e217a077ab560ffe550c87a460674, '', 0, '?'),
(0x1ec4512572543ee121f7655f7a45c6c6, 'wp-content/themes/twentytwentyone/inc/back-compat.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/back-compat.php', 1, 0x00000000000000000000000000000000, 0x6a07afa5d58f2c3bd322f713c65d2684, 0x1027dbdf8d1c9a94f3be00af60711bd0e7f4d6b670e47e8c72c91649807b81be, '', 0, '?'),
(0x1ec6110ba9e7e9a84744f35ef34a4db3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessPoool.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/comments.php', 1, 0x00000000000000000000000000000000, 0xa4eec87b0e5c768d5fe24ef1af4ad775, 0x966ee4a443cbcb4ae95bb6c86ebc0a6faba10219beaaa18cae9be8678ea42223, '', 0, '?'),
(0x1ec86b4b4e3a81a2a774cff07de120a7, 'wp-content/plugins/amp/assets/css/admin-tables-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x35e4e61effd47d1a3e7cdb209da77102, 0xdc0b34d526357232740d8f6886f0475870e3ff322ad9f727f8c199833b800895, '', 0, '?'),
(0x1ed9109e58586eb1ec5a727ddc7493d8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Stream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Stream.php', 0, 0x4ca675022040242b66f8428e7bcda28e, 0x4ca675022040242b66f8428e7bcda28e, 0x92126d595fb6ea497a3797359d2fcae47bc21ca5958279be07b33a64832ae0ae, '', 0, '?'),
(0x1edb4ed8c78e65e79e14b2bc35307f1f, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Minify.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/colors/modern/colors.scss', 1, 0x00000000000000000000000000000000, 0x559bf2cd7bbad702549bb210fdf577e0, 0x93d02285f0541d5a830ec6db4646d4a507825d4af42ad6dff1aaf2b01a75a313, '', 0, '?'),
(0x1ee0fdd03f4c07a269e0c065396c748a, 'wp-includes/blocks/post-author-biography/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-biography/style.css', 1, 0x00000000000000000000000000000000, 0xca82bdf5dbdc6e58a08227b6e3275855, 0x8fc50a4c5df2b20eb28b5a55133309a8fb26ef9437e401e73d5a861c856b5e87, '', 0, '?'),
(0x1eebeef5b9ae2062e67b589464076df5, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/Purge.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/style-engine/class-wp-style-engine-css-declarations.php', 1, 0x00000000000000000000000000000000, 0xb3ffad91a638b5ae4ce14be46499a528, 0x3323416a457299355d9f9a119a53ca74cd75d566b61fc5297302fb1714c3c7b1, '', 0, '?'),
(0x1efba830776360d817a33738d41f9f4d, 'wp-includes/blocks/gallery/theme-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x331e4a9944d4f48446c4adfa7e32f53f, 0x6b52458c4c4d9ae2e858e4ca5d6ca094a6662c89a8c72a68d04ffd497bd9ed1f, '', 0, '?'),
(0x1f02ceb72a85ff89d0bca8bc7af02e69, 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-post-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-post-presenter.php', 0, 0xab3c46441449038305d02821f27c4743, 0xab3c46441449038305d02821f27c4743, 0x82586c391d27399a58a2378a5a5aeb0837bb8d4d2a00d04018eb59aa6ea9549e, '', 0, '?'),
(0x1f057d26c77b0e9b4c7c218c2fc0a5b5, 'wp-content/plugins/elementskit-lite/widgets/social/social-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/social/social-handler.php', 1, 0x00000000000000000000000000000000, 0xcb6e75f0232162fd31caab71c566a539, 0xdd00cb9407a67c40a90dd59e9ea72700c361f7294239b4f67a36816cb44c9b02, '', 0, '?'),
(0x1f14a01613309cd9d00845bc7569123b, 'wp-content/plugins/elementor-pro/assets/js/code-highlight.d4867c919d0858f748df.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/code-highlight.d4867c919d0858f748df.bundle.js', 0, 0x2972bda09feaa4a0108ed9d4d0fa5701, 0x2972bda09feaa4a0108ed9d4d0fa5701, 0xc46e97b29c95d99cb8a6ecbf8051a510eaf4d9ee579de58df1e9ea4521bd533a, '', 0, '?'),
(0x1f16ceb39aea187d3cd05c05e1daf1f2, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-13.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-13.png', 1, 0x00000000000000000000000000000000, 0x619fa2042d5d55474db4fe3b8bc04964, 0x805627fca71809e7ce5d9c9c36acc720ac1a8bb596f4f2afd4987b3db9358f0a, '', 0, '?'),
(0x1f1ce0f99b422cfbf87a9e4e741baabc, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-exporter-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-exporter-interface.php', 0, 0x420d3011786678c0fc6136ac476e4548, 0x420d3011786678c0fc6136ac476e4548, 0x5e012d9f13e7836a0b5e8a26c16713fdd1cfae40840b5d34bfbce5bd0d1f8e0c, '', 0, '?'),
(0x1f209421b659c1493d796ece721eaa6f, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php', 0, 0xd7d0f6e7d59de2561f6f3580ecda905c, 0xd7d0f6e7d59de2561f6f3580ecda905c, 0xdcd7d43e9139daf9590d15594fb4ad433468b2038bedd9ee99e4d0759e47db5b, '', 0, '?'),
(0x1f285132dab7af3bdc322b6bd7b52bb4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Head.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Head.php', 1, 0x00000000000000000000000000000000, 0x1210d2021248f17b8b86b6cc09d7680a, 0x1382e27a0bb68947f2cbc8a0d46c007f8eb249a0d9baee2e47a85811f610b9b2, '', 0, '?'),
(0x1f39686cc044ef1d8a4dd058720895c8, 'wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/navigation/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x2cf4358918f5cd6d5d5bbeb8f21b2f0a, 0xfbac0ba927e244a19def966422b21701dc72a3b4dff07341bbcb9b32eee24129, '', 0, '?'),
(0x1f4cbf90d7f1a4354d9053594bd216c8, 'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2', 1, 0x00000000000000000000000000000000, 0xdc7dda00cd989f4b33e219f332cfa320, 0x9384795d12eefef839bdcf59b3261d1812cd865ee4e3c47c05b3a99c578a2883, '', 0, '?'),
(0x1f54cd7c83c93d3fab925cf141389c97, 'wp-content/plugins/amp/assets/js/amp-validation-detail-toggle.asset.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/templates/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x1f72f409da65a2c2fce2965a9cfb910d, 'wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php', 1, 0x00000000000000000000000000000000, 0xb9a4cacb63605438e8628a0d7f7b920a, 0xbf0412864b50c51a6bd6663d488cb07ced7052cd42f5ce8500b3676de9a63cfb, '', 0, '?'),
(0x1f74898e7fae91c4f421e61a1787250a, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x1f817428c63c7501aa9795c6dbe62162, 'wp-content/plugins/elementor/assets/js/ai-layout.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-layout.min.js', 1, 0x00000000000000000000000000000000, 0x6ec1c9e707cdfbe2e9783fe4fde5ce15, 0x64bccddefda5066aa7f24e6debb80bea887142f680762a90ee87e1894e28e1ed, '', 0, '?'),
(0x1f867132d23c884d9b196eaa0d93bb19, 'wp-content/plugins/elementor-pro/assets/js/custom-code.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/custom-code.js', 0, 0xb825efb971c90c000da0c8eb7e04e6bb, 0xb825efb971c90c000da0c8eb7e04e6bb, 0x6c8e7f4775c8993711cf8316ea498d2f95dc5c521479db54540785e75f943d85, '', 0, '?'),
(0x1f8d065ca11aa3f57ff2bddbd4035de5, 'wp-content/plugins/elementskit-lite/languages/elementskit-lite-sv-SE.po', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/languages/elementskit-lite-sv-SE.po', 1, 0x00000000000000000000000000000000, 0xe63e9b3fcd3d694d439297f0264f7428, 0xd9ae77b7239d4ac4d77f6340952fe7461933a3e82dba5e9463e31cea566edc96, '', 0, '?'),
(0x1f8f350cf84bbfab242755064b08d9ae, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Link.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Link.php', 0, 0xc46df459ddded1adecedc93b4bda6a89, 0xc46df459ddded1adecedc93b4bda6a89, 0x887d735ddc8ac0ef5f69031a4e77fa5ac8485d6bee56a19adcb175ecafcc7ef2, '', 0, '?'),
(0x1f93e1c63612ee4a6c20aaabe8ec3212, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-vars.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-vars.min.css', 1, 0x00000000000000000000000000000000, 0xe3c98abb37cdc8e316e259569500b39c, 0x2b46847ae9c15aac41b70acfef25c114f42ca179e169aaf0496951d45924037d, '', 0, '?'),
(0x1f9426ea6e0a9c32e61c42690e2c4bf3, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Context/LazyloadCSSContext.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Context/LazyloadCSSContext.php', 0, 0xc0b2e09a90d799618635449154cdfd6a, 0xc0b2e09a90d799618635449154cdfd6a, 0x91db3e79ad10ed1be853e86df87c6a7aa505f695a50ae2791ffa24f34659d101, '', 0, '?'),
(0x1f987b85e959c25cc07ae98cbfb07d63, 'wp-includes/images/smilies/rolleyes.png', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/rolleyes.png', 1, 0x00000000000000000000000000000000, 0x20bebef0054f851332df4f66dda3698d, 0x664bc929be0aea6412f9a6215d0d29f7efb65c7de6e3e2d7966ccef55e9217e3, '', 0, '?'),
(0x1f98ee206e71bb90a714e9471ebf79ff, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Caption.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php', 1, 0x00000000000000000000000000000000, 0xebe41c04441c86a0e73f9ea98b2354c7, 0x0d180b048d292d054e5f30d2d55f14cfa3d179d35af22d86a203fa0e5e997041, '', 0, '?'),
(0x1f9ef79ff9f4a206f6ec0dd866cfdc2a, 'wp-content/plugins/elementskit-lite/modules/header-footer/assets/css/admin-style.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/css/admin-style.css', 1, 0x00000000000000000000000000000000, 0x5fd5a13cde7ee0bf0f4028529b4b3d08, 0x2137f94eb351046fdd4a778f7a4819aa5491f0774cc4cac40e76f577cbed7350, '', 0, '?'),
(0x1f9f96d51bef5c1e3d5c0d3f365c7f74, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/font-awesome-pro.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/font-awesome-pro.php', 0, 0x262f30f670c81af52d484039859bec6b, 0x262f30f670c81af52d484039859bec6b, 0x57b03327b59c1c31ec8ea039c082bfb47ef9a4eb828b699ceb093152f972a072, '', 0, '?'),
(0x1fa137c095f22fbdb991869cbeefc13d, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/RankMathSEO.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/RankMathSEO.php', 0, 0x893fc6ae5b9dbdae6128013f59daa9f8, 0x893fc6ae5b9dbdae6128013f59daa9f8, 0x2c9ac0530f78ceeaf6cc27d136ff89210e8c638b225e19c85ec70fc54845c6e1, '', 0, '?'),
(0x1fa828a34a2c28cfc30de31a50778459, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-grow.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-grow.php', 1, 0x00000000000000000000000000000000, 0x0cd331ec4688c4cd7297933799e9b2cb, 0xd706fc733bff096ebcf7538aaeee371cdb87c1dbbc14653196e0f6e57bec582b, '', 0, '?'),
(0x1fac19ca12982ffcc1721365330f350f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickDomain.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickDomain.php', 0, 0xdc4bf8e8774c86373caf371c2c586628, 0xdc4bf8e8774c86373caf371c2c586628, 0x67d667430236f68b8ce191bfef0e5e8680ca0c34656bedca87df7a5b55b171be, '', 0, '?'),
(0x1fbaae50c4988c7be33af9e1711b9f2e, 'wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js', 0, 0xc6ea3866f402d49246867fc3bddd746d, 0xc6ea3866f402d49246867fc3bddd746d, 0xf8fec22b5fe32f0065b3106006d23e21c560790af1b50cf3ca01bfb59a3438ef, '', 0, '?'),
(0x1fbd0f47891a5d1ec64f25052d7a81cf, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerTrait.php', 0, 0x0efe3ac3a8c8f487e532192971def02f, 0x0efe3ac3a8c8f487e532192971def02f, 0x9faf9ec0b8c50059ccf416aff70a913d9dc182c3ebf762019ae2001a430ac35b, '', 0, '?'),
(0x1fc191adf4bbfe421e1702b94331d361, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Godaddy.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Godaddy.php', 0, 0x7b5904a3186e289d83bccc0c99fe90d2, 0x7b5904a3186e289d83bccc0c99fe90d2, 0x3f772204ab2cac136a4c1d8af261c82b1e73d1ca685f4c1ea9247f78dfef50f7, '', 0, '?'),
(0x1fcad44ff3b3e06e5c7eecc599b2a01a, 'wp-content/plugins/wp-rocket/assets/img/logo-webp.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/logo-webp.svg', 0, 0x50562f5f3e03a816ea15a6dbbe8daf87, 0x50562f5f3e03a816ea15a6dbbe8daf87, 0x65c4de175dfc8071f74114c1b037d8f4f4079b665f0f2c95dd130b9101f0a582, '', 0, '?'),
(0x1fd3e088f834d56df12ab4d1e0b5b97d, 'wp-includes/SimplePie/src/Restriction.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Restriction.php', 1, 0x00000000000000000000000000000000, 0xcd492ea9fccbab777ab252341c9caeb6, 0x659e06399c6918d8e8debf1295429d0b028b8520bb3b5371016bfc35849ab3b1, '', 0, '?'),
(0x1fd846d5b9ed6321373147e6e764c41c, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php', 0, 0x0932c57a418cedcc6b59d41418d60d57, 0x0932c57a418cedcc6b59d41418d60d57, 0xbe2b98ea4a7e6d59b724a2dfe5a0da3607848b382f9a67c1e4d13461ca062280, '', 0, '?'),
(0x1fe448761bdceadaee7ad0459c225a47, 'wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php', 1, 0x00000000000000000000000000000000, 0x0ee39d11b4833650a6a45ba9687cd119, 0x4a0e273a077da5a59bbd162ddc60eafd83e0f9f0581e1ade079724dae39e5cea, '', 0, '?'),
(0x1fec6f64dd0bdf4ae5ed8c410b04056d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NullHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NullHandler.php', 0, 0x0ca506f95924b722b4fb1871633c1ec3, 0x0ca506f95924b722b4fb1871633c1ec3, 0xc134091042fe700e7f3bcb2472e13d1a2ce5760600bbded58b810fce86ef1a31, '', 0, '?'),
(0x1ff0933fbd00d2d56ca00fba97ca2efe, 'wp-includes/class-wp-application-passwords.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-application-passwords.php', 1, 0x00000000000000000000000000000000, 0x27772f6b23ec55460101e070cc05a0a3, 0xcb849d6bb30c811d07ac01b0a3b2aa53ef662125555f8474b724e8c7c4474231, '', 0, '?'),
(0x1ff3b83b44a1742bbd8659716505ff63, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialogs-and-buttons.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialogs-and-buttons.js', 0, 0xc81d404bd4699c5930f78b0b19ef19bb, 0xc81d404bd4699c5930f78b0b19ef19bb, 0xb0204c87c8995ecfc26fcc2726882ee7231657e036ee90b43134087ef3d8d8c3, '', 0, '?'),
(0x1ff4327029b48b7417a4ad4906edeeb3, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/url.min.js', 1, 0x00000000000000000000000000000000, 0x2b235a134deda2c815a74c2a9cf674b0, 0x205d96a4999cdb81749557e0dce5d8d68eae928a759992aaf63cc171c9f08611, '', 0, '?'),
(0x20055263afab93457abd4ce47f454835, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshWeeklySchedule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshWeeklySchedule.php', 0, 0x4ec247f764269d914bc2faa5abae58de, 0x4ec247f764269d914bc2faa5abae58de, 0xcc4bf17a4c28f95a0c724974f025430e71191257635cd49d10675980bed5c176, '', 0, '?'),
(0x200a9aab5bcc56c999ff16ed0b75e715, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ClearValuesRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ClearValuesRequest.php', 0, 0x8590cc37df1ec7607842b5503407059c, 0x8590cc37df1ec7607842b5503407059c, 0x6a375643d6039dcde43edc528850756bdf1848228f9a56d47db68c3375ccddbe, '', 0, '?'),
(0x200d1d82fc8a18808ee8690a0bf783d7, 'wp-content/themes/jannah/assets/js/dev/lazyload.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/lazyload.js', 0, 0x93b7b8222c6d60d6bf0f56efa30addb7, 0x93b7b8222c6d60d6bf0f56efa30addb7, 0xc4fac748d71ec5963509309a59cb2527fdc71d4cdc82206ef822fbc7ef3b36e1, '', 0, '?'),
(0x200de99ef8b72de8557a9c0d0ffe614b, 'wp-includes/blocks/pullquote/theme-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x84b954d65f57bf31fdab3d22ea300413, 0x9d25380b214b8148d3841d428003099aaf450d3cdfaca2e177583c86acf857ee, '', 0, '?'),
(0x20158118368d50fa5ab5a77727613806, 'wp-content/plugins/elementor/assets/js/progress.985f012a6336ab21cb44.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/progress.985f012a6336ab21cb44.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x75413a42ea65b357f4952e73a1438041, 0x50b16e9c6d34756e86fabf67c7bb9c3a997f63aef60a3950bf884ccf3fd51597, '', 0, '?'),
(0x2015c8b4bf37541157285c8ab91c09fc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Utils.php', 0, 0x5b606264566260787e080ee2ee00563f, 0x5b606264566260787e080ee2ee00563f, 0x2f6eedfc40bac748269565ecc105f61747ddde7ac2b3e9546f0ffb57241f8d8f, '', 0, '?'),
(0x201755ced3b4dc0478460cbf66b0f93f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php', 1, 0x00000000000000000000000000000000, 0x1cf2395261ed3221fa6df8987694d5fe, 0xd48f15a8533c9e555b85211124933d0afcaee40f05a62e0556231cfe52c51035, '', 0, '?'),
(0x201ce8e1c9893ac918739e187b313cb6, 'wp-includes/blocks/embed/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x3700cb10748ff4acf6eb908792147f06, 0x96ddfd147a9525135e60a438edb15ca8a86f1b95520268e5eb708a07cbbc26d1, '', 0, '?'),
(0x2027d3d21caa5f550f0f3b30982f3cc2, 'wp-admin/includes/class-bulk-theme-upgrader-skin.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-bulk-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xc2b29d8a0822c741d978216ba8a9e3b4, 0xdfdfed67b80bf1afa560a144c01b729512a287b545b495ea62aed3168041b810, '', 0, '?'),
(0x202a404144d29388123d7075b098d345, 'wp-admin/user-new.php', '/home/forwardbetcasino/public_html/wp-admin/user-new.php', 1, 0x00000000000000000000000000000000, 0x163c1141a578927a5a826721cee4670b, 0xc1d871ea006e613f38dc1b988d8cd7a01b2fd543106a2b31117e3964e11292d1, '', 0, '?'),
(0x2031ca48a0e414de9e847885190c4862, 'wp-content/plugins/elementor/core/common/modules/finder/categories/create.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php', 1, 0x00000000000000000000000000000000, 0x094a1267c3d957717a334002ba7e10b7, 0x1370534568603a49da772b19b338d4e409765d5a7773dc5c99707f922974f602, '', 0, '?'),
(0x2032ba7070701c692d541c74b5ef4bd5, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionFile.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionFile.php', 0, 0xf4b4f26b9a99d5e0aedbac96ea390713, 0xf4b4f26b9a99d5e0aedbac96ea390713, 0xf50684a713360944bbc05a6cfbce6c004eeb1504a88926b5224e0806dcd79b5a, '', 0, '?'),
(0x2035d4f18d72449b67bb04e7b183be19, 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ProcessorService.php', 0, 0xa19a7b371f952c906fa7d1aca0bb1d19, 0xa19a7b371f952c906fa7d1aca0bb1d19, 0xe5e4bb2720b39fe6a5b5406cfd7b1b7b8b55ac15bec30af26c9e548b8927169c, '', 0, '?'),
(0x203ea4bd796deaa61406bb0a9c6d483b, 'wp-content/plugins/elementor-pro/modules/notes/utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/utils.php', 0, 0x005feb9b6ac700c2f6885e80a2d69279, 0x005feb9b6ac700c2f6885e80a2d69279, 0xfbfe795384149891bcc4f16eac22b292bcfaaa911c9a57dffdd32ffe0fabd29d, '', 0, '?'),
(0x20455e67d9132798120cd4ad66514491, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Message.php', 0, 0x45f1f9d7cc3acfb878c63a9053e39f0c, 0x45f1f9d7cc3acfb878c63a9053e39f0c, 0x15d1a4bf85fb49281a49b3bc4364e8cfd639417ffdea32bcfa89794c3780ff1d, '', 0, '?'),
(0x204db120a075177b01bc127f3cddb51a, 'wp-content/plugins/elementor-pro/modules/forms/actions/mailpoet3.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/mailpoet3.php', 0, 0x4e90630e03617c1f130bf3114641c2d3, 0x4e90630e03617c1f130bf3114641c2d3, 0x5a08afb6f30cf2d2a757067efda9879dacf51301d512b546bd8d2b00e3aeeaaf, '', 0, '?'),
(0x2052bb49c004ebd47c01596052c25a0b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php', 1, 0x00000000000000000000000000000000, 0xaa91fd1e8ac518554121637bcf9a34f8, 0x5cd3279f03deb97792a12cf3edc4c0ad55de0b67470d6e3bed73cfffc59fbb05, '', 0, '?'),
(0x2061b925df86cc656cb3d78a36797c01, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/SiteList.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/SiteList.php', 0, 0x3c92ba7ebb6d2ecb029e8ec714ed6b70, 0x3c92ba7ebb6d2ecb029e8ec714ed6b70, 0x50fa0986efb684efa23a8ac5c8dfc22366d2069d29e41be0ec86849f8091a028, '', 0, '?'),
(0x20659235bc1f83a170b8e03a68eb7fee, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BinaryField.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BinaryField.php', 0, 0x3059e75ef37c3ac2b13ecbb2454f1ec3, 0x3059e75ef37c3ac2b13ecbb2454f1ec3, 0xee5eafcce3848962cfc9172a10e833a495406e075ef1e1e773d673a48679b121, '', 0, '?'),
(0x20707d873eddde55e6e57fe53e1ff54a, 'wp-content/plugins/elementor/assets/js/ai-media-library.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-media-library.min.js', 1, 0x00000000000000000000000000000000, 0xc70f875dfc5a07515b9fbe698ac86666, 0xd3b1a33f447f89cf4fd384617a408776fcce33886a3f24e12d109cc4cdb41b27, '', 0, '?'),
(0x2074edd2b89a53f1e35672e8339dea43, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/classes-prop-type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/classes-prop-type.php', 1, 0x00000000000000000000000000000000, 0xd1dba133a62fdea6df9fd11b3d01c5f7, 0x242a3326396af4a61bb0815f12346566a73a24baabc570c386a2f4faddd0a225, '', 0, '?'),
(0x20750a77e77685401d2d965f86f0d1d6, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php', 0, 0x45f0574d6936ea3d3c152a407d6da2f0, 0x45f0574d6936ea3d3c152a407d6da2f0, 0x80f985a6448ea452565cc5ad07e03c37749d7909b32c38e159e4126d104cc18f, '', 0, '?'),
(0x20751a5a26465548d1da9d746f07d2d6, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-vertical.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-vertical.css', 1, 0x00000000000000000000000000000000, 0xb74148c0f3bc6cbdb2b9fd84015cbd08, 0x11ac1eda9690801bacdaaeeecc7090e956b215304bbbf01dcd4481007e183d5e, '', 0, '?'),
(0x2079709e9b9cbb44236561520b9f15dd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/X509.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/X509.php', 0, 0x5f2146c727c26f7e4e9cd1b55552e523, 0x5f2146c727c26f7e4e9cd1b55552e523, 0xbc8f693b5eada7b573f09f5b0713f5339acbf8ff3d4b5133f623e517e567034c, '', 0, '?'),
(0x207b6d0adca3c6da7f659c52b2c08329, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing-tab.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing-tab.svg', 0, 0xc18a915c97be85972e40820d429985e4, 0xc18a915c97be85972e40820d429985e4, 0x9bcd39a4f527e44cab5f9d549a59542c268b878aa549e3540f5eadf994005f0c, '', 0, '?'),
(0x207e79e00bb9e57ee449e0bb5f325e1c, 'wp-content/plugins/elementor/data/v2/base/base-route.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/Subscriber.php', 0, 0x83d7070e6b38a2ab1eb3ab7c67132ad3, 0x83d7070e6b38a2ab1eb3ab7c67132ad3, 0x9d70149c4f420163c36bde06d79d2d8353361d85fa9ae9e25627b9c1d8a9d241, '', 0, '?'),
(0x2085089f6ce9745bfab176eb6d93fe87, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php', 0, 0xa78b68acadfb411ab8773a75996f1be4, 0xa78b68acadfb411ab8773a75996f1be4, 0xb76059896af7bd892b6adf2658eb6e5ae1a1a5b188e6e2339fe8f12dcfafb027, '', 0, '?'),
(0x20892eef3cae8f7bdf84115cab59c63b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddConditionalFormatRuleRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddConditionalFormatRuleRequest.php', 0, 0x6eba47850b6e8429125fb2abd4cc7397, 0x6eba47850b6e8429125fb2abd4cc7397, 0x86701da91b54f9fdf096bc3c824060d6b68f4975369f0c73843b283002fbfb2c, '', 0, '?'),
(0x20898db6903de4bee18d13ab693b5b9e, 'wp-includes/blocks/require-static-blocks.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/require-static-blocks.php', 1, 0x00000000000000000000000000000000, 0xd9c395f8d7e13c70d72094b8cb4b2f15, 0xb19d9760d0b6c1269ca9d5cfcabee1b72262e88f5558890eb79779cec2212a48, '', 0, '?'),
(0x208c57e2edc62c400f7bca0413993f39, 'wp-includes/blocks/post-author-name/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-name/block.json', 1, 0x00000000000000000000000000000000, 0x46e97c722e3837c787c79f22ec55c39c, 0xd62b8c350ed20354588e2da9d2f2648e9505d925f82f436a57f0d6294111a4ae, '', 0, '?'),
(0x209119a20f2e1d40fd29c8a9b7d19820, 'wp-content/plugins/elementskit-lite/wpml-config.xml', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/wpml-config.xml', 1, 0x00000000000000000000000000000000, 0x81709812fd0adac5d115a0d5a34c1bc8, 0x3d19eb853edf1eea48ad6a5476c244e039d4f06ae49f2fa81986402d72de0b4f, '', 0, '?'),
(0x2091abf684e73c1d67ee538c8a6f94f7, 'wp-content/plugins/elementskit/widgets/image-swap/image-swap-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-swap/image-swap-handler.php', 0, 0xe8494f41525e932c904a0f39bc29c53c, 0xe8494f41525e932c904a0f39bc29c53c, 0x7395410bd8f4180531628c93e0729eb035d22844b33802dac1966b391541f422, '', 0, '?'),
(0x209579c18f3e01349c6cbbb0675217d3, 'wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x38804ec39dc5e21ac2c8967611eb93aa, 0x192b755214dc410b9665b566e159ad292596083b2a1a8da17986c9ef55f38a84, '', 0, '?'),
(0x20a59814912193daecdafa91ad28fdc3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', 0, 0xd0df2f5ba21d0fdd695aff6884fae8db, 0xd0df2f5ba21d0fdd695aff6884fae8db, 0xdfa08a8ce6a416fd1debfd4cbbc5284f618c35721c91dd4522aabdbcb14f4c64, '', 0, '?'),
(0x20a5b737240e9459112792e5e4edfed6, 'wp-content/plugins/wp-rocket/inc/3rd-party/themes/studiopress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/themes/studiopress.php', 0, 0xc3e2461cbffbfebb1a74dc9aaf47463b, 0xc3e2461cbffbfebb1a74dc9aaf47463b, 0x2609da3bdd7c57c5fce6b1328da85fc6ae05e88468073b4998be73c89a390aea, '', 0, '?'),
(0x20ab17a12431703c089489f48bb036fd, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 1, 0x00000000000000000000000000000000, 0x732fdd000f82d2fbd6fece30ecd157b5, 0x0bf8aa8ec0e831b740791a8bd8197bb58ae87b2ce2d77c17c1015688463d6005, '', 0, '?'),
(0x20bb0ebfcdecc882716e6664ea877762, 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', 1, 0x00000000000000000000000000000000, 0x5345a96ab1d4b95f26ac9f34821e4cc4, 0x731f42238f72b6194d15544881f93c622589c4b6266fa2b5796e1434fb8168db, '', 0, '?'),
(0x20bf5362565f27345242bddec4127774, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/FactoryResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/FactoryResolver.php', 1, 0x00000000000000000000000000000000, 0x16cb4b87a0b5954ee958b7d9705299dc, 0xccec829b83809d57cffb6799ff4b15c3b1cc7076e3a7a02fa164ab815556cae5, '', 0, '?'),
(0x20c0e8991643828b760e52f8839c32ab, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/documentation-thumb.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/documentation-thumb.png', 1, 0x00000000000000000000000000000000, 0xdd07aa1a8cd7db99e576777b9f166a0c, 0x8a17d7f9b7fa5678c1b617fbbeb6f170a3f1b1cce47ac5450a59407ca1a9acce, '', 0, '?'),
(0x20c9d25e57e0998e14148a595e144954, 'wp-content/plugins/luckywp-table-of-contents/admin/Admin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/Admin.php', 1, 0x00000000000000000000000000000000, 0x395f91e32e48f8fa1611afdf5e132a72, 0xbbeac87dc259080711cbbe4194f5ec429c24305de381f0373eba885176e3a508, '', 0, '?'),
(0x20cc396cc666f2796d43903584c2d84c, 'wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/init.php', 1, 0x00000000000000000000000000000000, 0x7407b70a16256e19ab2b6e8667c80747, 0xf3d5f0bd144c8a3250ce1d33c94343dd0e0f64259b4624499fc4d1aaffd6dba0, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x20ce68ecb98978db55dc865c592169c0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightbox.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightbox.php', 1, 0x00000000000000000000000000000000, 0x99eda2f8eb69a3ad0758d0ccd4d6fa2b, 0x08297838848dc07d4aa1b5f0cfe52868ee761e58b2ebec474ef1246b023b6148, '', 0, '?'),
(0x20d7929d8d1bf12bce4e71a447eda7f8, 'wp-content/plugins/wp-rocket/views/settings/page-sections/imagify.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php', 1, 0x00000000000000000000000000000000, 0xb33a5a2a62271a9b7e1aebc96e2ab616, 0xe0aaa0e09421824216ef787482e415988871ff3376e78a9873743c05ddc16ac0, '', 0, '?'),
(0x20e094278311bff26eb0493ee573f244, 'wp-content/plugins/elementskit-lite/libs/emailkit/assets/notification.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/emailkit/assets/notification.svg', 1, 0x00000000000000000000000000000000, 0xd73735780ba456c23ba12de11816712f, 0x8d47dedb02177f1482445d6163f3ad40e437e0ad086fb4bdc63deb503186ec5f, '', 0, '?'),
(0x20e0f463ccab29498c0a702ccd91ab83, 'wp-includes/css/jquery-ui-dialog-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/jquery-ui-dialog-rtl.css', 1, 0x00000000000000000000000000000000, 0x9c655fff341f5b613ac05de40199ccf3, 0x1d22603acf879e1e077bf0c76aa748408cc4edf6e90bfd239b3bb5db5a49732e, '', 0, '?'),
(0x20eea08d089d8c8bbd2bb20abef2fced, 'wp-includes/js/dist/commands.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/commands.min.js', 1, 0x00000000000000000000000000000000, 0x92c67429f754d5e114127106e9fd5a7c, 0xdf9c31f60381bf2d3a488f52bc0126b0b8c39144f897a0df050dcdb25e9ad679, '', 0, '?'),
(0x20ef2ff36faad07cfb4c60b6745dcdb6, 'wp-content/languages/admin-fa_IR.l10n.php', '/home/forwardbetcasino/public_html/wp-content/languages/admin-fa_IR.l10n.php', 0, 0x8b64488a435e6ce06d34e8f77e069cfb, 0x8b64488a435e6ce06d34e8f77e069cfb, 0x33ecb82c4847971dfa918d9d07f79411033512ca5567bceda47be215993112f4, '', 0, '?'),
(0x20f6c081928e1685037434247bca5345, 'wp-includes/blocks/categories/editor.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css', 1, 0x00000000000000000000000000000000, 0x3eef8c9e589a6fd58292e79bbac4ba5d, 0xa36ec9f7c654d87133d35d553df162fe32064f411fd5cb4678ea80465d0308e0, '', 0, '?'),
(0x210628b658dd01bc2bebd8e5fca25cea, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/ai-generator-2340.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/update.php', 1, 0x00000000000000000000000000000000, 0x052bf4f26f1766245be8448b0708f0a1, 0x200576772035fd61e1c48935df8313dd0e586f28b2206d06ba35628f087617e5, '', 0, '?'),
(0x211948b175ff66c98144e337b43e3d67, 'wp-content/plugins/wordfence/lib/wfLicense.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfLicense.php', 1, 0x00000000000000000000000000000000, 0xaad71dfc4f74304c4da2bf81afb77bfc, 0x15fcae2cf751e7b9a75e373e93f03bd9ba661aa8c946c5fdaac9594bb927f392, '', 0, '?'),
(0x21293394757058bf03923e4d79ba9edc, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php', 1, 0x00000000000000000000000000000000, 0xbc633536f607f64eca4ccf57e1a137bd, 0x52767f7436391b8cd1cb0fd586973518553103ffcab6eb70bec629b2d6d9791e, '', 0, '?'),
(0x212c2410aaad5105bfc646bdbfbe1547, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php', 0, 0x9903ecca30af3806190c10f3981dc692, 0x9903ecca30af3806190c10f3981dc692, 0x0c241ef9f3390932bbd192ee2cf6aa2ca088ca31bc4fe0bc6ba7f1354b4a2fe8, '', 0, '?'),
(0x213162dd8539a0aa2ae3c0ff5c11e1c6, 'wp-admin/admin-footer.php', '/home/forwardbetcasino/public_html/wp-admin/admin-footer.php', 1, 0x00000000000000000000000000000000, 0x2264c69a243609faf8c2fd1b55ea0dd8, 0x750ad61fd57a92396ce100499b1fd5edc6f6ffee2cfc230a81153fc55955d756, '', 0, '?'),
(0x2133cd5c86066399b7b0b2c50a6ab19b, 'wp-content/languages/plugins/elementskit-lite-fa_IR.l10n.php', '/home/forwardbetcasino/public_html/wp-content/languages/plugins/elementskit-lite-fa_IR.l10n.php', 0, 0xc8c66bf462fec418256a46a805403d8e, 0xc8c66bf462fec418256a46a805403d8e, 0x4537c5ced30c1da82f940e4ef502c3ee80492e8c0f6cfc5f776535aceb4e3905, '', 0, '?'),
(0x2135e479ccac0d7681b573eccc260361, 'wp-content/plugins/wordpress-seo/src/user-meta/application/additional-contactmethods-collector.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/application/additional-contactmethods-collector.php', 1, 0x00000000000000000000000000000000, 0x7b2eb502fef1df27744b1e46ee3704f6, 0x34156ab8dbf2cd45026cf6b54cf125f06552534c607776a982b5cb73a016aad8, '', 0, '?'),
(0x21369e61474fd40ad32d9897133d25cd, 'wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0x4b9609b46d4f5fd81ebece49ba14d0a6, 0x0eccb7c1943b5c10c10f713fd4cf28075cb2b59a8e9285bb43df8a490b3de426, '', 0, '?'),
(0x2143dec2ddcc5e2da89cf437896b445c, 'wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose/floating-date-3.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose/floating-date-3.png', 1, 0x00000000000000000000000000000000, 0xa43ca28c1983d016dfec7e05f6444cd8, 0x840af8a8d9afddd5ec3339866bb4c4f4a3228dbd4224ee8f488faa4dbe3a1db5, '', 0, '?'),
(0x2144f006df81fc4df7b067606ebf4758, 'wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php', 1, 0x00000000000000000000000000000000, 0x9415d76fe58efff0cb2da2188f7afb04, 0xc9180df9e07c5d47454a9b319677e477c27d1c678ca939b845afd1d986a316f2, '', 0, '?'),
(0x2149ad645d0535248ca5c05be0d67eac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe315dc8fa9fcd433290aa90ea72efcc6, 0x5439ac51ae532b9e41d66a5c5a71440af83236ba6d835806dd5393d94ca607a6, '', 0, '?'),
(0x214e987259beeb7d30ebf06c3a5edec0, 'wp-content/plugins/elementskit-lite/modules/widget-builder/assets/css/ekit-widget-builder-editor.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/css/ekit-widget-builder-editor.css', 1, 0x00000000000000000000000000000000, 0x259e4a2fda2d751843705bc196c9f44e, 0x067021874a385405c4d5a596e96312ceb411a7932153eab7237fb123ec37379c, '', 0, '?'),
(0x21506c7536a093f0eb10a1bcd202435a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-core-theme-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x6fdf269e213d1cf9c541866db3f34fb8, 0xcbd0382b5c4180b7949aa6f66759df71cc3d9fa8aa004297e94a4e6ac9b82391, '', 0, '?'),
(0x215f8d039fe8bcb5703370996ed7d34c, 'wp-includes/images/smilies/icon_eek.gif', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_eek.gif', 1, 0x00000000000000000000000000000000, 0x9c2f4920bfb18a78f129f12822f495e1, 0xda38d9e4def70fe0e54bd287aa8bb30234b8af91b9e98413fc21c9e8033acab0, '', 0, '?'),
(0x21723e5d211240e2c2cebd36fcf37317, 'wp-content/themes/twentytwentyfive/patterns/header-centered.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/header-centered.php', 1, 0x00000000000000000000000000000000, 0x6cb4bfe27cd1b4b03f1509980824c854, 0xafd8f9824096f03900f8bff321551827dc412ec41ca24669a32ac0ddd3c619ca, '', 0, '?'),
(0x2176404b65799591459c7d5d21a01928, 'wp-content/plugins/wpseo-video/js/jquery.fitvids.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/js/jquery.fitvids.min.js', 0, 0x08689ec86a0dd9a3e8b8668db5534596, 0x08689ec86a0dd9a3e8b8668db5534596, 0xc0475521001d1e195955bc1ea16a0118c1166a2f36833c836b84d0dd59a97c74, '', 0, '?'),
(0x217c1128df79cb57982a314f6f324375, 'wp-includes/js/wp-api.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-api.js', 1, 0x00000000000000000000000000000000, 0x60370d4a4709cfad4f743e13839617f3, 0xa43beedd5f2a42e80e0435e5969947498ffff8171b19f519433604be78c320b3, '', 0, '?'),
(0x217c8fee38fefc18d7492ce7ce209ba4, 'wp-content/plugins/wordpress-seo/admin/class-collector.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/licenses.php', 1, 0x00000000000000000000000000000000, 0xebe756172b622b18d5c83e11f477021e, 0xae5d38d10b9427f6fabba6b17af54ea40dc5db2b6c0654d7e2dcdfa49a320185, '', 0, '?'),
(0x2184bf1418b7ffff95aa7a0c9628f1a2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MatchedValueRange.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MatchedValueRange.php', 0, 0x4d3e482b5b81a23d228ef7644acb7cc4, 0x4d3e482b5b81a23d228ef7644acb7cc4, 0x4cea9e2a5625fe27a6f6b1277cfdd7f52e522dda68f31a585f09550be4cc8c6e, '', 0, '?'),
(0x2186c54fe1ed96d384c7d2950ab12128, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php', 0, 0x7d14d7ec2cbc533d96d0cdd854b338a8, 0x7d14d7ec2cbc533d96d0cdd854b338a8, 0x81bb96d18a63145932dc35258cc9cf3d6474037d15afb5a87e5effc4cb3f148f, '', 0, '?'),
(0x218ace0c7878a22b21adc19c5bc62801, 'wp-includes/js/dist/list-reusable-blocks.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/list-reusable-blocks.min.js', 1, 0x00000000000000000000000000000000, 0x9844543d3b25c5c47a083a08f0482156, 0xa0a0465ecb8b14c718aca524f24baf576e230818e260a03496a430802ac4dc28, '', 0, '?'),
(0x218eeb839fc1ef481a337eb2104a8fce, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRecaptchaInput.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-i18n.js', 1, 0x00000000000000000000000000000000, 0x510b9df5a877aae0552a75760bb71b3e, 0xebae15938229666dac78dcf47619812b8478db9f221fd7daf97ee842b8c922fa, '', 0, '?'),
(0x219af8ed113a55390534d71a3f4f4494, 'wp-content/themes/twentytwentyfive/patterns/cta-book-links.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/cta-book-links.php', 1, 0x00000000000000000000000000000000, 0x41da765940ab39e6f366cf32082f7893, 0x84a8890449efd4fadd7ae92104eb14bd99a5ee583448d8f2489d3ea46bf798ec, '', 0, '?'),
(0x219c5ec9adc210bac4ecc9250e86f77c, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-horizontal.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-horizontal.min.css', 1, 0x00000000000000000000000000000000, 0x10306fdcd4d51f7e82408c7a9ab495cd, 0x152be6533996c59decc4eea7047983f7dc914d9407f26121a7191e7990cb7b54, '', 0, '?'),
(0x21a29d017990cb2755b5c762d6f0237d, 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/event-rsvp.php', 1, 0x00000000000000000000000000000000, 0x3df846ff26c90c9ef4bd39c5840b4710, 0xb2d5d93f4e0bbdb55977c52b09834b7cdbf926bd21e1b9b75657aae4aecfd867, '', 0, '?'),
(0x21a2bc3e924e4eb87ff71491fed98cf3, 'wp-includes/blocks/file/style.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', 1, 0x00000000000000000000000000000000, 0x7a1c9dd6397ac41b2598bf30f65bd3bc, 0xf994dc3618f61a2a472de8adce2bf1638829ba16d67cec8ee187265b60195e33, '', 0, '?'),
(0x21a523035a8cf72f79ec9da8ff17cd73, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/base-widget.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/base-widget.php', 0, 0x0ddeb852eed8dc6a40e6fb67a5adb06c, 0x0ddeb852eed8dc6a40e6fb67a5adb06c, 0x7da79a1f5cb5891ac86ea7b2a8b8d09c56a494276d80e3761c5104fe20acc1ba, '', 0, '?'),
(0x21a7232373773a0d1d482ab224717ff4, 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', 1, 0x00000000000000000000000000000000, 0x0dc5a4d40cb71f0367bcdc55b2f4f37d, 0x7c1ef9c214dad76be76f73177dd2f7c9fcd85508ef23cd994ee93315145b2b9a, '', 0, '?'),
(0x21a744bc2b361541ef768ddc1d38e910, 'wp-content/plugins/elementskit-lite/widgets/nav-menu/nav-menu-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/nav-menu/nav-menu-handler.php', 1, 0x00000000000000000000000000000000, 0xbb48d2346832f5b92d194eb7529869f4, 0x3e7a2522d7f7a4afdec29b5411a51854d5b64a61356125b60e15fbf7276c90c3, '', 0, '?'),
(0x21ada81ad785a0380e6d7666ae661bf0, 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-date-archive.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-date-archive.php', 0, 0xd5186d9b1de5a8bcf0e090d8c03b3bc6, 0xd5186d9b1de5a8bcf0e090d8c03b3bc6, 0x9cb8da5e04f5ab2f0ef7c120d34d12a6327271c45df371403046d171b9c1faee, '', 0, '?'),
(0x21b18c9dddbcd391812f077f3009b4c8, 'wp-content/plugins/amp/includes/amp-helper-functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/amp-helper-functions.php', 1, 0x00000000000000000000000000000000, 0xf4f53cbcb2f004b0073da67a34f9de05, 0xef5c437fc3a401a7f748900c7b2f9183d66e9eb9c43272c7e7cd6194e854a55f, '', 0, '?'),
(0x21c3efcf7356f27de5a504892da2bf4a, 'wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/embed/block.json', 1, 0x00000000000000000000000000000000, 0xe68c5f5aba04aa7916c78dcd9e3f3f6d, 0x0b8af305bda7d788e267f8bab4604a43f1b039d379eacd47c88cf0936a29410e, '', 0, '?'),
(0x21c944689c661ecacf8a9c6ff1ff1fe0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddProtectedRangeRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddProtectedRangeRequest.php', 0, 0x6b6e0dda8a9b07758de3c70b5fbd1512, 0x6b6e0dda8a9b07758de3c70b5fbd1512, 0xafdc9a0b7c3bdcdaf02dcfeb701f4aadf9e80f052ca2fb86e8a3b4219f83a4a5, '', 0, '?'),
(0x21d55295e10b9b70fb6e4cd177e26d37, 'wp-includes/js/tinymce/plugins/lists/plugin.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/lists/plugin.js', 1, 0x00000000000000000000000000000000, 0x299f723fb54eaae381bc49b4a1712784, 0x25a83d729482a78ecac464aa8c760a86926905de7abd781cc175f9a417293370, '', 0, '?'),
(0x21d98212bf8ef4dc8ef03238437f59f7, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Queries/UsedCSS.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/keyboard-shortcuts.js', 1, 0x00000000000000000000000000000000, 0x85623367fc31d30881e39659747e68b0, 0x1cd43beeffef010c0d5e4ca2681e9fab8945b752d2c863cb4de1b7a2fac9a89d, '', 0, '?'),
(0x21dface91c766731f24956057cfa45c6, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss', 1, 0x00000000000000000000000000000000, 0x5b163ca0b9d4893187d42dcb1833a1f6, 0xf27742bced3b5c715c90388c4e950b2184e6fe2d9d58c5e20bf7fb21bdfc0a17, '', 0, '?'),
(0x21e2b83f73a1f21cfd347b4b68bdb568, 'wp-content/plugins/elementor/assets/shapes/waves-pattern.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/waves-pattern.svg', 1, 0x00000000000000000000000000000000, 0x6c347fd331c6db4bf384bb79296484eb, 0x27a62724721984a2fc27e7a42b4d3f496ecd431663e368d4f5eeddb2105cd241, '', 0, '?'),
(0x21e67033cce0ed13586269019464c5c5, 'wp-content/plugins/elementor/assets/css/admin.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin.css', 1, 0x00000000000000000000000000000000, 0x921eafb010cf2c83085230edbfc1a752, 0x43a070cf21f8d0869cf703be2d8e08c80da9f53db32c1625feef1bc8b2d127d3, '', 0, '?'),
(0x21e83947e71f9bbb7e71e36e318b720b, 'wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', 1, 0x00000000000000000000000000000000, 0x7f42875a1e3a33f2687296241e7ee587, 0xf84643f8ca3523c4cdc1d5438d1e983cdeba621647834714f721a7b8ccae9c40, '', 0, '?'),
(0x21f4ffb7ed59302d057a31e0646d3e87, 'wp-admin/js/plugin-install.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/plugin-install.min.js', 1, 0x00000000000000000000000000000000, 0xc9f17184dc82797c52a1b24367db582f, 0x3f55d5a14e6b68dc6b475154d297d6f3f75b30998a4e89a89ed5062de003a4ec, '', 0, '?'),
(0x21f60907ffed9cba9038cb194be52e8f, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-04.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-04.png', 1, 0x00000000000000000000000000000000, 0xe6d6dfe5b321dce2410dd24268cb3bad, 0xdfa1323ec0079ed8c38da5941788c16705487221cd2a45827d39cf8fd0d68480, '', 0, '?'),
(0x21f9abdd94f96c105776ff7e6f4618ca, 'wp-content/plugins/wp-rocket/inc/classes/class-wp-rocket-requirements-check.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command.php', 1, 0x00000000000000000000000000000000, 0x087dfe02508af6a1db478979787b9a06, 0xf70e07f46a45f085fedce540bb2dd2aabb3d1b8caa1a1d114d1539bbee95750f, '', 0, '?'),
(0x22010ae49204e515d7346add53c38b86, 'wp-includes/blocks/spacer/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/style.min.css', 1, 0x00000000000000000000000000000000, 0x73de0f6b93cbe96b90337ac4d35529c4, 0x7532ff54d8da7a22bb84edffcf2d67be89b6265dcc56db136ab295244f3e1f8b, '', 0, '?'),
(0x2203741a27cca68b65e6e797fa70fbe9, 'wp-content/plugins/elementskit-lite/libs/framework/classes/utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes/utils.php', 1, 0x00000000000000000000000000000000, 0x4fe5ff834d585a0c5f0e1a2d8528c3cc, 0x62228d0ff4789be83f32da6298b39dbb2544dfe6dd9e40ddfd776aeac59a3605, '', 0, '?'),
(0x22054574c97988739fc3edde1a7c1567, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-elements.js', 1, 0x00000000000000000000000000000000, 0xfd3848f7c9141212ac79b04759bab9d5, 0x1128030ffb26a1c7489855989a7c1a2a5beeadf677c8e99200a597ff73a1a5b5, '', 0, '?'),
(0x220de286bb96376c7e15c4e7cb9d41c9, 'wp-includes/blocks/text-columns/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/style.min.css', 1, 0x00000000000000000000000000000000, 0xbdeb811e9ece24013645c9ab38ec8279, 0xe7a15c7ba0318645aebc483d46a727d6b1d9fcc74c16eb3d74f18430a758c604, '', 0, '?'),
(0x221888c1aec5f8d02c3d4bd4d631b978, 'wp-content/plugins/elementor/data/base/endpoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/base/endpoint.php', 1, 0x00000000000000000000000000000000, 0x19f2b63b0e9341b7c466a14a1a96a857, 0x76c5b3c34db772a7cf0d4ab48cf969321bb2dde3816209797c705c6bde41ff82, '', 0, '?'),
(0x22287d47c57fc572e7090230978e5628, 'wp-admin/ms-options.php', '/home/forwardbetcasino/public_html/wp-admin/ms-options.php', 1, 0x00000000000000000000000000000000, 0xc78498b5662485c8922c693432e21b8e, 0x39f40b955aa39bf7b07b0f4f7f726a0434b9ce073278f492520470ab565fd3d9, '', 0, '?'),
(0x2230c2720f4e314d95e1e4239ea0e1c0, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc516c45e5de4c3f72fdad7b35b25d9a4, 0xfeed2a9273b717d79f10164f09e37ea7c1d6f4287feb2aaf4ddb86020cfe7a72, '', 0, '?'),
(0x2238410a3df21caee187bc6670350415, 'wp-includes/theme-compat/embed-404.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json', 1, 0x00000000000000000000000000000000, 0xc5362b252a3d8e9e7840a31ff27e5200, 0x127cae1cbfc275aba0fb5067e6651491db5ecd515ac18a227a3a7263bb1d4977, '', 0, '?'),
(0x2240bc76dcfa0b9297a9496125c03ff3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteInput.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-wp-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x6fbeed534a76c3c068ecb1ca06bf42e0, 0xbb29ecff172f5875ff790bd7e1999286d8ced710da0baa1a8dcf7e68c816f62c, '', 0, '?'),
(0x224ccea704834d18f2f2ae671086791b, 'wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/data.min.js', 1, 0x00000000000000000000000000000000, 0xaeb6cf284467daad29fbcdca990e3c85, 0xba842afb23c7c5f462b957109af651643fcfdf9afde003e9979d890ddcdc1f58, '', 0, '?'),
(0x2254250db1bad6a2b038ca9322db6da4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpRuntimeTransformed.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', 1, 0x00000000000000000000000000000000, 0x3c7dfccd08192094c88e9216dde59620, 0xb4aacf7d4c475205e53aff7d56cab6d0d2475b967c9e2bbc69ab6874baedb39f, '', 0, '?'),
(0x225eed2760130721dcf0386835ed9a8e, 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4fbab3ef18914c50c193c601a0282668, 0xc128cf751ba2b145466cc2a938824385d7c0f2337f6aa34ccf8daa678c76b7b9, '', 0, '?'),
(0x2263b0ca5c448efb5263200fa4f2009b, 'wp-content/plugins/elementor/assets/js/dev-tools.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/dev-tools.min.js', 1, 0x00000000000000000000000000000000, 0xadef35b91ef96b0403abe2b7e824fb70, 0x1198c703d9d1fd5b56c63a500e378856c9167a1de26b621f84cf8b39ee811731, '', 0, '?'),
(0x226875793db1892c04b701ceefe576d6, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.min.js', 1, 0x00000000000000000000000000000000, 0xa5db3c787e093476ea180a9b53bd2e2c, 0xe3b8adda6462d45a94e780a4e63d1c0dc48e6c2cd16a092bc1ea1891721b5397, '', 0, '?'),
(0x226ecccb85df31c90ec9fc55420c3153, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php', 1, 0x00000000000000000000000000000000, 0x84ab09d83dcdb260f662e651eba77e61, 0xbd9528c21dcf8f574ec25cc9cbc61951275e5d8fdb4a3f8a8ec9e951b6c3e449, '', 0, '?'),
(0x22704c7ad8eb3b456bfe6e57411cd10e, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/featured-image-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/featured-image-condition.php', 0, 0x9496f1fdb321b14fb5bb2964310ed932, 0x9496f1fdb321b14fb5bb2964310ed932, 0x75450f747f9d47cb76562dae1fff0ae8307c65f2f4fc59ca656520b70a39adae, '', 0, '?'),
(0x227194abb2a2094b3641e2b90baed921, 'wp-includes/css/dist/reusable-blocks/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/reusable-blocks/style.min.css', 1, 0x00000000000000000000000000000000, 0xc8ba3d4dff63e24dc0cf0e825a0dcf9b, 0x79f28d7a334ac1693c44d77e6768b4804262809d0b661e401d34616a598a9ac0, '', 0, '?'),
(0x2277fd4d2834f4355d650cda31b430f9, 'wp-content/themes/jannah/framework/plugins/amp-templates/meta-coauthors.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/meta-coauthors.php', 0, 0xbbe5e5400d8f2157c4f2cad68c5267ce, 0xbbe5e5400d8f2157c4f2cad68c5267ce, 0x9ce12354e5b63ec6a3f0991fac2414866cd405d075d32e4e01fbd16e6974858e, '', 0, '?'),
(0x227acc8b8735f8fa820c4b84d76e604a, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-admin-redirects-2340.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-admin-redirects-2340.min.js', 0, 0x827b838274d279898df8d586d3c1cd19, 0x827b838274d279898df8d586d3c1cd19, 0x426cb4c40eac05cb8b079dc46152a4a02270aec9c087cd4a5b0bfc9467385724, '', 0, '?'),
(0x227d56ba63a59a75ca51d8d013f969ff, 'wp-content/plugins/elementor/assets/js/packages/schema/schema.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/schema/schema.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x11312293470a523816d5077d296645f0, 0x62a88e6bec1cec0163429ce56383ecf3b685c185ee5b59f17a26e4b6bc53cccb, '', 0, '?'),
(0x22810dd16f01835d0d3a5430db93c925, 'wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss', 1, 0x00000000000000000000000000000000, 0x97ee1cbbe9a0fbde6b2f4663b08d74d6, 0xa3b6804af7e225bd811e920767bbf20583acd3060300114c3be337bd1da552ea, '', 0, '?'),
(0x228a92ee19ca2d1e474debb60abc1b00, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php', 1, 0x00000000000000000000000000000000, 0x01bc47afeea44e4601d146331037b0a9, 0x21b80da2cf7aaeba7be12b2c1b6d313d7db14427fb268900e6afae51bc7aa984, '', 0, '?'),
(0x228bf8934b9736065ea53456fd7d99c0, 'wp-includes/blocks/spacer/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/block.json', 1, 0x00000000000000000000000000000000, 0x327e501f611a6a6ddeac9862e81b19b8, 0x1ea0ca05e6670fe768d5d108553a7ef84da31a4c42334a084d7b0d855784dceb, '', 0, '?'),
(0x2290af76a0cb5094f7171231d532fba6, 'wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt', 1, 0x00000000000000000000000000000000, 0xf35c7b79fb15a049b5e024ec8dd02c14, 0xc51761da4c8d612b23ec939ac7d2f7c5636e94a05fdc8159ba9e18e6ed0c541f, '', 0, '?'),
(0x2297f3982ea57aa4e30a90c14f942029, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/unauthorized-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/unauthorized-exception.php', 0, 0x983fd18f964bc7b116e5e2a9a1d81475, 0x983fd18f964bc7b116e5e2a9a1d81475, 0x85850941fc966c9b1c1908d930b444994a6530eadb622a72fe9a480a1c15b792, '', 0, '?'),
(0x22a19e068ebe6239ae8b65d17cae5fcb, 'wp-includes/feed-atom-comments.php', '/home/forwardbetcasino/public_html/wp-includes/feed-atom-comments.php', 1, 0x00000000000000000000000000000000, 0x5f6d59ef4409e15b730af0389d2132ea, 0xd9839182c52b0371be38936fb88e5f54e21e5fad8c2f7a4d3cf3528bffe33d39, '', 0, '?'),
(0x22a2442a75c6e7f46f4d183e5e306706, 'wp-includes/blocks/site-tagline/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/style.css', 1, 0x00000000000000000000000000000000, 0xae57b9c401bbbbb041be3be48ab9d1de, 0xcff3f8d09d0304823c8e2b5b18440abf344802c5769984a9f8cdd6b32d813bed, '', 0, '?'),
(0x22abe6836635462bc02b8120c84cef6f, 'wp-content/plugins/amp/src/Cli/ValidationCommand.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Cli/ValidationCommand.php', 1, 0x00000000000000000000000000000000, 0xdb55365dd6cad3ced782cc4a77ed4c31, 0xdec3c36c8197a47094fbc1ac1bfe0aa681ff31a088e4b95ac9abd4906b4cccc0, '', 0, '?'),
(0x22afd01ecdd3dbafaaa81c36a7b7373f, 'wp-includes/blocks/site-title/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/editor.css', 1, 0x00000000000000000000000000000000, 0x771a9767aefcfb446fc6c3106bd8786c, 0xf9ffdb4fce513f7695e0a9e9456f00f8901a9cb9b51e84eec97fd296255c4833, '', 0, '?'),
(0x22b1c824d780bd435c3e864d355a40f0, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/video-icon.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/video-icon.png', 1, 0x00000000000000000000000000000000, 0x8d6062d6e5eb6af68a681c938e8a7052, 0xd88b8e7842eddd99a5e5b36679604b2a6a0c490cecc41950c38fbbbc9403dbf7, '', 0, '?'),
(0x22b44c09e41be56aafc5238e0a5b7432, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/MinimalistBlogger.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/MinimalistBlogger.php', 0, 0x377c1b18407cfb3cbfb24d68ee5f6391, 0x377c1b18407cfb3cbfb24d68ee5f6391, 0xe7aed86d8701c464541a8089c17222d105ece5944209179f9b3cc69d9ca00768, '', 0, '?'),
(0x22b5f2c917e0c9753e1f31d037fe8e9f, 'wp-includes/class-pop3.php', '/home/forwardbetcasino/public_html/wp-includes/class-pop3.php', 1, 0x00000000000000000000000000000000, 0xdcde834abb4ee44743a65268d9064e6f, 0x974db458f6bfabaeaa6147881aa62e0e78b90d37ab30ce57da6394bdf7c255fd, '', 0, '?'),
(0x22b6a9cf168c98e97c7af669da28953f, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-news-blog.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2', 1, 0x00000000000000000000000000000000, 0xabf26a8c27714f79deaaa5dd60cc1048, 0x581ad904fe61d55a6c949b0b9d491d8d96d1fc196e48f9a20e033e17f5b19b54, '', 0, '?'),
(0x22bc900e23c1cedce438a3e25a71babb, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.3.php', 0, 0xd0376dad01f74bfff8361cd9f5f66c36, 0xd0376dad01f74bfff8361cd9f5f66c36, 0x61bb1e6ce4b6932a996b685d2d88aa876b6d6a49b1a69e833c234b3034f34e5e, '', 0, '?'),
(0x22ce24831ed444d276ad6b2451ab81be, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php', 0, 0x75222ee74ff9849c0995c122ec4f2d42, 0x75222ee74ff9849c0995c122ec4f2d42, 0xc360c59ae79da4f48379ce62b415b610a26bed74bccae48c42b1e81e49a9d40e, '', 0, '?'),
(0x22d13a59bb3dc9b5d30eade397079133, 'wp-content/themes/jannah/templates/loops/loop-widgets.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-widgets.php', 0, 0x349e7b36ee538999383d3dfc2959b1ee, 0x349e7b36ee538999383d3dfc2959b1ee, 0xfabf3443539eb9fbdce78d0722775d671cf2f652fad5afdf1709afed24ffc7d8, '', 0, '?'),
(0x22d30cd8597ed403565f5ebf49248749, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php', 0, 0xbb2534955a75ce8c0256ad8c8c550273, 0xbb2534955a75ce8c0256ad8c8c550273, 0x83a633002f406180adc6593ac1c5c060344fd955fcc54557e8209939423a5494, '', 0, '?'),
(0x22d3c4360d0c2b4b137bd7181a216105, 'wp-admin/comment.php', '/home/forwardbetcasino/public_html/wp-admin/comment.php', 1, 0x00000000000000000000000000000000, 0xb0950fe2f73f39e1c10104d75b64b3d6, 0x151522890e1e0890091bd0fbaba866a0e38b06c175f2841745396960f334276a, '', 0, '?'),
(0x22d675407258343296dd0403eb265b45, 'wp-includes/blocks/comment-date/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-date/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8daea75bbe6e83427d1ab71e39a73e3f, 0x2324457499a12755a7413350e8b87373b9f12a33dd5c8ac612d13f560d9b8dfe, '', 0, '?'),
(0x22d810770e13b21dbe68b21088ad14c6, 'wp-admin/includes/class-automatic-upgrader-skin.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-automatic-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x379a242c582c1c1758e3e46f7e4e9bb9, 0x7d0ea9c2f8c8c033b5b5dcc6a85da53889d8558637d78963060702abf43a9680, '', 0, '?'),
(0x22da2c6f9a99efb9db1de25469aaa2f1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php', 0, 0xbf4fb14a5f8251317339a109825d3517, 0xbf4fb14a5f8251317339a109825d3517, 0x03d3a440823f384261f35b4de6765750cdf06156d93c5fd6c50d25ad744583e2, '', 0, '?'),
(0x22daac3cc599ff36c5d4b9a5e4731c12, 'wp-content/themes/twentytwentythree/patterns/hidden-no-results.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/marigold.json', 1, 0x00000000000000000000000000000000, 0x39329e5ac2ed19054003cb12416108e5, 0x48310789b97e32705eae7ac6c060dab6823e60eb158ee65099e3db46214e8352, '', 0, '?'),
(0x22db7d9796f060dcce90d8d2e58acbf2, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/page-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/page-title.php', 0, 0x56c56dbe660276c38f53d07ae8147ad4, 0x56c56dbe660276c38f53d07ae8147ad4, 0xb384867321f45a2c641d599cd6a64469b9597539dd1acff3e1bc2b449d6e806b, '', 0, '?'),
(0x22dbc309de410f2145d7ae2bc0e28a10, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Runner.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x399835a3c00e65cf66948b237faecf9d, 0x03e813e86998c40d0343e1fd9da222d4b3c10c0d3486ae38c063f6d153dd12e2, '', 0, '?'),
(0x22ee44e3b15a7e00f27c9033d61ff5df, 'wp-includes/blocks/query/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/query/editor.css', 1, 0x00000000000000000000000000000000, 0xfb38ce812fd4585f35fd13a1e48df3a3, 0xce20f86844622cefd651d3485769391cbef2cd75c08127a9bc7ab7c458e69678, '', 0, '?'),
(0x22f84aa21bb0e832ab0ddfa42d489826, 'wp-includes/js/dist/date.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/date.min.js', 1, 0x00000000000000000000000000000000, 0x913ea8bd64bf2d20cd924d9a922b6435, 0x68eb12dbb0667555a18980ae663d25d4a70f2deedba20dab17c07faeff7b0735, '', 0, '?'),
(0x23064357a90b6ff89fc3248fec74f902, 'wp-content/themes/jannah/framework/classes/class-tielabs-weather.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-weather.php', 0, 0x271b0a1308795edb0834864d7693e91e, 0x271b0a1308795edb0834864d7693e91e, 0x75e275bbb0caec2253b81dea349777a675b0fb81f33d144773b367f2dc99c1df, '', 0, '?'),
(0x2308bc0a6d43082a3e2c482d3c9d67aa, 'wp-content/themes/jannah/framework/admin/theme-options/styling.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/styling.php', 0, 0x0c02acb8720df9dea3c210fd4998c9ba, 0x0c02acb8720df9dea3c210fd4998c9ba, 0x9658bb6e4d0ac108b07b4d987c69f39783c0c03cc3ac21d1d9a365b56084c49e, '', 0, '?'),
(0x2309892ae11636ac489957e3efa0c2fc, 'wp-content/plugins/elementor-pro/assets/js/jszip.vendor.eba4ace24dcc63eadac0.bundle.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/jszip.vendor.eba4ace24dcc63eadac0.bundle.min.js.LICENSE.txt', 0, 0xf1b5cada84288d935a25a83bb5b12d62, 0xf1b5cada84288d935a25a83bb5b12d62, 0x6ec8648f130c9ccdd385e80b22101c92a783c14a0b9ab247a5b972c44f18490b, '', 0, '?'),
(0x230a1cc1f42f86db505a177e6884cef8, 'wp-content/plugins/wordfence/lib/email_genericAlert.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/email_genericAlert.php', 1, 0x00000000000000000000000000000000, 0x2b492a6b0743fb653bd050b8a18cac53, 0x038aa05f275c0371c8cbfc4630b48b7bc6fed0a246d10d0fd219832ee6a04f4b, '', 0, '?'),
(0x230c0299390bccbd9b0123325de47b6e, 'wp-content/themes/jannah/assets/js/sliders.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/sliders.js', 0, 0x289147cf626b3d70b50f946d828973a7, 0x289147cf626b3d70b50f946d828973a7, 0x35a962c955e5d5dbbee8af56f8cdae98baf879a417ae8b2bf26c350688c2879c, '', 0, '?'),
(0x2312b5f7e04aba535b31e279b6f08e21, 'wp-content/themes/jannah/framework/plugins/amp-templates/meta-time.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/meta-time.php', 0, 0x6bb65c7e7e32ac2f37db5e81eec0940e, 0x6bb65c7e7e32ac2f37db5e81eec0940e, 0x35c3a7e3d1b3d658bb1d9fb6ac05a2f78768c478e17b1085bc6e6074193163d1, '', 0, '?'),
(0x231356d346370dabcc8e07e5fdcbac01, 'wp-content/plugins/wordpress-seo-premium/src/dom-manager/application/dom-parser.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/dom-manager/application/dom-parser.php', 0, 0x008ee899990b21ee8895a132e4853932, 0x008ee899990b21ee8895a132e4853932, 0x8d13df88415c9c4adc1446c7dd2139113450a91acdc366745ad47fe9c3269901, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2314a65b63d8d8a3f219105e79b74ff4, 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php', 1, 0x00000000000000000000000000000000, 0xbdc1699d01238ad9dd9883191d476c24, 0x176a5379b7be1a77ae0055690b9b9de0743b7803c9b2ab3f0ef56442dba6c61d, '', 0, '?'),
(0x23160d9a84a20e019a19b22d6ebac767, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/search.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/search.php', 0, 0xdf3b52bbeb2bd2329cb676dd610a4381, 0xdf3b52bbeb2bd2329cb676dd610a4381, 0xb86e45ce8f77d64c473bf9a4db444d56b2e6422de9751e0ff696ad557b45ffa1, '', 0, '?'),
(0x231ab45c57eb25224fcc0ad5066987ca, 'wp-content/plugins/elementskit/widgets/woo-category-list/woo-category-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-category-list/woo-category-list.php', 0, 0x06fdfe4d300ab08dc53c01e2d5ae8f3a, 0x06fdfe4d300ab08dc53c01e2d5ae8f3a, 0x7613470461f4ef5a5cdf6413bd5d344822e809d0a9f6b888b177c2db95e7c87f, '', 0, '?'),
(0x23205f1e52bf299b237780d788a40a22, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Http/MediaFileUpload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Http/MediaFileUpload.php', 0, 0x6bde1a734d543bd4031daa23963a9158, 0x6bde1a734d543bd4031daa23963a9158, 0x51c2e75a6b4b11567eddf317b24f6f1f057363c8a6229dd6e952261053881874, '', 0, '?'),
(0x2334a0b069074776bb752b42d1ed942e, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-author/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8769a9d9d5e29ff756b4d61c78e8c5f1, 0x9dafd3bb7741123a5596bded27e493f08f328ca855377ab9a382ae5864fd9bcb, '', 0, '?'),
(0x2336b755a1e83bc87e006302f0b40510, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInDown.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInDown.css', 1, 0x00000000000000000000000000000000, 0x5fb5210eead311be059b661007f2a78a, 0x2c50a256cdd21e18fec1dc424ada0b10b090366523b4d1c264e0fe8ed7b8a3f5, '', 0, '?'),
(0x233a6936e8b6ec0d08f04eab79f960f6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktokBlockquote.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktokBlockquote.php', 1, 0x00000000000000000000000000000000, 0x38313149824105bbbcfa026db37019f0, 0x19ff4d36647b9da46ac1f43ab61ea5c628ea2a2e9d88d36ae250f6e978660647, '', 0, '?'),
(0x233c947e83a2e897da6a1178fa05a737, 'wp-content/plugins/elementskit-lite/widgets/team/team-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/team/team-handler.php', 1, 0x00000000000000000000000000000000, 0x946edd72d17e07a7690715f3950748b1, 0xcf8dd8d2c72af5e6af2afce83050cd2cd3b09814f13fd541f01d724e1f80053e, '', 0, '?'),
(0x233e334e34a5b585e9c38f493c6b4498, 'wp-content/plugins/elementor-pro/modules/forms/submissions/export/csv-export.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/export/csv-export.php', 0, 0x111721f89f8f558020ebb04d388fce7d, 0x111721f89f8f558020ebb04d388fce7d, 0xd21ca4061ac6140a85fbd5d8022634e296ed507a9c47adecf045d365e8c7104f, '', 0, '?'),
(0x234437f3c1d692a5f93ec31f014fefc7, 'wp-content/plugins/wp-rocket/inc/Engine/License/API/UserClient.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-hook.php', 1, 0x00000000000000000000000000000000, 0x5dfbbab7b72f46364599df7acb331b15, 0xe1f2c38d224008140b8d81c4e848c800e50cfa79c3ce5919a01f44bb30237da8, '', 0, '?'),
(0x23519bdf02723226553ad21877f5fac2, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/VersionRequirement.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php', 1, 0x00000000000000000000000000000000, 0xf9ff00d57d3fde0268e7509317fa8e7f, 0xdb5c4da9f963bd069e01e102a649d62ac7799e3a824cd7636ac23304128f9915, '', 0, '?'),
(0x23586ddaf5a42b7faa0aa001cae5962e, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Minify.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Minify.php', 0, 0xc75a9da572e223ad73144882b6f642b8, 0xc75a9da572e223ad73144882b6f642b8, 0x51f7b6e56f306a82e47790c605edd72c075e4a2285aeda718757db120fe76124, '', 0, '?'),
(0x23621fc7a693c7d6cb537e1138c7b815, 'wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php', 1, 0x00000000000000000000000000000000, 0x34780b02f1259c0d1a2045d8feeaaab9, 0x935dace0cdcc669b26e0b5740fee9657486f6b6345d081df7d96e90ff03a8c4b, '', 0, '?'),
(0x237a043773e6441b40fec4fc53b2a3ef, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/waves.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/waves.svg', 0, 0xb870ddea0f2aba66aec18fb47bb99dfe, 0xb870ddea0f2aba66aec18fb47bb99dfe, 0x134f886778f02177ac9e7eeeb223639a6de9a490ba65a283531a21e235a7dec8, '', 0, '?'),
(0x237c46cc89b3259fa1ba810c9a9f811a, 'wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php', 1, 0x00000000000000000000000000000000, 0x31602e39f73e017634b330d856c75994, 0x38431a697b98df7aea512ca3510e232bb19f422fdde9642b713d2a9cbe0a33ba, '', 0, '?'),
(0x238941bcb00839fbe42eae0d9ccb37f4, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheException.php', 0, 0xafdb308d39d4ab523a821bcb99e9c903, 0xafdb308d39d4ab523a821bcb99e9c903, 0x963d3f5e32e355bf1511727f2237872a475a326a809b6d55f358dd4cf43c8346, '', 0, '?'),
(0x238d8439ed670d28a76230d94fdbd704, 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/monorepo-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x354e4bea64d8b10b4cc219d538b222a1, 0x88384c65e45afcd174cacb60d86036240d664a2eb81907483e86410386a2b423, '', 0, '?'),
(0x23945c4db4c340ad30ac1c8d1fda54b4, 'wp-includes/blocks/post-excerpt/editor-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff', 1, 0x00000000000000000000000000000000, 0x6621c30b953cbd0df80b8b93ea795390, 0x222d64198bd3f24e4e369e33ac50600eaef2ca9c607f218b961ddaac09a271be, '', 0, '?'),
(0x2396c52e812d5d11428e2171d713223a, 'wp-content/plugins/elementskit/widgets/team-slider/parts/popup.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/team-slider/parts/popup.php', 0, 0x5049f3bce781923be1a0ff0ed8adb3f3, 0x5049f3bce781923be1a0ff0ed8adb3f3, 0x1fdc810d00ecf529db17630610e0beaca56ba237d50e7412f194b7e8625742d6, '', 0, '?'),
(0x23987bf2108765810915104849951e9b, 'wp-content/plugins/amp/assets/js/amp-paired-browsing-client.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Col.php', 1, 0x00000000000000000000000000000000, 0x3c93998607a608526ef3758dbd81f24a, 0xd24ac41f04b3ec4b105e5dcbb133194cdf3ced0e0d876e8b23c1e79f5b92d701, '', 0, '?'),
(0x23a37d73b6cfd761cde5610bc0a92c21, 'wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss', 1, 0x00000000000000000000000000000000, 0xd52c05ec3530f8147e8bed14839d14bd, 0xfe3b7bd69738387db9efb9c8150db07c03d2d1abc65ee7851e87c340460e6a05, '', 0, '?'),
(0x23a8909bb9416530627b39a159944663, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerCommonAttributes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerCommonAttributes.php', 1, 0x00000000000000000000000000000000, 0x8a2139c363f108dd560a19c4d4d31476, 0x5fd1f3ae2c7137b2815c7664cea711370c29060af92af4d3393a7bfd3411ca7c, '', 0, '?'),
(0x23a97a827d94fe084248209746a64528, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php', 0, 0xda7520991b25378db10fa801641d43ba, 0xda7520991b25378db10fa801641d43ba, 0xd451f982c259ee467e22626fbc248ca0ba77ab346d20a325f7d6dc6fdf883a8f, '', 0, '?'),
(0x23ab2d67e55c4c2533ec53dd8b42230d, 'wp-content/plugins/wordfence/images/wf-horizontal.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/wf-horizontal.svg', 1, 0x00000000000000000000000000000000, 0x45255a886cb5b06f0439cd928c9e9dde, 0xa4b31c3009ffb7368208d3adeb49769b9ce017b5684a1410ec98ec60e4eec7d2, '', 0, '?'),
(0x23b4a60e09484df0555a0d2667d9ca64, 'wp-content/themes/twentytwentyfive/assets/images/category-cactus.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/category-cactus.webp', 1, 0x00000000000000000000000000000000, 0x8aa993aa901657c0456ebe91bcc86c90, 0x04b813266dafca1b719e5de9c411ce0b4f78f44b07b8f0e29b0cf8753fe26bea, '', 0, '?'),
(0x23b625efb23563cd31033f4cb3b497b6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php', 0, 0x9fd4449ebbd94e50d2f8e0bf654431b7, 0x9fd4449ebbd94e50d2f8e0bf654431b7, 0x95731c6405708dfe59825447ae89332deaa8cec716a4bef25ffd48674a2a33d3, '', 0, '?'),
(0x23b96463d202021f418d0c86bc652eb9, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_eek.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_eek.gif', 1, 0x00000000000000000000000000000000, 0x52e43743e38a67d5d28845a104ca8c7d, 0xb5f556db27e9b4c564d14da0f5322a5ee4ba00e70ac971cd1b231ae489a965de, '', 0, '?'),
(0x23bc9766f83594b254f088a66e926983, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-color.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-color.php', 1, 0x00000000000000000000000000000000, 0xd191305c401d976d93f6adb30639927a, 0xb5b840bcba287a168fb92376387a1135b7ff530c02ba44dd1879795acc941cf2, '', 0, '?'),
(0x23c66f7f7d018583e6ba4a2432217973, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.css', 1, 0x00000000000000000000000000000000, 0x6f7c81cada198f756292d82a0b80a923, 0xe8cbfc5a8990b79f5ff93e8943951d2f78d5f68b6576b3c256407a5e83a0bef4, '', 0, '?'),
(0x23ce1a785af9844126bb797cfbb89786, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Input.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php', 1, 0x00000000000000000000000000000000, 0x2c9d95177216f80e2b9fccfead1711cc, 0xd8735322f2970efb45212259ce77ce296686972daeac01293f0587afd2ccbe09, '', 0, '?'),
(0x23d4f7e08c0f466d15a097317e82cd2e, 'wp-content/plugins/luckywp-table-of-contents/integrations/ToolsetViews.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/ToolsetViews.php', 1, 0x00000000000000000000000000000000, 0x6a44e23656dca29a31f34d6f8df5a3da, 0xc185d27f4b70f6bf9eccfb71693ac219717cff81ed9268caf09b131df1f366f2, '', 0, '?'),
(0x23e518baa046c78eb08c45e21772ca3a, 'wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xba0b14e45a871a65cb98f8c7ece548b2, 0xdcaca09336fa45ca73f876e5cc5c59552a04c3a7937b06ef09511c5446c2be9e, '', 0, '?'),
(0x23eae2e443711ac0b7192a6c338d58d1, 'wp-content/plugins/wp-rocket/inc/deprecated/DeprecatedClassTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/DeprecatedClassTrait.php', 0, 0x2ee0fc38f7a4d4915e60cb8335825866, 0x2ee0fc38f7a4d4915e60cb8335825866, 0xd15430dad15a452ed5f59e8de5145374a943a3a77e12a708c7f498deae73093e, '', 0, '?'),
(0x23f1ef6955d3669bbb88fad17a684a46, 'wp-includes/sodium_compat/autoload-php7.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/autoload-php7.php', 1, 0x00000000000000000000000000000000, 0x14d11dafb7b116d2e16efdf4ad349ce7, 0xf02dd1d0722a489615f15e84fc4fd23c90617ba98399fe58eb40e56720e3a42b, '', 0, '?'),
(0x23f86821d8bafe8a43389128d3c3fb74, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', 1, 0x00000000000000000000000000000000, 0x5b44c7673c2e76dca94823076bdf5349, 0xb67628901db34a47b8c644f85717f31c1f5f3c334f360433e98e6d8e84041ac7, '', 0, '?'),
(0x24035cfeb951a08eae4c3f8f3126c27b, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss', 1, 0x00000000000000000000000000000000, 0x7adda87c2402e4fc9f7d2615c1dec796, 0xe4802f358d6cebe664e1655219d7ab8a920fe4cbe51248b5f213d55ae8c856db, '', 0, '?'),
(0x240871490a4fb29d6480f073dbaa86a9, 'wp-content/plugins/wordpress-seo-premium/classes/premium-asset-js-l10n.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-asset-js-l10n.php', 0, 0x56a7214416e95b6447081683f38548ca, 0x56a7214416e95b6447081683f38548ca, 0xb31861bf17e427c0e5269f8d304f035ec0edfc86bdc6d12be7105180bd0f742e, '', 0, '?'),
(0x240bbe81ee317711e532841552423d63, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php', 0, 0x65e216e0cb87f0037d60816ab5bf76ba, 0x65e216e0cb87f0037d60816ab5bf76ba, 0xac90328f7e8e28cb03a3dc5d75c87031c3b44ba466c0df55a395dfd96319c21b, '', 0, '?'),
(0x240c312ec0c1a54ff895aa09ea145250, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/InvalidJson.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/InvalidJson.php', 1, 0x00000000000000000000000000000000, 0xeac9818572f323570484704f0457fb45, 0x72e9aed8b939fc3c8c331d2f3b107f553fbfdb409e72aaefcc63e9e0e01ef4a5, '', 0, '?'),
(0x241097b00859f85909181c1ec20422e9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespotlight.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/e-icons.php', 1, 0x00000000000000000000000000000000, 0x0ce118d147d93409395326760c0c0190, 0xb43d9fad9430501294b1650e800c4f8ae2b4a471050c6bc36ebeba819779b2c4, '', 0, '?'),
(0x24243b68975100d0489668be3c3adb33, 'wp-content/themes/twentytwentyfive/patterns/template-archive-photo-blog.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-photo-blog.php', 1, 0x00000000000000000000000000000000, 0xa988bab493d820ef2f78d8d2ed9f8880, 0x733a18889b0f646d72119c3040700a8f300f12d45e2c82aa9af40cc94d38366f, '', 0, '?'),
(0x242efbcb0a51888a42ad861224e19283, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/data/query-constants.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/data/query-constants.php', 0, 0x23e35116d966181298068f64e75b98f0, 0x23e35116d966181298068f64e75b98f0, 0xd0cd133cc7b0718f86f0b9329620b6695597aee4cebcea36c4b6f914d160b410, '', 0, '?'),
(0x24369cf7b8aaf344940f6f80c8acdad0, 'wp-content/plugins/elementor/assets/lib/animations/styles/headShake.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/headShake.css', 1, 0x00000000000000000000000000000000, 0x7359561cea7fce631446cc1bce7dfac8, 0x48f2b96f8b562595c9cbf7dc435a7e98614b4f559492336e17a09d5a44f14878, '', 0, '?'),
(0x243779fbc8c75ddad80ff04ef908141e, 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', 1, 0x00000000000000000000000000000000, 0xbbaae146aaf4e6df1159ac60bd38e689, 0x5e0bb17af879b07b62148e2e6e9a266f40c47b17eb163c2cf8248bf07d18d40e, '', 0, '?'),
(0x243be9cf7f5ad316378bf4da7a5bd3dd, 'wp-content/plugins/elementor-pro/assets/js/media-carousel.afbaabb756a7c18ddb09.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/media-carousel.afbaabb756a7c18ddb09.bundle.min.js', 0, 0x17768c3540a46ae9fa5f4afcdfd00e4f, 0x17768c3540a46ae9fa5f4afcdfd00e4f, 0xc348599b70d6d12524e41e1094f771785217e48f2066e6d6de6211d21a3b41f6, '', 0, '?'),
(0x2449cbc84163255768aee60421e12e76, 'wp-content/cache/wp-rocket/forwardbet.casino/category/unfiltered-link-betforward/index-https.html', '/home/forwardbetcasino/public_html/wp-content/cache/wp-rocket/forwardbet.casino/category/unfiltered-link-betforward/index-https.html', 0, 0xdd6bfa19ebc328bdd1a8691f55812f16, 0xdd6bfa19ebc328bdd1a8691f55812f16, 0x5ebbf98fd57faaeb5d0c650e20addb83ae41ce9d56539ca426f7fce9889f399e, '', 0, '?'),
(0x245b04521ba8aa2e4297f41ccd40edbd, 'wp-content/plugins/elementor-pro/modules/slides/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/slides/module.php', 0, 0xc01685d718cf445bccc1912ba93be4d8, 0xc01685d718cf445bccc1912ba93be4d8, 0x0b6066eebbf43ec7125a134644d82e2be536b10c6ea6ad2c71d69c6f779a92ef, '', 0, '?'),
(0x246c5de1ae34a078e156200f73ef0479, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidPropertyValueInAttrValue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidPropertyValueInAttrValue.php', 1, 0x00000000000000000000000000000000, 0x53db7fd789c6c662968dd1d03f2c747e, 0xc2a09a1aab876794fa85500a81c945647efd25f972cb672f7494fb2a9949ee38, '', 0, '?'),
(0x246e4ccbbf46f8c1e84506f14c65f25f, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/settings-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/admin-top-bar/module.php', 1, 0x00000000000000000000000000000000, 0xbd1a59608241e193fa71c4d9587aab0a, 0xe6f15313c3b801872c3f7a38f4b8c7f630cb0a319b46d53718c25230a2297222, '', 0, '?'),
(0x247ff4085a96747ae10fcc749d576d18, 'wp-content/plugins/elementor/includes/widgets/button.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/button.php', 1, 0x00000000000000000000000000000000, 0xc253ac7d2777fdba5eaa0ac499dc13c9, 0xe27d327879b33e62a81db237b4e4fce654681d9ff48383e1e7f9475d32af0ad9, '', 0, '?'),
(0x2480277fde1edda8f0056c9226cab770, 'wp-content/plugins/wp-rocket/assets/img/bg-activated.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/bg-activated.svg', 0, 0xb45cc7b928bde94f5cb25fb4ae738a3b, 0xb45cc7b928bde94f5cb25fb4ae738a3b, 0xbccd10e10cfbc38d7b4d890bf7674df8df27cbf6ca8c050aa60f7593199a0eb2, '', 0, '?'),
(0x2480c59e0e433c7ed7394e1e96bdc9f1, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php', 0, 0x9cafe4284a0c9bcf5f3f2b3468879cb2, 0x9cafe4284a0c9bcf5f3f2b3468879cb2, 0x088a9ff3b009ca1f8b3c7f3f157e8043ecb2324298d6c920aebfa2a91fc2923f, '', 0, '?'),
(0x24921084f5b330530f0d9872fe02aea9, 'wp-includes/images/smilies/icon_redface.gif', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_redface.gif', 1, 0x00000000000000000000000000000000, 0x2af6864dd63094996a655bf5d6592a0c, 0xcae59b5df89ebd34fb8ac8f600bacc7f20eb7de5a5db532f1441689c02b429aa, '', 0, '?'),
(0x2496c78c0f7708ec21d63135e131c210, 'wp-content/themes/jannah/framework/admin/theme-options/sticky-menu.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/sticky-menu.php', 0, 0x4767ffd9687bbd2975f9b55d7c0ea1ea, 0x4767ffd9687bbd2975f9b55d7c0ea1ea, 0x550bec65921322cff12c8dd5e0d5a38b61ea574d2e4e9d4d8d798128add9af1e, '', 0, '?'),
(0x249ae85318c1436be8f48964ce57fb19, 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php', 1, 0x00000000000000000000000000000000, 0xe8d44961097e50a05681ee442f0dee9e, 0x834fcd7f6712c2a718c984d4c21d7a0c58f4a64a1704f45266c5794ac416c5b6, '', 0, '?'),
(0x249fe8ed2514121ad1c01b1d6491cfbd, 'wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php', 1, 0x00000000000000000000000000000000, 0x9360427242594883a3ee22d30e5a0dbe, 0x3075bfb900547f3ae3ca1dd4ec977cb6af56ed471231dea7ad9069b108ec7a60, '', 0, '?'),
(0x24b902c1bc43c1aec0f32fbc3914b9b8, 'wp-includes/class-wp.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp.php', 1, 0x00000000000000000000000000000000, 0x875fe4d5dbe30579ef9df0c6828620cf, 0x392494de3bcc9b9f2a06a75cbfac58b62782aa940a2e8a386f9d0a2b8d082b21, '', 0, '?'),
(0x24bce650ffe2e55875fb9cd0e49015d9, 'wp-content/plugins/wordpress-seo/inc/index.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/vue.global.min.js', 1, 0x00000000000000000000000000000000, 0xd4d9a951b18bf60bd2c7a1f20f9813a5, 0x611ff918697d12a0fa2206dc88a3ee52d321c73defaac1571d2889eff57495d9, '', 0, '?'),
(0x24c3025447790d41be18b05740b0b435, 'wp-content/plugins/elementor-pro/run-on-linux.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/run-on-linux.js', 0, 0xdd3839e8d4e9cd0e3658165c31841ae3, 0xdd3839e8d4e9cd0e3658165c31841ae3, 0xa137926195e98ad712463697240b3875fd87be2206164e2a178d52bf40b733a2, '', 0, '?'),
(0x24c46beaf5e97de821dd0fb042fd07a9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemContent.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemContent.php', 1, 0x00000000000000000000000000000000, 0xd9bd7038baf0be598d56f7eabea6a467, 0xad4a4d94f93e9ff647b55605c77b44812ad2b88d7073b3ccec08d22c70aaff5b, '', 0, '?'),
(0x24cd44ec55cfcae6808e0313905c64fc, 'wp-content/plugins/wpseo-video/classes/integrations/class-wpseo-video-editor-reactification-alert.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/integrations/class-wpseo-video-editor-reactification-alert.php', 0, 0xbd0fa41cb54e375a968cafb9c6669af4, 0xbd0fa41cb54e375a968cafb9c6669af4, 0x86bdf8598fd109fa0ad9d296832ef6248adef85b06173c57e10486bd44479752, '', 0, '?'),
(0x24de94d15d0a0f1e1ad00dda81812dd6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php', 0, 0x4190f64c30136c505054564804e07d22, 0x4190f64c30136c505054564804e07d22, 0x307c8073f095bc8030e7952c9a0a564fc5ff19b25c3f7d16f589568e50429f7f, '', 0, '?'),
(0x24e407ce2d237160d06c81245784db89, 'wp-content/plugins/wordfence/lib/live_activity.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/live_activity.php', 1, 0x00000000000000000000000000000000, 0x9efee6690b6bb311111518ea127f9973, 0x5e268656f06299c72c9b1c9573d7c4425e06ed9752a31334bed1b89083a9c556, '', 0, '?'),
(0x24e8ef947ca9a863d819bf205c7e8ef5, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php', 1, 0x00000000000000000000000000000000, 0x002acfd3fbd21730962d947a633c7aa8, 0xe0955ef81be32441050a2312aa9a37c554fa1f8b0eb65a50aee4f32da380e24d, '', 0, '?'),
(0x24ed00ac63d7ad9955f18126fb26c6fb, 'wp-content/plugins/elementor-pro/assets/js/preview.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/preview.js', 0, 0x1a259c0a094efada88fb0673fe732d88, 0x1a259c0a094efada88fb0673fe732d88, 0x9519ce5a49b9ccbfc906b40eb626d7a1b0f22c633df551de09956dd62dfc8a1a, '', 0, '?'),
(0x24eeef5e84e2d83662485eea2ae283da, 'wp-admin/options-privacy.php', '/home/forwardbetcasino/public_html/wp-admin/options-privacy.php', 1, 0x00000000000000000000000000000000, 0xe1b2ae8030848431f517cc17169489bd, 0xba6f37cde5482b18936ad2245e2c9b8a1fa32da7e75b2fceef4eeb835545d8bf, '', 0, '?'),
(0x24f2ecdfb08f52ed0dad13ca61623821, 'wp-content/plugins/wordpress-seo/vendor/autoload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x56ac5863b4d728623c32b34d21991d7d, 0x1b0b980ddaa3b02934296e2f9a89f9f089eef92ffd323a0c998273119832cb53, '', 0, '?'),
(0x24f3cfab2ff17ffea5ad1f21afb243e6, 'wp-includes/IXR/class-IXR-introspectionserver.php', '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-introspectionserver.php', 1, 0x00000000000000000000000000000000, 0x325561be77e43cf849779170864f372d, 0x83ed0abee0c3fb43fefd81039e0750455125d7440d0bd16b2a9e58e9c6c6016f, '', 0, '?'),
(0x250715f0d4ae971b7bc566930be986de, 'wp-content/themes/twentytwentytwo/assets/images/divider-white.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php', 1, 0x00000000000000000000000000000000, 0xfc3d931a45c989a7a701e7e30b02f4d2, 0x37bbcd77cfd1cbb48ef123c12595ead3df0f9d72a61f150e0d50ac9b348ffbad, '', 0, '?'),
(0x2509fffde2c5bf936b7558eb62aa9fb3, 'wp-includes/blocks/read-more.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/preformatted/block.json', 1, 0x00000000000000000000000000000000, 0x750d8d7b3b9d81f52214e40b999187f2, 0x92101da938b442e588345bffaadf5b6dd85be4e04e73acda0010522c4405c822, '', 0, '?'),
(0x2510fba2c3079b033703d2e1e5a8b3cc, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 1, 0x00000000000000000000000000000000, 0x47f962eaa5f6b7e5d9f682f7c504d55a, 0x5314fc1a5680815a80446647628396efc2b87ac8fd9f99430bec1a62ef063ef8, '', 0, '?'),
(0x2518a70b9159ea96207ab0fb9cf61dcb, 'wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php', 1, 0x00000000000000000000000000000000, 0x087e1b5702a908b98498aea6e7f6d5b7, 0x7e6ea747adbf2b5ba1bee091bf709f998c761ea17a8ccf7992fe0ef3e80f2be0, '', 0, '?'),
(0x251e668b4e766e7f39c22c0d18cd5790, 'wp-includes/blocks/post-template/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/block.json', 1, 0x00000000000000000000000000000000, 0xc48db90b34b855758d0a16591e69bec9, 0xf0d8268d73b4fd6888a2866f9640e876e2021ac366a87aa98f3d6cb9bb8f5f4b, '', 0, '?'),
(0x2522df5e196f5f133b2ddabb53d41a29, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidFormat.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidFormat.php', 1, 0x00000000000000000000000000000000, 0xf61ff8eb39b05872e092874bf1c43ece, 0x5e3383fbb5fc2af43ea36a0d00ff468ac2a9069b9cb20bd6239660943582ae3e, '', 0, '?'),
(0x2524ceefdd4dbc711806e6543cc4fdf0, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x43a3bc554f9ef51adfa0a1787448170c, 0x8c470a22875f2f41e76793680911553fe2538273f348f6d7919159a4f4bdd9b3, '', 0, '?'),
(0x2527a2337463b7d79a926de743b22083, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Borders.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Borders.php', 0, 0x6a523c9f1bfaf9fc07dabf7f7780393f, 0x6a523c9f1bfaf9fc07dabf7f7780393f, 0xda395d2207dba1b05775c7ff1d643e0987259c43610c18bbf32811ba4a53e82b, '', 0, '?'),
(0x252e96112e4374ed3de1ead0ea055c60, 'wp-includes/sodium_compat/src/Core/SipHash.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-validation-tooltips-rtl.css', 1, 0x00000000000000000000000000000000, 0x21426b25e0e5ea5817d8f527bae691cc, 0x4321301b75976207e983be6bfa07788edaab67ce4d5551b5216ab9b02d77f977, '', 0, '?'),
(0x25372583f27b21b42fa30b9893e8b80c, 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-ustudio.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-ustudio.php', 0, 0x62b9dff4413f8cf0d309144e1e233047, 0x62b9dff4413f8cf0d309144e1e233047, 0x1165b2a68388766ffdc06fea065723554f4b76996982af603c1b7e19ca140b0d, '', 0, '?'),
(0x253f66d945b5e9c64d73e582f6cfeba7, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss', 1, 0x00000000000000000000000000000000, 0x274716dfbbcf56e89649d5f6e614c31c, 0x255b096b6454a239a18fc2357cb97d2dbda90bbf07ae55e224735fb0577befbb, '', 0, '?'),
(0x255b0fd7667ba2220792143d73a3750e, 'wp-content/plugins/amp/src/RemoteRequest/WpHttpRemoteGetRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/RemoteRequest/WpHttpRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0xbc85e8f5c3034192b6c1ca675d1aeb09, 0x032163a113915c6bbaf28f263841524005de894fae4d55a77b3c6b9c011dcd23, '', 0, '?'),
(0x255e890bf8c91658abfecbc91ef86fca, 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/product-search.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/conditions/product-search.php', 0, 0xac8d3929151e17739b0864af2e2070d1, 0xac8d3929151e17739b0864af2e2070d1, 0xcd0963012d83225e98358510746dee17a91222283e310e6589c2b38727503215, '', 0, '?'),
(0x2565106856bfc3d20ac44d0a0c0efb7e, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/cache-notice.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/cache-notice.php', 0, 0x82ca33283f213dbca41f7ad440bec8c3, 0x82ca33283f213dbca41f7ad440bec8c3, 0xb9e543c68b31de66d77e20af97904df42d90945b55731baf27af1deb0867a3fc, '', 0, '?'),
(0x2569fecddee5676361ec57ce217118d0, 'wp-includes/blocks/cover/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/editor.min.css', 1, 0x00000000000000000000000000000000, 0x605a6db5d19df5d5a6ebedd1ce5618b8, 0x2eb096b19127e5307ec74c28351a7813010391dcf08a847a94c8724fc7489af9, '', 0, '?'),
(0x256d7cc046f521dae17aaafc12d95338, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md', 1, 0x00000000000000000000000000000000, 0xd9e7555a29d927e361db351bf01340e5, 0x4480a969221df1c1f7a2c79efa74dbb18c52408538b9da01b6ca07f175767518, '', 0, '?'),
(0x2573716d0621fe0b1d9457cfedfbe834, 'wp-content/plugins/elementor-pro/modules/custom-code/document.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-code/document.php', 0, 0xc460ff12db05d7fee8bc63f0905e3d44, 0xc460ff12db05d7fee8bc63f0905e3d44, 0xa36eeede93780ae39c08d08f1a884412db0bbb15f23d7250ffa24ba758c9db6f, '', 0, '?'),
(0x257b4fc1aff59413db5f5292809c86dd, 'wp-includes/SimplePie/src/Source.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Source.php', 1, 0x00000000000000000000000000000000, 0x65ec112acbaeb4efd1cc9e95ade566f6, 0x35dd5b5ba86702cb494408d8fee5be3bf356d2719c4a5d48671052cb75c3b9fc, '', 0, '?'),
(0x25868271f923c0a941be86eaa355bbff, 'wp-content/plugins/wordpress-seo/images/plugin_subscription.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/plugin_subscription.svg', 1, 0x00000000000000000000000000000000, 0x151fe00bc4d7d637e49d2cfd5f7020d2, 0x846f851fa2e79b96a470e260fe63522bcdbdbb5d3ce7170a0cbb506dfe5aeeca, '', 0, '?'),
(0x25978bf1055606dafad08b5dbfed3d77, 'wp-content/plugins/wordpress-seo/admin/class-config.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-config.php', 1, 0x00000000000000000000000000000000, 0x4de06d672f6173a40c288cac9b453cb1, 0xea9b61d4c663cd37d5304c1c277d28ffefadb754a16a8de967f8565389256d7c, '', 0, '?'),
(0x25a41a339392d93b980494949477efd4, 'wp-content/plugins/elementor/vendor/composer/autoload_psr4.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xf18b7628c41c9809f0fdcbeb2d2391a1, 0x387091b52fa3996daf7b92b4420b0c7d6c227fcb49e6927f1e9e68488f72154c, '', 0, '?'),
(0x25a5c7e01739edba7ff15cde8baa1d0c, 'wp-admin/includes/class-wp-site-health-auto-updates.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-site-health-auto-updates.php', 1, 0x00000000000000000000000000000000, 0x441e4e57f5d757765cefac66a8d0b8a7, 0x8c2bb8f2951d787c542e0f1043397b13f37e7900f554dba9d1c600df66f35bb1, '', 0, '?'),
(0x25b06dd532713d4bf7d7cf34dab7dcd9, 'wp-content/plugins/elementskit-lite/widgets/mail-chimp/mail-chimp-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp/mail-chimp-handler.php', 1, 0x00000000000000000000000000000000, 0xd74ee91aac547e2fd4fd7c67fa3a5d3b, 0x98911cb37402afc90cedd3e315ef01d4603e779d46fd411321805dc336fdb128, '', 0, '?'),
(0x25b19b8066e9be2db4617eafcbefb38a, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php', 0, 0xa4b0e1c45936fd076f0b7adec02f9b43, 0xa4b0e1c45936fd076f0b7adec02f9b43, 0x0f810f65d7ba8b6b2bb16f4307209de8c8c71840c6b9e94f4b3ce668b9535f11, '', 0, '?'),
(0x25b1a2117c892d9eb4c358e832604a56, 'wp-admin/images/about-texture.png', '/home/forwardbetcasino/public_html/wp-admin/images/about-texture.png', 1, 0x00000000000000000000000000000000, 0xe700b26d7b6f51f2bc02d8d51ed44b55, 0x164a3e9a5ccb8c6b7e32eba0d0cbf0722194f421ea74692bee8d89eca71400b3, '', 0, '?'),
(0x25b242e39df3ac71f2888349444a7ae7, 'wp-includes/html-api/class-wp-html-tag-processor.php', '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-tag-processor.php', 1, 0x00000000000000000000000000000000, 0x4733889d1cc2da857868e5fb90996772, 0x75136b5287ed46e025167b48b351d0c619b29a2ec8d1237271fcea99583297ab, '', 0, '?'),
(0x25b8462a887cd914980716744ee04fb1, 'wp-content/plugins/wordpress-seo-premium/src/integrations/watchers/stale-cornerstone-content-watcher.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/edit-tag-form.php', 1, 0x00000000000000000000000000000000, 0x753931a48f65cc8582a2bdb892b1d344, 0x7677e7a4ff7845a0fa555e2818d6a3f27dd945992eb9d29fa69092cb096cc862, '', 0, '?'),
(0x25bd1fb810cc3a316b09dad61a98ce1d, 'wp-content/plugins/wp-rocket/vendor/composer/autoload_namespaces.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0x25c02f28a2195bd17dd97c7dea67af31, 'wp-content/plugins/elementor-pro/modules/forms/classes/integration-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/integration-base.php', 0, 0x7d3b9cd46a3b4d40feed3f9690fb5252, 0x7d3b9cd46a3b4d40feed3f9690fb5252, 0x4d52a8ddc68a47d1a9969f2e6389ab133eefc1bc532c171fa452251b4613acf8, '', 0, '?'),
(0x25c16657f10212898509d65030e57d2b, 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/menu.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x25caf22b0b6eb4fcfde5cdb7188190c3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStorySocialShareAllowedDescendants.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/media.min.css', 1, 0x00000000000000000000000000000000, 0xac855bd19ead2199358068d78c6c1f10, 0xd70391258c651cc0db4cac259c5d9eaf6d5d8b16641e96a0960c07bf248c2912, '', 0, '?'),
(0x25d054d59174b90a8c9c24330e406ea1, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/icon-menu.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/icon-menu.png', 1, 0x00000000000000000000000000000000, 0xbb581f65318899f890aae28f6077048c, 0x5ca7015eb61f6140dc5847565c49d676a1ee43ee3d1128df781e73f7b0521c47, '', 0, '?'),
(0x25d06565ca53d81da7dc6edc6fe52724, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 0, 0xabfaa57e651e1c4ab69302f7cae890d1, 0xabfaa57e651e1c4ab69302f7cae890d1, 0x629ebe4db32d29945efc91fb2e1a243155ededa8dc88684e8f87fae3235888b1, '', 0, '?'),
(0x25d8657be8bf007953e63a2735eb53b4, 'wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/Converter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageFormatter.php', 1, 0x00000000000000000000000000000000, 0xd24c937c5db9ef1a886415a49a65f19f, 0x464cd7e683cf9524e6ac1b5a835e84e5eea687b69ad7052cc7dd8a59774bf197, '', 0, '?'),
(0x25e9b45bc413efd921dfe214f06fd9b5, 'wp-content/plugins/wp-rocket/inc/functions/formatting.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Facades/wordpress.php', 0, 0x447e79e5c356a99edab7f3d7707b81e7, 0x447e79e5c356a99edab7f3d7707b81e7, 0x1c36f578497e8043ae8ea7693bdb96efd324120c17ab39b788b54134a4c47172, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x25ee9e8a70ef9c43b6b397be7540518b, 'wp-content/plugins/elementor/core/logger/loggers/logger-interface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTruncateText.php', 1, 0x00000000000000000000000000000000, 0x7d72c2429bd63a8e4d7679410596593d, 0x707744edb2c875137f9e78d6de33d66e7bc187221ab9ccec7035e43392752e2e, '', 0, '?'),
(0x25f4cffe6284ded26d71b2150df82b36, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.css', 1, 0x00000000000000000000000000000000, 0xbd0c1835d9b29ecf45e436cc94b247d5, 0xd7d750ba460f5142435df7dbdf85e4f6da359ebd8aa488016922466742ee0092, '', 0, '?'),
(0x25fc386737afdf7b2665c598ef4aa619, 'wp-content/themes/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/tr.js', 1, 0x00000000000000000000000000000000, 0xbaff50845bb8c7eef667d700b577de18, 0x7870b880a16a42ab0933e1ef3b706b31920a718f570ff3309ea1b8074802cae4, '', 0, '?'),
(0x261634bbe12788dcadf09a4c09ee7bd3, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-in.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-in.min.css', 1, 0x00000000000000000000000000000000, 0x628c7a04e1f47d023e7ac10c1f40d803, 0xacee794e6dfaeed4916cbf31f5c8fc2fe5c4f5142e7a41255cbcde5a4657ad98, '', 0, '?'),
(0x2617ce121227a46077ede6c69aa9fcb5, 'wp-includes/js/dist/patterns.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/patterns.js', 1, 0x00000000000000000000000000000000, 0x4276436e11ac2f786ae712b2afe9dacc, 0x81e3d5db69c6167190b4944b312649fb830bdc8ae0241e440dd8ff8bf0aa5cd7, '', 0, '?'),
(0x26183398cc395114266db7de4f638551, 'wp-includes/blocks/post-template.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template.php', 1, 0x00000000000000000000000000000000, 0x9f55cc5913cb45eb16db79153d9694aa, 0xe2e1ba466af45464b2b0011858fa0772c4e85caf889d1c3f74520ff7f57185f9, '', 0, '?'),
(0x2619504474c53f3575f83110596db2d8, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.css', 1, 0x00000000000000000000000000000000, 0x7ee1c091fc09beab734c25dcc9e2ea62, 0x8a03c46fe745ec600432f1400005fd9d44412ba3a909d76329ec97d3de21fc5e, '', 0, '?'),
(0x26203dd9fe2d3ac0368198a98b479c67, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php', 0, 0x347b57d51201b2c721c341e0bc29fe63, 0x347b57d51201b2c721c341e0bc29fe63, 0x44470a297fe2ed096cad654eb6381ea0fdd18d9fc5ca69286154e728d42b1198, '', 0, '?'),
(0x2628bdad09781e8538d2d50d209ea2fa, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo2.php', 1, 0x00000000000000000000000000000000, 0xba39d82f8e7488b48082ea95332390d8, 0xdb6131b4a23566eb372474e8c32fb8668e0259db797d1d2632cf4cad22d304f8, '', 0, '?'),
(0x262a83cac464c486d6b88f0905d64835, 'wp-admin/images/align-center.png', '/home/forwardbetcasino/public_html/wp-admin/images/align-center.png', 1, 0x00000000000000000000000000000000, 0x09d91addb6b53479e68c645931d9658e, 0xd0eb86bd4e33875821c5cd6c6aff14680260e303aeb1e7b4c768415df4b84a87, '', 0, '?'),
(0x262e97f543a2efef46d168045c2dce32, 'wp-content/themes/twentytwentyone/inc/menu-functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/menu-functions.php', 1, 0x00000000000000000000000000000000, 0xc81db8795a623605a61218c741df5e84, 0x5dcd58a6ccc7473800865960bdb84cfd52310b71f566f579012cd51df4359d36, '', 0, '?'),
(0x263d1a10bd2b747fed9222a22f6b270a, 'wp-includes/js/jquery/jquery.form.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.form.min.js', 1, 0x00000000000000000000000000000000, 0xee858e15db40066634ae2d7c3959fbf0, 0xfb32ed9a4d3f6b94d0d9efb41e5589fee8e1d66279247b81506256eabcc1b221, '', 0, '?'),
(0x264d229fc32810b39f9168f8240fec64, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/GCECredentials.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/GCECredentials.php', 0, 0x6e234acd384b6e2b6909899dfdc3bc14, 0x6e234acd384b6e2b6909899dfdc3bc14, 0x9f68b5712c1e17eae8b91cac62b46481bc4c9ec3b8cccb17fc9ad6006a31bab7, '', 0, '?'),
(0x264d44667fe955f49fc98bf7d7ca28b7, 'wp-content/plugins/wordpress-seo/src/editors/framework/site/base-site-information.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoSource.php', 1, 0x00000000000000000000000000000000, 0x980b20d1405264b7a4b6a8c3d6994ed4, 0x36a6cea7b641dd1210c01f8232a4909a4aed19491525ce0f88f5abb50d8b084f, '', 0, '?'),
(0x265b57128e122defeb6f0cdb35ee1597, 'wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php', 1, 0x00000000000000000000000000000000, 0x91b30250146f4fd06d2cd44fd1cb01c0, 0xac0765bbeb0b98d6ccc143e031d1edc21d5e71fe81b7825f6b493312c0fbb6b5, '', 0, '?'),
(0x2663c80cae91fbcd03f3256841e88eed, 'wp-content/plugins/amp/assets/images/amp-logo-gray.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-logo-gray.svg', 1, 0x00000000000000000000000000000000, 0xbfe906f053f4618e78291f87794340a1, 0xfd2881dc098f2b00fd038dd92cff9b79606e03924f2e033d032af9807dbccba5, '', 0, '?'),
(0x266565ee0a334be812d4e3765a04a695, 'wp-admin/ms-delete-site.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/MinifyHtmlConfiguration.php', 1, 0x00000000000000000000000000000000, 0xea80af2082a10db52878c1434d24ecda, 0x5b5e2378266843f56f6e3399b21e71612e0f9ec881437ebf33133628617547d1, '', 0, '?'),
(0x2667355992e98c97786a4fee1105680e, 'wp-content/plugins/elementskit-lite/widgets/heading/heading.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/heading.php', 1, 0x00000000000000000000000000000000, 0xca55dd172fd69cbebdd6e89d7c9a776f, 0xa6576e2dca579fe0f913879c12c791b6b3e10187d8dacf4996a72c0c566d7498, '', 0, '?'),
(0x266a6c220e963923bbeaae9beb4e8462, 'wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/format-library.min.js', 1, 0x00000000000000000000000000000000, 0x5c37c18e0e33b6fbe902b31e4024fce8, 0x84412d7e5e0352beecee99644d486a0b1799e68ea78d1f5f27d29a0878a477c3, '', 0, '?'),
(0x26739a52fe828ba3bedc58e5823cc1a8, 'wp-includes/blocks/separator/theme.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractHandler.php', 0, 0x7f28a1d8b0253960ac9a8c1583c23a29, 0x7f28a1d8b0253960ac9a8c1583c23a29, 0x8969fd07484f9bf9074ec8765b333f2bdf1443edff187541a9286a483f5bad41, '', 0, '?'),
(0x26740221305e6787db624a88632c3e33, 'wp-admin/upload.php', '/home/forwardbetcasino/public_html/wp-admin/upload.php', 1, 0x00000000000000000000000000000000, 0x4211da299cd2a70eb8931cb4c22750c8, 0xab4022df33aa6c00602380f3fad4012afc6cae7551be08922a6c4d8cf7374f71, '', 0, '?'),
(0x2678cd6d6603c57bdb24b8c1fd215dea, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/site-settings.php', 1, 0x00000000000000000000000000000000, 0x650b6989f53d495853ca416ed6feffc4, 0x02113fd843c1c8121a68f4c45600d6346e7e45492b39e4b8b6a76c8c6f89830f, '', 0, '?'),
(0x267eaf12bacf7e6518652cce430db536, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0xf22cab3e376abd7bfb5443e42f7f3b67, 0xd3d590846a296ec107783f8de52172da371fbabdd41aa912aa54b454daefe5a0, '', 0, '?'),
(0x267ee72a6dd9452b6e58fb253b5b4fe7, 'wp-includes/css/dist/block-library/common-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x507d80b93d1b74c0da8782b78aab6e3e, 0x8e0ea0d77b09a2af9273007b17a1d3a5a6c05c18ed2b34d6fcc634b8000782e1, '', 0, '?'),
(0x267f44e711a5f751a352c8d077a35d1b, 'wp-includes/sodium_compat/src/Core/ChaCha20.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xe5c615062d72876a6949ded8a3658a62, 0x94a562ebc645b7d6e8da2671b6feffe7aa1d802a821e14968785c8f8ee12f8b1, '', 0, '?'),
(0x2684b9045b01c9970acda03d128a4668, 'wp-content/themes/jannah/page.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/page.php', 0, 0x67d42b5a8ce2234b8b0737b20ffc8f68, 0x67d42b5a8ce2234b8b0737b20ffc8f68, 0x19bd97f90204f4db5e287490dc3e489de1be43733f1f3315d7ebb7281007ab78, '', 0, '?'),
(0x268d5abe55cce2d8635962f5db637a14, 'wp-content/plugins/elementskit/libs/framework/attr.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/framework/attr.php', 0, 0xd86a0ee9caa6b7ae5a5f9d620664c602, 0xd86a0ee9caa6b7ae5a5f9d620664c602, 0x367ce18df28b215afed25e9db1958d7b80ac64d377672c6a9c2287d6f17cff2a, '', 0, '?'),
(0x26935746d6cfa97bccc13567ed0b0a58, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5dea9c2d25ef006ccf88ebfc81a958b1, 0x232d06c54464170517f7fb8abfc6a144fb1b8d1582ea07883d271c365a7ebb74, '', 0, '?'),
(0x2694719697c9cb47f59ba44a51be80d0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/BufferHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/BufferHandler.php', 0, 0x1635e279006277daaa0f5b84dd130554, 0x1635e279006277daaa0f5b84dd130554, 0xc19fcaea976a40be59e33b461e78e51e241ca8bf12f0c2993a8e8edfe1f935bf, '', 0, '?'),
(0x269a38b9eee74f252283868b16998dcc, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsentExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x8d4f5ecb5b8352fcbb70ce0d66864da3, 0x118ece4c4eba59b19e92c3e4195844932404bbcd13c398611025cc62eff73812, '', 0, '?'),
(0x26ac91955277193f7e846aad684aa444, 'wp-includes/Text/Diff/Renderer/inline.php', '/home/forwardbetcasino/public_html/wp-includes/Text/Diff/Renderer/inline.php', 1, 0x00000000000000000000000000000000, 0xf832def2b37a3b0e2fc38f246df90407, 0xe219c31bddc510780e09d232ab03de45a4b0efd9f15a140e85b3f6eba0cebc17, '', 0, '?'),
(0x26bc4eced4f21be5f832a210d0b9cb41, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/subscribed-thumb.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/subscribed-thumb.png', 1, 0x00000000000000000000000000000000, 0x119460d7893d846a9eb75ec9309edf3b, 0x16edfd6e884756a21fbb5fdebfcb3f5845a0cf2a1a2e041a1f64908f60c347a2, '', 0, '?'),
(0x26bc8b5d3057f1ec0a2913ff3d92bf03, 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x884572e84844add444b1c133a61f9a40, 0x3c96aefdac6f9440bb3ad91bfcbe9f2dc34567f4bfe1e22936015ed1bc27bfb4, '', 0, '?'),
(0x26c0f334b80d68043a9d55539cc0cc27, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/HistogramRule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/HistogramRule.php', 0, 0xf3e4cc14e5f0d1f74901218a8db64a9e, 0xf3e4cc14e5f0d1f74901218a8db64a9e, 0x3540d12dbcbe1153b0f1161d672e19137031cdb4e009ae538b6a8963ea8a0259, '', 0, '?'),
(0x26c1a2bae8c89166d739066818eac56f, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/interfaces/query-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/interfaces/query-interface.php', 0, 0xfe88caeb9ccb8a53f0a1670e0fb67d2f, 0xfe88caeb9ccb8a53f0a1670e0fb67d2f, 0x03f5f3c1fbbc65e299128def8de44d76eee39f886ff266221ff41b60c6f0f047, '', 0, '?'),
(0x26c94a951ef8fa2e65c353facf82cf08, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-menu-cart.81f5bafc26b94cc86238.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-menu-cart.81f5bafc26b94cc86238.bundle.js', 0, 0xdfc33517c2364c7b81f4771568a4f01f, 0xdfc33517c2364c7b81f4771568a4f01f, 0x8d1088a1794f42a177f79ea09ca865cb569dbe7065d71432b96331d5072b45ff, '', 0, '?'),
(0x26c960d74fcb115135915110d53433bf, 'wp-admin/theme-editor.php', '/home/forwardbetcasino/public_html/wp-admin/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x226d340254cda7d4ebde5312dc14fc07, 0x3458bb94408ce6f8c6e72fdc39dc92a4d6e5664a9322e83b5e1e9a96157f5d1b, '', 0, '?'),
(0x26c9dfeb095014f0730c686375137353, 'wp-content/wflogs/attack-data.php', '/home/forwardbetcasino/public_html/wp-content/wflogs/attack-data.php', 0, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x6c878e34044571ae7bb6ae91a0a0b6efd71b9f277767d733311ea063ae773ab3, '', 0, '?'),
(0x26c9f71d2ffee4b9ab6e82f41ae4f506, 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-note-position.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-note-position.php', 0, 0xdb473705222093d10f1e74b56b155666, 0xdb473705222093d10f1e74b56b155666, 0x1afbd9418a3149e70bb3087fc944093a367876ea63eb31ae42135327c936dfd9, '', 0, '?'),
(0x26caed7417515c8d6a609971ff9459f1, 'wp-includes/blocks/categories/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/style.min.css', 1, 0x00000000000000000000000000000000, 0x08f8259de4211fb4199199f6ae279267, 0x0e27ce8ef1ff732b6e5ba1e1c918c9463cac30c34016d2f75ebc54b940fd6b8e, '', 0, '?'),
(0x26ce7641b9f651cdf46389da7177382c, 'wp-includes/theme-compat/header-embed.php', '/home/forwardbetcasino/public_html/wp-includes/theme-compat/header-embed.php', 1, 0x00000000000000000000000000000000, 0x4f6d7a38ca1c99174612da10b0901fcf, 0xb0a3f5c4f27d296421711e092c402c16d7d16aabf17609dddf03e9c44594eaed, '', 0, '?'),
(0x26d0b042b801a915585c53670edcc46f, 'wp-content/themes/jannah/sidebar-footer.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/sidebar-footer.php', 0, 0xabd220d55b2d712fdf19fc36e0b4b6ed, 0xabd220d55b2d712fdf19fc36e0b4b6ed, 0xd95359df7fefbb48cea5c6668ec7b5699b2f9398ca3e6c1e0c5c33f456ab7256, '', 0, '?'),
(0x26d292f08099743067d6a12a48e67706, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/TransientTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/TransientTrait.php', 0, 0xa601f9aa593c6f0abab7fc8fd7c3b1ad, 0xa601f9aa593c6f0abab7fc8fd7c3b1ad, 0x02dd054d20074615fbdd88da4dd108175b7ffacebed00aae0ea7750754dd64f8, '', 0, '?'),
(0x26d623fa30ed432f12590b08ccbcb19a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command/Optimize.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Select.php', 1, 0x00000000000000000000000000000000, 0xe9efa34db8498a5bf7dba57b272bcd3a, 0x2bfb8b7e6b9c6e49a9858183b297b056834ee2dec1d655175e19462ef516e366, '', 0, '?'),
(0x26e4075cb6140322a323a78f8d4d4734, 'wp-content/themes/jannah/templates/header/nav-top.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/header/nav-top.php', 0, 0x8e0195886cc0ded2d22aad99e13437c0, 0x8e0195886cc0ded2d22aad99e13437c0, 0xdb0d10e801e8f8cbc9e01e1068711518bec47db59d75c0f262e2128576246320, '', 0, '?'),
(0x26e9a5b18698f1f25791b3d880d37ca1, 'wp-includes/widgets/class-wp-widget-links.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/EmptyProperty.php', 1, 0x00000000000000000000000000000000, 0x0ea9533d81e6a0b7d703fe7a910a4226, 0x8656eeff759f72e70b2e09482115003109483a42a12eaedfdcdd8f2211288173, '', 0, '?'),
(0x26ef11d9975b167a7260e0b8f925c58c, 'wp-content/plugins/akismet/_inc/fonts/inter.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/user-meta/user-interface/additional-contactmethods-integration.php', 0, 0x4dfe932ec182fdf1f0b84c140f74508a, 0x4dfe932ec182fdf1f0b84c140f74508a, 0x40c13627af00bb6f62e1205caea80028db977c828afe73ac071f3c69d932ea2b, '', 0, '?'),
(0x26f7610e5547911994baceba4701ae93, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss', 1, 0x00000000000000000000000000000000, 0xcd20eda51a1f9bd489df7986ea5edd6d, 0xad7e373f13b55cb780db777842c5640178aeca779d539d2242f1b268ebcf467d, '', 0, '?'),
(0x26f9e3e2e62c5334f6a2cc9928f45ef2, 'wp-content/plugins/amp/includes/templates/class-amp-content-sanitizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/templates/class-amp-content-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x72df6fff6179ab93c0ae1ba314a82f50, 0x4c194e2164badb0666d9757561ea72e1d5702e13bb184adf1d477680867a1d66, '', 0, '?'),
(0x26fe395c913f4cba86535dd1aebf08eb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelPreload.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/poster-image-background.webp', 1, 0x00000000000000000000000000000000, 0xe196e4dc2d34fc0b2f806cd1cf502250, 0x6db06f0079f1699e92542df18e153020aaddde6191eec327a98de9fda2a675af, '', 0, '?'),
(0x2708d6f1a9efb159d1b2f3a6a07e7955, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php', 0, 0x7688853c8f2903b6062a78b340340206, 0x7688853c8f2903b6062a78b340340206, 0x81d8eb0633afbf62babff876427cb709b763a620947f93485a8c36e51bd8e957, '', 0, '?'),
(0x270bc5a9c241222fd4d0197f3ae4a195, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php', 0, 0x8bc1619ac6fc0c973d97baa08f7812a7, 0x8bc1619ac6fc0c973d97baa08f7812a7, 0xc08be15337331e4983aeeefefd0a7ff2d285f30d173fcb054900b824a1b1df2f, '', 0, '?'),
(0x270c457afc3fff47d106c011735e83ef, 'wp-content/themes/jannah/framework/admin/theme-options/backup.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/backup.php', 0, 0x60a482285358c18c978dddcdc3b913f7, 0x60a482285358c18c978dddcdc3b913f7, 0x21c49a778ef17fa333712d1899c8051e0fa0996a4f95576a0d18b71e8cfb5dfc, '', 0, '?'),
(0x270d72d1cff17227d37f3244759cbecb, 'wp-includes/js/dist/commands.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/commands.js', 1, 0x00000000000000000000000000000000, 0x5c81df0e35da7893afeec2770611b77c, 0x4e832c1239c54d0a509c4c433cb9d837383cac08edf5c1465d0879b765230818, '', 0, '?'),
(0x2716791ff6b9c698e2850a140fc06996, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php', 1, 0x00000000000000000000000000000000, 0x25d11c46e73f2b8ed2d6dc4bb78da995, 0x33499d1110470f2b80e2e557389eaa94589677af22b5fe286c9e0d929743d384, '', 0, '?'),
(0x271a368a61c1f44b0cec63b555808979, 'wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php', 1, 0x00000000000000000000000000000000, 0xb3199d4c45c381af39fd735709f1e061, 0x8d288ab45f6d5b7cde73185133606498d5eb1565bb55a354fade243afae68bf4, '', 0, '?'),
(0x2728d5a68b052c7a972034a5410ffc48, 'wp-content/plugins/elementor-pro/modules/scroll-snap/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/scroll-snap/module.php', 0, 0x741b8c5e27861b8c4202b06fe490a8b5, 0x741b8c5e27861b8c4202b06fe490a8b5, 0xc7a75f9d27cd17f7ad1b246c2e0adaa4f00c3f62433aed64429b86fd07d68fa6, '', 0, '?'),
(0x2729bca543de3e62e4e0dda815e5e467, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php', 0, 0x652fba9037a4b9a0fda7d7d6fb1d479b, 0x652fba9037a4b9a0fda7d7d6fb1d479b, 0x05c15b96d2687be79dbf35ce65ec3f298c8d70aec95d615ebd93bdb6543feef6, '', 0, '?'),
(0x272f5398bce4daa55c16b373d04c0e51, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH.php', 0, 0x590a325914a8c63cabdbc31eedf09362, 0x590a325914a8c63cabdbc31eedf09362, 0x85d9d92007acf5c620a4471d0328d05bf12c21c2355ef2f7e0f55890c9029b3d, '', 0, '?'),
(0x27368a7d6617f9c824df4e08815e5e9b, 'wp-content/plugins/elementor/includes/template-library/data/controller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x9068fb65ff477473c5be08ccd2d7f15d, 0x254ac00d253cca20d9ad8f66d165215e6e2787cdb81d925e97b436da42d7190e, '', 0, '?'),
(0x273ca1b0cab776917fe78ede1502c001, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud2.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/site-icon.css', 1, 0x00000000000000000000000000000000, 0xaf29e425d28d61242d7805b4b9a387ed, 0x23f84667411b8d6118eee0b1af86ebc37faeb1f14ff72b587ae41073d45646de, '', 0, '?'),
(0x274152e63ff49f0751668ea8b436aa64, 'wp-content/uploads/2024/03/vpn-svg.svg', '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/vpn-svg.svg', 0, 0xbb14a46d42de99c37f56ca6bbd6909dc, 0xbb14a46d42de99c37f56ca6bbd6909dc, 0xa361c193df72dadacc127462df1736608926bb3dda175d2e063bf74bb0b16561, '', 0, '?'),
(0x274163b8b4e52c097e9736d8f8dca6e3, 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', 1, 0x00000000000000000000000000000000, 0x993a03e8be16bd259b20189f293ba700, 0x1ac8f327c4a10eeba7aad3ca1613b62e7327c6e8ad7364dc34a75eb412d30449, '', 0, '?'),
(0x274dfef87788f1918db783e3c70d4b6a, 'wp-admin/includes/class-wp-site-icon.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-site-icon.php', 1, 0x00000000000000000000000000000000, 0x438a09d02ebbca6bd09b4763598eb930, 0x221b6aeb39bdfe56a04fe26adaacb44664118ae388467d45506afe6c93d8eca9, '', 0, '?'),
(0x275d5c246d24ec367f9d2cdb79aabf36, 'wp-content/plugins/elementor/core/common/modules/connect/admin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/connect/admin.php', 1, 0x00000000000000000000000000000000, 0x8cf27b6b4daa43101410901560c92358, 0x3f1dd4d0d22bc4cd273c2a94c35f596d7eb56861a7ebd326478e6a3b1c7d6db5, '', 0, '?'),
(0x275e9cda2158b64e21f550f21f4f67bd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/ServerRequestInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/ServerRequestInterface.php', 0, 0xfcd2dc1523de23b4e35657f83d0425cb, 0xfcd2dc1523de23b4e35657f83d0425cb, 0x36c1bea9cac5046d40012c0a2734f003c828123017a153361400ee4c93c83edf, '', 0, '?'),
(0x2769a20b58e8116381af2348dfe187c4, 'wp-content/themes/twentytwentyfive/styles/colors/06-morning.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/06-morning.json', 1, 0x00000000000000000000000000000000, 0x9364b0f7bfd1d36c31149eee01c5a40d, 0x578ef6ae6c5707829a62a4f3eda74693c1bd287a21d6cf4d2b2f8a8fcd470f54, '', 0, '?'),
(0x2770d34bffa072ae81df20f6585f2ecb, 'wp-includes/class-wp-theme-json-data.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-theme-json-data.php', 1, 0x00000000000000000000000000000000, 0x4675ecd000f0eb3dc3b5aec976e4abec, 0xd9e04750c56a109d511fbbdc36f7d3ae0e9a88f8ff16ced6b410929fbc6dfb75, '', 0, '?'),
(0x277245e33e2b30a332e261664fda9c64, 'wp-content/plugins/wp-rocket/assets/img/infinite.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/infinite.svg', 0, 0x51d1718c98a8b56cc05a0587a3fbb5e7, 0x51d1718c98a8b56cc05a0587a3fbb5e7, 0x9cabbaf7bbde92c53c6ec7bff91f8a4b461c9b162461ace7fb0331ed7281feaf, '', 0, '?'),
(0x277d29d1a20479493d93402de7ada4ad, 'wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/usersettings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/usersettings.php', 1, 0x00000000000000000000000000000000, 0xccb5b07396b078e3d0f65434c2843959, 0x1a9772266ee58047b812e2ab1b339390588ff146a2227c741c4850a25933c68b, '', 0, '?'),
(0x278780098271af559adbbe5a65d0cae3, 'wp-includes/Requests/src/Exception/Http/Status505.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/ajax3.gif', 1, 0x00000000000000000000000000000000, 0x6d1877dfdfb474ea8d93270aa4f1ed73, 0x9c641c7ac9ea0aba79014ba3c6aea8e89227235dd27809564a52f8a82e3d063a, '', 0, '?'),
(0x278b19121ef1b17ce903fcc6a5b6cd13, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/FnStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/FnStream.php', 0, 0x52665a774062838cf836a68504bf1381, 0x52665a774062838cf836a68504bf1381, 0xbd70765716d9c44aa8f9bad867958b87fe890cb4a65f13982bc4857ddd716020, '', 0, '?'),
(0x278fe431e51cf152000af0f4c1b531d4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php', 0, 0x93beedbf22388e5c3a08a4443f3625e4, 0x93beedbf22388e5c3a08a4443f3625e4, 0xba1adf2c466db430aba0aa827cc2773380f096aeddffb213f76f48c3ade36673, '', 0, '?'),
(0x279ac7ec698daa51e9ca6c384ef779cb, 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xf8234f559c43792199bc5531e10693cc, 0x09bb883b5e36f6534c310133b1837ae747355c1b91eddd5022a9e904caac9e31, '', 0, '?'),
(0x279ae1f140fd0ee98d4b541f6b883fbf, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-my-account.7a9d36b2c12b970c6616.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-my-account.7a9d36b2c12b970c6616.bundle.js', 0, 0x32672d71735e616cb6594a992fe304d1, 0x32672d71735e616cb6594a992fe304d1, 0x0dfe3efc489d19a764e3d0590203254703c671b46748b914fbd409cfb6949fa6, '', 0, '?'),
(0x27a09f6738c305c7afc59536b18e22dd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ConvertHeadProfileToLink.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/akismet/views/enter.php', 1, 0x00000000000000000000000000000000, 0x2c95d97da412fe017c87dd82e6d8836d, 0x2477a6e27ec9c59174942d20fb50169f88cffa9bf0456c467f7f898458c9f4ff, '', 0, '?'),
(0x27ac9bcca9982eb10078a2d790784819, 'wp-content/plugins/amp/includes/sanitizers/class-amp-embed-sanitizer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/multi-keyword.php', 0, 0x6437786985db30c4c00d0e75884fc827, 0x6437786985db30c4c00d0e75884fc827, 0x1f796fd676476526246b38894d69628565cc49af171904f8f1cc5c85d2d3b712, '', 0, '?'),
(0x27b45dc6e47aed54e6db254db7006b8d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe.php', 1, 0x00000000000000000000000000000000, 0x1e92846a592b8eab04f9828e24a67086, 0x0d3e8522e4cdca4ada10da335ded106c21438be97a58baffae51f1abe24abc53, '', 0, '?'),
(0x27b83c53cf40db771ae3d2f7d12e9462, 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_desc.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_desc.png', 1, 0x00000000000000000000000000000000, 0x1fc418e33fd5a687290258b23fac4e98, 0x0462c645d49ae7428a233ac228b223ee3d5f28c5041a809fda7ca08b55e623c4, '', 0, '?'),
(0x27b9667e2bc1bd383b53e4a9852f1692, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedByImpliedLayout.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-transfer.js', 1, 0x00000000000000000000000000000000, 0xa21650c020f2d15f02971c58f3222ac2, 0xbe8767cf001d080c6d9f5f453993374f114da6c7394f2888774fd1277d5f33a5, '', 0, '?'),
(0x27be75f627584d2ac1c1f342a4a6bd50, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php', 0, 0x3eaa8849d543effa103995a92fb5b98f, 0x3eaa8849d543effa103995a92fb5b98f, 0x6bc1da50c76fa66e4f9bda534eca0e88c415e154ba61aee977043ca7d4eb385f, '', 0, '?'),
(0x27c517ce7b00898fb6dbc5e0876f5d3b, 'wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php', 1, 0x00000000000000000000000000000000, 0x27983b355fca6bf421e0b4fa30616464, 0x8e9b5290525c77dd7db06ee86b68c6b3f572c87a6fe8094e811aed379748d930, '', 0, '?'),
(0x27c849f9f0f7b3a0d598a10bd9717045, 'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php', 1, 0x00000000000000000000000000000000, 0xced2e08e96ce667a8ed4ccee662bdf45, 0x887874fa12399b395e4249f6d56b041c9c1163b78ce19780d4092886b6d2de4b, '', 0, '?'),
(0x27ca854badc3b6b9134d07f270189058, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookComments.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php', 1, 0x00000000000000000000000000000000, 0x65dca7d038c86eade94de912641001fc, 0xecd64c6c58ded3dc122a0fa3b3c2e7c9e5389f48e79edc24585e3f854415c478, '', 0, '?'),
(0x27dac015bf9d5f036906596d31c19052, 'wp-content/plugins/wordfence/views/scanner/scan-results.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scan-results.php', 1, 0x00000000000000000000000000000000, 0x71784d2192f28fa30a42bd8a2b3d4cd8, 0x3baa1b4fd2a57619eccf1f1117cccc8981feaf99d809cfcafeb6e60a849ff5b6, '', 0, '?'),
(0x27deecb3023df62d99e68bd241435c4b, 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss', 1, 0x00000000000000000000000000000000, 0x89659873f94171f8991474663ebe1a39, 0x6beaa5153aa41ba891bd349b6a93289c9d24959c87c1e7b7aafac0639092f611, '', 0, '?'),
(0x27e8cabb080931e0b45b161c1308bd7a, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-5.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-5.min.css', 1, 0x00000000000000000000000000000000, 0xa3f55d5972f3d5dd38d2d50e5acdd303, 0xb4e70ee7f4312616a5a33b200ffb717d6b50a38a7ecb56735609924f0a0066a4, '', 0, '?'),
(0x27f0807d4a67cd5308bfb429e660e935, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/transformers/size-transformer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/styles/transformers/size-transformer.php', 1, 0x00000000000000000000000000000000, 0x13a4ba766c49151c5ffc584af924845a, 0x846dab6892f47783f735fce6d4a6150b422800d02de6a03c89fe882711403d2f, '', 0, '?'),
(0x28013c77790a8ab5dc62117112a06d93, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2', 1, 0x00000000000000000000000000000000, 0x13500638511ff444e46fb9d0edb6b912, 0xbf3571817f8ab955a196a16418d51ac52c555a69a8d7060aac79ccf8ebf15e64, '', 0, '?'),
(0x280800014f7512d182758f935519c5ca, 'wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/request-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/request-helper.php', 1, 0x00000000000000000000000000000000, 0x5d05ae557f434c905366a90a2d0b3fd7, 0x1ea76ffb9cbcafe61e156939519351d99544c048b1890e77841e7eb0dc4ecea6, '', 0, '?'),
(0x28091807cd1dadcb6423db3c48aacdc5, 'wp-content/plugins/elementskit-lite/libs/template-library/assets/images/placeholder.9201fa54.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/images/placeholder.9201fa54.png', 1, 0x00000000000000000000000000000000, 0xde517704d9c061ade5f13c7fc9ff8c41, 0x449125d9565e395ff2c68e16c8dfc94614311b7e20f0be97e0df7e9717123953, '', 0, '?'),
(0x281588d4672500cfc334dddb6c3e9c8d, 'wp-includes/js/jquery/jquery.schedule.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.schedule.js', 1, 0x00000000000000000000000000000000, 0x0426b39754aa6bc766d89ea4c41bbd06, 0xa4dc3fef1714c67645ca948daa776ac701a6a1100643e550d59daf1dec5fb5a3, '', 0, '?'),
(0x282433a8ce23e8135166d695612b1335, 'wp-content/plugins/elementor-pro/modules/checklist/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/checklist/module.php', 0, 0x34880d7a054490f3101afe9dae3a6181, 0x34880d7a054490f3101afe9dae3a6181, 0x5ce191a01bbaa710a8bfbca9e0aff9fb5bd7f828e5f80feb023450764a480df9, '', 0, '?'),
(0x28252ef78b1785e2ce6a7d959989c3d8, 'wp-content/plugins/elementor/modules/performance-lab/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/performance-lab/module.php', 1, 0x00000000000000000000000000000000, 0xc29003b4abf30872f895ed3626c6cb22, 0x03e08b1f6b257a0119e5e33bcd32ae240b02ba5d442cf65fa4f0da184831ff29, '', 0, '?'),
(0x28277d56b4da3d2c4a99c43fb5ad3871, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInUp.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInUp.min.css', 1, 0x00000000000000000000000000000000, 0x83a4c9c23e7b44dde7d342376618bab5, 0x486d29a573cea7f2617de53556c75a561bd7cfa0a8adef82f3a85b9230d0950c, '', 0, '?'),
(0x282af253bf6ade4612a612709959b7a8, 'wp-includes/SimplePie/library/SimplePie/Cache/Redis.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Redis.php', 1, 0x00000000000000000000000000000000, 0x4d0ed6cbf501a50de22667a240339c2f, 0x5a4e6a3e0efcc6eb68d1f46519832a6001ef0c8aba5dc6cf248184873ae00915, '', 0, '?'),
(0x283007f3306b3959bf98a1e341aeae1a, 'wp-includes/blocks/preformatted/style-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-metabox-2340.min.js', 0, 0x5c8c793be6a79a719bddd9cb440b1c94, 0x5c8c793be6a79a719bddd9cb440b1c94, 0x1c60507d449f6aebc7ccf9da246392ea04bcd146562433203f9fa8667b2eb113, '', 0, '?'),
(0x283fcbdcd73eb9f453a94ee68f9a9c26, 'wp-includes/images/media/default.png', '/home/forwardbetcasino/public_html/wp-includes/images/media/default.png', 1, 0x00000000000000000000000000000000, 0x2db6a9e6cd49d2429668ce40e0dee762, 0x3aeba66f4cf34a446af2fe1f242d3ebb69bae927c336076ed6a005ee139b5569, '', 0, '?'),
(0x2840228c6465457edb531d4e8e89b48a, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php', 0, 0x24ad639a368110333ebfa96edb0f4d22, 0x24ad639a368110333ebfa96edb0f4d22, 0xd5cedff5b3fc6490e211aefb12ca3194de99477023b75c9033e966f89a27e52e, '', 0, '?'),
(0x2845d883f83dfb60cda8fc8862ffbafc, 'wp-content/plugins/wordpress-seo-premium/classes/social-previews.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/styles/rust.json', 1, 0x00000000000000000000000000000000, 0x705585c4f7c8d1cd6b09308cb807a01e, 0x180eb7723aeb7560d03297fad13fc0a7e5d7df9eafae640e690860bdc021f739, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2846a58cdd1a4367c366a2d844542043, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_submit.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/user-favorites.php', 1, 0x00000000000000000000000000000000, 0x9d602069baec051120a8ac9799c5492b, 0x468b19ff21bd21b9de251b1e5c8eda87295d0c8d3dece33671d45fbe7ae4a03e, '', 0, '?'),
(0x284a5638f17f0756d1a7171b12f0afff, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php', 0, 0xbb096d5f6426d4baf4979d0f821f3077, 0xbb096d5f6426d4baf4979d0f821f3077, 0x3094ec8abffa6b73cf867aca40fee2b18729cd1cb7548ff72b85f49c81da14cf, '', 0, '?'),
(0x284d84a46d8f2dc8cd20502a8192f5e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotRemoveBoilerplate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotRemoveBoilerplate.php', 1, 0x00000000000000000000000000000000, 0x59d7edaf39c6ec2ff520b1a238f2decc, 0x308e5ea7eb876307ea4c78f40879ac0da0aefdef27cd057d173e8dc816fb931b, '', 0, '?'),
(0x2857513d1d33d1c879eefade18621f36, 'wp-includes/cache-compat.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/js/updates.min.js', 1, 0x00000000000000000000000000000000, 0xb04ccab6e4aa6647bfc0b62b5131ac7e, 0x177b25fbe72a6977eb68e44951ecd0ce04d5da6298b8601fb39e171e71227ad5, '', 0, '?'),
(0x28641480e7d1d4e6a0b821f869dbc16d, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php', 0, 0x6a6cfbdbdb807741fd185f39dfc16168, 0x6a6cfbdbdb807741fd185f39dfc16168, 0x65c2d13c050e2cff7331d2e662782ce72e235feca4468874b0eb91f516f48baa, '', 0, '?'),
(0x286897fe0cef6c19bee83b2ae38ef6e5, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/AdminSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/AdminSubscriber.php', 0, 0xda0bc6388312fd940c1bf16b2ae92c4b, 0xda0bc6388312fd940c1bf16b2ae92c4b, 0xc644330837ac7ef99dc6b22f1e167a0d02464be7fc706501bf7428582b0427ea, '', 0, '?'),
(0x286b9cf239c05189d1a33f85a2807837, 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.asset.php', 1, 0x00000000000000000000000000000000, 0xb32f666f2ed2e47196f5de6013973141, 0x771abd64631ff4e53afc875b8db34e2ef12ad6fc7375b46256c89c786d61d2cc, '', 0, '?'),
(0x286cabc3d6852b25f16dbb87d8474940, 'wp-includes/blocks/rss/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/editor.css', 1, 0x00000000000000000000000000000000, 0x852c75ab29daee0ba427262c739251b6, 0xc4f53e516bd86547f9de3cd3ad19cb51bc98b7c1afce52cd221becdc49ac421a, '', 0, '?'),
(0x28782a4aa0fb852c854cc39b6ee73c4b, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 1, 0x00000000000000000000000000000000, 0x6b95778460f660aa7c08f47d244780a7, 0x75a42f322f9dbc8cbb4091489e5f490e6c689599f315b82f8f0861553a14ab09, '', 0, '?'),
(0x287e36767156ec30f47b8622071c7f07, 'wp-includes/ID3/readme.txt', '/home/forwardbetcasino/public_html/wp-includes/ID3/readme.txt', 1, 0x00000000000000000000000000000000, 0xbd624b1d7ee4ae8fe380913d43fe6c9d, 0xa71ea03585a5ea2bf350242b02aeb694a0caa8959e378803f8c7fde0ae14f065, '', 0, '?'),
(0x2881a0ef08767c548fe2809420c2a5d4, 'wp-admin/includes/screen.php', '/home/forwardbetcasino/public_html/wp-admin/includes/screen.php', 1, 0x00000000000000000000000000000000, 0xae40c7d46d2e51d106f72a02b84b4999, 0x03982574f1fe8967f50547fffed55f15211409e15f81401902e508c7471fd117, '', 0, '?'),
(0x28912ca162ecfe102d65d1307d39af79, 'wp-content/plugins/elementor/includes/controls/image-dimensions.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/block-directory.min.js', 1, 0x00000000000000000000000000000000, 0x84f26a5d942817fe84cf64d6c34d17b7, 0x20143d4e6eb2e2bd7e0e67b6f3093d72be1331b4b9447bf7edd253f2f5be74b6, '', 0, '?'),
(0x289838835ac4640f8ca6e1021c5d344a, 'wp-content/plugins/elementskit/traits/singleton.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/traits/singleton.php', 0, 0x700b941791e6fd377027477152837e75, 0x700b941791e6fd377027477152837e75, 0x7f1eb89aeb0983ede3de2137fd362879e9f549dfe6a7ab75c166a0ab875aa21f, '', 0, '?'),
(0x28a65ac862a214d6d5b14673d936845d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeveloperMetadataLookup.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeveloperMetadataLookup.php', 0, 0x851eec3b839ed969789d26064b572a6d, 0x851eec3b839ed969789d26064b572a6d, 0x65cd60b389010a96f80297222dbed57be7c7b316b0a1e8c270b163133a2ed109, '', 0, '?'),
(0x28a9d9e9b05c06983ea2f862b3a9e27a, 'wp-content/plugins/elementor/assets/css/app.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app.min.css', 1, 0x00000000000000000000000000000000, 0xc8a77ec6775d46b6b37afce5faa6ef7a, 0x48ab53e7ea10cea655b4b94e4afe09f1ec61899b8cced70ca0098d3d94d40ef8, '', 0, '?'),
(0x28ab93dd0e1c8685fbc415c114820666, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php', 1, 0x00000000000000000000000000000000, 0xd9e2f93cce76cfecaf52ae31f1d52bcb, 0x1ce2d6dea67d25e73410f78e6cb3bb93fde0d4359c78507d02df1b8335701583, '', 0, '?'),
(0x28b038c56c5cf2cb07c29ff3ef28118c, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-header.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-header.js', 0, 0xb003da2a5f47ba87bf164568b056ba87, 0xb003da2a5f47ba87bf164568b056ba87, 0xb62c34b66cbcc3d2aebfcbcb1ce156aa88b669512a5992ce691f51abc77ad233, '', 0, '?'),
(0x28b3c3d595952907e08d98287077426c, 'wp-includes/js/dist/list-reusable-blocks.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/list-reusable-blocks.js', 1, 0x00000000000000000000000000000000, 0x0ec254eb5024ea600cdd8a5d15ce4f6e, 0xfd0aec99aeb9c29f6fffc09d917eea32c54026f17b5b5e7a32baec7062776046, '', 0, '?'),
(0x28b57cff5aa278b45487fe825b7fc175, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfJWT.php', 1, 0x00000000000000000000000000000000, 0xbb7d7b206ae54eb088f163d20f1e4bbf, 0x306d684e12607894787e1b489f4c6ae973a617feb0eb804fc7e49450cd19c52c, '', 0, '?'),
(0x28c60b96d5970db2b365471091a80867, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CanLazyloadTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CanLazyloadTrait.php', 0, 0xd67605be71e2739929753fc3dd7cd4b9, 0xd67605be71e2739929753fc3dd7cd4b9, 0x8f687903cbe0389e2530fae23bc8ec60878490ad1d37754a3a835007154a9339, '', 0, '?'),
(0x28d6800fe563ff2530d545ffd503efa2, 'wp-content/plugins/amp/src/Validation/URLValidationRESTController.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Validation/URLValidationRESTController.php', 1, 0x00000000000000000000000000000000, 0xe7fe08a2be08cf231f15983686dc32cd, 0x0ef9ffaebe5e508408d8daa6b5e9b029a75e09b89887ac33d1830bd389870fe0, '', 0, '?'),
(0x28ddc64c535b9af6576c2393f0a6f3a0, 'wp-includes/sodium_compat/src/Core32/Int64.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/freedom-1.svg', 1, 0x00000000000000000000000000000000, 0x0b28aa39660dddc94f4a1aa117a75db2, 0x97e9654dc5e3e34febecbbeb86ef38005c1d009c93c19206e91d3794dcc2888b, '', 0, '?'),
(0x28e249cfe8a87e53f12dc7bf88525406, 'wp-content/plugins/amp/assets/js/amp-paired-browsing-client.asset.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Shortcode.php', 1, 0x00000000000000000000000000000000, 0x899695c3f706be2f7d9582975adeb061, 0x147c5d25441f718af2a876573dcea5dad647b53a118ab26d4e3979c086b9ef2d, '', 0, '?'),
(0x28eb1afcbddb4c297adba39bc5a81d8a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyph.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/wp-diff.php', 1, 0x00000000000000000000000000000000, 0x225398c8e65416477fb3d7c830a25e2b, 0xa57292a40e6fa4e2664404cbc35c091c29c722b5874649567fdd239595b466ff, '', 0, '?'),
(0x28f01adccf0ed59af770df730e5fbb97, 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/options-helper.php', 1, 0x00000000000000000000000000000000, 0xc31375f97fb11795c2fcb8ee1d39d819, 0xbbf772ef3c0e177d3cbc58fd4f078e4f7735a86fdf1c9a8e75b4875921105d59, '', 0, '?'),
(0x28f1c402dcf92769bafd5e8cf68a63ac, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php', 1, 0x00000000000000000000000000000000, 0x7069faee821d0f52226fb802102d2f0d, 0xb3d424739345279d6d2668b286e5ebffa0e91e7d5b2696039efe8e3b58f79dd0, '', 0, '?'),
(0x28f47f678c26e9a3a3b3c68d40af0f24, 'wp-content/plugins/elementor/assets/js/admin-feedback.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.js', 1, 0x00000000000000000000000000000000, 0x94bda388d065deb82b29004fc6a20e7f, 0xfc57ef6ca71ae19c5251b39182a062e5e428453f732982aa250d55914ab5d345, '', 0, '?'),
(0x28f5c44d2dd35d6cec9e64689192bb5a, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2', 1, 0x00000000000000000000000000000000, 0xc520eab565825bc5ea7aba275fcd4dc3, 0x96550e1ef954e10faffe594c1a0f51f86ed9e7ecfc2e4cc3646729bd3890a11a, '', 0, '?'),
(0x28f7ec74c00caa0d8ea1075b026056d1, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-menu-limit-detector.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-menu-limit-detector.php', 0, 0xbd0e436abb03813ddd2eb5e4fb1633f9, 0xbd0e436abb03813ddd2eb5e4fb1633f9, 0x859a93427188d99deb9168d612e1c30c2a96dd97e38822b6f072627d5694de98, '', 0, '?'),
(0x28f9b0339b89291376f46b163096edbe, 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.svg', 1, 0x00000000000000000000000000000000, 0x33cd5c39d87f6d564221c4c09ce389af, 0x477557b0c2970d7e19de3abdb32a1af5d3da0fe116bbefadc02f9969d057ac35, '', 0, '?'),
(0x28fbaa8155af2a95f726c1431572346b, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/ReflectionClosure.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/ReflectionClosure.php', 1, 0x00000000000000000000000000000000, 0x2980df728ac6406ded4367ee8b9c2b9e, 0xe01f9c2bdb3b5e68b9a4a10127dfc2f3f902d0ffaf4d223c4c3ebddbd1829743, '', 0, '?'),
(0x28ffc7423f979d38e9a1cbd01aac93cf, 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-term-archive.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-LightItalic.woff2', 1, 0x00000000000000000000000000000000, 0xa6ebf38d46de235f33ee3de029d65740, 0x2d65774e4e73d5652443435fc64792b7a4a3bfac080aa712e700599e01bab16a, '', 0, '?'),
(0x290d415572a54d10ebecb2f9f12120f1, 'wp-content/plugins/elementor/includes/controls/box-shadow.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/box-shadow.php', 1, 0x00000000000000000000000000000000, 0x45b924c044e608183932505e305792c5, 0x968846ab76f38504e1e1b81e917194c485845059aa33eb1ccebac2dfdbd2edf1, '', 0, '?'),
(0x291cc4fdaeec328bf7c7a4eb4aa4a3de, 'wp-content/plugins/amp/src/AmpSlugCustomizationWatcher.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/AES/Block.php', 1, 0x00000000000000000000000000000000, 0xc5789bffd43967bcae314343f7ebe7c5, 0x83bd0966f32d091dc60184d6abde7d6539e48ddd60882df52787f30369983355, '', 0, '?'),
(0x2927684ced9c9ebf0dd0805e87bf8db9, 'wp-includes/blocks/page-list/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xdd38cb09b178f1c6208ec676523c83c5, 0x498849b37c7b38bacab0c1f524e64e10b369f7d5303c265bbf76d9485619df5e, '', 0, '?'),
(0x292b589355fdc88fc37a585469962eaf, 'wp-content/plugins/wordpress-seo-premium/cli/cli-premium-requirement.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-premium-requirement.php', 0, 0x3f5ffcbeef9ac1020dc530c9cfc7bee2, 0x3f5ffcbeef9ac1020dc530c9cfc7bee2, 0x2ca97934a4726b48f0af07b8b70ea744df250d65446f3d696d78b652dc442edf, '', 0, '?'),
(0x292ec89d092bf88b94d66aa20eb72d7e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php', 0, 0xc5806764b81d6010b42902190ed8ef05, 0xc5806764b81d6010b42902190ed8ef05, 0xf086b4f3334baaab528efde521a106a2ffd2dc5e1a5b746bad1f8fa54a423edf, '', 0, '?'),
(0x2932f8b90391f033c6bbd8c4f3f72a1b, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionSource.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionSource.php', 0, 0xe486176d1cb84fb10269e8e8c7aadbfa, 0xe486176d1cb84fb10269e8e8c7aadbfa, 0xcba19066353e24aba04e532cad4b4e831d32713b6bf7ce8e22cd5a12783dfb9b, '', 0, '?'),
(0x29343ee64ab139a598c88e26140f65e8, 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-css-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-css-trait.php', 0, 0x4fd884218e1ea887d4f9154976a2941e, 0x4fd884218e1ea887d4f9154976a2941e, 0xe9ffc1a4476e5e3c8f582911620ed607b6b687d600e1e425d19ee16fd3f3f1c4, '', 0, '?'),
(0x2936eb9e94d7daf3df4626fa2d476308, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/PromisorInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/PromisorInterface.php', 0, 0x01a8743512181ac0608c8d65f4ea0c0f, 0x01a8743512181ac0608c8d65f4ea0c0f, 0xfd90feddcff2ad8080914901e7ebc16af31ebcde896c3e2b6189dd38ec85ae32, '', 0, '?'),
(0x293ac8a56762d68ce89020c2a21889ed, 'wp-content/themes/twentytwentyfive/patterns/template-archive-text-blog.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-text-blog.php', 1, 0x00000000000000000000000000000000, 0xfd1082bd0dc580946f1a982707043fea, 0x13101e5dbf1b5ab525060a2db9506a6497ad9a3984050c56835e0e6c08dcfffb, '', 0, '?'),
(0x2940fdadd624433c4b6dc70faa5098bd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SortSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SortSpec.php', 0, 0x360b419f8f2cf11a72c8a69ce078591a, 0x360b419f8f2cf11a72c8a69ce078591a, 0xbe1c9d6f1c2f119f8c8d19e68c79941010f229555f2e73cb87d7f5e4f4911b95, '', 0, '?'),
(0x294654111d6a9b97adf3ab434a63fb47, 'wp-includes/blocks/image/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x2f6d45cf234af63f8bf26e248f3db857, 0x3d96ae5e941b86c23f96207effeb4710bdda54596f3d080343c68d8f97e6aeba, '', 0, '?'),
(0x2953169afb7492a958bd6e3fc859eca8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerAwareTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerAwareTrait.php', 0, 0xbc26a86f86829b73124cb22beea82871, 0xbc26a86f86829b73124cb22beea82871, 0xf7bb400ee6a803a0d0102bc27d83926580071f0c14c0bbf62425d74bc1ebc63c, '', 0, '?'),
(0x295aa8f4fe68461a253f9eba579e0414, 'wp-content/plugins/elementor/assets/js/import-export-admin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/import-export-admin.js', 1, 0x00000000000000000000000000000000, 0x3e2b3366a4df25caa0ec334a48468bdd, 0x82cbf6e8ca6ad0a16e2a0a21fffa96e6da3f197398466dbdb53d14be66bd2951, '', 0, '?'),
(0x296869f7b10accf566d04088efbe7e73, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Circle.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Circle.php', 1, 0x00000000000000000000000000000000, 0x1e1e3bf90fdd64c6048dea9930a1d445, 0x871367d625248eddfb9ed0f4153bc2a1e86265b974ca1ec3b3dde81e60eeef0c, '', 0, '?'),
(0x297bf46a572d5f80513d3fed476cd2a2, 'wp-includes/media.php', '/home/forwardbetcasino/public_html/wp-includes/media.php', 1, 0x00000000000000000000000000000000, 0x41324062016e5e02a6668a4c591859f7, 0xb854c89108d0a584aba1f5039c062143ce75a066a1a52ee6bfd1adc98b0c02a3, '', 0, '?'),
(0x298599ed29152f77a68fc12239d4bece, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php', 0, 0xc7200ebe06f9d08c147e19fe855eb446, 0xc7200ebe06f9d08c147e19fe855eb446, 0x870fdbeeeadec828076f3840cc2e7aa6dbb9090a0321719c15363662707d12ca, '', 0, '?'),
(0x2986f6c5268260a4b526bb580983c8e0, 'wp-includes/js/dist/preferences-persistence.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/preferences-persistence.js', 1, 0x00000000000000000000000000000000, 0x833b8f0e8a2db548fa5ad66e04130de1, 0x49b0a8e42ac6f939fb89c7a7a2669b775d3c0074308c5054cb81761c57365982, '', 0, '?'),
(0x29871c8591c147249c6ded9a115fa28e, 'wp-content/plugins/wp-rocket/assets/js/elementor-animation.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/media-text/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc4d6091d59b9cebd4c84ea125cf07280, 0x4fe523693ad7c5a38d99e4d678b54d33338619b550a90a826fc18800f5bdf804, '', 0, '?'),
(0x2991d6b166f50c917e0f107bcd47f3a5, 'wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php', 1, 0x00000000000000000000000000000000, 0x2318de2e2faf2e6e682dd8c958da82e1, 0x274b47d48cf0e80695d060ba36d4c839f188260ebd2512008fcf4d7c5c1cf079, '', 0, '?'),
(0x29999d9d8d32a04a7ba5b7d93ad37023, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/forms-controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/forms-controller.php', 0, 0x0a113d2da098633c5d70320b4622dacf, 0x0a113d2da098633c5d70320b4622dacf, 0x16790f032e3ebb267ae67f73afa83337c5365e807c256b509ddc7313f84a9026, '', 0, '?'),
(0x299b8a69fc0005055cf509b0ed8ecb83, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/SelfResolvingDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/SelfResolvingDefinition.php', 0, 0x3781697fe4bfc57a887ab0b96b023fe5, 0x3781697fe4bfc57a887ab0b96b023fe5, 0x355e2b8a677f22bb5da333bdaf1250eb24e1148a55265b4fbc75f32e0cd112aa, '', 0, '?'),
(0x299c54c837fcd9cdd86174b5bb2f021e, 'wp-content/plugins/elementor/assets/lib/animations/styles/rubberBand.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rubberBand.css', 1, 0x00000000000000000000000000000000, 0x849fb0f8514f88a464fb55dc4afa4262, 0x31774afb408d2ca86d08177449b542641bf302b55bbe10e8ea479d06ba570ff7, '', 0, '?'),
(0x299e377b0d293b1d3269dbd22bb2ccde, 'wp-includes/blocks/read-more/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/read-more/style.min.css', 1, 0x00000000000000000000000000000000, 0x90c0b0a1032bbe60a21da8fb41af9a30, 0x4f3ba82f6c3a14fac26b5780c250eb28e6f8512eda19be03ebd13f71bffb0629, '', 0, '?'),
(0x29a2898d830cf53d9d1948fff0a38979, 'wp-content/cache/min/1/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js', 0, 0xd9475d867ab455f7a01f31979ee07562, 0xd9475d867ab455f7a01f31979ee07562, 0xa42a1a1b0bd31eeca0d357e8167b30ce179f8890afff8dcc61cd487b3d9155f3, '', 0, '?'),
(0x29a537b0e67b5578dac3cdcfe872c14f, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', 1, 0x00000000000000000000000000000000, 0x3bfcf6c7379641a4378a7e43142dbb99, 0x022e46023529ec0d7117d0feb176e8b65ed105033764b97c6be1484c70bad3d4, '', 0, '?'),
(0x29a76d03da193dcef0d357691dff4510, 'wp-content/plugins/elementor/assets/images/containers-announcement.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/containers-announcement.png', 1, 0x00000000000000000000000000000000, 0xc7fa59aa62b7ee97e4f3e39aebe04eca, 0x36f45a5efd084c16ada74daf6a9111edfa630ba7bcc2830693fe687fd436ecd9, '', 0, '?'),
(0x29b47f3bb3a5d17456dff2cc6e199716, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php', 1, 0x00000000000000000000000000000000, 0x4ff0228c74ff28321c5de5136c11aa9d, 0x36dcb5c9f883d026bdb46073e3c97b8660f2011a4f083193b5db2cc4048ba7b2, '', 0, '?'),
(0x29bdcf0633a08f01f84332828e62a82e, 'wp-includes/blocks/comments-pagination-numbers/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-numbers/block.json', 1, 0x00000000000000000000000000000000, 0x10c79b41a7310650c3ba462e4f073bea, 0x01ab8542c51dc34475efb26a049c4bd909c7a0fb037f2d9b3e5ec2a90df972ac, '', 0, '?'),
(0x29be4f7a3d9c75a98717eea308c4cbb7, 'wp-includes/rewrite.php', '/home/forwardbetcasino/public_html/wp-includes/rewrite.php', 1, 0x00000000000000000000000000000000, 0x70c9ce7b769b993139cef799a553aad6, 0x93d5ed68a464b57d77c4c20a6a0e89a8476fce211e2a6ba162ff1bf54dbd7b6e, '', 0, '?'),
(0x29cb264c35e3cf2b0fab277b0216aab7, 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/generatepress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/generatepress.php', 1, 0x00000000000000000000000000000000, 0x98e2f279ab2a5c46c8864a6c852b2cb9, 0xe142d8d8eebb3c45c9077c3f8478cb1ada10910ea3e500b5bd6f0672da655c76, '', 0, '?'),
(0x29cc83d532b16bd50868af9ff2211f20, 'wp-content/plugins/akismet/akismet.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/akismet.php', 1, 0x00000000000000000000000000000000, 0x3f9d2d73f31f3988b49964bf4bbe0c2d, 0x95c8f92cbe3ce4ee0f5f85cd79c63feda38e24fe88b4ffad0c39644e32b0ae3f, '', 0, '?'),
(0x29d596cb5165edbd1c6b762bc8e30369, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmYy.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmYy.php', 1, 0x00000000000000000000000000000000, 0xbf50426eb5b399d37124c96ab49b4355, 0x29dc6a16f2a058a9d61fd179ecddc39ffad3c29fcc0590bdd1bcd983ef06f137, '', 0, '?'),
(0x29d83623a65f02c5faf1cc9f534146a6, 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php', 1, 0x00000000000000000000000000000000, 0xcd1dd576ad6fd15f14f79c787a35497b, 0x72b034538f45e6600d0f80fefd8f9cc03085405c23d0018e0dd19ddc93b34544, '', 0, '?'),
(0x29dddbf85defddd51d5a24d950251602, 'wp-includes/embed-template.php', '/home/forwardbetcasino/public_html/wp-includes/embed-template.php', 1, 0x00000000000000000000000000000000, 0xe1b363fc65b056a89862d3bb353d84a0, 0x1146e9fdaeb26e3c89375b7a4f8a7fdf4e918b1aa6a7704533401072e2b84230, '', 0, '?'),
(0x29e0b736fa3df6cb03a65a3926854e05, 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/woocommerce.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/conditions/woocommerce.php', 0, 0x9a43eaafc7ca838aa4cdcae11c07580b, 0x9a43eaafc7ca838aa4cdcae11c07580b, 0x19b92ff22f8c1d3db9a46a0af6e99767f99c0a21fd1e57e4a2b5da4e8ae1519d, '', 0, '?'),
(0x29e8ada6cefb51149ef351af2f59b439, 'wp-includes/blocks/page-list.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php', 1, 0x00000000000000000000000000000000, 0xf64af02b3b0cd44e0013c88ff14d5540, 0x09792aca232dd3005cd62baa8a71365a6e232b75f5c422c3d5aae210e5b137bd, '', 0, '?'),
(0x29fa22b1fef26e38340ac29f3b56b30e, 'wp-content/plugins/wp-rocket/inc/common/purge.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0x60932faccc19c034675686e546966d15, 0xc31833811a2c5c0a35a3f807291c1dfe66f3db0af85b9a56b61d2a4b618f387a, '', 0, '?'),
(0x2a03c0ef4a882f5c61785abd508ff3d8, 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-with-page.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPixel.php', 1, 0x00000000000000000000000000000000, 0x6a1fd4d3cb159149636c0d19f308c4d7, 0x51ec223e1c9d91aa00494a3dfc5065c0b439e9564626b391e6fd79167a52a201, '', 0, '?'),
(0x2a2061d846b2cc19f0349fb075db7655, 'wp-admin/images/menu-vs-2x.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js', 1, 0x00000000000000000000000000000000, 0x5fc208df77427b19a1558ee3c2e2d344, 0xca05bb85386a9602dc3bd3ee5307e0596319f7b2d75812aecb580361d89041c7, '', 0, '?'),
(0x2a31f505a5b050f80936de2b425a51c9, 'wp-content/themes/jannah/inc/fa4-to-fa5.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/fa4-to-fa5.php', 0, 0x36bbbf40042a21530b1c2a98ef7b05c5, 0x36bbbf40042a21530b1c2a98ef7b05c5, 0xe9019f01f77b6b03a5cd4862dcbb073291f5dc511cc40339e6fd50958a971e16, '', 0, '?'),
(0x2a367f60a26dd9bc6982b87c747bb881, 'wp-content/themes/jannah/archive.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/archive.php', 0, 0x6a8b6f1f2f27607ce2f9f91bb45ac404, 0x6a8b6f1f2f27607ce2f9f91bb45ac404, 0x609737c3633d975be8b3fbc344f3676628f30e601524622b1294fe425c023f59, '', 0, '?'),
(0x2a3cfbcc8bd711c09f27d08250861a03, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSubscriptionsExtensionJsonScript.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSubscriptionsExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x183ad718391387cfe979a8de007b0dc6, 0xe4c3037e1b46c5fca30653327ede559b5d641ce78e3ef4c24dbb4a14e1ae192c, '', 0, '?'),
(0x2a488195a89ac8d5b6337b9f6083f48b, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php', 0, 0xd32a489c520341d1269a9214683fc09e, 0xd32a489c520341d1269a9214683fc09e, 0x77e90ae140b475807f487e7354578699853d1beb07497715409450026ed6b7ba, '', 0, '?'),
(0x2a54c79ae797714736f7b852dae448f7, 'wp-includes/blocks/site-logo/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfff8a61d4e029658eba2184d36c7410a, 0xb823f8a0e4c79c7bb13bed8d87e989a762e91b93a284f8a0c5c092cef70df06c, '', 0, '?'),
(0x2a562e585a97c85f435b41d480974333, 'wp-includes/js/dist/keycodes.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/keycodes.min.js', 1, 0x00000000000000000000000000000000, 0x854afc135f49c7c52a2be74bc99e438b, 0xa2d7e72e32fad3c7206b525e203d6b159c53c0eea1697d256dab19fe5ab33a99, '', 0, '?'),
(0x2a5dd2a0769bca7c9ff3a35c63adb211, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/schedule.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/schedule.svg', 0, 0xf8c577b3748b1b53f48363f1a29707f2, 0xf8c577b3748b1b53f48363f1a29707f2, 0x46b716be849690579db38f23babdd1e489b88337c9b2a5ebeaa3f66ae41cef86, '', 0, '?'),
(0x2a5eb42b516fb350203437b557d3cc39, 'wp-content/plugins/elementskit-lite/elementskit-lite.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/elementskit-lite.php', 1, 0x00000000000000000000000000000000, 0xf3d55d1ae05a0ce7c1686d0789a67dc5, 0x2b35144ada409ff924ff7bb0342cc2bbb1b5e90b595f4f0f814aa4c84d64ac08, '', 0, '?'),
(0x2a60fb9605efeab98825d6b2f781090a, 'wp-includes/js/dist/fields.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/fields.js', 1, 0x00000000000000000000000000000000, 0x628661c6336047676bf7332762687ef4, 0xf3b7fd837ffbecb8760d3f76d67dbeb0087d2220be30032a7cee9fdd3bbb5a30, '', 0, '?'),
(0x2a76ad2b465fe21284ae081be36111dd, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php', 0, 0xfb6c5363b40463f1d39752d03eeef0c6, 0xfb6c5363b40463f1d39752d03eeef0c6, 0x72b868ad22f9e96fb7b6cb5c5eefae8466bb3c2cac617d5f1dbe97c7c43042b6, '', 0, '?'),
(0x2a77ceda61d82bc22b6055a90b343bd2, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-19.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-19.png', 1, 0x00000000000000000000000000000000, 0xff97bdaeffede6301f88e58f2dfbc5ba, 0x4415b3b2ac16e1b1e91255f9a789a224faeeaac0ac3e44ba87cc15acfbf47d1f, '', 0, '?'),
(0x2a7925c6b1d9c9924dce2b0aed195a2a, 'wp-content/plugins/wordfence/css/wfselect2.min.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wfselect2.min.1690810710.css', 1, 0x00000000000000000000000000000000, 0xf71ab992b469c927bdf3fbe4a8035268, 0x6fcede2d3ad8eb7fca9430a1abc61c13badbd5ebce02637375b7bbd1b99c5137, '', 0, '?'),
(0x2a85fab6a97a52ec6231146ee92c16ca, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/RejectionException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/RejectionException.php', 0, 0x2b847e567d7b739df7e607d2b7a5ec43, 0x2b847e567d7b739df7e607d2b7a5ec43, 0x8e3d99b7845daab1c1c33789e6f6a8b53bd8ddf9c5f9b60a23fd5fec38c2a916, '', 0, '?'),
(0x2a928a0083fbf8478f466be849e8089e, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/CDN.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/CDN.php', 0, 0x06c329e8128e59469a1e68e809d5329a, 0x06c329e8128e59469a1e68e809d5329a, 0x870e3de464797de529ee214b1c1949d7eb805407ee9d63b716e9e7a846944043, '', 0, '?'),
(0x2a93a5d3a96671cd2ed16336c2c0334a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIzlesene.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionMigrator.php', 0, 0x770ca81fc354181031ed22ff6e912dd0, 0x770ca81fc354181031ed22ff6e912dd0, 0x07f06487d4283a997b40af090fcde057096a870116a3a68e21a9f4387d46152b, '', 0, '?'),
(0x2aa2b52a8a5738abe7b5359605bc327e, 'wp-includes/css/dist/reusable-blocks/style.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/LogMigrator.php', 0, 0xd9bbfd780464afece4ac9669e3fbf13b, 0xd9bbfd780464afece4ac9669e3fbf13b, 0x20dae9a3a3fbb8c0cef4861c43b430e835778e0dcd58c19360a41bc425225150, '', 0, '?'),
(0x2aaee42d3310f675ac8d45c25bd54f23, 'wp-includes/images/down_arrow-2x.gif', '/home/forwardbetcasino/public_html/wp-includes/images/down_arrow-2x.gif', 1, 0x00000000000000000000000000000000, 0xf75deb11e71999ea4d859ec1fb8766dc, 0xa51c12b6770098f8c9dcc07170af1571f035fadafb9d5488238d0f5cbab9bda5, '', 0, '?'),
(0x2ab2c754d264b470600429160a0bc6bf, 'wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php', 1, 0x00000000000000000000000000000000, 0xa9505edac8d44ed740f7a89d16a6b012, 0xdccb3ed92fc9ac521c795a4414068fafaca1497a3fea8ba748bb772293997aea, '', 0, '?'),
(0x2ab4a8701ca424bfb39809092bf25105, 'wp-content/plugins/elementor-pro/assets/js/animated-headline.73c41dd605898fe2d075.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/animated-headline.73c41dd605898fe2d075.bundle.min.js', 0, 0xe91c5a0c80407fc876e188a5db1374a5, 0xe91c5a0c80407fc876e188a5db1374a5, 0x74eb0618c1a9e2847e77dac4f923b2683700839251b2eafd52bbde236adeb059, '', 0, '?'),
(0x2ac0b8ac12424c9b03fcb8122fa9110c, 'wp-content/plugins/wpseo-video/detail-retrieval/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/index.php', 0, 0x9fb286adf0b251add35e10c0213143ca, 0x9fb286adf0b251add35e10c0213143ca, 0x42617acb968538eda30eecb23b4a67bf3994c4f2e0dc2b15f24284a7fe49d59b, '', 0, '?'),
(0x2ac7c8c61db2a6bc62c5049f2a6565b8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xd012785c387aed4d7fd87e972e04818b, 0xfc7652ac008b537e5bfc0d82aad2ae36dfe16fddfabe12e192fe3ac59ab50d5d, '', 0, '?'),
(0x2ad1fe8f4c12ed6d262632fdd50a6215, 'wp-includes/js/tinymce/utils/form_utils.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xb4d12f447a7814feb6c782c90ee2adfc, 0xdfcf12ee2cc7e8d5dfca0345acf9bf157b8eee302f6d9b61d35888690c89e0d1, '', 0, '?'),
(0x2ad46d42131c11bed576480a65c3f09c, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss', 1, 0x00000000000000000000000000000000, 0x66c1a686afca4d694778afbf56cb7307, 0x69b894593474f6df347c2df53e31ae5df46603ab294abfbf82c549a05a89ec6c, '', 0, '?'),
(0x2ad5c2d8ac06d617129c72139d8fa26f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php', 0, 0xa01c4d07d9dc2f0e98b930f62957e012, 0xa01c4d07d9dc2f0e98b930f62957e012, 0x6b59d9080c0322a96771891139ee5ab26d45f62bcb947b9096d11fc65ee61ca1, '', 0, '?'),
(0x2ad92c39fbda2dccdf2e6990fde1da18, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYotpo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYotpo.php', 1, 0x00000000000000000000000000000000, 0xe921230471ebb3a53ffc5157f82bc2e0, 0x75846a76bd87b4197fcf1b428dc6bfc0cda6fac674c44dcb5b6257e21f62fef9, '', 0, '?'),
(0x2adb7facee8c7356bd26a8bec4b448a0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php', 0, 0xd34e350ce6483f16fc711bb8a1f9aaa0, 0xd34e350ce6483f16fc711bb8a1f9aaa0, 0x17493c057b1078e766dd8365dba1a84bcf0203e8c8cc72a2959055d17207a2f3, '', 0, '?'),
(0x2adc92e5a8f25cf7ff64a67e0c502263, 'wp-content/plugins/elementor/modules/atomic-widgets/atomic-styles.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/atomic-styles.php', 1, 0x00000000000000000000000000000000, 0x6c81e6ea09ceb4ae13e67317a73fc99c, 0x4db60fe1a45dbc1aab82e343fd0f82943b354064bfa8ecd62740d4f7e9f0466c, '', 0, '?'),
(0x2add81d045cd9e430a7506adcc460755, 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/wincher-keyphrases.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/wincher-keyphrases.php', 0, 0xc3cfd206501f330d7bcce9fce3c1c0b6, 0xc3cfd206501f330d7bcce9fce3c1c0b6, 0x60ce0b84a214a910f8c1afa20b02e6e5d78bff6f1865839143d78e992452f1a2, '', 0, '?'),
(0x2ae2ba1040d9aa192e9873aed90dfc39, 'wp-content/plugins/elementskit/widgets/zoom/zoom.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/zoom.php', 0, 0xe77937ef76dfb37cab8480a327378f85, 0xe77937ef76dfb37cab8480a327378f85, 0x24eede4975218d9c4b0ac6f0f185924e1f9acf5d18a92fbfb14c8f552825b41f, '', 0, '?'),
(0x2ae7101a3037d1a5314f81d3d3d98e38, 'wp-includes/js/json2.js', '/home/forwardbetcasino/public_html/wp-includes/js/json2.js', 1, 0x00000000000000000000000000000000, 0x73a1d77b4e827c45061f4fab041030a9, 0x71339f1c2e141b2e8a0b6a112047101d5c1752d36eddbc492f05541cb6892ded, '', 0, '?'),
(0x2aea09ecafc485c9cefc0edfe35ce3b9, 'wp-content/plugins/wordfence/views/options/option-toggled.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-toggled.php', 1, 0x00000000000000000000000000000000, 0x449375b90a4c8401bb879cf0fbc21e45, 0x4c384dd002fa1430833d8e59ef6b629fb3d57c1c350739d4621d2be4967a3a34, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2af57e458bfabc1651cf21b9d4c414ce, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AdminView.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionUnused.php', 1, 0x00000000000000000000000000000000, 0x1f98b92bf6848f7150e5ed30a42f956c, 0xaf9f33d3b35013153f6e1e66cd70704c768e7eebe9598ab37ed9c56d75cc45b0, '', 0, '?'),
(0x2afd802f8c994dcd3ee142549f4ce46f, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/base-endpoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/base-endpoint.php', 0, 0xb1bf4d75cdaca65221e92f72aa615507, 0xb1bf4d75cdaca65221e92f72aa615507, 0xbf1c6f4a3544a28a0abbd78bbf8ef9db98a05a5f65d685ca6f2697f9180f6e58, '', 0, '?'),
(0x2b0e4215c6e5ef0fecfeca43241a9093, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-skew.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-skew.css', 1, 0x00000000000000000000000000000000, 0x9fd36e20bc43b0ef92968041fd7c7ecc, 0xfef786afb2d3a6227c6a4169aef69d9b7ef4f817335bda3618a1ef23cefde726, '', 0, '?'),
(0x2b13f4a690282d5626535f32583766a0, 'wp-includes/blocks/paragraph/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php', 1, 0x00000000000000000000000000000000, 0xdfa3d0d77a6603b201993968c07ef7f7, 0x48ad87a0609912314c0c3d3f2c5a66349388995db20d45dbd5b524a7f32d296e, '', 0, '?'),
(0x2b1a231128b5f8d6c69286e776ae8ed6, 'wp-includes/blocks/comment-template/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-template/block.json', 1, 0x00000000000000000000000000000000, 0x296d8dfe4b74643bf48a19e7d67875aa, 0xaea30945947f327762b38ce5890052ac49bea3df2a4a3010e6a3e9bbb7cabcf1, '', 0, '?'),
(0x2b1d61eb80f0ec8d638a2a8d36fdc7be, 'wp-content/themes/twentytwentythree/patterns/hidden-comments.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/patterns/hidden-comments.php', 1, 0x00000000000000000000000000000000, 0xe9d7676d1775d28a9613e2e427dc3b91, 0x68deb4de98fc098dbf1434ef6d3ec13877bf7384ea37f294d4f4485de04f9013, '', 0, '?'),
(0x2b2cf8063593fb5bf70321768f127816, 'wp-content/plugins/elementor/includes/editor-templates/global.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/global.php', 1, 0x00000000000000000000000000000000, 0xd6540692a57f46239db5c8614335de8a, 0x98444741ff4ef56b8703c1ca18cbf8771450c06c70399b3d431bae986f48fd31, '', 0, '?'),
(0x2b339d29047c6d33730dac179cdef76a, 'wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0xd4076fdfdce78ae225e2c9d099742a28, 0xc8e941d89e6be87af65dda44daaaa926e3645f27b44fef88b95e1f13e0d55d83, '', 0, '?'),
(0x2b390f85a3048c5b4255fb45960b6514, 'wp-admin/js/updates.js', '/home/forwardbetcasino/public_html/wp-admin/js/updates.js', 1, 0x00000000000000000000000000000000, 0x46807072e97c0b5e37641dda7a023d75, 0xff4650bf1e8ae04e68922ff756cc1496450b58cb940aae7becb1edf2ab17ecbd, '', 0, '?'),
(0x2b3d7ab03538e3ffd3e18a5186db0c91, 'wp-content/themes/twentytwentythree/styles/sherbet.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/sherbet.json', 1, 0x00000000000000000000000000000000, 0xeb4b2b0fa0d32d8b9a4050978ded7c4f, 0xc1a40a353588de3840c2f04b03dd98951c74a82775521e19207a787704c5def7, '', 0, '?'),
(0x2b414b001dd10c5822bdce24fa6e35fd, 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php', 1, 0x00000000000000000000000000000000, 0x3dc4bbe04efd5438549d950589a37f32, 0xd2967c5a03ff084673cb1e4dec059d988cfec5a2ae665f80993c7786e3a987ff, '', 0, '?'),
(0x2b4a77dca325dcc89f89791485f22eb5, 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php', 1, 0x00000000000000000000000000000000, 0x7d5eacd2013f06f7b6bb098007c69a2f, 0x6e21b76f373e5ba755476e4b543b1d6128fba49164887c4deb6df00f30c76911, '', 0, '?'),
(0x2b51a1676bd605c4f7a0706d49b74776, 'wp-content/plugins/elementskit-lite/widgets/social-share/social-share-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/social-share/social-share-handler.php', 1, 0x00000000000000000000000000000000, 0x606bb44731eccd13e140eb0f6c87ff30, 0xa19d23902b418ab2e96acc081752749a7386bb1a67114a7c8a1460503a5e93cd, '', 0, '?'),
(0x2b5758c4ecbbc24fd655d9eb4955f951, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TrimWhitespaceRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TrimWhitespaceRequest.php', 0, 0xeb95d2972127eb0e5ba3d803ced28277, 0xeb95d2972127eb0e5ba3d803ced28277, 0xf22e356ea1dd39532d16f1b764244bc08193bd33226880245ceb796cb46f0651, '', 0, '?'),
(0x2b744c77bebb8305cd0c005ca2c2a9cb, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hex.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hex.png', 1, 0x00000000000000000000000000000000, 0x16d6870c36e379c06fb26ebd2e16bf44, 0x484dea66166e3f8f666a7f49ac29ee4b36967994b7630d8608b13e91f12c634b, '', 0, '?'),
(0x2b9da5f4aec1a8bc0c663d54ed55a082, 'wp-includes/SimplePie/library/SimplePie/Locator.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Locator.php', 1, 0x00000000000000000000000000000000, 0x4a696f41f8f3bc485f1d7a2d778e2a47, 0xbde86de58adcaf064c07ebda86243ea2ce3afb145be1f6fb66add49186c51fe7, '', 0, '?'),
(0x2ba1f107b765790d111bd2f0df9fcedf, 'wp-content/themes/hello-elementor/assets/js/hello-admin.min.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-admin.min.css', 1, 0x00000000000000000000000000000000, 0xa0c8070448ba0e928854117a804f245c, 0xa403fc7d92e65c2e1375c7465015feea5ef98eb368a2c88154132fb55e81586a, '', 0, '?'),
(0x2ba853162c182157cb86eb184613373e, 'wp-content/plugins/amp/src/Services.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Services.php', 1, 0x00000000000000000000000000000000, 0xa08a154714a62a3027a1a027cf755535, 0xad10896636b656a616cb294c3561b3aef5ae029895da185f7579da065878a926, '', 0, '?'),
(0x2bb3a718472a23f4b1edf4a694fd66b4, 'wp-admin/network/site-info.php', '/home/forwardbetcasino/public_html/wp-admin/network/site-info.php', 1, 0x00000000000000000000000000000000, 0xea55d7f54c6e03cfd1e7a9d4a0734eee, 0x4100bfc3bcd24b1e4cd331013330c3cc540f1a77345519125e3e1c9b6324cf4e, '', 0, '?'),
(0x2bb40c550db5c9f5b9d6e11c727ea4d6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccessExtensionJsonScript.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/InvalidArgumentException.php', 0, 0xcd1df8f5f13fdc68a335f7f4bcb37766, 0xcd1df8f5f13fdc68a335f7f4bcb37766, 0x88430856b823b8625140c2316ce485a5063f8ca8a0624f20a5fe2579701a435f, '', 0, '?'),
(0x2bc4e3f874a825523fd2db08f5f8a0cc, 'wp-admin/network/credits.php', '/home/forwardbetcasino/public_html/wp-admin/network/credits.php', 1, 0x00000000000000000000000000000000, 0x4210b52b1cf0841880eb4b5665863dad, 0x574e01b09c68be4b325a128a46ebf990b057ceed03900d300c38ecdcd04a0335, '', 0, '?'),
(0x2bc53155a78431b4f6a78dd4bfc9ebec, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2400.css', 1, 0x00000000000000000000000000000000, 0x59328249d30b38ea4e22303d84dae7b8, 0x125bf77f65e3def01ca3c1b34322003737a495b55ddb2d49b34d79550f6de272, '', 0, '?'),
(0x2bc6a4adad89d312193600b7cc874c7f, 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/time.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/time.php', 0, 0xcade56b3085ec39c24c03b5f7a122e91, 0xcade56b3085ec39c24c03b5f7a122e91, 0x6ae4139d9b320fb5119c692f216b2a05b83c910b11ec3a1f0262a7618c6424ec, '', 0, '?'),
(0x2bc77ba2d5ba5e75d81db2d03d409772, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/arrow.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/arrow.svg', 0, 0x1e0e80aaf6671e1fe79363d9fd02612f, 0x1e0e80aaf6671e1fe79363d9fd02612f, 0xb7a38417b9186bb1223ffcc25c8da7ddda1b4c3a3b542300d260b3a21f5d4932, '', 0, '?'),
(0x2bc862e7ca05b3eb49023d077159dfda, 'wp-includes/blocks/freeform/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/freeform/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8544e04abf5874396685eaeb40c60703, 0xd0b38d76243c502196dd9faa6a480a0be25e00761e0dbf391d710eb828f7e9f5, '', 0, '?'),
(0x2bcb996a6562fc0d461efa7ed25c958b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateConditionalFormatRuleRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateConditionalFormatRuleRequest.php', 0, 0x4ae6a3255cb9c056ac7d60c3b15ba6dd, 0x4ae6a3255cb9c056ac7d60c3b15ba6dd, 0xfd5669c1adf44a5843875326af9089c6c637f24bbe9c0f0efaa46712f02fa528, '', 0, '?'),
(0x2bcf337366c0bee8e2423e8877332d1a, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.css', 1, 0x00000000000000000000000000000000, 0x0f40a2697a4e1417704dd96f2e6d9893, 0xd7ae8d994094bbe9caa511ea4ddb7b0dbe24c53fc1a44503732f43970d7b15bb, '', 0, '?'),
(0x2bdd9383eb9b18034451d5f35f9e1aa5, 'wp-content/plugins/elementor-pro/modules/checklist/steps/setup-header.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/checklist/steps/setup-header.php', 0, 0x6faaecba624e3df6cfac5e4c4fdd90ec, 0x6faaecba624e3df6cfac5e4c4fdd90ec, 0xe84eb11bb103e26d1f8fbcfdccecd8842e80062ff365411373168bfa504bf45c, '', 0, '?'),
(0x2bdea66b555891b2a845a6b1829b6810, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0xf3aa60e94ab1f27ada6ee4c37ec41cd0, 0x44614299017444a8a2a2cda8bbcdb36d8a5403cb643d75e4a4a7092b10b08183, '', 0, '?'),
(0x2be9afa0165f4783064ab707ef64125c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Template.php', 1, 0x00000000000000000000000000000000, 0xece51978ae6df6d3a03200283b5a21c0, 0xdea1953c573230e124ad60ddffc9be52ee1540fb4786451b00ff2a11ede73bf4, '', 0, '?'),
(0x2bea8c79a3740bc700d32ce201dcf960, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-11.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-11.png', 1, 0x00000000000000000000000000000000, 0x660ae2513347a9d22e98eb62b09eadcb, 0x77dc0da6fc4feb0aed8e2a5085b339c247c8fd222499f90524c76186350e0032, '', 0, '?'),
(0x2bec52e439aa6bd1f67c1c582cb3bcc0, 'wp-content/plugins/elementskit-lite/modules/header-footer/cpt-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/cpt-api.php', 1, 0x00000000000000000000000000000000, 0xe5fef9fe8f03ce64b64a29a0a708706b, 0x5d986d726f273896e4165ece79bf6399bbf5401cdd510d32dc43d92e1cf36fb6, '', 0, '?'),
(0x2bf34d1b6410c97d60a2f120d7ed42bf, 'wp-content/plugins/elementor-pro/modules/global-widget/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/global-widget/module.php', 0, 0x0c157b1fb983d1d395f81ac348941989, 0x0c157b1fb983d1d395f81ac348941989, 0xaafc7e87d7c1e4f6be99f1e48765ae1358508c329850441bff00de6a0796b6c7, '', 0, '?'),
(0x2bf4df3182f2ba2344d5aff3991ba60a, 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/import.php', 1, 0x00000000000000000000000000000000, 0x7536947d9ee878429f7937f6ba94e04b, 0xd65c92b8e4ae151d5b9e304dad17afee0c1e6df6dc030f96af4686c684ecaef4, '', 0, '?'),
(0x2bf546beba58ea51b05e87977cf59224, 'wp-content/plugins/elementskit/widgets/facebook-feed/classes/settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-feed/classes/settings.php', 0, 0x949c826474828857f3ccfa11ff7011ef, 0x949c826474828857f3ccfa11ff7011ef, 0xb18a3b91d4cab08799141ee7e061535aa849532192c3946f2e113e8ce3b2df92, '', 0, '?'),
(0x2bffc721b9953cf0ae8325c6326f18e8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php', 0, 0xd5470d8d65781f9cb848ed9e2417eedd, 0xd5470d8d65781f9cb848ed9e2417eedd, 0x6c281e6d55a8410083b8ff94235b4cebc68802c06b26b9fdfd146b2b6b667c9f, '', 0, '?'),
(0x2c06e00f1abc4a271baa7f41576880cc, 'wp-content/plugins/wordfence/views/options/option-label.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-label.php', 1, 0x00000000000000000000000000000000, 0x2760c30cb8ece9d9db6181d8e920e5e1, 0xf8b8e6f1dd799681f344124652235c5c462fadfd47255259a1d2782198423661, '', 0, '?'),
(0x2c10d2d4131ef54e3447da199d38ade5, 'wp-content/plugins/tinymce-advanced/mce/link/plugin.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js', 1, 0x00000000000000000000000000000000, 0xa909f7f58e6af5438955813e9cf3a660, 0x6ae9e781a8095f35826067e5c4da50d2913a624616e2defd2cc24e8197267f70, '', 0, '?'),
(0x2c12b068d573442d705fc7f00049db30, 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-1.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-1.svg', 0, 0x238d7c35efa6aa3fd3c199534b6c684e, 0x238d7c35efa6aa3fd3c199534b6c684e, 0x8062b2ec3078d834b59cb3910eb775961147d677a93174c65750d08dcc3990a1, '', 0, '?'),
(0x2c19565b472c373a1df20bd76ec3b02b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php', 0, 0xe8f52ff38bc4861f381d39fa7f405276, 0xe8f52ff38bc4861f381d39fa7f405276, 0xb0c7825cc089db32e20a5c4f16418b06c2d7b427ba328dfdfc9df1d777a24d7a, '', 0, '?'),
(0x2c1abadc787a01c603194c64c7a85964, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDimensionGroupRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDimensionGroupRequest.php', 0, 0x8601661f793d24996161eb946b01b043, 0x8601661f793d24996161eb946b01b043, 0x6685e1acedfa46ae03ad86b1927820f368a448542c2b8970e15e622d3a36a415, '', 0, '?'),
(0x2c1ae2d7877b5d7ec5a35d2d0f6990e5, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/RESTSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/RESTSubscriber.php', 0, 0xbe3445ecfe684db6178a59dfb9ad8439, 0xbe3445ecfe684db6178a59dfb9ad8439, 0xa1d03e02a8b5664c255dceb5536eecf046a178444ced4eff663e8cc9f478bf62, '', 0, '?'),
(0x2c1cdb89891d3dec84430957b78d9e5a, 'wp-content/plugins/elementor/assets/js/9c42cff515a6191fddaf.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/9c42cff515a6191fddaf.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x0f2d4e9f881c32c9e348645f493361ff, 0xfe54b74ac1043e3929b558c94e475e11ac3fdcefcc6c4a9a8f8cd7fe69c0b77f, '', 0, '?'),
(0x2c2053c6fa6227f45375b30445135344, 'wp-content/plugins/amp/assets/css/admin-tables.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/admin-tables.css', 1, 0x00000000000000000000000000000000, 0x2bf148601ac0b91a3285519275687714, 0xccd0fe5d461091735818d5596c1289d23153a0d3b88547118e094f88b3b97d3b, '', 0, '?'),
(0x2c2906fa53a07574c68c233b26ac4429, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailNoDataCssStrict.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailNoDataCssStrict.php', 1, 0x00000000000000000000000000000000, 0xd1084dba98d59f812bd8cae118ff81bf, 0xdbb81517ab3492943b1962465459c81a5c5c416190427d510972bd38f716b9e8, '', 0, '?'),
(0x2c313db9d2375620578c12b15426c17d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BigQueryDataSourceSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BigQueryDataSourceSpec.php', 0, 0x71e1db9879e7b2940b464bff2b28d340, 0x71e1db9879e7b2940b464bff2b28d340, 0xdc269283bdbe00a702bba98a7b6cf570cc6e0e9cc56c445263ec13fe6dbd53ff, '', 0, '?'),
(0x2c32e48671220b7ab3445b5c806ebf18, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tr.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tr.php', 1, 0x00000000000000000000000000000000, 0xeab130ceddaf674749591be6da385eb3, 0x5627ae5101c3e161f534116cba9622c0784dd1df9a5ce049abefc95be3c553ae, '', 0, '?'),
(0x2c38cf1927663d0df7cf138dcbff061c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php', 0, 0xc7f97d01e09fc6211abb4ba58c9151d9, 0xc7f97d01e09fc6211abb4ba58c9151d9, 0x9079a99b53486191603ffa6cdaf940d9ec03f5ca136b0c1958962ac60ab35723, '', 0, '?'),
(0x2c38f67a07f866ffdc441437cf203e12, 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2', 1, 0x00000000000000000000000000000000, 0xca72fb4e277e59be50b8850190822581, 0x892d6222eb43f95a296283c355e36ba0bfd0281a1cabf31603c0fc03039a3db3, '', 0, '?'),
(0x2c39a0bd3f167b3c4a238374cb04cb30, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php', 0, 0xb043f8a5a5791436b002a7e3701d9a23, 0xb043f8a5a5791436b002a7e3701d9a23, 0x76b1c93f6720ad4c07bce0b81a1ff7a97caa3ee0ea4929d51fd10fa339a3e027, '', 0, '?'),
(0x2c3a11436848be1c9517f6a197fe999a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/UnknownError.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/UnknownError.php', 1, 0x00000000000000000000000000000000, 0xdbfcc7e0a61bcd2bdf8707781d0e5b46, 0xb8af259e616c0bdd13065dfda0ce88da6a91d90cf6e718f9308019b8a6519d55, '', 0, '?'),
(0x2c3c7baf75171a46610541b1a1e9f4fe, 'wp-content/plugins/elementor/assets/js/b7931adecb98651a09c7.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/b7931adecb98651a09c7.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x48110b94c75eb52224eb394aacaaa418, 0x6dfaac688d868ddf7b70c837dc3173ef02e061d2a86cb83e6332e7b30250ad3e, '', 0, '?'),
(0x2c3c930caa20df3f17435de1300b418c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/navigation.php', 0, 0x1cc14ea0057788774816d227bd97df96, 0x1cc14ea0057788774816d227bd97df96, 0x7f820b48f674855a6c3e32c64ade45920450e8c2aa02b26b2c6d8fe72b629bcf, '', 0, '?'),
(0x2c4478746176238ff6ea033c06d73b45, 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpO2Player.php', 1, 0x00000000000000000000000000000000, 0xedd86a1068f9a0aba166056583d5caef, 0x00db2b23e21ed09856b030093b76990b0697c495e98d86014692622f34abbc67, '', 0, '?'),
(0x2c52b5335a8d39119769cc47f8ee1198, 'wp-includes/blocks/search/theme-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/search/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xbe874fc131663433b41ea1d6d1bc5f30, 0x7d2bbb917bc8963139c7440057308953b928007f9aa9736a28aa082525a77082, '', 0, '?'),
(0x2c567e3bc6dcb8739989ebbd531eb741, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php', 0, 0xde04dea670fb144bc443a7201d8f2681, 0xde04dea670fb144bc443a7201d8f2681, 0x7fc1609feaa3d677b368859b630f86af73df7ae3d467ea4d440eeb00d1deeaaf, '', 0, '?'),
(0x2c5d274ea625dd91556554ad82901529, 'wp-includes/js/dist/annotations.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/annotations.js', 1, 0x00000000000000000000000000000000, 0x1b9ef2bbc26d39558c60eea4eea9c9f8, 0x865c89763b823d3be4636792eeef1a5dac9dd3af0bb5eebcc3d572639b079671, '', 0, '?'),
(0x2c609bc05bb7d1d8019d54db4f0af7c2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/GCECache.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/GCECache.php', 0, 0xab3422c9648b66e9a8613c9c9a128cf8, 0xab3422c9648b66e9a8613c9c9a128cf8, 0x7dd422ae5980b5ddd234f922176d53b8673c562083110a46652f307563663161, '', 0, '?'),
(0x2c637e1fafe735ede4b19e662641dee0, 'wp-content/plugins/amp/src/Instrumentation/StopWatchEvent.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comments/editor.min.css', 1, 0x00000000000000000000000000000000, 0x30d09dd423a505d1900aac6cb1f9d20e, 0xaf767741f0f4d6d52a4edd60d5362ebc61699b3e070d185a090034689b7dce58, '', 0, '?'),
(0x2c711643c698296c8afb27807f50943b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php', 0, 0x28dcb57e32f412e1ec37b3185d8666c2, 0x28dcb57e32f412e1ec37b3185d8666c2, 0x67e3c91a26cc4b8334c89e6808773df34818ab6d939d44146b78d781c0b30ab5, '', 0, '?'),
(0x2c77ed3fa7765099eee6351e78d7e3a3, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-7.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-7.min.css', 1, 0x00000000000000000000000000000000, 0x6b316bfc3c590d36454bfb804b1f4fdf, 0xb2822eb0bdc9b831e292dbb9679ed2a0d2895b6c41bb6821f8dbfdca4d83abb4, '', 0, '?'),
(0x2c783c89a2cf4d207608c3505a300580, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceParameter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceParameter.php', 0, 0x16a0778ab56c25032a4346d5f2e6b6f7, 0x16a0778ab56c25032a4346d5f2e6b6f7, 0xa23023f94c21533d994b79a7f11004e79df505398b3b190dba86ed9ffaab1431, '', 0, '?'),
(0x2c7ad865a9e0fa590c23754a7e5b500d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x204f700c527b01fcd2b58ce747dd8ddb, 0x1993115992fc3a4286e5c550351b4d9080735f860cbcb19ab92ed986fad68e90, '', 0, '?'),
(0x2c7d22f72e6b7c3d66991c3e53d9928b, 'wp-content/uploads/wpseo-redirects/index.php', '/home/forwardbetcasino/public_html/wp-content/uploads/wpseo-redirects/index.php', 0, 0xa605acf2b02df4876305872b2c14a29b, 0xa605acf2b02df4876305872b2c14a29b, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x2c817ef0529cd5a4dc6627399b476a61, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_namespaces.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_namespaces.php', 0, 0x245b288f9940e4e49742ad3718669149, 0x245b288f9940e4e49742ad3718669149, 0x00bf270464006284ebf94f7c74dd6b644477e2340832620248d8eda0bbae72c4, '', 0, '?'),
(0x2c865fb1e0084519439771c2e9d1d700, 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-wrappers.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-wrappers.php', 0, 0xbfa0a5b054adb1319e7f69ce526d5371, 0xbfa0a5b054adb1319e7f69ce526d5371, 0x5260157640be2138d6e0d2532bdb657c48aac0c61eae12f983b37a01d48503d7, '', 0, '?'),
(0x2c86e1d440b59a686ae47172de9202ff, 'wp-includes/ID3/module.tag.id3v2.php', '/home/forwardbetcasino/public_html/wp-includes/ID3/module.tag.id3v2.php', 1, 0x00000000000000000000000000000000, 0x9dc108062626e63c9c89e7cbd37e7d31, 0x473e41befb99fe30e344cadf348d91be1a111fdfa635f6530239681d01a4a21d, '', 0, '?'),
(0x2c8b4662ed304c81cfdefb1e3ba8eaa8, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/AbstractNoCacheHost.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrackKindSubtitles.php', 1, 0x00000000000000000000000000000000, 0x4fac03fc9a9ef2dcaf6664dbd3961df4, 0x9d1ee53d7743e71acf7f3bb9cf2e865dc6fd5649052aa1604d855669c290f874, '', 0, '?'),
(0x2c99453984b3a143758d1e99bbf43614, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/ReflectionClosure.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/ReflectionClosure.php', 0, 0x1e0f5671e554b43c0dbf1fb09f4bcff2, 0x1e0f5671e554b43c0dbf1fb09f4bcff2, 0x0e5a606d0539ace2a3fee9fb8ab1b4e9a880e5cea13e783d15aef60029c29b6f, '', 0, '?'),
(0x2ca756801eb1f52a809929c76a33b670, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Samp.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Samp.php', 1, 0x00000000000000000000000000000000, 0xa79ef07a047843eeb25639e912d1c4c1, 0x4cd55b939d62d5b607108cc9462fa4af6835f657e512f7fb28b90c7f8bf5f65c, '', 0, '?'),
(0x2ca95afbd8fb9767172c4e7130695a61, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_classmap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_classmap.php', 0, 0x5aa44829f0e27bfafdc0246050903d05, 0x5aa44829f0e27bfafdc0246050903d05, 0xa8c8bf066a6d21e0d7857bf36e81949263d9d83005549155062aa50f40ab0e76, '', 0, '?'),
(0x2cac2dd79eb7975961a98c28e32ca7d8, 'wp-content/plugins/elementor/includes/widgets/toggle.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/toggle.php', 1, 0x00000000000000000000000000000000, 0xa52bfc8f0cb87278d1b4a6ba3d75a79e, 0xd25383649eca0c61e7aefda53bf28235446b6134c7c8f5212d5c4c10406f98f2, '', 0, '?'),
(0x2cac69590d46d41b9feb867ea0fcc793, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-purchase-summary.3676ccd8c29ef0924b84.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-purchase-summary.3676ccd8c29ef0924b84.bundle.min.js', 0, 0x1b97bedf1468d3a101eba9ad3a4cd469, 0x1b97bedf1468d3a101eba9ad3a4cd469, 0x3602a739f054bad1b82133be9213d6811f763d8a00aec1ace69b4fed457b825f, '', 0, '?'),
(0x2cb10bffee6411ffcd274d20f0e765f3, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/UnsignedSerializableClosure.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/UnsignedSerializableClosure.php', 1, 0x00000000000000000000000000000000, 0x2e52b28703673efc43ce24505b407eed, 0x85141a8d7668c1aa2bfe05fcd4fe6d1b25c3d722d1b2db5f18d495a83e2c38a6, '', 0, '?'),
(0x2cb71b2108f04282a6a77a4af1dfe657, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/uk-cookie-consent.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/uk-cookie-consent.php', 0, 0x8f7c2fdc2e18216b2a6efa803fc430f4, 0x8f7c2fdc2e18216b2a6efa803fc430f4, 0xebd2a34f82f6fddd55ad9caed254570583eda72f5aebc3d3697196f869e08cdf, '', 0, '?'),
(0x2cc2ac3b52bc11b14d7ef614ebd45c4e, 'wp-content/plugins/elementor/core/admin/menu/main.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/menu/main.php', 1, 0x00000000000000000000000000000000, 0x4690e5d11abbcbccf1c00185fefeaf45, 0x0191952f57846da06baef676edabe1896d913ccdb87a338e8db09d09a87f1716, '', 0, '?'),
(0x2cca69a4798683eb51e93d03500266c0, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x9086830dce178c0e236df98ec41b48c8, 0x5d5ba9f6dc472ba6b83133a9854fb3351ba619462f8ea877f9535fc961a758c5, '', 0, '?'),
(0x2cd271fae72193ca82438836d922533e, 'wp-content/plugins/elementor-pro/modules/forms/classes/akismet.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/akismet.php', 0, 0xfb864e28740b6ffdf9395659fb37eea5, 0xfb864e28740b6ffdf9395659fb37eea5, 0xde7c711caf115591ae78f205f80e7205ee1a49218f0e797957f34eefd6eff010, '', 0, '?'),
(0x2cd60fd34d18ee8a0613d0da703bbd31, 'wp-content/plugins/elementor/includes/controls/repeater.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/repeater.php', 1, 0x00000000000000000000000000000000, 0x4586b82f3983ba25396133f6b96abe94, 0x1e91b6bb6773d5e3a91598e42bb780b06e232a68a73cc1ad20309dfc24480b74, '', 0, '?'),
(0x2cda5c80f37d39699dc8d36af0790c2a, 'wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php', 1, 0x00000000000000000000000000000000, 0xa7f0380bcb5c3a87fbbfaa537c7f1d88, 0x694c8c6f6ec6cca20b57eb1182dc53c9a0d0df20e5c6a00aa9708951add92a2b, '', 0, '?'),
(0x2ce43574323ceb083f9ffa545e53d5e3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateValuesResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateValuesResponse.php', 0, 0xf94d1c559cd7642f4c307a7fb848618c, 0xf94d1c559cd7642f4c307a7fb848618c, 0xa8a7e7fa57e6005319933dd2355de5162924d001b3b637e0b3ffc9add7d97066, '', 0, '?'),
(0x2cea487e666a913d0e9d7eb4528da63a, 'wp-content/plugins/wp-rocket/inc/deprecated/3.8.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.8.php', 0, 0x336cf1cc56b77570360caf9748ff7cd8, 0x336cf1cc56b77570360caf9748ff7cd8, 0x6e4a3a8cadae6367f4156efafde5f2d1287aa566d3a13ff4e9b07b9d8c062e74, '', 0, '?'),
(0x2cf59212285827ac838be1255a8bc67c, 'wp-includes/blocks/group/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/group/editor.min.css', 1, 0x00000000000000000000000000000000, 0x4d9418e76c714ddadf03f7df6fde8bee, 0x31902bc9681f89453ec4c267888e2b9d89229398dd0e09b2e1390174e5c21d59, '', 0, '?'),
(0x2cf921526f898cda2d52e3a1300182d0, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2', 1, 0x00000000000000000000000000000000, 0x259bdec84afc3a78a7cb69883d59e0a3, 0x1ffaa4e9fb7ca4f97d6547c8f16cd1b4ded0f0c7adbac5bdd521a070b4921724, '', 0, '?'),
(0x2d04afed6154b1deb1584a0ccf938995, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss', 1, 0x00000000000000000000000000000000, 0xb9b8dc4d402d7e98cb56c185fc72713c, 0x42d655a58f0a5e459e06cae119ab9783d2070ec04645d6d799eaefaa87718c64, '', 0, '?'),
(0x2d056a5ece79708c7d8e9b34582449b4, 'wp-content/plugins/elementor-pro/modules/payments/widgets/paypal-button.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/payments/widgets/paypal-button.php', 0, 0x5655674e024df31be85bd8f68e40400d, 0x5655674e024df31be85bd8f68e40400d, 0x75d577d7171920c374ee0c1aee46beba7a8929aa2b5eb4e019337bfc2c2083ec, '', 0, '?'),
(0x2d05a9330b0c81ca7daa0dff64f31f24, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgPoll.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaFeature.php', 1, 0x00000000000000000000000000000000, 0x3e57991d78bfe9a10c66ff46fd380d27, 0x09ce16aa5d618bfdce81b6a088cf0eee63ef8ef8fb7104064ddeac4b05578260, '', 0, '?'),
(0x2d1019153e87a0ac227809ba1f49e1cf, 'wp-content/themes/twentytwentyone/assets/js/editor.js', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/editor.js', 1, 0x00000000000000000000000000000000, 0x7e4ba061b8834f56c6de45c8fce81e15, 0xdfea7772155e565bf7d7ada3f68fa40c04fd4822b6917cbf694175fa682ccb16, '', 0, '?'),
(0x2d15d9635b8ab0badca5dc4e5ce47bf7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshMonthlySchedule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshMonthlySchedule.php', 0, 0x9ef03293cd0522139e06767794a0cc87, 0x9ef03293cd0522139e06767794a0cc87, 0x162534ddf924af137dc821e85f89ef8c262d84c413ae934e6c0b747a6bdfb82f, '', 0, '?'),
(0x2d16195d74c4e61a08cc9a339f99e8eb, 'wp-content/plugins/elementskit-lite/widgets/we-forms/we-forms-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/we-forms/we-forms-handler.php', 1, 0x00000000000000000000000000000000, 0x0811e4b4331d5bcd5997d561ed6cdade, 0xb682054dad844dcda31cbc3d299143139d1023fbcb2f9520b0a339ed6df0a658, '', 0, '?'),
(0x2d1b779170cf4631622e3370a6041faa, 'wp-content/plugins/elementskit-lite/modules/controls/assets/css/widgetarea-inspactor.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/css/widgetarea-inspactor.css', 1, 0x00000000000000000000000000000000, 0x905fcaf7f336d71c2f0f48dfab7c7a21, 0x59ab146cf08c46f21abfb925b0675bb7296c1807c7982c616a85bc20fbd2979d, '', 0, '?'),
(0x2d1b87fdcbdfec5001798a2959ae454a, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/back-button.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/back-button.js', 0, 0x09d46dc0c52aaf82cde23c87bafb8ef0, 0x09d46dc0c52aaf82cde23c87bafb8ef0, 0x5512fae76f68e5b911b0947573a7a66ebf286150e4605994be3cc29b6f767370, '', 0, '?'),
(0x2d1fac54aada61cc50893fe830156574, 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-init.php', 1, 0x00000000000000000000000000000000, 0x88b6c8dd6cafedc783cc988e8d4b2869, 0x92bee80c5086c172462668a5f9c932df40ac76fbe13eef68e8192a5128311d27, '', 0, '?'),
(0x2d2b0895aff3bb3279d61ec286c35a6c, 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-var-3-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-var-3-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2a07b63cb11240b97e393691ac10049f, 0xc128bbacb380c652db0b11f8882ea65493d954ad532acabb32bb09e6fb97a2c5, '', 0, '?'),
(0x2d2dc4c3bc819624ae293b1d86c44a35, 'wp-includes/js/dist/rich-text.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/rich-text.min.js', 1, 0x00000000000000000000000000000000, 0x74165874b6cad531cd6cdad1302c61c2, 0x11e2cff799c6f0fe10142d9e01fd22e50b5407ce15ac2630269d128a4d0e83eb, '', 0, '?'),
(0x2d316093d10d46cdf64d10d9dbae0ad9, 'wp-content/themes/jannah/templates/breaking-news.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/breaking-news.php', 0, 0xd58ac98e2cbcd7b3a2b7e1b1dc1611c2, 0xd58ac98e2cbcd7b3a2b7e1b1dc1611c2, 0x3cf4b4fe97058be9cc7154c03b5243170b1ab69d5d344a344b44ddb7cc9c0dbb, '', 0, '?'),
(0x2d33299d73c4afcd7c50d6741d3c6917, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdDoubleclickSra.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ExtendedAmpGlobal.php', 1, 0x00000000000000000000000000000000, 0x081abc117081e4b8b9bef28906c7e3b9, 0xcf3ac527173c18ec02cae9876203c47543e8ec5f00494bb1366289382bb7f8ac, '', 0, '?'),
(0x2d3be4cd74569212c6e501f5aae3963f, 'wp-content/plugins/elementor/assets/js/video.78c625e89ab767d621c5.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/video.78c625e89ab767d621c5.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x164e67bc5fac1636edd64c17ce19a088, 0x8da6df98bafafe361f955587df9d37539267a291a6da7a2f4891a90d9a919c1a, '', 0, '?'),
(0x2d3f67d412b6932c39b3e7f994b569d9, 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php', 1, 0x00000000000000000000000000000000, 0x08864006e79b7958a01677b822126032, 0xf6300e2137b5a82e5fedd042211502c289554c846b8e9daf3adb46665b1fdec6, '', 0, '?'),
(0x2d44d1a5cf0ff8176a80d3151c50f2fe, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadedContent.php', 0, 0xff28ddece9b232e9895b920c1db10c97, 0xff28ddece9b232e9895b920c1db10c97, 0x0c9e6bd4a3510ea34e1eba447919de984dcb603211cde68228fe836472229e84, '', 0, '?'),
(0x2d55a13b678c1eceae9c4e4ef4ac66ce, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/ClientTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/ClientTrait.php', 0, 0x6d17d3762d9be1ae62ff053e438b08cb, 0x6d17d3762d9be1ae62ff053e438b08cb, 0x50e1ffd37c1b6d92ded4ece1c622d625e8f213a02d43518b0adbda9ca12ecbf2, '', 0, '?'),
(0x2d5cac8b5bd716b5b98610e84a92d7a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Metaboxes/PostEditOptionsSubscriber.php', 0, 0xcef2f152213282064b4916562d4a3712, 0xcef2f152213282064b4916562d4a3712, 0xba88fc03ea0bedcaf4e36ed3e673b8b081c1a62c819b17ee2bc7c89b5e30b1e6, '', 0, '?'),
(0x2d6aa01047f69fe947793912adfa0b81, 'wp-content/themes/jannah/buddypress/activity/single/home.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress/activity/single/home.php', 0, 0xcbd4dc60997a78c4a0862e38a815f5c5, 0xcbd4dc60997a78c4a0862e38a815f5c5, 0x07bdd224266f2f838d7b5f6ede2ed0e4f58ab547a6fdf6ca3b28e349e278a62a, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2d6adea7ab209aa0cde612a67e687962, 'wp-content/plugins/wordfence/lib/menu_support.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_support.php', 1, 0x00000000000000000000000000000000, 0x41845a90c9c3a533b8ead3b931762a94, 0x2b5980aba9bcdca3573eeafdfcf3cf41e47c880da2823c778c21eef45322644f, '', 0, '?'),
(0x2d6b64cfaf8d91aa58df775c379fc0af, 'wp-includes/admin-bar.php', '/home/forwardbetcasino/public_html/wp-includes/admin-bar.php', 1, 0x00000000000000000000000000000000, 0x3e0524ca66a7eecbde4e0cc696f241a7, 0xeeec4281fa9378acf126d0b1e2f449aa17bd0652b078cc97be4c0ecac052221d, '', 0, '?'),
(0x2d6c09a36e11cc8e692e56bb90a2ebd1, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-page.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-page.php', 0, 0x2a561b26852d863dbec5e34c7333f4fc, 0x2a561b26852d863dbec5e34c7333f4fc, 0xc072f7a471bee781033d0785ef7567a90ebd8b21507b9f4ea0a5098b70e99a58, '', 0, '?'),
(0x2d6dbcbf8db63a9a2559e0c37d4a8a07, 'wp-content/plugins/elementskit/libs/updater/edd-warper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/updater/edd-warper.php', 0, 0x5eba235ad8d41c7edfc69143c1343feb, 0x5eba235ad8d41c7edfc69143c1343feb, 0x3beb01b6d31156fd9e103f5d15c4405647127b3d8223faee264886becd1da987, '', 0, '?'),
(0x2d704b6be14699aa9622211b92221a08, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-url.php', 0, 0x14adb2314a78ac875d079737ad182eca, 0x14adb2314a78ac875d079737ad182eca, 0x5f36338ddce10c8bb778b081283be5768a52eff77e31ee825a44791ef0b6c286, '', 0, '?'),
(0x2d76e61749fc41fea0f739d7fd2e764a, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/dynamic-tags-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/dynamic-tags-condition.php', 0, 0x11fd0ac2eab2bd528277d912a91f3777, 0x11fd0ac2eab2bd528277d912a91f3777, 0x04b90a08269138c69678b4e5e5de6deb7f37d44bc219760a645a54df039025d2, '', 0, '?'),
(0x2d77d978f06b92f55abffca5a2dec385, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrl.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/colors/ocean/colors.scss', 1, 0x00000000000000000000000000000000, 0xe09cf1abb627682b4eb9fa1e064d4be7, 0x0ea00c56abe6e144f365b77bdb6d6fffb53f2b2f990513df8528e67e107b23e3, '', 0, '?'),
(0x2d8386accce211d2d2221360dd7472a0, 'wp-content/plugins/elementor/modules/favorites/favorites-type.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', 1, 0x00000000000000000000000000000000, 0x68e3a0b2edc4c86912b465a095c9a114, 0x4948f84d705c87e6f5ff4ead680ad7884e159abc463d2dbb931cba5ad83d684f, '', 0, '?'),
(0x2d87ba2937a63579b03863dae25776d8, 'wp-admin/about.php', '/home/forwardbetcasino/public_html/wp-admin/about.php', 1, 0x00000000000000000000000000000000, 0xcee2722d40ce94d604a208ed00779533, 0x053db4c4e30c16463936976824c0c4882a58c38f022ceebd30c1394cb1eab44a, '', 0, '?'),
(0x2d87e352f7bc901da963fa76ffe11312, 'wp-includes/SimplePie/src/Exception.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Exception.php', 1, 0x00000000000000000000000000000000, 0x9949085570bdeee64ea8ac2197fd95bc, 0x2433eedb4b639cdf426a3c3845195958672e0db9cb81cad3fea26ec328ca6d78, '', 0, '?'),
(0x2d89cb4462eba92bdf5564f692a69afe, 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-featured-video-plus.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-featured-video-plus.php', 0, 0x4eef29783b696f34f8544811901d7906, 0x4eef29783b696f34f8544811901d7906, 0x7cbdcbc5e775abf8524ed46a1ff2f095b3bf511652343b20fc60a6858f8e4633, '', 0, '?'),
(0x2d8a5fbad72bcdd405590b6ea813d953, 'wp-includes/js/jquery/ui/tooltip.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/colors/light/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf5b8feba6bab9b15a17d8947707b2a58, 0x0dd707ad44a188bda1127a45961b0fe14141a93fb9485ee2e72516310c7bd6b3, '', 0, '?'),
(0x2d910ea9d17bb00a77511394a1f25e67, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss', 1, 0x00000000000000000000000000000000, 0xb42759216f68f53eabe24ef3a2ce9451, 0x5f9eb089ce26ed2e7b2318cc396f0e5190ebbe7abfb65784140ca5a8e52da759, '', 0, '?'),
(0x2d91358fe8b972753a434c9ce2280e1c, 'wp-content/plugins/elementskit-lite/libs/rating/rating.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/rating/rating.php', 1, 0x00000000000000000000000000000000, 0x3b36eaef273bb811e498ad00580bfb92, 0x3411306c2a161691c6a06570309953abcaa451e5004bf73b71011b198fd9c5e2, '', 0, '?'),
(0x2d94d4ecb583ac41b58b884bd4522ca1, 'wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.js', 1, 0x00000000000000000000000000000000, 0x5f29588b4760e22c793ff000f5b7adc1, 0xfc003b033be0475bb17e3166bd6a5f0decaa2a9f4919e565ed6ffff6cf18b56f, '', 0, '?'),
(0x2d9665636575e01728b9ad35491927ab, 'wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php', 1, 0x00000000000000000000000000000000, 0xcd68efcb16043734160da26b610d0e50, 0xc8b5bf91143657ca193fbce4a6c4d4b61d7556ce92d9743ebce519b6b57414f5, '', 0, '?'),
(0x2d9a877ed740bf289e3b53e1f16e8747, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_real.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_real.php', 0, 0xc61cf9563131697a7c467a0493cf026b, 0xc61cf9563131697a7c467a0493cf026b, 0xecc34b3ac4b3d554b6d88114568e12bf29e0d7c442e64098c8a0469f94f9b01d, '', 0, '?'),
(0x2d9ce79fe89782a08715597b5d6e7383, 'wp-includes/css/wp-pointer.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/values/images.php', 1, 0x00000000000000000000000000000000, 0xe4c7022c8ae90de377261422cf796c75, 0xfe7b192082da0b4000b69ad1bb6ea20d02a7a60ec294c36d7d0e4846d454ee21, '', 0, '?'),
(0x2da433c2177796ece682f9573118cc66, 'wp-content/plugins/elementor/assets/css/admin-top-bar.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar.css', 1, 0x00000000000000000000000000000000, 0x0795d86b3c8f9760eaffb6ffb0f4c520, 0xa2aed4da16dabd90b3383e5c532ad91ce628bd42b00379cdb73b5cc91b5e6db7, '', 0, '?'),
(0x2da5df3b9657839c26aedcbd8e0e6054, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', 1, 0x00000000000000000000000000000000, 0x0018d4124b4043d5eb54acfa9eeb5934, 0x8275dd67743d6d67862ad3a394cc89c300c71940a7fa5fe3be85912ae484520a, '', 0, '?'),
(0x2db3c1fdbd00afaaeb12d16cc7c6d2a0, 'wp-content/plugins/amp/templates/style.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/style.php', 1, 0x00000000000000000000000000000000, 0x8fdb60078545a3a135438f7533aae02b, 0x524b22deaefffd39e38dd9819a49144bb37bcb99e6546f220418bc8fac6d2fc3, '', 0, '?'),
(0x2db864ff4cdec6a55848fe6deea2a1c0, 'wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js', 1, 0x00000000000000000000000000000000, 0x1c4170217db2ce3702d30b5707736ac4, 0x6a88a49dadc33d58695fc8eab8c8d0d6b0de827003dfa488f10b5ed1aee90efc, '', 0, '?'),
(0x2db8e050d459d08998ab03ce915107da, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_s.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_s.png', 1, 0x00000000000000000000000000000000, 0x83aa97407fb76615a7db5ed721681148, 0xe0a884aed27ff0386966cc55971f49d9b80044dc9d08c8d95dbf49c12bc3e880, '', 0, '?'),
(0x2dbdce1843ca48fd4fcf0d610fe6a111, 'wp-content/plugins/elementskit-lite/libs/forms/pages/template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/forms/pages/template.php', 1, 0x00000000000000000000000000000000, 0xa285d8fbf7205c5b0b4f63577e35e69d, 0x18f2eaa0c317866d7c332d4dcc24dbab61ad2a42859a0c2111efc4696439653f, '', 0, '?'),
(0x2dc98593fef9313f933777d147c4cd91, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Encoding.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Encoding.php', 1, 0x00000000000000000000000000000000, 0x0a0f8857dc9cdd490b97e5eda0853182, 0xaa22e35b55d2b117a60cafaac259c3a12bd8881ff220330ef6f3fdf405c8663e, '', 0, '?'),
(0x2dccc0ab40ca46593d068219009cc379, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-base.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-base.min.css', 1, 0x00000000000000000000000000000000, 0xa1bf5cd9eed0e6e6f1b8acb959ebdf3d, 0x944bb25db362cac443907cabbc691fcd2491c8307117ec715a9026677ff9c765, '', 0, '?'),
(0x2dcd43e81fb74336e6eac12367c3b438, 'wp-content/plugins/elementskit-lite/libs/xs-migration/data-migration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/xs-migration/data-migration.php', 1, 0x00000000000000000000000000000000, 0x2e7ed5b584eb72efdda66770aa32375b, 0xb3f7c3fcd49be59a61662db30c4805716b8a5ae2af63ad9e462cc9ed96181c61, '', 0, '?'),
(0x2dcfab23a5982cd2e30ae14663737882, 'wp-content/plugins/wpfront-notification-bar/js/vue.global.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/vue.global.js', 1, 0x00000000000000000000000000000000, 0x3bd300f13824c083e79d12a8c023aea7, 0x0812980f871c4fb5db1d994f5a07ac3d61bcd0684a63b7a8fd3d68709c69d866, '', 0, '?'),
(0x2dd54b4865762ea36562ec2660706b5e, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php', 0, 0x52237458eec98374c07d143703464937, 0x52237458eec98374c07d143703464937, 0x31f8858f12786b5f2c955f7b8b161b701b027fc29b10b5d027bdb32d8e5acabb, '', 0, '?'),
(0x2de2e5e1bc285f5424f52acc5a84e5b7, 'wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php', 1, 0x00000000000000000000000000000000, 0xda191eb9c35582fd2405b86b83590233, 0x3d62b21c2ce1c4074e1c3e43c19f4df9664805cbb508388f8ed86ff80fef7557, '', 0, '?'),
(0x2de35e0be33d3f11a046899afa0746a7, 'wp-content/themes/twentytwentyfive/patterns/template-home-vertical-header-blog.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-toggle.min.css', 1, 0x00000000000000000000000000000000, 0xeb3509602500c194382b08b770686405, 0xf90bfe7c1e61ac92f08fc1ff2362853c146ec5aa68f0f9db57cdd4fc0a1b2f9e, '', 0, '?'),
(0x2de72ae14619ecade4df7dc0964e5659, 'wp-content/plugins/amp/src/PairedUrl.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrlProtocol.php', 1, 0x00000000000000000000000000000000, 0x1ca99db5a94faf54b1d257aff0ed8890, 0xf2ffb8b0ef49f1062642a2eefb25c5fe444bb2e7a127c0b816031338da11eca2, '', 0, '?'),
(0x2df790e576b1c5c29eab0d200ad5ea1a, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/BasicException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/BasicException.php', 0, 0x23d9eaee04dcdecf5a7a68de1b0fbd85, 0x23d9eaee04dcdecf5a7a68de1b0fbd85, 0xbfb2292764b4f718d11839ca9960b61bf0252dfcff36d756123d09485aa3304e, '', 0, '?'),
(0x2dff6bcca441bf66c18926b7bee3279d, 'wp-content/plugins/elementor/core/base/traits/shared-widget-controls-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/traits/shared-widget-controls-trait.php', 1, 0x00000000000000000000000000000000, 0xd2881f1d0212a7699fc05d527ec2bc17, 0xeac1c78decd6e5d35ec0da9afa2ab470182350470928157c617aa49e9bf28a02, '', 0, '?'),
(0x2e03c0cf43a843c80411921c825575d9, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php', 1, 0x00000000000000000000000000000000, 0x7c573871dd9436925bdd4e26bc09acb3, 0x69a9cb172af7cb29b7b3474e36ca28cedd88b37020d999c0db24316103e2f319, '', 0, '?'),
(0x2e061247be1303fca43717efd18a7514, 'wp-content/themes/jannah/framework/widgets/snapchat.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/snapchat.php', 0, 0x2325873695716e0163ce235b5a82b56d, 0x2325873695716e0163ce235b5a82b56d, 0x168b38edb0c5f510eb88b6ec1752ac3fe255e3f3a1f59583e2eb4106147880f4, '', 0, '?'),
(0x2e061ed5d2740b74a94bba19f995dfff, 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js', 0, 0xa9ca3e8ca6c70fc187b0975da135efdf, 0xa9ca3e8ca6c70fc187b0975da135efdf, 0x687af5aeab25fbbff827fe8c5aa1fd9c10d466a7923a08fe378d412cdfa73d5b, '', 0, '?'),
(0x2e0f40eb629910cdfdc1db91c171f7fb, 'wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x521070485040f90ede02487af752e763, 0x2352e8e40b71a61dd9435c2377faae7da20620b96aa29864d19a285e01641bcd, '', 0, '?'),
(0x2e109ad2120a5dcbaf469aa3565216b5, 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x0c7b4753c1dd3087abd6f9ee85c32906cbf1f62e7e83a9236dbc7dce3a32c8c5, '', 0, '?'),
(0x2e12d1318b48ecd29b3ec13df96d61c6, 'wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js', 0, 0x257ddfbbc2c4743f7143e7e3f05c42ef, 0x257ddfbbc2c4743f7143e7e3f05c42ef, 0x38f80523aa35101cbc38764ff642216817b1ca2680af2bf9ae31f96a262e4923, '', 0, '?'),
(0x2e15a8560c2941521e3bbe7455630050, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof-integration-toggle.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Extension.php', 1, 0x00000000000000000000000000000000, 0x81c5898b312eca7cdd7abc54410821c4, 0xfd3a75afca50647b22714c984132d01c98620cde52bb6872c7b6899e376332f7, '', 0, '?'),
(0x2e1811859a6997dfdc75487515f72d19, 'wp-content/plugins/elementor/vendor_prefixed/psr/container/src/ContainerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/psr/container/src/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x3c1b16863b950a056ff057ca412ac15e, 0xc0a1eae4367c8fe40456caf3b8f9e56203cf52fd2bee6be23c618db931806565, '', 0, '?'),
(0x2e1a5711651c85ded3f5e5bf4ad4da9e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBeopinion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBeopinion.php', 1, 0x00000000000000000000000000000000, 0x5c6de769c461ce7af11b6fddbf1ecee9, 0xa14f0da8194a65ba398d86d41aac70f1372640f5de62ffb9f9db2368f09ba03a, '', 0, '?'),
(0x2e204dd73bece0a38d5f9b5ce0128c54, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AbstractOptimization.php', 0, 0x1fc379922325d49e4ba6f9f2492b5574, 0x1fc379922325d49e4ba6f9f2492b5574, 0xc3f941e7169d3aa16823466d149231c64311efbb87db5f6c22c2d057b93d0d15, '', 0, '?'),
(0x2e2b975743121d1d5303830b12de255b, 'wp-content/plugins/elementor/assets/js/text-path.39fb59e43970222f5a3e.bundle.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/text-path.39fb59e43970222f5a3e.bundle.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x3588528143a3857030689fe65c683981, 0x25da78f1de8df11976673307e0ef869247692950c628a63dd8c2ae6e5fce5862, '', 0, '?'),
(0x2e2bb01440e18fa01bc5d2746310f240, 'wp-content/plugins/elementskit/export/export-screen.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/export/export-screen.php', 0, 0x8d246f1471188cdc4d288cd0c976abcf, 0x8d246f1471188cdc4d288cd0c976abcf, 0xee37b785f5f1c0efc781d6559615a4600a21935d98750f3c599a6830df85e1de, '', 0, '?'),
(0x2e2ee6fcaae07871a6e9271f563d6afa, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js', 0, 0x2a71750f0ab747066b67a95165da12f9, 0x2a71750f0ab747066b67a95165da12f9, 0xba7e1b514f531a7f1100cd2c5626f1a8b4d44c8acaf611a701e2953cb0089007, '', 0, '?'),
(0x2e32e31ac57749088dea622b76a58d39, 'wp-content/plugins/wordpress-seo-premium/wp-seo-premium.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/file-types/svg.php', 1, 0x00000000000000000000000000000000, 0x83b3d93d650cc727839f921f59c76d2f, 0x6103e9f901ec6f13dbe1019042996c2c4326ed63d5b44cc83e412d6b529d7e50, '', 0, '?'),
(0x2e43a5c9402aabc29602ab267753147c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordion.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/admin-bar-sprite-2x.png', 1, 0x00000000000000000000000000000000, 0xeb51ac1312eb060b9bc638fef46f80ca, 0x2a45b0e3c05473fcd9e5a3616ce4895ec770b8dc055889afe6a15a1f00901cf9, '', 0, '?'),
(0x2e49d208713cceaa649aa712af9b80de, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/image-src-transformer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/image-src-transformer.php', 1, 0x00000000000000000000000000000000, 0x664741e72b37d9a8a4ee2b73838e80ef, 0xd688a4f511b5ce2ef345a45a36f350e30bf4c9dc0dded215a40cd86a6c6477fc, '', 0, '?'),
(0x2e4a480b89cfbd36ce7ac8e68979cd5b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Middleware/AuthTokenMiddleware.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Middleware/AuthTokenMiddleware.php', 0, 0xfbafdd0dfc43e38a69cc48702c78b818, 0xfbafdd0dfc43e38a69cc48702c78b818, 0x032dd293a7c1515cdd99e25a80a9633dc98a4c5982e33b4cfc489e36b92970d4, '', 0, '?'),
(0x2e533650b942876fd25152ead0f7a1ce, 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-admin-page.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-admin-page.php', 0, 0xa181608c8426157b373318cffd05df3f, 0xa181608c8426157b373318cffd05df3f, 0xee438c6908ee2f2b036b71c3aae408ee7beded5b2d35bb2421dd48701a569ac7, '', 0, '?'),
(0x2e582463305a969af74a534cbb9f40b0, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassNameInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassNameInterface.php', 0, 0x3e0e70087c00f1d63189286b50400c10, 0x3e0e70087c00f1d63189286b50400c10, 0x8d2b56ef6990e659d1a3ba3182d911715fb26960d9fef6ab0c9e891fdd6c7bfb, '', 0, '?'),
(0x2e5c6ced38eccb9f5a3271ec88b5e016, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDeveloperMetadataResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDeveloperMetadataResponse.php', 0, 0xffcf675bd9550d3179d7ca1811a8a001, 0xffcf675bd9550d3179d7ca1811a8a001, 0x1178e2b2235650c6b5ef397738be54490197e86383ec2495a3047f4ec40756b9, '', 0, '?'),
(0x2e62bae6bac592def671b3a8795c6582, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryCdataMissingOrIncorrect.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryCdataMissingOrIncorrect.php', 1, 0x00000000000000000000000000000000, 0x471f72c4c2c114e991e435cb79bbbf87, 0x83bcf3702a6470a17887f5dafed4666bdbcb8d8ab41e6abd3f06c3e8189608df, '', 0, '?'),
(0x2e6b25c920abeb536c8848fb4bf3c796, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0xcfedcac9896b08e28edc00dd823b7dfc, 0x9049c160101611bec443c5c9b133d3f95ca20dd1635dca82c981a9c09854aa9a, '', 0, '?'),
(0x2e6b3ba1048daa90cdc8c37786a71471, 'wp-includes/blocks/post-author/style.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsSectionContentSwgAmpCacheNonce.php', 1, 0x00000000000000000000000000000000, 0x85dde36483d6f2606ce3bc2c984fa8b9, 0xbb7fd1c37df49f4a8967ee757653532ebcd499d487f4c413480dedc9ea35112a, '', 0, '?'),
(0x2e78be8ccfaedffa3785d716fcfa5fce, 'wp-includes/js/mediaelement/mediaelement-and-player.js', '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelement-and-player.js', 1, 0x00000000000000000000000000000000, 0x1785fa13c40add2ed941884a939d3449, 0x8bffe8537b1e68887f648ea89bcee9711f1428ace2f8d55ea773279c25ca6125, '', 0, '?'),
(0x2e797ff632260eef8172005ac675bffe, 'wp-content/plugins/wpseo-video/detail-retrieval/class-ted.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-ted.php', 0, 0xdc50f1035c195bbd2efc5988bfa767dc, 0xdc50f1035c195bbd2efc5988bfa767dc, 0x43ea37861773606e12d2673d88bd0e6b36a7c7a9610349d67044bc4db2b441b9, '', 0, '?'),
(0x2e85928f406beea4fad54e3f5a511335, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/Requests/src/Requests.php', 1, 0x00000000000000000000000000000000, 0x41344cf179bde39bd2ccfa1c7ccb5ea5, 0x58a7e76b461c11102344378b307a5f54a8e9b595d401aa8aa9f7c159aca47417, '', 0, '?'),
(0x2e8c3dabdf241994bc2ea436a2d40328, 'wp-includes/blocks/button/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/button/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x03385af7db486e1382d7b3cbf22d1a2f, 0x315bc1678991d68238cd819cb580374ded66e6e9c7657ff923fca67e1e77b88a, '', 0, '?'),
(0x2e9dac703659c42da83dfa035254ce18, 'wp-content/themes/jannah/assets/js/dev/tiesticky.dev.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/tiesticky.dev.js', 0, 0x0f494b8e36bed15d5917834b6ca0a31c, 0x0f494b8e36bed15d5917834b6ca0a31c, 0x0d5783e65e7f282d81b643686c9f62fca979ad853511002f16805c627407ccd2, '', 0, '?'),
(0x2e9e6ffd27b0d13e8a0adfece1b5f5a7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpState.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpState.php', 1, 0x00000000000000000000000000000000, 0x43a04ba0c00185a80a8172b906899292, 0x56f1bd43caa84a20af087b4f6564062b9473df306f412b7b8d2c4f6945a35f97, '', 0, '?'),
(0x2e9f96d7f760928c8d61575410c58dec, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz-out.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz-out.css', 1, 0x00000000000000000000000000000000, 0xa394e14a7fff125bdd4a539073cae7dd, 0x55f25e19f30bb53777a294f9b5c6e81a405c53e5df6b111f638c4e6ccd817e38, '', 0, '?'),
(0x2ea0bfb7777b7b06dc286f7c8b6dd214, 'wp-content/plugins/elementskit-lite/core/build-widgets.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/build-widgets.php', 1, 0x00000000000000000000000000000000, 0x616812f43475b2a4b35c7ac8e7387134, 0xa35755f8dc2579672aac2f418739fe42820f918875eb2783d00a20157b3213d1, '', 0, '?'),
(0x2ea645c71d5b4af5cf6c039e781ddfe3, 'wp-content/plugins/wordfence/images/forward_disabled.jpg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/forward_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x4d5fdad65a3fda4e29bad28aea3adc35, 0x9bae802fdf3c3e4f26df1d06c8950e1715034a521c1fdd8765c47d9a28bb9b6d, '', 0, '?'),
(0x2eb4d6d1f61ad577edd75427f703b9db, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AbstractCSSOptimization.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', 1, 0x00000000000000000000000000000000, 0xcfcf309648e7230bff494844f1e7f394, 0xdb76986fc2561b5978843f9884e40adc1fd50a2633632d150dac38ee076da5b8, '', 0, '?'),
(0x2ec36fad3b264e11404d109fc01d1323, 'wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/icons.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/icons.php', 1, 0x00000000000000000000000000000000, 0xae509f85185cd697e8be2d288a2e588b, 0x5a8bbcd088b0a24590d23d12e05e2350d746f9397a69016cb238d3e7bb9798c0, '', 0, '?'),
(0x2eca81066c05f985c249e67cd45235f8, 'wp-content/plugins/elementor/core/app/modules/import-export/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/app/modules/import-export/module.php', 1, 0x00000000000000000000000000000000, 0x97005b4f5c44b06f13e9bbeda5748ed9, 0x7b61c960038a7f1486f7553781ac27595a6d23dd26f7f4b02571f4ceb087a5a9, '', 0, '?'),
(0x2ecd1efcdb48eac49815060988fb9151, 'wp-content/themes/hello-elementor/template-parts/dynamic-footer.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/dynamic-footer.php', 1, 0x00000000000000000000000000000000, 0x70109a59054cfd268c4cb45394d736d8, 0x174e8bb52936c20f43f32733c62128a69fdb52b37990dd9b87fab65cc9c53890, '', 0, '?'),
(0x2ed948973b4a9a268aae57876d1817f5, 'wp-content/plugins/elementor-pro/modules/notes/admin-bar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/admin-bar.php', 0, 0x2933fdb61efddaa81c4fd7e15d630580, 0x2933fdb61efddaa81c4fd7e15d630580, 0xfe5688e3180db7ecf77eb801f0e7177e0117fff5fea6e5a1306a24d9d7a0b3a1, '', 0, '?'),
(0x2edcd413bc983484e6876ec8ec458ff0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike10.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike10.php', 1, 0x00000000000000000000000000000000, 0xbb6e2c66aa8eaad9c042f355252a29a9, 0x532d35d8ad93dadc1a9b17b1f73d9c655fe6ccac37a786f77b7c27dfc382a905, '', 0, '?'),
(0x2edd960d7e25a6933508c95b56b13a17, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AccessToken/Verify.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AccessToken/Verify.php', 0, 0x2abd086475c4f4aff64c2014e04cc6a4, 0x2abd086475c4f4aff64c2014e04cc6a4, 0x09fe3383a635466dde17afc35392c022d98433eaf804996357795a8d7a249427, '', 0, '?'),
(0x2ee2020cc09fb89bfd611224d794276d, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-featured-image.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-featured-image.php', 0, 0x2790b9e796827626ea939997249cf58a, 0x2790b9e796827626ea939997249cf58a, 0x4fefe926b39113565993d4e75f3939e18fda71413ce14fb77ae97cb3983102b7, '', 0, '?'),
(0x2ee833b7ba4c4cefb597191f245bb6f5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php', 0, 0x81caf85df875b13af5efeeab1887ee73, 0x81caf85df875b13af5efeeab1887ee73, 0x4a89f9cea1e7de67fa01c2f1e69f95d796ec80696e28c8bcae67997a3525db97, '', 0, '?'),
(0x2ef2f294416d2b207c2780bc51d8498c, 'wp-content/plugins/elementskit-lite/widgets/progressbar/progressbar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/progressbar/progressbar.php', 1, 0x00000000000000000000000000000000, 0xaa5ea63a3065db7973adf05ee05e9f80, 0x5dfad632273a0715a911c2af75c65df2f27574de8b7228e9671e85c3e465b585, '', 0, '?'),
(0x2ef4bb7c47e678dca3d47949649d12b4, 'wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php', 1, 0x00000000000000000000000000000000, 0x61c1287cb52e2d2444be26a2af024310, 0x7b57957c994bca4b4fc89affbfdd15c7ec0ac39f4133e54bf9e707a2ca77d8d6, '', 0, '?'),
(0x2efae0e1c351984234b8c4d5a2611367, 'wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/metabox/Metabox.php', 1, 0x00000000000000000000000000000000, 0xdb735baad9b8d3c43f54b2099626996d, 0x710fde226e2b25cea333b9a15cd7b2c190544f9f3d8bb46ff464b8a43c3f4b7a, '', 0, '?'),
(0x2f0fe30bcc38e7a744666d1bfea44b6e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AppendValuesResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AppendValuesResponse.php', 0, 0xc110df09e8686720dd3c19a52e9a377c, 0xc110df09e8686720dd3c19a52e9a377c, 0xde599948be09bae50a726c732400979557b44192303f47ef0460a0928ffe7f21, '', 0, '?'),
(0x2f135ef9df0acef9b65c3fcecd58eeec, 'wp-content/themes/twentytwentyfour/templates/404.html', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/classes/index.php', 1, 0x00000000000000000000000000000000, 0xc12052cb31e98c92f3a7ab70d534d9d1, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x2f19c538688ea2fcedac0c012d40d2df, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/string-prop-type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/string-prop-type.php', 1, 0x00000000000000000000000000000000, 0x4d156d00fa3869eed157b20c6df8d0d6, 0x05de33c81cce3e4654ab71a315eb8c12daaad490b92b4f725b693414756c63ee, '', 0, '?'),
(0x2f1f9186c451c74ae7d0c6f1737d55e0, 'wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.css', 1, 0x00000000000000000000000000000000, 0x6412db676c9cc5d6cf0554fc7812d23c, 0x3374db9a45092a3d35ef04350bc0ec16cd82ab3ba405f6ef8b193b873b98d94c, '', 0, '?'),
(0x2f25e33ea3e5acef285909a93c3f935d, 'wp-content/themes/twentytwentyfive/patterns/header-large-title.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/header-large-title.php', 1, 0x00000000000000000000000000000000, 0xbdf29f25e3303a981ffaacf007bdb2f6, 0x23dabb3d3e67af687cca4e5eeef7d9173e2fb6a0c0f3d2a04d676c25f81f51d6, '', 0, '?'),
(0x2f276cb6c89e43a461dd9f4085a539fd, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-options-data.php', 0, 0x1b9eab4e62c36cb8183fc2207b570448, 0x1b9eab4e62c36cb8183fc2207b570448, 0xdf33820a7a3864948b1db8c8c195c42b6eacac05f0c2d2a858d463090a0bbaa0, '', 0, '?'),
(0x2f2a3abaaabb946f3ea9749a8eabeeaa, 'wp-includes/js/dist/autop.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/autop.js', 1, 0x00000000000000000000000000000000, 0xf87644aa78a458942d04a838add400b5, 0xbd399a567b8060ea6e4b56f2c8a132250b4f3bf92621a4dd964a814bae9db179, '', 0, '?'),
(0x2f3570180e2548366776ff5931d30ed2, 'wp-content/plugins/elementor/assets/css/widget-text-path.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-text-path.min.css', 1, 0x00000000000000000000000000000000, 0x8b274d926ca2c25498e54ed4c222a21f, 0xd3436e38a832d88e72a5cd83eb157cd7c7842f960c225c3becf2ef26a542b5ae, '', 0, '?'),
(0x2f3cd8a75ec9bc667d9622d7f8fb24b8, 'wp-includes/images/media/document.png', '/home/forwardbetcasino/public_html/wp-includes/images/media/document.png', 1, 0x00000000000000000000000000000000, 0x76e5349938f6ce9179931436de1c64a3, 0xa6edc3b8601899d9fb9d0eb3e7e1b1ed66094924205f5aaa589722300db4df2c, '', 0, '?'),
(0x2f3fe8ad9aae8e66653c0506636b569c, 'wp-content/plugins/disable-gutenberg/inc/settings-register.php', '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/inc/settings-register.php', 1, 0x00000000000000000000000000000000, 0x7eb6e7affc7064a96ed9519f4b049263, 0xa01c777d09480b8d41cc23f1c6b8a12bdb6a3f189feda9ede76acbf159645108, '', 0, '?'),
(0x2f517ef006740f400cdd821f29bbd17a, 'wp-content/plugins/elementor/modules/announcements/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/announcements/module.php', 1, 0x00000000000000000000000000000000, 0x9c4ffb2a5ac2d17883d500972dfb09ab, 0x59ba2120d298238d9cd00f16e911639c53dac1129716b9034994781c9bea21ad, '', 0, '?'),
(0x2f55e23c499ccf1e998cd4a50345d325, 'wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.min.js.LICENSE.txt', 0, 0x00eb1a0c21cb262b665101738bef3a66, 0x00eb1a0c21cb262b665101738bef3a66, 0xff240c73e166a47c422dbc8c169777db2be66369ea6754898cba9bd81612cef1, '', 0, '?'),
(0x2f574cbb3ad8dc3657080ce58fa7dd46, 'wp-content/plugins/elementor/core/kits/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/manager.php', 1, 0x00000000000000000000000000000000, 0x0c164a4943515a88c168791acc3e567a, 0x042f39c112759c94fbf1b8af1175d949dc42bb9b73dd8ab13443559477ea70c2, '', 0, '?'),
(0x2f57eb0655ee20bdaf9040131013f833, 'wp-content/plugins/elementor/modules/editor-app-bar/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/editor-app-bar/module.php', 1, 0x00000000000000000000000000000000, 0xf4ea80d4ad8a8df6f190b21c3e16b793, 0x43e6b686294a37c1ff382de412ef28988656a0e2e17bf915f2d9481f1bc3c037, '', 0, '?'),
(0x2f5a9735ced8b5695ffaf720c190a916, 'wp-content/plugins/luckywp-table-of-contents/core/base/Container.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Container.php', 1, 0x00000000000000000000000000000000, 0x7118676828ce316d6fb2786c6a270176, 0x190b68035e5350c5b215ad801bde0fb37431838e6907bdbded3dbfe0ee0fb86c, '', 0, '?'),
(0x2f60c9fcbb1da6c976127d439a87ecaf, 'wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xacd81fcae82317e04a5d74d6c3ab58f6, 0xaa6bb3366166374c0cfe9c83bd1d6c5a66b5b0957b53ad518fe80a12c319ef34, '', 0, '?'),
(0x2f7057abfd4406355097707204d76ba1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php', 0, 0x7967df84704991a819d798b271d11247, 0x7967df84704991a819d798b271d11247, 0xe002bacfbf8a1716484c777c68e42112cc20ede8ca5d9dd6c719d05cb7151284, '', 0, '?'),
(0x2f73d466d57bca4ab12aa7464a5dab1f, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/DismissStorage.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimationExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0xce1347d7caf283a0ba62a60e94ba6e50, 0x25f1e201ffc5f2b307500816fe6bf4c43651c525c21ea497e59a08264840d91f, '', 0, '?'),
(0x2f77444d9760b48da6ac37a0108c7d2a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php', 0, 0x2f3b2b06358e8427e96060584443b9fd, 0x2f3b2b06358e8427e96060584443b9fd, 0x6e05bc12f230fd6c065a7a418aeb46f26d178e1e28d1ebdb7d6b444d69d8b449, '', 0, '?'),
(0x2f781d784051b5ce3de1c32c3374cdd9, 'wp-includes/js/dist/script-modules/a11y/index.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/a11y/index.js', 1, 0x00000000000000000000000000000000, 0x8de15761137e5ee939c76b9dedea07ae, 0x1e024bff8a793a222f3641099cf727cb4d38409007f9ff5feef2d156c582fc02, '', 0, '?'),
(0x2f798e949d02b5d0cd05b04370a2c7e7, 'wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php', 1, 0x00000000000000000000000000000000, 0xfe06ab780c1ef9683de022f7c776aee2, 0xd5c451e1c7a558080cfebe34f1751b84f473fbd8f180a559911c56c8c685173a, '', 0, '?'),
(0x2f88f0b23ca698ac58a2e59e956943ad, 'wp-content/plugins/elementskit/widgets/breadcrumb/breadcrumb-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/breadcrumb/breadcrumb-handler.php', 0, 0x708eb99630ebf4f80ac92d87599aea40, 0x708eb99630ebf4f80ac92d87599aea40, 0x5a55f2c06e0d82d21cbcf3897a350937e646be38f0e71a33c73f6bde79e46ae5, '', 0, '?'),
(0x2f914f3fb59506c4e634ca646be127fc, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php', 0, 0x3d89a66f5f427308e90a9db3de958aa6, 0x3d89a66f5f427308e90a9db3de958aa6, 0x96dd49d03713874cbcd703caf299e1122e256df995bc26231879193f3e77fbc7, '', 0, '?'),
(0x2f92871bfa5ad3c8ed64f71a222bc0c3, 'wp-content/plugins/elementor-pro/core/admin/canary-deployment.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/admin/canary-deployment.php', 0, 0xd84bc818a26139541d97c9d85662b3c6, 0xd84bc818a26139541d97c9d85662b3c6, 0xeb6130f880ee0ffb337ab3d342e18825c96176b67de0ffb22235a4c9aaf9aab0, '', 0, '?'),
(0x2f953046fcf4b130426880f9fe4929ea, 'wp-includes/SimplePie/src/Locator.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Locator.php', 1, 0x00000000000000000000000000000000, 0x2799409d68fb8f2c9096121839aec559, 0x73322fc6fc7da409ced5cf658f8fef6fe4a9cb1d00764d54eebb0ce4d9a624ff, '', 0, '?'),
(0x2f990ad99d1b8177752d6681c0acad87, 'wp-includes/SimplePie/library/SimplePie/Cache/File.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/format-audio.php', 1, 0x00000000000000000000000000000000, 0x7826f32f1a7b1894698ce11c9d405fff, 0x8c0ee7e8638ec014b6ef1416952c63c5affc747dbff4e51249db59b28517eb8f, '', 0, '?'),
(0x2fb52a26b40e1b68c56be3bed7f498b3, 'wp-content/plugins/amp/src/Admin/OnboardingWizardSubmenu.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/uninstall.php', 1, 0x00000000000000000000000000000000, 0x4c76c29d2a97c7982e3bc1a380422765, 0x914ebbc4fbc047d27e5bcd84c94e2d226febf59cee1ba99b901baa46c2c5930e, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2fbb73bbb543348c98e0d6c0108f809e, 'wp-admin/network/setup.php', '/home/forwardbetcasino/public_html/wp-admin/network/setup.php', 1, 0x00000000000000000000000000000000, 0x0977ade70e98a8ba54d6413bec7d4164, 0x91e5a1e99f8cf39c9ef727b64d4ef2132bcb10c6bac01252c0cc11bf1ff3677f, '', 0, '?'),
(0x2fbf3e6259f98079ce58dc14cd32a930, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-base.php', 0, 0x263a567085752999cf83827917e3f71b, 0x263a567085752999cf83827917e3f71b, 0x414f5071757fb16e814590dec877bc1137fe5cf13814625272d4b0de578072bf, '', 0, '?'),
(0x2fc1a5de39adae2e1e31cce9860cf3f7, 'wp-content/plugins/elementskit-lite/widgets/tab/tab-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/tab-handler.php', 1, 0x00000000000000000000000000000000, 0x03a894267cd57cafbdd532b17c773e37, 0xb5bcef0d11912748825f9add8957ed8545a09d4a4166ea320b0ea01798e1fc21, '', 0, '?'),
(0x2fc5876bb0a42699d4246447ffa9f2c6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebook.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebook.php', 1, 0x00000000000000000000000000000000, 0xdf69f5254ab062fa6f794cdc8c8a823d, 0x7da9a4bfeb3d596f25648ed71ede46a78f9509c7f0b7082b266fbb5f34db1fe6, '', 0, '?'),
(0x2fd063d4a9c49ca434abd2c01881d14b, 'wp-content/cache/wp-rocket/forwardbet.casino/category/direct-download-betforward-app/index-https.html', '/home/forwardbetcasino/public_html/wp-content/cache/wp-rocket/forwardbet.casino/category/direct-download-betforward-app/index-https.html', 0, 0x289adfeec12f3f31789cc2225e48926c, 0x289adfeec12f3f31789cc2225e48926c, 0x7342eca77b53cde141b22d6447186bbb03b267b13710a3096e080aaa3c4fa04d, '', 0, '?'),
(0x2fde8e1fd0d9adabf903252c46f96881, 'wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/binding-format.php', 1, 0x00000000000000000000000000000000, 0x61db455922705b91787118f4409dae65, 0x79bbc8bc279699612da32c9ad01c0db2fa1b17a1273d5cb5a3ecaab800ebe17e, '', 0, '?'),
(0x2fe0d48dac8ddbca15cb54a33d206b47, 'wp-content/plugins/elementskit/widgets/coupon-code/coupon-code.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/coupon-code/coupon-code.php', 0, 0x691b6b31d8cf361abe45fad2a0d4a0fe, 0x691b6b31d8cf361abe45fad2a0d4a0fe, 0x43469d367636fed53a198419d1938ad4af531f503cd4f6752d6569dc5528ec57, '', 0, '?'),
(0x2fe6c6507b5e60ef58156e76ac2afd5f, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.css', 1, 0x00000000000000000000000000000000, 0x115566ade3c384875c0743c96d6e1645, 0x4f9a46221015a0426712b69d7cc60f0cde2d50ea9615e2c6967a1c031dd73eb8, '', 0, '?'),
(0x2fe9b9a0ecc4efceb01f31ca697787a7, 'wp-includes/images/uploader-icons-2x.png', '/home/forwardbetcasino/public_html/wp-includes/images/uploader-icons-2x.png', 1, 0x00000000000000000000000000000000, 0xadc1e7b0262d80e44f18a287c395cb7e, 0x9486a4720feb1e7f0087b7cee8275f3e0e85f136e7c65157bc8c34daa052ae89, '', 0, '?'),
(0x2ff0f8e866b9895006ac106a3e58aabf, 'wp-includes/sitemaps/class-wp-sitemaps-renderer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/templates/class-amp-content.php', 1, 0x00000000000000000000000000000000, 0xbcb2ad8d4f4ee5b170851ab6759c332d, 0x00e2c0d4ffa12a2d9fa513eeca99d848040c5f8efb94cbf805f6750a34c91f87, '', 0, '?'),
(0x2ff55b4d565a5360a9e4f98fbbc03faa, 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/duotone.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/duotone.js', 0, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe130176a10b3aef7f48d12d072e60859a6a8bf432a867c6890b23d89f6b75d44, '', 0, '?'),
(0x2ff7a1f5e2e935535155dbb676022bd4, 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 1, 0x00000000000000000000000000000000, 0x1e32b268fbafd1f4abff039ed8ca565a, 0x9cacf1d297d924545728fe89eed3f2dd0db25d35461ba9ecbb280817701c6d55, '', 0, '?'),
(0x2fffd22048b3fdfe0f171b3990f64541, 'wp-content/plugins/elementor-pro/modules/assets-manager/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/module.php', 0, 0x9ea089190655ef806b35dfa24feb12cf, 0x9ea089190655ef806b35dfa24feb12cf, 0xaded2df440ddc20fcca7f1aaf3ca1a9cb25803eaf1825363da61aa40c0006198, '', 0, '?'),
(0x2ffff2679c66363523e1e986b1e8630a, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/IOException.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x064bc1af8d6ff274e21f7e6c77155726, 0x55b0f6412dab5a9aa2c46797bfafedcb0e27e7729225220bfa7ea3f75a52d94e, '', 0, '?'),
(0x30181e8cfc8b646a64b2b0e22c563ee0, 'wp-content/plugins/elementor/core/isolation/kit-adapter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/kit-adapter.php', 1, 0x00000000000000000000000000000000, 0x4cbde268183d29d49fba5281d27a23f4, 0xe1bcb633a3961f4e2774292a9b0fae23ae68d420497106ed7457508aa177a5a7, '', 0, '?'),
(0x301884881a91dbcdde4ac111dceb478d, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php', 1, 0x00000000000000000000000000000000, 0x7656f2ce9b62b8c62036fb58a0d4791e, 0x5e8eff5a85737f82f6bf03ae48a83b4a0250e548e1fda38df323142b8b783b94, '', 0, '?'),
(0x3018df7939bcd41f52c7029703e806de, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-fonts-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-fonts-menu-item.php', 0, 0x32494c8aa1d5887c2fab5fd4677c35a2, 0x32494c8aa1d5887c2fab5fd4677c35a2, 0xd3b0bbd49219d518d91c554d773f4dc2d25dbf7e69f34473e62917f096373fcf, '', 0, '?'),
(0x301bc5474800c8d219f2f735b0b7d538, 'wp-content/plugins/elementskit-lite/widgets/lottie/lottie.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/lottie.php', 1, 0x00000000000000000000000000000000, 0xe58a8b385d236ad4b5821ab031ab30f6, 0xf94cfe6440d867fdfc3e915b6aa7916df27d889095780147784395f8ec457d51, '', 0, '?'),
(0x3022d462d82f15f506572408ea799ae2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php', 0, 0x3411a298be23e91eec4fc1703a7ecebf, 0x3411a298be23e91eec4fc1703a7ecebf, 0x88f7276697ef3df1ccd0563b82cdf0687db83fa79bfc98c53cc6efda4fcf0ead, '', 0, '?'),
(0x30244daf8e9902b7d01a6d55d2b8aa4c, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Reflection/CallableReflection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Reflection/CallableReflection.php', 0, 0xc7533d3f4126418ea683b820cefc73db, 0xc7533d3f4126418ea683b820cefc73db, 0xd1182088e1fc90a7394fae462309f652a1eae275cceb0ab6d41faedc4dc7e00e, '', 0, '?'),
(0x3026a00db13c990d5e5dab852e063e13, 'wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/base-controller.php', 1, 0x00000000000000000000000000000000, 0x4b298655668570781ef96fae43e15a50, 0x34b8ac88412002e1a121b239bd030805af0fc1148bfdcde439764a5127d697b1, '', 0, '?'),
(0x30292d0dd9940f29b696a86ef9f685ab, 'wp-content/plugins/wp-rocket/inc/functions/api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/functions/api.php', 0, 0x79bdeb10be1b968a086afdfad8f32748, 0x79bdeb10be1b968a086afdfad8f32748, 0xc93517ecea91a2ef277aedab8c2cbf6f335f0122e5b650f01a80265c4e07205b, '', 0, '?'),
(0x30334c82de65caca3e6a077347feb8a2, 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/11.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/11.png', 1, 0x00000000000000000000000000000000, 0xd0a89c8fd3de76aec6fea4ea52b49e91, 0xed00a0197559b84caff4da20904c2de681df427651c4421ccbba7e95da1e7f20, '', 0, '?'),
(0x303655a2346e0bea8a16be428d93e8aa, 'wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-with-tight-margins.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/wp-backbone.min.js', 1, 0x00000000000000000000000000000000, 0xb9169947faa9ef0931dc5921f47ad920, 0x22fa8683f2b9c0498bea60e9ee49d2083a09e4e64f581537ea86bc2919d2328e, '', 0, '?'),
(0x303ca839de0cfae0ae75f43b535a0d6a, 'wp-content/themes/twentytwentyone/inc/template-functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/template-functions.php', 1, 0x00000000000000000000000000000000, 0x88d5c7689a0661b07e0ba60aff2f7de5, 0x884936b9140f9ae2b009498dc8b14c6b58df7c023254def7e0c93686ee51310b, '', 0, '?'),
(0x3042dd7e2dfe58109f75f52a8fab0579, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Pool.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Pool.php', 0, 0xb95b1887e3ffd7861d2310e1d1333ccb, 0xb95b1887e3ffd7861d2310e1d1333ccb, 0xdd5303d38d68ed7f25812ed47e037fb175bd0464419b7e4e3b726ab3bb3418f0, '', 0, '?'),
(0x3042f16aaa665e50fb5d5e70ccc84381, 'wp-includes/images/media/default.svg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/upgrade-utils.php', 1, 0x00000000000000000000000000000000, 0x89fdeabb59bd7a658fc361abaecc2f13, 0x5bd812f7e1e8c4f9e3c680910cb05df315c659c974d5fa56b1f9a63041b4792a, '', 0, '?'),
(0x30587b5ae6e1364f697fd9ce38441843, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-stroke.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-stroke.php', 1, 0x00000000000000000000000000000000, 0x1f9d8c47517d6c1fa51a40db83c59d1e, 0x1986bf8ae49d32bd24f53b02b535f788eaa2b98d1d103820e22aec9ceafd63c7, '', 0, '?'),
(0x30592e71e17ee3f3f1c21f44e1e1cbd3, 'wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', 1, 0x00000000000000000000000000000000, 0x9fa66d942c55aefc93ad652699fcab71, 0xd19401ee4866c9b09cb10012ecea465477d8fcb2ec8e30040e8cad5e634f38bf, '', 0, '?'),
(0x305d8119714b27fb669878c1bbcfe3a8, 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x4c927b02ec9bc57017eab8d7b6dcd2a0, 0x9fca6df6e6be91c85bd2533312c3dd27f84a1b1fd32ad5e5537473c46adbd6e7, '', 0, '?'),
(0x306aef56c6bdc9663a8a3586e760955c, 'wp-includes/js/customize-selective-refresh.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/customize-selective-refresh.min.js', 1, 0x00000000000000000000000000000000, 0xdb6b8214b95b83f48222960c8accbd15, 0x528781d599acf70989a8725f720819b5cc5eae9a7027d07336ea9978ef1dafdf, '', 0, '?'),
(0x306e26382dc476cad6a0dc5711f7cd76, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-types.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-types.php', 0, 0xde9300259798c9bf4dfd15b58684ebcd, 0xde9300259798c9bf4dfd15b58684ebcd, 0x840e078d2576ad5ce976f9cc4d78906bdeaa91e1848c40379426bc5ac83ddc9a, '', 0, '?'),
(0x306e6f855827beb83846d0bd003c8777, 'wp-content/themes/jannah/framework/functions/post-functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/post-functions.php', 0, 0x1f568c57b0cbc7166fb9cdd36f90757a, 0x1f568c57b0cbc7166fb9cdd36f90757a, 0x6e66b5e6b7907387b0164f04f58b6c7568f8923224dcbee9c35c708449ed70c3, '', 0, '?'),
(0x306e7ec28e1eabc9984899e42ed29aa9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Cite.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Item.php', 1, 0x00000000000000000000000000000000, 0x8866e385163b252ada859a78022d57aa, 0x00f91c5a60bb9338d8dfb8872fa49a7ea6b4e24247e3874ccc16a2f4bbe58cfd, '', 0, '?'),
(0x3073d0907b804be8c406a8d7f931bd11, 'wp-content/themes/jannah/buddypress/groups/index.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress/groups/index.php', 0, 0x757b8c97c483ad1aab9f5ba7e9f894a7, 0x757b8c97c483ad1aab9f5ba7e9f894a7, 0x6063c53bda64bd0aeb37b25a193dd8b939e26a398c5c475920dc5d8ecb54ec49, '', 0, '?'),
(0x3078df1168fdd7cdad4b94fc33f9f754, 'wp-includes/class-wp-fatal-error-handler.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-fatal-error-handler.php', 1, 0x00000000000000000000000000000000, 0x9283e65c0d25cfba77a7547741484ccd, 0xc9ce93d4831b4838c8bc1fa3475fbb50e605d01e9e3a7583fbdadbb103974397, '', 0, '?'),
(0x3083b908d6f361cd4fb55a49047c49e9, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.min.js', 1, 0x00000000000000000000000000000000, 0x9a6f8220755cbdc8b55364b6b435c6d8, 0xbe0c4a5abbc093dd91f586dd220be19701fe21c2caa37edcce76a3e0629593c1, '', 0, '?'),
(0x308d0847324465b44b96645cfd39e628, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPEngine.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPEngine.php', 0, 0x24f832e402d832bc4231c8b707b04016, 0x24f832e402d832bc4231c8b707b04016, 0x22da5be1c31d7ba801c8be486766fdb39a981a883b471094509db2cabd3f0c35, '', 0, '?'),
(0x30900d08eac60d652a016b036bf77728, 'wp-content/plugins/elementor-pro/core/integrations/actions/email/email-message.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/actions/email/email-message.php', 0, 0x9fcfeb7b39e1aea20fbb7e2c2917438e, 0x9fcfeb7b39e1aea20fbb7e2c2917438e, 0x2684405b35434c2f3779e5604da46e6e38ab7d5e9cec2a7367824827d0a572ae, '', 0, '?'),
(0x3090939fc56bbf0f201e3fde9ed4dbee, 'wp-includes/js/jquery/ui/effect-scale.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-scale.js', 1, 0x00000000000000000000000000000000, 0x7ed45c87ddfb9cdc63c53a6a4691ab27, 0xd041e5d405a61a8ba82916f3e6e17b9464d1d84cd537f901b3f78923618dbf10, '', 0, '?'),
(0x3092e3242d3e38a9a88df53753f3eb8d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteConditionalFormatRuleRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteConditionalFormatRuleRequest.php', 0, 0x07e782db0534ff543ff04e1b979f327a, 0x07e782db0534ff543ff04e1b979f327a, 0x4095d3e24c04dba99f00024b84ceeb8893e729c77de50e0840f349226095643a, '', 0, '?'),
(0x3094df17ec7a7bf29926e373c0a94388, 'wp-content/themes/twentytwentyfive/templates/single.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/templates/single.html', 1, 0x00000000000000000000000000000000, 0xd148deef805d62d64b4556b4b6d061b1, 0xa6f697241f39797ee694b6cb5dcd9180b36b65c23746657fc1eeb5a0d8fe0443, '', 0, '?'),
(0x3095efa97900c3c1f6ec6c723635c80c, 'wp-content/themes/jannah/assets/fonts/fontawesome/fa-solid-900.svg', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/fonts/fontawesome/fa-solid-900.svg', 0, 0xec763292e583294612f124c0b0def500, 0xec763292e583294612f124c0b0def500, 0x4f44c784d54b2eb6aa44df56a23de1c8e1b821a40c7ac106d42abd48fc234497, '', 0, '?'),
(0x309cf73c4be37d089faa8c9d9dd78710, 'wp-includes/blocks/image/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/style.min.css', 1, 0x00000000000000000000000000000000, 0x87f007fadf46d526869d0dd54392dc49, 0x42e6bd4fb0862bc2be404d16c53a63a24a05fafa140a5bc493e010548dc6e863, '', 0, '?'),
(0x30a31cf06c163914ea7102564e4d3525, 'wp-content/plugins/tinymce-advanced/tadv_admin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/tadv_admin.php', 1, 0x00000000000000000000000000000000, 0x61f19fb9ced3eaf05bec6ca6aba1b05f, 0x08a0a7ba9dfedd324fa5e7bf4cd180a97f18e17879b10c066c53b0cd41bfc277, '', 0, '?'),
(0x30a4e780c54500308c82108158cf4812, 'wp-includes/js/colorpicker.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/colorpicker.min.js', 1, 0x00000000000000000000000000000000, 0x842fa5a5fe9c6b46cb06f9f2788871d0, 0x547f4022243abcacc7d60947cc4c429e7d3250f7f64852de1595a320ee8d80b2, '', 0, '?'),
(0x30ab9e601a7c7595505780d964db3eee, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php', 0, 0xea68c5d32ed9b36ab01dbaa1f8e6bc95, 0xea68c5d32ed9b36ab01dbaa1f8e6bc95, 0x4a3fc4d67008777f359ac59857fd898eaf5a42e9e6a9c84b0152a97ebe1041b7, '', 0, '?'),
(0x30bcb13246413bb308e16f1b047465d9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/TemporaryFileCachedRemoteGetRequest.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php', 1, 0x00000000000000000000000000000000, 0xb4147b91da478b275c1bc623586adbda, 0x7c5dd4681fb2e9753f384db2f6a75b75af8c826c8137c730b395dcd592a8a79d, '', 0, '?'),
(0x30d064dba65a50c9f832f11ebe6feb88, 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/module.php', 1, 0x00000000000000000000000000000000, 0xbb9561dfdadec155e0a4b3a2ddad3fe0, 0x3fdaed49cdfefbf8b0e1cd03db7e837ba44f4c35b46c146f33c4bf70c293b3bd, '', 0, '?'),
(0x30d597eed179f1403467f2cc9eb2fb69, 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/date.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/date.php', 0, 0xe10911785ebc9affd947f6e3f43e5675, 0xe10911785ebc9affd947f6e3f43e5675, 0x8d6d4337c7a11bc17f340ed2d179f7694b79fb9ba6df3b398dedbdd7ea5a264d, '', 0, '?'),
(0x30d84069f62e97abcb267456e71be4bb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml2.php', 1, 0x00000000000000000000000000000000, 0x0aa6210bfd84f7034e66f66d26fd01fd, 0x8553acc6f29726262e2ed2759c0d617bcdc802636c146678e9fe2ca502272421, '', 0, '?'),
(0x30e1bfb2abf67108a6df9c270ce3254e, 'wp-content/themes/jannah/templates/loops/loop-big-thumb.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-big-thumb.php', 0, 0xea52527ba7063ccee5efc24d83faed7f, 0xea52527ba7063ccee5efc24d83faed7f, 0x83411cffe121c096b455311bf4048fda2e18ba988c2fc8aa58776a4080d91a1e, '', 0, '?'),
(0x30fec824583846a16ec583156bfdeedb, 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', 1, 0x00000000000000000000000000000000, 0xb4ff661cc655454d81a95860a147d317, 0xca4527501e7825daeee82c81341ea3ae07343b6b36302bb04b81c405e62e515d, '', 0, '?'),
(0x3104b08f2cfdb255a18442845bb000c4, 'wp-content/plugins/elementor-pro/modules/forms/submissions/personal-data.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/personal-data.php', 0, 0xca01b6b00331ea5a7895aa579b00d87e, 0xca01b6b00331ea5a7895aa579b00d87e, 0xc0c7b1387735796d5eaf04701d24c346d55d6298aa35f2a25dcd37339d57b15d, '', 0, '?'),
(0x310665b594852c3137ebd34d6274b63b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php', 0, 0x7d45769fa84b27b6066b42fbfb31af78, 0x7d45769fa84b27b6066b42fbfb31af78, 0xf0087deab49abdfc2b99ca7a0fb9ce74595e398d7bfa3bef7fada5e1183b5c1b, '', 0, '?'),
(0x3106c80580de59db5fb733814cd0c41b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesRequest.php', 0, 0xf862ad89b0fed7da3798bcc688b3a85b, 0xf862ad89b0fed7da3798bcc688b3a85b, 0x5f040acbd65b3823a385a868d78e137d40a73bd81a02bddb69d62f0ea56f356c, '', 0, '?'),
(0x310e59a3a5f4e64ebe7d637ef88a2602, 'wp-content/plugins/elementor/core/editor/editor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/editor.php', 1, 0x00000000000000000000000000000000, 0xed3bec61a3fa63965ea67f8c37ac49bd, 0x5724906fd34831c11ce5bb12c1c03b55a75aad2578c1782647b56844a6d28173, '', 0, '?'),
(0x310f45d5cfbae05346ef54c3ba45b3a4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php', 1, 0x00000000000000000000000000000000, 0x55b9e6f4d17be1948e07563e700ee126, 0xb3ff268a62b69cd610a78fb72bcbf85728f830c0e1287f2e49d3b3e6d9a2dcb9, '', 0, '?'),
(0x3125b2b18e45d248c6b097f26ebfa561, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.css', 1, 0x00000000000000000000000000000000, 0xe3ac95ddc3a869e87f3cbad4f4c65e18, 0x3e1bfcb200625435d488073764c263529698f889c1ff91df6b580be211d78d04, '', 0, '?'),
(0x312b4080a309ad71dedf01f747eadbb6, 'wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php', 1, 0x00000000000000000000000000000000, 0x236647ab0dd682b78b42eeac9f672030, 0x91bc63de28b18c1ca2bf6b04319e86ede1faee9532825177340bfbca1b053f30, '', 0, '?'),
(0x313683a24d39369277182de66a64a2b3, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-table.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/amp.php', 1, 0x00000000000000000000000000000000, 0x3aa86d6b6dcfb264f33a199e8ce1e9e1, 0xc95bfcef1c17c4bb302a672d54ed2cb043fa0d7e1fcbb5e0e29d47a073cfeaa7, '', 0, '?'),
(0x313c17a233e698b3e8165aa970662750, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Composer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Composer.php', 0, 0x4410aab7f132b8c1ee9516c680de8783, 0x4410aab7f132b8c1ee9516c680de8783, 0x76b269031726078f2d75c3d85f2704d27b1bd6bacbe6642ee6efe5373b64f192, '', 0, '?'),
(0x313c35d3c02d3db2db85ea96e012efe8, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb752ff363a440f070fbb5efd1014ef51, 0x0f2c18cdd7577487cf8dc9aecc7fc034bff9233b97df5c43af9a24511b9b4604, '', 0, '?'),
(0x313f6f9c78f81b13e73cc83fe9cde236, 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', 1, 0x00000000000000000000000000000000, 0x3f7640bd59a0611bd8709d76b91eb28a, 0x70aa9ae65aca87014fe4a646ef4de1df34c6563932ea5150b6fe00f1eba2edd8, '', 0, '?'),
(0x31411e97dbdceb2c0a73a50f8f948a76, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss', 1, 0x00000000000000000000000000000000, 0x599aeb29bdc9c9be4e5328f42120345a, 0x9de62fc45baac16609c76e55929fa421373994385e0f3934c0e98efac4d9f64d, '', 0, '?'),
(0x315842e96cd43ecd708ef802e748cc78, 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/sentence-processor.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ThirstyAffiliates.php', 0, 0x203db996d4fa8392f0d897745a319d49, 0x203db996d4fa8392f0d897745a319d49, 0xa3c0ad181ff2af8273528b05a9fd865ba9ca54d8869dadcedec5797732484da5, '', 0, '?'),
(0x3164ca93c4cee1fd8f853bf5a2656cef, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php', 1, 0x00000000000000000000000000000000, 0x7df2b3b39f63c7ee55a4ba76c5ef6ec4, 0x9aed24971bfb798d3b3fcfb01273b422b38c64fae166c0250024cb487cfb0039, '', 0, '?'),
(0x3165b90a35931df666ceb02f8926e2fc, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_75_dadada_1x400.png', '/home/forwardbetcasino/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, '?'),
(0x316851ed60da8486e12cc47415078ec2, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInDown.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInDown.min.css', 1, 0x00000000000000000000000000000000, 0x77d415e3fdb1f9098975a9fad6bb2588, 0x78359773b1133837ae4fbeb2e9fce622bf7879c304193ecdee301fd798fa8327, '', 0, '?'),
(0x317225220f96e0463b90b3d8b9b0b937, 'wp-content/plugins/wordfence/css/diff.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/diff.1690810710.css', 1, 0x00000000000000000000000000000000, 0xdc806709adfa09992492988b6072f351, 0xc0dc161d24b518cc68454a5e35343c249e02d3ad115963c312d7e1c2921bde26, '', 0, '?'),
(0x3173b82936aad3b69995af43a785ce97, 'wp-admin/user/admin.php', '/home/forwardbetcasino/public_html/wp-admin/user/admin.php', 1, 0x00000000000000000000000000000000, 0xe81c545ed931eeeae3e01e17f841887c, 0x59e0e325d5b4398be0168ddd4ea0d73f5c765c619e1b01904dfea6b47edd8b0b, '', 0, '?'),
(0x3174127940764760b531279cbaa5cd12, 'wp-content/themes/twentytwentythree/templates/home.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/home.html', 1, 0x00000000000000000000000000000000, 0x3e37c5ac452041e3f3bf3de844ea534d, 0x698da0dcf48f52319e00d795eeb1ff0c2faa86b382834f28d9679ce5468a0014, '', 0, '?'),
(0x31773dcb01fff333cd1178bade8255bd, 'wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-05.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-05.png', 1, 0x00000000000000000000000000000000, 0x02743e95a5674217f8e31c10fcfef9fa, 0x5afb0615bc50b4b97776a6acd3ed49f8d64e57b520aac6607bd9f563bd8b16d6, '', 0, '?'),
(0x317c76ff3cf9e29d2d5692a1415d13ed, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/products.svg', 1, 0x00000000000000000000000000000000, 0x1755ac96279cf30ecb505f5c82831d9f, 0x0abb345093621cb188e303cca8591bfa4d73a957ec7d21ca35821135524bfc41, '', 0, '?'),
(0x317f159b82280b733dc0f1e1887ba9e9, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/templates.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/templates.php', 0, 0x950f9ba87a2bf9960dcd2fd14943fd37, 0x950f9ba87a2bf9960dcd2fd14943fd37, 0x5d3c7165e597438dc86ec96215ab665b728cba819001a0ea514a21f315d5c81a, '', 0, '?'),
(0x318033190d0d4986ee57b2f85cd818b1, 'wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss', 1, 0x00000000000000000000000000000000, 0x4f765f4ad16578bb16bc09562d15130d, 0xc0dfac61c20823a731c8aa99ebe073f939c6d63bbf00659e6f4808df8954e0ed, '', 0, '?'),
(0x3188c32f0960d00873b7e1a3d53b3d1a, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/disable-concatenate-scripts-integration.php', 1, 0x00000000000000000000000000000000, 0xa4cbd6b11c9413e334d435cd1d8cccdc, 0xead676d0f31c464245c8797f0f1b40156940003b45495886207afb2b5708632a, '', 0, '?'),
(0x318cf83c83efaddc3f45dd10281812c0, 'wp-content/plugins/elementor/assets/css/modules/notes/editor.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/notes/editor.css', 1, 0x00000000000000000000000000000000, 0x83884e9abe18b12fd2615abd15be5fda, 0x4a8b6c2f8e0f5d8575b55e4e9172001afbc639bc41a2d0b3081171f662a9f631, '', 0, '?'),
(0x3191ed5c76baee40783bcc00d2b16cb3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBeopinion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBeopinion.php', 1, 0x00000000000000000000000000000000, 0xf4ac9c8cf566cc9be2aeb14e3351ec1d, 0x51c2c02dd5a2ffa2a97d5006604ba466d2974f6a0eeb05d51113c54beb8daca8, '', 0, '?'),
(0x31b07a9a5a7bacdd4e70666c65686462, 'wp-content/plugins/wpfront-notification-bar/images/index.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/url.js', 1, 0x00000000000000000000000000000000, 0xa1b735a97c99c6c4c1d99d0d3ae2f2e8, 0x723271d907c96a0cf6819c39b533c02131149f71b5efe40589bf18c52f1c95aa, '', 0, '?'),
(0x31b6588515b857eaedbec2cf122a9bb1, 'wp-content/themes/jannah/framework/admin/theme-options/page-404.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/page-404.php', 0, 0xa5ad6539879f311529de44f8dccd428d, 0xa5ad6539879f311529de44f8dccd428d, 0xfb603b9f26a6087dacb98222d213e28d1eacb2311537192e38548017201a117a, '', 0, '?'),
(0x31ba8713ed277c9675f1a0352b863d71, 'wp-content/plugins/elementor/assets/lib/animations/styles/wobble.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/wobble.min.css', 1, 0x00000000000000000000000000000000, 0x0816e87c03e2329ab36f9de05df7edca, 0xe3feed101627d2c69a61058961795a34db2591239309719c2144efa943f26da6, '', 0, '?'),
(0x31c067f0a3338622ec81432ac30faa31, 'wp-content/plugins/elementskit/widgets/image-hover-effect/image-hover-effect.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-hover-effect/image-hover-effect.php', 0, 0x06aeabe91b1e3f24518e637d2558d76d, 0x06aeabe91b1e3f24518e637d2558d76d, 0x2dcdc96343b44991e20b54b6ec5d36431be7a2e40d2c3bc9983d026e413b4af8, '', 0, '?'),
(0x31c273bf5d57aa3c08a979f90330964d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageSlider.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/share-link/share-link.js', 1, 0x00000000000000000000000000000000, 0xdf60cefc3f6a6242e8ca46985a93fbde, 0xeb3952a3811c11205b87bb15fd10dc610cd46e2a020ec0628723178cbcae0fa1, '', 0, '?'),
(0x31cef8d7a76de8aa29f1ec167abdea71, 'wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ActionSchedulerCheck.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ActionSchedulerCheck.php', 0, 0xf8ee75fa0ecd08b889bfbd7dbc88a8d6, 0xf8ee75fa0ecd08b889bfbd7dbc88a8d6, 0x16193fbef22a26ff8d38f3713173c9ffd11946c12b30ab52cdaadac10ed24cc0, '', 0, '?'),
(0x31d09159e9e3c234495e70ed1f061419, 'wp-includes/sodium_compat/LICENSE', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0x1e303fbdbd34272bccb6bc4c29240394, 0xcc1359094f52d9b440864dbe8211c9f2dff6c33d91999e781e904de94ba91a2e, '', 0, '?'),
(0x31dc456651a4762329f30ad930456b51, 'wp-admin/images/media-button-image.gif', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/new-template.js', 1, 0x00000000000000000000000000000000, 0xe0dcb115c9265f9aeab45e889af49bb7, 0xa017e861a4008429b040d161d2eeb1136b64e62fa397376a89d903890452340d, '', 0, '?'),
(0x31e90c84201bd23289469242159b7268, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightbox.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/wp-error-exception.php', 1, 0x00000000000000000000000000000000, 0x58c2ada84fa811a00fdf1b8a0fcd9aac, 0x67e5c8d3b7ff52104646842e99a4304c856fed37086e50a2c6aaa9b2cbd33177, '', 0, '?'),
(0x31f9ce588a2fb27436305ed28021dc37, 'wp-includes/js/comment-reply.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/comment-reply.min.js', 1, 0x00000000000000000000000000000000, 0xe4a49df71f8b98c1d9f9d8fce74d89e8, 0x0546c6d481a9e535f81d0aa4b5d6d3e0c21a888ec73048c830c7cfbbd6ead347, '', 0, '?'),
(0x31fcce4f70a586e846f178110b0dee8b, 'wp-content/plugins/elementor/assets/js/fa0cbd4c7b6a8ad83224.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/fa0cbd4c7b6a8ad83224.bundle.js', 1, 0x00000000000000000000000000000000, 0x3585544a5a6e2659dc81d1776be85a2f, 0x9a103288faf71f895e789f08f78153a25eed0bd6c81e18a6a871886775ee463b, '', 0, '?'),
(0x31feafc3bd19376746f99c548b0e57d7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/AmpOptimizerException.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValueSetRequirement.php', 1, 0x00000000000000000000000000000000, 0xd29864baca9f0e9cc804efd2b33449da, 0xf30b3229794f16a9443467929137f8585bba0686e874eaaec29a45a532d75145, '', 0, '?'),
(0x32053de3c6f40d3eca35079d1ea9df69, 'wp-content/plugins/elementskit-lite/libs/notice/notice.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/notice/notice.php', 1, 0x00000000000000000000000000000000, 0xc30d11376f2476ace7f672a0a2a58cd9, 0x32f86075cab7edfd5240aec3674a7ef9e73cd2c875d45b9cfa8800de59dbb27a, '', 0, '?'),
(0x320f4ad9792aaa6dedb1e71cbdf85d57, 'wp-includes/js/dist/a11y.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/a11y.js', 1, 0x00000000000000000000000000000000, 0xe18e0f7e26156f97e8dd1b54b7e7a5b4, 0x7ca05aecf427b26c9784799c24c93565aa355fd459cf77af915a93daf0eb8c53, '', 0, '?'),
(0x321a7a6d8ae1a73cce9784b321b2ec29, 'wp-content/plugins/elementskit/modules/google-sheet-elementor-pro-form/google-sheet.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/google-sheet-elementor-pro-form/google-sheet.php', 0, 0x3df9174236e1471ab7397cfc19296e62, 0x3df9174236e1471ab7397cfc19296e62, 0x9ff4d77e0eba76bf8e5451541b3be17075209c4b7a2c57143f93dc734a07ece7, '', 0, '?'),
(0x321b47d6ed26959f975c994b78d10826, 'wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.0b608656da2be746fb80.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.0b608656da2be746fb80.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x8fad5a89e37143a1767b3eb1c4691afe, 0x26c0c0738b75373f1e634f0c6be6395a55970a62132e058b4a9d3c4050f98664, '', 0, '?'),
(0x321d62a0558cb700ced473f5706430df, 'wp-includes/js/clipboard.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/clipboard.min.js', 1, 0x00000000000000000000000000000000, 0xe27391ffa5b7b7646a497ede69b554e2, 0x5181bfdce25d711046a8faf685d8b65589cd4ade22109688ed930dd7012f5e30, '', 0, '?'),
(0x322631475c5ee474d72dce3c1905869b, 'wp-content/plugins/elementor/assets/js/announcements-app.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/announcements-app.js', 1, 0x00000000000000000000000000000000, 0x1c79cb3ea4774ba4974057457d39f7cd, 0xbf34c565b128519ca7dd13d51cb227ceae1550a14ebb3061293aaf1780b05d16, '', 0, '?'),
(0x32369bc866b1c719e5f18d2a0cc7e700, 'wp-content/plugins/elementor-pro/assets/js/off-canvas.36a6fc185766f194fd8a.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/off-canvas.36a6fc185766f194fd8a.bundle.min.js', 0, 0x85b08b71cc9e7d295a370e15085cfa33, 0x85b08b71cc9e7d295a370e15085cfa33, 0xe11b629aa9e1c9ba0288ed0a3b0bf461a5ec4fd3ce9db69e16d7eb2844ac76b2, '', 0, '?'),
(0x323a744b8735a9d320c3d40d427c90ab, 'wp-content/plugins/elementskit-lite/modules/controls/assets/js/ekiticons.json', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js/ekiticons.json', 1, 0x00000000000000000000000000000000, 0x866aa2f53e9cd9b3f06248cbb51e4b7f, 0x70ce0ba2c79be732889d267ca57125e542cff58e52a2ba93730a77c792df41ce, '', 0, '?'),
(0x3240dc6a0be56a00a16bd3b294a1d398, 'wp-admin/includes/template.php', '/home/forwardbetcasino/public_html/wp-admin/includes/template.php', 1, 0x00000000000000000000000000000000, 0x33639341184223f8e7dff5942ab21423, 0x9ff9145bb468dc6ced05ada8f6c2f96e77a612054dcff0b07f73abb97f842233, '', 0, '?'),
(0x3243d67dfc178c3e0bb9c3bfe35870ef, 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.map', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/wordcount.js', 1, 0x00000000000000000000000000000000, 0xe21a64b61ef403318a60369df9c0ef72, 0x3569840e674b79c11d0212950120c8d3c575449a832c9e337497ab2950188e08, '', 0, '?'),
(0x324ee4e2cb24c18a3c896d5a7a7dd976, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CutPasteRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CutPasteRequest.php', 0, 0x7f3aa61743dddbd315b9189a7a02eb0d, 0x7f3aa61743dddbd315b9189a7a02eb0d, 0xfb8cef9cd8bbde8eef547fcc4ae7cbcba1cd7dc1f90fab0d92f241462d436439, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3255d7730470abb578818eab6d5f4cf2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagReferencePointConflict.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagReferencePointConflict.php', 1, 0x00000000000000000000000000000000, 0xa8ddbccd156a91277c226bf4ed4295a9, 0xa82c6f8edd49d8a97292d6a5aa4c8712c2775c5315f49ec0062f416d60f22685, '', 0, '?'),
(0x32598b20ec03be6f7126ae5ae70ef9ac, 'wp-includes/class-wp-block.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-block.php', 1, 0x00000000000000000000000000000000, 0xff4ec3195306ed17772855c47ad93f4f, 0x5ceed6ae520f848c7a30d46dbf25b1d934d8c49b6982030ad1044f61d4a6b506, '', 0, '?'),
(0x32613dce716fe6ae216c1122a713101c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTagAncestor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTagAncestor.php', 1, 0x00000000000000000000000000000000, 0xc5c38b6f467de620e9aa7a95641157ca, 0xd993252b2ecd9d0d3a15080de14edd84f28cf60e2819bfb2aae35b26bd6ef518, '', 0, '?'),
(0x326311c4f3d34d49dd0eafdc12d6fe39, 'wp-content/plugins/elementor/assets/lib/animations/styles/jello.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/jello.css', 1, 0x00000000000000000000000000000000, 0xf1047278f08e329c83d37a6922f7bf23, 0x2ddf87ac29aae82fd722362c1ec8d49f99a1a6c944e3e7e68bb14743f03e27b0, '', 0, '?'),
(0x32667e01a8ffebbc76f6ee58e033e84c, 'wp-includes/blocks/post-comments-form/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/style.css', 1, 0x00000000000000000000000000000000, 0x46ac19bf9b8296eff62174e2317f38e2, 0x029beb2e4bb50430b4ba8cba58d2e01e3275bbca30e948e2faa7daf194ccdf7c, '', 0, '?'),
(0x32676cf3b8186243e564be4d60489afc, 'wp-includes/css/dist/block-library/reset.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidCommand.php', 1, 0x00000000000000000000000000000000, 0x8eef10a971d1b8a862287fd2b85664dc, 0xbf0182bcd2f4df2c5ac661905df463f053e6bedaa66c40b3fc1db25f8d25c44b, '', 0, '?'),
(0x327a1a5ccbcf18394d1d443b34cd6072, 'wp-content/themes/jannah/framework/admin/theme-options/bbpress.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/bbpress.php', 0, 0x64ec5f5422d3d14c36fb27360a9337ae, 0x64ec5f5422d3d14c36fb27360a9337ae, 0xd77833615c75e2ba65993bd1acd2ed1be036ada5ea360fb3120a6adb451eb1b3, '', 0, '?'),
(0x327b96e549ffde06f3989eb5c0fce62f, 'wp-content/plugins/elementskit/modules/wrapper-link/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/wrapper-link/init.php', 0, 0xdb3a6de070d75bdc5976b02437ff6514, 0xdb3a6de070d75bdc5976b02437ff6514, 0x80edb3ec7a2a868d18bc1a7386f3643db8ff3ca4d149b10d7f2874e40a5d1987, '', 0, '?'),
(0x327d0cb9f1e1437ff6e517d5c71ac78f, 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php', 1, 0x00000000000000000000000000000000, 0xdca9a5a601196a029a51fec6b3a293c0, 0xe95859bb2039d63043c434fef7dd484e3ae5c02404cce23dcaad2a309a82a1e7, '', 0, '?'),
(0x327f027ddcbde6a55128cc2c53a6c37a, 'wp-includes/SimplePie/src/Cache/NameFilter.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/NameFilter.php', 1, 0x00000000000000000000000000000000, 0x56519dcb7c6f3bc4985542cd89a17cd7, 0xc9cd166250f8e28f968c8fd6c19fdd088ee4d2c6d5e922ce6d9147576274a067, '', 0, '?'),
(0x328034df06a508f755972de826b7a7c4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php', 0, 0xfbc23fe16970fc8398938d0c04082dfa, 0xfbc23fe16970fc8398938d0c04082dfa, 0x0a8c0089883520ec815cdaf4c70aeadf3d2589bac6cad48cff4caad16127b7f8, '', 0, '?'),
(0x32809f3cd568ae66facee7bc81b04e07, 'wp-content/themes/jannah/templates/footer-instagram.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/footer-instagram.php', 0, 0x153059f3ef295e473f44b326d15da1cc, 0x153059f3ef295e473f44b326d15da1cc, 0xcf70f27e8c49cb849c629b8da48ee5b7c22183cf37db84929847a4dbea1afe1d, '', 0, '?'),
(0x3288bbd021437ce8b25234b5d8b6b64a, 'wp-includes/blocks/paragraph/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/style.min.css', 1, 0x00000000000000000000000000000000, 0xdaa09a2e36a4965d0c1c28f872dc1cd7, 0xe0900315950daca134f0eb14acdea0f717b426df5f9a78215bb4787e1011b4f6, '', 0, '?'),
(0x3294af70fcd3ec1eb0d892e4c14ebf20, 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_05/shape_01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_05/shape_01.svg', 0, 0xcd7c7503065ee60968b5f7d2a5079048, 0xcd7c7503065ee60968b5f7d2a5079048, 0x702079a4192e31b51e9678a1595e9aabc8b5c4b65b1a999b970ecf89b6a59a17, '', 0, '?'),
(0x32a0268d71c6d3e1d7a204c5b3dcf256, 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png', 1, 0x00000000000000000000000000000000, 0x20980ebdb9124678ed92b941dbc88a03, 0x4b8f285878db811fafe02e09b8332c941a467908235eef790aae28a14ced5604, '', 0, '?'),
(0x32a6a0444ddce50ef6360e1aed7fc442, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xfe2ce0381423559c10393dd005d3a11a, 0x6a0a0f05a362eb3246d44461ea7bf15f114c0e162b2e1b884b32c16beea90d32, '', 0, '?'),
(0x32a8992542feccbe8f83135571096530, 'wp-content/plugins/elementor-pro/modules/pricing/widgets/price-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/pricing/widgets/price-list.php', 0, 0xf405ae441a958ed4f5ce946663135968, 0xf405ae441a958ed4f5ce946663135968, 0x2ac40b1d16a8daecfb21bd1c253be616d7e3a7ca67557fbba67b98b584b07910, '', 0, '?'),
(0x32a92f1180a0814943cd6a82b8cbd881, 'wp-content/themes/hello-elementor/template-parts/404.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/404.php', 1, 0x00000000000000000000000000000000, 0x7f952d20c42db39655ffca251fd5502c, 0x947db145c1acc56b48006a46a58ace95fe650662e3edf57feb05b585f734c3ef, '', 0, '?'),
(0x32aa7cb8cea228e1bba7748cf054a9e9, 'wp-admin/privacy-policy-guide.php', '/home/forwardbetcasino/public_html/wp-admin/privacy-policy-guide.php', 1, 0x00000000000000000000000000000000, 0x1e50b9084f310ed85d380a1f7fbe36cd, 0xfa654dcb02be45f3c939a52a6236e186c6387d49ab5ea15ab8901ff67ae3831f, '', 0, '?'),
(0x32afe5e3baa8617c460c966c331f5df6, 'wp-includes/customize/class-wp-customize-new-menu-section.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/HTTP/Parser.php', 1, 0x00000000000000000000000000000000, 0xc2fd8c2d186f2e14b4881c0dd16c2955, 0xf14fb87c8d72e315694bd850f251a410dcdb154e4e2ee1d27410aa1d5f0d3e3a, '', 0, '?'),
(0x32c4a3ad885fbd44e39405788893a40c, 'wp-content/plugins/wordfence/views/common/block-navigation-option.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/wp-audio.75f0ced143febb8cd31a.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xe1753e6eb85c84861944002951db542e, 0x2484a145e552c86656fcee5c0a4df1b0a4ad6dbe146001022b69a06b690a422d, '', 0, '?'),
(0x32d40b2adf60136fd2c8e7e023e741c8, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/secupress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/secupress.php', 0, 0x8218d98fea3693b2415e06dc9c30c140, 0x8218d98fea3693b2415e06dc9c30c140, 0x72dac56dc94cf5e91dcb0aceeb0707f980fdf4c6b714148d9fbed7b99bd9acd3, '', 0, '?'),
(0x32db9180264ced8cb8403526edef2f56, 'wp-content/plugins/elementskit/widgets/dribble-feed/dribble-feed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/dribble-feed/dribble-feed-handler.php', 0, 0xc1b176e6a41fd1ab3583a43410ebd958, 0xc1b176e6a41fd1ab3583a43410ebd958, 0x87477f894251d0f2bcefc3a79c20feadcd7906c2b1cb87a08e476de05de827fd, '', 0, '?'),
(0x32dbc2175a7304838c2b060c7a951bf0, 'wp-includes/css/dist/block-directory/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-directory/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7ac8f925af51e280f2766f081cbcba43, 0x51527eef13e648b3b8c895cef594aa253cefc0d87bab83b70c3f8a70d5bbbe1c, '', 0, '?'),
(0x32ea306d4b9a3a1372c2b25c300a42d9, 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', 1, 0x00000000000000000000000000000000, 0x147897a3b1392fbda25a9368f236b90a, 0xf3fe4a3c3ca2f61dbe1e783fb023f2fe6ffcb28690ba824a126e38b23a6af984, '', 0, '?'),
(0x32f904426b33bea602e066ea61deae13, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-02.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-02.png', 1, 0x00000000000000000000000000000000, 0x98a57d81a8e832813802f2bae253b9fb, 0xf4d818f5a659223b386ed0879b5a1189b86c1e3d5c1606b4a8a7215a110210c3, '', 0, '?'),
(0x32ffb23fe7622de87812eb299c90eebc, 'wp-content/themes/twentytwentyfour/assets/images/windows.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/windows.webp', 1, 0x00000000000000000000000000000000, 0x9c8ab14e61504d8290608dd62812840d, 0xc3766a793b1dfb1e7f6039f223f4cae35a7988fc54cecaf0e0f21b4a6efebc64, '', 0, '?'),
(0x330325271681744ad73bb43a7501d048, 'wp-content/plugins/elementskit-lite/modules/dynamic-content/cpt.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/dynamic-content/cpt.php', 1, 0x00000000000000000000000000000000, 0x68cba47c9f286efdb52fdd1774ed7c42, 0x005bee640a2d3548fb1d934fc4cdba95573df1cee1939954a63ea0216265d8a7, '', 0, '?'),
(0x3307faece1fd948272571df2e9adf418, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingUrl.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMinuteMediaPlayer.php', 1, 0x00000000000000000000000000000000, 0xb64ddb0002966d59bb8885b384f2e75f, 0x04dfe5941b54d68d3fd21d590340ad8ff79e8ae2eecac238c47e09ec0b6bae9b, '', 0, '?'),
(0x331ac7162dd2921088c31e802c1b6ae1, 'wp-includes/blocks/comment-date.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-date.php', 1, 0x00000000000000000000000000000000, 0x9d4e959ce7f4506ea546ea024d46d091, 0xcbba6303c3ed4adbbba30897f74de8e778ac1e61c4d4c63924676e57f9ac7a83, '', 0, '?'),
(0x331f401383b13cfcbdc84ad575b54987, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-title.php', 0, 0x587bcc535d024126edcb772c806357c9, 0x587bcc535d024126edcb772c806357c9, 0x76ea7b3260d2d4958d8281c0c827af57b8c9c78d9b9c61729115aac565fba5d5, '', 0, '?'),
(0x332562f49e947cd0fbef70ba204a5d9e, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ServiceProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ServiceProvider.php', 0, 0xf715c28f0932e856254b69dfcc9d5465, 0xf715c28f0932e856254b69dfcc9d5465, 0x5ed1d8fb1cde29ebbf7717966248b370e2e87a2a271be2f3b956dc020cc96081, '', 0, '?'),
(0x332a95f2920bd522ff58351415adf2bb, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php', 0, 0x580432be0a55a731b1e316b58a8b804c, 0x580432be0a55a731b1e316b58a8b804c, 0xf93f07c35622d340d0983eefcfb44b334c94332cedff3615b79f84ec4c859459, '', 0, '?'),
(0x332b7ac0ff2e86b182360e517e5d795b, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x60b3152a966aa385e4c08172d220dbfb, 0x2c61f3298e229af1547db5a1aa9e87fd7668af5b375a18d66f7effb26dc0d4fb, '', 0, '?'),
(0x332f16e0648af6e4ae64b1c881fae4a4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/BufferStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/BufferStream.php', 0, 0xfcccea5bebfe48d5dd16f4ea30c798fd, 0xfcccea5bebfe48d5dd16f4ea30c798fd, 0x5fe8b5a559cdc437011b8763c0b92075cceaed3835491b698d08c78d13df96a9, '', 0, '?'),
(0x332fea3fca43b57b3bf714e94ba397b1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fegaussianblur.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Executable.php', 1, 0x00000000000000000000000000000000, 0x660b190969a2350f75f58ea94b32a4d0, 0x7c006e7ca983716ac09c8d2670cb743cf994d2a64256f41d63339878d5b44ded, '', 0, '?'),
(0x334aee5a0faa2bfe7e2fe08137d18d69, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CanceledSchedule.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.css', 1, 0x00000000000000000000000000000000, 0xdf8242a12a8d996e4bfd571cb07bd6d4, 0x6a3671c3ee5b524ff8107a6a2cab1b70b1e9201ec649bfba33675f9276c12555, '', 0, '?'),
(0x33599623cdee36720afd5970ec24aab3, 'wordfence-waf.php', '/home/forwardbetcasino/public_html/wordfence-waf.php', 0, 0x9af4d4e69c4f6223bd257fe310797577, 0x9af4d4e69c4f6223bd257fe310797577, 0xfab60e9dc1bc6680e11897d5100ffa30dd7976d640f1b3c9f8fbabd7e6abe332, '', 0, '?'),
(0x335fd6c77013bed011490059c2676f95, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Subscriber.php', 0, 0x36d0f1d3d9d536ce71d700ffc7d24f72, 0x36d0f1d3d9d536ce71d700ffc7d24f72, 0x2aa5969971572c03377c3a3bc5a53cbd4abcbd98435c2dacac072f67cc95ce27, '', 0, '?'),
(0x3364c9ceabd56a4bae3c75a5e3632177, 'wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', 1, 0x00000000000000000000000000000000, 0x309a0e0dbab5e2465c6fca9d11ee0a76, 0x94b6084d66867d44e57d5467a8b67bd1247936c2aa910a8777e05c998562e42b, '', 0, '?'),
(0x33657f036e07459315a504550cf960a1, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/adminbar-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x04d59be90d709d88c3fcc486d1eead6d, 0xd239846af9de5903ba3ebdaa75c7025766cf2beb673411123df4bbec79c6e0a8, '', 0, '?'),
(0x33680ce802a6c22249102b5b8da70b45, 'wp-includes/js/clipboard.js', '/home/forwardbetcasino/public_html/wp-includes/js/clipboard.js', 1, 0x00000000000000000000000000000000, 0x908af414ab0d3801dc9e52194f409996, 0x0708333e30168df7d4199f44e23221124ae77740fca2124c10799e131298e2ea, '', 0, '?'),
(0x336bada86f1c175791351b096b5b6d71, 'wp-admin/includes/continents-cities.php', '/home/forwardbetcasino/public_html/wp-admin/includes/continents-cities.php', 1, 0x00000000000000000000000000000000, 0x82f9dbc95ec3f97a0d0b9672f6f996c0, 0xfebed01be5018ed1edd92cf29660181cc4ad24ccec378eefa31fdc81bda77b6e, '', 0, '?'),
(0x33701983bd7f1ce35cc2388e6c44a671, 'wp-includes/sodium_compat/namespaced/Core/Util.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x3b9df32ab76b4c771e42a30be664dd3d, 0x65635b64944d3f48d37cde4b599e0e00348bb040982051418c9b3a46461920ef, '', 0, '?'),
(0x33734b1855eabb228e811202fe483c73, 'wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.js', 1, 0x00000000000000000000000000000000, 0x86bf0cd337c105eac7393071b844d10b, 0xa8ac4394d13faf2084178d86ca8d2ad8d1c85163dfaa321dfd0cbc00d431f830, '', 0, '?'),
(0x337485d280d2858660dc7957c65a3f44, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php', 0, 0x9a04a9785ad059854d0f5ffc0ccd47e1, 0x9a04a9785ad059854d0f5ffc0ccd47e1, 0xd6fdb3eb0576e369c0a80bbb505c2732b9c28034cf3fad90e3c317cab7b3662f, '', 0, '?'),
(0x3378bef121f11ff092a89014e6021cf8, 'wp-content/plugins/elementor/assets/js/packages/store/store.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xc93b0b7242e9286b8d1f0b10d0dcd373, 0xd49625f9a4c12abddc2c69db9e04300521a76a1da14c03e32ee0598920972bfe, '', 0, '?'),
(0x337a27824fef93e1a776fe4a26fff320, 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 1, 0x00000000000000000000000000000000, 0x3599aa681a3279ee053576f2b79ab408, 0xd726089c02ec767b5b4cf0e9f7dbd59803a40faffc056eba067f9cfe32fb39e9, '', 0, '?'),
(0x337cfcd1575e0db480efcf9d337168ca, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/TooManyHeroImages.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/TooManyHeroImages.php', 1, 0x00000000000000000000000000000000, 0xe8c77b1e799ea0fedd32ccbf8eafc33f, 0xf8bae51a96a564ade87f1574df1286693e67cf96df702d90c1041cdaaea64290, '', 0, '?'),
(0x3381e850f353f500da8f9bbe7b55333d, 'wp-content/plugins/elementor-pro/modules/forms/actions/discord.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/discord.php', 0, 0xc430c7906b9121606dd4d6246fb40c12, 0xc430c7906b9121606dd4d6246fb40c12, 0x19f6cf9db215aef66a150da8c6d0bd7496e2d761ef28044923145aa43c1a1d6e, '', 0, '?'),
(0x33859854d24c0354bf0d94b7cfd246f2, 'wp-content/plugins/wp-rocket/inc/Engine/Capabilities/ServiceProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/data/responsive-widgets.json', 1, 0x00000000000000000000000000000000, 0x74adef333de0c301ef8041a27de6549b, 0xadb009fc87864bee50e86ce4d60a7ddd58c67d3093cec6afffe8c0b1fa9eacf0, '', 0, '?'),
(0x338f73f1fa1783bc2d31f5d0c2f62112, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php', 1, 0x00000000000000000000000000000000, 0x5af3b7d064bba1e485c43f84f247f257, 0x45e68463b823bb5b24823d55b3ffe63c91d7aded5a6eeb71aa9c7a08e309cc15, '', 0, '?'),
(0x33989cf615ec47de311acd259f7fb05c, 'wp-content/themes/hello-elementor/readme.txt', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/readme.txt', 1, 0x00000000000000000000000000000000, 0xd29c8c7512df7ca7c166002933e32514, 0xe2b1e50169b6eb3ddb941d174a21b86a832d9026e5ef2ba3d203113f42a64eff, '', 0, '?'),
(0x339a3b2235b303ffc224f35f5ca644b4, 'wp-content/themes/twentytwentythree/styles/canary.json', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/admin/upgrader.php', 0, 0x2c5a1e3b7740ccfa1c03917e8c96118b, 0x2c5a1e3b7740ccfa1c03917e8c96118b, 0x0ee715a93ce21919ace03b882593813d0b1e52cf79f0fdb071d74797197dd071, '', 0, '?'),
(0x33a906fc763c097460ce4339c69fe87f, 'wp-content/plugins/elementor/includes/controls/date-time.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/date-time.php', 1, 0x00000000000000000000000000000000, 0xd51ee05128e7e384caa0bc6c256617df, 0xd5cebeeea73562de1a578bc353b4fe0fecab7a3e32799f2b354d3d5272027d48, '', 0, '?'),
(0x33b13701da7847f8c0033836a2808315, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/tagify/js/jQuery.tagify.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/tagify/js/jQuery.tagify.min.js', 1, 0x00000000000000000000000000000000, 0x794447911d602eba5e53e57646706e1a, 0x383cae4ea6bb5dc4ab2d142f65d38b5d21b07078559dbcea7e3635360ccef7fa, '', 0, '?'),
(0x33ba9713408b5dc98c3c4df491881b2a, 'wp-includes/html-api/class-wp-html-processor.php', '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-processor.php', 1, 0x00000000000000000000000000000000, 0x0c5719568b9864b036313b38b2ca984a, 0x311564200f77ee0a1214eb87f037eeb620e26195faf78e5feec3189552ff1d01, '', 0, '?'),
(0x33bc342aa0ac9324f7ae6d699b705a0a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FilterView.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FilterView.php', 0, 0xb57950540f928bee4217a248c6f5a62b, 0xb57950540f928bee4217a248c6f5a62b, 0x45f6cfe3f6ab95031b8cd48e5a8d17d58431cc19e546b0a06bc2beaa7035617e, '', 0, '?'),
(0x33c3136cf8e11ddb5616394e05701084, 'wp-content/plugins/wordpress-seo/license.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/license.txt', 1, 0x00000000000000000000000000000000, 0xb6d57e80537d4ce37e23767635ed2b2c, 0x2d6a9148f170de33c5aed59a253c4fce2eba344cd1db3adb1f76ec266318e215, '', 0, '?'),
(0x33c4c2c2dbdc2c86fa13b8450099fa2b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerAwareInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerAwareInterface.php', 0, 0xb6a2223d8d834980fed1d5e0a49172a7, 0xb6a2223d8d834980fed1d5e0a49172a7, 0x46ea842e556c156fd6446ee6bb912a12d4a673b1bb5fc31dc81946da8d0db3df, '', 0, '?'),
(0x33daffe43a14e35774ea821bce2f0b20, 'wp-content/plugins/elementor/assets/js/app-loader.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app-loader.min.js', 1, 0x00000000000000000000000000000000, 0xaf846b4eb6f00f574caf5568db5fed3f, 0xc98de49b976ad08089049ce258a4be9a23002a64cf339ddcaf7f55e5be138891, '', 0, '?'),
(0x33dbd5e91c1c27bab0c1524b9a4266fd, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x514f31ff2f073c993e252206da58dce0, 0x8636e9729f2abc495910008f43ac393cf393a903e0ff054ada96204a2add7844, '', 0, '?'),
(0x33e2c9665133e068f0355bc0a357b93c, 'wp-includes/Text/Diff/Renderer.php', '/home/forwardbetcasino/public_html/wp-includes/Text/Diff/Renderer.php', 1, 0x00000000000000000000000000000000, 0x772ee2c2f301d6a822f526ab52b23c0e, 0x98f7db5bb01439b823fd1363e0f4bc9132d6cf7a82bf9bd05cb2273f9ca84831, '', 0, '?'),
(0x33e3ed90d1f0daacd08cb501cae122a6, 'wp-content/themes/twentytwentyfour/parts/sidebar.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/parts/sidebar.html', 1, 0x00000000000000000000000000000000, 0x1553881a732fc82c2ba183e9c69fb756, 0x0dadb7eb0c6af3da200a69004ec3c676d362b24fd9e8f5c8aadcc1ffe1cf1e7f, '', 0, '?'),
(0x33e517e4b0d4e0a4944fec35280bdf01, 'wp-includes/theme.json', '/home/forwardbetcasino/public_html/wp-includes/theme.json', 1, 0x00000000000000000000000000000000, 0x3042a2fb5a5d4d05d7ec1e73dc971cf3, 0x654e9e3caf401127f559b4b28f30840a0e09da1adc642e6f751fd227b3115507, '', 0, '?'),
(0x33e624e0c2881a952e5ff978b9d3e8a2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php', 0, 0xa8528138326e1211acb2ed2a7056a258, 0xa8528138326e1211acb2ed2a7056a258, 0xb55647bb3b91daf95b00300a009a53d2009263b5b792c9fc38cd672524b55d60, '', 0, '?'),
(0x33ef1ea36e14671b00a4bf5c0009f157, 'wp-includes/IXR/class-IXR-value.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-validator.php', 0, 0xefbe5c50450f4865d7f14a609e89397f, 0xefbe5c50450f4865d7f14a609e89397f, 0x66a9c69948269dcd6e108ecef9f6fcc455a8ac97eccfee32bfa5f810458b5fdb, '', 0, '?'),
(0x33fb6281e5c304fcf1e802fee65012b7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingRequiredExtension.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingRequiredExtension.php', 1, 0x00000000000000000000000000000000, 0xfba4c20f84431a6d315b65d13b570a19, 0x7f98063669add9484a57f66c6def6d80f47c722d6b8550fb53377ca5cabdc4f9, '', 0, '?'),
(0x340a9194096d875dc4bf1eb1d08a8acc, 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfIpLocator.php', 1, 0x00000000000000000000000000000000, 0x1b0d72b790c3788f42877bb5c12626cb, 0x4f886f4dc1bc12552dede0ced89f1ab2d4727384a7f4eae7e74fec7db01ebb40, '', 0, '?'),
(0x341566a80b6d4677df1ff10a088a933e, 'wp-content/plugins/wordpress-seo/src/helpers/url-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', 1, 0x00000000000000000000000000000000, 0x369fe62336b1ca27afa7cb8c452c2a09, 0x7c880b72d627c51895fe9d58b9f2b6ec6079761ed0388219fc7289949bffb6f0, '', 0, '?'),
(0x34222d9e1137a7a409fafcbed1054667, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x3429562d2f9d9f07698380277a77306d, 'wp-content/plugins/elementor-pro/assets/js/loop-filter-editor.46a4c013b80a381a50c9.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/loop-filter-editor.46a4c013b80a381a50c9.bundle.js', 0, 0x6e86a1e57d65b29faed8870263124201, 0x6e86a1e57d65b29faed8870263124201, 0x2d8b10a7723210e3289f0a108689d6ffa7c733493c6c9d9d7a605e53aa4c5af2, '', 0, '?'),
(0x342f8c135300741ccc5886ff240e55de, 'wp-content/plugins/wordpress-seo-premium/src/integrations/abstract-opengraph-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/abstract-opengraph-integration.php', 0, 0xed7914fd04d08625250e8192f6dde620, 0xed7914fd04d08625250e8192f6dde620, 0x768aa76ddc7b62ab56b51e98a6da465f63d133b6e1f48596c212b767c291e3b3, '', 0, '?'),
(0x3432a48f1d35fb6f3dd6f7538c23bcc3, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorVersion.php', 1, 0x00000000000000000000000000000000, 0xfe2bd8a7362ff63217c02f61532d2248, 0x454c3cfd4bd7abc2d8bcc05ac4064c1753cfa9c162de4010245c69bd8a136118, '', 0, '?'),
(0x3437442ebfdcb7abcbe7154b30566846, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/pomo/mo.php', 1, 0x00000000000000000000000000000000, 0xa70ea9e35c4d4ccd3819b990c04569e9, 0x984b67178dc80dc59f6978ad2e3e46cfb7b33eb3e3a39d86dfe8082fbc672f46, '', 0, '?'),
(0x343b600cdfaf7a8e3f09c57bc79e4001, 'wp-content/plugins/wordfence/images/2fa-whole.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/2fa-whole.svg', 1, 0x00000000000000000000000000000000, 0xfcd168c2bbf1dfdec412241a506658b2, 0xf7c6aac99dd8d31fe57fcb555b5a7eb7cf5ed864148f2708e058e8d9aed6cadb, '', 0, '?'),
(0x344149178e6e12303988860f37026360, 'wp-includes/js/tinymce/utils/validate.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php', 1, 0x00000000000000000000000000000000, 0x86620e18b1ea591eae4180df51444ef2, 0x44b47558b84ba5dd4c3c26c68299ab22f2063d3143556ee54bd44bb48812c957, '', 0, '?'),
(0x344c6b9869414451bbc5d425910750f0, 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php', 1, 0x00000000000000000000000000000000, 0xafc752c3c8b6f232cb7059b85191a272, 0xa2750bab99c8b5277b0092326dfc7e7700ecf7615c9710f1b7c5f97a59eee833, '', 0, '?'),
(0x344dabe380984e7e1cbb349d1abc165f, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/breadcrumbs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/breadcrumbs.php', 0, 0x3a8db479b59c1fce5e83f0c7492b57dd, 0x3a8db479b59c1fce5e83f0c7492b57dd, 0x3a7a8a3438a2dc6efaaf09d8eab27868f370f4ea012e41e6f327fe3c20c2d8e8, '', 0, '?'),
(0x34546f149dae04e2826945f8e5748b1b, 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php', 1, 0x00000000000000000000000000000000, 0x5c4de653c2a3e787dcc4c31285208ac7, 0x9238c095729c472741ffc772de3db8b7369a6588f5c06552cdca3bb682003538, '', 0, '?'),
(0x3456461c7411d2674078cb2bf3252057, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-base.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-base.min.css', 1, 0x00000000000000000000000000000000, 0xeab582bdb0bca770c6be7787c96954d1, 0xf9f7777c189515da33cf76ff8b01940b38823d4fceb98ae52e4b82ff4722b6f9, '', 0, '?'),
(0x3457eaf634757458266023906668b0a6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextFormat.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextFormat.php', 0, 0x22a37f832c5ae79d5b02f9c91e6e4447, 0x22a37f832c5ae79d5b02f9c91e6e4447, 0xe789349635bc87706d5ae8999dacb30ace35a39822171077626ea5a6892e473a, '', 0, '?'),
(0x345f85cb7d00e8dbcaaa51aef780214d, 'wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js', 1, 0x00000000000000000000000000000000, 0x785a151828d4ab0b5e5fa4973db5aea6, 0xb9f3e3ee521d4715910bd8409de99db0e8d5c65b62b442da2bb27cbe26176a8e, '', 0, '?'),
(0x34612823a1011b5eebfffd80b01ce66d, 'wp-content/plugins/elementor-pro/modules/pricing/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/pricing/module.php', 0, 0xd27a3b6cc58ad53ee5ca6bb8b0ab84fa, 0xd27a3b6cc58ad53ee5ca6bb8b0ab84fa, 0xf950b5d9b1f785c058291cf3ff9fd6b4ba11261c070c44ec478ea4546dddac14, '', 0, '?'),
(0x3461e4fe5b0349ba7de7d8dc48ff6d29, 'wp-admin/css/deprecated-media.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/deprecated-media.min.css', 1, 0x00000000000000000000000000000000, 0x4a435c73b39b5f539663ebf45a993b9c, 0xd75bd79d80727b256daea98020a8d66aa591b7e7ab79c418d28b811c970adf7b, '', 0, '?'),
(0x348d714579560753032ff4cc6f127d98, 'wp-includes/blocks/tag-cloud/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x088b4d477589b08cbcb24dac8d69ee9b, 0xcaa6c8696937bc17ef41b3512728facb0b262b6c841dcbf0305e887c6c1c84be, '', 0, '?'),
(0x34912a55f4d6448d7c27eb1f82adbf4a, 'wp-content/plugins/elementor/assets/css/app-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfc2320de8e3677515ee722b76715d0d6, 0xd3057fb01583813da00ac065a9ef61f8bb4bb437eca370539be1d8841d63043d, '', 0, '?'),
(0x34936a0e5848ffedcca4695dd3090a65, 'wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js', 0, 0x6e3b1c3a46005d3e8008253fe5b384fc, 0x6e3b1c3a46005d3e8008253fe5b384fc, 0xfac8c07c2acb6e87e618ed09cc4d89ab14140081faed0f50ade29a083945699e, '', 0, '?'),
(0x3499cb9f48b390083ccf336078810764, 'wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php', 1, 0x00000000000000000000000000000000, 0x951e7c244a2180960176266537b22841, 0x9464103f02ab0ae29bdde6527e95916c553310ede913858fd78bdb9669cc6f13, '', 0, '?'),
(0x349b0ae28faf05c6dbfeaf302e1a7cfa, 'wp-content/plugins/elementskit/widgets/price-menu/styles/list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/price-menu/styles/list.php', 0, 0x61fca44ff5a4264cbe8c42ed07024ceb, 0x61fca44ff5a4264cbe8c42ed07024ceb, 0x44e83456c7eee65ceba98e17084a1bf41e4d08c54acca48d47b15854a179e68e, '', 0, '?'),
(0x34a3a56931be8df512c35daedcb7e2e3, 'wp-content/themes/twentytwentyfive/assets/images/book-image.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/book-image.webp', 1, 0x00000000000000000000000000000000, 0xd0fc01a6110cdc467d245b574036ddc9, 0x6181b4e620c5aa15945ded2f9d8503add7c6d56edd154ec06c4355cf9e618758, '', 0, '?'),
(0x34ac69aeb3953e10bd2431508a151e25, 'wp-content/plugins/elementor/assets/css/templates/widget-nested-tabs-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-nested-tabs-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcfc93fa33455de27ee7367681564032c, 0xb5d8a52c5d644c28e87cc011d52dcbc5bafc7fa93aae0f80c92ca7e7decee99f, '', 0, '?'),
(0x34ac6ea98df37027848bc2e3ad69d380, 'wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/LICENSE', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/LICENSE', 1, 0x00000000000000000000000000000000, 0xbd4154fe1026f8c918c4d197cccf2e02, 0xed6b4289e2b7a2c3ab9e5f375edb832ea583dd8c08075491bb6aad9c80a08506, '', 0, '?'),
(0x34b52c71578fd716453b4912af28293b, 'wp-content/plugins/elementor/assets/js/announcements-app.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/announcements-app.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x34c03bf9ce436a23b1a281505faaf1fb, 'wp-content/plugins/elementor/assets/css/editor-preview-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.css', 1, 0x00000000000000000000000000000000, 0x4837e2a6a1d9738ba182330a66c54f66, 0x3ebf6f39c238b92df2b1dad7aa33036068adab42e293117eff9eb7c054e6cc2d, '', 0, '?'),
(0x34d0308147bcd4d9473fdd91ca44f1ed, 'wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css', 1, 0x00000000000000000000000000000000, 0x9eb2d3c87feb6bb2ffa63b70532b1477, 0xfb543c80d27331afaf94633b20aabb75864b619f99ab98f3afa534de3fa7d5fa, '', 0, '?'),
(0x34d4d63c032ad7d903953bfe7a8d13b2, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php', 1, 0x00000000000000000000000000000000, 0xf28927f243a90016438b1b4b78eb9557, 0x3a0991fc1e24cbff44d5ff1f3e3f43b4a1b8fdc3941be59d6de84f314bb9991e, '', 0, '?'),
(0x34d4f8b013b7901f4925b09ce6793b5a, 'wp-content/themes/jannah/sidebar.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/sidebar.php', 0, 0xb0da932d03763097a2845a33acd76fdb, 0xb0da932d03763097a2845a33acd76fdb, 0x51d0217599bee6f9ee39b623f058c66b910e17ce41effb00b9c8ac00ab87cbeb, '', 0, '?'),
(0x34da829cd94c24bc2c4b5b9c75cce284, 'xmlrpc.php', '/home/forwardbetcasino/public_html/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x580c4406318ee35ca18c97f8c6359b7e, 0x12da6a12445eb4fff6629d350663322fd87209901b9bf33dd038513700e19844, '', 0, '?'),
(0x34decd5adef507d739117246cd1dfcf6, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/jquery-ui-1.10.4.custom.min.css', '/home/forwardbetcasino/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, '?'),
(0x34e9b7f036e9312f1033cc3e0e9205d7, 'wp-content/plugins/elementor/assets/js/packages/menus/menus.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/menus/menus.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x932cb0653f06320449fe0e5a46679e14, 0x94ab85bd3951965b27d9ee7cd11e5369e9d6abb569e63d7957a0dcfc0d18fb54, '', 0, '?'),
(0x34ea26513acda3a6d999535c26095161, 'wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarousel.php', 1, 0x00000000000000000000000000000000, 0x61a880d4130353c57677cfb41661682c, 0x9e76d2bc8045594c0e724b3d480296040f321ceaa58c06bfe07f616701d09877, '', 0, '?'),
(0x35020ca5691157075feb001b1a071bdd, 'wp-content/plugins/elementskit-lite/modules/controls/widget-area-utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/widget-area-utils.php', 1, 0x00000000000000000000000000000000, 0x76d3de22ab4fd756e8f6eaaea19cfac8, 0x0b67f12097f5fd9abd9228e29d0b60e24a1dab2d4d9bbab06d2e10588aa95883, '', 0, '?'),
(0x3503960b9930e4114a8aa2402800604d, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', 1, 0x00000000000000000000000000000000, 0x91f020e6a70607307c5c1e94fc0dda83, 0x48073039cbcc978e62a7953677f39a95fd797172ae18b85d9165a3bfe9b0dd5c, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x35042c36433deccedfc1556e4bb6a348, 'wp-content/plugins/elementor/core/kits/documents/kit.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/kit.php', 1, 0x00000000000000000000000000000000, 0xc634621c83ede0d88329143b20edc432, 0xff45b4638d659e7994ab3ebc19654dc0893640436b6bb5d23907064bd3ff7370, '', 0, '?'),
(0x35070134dcc6c15ae2a305ca9783484a, 'wp-includes/blocks/rss/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6905a03ce66bd0aa94ddc6eb355dff57, 0x7c3e8909f52319ea225cf0572b70eacdb2dd870310fdd880daa7b6ba31ca79a8, '', 0, '?'),
(0x350799f517fd279707dc4f76616a9f28, 'wp-content/plugins/wp-rocket/assets/img/picto-wprocket-dark.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Query.php', 0, 0xac2b746c65db4aadf3aca0f08e202a73, 0xac2b746c65db4aadf3aca0f08e202a73, 0xfc3a368c2606e5571ab55341e65e1c4f923bff78529d897d5c1f7d12f234e01d, '', 0, '?'),
(0x350ef88334df079215ef65c051e4f957, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AutoFillRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AutoFillRequest.php', 0, 0x91609c3db869c2946da4d7b8fd0326c8, 0x91609c3db869c2946da4d7b8fd0326c8, 0x22a37dcb54a8cbbe6c6095d86538e6858eeab0a9592a35101a401ce046c747ba, '', 0, '?'),
(0x3510bbc77a62406441c1633e8c864196, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', 1, 0x00000000000000000000000000000000, 0x92ba5be4a9d8c969fdc208e164f65f82, 0x408e99a89a4a09a51d48aaeecaef25387f46181f46e4b399485788346e55256a, '', 0, '?'),
(0x351531097b46124514b8f17d78387f84, 'wp-content/themes/twentytwentyfour/styles/ice.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/styles/ice.json', 1, 0x00000000000000000000000000000000, 0x16163e409accb664025e80593688647c, 0x5c424af90b690c32541702bfe302402cc3fcd5c6a54e96d61cd788af3f269811, '', 0, '?'),
(0x3519f97cef39101e824f14dbe5096740, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/author-box.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/author-box.php', 0, 0xe969938d87821d2db91b5fc7111a54ba, 0xe969938d87821d2db91b5fc7111a54ba, 0x7b42eb6be57619f200293da82d38f88ae57e7d000f037bf9937def2ea9425c2a, '', 0, '?'),
(0x351cea3f89810b7998c43c0ed932cc02, 'wp-admin/css/dashboard-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/dashboard-rtl.css', 1, 0x00000000000000000000000000000000, 0x5b7c4a758af1f4cecdaf22f8d5e62f92, 0x594209f6e5cb136f903177c5f966a81d8376318a09dfb9304f908d2246cb2aa1, '', 0, '?'),
(0x352247cb5a81ae2f051ac7dc560c9948, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php', 0, 0xdd285da0c410dccdd417140b24503672, 0xdd285da0c410dccdd417140b24503672, 0x3bbf6a73c3fcbb7ca89aff341daaa869f29381f7b586ad2eb7bd4c83a8586e22, '', 0, '?'),
(0x35229c961d218b35abcda7d6ffb580ae, 'wp-content/plugins/amp/assets/css/wp-components-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/wp-components-rtl.css', 1, 0x00000000000000000000000000000000, 0x6ec33085674dd7687696f6ea54b42f45, 0x49f8a9c66f5ffadaa2b325da60fa1136b815f03819a60f2a0892def6e380f704, '', 0, '?'),
(0x352e3db9808d64293c708d657599735e, 'wp-includes/sodium_compat/src/Core/Ed25519.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x79c045fdfa46df293f34756dfcb5a2e2, 0xac71acf7f4b8eb7af470f5351a93bd551816135050f7e78298b17c71ef242f74, '', 0, '?'),
(0x3538e764e1605336314b3e1cdbae8676, 'wp-admin/css/colors/blue/colors-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/element-plus.min.js', 1, 0x00000000000000000000000000000000, 0xb132d547b2c0ff8a28f0f7486654b2a7, 0x9a7c418b50fac33152d3f55257cd0a712c9110a843dc279b4d7e324c0797e1ff, '', 0, '?'),
(0x354382290a5775beeabd9d2f46d2634b, 'wp-includes/js/plupload/wp-plupload.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/images/Application/image-content-extractor.php', 1, 0x00000000000000000000000000000000, 0xd0f319326f55fa7d0c9286e56dc6c788, 0xb8d2e805b57bd5d5127888078cf432926b097fde936170482df72ad742d1d5a0, '', 0, '?'),
(0x354e8c886a1b341a8f13c83e3d63ea3c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femergenode.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/ServiceProvider.php', 0, 0x2eeb3b46246f5084aabec47d0e98b7cc, 0x2eeb3b46246f5084aabec47d0e98b7cc, 0x704433fad167b2c32ebdda421f2610d9991cdada78d390c3c968b2cbbbee1c69, '', 0, '?'),
(0x355aaccce4e053cebce376d960369739, 'wp-includes/version.php', '/home/forwardbetcasino/public_html/wp-includes/version.php', 0, 0x6fba83f206ebd32e62c1d464f12f340f, 0x6fba83f206ebd32e62c1d464f12f340f, 0x27df2d0b3faa7d7759a2e5bc902fd5813356f32c780f1cec99ac19faa69c1309, '', 0, '?'),
(0x355c683e0cf3ce77091d9d97870c4ecb, 'wp-includes/registration.php', '/home/forwardbetcasino/public_html/wp-includes/registration.php', 1, 0x00000000000000000000000000000000, 0xf290ee07c353e681cb44860ba03331ea, 0x06d59993b7031bec7646b488d9ab9acef9e550abdd42382eb7ece1db18e238c4, '', 0, '?'),
(0x355eaaa20d7b59f1bfdf0722b1e0b6bf, 'wp-content/themes/jannah/framework/admin/page-builder.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/page-builder.php', 0, 0xd73e3be894d192df32c629b27aed39d7, 0xd73e3be894d192df32c629b27aed39d7, 0xb0b3aa6120da47e17da3ba1a52059dd978d645b68a6d47c53967380975b3519e, '', 0, '?'),
(0x3560e05d5ccdad6900a5dfed1a4a8154, 'wp-includes/class-wp-embed.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-embed.php', 1, 0x00000000000000000000000000000000, 0x818fb2ef62f1d849462f77e42ff08df3, 0x41bc222d066eeee06603a16dd7fdb1c38b11ed36a5747fb15999774cdb6b5a9a, '', 0, '?'),
(0x3562d8f1ac712c0597f099cb9bd516a2, 'wp-content/plugins/elementor-pro/core/database/model-query-builder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/database/model-query-builder.php', 0, 0xb56bfa2d8d46f520dd39802816871fe6, 0xb56bfa2d8d46f520dd39802816871fe6, 0xbc17e5d1d0e48e23d61a293badf9f3d12f4337e834d3e17d83355eb73091d8de, '', 0, '?'),
(0x35678645a2653e470621d3a90d544055, 'wp-content/plugins/wp-rocket/assets/img/play-hover.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/play-hover.svg', 0, 0x6fd6f5bd6635a43868443cb20c1f29d9, 0x6fd6f5bd6635a43868443cb20c1f29d9, 0xa37aad5cd46a93dbd8cc2f41616226afd81abc79e8e876af2511aa4d7d3caa31, '', 0, '?'),
(0x35731b48d888d65aaccb1707fdd7b037, 'wp-content/themes/twentytwentyfive/patterns/template-search-text-blog.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-search-text-blog.php', 1, 0x00000000000000000000000000000000, 0xd88348ed9042120d4d0626cc7cafd50f, 0xfd7239a16cca0033b8056a24befdeab47a570c3a63c573ed52e8f12a12e58dbd, '', 0, '?'),
(0x3575b62c533df4ba2e64fe518e7c6243, 'wp-content/themes/jannah/template-sitemap.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/template-sitemap.php', 0, 0x630013dd0c518ae850c0e5e56dc5a5a3, 0x630013dd0c518ae850c0e5e56dc5a5a3, 0x5caf3fb3932bf8e6b06433e28a28b93b573771a35e944dc171e0e63c676953bf, '', 0, '?'),
(0x357e88dafe3f0d516fab322563330771, 'wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css', 1, 0x00000000000000000000000000000000, 0x5e0e88c67f3772c1aa3ca80a6d05f84c, 0xcc6b946a165acdd26aa5f4a1c1cbae991505d0ba83eb8e75fb7bdf04f4d56241, '', 0, '?'),
(0x3583d3fa3932cd0883a85ec0253caec7, 'wp-admin/edit-form-blocks.php', '/home/forwardbetcasino/public_html/wp-admin/edit-form-blocks.php', 1, 0x00000000000000000000000000000000, 0x56f8439b6b116b14baa74ff17ff7af15, 0x354bdd3e03c7c1d06330e01ab129ba70c467105edfd7317eadd75ac3c34cd6fd, '', 0, '?'),
(0x3587ed3f95456912b86448ee6e94a27d, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpRight.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpRight.min.css', 1, 0x00000000000000000000000000000000, 0xc36c6008e08ad0ac37609879d7ab59dc, 0xb37305db274b1f4c10b8e2afceb5eab0aacf95d79ca2b67e1529b1410ddf5ee1, '', 0, '?'),
(0x358e84dc47def0288d8e67ed76832a9d, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-nginx-exporter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_asc.png', 1, 0x00000000000000000000000000000000, 0x9326ad44ae4bebdedd141e7a53c2a730, 0x4e970f51d31e2aa091545a251450bada2581eadd6adc91745a036e2f9f141d7f, '', 0, '?'),
(0x35a88603f30c5b17118ab26f8035013d, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/wp-content.php', 1, 0x00000000000000000000000000000000, 0x9d81b30478f4f8dba3ec1dd942d1d215, 0x786aa51c473891a9b910e186c242184ab276eb645eb67dcbc48147aa302752cc, '', 0, '?'),
(0x35aa4da38fa17fabb6b4579803d44e00, 'wp-content/plugins/elementor-pro/modules/notes/database/query/user-query-builder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/query/user-query-builder.php', 0, 0x15e5d2f0567613262928c2e872cbcbb2, 0x15e5d2f0567613262928c2e872cbcbb2, 0x3e923b81f624e1fecdbea99717a2d3616b4447b249501d1dd34c3e178efce57a, '', 0, '?'),
(0x35ad0f7aa0ed4c49dc820ae3f8c55cbc, 'wp-content/plugins/wp-rocket/inc/deprecated/3.13.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.13.php', 0, 0x63573a49b0ba65c7d37bdb38b9902ac1, 0x63573a49b0ba65c7d37bdb38b9902ac1, 0x321dd03fa6a7331bbbd45f4d834a33f070530d9640649926ae68c45b64c1298f, '', 0, '?'),
(0x35b123748a3552bdd1884ba9f3edf5d4, 'wp-content/wflogs/config-livewaf.php', '/home/forwardbetcasino/public_html/wp-content/wflogs/config-livewaf.php', 0, 0x98f897187c838fefe3a38751fa6cf0d6, 0x98f897187c838fefe3a38751fa6cf0d6, 0x0ac8d6687d144fd22fbbd0adf5bf2484802be768aa37b742b85a2d7adf4494e0, '', 0, '?'),
(0x35b404968e7db058c54ee7a248ff96ec, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php', 0, 0xe994d78299c1be0b9fd32625e4ec598d, 0xe994d78299c1be0b9fd32625e4ec598d, 0x5fa2bdc6188588a3d26ab8cb31447f5b1ab69fcd4852820bea6e99809fdb2dfe, '', 0, '?'),
(0x35bf4c9c5a93c478b286cd25245d5fa7, 'wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents.pot', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-features.php', 1, 0x00000000000000000000000000000000, 0x895bafe3c374c6892644d6d20c64ffe8, 0x4581c03661dbe7a58769c286de5300851652d39742fc34be7d6ec7aa662720b3, '', 0, '?'),
(0x35c35a3327b35bdc593e95289ecdab6d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php', 0, 0x2ca6ac697f2c6f24aa2186e3727e0581, 0x2ca6ac697f2c6f24aa2186e3727e0581, 0xe74b6e8e2d733ab3fc7f188fb06dea6993a99c1f1f5c4bd1deac795dfb262853, '', 0, '?'),
(0x35c617a0c1253eeffc3fff7d6a6258d0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 0, 0xda4a2930d6ce99ac2243eebcb57b1c0c, 0xda4a2930d6ce99ac2243eebcb57b1c0c, 0x152568e7ff5dd000dfec2ea41080adad6ef5d38eb4071d2af1ea0908c5cc8559, '', 0, '?'),
(0x35cc47d52f8e5caec5a53b4922dc22fe, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-prop-type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-prop-type.php', 1, 0x00000000000000000000000000000000, 0x4ea98e2602b0bf17616860855899630d, 0x2fab326721bb7e97489c2e3b196b4386ff28e074db58134d1fc3d76d58960d4c, '', 0, '?'),
(0x35cd19b56440d790e9a01f121dc109c1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe2.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/ServiceProvider.php', 0, 0x300994b201076dfde4950dca72368254, 0x300994b201076dfde4950dca72368254, 0xe5a5bec86586d2cfabdda76cac58a647baec54d8e5ab89b78af786a9b534ccd6, '', 0, '?'),
(0x35db14e416f0e244b4910afe82e859ec, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php', 0, 0xa5ee3945ec573d3f7131d104073e6ba8, 0xa5ee3945ec573d3f7131d104073e6ba8, 0x92be20599de837fa46335109b929bdb39567296476b5b8c7a4c2ecbf9ed811b9, '', 0, '?'),
(0x35ded0c29e19f555dec6d987f474a41e, 'wp-content/plugins/elementor/assets/js/editor-modules.min.js.LICENSE.txt', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_static.php', 0, 0xdd7bd49f5e847a254ccc0773020fe03c, 0xdd7bd49f5e847a254ccc0773020fe03c, 0xa1578558eb2befb9a7527427410e1329e2cacc6d8098d22bf38db3cd8c76feb0, '', 0, '?'),
(0x35e468d9f02c34b54e40ac6bc5f29e4e, 'wp-content/plugins/elementor-pro/modules/forms/registrars/form-actions-registrar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/registrars/form-actions-registrar.php', 0, 0x67cc9f1e871d20bed8fb20c9c7c94932, 0x67cc9f1e871d20bed8fb20c9c7c94932, 0x90840b577bfa81bcf28443d3d9319fe8a707407baa3f12e89669f6d46c3fd37c, '', 0, '?'),
(0x35f482a66613fb83e99d77efb05b332f, 'wp-content/plugins/amp/assets/css/amp-settings-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/icon-list.php', 1, 0x00000000000000000000000000000000, 0xc9f06391da991a0d66a9d61f3da115ca, 0xb1d8f969733d3be8627664d64d5d848d439d45eaf77ac8d9710e7a9da3299d6c, '', 0, '?'),
(0x3600e2ed42e462359b8e9cd226dbdaf8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Path.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php', 1, 0x00000000000000000000000000000000, 0x9abc77f3df2fc996935047eda184a745, 0x01081b6dbf80c3727f27872f8d0539a6aa526ab0f3f35c3248fbdbcac2ba596c, '', 0, '?'),
(0x3608420fd5384c93260c7ff70b023ee4, 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_06/shape_01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_06/shape_01.svg', 0, 0x24b7ab287f7c053ee6da5843e5e98026, 0x24b7ab287f7c053ee6da5843e5e98026, 0x5457e9afa9c1a59a22b615662af081855e9cf685dca9a3ab0f811688b68ceb6d, '', 0, '?'),
(0x36087156ac8b5bc4816a6f0677444918, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/AccessToken.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/AccessToken.php', 0, 0x60f467344a8bdf8239994312849655c5, 0x60f467344a8bdf8239994312849655c5, 0x02aed42332392886004d0ca1f905d96f3999eabf9e10724b41c400665ce5d818, '', 0, '?'),
(0x360eb6e93436c66e25322b6d40251620, 'wp-content/plugins/elementskit/modules/conditional-content/libs/control.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/control.php', 0, 0x001998280152adbf7fff91e4c1ad5de9, 0x001998280152adbf7fff91e4c1ad5de9, 0x51bf3c4b6740251ccb989d6c983622ebef93d7f92b91b2480d3768f478d5bdea, '', 0, '?'),
(0x361154be3fff85c6635bf4ab51364d15, 'wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/mediaelement/wp-playlist.js', 1, 0x00000000000000000000000000000000, 0x4b1d5eb6cd4973f2a3080f32aad2a951, 0x7a0991946dc645cb303339d0c05d2d6b1dc332af83b19d03a0b2e5dc5b32ec6f, '', 0, '?'),
(0x3622e6533b6c6c86461ee89fc01384bb, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/functions.php', 0, 0x8d42278bf7e698297b625cc8d1742100, 0x8d42278bf7e698297b625cc8d1742100, 0xcb827e2b625c49651951e239f882ea92c0826903aefa6cbe397b99adc2369c39, '', 0, '?'),
(0x36304c65db278f07ca2699d72ee3097a, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/dashboard-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x6038ccd9a7eb1eedad4b6c0ee6876f24, 0x062417f8ec264d518d4a223ed3591d47d72f69c8c02de5726d106a537e24c0e4, '', 0, '?'),
(0x3636f8e4ed45f0325967e202d3735d0a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php', 0, 0xf2797028ed3063d48d56f617165b3d5f, 0xf2797028ed3063d48d56f617165b3d5f, 0xb3beefafe4dba3448e4b4e740b41edf462e24f8dedeb07e3bfafa8d21dcb00dd, '', 0, '?'),
(0x363b490528d648b26dc925acc31666ba, 'wp-admin/css/farbtastic-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/farbtastic-rtl.css', 1, 0x00000000000000000000000000000000, 0xc2370ae59e15c0b0299a7b89ee93fb17, 0x549c3dd65923d2cb045b1895fdb676721b841048cd6961adfe52fe0ff286f108, '', 0, '?'),
(0x36442e6001c3fd53142438eef3fc3029, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateDisplay.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateDisplay.php', 1, 0x00000000000000000000000000000000, 0xa996f140bebf95ae7074d2a3122e8b38, 0x8757b45f1845b9a5530ccd6b46aeaadf329aedee2aa7396c0bd962514d7aa945, '', 0, '?'),
(0x3659107895abed2e2903ea580cbc4cf7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php', 0, 0x20606e6eda49f3c34c1f80dba2a24431, 0x20606e6eda49f3c34c1f80dba2a24431, 0x7b8271f9fe4c1ae4f28682690af24bf2501d5fd3db3b58a724fe83f8a78db668, '', 0, '?'),
(0x365b66c039b83f869307171812205fc7, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsImgAttrs.php', 1, 0x00000000000000000000000000000000, 0xa2e03a1a8bb7b5b0feaac366dc14a468, 0xfe941ee236ff0fbace2063fc8e9587ce76a51cfad2250d3910571c30b0a7c23d, '', 0, '?'),
(0x3663c06286a36b6bb7d66933b940fa48, 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x0e30b1e15ab85ffa5e6a6017fef59e60, 0x85ee87836cb4d9a92729da06db64dc5c1e769a7e27297cd03b4d6fe809000bfd, '', 0, '?'),
(0x36694496e68936876cdae329c21b3c94, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', 1, 0x00000000000000000000000000000000, 0x3630fcd7587272cb543f989675b40b27, 0x159116f6065026e05ff4f1fcf80268c93b00d948ceab7cba4c29c594ec01702f, '', 0, '?'),
(0x3673909d83ad247672581cb208c0ec8b, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/ServiceProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php', 1, 0x00000000000000000000000000000000, 0x394c56d3096b190c8fabd6b58f0f792f, 0x68e6fcd96afa57e88627f3df67f89b6cb8150049d8a13c2462b35884a29837f5, '', 0, '?'),
(0x367a2f53c503cd81d4df5df923728b70, 'wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php', 1, 0x00000000000000000000000000000000, 0xb36b0a1885efafb424c773df70743b74, 0x749fdf88ad60e51d0dc7ac20a09054e34f1f2114e80ac3face66eeeb09d5cb54, '', 0, '?'),
(0x367c6ee09d9a90f44a9d9cd1b7d57e7e, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-icons-promotion-item.php', 1, 0x00000000000000000000000000000000, 0x763f3737bc15cb0409fa3852eb2fefbb, 0x945b936ec70f65f8385c0e48749c273de96f71c0f95894ef8fede30f8743ed06, '', 0, '?'),
(0x367ea15ae1f27e01cb1473138681088c, 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php', 1, 0x00000000000000000000000000000000, 0x8f2aefac64a120765625c34fbdbed71c, 0xa0c17cfa6f89e60ff172c6b99dee2a137b351a9d882baf7b7d3b1e630b63b26b, '', 0, '?'),
(0x3680e5d3919bbada26a71ef84701dfb5, 'wp-content/plugins/elementor-pro/assets/js/load-more.f5ecc1c66872d0bd2d17.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/load-more.f5ecc1c66872d0bd2d17.bundle.js', 0, 0x4d62fb565f3094b1ed8131c382a76fd5, 0x4d62fb565f3094b1ed8131c382a76fd5, 0xb4086bc1d4ed2a207f7a025889612336607786b158b1d60445c5e50dbb6d9d48, '', 0, '?'),
(0x3682589918b817d8d4072af5e8523163, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSContext.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/load-scripts.php', 1, 0x00000000000000000000000000000000, 0x236f8c8a47ebbd9d40123ed5eb542efa, 0xdf38ce7a74a2aa3df8969c6b021924af9986c09c1c26575292ce88f16856b2bc, '', 0, '?'),
(0x3684dec68ca1997fc4f64398aef57f2b, 'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hgroup.php', 1, 0x00000000000000000000000000000000, 0x2ffc1b1d7c0915c830c4276ad73149b6, 0x5ef74f54bc705edb1ae12f8804b713af5b43f2a02798ccf58cd40746a1f40e75, '', 0, '?'),
(0x36935336f179ba702887b3d36978db83, 'wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/2.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/2.png', 1, 0x00000000000000000000000000000000, 0x7d40067d3c9c393a140deef30bcf9a4d, 0x4667a6bbfc0c1d07101000a619ac5fc9951a257acb8d7589e85733457615ef25, '', 0, '?'),
(0x36af8ea4a89060a235fb66369c3f9569, 'wp-content/plugins/wordpress-seo/admin/interface-installable.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPlayer.php', 1, 0x00000000000000000000000000000000, 0x486b47c3eb4229d0f507969c85aebee0, 0x53f9d293537934f072577de4dd233f5a867c3591b5d478f84adcf8990eb16c08, '', 0, '?'),
(0x36b76c4c582fd4ea488ed5330e583d45, 'wp-includes/blocks/template-part/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xeee1a7f145ac645dc4ac420d09f217fb, 0xc4a3d6366fa35f693901992d554c3923dc9e66847a2563dc53189087a14a73bf, '', 0, '?'),
(0x36b8b86148d00980865aa0c900d70284, 'wp-includes/SimplePie/src/Author.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/image-carousel.9399f19d95d7300cbc2e.bundle.js', 1, 0x00000000000000000000000000000000, 0xccce66a321f56e6914839de8fb3200e4, 0x21857c20e677d000e96fbfde697d6ee2001f12b00233aa47b82c558a3426cf2a, '', 0, '?'),
(0x36c08ce2623595ccf13f739d8ee8ef5f, 'wp-content/plugins/elementor/core/admin/feedback.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/feedback.php', 1, 0x00000000000000000000000000000000, 0x6cfad71ebb747f1de22d2ef699b5cb3d, 0xcc1fc7e4f77de8a120d8ca4b0043cd28d48e0bb46ae7a5823f6eb753d568316e, '', 0, '?'),
(0x36c0f70bc87fcc37d948fa02eaa6ac42, 'wp-content/plugins/wordpress-seo/css/dist/workouts-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/workouts-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x77e17970031f54c4c8bf4354df2b7eec, 0xe8f05cd3ae7bdeaac6def6ad91430f1160b0ca64bf4f423c6e8756744257da17, '', 0, '?'),
(0x36c311cf708d5342613ca3c8fbce5222, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryCaptions.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-wp-filesystem-ftpext.php', 1, 0x00000000000000000000000000000000, 0xcc5f719fe2d06ed92b1a1176baf0b49f, 0x259e61893f345928226326c914a8fb7b536adec63836bbb109f3556d538b0de0, '', 0, '?'),
(0x36d288d046195bec031e4ef7122cf7a4, 'wp-includes/class-wp-block-bindings-source.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachment.php', 1, 0x00000000000000000000000000000000, 0x3ac941678ac8fa5c60cd17d641763ceb, 0xd086ad9ba7994be78d98f89ce45df6d962899292ce33d5ed1123f41a653cde2f, '', 0, '?'),
(0x36d6b33ef6c28bd3a29a58ba5fa68266, 'wp-content/plugins/elementor-pro/core/upgrade/upgrades.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/upgrade/upgrades.php', 0, 0xddc36737d75486bd924a6a1c962a7515, 0xddc36737d75486bd924a6a1c962a7515, 0x446c05c6ee543ac2e125d04dd0662870a1a13c903e7c45a75303f7bac9b50be1, '', 0, '?'),
(0x36d9a80917ceff0e3a7b945e0544e189, 'wp-includes/js/jquery/ui/accordion.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/accordion.min.js', 1, 0x00000000000000000000000000000000, 0x18d11602bb1d48cf1325076f468f2c04, 0x5bef15619c175a20830a95a332c7137aa1f9e39f9821dd441099c2ec9a105fe3, '', 0, '?'),
(0x36da719787d42990ee04e05201e118dc, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/fontastic.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/fontastic.php', 0, 0x9288440cb73a9c931dc9773767c12849, 0x9288440cb73a9c931dc9773767c12849, 0xe587cd22e018cf4e14d6cf4a6c0041378bded25d0c6a49849ac6b0bf4974f4a6, '', 0, '?'),
(0x36dc3f9983e6232ad7de9be249090b43, 'wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/how-to/block.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/team-4-col.php', 1, 0x00000000000000000000000000000000, 0xcfeb883305d644c9e0e3f548063473b6, 0x3070bd429f139fd4bf17e17020793effc732b0f5760c69d7f15bfee348af8683, '', 0, '?'),
(0x36e0acc4401f7ff198568e08cc2fc600, 'wp-includes/blocks/comments/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7595ddc04f06b0216c2ac94f1d37a9a4, 0x8ab10e3af0ff0890255b2af38948577789664fcc43e2f74291b51fe037265831, '', 0, '?'),
(0x36e4fd7b2faed772ff8c4e8b56732aef, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/or-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/or-condition.php', 0, 0xb2ee8e01c5415fdd14c6172eb16ead82, 0xb2ee8e01c5415fdd14c6172eb16ead82, 0x16840724e06549d128a531fed222d65036adb6ddd280e7dda1a7385270e9fb07, '', 0, '?'),
(0x36e693b3503c4a5a5355b9fe6fb5ee53, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/MethodInjection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/MethodInjection.php', 0, 0xda55a0649a236e04f6688e9c431ac189, 0xda55a0649a236e04f6688e9c431ac189, 0x98becb61e69e005f6e1950f2061e65aa4a0bf59bd22b11ec85c6f5e70fa471ec, '', 0, '?'),
(0x36e76429539c432449f39d17046b1d21, 'wp-content/plugins/elementskit-lite/widgets/post-list/post-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/post-list/post-list.php', 1, 0x00000000000000000000000000000000, 0xb058ec2b7001e1713768d3387f404323, 0xcb7fd1c016c24f2b3f0f15f7c67ce610b6150777bebbee1c78f641a800343159, '', 0, '?'),
(0x36f0ae2206ae71a38005a9cba62f947a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddChartRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddChartRequest.php', 0, 0x04fc53cb7a1f1daa6c151772660f3cf8, 0x04fc53cb7a1f1daa6c151772660f3cf8, 0x7bd9b0ece420e3a7cf85d5f6ad5c6b18a81ad3597c9222e90acfb45bd93d67fb, '', 0, '?'),
(0x36f388ae6ad56e3fcfeec35681fc238a, 'wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xce425e604ec6bc818044110f7a8090b4, 0x6e83421018c9f9a166c00a4a4e09d1bc6f72b22cf83474b675420319b1cfb5fb, '', 0, '?'),
(0x36f536f261ac70cfa97f80ca328b63ae, 'wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-accordion-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x21a51584e69b24f72b28a2829faf155c, 0x44908228a0dc568c5ca2cc81edb6a37cfaddd1fec1cbfbb4f386c4edc0fdd340, '', 0, '?'),
(0x36f9dd346f010f6f37cf21b9e13684f5, 'wp-includes/blocks/post-author-name.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-name.php', 1, 0x00000000000000000000000000000000, 0x9ea83cbb2755d132c70a77547d171cc3, 0x6dc09680a0cac0090fcdac12765efa54750f9a30139ae5df5e13f53346b727ba, '', 0, '?'),
(0x37016f48a737dc1bfc870707de8135ca, 'wp-content/plugins/amp/includes/embeds/class-amp-dailymotion-embed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-dailymotion-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x55a69550fdd9b9bdc001c12e88176a31, 0x55ec00c94683baeca015f898b48bb19a247b34477789ea3131e1997808894595, '', 0, '?'),
(0x370b6e9173643a35b6aea65eaa768830, 'wp-content/plugins/elementor/assets/js/webpack.runtime.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js', 1, 0x00000000000000000000000000000000, 0x275e5249750eae73b9012c5bf4c1861c, 0x478a80a81141073904d007ac8a09bbf536463b1d49d974044855597493c2c07c, '', 0, '?'),
(0x37117a12bba19f587c3ac79dbc345635, 'wp-content/plugins/elementor/assets/js/packages/utils/utils.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/utils/utils.asset.php', 1, 0x00000000000000000000000000000000, 0x3d37b4babb0269797981d0ab5975db6a, 0xf3810ac74c520c7ffc68ece279a773b6bbb2c43610c802bbf017e608d6a4d4f0, '', 0, '?'),
(0x371b31d2fe45eed6f5eca9078d14cc38, 'wp-content/plugins/elementor/modules/favorites/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/favorites/module.php', 1, 0x00000000000000000000000000000000, 0xe3772b83d951358217a1cded24fff78d, 0xa733bbd7acbaccd6e487ab5679c5ac6d7255ecc5a098e21d5ad50d755d8d0c55, '', 0, '?'),
(0x3722bff3aee5a6bf57960d8ac4d1bdcd, 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_wordfence_central.php', 1, 0x00000000000000000000000000000000, 0x0f87d61051d49822c064df66db6e20fa, 0xed3c044f0439dd6f728c1e45cf77b461e491eb6fce66a78889aab7f8c0728373, '', 0, '?'),
(0x37284b8ace19554ad5fd266e11cff7cc, 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-page.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/social/widgets/facebook-page.php', 0, 0x2c07ceaedb494e4d500bebb33da34bdc, 0x2c07ceaedb494e4d500bebb33da34bdc, 0xc35f214372ae5916e59902f38c6be3d760d43eaa66d75e7f3e618a976c749d88, '', 0, '?'),
(0x373618a1d03c951adec9cac3e1d761df, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptStyleAmpBoilerplate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptStyleAmpBoilerplate.php', 1, 0x00000000000000000000000000000000, 0xedc6d2fd042038c85d8a1a03740fd33f, 0x25af14920f706cfb491bedbb991426001831531243f95bc4b48a35834c39e60b, '', 0, '?'),
(0x373d87f99de72107d8d1a5bb55981ee5, 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-classic.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/skins/skin-classic.php', 0, 0xb23939c2047af4b8bf7983df1cc20f9f, 0xb23939c2047af4b8bf7983df1cc20f9f, 0xbc2cfa79e34cfe26b6e59beda110669fbca69eba22c34e6be16ff3e679b08369, '', 0, '?'),
(0x3741f1b0203c5ef2cdb70415b2677c24, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RefreshDataSourceResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RefreshDataSourceResponse.php', 0, 0xa1b14cd5a8bc0304d912713931001fbc, 0xa1b14cd5a8bc0304d912713931001fbc, 0xd9e535c8986d943e5df448487e839991f6f4df5d04a326f3381bbf1c14a6b2a2, '', 0, '?'),
(0x37435f65fccbfaedb60951309e0351e8, 'wp-includes/css/dist/preferences/style.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-option.php', 0, 0xac251e0b8d46a6159203391da90f5012, 0xac251e0b8d46a6159203391da90f5012, 0xdeb759464fcce129926a6420a2e90865972a77cdc5412c8b76fd6c2f2ada82af, '', 0, '?'),
(0x375120e86d5058cc5ce3fe0ec29ab3e0, 'wp-content/plugins/elementor/assets/css/widget-video.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-video.min.css', 1, 0x00000000000000000000000000000000, 0xba0b14e45a871a65cb98f8c7ece548b2, 0xdcaca09336fa45ca73f876e5cc5c59552a04c3a7937b06ef09511c5446c2be9e, '', 0, '?'),
(0x375354772423d4fdff8d1928de767370, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ExtendsPreviousDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ExtendsPreviousDefinition.php', 0, 0xfd36e91f57b75c43769362fb5215f097, 0xfd36e91f57b75c43769362fb5215f097, 0x06783e988439bb389e4325b15e19c38d01e9050ccabcdb028134e3aae1046206, '', 0, '?'),
(0x375810ece629cf0c7c2a34990619a670, 'wp-content/plugins/elementor-pro/vendor/autoload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/autoload.php', 0, 0xf1b390a6b49095bc03fcb97adc4da581, 0xf1b390a6b49095bc03fcb97adc4da581, 0x9375cf7d757dde801ee7f95f457afb0611384d51bf7ac6a4629aaef3f59ebbcd, '', 0, '?'),
(0x3769e62f1c25085ca9b40acb6c184dc4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php', 0, 0xe7087c2946840b82f970a97ba53a5cb8, 0xe7087c2946840b82f970a97ba53a5cb8, 0x722e4f90c762b671c3e08b39ee600b3c3551dd4ae39c26b68cdb6b2a63c12cb3, '', 0, '?'),
(0x376aa6c255cf8549650f52b197e26ef8, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/slider.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/slider.png', 1, 0x00000000000000000000000000000000, 0x3a50b8078dea50b9811603a85ecef836, 0xc39f33015645e64a62d97be41154a726affc5b01310b99b1d5086b31667b8261, '', 0, '?'),
(0x376d2faeaf47e1f6f9a9c802391fc029, 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/bootstrap.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/site-title.php', 1, 0x00000000000000000000000000000000, 0x3c5a7471afe30302a12dc5afc9c90c17, 0xd7a08416bfc336e78f3bab59908f50072c3b9e1cd93cddeceb7c05e3e9651e92, '', 0, '?'),
(0x377291a775468ff198b1191d16404a2c, 'wp-content/plugins/wordfence/lib/wfDateLocalization.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfDateLocalization.php', 1, 0x00000000000000000000000000000000, 0x0b17ac4d5a55a2d75585459eaaa37bf3, 0xfeae017dbe9dcbf2d01b58ffea293839a6d5e3bb5b97345c214822caef5c7df8, '', 0, '?'),
(0x377308e38c0e4a4c33855bbfb73bbcd2, 'wp-content/plugins/elementor-pro/modules/custom-code/custom-code-metabox.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-code/custom-code-metabox.php', 0, 0xa483484c22882bc7fe88cc2d84464918, 0xa483484c22882bc7fe88cc2d84464918, 0xf2440691d9617db2268d1c18af1d171eec4cb27642dd4498a657605b76519ebe, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3777e296310beb4a14e4071d1b30ae6b, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', 1, 0x00000000000000000000000000000000, 0xb25998dfc704f5b7df5571130887e28b, 0x23c57c937665e2d391fe9d138630e64a45c2420e47593afc02a595c0250b887a, '', 0, '?'),
(0x377c6f4f559b92f97a0045660ebb9ce4, 'wp-admin/network/update-core.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php', 1, 0x00000000000000000000000000000000, 0x4e7b0acd1547061027970d436ae14225, 0x87543056c56c3a22a3f54fd7010e20750355a4f7750b960e53762afeec5e6262, '', 0, '?'),
(0x378d45021337731fc1b01d257eaff38a, 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-importer.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-importer.php', 0, 0xdf3ea138585a2b18bfb6c3de349e91cb, 0xdf3ea138585a2b18bfb6c3de349e91cb, 0x5693aca6875248b15a593fd7dbad8bcb4d8d5d09586ca339891179f8ea1315be, '', 0, '?'),
(0x378fb3d4578bba70f84d2954a8e102c6, 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.asset.php', 1, 0x00000000000000000000000000000000, 0xb93efe64169b9054a04656e6d6fd66b8, 0x2346026b172eb45cd9bf088049a24d465ab114d080f22a359d6ccf9e13fdf235, '', 0, '?'),
(0x379793f87563ebe1c7bc681b5c57b303, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidDefinition.php', 1, 0x00000000000000000000000000000000, 0xe842075ccbac7d8333f3039f756d507a, 0xcf9c4ac593c6198ac4bd9f550145ed31174387231c12acb2f731e3b6a0bdd6c6, '', 0, '?'),
(0x37a54b05f095a267a945afb51235ddbb, 'wp-content/plugins/elementor/modules/history/revisions-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php', 1, 0x00000000000000000000000000000000, 0x71fcdcb69fec84e3bc2a2bc95c8bdf33, 0xe97749a936a3f4084556a518a5a4d0bb8031ff2d1bd84281a82b857caf1ed6cb, '', 0, '?'),
(0x37a87a63e3193ab6b8abccab5d44657c, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/TranslatePress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/TranslatePress.php', 0, 0xa969e4e43fa509c1ddaccbf123330a5a, 0xa969e4e43fa509c1ddaccbf123330a5a, 0x16c56bd5a5fc801c1aeba59a47003636ba1805e0fd214af64683133e85076536, '', 0, '?'),
(0x37ab2557797ed7b9503f0f10ab78f2e7, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 1, 0x00000000000000000000000000000000, 0xa56c7a563660776d5a421c730b8dcfd6, 0x0d20a13817f3feaf1426f84ae4a63334b0d0b1a5dac7bd03101603bfbbc1bdfe, '', 0, '?'),
(0x37ac4e84c07f14ee6c371c8b830820e7, 'wp-content/plugins/elementskit/widgets/flip-box/flip-box-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/flip-box/flip-box-handler.php', 0, 0xb74c5f7ae2693b21610e4d8aa0405a4e, 0xb74c5f7ae2693b21610e4d8aa0405a4e, 0xf899c4d00698edd644a169c2ee93469281447a4f63261f61e59c3d8232681934, '', 0, '?'),
(0x37af76a40e31bb67fed231a48d99cda8, 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x37b287906f045e6cca3a8dd2cb42100c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/gallery/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xbd5dded54919b750dc21cde96e25b736, 0x154d8ad5229afc2f1856b6e1d48748d17ad3bf8ed7f863293e69c0fa4d2bd735, '', 0, '?'),
(0x37c05b2dfe5df7a8036f0c80b6db146a, 'wp-content/plugins/elementor/assets/js/packages/env/env.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/FacebookTracking/Subscriber.php', 0, 0xde69973c78341a7d8d919b1ca287230b, 0xde69973c78341a7d8d919b1ca287230b, 0xebf034e014b3a39f2df2bc8db6dd891687f9d1e2d45ccf9588a22f16afdf2bff, '', 0, '?'),
(0x37cde854324d974d65647d5ea2f69d1b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php', 0, 0x8414b3b589511f27d3735879c611e035, 0x8414b3b589511f27d3735879c611e035, 0x69974433b1744ff4ae2d876cbda3e301d75db3c1388beb366143697498b90828, '', 0, '?'),
(0x37cf8bd474a8645d428592013fdfd2f7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xeda898eefb5f843d269cfd9f095774f7, 0xee48530480126c0f8b92ed383c082a1b18fc70d53343a008cc40093207b061b7, '', 0, '?'),
(0x37d89820aeaa5833931e414edf9c3c0b, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_cd0a0a_256x240.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/site-logo/style.css', 1, 0x00000000000000000000000000000000, 0xccf4260e81e6e8fdec01d255e24f5370, 0xefc64feea7d717800e7963f4aab1fe716483cc54b3dad5ab66d69580cd8b2c2c, '', 0, '?'),
(0x37e07385b7e6449f81ccf469e01c10f5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php', 0, 0x52611966bcac80479f7c98ae5fe49357, 0x52611966bcac80479f7c98ae5fe49357, 0x818cc8b95634f5d5c055d214eb2865776db9e507f20b78f22b28d84af13f6eec, '', 0, '?'),
(0x37e0b26651c64a60278898f96a71e644, 'wp-content/plugins/wordpress-seo-premium/classes/term-watcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/term-watcher.php', 0, 0x9d30a9043a6b3ec77eb8b70346ae9176, 0x9d30a9043a6b3ec77eb8b70346ae9176, 0x8b33241cb40ab221612d3054ece1be44b39531acdfcfd421b3436c3c1a1aea5c, '', 0, '?'),
(0x37ebb479ad131c28bcca949cfa7c848d, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-icons-promotion-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-icons-promotion-menu-item.php', 0, 0x650a32c039ff6056ec7a48a9c821e542, 0x650a32c039ff6056ec7a48a9c821e542, 0x90944ba557ca78e231cb9e16a799ef48e5fde21986bc24571d5915f646c6996b, '', 0, '?'),
(0x37ecd0f3a56bb058f866b4586dff5385, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.js', 1, 0x00000000000000000000000000000000, 0xfae84870d6ffb664a803da352f63d32c, 0x04b8a61968f471705442367132c1396342155d5fc0ceb75fd71d058db882cf47, '', 0, '?'),
(0x37f0d954957f6e21a1a690550a0afceb, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/header-footer-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/header-footer-base.php', 0, 0xe6a0a0f2debb82bb866d881d231b968d, 0xe6a0a0f2debb82bb866d881d231b968d, 0x75d1fd313d0c3cd1c9d7b76785bb3eaf9417b2f3206d77d11fd7a7a35e83ab2d, '', 0, '?'),
(0x37f2ba31479f7ebd088294dbcfa29df5, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/skipHeadingLevelField/views/field.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/skipHeadingLevelField/views/field.php', 1, 0x00000000000000000000000000000000, 0x4944728c35995d90d67563f6f105bf60, 0xdeba8b42ff35295ccd9cd1a5e06e7264da29c0da24d7506bcddfe042e1f0d02a, '', 0, '?'),
(0x37f4751a2370a61d2f3b509e58dea475, 'wp-content/plugins/wordpress-seo/images/academy/keyword_research.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/css/colorpicker.css', 1, 0x00000000000000000000000000000000, 0x48fd1809ac47e9f38363ecf4aa963fda, 0x18f9f8e8aee3e759b406cb6a885df8b9f6974b444806cb856eb9ef2c45aa9d5f, '', 0, '?'),
(0x38038407eefeb8a12a698e2a2e43e1ac, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/EasyHandle.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 0, 0x543455b1054c381ee4b46c08491f92f5, 0x543455b1054c381ee4b46c08491f92f5, 0x1c1057606c6f1b2f79745951673026267cd67fcd991d2ab5eec68e1f650bf8c1, '', 0, '?'),
(0x3810a954e44570f91210c374c5dee80e, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php', 0, 0xc4571eb4c8e255a001e8a7bb8e9a8949, 0xc4571eb4c8e255a001e8a7bb8e9a8949, 0x81a0f8393cf05ae752b231c3b0114dad47a68c77bb0746c23f73270cf533abe3, '', 0, '?'),
(0x3813d1fd6d0f8df9eeda35a11ed9b32f, 'wp-content/plugins/elementor-pro/modules/flip-box/widgets/flip-box.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/flip-box/widgets/flip-box.php', 0, 0x9adb404f134b44800e6876c759f91ecd, 0x9adb404f134b44800e6876c759f91ecd, 0x0c48a7de17ac3e186dd8268118ae9915d5f7aa4b6ad6f8c14bd7c83d7d038b58, '', 0, '?'),
(0x381ed957e6eb84a76a149760f6c1f1a7, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xbf1ab2af54bda5788f73d54784589ae0, 0xf853b280683405f1027e4f3875f04af4ab700598431de0309850fa9e00db5fa7, '', 0, '?'),
(0x38229097af45f000cbe7bfa76129d583, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/assets/images/inclusive-language-icon.svg', 0, 0xdf38052a4acf1b381f25b10c38517418, 0xdf38052a4acf1b381f25b10c38517418, 0xb9182220a540f132dea13020a473c42bd1b0d250a01e857142995865f4378393, '', 0, '?'),
(0x38282b47b8ad74231351ea37f586a1fb, 'wp-content/plugins/akismet/_inc/img/akismet-activation-banner-elements.png', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/img/akismet-activation-banner-elements.png', 1, 0x00000000000000000000000000000000, 0xba7d0f7dbfc4d30e467dc610962966da, 0x2d3e8eb10a96df40cfb0455f5aee1e488cd0292afac97d5686233f06ac803ed9, '', 0, '?'),
(0x382a2ca1d262118fe4887dd5b69c4add, 'wp-includes/blocks/post-author/editor-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2', 1, 0x00000000000000000000000000000000, 0x356aa21294786e12ce7c7b48f3300c5e, 0xb79918864e5be4ae5a240c7005dbfae734874decb7148e3f2820930c940ca4a2, '', 0, '?'),
(0x382ececcd0dc525c371a06c37806c42e, 'wp-content/plugins/amp/includes/sanitizers/class-amp-pwa-script-sanitizer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/js/editor.js', 1, 0x00000000000000000000000000000000, 0xc3848879e2724179bf580adf2a20347d, 0x5f0b23d0a24c3706a4038a6d3502517bab71b91acc29b896c7fb4b37d97fbab7, '', 0, '?'),
(0x383f3642880dbeddf7706c32ba52dc78, 'wp-content/wflogs/config-synced.php', '/home/forwardbetcasino/public_html/wp-content/wflogs/config-synced.php', 0, 0xa0fd9e8d951013fe27ff50ae23d69f99, 0xa0fd9e8d951013fe27ff50ae23d69f99, 0xf2ca599787da19505b0040e810dde955b9db2f2782787abc26543220aed5a579, '', 0, '?'),
(0x383fff5eda14503328daa0033100348b, 'wp-content/plugins/elementor-pro/modules/notes/database/notes-database-updater.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/notes-database-updater.php', 0, 0x8646aeab94536d8566adcef7115309cd, 0x8646aeab94536d8566adcef7115309cd, 0x1e95a292b9d42fbf60ae2651beda348e52a1b3a26ceab965ff489027135dabb2, '', 0, '?'),
(0x384211466b6e35839e481fd5a107d6de, 'wp-content/plugins/amp/src/LoadingError.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/LoadingError.php', 1, 0x00000000000000000000000000000000, 0x0f5b3a50294dfb0ecf8a4ec31eb56436, 0x76ed5647a3e3bb272e88a0a426695d24911eccf2fa46452c068f56612ebde440, '', 0, '?'),
(0x384b57f24208be52a1609bc67ca24af6, 'wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php', 1, 0x00000000000000000000000000000000, 0x418686dc210e4d1b5245ecec9949f67e, 0x4061f00b364c110f0933527ce3e42262675689e4e92f78fd88c9f4bb71acea61, '', 0, '?'),
(0x3850fd30f65838abee91c2decb255762, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/I.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/editor.min.css', 1, 0x00000000000000000000000000000000, 0x4dfb6f767ed5faaaf35c22fe45a4e057, 0x675640450431c0c8656fa8e2acb3cff57259e0ff34b713a8f42ec1b0bdbf2332, '', 0, '?'),
(0x385905364191a6618aaaa7b8ecce6f48, 'wp-content/plugins/elementor/assets/js/ai-gutenberg.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-gutenberg.js', 1, 0x00000000000000000000000000000000, 0xe35d65ba20c89abb5f63704f005daa4b, 0x12c329b1213c8bafacbd17897bc63aa564c1be85718ab4313d411627c95cbfb4, '', 0, '?'),
(0x3859adf5c5769dbfeb43c95b2c029e89, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php', 1, 0x00000000000000000000000000000000, 0xafea0318fc4ec642d2c4185283063648, 0x1243e956ef618e900ec5c100ad0ce218a6ae402be03e7737ae95811649449d99, '', 0, '?'),
(0x386af432851593d1f3b00cab5491143f, 'wp-content/plugins/amp/includes/admin/class-amp-post-meta-box.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/admin/class-amp-post-meta-box.php', 1, 0x00000000000000000000000000000000, 0x494260cc2af74aadeca73d39ad1f03a5, 0x97bfea2127c68b3149d0a5820ffd1989fbe88757dbe149d9be34f2f76d0bfd59, '', 0, '?'),
(0x386d38d2e23efe8cbc96788f07c493ca, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryNameAttr.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-block-bindings-registry.php', 1, 0x00000000000000000000000000000000, 0x2ae4462dba670deedee171dd9b44fdaf, 0xa7f0d8770df0add6f13211922b611f46295583c577afaa72ebda51ddb1905530, '', 0, '?'),
(0x3871fbedef7c61e8916cc48bc60a1956, 'wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php', 1, 0x00000000000000000000000000000000, 0xb538cf4b1dc1bc502cbb820583c4f487, 0xb98ba8b1310964ec230461db74e9768a967e5221f65c6751a612bdf9b32f9f30, '', 0, '?'),
(0x387ebe911371cd96459a6d274e394b56, 'wp-content/themes/jannah/framework/widgets/slider.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/slider.php', 0, 0x15bc50e95c4032e9ebcaafb05e60f279, 0x15bc50e95c4032e9ebcaafb05e60f279, 0x816d8f221d260293c72b6d9c35523846b520401d3e49b9fa760850d92d4512dc, '', 0, '?'),
(0x388a4a6b385dd65d7af4d616bebdbaba, 'wp-content/plugins/elementor-pro/core/app/assets/js/hooks/use-feature-lock.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/assets/js/hooks/use-feature-lock.js', 0, 0x25be60279da0b9b8b6a2a41856204c4d, 0x25be60279da0b9b8b6a2a41856204c4d, 0x2db7287139f484208bd6d72e39ecdcde12c1af3447499715bf1fa4eb84e1f5e3, '', 0, '?'),
(0x388d11854b721e579cd92bf6e4f39b54, 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.js', 1, 0x00000000000000000000000000000000, 0x28d4cbeff9a4dacc0feb4bf39a0e12a0, 0xbfb0bb0e0e89a40cd9276fa8859c5c5536d1fcfe887457081045dc4e3594502b, '', 0, '?'),
(0x38901a2b06abf4581c2f7b99eb3bc74b, 'wp-content/plugins/wordpress-seo/js/dist/languages/sk.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/helpers/ai-generator-helper.php', 0, 0x0750fc6a365784a05705b40d2609e654, 0x0750fc6a365784a05705b40d2609e654, 0xd6e591205fe00ccdaa6ca5ace7e552fbab99eff045744993bd609b93077936e8, '', 0, '?'),
(0x38929ae8fecd365b8a50986b30377e7d, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons-manager.php', 0, 0x4db3b8410febcd71856b87fc3abdb04b, 0x4db3b8410febcd71856b87fc3abdb04b, 0x8fab83765a4d1cfd2ffd1fa5dd5dd31a796cc8d950235d9229de8223984c232d, '', 0, '?'),
(0x38953ef20c80070a21489de9a712bbd7, 'wp-includes/blocks/navigation-link/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/editor.css', 1, 0x00000000000000000000000000000000, 0x2ae60b9ecbfa8a7ba78897af5eb8f7eb, 0xa41f53ba039bd8f848fe74c589ec8dd16a1a7b44232ebbf171246768b1bbbefd, '', 0, '?'),
(0x389772da46abcd790ecc5ea3307606b8, 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php', 1, 0x00000000000000000000000000000000, 0x82e07344ba81d6402e01274d3b670604, 0xc551d5ad6494f766d95bde918207141bee9b2180fe9e65a61bfed663d9191a26, '', 0, '?'),
(0x389aa2aa2051707b9e6999c83be80217, 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-sitemap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-sitemap.php', 0, 0x8263f22e5f32a94fe7f868f44acfe627, 0x8263f22e5f32a94fe7f868f44acfe627, 0x83e3119e774785f86cebea5366152b4042a94fd70b13bd806b4261c316d841a0, '', 0, '?'),
(0x389e5236da4448b08a71a32d7b8e3a60, 'wp-admin/includes/translation-install.php', '/home/forwardbetcasino/public_html/wp-admin/includes/translation-install.php', 1, 0x00000000000000000000000000000000, 0x267d2ac3d176fffa07bbb0d049b0a7e3, 0x4b701fc5336c1175ac2758afac3bbade36949d88c42d5d562d25c9e3ffbf85cd, '', 0, '?'),
(0x38a94029fdb13679675b0679e5735152, 'wp-admin/css/deprecated-media-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/deprecated-media-rtl.css', 1, 0x00000000000000000000000000000000, 0x914a57743e80556dfd1519b420da0a82, 0x0b1f4f93bab1a7c7a2df4d442311e8a1bf8748228cf208e51c2398d4dbff183b, '', 0, '?'),
(0x38b0a76efe64b3ee6c341af8ba0f34f6, 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/odometer-theme-default.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/odometer-theme-default.css', 1, 0x00000000000000000000000000000000, 0xed949c28da77f28cd9dae2bab5debec4, 0x18e1d03bb9711e829c1c503d03d6a59a659511083f71ed18d53c591f4844ecbd, '', 0, '?'),
(0x38b91fe34598f25edb1b9941abd90bc9, 'wp-content/plugins/wpseo-video/views/reindex-page.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/views/reindex-page.php', 0, 0xa47ba1a741ed5026d6cc43c17b12a8bf, 0xa47ba1a741ed5026d6cc43c17b12a8bf, 0xde109f4d626700f0bc4fd5ff8cc943a2b7611ba6e3b9617c915cc7bc30b34fc6, '', 0, '?'),
(0x38b973b0ee419b85fb009fd9d0aec416, 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1690810710.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfCrawl.php', 1, 0x00000000000000000000000000000000, 0x8c31cce99387aedc997e16d20b0dfc6d, 0x2526b9e3398b090f2f44f75847fbd89ed8df8783e255e4bbefe281ea10800434, '', 0, '?'),
(0x38cf7e97234b397b752502dc79bb52c4, 'wp-includes/js/dist/widgets.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/widgets.min.js', 1, 0x00000000000000000000000000000000, 0x9753ceb1896152aeb26b20d9ecdb1950, 0xd887ea65ad485a36bb2c5e8c9238052dbc40496ec94bd3edd727eabe44cdab12, '', 0, '?'),
(0x38d047786f5cdaf28855abe2cd5bba11, 'wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss', 1, 0x00000000000000000000000000000000, 0xd689e02896ceb063973f6b289c595782, 0xd672dd74501b53731f7894e08900cb96a7f0c1b2e298a47fea78417c82062e95, '', 0, '?'),
(0x38d94208b15b71f18540beee0394e4c7, 'wp-content/plugins/wp-rocket/inc/Engine/Support/Data.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-network.php', 1, 0x00000000000000000000000000000000, 0x5ef8b57e0648cd28f9c9aec4fd009ece, 0x4d225662b9c24f32359f353729bf807d7c0a73717cab0ac4778622da5c3511f1, '', 0, '?'),
(0x38e4ec40c36119846286a545c1aec820, 'wp-content/plugins/elementor-pro/assets/js/form-submission-admin.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/form-submission-admin.min.js', 0, 0x0ec105dbcc05c01a9ee18b91f11043ca, 0x0ec105dbcc05c01a9ee18b91f11043ca, 0x7a744839a24d27a2aca616f5921b91d3f716c2130dd94e00c347bd1ce5ac35e2, '', 0, '?'),
(0x38e54b4c80f66633bd713bfb16278682, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MinutesField.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Clippath.php', 1, 0x00000000000000000000000000000000, 0x04f16abb212fca8fcfbf3f6da20e6e1e, 0x0eaeb577b54c72276cdc11fde3d676a3c5cabc958090075ee20ffd07eeb747cc, '', 0, '?'),
(0x38f884bff7b6b0061b1e6b51ee04ec3e, 'wp-content/plugins/elementor-pro/assets/js/share-buttons.63d984f8c96d1e053bc0.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/share-buttons.63d984f8c96d1e053bc0.bundle.min.js', 0, 0xa1121ef17cedbc1eba244c1970311ea6, 0xa1121ef17cedbc1eba244c1970311ea6, 0x76ff34cb3415da326de19332e948da20ff6d75a0c8a5352ec8447fa597d90ee9, '', 0, '?'),
(0x3908ba0d3527580ef9fdc63e1e3f7f92, 'wp-includes/js/customize-preview-widgets.js', '/home/forwardbetcasino/public_html/wp-includes/js/customize-preview-widgets.js', 1, 0x00000000000000000000000000000000, 0x79827dedd0eb15f0ee788ac363c326b6, 0x828d9b99e5eb285d50a213f3c255501b274ca98b329ad26ebf1abd0aa8c2edff, '', 0, '?'),
(0x3909848bb9a465334dd6b2bb97e1bbf2, 'wp-content/plugins/elementor/modules/checklist/steps/assign-homepage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps/assign-homepage.php', 1, 0x00000000000000000000000000000000, 0x0d8f9bc3ce2cc1c9d886d6be80df6173, 0xf801f84d36376841c273ac55f5a83284ebe2b15c513b387adc5eb34a156f40d7, '', 0, '?'),
(0x3914374240ea2f49ca84d490b837c75f, 'wp-content/plugins/amp/src/Admin/AfterActivationSiteScan.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/AfterActivationSiteScan.php', 1, 0x00000000000000000000000000000000, 0x713536ddc8bc1709fa40e12133bb5932, 0xf624a44e54839a2f140d4b2fe65ade060d40344459227a29874e0a4b064ece7a, '', 0, '?'),
(0x391af64ad9e4137effddeebacdc448ad, 'wp-content/plugins/elementor-pro/modules/theme-builder/assets/images/conditions-tab.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/assets/images/conditions-tab.svg', 0, 0x7bb02101f55d22103007c23cc3168064, 0x7bb02101f55d22103007c23cc3168064, 0x6b08bed1f3ba63b3efeb61808b7c00623c22d09785ec88fd39b472a5ea376baf, '', 0, '?'),
(0x391ccf885b130f9f31647bc4f4ee4008, 'wp-includes/class.wp-styles.php', '/home/forwardbetcasino/public_html/wp-includes/class.wp-styles.php', 1, 0x00000000000000000000000000000000, 0x78aaf8088898cdfc24e4be0715cf8f2f, 0x0d577cf7b8ca4bbd787dfbc25a06d6079567b0e94fe8c1bf792da561cfb7c0fd, '', 0, '?'),
(0x3921455d5c54b971898735cec2d00c63, 'wp-content/plugins/elementor/modules/link-in-bio/classes/render/core-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/link-in-bio/classes/render/core-render.php', 1, 0x00000000000000000000000000000000, 0x73eb128179420d73b38913e8081a1b45, 0xeb35999c49afbebc17fe5ea319b4578356d95e38600a34b443b5c881cfa7242c, '', 0, '?'),
(0x3927048abe32e5d87cf2583ebbfccce3, 'wp-content/plugins/elementor/modules/page-templates/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/page-templates/module.php', 1, 0x00000000000000000000000000000000, 0x2217db82b4872c4ff5587fb4b29d752e, 0x47e3cbaedeaf88ba89499d50d9d1cfa8ae3dbfb920e62517aa389db33107d4c3, '', 0, '?'),
(0x392e3ca127cd6fc639b47e20e9da67a6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Element.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Element.php', 1, 0x00000000000000000000000000000000, 0xbd6ebaa5643f1ad51fe47dbac794ffa0, 0xcf8667d8e078bb09a922ede8ff4ad9759a33cbf9ce33fe4a42ef0a5afeabe385, '', 0, '?'),
(0x393491a4a9498229805b845949860a08, 'wp-content/plugins/elementor-pro/core/behaviors/feature-lock.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/behaviors/feature-lock.php', 0, 0x20c2d3d2884d9066b3544b814c999cb7, 0x20c2d3d2884d9066b3544b814c999cb7, 0x625489a768187e60c0220776fe6efdaf137c13924cf40429bb1e1a2758431923, '', 0, '?'),
(0x39353bc74200121a1f60a5e10be6c74b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDimensionPropertiesRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDimensionPropertiesRequest.php', 0, 0xb64d02882df718659e212e7141a2b363, 0xb64d02882df718659e212e7141a2b363, 0x5d8d67aaa26ea4ef9af48588b487170ac8bae8361f83ff21ccf5381dbbb3e538, '', 0, '?'),
(0x393749fc9ec8c58a20d9386e4149f381, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ModPagespeed.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/langs/wp-langs-en.js', 1, 0x00000000000000000000000000000000, 0x02ade63a772cef805d810f5e21739305, 0xf2e1e4e35be520936c1609cc9af079fb9e482dbaa47f82ecba00ade739fc5040, '', 0, '?'),
(0x39402f8d21ad10f30504abc30afbe5e0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php', 0, 0x11c3b8678b71838b92f50a8a9a831952, 0x11c3b8678b71838b92f50a8a9a831952, 0x4bf371a7af01cb0c5656d5025b906a5c62ed6065071f198d5cd2a17f01fb1f34, '', 0, '?'),
(0x3940bf5c169f6776e09dd2af79c4cdea, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', 1, 0x00000000000000000000000000000000, 0x32237610a1586a9a7d3b32d962f4618c, 0xe8219bbae8269508aaeeaea06d0ca96a08b2c38c4acbc70ed3c48b79ebde67df, '', 0, '?'),
(0x39420945baa87b10d527a0a6e51980eb, 'wp-content/themes/jannah/templates/loops/loop-mega-menu-featured.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-mega-menu-featured.php', 0, 0x7e37e571f804293e9f940df76f130b07, 0x7e37e571f804293e9f940df76f130b07, 0x1db54b06c4bec4a88c43f64fd95169a5e5d75a6faff298190fefbdbc2329d03a, '', 0, '?'),
(0x39452c71de129ddc4b5b92aaf27c019f, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpLeft.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpLeft.css', 1, 0x00000000000000000000000000000000, 0x977f813715ecc033b3f99b7f078016e0, 0x63a3d575b6af63e8f55fcaff7f061cde9c3acb6693fc4f060db8bfcc9e1ba5d7, '', 0, '?'),
(0x3945732b9daf0a616a7f290b1c80cfd2, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/navigation/view.min.asset.php', 1, 0x00000000000000000000000000000000, 0xa1b374df648eda55295ec56bd583c9eb, 0xbad01c14c84fb52254e8e577b1513d600c36764a1c271f97532ba45c51d35ec5, '', 0, '?'),
(0x3956530f3d9e996ad7e5062fcc9b91cc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxChild.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxChild.php', 1, 0x00000000000000000000000000000000, 0x7a684c6c3dd84679090c870036fc5697, 0x5f8b8a4a49141c83e73029b8acc8eb2e2c10bb419121568495e60d34662c94b2, '', 0, '?'),
(0x3958aef3508f342ed81b1d7dece8e16a, 'wp-content/plugins/elementor/assets/lib/animations/styles/lightSpeedIn.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/lightSpeedIn.css', 1, 0x00000000000000000000000000000000, 0x7fd8d062815cd58d230c8164de67235f, 0xc4da320229e5d6542c1905f40d4de4c7083a737e7ff3bae0d7bdaf595cc14128, '', 0, '?'),
(0x395c343bc0bc164a3bbaebce75cf7eb2, 'wp-admin/images/freedom-4.svg', '/home/forwardbetcasino/public_html/wp-admin/images/freedom-4.svg', 1, 0x00000000000000000000000000000000, 0xb2a6aa986d8c529a254cef8624e8bcac, 0x967a54684ca353323aa02335fe8eb6f99f069f974af2d861905bec037616c173, '', 0, '?'),
(0x396a76e57919003497dc6a1b25425e68, 'wp-content/plugins/elementskit/widgets/vertical-menu/vertical-menu-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/vertical-menu/vertical-menu-handler.php', 0, 0xb8ef031cf1bce297ceabf227882933bd, 0xb8ef031cf1bce297ceabf227882933bd, 0xda3d6cdd5ed9c570167794f85987ec85cc72af7bc6015c754a9b92aee88232ac, '', 0, '?'),
(0x396bb97342c2ce3d7dd5ed54c5836337, 'wp-includes/sodium_compat/src/Core/Poly1305/State.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x944392cf00ca6e6084e0fc84693e5d85, 0xdfffa4f80fc2c28c84f8e5711c0ecde38bb5a0fd8718274ea54e7b7f5193e04e, '', 0, '?'),
(0x396c1325f640bba1f05aaaa2fb9ee5d9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/SignBlobInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/SignBlobInterface.php', 0, 0x730f4fc26fbc67ed3f70d77576191d78, 0x730f4fc26fbc67ed3f70d77576191d78, 0x28ef9f325f6500f8e77f2904fbace186634a275f45e83281a01008b392760688, '', 0, '?'),
(0x3977760df7ee91db5e9bab21024316a9, 'wp-includes/blocks/image/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/editor.min.css', 1, 0x00000000000000000000000000000000, 0xc760ee4a704bb10cf7059e64e839715a, 0x6b9dcb06263456206254a0b0f75826cf5bdc9da1bfff74cf7e221b13c130cfd4, '', 0, '?'),
(0x39793ec46c118ece0f0fcd7d870a4e63, 'wp-content/plugins/elementor-pro/vendor_prefixed/psr/container/src/ContainerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/psr/container/src/ContainerInterface.php', 0, 0xbca840fe55c22eb51307d55b4afbc8bf, 0xbca840fe55c22eb51307d55b4afbc8bf, 0x55471e4c573dfa77603b683889139181c112e334180c5c14bed05203d8e1ba65, '', 0, '?'),
(0x397957e803cee995f837992380d1f769, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php', 1, 0x00000000000000000000000000000000, 0xf0d64e51130ab1eacbb230ccd9f06e43, 0xf32fc8f0f9f115b833de8995bb14a5a0a6b8edf210f95f15efba0eded0249bb1, '', 0, '?'),
(0x39809d0cbe29b99eba29a87cb75c8c7b, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/admin-global-2400.css', 1, 0x00000000000000000000000000000000, 0x0f8b5320e367cf40ba0ea1f1a3ac67ac, 0xa8fd8ebd2546534943793e26179320510b64b43047e400761de8cf074dcfed04, '', 0, '?'),
(0x3980d9d0601004ccbbb1db1c0324511a, 'wp-content/plugins/elementor-pro/modules/theme-builder/theme-support/generate-press-theme-support.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/theme-support/generate-press-theme-support.php', 0, 0x95ddc7e66b43e4c0b7cea6a074f93183, 0x95ddc7e66b43e4c0b7cea6a074f93183, 0x5a2c4a806d711bc8d742fd5acc28c9f310839962ea13c5e5efc2a13213c83f1e, '', 0, '?'),
(0x3981f9ff031f0281c6e6200ab9691a6b, 'wp-content/plugins/elementor-pro/core/app/assets/js/utils.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/assets/js/utils.js', 0, 0x3e69bd070c477ec824632b13e3a2ef77, 0x3e69bd070c477ec824632b13e3a2ef77, 0x673d4fac40c56055f0e34ae078fa6102fb2b600aa57188925c6291be69e172a6, '', 0, '?'),
(0x398d5d4e3c23873ca57b057b01015e9a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/ClientInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/ClientInterface.php', 0, 0xcfc5e3807c03b80b124948ca3b6c7d9b, 0xcfc5e3807c03b80b124948ca3b6c7d9b, 0xf862db5f0cd62fd731c66a12f78f1632509d998a4783b9648606063a126b781e, '', 0, '?'),
(0x39977d20425ebfb23f09eb9d22eb7f0c, 'wp-includes/script-loader.php', '/home/forwardbetcasino/public_html/wp-includes/script-loader.php', 1, 0x00000000000000000000000000000000, 0xf9fbcec40bdc116b5d194291affbb18a, 0x21e6f5211bc2e4b2979d77e84a084f9c26112df3e0a78d07f87eec9df808e226, '', 0, '?'),
(0x399ce6afd179b253f6c00e097056363d, 'wp-includes/blocks/quote/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x31556ef29bf23030e073c3ff11d043f0, 0x4b5bed167c7762c4386335556119903f25cbbeb6ecc507ac1ee1c932667413bb, '', 0, '?'),
(0x39b620fe7b620a064a63d1463d6c5903, 'wp-includes/blocks/query-pagination.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination.php', 1, 0x00000000000000000000000000000000, 0xb8d543b66d7a5a2a188d7315aa4a1304, 0x16c7a92fe844486d7e5e90360fb011177a5ac8b96a9823d5242733dfead701bb, '', 0, '?'),
(0x39c15a9dfbe72c179340544287e403d1, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php', 1, 0x00000000000000000000000000000000, 0x69ebcf1c7eeca5f0c96b4ade6f3625a4, 0x4f92ee083d8978c2c210014170b0387c2df69f57f82b2f54a9987348cfdfa356, '', 0, '?'),
(0x39cb5056975b1db61aae9b2b74c520c9, 'wp-content/plugins/elementskit/widgets/advanced-accordion/advanced-accordion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-accordion/advanced-accordion.php', 0, 0x0ca87ba8d5d77d9f57e4398610ba7027, 0x0ca87ba8d5d77d9f57e4398610ba7027, 0xd84c2f896acf842071b5d257404ad972ef687ca73f6802f782033e3e949e9bda, '', 0, '?'),
(0x39d036fbb5cd2c72885c31cb5443c55b, 'wp-content/plugins/disable-gutenberg/css/font-icons.css', '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/css/font-icons.css', 1, 0x00000000000000000000000000000000, 0x1165d36e41b8418d12d20cd9f523915f, 0xed6a8759dfd6b62a5e6aedd53135756cee38a990844b53260522f5a719b6fe19, '', 0, '?'),
(0x39dc1723ced766c4eacacb2666b0d3d0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php', 0, 0xac17d144328c86375100481faaa77e58, 0xac17d144328c86375100481faaa77e58, 0xe0a3ebbd0e535d8d8f9b869c3b4c969639db478f693bd7e66d28ae5d1bd9f449, '', 0, '?'),
(0x39e839c974a8775b9daf0e695f9fec53, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.min.css', 1, 0x00000000000000000000000000000000, 0x16bcb3a939f7ace42f699cd23e5c1f21, 0x506757a4de45062b0f1d652dc18e6a224361ff29df6d5cd568a2574aa1f2f7f1, '', 0, '?'),
(0x39ed89e673b433d953055a2c70e93867, 'wp-includes/images/media/text.png', '/home/forwardbetcasino/public_html/wp-includes/images/media/text.png', 1, 0x00000000000000000000000000000000, 0x7ab98773e6e430f718c89d9f5119804b, 0x8d6712aeca3f5bf59f442adf709438807119f29ee205b856d193e6913e8ef54e, '', 0, '?'),
(0x39efc7387b16a104606af137f2cea10e, 'wp-content/plugins/elementor/assets/images/kit-is-live.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/kit-is-live.svg', 1, 0x00000000000000000000000000000000, 0x9bef3a7c532e0686612b9b6adbba43e8, 0x7cdb543b4aba9fafb17f8492ea307901bf587ad886c95e10bd64354f828f28f0, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x39f235bd9af6b5c11adc4f6dc2fa230b, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php', 1, 0x00000000000000000000000000000000, 0xa585639737dce6b6ca0a2a8767ed1348, 0x0bef4b12a61f8581dfc29b300c4869dd57c96df101938e0f6ef87ac02d0c7bf7, '', 0, '?'),
(0x39fc325c8f71673c2cafbd2f9c86c0ac, 'wp-content/plugins/elementskit-lite/widgets/we-forms/we-forms.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/we-forms/we-forms.php', 1, 0x00000000000000000000000000000000, 0x622666ee3245b08f18920fd10543969a, 0xda0c7c6b491ef25931ba00d73cb66626b16617a087c1fa8ec148b0e1ad30de25, '', 0, '?'),
(0x3a07a06c7755bdd60736a07832289b8a, 'wp-content/plugins/elementor/assets/js/element-manager-admin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/element-manager-admin.js', 1, 0x00000000000000000000000000000000, 0x0c50dad16333636b3770a9f835c2f632, 0x3e4d382836f8a7369f917f30a74250b9040e8f19855447af609bc8b8de342eec, '', 0, '?'),
(0x3a0bd5387f472cca6aef31aac2950543, 'wp-content/themes/hello-elementor/template-parts/header.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/header.php', 1, 0x00000000000000000000000000000000, 0x50469e98fef03359368d5e230564db5a, 0x6de34ad54cbcdc324cba8aa5f1e9e020e40264648a37cfffb200dbf03b405614, '', 0, '?'),
(0x3a0f7bc3e2ec7b37ca39b0899ff01f7f, 'wp-admin/link.php', '/home/forwardbetcasino/public_html/wp-admin/link.php', 1, 0x00000000000000000000000000000000, 0x0bdd87cf8770cd136d318062d0af308c, 0x8a22e58f8333351ad5015aab387134317ce50a672a673c2168d5e53a672b24df, '', 0, '?'),
(0x3a1790dfe39e2bbaf68ad47fd59b83c7, 'wp-content/plugins/elementor/assets/css/modules/ai/editor.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/ID3/module.audio.ogg.php', 1, 0x00000000000000000000000000000000, 0x395fafda89e707ee3bb446873b543024, 0x0791d542b8777e9eb05c89a0bd309b491a1cc067ab7c5459de647361b8456c27, '', 0, '?'),
(0x3a1ae0c8f2be915e843c3565a8c2e0b9, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php', 0, 0x9c67e300f0f770c40966e62f886c3a8f, 0x9c67e300f0f770c40966e62f886c3a8f, 0xe0e729849cca5f10b90354b4eff9e94d1c2204ab3402d6d6f3b60083d99c28e6, '', 0, '?'),
(0x3a1f239d7507a6f970e621138674e655, 'wp-content/plugins/amp/assets/css/amp-site-scan-notice.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/block-bindings.php', 1, 0x00000000000000000000000000000000, 0xd76ad0d216678e657d769b12144f9de2, 0xe48b565447cb0ffc42d4e0e0888e1edc742970a9dc3b45e0f9d64d783857322e, '', 0, '?'),
(0x3a2398e0291b0c380c9b29b4d072b210, 'wp-content/plugins/amp/templates/footer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/footer.php', 1, 0x00000000000000000000000000000000, 0x5b6c7754e8aa8b9b3b4d3db17335f23d, 0x7f62d721553a7b86976d316d5f9f4729b9d2f258fe67f97cbf5614a5cc4a1703, '', 0, '?'),
(0x3a2444e7612824a7cbac612d9e044cab, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/ResolverChain.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/ResolverChain.php', 1, 0x00000000000000000000000000000000, 0xc8e8a70f4e0af72235d93d1f98a9cb6f, 0x1d45fc00fa7bf4775d830cfb04100b076c72edcbe5549384aab15f0c164c21a6, '', 0, '?'),
(0x3a25b9394631d898fb7b5b9381dbe5ba, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/EnvironmentVariableDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/EnvironmentVariableDefinition.php', 1, 0x00000000000000000000000000000000, 0x337bdb42ad6bf042d003132a2c49a33c, 0x9e75fca3c89f360132839e2693d223d3693ecec5b71de8f90334eece55a96288, '', 0, '?'),
(0x3a37eee1ed8f1c30680f3908a115d38d, 'wp-content/plugins/amp/src/Cli/OptimizerCommand.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/a730ee9caa710006b307.bundle.js', 1, 0x00000000000000000000000000000000, 0x9389e76d85228c417dd919ce5c57aacc, 0x5efdd10185fc86c3d6232f2ca1662725cab5d7320f2ade9ae7eb1f84baa67005, '', 0, '?'),
(0x3a44e94a9d24eda56813bb86c7850dd9, 'wp-admin/js/customize-nav-menus.js', '/home/forwardbetcasino/public_html/wp-admin/js/customize-nav-menus.js', 1, 0x00000000000000000000000000000000, 0x4ca4c4261bec624b84c563cde98009a8, 0x5d1a6efab86ea38d2b497a399f2d4136664d343396f1245a725b3c2ff5530141, '', 0, '?'),
(0x3a4a5b745df5b3484a65a21dcddd0ffe, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces/promotion-menu-item.php', 1, 0x00000000000000000000000000000000, 0x4d1d3a9c26ad8eddc4ed85f444cdd10b, 0x381160c4d91b46110a6179bd74b015779d2ed0d7c62c1f5391c26d532125cc43, '', 0, '?'),
(0x3a53f2dba63dfae78fc547f942b130c3, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php', 1, 0x00000000000000000000000000000000, 0xb849b2bc953c23bb376018ada9e60ea5, 0x7861b51c95cf1b89b6158e1097f58b054267aa4b3141f27ab199c6195658e2a4, '', 0, '?'),
(0x3a544b489b69ea6388e571e7a3e9e19f, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/conditions-config.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/conditions-config.php', 0, 0xbc19d7e39f251e6f0152ef5a42fe8354, 0xbc19d7e39f251e6f0152ef5a42fe8354, 0xac1fc9511fbed0c35621faaa03e682efc1823734280745d6ec87c3710647ad27, '', 0, '?'),
(0x3a5709ed247385db271be245265c447c, 'wp-content/plugins/elementskit-lite/modules/dynamic-content/cpt-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/dynamic-content/cpt-api.php', 1, 0x00000000000000000000000000000000, 0xe70c41a5287700f2ffad126b3b56d181, 0x8493ecf723b4060087ce3ab9d487dd0d53ea97d65749f84ec6f70ccfa6e31b86, '', 0, '?'),
(0x3a5cdcb90d408789884c22fa3a079f55, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php', 1, 0x00000000000000000000000000000000, 0x654cd846fbe854f9113218d1aedc4865, 0x4df59c44bc0a52e58db8ed9158f9891586fb3dfa9d9f6af21784a2161314d0bd, '', 0, '?'),
(0x3a6647351bdb95cb13efd001f42d7666, 'wp-content/plugins/wp-rocket/views/settings/page-sections/database.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x23ed392d3d24dc4e57489bbcebd619cc, 0xf4a03bb8abd67422faf2ecd1eb3facc1c3bf8e68e77707aeb0d1a2d09b974a87, '', 0, '?'),
(0x3a7ab1cec71b9861f27c19d4fbe48636, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AbstractHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AbstractHandler.php', 0, 0xc55af789513ebfdafdea2ae312c9ab07, 0xc55af789513ebfdafdea2ae312c9ab07, 0x127b50cb2bb96ce7043954f84afdd3e56f228e26e777085053f0f74df19ea3fa, '', 0, '?'),
(0x3a8963dc53fcfbbc0e80938f3e537d16, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/ProcessorInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/ProcessorInterface.php', 0, 0xa317ef80ce1f1cd3c050c3922e7e8c2c, 0xa317ef80ce1f1cd3c050c3922e7e8c2c, 0x8c7ba2ec92a27287304873d9468a3563540e7f5af96dd34ee7123379be7706f0, '', 0, '?'),
(0x3a8c8ae525486021acfbe10d06e8805a, 'wp-admin/js/media-gallery.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/media-gallery.min.js', 1, 0x00000000000000000000000000000000, 0x2592941b1667d6557362fafcab844bee, 0x08fd4f482bdcbd8cf81b672298e2d87b43764611dc429189ac17df74319bae10, '', 0, '?'),
(0x3a97a50b18ca7f4e719d53d27b3d32af, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4adsBoilerplate.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/404.html', 1, 0x00000000000000000000000000000000, 0x386fc90bd36df3f711c22cf3e62a008b, 0xfef635f8b11fc2cf4b07f2fac1bd29161d603001550964fa8d739f94cdb31d54, '', 0, '?'),
(0x3aaa791b592262cfeb87f6a969add9e8, 'wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0xc21340b21bbbdd8ffd9fead1224dda20, 0x559626965d14e68f90b014a5c233a33c79270b9d2c08efc38df50671ef673988, '', 0, '?'),
(0x3ab025f0b01fc528763584d471a51130, 'wp-content/themes/twentytwentyone/single.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/single.php', 1, 0x00000000000000000000000000000000, 0xdc30d7b216f0024fd7e4db0de87c87cc, 0x9ca061a754839674f9cb1c981b952e743a8eae2c068a1076ecdf70da8a050400, '', 0, '?'),
(0x3ab1e411b5a4115d1d57a3d337831dc0, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/child-of.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/child-of.php', 0, 0x6b965da8274884522f436d88a3b01793, 0x6b965da8274884522f436d88a3b01793, 0x274c90129c08e44dcc835ef4db3d2bcde458729e545eb8b4570c785e3b60e8a6, '', 0, '?'),
(0x3ab8716bdfdbf1ffd1cb16574b45eaa1, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownLeft.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownLeft.min.css', 1, 0x00000000000000000000000000000000, 0x09c2f666cd251bc7f5f0f30b813d4375, 0x90516febc7af36e9e48940fa0d25d92e86f0c5e7b3e5d817eaf58236f53a3ab8, '', 0, '?'),
(0x3ab8f43ebea562f58f145dc11704b182, 'wp-content/plugins/elementor-pro/modules/blockquote/widgets/blockquote.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/blockquote/widgets/blockquote.php', 0, 0xc5582c6e6e7586ea6e694cfdd94f0ad6, 0xc5582c6e6e7586ea6e694cfdd94f0ad6, 0xcee3e0ebf100b38d16caa8c7c0e22345a8df680e705077cf98a6b66a6654034e, '', 0, '?'),
(0x3abf2ce668e058b97b034b4b58786d98, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DecoratorResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DecoratorResolver.php', 1, 0x00000000000000000000000000000000, 0x47a73716ff2ae500ddb7bfeb2cd1b324, 0xeb2a50d845d0eb6c907641c055da2a59760139cd851496cf9960c951d61e7c73, '', 0, '?'),
(0x3ac1f9732d2842a7a2f04fcd3288e429, 'wp-includes/blocks/cover/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd4db0e16ac02e7f1c41c53dce34ac8f6, 0x688d00914181674d5f3562838a67ee62887213bd26131c600280b23845ba7fe8, '', 0, '?'),
(0x3ac608887b9bdaca939ddb964cd2c5b4, 'wp-content/plugins/elementskit/hooks/register-widgets.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/hooks/register-widgets.php', 0, 0x03dac93115f1a34c0985326622d6878d, 0x03dac93115f1a34c0985326622d6878d, 0x73355e6844ad0f1d529e66e76ff9f3cd3ea8ebd14ffad3080c450a83dba5f43a, '', 0, '?'),
(0x3acc95a3a457e52fb9430b2899318c65, 'wp-content/plugins/elementor/assets/css/app.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app.css', 1, 0x00000000000000000000000000000000, 0xb3eaa75164e8a37e23bc36cb653ad7bc, 0xc332e65d0d683c9d0d96b6223c14576b6654219566e90c2ffeb03c53bf0caefd, '', 0, '?'),
(0x3acd2839f2c3cc170d89efdd205bd7f4, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/linkedin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/linkedin.php', 1, 0x00000000000000000000000000000000, 0x24f55dc369809024c7e05db3283ba33e, 0x12dcd9033c9a7634c5b264bb05c35dca00596d67a4a508e556dde4bcb3ec3856, '', 0, '?'),
(0x3ada5687768a50ec7e4729797167e658, 'wp-content/plugins/wp-rocket/wp-rocket.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/response.1690810710.css', 1, 0x00000000000000000000000000000000, 0x56b792149a80370181696978570c439b, 0xd71cd727e798def93db80cd2b0bb821000d7cc803e208a50c6356182cb096481, '', 0, '?'),
(0x3addaae5bbc9c9700335c06604fcbd62, 'wp-content/plugins/elementor/assets/css/modules/ai/editor.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/ai/editor.min.css', 1, 0x00000000000000000000000000000000, 0x0a461a4eddca06be33107feabf566cf5, 0x13bdfcdf79b30822913c10785ed1c1a7875fa717cdb69d5d190a9e6d179e365f, '', 0, '?'),
(0x3ae3feff3abe61aec51945ccc4a298ce, 'wp-content/plugins/elementor/assets/js/admin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin.js', 1, 0x00000000000000000000000000000000, 0xc5ffb5e8c6e90110893bcf17f65c9c40, 0x1c40f4210b2d7f5338a753fd1a4f603235309523c4da4286960e51fe20528b6d, '', 0, '?'),
(0x3ae7295d7c74e8054f880ec7946f3cad, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php', 1, 0x00000000000000000000000000000000, 0xf06e6d9dd8712464845f26f5c9d834ed, 0xe14991ab099e9b6edea54a05b1bb42c9ec4e7997bee648b63b6246df0a5b0d68, '', 0, '?'),
(0x3aeeb6bb5d36859c28fa9d23c5f90b09, 'wp-content/plugins/elementor/core/utils/constants.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/constants.php', 1, 0x00000000000000000000000000000000, 0xa87a40986e71d1498deb5b589bf870bb, 0x6c011181f07ed629bec399742de6145b78f0a60372ffa815ae39383de6930ab9, '', 0, '?'),
(0x3aef5871dd9daf4a5ca63550f2b63403, 'wp-includes/images/spinner.gif', '/home/forwardbetcasino/public_html/wp-includes/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0x3af668b65b7592a32c0f34891d91dc08, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInLeft.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInLeft.min.css', 1, 0x00000000000000000000000000000000, 0xfc943746b32b071646f7fcc74e8561bb, 0x3c7ae37ab3ac9577bf62e583313d54e10f7184473b295ce0904d5c7157da84e2, '', 0, '?'),
(0x3af96e1fcca31f524deb7469239af53d, 'wp-includes/images/media/audio.png', '/home/forwardbetcasino/public_html/wp-includes/images/media/audio.png', 1, 0x00000000000000000000000000000000, 0x8674614341f1bec5feb22eb7e75adfc0, 0xa04ce43ea29124a8c10ab26f691d786f0c6a2d0a4ccfd318f5c0e15d473b710b, '', 0, '?'),
(0x3b0462d2a142c9cfd21c9cbd19d0ba1e, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-images.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-images.php', 0, 0x5c2ab5b3896962d07d6e6c5d06380ab8, 0x5c2ab5b3896962d07d6e6c5d06380ab8, 0xe09617b5ef1bfcbb5bfd9a20711e9edcfa47fb8c58bb104c545c5e0856daec6c, '', 0, '?'),
(0x3b04a898a06747232aca07a6ffc6084a, 'wp-content/plugins/wpseo-video/detail-retrieval/class-blip.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-blip.php', 0, 0x3e8dc3dcfcaefa31e16b8092e0f3e875, 0x3e8dc3dcfcaefa31e16b8092e0f3e875, 0xd952a490c033feb259e23e2c1b7c9306d7cfb5c085f04e62268c45d240621318, '', 0, '?'),
(0x3b0bde1362ad66c89630ff96a6ad7805, 'wp-admin/css/colors/midnight/colors.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/midnight/colors.css', 1, 0x00000000000000000000000000000000, 0xfb7ee6d1bc6f5d9c8a0ac2b721619ac9, 0x5f877a443b8150da9f3d8385bb649cc1c4c6f872cf72c5677ea6d1219782e6b5, '', 0, '?'),
(0x3b11dc92736346c2fcf521e10f9ca9ba, 'wp-includes/css/dist/components/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/components/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x99aa2fbf81eb599d8f2933653bf36d34, 0x599f0fae4cc3a33ceb6397d178add71d725c12a533fa8eb9c7ac39fdb2d11d6f, '', 0, '?'),
(0x3b1237afb9a7f9abc9999808f7ebc241, 'wp-includes/Requests/src/Exception/Http/Status304.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status304.php', 1, 0x00000000000000000000000000000000, 0x70c45d8d1bfd3aa37d9117fa6c0d77da, 0x32a308676c3b005027b4264b613bd3aaacb2706c7932223024d1dcd1c8688a0a, '', 0, '?'),
(0x3b1f3b415e47c773e82c6b132c4a66c4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 1, 0x00000000000000000000000000000000, 0xc553623f353855e9906fb3c42636eb1d, 0xabd55a1577690f636259256631d97e9b9eeb28c07bc32dfc71ae335842c02509, '', 0, '?'),
(0x3b2110af7a7e25a3425261835bf9fd6f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base32.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base32.php', 0, 0xab910a4be2494004ce2cc0e72cb24a82, 0xab910a4be2494004ce2cc0e72cb24a82, 0x7d8113ef7867019fb9c4599f9eae65a68fe765d91f80b2b37da7983310c2bad4, '', 0, '?'),
(0x3b290dfa7a638d53815c3708c5fc3ada, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnparsedInputRemainsInSelector.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnparsedInputRemainsInSelector.php', 1, 0x00000000000000000000000000000000, 0x895e972e2c3ee2d219601888d0968b2f, 0xad16453df48729b53628cada28f29bff02bb4c5aeb0b61a3491bf807f60932f3, '', 0, '?'),
(0x3b2d2a704f4db61d12d515ec07f25f54, 'wp-content/plugins/elementskit/widgets/dribble-feed/assets/js/script.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/dribble-feed/assets/js/script.js', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x3b31d18b2312c1595f4e0f1c84a574f7, 'wp-settings.php', '/home/forwardbetcasino/public_html/wp-settings.php', 1, 0x00000000000000000000000000000000, 0x264d7ac1e3b2e03a169b5001583e9a50, 0x753eab444cb46ac1263ab64251b3b9d7c2908e27fe581317948c8b68b379ff2e, '', 0, '?'),
(0x3b33bf48e82fdb0a2fd915949cb791c2, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-required-plugins.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-required-plugins.php', 0, 0x5ce99410cdc010950dedf13404bff769, 0x5ce99410cdc010950dedf13404bff769, 0xf32c6672a7810674894de8966a85afc5c450170ecf8f963d1b341ed81672631b, '', 0, '?'),
(0x3b38127ec0ae9d9bb2f51653fa62188d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php', 0, 0x13db2cbb142c29bd424a8fafb4731503, 0x13db2cbb142c29bd424a8fafb4731503, 0x8d3b0be8eb40889e94e347eb99b635472e578e4985f7cad79eda3673a903dddd, '', 0, '?'),
(0x3b5017a4476ea0bcb6614365672548b7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBodymovinAnimation.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app.js', 1, 0x00000000000000000000000000000000, 0xcc40cbed52194efd8dd34f2e5dd9b2e0, 0xc7cebc82b0b3381d4588b30d37abd2aa2154ac64fce4ced9eb21e5d31be4bdaf, '', 0, '?'),
(0x3b512d3a0840283a38354db5afab1e98, 'wp-content/themes/twentytwentytwo/assets/images/ducks.jpg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-tax-display-by-country.php', 0, 0xf035ef463969dff701679a389883e365, 0xf035ef463969dff701679a389883e365, 0x4a031033d152d540c8f13f6a9eb07ef1305d7d1cb94a674e19b301293a420c3c, '', 0, '?'),
(0x3b5263bf7fef044afbc5c22c0cdd5341, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss', 1, 0x00000000000000000000000000000000, 0xeb0be2eea4d0013cdbf1ae8f4505d80f, 0x5448ff64c914c1bca6d6157911c2f2783f02e620bd6d50e5f9ed147d36973356, '', 0, '?'),
(0x3b52de79689beb9fd052784b8d111c0d, 'wp-admin/js/farbtastic.js', '/home/forwardbetcasino/public_html/wp-admin/js/farbtastic.js', 1, 0x00000000000000000000000000000000, 0xac0dc5104a6772ba54623bba756ebe2a, 0xe5fe4da39184fcde5fe2e3d8f50c8507ffdef1603905856807fab02aae2fd373, '', 0, '?'),
(0x3b578713c2e0012f0f0cce262a9a38a2, 'wp-includes/SimplePie/library/SimplePie/Rating.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Rating.php', 1, 0x00000000000000000000000000000000, 0xc08e0547494200288bb69df06322e24e, 0x666df22e9699a05cbe90c666f8684f3f8d51a83ea4930e4d25183409111f6f8c, '', 0, '?'),
(0x3b5f1ef926d5c1446b4bb8f00cb5c501, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_b.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_hsb_b.png', 1, 0x00000000000000000000000000000000, 0xb45588ca2fe9ba46673862300fcd3083, 0x73a61e7539033731ee9f56b41c0443bf060e8fd77409aae303016f1ad7b0887d, '', 0, '?'),
(0x3b6ee09b43678eab37248e3bf5ef175f, 'wp-includes/blocks/media-text/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/editor.min.css', 1, 0x00000000000000000000000000000000, 0xff2b2c416211badb99e7de69670d52a7, 0x196623fffe2006f5f8019796888f6dbf15ea1416c7aa218875bc8cd700447ae1, '', 0, '?'),
(0x3b6fbfb731aaaf574abe71f8a890ab90, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateProtectedRangeRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateProtectedRangeRequest.php', 0, 0x21ca1f317f8af467236b45c0802f1027, 0x21ca1f317f8af467236b45c0802f1027, 0xf21e351bb0259b02404998e30f845b85eaeae2b2084abc4a7495d92c894b20ae, '', 0, '?'),
(0x3b712a30c9f09731974086c13ad6a974, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php', 0, 0xab9a15a75ae5a96ed84e934ee8953566, 0xab9a15a75ae5a96ed84e934ee8953566, 0x2c7a2e4ae37c4fcec91ca6feaaed724382856b146897e02bdd8b2161156cb0bd, '', 0, '?'),
(0x3b715d0c174cf0a6652d83d88b1cf0ee, 'wp-content/plugins/elementor/core/common/modules/connect/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/connect/module.php', 1, 0x00000000000000000000000000000000, 0x8e5b01aea3490bc8982c101f8b107574, 0x9485f0daf4ae6a7c20d9bd015e7ed7ff5735c4a9361718ce141e59c332564d61, '', 0, '?'),
(0x3b718050c48fe985a842ccc71bb05724, 'wp-includes/blocks/post-content/style.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php', 1, 0x00000000000000000000000000000000, 0x40e7d01014facdf01dce73f937903ad7, 0x54f74ce6352dfec153843fcd76dc39224a90a84f6e05bc50cca537b925854f75, '', 0, '?'),
(0x3b8de0c2c2a7e421b9dfcab98c2cc25a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NoscriptElements.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NoscriptElements.php', 1, 0x00000000000000000000000000000000, 0xbc8d838dc52358417d273dfdd761a561, 0x09ce7d182c362fce3616f474733adf6cad3f462164a48b21a3368e78dd587cf0, '', 0, '?'),
(0x3b8e551dc96a4862598186254892b940, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/NamedRange.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/NamedRange.php', 0, 0xaf1d884f287832719c1dc9ac91ae6c03, 0xaf1d884f287832719c1dc9ac91ae6c03, 0xe038b90584d7999428dda11506475fc1496a8e73c801199589464cc61570f4e0, '', 0, '?'),
(0x3b8e9d6c9b6a1956d80114c6e508cc20, 'wp-content/plugins/elementskit/widgets/table/table-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/table/table-handler.php', 0, 0xeceeaac57fe880e4244c591fd487cdcb, 0xeceeaac57fe880e4244c591fd487cdcb, 0xb8e13183f2d26561d82569fd68b2921b01c0bbd90465ddf17de02e22b318066c, '', 0, '?'),
(0x3b90647879c996c3a1bd25127dc49b2c, 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/elementskit.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/elementskit.woff', 1, 0x00000000000000000000000000000000, 0x35d9d8d17344729e636b122ef44b7e1b, 0x049f4e65cb1c1155ace273bf739d9e8e8eafb651646409184a2c202741eb168c, '', 0, '?'),
(0x3b92b91951dfdfa48579d10a742e0442, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregateInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregateInterface.php', 0, 0x999b352aba6311248464f2721136a461, 0x999b352aba6311248464f2721136a461, 0x1e9d4390726f7b4bb6797cf19d106b6034e762d1496b86ebe325eb6b4f1e4f11, '', 0, '?'),
(0x3b9f9e43d52e8134b2a3a1c62e533c60, 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php', 1, 0x00000000000000000000000000000000, 0x6d75550efd3f846c5ae11f2f987fa039, 0xdff8f3651329b6c5dc7c3c9a85ae3a2d6097578e5c3f6fc276a851c71a6aa7fc, '', 0, '?'),
(0x3ba93e0897cbba48d51312cd2a300f0b, 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-3.e3ae97fbef2242a8b036.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/floating-bars-var-3.e3ae97fbef2242a8b036.bundle.min.js', 0, 0x14ef58c63b46766c05f718e623b4b49a, 0x14ef58c63b46766c05f718e623b4b49a, 0x377368474a11cd11f51c57429f33aed828885c03ac63f42bf445199a8f3aab1e, '', 0, '?'),
(0x3bb07aafa0c9989dcfe801da85539f9a, 'wp-content/plugins/wpfront-notification-bar/js/index.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Colgroup.php', 1, 0x00000000000000000000000000000000, 0xe99e0aa104fd2dddcae4ce7ec4ab97ff, 0x7987ce63d3964e71935a23937c306b49a8779f4d84dee14686caa9a0452a7689, '', 0, '?'),
(0x3bb88ec046f0f088f3a529b285e8c5d5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php', 0, 0xbc5e1eadfdbc447aaa9ea736463c24ff, 0xbc5e1eadfdbc447aaa9ea736463c24ff, 0xe1fec02347f9a1d1f3705e589b5724ec7933b6dcf266c74a103442c91f2f2905, '', 0, '?'),
(0x3bb9d0055b3b8b30573177902f71f995, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php', 0, 0x8a5d28badff1c1c0a1029534937a3a87, 0x8a5d28badff1c1c0a1029534937a3a87, 0xd5403dbc6ccd36beb53063a7be57b686b543eedbe57371e63f922a6222c422a8, '', 0, '?'),
(0x3bbb9b025dbf32f178f30d0ef05a71cd, 'wp-content/themes/jannah/functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/functions.php', 0, 0xa1deb57b051d53bfb65f00c8489107c0, 0xa1deb57b051d53bfb65f00c8489107c0, 0xfedee43ebe777b9a8d871ee9f8947c244833f5012deb94c0e24ed519973ea705, '', 0, '?'),
(0x3bbe7d405abf0017d985dc6105d8efc0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrackKindSubtitles.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion.php', 1, 0x00000000000000000000000000000000, 0x8eb795b85303d3476643d3e662a40670, 0xbb708be3db5d2b1f48729370c816eceb861e555222ca7fab94a104dcc88a8232, '', 0, '?'),
(0x3bcfe4504ef1d68b8487423d7bbe6bbc, 'wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php', 0, 0xe72a5b4bd883c04037bfc067d2954569, 0xe72a5b4bd883c04037bfc067d2954569, 0xf6ddac29fbd0686d1f3e3a8417d4b2e2f5d1b25eb359ed3fa170e26ddc6c45ac, '', 0, '?'),
(0x3bd71d76f030424baca4b5c4310fd0b4, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x1dae1d2b036f7e98a458fce5dd9300cd, 0x785818047fb781d1b9da2436dc55645a24fc90d6e67897c1a4dfd826330ed70f, '', 0, '?'),
(0x3bd8475f6854c50d0fff0dc24ea50b79, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php', 0, 0x3f5b6869777e2b2c01708da0a1c26b31, 0x3f5b6869777e2b2c01708da0a1c26b31, 0xd02a31abad8da32df9056e689b9b8ea6b4f87613d45856e36af4bebdf2d91781, '', 0, '?'),
(0x3bdad0bf6ca8d8cf5d2819df439a4a0c, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Container.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Container.php', 0, 0xd1035514c4670dfe52944bc3f86e0f55, 0xd1035514c4670dfe52944bc3f86e0f55, 0xae64aba6618cf3f941e4fa2e88af842fa052e94a3f4d71ee1dfc57744402bd2f, '', 0, '?'),
(0x3beb0164052b3ba443ad18803fc7ffdd, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/table/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf88f5e1f71e12592d56d5ac5f22cc731, 0xcbe3574f981f29cdd56aef29f8d0eafe939cddca4167332430b1e3245be8f46d, '', 0, '?'),
(0x3bf1576374d4d3e72a2bf7ac427216ca, 'wp-includes/images/smilies/icon_surprised.gif', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_surprised.gif', 1, 0x00000000000000000000000000000000, 0x55ec8bde2deeeb232bfef6b6b530e73f, 0x8e9563757997588ad893df41ace86489355b3d773e99152a5388707765f72e5f, '', 0, '?'),
(0x3bf9a47da23d2a5a98c4ec51cef20108, 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2400.css', 1, 0x00000000000000000000000000000000, 0x977ca37d31893cdedfa66c83bddc0ee4, 0xff9670f89891cb566dc8e7ed188c1fa6dfe5de1a54b071921d93befadfdf7618, '', 0, '?'),
(0x3bfc1dedd9e2012a0b311a6ebdc334d3, 'wp-includes/js/wp-emoji-loader.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-emoji-loader.min.js', 1, 0x00000000000000000000000000000000, 0x2842de82bb41d35883d059c385c38d52, 0xc905c7f251f87f1d4a9f2d0d995157908deed51f59bf6a32610c7c4a8805fff3, '', 0, '?'),
(0x3bfd1f4928be08e356c8587b82a8768f, 'wp-content/themes/jannah/templates/page-head.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/page-head.php', 0, 0x43b2b55b1b3fc6279860e0a5a0fd58a5, 0x43b2b55b1b3fc6279860e0a5a0fd58a5, 0x752290704e2551d234bb955f0526046a24222a0ad925792ee175753340023381, '', 0, '?'),
(0x3c0158e966755a075e6078acf0c8c9ce, 'wp-content/plugins/elementskit-lite/widgets/client-logo/client-logo-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/client-logo/client-logo-handler.php', 1, 0x00000000000000000000000000000000, 0x57768a77d7f93a672cbf06c9882a4f69, 0x7f7767e6efcadf58ce43a24b246097355671cb74142f2187510e3eefbbf1a0c0, '', 0, '?'),
(0x3c0cd29070c1ae01afa20de6cb9ff4fd, 'wp-content/plugins/elementor/modules/system-info/reporters/plugins.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/plugins.php', 1, 0x00000000000000000000000000000000, 0x154a1b85c538d0b13082c12ae4079af1, 0x02ae7a32e25c3552f39b96a1d3abeb0267389ae98e21e18ad3207ffa1cb2902d, '', 0, '?'),
(0x3c15619d83e2d752ef5d47212779a2f2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php', 1, 0x00000000000000000000000000000000, 0xad1444005d3e300e098f79311969759b, 0xb9058227b0ca787a64ae9fe11c28edc43414d677ee645d77769568dcc1ca5154, '', 0, '?'),
(0x3c1a52e5ad549a9dd262d940eefa9a21, 'wp-content/plugins/amp/src/Editor/EditorSupport.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Editor/EditorSupport.php', 1, 0x00000000000000000000000000000000, 0x6a2c916daf21fc608564ff207a4983d4, 0xe0e3addbabf9b7dd8f89b5e2aea324258013d774d9e1b8a4e02168ce49c165c9, '', 0, '?'),
(0x3c1b8ea3634e19913e9cd191b6b62c27, 'wp-content/themes/jannah/templates/videos-list.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/videos-list.php', 0, 0x6b88d8f7945604c1e874f4e171150e4a, 0x6b88d8f7945604c1e874f4e171150e4a, 0x41845780ea59e960ed6bdc29d0fae9fd4c2b1201dad076823288fef4a9981161, '', 0, '?'),
(0x3c206afaefced86cdd9dbbe342879c28, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg', 1, 0x00000000000000000000000000000000, 0x4604792aca6a2b58ca03e0cbf50bd268, 0xb1cf77cf487861138d3f18538540c0dfa6ed5a085777c1bb501dfd77f4498ad0, '', 0, '?'),
(0x3c2c4dbe528a2dac7a6a1583464440d5, 'wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/posts-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8807c94cbb8baf1c0c78db8edeaa7b1c, 0x39e734b64f5b1da9a0df16174d0104c5624af73b3d8485bc778e27499c939339, '', 0, '?'),
(0x3c2f235253c8f010a975bd755f3efc23, 'wp-content/plugins/elementskit/widgets/instagram-feed/assets/js/script.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/instagram-feed/assets/js/script.js', 0, 0xc4b04d6b25636e200c27b15558a26785, 0xc4b04d6b25636e200c27b15558a26785, 0x67bbba329ed640ee69b0694ea8f3591d87ac51dac70aa8cfb7768d9fa3351e90, '', 0, '?'),
(0x3c2fe02bc38d107076d90bd80a7ccee5, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-06.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-06.png', 1, 0x00000000000000000000000000000000, 0x6e6bdc07f25a305c1ad29076bb1db22f, 0x8e2fe0cb25945677f709c26bb35a67758c4b3d23e5705361263906fb0c3cbafb, '', 0, '?'),
(0x3c332cda54c82fbbba0eafb4fdfc14e3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php', 0, 0x9ab5b3939f33971c971b3b4b7a0b0313, 0x9ab5b3939f33971c971b3b4b7a0b0313, 0xe64e68309f6ee45d3135c33c0c65fbe11bd9a817dcae6bb3579d16d384dbd4fe, '', 0, '?'),
(0x3c33e717778fbb2cf1fdfc39ee896f47, 'wp-content/plugins/elementor-pro/assets/js/preview.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/preview.min.js', 0, 0x688dafd692c2a37d037df7eef7a48d82, 0x688dafd692c2a37d037df7eef7a48d82, 0x48264f9c7dc9f5ec27bc5cd5f76ace518d3c14b109940594fbfa87fc4bb79c76, '', 0, '?'),
(0x3c3e55ad9c1426cb562bf4e22e2586d7, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerTrait.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/keyphrase-interface.php', 1, 0x00000000000000000000000000000000, 0x154f0e5656299a03591ff5c96dd423f0, 0x657a7233c709f70215eb9d0602403e70c16d3f962fc54ee4ca1510ca4be87123, '', 0, '?'),
(0x3c46e90febef507acc193232a387127e, 'wp-includes/js/imgareaselect/imgareaselect.css', '/home/forwardbetcasino/public_html/wp-includes/js/imgareaselect/imgareaselect.css', 1, 0x00000000000000000000000000000000, 0x7d28cad92829b3d633a087b5f3b595af, 0x9e71f321ddbf4ad38797f6690a19c1451ee1ad3573e5219d0d901d9785258381, '', 0, '?'),
(0x3c57cadc4b1b94245bcc56972ba2f9e6, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-presence-validation.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/user/disabled-application-passwords.php', 1, 0x00000000000000000000000000000000, 0x2574edae5a2905e5e2999f0fc7f756a1, 0x9af147cd8cd17286417b15e8fc0d17600d591febb2f895f77d7e6899cc4a64bf, '', 0, '?'),
(0x3c5da34c80c1537315da58d49761d9d3, 'wp-content/plugins/wordpress-seo/js/dist/languages/de.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/de.js', 1, 0x00000000000000000000000000000000, 0x5d1cd2096452783d8f659132ff2fd6f7, 0x5dfa889c153f267749fa2be4031020546950a894c1325d77b4ca5a44dcf680cc, '', 0, '?'),
(0x3c5f1d0e2d7c14da406954fff7e6d8e4, 'wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss', 1, 0x00000000000000000000000000000000, 0x3755451afb2ce160f0ab9e88c3937e21, 0xb80b58fde4d459f2b8b6103884cc0c19836b63548589573c2bf2e0da4632aa69, '', 0, '?'),
(0x3c6690ba6b36b7c4ef5e28df69790b16, 'wp-content/themes/jannah/framework/widgets/weather.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/weather.php', 0, 0x3a7bf5b63842292e24a8f962989a0ee4, 0x3a7bf5b63842292e24a8f962989a0ee4, 0xf5f98a3e5ef92ded262593dd6bed7c9214ecb3d1f847f38d422fab71d12fe856, '', 0, '?'),
(0x3c69d34063f5106f5ef20f00d205b65c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php', 0, 0x3dc293fd4bd92e134d7080499f2e96ad, 0x3dc293fd4bd92e134d7080499f2e96ad, 0xa950ed3b4408f13e0f50b6fb236156f1c5b925fbd646be0cdcbbd18a458c398c, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3c6fa63d7492045295ceb8e61b694084, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mask.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmittingTemplate.php', 1, 0x00000000000000000000000000000000, 0x80a148a22d6603b880744a314c845de8, 0x4daad10e677502efd8dffccb66b4eb4b4b078f10468dfca87ad2eab03d81926b, '', 0, '?'),
(0x3c7774c9e3824ec28edefeecdc76d370, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/floating-bars-var-3-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/floating-bars-var-3-render.php', 0, 0xa89c0a27188b9366b53166c4bf19ad60, 0xa89c0a27188b9366b53166c4bf19ad60, 0xac017311671983e0431b2fa5e03f15bc82e10f6fa38864eea7f498c887fa6565, '', 0, '?'),
(0x3c7c71847c78dcb25ce8ed7a5ab47b08, 'wp-includes/blocks/page-list/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9786e317284dec42908cec875fe7ee9a, 0xbaa1bad46c8f135bad29eed9253d1f04671a1af6e39c460eb88180f074ba5790, '', 0, '?'),
(0x3c8e217d4b14edfb41e92c0da279d132, 'wp-content/themes/twentytwentyone/template-parts/header/site-header.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/header/site-header.php', 1, 0x00000000000000000000000000000000, 0xe241cfef62e5d27d662ab07b860ac7f8, 0xd7825b0cf1331790152c3de759d3bb906e7a3bb24c5153315c7cc935d18b400e, '', 0, '?'),
(0x3c8f8939fe75fe6ab3aeff8421c1240f, 'wp-admin/css/install.css', '/home/forwardbetcasino/public_html/wp-admin/css/install.css', 1, 0x00000000000000000000000000000000, 0x6dfbb4858e3f57cbaecac565fbdce6cb, 0x57489f64245b5bd24f7960bcac15c5c8b5b162d01dddc4ff6f88c43f7cd70b1d, '', 0, '?'),
(0x3c987ab2ff6359caf713057591be5693, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/fancy-animated-text.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/fancy-animated-text.php', 0, 0x61ef7bad167e290fd8aa0d6fedd5b692, 0x61ef7bad167e290fd8aa0d6fedd5b692, 0x230843fcfb7f82bef83380f1a5c6775d9109aca5ad59463e8b82c533007308af, '', 0, '?'),
(0x3c9dd85250ef06f2bda0119d04358160, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 1, 0x00000000000000000000000000000000, 0xd5c6c2be2c81bff45f02ac51d42c158b, 0x7c91be22375abf0c8ed376a5f153880f031b2e73cbc46659bfc87c406516aeff, '', 0, '?'),
(0x3cae55ea8649b9bd3fbc9e041024b657, 'wp-content/themes/twentytwentyfive/styles/03-dusk.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/03-dusk.json', 1, 0x00000000000000000000000000000000, 0x45c9bf04a332c5469764224a5bb6e3b9, 0x6fe236da9dcf30d6aa561aac980b338cc06127ed7aad418fe46e5f52f94d135b, '', 0, '?'),
(0x3cb165519c6eb52dca3e0042d5b35a72, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_SimpleSchedule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_SimpleSchedule.php', 0, 0x5e7918810931356493087e1d55684652, 0x5e7918810931356493087e1d55684652, 0x82ae90c63b5d441f35f8fea9a314566f60972f82f15f967167a7a879cf792e21, '', 0, '?'),
(0x3cb23a55d93b83329dbf3e96452fd811, 'wp-content/plugins/amp/includes/embeds/class-amp-issuu-embed-handler.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/BaseDataCache.php', 1, 0x00000000000000000000000000000000, 0x0c7d7b813ddd5d73084312763ba77dae, 0xe4db36e58f9101dbf162f783a4ad52c67621089242adcb12d8f96cc31cfbdfad, '', 0, '?'),
(0x3cceb77edb168368ae5cbbf0a5e8d5e9, 'wp-content/plugins/elementor/assets/js/announcements-app.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/announcements-app.min.js', 1, 0x00000000000000000000000000000000, 0x9c2a085cbec5ee714e77a9e2b604dbd6, 0x060b00af25a0c2c54ccc16757a3299fa6ac1768529a95c29ae7aa795c2568834, '', 0, '?'),
(0x3cdb71562b7df8295017de5d5cd4de6d, 'wp-content/plugins/elementor/vendor/composer/installed.json', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x2053241b017739e938771e158952a3bd, 0x4184e7eb9bad572d57647dbf664293283187f664f19dbfadd7a98f08485f58ce, '', 0, '?'),
(0x3cdc053f0900b3fc9ba00dd3da89797a, 'wp-content/plugins/wordpress-seo-premium/classes/premium-stale-cornerstone-content-filter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-stale-cornerstone-content-filter.php', 0, 0xe873aa95080c5f784c1e62c2c9141b12, 0xe873aa95080c5f784c1e62c2c9141b12, 0xfd8d25e532affea5ee00149a34dacc20399f18a6d6a52706fc69a3f95685d850, '', 0, '?'),
(0x3cde7a892f10f5a85ec5177caf7bb8dd, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-checkout-page.776b4cec45070fe32636.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-checkout-page.776b4cec45070fe32636.bundle.min.js', 0, 0xf5167585c82d1f7539d4260ae73c54fe, 0xf5167585c82d1f7539d4260ae73c54fe, 0xa50283c7096e5f5bf67efb431e4b8cf9f108d81f17bc27ca29f3c68c25501006, '', 0, '?'),
(0x3cdea49b6ce7f6f94b60af08b269b4ec, 'wp-includes/blocks/embed/theme.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/utils.js', 1, 0x00000000000000000000000000000000, 0x06048f8ea732a49aa4215b704e49e935, 0x6949034934ef2a96e17b461d0c5a616efac7a01ed11c294a2c54d026b567b3e0, '', 0, '?'),
(0x3ceb4c5af15587caa2c79ef4d6454c5c, 'wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php', 1, 0x00000000000000000000000000000000, 0x91198352d42782fc7a8426ca756d8f40, 0x9467b075fac60652a2c2254f90e8b33339f1efa7a4150b96573825a8f13d561a, '', 0, '?'),
(0x3ced5329bf76ba7a858e2c3f9f8e2cef, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MandrillHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MandrillHandler.php', 0, 0x22e25a39737bb8a9b15725fdae7cd556, 0x22e25a39737bb8a9b15725fdae7cd556, 0xb03df136bcc068687f24f944e5d7bf821093ffc489897edb5c8ecfec0450f93b, '', 0, '?'),
(0x3cefce75eabf961adc9cb5c70b59d45e, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 1, 0x00000000000000000000000000000000, 0xd66af83ce6975dd8408299bfc00934f9, 0x0d5d0622cdce219e27730811673d9699aafaef7ac4b70b1f5198ee32c74e4beb, '', 0, '?'),
(0x3cfe55ed4171acabe5d7d73f623848b2, 'wp-content/plugins/amp/includes/sanitizers/class-amp-link-sanitizer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/styleguide.min.js', 1, 0x00000000000000000000000000000000, 0x580138629b025e2aee9f92121ecc3418, 0xcca4d3916e42543f7781192d4f94ffb01b81c460b98b24be22c32dba423311f7, '', 0, '?'),
(0x3d01fbcb7c620b594964c0d7661390cc, 'wp-content/plugins/elementor-pro/modules/wp-cli/theme-builder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/wp-cli/theme-builder.php', 0, 0x957acc287684b79ed7f339e95ee4380e, 0x957acc287684b79ed7f339e95ee4380e, 0xebd668a2f36d69b67ef03fab5654927d2675720d025b44b96cc1b01f630c568a, '', 0, '?'),
(0x3d034a10aca6c7b06a618c7d4c49895a, 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', 1, 0x00000000000000000000000000000000, 0xb103c07046f5f181067431c62bf6c0bb, 0x0ffe3b89067ddbfcc7005bb79ebe270d71ce16c4e1dadcc4a564dd3b23e6b02e, '', 0, '?'),
(0x3d0450ae47db46ac69f565b4a3c92928, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ExtendsPreviousDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ExtendsPreviousDefinition.php', 1, 0x00000000000000000000000000000000, 0x05cd4b86c4249bc5e8e2be9a3758dbc0, 0x2f1acab358371568fb61512a0414dbe7750caa9e0181606c59a81f8389c697a7, '', 0, '?'),
(0x3d0f3e2ffb6ce67ad5831219d7360aa1, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-base.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-base.min.css', 1, 0x00000000000000000000000000000000, 0x34bf96a26701387beaa65c53cd00ca43, 0x1d20f8a51cc4cc628e915bac43cb6db698f3deb9a114a55792b44dbe8f935820, '', 0, '?'),
(0x3d102b11b898929a1e1cc35527a736d5, 'wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js', 0, 0x81a54a116c4b5f257f0c296bb023e915, 0x81a54a116c4b5f257f0c296bb023e915, 0x9ac1f767468086f62209213118713c877a37537031b554db85d749e3ebf8e987, '', 0, '?'),
(0x3d147c562a8b6192f901c055ead1a44f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioA4a.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioA4a.php', 1, 0x00000000000000000000000000000000, 0xeaba2f0a6e51289341aa2b000daea3ae, 0xddee2af5ad205b4fbbbecca468ca5cbebedbaba15a79b38d726cee4075ea5a2a, '', 0, '?'),
(0x3d17e4f3d9d07d8c388e777d95cd576d, 'wp-content/plugins/elementskit-lite/languages/elementskit-lite-sv.po', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/languages/elementskit-lite-sv.po', 1, 0x00000000000000000000000000000000, 0xe63e9b3fcd3d694d439297f0264f7428, 0xd9ae77b7239d4ac4d77f6340952fe7461933a3e82dba5e9463e31cea566edc96, '', 0, '?'),
(0x3d191930f4b7c9c87162017e2b4f2fb2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/waf-install-manual.php', 1, 0x00000000000000000000000000000000, 0x706da0aaa585b051fd796e525071d899, 0x6cbf2c1d5ce216a91d642eb8bbfe22c6627f81d6b4f0126c167ad477c45c8445, '', 0, '?'),
(0x3d29f4bf6c18e15c33da9fc1913d9853, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDimensionGroupResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDimensionGroupResponse.php', 0, 0xbe2ef3dcd9c9af14e31219413d8630de, 0xbe2ef3dcd9c9af14e31219413d8630de, 0x43993d9a4d61cd495ee5a385e10088bd3254ed5879fb400656a248c8155ceac5, '', 0, '?'),
(0x3d30e4c02efde5332b5aee41d51cad3f, 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-3.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-3.svg', 0, 0x814dbffa3a99e5d3a991a26a3ede4b29, 0x814dbffa3a99e5d3a991a26a3ede4b29, 0x577567fecdd922c4a74e26377e4e323507a11e7fecbb7b252678835a7ed13b24, '', 0, '?'),
(0x3d3225121315df29055efacf8276e900, 'wp-content/plugins/elementor-pro/modules/screenshots/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/screenshots/module.php', 0, 0x4827d70b0a1fe9e365ed673a53343442, 0x4827d70b0a1fe9e365ed673a53343442, 0x573b0401d669242dc12d886a489f1c6ea5a82011e70696484ba0962238d87078, '', 0, '?'),
(0x3d3cb683328a25755737ab4e43ff3027, 'wp-content/plugins/elementskit/widgets/pinterest-feed/assets/js/script.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/assets/js/script.js', 0, 0xc945e3b39273d17b6f2950dc200d79bb, 0xc945e3b39273d17b6f2950dc200d79bb, 0xc362248abe7bbf68ae4297056bc1b0077d8ebec505e308f67317a51f811b34b9, '', 0, '?'),
(0x3d41fedb33b1c7f0e819c75a69a92d0f, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss', 1, 0x00000000000000000000000000000000, 0x7f6eaed5f8736e0b314d5128f6be66d5, 0x087218a8b8ba12974a3609593b55c2149e94261dd8ed343dd4354b518e6961d0, '', 0, '?'),
(0x3d465f6a311172c313ef2eadc70fe9b9, 'wp-includes/Requests/src/Transport.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Transport.php', 1, 0x00000000000000000000000000000000, 0x84d40d1a00f89544bf81f5bd27abd9da, 0x62f3f34bea74fcace73123d6b16645b658f27bfc13d34bdf47e947a0ac4dd0b3, '', 0, '?'),
(0x3d539636c86114b09f03586fb02c9432, 'wp-content/plugins/wordfence/vendor/autoload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x8c37e0c26c6e5f704248358521353d28, 0x33f0af2d672cd38c3d24cd0b08a167dcc037d3aae23a56311b30988a68b4c61b, '', 0, '?'),
(0x3d5af99021b283e4ea771aaf6482e515, 'wp-content/themes/jannah/templates/loops/loop-mini.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-mini.php', 0, 0x773e329082475d00f899d7d56c52c0f2, 0x773e329082475d00f899d7d56c52c0f2, 0x2f1b9c8874756260e4f29728a4793a16c284adb02fa788959cd68e3876230649, '', 0, '?'),
(0x3d66e975f1a5413e3c54116896c9cf40, 'wp-includes/js/jquery/ui/progressbar.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-site-scan-notice.asset.php', 1, 0x00000000000000000000000000000000, 0xfac2f12e3be317e9fe47000b9fcf2aaa, 0xd85b2cece0161fb8a1b11bfdbdfb882517c137f7328d67c376f33b6eec51c23e, '', 0, '?'),
(0x3d7df7c34d8f15f40430dedc8d8a3bc5, 'wp-content/plugins/elementor/assets/js/floating-bars.e4547b87bc6fb09381ca.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/floating-bars.e4547b87bc6fb09381ca.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xf3d10ec070c2a6d2e198b0ca2d67294c, 0x36879332b58370cec5fac83ebce1624b7304e9d751aecce349f71e415a6e693d, '', 0, '?'),
(0x3d82784899809451e726f001903f888e, 'wp-content/themes/hello-elementor/comments.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/comments.php', 1, 0x00000000000000000000000000000000, 0xc143463115038f9557c528a89f2b83af, 0xee7b780c1a2be343c54b81c94b9e55825eb6dc02a9d05c51fe14edf6863a39e6, '', 0, '?'),
(0x3d8b4b777dbb7ea844f5f3f16d01b169, 'wp-content/plugins/wpseo-video/js/videoseo-admin-progressbar.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/js/videoseo-admin-progressbar.min.js', 0, 0xbaa5479311d228d93b99ef8479597174, 0xbaa5479311d228d93b99ef8479597174, 0x1003c99710a3a460ba6248f4452dd5cb4f11a89817a92072cde099a91b0459a9, '', 0, '?'),
(0x3d94bcf258f5d48b102ab8934e1020bc, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Admin.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListAmp4email.php', 1, 0x00000000000000000000000000000000, 0xa777d3c852928ede9a7d9704d8e87ce5, 0x1eebe096a507af7438c8fbd61a2e7785fc200a87143fca3036697964d9aefe5b, '', 0, '?'),
(0x3da6500bd3571032e8e862d827d0fc9a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ExtendedValue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ExtendedValue.php', 0, 0x68a8fd04adefffe6ff05b9029ea03dc8, 0x68a8fd04adefffe6ff05b9029ea03dc8, 0x021648dce2934efa65d1433c9f1ae6b7c2b59b7e79e19fd5aad5797caa6e00f2, '', 0, '?'),
(0x3da832096f6659de9d547ede297e710b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php', 0, 0x50b060d6ed23982f15cead2cc3572fc6, 0x50b060d6ed23982f15cead2cc3572fc6, 0xad08dc4b998dfda192485c77db949ad63ee7db217995b40b3db233bcacacccb2, '', 0, '?'),
(0x3da8b8f7de42f8ac846c12c42949cace, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php', 1, 0x00000000000000000000000000000000, 0x55cbd4fc37ed547ee540950aa42e4482, 0x03fa26abce440a0d0f9e1fdbfd0f033c7ed40da72f34b02411180c725f878394, '', 0, '?'),
(0x3dac31fc61de5262de526909de2f10d2, 'wp-content/plugins/amp/src/RemoteRequest/CachedRemoteGetRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/RemoteRequest/CachedRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0xe0bebed47087ffb7cc8c660f2516b757, 0x6a43397e1c6098613c49de0df260ef9366eecd96df3ab09eeaa0a020eaf1d5d9, '', 0, '?'),
(0x3db08a6b98155b349c93a220bc903dce, 'wp-includes/comment-template.php', '/home/forwardbetcasino/public_html/wp-includes/comment-template.php', 1, 0x00000000000000000000000000000000, 0xb8a19483c37698f04d67d7f26f5fadf3, 0x1490e4c17d103107db62471a49cec2f22e8b796c8ea9924336f545448d88193f, '', 0, '?'),
(0x3db58fb9351f8916b002d910a6e339c4, 'wp-content/plugins/elementor/core/settings/base/model.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/base/model.php', 1, 0x00000000000000000000000000000000, 0x6bbf87c16a9cfec5767dd9133faf02ba, 0x3ff7a9ecdc2ac52e1cf807d8c976c813f06c084f1758246a529f107f11c399e0, '', 0, '?'),
(0x3db961533e0e549e770d6a5323dcbe9b, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-04.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-04.png', 1, 0x00000000000000000000000000000000, 0x3aeede7733f34a51669bbe212292523b, 0x85c51d8db3c55113cb03c8159e7a149ad473cf15d925a5c51ca389a6ccd03f34, '', 0, '?'),
(0x3dbff3679bc83f64c208eec7165cecbd, 'wp-content/plugins/wordpress-seo-premium/src/deprecated/introductions/application/ai-generate-titles-and-descriptions-introduction.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/verse/block.json', 1, 0x00000000000000000000000000000000, 0xb2ab65cab0ca41b0c0cffeae545b07aa, 0x373b28fca3ef40c29b7ba28a0c870ae8f13e853409f9e4e7339f2d2ecc2beac5, '', 0, '?'),
(0x3dd33bb67be0b3c6f7b065d536ba35bb, 'wp-includes/js/jquery/ui/effect-pulsate.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-pulsate.js', 1, 0x00000000000000000000000000000000, 0x1edc28151bb89ea72ac326bef810f562, 0x04d1418ece105e94ace9f3cd7d8dedb88d3ed2131190743adb2cf67dc9d831f4, '', 0, '?'),
(0x3dd95b8aa88a0fc7e81e503a6494d58d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/Test/DummyTest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/Test/DummyTest.php', 0, 0x33db7b522b17976c297b761d627270a5, 0x33db7b522b17976c297b761d627270a5, 0x19e14842bcfbac7370a6481723655fc8d36f27546196643081b05826388c2b8c, '', 0, '?'),
(0x3dda2e13549135f7a37fe6ab4a90cf7e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpList.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/keyboard-shortcuts.min.js', 1, 0x00000000000000000000000000000000, 0xb9360bda0d97b3153b28e31395dbedae, 0x2abce02d13ae491c83eb2e6e1343afd2fea8fff5033aab4fda84638926d9e8c6, '', 0, '?'),
(0x3df36011c047e16097badcc792763bc7, 'wp-content/themes/twentytwentyfour/style.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/style.css', 1, 0x00000000000000000000000000000000, 0x14a62a2f594a8b86c6cb29f686f9a293, 0x512c1cdde85298971cfd37c7e7b5c8bec3e70df58ca6225f03381cdbf431f6e0, '', 0, '?'),
(0x3df582a821890b5da40727485b4b0b3a, 'wp-content/plugins/elementskit/widgets/team-slider/team-slider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/team-slider/team-slider.php', 0, 0x280012539bcc9e0cb5b250ae9478c31d, 0x280012539bcc9e0cb5b250ae9478c31d, 0x55bfc6a56022ca86b87a0a3038fe85b70e51b92230f95b50d63a43c87719a31b, '', 0, '?'),
(0x3df80e61dc159fbb1210f7b5d0302616, 'wp-includes/js/jquery/ui/effect-slide.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-slide.js', 1, 0x00000000000000000000000000000000, 0xe1b72fdc31c9bfc6faf5c30b14afab03, 0xf4ed3c562667f28eaa8666beab0e1d9e3a1153a3128361caa5a41ea16cbfa502, '', 0, '?'),
(0x3dfddcff66140c9f2f0fe029c196a785, 'wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php', 1, 0x00000000000000000000000000000000, 0xc21a66c9000b0a39a887ed2d8b87a340, 0xf35d15dae6cbf158c29206c2fd4babc35d1bc1a40a7ae337220834d86c11330c, '', 0, '?'),
(0x3e02b7d381ba3a44f422c031aad50094, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/prop-type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/prop-type.php', 1, 0x00000000000000000000000000000000, 0x77904a0ee3f97e1e99a63cda4d9f2ae1, 0x9a599b3245da222f726590e2e56e70ab6ee0ccb09a39755c99e90cbafd55ea81, '', 0, '?'),
(0x3e063b201fd9fb5ebafb2ec8d556bfa6, 'wp-content/uploads/2024/02/poker-svgrepo-com-2.svg', '/home/forwardbetcasino/public_html/wp-content/uploads/2024/02/poker-svgrepo-com-2.svg', 0, 0x83b16fc48bcac3497bec14ecb89a4943, 0x83b16fc48bcac3497bec14ecb89a4943, 0x061ef6cb1300a6f61eba8a613b8c84fb492e1c8f7b26ac7898e23cc96fd40cea, '', 0, '?'),
(0x3e0648a499449c414a5e51107bd9d568, 'wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js', 1, 0x00000000000000000000000000000000, 0x90332c66cdbf9b363470c3f18085be31, 0x1ced36679767b9be5a4e3fd32eaec41a7310da9175fbc8609e8bcaf46a349ff1, '', 0, '?'),
(0x3e14675e5138f9934e9d7963837b9d95, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-fill.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-fill.php', 1, 0x00000000000000000000000000000000, 0x8cb223400744574e6f8c237af6344aba, 0xa878794c760dc829ff35b9dd21c28fb0943833f2129e46c1b9791ef9faf4d0eb, '', 0, '?'),
(0x3e165b97200367ab3364bd13a893a4a0, 'wp-includes/blocks/spacer/editor.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php', 1, 0x00000000000000000000000000000000, 0xdca4e5bac85c231a9ce979985bf67b90, 0x762e2b2eeec3bf0151a96dc1865e166c853730a035bb275180af61751d4d4de9, '', 0, '?'),
(0x3e1d4e45410ade2695bd0ef708fba037, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/functions_include.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/functions_include.php', 0, 0xc7a325219acf577debff47042b453695, 0xc7a325219acf577debff47042b453695, 0xb1f6465fae15ca4c29d3fd3f20fd7d792716587d550e3cb62368d84c2eb98490, '', 0, '?'),
(0x3e27b9073860b85ce9ddb0a9dc5702dc, 'wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/registration-prompt.php', 1, 0x00000000000000000000000000000000, 0x466eda29eb2c6e7b10e7c859b8be7c16, 0x2c6fe193f5f8c7e35c0722eed2d7eb11a113452b52adc7de5cc43c89c23c6d1c, '', 0, '?'),
(0x3e2d0b1163fbbfe30620a031af989438, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php', 0, 0x456baec5c02edb604e69378de322e8bb, 0x456baec5c02edb604e69378de322e8bb, 0xc81d480fd4b24d20bf71f56c0690e618af81ebc647b39182c7259b21d054b805, '', 0, '?'),
(0x3e358fcdcb8f2e7932515bdaa3e33183, 'wp-includes/blocks/block.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/block.php', 1, 0x00000000000000000000000000000000, 0x8a1670f7361070a67420e96094b45b76, 0xfadb864de15c1b5cd4fc4e04534cb51a57668f16004a29d46f5e42c65844bf98, '', 0, '?'),
(0x3e4204e4abfbd03cc255004e1e26222b, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/Subscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php', 1, 0x00000000000000000000000000000000, 0xfedc249b5d5cb3e2a2e7d2c6c71ed20b, 0xd89a7822836f8c2a49e70a519bd26ab8b71b838ae75428f3471aac2e10a21a07, '', 0, '?'),
(0x3e49a1d22740811edc60bf6b67dc8252, 'wp-content/themes/twentytwentythree/templates/blog-alternative.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/blog-alternative.html', 1, 0x00000000000000000000000000000000, 0x08b93d1dd6d90de42f91e59103954e73, 0x18e961e8143036627f80f1ffa1ef29138bfa7e3dcb7ebd3476df485b0b8b4266, '', 0, '?'),
(0x3e4e7560f17f90f118a70e7195e73f91, 'wp-content/plugins/elementor/changelog.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/changelog.txt', 1, 0x00000000000000000000000000000000, 0x995f4aaee5f67e3e95d84bee6e376c90, 0xb963c6509f44b776c09f47ef3fa86f5a4f43c51b1aafe64e1fa2972eaabd2250, '', 0, '?'),
(0x3e5070904fd01c0adb727cc56ce2d6f3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php', 0, 0xff34e7f3f6318d5590391b7554840106, 0xff34e7f3f6318d5590391b7554840106, 0x66994dc292208944742a25396e981e1222c8094bfdbf82e379c4184a86e9022c, '', 0, '?'),
(0x3e5290d64c5496b124b94f807be94375, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMore.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMore.php', 1, 0x00000000000000000000000000000000, 0x9afa9e9693b823b2e1707ec9b74a7004, 0x0a6c2bce4477ff5c9ffac6a96718e79777ab337c65c4d84342e4915fea817e97, '', 0, '?'),
(0x3e55bac074b0be10b833626933e405c9, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/base-context.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/base-context.js', 0, 0xb4a1a8075416cf2af83f467cbac2970b, 0xb4a1a8075416cf2af83f467cbac2970b, 0x97ba88ecf4502ce4bcdd35793b2bc8fd7caa1a0e321c426d416165a5055d4ca3, '', 0, '?'),
(0x3e566e1d681503e57fd23f69be9a8ebe, 'wp-content/plugins/elementor/includes/settings/settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/settings/settings.php', 1, 0x00000000000000000000000000000000, 0x65c48db1c3e8f65dcffbd851571de797, 0x7454b6e2c4d593d126a6f1ac57b09079254d5812ecf4b99ee47cffceb1d5c860, '', 0, '?'),
(0x3e5eccf46df884ae9dd206af5add7b98, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php', 1, 0x00000000000000000000000000000000, 0xa556c8a95edafab56c723692fec88c63, 0x68b81bcfcf2c884fa8a028e216df7ffce7efd2ef8eae6d02ed5a901b463687a5, '', 0, '?'),
(0x3e68d0a9ec58140c582aff763195a9b9, 'wp-includes/theme-compat/comments.php', '/home/forwardbetcasino/public_html/wp-includes/theme-compat/comments.php', 1, 0x00000000000000000000000000000000, 0xff55f2d7048f15889dd2b4a8f315cb00, 0x7a3b87687c20fdd6f3858a7478c89820e7a2895ce7016264216f7269c83e6a72, '', 0, '?'),
(0x3e6987ab026dfa897280b9cd4b65f2db, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceSheetProperties.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceSheetProperties.php', 0, 0x413bb6f2656f91aa9fd7f9a1e4bf60ff, 0x413bb6f2656f91aa9fd7f9a1e4bf60ff, 0x9afa80c1e553ea34ebf7f295e5a4347406c3e635f36a4305d5c36647bdd73c97, '', 0, '?'),
(0x3e6c74588dcabe3ca6d3a3c10a56782f, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-icon-toolbar.svg', 1, 0x00000000000000000000000000000000, 0xe278774175650b778e87264a4831751c, 0xa4039b6e30edcd77ad19e80e7f26311b513705b0d8c1c04173026c23b2d5dc4f, '', 0, '?'),
(0x3e711f517f617bd5eb69cb70906504f2, 'wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items/submissions-promotion-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items/submissions-promotion-menu-item.php', 0, 0x3f3deaba151e4b572da3daf111a94723, 0x3f3deaba151e4b572da3daf111a94723, 0x424f856905ee62fd6526b4b97ede14e287162b5a26a87a3faf08e8ab768e710c, '', 0, '?'),
(0x3e716cee2baa6d14c80035c4a622865e, 'wp-includes/js/customize-preview.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/customize-preview.min.js', 1, 0x00000000000000000000000000000000, 0x7909d924462db8923d93ebb3586805f5, 0x5082fabdbddcfcd32379f94a4986062b74c4f3e4ad1c5002eec7b08e228c6b15, '', 0, '?'),
(0x3e75b8eb99cab8852106344e32dac312, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xdb2cca3b4c8a27b31607b4646565b49f, 0xb619142b47fb547d15e46d292addcc5b92b5d3631f35bd5add4e2d7611193eb4, '', 0, '?'),
(0x3e761b621e3c6d2de5fc60e6d1aa535b, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-top.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-top.css', 1, 0x00000000000000000000000000000000, 0x15cdde99339604c26299c2a37468a953, 0xc4dfa4fd6111e722a21166bb2e7bcde83f348be46c23459c3dd02e5243cb99c9, '', 0, '?'),
(0x3e778fea429e3861014e4b5b58b0630d, 'wp-content/plugins/elementor/assets/css/frontend-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf9b4efd3be65cd5f10cc40ada14a8474, 0x63b1bd630c9bc4e05dc1e49eebb3ee3b1064b62f39bff011fe570281658b8f88, '', 0, '?'),
(0x3e7aaa32fefd09a3faa894db903c185c, 'wp-content/plugins/elementor/includes/controls/button.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctypeAmp4ads.php', 1, 0x00000000000000000000000000000000, 0x06535a260919272fa33d5c8007b64583, 0x6e8efd0e1947d4b77d7f82351b518ee07818474a118374e7bcffbb20195cb5ba, '', 0, '?'),
(0x3e8807ac555cae34708ecdd458905b6b, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceChain.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceChain.php', 1, 0x00000000000000000000000000000000, 0xf027c21cd40f4b06edeb0776f83bb7cd, 0x98c24ccdaac905ff4cadabee8f6cdb43c992adbf9a41bbb9d60578a3aab1e9cc, '', 0, '?'),
(0x3e91c4b027e88b880c023a76503e940f, 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-jetpack.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-jetpack.php', 0, 0x5dd1d0188549f7fb12cc5f9966e970c5, 0x5dd1d0188549f7fb12cc5f9966e970c5, 0x29d9acf68e2f6c477df6031b978cb89d6a2abef7b6bfcc1561f3cb1ebd6e5475, '', 0, '?'),
(0x3e951830113194f243833daf64666679, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/HandlerInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x22495bc62f18292bd8259bfdb9d5af5b, 0x72488e24c1712154c5be2a635c4da87bbb1a4398d88f6645a810df98334cd2e8, '', 0, '?'),
(0x3e98d73acb5750bb6198760a23d7b0f9, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-simple-301-redirect-loader.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-modules.js', 1, 0x00000000000000000000000000000000, 0x43bbeb8172a8da6d64ac9c6653214b98, 0x8209eaf716ccce1de0e535528cf7c11dca87268eaba9e1c999d82b6f6232c3f6, '', 0, '?'),
(0x3ea0ce5740a35200571497c1874cda14, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/DecoratorDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/DecoratorDefinition.php', 0, 0xd55d9d4b7d392906c742a6fb09cf00a3, 0xd55d9d4b7d392906c742a6fb09cf00a3, 0x25870365acce855209a5e974aa601d7d258c6f5ee481dc007b1bddaaa25791a9, '', 0, '?'),
(0x3ea66fabdac3c4ebfa13bbca74cec02b, 'wp-includes/blocks/post-terms/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-terms/block.json', 1, 0x00000000000000000000000000000000, 0x866e61eba2f45eac39280138599c777a, 0x4a047a7c9e435f114c12c7f979d3c6fcfccd3de47c5ddc703c280e5895a0c552, '', 0, '?'),
(0x3ea9c658b90d06fd62f5dfda9fae2457, 'wp-includes/class-wp-image-editor-gd.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-image-editor-gd.php', 1, 0x00000000000000000000000000000000, 0xaefac3132a80d9b238feed8130bf24f2, 0x90b242d7c71e4c4e1c7eb1e5a6b46e37c6302a1f7470569abfc2ff65ad753f78, '', 0, '?'),
(0x3ea9d11f3eb5eb1ef122b71f03cd26ab, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionFile.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionFile.php', 1, 0x00000000000000000000000000000000, 0xb695317ecde7d9bdaf7dbb7f358c4bcb, 0x05bbdabb8accea6fad7fd8739e9eb85866928e7f765f3833d4682f5bf31f3e8c, '', 0, '?'),
(0x3ea9fd25b7c90bd6ecbede4814b20c93, 'wp-includes/blocks/template-part/editor-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0x9f0a439690fc88e1ad71d982f097c282, 0x4079bd72d167b4d12a8d8ddda812aac671bea1af6eebe925165c5afe7a7086f5, '', 0, '?'),
(0x3eb40a710698cf679e2fb4eb0816fabe, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss', 1, 0x00000000000000000000000000000000, 0x6df158a279bfeca5e91d866772223367, 0x61933535891a895c13b6a8c9f937777bd4bc5e64f89b17c7e9850f99544bac10, '', 0, '?'),
(0x3eb4db788a354d0bfd5a3eaf6f6c7702, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/MaxCssByteCountExceeded.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/cover/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x3efee2e35df036269ef839c63f52a171, 0x906b5db450172905cef2cb54742ac2f1054157542b647ca389cc0bde634636b8, '', 0, '?'),
(0x3ebae5680a28f37aa370cd491b1019b0, 'wp-content/plugins/elementor-pro/assets/lib/html2canvas/js/html2canvas.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/html2canvas/js/html2canvas.js', 0, 0x9c73946facf4b9012674adc97d10cf5c, 0x9c73946facf4b9012674adc97d10cf5c, 0xb1eaa0a9f8271cf059ee97866db2d50d6bddd49b846141d5ac2ee5152e296ea2, '', 0, '?'),
(0x3ebb6ffb1f49310e35b4c2d8406886dc, 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/css/admin-style.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/css/admin-style.css', 1, 0x00000000000000000000000000000000, 0xa5b981b649db6cbba227bd64db257814, 0x0d01485eac212060006c3286632eba3b94644ea0ffcbf52bf3aab68400a7431f, '', 0, '?'),
(0x3ebc7886ac206c295c73eb164fcf2ea2, 'wp-content/plugins/elementskit/widgets/breadcrumb/breadcrumb.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/breadcrumb/breadcrumb.php', 0, 0x15b3884dec6ddd50844ac0332bf8a81e, 0x15b3884dec6ddd50844ac0332bf8a81e, 0x6cf4beafafc108b6a7ee303276c54db7025dad70c251a18ec17ead624019d829, '', 0, '?'),
(0x3ec5f0c98ea6735cf9a876cb443e753b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrackKindSubtitles.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrackKindSubtitles.php', 1, 0x00000000000000000000000000000000, 0x24994daf4c02f436e28c44ab67ca68ac, 0x9c427329224b6e652d43f5cab72f9939211a827eaa0b3ae8f0da1553874276ee, '', 0, '?'),
(0x3ec6f31d1630eaaf3d03909bff1bd15e, 'wp-content/themes/jannah/framework/classes/class-tielabs-ajax.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-ajax.php', 0, 0x9d9c1e1cffa3854b92e651c14507594d, 0x9d9c1e1cffa3854b92e651c14507594d, 0x9d2a1841cdc4c3dd0a83910efcd0e213ab65d3d20a4859d3d33585e9db0bb421, '', 0, '?'),
(0x3eca8ed8e598a4ac0055d4317effca4d, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof.php', 1, 0x00000000000000000000000000000000, 0xaecca9fe5254b2ddc702ff7e64493103, 0xa84d35429054f94a548a6ce65dbd5de00065b131d9f0c5895651a006f248e7db, '', 0, '?'),
(0x3ed988896b79df0a13d1ef727ab1f4ff, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/scrolling.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/scrolling.svg', 0, 0x6a572aa9e018d331c0380b2432a72366, 0x6a572aa9e018d331c0380b2432a72366, 0xa0b17fc24b07ba1daf06751ecc9fd93cf70982f25660d48fef4946d2ec3ceffa, '', 0, '?'),
(0x3ee768ceba76e2636057dd09c746ad8e, 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_02/shape_01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_02/shape_01.svg', 0, 0xd4e840bfade70cbc72f7e893b886e18d, 0xd4e840bfade70cbc72f7e893b886e18d, 0x27d372b67acd7a5a53e06807af1fd0790530225f43574fbfba3d9e9de87f08ea, '', 0, '?'),
(0x3ef04f527bd83725d921bb09e596626e, 'wp-content/plugins/elementor/assets/js/packages/query/query.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x345b5b38c25d19b94cdab18c29f3a737, 0x19ec5b263ec57d38de14d0f39196099a2c618b9d38c2bf64ced2d8ad3e2e5262, '', 0, '?'),
(0x3f05d8575a4244f94ed7310c9e33c0e5, 'wp-includes/blocks/audio/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/style.css', 1, 0x00000000000000000000000000000000, 0x66e9db5fd00b851c30c803349be89761, 0x86e3a7e712733821d732308788daa087a6d2cef2d72f25e28705513ffb945376, '', 0, '?'),
(0x3f08e0c55b688905cebbeacb25aeecb4, 'wp-content/plugins/elementor/assets/js/4748df03726015eef04f.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/4748df03726015eef04f.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x6e44a2f0d59a177a69282346655b1da5, 0x8e3c20ec38658f4751dccd9c63a0a35252ac053f09832f162e579aa44430c081, '', 0, '?'),
(0x3f0b7baea8a05fd0e3a051f114343c3f, 'wp-content/plugins/wordpress-seo/images/indexnow.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/indexnow.png', 1, 0x00000000000000000000000000000000, 0x6ee3913b6089bca1feb7c07f3f7fff2f, 0x765a709f6b540b73e2c6908001009ad8390d63e2da87ae39340ddf18bd893964, '', 0, '?'),
(0x3f16ae1ca5acc159e4e79c9c4e603124, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/MappingFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/MappingFormatter.php', 0, 0x5b928314b3c0dcbe22cae246124ecd59, 0x5b928314b3c0dcbe22cae246124ecd59, 0x7c9ca8668779b0e515b679356c1d8e1776fba2207660f2c347da48d2e0e2bf40, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3f1d17e5cc1c11ae707c52c26ff0a5e9, 'wp-includes/blocks/separator/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x20bd13749b45a36f3f0c40150503c27b, 0xd61be5a96b4c04f2d82347a413f861115e092cd0860d46270aab673a7d464c7a, '', 0, '?'),
(0x3f1db688e9ba4a80a954171c8b268987, 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_asc_disabled.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_asc_disabled.png', 1, 0x00000000000000000000000000000000, 0xd7dc10c78f23615d328581aebcd805eb, 0x9f8bb2fb5b386cdb59f4a2ece519636b6cfedb09998d75234b56d9c6100c896e, '', 0, '?'),
(0x3f2a450a5b7e703a798a9a03a0407363, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-vars.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-vars.min.css', 1, 0x00000000000000000000000000000000, 0xe3c98abb37cdc8e316e259569500b39c, 0x2b46847ae9c15aac41b70acfef25c114f42ca179e169aaf0496951d45924037d, '', 0, '?'),
(0x3f2ef6fdefade5a650b0dbd50a7953b0, 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/datatables.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/datatables.min.js', 1, 0x00000000000000000000000000000000, 0x367c8b21d34210f34010eb555d708ff7, 0xef091a153bea5a7e1bf79149148e3b8c937d024b4dbd35af14accc7fba68edb9, '', 0, '?'),
(0x3f309cff79857075a34b245de653c0d1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktok.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktok.php', 1, 0x00000000000000000000000000000000, 0x6dcdf425a3dce036b74f054e8ab14f0f, 0x13401339dd67d50524fe753d1cdf11dd4aeb0d9c59c590e71b10920c56c873e1, '', 0, '?'),
(0x3f380a323f109f5bbc1fc18a7fc9904c, 'wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/save-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/save-action.php', 0, 0xa2d65e04bbd54c15b43422e1472da23e, 0xa2d65e04bbd54c15b43422e1472da23e, 0x432a0f5ad53fa0df168711282c64f25e8cfc1f43c6bb11c660e1134c173958f9, '', 0, '?'),
(0x3f3f4cdfb684988ebc0de97866178054, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthInterface.php', 0, 0x3c0d717b4c44ce8c3572adcf21a9f00c, 0x3c0d717b4c44ce8c3572adcf21a9f00c, 0x74d0c4da00becfc66f045f20539cc72f610923b91380655bb16a76cf5ecf091c, '', 0, '?'),
(0x3f464f693b2f848addb66b8a80f0c65a, 'wp-content/plugins/wpseo-video/post-analysis/class-analyse-post.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/class-analyse-post.php', 0, 0x7a4be038e0ef38b0869a7eff1dad72dc, 0x7a4be038e0ef38b0869a7eff1dad72dc, 0xa39c1fe69775a588278f48c55754f75c5275f9c43bc63c8ae8b735150c2cd5e2, '', 0, '?'),
(0x3f54d966e8dbc844e6a88ff524c03047, 'wp-content/plugins/wordpress-seo-premium/src/wordpress/wrapper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/wordpress/wrapper.php', 0, 0x5b094ae8fcaaa891f34bedc8c7f50c49, 0x5b094ae8fcaaa891f34bedc8c7f50c49, 0xea430e1b241c1ee8e6756af6fb5bb205a29b3652a20d0937ae97aef1845cbcdf, '', 0, '?'),
(0x3f559eb5f603bdbc9a275f6c2e850f70, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x6f3e42f79809bf9fbd9113494e942d79, 0x0efee5686c8e085bc0bbb6bd86a712f1ab28bf016c7e9151f775df464db20993, '', 0, '?'),
(0x3f572a353ef61b926f1b52774b981fa8, 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.asset.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_both.gif', 1, 0x00000000000000000000000000000000, 0xc5e1250cd942ac511678c153562e1044, 0x92a884f936c6c21322407f58db67271fe65737ffb077f4cb674a99901cdf7110, '', 0, '?'),
(0x3f5dfd50fb2e0ea39831ffb483cc3262, 'wp-includes/js/tinymce/plugins/textcolor/plugin.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/textcolor/plugin.js', 1, 0x00000000000000000000000000000000, 0x02dc2569a033c9e1d6c966e4e8fbdade, 0x28de01be45154cd9fba007d51c94625b998a4bda2173acd38ad46ec4b21ba3c2, '', 0, '?'),
(0x3f652eed454aa1e967d867e7c746104e, 'wp-content/plugins/elementor/includes/compatibility.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/compatibility.php', 1, 0x00000000000000000000000000000000, 0xa059c2174824b94c9239fb6e588725a3, 0x3233899d3ae21cdbeec49fd477739d2b2eb08054715e05ec43bea4d0b8612f3f, '', 0, '?'),
(0x3f676271aa0058981599f4a934bb2c3e, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/ai-fix-assessments-upsell.php', 1, 0x00000000000000000000000000000000, 0x9cd64bc701a615ff07879405d464cb43, 0xa91e42a217c51649acc19bc59dccb991137554a89ff1747e77235667bd99555a, '', 0, '?'),
(0x3f73282a3b7a2ba7d1af386390247e09, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDimensionGroupRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDimensionGroupRequest.php', 0, 0x9a35431cf6f2210c187a1b516d91d67b, 0x9a35431cf6f2210c187a1b516d91d67b, 0xaa8c5e74a61fda50d32673fe414625b185ec119ee4fc853749bb76085c93f730, '', 0, '?'),
(0x3f782c135ba9ded1364e6ee997df9242, 'wp-content/plugins/amp/includes/sanitizers/class-amp-bento-sanitizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-bento-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x5c4991b522d708cb6f185c6e9e9990bf, 0x65dcf9572569a7d621e0ba47c75ca942f2f222d2b612049f9247f0ea53d1d92c, '', 0, '?'),
(0x3f7ec9bf6c36e4194b281e0384c4a318, 'wp-content/plugins/amp/includes/sanitizers/class-amp-comments-sanitizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-comments-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xf9bcb438134bb6e2fca740dfad271a4d, 0xea6b45e0d8e362b6432f4b64dfe7dc8bbd16983a4901dd846c213ddcce6a6a85, '', 0, '?'),
(0x3f842075e5a6756a32148ee514d608d1, 'wp-content/plugins/elementor/assets/css/admin-bar.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-bar.css', 1, 0x00000000000000000000000000000000, 0x8ff0e5a36ddd325f40bdb2cc4394c65c, 0xee09fa9462178c0c30e85ea671f84571d1d5520132ba62cce0dc4c3e7e84e039, '', 0, '?'),
(0x3f8bff0d2a05d28faf55a2c1ec7ad963, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/ApplicationDefaultCredentials.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/ApplicationDefaultCredentials.php', 0, 0x500e905cecbcffc9fbf33a2e16909201, 0x500e905cecbcffc9fbf33a2e16909201, 0x77e062623e721d64e09ac8c1cab92af81debd2989fc189a23af1e0b4ccea62d6, '', 0, '?'),
(0x3f9288edb2fb875b32dd3dfc857d117e, 'wp-content/plugins/luckywp-table-of-contents/core/admin/helpers/AdminHtml.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/admin/helpers/AdminHtml.php', 1, 0x00000000000000000000000000000000, 0xe3c397fdd95b03b24b56a7fd2b32a608, 0x5168a7d52c126872e111189e465ef61a9dd6ab653b137781a7bbefac7ff01d44, '', 0, '?'),
(0x3f953934e16252f2a14f6b1fef0a9795, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-url.php', 0, 0x9f6f18affd1754c0d8c3d9ee6f1ff9f2, 0x9f6f18affd1754c0d8c3d9ee6f1ff9f2, 0xcc277cb4260e4c9dd279f784a45fbb3039d0a1d2023c3b055cad856fd899bbb9, '', 0, '?'),
(0x3fa9a8a323a69012c0f025e83e5525ed, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-presenter-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-presenter-interface.php', 0, 0xa8ca59dad1e057b70515c8954a74ff04, 0xa8ca59dad1e057b70515c8954a74ff04, 0x49b25aa32cc64ba9c877c23f38e873216779174f4d3b399e3b095644ae09e93f, '', 0, '?'),
(0x3fabf03db24004ed4d8e24238e8d5037, 'wp-includes/js/dist/html-entities.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/html-entities.min.js', 1, 0x00000000000000000000000000000000, 0xaec1ae6e60dcfa6104fa2805763580b0, 0xc890d79970fc521ea91e9e25672777a7e173741412cc0d82e79012e0f1b48d2f, '', 0, '?'),
(0x3fb4e1b6569e65811edbde6ff89f8050, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0x912ec66d7572ff821749319396470bde, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0x3fc839c615bad30a43057e6be933a159, 'wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x25e0188e8b72fdd1d925849694174ded, 0x872248dec63233b58c3bf623904cfe29cd72a33b7f7bb8f37e9221f08baf2565, '', 0, '?'),
(0x3fcd6c23fb1f8c1492219a49424cdbe8, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php', 0, 0xce07f9fcaabf1227a0da76f6a2720244, 0xce07f9fcaabf1227a0da76f6a2720244, 0xa13886657c66d0459433f2c108305793f9dd02c0ad85ea361a846af2663bae8f, '', 0, '?'),
(0x3fd488134bef215fe8dfb2007e7945bb, 'wp-content/themes/jannah/search.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/search.php', 0, 0x0b586c1e2e9a46270c887396806b55f1, 0x0b586c1e2e9a46270c887396806b55f1, 0x7fc45bf078eb009e34136fe26e30c9373d7af726a97696f19a8bb053065b3db1, '', 0, '?'),
(0x3fd616c58fc025d847251323a7be8ce1, 'wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/role-manager/role-manager-menu-item.php', 1, 0x00000000000000000000000000000000, 0xbcd14559438a03bf8026d7816fb852af, 0xc33858607ac63383a7176acdbcb851f4d2662367d7ed78eefc8238124ec14b98, '', 0, '?'),
(0x3fdd0c9d87034fc59323e808a1d9bee2, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php', 1, 0x00000000000000000000000000000000, 0xc627e51c8adcf83fb69475f5fb065756, 0x8be74e99520602fed7532d243b4a6ae15f4ac396ecae91b666fe94cd4e50d82c, '', 0, '?'),
(0x3fe03421e60e35d4a3d622cc989fb053, 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', 1, 0x00000000000000000000000000000000, 0x43f1672263fd4b3f9c48da7dd3a5a53b, 0xb8a0c0aaa4b3ccde2a40e834993cd9cc81d43b0baa96c5e41ece764ea0c08e8b, '', 0, '?'),
(0x3fe51b6e189fc6d24fe8457b3212a053, 'wp-content/themes/jannah/assets/js/side-e3lan.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/side-e3lan.js', 0, 0x318467fcbcb673cbfcab7730917e34f5, 0x318467fcbcb673cbfcab7730917e34f5, 0x3de8096438b0bc3b81b8874ed7e7a55cd1b5753fc4026816be211079a9ec987c, '', 0, '?'),
(0x3fe6e66297843e733ae67c743123a778, 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/vendors/classes/class-minify-css-urirewriter.php', 0, 0x5a04c0a29fd089f9fd82d8f37a58ac12, 0x5a04c0a29fd089f9fd82d8f37a58ac12, 0xc4b7d366513e29b54cdd2bdce309c477c9c49a30a3350127082fbbeb72553f1f, '', 0, '?'),
(0x3ffc5e922e2b81c1741ac9bb0892244c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/default-editor-styles.min.css', 1, 0x00000000000000000000000000000000, 0x88fea7d3a35432f1ad1969e5c38b56d2, 0x735436fb0ac066d6e8213928158a48bcfccfdc17652a5167a52f75a9fcc1e435, '', 0, '?'),
(0x4002ce8bef0fa9878d2aa7d6f9a884e3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateValuesByDataFilterResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateValuesByDataFilterResponse.php', 0, 0xe39c0f1159801f8d518186b4b629ed72, 0xe39c0f1159801f8d518186b4b629ed72, 0xc4ffc57ed2c03f095ace8c6dba3d1047bbf5f6e4967ee0463a056af4fac8350d, '', 0, '?'),
(0x4015d2bb3de19c0b2d8fae894f423008, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-base.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-base.min.css', 1, 0x00000000000000000000000000000000, 0xd837f07225932d40937e0c5ac4ef43d8, 0x1780c175bdc112b90a70daf803d8c461d94718d6712624773e07235a45c9d288, '', 0, '?'),
(0x401b5d1e7fab7e38074747a6dd3446d3, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/AbstractGFOptimization.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/AbstractGFOptimization.php', 0, 0x91cb261d6187aed6fc3dbbd28fa6958d, 0x91cb261d6187aed6fc3dbbd28fa6958d, 0xaf85c08494fc7d605ef8963c25fa971920a5bb6ea706cede827bc4a8675fbff3, '', 0, '?'),
(0x401fc140b8b7137f30ed28507611c4ea, 'wp-content/plugins/elementor/core/base/base-object.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/base-object.php', 1, 0x00000000000000000000000000000000, 0x8da9acb9c09c306c79407fd8b836e5e0, 0xa56babc2b2e719caddf3d9dae4173789c94b10527ca7b499b98aa5917294f931, '', 0, '?'),
(0x40264ea3f20af7c6ea99055f3980294f, 'wp-content/plugins/elementor/vendor/composer/autoload_namespaces.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0x4026f0f080e7b7a88a817d017fac4175, 'wp-includes/Requests/src/Exception/Http/Status413.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status413.php', 1, 0x00000000000000000000000000000000, 0xd0b5d7240c3dec5705666150b79fba77, 0x81fc90c0d797b072c84dc6f4dd48dd9cde12a8dde07994b834dfae384a8884c6, '', 0, '?'),
(0x402edc73d86ba7b8f933c265019e7ba1, 'wp-content/plugins/wp-rocket/inc/deprecated/3.9.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUtf8.php', 1, 0x00000000000000000000000000000000, 0x94a73b95394882eb6539ac38777caacd, 0xac60acfd23557f28c2207445a0fa020ca184a86daedf670b88af1dc513b068e9, '', 0, '?'),
(0x4045ceea2ff0b604dfaf34b51a99fd8e, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverTrait.php', 0, 0x8a3777a626db5c6117a616b180920ee0, 0x8a3777a626db5c6117a616b180920ee0, 0xe58ff9e1c2e850fa3cb1f6690db87e0251d84d406a58d22b2c0625f452c98bba, '', 0, '?'),
(0x404720299037783d0ba6b84108e61bb1, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss', 1, 0x00000000000000000000000000000000, 0x228df1d0cb69c1711b6f878568093fc8, 0xdab4615774c489aafda18e7192294e11b205db2a78b32ab183f4713b54a8ce30, '', 0, '?'),
(0x404a1464597757a3edefaac10b7f399c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartSpec.php', 0, 0xb895be812bc83ebd4329a455db747558, 0xb895be812bc83ebd4329a455db747558, 0x4da5eb637e1aac2783aad9e453b853666d1f04ed2852d8da1db60450eeb6cc9d, '', 0, '?'),
(0x404e1433a930fc3eb27f6038146cbc90, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/jquery-ui-dialog.min.css', 1, 0x00000000000000000000000000000000, 0x8be4f65c65a82ace79ff1b34fbc61b03, 0x95ac097aa9388fa0bfd1e28969c50a25ec693d34aacc86411cb7618947977713, '', 0, '?'),
(0x405bf63f300f16c7635c779ac7b65b0f, 'wp-content/plugins/elementor/data/v2/base/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/controller.php', 1, 0x00000000000000000000000000000000, 0x328a2752efa47821204f891b9743883d, 0x38a811626447d380147614f2407813fe8f73babdfdb4790ca053c866809cda74, '', 0, '?'),
(0x4063fc2074563384955657a016657c41, 'wp-content/plugins/wordpress-seo/src/integrations/admin/check-required-version.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/classic.css', 1, 0x00000000000000000000000000000000, 0x3791d2923fcf6d3d04cfefd8af587f21, 0xa4ba3eae18772f3cd16d121d5b375001119e02ca2b2693af84febabde869aebd, '', 0, '?'),
(0x406a125c3c81778ee8610ef78af55ef4, 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-2.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-2.svg', 0, 0x6f426c4addcb594ddbd963fb4d6d7e4e, 0x6f426c4addcb594ddbd963fb4d6d7e4e, 0x6521cbd115133521a9f773ec06300983df557387d760e30445c1f3147dabf215, '', 0, '?'),
(0x406b2fa0c1a107058ce649893f542c12, 'wp-includes/js/jquery/ui/datepicker.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/datepicker.min.js', 1, 0x00000000000000000000000000000000, 0x5be8137fc4144712dd6ec0ab1d72d1f7, 0x8c5728655f7407283e268f8521bffe2f9883d5203c1e6781088e11db2c653465, '', 0, '?'),
(0x406cdcc98547b8fe0452bdfa3bde9aa9, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x5ed9dd1f457d47fb119abe93b3ff588a, 0x7e80d5d40d9292ba63f8241b6eebb84365ad3d3a289602ffefd4f35427a54685, '', 0, '?'),
(0x4078b580f54a2498750dc05ae9c97715, 'wp-content/plugins/elementor-pro/modules/animated-headline/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/animated-headline/module.php', 0, 0xbb56931f9df51e45d9c9030540795b9d, 0xbb56931f9df51e45d9c9030540795b9d, 0xbd8167a33d5f660417e11471698f56e4dd667b04163329eedceff2ef9d742367, '', 0, '?'),
(0x40809ecc98398a23af4cc379280bd0da, 'wp-includes/images/arrow-pointer-blue.png', '/home/forwardbetcasino/public_html/wp-includes/images/arrow-pointer-blue.png', 1, 0x00000000000000000000000000000000, 0x779ffc62e3ce872a4cabb2c35bbb14f9, 0xddc2cae56662cf5a44312efcbafe56ece66177c6346c3fcef170e4b5475ec77b, '', 0, '?'),
(0x408dafe33b1bb68afa08c1805014062d, 'wp-content/plugins/wpfront-notification-bar/images/arrow_up.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png', 1, 0x00000000000000000000000000000000, 0x7f44ffc627c9ec27fbe56d19be527ab6, 0x674f3d0fe78abb0a42857519ed784a1d387c9a35e5978b43254152a21936460e, '', 0, '?'),
(0x4098e123e09ff14cf7e10ba3dba429fb, 'wp-content/plugins/elementor/assets/js/ai-media-library.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-media-library.js', 1, 0x00000000000000000000000000000000, 0x1679ce6879c96b2e11b9a6ac5ad85c1d, 0x7585ecbd82d33cdb4aad2f68e11ee0d44f7d023cc8ca872e206e88f2025f662a, '', 0, '?'),
(0x409943d0609c1fb3bf7a765e6538b39c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTag.php', 1, 0x00000000000000000000000000000000, 0xeb12cba9e69e3cbfdbe54d023323c7e4, 0xe38126e47437cf8aa607fc1e7994e33c4f3c92e00fa7241a20753759ecc19f49, '', 0, '?'),
(0x409cba68fa34d3780836ed3c4c965fd1, 'wp-content/plugins/amp/src/Infrastructure/ServiceContainer/SimpleServiceContainer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/read-more.php', 1, 0x00000000000000000000000000000000, 0xd206a285e6bb52870ab8420bd8146f20, 0x6f36f8accf2d171545f5d67da88ef727d4d4493c08fbbbcc5976ee8a5b5fe0a5, '', 0, '?'),
(0x40a9b119a2b39f04cb3ce9cadc785b6b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/base-ui.php', 1, 0x00000000000000000000000000000000, 0xf1df46c94c52af7bb7b018c8922183cf, 0xe5d98737b0dba973a7f8d68904b9c9da05083de363b00725ae1791acfd2ac127, '', 0, '?'),
(0x40b36c9f2396fdf4f9ac32e416b77467, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomCssStrict.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomCssStrict.php', 1, 0x00000000000000000000000000000000, 0x43c8e86cf946b3259936cbcb2d077b09, 0xa64db7eb40cd094b2035504a5ef98b313e026aa48eac5aeee4e83eab87face0a, '', 0, '?'),
(0x40b48643b9a14527944fcb0fc0aa05fa, 'wp-includes/css/dist/widgets/style-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/option-rules.php', 1, 0x00000000000000000000000000000000, 0xc92900801b51e9af4eb2c923240c7cf0, 0x82ac74a2cfb7000d652878d454e56eb6de5f1f43b35196c73d8cf04b32559343, '', 0, '?'),
(0x40ba58440ac30a524e867f9074ebcdd3, 'wp-admin/images/menu.png', '/home/forwardbetcasino/public_html/wp-admin/images/menu.png', 1, 0x00000000000000000000000000000000, 0xe10d8139230f1f8b64f35960098f8cff, 0xd96cfac849452f28bc70ad9600d2706ef38b96542d4fa51f7a225d2c3d6003ef, '', 0, '?'),
(0x40bfc8afeece12264ff16f9c011687ee, 'wp-content/plugins/wordfence/lib/noc1.key', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/noc1.key', 1, 0x00000000000000000000000000000000, 0x3965a46200e6c618504f0b8ac1be8594, 0x5fcb7591f6e16aebc7fd9082c603fa50fefe2d1c4b4f4183dcab9c12a6dbd6d3, '', 0, '?'),
(0x40c1f05e373d768d30ef616dd30b6f34, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0xb9e41bb508559412d45d848854a53fd7, 0x10bfea0687d851ddee9e226cae1ee88bd4bb5603777271ba01e68932fdc7f2a1, '', 0, '?'),
(0x40c28496cb78751efd6aa0e9ed4f4ab5, 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/vendor/humanmade/WordPress-Importer/class-logger-cli.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/vendor/humanmade/WordPress-Importer/class-logger-cli.php', 0, 0xd9c81b8072dc2df9bcc7140014f19d4b, 0xd9c81b8072dc2df9bcc7140014f19d4b, 0x5c63be4c8c35f6c641f42f52a5bc4ff6f7907877fb9fc9f39c7049e302998503, '', 0, '?'),
(0x40cd60c7e63e25a6d0de45cbc1d063cd, 'wp-content/plugins/elementor/assets/js/new-template.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/new-template.min.js', 1, 0x00000000000000000000000000000000, 0x3ed773dd30d32e982398a046b45c193a, 0xa475527e0bddb6eed03720b44053f9da6d8240a9bc692cdf9f5b5edf5cf9ccd5, '', 0, '?'),
(0x40cf41af6162f9838eecc2296d4d53b5, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', 1, 0x00000000000000000000000000000000, 0x60338bf130ae687ea6ddbb8dd9e9d068, 0xe05a52271ec3ffe95afc77b524df83d5c95fc990781d54ea7b08062d60bf14c7, '', 0, '?'),
(0x40de3b358b5811f5f156a87f944fc65a, 'wp-admin/images/mask.png', '/home/forwardbetcasino/public_html/wp-admin/images/mask.png', 1, 0x00000000000000000000000000000000, 0xfcf693677ea822e6d24af7b2e4a98e99, 0xea9ed72f033c73c4d4a1e329dd27912eae31c09d016a6b6e834b390551eef4c9, '', 0, '?'),
(0x40e86dbeb7ebc54f0c1208c5dd571201, 'wp-admin/admin-header.php', '/home/forwardbetcasino/public_html/wp-admin/admin-header.php', 1, 0x00000000000000000000000000000000, 0xe263a6e698df6f4483f1d63a0733dffd, 0x1b124608fc1c166623ac4ce1bd520bffd8e5da488c208304367fb412c1514bad, '', 0, '?'),
(0x40e87e0c3f797844622477a8715e2fa4, 'wp-content/plugins/amp/includes/embeds/class-amp-instagram-embed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-instagram-embed-handler.php', 1, 0x00000000000000000000000000000000, 0xcdd160059af5714427fb0edef0865742, 0x21a0fd18be898c59a63b790ccc87d41553c014a0db77110185e10d8ef2a0fa72, '', 0, '?'),
(0x40ea7419dc523e479c4868c4ed06d7a1, 'wp-admin/css/revisions-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/revisions-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc4e7db9bf438a5f2a59060d4c355e0dc, 0x1445329feb2671fbe7ca71213137fd9536a982466d113ef861fa1cef4001ab85, '', 0, '?'),
(0x40eb6a251aa875ebbaf7b97774fef111, 'wp-includes/js/dist/undo-manager.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/undo-manager.js', 1, 0x00000000000000000000000000000000, 0xe3c731bde8b637bf8f42b8dd38a171ef, 0xc26c9276f4228bb6fbec8b0b6b09c8a4243a35d4a6188ed4b777d7799810d1b6, '', 0, '?'),
(0x40ed68994d7d0bb16e5434d7a8195883, 'wp-content/plugins/amp/assets/js/amp-paired-browsing-app.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-paired-browsing-app.asset.php', 1, 0x00000000000000000000000000000000, 0xa8a4a013da79d69d1aae8969153e9122, 0xaa21f9e84b6f72ad029e930b95ebf0247052d3bab010a48bea03160b0af23e14, '', 0, '?'),
(0x40ee1186ac7cc6dc4a0d865a28a8f4b1, 'wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/SignatureInvalidException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/SignatureInvalidException.php', 0, 0x5854e11dfdf0440cbb9bacee07ccd290, 0x5854e11dfdf0440cbb9bacee07ccd290, 0x1f4a4129674a76c8789d0bd33f36e6d6e411d9fe147fcd4f326d3a95ea3a8086, '', 0, '?'),
(0x40f773028d5af6945e99a5d3e8718d76, 'wp-admin/images/media-button-2x.png', '/home/forwardbetcasino/public_html/wp-admin/images/media-button-2x.png', 1, 0x00000000000000000000000000000000, 0x23db5749e51d85105cb8d03fc81305c9, 0x9f3cf3873abbf0746ebd6b621bed7769dd268cf109b8c8f752a11fb511d5ed1a, '', 0, '?'),
(0x40f8912be254ce8427b7b78fa518d9a4, 'wp-includes/ID3/module.audio.flac.php', '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio.flac.php', 1, 0x00000000000000000000000000000000, 0x40704cfb4092dbc5450784bddd7bf59c, 0xfad6bc339ff274b23436246179c621f8aacdd6a6c89314dab2b06823eca97bb6, '', 0, '?'),
(0x410701bb601c72a5c4b8c9a5762d53aa, 'wp-content/themes/twentytwentyfive/patterns/pricing-3-col.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/customize-nav-menus.css', 1, 0x00000000000000000000000000000000, 0x4d28b7e5a3c9edd3a4f80e3a227cbcbf, 0x8c066b67be39d6d9235d82056f384cedbf1497ee8d49090f9f928399ca3297fe, '', 0, '?'),
(0x41127d51bb8a1efff236f83cf48feadc, 'wp-content/plugins/elementskit-lite/helpers/utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/helpers/utils.php', 1, 0x00000000000000000000000000000000, 0xceeefffa30a04a25c508403ce2c4cece, 0x92196343e7b330c5e531a01a732b63305e96e41c79e5856c98ea24ccf5d7271e, '', 0, '?'),
(0x411945b6fb1ff4115b80608c11b78195, 'wp-includes/js/thickbox/thickbox.js', '/home/forwardbetcasino/public_html/wp-includes/js/thickbox/thickbox.js', 1, 0x00000000000000000000000000000000, 0x35284f99181981725bb95fd8a8242f9f, 0xd47945a556d10a681a43657eaf6ca7334a441e8b0f3937d372986f82a4560d64, '', 0, '?'),
(0x411d72f4c51f20b52ddde0e4552327ca, 'wp-content/plugins/elementor/assets/css/templates/frontend.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.css', 1, 0x00000000000000000000000000000000, 0xad3e08ce338dff07545d8ec979ec3f3f, 0x26cf48e067c2b8f22f598f1fc84a34f6ec8d33ada2acc385c84b86aa83838d62, '', 0, '?'),
(0x41227edb8c35298206a24e0cd757d36e, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', 1, 0x00000000000000000000000000000000, 0x8321aa9ef08a65a0a70d2bf2b6116f88, 0x2c4cd2e52f976fb2cf9c3733d18926a538bc671efd92d86535fe80dc3352dc73, '', 0, '?'),
(0x412530feac933f27d9add8cdfd6f16b9, 'wp-content/plugins/elementskit-lite/modules/widget-builder/live-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/live-action.php', 1, 0x00000000000000000000000000000000, 0x3e2e6a8b2a4537cae3cb5a6797c1370a, 0x20aab2da031008857d741e0469657d3021b51d54bae0a6dc85286a1f3e1e3854, '', 0, '?'),
(0x412b7e2f4ac4993480b8f324592ad8d3, 'wp-includes/block-supports/spacing.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-sitemap-filter.php', 0, 0x688afa53f806caa41ad3961f1bcbc107, 0x688afa53f806caa41ad3961f1bcbc107, 0xb7404894d2e1ccea7867c29046b3a873826fa15bffe316f5e7fe719133898f02, '', 0, '?'),
(0x41324744a1b8a0cc87775e8b5e1a7bca, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php', 1, 0x00000000000000000000000000000000, 0xc86301a28401aca866b9c7e27acc7e4f, 0x4f0f271b611a05999c3f2a14218a36d2af75ad95e5b24da88beae098d61fba48, '', 0, '?'),
(0x413b138d7fd8aa1abcbe96dca6ef7aab, 'wp-includes/sodium_compat/lib/constants.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/constants.php', 1, 0x00000000000000000000000000000000, 0xc1bdbc16df7be2bb2385b26c05c53e6d, 0xace6d9b96d6328cd6cdae5fb2712d16d101474db12cba3955b94cc1867b9e857, '', 0, '?'),
(0x413c227d3712ece9d44b1062ccdf82d2, 'wp-content/plugins/elementor/assets/css/common.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/common.css', 1, 0x00000000000000000000000000000000, 0xf6cb7d240f930ad0231f9dae4c14fa9b, 0x2518a5128cfba26227eee4211b339d4da36c9dd5201e15cea1a8eea1df262c70, '', 0, '?'),
(0x414b3caccbd26aa71c90179c677372e3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js', 1, 0x00000000000000000000000000000000, 0xecae26e8cc07b56b8004fc090e413581, 0x4c90819924a3e8cd0133eb03e8c8651552e134daa53190473dfef80d85f01ee8, '', 0, '?'),
(0x4156d0d979c825adf93beb03a326c74d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleDocumentEmbed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleDocumentEmbed.php', 1, 0x00000000000000000000000000000000, 0xb6434b0dbec1778b5ac266645b948ae1, 0x444a36dc280fb78cff7ab7fb56a649cd03d0e2ed78dae983c556ba353980a701, '', 0, '?'),
(0x415847e65909cf35c264e102e83a9c29, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php', 0, 0x84414b652319f386930bb763352e0a34, 0x84414b652319f386930bb763352e0a34, 0x7f21b2eef1ef2e5807bc7f447842f3ddde1b1f92009148a55ce6fb54e1d28796, '', 0, '?'),
(0x415e5cc194d800d245a325eec97be3d2, 'wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php', 1, 0x00000000000000000000000000000000, 0xc23210fe79dbe3f52302bcfca65b7d18, 0xd473f4678bfa5dd8c29167aab1fa9f9c6ff8e6e50a4500930a256663e74e1c48, '', 0, '?'),
(0x415f6508ab2ee998a72742cf15f1ce5c, 'wp-includes/blocks/navigation/view-modal.min.asset.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 1, 0x00000000000000000000000000000000, 0x1f2043b8c3c8ad3f64847bd7ad568581, 0xb991b542a4ea52ac00a82197e4849a0b99faa7e195519a8caec4efadc0273577, '', 0, '?'),
(0x416278ea0afca2a63491c0f1d383cacf, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/TaskQueueInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/TaskQueueInterface.php', 0, 0xab68f7eceef9b6c09d430a5678c7495b, 0xab68f7eceef9b6c09d430a5678c7495b, 0xe2607cfc4b6aa2e25abf9e9021d554ec637584c721e9535f767c932c056b499b, '', 0, '?'),
(0x4162a705f9dfc8c1d4455f50e7cd5ac4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php', 0, 0x715defc6fb99d52fe29fd2baa07fb418, 0x715defc6fb99d52fe29fd2baa07fb418, 0xbdd60999c24e4b605d6084fbf90908fb77492d5a96d1f4d6a76bc525f4791ac6, '', 0, '?'),
(0x4168b0859a219ebf6240c03d88ab64f9, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Column.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Column.php', 0, 0x98246871a522394e32ddf9e6cecd494a, 0x98246871a522394e32ddf9e6cecd494a, 0xf44c878c8788e833da7111c5ecd4596468473bb6db3d7c2164715fc3efd4f81d, '', 0, '?'),
(0x4173ba76fc03f7eef9826793341b55c3, 'wp-includes/js/dist/nux.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/nux.min.js', 1, 0x00000000000000000000000000000000, 0x47acec72bbddae3c2883231f57867bba, 0xcfb0cb1b355f2cda1162542340f5a45caebbc7ad3a02b1960de91c0928e87815, '', 0, '?'),
(0x417a542c561bcf7acd52d5216367ecd5, 'wp-content/plugins/elementor/includes/controls/icon.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/icon.php', 1, 0x00000000000000000000000000000000, 0x99fc6eed1efd02192ef2cc12b24d6ba5, 0x7074a3c851522ac61ff8e3647dc0c03e22d5f92fe5a5c46368aaae8b30b05456, '', 0, '?'),
(0x417b26cf18208aa2563eec07b2ce9d73, 'wp-admin/css/login-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/login-rtl.css', 1, 0x00000000000000000000000000000000, 0x071b9ac8028516f26fe2d6cfe64ad1d5, 0xb382d3c94d95c981985c784a3a312d2d312b625c1bb475c2f8638e5069a71bfa, '', 0, '?'),
(0x417df2c1da41002b0e59eca25b4137c6, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/FileBustingTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/FileBustingTrait.php', 0, 0xd90760c2d7e60f1535cfe7b2ef33145e, 0xd90760c2d7e60f1535cfe7b2ef33145e, 0xc9133ffda0527ff4d0aff7d3e02da2a023a55cb5361fca8414628a3bff8f9bd4, '', 0, '?'),
(0x4183483eebc253868d8d95403ea25981, 'wp-content/plugins/elementskit/modules/parallax/section-controls.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/section-controls.php', 0, 0x5e019d816171aa7cb5138ef2ba41cbc0, 0x5e019d816171aa7cb5138ef2ba41cbc0, 0xbbcd1edc751904afddcc1d198040b45524a00063e537248432015cb5e5778927, '', 0, '?'),
(0x4185017fc0444b11b802d0d3411780af, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimeCss.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimeCss.php', 1, 0x00000000000000000000000000000000, 0xaf4e19fb3c0da4ce24a6cac3bff11fed, 0x4adb7965e1e6d1527aa6230e53f2dce0b428367b7d4b86b8b74b8b95b78ec7f4, '', 0, '?'),
(0x418985a1e32f78999d70e629a804120b, 'wp-content/plugins/elementor/assets/css/templates/apple-webkit.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/apple-webkit.min.css', 1, 0x00000000000000000000000000000000, 0xcfa1b0cc3bef2a255824f5f474878213, 0x5a2643f9fe62e6abc9e6c2e7a680dd828436fc2d67d02638ca3fdb83f8842be8, '', 0, '?'),
(0x418f58ec00a96c02bbce86378b4b4268, 'wp-content/plugins/wordpress-seo/src/generated/assets/languages.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/languages.php', 1, 0x00000000000000000000000000000000, 0x1087a43ab1d2b1abeba72e5e7cc7098a, 0x0ab2b5c1a8b9f68bb88fe9fbe54c3914746fc103462ec4d7d54e447d69593b8b, '', 0, '?'),
(0x4194be20e68a40a9ceaab57e5800f632, 'wp-content/plugins/elementor/includes/user.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/user.php', 1, 0x00000000000000000000000000000000, 0x4c193dbb1fb5959dfe38dbfc909e2676, 0xce333ce8fd246f05add43a8d9f13398a5efd2620696c627f28d55ba8d54acf1a, '', 0, '?'),
(0x41a414b4f00db0c72bde30703865c651, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rb.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php', 1, 0x00000000000000000000000000000000, 0xe574d240cc7edf4702f07c5441d142f4, 0x640264a7de30c2adf9135f53e766549382c154dc756ea5618d7b5049eb343d7d, '', 0, '?'),
(0x41acf85e04b8997ba2ceddc6f1ffecee, 'wp-content/plugins/wp-rocket/inc/Addon/Varnish/Varnish.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-customizer-legacy.css', 1, 0x00000000000000000000000000000000, 0x33f373c7fd5fd2648a5da92510f1cbef, 0x1eeaf85b9e6dd262509fae10e78c43940d594065bb17dcdb2de0df3ab5804180, '', 0, '?'),
(0x41bdb95e070546c3cb27fcffe91f24ef, 'wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-06.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-06.php', 1, 0x00000000000000000000000000000000, 0x7b97941f88f6c1d95ed002fe72726877, 0xcc4159668c3aeb80369bd2498a1a07071dc141a34add0d6cf8a1d49337da742c, '', 0, '?'),
(0x41c819c8a7012c8693cfdf2d298c7b53, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php', 0, 0x80c44de21e27d883cb9e6f3dfb91aa16, 0x80c44de21e27d883cb9e6f3dfb91aa16, 0xa617f95dc9f1cf12560251f5b72c45a75b9521b55dae0f11541dd0a4f3e97479, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x41cfbe4bd3b3db04d6bcaf159f850182, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Invoker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Invoker.php', 1, 0x00000000000000000000000000000000, 0x94273c48d0f1a38591f30fb503d7cd5e, 0x30b36b5d2d68d9332a8898baf530b3ab3f60d635a3a2225fb851766a0b8dc6e6, '', 0, '?'),
(0x41d408db5bafc315a72e402c9d17bdaf, 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/controller.php', 1, 0x00000000000000000000000000000000, 0x5b8e71da7c69dcafc86e8efa73844834, 0xefa4d174f45efd799b5f45c29cc59a63c9f3ca93110c38a60495f97fd7297e5f, '', 0, '?'),
(0x41d85ff15731ff0a4014825778de4885, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts-manager.php', 0, 0x088b0651e0fc9ca5773e5c8bd8986a91, 0x088b0651e0fc9ca5773e5c8bd8986a91, 0x2b366905f4a562893a7bea3dd320d1cc28b0ba5926f2ecc6b1a2ab1fbef364bc, '', 0, '?'),
(0x41d8bb141523a81db2b922f3e0c56aad, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', 1, 0x00000000000000000000000000000000, 0x9aba4a3c312f2524c74afe3dce9413a7, 0x8ed876898dede67009654b4bb237ddee399a86f738a2b8faaaf6b1c202ad94d1, '', 0, '?'),
(0x41e33cd2efb50c21a8b5af0c572e4c2d, 'wp-includes/Requests/src/Autoload.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Autoload.php', 1, 0x00000000000000000000000000000000, 0x90f685fc815b53734033aa30317264ce, 0x9cdc8f3c42ddec683d384d8f82492d5ee23aed1b33af043ce832f9cdef08bfcb, '', 0, '?'),
(0x41f7dc19008a6a9f6aa5d09d585d8566, 'wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/content-action.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/skins.php', 1, 0x00000000000000000000000000000000, 0xa438ddfb26e56b1ee823e48389828760, 0x83c30007515561ce6f4b6776f020f7453b8539fee8bf7e226aa1892b5a84b4af, '', 0, '?'),
(0x41fdb089102468dc05f5d59d6051f861, 'wp-content/plugins/akismet/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/index.php', 1, 0x00000000000000000000000000000000, 0xcf6895af2050eb5ae7c0badda2604566, 0xbdc27ddc13dcd51e35e19b650bff3317b9d90333c18e1f6d15687944e68c5128, '', 0, '?'),
(0x42055ee6c7749b70846b808cf2ff21fa, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x52d92a4cd35447e2e934255089b4b90f, 0x2d90968bd9d60fa96e9046904aad2654d350956f5ccf935c8eb9bfe63296eddf, '', 0, '?'),
(0x4214b0904e1b90973f2ed2696cf367ba, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptAmp4email.php', 1, 0x00000000000000000000000000000000, 0x5d67207d9b69d2a1a5f14e465e0d20e0, 0x1d643af8adae7f2cd5a0fd6b1bae2f44bc5fae517f0163d83ca9051bf31ba172, '', 0, '?'),
(0x4218af3ae551ebeb948dfd132ec6761f, 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.ttf', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.ttf', 1, 0x00000000000000000000000000000000, 0xb06871f281fee6b241d60582ae9369b9, 0x9d92a2097136388578d68505e35cfcaa730d4ebe7e18832e97fb5ad8ae5b0422, '', 0, '?'),
(0x421cda3f9ca8de09c7024f0d22afbac4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsScriptCiphertext.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsScriptCiphertext.php', 1, 0x00000000000000000000000000000000, 0xa5c0c91a576ae789ba62d0fe6f6e3291, 0x239699b6a7c81c23177052ef13bbf3f704ce735cb35445dd5a424489a8a1408c, '', 0, '?'),
(0x4227206030efe0a8fd7a796ec3a37cf1, 'wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/ruins-image.webp', 1, 0x00000000000000000000000000000000, 0x80d1e5a5e6fe99525dfe1824a581dc58, 0x2135fec73cfca11a8cd8fba33aef9ae01b588a5a0bbb808ac32e52160e937676, '', 0, '?'),
(0x4235ff3ae6b0a972e0dc3432ca1b9fa4, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/parts/header.html', 1, 0x00000000000000000000000000000000, 0xa04a89fb70faa7737ed30914f8a672c2, 0xe1816d826f2b613b1ca02dfae3ea9a6d1b1505e36069ed63fc8d8b269c21236c, '', 0, '?'),
(0x4245bf96925a3216c3f583d0b40b5497, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/user-registration-date-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/user-registration-date-condition.php', 0, 0xf815f75fa1c044c58efcc56dab390f3e, 0xf815f75fa1c044c58efcc56dab390f3e, 0x6717395ff3aad3fe369dba1178be0265e3093fcb1144b2396c95c638d334f595, '', 0, '?'),
(0x4246fc4c2ee6d4b1e17fae42b03f1dba, 'wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php', 1, 0x00000000000000000000000000000000, 0xd8b15c16da70d102337027a5bab730fd, 0x099e61c32e7be0eb22d86357cf058da543b17a0ae46aefbe525a23800617e803, '', 0, '?'),
(0x42489cc74009428505e334077b0977a1, 'wp-content/plugins/luckywp-table-of-contents/admin/assets/main.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 1, 0x00000000000000000000000000000000, 0xcdc87bf631ac4d07529c4b455fdffa2f, 0x7c719f555504d1bfc38e7c7ab98f473e2a93db9c2289e9e649019da2fedd3b83, '', 0, '?'),
(0x424cd00d1a35c0b247f1fb8642480b4a, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-title-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-title-condition.php', 0, 0xbe1eb880daba409386f078c10012c289, 0xbe1eb880daba409386f078c10012c289, 0x00cbecd4961c66ad2bf01ac175cb854d80dfbab8ec15c3c866220c85fb5acc9a, '', 0, '?'),
(0x424fb6102a04763c967bb6cf6535eee5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentSizeLimitExceeded.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/license.php', 1, 0x00000000000000000000000000000000, 0xa8e8b03a38f5b4069adc0ede125ea272, 0xcf66f2134217812d68879f9008be99ed5ec83e41e3eff0946e4830c30d26cbf3, '', 0, '?'),
(0x425836aced6b8abfb1db2ab541e8050b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Tags.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php', 1, 0x00000000000000000000000000000000, 0x6c113a07f5a275e80422ad54e73c68fc, 0xde5b5c74b19d956345d48b4cbbbcadad4e89cae782258ccdeccac7f63bba2ce5, '', 0, '?'),
(0x425e1e81df788d93dead4be2587b23c0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php', 0, 0xb0a6de885d87e3a2e3ce56075701382a, 0xb0a6de885d87e3a2e3ce56075701382a, 0x2b46f1b35b832f1d5eaeb254e818b76279b73cdee34b2abfe7017f0f9997e303, '', 0, '?'),
(0x4262b67252f0f2cb8c0d124059edb54b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/BinCommand.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/BinCommand.php', 0, 0x46d35cb71ff3da292423df5020455c3b, 0x46d35cb71ff3da292423df5020455c3b, 0x0b23ec44cb52a3d9d79ceba6e55b2161fb8d89f8e73c78d208f53b36ebc7bc2c, '', 0, '?'),
(0x427151af0124e41cce0e7754c28b7f31, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownRight.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownRight.min.css', 1, 0x00000000000000000000000000000000, 0xaa483fa925b1926476da43c1e81c565b, 0x3e4720b72e7a4cb4a9aca9c8c59acdb3e89fcae83c15ba10e1796915a4a2f971, '', 0, '?'),
(0x4272c8b77b32a9aa9d21b4ed4380fe96, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php', 0, 0x48df2e730f5768c1ec215be8e86f163b, 0x48df2e730f5768c1ec215be8e86f163b, 0xe10447115651eb62b77efc3832fd74ee1ddded0e8e8642e6cdfc506f156e543a, '', 0, '?'),
(0x4273cce39fe5a19854c1e5f4df4ced3d, 'wp-includes/blocks/calendar/style.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/vendors/classes/class-imagify-partner.php', 0, 0xa3305b78df396ff2187b4d3e8f88d1e5, 0xa3305b78df396ff2187b4d3e8f88d1e5, 0xbecdc0676b48e94d6b3ded2dad851d0788d963c151e6ac0493d3dd3c8d9ef861, '', 0, '?'),
(0x427ef4fc0cff9761f655fb659dc7d91d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php', 0, 0xfdafb917613b92577b950bc75c04c158, 0xfdafb917613b92577b950bc75c04c158, 0xb040952e776db2e3bb388c384d7be65249e4df54f3fec88f5a42d9fbaf706627, '', 0, '?'),
(0x42861217a16a088429dfd071bc448a53, 'wp-admin/install-helper.php', '/home/forwardbetcasino/public_html/wp-admin/install-helper.php', 1, 0x00000000000000000000000000000000, 0x8b74b2257692e802a38f2de3cdf4dcb4, 0x8ddc66a4c5c81e1233734c2cb174c6ca8777e2e812e4c54f374f34d1c9b5823e, '', 0, '?'),
(0x428911d4780209fa09fc8ac0067e0cab, 'wp-content/themes/twentytwentythree/patterns/call-to-action.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/patterns/call-to-action.php', 1, 0x00000000000000000000000000000000, 0x7f9f4298390e7fc73b6c6cd452c580c9, 0x70049753bb65aa1df91038586948b10cd6af0c262e67be4046398f42e214b27d, '', 0, '?'),
(0x4293314a145196266823ba4997987b2d, 'wp-content/plugins/amp/src/Cli/CommandNamespaceRegistration.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidExtension.php', 1, 0x00000000000000000000000000000000, 0x0788cfe66e13e991458af557ee85a366, 0xf2e4431edbfc4cdd6dea625de97c76bdc04b80b945158b14cfd467f8315291b1, '', 0, '?'),
(0x42be6067932609e70c43aa31dfd5efe0, 'wp-content/plugins/elementskit-lite/widgets/blog-posts/blog-posts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/blog-posts.php', 1, 0x00000000000000000000000000000000, 0xa9c8507421c0ec8d8d68fde7e406c8de, 0x19ba9c6a1f2c4577c5a0d46f5ed53d3b0f478f1e746e30870007798ba4dd552e, '', 0, '?'),
(0x42c07e01a666d4547ad8956d98b54538, 'wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js', 1, 0x00000000000000000000000000000000, 0x52c3e427dc029b5620acc246b892be8c, 0x6bfe12f311bdf98e30b026a3a511c6dad59a50437fa7733246b1ba5f897e38ba, '', 0, '?'),
(0x42cfb58903c816f348407881aa17af2f, 'wp-content/plugins/wordfence/waf/pomo/po.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/src/Content/Type/Sniffer.php', 1, 0x00000000000000000000000000000000, 0x4aff14a723019f3236947c3010edc01d, 0xd1c7ed1b8503926322c6079434a85ca8ebb2b744445718c8c5f7e448f88b4f1d, '', 0, '?'),
(0x42d6b1003b1a27c757db72580f900e60, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSSubscriber.php', 0, 0x36c3bda10c5fcb32943a70fd19f10839, 0x36c3bda10c5fcb32943a70fd19f10839, 0xdf53ce29b992bc76650035ea24e63c7276b8049c4b1ba0921204b4fd29a1b372, '', 0, '?'),
(0x42da5f9f8751de66651f39f9a4f24a41, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/title-widget-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/title-widget-base.php', 0, 0xb3d29fac72e369fbe58173e290667cad, 0xb3d29fac72e369fbe58173e290667cad, 0xb4d58e38fcb4364f5f5c5c5afbaa2f90d63d709ebdd3c02f3cd39f4120ac3c2b, '', 0, '?'),
(0x42e10542b0a98c78ce474ed1769877f0, 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-media-element-player.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-media-element-player.php', 0, 0x51fd474834c3d8fbc1ac9bb562a05e6d, 0x51fd474834c3d8fbc1ac9bb562a05e6d, 0x3ed827d5d6e66dbf4deb081d629a5342eb602d1e6ccb9bc2aabbb6d8fc101a24, '', 0, '?'),
(0x42e3203ff6b857e0af9bdb14b09ac4ef, 'wp-includes/SimplePie/library/SimplePie/File.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php', 1, 0x00000000000000000000000000000000, 0xf8fa6df4394e1ea332b5dbc5b35b8a98, 0xd81f3d18d1e02a8574fc7a7627dee70757b5baf00a18f14b52f96cebb0e87837, '', 0, '?'),
(0x42ecace5e9e14ed12d6b186a04f8949d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/LightboxableElements.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/LightboxableElements.php', 1, 0x00000000000000000000000000000000, 0x336ba7ae5a2c074e0f5f8c5379019df5, 0xc8d96ef97c84efee8f764c280e82d3f5ec92db897f1f6718049ae0d0d40d9cb0, '', 0, '?'),
(0x42edab63c00011bb6c4dda3015ed5c9b, 'wp-content/plugins/elementor-pro/modules/assets-manager/classes/font-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/classes/font-base.php', 0, 0x72d78cde257647d8a763d013a476172c, 0x72d78cde257647d8a763d013a476172c, 0x7923ec717310a3f06ba729e7ecdc73f87d592054c04993c489b538ab536b7dd6, '', 0, '?'),
(0x42f0c2256d894f6a7eccefd92095a7bd, 'wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php', 1, 0x00000000000000000000000000000000, 0x402ce4218d60e3dd784df1e78a96a5fe, 0xe85e031bbe2b4a246155b2178e9053cd24e7791b757b1197287710356bc948f7, '', 0, '?'),
(0x42f0ef314e7c517546e617197b5cf2d6, 'wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php', 1, 0x00000000000000000000000000000000, 0xe8fab363bf28f8e06cba6eaa54048a5f, 0x6d7ec64b5f915fa707ef6a1029a6a2d706008754258450cff667e2711ccf80a7, '', 0, '?'),
(0x42f6be174ffa3903835be3774d377b0d, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/dynamic-value-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/dynamic-value-provider.php', 0, 0xaad927ccc6bc9b301eb075092010cd8d, 0xaad927ccc6bc9b301eb075092010cd8d, 0x7403acc490a2457d72663fd4526289c0488ac84426d59f860afa471b2e977b01, '', 0, '?'),
(0x4303ecf563b291c7c03b19f7c1a8ce12, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounce.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounce.min.css', 1, 0x00000000000000000000000000000000, 0xfe3de6879522f1d5fe58ca4ac03a8c1b, 0x58b6a9aaa8e3a8d0baa6888cca36561c0d1ad3ea286d9d5b41326f90e6ecc517, '', 0, '?'),
(0x431234c3d2d0b1aee8a5d14cbf0e4bd0, 'wp-content/plugins/wordpress-seo-premium/src/initializers/plugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/plugin.php', 0, 0x45ce288632c1c3be4ac00468df304a0c, 0x45ce288632c1c3be4ac00468df304a0c, 0x651b53302e49976378e39366d13f321c249718598fb4449202eae596814f725e, '', 0, '?'),
(0x4313d7e7f083f18b80995d5c1b22c97a, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-hover.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-hover.php', 1, 0x00000000000000000000000000000000, 0x5c9f8f0006fede079eb8df362377d2ec, 0x7e3a5fd6f5d4204e931f94d03f8ce97f641307faea7eee2741941651eb789446, '', 0, '?'),
(0x4315fc7a2bba965a2bc4bb732f92401e, 'wp-content/plugins/elementor-pro/modules/forms/classes/drip-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/drip-handler.php', 0, 0x74ed426920a9c1a3aa9dc270a5cab604, 0x74ed426920a9c1a3aa9dc270a5cab604, 0xdf1185b051b8b68dda57e12d9b6a6f3008e249b3fde688b80fe67c16b2233964, '', 0, '?'),
(0x431969499e67c87bd2fdedd162b4b6e5, 'wp-content/plugins/wp-rocket/views/settings/beacon.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/beacon.php', 0, 0x7770f24729b8f4b5675843621c15084f, 0x7770f24729b8f4b5675843621c15084f, 0xda031a2a535fc9d1692be986e598625dfc03af394bbd7ea1adeed6d33d1954f1, '', 0, '?'),
(0x432715e4ab52540313376e6ea7fbdfe7, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp', 1, 0x00000000000000000000000000000000, 0x2af7c6205191cb22f5184bfb4c8e47a3, 0x7416804ad67400ca754962b5f8ae44b67fcd7c0e77c58d29690c7ee5f0600f35, '', 0, '?'),
(0x432ea89a3c157d6ab29f3c88b7921154, 'wp-content/plugins/elementor/assets/lib/animations/styles/shake.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/shake.css', 1, 0x00000000000000000000000000000000, 0x449b5c50be691204554e8c545c6c8530, 0x3d7e357d6ea4accb393c642b3c25cd3470ea46c1a425bb60461548200b46876c, '', 0, '?'),
(0x432f4a59cd48868bd3ba4f30607526a1, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/ContainerBuilder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/ContainerBuilder.php', 0, 0x9be1b03a0c36f4c0b0480ee4796c4b53, 0x9be1b03a0c36f4c0b0480ee4796c4b53, 0x9959dcf7353a4fd763dc45e1c0fe855b7dfbc92e8428fd7f1a293c51242913f5, '', 0, '?'),
(0x4331b432af021565d264e1a6d889cf63, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchGetValuesByDataFilterResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchGetValuesByDataFilterResponse.php', 0, 0x2582e880191fc74e385f79afd3da5262, 0x2582e880191fc74e385f79afd3da5262, 0xd898a1ad7c349b49ae57c8e22d761b01de51decdad9ba730057e6ca611bc4e49, '', 0, '?'),
(0x4338d6f3e0a6b382793e273ec2b13262, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframely.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframely.php', 1, 0x00000000000000000000000000000000, 0x95d22799914c0eeb297f2256ca33559c, 0x24373df9dda26448d237fc9d9c253d2f47d62a4e99df3b5b53f930e94b21f5c6, '', 0, '?'),
(0x433ecf7dc7c13466a7a4646ee3af7a71, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaCharsetUtf8.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaCharsetUtf8.php', 1, 0x00000000000000000000000000000000, 0xf5606714dc2d340f5bcb30c3bd436a73, 0x4997b9a581050e9510fea554c67e9d87022b1e56f87a154084a4cbc52c15fc86, '', 0, '?'),
(0x433edfac895066f054fab16c73d77a82, 'wp-content/plugins/elementor/assets/js/packages/schema/schema.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/schema/schema.min.js', 1, 0x00000000000000000000000000000000, 0x9dfcd2649e25eac155e4a146669c861c, 0x9e95bfeb36f7aeaa540d313f345e824d1fa1c55c3625aa80df68386db802bc09, '', 0, '?'),
(0x4345765a3e140849a541ca908b056d60, 'wp-content/themes/twentytwentytwo/templates/search.html', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0xa8ebc7eb54efacfda66d0a2531058ecd, 0xa479c8fdc9c21e3cf26f3f5fe0c80915ea0edcf82ca246cdd2b30720ee83974a, '', 0, '?'),
(0x4347289e5ba5eb1f774a95bf24565ff0, 'wp-content/plugins/elementor-pro/modules/forms/widgets/form.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/widgets/form.php', 0, 0x567aead67e88588aac74ad5fa6d621f0, 0x567aead67e88588aac74ad5fa6d621f0, 0xbc7598455065c6869d78a7d441e203b2f6a1ca73e11c5d61b3f15a42188730b6, '', 0, '?'),
(0x434beba94abcc10e364c414dcc6b1156, 'wp-includes/blocks/post-date.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpBindAmp4email.php', 1, 0x00000000000000000000000000000000, 0xd48e6378a9520a73bf63e1dc3fe2fe5f, 0xb1bd2a4c14527f158c3c1bb1da4e813ef7c2f1d8558b7e1dca1df6cdb95ec45b, '', 0, '?'),
(0x435344532c3e393bcb60ed46ed67d60f, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-cart.79b5dc500681930471c6.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-cart.79b5dc500681930471c6.bundle.js', 0, 0xb8a77e9671a5a14a1547c400a5170ac1, 0xb8a77e9671a5a14a1547c400a5170ac1, 0x1bf264d473cebdf62ed073ee155bb8dabed82e413f00ea4957289fd51461118b, '', 0, '?'),
(0x435fef9ad576353d6442b400b38b8429, 'wp-includes/css/dist/preferences/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/ServiceProvider.php', 0, 0x18366a1828ee343f73075a5d8aba9e7b, 0x18366a1828ee343f73075a5d8aba9e7b, 0xa3b190f8ce2785b104a5d234e0df7b58df346aff1438b8ff93c898c3da2cda00, '', 0, '?'),
(0x4362746d8c87fb7f5ac3d811896714ba, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-title.php', 0, 0x193d52bfc252cec7d5c112ff7a1eccd7, 0x193d52bfc252cec7d5c112ff7a1eccd7, 0xf649378112d00820896963c2881c6ba9c1177d977cd3094a5c4a9d54a4905c8a, '', 0, '?'),
(0x437077d04d3befb189acd29de228fb94, 'wp-content/plugins/elementor-pro/modules/mega-menu/widgets/mega-menu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/mega-menu/widgets/mega-menu.php', 0, 0x14a67e4791355a3c8ff9666646903cf6, 0x14a67e4791355a3c8ff9666646903cf6, 0xb74a49a22c9b210386407ccddb888f76a14ce69157a866f220f47346eb2790ac, '', 0, '?'),
(0x4370b99680908603513fa274df3e644b, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler.php', 0, 0x3f3db6bc8860152891c26de20c60e46a, 0x3f3db6bc8860152891c26de20c60e46a, 0x70f128cd307a269c123a127702c9d27b1f90da7181ac45fe950dbca7ce3be2d2, '', 0, '?'),
(0x437f63e88869469bd768e80c2e6e3794, 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/page.php', 1, 0x00000000000000000000000000000000, 0xd0a8193e5c67aec9c7a1e124abcc63c6, 0xcaf71811846969b69b47ab43aacfc5171fe94e80464cce082937258fca99e602, '', 0, '?'),
(0x43986bbc053fbf046b08c2e351aa0916, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStateAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStateAmp4email.php', 1, 0x00000000000000000000000000000000, 0x1d1af846ff2ab0d8e4bbd897e14a0c06, 0x5f958e0d3cb3de83063c23778b791c098a6e8e089915d6fa07f93776724cd4e8, '', 0, '?'),
(0x43ad196d730ac3e158f85dc0c54b9254, 'wp-includes/blocks/search/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/search/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdb99cd34a4dd3ece838213a34948679b, 0xf6ff71c5897e752c2f52484630720f36e8c5439670b09500860689d02cca9016, '', 0, '?'),
(0x43adee9b2f8840b26cab8759c1fd327d, 'wp-includes/css/dist/format-library/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/format-library/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8f96da61d81957168616f1adadd6d649, 0xc9c00a9d164418e7472c4c2fbf95bc160af0104d00d9a5307cda045b1f8e286b, '', 0, '?'),
(0x43b26b46268e5b5a580c0d678b2b7a7a, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2400.css', 1, 0x00000000000000000000000000000000, 0xb14a1a93c51b9cd136c611a392c79c10, 0x2e544cc3aa72a7b7b26342f0dd9152f478c01dbcdc90ef1b48e9ce7f87311366, '', 0, '?'),
(0x43b2d89ad6141554bc52aa217616467b, 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 1, 0x00000000000000000000000000000000, 0x8d978b06bdd46d23f86d493ac8c48b68, 0xfc1b4f3da20d66b29ad66e6ef85b839c56bcbea53df7986f41d9054e6db6dbba, '', 0, '?'),
(0x43be39775648ff9314be2262b5b35623, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/buttons/style.min.css', 1, 0x00000000000000000000000000000000, 0x7df8c7f11c21723cd50ff4a6e4e208a7, 0xf482b1f3d5b69f2c2a7fdbcd96edd63e33a9a91cbb78190d36919282e24bb435, '', 0, '?'),
(0x43c5022212f6060f40ec7f1437e474f6, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php', 1, 0x00000000000000000000000000000000, 0x621d8374d73afca6d1ddfcd9335fd52c, 0x518b0d8332f96eae5d5bd73805ca40f13a7b8244ae7505d917b5597324d1ba9e, '', 0, '?'),
(0x43d60c22346ba7bb29a56af9cd249bdc, 'wp-content/plugins/amp/src/Embed/HandlesGalleryEmbed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Embed/HandlesGalleryEmbed.php', 1, 0x00000000000000000000000000000000, 0xaedfe340f2fd16bfc02f3ec02b0f262a, 0x4824df4d1f5ead3529c0d8d0ca6f660390f3cb075eb78bae76f594bb9e3a6bc5, '', 0, '?'),
(0x43decfa42d894317dd8efd0b306e5763, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php', 0, 0x6737a1e0cf81e677745a16d2e8d415f3, 0x6737a1e0cf81e677745a16d2e8d415f3, 0xd72db906e01fe9cedf575a5cdd9b6f4846bcffc709693ccc59c9d7c02a855b2a, '', 0, '?'),
(0x43e3840f84bf9cc541b6af3ee14f91ed, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpTimeagoAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpTimeagoAmp4email.php', 1, 0x00000000000000000000000000000000, 0xf28774971e969d7adbf4f0854a691896, 0x05dbe06835256c6eda410fcd2cc705b2bb64026a879cfdc8de870f4d41563ba6, '', 0, '?'),
(0x43e778b6432a6eaf25ec111d6635d4ea, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/functions_include.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/functions_include.php', 0, 0xd4a9739803b1b97d632e9c9e08b50d02, 0xd4a9739803b1b97d632e9c9e08b50d02, 0xb22d3151cb60c62f9eb4def7624b859f01ea786e148ffa2f1781dcb130ce9a6c, '', 0, '?'),
(0x43ee18756eb643ae9793588c77da2693, 'wp-content/plugins/elementskit-lite/modules/widget-builder/assets/js/ekit-widget-builder-editor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/js/ekit-widget-builder-editor.js', 1, 0x00000000000000000000000000000000, 0x4701db4a3a9e0db89656b286121855ff, 0x32d84dc08aadd8c1ae88509a10aa8974cb62f82da4d6c0e318ff18a0765a305c, '', 0, '?'),
(0x43fad8735ca70af296e0da738ed5276d, 'wp-content/plugins/wordfence/lib/menu_tools_whois.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-layout-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x4e7349d7ba8d955e60ab3030152ec295, 0x0fb2330fcac93b992914162c24179c352b8f10bd5f3dbb782cdfc25baca0c2b7, '', 0, '?'),
(0x440127dd25bde48a531ded36f33e927b, 'wp-includes/js/dist/customize-widgets.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/customize-widgets.js', 1, 0x00000000000000000000000000000000, 0x089b0832346827745e7592e806f4b369, 0xb1be11d5db9532472ba57d8ffad7cb720c7e3271a1731fba02d6d5641c631dbd, '', 0, '?'),
(0x44046068755c1cc3bc372713438c848c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DimensionGroup.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DimensionGroup.php', 0, 0x5e4ba87df7ceb89168f83e592651c847, 0x5e4ba87df7ceb89168f83e592651c847, 0x7f3ebd16d4fdead7973b82139aed5d401ab8ff36c40c97b29599f9b22acf117f, '', 0, '?'),
(0x440705a5d5fbc1418a82798f611318e3, 'wp-content/plugins/elementor/core/document-types/page.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/document-types/page.php', 1, 0x00000000000000000000000000000000, 0x9c44254ac1a0000bfde7235659823045, 0x2ca536329a9ad9ec26e275da2e3f793f1307737a1a4b7af32f8c718368188dff, '', 0, '?'),
(0x44080cd339008291a6b785de9f28d09d, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/crystal/document.png', 1, 0x00000000000000000000000000000000, 0x7f89275e639a73c0f9c4448bf933545c, 0x670ce674eabb2820c58e0ee7886b6035cd92a1fb4ab7cc074d35aec2c23a6ae4, '', 0, '?'),
(0x440f85821a73c585513945f242d736e2, 'wp-content/themes/jannah/index.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/index.php', 0, 0x883dbf1da90a6d6e0fada89802fe981c, 0x883dbf1da90a6d6e0fada89802fe981c, 0x7a315161cbf11bff86d9f0b2f2b90b693ba74d57b69415a8566f4d1fc29c519f, '', 0, '?'),
(0x44101e3e3c8c0d6b8c4e77a5ec67c231, 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-follow-command.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-follow-command.php', 0, 0xad0515506dfa4a24ef4a2669d685d3e1, 0xad0515506dfa4a24ef4a2669d685d3e1, 0x553d0dd29955e4c748459aa0306e90badb4cb6cd702d7285f07adca75c266379, '', 0, '?'),
(0x44111a10c34e399c57727d4d13d94b13, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-time.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-time.php', 0, 0x6271b035d09fb342e34e8fad50074573, 0x6271b035d09fb342e34e8fad50074573, 0xb3df1efc2065e31f1c8a9d97e2e602f1196c1d4713fc3abda590e1db23a5a1f4, '', 0, '?'),
(0x4415830f89a0e4cc036131fee1d497a2, 'wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php', 1, 0x00000000000000000000000000000000, 0x10540e06a22a7cb2e046a2ce980e3e2b, 0xa7a974eafc4eb5b1cc1cd6e3aee3ea3de0d184ea78c2b7d5fd17ad9a1c416597, '', 0, '?'),
(0x441949150cbd4f635ec146ae21708e64, 'wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-type-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-type-presenter.php', 0, 0x6cd61e31f6375ff366faf3b87b75e10b, 0x6cd61e31f6375ff366faf3b87b75e10b, 0x1bfc085d0d8e6f3cc19872d83dd7cdf4d0ace06f5b1d863e761bdd7d8e1a0f7f, '', 0, '?'),
(0x44219481d2eab8febc54218192bd1e7e, 'wp-content/themes/jannah/framework/admin/theme-options/dashboard.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/dashboard.php', 0, 0x1434219cd5fcbf28b3e22a2720db3be7, 0x1434219cd5fcbf28b3e22a2720db3be7, 0xe11a6999b9074fd5a7753626cb0c3f18ab6f44e54ef3f95c5780e83d9148748d, '', 0, '?'),
(0x4423717bc5a50688aa81d48762c2829b, 'wp-includes/css/dist/customize-widgets/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/customize-widgets/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x2f2a5af2ed6a44e773b7c5c287a9555e, 0xafb9142d5311692bff9d5aaa153561ba95d8234c1a9a936a6636509aec0b233c, '', 0, '?'),
(0x442ef7ee88f63a95000fbea553d45238, 'wp-includes/ID3/module.audio-video.asf.php', '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio-video.asf.php', 1, 0x00000000000000000000000000000000, 0xd8c4bc414abb520245c6e70eefd02f3d, 0x01680d151752266891fe1763b522c8f2b0410d9106c4becb6ac75165f35c4cf2, '', 0, '?'),
(0x44341eb2ca569b267d48e434e6bc33f6, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/theme-support.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/theme-support.php', 0, 0x02896dc75244cf0278a937c496ac1ae9, 0x02896dc75244cf0278a937c496ac1ae9, 0x9a3bb59e2f9777660aeb2246e73c93633af4b81a6b1f4e6cecf60d1ea5a21683, '', 0, '?'),
(0x4436066dcb658e727b704be84f181092, 'wp-includes/locale.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncg.php', 1, 0x00000000000000000000000000000000, 0x05fdf3a0b7411915f7a5196b0980121e, 0xfa8459091ada5a548f89f7186d4c1be61d6066ed053dcc8a7a5007c97868c0d0, '', 0, '?'),
(0x443d6ef676625088b02e105f02f80c9c, 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php', 1, 0x00000000000000000000000000000000, 0x7ce5fd41f2739483199b711c458e15bd, 0xd6ad04c1d8ebb17d5954336c017fe59e5c99071a3cd102ea03c7c0856f16c3a2, '', 0, '?'),
(0x4443ffda31b803ad3afd19a6963c8886, 'wp-content/themes/twentytwentyfive/assets/images/northern-buttercups-flowers.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/northern-buttercups-flowers.webp', 1, 0x00000000000000000000000000000000, 0xfea4b3d66fdfc40f4521ae560b0f52de, 0x74c5ded7947de4145817a136843a8d0b18566490173264f3ff454f8b32a7e6e9, '', 0, '?'),
(0x4451239175f7bb6e0f555c2040b93cc6, 'wp-includes/blocks/page-list/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list/style.min.css', 1, 0x00000000000000000000000000000000, 0xa698456ec7743cb310be3400a7654ada, 0xb9180cd034ec8890d3f985b2379f9d6ffec6c09a44b217a23716343ada154a5b, '', 0, '?'),
(0x44557df812f83c82deb4443508e8a059, 'wp-includes/block-editor.php', '/home/forwardbetcasino/public_html/wp-includes/block-editor.php', 1, 0x00000000000000000000000000000000, 0xf78767afabc5d50943012b74ab9f2a38, 0x128b79bc076e99e30772fc40217f1c306451f32ea6eb4db6b0e2f2a6a5cbf1f5, '', 0, '?'),
(0x445c379bb8e8a540f0ac3b5ecf7caef4, 'wp-includes/class-wp-navigation-fallback.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-navigation-fallback.php', 1, 0x00000000000000000000000000000000, 0x1b08f302a0511f50933aa02aef7cbb6a, 0x9efa38a745787cfb3cfb41b8e78b5be6da9a6cbafbe35a39dc7faa2cd93f1631, '', 0, '?'),
(0x4460614ffb220659253791f15af4a31b, 'wp-includes/blocks/comments-pagination/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/style.min.css', 1, 0x00000000000000000000000000000000, 0x3ffb1fd72a7fc9b1b7feb2d97f2c94cc, 0x7dc14dcc8b49458c18d84e10f17096801c35341e155d7050e5c386773e6b7121, '', 0, '?'),
(0x44607393898aebc6a07e722af994d20e, 'wp-content/plugins/elementor-pro/assets/js/contact-buttons.5398b922eb2a8fb72fd3.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/contact-buttons.5398b922eb2a8fb72fd3.bundle.min.js', 0, 0xe46854a66672cc22afe1294a8e7420d7, 0xe46854a66672cc22afe1294a8e7420d7, 0xdfb220d7d0f36b3ee3ab0c06f316f4e04e9dc153bbe291db7e024bcfe76b51b5, '', 0, '?'),
(0x4460fe121e02da1b0571263212faf293, 'wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss', 1, 0x00000000000000000000000000000000, 0xd2e90f165d48cc39008d167f24618d1d, 0x03638afbacc60166f7b58610b6039a7d9875fe91fc68cfd3f026be03befde7fa, '', 0, '?'),
(0x446ca35cdbb023609b1da086ddaf63ff, 'wp-content/plugins/luckywp-table-of-contents/luckywp-table-of-contents.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/luckywp-table-of-contents.php', 1, 0x00000000000000000000000000000000, 0x26c94767a843d00aa8588f958a455e7f, 0x58637f0991f03ccce53138ea192d6e883cb1e68909134307ef99f088560231ae, '', 0, '?'),
(0x446d8eb9e88b12fe6f8422a4ecd561db, 'wp-includes/blocks/gallery/theme.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/theme.css', 1, 0x00000000000000000000000000000000, 0xfd03de8bf9bc6c8c3e6efd71cb7957ac, 0x8493c9b961dfbfd8ebeb014bdb986ee9fda60ccd93ff042bf5186e11b262f2be, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4470006ea37d92f69c1dad859bf9817e, 'wp-content/plugins/elementor-pro/assets/js/elements-handlers.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/elements-handlers.js', 0, 0x1ce633eaac5324c8b0190d7e6551a983, 0x1ce633eaac5324c8b0190d7e6551a983, 0x49663e44981029bf31f35fd4ccaf3d471e4d29a81a7949ef9ccd21445c92104d, '', 0, '?'),
(0x44720fb788ef6b4a88844e0ba11fc6a8, 'wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp', 1, 0x00000000000000000000000000000000, 0x3dd1e4ce303e03716bbdb2a5f2640855, 0x788b72f6c0ccf8f00bdfa6da94ce07d58f61bb2c6e3f87bf206875374b498d2c, '', 0, '?'),
(0x4478d5f114c8c3874af494f1350aeca9, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/NullMessage.php', 0, 0xf33b022fd6bf79cad1e6dca9d11ab2bd, 0xf33b022fd6bf79cad1e6dca9d11ab2bd, 0xb6fad72eaeb83706712f8b1c409e18fbb07c0d5c8fd67abb78110ee3118ebf57, '', 0, '?'),
(0x448a257f81ebdf9fe7d524f20e773748, 'wp-content/plugins/elementskit/widgets/advanced-tab/advanced-tab-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-tab/advanced-tab-handler.php', 0, 0x19bb79fffc80fbd578f7f1e8334345f0, 0x19bb79fffc80fbd578f7f1e8334345f0, 0x88f773c4a7cc92882453d30f4564cc155fe08cf8401fe4678915833bbdb8e956, '', 0, '?'),
(0x4490ccf6c9759a0dc5c28b88c9b2041a, 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', 1, 0x00000000000000000000000000000000, 0x41d5abfbbb96dec5204c157177d60983, 0x98b2728d169f5fb669510fd6098c61c0ee52bfa68c0e8210d4cb2b82eded91d8, '', 0, '?'),
(0x4492b26018e60c001e4251f37a2d45a0, 'wp-content/plugins/elementor/core/wp-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/wp-api.php', 1, 0x00000000000000000000000000000000, 0x19a09528b1aee9a69270f23df39647fa, 0x8b9cfd5173b72bad2d260ae76671c88d3d4c4431effa25d92a5362391b27abac, '', 0, '?'),
(0x4492c9f1bed5296261eb6bdac57bcbcb, 'wp-admin/includes/admin.php', '/home/forwardbetcasino/public_html/wp-admin/includes/admin.php', 1, 0x00000000000000000000000000000000, 0x94341cdc0fdedad03d82d2a9b8b4e541, 0xf9b5943056c97b5dd68a416aadcbab2e2532081a784d7f35eeaa7a20ac6f8420, '', 0, '?'),
(0x44ab247ff5968fc97782e1f12a42e56b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tbody.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tbody.php', 1, 0x00000000000000000000000000000000, 0x4cc3bf08cb245003b7e64dad5f1439c1, 0x4b81f73e22c035cc31fc88ef4f0cecef3c6b715d840f72e3a3de899022507fe2, '', 0, '?'),
(0x44bf73eabdcc3d65439d1b88cae3fa76, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarAmp4email.php', 1, 0x00000000000000000000000000000000, 0xfdbdb898729694666d7d33a3a608aadb, 0x664f0011e3fceea79844936d09473eb81fe543a3807221aaf3c38b85fef7628d, '', 0, '?'),
(0x44c8c7cf106620c1f6b150511e625df0, 'wp-content/plugins/elementor-pro/modules/theme-elements/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/module.php', 0, 0xbf7c9e2521d296991b23d1da15bb101f, 0xbf7c9e2521d296991b23d1da15bb101f, 0xe01f2d4ce5fc6bdada55b1eb8f172ac0db28026404c6b0c972e1b6de6b6409b1, '', 0, '?'),
(0x44d093cf96cfb6bc7e4755c7d05107f2, 'wp-content/plugins/elementor/assets/images/unlock-sticky.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/unlock-sticky.svg', 1, 0x00000000000000000000000000000000, 0x5cc7ddaad176221592b53e88aa3c0453, 0xef54794e1ee816b9d2a01c6c63866a8fdb3dd83d61ac85b0448f5c804daf8b20, '', 0, '?'),
(0x44d26aa73d3f833c190fdf2bb1c0fc72, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/trait-webp-common.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/trait-webp-common.php', 0, 0x7dd98e6e6112e65e5423cb32648bc894, 0x7dd98e6e6112e65e5423cb32648bc894, 0x57bbb1640e611419ff79bf56b756299eeda7ae36de82c5dacb24c83148c0fb5b, '', 0, '?'),
(0x44d2c048d08a1627230bd1fcd367b253, 'wp-content/plugins/elementskit-lite/libs/xs-migration/migration-contract.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/xs-migration/migration-contract.php', 1, 0x00000000000000000000000000000000, 0xf7faa6b55053aa90a56b2be98a995a8c, 0xa37e398ffe0243716fd06e683ef52d187cfd3d2963b44bc98be7d57c6fe7af8a, '', 0, '?'),
(0x44d35d0726261e399a9a21f34ad4a5a3, 'wp-content/plugins/elementor/core/frontend/render-mode-manager.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf24e7626181b56cd0da967154124fa26, 0x5bc0de8bf0a1771f909faa2c4ff8bc95f6e515420dd61a8710c51ff4f829b241, '', 0, '?'),
(0x44d6d91cf2b04166e1548e13f153ed88, 'wp-content/plugins/elementskit-lite/widgets/blog-posts/blog-posts-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/blog-posts-handler.php', 1, 0x00000000000000000000000000000000, 0x3162a51bcf2489b62b70fde0899d716a, 0xa29663cc6de2b02b617c14072c3ed76464a5fd386c2d62435609bfcb42a2b50c, '', 0, '?'),
(0x44dc166f94175e7e6deefd8b397997a6, 'wp-content/themes/twentytwentytwo/style.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/style.css', 1, 0x00000000000000000000000000000000, 0x2f8aa3700cb4c855d22d3db3f6fb5faf, 0x68c73c87944ee51b94d827c7186a2c4adbec2dd927f4e3258b80b6af4821b38e, '', 0, '?'),
(0x44dd515f24c56b763a2a6c79bfced3ea, 'wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-seo-logo.svg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/divider-black.png', 1, 0x00000000000000000000000000000000, 0x3877ed9bf7c112099278010b6d291072, 0x7886c92b1652ea03c66c4c1a6b35ed3e0376e9c6b00bea074e02ad4414c57f88, '', 0, '?'),
(0x44e7e023c7e2c90bbbc2e8999ed52a62, 'wp-includes/class-wp-block-parser-block.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-parser-block.php', 1, 0x00000000000000000000000000000000, 0xcf9d40c7d6a2cbd1137cc8d2fa2a4e08, 0xa0f5b15bd9cd34983a53d9e7494091dc4022ee171a5703f316ca24b4b168952a, '', 0, '?'),
(0x44ee45b517f7d3604db4baa3779a62b1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AutoResizeDimensionsRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AutoResizeDimensionsRequest.php', 0, 0x6bda4a25a5eb130c6050058c0692a64f, 0x6bda4a25a5eb130c6050058c0692a64f, 0x69d56aa1639a2394a9f05ad9347d47c434f5c4f783b8b3d7ce9de83ac7c897f5, '', 0, '?'),
(0x44ee545bc72dc2e1fd55e1f601f8f0b0, 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', 1, 0x00000000000000000000000000000000, 0xe6073df3977128e9e5749e93dda3cbbb, 0x617408a5c3817d28c41c9b3019866fc39f25ec33d8c7f070c81001757efcc4a5, '', 0, '?'),
(0x44efb2d6350a27e55ca5c37e01579389, 'wp-includes/category.php', '/home/forwardbetcasino/public_html/wp-includes/category.php', 1, 0x00000000000000000000000000000000, 0xf94df0dbbb782fd2b27f0addf6eec2f2, 0xf50e98c0a6f3f5c10442236afb1196d4ae788da5b216985061dcd3d9b399d782, '', 0, '?'),
(0x44f06e99073a1dd624a55763b67d039f, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/user-profile-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/user-profile-integration.php', 0, 0x80009ec35047c3e269459bb1baf8cb55, 0x80009ec35047c3e269459bb1baf8cb55, 0x70c625eadf3582ec3de88c3c3d9153394899635c2ff89758da58249008c015e0, '', 0, '?'),
(0x44f14caf9b75e533e414887f6178423f, 'wp-content/plugins/elementor/includes/controls/groups/background.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/background.php', 1, 0x00000000000000000000000000000000, 0x5da3d3b06d6fc16ae3c8d3666366a039, 0x8562a1900079093877b20192d360485828362e700e5b517e62dc7df37a87eff4, '', 0, '?'),
(0x44f3430396ff049420744923b79ee2c4, 'wp-content/plugins/elementor/includes/widgets/audio.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/audio.php', 1, 0x00000000000000000000000000000000, 0x32dbb4671dd2c25e8c454d76348ea5c4, 0xdbfda1dd329034c4be9c8df9465edff5ece38623ccdbe4060ef119738425427d, '', 0, '?'),
(0x44ff5d92a34071d02a611d4939e05525, 'wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php', 1, 0x00000000000000000000000000000000, 0x8309923f65f5233dfee10235c0452173, 0xad50a8d7404e7abd46b4c28601b3f36432d8ae177ce338bdab1449f32579a375, '', 0, '?'),
(0x44ffd6e91f019ea2e20963bf9160b642, 'wp-content/themes/jannah/framework/admin/theme-options/general.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/general.php', 0, 0xee946f6a581c5eb47ad6c3417f4a5f4a, 0xee946f6a581c5eb47ad6c3417f4a5f4a, 0x6c71b6c1536e007a700e0c4a009df7bcd0c0355509be1d54a9ad49ee72e76f3a, '', 0, '?'),
(0x450715c34bf295ef1573cc7d7b6527c6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpHulu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpHulu.php', 1, 0x00000000000000000000000000000000, 0x373438eeca9d7bbdf7dfe88ae308c432, 0x6c2a89dafcae344552083b44e568bcc1283fc225c0f7d33463cfd3c790526955, '', 0, '?'),
(0x450b71d054732d7d0e79c132c0e17843, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/taxonomy-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/taxonomy-manager.php', 0, 0x24c36e492ede5dc5a9fd2965edcf13cc, 0x24c36e492ede5dc5a9fd2965edcf13cc, 0x2c54b75bd4fd16d14b50abbced6572384a52c057ed490065b4c9f2caefc7618d, '', 0, '?'),
(0x450be1b77509be31c52b93654ee6cb56, 'wp-content/plugins/elementskit/modules/pro-form-reset-button/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/pro-form-reset-button/init.php', 0, 0x69bf8b1213fba221426fce0703af9c96, 0x69bf8b1213fba221426fce0703af9c96, 0xa5bc16cc98eb60f47709727bd071a9bdb7cdd951b5d44bec1cf3bfd6ab4c951b, '', 0, '?'),
(0x4512324dbeecae949d08912e80247bbc, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Scheduler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Scheduler.php', 0, 0x1cac3b75206e1cbb3fea9f336b2d4877, 0x1cac3b75206e1cbb3fea9f336b2d4877, 0xaac522e41212f862e3618808cfd30f72fe158a9ee1d6df45c640f0c45a9bb8d3, '', 0, '?'),
(0x4516dbf2765c7fa2cd6678fce438a110, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PWA.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/style.min.css', 1, 0x00000000000000000000000000000000, 0x3a3cc34ba2b69970e1bbfd8416d9cbbd, 0x315bc646a86359332099e2d25315d8114bae686dcc3f37f412a430ec43d17280, '', 0, '?'),
(0x4518a76a19defae5129bcf7ae04501cc, 'wp-content/plugins/elementor-pro/modules/forms/fields/upload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/upload.php', 0, 0xa91a1ac3874ed36ca92c6035a420f20b, 0xa91a1ac3874ed36ca92c6035a420f20b, 0x760eaa8b38f3aa3214b8a126c436ba9b40ae5e87c93b407e3439afa9fa1e155b, '', 0, '?'),
(0x451cbc04422b88f32e699a8e41c9bc49, 'wp-content/plugins/wp-rocket/assets/img/configuration.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/configuration.svg', 0, 0xed16e2c717de6015431ee90bacd6c2af, 0xed16e2c717de6015431ee90bacd6c2af, 0xf838b1dc83b862325908847e580880923f1e45b8074258b85459ba309ec9f80a, '', 0, '?'),
(0x4523cdd5e72d7633371903d936ebc5a4, 'wp-content/plugins/wordfence/wordfence.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/wordfence.php', 0, 0x9714c76e8fbcc24f98791cdb82fafbcc, 0x9714c76e8fbcc24f98791cdb82fafbcc, 0xc252f8be274530030da4863dd329ebc0abc553b43e3ea79d3f8df0347609e055, '', 0, '?'),
(0x452551950d6cb4ee14f7f6e41eaf6f4d, 'wp-content/plugins/elementskit/widgets/blog-posts/views/main.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/blog-posts/views/main.php', 0, 0xa2cbe75b1fba1ca0b4387e371025e4e5, 0xa2cbe75b1fba1ca0b4387e371025e4e5, 0x7f0a6eed007a680ddd40fdd6b29783667bb1c0d062ec78df675b15b5bab32c9f, '', 0, '?'),
(0x45338d55e4066f71b317e664b36991fe, 'wp-content/plugins/amp/includes/admin/class-amp-admin-pointer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/element.min.js', 1, 0x00000000000000000000000000000000, 0xa9700aad00223976f192841cad0cc7ac, 0xccf191d0ddcae539fe6a06e787c0a96020be5831939665d060ae06292602683f, '', 0, '?'),
(0x4537963817951b4b0c16dc69a1d30a5b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateAttribute.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateAttribute.php', 1, 0x00000000000000000000000000000000, 0x0f6d0c43142944a6b81da525fd6347a0, 0x04630d23363dc39fe854e95322ed2e1f14a19e538e7672356c298175718adf82, '', 0, '?'),
(0x454293a6920760072b6efe58e728f29f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleReadAloudPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleReadAloudPlayer.php', 1, 0x00000000000000000000000000000000, 0x7dc40e2ef178dbbb1b8404c6ed1dddf8, 0x7732232d10f4118afaa15a548f418b84f4cfb4fb34514f42d4b46f25050b7749, '', 0, '?'),
(0x454c4f67a79b0088a9b789130c120d00, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTiktok.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTiktok.php', 1, 0x00000000000000000000000000000000, 0xaebaadb226e1b134cd14b3ddfac11e22, 0x04ada168d2fa864cce31fa7f4738c441f9e0045d563f5dfa9863c2f336de04bd, '', 0, '?'),
(0x4557ec732cd26638b9dce1befaee02cb, 'wp-content/plugins/wordpress-seo/src/editors/framework/site/post-site-information.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/site/post-site-information.php', 1, 0x00000000000000000000000000000000, 0xce108a0900bb128001dab6a8aefe6273, 0xe029c17faf6b4e2252c00514b362cc81af1541a82a36f13dd54631d0a49c9cd6, '', 0, '?'),
(0x455f438c4d68c79aa85fc6e7781218fd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php', 0, 0xe60b9adb86e3e2d1127e7463622d8bfc, 0xe60b9adb86e3e2d1127e7463622d8bfc, 0xc0972b0652ba698d00a0eac7518d4ab90d895a58ad0d4c74f91305729f493f54, '', 0, '?'),
(0x4568fba1b0cbfdedb9ecd0406171bb8c, 'wp-includes/session.php', '/home/forwardbetcasino/public_html/wp-includes/session.php', 1, 0x00000000000000000000000000000000, 0xef4e524db1893c5cf7a0bcb13e9df4c0, 0x7de9e60fad0e19bc6b2b384d8615553d3c3bfed97496bc8fb3492a2ce33423bd, '', 0, '?'),
(0x456938a0d2ca3cf0ac55c985d742be1d, 'wp-content/plugins/wp-rocket/inc/API/bypass.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/API/bypass.php', 0, 0xc94e0fe37a87435a6bbc88fc1936dc7a, 0xc94e0fe37a87435a6bbc88fc1936dc7a, 0x2215602505cdcfdb14a46e48a049bc4bac7a04dfceedea96a66d2a6cc3f564da, '', 0, '?'),
(0x4575477c3e2f968d7ff0ecff751a7fb9, 'wp-content/plugins/wordpress-seo/lib/abstract-main.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/js/password-toggle.min.js', 1, 0x00000000000000000000000000000000, 0xca6ac722edc2bbeed5efc09d561fafc5, 0x6edf97a3bb2271fd0f97f88c06fba4af05027b4b754b5a4bdb0d31f35e848bd0, '', 0, '?'),
(0x457be8b7c67b1da3606d282139a2f5e6, 'wp-content/plugins/elementskit/widgets/zoom/zoom-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/zoom-handler.php', 0, 0xcd5e97034b1a49a28eb9b99b9204dd05, 0xcd5e97034b1a49a28eb9b99b9204dd05, 0x0304fda6ff5380c9cdc4343e856ae693aab26cc96b1851a24def6de2c9e6e6e2, '', 0, '?'),
(0x457c9f054ee0481858e55784ebcaca87, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaLandingPageType.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaLandingPageType.php', 1, 0x00000000000000000000000000000000, 0x8c202d672b89bca0d487571c138550c0, 0x91c179b33bd68c20a10e32add5c3c211f449d26c52490666bbb36b6cb1d9ec0e, '', 0, '?'),
(0x457cdc857907d0fef59790b61e1c905f, 'wp-content/plugins/elementskit/widgets/zoom/assets/js/zoom.init.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/assets/js/zoom.init.js', 0, 0x5e3d878a0298aea4c4d265eaf1cd98a1, 0x5e3d878a0298aea4c4d265eaf1cd98a1, 0x626ddb43d5ae81a7663a5245590e885badf764d0413135aa9edffe5bc0e7b81f, '', 0, '?'),
(0x457d7dc99f9676fecdcbc802eb001bc6, 'wp-content/plugins/amp/src/PairedUrlStructure/LegacyTransitionalUrlStructure.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/PairedUrlStructure/LegacyTransitionalUrlStructure.php', 1, 0x00000000000000000000000000000000, 0x8c08c70288e47d20fb6e35a411f43331, 0xf8e078cebce187f65bdc10a54604c107bd648bad928aaeaff2019047ac51560e, '', 0, '?'),
(0x45842a98efe46e9237117685ae69dba3, 'wp-content/plugins/elementor-pro/modules/library/wp-widgets/elementor-library.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/library/wp-widgets/elementor-library.php', 0, 0x17d937f55f4b00928fde2451e8dd2d01, 0x17d937f55f4b00928fde2451e8dd2d01, 0x732a4e34d79267173ff7441727bc31186d5e1bd5daea2cafe3f733c612a343c0, '', 0, '?'),
(0x4584bb28fd7a5241313b654ec7714433, 'wp-content/plugins/wordfence/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/index.php', 1, 0x00000000000000000000000000000000, 0x32c101e865d8c2c2aaadeb5cc6c16f67, 0x839720a98a6fabece9b9164da24a2391417c98df8ef519289edd3b0136520af0, '', 0, '?'),
(0x458d09cfd262fda53b283f7ef9771e82, 'wp-content/plugins/elementor/includes/maintenance.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/maintenance.php', 1, 0x00000000000000000000000000000000, 0x16f0346b68d43b7204182c9018040b39, 0x442a936d2716b8cd80594197e8455c6af674b5034567a9c26317749308d1700a, '', 0, '?'),
(0x4596c083cbe395fd3244830135137334, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js', 0, 0xb630005bb0fa7b787deb32b5f76e1ee3, 0xb630005bb0fa7b787deb32b5f76e1ee3, 0x6a6797c28dd854a00660f2ade47605c5916b387d7e3888e52474fa79ccf99cd0, '', 0, '?'),
(0x459c7dbe7eee17a54dcac52ddb5d8861, 'wp-admin/css/widgets.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/widgets.min.css', 1, 0x00000000000000000000000000000000, 0x6e9941dd02f16ccf5c4d2db48e0875fe, 0x36462572357adef7c84ecbe034947f3f9ac48c414120e5ff8fc22d82c75801d1, '', 0, '?'),
(0x459df9a273133da25d9a8a94ba923d61, 'wp-includes/blocks/post-template/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/style.min.css', 1, 0x00000000000000000000000000000000, 0x5485402a15d8d489f2fb92e6f36adafc, 0xdb94cc982b2287359b9be534a9ce041f1bc65770ac4c6aac4bad86e0aa5c3623, '', 0, '?'),
(0x45a30b2d8209bf53fdbdf7f13ade7137, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php', 0, 0x4be7b9f283cc439d33927dc8e9d1f6f1, 0x4be7b9f283cc439d33927dc8e9d1f6f1, 0x536fb6494cfe72913030f945fbb97a8e499f815d8a56f25cbf1d0b4ccb5710c4, '', 0, '?'),
(0x45a4f8c206921f8069d1bf92a4c421ed, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mrgreen.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mrgreen.gif', 1, 0x00000000000000000000000000000000, 0x54e8505227edae1e583cf2f9554abc3a, 0xf3928f02eba441e74e88d579fa716fca8523265d8f236d1256b0db95ba72c8b9, '', 0, '?'),
(0x45a81dec05b66a33078c684fbf60f908, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BigQueryTableSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BigQueryTableSpec.php', 0, 0xf7d6e494f1300499b529ca697a334fd8, 0xf7d6e494f1300499b529ca697a334fd8, 0x7272a943d9c8201f5932aa3e143ffd7e1df6954e18c1ac0311bb76356b6f7d6f, '', 0, '?'),
(0x45ae6e1c03966a97c16492ad9583ab31, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf', 1, 0x00000000000000000000000000000000, 0x8c79e87613696cae32379ee06b2e16c7, 0x007b1e9b761384e99d34852b39a4ff6f26312047333c7fedd3078dcf102a4361, '', 0, '?'),
(0x45b265bb9f3a108b9051e7a2de37f62a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php', 0, 0xdb8c6948fc6a597dc2161d657e2cda00, 0xdb8c6948fc6a597dc2161d657e2cda00, 0x41745b19e96af0bbe05fd05e2e7ab4f6917cde6aba06d571b0f91d35d71e4cf9, '', 0, '?'),
(0x45b40b3b3da9ab8d340bc25d4c5b4fa8, 'wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html', 1, 0x00000000000000000000000000000000, 0x9bd5ab630d2a6aba14ed48d7fe9f0594, 0xfbe8be4e6acfc55a76c3adc1a0d8212ada700a457b2b2c9c85795512ed8108d8, '', 0, '?'),
(0x45b856e0f3f72cd525a6d72c53124d3d, 'wp-admin/ms-edit.php', '/home/forwardbetcasino/public_html/wp-admin/ms-edit.php', 1, 0x00000000000000000000000000000000, 0x5033b90aa7ea377c4c3f4d7441bab3df, 0x1c146183e481c089d6c163c473631a8d83b922e2560f1de8c14c5cbcd19ab519, '', 0, '?'),
(0x45d715b477d5f2fa90426452792cfd36, 'wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js', 1, 0x00000000000000000000000000000000, 0x6b08d64e754847c1c3119c37b698da08, 0x975f82eafb5e2ab61e8e1fcc5af3e40eba56cd21e2e7ad40fb0ea563bb054d3b, '', 0, '?'),
(0x45e4a08c67b5c4147808891d10da88f0, 'wp-content/plugins/elementskit-lite/widgets/drop-caps/drop-caps-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/drop-caps/drop-caps-handler.php', 1, 0x00000000000000000000000000000000, 0x8dcb00ea3a52be5c4a2c144fa7fb11eb, 0x4d72a2a62030038b8159519df434e7f76d6c69cb6a746adcd677b89ecc337edf, '', 0, '?'),
(0x45e663f769d9e6f8ad3cd062dfd930f8, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pop.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pop.min.css', 1, 0x00000000000000000000000000000000, 0x4edbf48a43e265b489e42f217eb2207f, 0x7556df261707a03146388127f08f12d429b0e60c40a231feb73ac2e0aee90411, '', 0, '?'),
(0x45e86b5ab2dd806c3fb7094f4bb5f0bc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFxFlyingCarpet.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php', 1, 0x00000000000000000000000000000000, 0xcd932f71f9f561ea295e3d663f9fe4fe, 0x920f078fd58109a78ea6ad653f9c7aebacf5aa9663995a0a888ef5809c47e2c3, '', 0, '?'),
(0x45f248e1ba093b95f2471bdc776ddd0a, 'wp-content/plugins/amp/src/Admin/Polyfills.php', '/home/forwardbetcasino/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/forwardbetcasino/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, '?'),
(0x46011987f243be82deab00c41d5f1c2a, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_r.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 1, 0x00000000000000000000000000000000, 0x6c2cd70b1c8972cf25b85e1e78a5251e, 0xfeea14c3593dd15f14ae62b0bb7ccaa726662cac0b893c16bcc3038fa3b6a4a8, '', 0, '?'),
(0x4604b6e479b317ecb83e8276ed231725, 'wp-content/themes/hello-elementor/assets/js/hello-admin.min.js', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-admin.min.js', 1, 0x00000000000000000000000000000000, 0x769f422a4caee5a8b5d3c14fad85d362, 0x9983153a49b53de63b370819cd8e7d843be4914aabfefe00eb7b8d134122fe5d, '', 0, '?'),
(0x460dba78d3777edb0ddcb1b4e71b0aa6, 'wp-includes/widgets/class-wp-widget-search.php', '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-search.php', 1, 0x00000000000000000000000000000000, 0x928f01b44910d55334be266b07fbeb44, 0xeb1391b0e8206975d2cd361023498342338366d841fd115c0a3c57a0504141a3, '', 0, '?'),
(0x460fa4adcfef1c948f497c7db47a62ef, 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-helpers.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-helpers.php', 0, 0xb5c628b55802bdaf05ac2c7f3cfcfada, 0xb5c628b55802bdaf05ac2c7f3cfcfada, 0x1bb56c77a29e4a21a77d93595e58f2e49078517268896ca4da00231674ef109d, '', 0, '?'),
(0x4620ab410d638e26814e7e8c8ed5075d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Logger.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Logger.php', 0, 0x6ffab23e700c69984026f2c46012a9ab, 0x6ffab23e700c69984026f2c46012a9ab, 0xc0b0ae8f466bd3e90ca3859a6828ade245409fa3647f92674ff9702930358bff, '', 0, '?'),
(0x4624272f84b53a7139b08ae2a9e44f79, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpGoogleClientidIdApi.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/wp-cli/module.php', 1, 0x00000000000000000000000000000000, 0x36f0a14381165a2b2f1e87e7fe2cbe9b, 0x63c0be6fd94317b1fac9a8649c74d3526e699f9c93eef56bcaeb9802eb0db4ef, '', 0, '?'),
(0x46312b1a23f72b6405d37b1c8b77ce7b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0xfe2e4436b7709f699a7260b66677de3d, 0xc432c97fb14b4a0e37143386f178a732da4d32b0ae26982bb78c954cfc87134c, '', 0, '?'),
(0x4643572e18f63307a3b1a61ab19d55cd, 'wp-includes/js/jquery/ui/checkboxradio.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/checkboxradio.min.js', 1, 0x00000000000000000000000000000000, 0xde838e780b3e142ee014cc26e36ddad7, 0x6a752c2bb89318cc5ae9c9e420c5cadd17a2224d7a8fd0839f3e93d57630e602, '', 0, '?'),
(0x4644f2df5a7f60184eee42a9e5f272c9, 'wp-content/plugins/elementor-pro/assets/js/admin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/admin.js', 0, 0xc68f913c703fff3898a98854e04a1e55, 0xc68f913c703fff3898a98854e04a1e55, 0x614f327c70b08b0685f703c14dacbdc93d2fedad89c09e2fa2a9a974353b205b, '', 0, '?'),
(0x46488c8ebc3301306d8f3abdb8739bb6, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php', 1, 0x00000000000000000000000000000000, 0x650e92fbe119a4f8a1c0fc2063688c47, 0x07644261ea0f6e28dd7a8b381c0e1a2def7c3f94c46be74aa3b4cafbddc06990, '', 0, '?'),
(0x46561d4abf2554bc791c06d98bab6582, 'wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', 1, 0x00000000000000000000000000000000, 0xad238303d55b2e467052be19e89cfb62, 0xf28dd6b46b1c54ce19e17a674a0cfca80b67cc42b51f6a65017f2901e14cb933, '', 0, '?'),
(0x4657911fc089ece41eab529a4b1c6c41, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInRight.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInRight.css', 1, 0x00000000000000000000000000000000, 0x0c48af30056e3d3311ed9dac0047227f, 0xbc244edde972ae7aaaf86d2587b804c26a527f8ea94f1809c7484b297762612b, '', 0, '?'),
(0x46604ddfb863ff1b4ea721a1b7afed08, 'wp-includes/blocks/image/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x672ca7937c33562b64c9816d422ef7df, 0x2c4c0b43d8646735a902255e9a537039b3e253a1f3506e94511152bc2bf3f5e8, '', 0, '?'),
(0x4664f186a635922d8efcae820b17b544, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeveloperMetadataLocation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeveloperMetadataLocation.php', 0, 0x06b2c74bbac3c781f8e8688ac4da40b6, 0x06b2c74bbac3c781f8e8688ac4da40b6, 0xa61aafc41e1ab8a806113a75f0011c46bcf6accb8699eb596bd42fe4994b8a34, '', 0, '?'),
(0x466a7c61f6b7b0c5519fe4f270d85508, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/LogLevel.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/unsupported-php-version-notice.php', 1, 0x00000000000000000000000000000000, 0x384c0bc0fcf0748fba917cd8ff69ab7e, 0xebfe2353071e4653b8216756551492a933228fc45461ec5c2bd714ca5006e39b, '', 0, '?'),
(0x4670db068fed75a91d996eec634a06c2, 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-customizer-option.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-customizer-option.php', 0, 0x7d15fa31254041c2ca5482922ac70945, 0x7d15fa31254041c2ca5482922ac70945, 0xfe6ba35881214d6190b7fe4f78e1fe8bf841fc91a3383cc9f0232105789f0c59, '', 0, '?'),
(0x4670de8d5cacb85394c7ce2701926615, 'wp-content/plugins/amp/src/Infrastructure/Injector.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Injector.php', 1, 0x00000000000000000000000000000000, 0xa5504b802969952920fa1dcf057600c7, 0x717e7b2806034c443506c75068ba9c88d2e5985cd5004c1715cecc83f8927282, '', 0, '?'),
(0x4671155ee94418a05477550b41ef82d7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartSpec.php', 0, 0x6f9b30926fb2052029828311436ae19d, 0x6f9b30926fb2052029828311436ae19d, 0x0d644d8867ccaba0ef31d7282febd5bc6fa3a0b7af47b4f2564ac43132b53ce9, '', 0, '?'),
(0x4674e04836d9608a79e8db90d6bf605b, 'wp-includes/blocks/button.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/button.php', 1, 0x00000000000000000000000000000000, 0x64be618820814c11c2c1cc37fb9da29f, 0x9a273b4b59db1531b4d47dd71b266fa9bd5551aebed9d123bd4e8daa67c3671b, '', 0, '?'),
(0x467cf70f9c0ca7a777dc5a512c4f97fe, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', 1, 0x00000000000000000000000000000000, 0x36dae3cf3fd10ae5093aaec29b7b5125, 0x84df0e975aaa494b2f49b5f877c2a51312914f76799b45f80c42695c24478b26, '', 0, '?'),
(0x467d338a288fccacfe4f174920a0b80b, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss', 1, 0x00000000000000000000000000000000, 0xf089e46a3baccabbb8f81123bbe97162, 0x6d3777cdc15798b6a726656df0439b9a818cd0ca31b8b861db63093d3213371e, '', 0, '?'),
(0x468a665e1d951c87abe13899f68e34e3, 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-post.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-post.php', 0, 0xfd0ff1bdeebb2522501f251c6770bc22, 0xfd0ff1bdeebb2522501f251c6770bc22, 0x44d4695ed8cd8329722395ea81e0384ac98ad4fe195e57b7cb4d23c13f0d33f5, '', 0, '?'),
(0x468c5eed099ea932c1f1c6e99db18c1a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php', 0, 0x8e69a8d8368fb49f14f44bd0562586e9, 0x8e69a8d8368fb49f14f44bd0562586e9, 0x9e15a123c253c97fa35cfd1a190eaa2d3d93af0903a18f52206b655d14eb9301, '', 0, '?'),
(0x46a25c76ccd4b6c64f1f62d08cb75e7b, 'wp-content/plugins/elementor/assets/js/common.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/common.min.js', 1, 0x00000000000000000000000000000000, 0x9a781e65129ac7415102b708188ebf00, 0x823f969a7f1c563bb83a9a09e7bd1cce0cd8e7e7656a420be4e42f5de6565c8a, '', 0, '?'),
(0x46aa88b74a751d777f93d1c748cef8ea, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php', 0, 0x2d893f01ff99e5d254f2ec82be58f50b, 0x2d893f01ff99e5d254f2ec82be58f50b, 0x8a9c93ebe380f05fe03e2042dc07618dd49a1f251aec59906dd2454f898b8b75, '', 0, '?'),
(0x46ad175cba431c3fcc5ad6faf6d6fd1d, 'wp-includes/css/customize-preview-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/customize-preview-rtl.css', 1, 0x00000000000000000000000000000000, 0xb3c318de899e08aed6f4daab649fa133, 0x7ef027bea75b7ad07b87117f0f05d83af5cc039bd14cc4804e3741079b9e0913, '', 0, '?'),
(0x46b840ca053da9fbad4af80e4f20d84c, 'wp-content/plugins/elementskit/widgets/pinterest-feed/markup/tab-bar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/markup/tab-bar.php', 0, 0xf0321a5f14ed3ccb2be4c4970f66737f, 0xf0321a5f14ed3ccb2be4c4970f66737f, 0xf5f94647e59687eef4e1ae7fc3cf13afa6256bc2643e28b2740fccb05d2c84f8, '', 0, '?'),
(0x46ba567fb6e96e684c331c05c83c6f3c, 'wp-content/plugins/elementor/assets/images/app/site-editor/single-post.svg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-keyword-export-manager.php', 0, 0xefe3b6cf475a4d5ca23c6eafba091320, 0xefe3b6cf475a4d5ca23c6eafba091320, 0x0df880b2cea0b928847620ed517848de5fe2b751da124416d3d499e23c0ffd75, '', 0, '?'),
(0x46c78743d754b4ab5be32f068d5dc8ee, 'wp-content/themes/jannah/inc/theme-setup.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/theme-setup.php', 0, 0x16911b07147b7e40ff457a8688b0334f, 0x16911b07147b7e40ff457a8688b0334f, 0x9c0c3a0c4eddae69381ba14590911812f9b637062d010f307c6f3a8285ebb37a, '', 0, '?'),
(0x46d027a342a42fed34087b4acd7b1777, 'wp-admin/js/edit-comments.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/edit-comments.min.js', 1, 0x00000000000000000000000000000000, 0x8a51d1011e1c23e972244ec12aad16a6, 0x20c723043ee209008743a63753c82cd9fc83e6ccec134e1fa393a6b4e5e94d90, '', 0, '?'),
(0x46d15c22bc4c87f28ce4dd2c34eaaba5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationClass.php', 1, 0x00000000000000000000000000000000, 0xcdf08205a73584e12f175db87c665c0f, 0x6d98b239d076c003c33a4fb24eb1a041b5238ba336b578900568fe9eba815446, '', 0, '?'),
(0x46dc78a61a3449cb6847624340a58661, 'wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/plugin-assets/tadv.js', 1, 0x00000000000000000000000000000000, 0x27577c6b9a745710daa655e087616bd5, 0xfc814aa591fd27fad8eae35554692c6ba56f7df90307e9e5a7c4aff972ad7f15, '', 0, '?'),
(0x46df6dbd6e90784b410709dd1e61c565, 'wp-content/themes/hello-elementor/includes/settings/settings-footer.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/settings/settings-footer.php', 1, 0x00000000000000000000000000000000, 0x515d039834cc6367c89b403f0f4b700b, 0xedf843ffad596e93d78f22390cb989a8252d76e0eb3bab2feb74752262c6983d, '', 0, '?'),
(0x46e07f70b94aa12c18cfdf606e645856, 'wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php', 1, 0x00000000000000000000000000000000, 0x9eb1b5138875e86231568f8cdec6496e, 0x2df14f29a8feaa4170e3b8ad65f7eaa8b8ab8a0e22df4da7269c0a7a645ddf0f, '', 0, '?'),
(0x46e2bef5f6ae230043d9fe0714bc8ce8, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_OptionLock.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_OptionLock.php', 0, 0x69cbb09d678475dc7a9e53ba9a0a290d, 0x69cbb09d678475dc7a9e53ba9a0a290d, 0x2631529b8770a94fa31217d5b94b98750ed80c2e69874e2fe635b630ff81260c, '', 0, '?'),
(0x46e42060048d5d2534c056db2f996451, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/RequirementsChecker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/RequirementsChecker.php', 0, 0x4f695e86f78e77650f3dc5819c430f1e, 0x4f695e86f78e77650f3dc5819c430f1e, 0xd607c42294c7add739a31e9bf8c82bed59583347a122d163a3ef13c78d67226c, '', 0, '?'),
(0x46e8a336273f4e41b3f04f87ca51c278, 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-6.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-6.php', 0, 0xfeeaeefbae218b75ffb0489a42e88925, 0xfeeaeefbae218b75ffb0489a42e88925, 0xa2c5abc0fbfbfe50994b872592db90e6891ba78b33a2ca17ae8782da9c0ccce9, '', 0, '?'),
(0x46f3c2ef3fe689433b248ce948190d0d, 'wp-admin/css/color-picker.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/02-noon.json', 1, 0x00000000000000000000000000000000, 0x8ef710f0e60adca0022da3fc690711a4, 0x3bb88af8df49ca1ab2c9177c09546e4e4fecd21c0e5878096f10e55f26286ca3, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4703cc4932427898662127e805821905, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x6be791bf7265fc9ba6c255420fd45df7, 0x08a0a6794998705194d829c73c35b34f82ca6f958e2d39e6de6a5753057a5b2c, '', 0, '?'),
(0x47090ab71a2073bec60736aaba005142, 'wp-includes/blocks/details/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/details/style.min.css', 1, 0x00000000000000000000000000000000, 0x14d7f86d2a9d636176534795c162c9a6, 0xce817df829cd3fc375c36e7f34f6f51b3b5b6c129df6b0b1d277b3108fda9c3d, '', 0, '?'),
(0x470a6c0d7269f5a9126425d0302b0982, 'wp-content/plugins/elementor-pro/assets/js/qunit-tests.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/qunit-tests.min.js', 0, 0x6c87b48a8c01a53c0b698a63a9bf69ab, 0x6c87b48a8c01a53c0b698a63a9bf69ab, 0xf888280c800ec1ab65484460d07b778de9da2aedb6247068d5ddb7d9034694f2, '', 0, '?'),
(0x47208dfed4dd1b8f88c475a13ac812e1, 'wp-content/plugins/elementor/core/dynamic-tags/tag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/dynamic-tags/tag.php', 1, 0x00000000000000000000000000000000, 0xa13b3042afdfc785645e203bc76a6535, 0x84864c8b730e8d2573d5f61fcd32fb4da4c884573ec5d6ffda85dacccaf60be9, '', 0, '?'),
(0x4724a4b7303b2949a3543fecd0162ace, 'wp-includes/class-wp-block-metadata-registry.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-metadata-registry.php', 1, 0x00000000000000000000000000000000, 0x52128a516f9522e7e2cb20035720aef3, 0x261f8004538f7125d9144a2628e89648f898e6632729a5a5a3462c7986e7dd95, '', 0, '?'),
(0x472c6debae135ed77fbacf5c5f79686f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php', 0, 0xc5c4959ec7bab3bb18613e150358d2ab, 0xc5c4959ec7bab3bb18613e150358d2ab, 0x5de756854a37f73a22ed9a786f28bbc7bda8968d88e5e3a636f53f52f19c5520, '', 0, '?'),
(0x473655e632001e3152fcb8938da2cf4a, 'wp-admin/js/theme.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/theme.min.js', 1, 0x00000000000000000000000000000000, 0x071947cba0210cf196e3d7481f9d3da4, 0xc1ce55854c52e9efff0fc9263b71bb3c7a78d6f3243e671caf6838c3a108dab2, '', 0, '?'),
(0x473a5ab903d75d59217449afafa1dc22, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xda6a4937389f7b92b71c06720bc950ad, 0x556b85fae606b486bff45a1c4d073d4f4577a844b2948a7787e8207c1d49bc3b, '', 0, '?'),
(0x474d554b61541b54f7654d3b226c1ebb, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/ClassLoader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/ClassLoader.php', 0, 0x80e3127bb630c512c42cfb51366ec09c, 0x80e3127bb630c512c42cfb51366ec09c, 0xed60a00c89d5eae8e7739b4ee1fc2ece2dda89f3bc474454fa8bb6b82d0a74d4, '', 0, '?'),
(0x47515482154136fd1339d24bc9589483, 'wp-content/themes/jannah/framework/admin/theme-options/integrations.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/integrations.php', 0, 0x966707aa3f0b43e3211b08969e34585b, 0x966707aa3f0b43e3211b08969e34585b, 0x01dcd1406f738084e67a3a4a1fc313cbe14d9b49ec4c5c717ce8955b6f701af9, '', 0, '?'),
(0x4751f3c67b293f52c360869f05de29b2, 'wp-includes/blocks/post-comments-form/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x317be2b184f16be9ab5fa8df427628b2, 0x6b1fc6e801f3a49cf02d0aa021b235c13c9873842bc64c0e541d793393779afd, '', 0, '?'),
(0x475f52d57bdcfbcbbc165c2f7ca2870c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php', 0, 0xaedd27e66185c0ab403c94ee7186f687, 0xaedd27e66185c0ab403c94ee7186f687, 0x59fc5466618668f64bd3a5de157d767351581e9691bc36e0f043afe82fd2ff30, '', 0, '?'),
(0x476939a79c24c74cd0b275cadf55dfac, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/utils/editable_selects.js', 1, 0x00000000000000000000000000000000, 0xa14a93897132a4a24927c64a9739ff45, 0xbf7603e0a1d1476a73dfdd1f66999f0965aa64c926e4a567b7071eff2ba1f6cb, '', 0, '?'),
(0x47751db9a2d8e8fe05d2d210d2caadf2, 'wp-includes/class-wp-meta-query.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png', 1, 0x00000000000000000000000000000000, 0x214615ad56b8d05946f6a7a6c67cb7c5, 0xc209333fde6b5a2c7c2772039567049ce15d8e98140e3e6e12d834beb2fac6f0, '', 0, '?'),
(0x4779b283c716a657416c5ea534a68fe2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Middleware/SimpleMiddleware.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Middleware/SimpleMiddleware.php', 0, 0x7fcd2957ed65319f5b1e9ab5c34c2226, 0x7fcd2957ed65319f5b1e9ab5c34c2226, 0x2d1a27a570d2ae6f4dc7ce1a1f0af7dcff5c2a4992cd96c1e63cf9c642960689, '', 0, '?'),
(0x47803971f3f1eb3dcaa55b333f1961e8, 'wp-admin/images/bubble_bg-2x.gif', '/home/forwardbetcasino/public_html/wp-admin/images/bubble_bg-2x.gif', 1, 0x00000000000000000000000000000000, 0x5bcd62dbf3804ccafc509e076fc072bb, 0xd3474a7b422dca72a9248b75a45df320ab99a15db3452ea6003225ffb6dcc96b, '', 0, '?'),
(0x47865dc2c57b57f2954e5961319b75a3, 'wp-content/plugins/wordfence/css/wordfenceBox.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wordfenceBox.1690810710.css', 1, 0x00000000000000000000000000000000, 0x1b43bf90da5704599c7ee4489c23ec5d, 0x9a72ba8eb5a87bb5db1a498935994f319487a451dcddd38713a8a3d2f743dfef, '', 0, '?'),
(0x478dc0e03da70ee0e36cf86310970483, 'wp-content/plugins/amp/src/PairedUrlStructure/LegacyReaderUrlStructure.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/PairedUrlStructure/LegacyReaderUrlStructure.php', 1, 0x00000000000000000000000000000000, 0x45d31619e1401225ae101e13de931a3a, 0x483bcbadc9c8f16faef063a11dad1a2009a65f69cbd46617e3c0ce6d5282bc61, '', 0, '?'),
(0x478e3d118a90750accd7cbaebf00567d, 'wp-includes/blocks/avatar.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar.php', 1, 0x00000000000000000000000000000000, 0xeb6b18d94865aeabd239aa04cdb0ea01, 0xf58dc442606b8a4590bd826bf3c8788f6016b99b9917f832397b28112aa729d1, '', 0, '?'),
(0x4794491ade25b8463c0c10560500e533, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php', 0, 0x128316d6d9137f0de53554dee59ca01b, 0x128316d6d9137f0de53554dee59ca01b, 0x1252609948a4d5925b7f72ed2173d7260b62c9019efdf1aba1dcaeade0d3f5a1, '', 0, '?'),
(0x479637181a089ee6b249263aed190778, 'wp-admin/edit-form-comment.php', '/home/forwardbetcasino/public_html/wp-admin/edit-form-comment.php', 1, 0x00000000000000000000000000000000, 0x05a28a3e49baaa396a40730b08e76ff9, 0x5149e5c14a83e13109e3e6bfaa4cd3f398c9a2f11dffc218e4e4728c192884ec, '', 0, '?'),
(0x479c23b6a2e31c5c67a1564b1e431f79, 'wp-content/themes/twentytwentyfive/patterns/grid-videos.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/grid-videos.php', 1, 0x00000000000000000000000000000000, 0xa43e33f8a408efb9a46e32914bfc17ca, 0xb3177b7cbd0106d0bdc0a1e6d5228ae42e6ad08533d2af4c82da27182376ceca, '', 0, '?'),
(0x479e4ac4690bc5584086d56ff7676bde, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateBandingRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateBandingRequest.php', 0, 0xb1f2bf968188214eb767fdec8fb97866, 0xb1f2bf968188214eb767fdec8fb97866, 0x538ddd281cc2ab0e2dc18e7dc77f593ec3b332438a2972f9db08eb250445fd5a, '', 0, '?'),
(0x47ab69ccde0e8700f7a3348c4f21ba91, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/GoogleFontsPreconnect.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php', 1, 0x00000000000000000000000000000000, 0x7a25bddfad5d43d2428900f71d6b058d, 0xad3399e9c1182d92b90e7633d653b54a07cd8eb87f930b8e5562e103f9f1a223, '', 0, '?'),
(0x47b4a7533dbf5cb41b8fd9aafdc3a595, 'wp-content/plugins/wpseo-video/classes/presenters/yandex/class-wpseo-video-yandex-adult-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/yandex/class-wpseo-video-yandex-adult-presenter.php', 0, 0x19bef5f6697b1db17534a75711cb85ac, 0x19bef5f6697b1db17534a75711cb85ac, 0x5bea9f340fc398a8934a20d9a0ddfe1da08773630701831d7103464e09f34203, '', 0, '?'),
(0x47bb8e89853cb9920990f55e2bdab143, 'wp-content/plugins/tinymce-advanced/mce/anchor/plugin.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php', 1, 0x00000000000000000000000000000000, 0x5b09549b2ed6d66b9576aac39ff925c5, 0x1f4413a0bc6d628cda152ca1c21b694a143e3d40eef418e76777ac4bdccb6c6a, '', 0, '?'),
(0x47c1603a8d2677a67c1d752e1588329a, 'wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-box-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdf89fb79ea44b99d2c34b530243f46fb, 0xf86678fa594494a3035824887c632bbacc907197888054dba2f876b26ff3027b, '', 0, '?'),
(0x47c6de70cdb02c4db2ccbf5117eb882a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/PrimeField.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/PrimeField.php', 0, 0xee8b10c25995f24f6674a63a42b4c38c, 0xee8b10c25995f24f6674a63a42b4c38c, 0x91b16537bbfd0d5644dcf0b33550b53fa6cb85c6437b0a0fe42e812e5224a004, '', 0, '?'),
(0x47ca9ecf7a0bb27e11afc33f5cc9920d, 'wp-content/themes/twentytwentyfive/patterns/hidden-written-by.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-loader-interface.php', 0, 0x052a80111a79c4eda831d4f8a998e584, 0x052a80111a79c4eda831d4f8a998e584, 0xa11cb78750d543d878b3a94e49d34c776a6ea674c6a01b2d5530311747ec6b20, '', 0, '?'),
(0x47e1843fba79c4b0c91cafe2a47e7226, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss', 1, 0x00000000000000000000000000000000, 0x565edac32a3c692bc7890fb9136bdf00, 0x8ea610630a5d50c1a83bee938b838b2b86554b43fa4b375deb55e915c91a6451, '', 0, '?'),
(0x47e2e7b7877321c1a86bed8b6c4be6c1, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-notices.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-notices.php', 0, 0xdc993bea0417c0416a7822a6bdd4da43, 0xdc993bea0417c0416a7822a6bdd4da43, 0xaa5b6b0222dccc56fe32890930f9642153ad8ee1d59f23b0ddc6b60d3c54ff43, '', 0, '?'),
(0x47e939bb39b7831520ee22d259d74d31, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php', 0, 0x944c7b491fa8a45a4a7119ddc38054cb, 0x944c7b491fa8a45a4a7119ddc38054cb, 0x60a5ccbade4771d23b56cc2c43521b1a682cca34727d6f4d802a9872ebc2703f, '', 0, '?'),
(0x47eadb81ebf2611f6c3a9307e44a6aa1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php', 0, 0x855bcbb3b0e475862e67833ad8a815e2, 0x855bcbb3b0e475862e67833ad8a815e2, 0xe6e41ce540b1e4e1db9e95c1556738786fa1f87e9df64db5eade2e7a8c4b6077, '', 0, '?'),
(0x47f47b9bb62f0577de92c8ee9cd7b55a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstallServiceworker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstallServiceworker.php', 1, 0x00000000000000000000000000000000, 0xae43d78d6f48bc0c7848d1e7a27ee81f, 0x1583c5b5bd85afd1c96232667490bea0867cfdca1f3da8f54f71e18cf4023f8f, '', 0, '?'),
(0x4803ce410323b70e81897878fc319ecb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRedbullPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRedbullPlayer.php', 1, 0x00000000000000000000000000000000, 0x03cd01fa729785e7b984ff1aa0b77821, 0xdb492b055e4c12563449bfa425268d4458f72e5c0edd4d99fb5eb9b7d7153ac1, '', 0, '?'),
(0x4807ad0020b9ed8e204ea44801425d49, 'wp-content/themes/twentytwentyone/template-parts/content/content-none.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-none.php', 1, 0x00000000000000000000000000000000, 0x4c9d38fc7b4e97dee3ea5701954c0f12, 0xc43e9b9551e3232aa5afb9beffb95e8f5f2856592649da40c28948ded2875be8, '', 0, '?'),
(0x48080b2479d7dc6e8ebd18cb0f522d8d, 'wp-content/plugins/elementskit-lite/widgets/business-hours/business-hours-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/business-hours/business-hours-handler.php', 1, 0x00000000000000000000000000000000, 0x392bdb805b6f362e8bd17d7c171b5f23, 0x226f28ab514866c4c413093d4ed590dbf4017ab355713bcb52c9ea936f0017cd, '', 0, '?'),
(0x481876bc5f4e63df1e3173cc79790b23, 'wp-content/themes/jannah/framework/vendor/Parsedown/parsedown.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/Parsedown/parsedown.php', 0, 0xbcfb6959cf06f21221a4fe1859e243f8, 0xbcfb6959cf06f21221a4fe1859e243f8, 0x49126e3e0f24af64ee9d06e058a549b28e9f90c5a682badfbc520dc0f8d2a9d0, '', 0, '?'),
(0x481a496a22048e0d22862b5b9a41b5ff, 'wp-content/plugins/elementor/data/v2/base/endpoint/index/sub-index-endpoint.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/src/Caption.php', 1, 0x00000000000000000000000000000000, 0xb604bf931cd51d3e5a13d093a7a607b9, 0xa49246a768b5b230e0d97e1acd1aa1c1501d78992c7b53a201d75ad227cb991c, '', 0, '?'),
(0x48224a8ae2fb36b5e6cd6aff62ec9c75, 'wp-content/plugins/elementor/modules/ai/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/ai/module.php', 1, 0x00000000000000000000000000000000, 0xc85022bb85a2ada2d94f5c18580654c5, 0x2e1c1def9a250b68ed316c366e0cdbe68c14729ec7cd1ea0bfbec9689554e45f, '', 0, '?'),
(0x48256063ab1420fffda7f93ecf69abdd, 'wp-content/plugins/elementor/assets/js/packages/store/store.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.min.js', 1, 0x00000000000000000000000000000000, 0x2ebecddb150262d047ba931357acd515, 0x7340ac432a2ab17d102d0e33ac3b8488c1ff7393447e03a4d1bd04edb89539fc, '', 0, '?'),
(0x48260c30511929cfbb3562c2dd4c76d5, 'wp-content/plugins/elementskit-lite/widgets/header-info/header-info-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/header-info/header-info-handler.php', 1, 0x00000000000000000000000000000000, 0x90b4ab2811f7233935fd894cceb7faff, 0x8dc49d2f2c3d2a51393dd955b97bbee8ccb3d5546dbc9dbc19bd9748d10349f6, '', 0, '?'),
(0x482b80457e997d0ea73151dbf0bdaed9, 'wp-includes/js/wp-util.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-util.min.js', 1, 0x00000000000000000000000000000000, 0x19d386c9004e54941c1cc61d357efa5d, 0x50ef6ccecb66b11912da20b4147abd1048437144cf4e3e74a30d30fc7846a1fa, '', 0, '?'),
(0x482e607a0ed5caad1cd8f2f643a533aa, 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x8f61fd975cf04da185216f3027827989, 0xbc43ac2f4637efdce3e4dc59247fd0920bf7fb62d2183ad3d5c0b97ff255799f, '', 0, '?'),
(0x483df91b33503b9c5411f8d804c37e87, 'wp-includes/blocks/separator/theme-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/customize-nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x579cdbc5f26dccd11623165ba6512a7d, 0xa372ae3cd7902e590aef6fd821a764969020d4964efde55074b2071876c72fe2, '', 0, '?'),
(0x4844e322ff20addd24764189daa74b58, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz-out.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz-out.min.css', 1, 0x00000000000000000000000000000000, 0xad86c8cf6f0e36a39dcd4082800fe396, 0x486d5985ee78e1aecb0869e95358d5190183137f6edec92c66dc3df49ce84598, '', 0, '?'),
(0x4846f76a638077205577fd6aa7ec0818, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/user-info.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/user-info.php', 0, 0x4d6e5b66105b815cce09a85411101bcb, 0x4d6e5b66105b815cce09a85411101bcb, 0xcf14dda8cc58058a2fed4a3f5845851f42464927412567265c0a960835324d22, '', 0, '?'),
(0x484768270fdfc178fa5287bc8e7e170a, 'wp-admin/js/customize-nav-menus.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/customize-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0x6fe0b216d69868419aea605b1ca2777f, 0xdee3312d9c28559a76d89374d5fca6a331a5440089e10d898e6fe6c09f05e4df, '', 0, '?'),
(0x48571624174d403aec592ecc66e6db95, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php', 0, 0x2ade12f60cb229b8c2061265ab21e604, 0x2ade12f60cb229b8c2061265ab21e604, 0xbd74e17a7c22c178bc4d0077676eae5cc41a0d991ac1951362f35f4ab59c9cb6, '', 0, '?'),
(0x4860b05c07f120e69c72b2a7b759ea43, 'wp-admin/includes/class-theme-upgrader-skin.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x82b1a621c024da9e1ad01cd61a47cfa7, 0x96dfe41cb12d46d6052ca042518afd8d061c7708d85ae32a1518699870cb2ba2, '', 0, '?'),
(0x4863021e88c3ee761c3e5d7c48ba27bf, 'wp-includes/blocks/site-title/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/style.css', 1, 0x00000000000000000000000000000000, 0x9ee89ddc53cbc78e91887026545ebd6c, 0xf76009fdc2862a9433808455c265762774098575890b6bcf1ff1de11a5553972, '', 0, '?'),
(0x486dcfa10acdf0004dd27d3022d892d8, 'wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php', 1, 0x00000000000000000000000000000000, 0xed251d9b4cf2c00e415a3bdfaa8e9175, 0xa5a2209fdf77fc4dfc8a95d3b359fa0d9425a91cac25f127a0614ff44126b978, '', 0, '?'),
(0x486fb9e70708894cefcc3ada59acb203, 'wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframe.php', 1, 0x00000000000000000000000000000000, 0x4b7d3277bfdf30e88bcdc233bf12e5af, 0xb541d927704246536af28e4856507e88367cc169f8e1d9ccc42c551b5f1c259f, '', 0, '?'),
(0x487248723ec23b81086f4440859257ca, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/too-many-requests-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/too-many-requests-exception.php', 0, 0x3fc20d5410ef2e3e4915b7b8a9f4f9fb, 0x3fc20d5410ef2e3e4915b7b8a9f4f9fb, 0xbc45662143c00dcbf587fe29d2c4af892e7a0434bb51e1d65644aef60a2830e0, '', 0, '?'),
(0x487c006042a3951fd6f09c2ab251ac97, 'wp-includes/blocks/post-navigation-link/block.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/editor.min.css', 1, 0x00000000000000000000000000000000, 0xecae9b92f3390a2e6861bf8b3d38e4b6, 0x0c8daba4b602628cf09b168a3f1b7f43af3d50fdcb0ae6a645ce48cd67f77045, '', 0, '?'),
(0x4888d83ceed05a4c990bc6ca38e417eb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAddthis.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php', 1, 0x00000000000000000000000000000000, 0xd8be1cd8a534ef8cb9064527cf9df6bf, 0x54308f72d77b37357d737ee4bfe8f4864645574cf5ccd0098f173d748105ac8c, '', 0, '?'),
(0x489c326c7473b81cd6f91d88826c65b3, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x48a74dd5cebc02c1eeb8b60acaeaf01c, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php', 1, 0x00000000000000000000000000000000, 0x451589fdd93de7b76f2ef5e5db736656, 0x6d98303d2a197473f239ff792b24691bcdcc13835728e906c71fb7ce81a566ec, '', 0, '?'),
(0x48aefd6338f234c00672551dc67272b5, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg', 1, 0x00000000000000000000000000000000, 0xc4288baddb58256b65787bb746abd20d, 0xdebd6bcf5a62a67312c34e37183e8fd830c9be83adbd80d77b8049b31f70d9ce, '', 0, '?'),
(0x48b24fd0e0a3c74ce100592f7320646d, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php', 0, 0x903736ebb5270d86029f103c237a3dd2, 0x903736ebb5270d86029f103c237a3dd2, 0x9153c27e38c3db9013eb13d4d7715ab6136795a9d2da2363d29f982e3a6f79c9, '', 0, '?'),
(0x48b4a05e46a6cc10d296f3dc2d728a40, 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_11/shape_01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_11/shape_01.svg', 0, 0x15b17e8ec219a511a29b73b3a054c822, 0x15b17e8ec219a511a29b73b3a054c822, 0x3a7d9a876d2fab2156e57f053cd80e8fd27f63067fedb5425d2bd540cc8d77f1, '', 0, '?'),
(0x48b7a859366fefe3447b884c48ea1698, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x019d567e44b6a919e73be75b60e9ed64, 0xdfbf0a22f8aa4b4cd7c31abc3627a8838035e306ca63f6a0aa197a9964c0fd77, '', 0, '?'),
(0x48b8b815ced700451e666785aaaa1344, 'wp-content/plugins/elementor/modules/home/transformations/filter-sidebar-upgrade-by-license.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-sidebar-upgrade-by-license.php', 1, 0x00000000000000000000000000000000, 0xd3f4e283674249cf384e93c877329e27, 0xcded9d7e5cc1122a63e26f3e466ffa69fdc99c4f694af5c4718b2cdb27a5d87c, '', 0, '?'),
(0x48ba440f211bdc90e065251eb0bd968a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php', 0, 0x7300f6c208a629febb2496193d483fd7, 0x7300f6c208a629febb2496193d483fd7, 0x4e8bdc143d466f8faa77879aea42f743b35dc5833caecb2ccf44fdb4b138f462, '', 0, '?'),
(0x48c3bdcdf16919ed5abe552c4818bb4c, 'wp-admin/includes/meta-boxes.php', '/home/forwardbetcasino/public_html/wp-admin/includes/meta-boxes.php', 1, 0x00000000000000000000000000000000, 0xc0713a4da8a018e745196064e4d77cec, 0x928cccf28b83b666186415503a17344a897fbdea2cbe6549b86323aa58aa3823, '', 0, '?'),
(0x48c3f8dccd43a95470285eded96cedbc, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', 1, 0x00000000000000000000000000000000, 0xe98910d9bbf2b8f791429725dbf228ae, 0x9a1c924642135b769d6fce99b001462ec4999740baed2c020960eb382b5a3774, '', 0, '?'),
(0x48c9431e91979c00519cd42dc67bc497, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/NetworkExceptionInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/NetworkExceptionInterface.php', 0, 0x65123e84eb428f23682cadf522a40500, 0x65123e84eb428f23682cadf522a40500, 0xf4e3c9fe5bce797a960e9c56e9bd308c1529a6b5f367a1e7d78241d215f5681a, '', 0, '?'),
(0x48cd36177b3c16a80aced18aa963aa88, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-notices.ee407e8319d2ee060119.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-notices.ee407e8319d2ee060119.bundle.js', 0, 0x313eee65c1263f159d66f8d7f26004da, 0x313eee65c1263f159d66f8d7f26004da, 0x8cb038bfcb259cf664536aa1da441d875689eb868ff857fc2eb60d24f2957c6b, '', 0, '?'),
(0x48ce717e05453276d18222c6e7d5da74, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingAttachment.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingAttachment.php', 1, 0x00000000000000000000000000000000, 0x45a0324ddd3ea445c44687eb67f5a0db, 0x7ccc6a226780acfb49d6a5a037b369874643aa709cd9e2a51893646196be6a8f, '', 0, '?'),
(0x48d170399fd6cc4bd6d4e9e564315311, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpLeft.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpLeft.min.css', 1, 0x00000000000000000000000000000000, 0xa29b953e22ea1799b6b672da37e5c559, 0x52bae26bb6776676c0bab6ff777c6603b5f426e3ad2b2830de85fbb41602ce5a, '', 0, '?'),
(0x48d91da12e2e160abc1b53195683628b, 'wp-content/plugins/amp/assets/js/wp-dom-ready.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-dom-ready.asset.php', 1, 0x00000000000000000000000000000000, 0x34b262bd085e5e162711d507ed79a5ba, 0x0e27fb738289a7db9b4329e28e41aaadb2ec453d0db273adc675a63cf4820337, '', 0, '?'),
(0x48e1c4b42eb19256ef671fd0f229d2ff, 'wp-content/plugins/wordpress-seo/src/editors/domain/integrations/integration-data-provider-interface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpViqeoPlayer.php', 1, 0x00000000000000000000000000000000, 0x309d3908a3da523fbc29274b80245fce, 0x5036ea65c88344fe4b1c9cd711a196a2bb6bfd41895cbaa308a825e88f257369, '', 0, '?'),
(0x48e8bce7ce9fe250e4b6fed4d443f9a3, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-6.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-6.php', 0, 0xf501cbd8007e55bb475bb93ab5e327ce, 0xf501cbd8007e55bb475bb93ab5e327ce, 0x5100c363020f97b9e76794924cfdded8ac437e8374b9090ca24af52f767d9b26, '', 0, '?'),
(0x48ead1fb21be8b5b3fca7a3efef2d5db, 'wp-content/plugins/akismet/class.akismet-rest-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/class.akismet-rest-api.php', 1, 0x00000000000000000000000000000000, 0xb2f3a2c510d961fd6b42c4ceead9e4d9, 0xd2f03e9fcff6e98efb485b6af4cbeb0f0571b383927da46e857467898918ef8c, '', 0, '?'),
(0x48ec55611635c2743ddb98b7190b8621, 'wp-content/themes/twentytwentyfive/styles/sections/section-4.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-4.json', 1, 0x00000000000000000000000000000000, 0x20bbf29648089e09096568fe91ad8604, 0x3234c5c22873efdd248e8496d1728fa384e670fc6a04a3e303ab17c29498a809, '', 0, '?'),
(0x49025805fc6f1ff577c28a5f1071d6ad, 'wp-content/themes/hello-elementor/assets/js/hello-frontend.js', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-frontend.js', 1, 0x00000000000000000000000000000000, 0x37a18cd57014e833a5c4a7bfa6eea9b3, 0x9667fe025ad6f15567b35533a3ba73ce5fd081be1d412092a24c20cd5e8288ad, '', 0, '?'),
(0x490865f3fdc3998dadb1bee05165460a, 'wp-content/plugins/wordpress-seo/js/dist/network-admin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/network-admin.js', 1, 0x00000000000000000000000000000000, 0xd60a239cf6920266b667dcf2ef83b9e7, 0x25a9bf3d595a7025ce928f18fa47012b63a2cfa45910df2fb0a117cd3c3a6318, '', 0, '?'),
(0x4909e400c75d5af72ab039bce1016992, 'wp-content/plugins/elementor-pro/modules/search/data/endpoints/refresh-search.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/search/data/endpoints/refresh-search.php', 0, 0x6694e6da6eacdfee9e8c2bee1cba6af1, 0x6694e6da6eacdfee9e8c2bee1cba6af1, 0x41b7c8eacc889e9103565ae8433c8e17e8bffc3fe77da4218a175251dea0c748, '', 0, '?'),
(0x490d38703acd8109de9e7d608b1ae312, 'wp-includes/blocks/query-pagination/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/editor.min.css', 1, 0x00000000000000000000000000000000, 0x52b2be9738c348c9a2de0bff5e4dba7b, 0x23eb1273f428a9c8b2576d22c0021af586b4015af04fcb9b5075b5b4856b5c70, '', 0, '?'),
(0x491057ef9339d96180d61b579cb13328, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/platform_check.php', 0, 0xe447e4cc31d67f7c6a0f616e67b9b71e, 0xe447e4cc31d67f7c6a0f616e67b9b71e, 0xf4fdfbb966fc9d0df870010bbb7cf86cb46a17f6f1dd22f7910ba3cb5040990f, '', 0, '?'),
(0x4925d7a6a36058ef4ab3ed92f7916a85, 'wp-content/plugins/amp/assets/js/amp-post-meta-box.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-post-meta-box.asset.php', 1, 0x00000000000000000000000000000000, 0x699668c6f25ba488dbbd94b2f98d7cb8, 0x045592c5baa3407b7ac640c61831ff9a47398cde6170f68f32851e82cb8af9f6, '', 0, '?'),
(0x4930c57ff3b953fe2432a354d0fc422a, 'wp-includes/widgets/class-wp-widget-calendar.php', '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-calendar.php', 1, 0x00000000000000000000000000000000, 0x70c8c4f706768db08fda3abc32c56876, 0xcee37d1a1d292924471b40b602be16e85528bd0da94a40ca16b5c3839a49c0a7, '', 0, '?'),
(0x49362e3a0a28cdc01007f9690042f8cf, 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', 1, 0x00000000000000000000000000000000, 0x8e82683caae9b67cdb3762089aa99db8, 0xd5d95ffa5e4622fde63b2b72265a7ed3a651d0eaf0a8cdf8137c0ee3b1f835a5, '', 0, '?'),
(0x49408f3c54d778298937b31ab10593b2, 'wp-content/plugins/elementor/includes/controls/base-multiple.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/base-multiple.php', 1, 0x00000000000000000000000000000000, 0x7e8d661e07646455ab1ef1f8ab7d451d, 0x347992b877a7a7f0fdc346a8a4d17caf883b318816d0d6644111d1472b022e18, '', 0, '?'),
(0x4948d4693ebc2d0dcb9f89eb07d2096d, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post-type-by-author.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post-type-by-author.php', 0, 0x7e0c1aad64b96d764438c659a6a438da, 0x7e0c1aad64b96d764438c659a6a438da, 0x20610250f7dff99ed220eb9a9504eaaba3bed06105bf166965a112bdfc81225c, '', 0, '?'),
(0x4956390ddc42951b1424d16706a225da, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Utils/UriTemplate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Utils/UriTemplate.php', 0, 0x9195c1d44f16b686082ffca8d1a8f270, 0x9195c1d44f16b686082ffca8d1a8f270, 0x95d0604a998bbc2c34875c71c9054bc062ccdcd8a099a6e28b79daf01632e645, '', 0, '?'),
(0x495c124289ad15670bffa5b887930460, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector2.php', 1, 0x00000000000000000000000000000000, 0x0687eb7922b2446782ca22bf4eea6f7d, 0x13932ea070a4145b4f9ba04b88af437457febffe617241dc51f85859d993d8f3, '', 0, '?'),
(0x496650a134c4b0e201c040550656861b, 'wp-content/plugins/elementor-pro/modules/page-transitions/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/page-transitions/module.php', 0, 0x6dadae1712eab88f39df083291db656c, 0x6dadae1712eab88f39df083291db656c, 0x725de9dec19948e9d683aecf41033ea7930f1a88173ab7300dd0405231822fba, '', 0, '?'),
(0x4977d8bce1ef919aa0db36e6b0fbbcd8, 'wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js', 1, 0x00000000000000000000000000000000, 0xa69bf1ca6f6988570c9756415b1d806c, 0xb6acdc0f7c8a7b283904907eca0e39bddce006fcfbe614c8ad99a1358b1bfd76, '', 0, '?'),
(0x498b4e29b0ba70faed3ace01803c848c, 'wp-includes/js/dist/development/react-refresh-runtime.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/development/react-refresh-runtime.js', 1, 0x00000000000000000000000000000000, 0xb2ccf75cae4da8e028ba67ebc98c2389, 0x3f6cd35c5e09ae3d88eed9f580aa6ecec943acefdf01df367dfcdd541137c6d4, '', 0, '?'),
(0x498bf5287c84df68c4aafe6d6a472713, 'wp-content/cache/min/index.html', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php', 1, 0x00000000000000000000000000000000, 0x3d2d82a028b5433a2852aee840d72893, 0x62ee3c9942e1faaf3dc1e204998481bfa4cb775de273402bd95024f7cd6c3e36, '', 0, '?'),
(0x4995c43a17420e73de23d7e7ffde40d7, 'wp-blog-header.php', '/home/forwardbetcasino/public_html/wp-blog-header.php', 1, 0x00000000000000000000000000000000, 0x5f425a463183f1c6fb79a8bcd113d129, 0x3b1a8e2f5c6284057fe4d174fa82ab49f4a4168cbfcd9daf9ecb68c4d47703e8, '', 0, '?'),
(0x49a1fef0df5de12e34f60edca14efcf1, 'wp-content/themes/hello-elementor/customizer.min.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/customizer.min.css', 1, 0x00000000000000000000000000000000, 0xa38d954033e2f649ffb77b5ea5f29871, 0x4a24c7218e5a09610de6bd47697d0c7a57d737ff41747cf5caae56e37fcf2156, '', 0, '?'),
(0x49b0feb6b14c63b8acf4f6ffbd835d03, 'wp-content/plugins/luckywp-table-of-contents/core/validators/FilterValidator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/FilterValidator.php', 1, 0x00000000000000000000000000000000, 0x9f087ada5d55cb7abbfc62a98a349ab3, 0xc8e27aadb1cef45dbdbfca687ade3eb957f673093c4f84b69c833812f94dc7f6, '', 0, '?'),
(0x49bb6582c4134c6b8346e38d5e34415b, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/site-logo/editor.css', 1, 0x00000000000000000000000000000000, 0x54d8a1a127197cb2d6c3d29a88aa99bd, 0x81b1569e8be80f70d999bbed0b6616e943cf87cebdf506ba37746529cf5efd0d, '', 0, '?'),
(0x49c6d4acf36cf3aca9f0b2a77617304f, 'wp-includes/js/dist/core-data.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/core-data.js', 1, 0x00000000000000000000000000000000, 0xdfbcd63bb6fdb2adad21a587b5886980, 0x09baaf0727ead4eda4430aaf2701fd65992007dc2e37fadb3fb3d91c158e2b0c, '', 0, '?'),
(0x49d1386c44d9ca85ce7564f3a9d00177, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php', 0, 0xe94ed7aae5b26dfeddf374445328aab9, 0xe94ed7aae5b26dfeddf374445328aab9, 0xfe38a88f034c1b6d087940c20d30365aa33b6d2ca98aafc0ce5abfc4e7d0042d, '', 0, '?'),
(0x49d4eec02af69accc4b591e09cb42df8, 'wp-content/plugins/wordpress-seo-premium/classes/views/thank-you.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xae9af300c2f5ec4c76bf5b63dece293f, 0xa443da026821dd80467f24ec7db97764b8376228a621e470f7494602152e4c90, '', 0, '?'),
(0x49d7f138dfbdfd54fb1ab5aab29930a3, 'wp-includes/blocks/list/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/list/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x77e86c28af1fa1c4f582e03e99dfbb5a, 0xdb202f5aa4773d8ddc75d969e719ce174b17a7aa77850372d0248156cf9e01bb, '', 0, '?'),
(0x49d9037081d7612761fbd02fc3f4c221, 'wp-content/themes/jannah/framework/widgets/buymeacoffee.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/buymeacoffee.php', 0, 0x8b1e81574ca842e1a094e9d48a1bf56f, 0x8b1e81574ca842e1a094e9d48a1bf56f, 0x74c374450c8602c28c711c4f2d5f26defb030cabfd85afb228a59dd8a09aef3b, '', 0, '?'),
(0x49d9d93ee7ebba56e1ea5d54546257c4, 'wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php', 1, 0x00000000000000000000000000000000, 0xc55b1179d74b38dc39bc61fc364168b1, 0x8e49cb364c124114a6af3e3642943a25e2d2ed7e3f3a7168c389cfe37416636c, '', 0, '?'),
(0x49ea8e6d3d21872e9a108dcfc20ff0ca, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php', 1, 0x00000000000000000000000000000000, 0xe936c3a30555788071036b3dca9e7ae1, 0x27615c80caf4707b0e9459e831bd490d16d7bad41c9483806559246f5d68d162, '', 0, '?'),
(0x49f1562f92f0b536a4137311e3c3f80b, 'wp-admin/js/editor-expand.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/editor-expand.min.js', 1, 0x00000000000000000000000000000000, 0x4efa90e67e229728a5204a309a4b6f0d, 0xb98db2eb674e1d7bcf55ef9ead2f6a9bfaca3c977d970c946fc4d7041f3c5fa5, '', 0, '?'),
(0x49f53297be5311ff9842299f39fe7ece, 'wp-content/plugins/elementor/includes/base/widget-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/base/widget-base.php', 1, 0x00000000000000000000000000000000, 0x2b33a57c9965dc6488e7b133435a3d36, 0xa7d1f956bc3016daf0a3e0d31e9e25cd1245dd997320bf120a89219381a6d73f, '', 0, '?'),
(0x4a02ce252eacf37e9cc29771e16cbc10, 'wp-includes/class-wp-text-diff-renderer-table.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-text-diff-renderer-table.php', 1, 0x00000000000000000000000000000000, 0x0e40a66729c1676e15840d43031ddb6a, 0x8ec81e56945800dfb9a29007a567a97c8e89c1937d263fa84b656cbaddfac121, '', 0, '?'),
(0x4a099ba9cba00a91684254697a671f18, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/devices.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/devices.svg', 0, 0x413e868af4a9d37960ce9e5efc3f4d00, 0x413e868af4a9d37960ce9e5efc3f4d00, 0x78efb833c3eabc039703a88705092bc9106fb3087b7c276d92824f4604fe7a46, '', 0, '?'),
(0x4a0b66b80f333ff693875f72db431f91, 'wp-admin/images/w-logo-white.png', '/home/forwardbetcasino/public_html/wp-admin/images/w-logo-white.png', 1, 0x00000000000000000000000000000000, 0x6ea6ccee4a0176dba27ebb79ac175c85, 0x6ec19d449ab08b207f125fcf3b15d32147abd79d635683304d1b3969eb823dbd, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4a10fe890c455ba57f3755d2d31aef7e, 'wp-includes/js/plupload/handlers.js', '/home/forwardbetcasino/public_html/wp-includes/js/plupload/handlers.js', 1, 0x00000000000000000000000000000000, 0xb7ff91a2dcb82bc909e8571bc660c7b7, 0xf43861a13a7f460af529776526437943a3ca446de584b6acc8ab252226a15457, '', 0, '?'),
(0x4a1137837d9f4e502bbbbdc7e02f768d, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-2.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-2.json', 1, 0x00000000000000000000000000000000, 0x3a8b3136598ae2ccffa7a83601412548, 0x9ef019d37336a0a3533275520757adc1cb5a787fd30bbfd85bfe9bfa87c27ee9, '', 0, '?'),
(0x4a1c77ad8b36e6a3d491850b1d60c565, 'wp-content/themes/twentytwentythree/patterns/post-meta.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/patterns/post-meta.php', 1, 0x00000000000000000000000000000000, 0xc9c743aaa37100bee1da76e40cf61e9b, 0x4d42743d5426bd08fe709538997e2648709e6853ae582e07a874e36c8a8c5653, '', 0, '?'),
(0x4a1fd3f6e86e4c60c8deee6d00823f55, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/DefinitionHelper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/DefinitionHelper.php', 0, 0x2a9141fe6196a4ca8f81c4dfa89bdaac, 0x2a9141fe6196a4ca8f81c4dfa89bdaac, 0x5eb3f3a9a17a2425db0fb4440e2cb74e93699f9feff2e43fa31788cb70a19874, '', 0, '?'),
(0x4a265529231e503e0b0b69bfc57c33b7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/SpecRule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/SpecRule.php', 1, 0x00000000000000000000000000000000, 0x81c6a4c6a631a19ed7e144b08abfafae, 0x39211943031d54dfdb6513d7e93ee85ad58f3e8385e0a9423a26375eaf74b358, '', 0, '?'),
(0x4a2e9e0518fcc68e3d55cbb911215c58, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php', 1, 0x00000000000000000000000000000000, 0x1d2540dd8fde0667b1d5909c61d05bab, 0x4e29790aab9b9e4661140fa74aa372a6ee6257cc258d82437d758a7527064f22, '', 0, '?'),
(0x4a304ee483edea04fe7127e0749e6f23, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php', 1, 0x00000000000000000000000000000000, 0x0e7a0a79ee6251ecfa451cf4d2550d21, 0x78584e37f7a0ff7b118f82c9653dc8579bda385e97ef915c462529b0c33d6e8e, '', 0, '?'),
(0x4a38fe1c0c45989e44682ba6109d9f46, 'wp-admin/js/site-health.js', '/home/forwardbetcasino/public_html/wp-admin/js/site-health.js', 1, 0x00000000000000000000000000000000, 0x90ff6622802d8e8eaa10bea7ae883106, 0x6a2af2c077dc01bdb5e9bcb884a550b986b1f71d43b173721fb50dcb7133ef15, '', 0, '?'),
(0x4a3c64bbd2a0087af46b7d9eb230aadc, 'wp-includes/SimplePie/library/SimplePie/IRI.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/IRI.php', 1, 0x00000000000000000000000000000000, 0x0e7e97305eaab6065b3c48189faeb331, 0x2275b596a554c2187f9e1885e06e4d727038638634f96ca10e7b95245ab4edab, '', 0, '?'),
(0x4a4642ed9c56556d00c8d6c300509c76, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-multilingual.php', 0, 0xe77fb4f328596cde349a649fbb9fdd6b, 0xe77fb4f328596cde349a649fbb9fdd6b, 0x77fd18a25592424f557dfc9cf2baf9000de3527e7c370186e111e860586b8137, '', 0, '?'),
(0x4a4d65ece657c6a03026bc434b49e45c, 'wp-content/plugins/amp/includes/embeds/class-amp-tumblr-embed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-tumblr-embed-handler.php', 1, 0x00000000000000000000000000000000, 0xea0e7b95a2bc0ea92fbcdaca31f2d570, 0x8f7c0d533e5bf985a9fe6c1ad47681844039c08cfa89fe233607c6353b35ec63, '', 0, '?'),
(0x4a52170b8e0163cd1354d4352468cf4d, 'wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrlProtocol.php', 1, 0x00000000000000000000000000000000, 0xe32d00ebd7f2e5b41b6d648e66c8e4f0, 0x66e1dcc245cdae58704a436d5aa81a38b1fcaf70f6d3e52510b99477117ebdc8, '', 0, '?'),
(0x4a619ab0b9c232ea0d304d45ba4eb1ab, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php', 0, 0xcb2007a7627f2b9dad89998076a0ca37, 0xcb2007a7627f2b9dad89998076a0ca37, 0xa9027130b06c6a30b3a4f0ff1b4d140311275419122e3501d3bc57cb09611598, '', 0, '?'),
(0x4a66332fce5316efb487580c00102d80, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgTransformed.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/code/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaa5a8c096dd9c5e8c4c645964a0599b8, 0x9a77287fe6248f08cadeec8d8ead422ed3f0e37d9e65139e7f2da4b1f0c197aa, '', 0, '?'),
(0x4a6c0b74f1dc61cfcacd44c8ba4dfef4, 'wp-content/plugins/elementor/app/app.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/app.php', 1, 0x00000000000000000000000000000000, 0x7141674ee5658e82923df6a90bdcac7e, 0x5ea22075250a48ae8fb6849dcd55f1ce9e54e2c50ce94d9ca0ddec930739e5b8, '', 0, '?'),
(0x4a6c9a01c618a8319ecfe318a5eae71e, 'wp-content/plugins/wordfence/models/.htaccess', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/models/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x4a7353b63b9d6258bd8b235fb901b60f, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueCleaner.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_QueueCleaner.php', 0, 0x6b84f38c8a74cc231d54087523454eea, 0x6b84f38c8a74cc231d54087523454eea, 0xe799f96d0b8cebc48c94fbe3d45de39e1160dbedeeaf2c26f4149a9493aa4022, '', 0, '?'),
(0x4a7813b080c6ccbe889dc9cf2be96812, 'wp-content/plugins/elementor/modules/notes/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/notes/module.php', 1, 0x00000000000000000000000000000000, 0x3819717d5f64e11adee58e8e5dfbcee2, 0xbe3b805dc86aec89efee0047fd73272c00748685071a3b3eb356fc6f09a42b6d, '', 0, '?'),
(0x4a7ba3d6b9065a6906055ec3b9789549, 'wp-admin/media-new.php', '/home/forwardbetcasino/public_html/wp-admin/media-new.php', 1, 0x00000000000000000000000000000000, 0xeb82a5d2b0ff19d104dba8dd94654ea0, 0xa6d278e545294f9838b91e790a7404de9655db5f417a7dc55bcedae4750e9585, '', 0, '?'),
(0x4a8a2eb64647d814fb015a843763d895, 'wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app-packages.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x4a9a2226fa02ccc0add530825afa2acb, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_LoggerSchema.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_LoggerSchema.php', 0, 0xbbe2347428a2c08dee775a7e19890603, 0xbbe2347428a2c08dee775a7e19890603, 0x739765484f9f6eb7f06dadf4fc8cb01559c911c21235fd0190c677473e1262f8, '', 0, '?'),
(0x4a9d28068a75c481e45547f8e18d3748, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_files.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_files.php', 0, 0x8c85eff99a38be078908db0a5a55cbbb, 0x8c85eff99a38be078908db0a5a55cbbb, 0x9befde00bdea751d179c5010ac203afbfde4fbcc87db71b73dfac760d5dcd6b4, '', 0, '?'),
(0x4ab08cb6c5dbfbeed9efbb10bee078f2, 'wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe53ddce377e13fea293cbeb10594202f, 0x89e54826c20e273d481e6ef17c682678643ab99e083397f18a8ee991b3ebdcaa, '', 0, '?'),
(0x4ab2e7cd49be5647bfda2cbc8bbf8c12, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/spacer/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2650fa473ee975a1afb3ec59aa18e737, 0x7307033c01afe56637088f9ae427a4e23724f07fab607e48b30d1c7c4ae1c040, '', 0, '?'),
(0x4ac02d6de18dff6162c36f2c32be2141, 'wp-content/plugins/elementor-pro/modules/search/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/search/module.php', 0, 0xb9564f21a68d0ebb8cdae0e0aded8590, 0xb9564f21a68d0ebb8cdae0e0aded8590, 0xbe640f33212cf2f3607cafa82202e1522cc5f608636baff3ef2ab0259ee6bbad, '', 0, '?'),
(0x4ac145e29045ab8d893e8e32769ec74b, 'wp-content/plugins/wordpress-seo/lib/model.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/model.php', 1, 0x00000000000000000000000000000000, 0x8720168fcb756c6b239ef951b9fc8516, 0xade7c69d18c38de320236fcb2e72723f1507dc13b673dc68a8e3e5c1b64f1304, '', 0, '?'),
(0x4ac7c491c51f5d3103900bb24f048b27, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_background.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_background.png', 1, 0x00000000000000000000000000000000, 0x06c91f7ae1561ccd8f1c79119529600d, 0xa897944a977772c7b5b654aa622140aaeebd45eceb7ebe6d1466a448ae71a3b6, '', 0, '?'),
(0x4acc647704c63af9f1420a6f9ea5b72f, 'wp-content/plugins/amp/assets/js/amp-onboarding-wizard.js', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-onboarding-wizard.js', 1, 0x00000000000000000000000000000000, 0x6d86834798f408ebf216ad8743266def, 0x3ad164497964450f56e354ccea3b0c81415a4c5f123f26020d76f159d3efe5e8, '', 0, '?'),
(0x4ad5ac3485e71e110de06eeacee7a618, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x4ad88876664636ad071e1659533745b7, 'wp-content/themes/jannah/buddypress/members/index.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress/members/index.php', 0, 0xa05a1457445fbd4d86c9c804fa9d0497, 0xa05a1457445fbd4d86c9c804fa9d0497, 0x091a41828fdd47f8e135af6073c308bccfe6e8366611110ea340af9ce8dffb76, '', 0, '?'),
(0x4ad927af473baba36f051acdf1e37228, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/payment-required-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/payment-required-exception.php', 0, 0x889a0c588c53ade751bc68f15e389929, 0x889a0c588c53ade751bc68f15e389929, 0x314708018db0fd7e690ddf125865e2c896316eb60339bfec71237ea171821591, '', 0, '?'),
(0x4adb9e6d4f26a189161e70197a28d14c, 'wp-content/plugins/elementskit/libs/framework/pages/license.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/framework/pages/license.php', 0, 0x55a15edf1362ebb1fd2b033846ebd57f, 0x55a15edf1362ebb1fd2b033846ebd57f, 0xb72e1e3c829030f19eafa6afc3f1f8c0cb86dbb15148df15020732dc540c8634, '', 0, '?'),
(0x4aed10843df51672a382769fc418bf5f, 'wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar.php', 1, 0x00000000000000000000000000000000, 0xb4adbb42addf52a9c0de726b48a1ce71, 0x73d97fbef7f53010cf7d64dbc19ea2f3a91ebce585ea088ab4fbf4cf4a2683c6, '', 0, '?'),
(0x4af0c4e0845b79bf530dab59a5b97fe0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPanningMedia.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/zxcvbn.min.js', 1, 0x00000000000000000000000000000000, 0x027c098ebca6235056092f7b954dfc5f, 0x768f58498139d5feb36ef531658636ebdb43f4175cd32e702bde22bbf04bfe12, '', 0, '?'),
(0x4afc23cc74ff12c4fbbc577d882490a9, 'wp-content/plugins/elementor/includes/controls/exit-animation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/exit-animation.php', 1, 0x00000000000000000000000000000000, 0xab313d246be0970100472928da10f6b0, 0xcd0f37190c1496be7ab6681f0ff7f8eeb89a5936351f083882fd7b226f4b9bf6, '', 0, '?'),
(0x4afce5fb3472f720b492c1d3633e16cc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDataSourceRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDataSourceRequest.php', 0, 0x7088e2c609f0aa7347ccfa7a9333eb1e, 0x7088e2c609f0aa7347ccfa7a9333eb1e, 0xa3ed1041fb2643d03cda11dca6898b83e141a6093c9c997fb8ffe509c0dfb3f2, '', 0, '?'),
(0x4b0286d85ff667ae5167389a2cdb896f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLinkRewriter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLinkRewriter.php', 1, 0x00000000000000000000000000000000, 0x81fdfd501fe8833d454215d13636aa25, 0x43d504550b14b0d2427145d008678b826342239342d93ae03e0f94104cb9f520, '', 0, '?'),
(0x4b029a7beb873799a5650202040642bb, 'wp-content/plugins/elementskit-lite/modules/widget-builder/assets/css/ekit-widget-builder-common.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/css/ekit-widget-builder-common.css', 1, 0x00000000000000000000000000000000, 0xfef19ab9aee51eefc530827ef6119388, 0xb025edb95dab3971448b4a515def28ad34b16ec27cced709b15aa85465fa9fe6, '', 0, '?'),
(0x4b0a897737c4907ff9d7352ef8487d76, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-filter-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/interfaces/class-render-interface.php', 0, 0x9b441438666a116f9eb40f7da0cb7c58, 0x9b441438666a116f9eb40f7da0cb7c58, 0x80ad5289968e80ff89eafb43b1ca45f9a9013d4ef188ce0dfa21f550559a8e9a, '', 0, '?'),
(0x4b15be8d06e4f7dfbae186621ca41c13, 'wp-content/plugins/wordfence/lib/compat.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/compat.php', 1, 0x00000000000000000000000000000000, 0x3eeeb511e3f8ce7af07814948a438a7d, 0xbe191f1f4edc93bb231864d274a4422122144dd59e01ff3d3dcb40136f8213b2, '', 0, '?'),
(0x4b184fd4eae99962b587af3329fccfe5, 'wp-content/themes/twentytwentyfive/assets/images/link-in-bio-image.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/link-in-bio-image.webp', 1, 0x00000000000000000000000000000000, 0x821242d3836517cec62075830b9a442e, 0x5dd2d0a8db227fa4197ca7b82f520480a7915b701e963319a8295de741da9894, '', 0, '?'),
(0x4b1bf92fb9a6676d39145a1634cf544d, 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/cleanup-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/code/plugin.js', 1, 0x00000000000000000000000000000000, 0x95c06d249c01adf17b93a696862b8bd3, 0x3181e9f143f2f1dfea99b81c1d95082401584d47741967fa7ce9561d1aebaab5, '', 0, '?'),
(0x4b272ed8589abd04d7a3008854d61d0a, 'wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js.map', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js.map', 0, 0x8048d804fc27c7ee2dd5f446bf5bab3c, 0x8048d804fc27c7ee2dd5f446bf5bab3c, 0x4261431aabecedce81ceedd7efdabbb6ed75ca687633c2bf47275011242180ba, '', 0, '?'),
(0x4b2c2e8e3b428ac412431aa242609d2b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/InterpolationPoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/InterpolationPoint.php', 0, 0x35b4dbf038585d61fd7203ebab847b83, 0x35b4dbf038585d61fd7203ebab847b83, 0xe3de8a17493c42c4bf66f55dbb7a897d76a4f4d82f7b36173daaa564a1ee2f73, '', 0, '?'),
(0x4b2cd73a586d48c52fe7731980dc614e, 'wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js', 1, 0x00000000000000000000000000000000, 0x9760e493aff5682699dde88f204b842e, 0x1fea893d82cbf0acae68502582ca2cf7bf89e2e18cfa5354bf116a5fcf8dc921, '', 0, '?'),
(0x4b30b5f6f20dc5e996dc9063156ee7fb, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/admin/ui/meta-boxes.php', 0, 0xa621a5cfdcdfc2a7b46b159116cc41ae, 0xa621a5cfdcdfc2a7b46b159116cc41ae, 0x988a61de8fd9fda236d1b1d19694ef5294af34a6690100b3ea4c00381544b364, '', 0, '?'),
(0x4b34917eb90ea2804a9c9908c72390b8, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/WP_Async_Request.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/WP_Async_Request.php', 0, 0x45fc1d47bf7a1bb2d693e974d930c05a, 0x45fc1d47bf7a1bb2d693e974d930c05a, 0xa4aa3e0219b854f46e6f0e6c750b6e76be698f504550bfe6bcd3e1f2dbe0887d, '', 0, '?'),
(0x4b3e885e5baf50914618ed0e318b683a, 'wp-includes/blocks/social-link.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/social-link.php', 1, 0x00000000000000000000000000000000, 0x23f61fa227fe11d0729311ebe5ab6cfd, 0x65462b296790a54d509179192a9d2b9382c564a0a65ba9ccf02c18aa8a907eab, '', 0, '?'),
(0x4b4262ce7d0ecdf46c3b829616f697aa, 'wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css', 1, 0x00000000000000000000000000000000, 0xe4af52fbfa8ac7e4117150d84cc11fdb, 0xba094cade25bdb47c7ff5f4d3c94aca61888103d364002019b5b2af88e1aa2d7, '', 0, '?'),
(0x4b4b4f1266ba5364ab6942304f76f3ea, 'wp-content/plugins/wordfence/views/scanner/scanner-status.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scanner-status.php', 1, 0x00000000000000000000000000000000, 0x0c32fab1b717ebb4f876c7ef109c74ed, 0xcded39a5d8eb9b60054e8c3ec99ef5393abf0f8c41dad3cb008ed54c85939698, '', 0, '?'),
(0x4b4cbfcb580fbf0e0d03a2d1b44df68d, 'wp-includes/SimplePie/src/Misc.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Misc.php', 1, 0x00000000000000000000000000000000, 0xeebe129c49c4b51272a4239980a29465, 0x5927f8291eef53960b3d17f2c9c85fc51e1b23bb62a7bc82132d337e9597ff97, '', 0, '?'),
(0x4b5976d34b5a596df8130ba04d8a6bf7, 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-youtube-embed-plus.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-youtube-embed-plus.php', 0, 0xe208a21bb7689ce62d0b60daa9e2d0ff, 0xe208a21bb7689ce62d0b60daa9e2d0ff, 0xe8f100a94b820bf681bf11a4fe55fe10b0f40b4686b4937cdd8a9ffebe331e39, '', 0, '?'),
(0x4b5a0c90eabad1bcace4accbb7b6f26d, 'wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0xe447e4cc31d67f7c6a0f616e67b9b71e, 0xf4fdfbb966fc9d0df870010bbb7cf86cb46a17f6f1dd22f7910ba3cb5040990f, '', 0, '?'),
(0x4b65421cbded3f73fff54fb1d8433a64, 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-metabox.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-metabox.php', 0, 0x538e97a17bedd813cdc2061e44b628b6, 0x538e97a17bedd813cdc2061e44b628b6, 0x39c55eca3ab12ad2b61394ec9c9aa0866bfc241beb8814951339a3b87c9bd288, '', 0, '?'),
(0x4b6d467ace2425e39a2267c5efc48553, 'wp-content/plugins/elementor/core/app/app.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/app/app.php', 1, 0x00000000000000000000000000000000, 0x519fda2acab1c0a80587d444849b06fd, 0xae6746e08248fae309e87ed7eaefe7ba8ea36f07b1ae12646c35d362a7ecba23, '', 0, '?'),
(0x4b732f7972aec051b03311587fed1f97, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSlides.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSlides.php', 1, 0x00000000000000000000000000000000, 0x39e055b5d83a139818eec4046b57026b, 0xf368d08155afab29aa861c36df390f9e1ef937be67ddeb2e741dbfdb38b859fa, '', 0, '?'),
(0x4b816ed28b4426067352f4575519288b, 'wp-admin/css/farbtastic.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/farbtastic.min.css', 1, 0x00000000000000000000000000000000, 0x23d55eb53a88478028930c82b13a6b0a, 0x341cb7b0375687669bdd20f1be2fef1489bce580eac3c3e644148cfa57033370, '', 0, '?'),
(0x4b99201c37c82a3cccb4dd32f9245469, 'wp-content/plugins/elementor/includes/controls/base.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/insights.png', 1, 0x00000000000000000000000000000000, 0xdb7ccbd5b195fa304ecb6fda2a3eb94a, 0x2210527b30026cd3f20c692c3726bcba355070e1619057b7172ccb2956482bd7, '', 0, '?'),
(0x4b9f0844df10c24c18758cebab8c59af, 'wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items/submissions-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items/submissions-menu-item.php', 0, 0x0c3351c9f09c98502ace6e407d2bb9a7, 0x0c3351c9f09c98502ace6e407d2bb9a7, 0x34f6df8a1045481d674ab9a6f463ea92c958d53640b133db3635b642816c20ef, '', 0, '?'),
(0x4ba210132d1d34f107a7966f9d62a59f, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php', 1, 0x00000000000000000000000000000000, 0xbc65a88ed3edc3252f3108a192d42e40, 0x51bd7f1a1fd90246eaafada0f24d0b1050c1ac643659dea04df9109c2655124d, '', 0, '?'),
(0x4ba7d2c4f6067385003ecc5bbf6444f4, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-parent-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-parent-condition.php', 0, 0x4fa6d1164f1619420437b814b930283d, 0x4fa6d1164f1619420437b814b930283d, 0x3c231d2df80d18b9ba1bd326a3e2ed52fd4d7967706e6825b0b5f32c0af18840, '', 0, '?'),
(0x4ba9e242ac48f5a277f19604845b4421, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Small.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Small.php', 1, 0x00000000000000000000000000000000, 0xadfc9cf9c862921b98896712cbea33d6, 0x3ea1704661bf588022efc46efc9c960bd1b408cdd7354e86e7b23108b10840a4, '', 0, '?'),
(0x4badf491871ecb52097741c5e4d0651b, 'wp-includes/blocks/latest-posts/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/editor.css', 1, 0x00000000000000000000000000000000, 0xe750e2f26982c02994d602f3aef946aa, 0x554b3c90f4762aad23ce1c95b929d623c1f5f48da437489ef9a83eacbae9bc9b, '', 0, '?'),
(0x4baf638e8a231c053273922f2885228e, 'wp-includes/widgets/class-wp-widget-pages.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', 1, 0x00000000000000000000000000000000, 0x2cf9060270f56b8f3cfbc90618822359, 0x5178cc6290c1926e62574bc9e9e2c8452aa46c8e6fe4e1de85efddca9b9ff50f, '', 0, '?'),
(0x4baff6bfc22b010e409f7b322175b539, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/category-image.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/category-image.php', 0, 0x06788fabdba5e6dd54c9b71064d1efed, 0x06788fabdba5e6dd54c9b71064d1efed, 0xe38847735ee232ee048a2b317270a8db529eb2d64528d0c80e0b8dc5a159fe01, '', 0, '?'),
(0x4bb516a0413b3d8065fe114a6cacbc39, 'wp-content/plugins/amp/src/Instrumentation/ServerTiming.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Instrumentation/ServerTiming.php', 1, 0x00000000000000000000000000000000, 0xed3dd2fcb661d32912a82f3f3cbdf59d, 0xc334e8bd958956e44737e637f23c26d2fa42fe1e6f128ece26d7fb1130980eac, '', 0, '?'),
(0x4bb8f97049ae7994576aa596511dcdae, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWordpressEmbed.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xec56c52afbca46e8b0af9df13c8ea46c, 0xe5c2aea252946c079655f1d902a08f99777a06d7616e6b96c747de74ba1233ee, '', 0, '?'),
(0x4bbfe55d4304ed19eea96c373ac44400, 'wp-admin/js/widgets/media-audio-widget.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/Cli/OptionCommand.php', 1, 0x00000000000000000000000000000000, 0xf386b61293d0c8a3630982aa791592f6, 0x23dedcbde7ffc6e99a9a900300864d38305f932c73ec448abb9d283d9b3882a4, '', 0, '?'),
(0x4bc3ab9548d6eeb2c5d11758e7c84412, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/PropertyInjection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/PropertyInjection.php', 1, 0x00000000000000000000000000000000, 0xfd03e07d61ff4d659afad220f738ce64, 0x70906850393969eb231228341a7a0e5031da7c245b5476bedeefaf386f343313, '', 0, '?'),
(0x4bc531e3f0a4d58432dc248f4cbc78ea, 'wp-content/plugins/wordfence/modules/login-security/js/admin.1690810710.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/js/admin.1690810710.js', 1, 0x00000000000000000000000000000000, 0x3159c96128c47efd44ad34e2588c3cda, 0xe18fde1c6d895fbde1900e1596816667f7ab90205d42817b23320d41f3b3b462, '', 0, '?'),
(0x4bcb4c783c43a08e98084894f48f651a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x2db745064ee4c482db9b0c280afa6e1b, 0x9a040b16f7de10a104d1ac7d5e8d4546d0f91c9bcade3ef41e92da8242ecdb1e, '', 0, '?'),
(0x4bd09ec78e7b5e54bb4777b0f49947c0, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/responses/query-failed-response.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/responses/query-failed-response.php', 0, 0xbfaed2c5a181f5330eb07a6ab9410001, 0xbfaed2c5a181f5330eb07a6ab9410001, 0xc9a487a696d8f116c0df0ff9edb76998ca4e7d84cf2aebf0007000d1cdd737db, '', 0, '?'),
(0x4bdae631615d068cfe46b4b39963e943, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php', 0, 0xfd5136504473dc8f70950eaff343634c, 0xfd5136504473dc8f70950eaff343634c, 0xb000df44d2c513526034e130a9c365cb8912daffe10a557b6e4387d215e40c9b, '', 0, '?'),
(0x4bdc79bcc65d21d359076544b5ed0ba7, 'wp-content/plugins/elementor/includes/controls/switcher.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/constants.php', 0, 0xdc58ed4972d66bf281ad64933ad055f9, 0xdc58ed4972d66bf281ad64933ad055f9, 0x5f85b97257481678c76ebe6d303b59f097a9aac23d0772c6233f2e3c0ef425f7, '', 0, '?'),
(0x4be4a7bfacf731a2053181210e031f4d, 'wp-content/plugins/elementor/includes/editor-templates/navigator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/navigator.php', 1, 0x00000000000000000000000000000000, 0x13de409e59da1b1778e80d9609c82311, 0xc728ddd94d8e31c8e1dbd43f3579a7457f5eb100c0b299c15d65ffd785fc42b5, '', 0, '?'),
(0x4be5c24ce45db88bfea2cc05fcb829b4, 'wp-content/plugins/elementskit-lite/widgets/tablepress/tablepress-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tablepress/tablepress-handler.php', 1, 0x00000000000000000000000000000000, 0xdaddcf448b4b223ed71cc239a1c205b1, 0x3cef0d6a16b421b4390852040e1035c0ec7eb998e5eaf22dd6362c7a4c2cd5ea, '', 0, '?'),
(0x4be5f50cc9166fc2eb3278043203126f, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-form.php', 0, 0x2a50b33aba5e1b7b68645b7b1e649db5, 0x2a50b33aba5e1b7b68645b7b1e649db5, 0x8d682d3af505482f29b9eea411513089608d96d3408dc7110cb328038c6ae4af, '', 0, '?'),
(0x4be9ecd5833fd53dea0b4c22389f630a, 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-author-display-name.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-author-display-name.php', 0, 0xa483406ffca413f9d3a31c6dfe55b76f, 0xa483406ffca413f9d3a31c6dfe55b76f, 0xa6fa872c7826464e7e03a412c7d7146023fb5fa999d2ed0ac98eb7f0ed8270e2, '', 0, '?'),
(0x4beb37627bea72db750c26dc4d8e5844, 'wp-includes/css/dist/block-library/editor-elements-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor-elements-rtl.css', 1, 0x00000000000000000000000000000000, 0xbffd8e637cbd24009a0e947b966fd0e9, 0x24c832695166feff977ede27a13ab55372d5da34033afe92aaa0cb41b73e111f, '', 0, '?'),
(0x4bf13ef0e4fc1f57a115da013a2a3e2e, 'wp-content/plugins/elementor-pro/modules/call-to-action/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/call-to-action/module.php', 0, 0xbbbffa1c8365a5750259958d6277c61e, 0xbbbffa1c8365a5750259958d6277c61e, 0xbbb9fa02cb1c02e1a5343ea96fa39c599a38d631c1d36c1f1feca9a58ca42b02, '', 0, '?'),
(0x4bf2cfa591253af27bcd526a8fb3d458, 'wp-content/plugins/wordpress-seo/src/generators/schema/author.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/calendar/block.json', 1, 0x00000000000000000000000000000000, 0x7f64dadca4d8d4b4d0bf20dab5a743aa, 0x2ba0240ff9bc76ba49af00b5f4a2d74d4d4dc3eb895c01f0eb73eaa9baa5fef7, '', 0, '?'),
(0x4bfa11da57ff2600004bb500368247f4, 'wp-admin/js/set-post-thumbnail.js', '/home/forwardbetcasino/public_html/wp-admin/js/set-post-thumbnail.js', 1, 0x00000000000000000000000000000000, 0x3a314eb02806e8786c018f58ddfcbf27, 0x7639ed870a7b6c174b8a0b867e71e2b023923e89e9dfa6b7bda1204a8501607e, '', 0, '?'),
(0x4bfb0f19d893e4fbb510ee0eab2b83a3, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/curly.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/curly.svg', 0, 0x55beaeaddebf83d1132e77161b9a3409, 0x55beaeaddebf83d1132e77161b9a3409, 0x50e32625419e82f3ebeea6f894379d2a14c38d4e04b3e35735fe48d4ba7ea309, '', 0, '?'),
(0x4bfd4b2bec86c032a4090861655a9365, 'wp-includes/class-walker-comment.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGeo.php', 1, 0x00000000000000000000000000000000, 0xa19a1dc1fc0738aa90ce187e1332ed32, 0x872cd4fd316d413899fc29f91b92911a0da4da70e4ebb4f779b5f0f94d1d5558, '', 0, '?'),
(0x4c07ca7eb161fc620890ff045817a459, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/BadResponseException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 0, 0x5866a1df20ecca6f21f560d64de520b4, 0x5866a1df20ecca6f21f560d64de520b4, 0x00337bec5f9de380addbacba3399ad3f91dc5f4ef67077c801e5cbd693f41f87, '', 0, '?'),
(0x4c11d498abc8b71b66ed934256053b9b, 'wp-content/plugins/wordpress-seo/css/dist/alerts-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/alerts-2400.css', 1, 0x00000000000000000000000000000000, 0x1ae2435f5ce4e1ed90432060212ce0b9, 0x8235abf26676c5a50ff1817934f061adc6df638c8149ad5672bec73617f1c5e0, '', 0, '?'),
(0x4c13cf772aa7d29a46bbedaa91845488, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php', 1, 0x00000000000000000000000000000000, 0x456f73da43672e68c523c93b6160faf4, 0x0da6eb9ed383c84551c5b9ba69a9b0cc6ffc3f2cd49c5550e13e6bfb3497aed8, '', 0, '?'),
(0x4c1d0ba7ec3543ee5a1fe2eb08047a89, 'wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/dev-tools.js', 1, 0x00000000000000000000000000000000, 0xf90567d422c71cee114fe26231bc5641, 0xfa75f30a3fd986effbab2bacaf39b4f5d86f0db14d7198b29871cba6161909ad, '', 0, '?'),
(0x4c22028eb1fcdbd93f39822044660eeb, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Plugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Plugin.php', 0, 0x576e684aa434af2fa98e753400766f62, 0x576e684aa434af2fa98e753400766f62, 0x79e0573f477c3712b3fefa48ff7e413c7ee4aa849d33e089fa7081b7e81f92b5, '', 0, '?'),
(0x4c23d61fac2fdbb02accf833f2d2ec0d, 'wp-admin/includes/class-wp-terms-list-table.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-terms-list-table.php', 1, 0x00000000000000000000000000000000, 0xab939921eb80e469ff5fdef973a1fdfd, 0xd4c57e038ded959d44a0707d8373451b529326d1602ff1cf6c5ddd21b5d0eb18, '', 0, '?'),
(0x4c28cafda26ef8395b1232c04336e59a, 'wp-includes/js/zxcvbn-async.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-delete-command.php', 0, 0xae1b2e9a18787da94734372c62993a02, 0xae1b2e9a18787da94734372c62993a02, 0x4b8ef2500bcbe7a2eadaa0e086396f927f33c6145a981f84d618e4f479f8c472, '', 0, '?'),
(0x4c2c7fddd272c1a7c8af11045bfd36b5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidProperty.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidProperty.php', 1, 0x00000000000000000000000000000000, 0xff5c2f6a538bc0d3cf536dbf91c76b2a, 0xe9b1727230a2e53fa47ae97bac993c254ffb2fc3e3eed575710e43e255f1f1a6, '', 0, '?'),
(0x4c2c8b581c511e20d01c34e6d3798c67, 'wp-content/plugins/elementskit-lite/libs/forms/forms.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/forms/forms.php', 1, 0x00000000000000000000000000000000, 0x77c10f91ddcefaadb7d689e4882887ad, 0x4148d4703bfde76fcefeb8eae5d60006cf111740f59adce93c28ad2708814076, '', 0, '?'),
(0x4c2e0a395d42cdd7499d287b715a4bd4, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/DependencyException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/DependencyException.php', 1, 0x00000000000000000000000000000000, 0x2527fc94de48ef2c80afdb1f396a3810, 0x5b3905a3f6f4368fcd710412f8ed8246cf1e2c132849b90534f881b0d2d6072f, '', 0, '?'),
(0x4c36fdc7963cd393286c0d40e3d012d1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGfycat.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php', 1, 0x00000000000000000000000000000000, 0x7bd24a3bd7f4b7d6edf111bd4cd0677b, 0x017050bc284490208bc89def47581c51180dd36b02e155916beadcef14f555ff, '', 0, '?'),
(0x4c3a2f2322d1af6670dab79bc3a51259, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png', 1, 0x00000000000000000000000000000000, 0x321970e566e7d57bc9a1bce88bebcf03, 0x2e87f050e9f9418ac9f61a7cbe2857c6405d91fc71b1c5c96e416dca700bddfa, '', 0, '?'),
(0x4c3be0d477037d90313c78ed74ccc269, 'wp-content/plugins/elementor/assets/js/d9299811bc70ddb82fbf.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/d9299811bc70ddb82fbf.bundle.js', 1, 0x00000000000000000000000000000000, 0x8db546da1362184b8661201ea0da60eb, 0xdcd4f38571fe3ad976a012df57cb5900476d6e380e6b27607bfce4882ded6f34, '', 0, '?'),
(0x4c4a7425a61f5dbf9f20a72a10a34f1b, 'wp-includes/SimplePie/library/SimplePie/Cache/MySQL.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache/MySQL.php', 1, 0x00000000000000000000000000000000, 0x96f197c9d261c7567a04827cd23204c9, 0xfd03af712198dd2f6f5a8a1f54bb057616a56eaf7918c374c6cfefad8d2ac77d, '', 0, '?'),
(0x4c4adf4576ff9e44d56861894f49c89e, 'wp-includes/Requests/src/Ipv6.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-formats.php', 0, 0xb7e8efdf17fea26c9ce57397e9daee5d, 0xb7e8efdf17fea26c9ce57397e9daee5d, 0x42f545c390ab7b9f6828b2380c76b414d6318fe00a751b7ca2a0a71cddcaabdb, '', 0, '?'),
(0x4c52023751bce416546f08477cc41e7b, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 1, 0x00000000000000000000000000000000, 0x235c999c460d0bea0e06769b06430cf5, 0xf3839258b93734f105f9a6750d747f7bbd0f9c4d6cd78489a571547dd4eaf0bc, '', 0, '?'),
(0x4c5422437eca10875b827e55a5d181a9, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/referer-extra.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/referer-extra.php', 0, 0x5081cc4d8cd52169207ab22def3cb309, 0x5081cc4d8cd52169207ab22def3cb309, 0xa083841d20a642d3ad1b4f478880b4a8a93460764ff86dc9dbea1cc34e2c8e0d, '', 0, '?'),
(0x4c57c7547bc850d93b132f5251c2cbaa, 'wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-options.php', 0, 0xaccb839e2373aeb9711996e0eb53d99b, 0xaccb839e2373aeb9711996e0eb53d99b, 0xa3ac81cec346ecbb69c366e59045201660873202977465d55f9b300b45615caa, '', 0, '?'),
(0x4c5b62a27a7b79b8b13f18f380b25c20, 'wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/vendor/react-dom.js', 1, 0x00000000000000000000000000000000, 0x3edf0eb850cbd3326d48dd88b6c3029f, 0x128f003e68f12aae3eab9b1038054b8019d5dd68c52fcbd2965a531c52e1555b, '', 0, '?'),
(0x4c63cc19c76c41e7aca48007d67f08b5, 'wp-content/plugins/elementor/vendor/composer/platform_check.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0xf3aa60e94ab1f27ada6ee4c37ec41cd0, 0x44614299017444a8a2a2cda8bbcdb36d8a5403cb643d75e4a4a7092b10b08183, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4c6402ae92edd380d8f8d99f1673cca1, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php', 1, 0x00000000000000000000000000000000, 0x1d874e2aa724e1744741c44dc2db997f, 0x390ed8476dfd2988c7d923de8189ea3221165a97a61e773e205963880108a9e6, '', 0, '?'),
(0x4c6ea3f9e9eb5a347abfc3454d624493, 'wp-content/plugins/elementskit-lite/widgets/mail-chimp/mail-chimp-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp/mail-chimp-api.php', 1, 0x00000000000000000000000000000000, 0xb5acc4b5742d1f2464d8c4310ad2142a, 0x23ba9ee35ee994be50cd9caac2dff0edb81841aa5b7d606c9e1b0efc53326f40, '', 0, '?'),
(0x4c6fe694de2a8103e44386e46e087b3f, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/form-submissions-promotion-item.php', 1, 0x00000000000000000000000000000000, 0xc99e517eb34af271b0ca306c5a7d6b80, 0xdc3ebd2cc51a03c59892ad198da55217db05d1c42fd57852923808e3f76b73eb, '', 0, '?'),
(0x4c73d087c59b0ab2637d3e1bff4b9787, 'wp-includes/css/editor.css', '/home/forwardbetcasino/public_html/wp-includes/css/editor.css', 1, 0x00000000000000000000000000000000, 0x0e1972f23dfc0282f95c1227122e92db, 0x0e620aa4a4c0542fc8086a13f89c472082491ed340d7a26887ada07926909a7c, '', 0, '?'),
(0x4c7a02f981d0ef015ad1fcf81023903c, 'wp-includes/class-wp-locale-switcher.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-locale-switcher.php', 1, 0x00000000000000000000000000000000, 0x76288b1e874636773c4c2d636996eaa3, 0x04982f9c61461c4b262939109a1f99c16371b88e2962845f3af940d593a48888, '', 0, '?'),
(0x4c7a0936b49edd6851bc81da1e57cb37, 'wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php', 1, 0x00000000000000000000000000000000, 0x0da7e45f1e55c0c454ccddff460628f5, 0xbae768bfc629907844f492343014f26c5d96c54dc81fe5744cee25d33a0dc672, '', 0, '?'),
(0x4c7e5b0d6d6277d055be2352642bd638, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/SignalHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/SignalHandler.php', 0, 0x3ca088f601f4dac325081d901d63d76f, 0x3ca088f601f4dac325081d901d63d76f, 0x5301f11a9424918a3afb67468c2cd956d6d681a560b9fb0fc00e77910bd20937, '', 0, '?'),
(0x4c7f59b466edb3fb55292a12201cc678, 'wp-content/plugins/luckywp-table-of-contents/wpml-config.xml', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/wpml-config.xml', 1, 0x00000000000000000000000000000000, 0xc18663873ce6b8f96f3e56642149b619, 0x9943744d2282f1c4c46037cab04b13e7fb2019ea551f266a232fda478de5f7b2, '', 0, '?'),
(0x4c8b3e48526d138afca3df2362589f7e, 'wp-content/plugins/elementor-pro/assets/js/off-canvas.c95061fdc941d4af3b58.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/off-canvas.c95061fdc941d4af3b58.bundle.js', 0, 0xa83cfe10e877de8a10532984cf8d266e, 0xa83cfe10e877de8a10532984cf8d266e, 0x1fe14fc81e66a36a7e4dc11073ba2c213252c90161bc9261951d434d6ec7b966, '', 0, '?'),
(0x4c96f389d5bbcbbb764d6c57ab9e649c, 'wp-includes/blocks/pullquote/theme.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/theme.min.css', 1, 0x00000000000000000000000000000000, 0x166852cb3c1955470390aad9fb7416da, 0x419e6f695ef897ae9d3c1d682b469679e151d4a1e64e6fadc10b785d4c34d14f, '', 0, '?'),
(0x4caff3cf3394ed4100a381cfb0f706ff, 'wp-content/themes/jannah/framework/admin/framework-admin.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/framework-admin.php', 0, 0xf01060e9b131b6e411c37c6a63588f7c, 0xf01060e9b131b6e411c37c6a63588f7c, 0x1aa4a3f7ba3245cb7af3c1edb3e8900494daf7033f66fa3f0982885e717f7c41, '', 0, '?'),
(0x4cb35bc2e29a29daa21fbbde7ac62e18, 'wp-content/plugins/wordpress-seo/js/dist/languages/ca.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ca.js', 1, 0x00000000000000000000000000000000, 0x1135408d646c984c37fcafe3dbb8ad76, 0xa056f3e4845ef688be79b690db5f1a9e0b280b017cb90726a26466dad7ef80dc, '', 0, '?'),
(0x4cc12670f712f3c78987c21a3a427238, 'wp-content/plugins/elementor/assets/js/editor-notifications.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-notifications.js', 1, 0x00000000000000000000000000000000, 0x6659464a49f6807636ba34cd9961f6a8, 0xf8ba5dffced40f00cfa254b5d642b666721d129005a999423e44b71368aaf9ee, '', 0, '?'),
(0x4cc2118a651fa17422706328099265c7, 'wp-includes/wp-db.php', '/home/forwardbetcasino/public_html/wp-includes/wp-db.php', 1, 0x00000000000000000000000000000000, 0x8f71ca619566e48071402e9d52bcd16f, 0x88745c024bbc28c9aecb58ce278cb4b75be71daa2614e8c9786ce2f2a7141ca0, '', 0, '?'),
(0x4cc2dfef1eb745a6ef67cffde2d64639, 'wp-includes/blocks/post-featured-image/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1d5d9d91ad6ca36978a619763afeaae3, 0x87a34d88a82296294ee358fc248b2597571c4edc22a9555b58c09e289bf55a71, '', 0, '?'),
(0x4cc6be3eb425545c6eb7769cc106226c, 'wp-includes/js/dist/script-modules/block-library/query/view.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/query/view.min.js', 1, 0x00000000000000000000000000000000, 0x9d843480890a35c57e4be1c71d277cd7, 0x0d93a91ef143a1bfeca4a228c86cdcb66ddd883ced85bda2b4c512935adae7c8, '', 0, '?'),
(0x4cca2643302d9f44902817ae681c9817, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/AbstractLogger.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/AbstractLogger.php', 0, 0x471d395c194578e03641d33a5fbbd141, 0x471d395c194578e03641d33a5fbbd141, 0xa3ac34f86a10c28719fe647f974d75921c10d81691f334bd788beb490fdb2f3f, '', 0, '?'),
(0x4ccb7ca5bcc21e9ae7d52d801a29f0ac, 'wp-content/plugins/elementor-pro/modules/carousel/widgets/base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/carousel/widgets/base.php', 0, 0x232969a8ed5b2669bf59a9c9312139c5, 0x232969a8ed5b2669bf59a9c9312139c5, 0xf5f7af71817f12dbde1fa036f7c32cdf0d88f49485d4d1c09ab86f1d955bdb6b, '', 0, '?'),
(0x4ccecc00fea27fa5e26fc933ddece15b, 'wp-content/plugins/elementor-pro/modules/forms/actions/webhook.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/webhook.php', 0, 0x1de39ad86118f518fa67931bf3ecfbfc, 0x1de39ad86118f518fa67931bf3ecfbfc, 0x19cb0ce90c512f1e303c5185bdfed5f230f20257b832850560a932731bd7d290, '', 0, '?'),
(0x4cd049aceb44a4404191fffde1ca5322, 'wp-content/themes/twentytwentyfive/patterns/hero-book.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4email.php', 1, 0x00000000000000000000000000000000, 0x01aa1e5146a832d65612a986e50e18e9, 0xd39da23fbf0997c9cc0490a76f255e5e97639b620110e18253ccb742bda1179a, '', 0, '?'),
(0x4cd6228ee876c51154e28c02ccb14ce9, 'wp-includes/blocks/comments-pagination-next/block.json', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/algolia-enabled-conditional.php', 0, 0xed4d80b6c1952403e86a18c9458bd974, 0xed4d80b6c1952403e86a18c9458bd974, 0xf7ef270e0f375b1bf4cad7267e52f723bc90fdff32f56e4b71000d1bfc511cab, '', 0, '?'),
(0x4ce0c00e0d0be62510c2c2067bae1cb7, 'wp-includes/blocks/social-link/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/social-link/block.json', 1, 0x00000000000000000000000000000000, 0x5a377945ad1c0cc2e9a2796307034f78, 0xfc4052458c1ad450fd5507afbfd0aab035a3d89bf8a6431d87ba44395de4b512, '', 0, '?'),
(0x4ce6bf0da186c8a63a01d5e86ef26827, 'wp-content/plugins/akismet/_inc/akismet.css', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/akismet.css', 1, 0x00000000000000000000000000000000, 0xd34a6bec5886ee28bd34480cb5aabb84, 0xb8a23ba17e6d51763209bc596bb2b1b15eea2f9327204cb5db40f72e6e88fbb3, '', 0, '?'),
(0x4ce9019c40b4eb2cee560ed9f2b18044, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Compare.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Compare.php', 0, 0xf17de3b24a040ce5f08bbdfa41dd037f, 0xf17de3b24a040ce5f08bbdfa41dd037f, 0xfbdd026d3a8cefecfa88d98f890e55ed9aceaf1872e2e6dd5147fa936ac7feee, '', 0, '?'),
(0x4cebb488da9241fa23758950dcbeeea1, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/render-mode-template-preview.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/render-mode-template-preview.php', 0, 0x1c53d983a57a337bdfc012c61b0e7c25, 0x1c53d983a57a337bdfc012c61b0e7c25, 0x66e8d1771477661a52692e68219e1ec1ba72add4ac4caf4859944f03a2e25426, '', 0, '?'),
(0x4cef527a03483ba20c7b3d2435f1f9ff, 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/fonts/dashicons.woff2', 1, 0x00000000000000000000000000000000, 0x4db6aca14e3ac2d227e5caa4b7dbc8b9, 0x4af30c98218aaf9dc9cb584c6c600b9265fec34fafecb07302d048b989b8e383, '', 0, '?'),
(0x4cf13e0f74061199f59a4eff88868bdd, 'wp-admin/css/colors/blue/colors.scss', '/home/forwardbetcasino/public_html/wp-admin/css/colors/blue/colors.scss', 1, 0x00000000000000000000000000000000, 0x99881215e2d3d89da4d23d0e097c2754, 0xee43e1d6d7fb4dcefe10a79079e0c144d0f43c1ccf1e4f0dcdea26969228c21f, '', 0, '?'),
(0x4cf1d1293761e4e57fe734cb0aede520, 'wp-content/plugins/elementor/assets/css/templates/widget-image-gallery-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php', 1, 0x00000000000000000000000000000000, 0x4065281393e8c9c15af243387cbf2b2f, 0x1b5e3928fb4b0d5dd379da85ad9f12384ffd9f572585a1a024673671f30c685d, '', 0, '?'),
(0x4cf381b8a0c12c5e1a9832b177e10805, 'wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/DeprecatedTransformer.php', 1, 0x00000000000000000000000000000000, 0x53c8d0061286a636c49e46db2dbc3282, 0x8d15f5edf203fcf9ec9cb416b6efac21e19d80f056a2fcaa4bc73cd9feb4772b, '', 0, '?'),
(0x4d069a56736ce36caad04ce694f34a2a, 'wp-content/plugins/elementskit-lite/widgets/video/parts/video-button.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/video/parts/video-button.php', 1, 0x00000000000000000000000000000000, 0x0565d587d8b66fa4e10b6e26c29d3511, 0x1646cd8cc967b3096f2f3e2d044fdada6ca667d25a7b1807ab5dfe9d9d1aaf04, '', 0, '?'),
(0x4d0745d2ccab50c57a5e485861aea0b7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php', 0, 0x3101ebf17dde5774b94f622a356088c1, 0x3101ebf17dde5774b94f622a356088c1, 0xc227e033db5b926fb5e065e56eeb147b815650a49e02a7f27f30b870a32c2696, '', 0, '?'),
(0x4d0d7db9a030ab90a350f44a60864ad0, 'wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList.php', 1, 0x00000000000000000000000000000000, 0xa52b19e541698bb74c0ce60dc0aefd3b, 0xd6af97482fcd125f90b01f3b2dcb1b75e3fd069c79e0be8fc425766e2d317fbc, '', 0, '?'),
(0x4d145dbdbb8e1d7da077ede32d9b2188, 'wp-content/plugins/wordpress-seo/src/generators/schema/website.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/ServiceProvider.php', 0, 0x472eadffe1fd2830fa3d106af11c6288, 0x472eadffe1fd2830fa3d106af11c6288, 0x7c6405cce9cde5beae8d7655bc79d7a1afce3e9a7540a866bbd9eccf9e82d19d, '', 0, '?'),
(0x4d1c5e0912519cb7ab2b7a3332d4279f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimationJsonScript.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerSingleTypeAttributes.php', 1, 0x00000000000000000000000000000000, 0xdb8335c36b5374c6e0a633640b0717cc, 0x58f101c0ec7e4845b5a727627f7a2db9012c7676d40453b06324353c8b206277, '', 0, '?'),
(0x4d26d4751a9f51daf5e4fd470cf1952d, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-scale-up.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-scale-up.php', 1, 0x00000000000000000000000000000000, 0x0703eec202702aaab2af842cb0eec36e, 0x24c95eba44173f41531743e13fc1263d54d7892280f9466920745f30658bd013, '', 0, '?'),
(0x4d31b740331403bfa715cca61530e2de, 'wp-content/plugins/wp-rocket/assets/img/logo-wprocket-dark.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/components/style.min.css', 1, 0x00000000000000000000000000000000, 0xe1123a85f805d435ab13cefda33bc8db, 0xc0ec295008b5ed46ecef1f2f06164628f7db2f5867df2d03f47d40df3a84d36f, '', 0, '?'),
(0x4d33be146382f574b8b89f7ec4abec14, 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js', 1, 0x00000000000000000000000000000000, 0x37328e8df39b6a254571cd334453281b, 0xab120164196b8de78cb61693edf334f97961c24fa790ff08ceda16fd4806b322, '', 0, '?'),
(0x4d33edc4402d9d1d1a77118ed42768c7, 'wp-content/plugins/wp-rocket/views/settings/fields/textarea.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/ai-suggestions-unifier.php', 0, 0x523fa79876338e740d8f3c5af776e07c, 0x523fa79876338e740d8f3c5af776e07c, 0xf67385051e584692a6c0ee691a27c87b28e843c0f546d2e791c43ac8491012e9, '', 0, '?'),
(0x4d43699f2f7ef48771e4fd146d5cddee, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php', 0, 0x593c273bc5ee48f6978102e26f370703, 0x593c273bc5ee48f6978102e26f370703, 0x66d4851a3b6962f4103071594a6f24d3be31df8fc196f5a79d8545a7e4745cf1, '', 0, '?'),
(0x4d453ce286650c21ecf28e6ae8c31085, 'wp-content/plugins/elementor/assets/js/editor-document.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-document.js', 1, 0x00000000000000000000000000000000, 0x310a146caca0f39bd8eff5a7f083317c, 0x1846003358de2d954c4b93d22d9e6d80577d31adf3228098addb9308e14b8d1e, '', 0, '?'),
(0x4d48bd36be36b3f2bd9f5a535ae75c27, 'wp-content/plugins/luckywp-table-of-contents/core/helpers/ValueHelper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/ValueHelper.php', 1, 0x00000000000000000000000000000000, 0x56aa73e19eca5d7b2d100bf7a6297ac4, 0x5eace00ca314b3b57e0e80e85915a3fa80ab038e663405a17104f82a6c46b0a9, '', 0, '?'),
(0x4d509bb3db31d57127d90e1894ecb8dd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocomplete.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php', 1, 0x00000000000000000000000000000000, 0x0cb761d184403962e3ef3c4f00d7bf2c, 0x20da29d7c69d0357d6013ae4b39cc5e343fc39aef77f0b317dc9f1bb53c19c48, '', 0, '?'),
(0x4d598cf14788b05c740358fb84929d2f, 'wp-includes/customize/class-wp-customize-color-control.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-color-control.php', 1, 0x00000000000000000000000000000000, 0xb726b5bb533f12e385e3b3027cf1f447, 0x680906c2337c023a51397a80adf23459315bc97b5eb809243ba4239a71a818d0, '', 0, '?'),
(0x4d5c73ee78d0a25ec0e77b29d7b8acd2, 'wp-content/plugins/elementor-pro/modules/slides/widgets/slides.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/slides/widgets/slides.php', 0, 0x81f818454eaa19766d65b6eace212d77, 0x81f818454eaa19766d65b6eace212d77, 0xf1a622dc2d415a35f0f8d054bac5b8d725c65a720bb703c04b7196c69b20dee7, '', 0, '?'),
(0x4d67fe160967e413af3cff98263ac0c6, 'wp-content/plugins/elementskit-lite/modules/controls/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/init.php', 1, 0x00000000000000000000000000000000, 0xd9ae7cd7d41481b9341dc7bd726e7c36, 0xd829666c8f642745115f151d5b965b7f5c15ed05ddc0143607a6b2dd4452c71b, '', 0, '?'),
(0x4d6c142b0617c85f3e821805aa756001, 'wp-content/plugins/wordfence/css/main.1690810710.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php', 1, 0x00000000000000000000000000000000, 0x763fecd30e7e40dbfd3db79b027d83d5, 0x228e4ce23e3b5748efd9d5b525fbc59a65d22224d2e4a89e0b57445c1443379c, '', 0, '?'),
(0x4d76d05596254cd2b5899bb4b2e01b6d, 'wp-includes/blocks/navigation/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/editor.min.css', 1, 0x00000000000000000000000000000000, 0xb247bb8c0cf42472f8521442510e3cd2, 0xb511511319e3f9ada4c13f30c449ada118d46ecb0e1e70d1b61d8d8b92cb6d1d, '', 0, '?'),
(0x4d82e807c450708b1217e8ff1de2254c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/ralouphie/getallheaders/src/getallheaders.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/ralouphie/getallheaders/src/getallheaders.php', 0, 0xaab78a7167fbbcb8ef26614444f5d22f, 0xaab78a7167fbbcb8ef26614444f5d22f, 0xa526dcc4c3098c368135e2e73aeff9d046ff5180b11798d2448fc289efe3e5be, '', 0, '?'),
(0x4d8c0c25b31d2a044d973984ebb89ef9, 'wp-includes/Requests/src/Exception/Http/Status412.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status412.php', 1, 0x00000000000000000000000000000000, 0x83b7f9b7dc965b383f5e46f2e85954ff, 0xf672eda8b9ebde07fc80726ded8cb02792c14ae85719789dca85439494521a65, '', 0, '?'),
(0x4da23ed5aa947c3e35e245dd8524f11e, 'wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg', 1, 0x00000000000000000000000000000000, 0x725cc76ead7ac5e6489f5b9ccc1f97f8, 0x3c5ff7a4b2feb7c66cc1798b990816be18cf0162630bfa1aaabe3f6078039cda, '', 0, '?'),
(0x4dbbfe507aab5102f34170d022fb4d2b, 'wp-includes/blocks/read-more/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/read-more/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x90c0b0a1032bbe60a21da8fb41af9a30, 0x4f3ba82f6c3a14fac26b5780c250eb28e6f8512eda19be03ebd13f71bffb0629, '', 0, '?'),
(0x4dc7fe0c4d99954eb73eff2d717843f2, 'wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php', 1, 0x00000000000000000000000000000000, 0xf3b5ecd43099b3deaa10c5857462468d, 0x77aae88cca36f05746027c8eef15611d27930aca1c5e62ef8fd2ba142d02aacf, '', 0, '?'),
(0x4dd0a0009a419faabb3951de2ba0cd08, 'wp-includes/js/admin-bar.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/admin-bar.min.js', 1, 0x00000000000000000000000000000000, 0x9f088aeff281792829c18b3120584599, 0x3b398b8725a002234192a19f9a576973ca1d41410c000721148d65c6343ff0de, '', 0, '?'),
(0x4de145e0ac17bdddd597153acf6acea1, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-stroke-dot.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-stroke-dot.php', 1, 0x00000000000000000000000000000000, 0x87f637009acdcb15a81bfb0ff06c2950, 0x1618d38deaa7fb5cf153ab1bba9b48f154a4be8b725a21ba747d7c8fae146030, '', 0, '?'),
(0x4de3f44991f8f944c7bb63f024a2e59e, 'wp-content/themes/jannah/templates/loops/loop-mega-menu-default.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-mega-menu-default.php', 0, 0x1ae82e8827163ef55b9fd3cbe691f553, 0x1ae82e8827163ef55b9fd3cbe691f553, 0x431deb2ec0069066551dacf3652aaad49386f4e19581921897b392f2742315a2, '', 0, '?'),
(0x4de4fdee6ea679b520c504c12f3ce2e5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Table.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/twemoji.min.js', 1, 0x00000000000000000000000000000000, 0x524387b6cc6d02ebe0542e8e0dce072d, 0x1d512deb88d76b41fb6d91af438859588534bc8e265434dd27054786f8df5774, '', 0, '?'),
(0x4de6647f984ad7fb1144e6fd6db521ad, 'wp-content/plugins/elementskit/widgets/woo-mini-cart/woo-mini-cart.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-mini-cart/woo-mini-cart.php', 0, 0x31752c05d5c4663ac8606b58b173996e, 0x31752c05d5c4663ac8606b58b173996e, 0x019a201cb6ebb838c127ffd7d1aa6baa49333901aa6be3d447dd32ae4a0f8db2, '', 0, '?'),
(0x4def6bd8c4f825b29c0ec1bd59dd6b5e, 'wp-content/themes/jannah/framework/admin/theme-options/white-label.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/white-label.php', 0, 0x2603cb737e6b45d3e61e07115fe3d161, 0x2603cb737e6b45d3e61e07115fe3d161, 0xe84470503d73c4634e8b05fc29d39bd1f32515778b71add02f1c05ad60dfe77f, '', 0, '?'),
(0x4df24966699b619760bb1fdff9005d2d, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/conditions-rows.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/conditions-rows.js', 0, 0xf3e73542fc420e64f7cd464b0c518887, 0xf3e73542fc420e64f7cd464b0c518887, 0x2132e6798610381fc989a949e25093eeffb21a8856a6f4410f0d69d457f537ec, '', 0, '?'),
(0x4df424db2fd1c3478fb36708d8046592, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/MissingPackage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/MissingPackage.php', 1, 0x00000000000000000000000000000000, 0xa5b62bf101977b03960283c55e392053, 0xb771316d637a3d548dd27858dedcf94186efadb1ff49a3f9ae881e89dc13c336, '', 0, '?'),
(0x4dfb5d4d62f1d0fa90e559f6d5b07279, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionNormalizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionNormalizer.php', 0, 0xcf7a4a3a06cd9197efc55c69396224ac, 0xcf7a4a3a06cd9197efc55c69396224ac, 0x5a5b11b65815fd0bc438245f6971a5d0dbbe901a29cd2aee57046077042d9bfc, '', 0, '?'),
(0x4dfc13de778d4d8066a930f4625c0182, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss', 1, 0x00000000000000000000000000000000, 0x69da2b3eb099b1852a954189a3c599a0, 0xfc8e1983f0ab7bf003aa5abf3e84316b7c7c917d50b5ad9f43ae0e54438ba041, '', 0, '?'),
(0x4dfc90c149824dd4effcc0724490f52d, 'wp-includes/post-template.php', '/home/forwardbetcasino/public_html/wp-includes/post-template.php', 1, 0x00000000000000000000000000000000, 0xfa8c8579c3b6f6eaaf2f10ff3ff1444f, 0x38477c5449d4fe77b8f44b09d377bfccf32498fec7e5f7262d9343d5bad0ca0f, '', 0, '?'),
(0x4dfd18714a3ba554307dcdf3b1f3db87, 'wp-content/plugins/elementor/includes/controls/tabs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/tabs.php', 1, 0x00000000000000000000000000000000, 0x471a4b88e2370e7dc4da47e65d4cd81c, 0x480d3710b538bfcedca0e9682674f8bd19b56b2f61d2043cd6be06e4c2f9552a, '', 0, '?'),
(0x4dfdd07eb3ae21dd5cfa354217ffe7a4, 'wp-content/plugins/elementor-pro/assets/js/f6214a79e4b78ec016e6.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/f6214a79e4b78ec016e6.bundle.min.js', 0, 0x6e19d7af679a3d5b507817ece0b317ed, 0x6e19d7af679a3d5b507817ece0b317ed, 0x01c206a83b02204b2d21f91b1ccf9b02319674ac2dde265c06df8dd4469a3aec, '', 0, '?'),
(0x4e0aa1a55eb3cd2589e03c15dae8da71, 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/bbtheme.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/bbtheme.php', 1, 0x00000000000000000000000000000000, 0x71f02f8c965c8a6a9d8767e31015855f, 0xb5956437ec3715af4dbbbabf3620510e78832c83a9f9b300495d6c043618fe90, '', 0, '?'),
(0x4e0abb89db138f73159ed0e49f7da39d, 'wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidJsonCdata.php', 1, 0x00000000000000000000000000000000, 0xf0483186e540799b1313452f9e246656, 0x3d352e1e84c40242630ad5d1e22aa87cdaa9065a8fc4cd0709efeb7b46a0ee6a, '', 0, '?'),
(0x4e1769a5c259915377897917aa11fce6, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/ct-contract.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/ct-contract.php', 1, 0x00000000000000000000000000000000, 0x2bb91fab5f4e01b8283c6779062b14b3, 0x5104d65ef02a31cdd5d834848daaa3bffb8e2874edee0df86869d9a4b2122981, '', 0, '?'),
(0x4e1cfedae5e480aaf6b949a8eea6288a, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareTrait.php', 0, 0x1237bbfc96e2f8033c6d74965b6c9ec6, 0x1237bbfc96e2f8033c6d74965b6c9ec6, 0xfb7ad9f5d01faa35cbba155c3b4d68e3e159541b9a866c8da6c0ccae64db68d6, '', 0, '?'),
(0x4e21dbd9ce2c182f0fc720c3cd13599d, 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php', 1, 0x00000000000000000000000000000000, 0x963a94ac4b1db6332d191c0b76d7a91a, 0x6fb99930e4b65ebfa07c1f98c5e4b22cc19662aeb7d8330bae2b001498543630, '', 0, '?'),
(0x4e31f660dc1bafd083f2b99b6f9d2aed, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/random_compat/other/build_phar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/random_compat/other/build_phar.php', 0, 0xf26b0220f905d520040b9c02ae2ae490, 0xf26b0220f905d520040b9c02ae2ae490, 0x226860a718729c867a971db0216fdb838e28372abe5b7c6d7e5e1d5fc92f3fe3, '', 0, '?'),
(0x4e379741e4b400c26e6e56bed69117ed, 'wp-content/plugins/wordfence/images/checkbox.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/checkbox.png', 1, 0x00000000000000000000000000000000, 0x22b30ec8470dfb18367cf48898801527, 0x90f082797e6077286ad77e01de3deba4bc26b7fdddb48adfec51113e605ede78, '', 0, '?'),
(0x4e392dbf3f25357935e6747e67c1387f, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Emojis/EmojisSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Emojis/EmojisSubscriber.php', 0, 0x1783578dbd11482f7f3dab2f22f19bfa, 0x1783578dbd11482f7f3dab2f22f19bfa, 0xc2caedbd13d80d80b7ad9505c7b4fb721b4cc7509ab6ccccc0b356daa69ac858, '', 0, '?'),
(0x4e3dae66d01b3e244b8ae4e248bc54ce, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/mastodon.php', 0, 0x039208c30c316ed99e452b09f9e3c9d4, 0x039208c30c316ed99e452b09f9e3c9d4, 0x7150a8a09a82206aedd9f792a46941250e3c549841ec9934ffbcf2bfc6d23e1e, '', 0, '?'),
(0x4e40b72b2e5e00c72e52b18b70c32d16, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-01.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-01.png', 1, 0x00000000000000000000000000000000, 0xbe0b338b083cc36df2ec5055da69b0ca, 0x9a81b991abcf9a6f252892b584a0762743695d240e387a10e2638ddad2faec64, '', 0, '?'),
(0x4e46759f2d8ad52c9646400dfa7aa5eb, 'wp-content/plugins/elementor-pro/assets/js/slides.c0029640cbdb48199471.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/slides.c0029640cbdb48199471.bundle.min.js', 0, 0x9c2c68b3893a4ed0afc756341de3458c, 0x9c2c68b3893a4ed0afc756341de3458c, 0x3ac83d0fbc5f70b111b353a458ef68cd33dd994ad5aeed203bda8adde8f7527c, '', 0, '?'),
(0x4e489109f37c8fc0aebf9dab6d8f0dc4, 'wp-content/plugins/amp/src/BackgroundTask/ValidatedUrlStylesheetDataGarbageCollection.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Admin/Subscriber.php', 0, 0x38ce0268d0f44fcf5ba4db46a663f583, 0x38ce0268d0f44fcf5ba4db46a663f583, 0xcb95679b1b3c3634169c5e1ce3d099e03f5c1ff4f5d006be2e72be39c1b5aa99, '', 0, '?'),
(0x4e501eb31106f578fa37c5e5b7d25a7a, 'wp-content/plugins/tinymce-advanced/mce/table/plugin.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/http.php', 1, 0x00000000000000000000000000000000, 0xd8923e10c9d284c9c2314b03633660b5, 0xc12b1ac401e4134f0bce9de3617923e310402366517b1cfed8545c13ea2d0b3c, '', 0, '?'),
(0x4e5f78d79b6f595cab8bcee88a3b2f56, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Main.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Main.php', 1, 0x00000000000000000000000000000000, 0xb1247091773016d6df2b1ae306358767, 0xc973b1a49472b22ba73666f7ff789fd269c4ff22438f4cc8baf5a7b1dcec7de0, '', 0, '?'),
(0x4e69c57e09d5608f16f8e0ae0357b045, 'wp-content/plugins/wordfence/lib/wfAlerts.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/eicons.json', 1, 0x00000000000000000000000000000000, 0x6e47ad4e3507cf861ffbd829d14574f2, 0xedcb12786e0b2a8cedd3016c119ae6e61618df6cb3b8bf496f6b6d5df67baa72, '', 0, '?'),
(0x4e70bd94b8c4ae67ab54a05910baa3ed, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/ParameterResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/ParameterResolver.php', 0, 0x2196434395cfb1733c580e038f4394c2, 0x2196434395cfb1733c580e038f4394c2, 0xb48e140e6eaebde7abc0cb29feb5f3b7bf82a9d948d48be79e179870b33ba8b3, '', 0, '?'),
(0x4e7533d5b7597696ce3e49d4ef774e57, 'wp-content/plugins/wordpress-seo-premium/classes/custom-fields-plugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/custom-fields-plugin.php', 0, 0xc8cfbf1b6869d7864da905ad3fe9c77f, 0xc8cfbf1b6869d7864da905ad3fe9c77f, 0x4b62c6ccdb60f554cc5e578b8fe431f70b2f9cb9141ccb6d6ce88eaeeca751d9, '', 0, '?'),
(0x4e7cfec2874ad0b2aa7a6ed7f6117377, 'wp-includes/pluggable-deprecated.php', '/home/forwardbetcasino/public_html/wp-includes/pluggable-deprecated.php', 1, 0x00000000000000000000000000000000, 0x4086a5e822956ad27ff4a3329008df96, 0xfa151ec4559ddbd1c33da688c5c7636fe2f23d167431ce2d5cee150df73d0512, '', 0, '?'),
(0x4e8f33dd6a4070753593abb6bf5e9b86, 'wp-includes/js/tinymce/skins/wordpress/images/more.png', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/more.png', 1, 0x00000000000000000000000000000000, 0xfcb7bcd40abc0a6d003bfc0fcbabe67a, 0x2490b30676e7da6f5e841bb2d8559b20bf41008febf43af28d5c43a87515bfbd, '', 0, '?'),
(0x4e9464162168ac7115b4e6691f470e3b, 'wp-content/plugins/elementor/modules/checklist/checklist-module-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/checklist-module-interface.php', 1, 0x00000000000000000000000000000000, 0xf39d0d023b5409b86dbff676d2b6a359, 0xf4598f7dcdac38db7f85762250bed080a6884823436af1003516c318c56592a2, '', 0, '?'),
(0x4e94f4677ae41fe313b18da232bd891e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TitleAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TitleAmp4email.php', 1, 0x00000000000000000000000000000000, 0x4ed3d6ed89fc9bdb25f9de2b1ec7f90b, 0xca4974f80947d20921b418e850bd5153646d5213cf5d39a129198d7b30e84f09, '', 0, '?'),
(0x4e9e1ff400388e344eecc6e9bb105a5e, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/condition-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/condition-base.php', 0, 0x0a4fb1a9dfa3e069ea3dd139b3cdd1d6, 0x0a4fb1a9dfa3e069ea3dd139b3cdd1d6, 0x145c3ae93bca389d6271e4e84fa53d69cdd15fe11451a03f398acf1b8ed08d05, '', 0, '?'),
(0x4ea092aff4278203b0fcadc7a25acb6b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/StreamHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/StreamHandler.php', 0, 0x114dabb5afb88a381ac7ac9d6d4f27ee, 0x114dabb5afb88a381ac7ac9d6d4f27ee, 0x02188f4a31d13cd523ec99e0de9dabb570b13cdc3dbe3799ae17e64f927d8368, '', 0, '?'),
(0x4eb2ed7ab3d670a5948de1b89adc1498, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-src-prop-type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-src-prop-type.php', 1, 0x00000000000000000000000000000000, 0xbb14a86aff99dde2f1bd2165ed9f5b62, 0x7fde80b9618fc4453b1434ad8a4d77fdb32aaf7c1036378c004a290b40eedf76, '', 0, '?'),
(0x4ec54989917a503bb4a5581e9def7b8e, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js', 0, 0x0fcb118e77d30a1dd2739039ab85ff17, 0x0fcb118e77d30a1dd2739039ab85ff17, 0x5d9faa5450c0b84039b4da7366893da91ee98b03921e88d135525d602e0708ad, '', 0, '?'),
(0x4ed2455c99ba19e67c918a8f4a855380, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xe3cf7ba1041344b86922fc0952ebd7f7, 0xd966c66a16748fcd58b3b6901c691e77462d2e344d5094c68573beb648835948, '', 0, '?'),
(0x4edb722c23de78a66e2a81b5760b0382, 'wp-content/plugins/amp/src/Option.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php', 1, 0x00000000000000000000000000000000, 0xe8f4f2fb98296aa147402d7bb4626b21, 0xd180926183fad8fa11d06a6602562caeb51c48973ffdf80e5ca3f774d946d5f4, '', 0, '?'),
(0x4ee3981be68435914d2d22b7dd655108, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_select.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_select.gif', 1, 0x00000000000000000000000000000000, 0xcec464162af0cce10348e7bb7701ef86, 0xc624c7b31c6f0007f8f302d84445c14ecc907dbac4ac669aab54bb1231227b40, '', 0, '?'),
(0x4ee7adf65901d53f7bdced09b4b463a3, 'wp-content/plugins/wp-rocket/views/settings/partials/sidebar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/partials/sidebar.php', 0, 0x2bb7e3d97f194555243294751355754f, 0x2bb7e3d97f194555243294751355754f, 0x55c65f413b98c6da124b189343cc81edff4917d5b626cb317e8fbd6830425b7a, '', 0, '?'),
(0x4ef1e3fe4856fbae13d50cf57db63447, 'wp-admin/css/customize-widgets-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/customize-widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0x8f4571c85feee3defab45508edaf5208, 0xbbe5512e24d3054afbb1802562b3a8c8ee264d08316118a24cf157c16d064660, '', 0, '?'),
(0x4ef4c0bbb45542799a611780d820cfc9, 'wp-includes/blocks/columns/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/editor.min.css', 1, 0x00000000000000000000000000000000, 0xf65299b40eca72d10c92347b0436478b, 0x795534f5cc37b9882221af8b2752a140b79c724f886b3c3de54e490a7e5558e7, '', 0, '?'),
(0x4effb161c814dee2bf99655d18f3a793, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss', 1, 0x00000000000000000000000000000000, 0x3364657bdb68f6bc7c409dbc100bd5b1, 0x9692425899f6f2d556b841d38b061436a834c2f6e78bca2f084d156bc1c866a5, '', 0, '?'),
(0x4f04152ad45d8f81c3edb9dc6deed5bc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php', 1, 0x00000000000000000000000000000000, 0x4eec264ee2213800fbc0c4bb96c8edb1, 0x66ae61987cb39258c9b728a49d68d1358a6144dfe54444e6339bf83f09f27185, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4f0987d253a0fd95c723c5ff5969f276, 'wp-admin/includes/class-wp-list-table.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-list-table.php', 1, 0x00000000000000000000000000000000, 0x5e91947fa458ed76beb5d4b16941ad1a, 0xdfd38ec453d51e10f1a18178fa9fd569f1c4c356b5a1dbe6f9e0168301f4b7eb, '', 0, '?'),
(0x4f0dee7412375722980b753bcecf7185, 'wp-content/plugins/amp/vendor/composer/autoload_classmap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0xb4036383daec3e30a03f06c178db2ec0, 0x321a31b908a3e1b353244a51e19b0304b191a0d3bc4cdada581f93fdcfe9f1b7, '', 0, '?'),
(0x4f0ff0746804600054b80e8cef626727, 'wp-content/plugins/elementor/includes/managers/controls.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/controls.php', 1, 0x00000000000000000000000000000000, 0xae2a1eb6fa0b2920f3fd9b08411ead83, 0xc1d5e1652a6b7dc1feaba91d39962813b5aa0e40f9c39a952d38bd0ef2dcd495, '', 0, '?'),
(0x4f1784d2bd5054ed5e95347ec514c542, 'wp-includes/css/dist/editor/style.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/editor/style.css', 1, 0x00000000000000000000000000000000, 0xde2f3aef4969a49abbe01fe4807d6b69, 0x751b602f6b67f5f226972ead0fb6e3b922101ae26a819c3c325c8aff4733fa71, '', 0, '?'),
(0x4f203d28088d3acbc43ce109de3146bf, 'wp-includes/class-wp-feed-cache-transient.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/fontSizeField/FontSizeField.php', 1, 0x00000000000000000000000000000000, 0x33de1674951a5bde79384946d6576843, 0x684fb19d6b79dd9e7f9af3e5ee2ecf9ab0ed8fd660865385c2a226463f6921d4, '', 0, '?'),
(0x4f22dae26ce3216eed8e174d085fb1f2, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php', 1, 0x00000000000000000000000000000000, 0xd6826e34a64847ce0e44806cec686164, 0x3d5a97e257b5beb9c4019cb98724919f3325d70ccfba4f6890c5328074bd752a, '', 0, '?'),
(0x4f2694d15b43229ca4315bcd6bb8a4ca, 'wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php', 1, 0x00000000000000000000000000000000, 0x8fa164863addb6059ed859ed3456c250, 0x4021611e571a111d6b41779c1d4331ad1d9043e6c7eccde7b5ca90724a90551a, '', 0, '?'),
(0x4f2763069deabe7bf4fa0b74a808b16c, 'wp-content/plugins/amp/includes/settings/class-amp-customizer-design-settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/settings/class-amp-customizer-design-settings.php', 1, 0x00000000000000000000000000000000, 0x0a4d37cbace847273355bec8b647ebcd, 0x8e1ff89c3eb1198348c49e2b1455a8bf280f2834e02e0553f3c6401774f91abd, '', 0, '?'),
(0x4f2b56053b00e27d79559db301433107, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/child-of-term.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/child-of-term.php', 0, 0x7968ee8424c39e28468bab3b4b850a0d, 0x7968ee8424c39e28468bab3b4b850a0d, 0xefa353cd53d3b94eb0996d432fb5f13f6a2c88fd4a5b5de96861251fa27cfeb6, '', 0, '?'),
(0x4f2bfdaddb5b9b4942f78ec96d896d27, 'wp-content/plugins/wordfence/images/wf-central-logo.svg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/pattern/block.json', 1, 0x00000000000000000000000000000000, 0x1932075bc9685997e81ec71cfbb1bebb, 0xbdf8e4d9faa4e40253b4d33439e91c4a1ca7e63cd611a4a2856fd62c9f8c421b, '', 0, '?'),
(0x4f348bc7b3571c51990094d252f8ef0f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', 1, 0x00000000000000000000000000000000, 0x3ec788adbb0519a92243e569789cfcb9, 0xf0aacb0b78e79caa2199a29fc47df2971ab685981eca0e8257aaaffa0fcb6411, '', 0, '?'),
(0x4f40f2aa5b5b80b2b64a1af1a6054e03, 'wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPanZoom.php', 1, 0x00000000000000000000000000000000, 0xbe957219c5ca5d6a3a8a5ecd2b1151e4, 0x724646d7b5996767f8cc40c19359aa54ae2a373c4d3df0be26b0bba147b54e30, '', 0, '?'),
(0x4f51e5f2dda038577cc766f6247c851b, 'wp-content/plugins/elementskit-lite/widgets/tablepress/tablepress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tablepress/tablepress.php', 1, 0x00000000000000000000000000000000, 0x9e1359b6118a009894d922912629d8f0, 0x7b1e8f8c6a3a83579294d21871c4e7af425e9a60fb23538187980250820fb289, '', 0, '?'),
(0x4f53ef59d3577a213812f5caa36a1fb1, 'wp-content/plugins/wordfence/views/gdpr/banner.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/gdpr/banner.php', 1, 0x00000000000000000000000000000000, 0x3e36a23921f847f7d97aae04073ef253, 0xf95a8fbc51c661ccbff97c1eeaa39e6021aa43d0e83243ca4bb5251223fc6cbc, '', 0, '?'),
(0x4f5c4624f539c248235636c96c8e044e, 'wp-content/themes/twentytwentyfive/patterns/header.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/header.php', 1, 0x00000000000000000000000000000000, 0x2231bc5881b9e80fadd5419ce8f8007a, 0xc295387e392cdd63a18b7f40e2eb41a42e7b4a85be6e28478d9b89070c3fa013, '', 0, '?'),
(0x4f5f09103aa4f4972defea489f76f9a6, 'wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x345b5b38c25d19b94cdab18c29f3a737, 0x19ec5b263ec57d38de14d0f39196099a2c618b9d38c2bf64ced2d8ad3e2e5262, '', 0, '?'),
(0x4f5f48a597698a6c4da83d510941dc59, 'wp-content/plugins/elementskit-lite/modules/widget-builder/cpt.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/cpt.php', 1, 0x00000000000000000000000000000000, 0x202ce307e40d507106a9fb0a953150ae, 0x47fc7c08cc68e0970e03bf86ba12d6f683eb6c31313cecde2ff0da3c1b7eed70, '', 0, '?'),
(0x4f60f77694291b49d9089585e2a9b799, 'wp-content/themes/jannah/framework/admin/theme-options/share.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/share.php', 0, 0x21588483bbba717b952f0e56cfcbf8a4, 0x21588483bbba717b952f0e56cfcbf8a4, 0x1c5e00ada6d760d1bb96cfba0be200ff7325d3761912bd32c716a97d8d3a0a8e, '', 0, '?'),
(0x4f615fa48fb8622c842bc8377467945e, 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/eu-cookie-law.php', 0, 0x534f182812793a441a3c186207a26ff7, 0x534f182812793a441a3c186207a26ff7, 0xfa5a83b66f6b12ea2751d97957dd80ab67742e5472c2f1dc099837a66f5662d9, '', 0, '?'),
(0x4f6c714363db8ed0efd6cae3cfccd0cd, 'wp-admin/css/forms-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/forms-rtl.css', 1, 0x00000000000000000000000000000000, 0xa21d2c2fe863b9d702af2bcdce66e4d8, 0x8d212c599a7d8f6bd409192b07e1fe2dbf0395a68558c7427a88cd5581e66e0f, '', 0, '?'),
(0x4f6d2d1b5c82cd416d525cdf75ec62af, 'wp-content/plugins/elementor-pro/modules/forms/submissions/actions/save-to-database.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/actions/save-to-database.php', 0, 0x4607c7ea1146bf3fa0a8aeb4e31e8ad8, 0x4607c7ea1146bf3fa0a8aeb4e31e8ad8, 0x097629bf3d3a43cbfb77db4de7d8297ad4823c5661a633e94db8968b007fc1b1, '', 0, '?'),
(0x4f7406c3bee77cb0fff2142161ab865d, 'wp-includes/blocks/code/theme-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/code/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x06fa51eaba1a5189d7ddd2efa9a9f917, 0xb8bd20d4f5e324a50d9b2487e00467496040822b39910dc084f291eb18b56d66, '', 0, '?'),
(0x4f7674f6f29d76e14ae782e39f958a7f, 'wp-content/plugins/elementor/modules/lazyload/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/lazyload/module.php', 1, 0x00000000000000000000000000000000, 0xaef0d7aee596a77646e1afd3b410bb1e, 0xa1c6939f2bbe30d878e052333d0406f7d6583292a7f8fb00c8eb545b7defd2f0, '', 0, '?'),
(0x4f77811eab4ed292a02a0a94cb04d424, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php', 0, 0x67a4f0e7a0744be25402f67f00e0b532, 0x67a4f0e7a0744be25402f67f00e0b532, 0x8ce135866939f851981fb8cddf873c563bd80bb62928b384788353d1bec05d0d, '', 0, '?'),
(0x4f77fdfbff050f6a34e3e6404c55f253, 'wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/AdminSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/AdminSubscriber.php', 0, 0x496b0ba249c625c3a32ff1d71fb203cc, 0x496b0ba249c625c3a32ff1d71fb203cc, 0x4fe93112817788059e53ba302ad5ab7011c0129bee97b9d1ff7513bb261717e0, '', 0, '?'),
(0x4f82e6bdbc076d24b8f29e97dd8b265f, 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', 1, 0x00000000000000000000000000000000, 0xbe05abba02fe2fa5ebbc4d96610457c6, 0xd313e3644aac8a865bcdc3e9508fc8cc724dc080561ab54318db016df0e258a3, '', 0, '?'),
(0x4f892e4b58e19ba5f5cfef661cb97e7d, 'wp-content/plugins/wordfence/css/fullLog.1690810710.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-mobile-subscriber.php', 0, 0x8a7eab4a12893673d5c623bd8c09c39e, 0x8a7eab4a12893673d5c623bd8c09c39e, 0x6c9a81d4435caffa1ee86517487d2566a01dac3cbe8a3b0496e4f5309d21bc61, '', 0, '?'),
(0x4f8fe107ac1d6b8a8cc2fbff2fc8099d, 'wp-content/plugins/elementor-pro/assets/lib/instant-page/instant-page.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/instant-page/instant-page.js', 0, 0xf36d13de6e031454637ca0f50fbb3534, 0xf36d13de6e031454637ca0f50fbb3534, 0xe9ded0dd0db14755646e1df43bba955573b8a03440a60ce8744c8545a9e68a8b, '', 0, '?'),
(0x4f90fb5ca9a2b55035d1d3ff7bbe52ae, 'wp-admin/plugins.php', '/home/forwardbetcasino/public_html/wp-admin/plugins.php', 1, 0x00000000000000000000000000000000, 0xa1021bffc42e5be6f7ddec30d04fb490, 0xa7a45c8da1012aa150a4d3ee384064ad3d19ac35873a1b9641d403054ac6fc8b, '', 0, '?'),
(0x4f923558737daf9bf73ddd4f5e722f1d, 'wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php', 1, 0x00000000000000000000000000000000, 0x063c6d6dfcb35099835665ac70b60441, 0xcfa863dc4196282cbcceb9fbddd649fb00a4a78d90b4ca0d6cfd7ad674ddcb8e, '', 0, '?'),
(0x4fa185bf4d7803c4daaff87805923354, 'wp-content/plugins/elementor-pro/core/integrations/exceptions/action-validation-failed-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/exceptions/action-validation-failed-exception.php', 0, 0xacf18f544514979566279f1a9476965c, 0xacf18f544514979566279f1a9476965c, 0x966b4d30a793107150d7494c7f27185584e141cb0c90a2b399c0f03301d9347e, '', 0, '?'),
(0x4fa1e005b9fee3e9c861dd2b1baca0cc, 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', 1, 0x00000000000000000000000000000000, 0xada91d4ce17f01da9dd700f7393d8fdb, 0xf9a8e64fb2316f67dd763145280006df52d859954302b67cc392057835adeea9, '', 0, '?'),
(0x4fa4f78b91f89e11db56654c7a298fdc, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/RawArgument.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/freedoms.php', 1, 0x00000000000000000000000000000000, 0xda445dc1c936994c296012a010c7dbf8, 0x72ca194c40b55d8e9785c1c397b482fa769ac87cd33a2053d1622af606e63d01, '', 0, '?'),
(0x4faac738338da4cb4a639e6cc36caea5, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-05.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-05.png', 1, 0x00000000000000000000000000000000, 0xb93b77945416c77578e2f33e544e2116, 0x9c0509261111d8f4c1c29ed07d263e61f9d760261c1cf57d79335e62a288b93d, '', 0, '?'),
(0x4facacfab352af72bea9a3e844953f97, 'wp-admin/js/postbox.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/postbox.min.js', 1, 0x00000000000000000000000000000000, 0x5ecbcf561232ec573f2ab6cc5d00faff, 0xd1a639164ffa2a1a7f8f7604754a5416b1108bdb36b99ed87e416afb077cdd54, '', 0, '?'),
(0x4fae4c04b274d35392e94bee457076f1, 'wp-content/plugins/elementskit-lite/modules/header-footer/cpt.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/cpt.php', 1, 0x00000000000000000000000000000000, 0xff31b6ae95e0032115b371dfd512fdac, 0xc41e8fc15b9f9fc7b55a07f42ee033e257f1e2bdead5e96e0a69e8279a61cee9, '', 0, '?'),
(0x4fc0c63fdf1d1573b61a4b0eab973f98, 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpScriptSrc.php', 1, 0x00000000000000000000000000000000, 0x7b55cdaf8ed4d152695cae96f0da4ceb, 0xb0f93137db52135384e38e7577d2e4ca92d18b855fe3f268e6b142e5ec6797c6, '', 0, '?'),
(0x4fda973c0bcb42a732acf7ee6a4810b4, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractProcessingHandler.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/customize-nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0xbba7098397c22e7c471e9e575806e616, 0xd60d09305512ce186e5d0190f7f6bd580cda88d762e5c2976547ba448853cfbe, '', 0, '?'),
(0x4fe5e97d7c361203810a7ae66b255fbd, 'wp-content/plugins/elementor/assets/css/app-base.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app-base.css', 1, 0x00000000000000000000000000000000, 0xa6e021ea0d610c7e0ada917151bd0a70, 0x82a3266a2faadcf93c3510c7a1a07c4eb2c3bdd841af6175eb994000232ce0b4, '', 0, '?'),
(0x4fe5ebcf11cce54849214b0621305bda, 'wp-content/plugins/wordfence/lib/menu_scanner_options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_scanner_options.php', 1, 0x00000000000000000000000000000000, 0x6472af1df0166d513f4ed8afff45c27f, 0xa630b2b07a90a1215f4e5c91c397bf9b8b0a199696c17e4ec57c89a76473f06d, '', 0, '?'),
(0x4ff12a9ebf6dcb0e5f29ae385f0f3388, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/Text/Diff/Engine/native.php', 1, 0x00000000000000000000000000000000, 0x4b1cf7a6f61bb76ab40b84cf4a120142, 0xca35e9bd6cddb2550e94a7e699676f4bd85ccb63842d46609fd1417b965e7bf0, '', 0, '?'),
(0x50002492cecf64c3f9eda8fe9f1b2021, 'wp-content/themes/hello-elementor/includes/customizer/customizer-action-links.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/customizer/customizer-action-links.php', 1, 0x00000000000000000000000000000000, 0x9c57b98c0e228fc0a212aa57b60612a5, 0xa6850fba08a26c54e551d356535ce699ee493bcff03a94144dec274db3142b1b, '', 0, '?'),
(0x500418f0059f48addf5a60e23dbcb28f, 'wp-includes/blocks/pullquote/block.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x5c1ac1c44918057735416c4cdba2198d, 0xfae3b44b7bfe3808a6c0666c8185371e73855268cefaeb039ee5978bca039149, '', 0, '?'),
(0x50090f9e6cfed32ab1f817750eed8c80, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleLtsEngineScript.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleLtsEngineScript.php', 1, 0x00000000000000000000000000000000, 0x192eff4b809a1a2c460dca7c441410fe, 0xdc74e99309b1c1ac9cdbe1108e7006fe14525aa3495eedd79efe708ae2c395e3, '', 0, '?'),
(0x5009d5e56e49e105a75942e5337c7970, 'wp-content/plugins/elementskit-lite/widgets/image-comparison/image-comparison.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/image-comparison/image-comparison.php', 1, 0x00000000000000000000000000000000, 0xdd570a67299da1ea3462ffde410277fb, 0x873097d65ac886ef164aa1cde6b137364dc6f9dd5cfe052e2e3671c3bc5fd8c5, '', 0, '?'),
(0x500cd02f3aefd5ccaeb8d289b6fbd648, 'wp-content/plugins/wordfence/waf/pomo/streams.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/pomo/streams.php', 1, 0x00000000000000000000000000000000, 0xb722a590c7e6787816f72133ce57a4a7, 0x0d2cdb0319ee0be0f8268ebe100bfc8df28913c9a99521898c3ac2786cadf35b, '', 0, '?'),
(0x50100aa71d70ee29f1d0f005c73cac6c, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInRight.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInRight.min.css', 1, 0x00000000000000000000000000000000, 0xb5a0ed8c3823296f11e8b4fb71005cc1, 0xfb993a7896e3b4a663a6aa416fa6d3a39aaa500a6dc46f24d66dc065c68db4e8, '', 0, '?'),
(0x50194e859d6943872219002bd14fe123, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/backbone.min.js', 1, 0x00000000000000000000000000000000, 0xc6af7b81651191402839e3bbcb4553b5, 0xee136efd79558987bb401027eb5d1b8c4652dd9bab9554634dffc2408777c82f, '', 0, '?'),
(0x501eef04a58c5031bfc77b3212f8400c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ProtectedRange.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ProtectedRange.php', 0, 0x3479b6198e699038cc35c38ddf97d03c, 0x3479b6198e699038cc35c38ddf97d03c, 0xc37f916fb05f86a67e62030d3e1761d305935535ebb6a933306e525bf8761301, '', 0, '?'),
(0x501f4b33816c2dc418fa1bfe80f0bed4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimation.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/js/postbox.js', 1, 0x00000000000000000000000000000000, 0x67ea3d25f5281adac46636fe39ca30a1, 0xd54981957f6131dd258226a7dc9cf1e70e61983bc3c15e250f8f3369734a12d2, '', 0, '?'),
(0x502d6b0ae4464ada372b1ec20e7950a4, 'wp-content/themes/twentytwentythree/templates/index.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/index.html', 1, 0x00000000000000000000000000000000, 0xfc241fb606703afcacb1ea7a74bf40eb, 0x3af8c193f9861d3bf354f93b1944066a00334dab82f39c64c2fead91e6d68247, '', 0, '?'),
(0x502e04514fb18263fc678481d5d87c1b, 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.js', 1, 0x00000000000000000000000000000000, 0x06ef0b5482d804b4adff7fd5bfc8c1c3, 0xdb867bd9dc87044cfe35679c3c986a8952154f1de3f10c44d8e5e737090b1672, '', 0, '?'),
(0x5037336fe8a90209a7eb00e63de18ad2, 'wp-admin/js/word-count.js', '/home/forwardbetcasino/public_html/wp-admin/js/word-count.js', 1, 0x00000000000000000000000000000000, 0xcb0d666642291b86e71d86f8fc85b196, 0xb5c7366ab82c41e8deaac7ad73e544bdc16543ff7a87062691fd8f0afc08b2e0, '', 0, '?'),
(0x503c6199c48ec77646338e78c1e36926, 'wp-content/plugins/wordpress-seo/css/dist/workouts-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/workouts-2400.css', 1, 0x00000000000000000000000000000000, 0x7685cb80fc74b316d504d1f2b0c0c095, 0x67eba6ae8337a92a07934a63f432387af43062026a635908696d4073f4917e6e, '', 0, '?'),
(0x5047cd48355d7b37bd234c0882c38f9b, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-modules.js', 1, 0x00000000000000000000000000000000, 0x61cd5a19f36808a46b961dc5f0568796, 0x983af88ce1c1b000eabf628e56388719b4c425e4b09eb9c7d94ba4499a3af798, '', 0, '?'),
(0x504c7831c267d11f8841a1c895a6233a, 'wp-content/plugins/amp/includes/sanitizers/class-amp-script-sanitizer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/v2/editor-v2-loader.php', 1, 0x00000000000000000000000000000000, 0x22c9d5bf852bbe59a8130bb38dc7d969, 0x6ecc85bb99a2527acfdb89ab01cbdc000a2450a5590a6d5428335719546a21fb, '', 0, '?'),
(0x5065df712c3422c8beb8ac58d890619e, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Security/WordFenceCompatibility.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Security/WordFenceCompatibility.php', 0, 0xa2312c54cceb7df123d4515ae9eed830, 0xa2312c54cceb7df123d4515ae9eed830, 0x033282f4f989f9ff922937369460008bb708f50034697c973bafdda79419c24f, '', 0, '?'),
(0x50768cde6749d778d3538216cbfb50e8, 'wp-content/plugins/elementor/core/common/modules/finder/categories/site.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/site.php', 1, 0x00000000000000000000000000000000, 0x7472954b8456031fef84753cfa26a862, 0x426242ff3f47c751ce19493c4221489993e5ea5ecffb1e2b64b3158be1a5533b, '', 0, '?'),
(0x507bfb33a645f8b728480ac5c474317b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/NumberFormat.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/NumberFormat.php', 0, 0x3f16553657e612baa31487716fce496a, 0x3f16553657e612baa31487716fce496a, 0x3bd4dad070d368205c892411696d8ba8503190275afcb3c7faf0cb79398ba0f6, '', 0, '?'),
(0x508874fa6fdeb65375fe19a6686047dd, 'wp-content/plugins/elementor/modules/landing-pages/admin-menu-items/landing-pages-menu-item.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/page-portfolio-home.php', 1, 0x00000000000000000000000000000000, 0xf99d3b56c8ae38e1ab54263088a4fbfb, 0x99a307bd101907d3f5ed53d81392bd7f923421dc9d5001224b336a65fdd859f2, '', 0, '?'),
(0x508ac510697aa174ee6103e9127dd461, 'wp-admin/users.php', '/home/forwardbetcasino/public_html/wp-admin/users.php', 1, 0x00000000000000000000000000000000, 0x99049c7d3298962bee98aa39b044e9d0, 0xdabac73554ab692e80a22c320e3a694e45b981e3d1f418a9f5585a24fe8b3be7, '', 0, '?'),
(0x5093c71e6e89ed308004c44967268140, 'wp-content/plugins/elementor/modules/dev-tools/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/dev-tools/module.php', 1, 0x00000000000000000000000000000000, 0xaad510aa325621cfbc7a0d89bddca841, 0xaadffcc87e1b711d18721b80a84ae409fd5faf852d1ccc206f44ccaf9f3c7285, '', 0, '?'),
(0x50947534fc0bf554b2a4c580dc40b784, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinition.php', 1, 0x00000000000000000000000000000000, 0x2a6f130cd7691f5d5217942820a5eec0, 0xf68f3d6d103f6e4ad4c7163a8fbfb46b13ceb9036f101c71408f4fcf43d68a58, '', 0, '?'),
(0x5099b0e3c1602c1a6355f6ebb1b629bb, 'wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/data/controller.php', 1, 0x00000000000000000000000000000000, 0xd01df79a5cf62922c0eb395ee1cd7258, 0xf69b39020d5f5b8bbaa37df5033c865eddd3cb7e577df6f2b250b62126c57e79, '', 0, '?'),
(0x509e57d66bb588d09ce1ca0e5d0aaced, 'wp-content/plugins/amp/assets/js/amp-customize-preview-legacy.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/page-list/style.css', 1, 0x00000000000000000000000000000000, 0xdd38cb09b178f1c6208ec676523c83c5, 0x498849b37c7b38bacab0c1f524e64e10b369f7d5303c265bbf76d9485619df5e, '', 0, '?'),
(0x50abc683fea421cefa374e64530ca66c, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.strings.js', 0, 0x18940f0e557fb86d58f908fc8501b691, 0x18940f0e557fb86d58f908fc8501b691, 0xcd1be471367d74a35c43d8485953bc5bbc1114f51bf3f985c0d18c1267a8e79f, '', 0, '?'),
(0x50ac219e02e63d8318f5d725cc9ded8f, 'wp-content/plugins/elementor-pro/modules/mega-menu/controls/control-menu-dropdown-animation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/mega-menu/controls/control-menu-dropdown-animation.php', 0, 0xb1c91b0f94ec9c9861da8954831dfa84, 0xb1c91b0f94ec9c9861da8954831dfa84, 0xd1551fcad9904d34625e4d773f65d7d2e1c87548bb7914461240efa7f270e032, '', 0, '?'),
(0x50b10ce4466613e502f0684485a82275, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReddit.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/php72compat.php', 1, 0x00000000000000000000000000000000, 0x26d7c8c1463a420306ce0a6ae87c2dee, 0x0af231026dea14bfa76b7f7373a6f98e416f0f67f713ac82ff96fdfcbb9d70e8, '', 0, '?'),
(0x50bd881fe5fefa39b48c1ea44143fca7, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/AbstractASQueue.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-oembed-controller.php', 1, 0x00000000000000000000000000000000, 0x9976fc47f71077be45eb4a7f57cefc26, 0x2d1723a72602b1a1cb7be3cca19da336a16560a343842b45ba9b1c27a65c14b3, '', 0, '?'),
(0x50c64dee1ad649ccb88d10ddad596072, 'wp-content/plugins/wordfence/lib/wfHelperString.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php', 1, 0x00000000000000000000000000000000, 0x14e9b4e93499ff33fb85c4fdd82cc281, 0x55e0306081caf7372874b0d1e2ad59a8da73ae5c9f68af74722827dda93103a4, '', 0, '?'),
(0x50c9f4adffc757eae31b43f80ed4d6d8, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php', 0, 0xb1c4e988ccc36553752db5d1d598fa7d, 0xb1c4e988ccc36553752db5d1d598fa7d, 0x6978caca19e25f7f4b106ea1a4f0be9426a44610cae0bee0143a72828461ed30, '', 0, '?'),
(0x50cb8f1f9d16b287edd125f2f9087af1, 'wp-content/plugins/elementor-pro/core/integrations/integrations-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/integrations-manager.php', 0, 0x491d0b52f84e745c605ca4c91ce44b72, 0x491d0b52f84e745c605ca4c91ce44b72, 0x437b323df9ed1bf602efba4d750db9c1090d6bef6cbf5aec617d0661f58585e3, '', 0, '?'),
(0x50d045b3e63a5e804eab1cb51deb002a, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/pinterest.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpHulu.php', 1, 0x00000000000000000000000000000000, 0x2c9f82203cba051b7617de37b00e3e52, 0x1439d9f344c59e904346786174dfe50b14335933b6ab2ef5f2b3e4141b65ecc7, '', 0, '?'),
(0x50ddb89c20dfd7af12ac6cc5ffce3134, 'wp-content/plugins/elementor-pro/modules/hotspot/widgets/hotspot.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/hotspot/widgets/hotspot.php', 0, 0x298914c80e78fc0e688c72552cd54137, 0x298914c80e78fc0e688c72552cd54137, 0x1392d953e19653c2e513494ef125ed8bf9718208170d569672df909cfd56db18, '', 0, '?'),
(0x50de3124b61b1b89f3025c170f2ae543, 'wp-admin/images/stars-2x.png', '/home/forwardbetcasino/public_html/wp-admin/images/stars-2x.png', 1, 0x00000000000000000000000000000000, 0xf5ea4194a79c23e653b24d0c65032e5e, 0x1e5baef2e880bffd5f280d68aad7e71559c188b454eea4b9f07f04df715ab1d5, '', 0, '?'),
(0x50e38501f130b981618bbc52d37a3d20, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-author-biography/block.json', 1, 0x00000000000000000000000000000000, 0xe973ba3341a19bfd68649b7e405f9a50, 0x9754867c506a9f1dc1b01e3468ab968ab5282f8fd89764f9160614d96c02996c, '', 0, '?'),
(0x50f51384c2560856a14e1f7bfb9b6a2d, 'wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php', 1, 0x00000000000000000000000000000000, 0x8f6979cd76def2a8233c94be5121a781, 0xb57290bcbc6b76bd22291e36af427ddb7a4538bbee85b73752ba819a45d880ce, '', 0, '?'),
(0x5106e7e1075168dc26c0f45210c34f02, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php', 0, 0x2205ea68c83a241425d30857ff870381, 0x2205ea68c83a241425d30857ff870381, 0x0f325a3eaea51259584886e4cc449965ec25a461dd331cbf6ef21bb1428a509b, '', 0, '?'),
(0x510f4a29e30d754376ea0af8b3a20251, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/revert-runner-base.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js', 1, 0x00000000000000000000000000000000, 0x60483c5fe620c291f8cc371fc83a9f8e, 0xbb5314e24fdb8cff505db403991ba1e6253ec2cf862b6eaf49d3541baf9041b5, '', 0, '?'),
(0x511b27713b5f57c30bce26741bf90496, 'wp-content/plugins/elementor/modules/link-in-bio/widgets/link-in-bio.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/link-in-bio/widgets/link-in-bio.php', 1, 0x00000000000000000000000000000000, 0xa4312fc2a8248531ba38c060da9386b8, 0x55197dbbc7ad4d560c7d76eea8611b36fc17cae3d77e03906ee9c3c782240e1b, '', 0, '?'),
(0x5125457099876175e81c5ded47063797, 'wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php', 1, 0x00000000000000000000000000000000, 0xcac1ff4b685b4a1cb021e64ec71de312, 0xf25013ab1a4227417c21c7f0d01c90da94526da425c0abf5285c6f23c32b8127, '', 0, '?'),
(0x5134e8edc4aa924559407528fd03ba71, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/custom-fields-data-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/custom-fields-data-provider.php', 0, 0x2081d0e8990ad4a98f9d796abaaced47, 0x2081d0e8990ad4a98f9d796abaaced47, 0xbe959719f122ba83f7e2415a0c3d7a2efbf0d1b2e33d458ce9655351aee8fc83, '', 0, '?'),
(0x5136f972e8f6aacb394db432c3a8eea1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/DevMode.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/DevMode.php', 1, 0x00000000000000000000000000000000, 0xda753193e0c47f7a8926ae59ceed9a28, 0x384802f7630bab31c13291c96f8be00d11e3748165360fc13710f01671b57e78, '', 0, '?'),
(0x513bdaf2e928fcb18fac4d1c702af18b, 'wp-admin/js/widgets/media-widgets.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xbc156483959d475c1390167fa629df6e, 0xd5559455f2306e2d1382d59fc462b0d526040195f94e45635cbb35c693d78121, '', 0, '?'),
(0x513fb8ced99fe0f5b767f34cdc7c7561, 'wp-includes/class-wp-textdomain-registry.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-textdomain-registry.php', 1, 0x00000000000000000000000000000000, 0x766b94fae286c84466d4eff75c67f996, 0x3ad967861674a8ca095b8aea931539c981c8e7895b9e4cda762ad45eef4cec67, '', 0, '?'),
(0x5143fdc8a7a418c09f24394229bc8e4d, 'wp-includes/blocks/tag-cloud/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/style.css', 1, 0x00000000000000000000000000000000, 0xb38918600f179341b428e1b8cc0cd3c2, 0x1f37d192c56d5c56655b8fec06233f5ab21af659d5647b965a729b18c323f5a9, '', 0, '?'),
(0x514733e59ff0475d5e0c7058537ef7d7, 'wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x90992d498f1aca912a301ac6d8c837c7, 0xa3d3222d5f7a2f98564664b561f19dcec97be0fe76703c66a1fe166985a6d226, '', 0, '?'),
(0x514dd439913d59fc2b8f43e3ed747e9c, 'wp-content/plugins/elementskit/widgets/flip-box/flip-box.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/flip-box/flip-box.php', 0, 0x9d2f1d2ff6ce7bac817163cd2009fece, 0x9d2f1d2ff6ce7bac817163cd2009fece, 0xd4b36b75d4371935163708a7bd8f5dc3d5bc9c1c968d0c57956af179e43175c2, '', 0, '?'),
(0x5154abf1f22a018f66d75084e5a52ebf, 'wp-admin/includes/file.php', '/home/forwardbetcasino/public_html/wp-admin/includes/file.php', 1, 0x00000000000000000000000000000000, 0x9d3faa2bdfc4537c513093a90237200b, 0x039b7f4ca0192104d0288471e3f6a13e5b6bebf10b752131291aefa1ac7e2010, '', 0, '?'),
(0x515997ea31f0546c92b9567203083c17, 'wp-includes/js/customize-views.js', '/home/forwardbetcasino/public_html/wp-includes/js/customize-views.js', 1, 0x00000000000000000000000000000000, 0x22729b3c60a2f3c416c5f944cd01e285, 0x6232bf164da8ff216f87133bb12df49217766571fccb5c66b45d6ca494c0b03a, '', 0, '?'),
(0x516e3358f93f411afcfda5ce018cc82d, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-title.php', 0, 0x6d6a15030840ffa20609d28d92edd37f, 0x6d6a15030840ffa20609d28d92edd37f, 0x7b3ea0975537832c69f7a0e8d75f6df81bbf5e8748e900ab37af1c8d29ca8f02, '', 0, '?'),
(0x5171ce50ad4f5189fb98d61c8f4aa2c9, 'wp-includes/fonts/class-wp-font-face.php', '/home/forwardbetcasino/public_html/wp-includes/fonts/class-wp-font-face.php', 1, 0x00000000000000000000000000000000, 0xddaa84ee285569889f3ee39bff995373, 0x4d2d29daa741e63ee6031d4a0d1e2ea8c883e5266f6d9d82297a05189fa6012b, '', 0, '?'),
(0x51756f145058d8d80005ab15b853da9e, 'wp-admin/images/bubble_bg.gif', '/home/forwardbetcasino/public_html/wp-admin/images/bubble_bg.gif', 1, 0x00000000000000000000000000000000, 0xfa7ecf673cc487f349a0c1ac1f1eae30, 0x272b1d75d257eb602d41b215b61ce80cfedd5327a47d537e53f5d262a4cc0397, '', 0, '?'),
(0x5178725ff731735cb03702e4fdfdde16, 'wp-content/plugins/amp/src/Dom/Options.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Progress.php', 1, 0x00000000000000000000000000000000, 0x2b61977956f7c3d0294d96840bbdb090, 0xce959bc7ee83d588e5b69d9beb88841f78eaa6b0cf141f179c56fe9e83d7ea74, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x517af06d2d0f0949d27df14ef623512d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php', 0, 0xe9c2af229706f0f453de670607810a5e, 0xe9c2af229706f0f453de670607810a5e, 0x8343dda3aabf1bf66f12fc24496a89d2fd2474d226824b5c09194ef8c8c08c02, '', 0, '?'),
(0x517f1ef22676cb69a1ceeb8a9b7ba883, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/notices.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/notices.php', 0, 0xea0a847173dc5abfef71a131775e5c54, 0xea0a847173dc5abfef71a131775e5c54, 0x60ea2729c1bb0799e2d91aa577e15e6d94a7e1d7216e80788da078053a40cd6b, '', 0, '?'),
(0x517fe7ae03faadad9f3716e10ee364e2, 'wp-includes/SimplePie/src/Sanitize.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Sanitize.php', 1, 0x00000000000000000000000000000000, 0x302c6bf1d04986e7b8563b751777682d, 0x0f90a6f3980007bcf1dde15a7397f977f65ef204d3a9b7b21278ba57a320d0d0, '', 0, '?'),
(0x518086f3a87e2c4c493ea79131bb9669, 'wp-content/plugins/tinymce-advanced/mce/importcss/plugin.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0x249b6d52cd5fbb9f60e903573603cb00, 0x732957b43f5008d38ee0ff429b2a3f78f3fb425abaec640cc997e4655ad99e7b, '', 0, '?'),
(0x518b5512e899ae53d0843ab114280495, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrack.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css', 1, 0x00000000000000000000000000000000, 0x29eac0566e62a9c9b0d7cedc32760061, 0x23f4ba7280d45e7373bc707a6d2d2b06643f554c3641ef0c860e01b903ad638f, '', 0, '?'),
(0x518edcc51c5041fdb1d5e9909acc7acf, 'wp-includes/blocks/columns/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf65299b40eca72d10c92347b0436478b, 0x795534f5cc37b9882221af8b2752a140b79c724f886b3c3de54e490a7e5558e7, '', 0, '?'),
(0x519350355ab8cef7d677f74e146961c2, 'wp-includes/blocks/quote/theme.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/theme.min.css', 1, 0x00000000000000000000000000000000, 0xb275928c4602d38840547ef0a68a537d, 0x4133e6ee6d897bc1ef64491fc690691e77209fc2cd1406931c090d6cba69cbfd, '', 0, '?'),
(0x51953f371967b2dffe9c55d7c025ee04, 'wp-content/plugins/amp/src/Infrastructure/Registerable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Registerable.php', 1, 0x00000000000000000000000000000000, 0x9763b55a21b891f5402ead8fd2848de9, 0xefc219b3f1a0e7280f5987a3c5291b662a8a5a0975b13a6786eb0ff8fc1ba2c8, '', 0, '?'),
(0x51a37d6929f4733ef0ace0255590a175, 'wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php', 1, 0x00000000000000000000000000000000, 0x2107d0672b53c8b29c1e6ced702346c8, 0x967234f1394b5065eafc36a1f15afc0c1d471530acd25e1764fc1f08b02f9594, '', 0, '?'),
(0x51a7dbf7364b1f34f6ca15a880d2f048, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 1, 0x00000000000000000000000000000000, 0x78014149366de54e645370561f42d787, 0x5a3f98524199b22bfb1637239a43cbfd2df394fa5c34675b6f3f4ab65fa3671f, '', 0, '?'),
(0x51af38c1b2331af775e67e5e707b61cd, 'wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php', 1, 0x00000000000000000000000000000000, 0xe9c4a5654a2d50eddffb894d0b21e039, 0xc700fc064d658d8e5074051102be6a23fd75537c81684ff3ac82d8a940b75fd4, '', 0, '?'),
(0x51af7898beccbf507980bae12775457c, 'wp-includes/blocks/page-list/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list/block.json', 1, 0x00000000000000000000000000000000, 0xef887a882d86dedd92dd7c88338082bd, 0x8413832d78b4c391a226ef3edb26887200c50449420d9c870a999699fbef2fc8, '', 0, '?'),
(0x51b0f62df9430c042d5d43c9cfd011f8, 'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', '/home/forwardbetcasino/public_html/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', 1, 0x00000000000000000000000000000000, 0xa819452f693f9eddb638337cb088455d, 0x43c823a34f4bf24bd89781422e4659c4c6892b45a37797d046d6fc4b59dd392e, '', 0, '?'),
(0x51b1086fa26a35ec29854c889cddb746, 'wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/JWK.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/JWK.php', 0, 0x9936e7de20edba124d1868cc860154eb, 0x9936e7de20edba124d1868cc860154eb, 0x3270688719ddf8a95980e6c4bf61a464f38696d65d0775b6e69d6d93526a01a0, '', 0, '?'),
(0x51b4403946657799b506b0230f2be221, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/footer-columns.html', 1, 0x00000000000000000000000000000000, 0x2f43c9be8afce24bbdb1e0a014497041, 0x02e8de35251ce3a833c403a7853342d48adf8b32d72b09b365aa8902d04705f3, '', 0, '?'),
(0x51b615396e62370d6ea3482f9f3f302c, 'wp-includes/js/dist/private-apis.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/private-apis.min.js', 1, 0x00000000000000000000000000000000, 0x9bc6df358f2e7d7070a877e805ccab6b, 0xc54527a58817490dd28b18994567ef67e94e52d6f6a9773b4025ae95e09de4aa, '', 0, '?'),
(0x51b7106016ba12f6e4380815fe4db838, 'wp-admin/press-this.php', '/home/forwardbetcasino/public_html/wp-admin/press-this.php', 1, 0x00000000000000000000000000000000, 0x3ac69b7b74d8d0595b3ab2fa671a9dc5, 0xa2693e5b74227b445b13c60d3a6755aa8f12876c1ef9740f0f3a502cd070c401, '', 0, '?'),
(0x51b9833493cf25d0f47ac03e2ac0f149, 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-upgrade.php', 1, 0x00000000000000000000000000000000, 0xe5a304b6bf1474f38579f3f344a2b0be, 0xfd4600858e88e0f9f76f12684742b460b942efbcc9b0685a8052a4bfc1fbd731, '', 0, '?'),
(0x51bc70345618eb3a1028da61971236c1, 'wp-includes/js/dist/script-modules/interactivity/index.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/interactivity/index.min.js', 1, 0x00000000000000000000000000000000, 0xbd3f4b3d241b7945b717068a6800a0b4, 0x311871261169ebe4cda1fb5423c0f142d6500945d64ce944cd276ae7dc0ed3f6, '', 0, '?'),
(0x51c3419200c2e71aabe13335da349d70, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImaVideo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImaVideo.php', 1, 0x00000000000000000000000000000000, 0xe3ddc2fe95b2e3994292fd4ef9f37e96, 0x86e757096b3547da41fd2bd953f7715ea34c428afcd4570585c025b676e6b4bd, '', 0, '?'),
(0x51c6bff1e371ccbbf2bbc202c9bed6d6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlFactory.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 0, 0xd04cefda47c5744676df9e91a56a7ca4, 0xd04cefda47c5744676df9e91a56a7ca4, 0x725afb241618eaa94858a568a232cc690bb702794bb900aea35f5564e38038f4, '', 0, '?'),
(0x51ca8b51d66b7c99f571ec65527b9d38, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast-premium-social-metadata-previews-2340.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast-premium-social-metadata-previews-2340.min.js', 0, 0x27d78fef7e903e5899f5096391c02252, 0x27d78fef7e903e5899f5096391c02252, 0x4508898fc3f482472708474adb4415fa072b9e1f70b60735971b32c478e99d4e, '', 0, '?'),
(0x51cba2b449a29845bb1d801c5a30186b, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', 1, 0x00000000000000000000000000000000, 0x8e1d4f66e5c8b64c151cb5dc1b9caf63, 0x5185fd2b80dd088256e5ed273fadfb48b61dcac9a6b5135dc4886858d8270a20, '', 0, '?'),
(0x51d3572b2fd4584d9705baabd53c9f4c, 'wp-includes/SimplePie/src/Cache/File.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/File.php', 1, 0x00000000000000000000000000000000, 0xfcc4708bbd4dcaaa2f5f1c862c4030e8, 0xafe04114823bd6f6c94d17798ec7d44b325724226af1234418fe0f7f38fe23ae, '', 0, '?'),
(0x51d3c94b50608430f5f4ac986c2f6ee2, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/module.php', 0, 0x23a41a0716b7712638b8e978c0cafbf2, 0x23a41a0716b7712638b8e978c0cafbf2, 0xe693d36e34e6a2ed0a7e9a8f2556121c7f367d423adb64ec5fb249fcd3566872, '', 0, '?'),
(0x51d6fef2486f64c876b55ec9c8ee8d6f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RollbarHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RollbarHandler.php', 0, 0x70564bd05d38d5efa25f888a70a24d73, 0x70564bd05d38d5efa25f888a70a24d73, 0x29122ec8f81004b7e017ab2d90f5080625a0b1345f82c0927e6c864016ab3e81, '', 0, '?'),
(0x51d7a131fad8eb755ddcd9d469574136, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-file-exporter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-file-exporter.php', 0, 0xf3d9255a52f634d869333f6094a1e114, 0xf3d9255a52f634d869333f6094a1e114, 0xaf09e9ecf48b02945c0d3329968483d52ba5823b9101173fdf1377a88fc6894e, '', 0, '?'),
(0x51ef7e4b82cd293002ccb9cfb1cfd1d0, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-backward.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-backward.min.css', 1, 0x00000000000000000000000000000000, 0xb55ae991af92f3d8a9c8d0ce220f0d0f, 0xae2d208c7fa1667642219674e715c06007d938b996afec72e2c6746559afbb87, '', 0, '?'),
(0x51f0470cbcd437eeb2efaf32430d9169, 'wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php', 1, 0x00000000000000000000000000000000, 0x7cbfbaced3201441f8d79ba532b2c8e7, 0x6e97fe9ce9ec8300907e853dfcd8b2da0c9391e50750e6bb72abf60ea734ae59, '', 0, '?'),
(0x51f92ec3acbc5ca6821cebfb58654f49, 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php', 1, 0x00000000000000000000000000000000, 0xbf793a1acbcd36510d0c41652799e144, 0x42ff12481806f8c60d24d8c2691d8f01b3059d24d804500764c520cf21d9a739, '', 0, '?'),
(0x51fda983cfdbc16cea149d67b42dc4f3, 'wp-admin/js/comment.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/comment.min.js', 1, 0x00000000000000000000000000000000, 0xa325e25876349dd90af69006819b6cd4, 0x9247f5c47d50f8a238a48296a50516777f43dd6a49c8804f4bc3ae587e9aa433, '', 0, '?'),
(0x51fde830755de6be185ce77a7d97ab52, 'wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.77332e668c3cf609c924.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.77332e668c3cf609c924.bundle.js', 0, 0xbb4d794bacf7ecdc468ed2b0a55a8805, 0xbb4d794bacf7ecdc468ed2b0a55a8805, 0xeaa5f13044ff11eaa0a741aaa41e048a511d5535be07e168f0c94649e947aa36, '', 0, '?'),
(0x5203dbf860ec7dfcbd93fba07cf69524, 'wp-content/plugins/luckywp-table-of-contents/core/validators/BooleanValidator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/BooleanValidator.php', 1, 0x00000000000000000000000000000000, 0x1bc09e8a072a0811b9e1356c4183268e, 0x9cfe070892a8a5d0cd7a6525125db38a1bf57fb0277a1c042e5e749c0e83790d, '', 0, '?'),
(0x5205ba7635ad965736d060c6dabee1bc, 'wp-includes/css/dist/nux/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/nux/style.min.css', 1, 0x00000000000000000000000000000000, 0x762806e8ed96de62eba04a49258b1a56, 0xabb892b3f2c7c1907845b76799829924004b01a2a509cc029133607fc8ec2e3f, '', 0, '?'),
(0x5213e4638748bf1caafc496dd366d2d4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyCard.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyCard.php', 1, 0x00000000000000000000000000000000, 0x3ba165e56e2e061cf3c21b714a28eeac, 0x436ab0fb51364f6857eee2793deea98f44cee0756d73f6c20c0b8e1fae9adc8a, '', 0, '?'),
(0x5215c7e37dc2db70d13885cc690dc8d1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ClearValuesResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ClearValuesResponse.php', 0, 0x1bb8f1424ebe8f4440a8a7ae3efa1150, 0x1bb8f1424ebe8f4440a8a7ae3efa1150, 0xf8e0af8ed1507cab619265610cf1908e86f9c9b5d3aacaeefbf19e2d471127a5, '', 0, '?'),
(0x521ec564f39cc9f61c901cd423f9c2d4, 'wp-content/plugins/elementor-pro/assets/js/nested-carousel-editor.6d7500036d0766bbe2fc.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/nested-carousel-editor.6d7500036d0766bbe2fc.bundle.min.js', 0, 0xed67780c5108566dc0041c3fd49f0e9f, 0xed67780c5108566dc0041c3fd49f0e9f, 0x003196775402def4858ce434ea91055a8c5e03cc03a6920684ac96e9f398f885, '', 0, '?'),
(0x5233f0b85573eb33c3c87d54ea9cdbc1, 'wp-includes/js/autosave.js', '/home/forwardbetcasino/public_html/wp-includes/js/autosave.js', 1, 0x00000000000000000000000000000000, 0x06c9f2c78bfc63114af66efb48ac0e27, 0xf211fe5425c4dd23800b1f3572fd84a2f46335bfc5ea98a98c18b7d9d5f66d37, '', 0, '?'),
(0x523879edd0f8d29ee7b684ef0faaff13, 'wp-includes/css/dist/block-editor/content-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/content-rtl.css', 1, 0x00000000000000000000000000000000, 0xc114a7310b8ffbeff7b3a1485c96ad96, 0x4c273f8a64246969e9e4995da1085bd87f4bf86cd1ae69bfa3a7a40219f5ad7c, '', 0, '?'),
(0x523c56b4a1c71aeed0b8451483b2afa8, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/author.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/author.php', 0, 0x78a74932116fd0f166bb587a18ca4bad, 0x78a74932116fd0f166bb587a18ca4bad, 0x5c1dd566ac10d47008199a7a9002605101a5e85034dc04c5701b91058f8b3e26, '', 0, '?'),
(0x524269730e5ad31e342c15bdcd733a8b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figure.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figure.php', 1, 0x00000000000000000000000000000000, 0x1659b0756728661517810438475999bc, 0x0627d02c6863188a447ce92d3516dc0293ce217d8fed318cb16d60957c2205a3, '', 0, '?'),
(0x524625e93055c185870191db4269bf05, 'wp-content/plugins/luckywp-table-of-contents/integrations/BeaverBuilder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/BeaverBuilder.php', 1, 0x00000000000000000000000000000000, 0xc5d719526dc3ffa218cbe70c339df706, 0x3f583105a758f2557e1ec5db9edc261b63c9aaa8b8114d01283529af56d86415, '', 0, '?'),
(0x5251f7623766a714c8207c7edb938628, 'wp-admin/js/widgets.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsConfigScript.php', 1, 0x00000000000000000000000000000000, 0xb64e448057cae7f378ff8546597dbad1, 0x0dedbc0552be6936ee56cec116c0a94010e3ac8da2967433d7ce09303d6785f0, '', 0, '?'),
(0x525def77e88d93d8fa875d72bc1bd63d, 'wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/4.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/4.png', 1, 0x00000000000000000000000000000000, 0xbacb008fb5b1f8a1c6d2e0235defe0cf, 0xfd448793daae2feb116254bc459d47beb3e2e499812883f3f4c2cf468ac4dd34, '', 0, '?'),
(0x525f92bfabcbfcd51ae4432d4e0aabfb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php', 0, 0x80f14b116bee52ab9fd6ce31d76bda6f, 0x80f14b116bee52ab9fd6ce31d76bda6f, 0x7bba038329807d392ad3e7aa1004f381672529eb155f6001a058a0e54d64a5b6, '', 0, '?'),
(0x5261afee98c16365e41ecafa4a54cbfc, 'wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss', 1, 0x00000000000000000000000000000000, 0xe294ce331049ed773ebc8e1841ce0a86, 0xa68285e21cc6ca468e0cd906004ff12e516d2b76168a486af945cd6f644658a6, '', 0, '?'),
(0x526550030c87489ae87633422a8b4fd5, 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-base-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf0084571cd230ffef96cee59b19a958f, 0x21f153596657363115b60a20f47f88be5bf5791534272b2a8f31b3ea5be3a9f4, '', 0, '?'),
(0x52687aabb0c90725827321d387561e64, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', 1, 0x00000000000000000000000000000000, 0x93362ea11fa51d56e768e78c9cb8f52f, 0x44eead6f467cd038e329f5ed21bfee513e70386b7ec132fe7b6f595cc8687355, '', 0, '?'),
(0x526a13a671f1a11049d38f1aae5926fd, 'wp-includes/sodium_compat/src/Core/Curve25519/H.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner.php', 0, 0xeb45c17f085092a543653e463574605c, 0xeb45c17f085092a543653e463574605c, 0x21887f0f0e1fad7e6bcfd21680af303cf1aedf3ce8ad812c5f40acf00a0778aa, '', 0, '?'),
(0x527810e899683d8b452c04ab6e15dffc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strong.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strong.php', 1, 0x00000000000000000000000000000000, 0xf57c48c993694d56b6791824e60d00a6, 0x2fbe7ff2a72cc77567a390aae99a6aa36b22283473ae576f28645541680fcbc6, '', 0, '?'),
(0x528ddbe5df257a9faffa5d27b7177573, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/PromiseInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/PromiseInterface.php', 0, 0x2790902ef5d40a4c29de08c700032926, 0x2790902ef5d40a4c29de08c700032926, 0x6b0fdf0f7b612afce7e281678a59a0c7fb456b19be55523bfca34f38ce9aabcd, '', 0, '?'),
(0x528eb51cfa313f99fb8859d3564474bb, 'wp-content/plugins/wordfence/lib/.htaccess', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x528f001b62df16c0370b279ad4701977, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightbox.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php', 1, 0x00000000000000000000000000000000, 0x0e7187f630004e869ccd4409dd46aa13, 0xb9536cfea76641d710204fbf0b0609ec777c113d4542cd90eb4466b2ad910471, '', 0, '?'),
(0x529678ae344d7040b039750ad68a2070, 'wp-includes/images/wpspin.gif', '/home/forwardbetcasino/public_html/wp-includes/images/wpspin.gif', 1, 0x00000000000000000000000000000000, 0xb59524aab0a9f56e1edcd534487bbfb3, 0x0b2d2a7ae86eb744c12c22611d48e74bb348a772deb17e1a79eaf41a06dc25e9, '', 0, '?'),
(0x5297a77c52782fe3627a6e39002ad14a, 'wp-admin/includes/plugin-install.php', '/home/forwardbetcasino/public_html/wp-admin/includes/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x7850a48eaa9991a7beb35540b07e83c6, 0x7a3bc9771ef59982dea74f8fc04ebc7049ffeb87b27c46deb0a75f77e0e54162, '', 0, '?'),
(0x52a7d0caf4032e7b84389d9188494428, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-17.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-17.png', 1, 0x00000000000000000000000000000000, 0xb2e8f5539194200aacee480fdd1f9f77, 0xa3c555cb481b8ca374cae43c919042e1203f661644ea3fdc68d9f4ed93ea2e75, '', 0, '?'),
(0x52ae158af87107a5d045f92b60814616, 'wp-content/themes/hello-elementor/assets/images/go-pro.svg', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/images/go-pro.svg', 1, 0x00000000000000000000000000000000, 0x3d32a07dcb77e717a3bc2e29616f2fa6, 0xfab70fc99a519b475a0ca0565cdfbc232c6db13975579f3e42c1870cf20b3509, '', 0, '?'),
(0x52af5c5343af7c6a7504d339b505bf41, 'wp-includes/js/media-grid.js', '/home/forwardbetcasino/public_html/wp-includes/js/media-grid.js', 1, 0x00000000000000000000000000000000, 0x4d72dd245362ff027112d49eb11c5900, 0x2478289deece3c1173c6c689a7a2920cf755d0162fcfdfefacc8b018584b4b1b, '', 0, '?'),
(0x52b10b24d9ce3fa21d5c4257f009dacc, 'wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x090053bd0c4a6709d2472d07cf36cfad, 0x73733edb50edd9f8ec82ace788d3b62a33b78a8286d4e4c61a6c6e5b95d622ee, '', 0, '?'),
(0x52b7dbd5d21ed5c369b8cd249ee9236b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPlayerAllowedDescendants.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPlayerAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x12d6d07772d3f8653ad4d9e333a4922e, 0x328215364d0f8efbdc2ce8daed4074ccfb293e7d5b627e494822bc6f490090d6, '', 0, '?'),
(0x52bcd0dac78d4ae454c25be3d26e4cf8, 'wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x52bd19dd469fcb6b0ef3da74b6a3f83d, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-builder-widgets.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-builder-widgets.php', 0, 0x293373ca8f3fe40c0844e43dbda765ea, 0x293373ca8f3fe40c0844e43dbda765ea, 0x25f7a0947708e399fadd802681ca31638cce647c4ec8a02a753efed0da9b6805, '', 0, '?'),
(0x52c2a5f8b2aecdca4c65fd7109f026d4, 'wp-admin/js/user-suggest.js', '/home/forwardbetcasino/public_html/wp-admin/js/user-suggest.js', 1, 0x00000000000000000000000000000000, 0x6a1c7f6cf52c10b590662ecf566885c8, 0x8c971ad4820938a702d59c67045cb0f697934953bd80aacbf4e382b036a591d6, '', 0, '?'),
(0x52c7dd736957c7ccd70c865be925d9f3, 'wp-includes/SimplePie/library/SimplePie/XML/Declaration/Parser.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/audio/editor.min.css', 1, 0x00000000000000000000000000000000, 0xc27a85198d9323d940cf9be1e4e10076, 0xcdb28ae2d7434fc2cd52cc8ba93c6c25c26e17f392131aa50b5315043e90f82a, '', 0, '?'),
(0x52cf1dbecaaa5115e020cfea2767512f, 'wp-content/plugins/elementor-pro/modules/forms/actions/slack.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/slack.php', 0, 0x1224955ea10d2455c2128d45dc7e626b, 0x1224955ea10d2455c2128d45dc7e626b, 0x5dbe768a98c0b30d97dd79b0f6bdc064a046c52ca50fef591d52581f810001c3, '', 0, '?'),
(0x52e3480d30fc8f218464911e3f632606, 'wp-includes/widgets/class-wp-widget-categories.php', '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-categories.php', 1, 0x00000000000000000000000000000000, 0xdef41186626f14d7661c4fd5b39d4b8f, 0xf46a630af379c43b7e1d3bd8335248ac337a3455f0070ba1b2b26889fb7f1b47, '', 0, '?'),
(0x52e6dc3c3240fce2dacf875a3ccca03f, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php', 0, 0x31df637344896825e98c5b7021983422, 0x31df637344896825e98c5b7021983422, 0xa3023b8ef8c33cb8aab7455525944877b8cfd744fbe144861f8dcb8b96833854, '', 0, '?'),
(0x52e8d747358eadb2b58d746fd601246f, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php', 1, 0x00000000000000000000000000000000, 0x1a5c95bf330d66184b146374adb94cda, 0x6cef39582e80be8828fd82c0a09bd167a1dfc20b5afeba534a3a1f03288b0f2a, '', 0, '?'),
(0x52ea4b3dc7e3b96558d940c8b26708c2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php', 0, 0xa97b8c93a4276d52426664a9a313e686, 0xa97b8c93a4276d52426664a9a313e686, 0xc45ac035a35636f9f8de5e4a30e74f39cbf06040a568e7177fc36180b1a858c9, '', 0, '?'),
(0x52eb09a570330b39892629ce90c07628, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php', 0, 0xd878ebaae79a7e38344e26a02d74fb5f, 0xd878ebaae79a7e38344e26a02d74fb5f, 0x266047d508f2e30bcc9c3f40f2e37d8a8009437ad4547cf82bbe9613c7400a25, '', 0, '?'),
(0x52f64f6c93ad768a3d13687db5580a66, 'wp-content/plugins/elementor-pro/modules/forms/classes/rest-client.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/rest-client.php', 0, 0xd017d1bf43eb9c2acc81baf77ce63373, 0xd017d1bf43eb9c2acc81baf77ce63373, 0xe81e986c81a44b48ed6777c90ddc1e06fcba977ad8a675af414f234a07af921b, '', 0, '?'),
(0x53033faf641eec7853939517e0d98e40, 'wp-includes/blocks/query-pagination/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/editor.css', 1, 0x00000000000000000000000000000000, 0x3f6b2e9b1c8eefd7b6e12ad7a0ac20df, 0x1dd88a72fb9485ebef489bf1ae4c173ddef65dd899e7881d215f27f915648d95, '', 0, '?'),
(0x53100fe9ff9f941276ed206a7f6f1649, 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2400.css', 1, 0x00000000000000000000000000000000, 0x008a2332cc68695a8117658cb868cdb1, 0x4d8173e10635b9a91b4046b9be5000fe0e9716ad0f5e7560812690eae14a9668, '', 0, '?'),
(0x5313731fefea0d5d3219b2694f220cc0, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ServiceProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckFinished.php', 0, 0xba358006dfff90bb87b3df85f4245aff, 0xba358006dfff90bb87b3df85f4245aff, 0xd2734d3690d8a56a0858400756dc3f85605eabd4ae61c0077dd5ae276e2e4b41, '', 0, '?'),
(0x5315aa172783e4655e6973dccf85fb2f, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/services/conditions-config.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/services/conditions-config.js', 0, 0xf85eac0a97a445f2459db5c555229749, 0xf85eac0a97a445f2459db5c555229749, 0x911e9242ee5dd3cd2ebd5188075b58812cdeb4c7d4145e606391046aada9c2f6, '', 0, '?'),
(0x531756663daa315f4d779e723e224a0a, 'wp-includes/blocks/comments-pagination/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x18932134b8939de83151376da64a36a4, 0x97d1d452934c4add85651943b453b3640bd4319b7f5d603c50889adabded2f61, '', 0, '?'),
(0x5320c587f14384c06ebca534b15518ca, 'wp-content/plugins/elementskit-lite/config/widget-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/config/widget-list.php', 1, 0x00000000000000000000000000000000, 0xdcbeceecbe53d4c58d7fea21d5db8808, 0x59dce47d4916337c5a9c3b7493bfcd45c38b1118d9fef614027cca19fd689e91, '', 0, '?'),
(0x532137f2592a651d34e34afe8905d053, 'wp-includes/blocks/comment-template/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-template/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdd4c30488bc0731124943816c62221ee, 0xb7daeff73e47c1e069c919078064ecf1b0ecfa56bece1920c035b58bd5757634, '', 0, '?'),
(0x532772a50df14404a9eb5f1eb6ea72fd, 'wp-content/plugins/elementor-pro/assets/js/editor.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/editor.min.js.LICENSE.txt', 0, 0x0082d36296d1953eb16271c949196e98, 0x0082d36296d1953eb16271c949196e98, 0x154b742fc10828f37965fc7577439dcdc0bd5fecea9e8b426bb6207c90cf315d, '', 0, '?'),
(0x532e46c8ab41be7f6aaeffe428a03a05, 'wp-includes/js/hoverIntent.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/hoverIntent.min.js', 1, 0x00000000000000000000000000000000, 0x8c0498e2f1f7a684a8d2a3feb934b64b, 0x1e7add5c9b3ac68eac165b3464607d147b3b8210d195c16678984cd4a9f23d05, '', 0, '?'),
(0x5330f4d6bee2d74b2f313775fc8eec94, 'wp-includes/js/jquery/ui/selectmenu.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/selectmenu.min.js', 1, 0x00000000000000000000000000000000, 0xecc3d4a65fcdf3c7fe67ff9d726d2daa, 0xa34f42d0c42096ae78f775804ef3b442bddcc33e71395a78ec9c9ad3768594a1, '', 0, '?'),
(0x533550eb16794cbfd7561ee4d09b5135, 'wp-content/plugins/tinymce-advanced/mce/table/plugin.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/easy-digital-downloads.php', 0, 0x6a42e9e27ac447193d1a431c9055c70e, 0x6a42e9e27ac447193d1a431c9055c70e, 0xaed6c3a82bf5f7404859a7ac3d27253be76822ad494034c78e347c0f8fd59849, '', 0, '?'),
(0x534a949dbe838aca95d60ed54aa56cb8, 'wp-content/plugins/elementor-pro/modules/forms/classes/mailerlite-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/mailerlite-handler.php', 0, 0x20b1a41f97fc54c51b2ca9742a07fd28, 0x20b1a41f97fc54c51b2ca9742a07fd28, 0xb73465a55ef946fcb317ea78485e8635df0cc35764d14f728885a3b4a8aa9961, '', 0, '?'),
(0x534ed20f677c7a694ae9c78c96da141a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/RemoteGetRequestResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/RemoteGetRequestResponse.php', 1, 0x00000000000000000000000000000000, 0x5fc06d29f54a283e90a778a86ef2c7fb, 0x0641134b0952ff6bf8289bbc704d0a2459830f54201d1430f781367f11b44ed9, '', 0, '?'),
(0x53547c295ab52faf521c6d144c1cb4cb, 'wp-content/themes/jannah/404.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/404.php', 0, 0x8611701f6bcd24e322a6ad11d800af96, 0x8611701f6bcd24e322a6ad11d800af96, 0x744b20b291dbc1db9d8cdf1048ffef63d0628415b523f375424c2f0a1aca20dc, '', 0, '?'),
(0x535814d75382651816fc79071dd56a6d, 'wp-content/themes/hello-elementor/customizer.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/customizer.css', 1, 0x00000000000000000000000000000000, 0x93605cfc688786fa70118b9cfa61095a, 0xea021b8f26932832473cb71f5f41e97bd8828cc665a4e7ad3657b0651cd2e382, '', 0, '?'),
(0x53582b37cafb081e311d3fc5f5cfee2d, 'wp-includes/js/jcrop/Jcrop.gif', '/home/forwardbetcasino/public_html/wp-includes/js/jcrop/Jcrop.gif', 1, 0x00000000000000000000000000000000, 0x5a8bfd37651305bdafbcf2cd51b0254b, 0x21889f4081a4589701374ac583c0e4febc709b33114bd23b530e2a21b8f5b04c, '', 0, '?'),
(0x536591fc8f318c0c82c304c13ff664fb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteGetRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0x9f4c15cc12e4a986f4054390fae8c427, 0x18752ce20292de074a21a30a12f508525a3bc5e89be3e9d5400d2dca26f1a4d1, '', 0, '?'),
(0x536ae17e369b907ba8809cc182085813, 'wp-admin/css/colors/modern/colors-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/modern/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xce0d5c6401f05e65f3bfa64b723e0df9, 0x13d6f223e7536c92df259326a69d656de2abc6b011a57f30792fc0dccf73d945, '', 0, '?'),
(0x53749c248c4bca596221a5124e82780d, 'wp-content/themes/twentytwentythree/style.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/style.css', 1, 0x00000000000000000000000000000000, 0x4e77b6c8abde27ef4c435004cfb33438, 0xb60d8ae777850d3d6219dcf2df1f31c3dcf1c7fe03b8ea0bdb5bfcd6af22a039, '', 0, '?'),
(0x5376837f64f3eebd4f8bf6e2f563ce4d, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-gallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-gallery.php', 0, 0x8eaaf71b68478a303133013c72e149ec, 0x8eaaf71b68478a303133013c72e149ec, 0x9bd08538bbf212b6afd16e29522ac039a946793780512a28f871939dfb3a7098, '', 0, '?'),
(0x53783317bd15696772295e469148d3e6, 'wp-content/plugins/elementor/modules/apps/admin-apps-page.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/apps/admin-apps-page.php', 1, 0x00000000000000000000000000000000, 0x2f77764f56be4903bf183143c0be669c, 0x944c87cc4f47b79168ad44edf52c4aa9b2bf3360fd1a546b54b34d8a48583901, '', 0, '?'),
(0x537a011f57ee0eeca54e1e4b5553d1e6, 'wp-includes/blocks/calendar.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/Cloudflare.php', 0, 0x164395519aa6e540a088b792f38605cd, 0x164395519aa6e540a088b792f38605cd, 0x7cdb89eab66a246f61ca46453c3be83c1725f8e3465dcb3133f14554e796b740, '', 0, '?'),
(0x537b7caf7260b4a1ed80b8af73977a6e, 'wp-content/plugins/elementor-pro/assets/js/notes/363.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/363.min.js.LICENSE.txt', 0, 0xdf802a322e1717e5f0155e47fb4581d4, 0xdf802a322e1717e5f0155e47fb4581d4, 0x87855ebe2e4c7bdb456c220b44bcd49d9291f968e2e7bc1dc9fa67fadb60cf07, '', 0, '?'),
(0x53819303b57e06a339e5e744f202323c, 'wp-content/plugins/amp/assets/images/amp-alert.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-alert.svg', 1, 0x00000000000000000000000000000000, 0x229fe488c2b8d65d5839cb7779ee255e, 0x81fe70d2b3c3639ccc1c39655c3b20db6ef326ddf0e1c5e384b830e000f49d60, '', 0, '?'),
(0x5385138a5ae1637e888a16e932adfe9b, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css', 1, 0x00000000000000000000000000000000, 0x97db8103f62ef845cbe078e37073b483, 0xdad3795cefb3d9f5dc2cb4a6e621043322cc94cd90170f28f25b8a0c3eda7633, '', 0, '?'),
(0x53871443de11bd6931dbada06a0ce0f9, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', 1, 0x00000000000000000000000000000000, 0x51c20ffd8da4fe212008e9d63419c031, 0x25c679e58c0dde8e425f8a3c76c2fe1ffbc4fcf4645dd54040d32c3c814c2fad, '', 0, '?'),
(0x5388fff7dc70d83ed9dd5772bd0e5945, 'wp-comments-post.php', '/home/forwardbetcasino/public_html/wp-comments-post.php', 1, 0x00000000000000000000000000000000, 0xdf419beba24aa233995e21f8404478cb, 0x027705ec16d8cbdf73b96e8238b6eb92e860f91577f1faf1c906ede7dc69df02, '', 0, '?'),
(0x538b1853af3408f8730c61184b101362, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheInterface.php', 0, 0x8efa613d61f5c2ebdcac49fd29e80cf7, 0x8efa613d61f5c2ebdcac49fd29e80cf7, 0x89be4ef3212590e3c4828bb63c7c07289c1c4c2f9dd4b51531ccffbf62910be6, '', 0, '?'),
(0x5391a28be167131846ec04f49d873d60, 'wp-content/plugins/wpseo-video/detail-retrieval/class-dailymotion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-dailymotion.php', 0, 0x7a9dd30090e7e182c6b2fd74fd0f0729, 0x7a9dd30090e7e182c6b2fd74fd0f0729, 0x784e75604c5fe66a35f4dd463bc87dd14fa65542c917e4362745ec41483d06d5, '', 0, '?'),
(0x53938c6cac2b13647bf5001425ca4cdc, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php', 1, 0x00000000000000000000000000000000, 0x27b89eeb0e9e7da37f6f0e1d54ea050a, 0xec09d3c6a04e88297d359fe9812a1d506fe3aadc601c7554d8dab9b16f0b164d, '', 0, '?'),
(0x53a50bb474e720f0c64ae839a9fd8647, 'wp-includes/css/dist/block-directory/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-directory/style.min.css', 1, 0x00000000000000000000000000000000, 0x618503cb764686d22a9dde834785afbb, 0x823d3e4a4b0b0987015bc3e10afe641745447b32e9b3896f135b9cc197e832d3, '', 0, '?'),
(0x53a524168fb799ca0d6dce47d3aae1cb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InconsistentUnitsForWidthAndHeight.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InconsistentUnitsForWidthAndHeight.php', 1, 0x00000000000000000000000000000000, 0x1218f44da5a9e1ae8d78507775ebbaa9, 0x2d7f93f0ce66914c9ef319cb704442576864c646d8f3570c1e9928b39f507626, '', 0, '?'),
(0x53a982f2351d2af2fd8f65de1da41254, 'wp-content/plugins/elementskit-lite/languages/elementskit-lite-es-ES.po', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/languages/elementskit-lite-es-ES.po', 1, 0x00000000000000000000000000000000, 0x74c577923e68b8245a42ced62efbb1f1, 0xbf13c851d2211c78e995d0cc37fb93af1e0128c04a3c4e25d4b2d3e8af96197b, '', 0, '?'),
(0x53ad93f90a1801e170de8d4725181bad, 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x53aebb64673d3ae3a3dd6ac4f4cf0bdb, 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-10.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-10.svg', 0, 0x7cd3ce534332a81fdfe22f9f76eebd82, 0x7cd3ce534332a81fdfe22f9f76eebd82, 0x2b5aa1618e7b847aa6d8d2f2e33ed2f915388a28d4092788c564021f2f060051, '', 0, '?'),
(0x53b8f715fd062ad62bdf4a90fd2da9cd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAds.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png', 1, 0x00000000000000000000000000000000, 0xc919c6f1fe88ff06cf0697323d352798, 0xd497df264905d9be96e5198fc8a10087e8dc098a0cb35015ad9661215c6337e4, '', 0, '?'),
(0x53d3e4d0a5efdff557a0b26351712b37, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-title.php', 1, 0x00000000000000000000000000000000, 0x490e2830a9c3ca9a68933422b158b2f8, 0xd0c66fcf749d7e40033ac5ecce82e8dea557cede619e8a7587ce8dd6bdee20c3, '', 0, '?'),
(0x53db0e1cca26eb617a38f64ad8b639a7, 'wp-includes/widgets.php', '/home/forwardbetcasino/public_html/wp-includes/widgets.php', 1, 0x00000000000000000000000000000000, 0x9d1d55b504a28f8fb66706859c86e8b6, 0xa96933c18189b58f19e8d7a6fad685b2b643d3b8dd3bcc44696ec8262245510d, '', 0, '?'),
(0x53dbfba89970a4a3c712f47a79191be9, 'wp-content/plugins/luckywp-table-of-contents/core/validators/Validator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/Validator.php', 1, 0x00000000000000000000000000000000, 0x53eb587be50827c133374b89f6d4cfa8, 0xb71a47ff3f253471f9dd052d50311b5a1808dd4c9fc8efb402e591c9b2f60493, '', 0, '?'),
(0x53de1fe96ceecb1cb23aadf7a6043eb0, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/breadcrumb.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/breadcrumb.php', 0, 0x4f63920a536f62a202e1e05ac7e01416, 0x4f63920a536f62a202e1e05ac7e01416, 0xe2e9925f31e8ca7c25cc16f40338c1e8711f7b1a2f636673d88cc1067638f890, '', 0, '?'),
(0x53dfcd3b5964a5efd6d149c915934a57, 'wp-content/themes/twentytwentythree/templates/blank.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/blank.html', 1, 0x00000000000000000000000000000000, 0x160078997ab96546a6ff15eb3dbc070e, 0x979eaf910af423d746c5567ecce119f830cd51252a4c466bca19528c08a08e80, '', 0, '?'),
(0x53e83a97b8d87e666f1a2e9f32605665, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php', 0, 0xbd0dd5877d941c8c133539715b451022, 0xbd0dd5877d941c8c133539715b451022, 0x9eb2b922a27965c554ace2f6972e69f1d1ab151c30a7e335681925b44d2f7ef3, '', 0, '?'),
(0x53eb45b4b1e71c0e03b6df467e29fbf9, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Media/Embeds/EmbedsSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Media/Embeds/EmbedsSubscriber.php', 0, 0xe84d0f3b2e51a18194493887cfdde303, 0xe84d0f3b2e51a18194493887cfdde303, 0x0f6038025bd64a141cf891b84c2b1e504e1862df07e605b942288832f500f329, '', 0, '?'),
(0x53ee7440fbe64b1186fec493ef7fd0e0, 'wp-content/plugins/elementor/assets/css/widget-nested-tabs-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-nested-tabs-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa96e19096ec2f98c548addfa326f8a2f, 0x58e47da0775dcda89a20c17476677140cee13540b5f3c4e5330bf65bd2756686, '', 0, '?'),
(0x53f55c387a3b0f06ab58a5eb38e8fcac, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php', 1, 0x00000000000000000000000000000000, 0x0a865e401d4d7a39ee753c48713ff012, 0xb132a089422f0ae29ee186ba99d1b2c2744a3322b3a8fcdda800b737ceb92bdc, '', 0, '?'),
(0x53f9d70d27c07ef6d1fef4dbc37932a0, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.css', 1, 0x00000000000000000000000000000000, 0xadb148912d9f79b9b359f93cf5692efc, 0xda8bab01d2348b04b8f053c4a53e6caa3a916108eb804b57a1325252281eeaaa, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x53fc7a572bcf8b59268f4911c3875541, 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/6.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/6.png', 1, 0x00000000000000000000000000000000, 0xd70bd07411bf074d15329c50d60b3362, 0xdc4643517cdc7bdb83f4982e5fb7d13786c0158e4a25b8e81867d31f5f70501f, '', 0, '?'),
(0x5405bdab3f4426155f9bbb229141dc19, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset/Amp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset/Amp4email.php', 1, 0x00000000000000000000000000000000, 0x293d8757cbdc666158bfdcaaba62c189, 0x2fc6d601365b0b9a6cbdc1ddddc303a6fc44d1aa523aaad4a834a98421acbd2f, '', 0, '?'),
(0x5406097f67111f15c291ca7f53502ec2, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-3.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-3.min.css', 1, 0x00000000000000000000000000000000, 0x306b4cba1b32075b697c5601c871f570, 0x18e7a1e642467050b88b41329a7e9619b727dd7a9edaa4f41503ace1a934f0fa, '', 0, '?'),
(0x541010d172f1c2e57ecf19575d1119ef, 'wp-includes/class-wp-comment.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-comment.php', 1, 0x00000000000000000000000000000000, 0x9d9d19fd76e6ec9f40819aeea8b790a8, 0xf0bab7d87708897d3472ff4b352feec9f769b52a8952656a3851566b047a5d61, '', 0, '?'),
(0x5413cd98bb553eed5f9127df21078e76, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/PreloadHeroImageConfiguration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/PreloadHeroImageConfiguration.php', 1, 0x00000000000000000000000000000000, 0xd786a1a9a681ed28da00437a903d928f, 0x9b46b4ab33fdcd6642c5acd5514321742957294f66c1938e9d4b86e1b9693fda, '', 0, '?'),
(0x5429e8556ebbaaa9d0160fdde87fd03d, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-2-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-var-2-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb234f89fff3dbe2d9ee5e3d5d2672bae, 0x6d53f086f70fbae0fcaa11ca8be937d93d28467b33293dfe5f7365e0a2bf5094, '', 0, '?'),
(0x542f80e9d86698a9556af8ddb5203a15, 'wp-content/plugins/elementor/core/common/modules/ajax/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php', 1, 0x00000000000000000000000000000000, 0x91eeb797cab6abd60485691b6a3ca763, 0xf9cbcab8dca0508739bfa950fc949bbcb0202f6f4cbdc555ecee13935fce0a34, '', 0, '?'),
(0x542f98f6050e2db5cabfc569ccfdfcd7, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php', 0, 0xdf1513f5e828bd6f4eba40585439f037, 0xdf1513f5e828bd6f4eba40585439f037, 0x09e1607954eeca0f8904ac21281c693850473b9abfa7ce85532f8ddc334fa037, '', 0, '?'),
(0x54306196acfc251b0b73327dce1dc8ff, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/my-account.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/my-account.php', 0, 0x50f8649418623ac84d7093a384be7919, 0x50f8649418623ac84d7093a384be7919, 0x08134832b498da0772c8b6a9856ed060eebf93afbd5171dfcd9e2f4eac71f3d6, '', 0, '?'),
(0x5436064b153f8694b473d320823728f9, 'wp-includes/customize/class-wp-customize-sidebar-section.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-sidebar-section.php', 1, 0x00000000000000000000000000000000, 0x566aafbd42e1e1a2dbd8b1f4c5c18571, 0x9b9a7b1023d469ab601ba0f700ccffabe26aa3c1c3602070c78d2bf6661e46f1, '', 0, '?'),
(0x5436eb1ea3b4fec86f556b4593696a7c, 'wp-content/plugins/elementor-pro/vendor/composer/autoload_static.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/autoload_static.php', 0, 0xc04d51282093353644937bebb83bbf21, 0xc04d51282093353644937bebb83bbf21, 0xb7eee4b3c1ff55c7e78d7eb8ca1dfa3714b612af8a88b4bf202970235b1780e7, '', 0, '?'),
(0x543a284b15c25aa38c1633a9e432b8f7, 'wp-admin/user/contribute.php', '/home/forwardbetcasino/public_html/wp-admin/user/contribute.php', 1, 0x00000000000000000000000000000000, 0x99be81c1456707dcf916cf09ee5c76b0, 0x9b26f017004afcac3c9ffe34a45c4a71c338b982a3af134cb7d77127bb97e3a0, '', 0, '?'),
(0x543ad422235a4dca842a260681f8907a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AppendCellsRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AppendCellsRequest.php', 0, 0xa97c3d4f4cc0e10a7baf157fd6dbc975, 0xa97c3d4f4cc0e10a7baf157fd6dbc975, 0x1b95a11bc14a09620f278ab1696fc0230c1f925328b0802ea5e5dcfaa02f7a46, '', 0, '?'),
(0x543f843f3a71d7ae50c3f3616827abab, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPDismissOption.php', 1, 0x00000000000000000000000000000000, 0xba3cbb79e120f780bebd05a96b81b44c, 0x565d449e7ff7e639619258012c704c5da8c25a3e5c64a8c542d5fa09a1b13d92, '', 0, '?'),
(0x5444309627b8411d003567e815736615, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/GravInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/GravInstaller.php', 0, 0x3ee2de91aebb9755ec405e4c9f145d04, 0x3ee2de91aebb9755ec405e4c9f145d04, 0x299a8381cc4c427c401601a39a13a90fa30f22df5599654a45bb57027a208383, '', 0, '?'),
(0x544ceb1fe93ec7a79430ce26a14033d1, 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-wp-screen.php', 1, 0x00000000000000000000000000000000, 0x68ca5f0c64fb14e18d86bea589b31e8c, 0x9a1aa4063bf862b64d287ff43967c40f070a34946a603116b66a8937ad28cf1e, '', 0, '?'),
(0x544f5fd7a87745cfa73ce776089dce8d, 'wp-includes/blocks/navigation/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/block.json', 1, 0x00000000000000000000000000000000, 0xbac21134d9c89113162c88a2fd51b8cc, 0x85159b91fd28098ea4b7071ab334a49a32ed9f7921ea184f782a44f4968ebbeb, '', 0, '?'),
(0x5455d3b024a2d6391425f0c34031e037, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReachPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReachPlayer.php', 1, 0x00000000000000000000000000000000, 0xc9d2cd123332cb8803691c03bb0e327e, 0xe2a1e548b9c593b5dc70de8260424188d40efaac1593f8c08a7704df32050c5d, '', 0, '?'),
(0x54635969cc832b8bca5bdfc1334ea983, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/banner_dashboard-before.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/banner_dashboard-before.png', 1, 0x00000000000000000000000000000000, 0xb9e29b0fc2ba38cca8d7f91a79ad9554, 0xb298e96855d5d97857733bdf47d31c1ada40f2124c3c02eb31d13d681bb20397, '', 0, '?'),
(0x54641a0190e4286ddbb151eeff9130d5, 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x6bf6c9f57c7caea494b13c013c481351, 0x3ac1efa58f0787bc29a955b5fd3b37bdc44318869a2dfc00aa8365108ec7783b, '', 0, '?'),
(0x546b350b774fd3107415c15e66d34708, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php', 1, 0x00000000000000000000000000000000, 0x1f85cec29ada9772511fbe261a534264, 0x4358f2df1c8cdd49e224739090475cccc6c16183e2ef5cf41c40ff78df328cae, '', 0, '?'),
(0x546e02b2cc3bf3e3338b50e8a5195336, 'wp-includes/css/classic-themes.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/wp-tinymce.js', 1, 0x00000000000000000000000000000000, 0x0b56bb2d9c064a5c853868422e93dd9d, 0xd57d887a29f8f985b34d2ff6053af793c6726cddced413e40706150678284c1f, '', 0, '?'),
(0x547d264b2ef8fc62861c36bed896730f, 'wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsent.php', 1, 0x00000000000000000000000000000000, 0x14bf15b2657977f86ea157d105b6c72a, 0xc97e60c7e1c999d1098e21aa324cda30112835f5e2feb8886f8341f9b2aa1b47, '', 0, '?'),
(0x54872e6f40cea832ff77f5768e9f58b9, 'wp-includes/js/jcrop/jquery.Jcrop.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jcrop/jquery.Jcrop.min.js', 1, 0x00000000000000000000000000000000, 0x32466aeac5479e5a76f443510060dc5b, 0x553dc7d0d7c7c84f198ef36deb433579b6bb827deac735c45cd5eead017c0001, '', 0, '?'),
(0x548c8ab3766d3f2cb361dee9e35434ea, 'wp-includes/ID3/module.audio-video.quicktime.php', '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio-video.quicktime.php', 1, 0x00000000000000000000000000000000, 0x1bc008303a44b7c47e68285749da067d, 0xf37d8be360dbed2994c8857f48b2bff80d2b3435a7cceb71ec0b6bbf81589606, '', 0, '?'),
(0x549873035985a64b06fa3b1f1f7e99fb, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-verification.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-verification.php', 0, 0x5ecbcb6fe7455b9d89bf3ff2fe00c0d4, 0x5ecbcb6fe7455b9d89bf3ff2fe00c0d4, 0xd1e492ba0fa16f827fb7908727a5ddea1ceed94dfc33d25b97055b9ddf35ccad, '', 0, '?'),
(0x549d734940a548cf3d6b033956cc3dfc, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_files.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_files.php', 0, 0x2466fa9d3ac685523767f3e5326ed350, 0x2466fa9d3ac685523767f3e5326ed350, 0x1f1fedbb3ccfbfcf6e6d80f903a4b9a63cdc5e0e380fb833a2b7160832fdf98e, '', 0, '?'),
(0x54a6d2f10df66656842bdcf805206a9b, 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', 1, 0x00000000000000000000000000000000, 0x67785880a34a54d1ef8a6278ca19fa8d, 0x66819878a42f1fd278e8a8c017ebb01c47dc150a388735fa36071b89095af42b, '', 0, '?'),
(0x54b9ffb046d8232f84d9d94e03517d03, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryLastChildTag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryLastChildTag.php', 1, 0x00000000000000000000000000000000, 0xa1059bf3f3f7c3b52a4cb7138122f39e, 0x2755e72a540760c5fd6cc2056339ebdf3466071cfd63eb18ddd7943a4a8d8c1c, '', 0, '?'),
(0x54bcbe93b10cd55bc07a9386a051a3e5, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/widget-writer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/widget-writer.php', 1, 0x00000000000000000000000000000000, 0x8012c7553f6d2b09730045dd13ade00c, 0xb39ab8c9367ffb59c76e9020eeba50ab0ae1b6a3db1589c2311eb98797a9a82a, '', 0, '?'),
(0x54c03d65e49f58a7dc718a58639ce047, 'wp-content/plugins/elementskit/widgets/advanced-toggle/advanced-toggle-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-toggle/advanced-toggle-handler.php', 0, 0x47ce650a43543e1b48f1584355577ec5, 0x47ce650a43543e1b48f1584355577ec5, 0x1ea45a9bc8c1acec07109500b8ec3f15ce1c302a894a58be4b4fd28d683901e2, '', 0, '?'),
(0x54c5d9603599b9c8327a2f163ee09a77, 'wp-includes/blocks/query-pagination/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x3f6b2e9b1c8eefd7b6e12ad7a0ac20df, 0x1dd88a72fb9485ebef489bf1ae4c173ddef65dd899e7881d215f27f915648d95, '', 0, '?'),
(0x54ce5adc5a8289c450ca29a48b12da8f, 'wp-content/plugins/elementor/modules/floating-buttons/base/widget-floating-bars-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/base/widget-floating-bars-base.php', 1, 0x00000000000000000000000000000000, 0x259783d6b4fb430c925816a4dc90feb1, 0xe38ac8e0bdd53575d0d5cd33a3bd8aa2801fd3f605fa9f90c7cbfc56bcc9761f, '', 0, '?'),
(0x54d52c9b8ad44245d45ed7c3af238172, 'wp-content/plugins/elementor/core/debug/classes/theme-missing.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/debug/classes/theme-missing.php', 1, 0x00000000000000000000000000000000, 0xec088f90aa1d598524f3706e7ca1d3ac, 0xa86d08e5222c7b4c4a3f8753ecc4567c1eda0942e3eb4ae5735beb79bd01702b, '', 0, '?'),
(0x54d6e7c1ab73fbe64c5c18afebd8711f, 'wp-content/themes/twentytwentyfour/parts/footer.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/parts/footer.html', 1, 0x00000000000000000000000000000000, 0x4d976fb09917cc5e74dd2dc139ed0bba, 0x33e5f7d36990c1abfa26a56181f1501db79603c57b64a1cad13491b34a7bb752, '', 0, '?'),
(0x54da9362fb1b49fc91767d997a359ed4, 'wp-includes/blocks/avatar/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x447c7cb6918350ac8e7915ed5847c2ea, 0x7e0e5fe13878137e0112354bf98a90183c41b888daf07bf0d41fd89a6520e6d0, '', 0, '?'),
(0x54dbb8261faa03b437fb49b04a49eca2, 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/FontAwesome.otf', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/FontAwesome.otf', 1, 0x00000000000000000000000000000000, 0x0d2717cd5d853e5c765ca032dfd41a4d, 0x716fc14f244b5da18eb06733d06e81fbc392b1d19017d27eeef807f928805280, '', 0, '?'),
(0x54dc8c8a37601600f4fdae02d6ef2881, 'wp-includes/js/mediaelement/renderers/vimeo.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/renderers/vimeo.min.js', 1, 0x00000000000000000000000000000000, 0x170687433986a4a559fa4f16b1d7c70e, 0x8b84c72bf7c2ae2d465670fddda8496874d84cdf6950254bd7ddfc698dff0b36, '', 0, '?'),
(0x54e014396f2a214c0f2a996f047774c4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php', 0, 0xd8a912094f72875a57e33b1eff910008, 0xd8a912094f72875a57e33b1eff910008, 0x35cae2d37116bfc4025b4f9940169af82336847985fad2dde986820b036808e4, '', 0, '?'),
(0x54e3c39b0f640bb051b5a3637923e163, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/SerializableClosure.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/SerializableClosure.php', 1, 0x00000000000000000000000000000000, 0x6d1384fad10a087655d0caef5c5ebb4e, 0xcb2071e31c624655ef9f6dfa5455f835f1fd071bcf06908586d3be984e8da0eb, '', 0, '?'),
(0x54e617e61a738e097cee4b99b15e7fc7, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/base.php', 0, 0x4d33a2ae6eebae813727522d52c8bf2d, 0x4d33a2ae6eebae813727522d52c8bf2d, 0xc2a4faf1d89cbe9e9a7f8fa6797788d2aa96caa6f86da8bc74f4715a734e8ec1, '', 0, '?'),
(0x54ec5ebf876131aa07d365ebbfae5247, 'wp-content/plugins/elementor-pro/assets/js/nested-carousel.89e4316f7581676fce8a.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/nested-carousel.89e4316f7581676fce8a.bundle.js', 0, 0xdfe46f0a528a5d122a2505108eca612a, 0xdfe46f0a528a5d122a2505108eca612a, 0x581e312d68dd4471e382d54274bfdecb0917d33369f99918c3eae740932801f9, '', 0, '?'),
(0x54ef784a22c2315bf85768faf1b07a46, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php', 0, 0x51c94a3af979ecc771c2f4d4a934ade7, 0x51c94a3af979ecc771c2f4d4a934ade7, 0x9afecf4518eb66bb9e085dd1384ee48904609d645b4f50d3acc9d6bfd82ad35e, '', 0, '?'),
(0x54fdfdc284b1a7fc5ca337e105fd74a9, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-date.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-date.php', 0, 0x12c4a622c5c5c1e3de45139d5667e18d, 0x12c4a622c5c5c1e3de45139d5667e18d, 0xe83865a3fe5e527e8b13b9ba888e5f71cc3a46c81dfc2ce88be794a6cb73407b, '', 0, '?'),
(0x550902f70bd5b3dda985b7b850e0f2c9, 'wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-pickles.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-pickles.php', 0, 0x5df812f45ef461dc1223be846f1a5eed, 0x5df812f45ef461dc1223be846f1a5eed, 0xb17c050051e3f08b474167bcc5f0edb3dbf9979b766015ae1c5ba06a624f45a5, '', 0, '?'),
(0x5513f3de1ac5cee2d462797041dab10b, 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/suggestion-processor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/suggestion-processor.php', 0, 0x635512aebb7a843b113324003f23a669, 0x635512aebb7a843b113324003f23a669, 0x54b3cbe89739b796b71f118c6d0b91d09406f38e5a00a9f7df4d51ea7ca1b2a7, '', 0, '?'),
(0x551519328d59b95246fc3177fbdbf9a6, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/migration.php', 0, 0x35eeee285fb8108b0b1f6973ffb5fab6, 0x35eeee285fb8108b0b1f6973ffb5fab6, 0x1851718e2e5bb7eeb760d242befc78fb0099cc34645d1ffaacf0136bff0d308a, '', 0, '?'),
(0x551a2f96baff87693f75f30fd1c224e6, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php', 0, 0xe49aba886f8ca9e9c5c69aeb8c219999, 0xe49aba886f8ca9e9c5c69aeb8c219999, 0x3a5311953d1a17a5101e6aab01ba810c7be2b0eddda610282da8ec1ebb3f1ddd, '', 0, '?'),
(0x551c37d53e627e1aa0b5de22e1eb3c9f, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/front-page.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/front-page.php', 0, 0x06515bf9cb2f7858750b869bc897589f, 0x06515bf9cb2f7858750b869bc897589f, 0x86ce9c3d0bff1a2eaa4dc4971a28ee6672157e6f48b51cd29b4f18189dbc8506, '', 0, '?'),
(0x5527b228ae6f81fa0f06eba6f2f3c24a, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/CSSTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/CSSTrait.php', 0, 0x883e7d2e15638cb48c6061305ec15a46, 0x883e7d2e15638cb48c6061305ec15a46, 0xd5978b50d29c7db4184879653c916646518031e2ccc5f5a1c3a629b19e8a1e1f, '', 0, '?'),
(0x552fa5197f64cabc7ba71aca4cf601b3, 'wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.css', 1, 0x00000000000000000000000000000000, 0xacea3b1d9efc25f450db88b378f26988, 0x54d4325b63caa0dd2dc683effc46a75b3f16316d98a2cfc3d89e4b5b759c5a9d, '', 0, '?'),
(0x553650fbcc5c66bbb1d578d6ca070505, 'wp-content/plugins/elementor/includes/controls/hidden.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/hidden.php', 1, 0x00000000000000000000000000000000, 0x10c17aaeae3f5572fe062e62e57fe709, 0x31f0062485215a21878715e98afe39908065d0d07b416ecb0515c7d28d48c3ab, '', 0, '?'),
(0x55372411acacb4fb05bc4fedb9aa5518, 'wp-content/plugins/wordpress-seo/css/dist/general-page-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/general-page-2400.css', 1, 0x00000000000000000000000000000000, 0x37e78ed31c1906dea662c8df2c1e91aa, 0x37f55226ea16509b52c1ee491aadc5e157427f70950f16609e82443700b53ce5, '', 0, '?'),
(0x553f94f5e763389c8a551cdc06490724, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document.php', 1, 0x00000000000000000000000000000000, 0xf6ee22f7e5d126acb6b6a23b61475de3, 0x1aa2d513e9618e85da99a14d4994beb00eb1d0a6412a5fec4bbce0879c64e654, '', 0, '?'),
(0x55418ec1babe62dad5b2fe8a99b43b2c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php', 0, 0xddbd10fb686a17243e1a7bf726715284, 0xddbd10fb686a17243e1a7bf726715284, 0xeb66ef95704f643a633d83673e185a329033f92c4f1597892cdcb6b6504c5aad, '', 0, '?'),
(0x554910825f95d1cbea596dabe7d1135f, 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', 1, 0x00000000000000000000000000000000, 0x501976fd4269fffb8312b2591b5f9fbb, 0xc2f6867a0048247981441937f9e9dfe673bb7b0c8c11de7735b2a0e2c61db992, '', 0, '?'),
(0x555d07ede91df371bf75c56f6ccbdf64, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/EncoderInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/EncoderInterface.php', 0, 0xc17ab83d6c560763fee224f8641023aa, 0xc17ab83d6c560763fee224f8641023aa, 0x83c0dbfb89c839eeea24d6880215cdc99737e9b0c4731709b97a2c41890e803d, '', 0, '?'),
(0x55609133bd2399691ba81e79ce1f3cfc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsConfettiAttrs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsConfettiAttrs.php', 1, 0x00000000000000000000000000000000, 0xe19a6b70d3728d638f88466259df4bc0, 0x445b07d2e097b5fa4cea1d17ef0b334f01609c73fd931e9d1448d96c203c2dfd, '', 0, '?'),
(0x5565a6744126d8527caf0815b20d5156, 'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss', 1, 0x00000000000000000000000000000000, 0x2991b7a18d1e586772ef7ef50d8057c0, 0x41ac486714e2ce5b03724712df5e9f8ad2186bce98d5faa98269b8a93c93009c, '', 0, '?'),
(0x5567d0ae1c419e44b4654e5cda9bd0bc, 'wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', 1, 0x00000000000000000000000000000000, 0x1657ce0c511c663a9da181260e3d88d7, 0x4f40b052ecc876fff64617e6ed70f0e1bd2e45b48b8f183ff9f8f01afc694b43, '', 0, '?'),
(0x556d14cc44b4f2bff033c9f88edc2578, 'wp-content/plugins/wordfence/languages/wordfence.pot', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/languages/wordfence.pot', 1, 0x00000000000000000000000000000000, 0xe89549b993ed7e684b262c73815e152b, 0xd145ff923ba7af45955d8a9f1e578d4bdd9744bab7dabae96e8e53e4c6cef3c7, '', 0, '?'),
(0x5570570b43bf4c13b6f91023bbe2d0e1, 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.ttf', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.ttf', 1, 0x00000000000000000000000000000000, 0xebe8144dc13748a934d91d45c2941d47, 0x90781318b32ac0f13f855209ef77f8574481fe4680598637e74156b07bd2edba, '', 0, '?'),
(0x5570ddbd7f35fb6c759dfb82b4353199, 'wp-content/themes/twentytwentythree/parts/comments.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/parts/comments.html', 1, 0x00000000000000000000000000000000, 0x440c27639af0ee329447a6bac2357981, 0x8bc232ce15d03a1260bb908b404171721aefa10d9d3f9a132cd0d6f1b59f9ee5, '', 0, '?'),
(0x55802ed51ef4bd914700e3c46837134b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/ecommerce.png', 1, 0x00000000000000000000000000000000, 0x3780848907e720ffc5c17e6cc7a458dc, 0xb7b1fe910f57d07f4aa6879aff1dc48b1dcc452204d6f14fb51955fc2146e64d, '', 0, '?'),
(0x5586c39748dc206d12e8b8480e2f04aa, 'wp-content/plugins/wordpress-seo/js/dist/languages/fr.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/fr.js', 1, 0x00000000000000000000000000000000, 0xc9ddbcfda42fccf49a247024a7dc753f, 0x79acef73b2f2fa7989144a217bff21f7e4b0ae674ca4e8039da4bde9ffc38c4a, '', 0, '?'),
(0x559922ea457a1bbd405a03ace06d105f, 'wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css', 1, 0x00000000000000000000000000000000, 0xaf0a21267da780791f6af4ed8ce6f2da, 0x4c5979a8beefc94918dff2f97f34e8e50a42a4eca08dcc21b0049939b3a4e121, '', 0, '?'),
(0x559ea30f9e406d87ce37a11ca7d6dc48, 'wp-content/plugins/elementskit/widgets/unfold/unfold.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/unfold/unfold.php', 0, 0xfa9f49040e7c8686652511d90f9450ae, 0xfa9f49040e7c8686652511d90f9450ae, 0xb7f459c71aa91dcc03a5b1dee142531b5768c7f2f8253cc2d050fa62ec10caad, '', 0, '?'),
(0x55a4c48b4920ffc38dc1a2f2574a51e1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/CssRules.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/CssRules.php', 1, 0x00000000000000000000000000000000, 0x3858dcd85d3e003356263dd2cd84dbbb, 0x9a7bd0ebcfe9504be6449f1f31bae29109a89374d3cdb9528a57a6b413dfa85a, '', 0, '?'),
(0x55ac056ec99362346c5a052c05490403, 'wp-admin/css/about-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/about-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x82d3ff306973b46d851257073dcd5261, 0xb3bc57335dd030c23a9888f182d0ebe4a8da1e412a0bc2a10dc51c6330fa769a, '', 0, '?'),
(0x55b3d2cba8b284a431f00c56eed88a32, 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.eot', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.eot', 1, 0x00000000000000000000000000000000, 0x674f50d287a8c48dc19ba404d20fe713, 0xfbfae57e382001176972aebfdd0b0a135070afa60a32f28a35a7446168427a50, '', 0, '?'),
(0x55bc5bb0cb25440502d729431ea31869, 'wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-width-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-width-presenter.php', 0, 0x8eb63396bd725de34764c993b78992f0, 0x8eb63396bd725de34764c993b78992f0, 0x7d47ab7cc3a358f0f6fc70fa2ba2e2b3e4efc19a2d10c7a8160a4c18c384e98f, '', 0, '?'),
(0x55bdd7bbd65571e3bb525a3a1eb8f213, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-tab-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/crystal/video.png', 1, 0x00000000000000000000000000000000, 0x94010edbfd8e6ca589daa4b83bf53d0b, 0xfa9953110d49beb0559b8c39025f3ce2f7b566041b6085ec2648175977c27588, '', 0, '?'),
(0x55c618b3bbf442547b3c83505d4a6693, 'wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php', 1, 0x00000000000000000000000000000000, 0xc4e29e7f43dbf383c37ce42491d240b6, 0x846830d6d59252fdac5908e1946ebf1677dc40ed0e3e5a3c995495c44e2b749f, '', 0, '?'),
(0x55caea0ca6a28cdd6e33fd0c16e8d992, 'wp-includes/js/dist/script-modules/block-library/navigation/view.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/navigation/view.js', 1, 0x00000000000000000000000000000000, 0xef26dd8a597641f1a7821fd88fba7125, 0xa06f20c03759bb2a3281f09095c29af895ed513dd10c63fe0f66a170ada255eb, '', 0, '?'),
(0x55cb627fd9f151120f766341a69f8a00, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.css', 1, 0x00000000000000000000000000000000, 0xf27bb7f97441df710fb9c8bb10534b85, 0xcdb375817ecd77aaf2b189ebbd09e3a0074afd436294437e8689c829890330a4, '', 0, '?'),
(0x55cc08d73de318fec51d3ebc13867758, 'wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php', 1, 0x00000000000000000000000000000000, 0xcb3597f4bad25d8150ed1722ca46a02e, 0xf213edb4067f06f7f3e3572208ef97c366ef2331adffab457462fa906ae30111, '', 0, '?'),
(0x55cf155e089dce17201448ed54a4376a, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php', 1, 0x00000000000000000000000000000000, 0x8984a0fe16b227f6d1c09659b50b7014, 0xf9c5cfc2c4ce832cc8220777f32cfafa4cbb20526a0012e10ba6294db36fec97, '', 0, '?'),
(0x55d3b0e3d917c456be7a9fda942ad305, 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/condition-enable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/condition-enable.php', 0, 0xb4bca3e0fa798fc29806b202dd350309, 0xb4bca3e0fa798fc29806b202dd350309, 0xe250d75ca0a21862a1f102419ec68f41c08b333bef48ca1a87cd9108753f6411, '', 0, '?'),
(0x55d424a46d0205713741a88362a94ccb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RandomizeRangeRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RandomizeRangeRequest.php', 0, 0x23af5441130f8f2d742046de2a47a347, 0x23af5441130f8f2d742046de2a47a347, 0x55dc905c7c346748b0861aed19f101c0f526b15e1a7fa1990409bb5185cca264, '', 0, '?'),
(0x55d635c8a871abe36052e9aaabda2a1d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/AppendStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/AppendStream.php', 0, 0x491aad1e5020c501d2a2fb2a37850127, 0x491aad1e5020c501d2a2fb2a37850127, 0x20cade7b5b28788f218e813fca4a4d8093877121c1442e6ab470f6a644322951, '', 0, '?'),
(0x55d92525e6e9dfab78cc8ec08787c2d2, 'wp-content/plugins/wp-rocket/inc/Logger/LoggerAwareInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonLtsScriptAfterLts.php', 1, 0x00000000000000000000000000000000, 0xf8bb62e68ead6471fc6f8bc020517053, 0xdf092a398d2aa30d3732523af415b676cc78126026049e5e8750ec8a468e71ed, '', 0, '?'),
(0x55e97790410f3a3d507c689cb479bca7, 'wp-content/plugins/wordpress-seo/css/dist/support-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/support-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x378f71932da58b7ca63cbea9f669853a, 0x150b06bffb957c20157dfbd637fcaf397970f0881037d808b84070e060bc3a67, '', 0, '?'),
(0x55f04726af9674f45f0854da72a08f10, 'wp-includes/css/dist/commands/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/styleguide.js', 1, 0x00000000000000000000000000000000, 0x2e9451820cb0941d7ab930835f9c5c77, 0x2a16dce660421b646d479b2d4aad2c985e271d4ede0c93b326ecf671cadc261d, '', 0, '?'),
(0x55f4f3cd28ed57b4077af21d6f51216b, 'wp-content/plugins/amp/src/Infrastructure/ServiceBasedPlugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceBasedPlugin.php', 1, 0x00000000000000000000000000000000, 0xa29d210052d5bb7c74b127f6663a7270, 0xda5ca35d95131d51ce6d97fea53a86f3b909e021875af78233b6a49b027cad88, '', 0, '?'),
(0x55f77a34009986567413e951a4f516d9, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/event-schedule.php', 1, 0x00000000000000000000000000000000, 0x51c0978d7b7da766eaed8def90df6087, 0x32549ef3371b66357b285869fcc533808aa896c9732e23786b92eab990a806fe, '', 0, '?'),
(0x55fbad6587c0eae650ade08521973b40, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRedbullPlayer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlEngineAttrs.php', 1, 0x00000000000000000000000000000000, 0x41568f31415be02d34a1eb8cd056b65b, 0xd66f64bf3ced3338df711eb22dd53199e35f96c2077afe229b3a6408c9a82cf0, '', 0, '?'),
(0x55fffb322cd0fbb34d3242fd28acdf1e, 'wp-content/plugins/elementskit/widgets/pinterest-feed/markup/header.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/markup/header.php', 0, 0x90eca8e10a11c3b13ce8b3b102768d54, 0x90eca8e10a11c3b13ce8b3b102768d54, 0xa44660c7bd14fa6b362d27a46d9167d0aa87276d40bc1568a8c7db139cb32bad, '', 0, '?'),
(0x56010a9f4b4f5ac637b8214a8a4ff2d5, 'wp-includes/css/dist/block-library/editor-elements-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor-elements-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf07648d685923c8decbd556a2b954054, 0xf202a7930118c856084c6298f5fbd834648e6f70f9b0f377ffbeaf58834bf9c9, '', 0, '?'),
(0x560a07d5c95560bd5f9a35fa98ad1b38, 'wp-includes/js/customize-base.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/customize-base.min.js', 1, 0x00000000000000000000000000000000, 0x81c70494b79f4ce5a6bdf17557983f74, 0x938c4c4908f31615ae9c494d206324b86bc681642690859117c0f2e0eaf94047, '', 0, '?'),
(0x560e91f4b93ce9993747ba6ed4ffb297, 'wp-includes/blocks/separator/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/style.css', 1, 0x00000000000000000000000000000000, 0x20bd13749b45a36f3f0c40150503c27b, 0xd61be5a96b4c04f2d82347a413f861115e092cd0860d46270aab673a7d464c7a, '', 0, '?'),
(0x561119c19e585a86e2ea07d3bee95d40, 'wp-content/plugins/elementor/includes/managers/elements.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/elements.php', 1, 0x00000000000000000000000000000000, 0x2accf20595e0c396f42e1698a83c30ca, 0x4b471f144f0f84908ce2ad31d3cf51f5e3c4c4f94ec47359a9dad11dddb4606f, '', 0, '?'),
(0x561bbc0deaa733239e934af210f7197b, 'wp-includes/sodium_compat/composer.json', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/composer.json', 1, 0x00000000000000000000000000000000, 0x0493b20b58e99137a57b280e473588c1, 0x353c9bb148e0dfe958300efdb3c9f8749c3eae2dda018dd81bade0c4fdfe1e0e, '', 0, '?'),
(0x561ea1422e69d18544698da297a9c9e5, 'wp-content/themes/twentytwentyfive/patterns/page-cv-bio.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/settings/tools.php', 1, 0x00000000000000000000000000000000, 0x84fa52545c82f2a67a7998a60851c42b, 0x3fa0cc1f33499a7c4b24de598f8f19407566f5df403b233eadb6f689dc500a76, '', 0, '?'),
(0x562977d182e8ff057ddea72659a45713, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Registry.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Registry.php', 0, 0x8036947daa5c8c149257fb27f2f74587, 0x8036947daa5c8c149257fb27f2f74587, 0xa8553311e15092bcbd503074945167eafe1769ce1ab535d24546d9bba1abf1fc, '', 0, '?'),
(0x562b1d2b2c6912d7cbcaaf0463d3f1cb, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ErrorHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ErrorHandler.php', 0, 0x7fe1897cac9ad393c55cf159184c001a, 0x7fe1897cac9ad393c55cf159184c001a, 0x5cdb0573a6675bb06bc7d896714b030e0e49e5cc20e9083b8f154788dc2a388a, '', 0, '?'),
(0x56305932a1899bbce95f44b75d141cac, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSheetRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSheetRequest.php', 0, 0x24bb8ae8a5f28935671109e8193e3956, 0x24bb8ae8a5f28935671109e8193e3956, 0x11e9cbaf5fc5f8fd95105354f414e90a3afd342ee4e9dca69ee79a3a1091ad74, '', 0, '?'),
(0x563215c74cd602fc00dbbaf3031314bd, 'wp-includes/js/jquery/ui/controlgroup.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/controlgroup.min.js', 1, 0x00000000000000000000000000000000, 0xd13ca05276f596ce1d6348ade6353288, 0x28d9f99b7d8a66880a1bdceafe372d811bf4516f366461ceadc3022f5078b4c6, '', 0, '?'),
(0x563b4107a8c1c18b6dfefa29b1a4c0c3, 'wp-content/plugins/elementor/assets/lib/e-gallery/css/e-gallery.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/ui/accordion.js', 1, 0x00000000000000000000000000000000, 0x9bf0b538af9c4fbd1c996c00867d88ff, 0xb5f2bb6f3d8fb8af2f5a0eab609b4c6dd04202dc186c63e89d71ceba067ea5da, '', 0, '?'),
(0x56458fde38bc6b966203f767263a0c2c, 'wp-includes/blocks/post-content/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x44daf60d4cdc26b1c6d45e54ac0c1d4c, 0x3f77034051d7b6928fdc1b94067754d21a13eb301394f9360ab93e941c3da668, '', 0, '?'),
(0x564c36dd37475e6c25441b357a33c8e8, 'wp-includes/default-widgets.php', '/home/forwardbetcasino/public_html/wp-includes/default-widgets.php', 1, 0x00000000000000000000000000000000, 0x1909e442207a5c066600c9edc6f31fc7, 0x25fc724e18382a4723989243b9c2551ee1b4ad50e07af4705f2dcbcfe00ad68c, '', 0, '?'),
(0x5657f13b7af4e62ab0c3e328d80fba8c, 'wp-includes/blocks/navigation.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation.php', 1, 0x00000000000000000000000000000000, 0x944d85211429ad30e1d31c462b253ab3, 0x3a009fde0bb8cfd5bafcf2984538318320da1af870582f620e24818ff83189c2, '', 0, '?'),
(0x5668ee06d1586ecc41d5f32ee132997a, 'wp-content/themes/twentytwentytwo/parts/header.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/parts/header.html', 1, 0x00000000000000000000000000000000, 0x3de53cb29c0d3c61d26b0b54f5eefd5b, 0x627f238d543b8b69386275aa84e5c2a2fc0fd92c95509240d38968352e2ab1c5, '', 0, '?'),
(0x566927d7e35275cb683afe01c0b375d5, 'wp-includes/blocks/query-pagination-previous.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-previous.php', 1, 0x00000000000000000000000000000000, 0xf6c962c4abf8f451cac35f4e4555c033, 0x5717b265aca278861f1f8327f959dbd0eaf1e3be936d46df62b94c7797e270d9, '', 0, '?'),
(0x566d143b5f51e74fc8a83efd6ecf8295, 'wp-content/themes/twentytwentyfour/patterns/text-faq.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/text-faq.php', 1, 0x00000000000000000000000000000000, 0xa7783fddd8b663420a2eb858dd8c92f4, 0xcfa364235b3f7abe0833a0d1c5c7316a5c241d056b5b67bdc3d643823647a395, '', 0, '?'),
(0x566e650221ca7a3075310e3fac12bf03, 'wp-includes/shortcodes.php', '/home/forwardbetcasino/public_html/wp-includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0xf23c31b23477d211c936b8c1658c0018, 0x7747263baa3b5281d2305647dc95dba71143401d96b6385c37e3c3e3c24dbe3d, '', 0, '?'),
(0x56726d914b7f451fa770bc6ad7e43697, 'wp-admin/images/w-logo-blue.png', '/home/forwardbetcasino/public_html/wp-admin/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x567d1545ea7a178fa8bd4be769e78d52, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/ekit_icon.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/ekit_icon.svg', 1, 0x00000000000000000000000000000000, 0xd7608d2a0da18f7edefec1a9d9693639, 0x92f1bd1ba71b0448997c31ebe5ef324c61c7ef277e93d1b7095a04eaec4bda76, '', 0, '?'),
(0x567f5f87ee1c31386f09593c1a8aba3c, 'wp-content/plugins/elementor/core/breakpoints/manager.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove.php', 1, 0x00000000000000000000000000000000, 0xb744d30ccfec083e98ecf3e663080d94, 0x642f9d8ec1516016bdb6666ff3d7efe01176c7de3307e2bf020185b148a3f74c, '', 0, '?'),
(0x569334023d3cfac538ccf8bed3f958f2, 'wp-content/plugins/elementor/core/settings/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/manager.php', 1, 0x00000000000000000000000000000000, 0x4506e94b85c875794c31b9520e993c0f, 0x3f84e335895908b4411eae0d28af5ffb29875ce0bf76bdec552c987dfe045077, '', 0, '?'),
(0x569e85ef168299eb8c8f24d8ef8c8a78, 'wp-admin/js/post.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/akaka-falls-state-park-flora.webp', 1, 0x00000000000000000000000000000000, 0x200a78a49be62e8af1457005cae76142, 0x01d5d4ffc28bbe93f68f196de9badbb9d1dd81b3a44e504d3de13bcf9d3ccb03, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x56a021eb915539cf1544ada060937dbd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php', 1, 0x00000000000000000000000000000000, 0xf8e404580a292e3302be604b58b9e330, 0xe786eda7bc40196227504846fc3e75a866da5487b40bf13dda447f17c0c2140a, '', 0, '?'),
(0x56a9283a62ca7d066b9f22a4a97da199, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/VersionRequirement.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/VersionRequirement.php', 0, 0x461ae2bdb494fef8fdca05ae9a62aaa4, 0x461ae2bdb494fef8fdca05ae9a62aaa4, 0xeb0df71836db8e63c5f06662af0dcd231a86f0ff277c39b9cbbfcf3c655d2e50, '', 0, '?'),
(0x56ac8cedde727acd28be6e6f016c142a, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', 1, 0x00000000000000000000000000000000, 0xea29af81530e348f4340e17200125c5a, 0x00c76e0bb06284c7bb91e116d849eabe8a4ebadc829697d3a01fe56652c47ae4, '', 0, '?'),
(0x56afc0d91ae2e6a42dc598da821cb935, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-input.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-input.php', 1, 0x00000000000000000000000000000000, 0xdd12fc48df7cdec54b825d2bf0258360, 0x329e58be65306805b05ce10c9cadf692002836eadf5f7088b4d7e12c910cc9c1, '', 0, '?'),
(0x56c384cc6ecdb2f0240c95ea6d71fe68, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php', 1, 0x00000000000000000000000000000000, 0xcfb74e3d7cf2d0a37775b9a090e593ec, 0xace1242c6f6f9917c6dbd65d07d28766590c157b1542035c00519814ef5fd16e, '', 0, '?'),
(0x56d45faf89418d684542f05a475a47bc, 'wp-content/plugins/elementor-pro/modules/forms/classes/getresponse-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/getresponse-handler.php', 0, 0x2755164482f609a4f7a1587043ca479b, 0x2755164482f609a4f7a1587043ca479b, 0xa009408d43645c82a0d874c52127c91af3a98d161edd3994086c1867b709192c, '', 0, '?'),
(0x56d780e3c42768fd97c4882b073a9fc0, 'wp-admin/includes/network.php', '/home/forwardbetcasino/public_html/wp-admin/includes/network.php', 1, 0x00000000000000000000000000000000, 0xdc173869d0aea8adc9c5a78647b5b808, 0xc1b35dd5ed178a26b03bf5210360910808a620163695e957a847b204e3decd3b, '', 0, '?'),
(0x56debd28ed184ca0b151a5a30e03e349, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_ActionMigrator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_ActionMigrator.php', 0, 0x971521b2546ec97560273353d7978488, 0x971521b2546ec97560273353d7978488, 0x7e7fc40e4ce1584015bb939bd09f2a373d4974d9b63966eaf984fd9d2a14adff, '', 0, '?'),
(0x56eb240caf29600f9ef09599c32a3131, 'wp-content/plugins/elementskit/widgets/pinterest-feed/pinterest-feed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/pinterest-feed.php', 0, 0x342295e2550df2ca400b7c20ea0629a4, 0x342295e2550df2ca400b7c20ea0629a4, 0xa76bd0b0459894b1f8d6517ded50edf9c92d235c0a49771dd2a5eeb05d7a197d, '', 0, '?'),
(0x56f07173ecf767530f5749d1bc6f687e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorChild.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tfoot.php', 1, 0x00000000000000000000000000000000, 0x5c074ad084aa467bf375247a80c9f627, 0xf343432544348d6169156be64695355ab7eb8df5f28a31a4a9077cd8127ece71, '', 0, '?'),
(0x56fd750cde7870f5b352b66351ca22b2, 'wp-includes/Requests/src/IdnaEncoder.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/IdnaEncoder.php', 1, 0x00000000000000000000000000000000, 0xde8b7da8101ff5c93265ee08650c1711, 0x7d430dc730674e3582c523bf8b3cc957602b00250e469d64fa73c97beb4c7264, '', 0, '?'),
(0x570373992438d57e9c824ec8812d9c40, 'wp-includes/js/mediaelement/mediaelementplayer.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/nginx-helper.php', 0, 0x65f0ea3f9846a70122913938b0c26655, 0x65f0ea3f9846a70122913938b0c26655, 0x37ce67f00c09b2e9f459c3e170301ec0754c446066df4ff925a39ad612a523ac, '', 0, '?'),
(0x571289bc574fa298b40c3e8cf1a46d41, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php', 1, 0x00000000000000000000000000000000, 0xeaf03a3d493387242cee2ed5ab434e0e, 0x41995f1753c4b76331baad4943e29c5a186364fb0e8f0230496e699d4146f165, '', 0, '?'),
(0x571f3e66673ee5d43a7bef8ade3c2601, 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php', 1, 0x00000000000000000000000000000000, 0x508afa0dab456bdc992d9aec2f35e867, 0x55a05ef2951aa425a80936781603e2df8644b38b19730b1807a15b468320f258, '', 0, '?'),
(0x572613cbd6b420aa292bf4dab1a5f6e5, 'wp-admin/includes/class-plugin-installer-skin.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-plugin-installer-skin.php', 1, 0x00000000000000000000000000000000, 0xc2a83749b2c170304e7ec2e61c1a96c0, 0x39678ff713f7bc9e9838cb2c37b364a7a15d20e48fa84c219a4efb9653aa0d7f, '', 0, '?'),
(0x573868b021c9a96baec4890c271d937f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x1172a0185255ac62e22acdd20027b51d, 0x78edeed1f2053c1bd973a392425a9a329c6aa781524d27302524b9dc697b2056, '', 0, '?'),
(0x573e4540cdaf48c207d5f089437e6dea, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FilterHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FilterHandler.php', 0, 0xf225e17f3189a90dd3170cea03ccbce9, 0xf225e17f3189a90dd3170cea03ccbce9, 0xaf535a11974c226b58382ff90cb50984d6e1946a9fae6c9995b4183453307e24, '', 0, '?'),
(0x574674d8888352468a936e548af912c7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar2.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/watchers/prominent-words-watcher.php', 0, 0xe16b0ce1f7e36cdb09b567ac513a459c, 0xe16b0ce1f7e36cdb09b567ac513a459c, 0xdd22fff7650553ba735ac7cd0e80576aa7cd40b58f40cb397d320fc4b087b3fd, '', 0, '?'),
(0x5754ba6e9acbd48e790febc15ede96d3, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/archive-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/archive-title.php', 0, 0x540e96ce80115dcd56d99104275b3e11, 0x540e96ce80115dcd56d99104275b3e11, 0xcf33f3c21e333c47d59a0a2cae0e3309a8df6478e2b16aea2de9997f15ae4df6, '', 0, '?'),
(0x575f5f8a492c2bc2ebde58979a707f53, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocumentFilter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocumentFilter.php', 1, 0x00000000000000000000000000000000, 0x2182acd32078c2589d3dfa31b2bfc9ee, 0x996cd4b0a97dbc6aeeb80886ac6c2c90fe5263f0b389767b98e00e92415e3835, '', 0, '?'),
(0x576365e5c43c46d05329aeb445f576be, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageOutlink.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/onboarding/module.php', 1, 0x00000000000000000000000000000000, 0x4dbb3cecf53ce3349881fe8e725e7d5b, 0xefa0d435575cd8ea7be80c2f94acafd000d28c43fe25efce5245a4e7aae58c0f, '', 0, '?'),
(0x5766d7d4297875c4dd4b9c0699a6a43e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', 1, 0x00000000000000000000000000000000, 0x252f8b64c4e5b95ec19a4e966054db7d, 0xce8253ba633807e5e590d0054c90e542c50eecdcaebd4c750f25db94e585eb75, '', 0, '?'),
(0x5773e5e7067b4ece685097729ae3bcb1, 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', 1, 0x00000000000000000000000000000000, 0xe177e08df0b739ca363422f26b819079, 0xf858f90f938c95d6f305cd227615d1f992108bc42d2abcf4a3edadb7baf8f133, '', 0, '?'),
(0x577535cc6a2de3025835318f89b10eaa, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3.php', 1, 0x00000000000000000000000000000000, 0xbb48c83d099dfd09dbccf701653e05d1, 0xee03def2bfd704f37de8e97a7667e28bf991cb8203635db66583054ffa9b3819, '', 0, '?'),
(0x57781aa71254611debd8377bef1f7fcb, 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', 1, 0x00000000000000000000000000000000, 0xa3979831f3fcb3bd2dbb157953996b67, 0x341ab8dd48172b2a50c5dc6088082ce6b1b9b3eafdd2847ca92afbf2d58e1e70, '', 0, '?'),
(0x577bb0671b2d201458f2e9fb273d6e38, 'wp-admin/moderation.php', '/home/forwardbetcasino/public_html/wp-admin/moderation.php', 1, 0x00000000000000000000000000000000, 0x5ad8455655c0f775fadbda1487a481fa, 0xba834671e736b3a331bb0bb6a2c93ca3a907aa77847426df62dfc2cbd931a6b9, '', 0, '?'),
(0x577d29d39637a38cea65e77d35e6392c, 'wp-admin/load-styles.php', '/home/forwardbetcasino/public_html/wp-admin/load-styles.php', 1, 0x00000000000000000000000000000000, 0x3274b06d85eca9dc2a474bff748309ca, 0x1a9b8639eafdc1bbfad9122e2ee17530433892a7c60d467edf807e73cc484d18, '', 0, '?'),
(0x578d2920bc8028762f0191f3d5338731, 'wp-includes/html-api/class-wp-html-processor-state.php', '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-processor-state.php', 1, 0x00000000000000000000000000000000, 0x3c742e6318f23060eb9f7930af689313, 0xbcba9a3ba3a2a5565b3c1bc6835efd113e56836bfd8391a5dbd1c9230870e4e2, '', 0, '?'),
(0x5790cd4c6a0f4e2fbc40cfa2dfc6b082, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/buddypress.php', 0, 0x81ac10b3bdb5948aefeeccb18e8a75b8, 0x81ac10b3bdb5948aefeeccb18e8a75b8, 0x9872db9f80f0d72e414cf71c6b5f035098ce47f1e45148aaf8abdaf36a82f002, '', 0, '?'),
(0x579ecbf1aa66abea9affa06441b1ac25, 'wp-content/plugins/elementor-pro/assets/js/loop-carousel.5108cb72ebb124297adb.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/loop-carousel.5108cb72ebb124297adb.bundle.js', 0, 0x4b13d7bf73487c104342b1db509f8d3d, 0x4b13d7bf73487c104342b1db509f8d3d, 0x58e74424a3d09208558ed44ac877a228e9ac04193bafcf91189bede65f9d7584, '', 0, '?'),
(0x57a9d69532e6cd23003335999ec4b054, 'wp-content/plugins/elementskit-lite/widgets/image-box/image-box.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/image-box/image-box.php', 1, 0x00000000000000000000000000000000, 0x27afb7e918c93f67ff638fea3d0fd860, 0xf6189270af57b9b31991c150cce5b9bf6ce630245d4757ad76f1c620942c7127, '', 0, '?'),
(0x57b344a830f535ad75f6dc09d6ee353c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcOrSrcset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcOrSrcset.php', 1, 0x00000000000000000000000000000000, 0xb4fafd8aebab5c9eda140577ad8948ed, 0x14d9d3a7d3ddcfc0ab9a61d77f3c29d988dd471b184fcfc75ded9977547e0dac, '', 0, '?'),
(0x57b73a85ed824bbf24c61c8ee171bee8, 'wp-content/plugins/elementskit-lite/widgets/icon-box/icon-box.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/icon-box/icon-box.php', 1, 0x00000000000000000000000000000000, 0xa3fb57d222b23fc3e537fb25fbaf5a34, 0xe755251f8b1a83b9807716fe26a3e4dcde865c5ace98d083da24633f4042e123, '', 0, '?'),
(0x57baa91f8af42ce7a9553c7a2ebe24eb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarNav.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarNav.php', 1, 0x00000000000000000000000000000000, 0x03be5404c5485e65e0dfb980c0394dcd, 0x5e88ea0a49078896e36c1bca8d49513b12ae52f174667426c8026fbce07952f9, '', 0, '?'),
(0x57c678a6f0120a1b3ff2a8d848291469, 'wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies/controller.php', 1, 0x00000000000000000000000000000000, 0xa46b0e814b044ac9c63ee1bcbd91098e, 0x93d01ef3379da2904a17c4feba45deaff7b7ba8a531b2452060ad5b1bf4752a4, '', 0, '?'),
(0x57ccb6deb8171e6948511b2a7d3bb18f, 'wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-base.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-base.min.css', 1, 0x00000000000000000000000000000000, 0x93b66c51d1560619a3bd47e5a8fb0c00, 0xe1b1d3591cdd7695928b45b435bb1a534eaca6cabdf0139dab39a2f158077a0f, '', 0, '?'),
(0x57cfebf8df0b0a1a40befbb0cc56e01c, 'wp-content/plugins/wordfence/css/license/free.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/free.1690810710.css', 1, 0x00000000000000000000000000000000, 0x63ce4dc66f9cb2d7731e7c8485f976f8, 0x7aa6f735def1a3ab8dd9c5d2a45a9e75be7c0c2a76732c00a71f4241acfedf39, '', 0, '?'),
(0x57d7ebab36425c0b8fd6f6b7f40d9913, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Code.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Code.php', 1, 0x00000000000000000000000000000000, 0xcaeb8dac10ec15258f675eec80f15ab5, 0xf54c8b3d4126b996edfb6b9c9f99f9d4d5adcdb87f06632deb4c18ed125aecd4, '', 0, '?'),
(0x57d9aea781a6f8155a48b7163df8723f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItems.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItems.php', 1, 0x00000000000000000000000000000000, 0x356ff965c6435c8c82a8e4e93f01fa12, 0xef4a9be6764d3362c7fa245bb48a9bca632f2f7a3096a36e3db55904ddb5b19d, '', 0, '?'),
(0x57eb49c39baeb96588b22ddc70737ad6, 'wp-content/plugins/elementor/vendor/composer/autoload_classmap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0xd8f93399d8e567c48910c1541c15b0f0, 0x9f82ef3642ea42607705ed17b216c95166fca1bb099f9cf6964306f21d003dad, '', 0, '?'),
(0x57f1eb2dd169140bf84a2ac145f4cb91, 'wp-content/plugins/elementskit/modules/wrapper-link/wrapper-link.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/wrapper-link/wrapper-link.php', 0, 0xa55e7784bba96027b0ad2d670d04f6c3, 0xa55e7784bba96027b0ad2d670d04f6c3, 0xdeb133b4255aedc23e888cc01a21e2c689fda3199476f529c1948a5913c3f757, '', 0, '?'),
(0x5803b65a4733fc9e6a7127b237c58de3, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/SignalHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/SignalHandler.php', 0, 0x363bc2f69db249c0c66e973687ed1975, 0x363bc2f69db249c0c66e973687ed1975, 0xaaaa3d95cd004d4b6fc6d435338ebfff5eb93dac392e97e408ecc0469488dfba, '', 0, '?'),
(0x5806c7a77c24135fc960818e0b49c90a, 'wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-empty-view-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-empty-view-menu-item.php', 1, 0x00000000000000000000000000000000, 0xe26f19934d2ebb9ae6f8804aaa2f8c06, 0x7975c126adc51616bde3c408df052ae2945452669bde3049f8ce347afa68f3ac, '', 0, '?'),
(0x5819cbf8e0e150e136f2bcc8e256560e, 'wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js', 1, 0x00000000000000000000000000000000, 0x94d041d462db321cdb888066586f2068, 0xb8166c5475df6a64ab2456e95f64564164ed697d258e8bfed8cebca40efd6fa5, '', 0, '?'),
(0x581dcdae99d1e01478e2b799c42388c6, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidOperatorType.php', 1, 0x00000000000000000000000000000000, 0x31dfba8871d3de2ab5b845a3cc3bc873, 0x6e8b5ec618cd9bcadd638dc1bc3700f2d6642e26061913d81da84078fe0060fe, '', 0, '?'),
(0x5821caba5aa750e781adcf8bac503c3c, 'wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php', 1, 0x00000000000000000000000000000000, 0xdadd886f72a8c6e76d7fcd4c775e0fe3, 0xe8e3aa71f9ef4d88e32890a5410bad2fcd4ef13171768902495ea42d3f92eaac, '', 0, '?'),
(0x582bd9b4b0b3dd33881990308631f1a2, 'wp-content/themes/twentytwentyone/style-rtl.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x33b8e0185889d0c4c24a216d56f46f7f, 0x24dd07a251b848f928e3da4e4251d1de23c8be7c9b3114bd1dff15c1992f8e40, '', 0, '?'),
(0x582ce745f5436a245f83ac3849a78230, 'wp-includes/images/smilies/icon_cool.gif', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_cool.gif', 1, 0x00000000000000000000000000000000, 0x0a901c7fa06097ecf7e0cd69766a2edf, 0xe2e4ba8b4684393b325f098524ca24077ebe164c4f9e610281f836d3f1f1bf5f, '', 0, '?'),
(0x582e5bc407e48c522e6c3d04f21abe89, 'wp-content/plugins/elementor-pro/modules/forms/actions/email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/email.php', 0, 0x05c84ac225d5cc792ff5361bdaba03e0, 0x05c84ac225d5cc792ff5361bdaba03e0, 0x49a7a814dbf6fc1c0886c8cb92146054b884dc4b2ffa76b76f66d24cdd63e8a8, '', 0, '?'),
(0x58306421c4a23af1b234a48b2c15c3bf, 'wp-content/plugins/elementskit-lite/modules/header-footer/assets/js/select2.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/js/select2.min.js', 1, 0x00000000000000000000000000000000, 0x9707edd52e11bb0df4b36ec034889983, 0x5f6061289d66195f1505ce2ec5bcb094017ee3ac1e18898e75ec93f7ea77a3a3, '', 0, '?'),
(0x5836db614fc9b200d3277fcc1b905a00, 'wp-content/plugins/elementor-pro/core/database/base-migration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/database/base-migration.php', 0, 0xccf3b9463d46de4b2d5b74d7f95aab67, 0xccf3b9463d46de4b2d5b74d7f95aab67, 0xcf73354b2ce6fd0e8ae6ca3d69cb02d0dcff2a1bbacf6706b395ea1cde4c8aec, '', 0, '?'),
(0x5840fb5f5959026ae4a895331b327f25, 'wp-content/plugins/elementor/assets/js/c96bb3445f3bc9de7d26.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/c96bb3445f3bc9de7d26.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xdc08f51d0d23e6452d722162ff63394a, 0x7b7ee245819398517513c4979540e80f88be16d35a697b21167009f9ff93eb69, '', 0, '?'),
(0x58421b3ac53b25c3e58ba1e612977efd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssExcessivelyNested.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/style-engine/class-wp-style-engine.php', 1, 0x00000000000000000000000000000000, 0x7359f25b094b497d0111f9753f8efd3b, 0xab43d9fd4d66ce84b4e949f72faa017d90e3d300fc162f26129eea098370264b, '', 0, '?'),
(0x585a3f0bd79e01364ccae5b89dbc20b7, 'wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-accordion.min.css', 1, 0x00000000000000000000000000000000, 0x5cc557ac3ffc2a7c88211efe2c3654e8, 0x8f8f926f125a547b8988a27804b4a79d4b917c1a1c307190b2a9882bc45c7318, '', 0, '?'),
(0x5861ba40e0e37cf0251985c6135b1a40, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/image-transformer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/image-transformer.php', 1, 0x00000000000000000000000000000000, 0xabcff07cec88fd85506f59017cfaad7b, 0x4d510a472d89009805953756cdb50fc1f8cdf289daa2ecba1a86ea113cdf79b8, '', 0, '?'),
(0x5864cd03f02c7038a4791b443c3b2271, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css', 1, 0x00000000000000000000000000000000, 0x1f1c6abbb54c6d189b7263e0861fae8a, 0x52b514da7f2f564e3eb14ffab003b70162face9cb5775e6bdddd5ed91d273317, '', 0, '?'),
(0x586723bb6d0d669a6a9e05370c6dae5e, 'wp-includes/blocks/post-title.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-title.php', 1, 0x00000000000000000000000000000000, 0xdf76bff01ed2bc8259eb07eeb608de72, 0xf98e1e6fb0bf90c76cab4b4a693c0b00492696797379a052aa1d0dfa36ba2e21, '', 0, '?'),
(0x586a06b2813c1aab85387322ffa932e5, 'wp-content/plugins/elementor/modules/floating-buttons/widgets/contact-buttons.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/widgets/contact-buttons.php', 1, 0x00000000000000000000000000000000, 0xa731731e30205eceaf5d30b4e806079e, 0x3abc80a7e945ae6de9b26c1044ab8426d95921c4b9ac2dbeed8bb6969410e2cb, '', 0, '?'),
(0x58743ac10bde5d2438f3db3c6559e984, 'wp-content/plugins/wp-rocket/inc/Engine/Deactivation/Deactivation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/Deactivation.php', 0, 0x8824b69b58bbe158fb0e98f2f2d9df40, 0x8824b69b58bbe158fb0e98f2f2d9df40, 0x95212d7f1eecdd1d9b428313451fa73749a251dc64b1f33fb07dfd7785659f3b, '', 0, '?'),
(0x58761521bc5a6554eb2c3b56b4a73f6e, 'wp-content/plugins/elementor-pro/modules/notes/user/preferences.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/user/preferences.php', 0, 0x454f0ce11464ff23ce1aacfc3f06ecfb, 0x454f0ce11464ff23ce1aacfc3f06ecfb, 0xaf60e54540e8ca65e8375fae41f2d34214f459399795fb521a46b7f5d69b653c, '', 0, '?'),
(0x587ef327cf5746c4e1b505bbd11fece8, 'wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img/transparent_bg.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img/transparent_bg.png', 1, 0x00000000000000000000000000000000, 0xae0066d92b9e23044b8b4d4338eeded9, 0xce7dffe65074cbf127c00078896010d5f32b19d64899bbf66dbdb8b3fee14953, '', 0, '?'),
(0x5886b9e27d31153cf0e1f1dd70094880, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-top.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-top.min.css', 1, 0x00000000000000000000000000000000, 0x0bf1e812e74802286c2cc53e047c1719, 0x4e19d3794a8c143e886af92d9999bc6669e9d6a7626f8109cfbdd1424da1effd, '', 0, '?'),
(0x588a969241180d940dc2eb778d0d366e, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php', 0, 0x84d8e36cb6b1f563632a7e6a3d702a75, 0x84d8e36cb6b1f563632a7e6a3d702a75, 0x3c264a23f0b6735c2e028d2c47c0ae241cbe6c743c1299a94995578a10cc35ef, '', 0, '?'),
(0x589079fbff41de2aead61029438b5b55, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php', 0, 0x9fb29f8c006648706701214ea14fdd27, 0x9fb29f8c006648706701214ea14fdd27, 0xdf93a5a3326eaaf773be3fad41cbd7fa1e9a9da3a8b54e068f031f0a01ff673b, '', 0, '?'),
(0x58973a382b7fcb93323e565daccb38e0, 'wp-admin/images/sort-2x.gif', '/home/forwardbetcasino/public_html/wp-admin/images/sort-2x.gif', 1, 0x00000000000000000000000000000000, 0x8f91b441c3ac6bec3abc62d18276466a, 0x27881d97ad614bc50c0074474aaf427185a958572a03284a7c319aa3f57a5b28, '', 0, '?'),
(0x5899ffc350ac7f8fee54cba7fb6b6395, 'wp-content/plugins/wp-rocket/inc/front/process.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/front/process.php', 0, 0xce407ff5715c837d02b1aba7975bf512, 0xce407ff5715c837d02b1aba7975bf512, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x589d6938338e1ee571627cf5832c0d05, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-onboarding-wizard.asset.php', 1, 0x00000000000000000000000000000000, 0x145a46100bf602b7f94beaaf5b5de7ca, 0xbff36ee8f994d48ad8bf243dcbea1351efc4c5a491bed133bf057377d535a3d3, '', 0, '?'),
(0x58a5329b46477282d06de2f8f3468fde, 'wp-includes/blocks/button/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/button/editor.min.css', 1, 0x00000000000000000000000000000000, 0x2eccfbc519b389b07bded55f10bcc217, 0xa5ec1e5ee0536e51e3f866fd40d5bde4f46d456cdc819b587bdac8f24af74e2e, '', 0, '?'),
(0x58adad3d9b016c339f26e5180dc727a6, 'wp-content/plugins/elementor/app/modules/kit-library/kit-library-menu-item.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php', 1, 0x00000000000000000000000000000000, 0xa506fb3484ddcc6f276e030bc09f8b83, 0x97f2843356d40cacec19403152434db8223b92ef63bd925d4562721f5e8c0c3a, '', 0, '?'),
(0x58bbff78991c8218a6182d4b385bc238, 'wp-content/plugins/elementor/assets/css/templates/lightbox.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/lightbox.css', 1, 0x00000000000000000000000000000000, 0xa00cbe8c36611572a262194e650cba70, 0xfc9b1c7757b49ca5a1af324ddd671060fb1b801f26a8be3531e4ce26596b7fb7, '', 0, '?'),
(0x58bed68fe11b7c355f384570eb419fd9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php', 1, 0x00000000000000000000000000000000, 0xca9f4010bd322461f0e66f4a6c18133c, 0x4e6b7b6ef0275f4d1976dd19617cabad67750fc89fd6106e261d8446ca05ce49, '', 0, '?'),
(0x58c2d7df47b07fa60493f695e57a8458, 'wp-admin/includes/class-wp-upgrader.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-upgrader.php', 1, 0x00000000000000000000000000000000, 0x0143723ac76374435251b5e3faa1fe68, 0xb834ebb43b31f84af7a1f528f588e82c38c8279b63240e16230f1af68e743dd6, '', 0, '?'),
(0x58c67eca567a6c0e215f985d2f9e2d33, 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/block-editor/richtext-buttons.js', 1, 0x00000000000000000000000000000000, 0xac6c19b1929d5b29087131a2a8ab7f1d, 0xf80f4b9c69c692bee5d6cb02b7b34e4bdaa0b08df93977a430af946446e471f0, '', 0, '?'),
(0x58cc9ada8b8bb69cfb5230f94318718b, 'wp-content/themes/jannah/framework/admin/theme-options/social.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/social.php', 0, 0x551f0c61180beb90487fee995e741749, 0x551f0c61180beb90487fee995e741749, 0xf4afda051ab12ef4102b3fb01e5dfc34abf7583b3782f63fc10d7e3a7570c499, '', 0, '?'),
(0x58d06b2844f1d671c89bf7fd4703f6a8, 'wp-includes/js/jquery/ui/slider.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/slider.js', 1, 0x00000000000000000000000000000000, 0x35f4f07cb18e16ae63af574bdc7862cb, 0x2075bb2f5c47abd886930123949ec528ee2c674d77f02b79c89b4696ec140f54, '', 0, '?'),
(0x58d3ccd19369f570a275df8f96e12cd1, 'wp-content/plugins/wp-rocket/inc/Addon/WebP/AbstractWebp.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/WebP/AbstractWebp.php', 0, 0x23aaea37d4956fb18866b4185fd2bcbc, 0x23aaea37d4956fb18866b4185fd2bcbc, 0x7de5401ce87c87dbffcb890f840236031c5947826c8ac1c493e24a7c67784064, '', 0, '?'),
(0x58d54c980fe91b7ee0eabaf6c42bc643, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php', 0, 0xe0664e3b21097164f5a09cebc5db1435, 0xe0664e3b21097164f5a09cebc5db1435, 0x31d80dcc71488c90450b93f926e806e56dfd02df1bf98253d36866d438c4011a, '', 0, '?'),
(0x58d7c281a79182bd65e16416a142a6ce, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Subscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/style.css', 1, 0x00000000000000000000000000000000, 0x3d75cf608aad36d5d5f552e84227e495, 0xef0bc3ed5805e339ef73a233f87cac138ff213b879ebffdc06ec612c5b936131, '', 0, '?'),
(0x58da226dca40d45105b81b95e67cf598, 'wp-content/plugins/elementor/license.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/license.txt', 1, 0x00000000000000000000000000000000, 0xd32239bcb673463ab874e80d47fae504, 0xf88fd046907dfed58cf8a9f34fa058f2f57fcfeded90092302fcab8faf23a57f, '', 0, '?'),
(0x58de6fc89c25f8f8857387fcae21dca3, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates.js', 0, 0xcab1d0e26e870b21449e6b6ef8ec810f, 0xcab1d0e26e870b21449e6b6ef8ec810f, 0xce6d08c14c7479c7b078fe1f84941c84fbb9485378d92c305d2ca8541ece8076, '', 0, '?'),
(0x58e89b5b942ff39a0f69b0c9922127d3, 'wp-content/plugins/elementor-pro/assets/js/form-submission-admin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/form-submission-admin.js', 0, 0x39347a5ca3c6c883401597e8f4f6383f, 0x39347a5ca3c6c883401597e8f4f6383f, 0x74d4a43a9b73990b79b86dc60e30770dd776a0e6f851925571bbf6794ec4a59c, '', 0, '?'),
(0x58e9ec3b804247b934b3a4906fa4d5d4, 'wp-content/plugins/elementor/modules/compatibility-tag/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/compatibility-tag/module.php', 1, 0x00000000000000000000000000000000, 0x92e257191ef8d99feb24566290ca1767, 0x54577dcf849dff57dc4792f1ae69eb8d9bbdc588d5810f6375435ba71654f1c5, '', 0, '?'),
(0x58ea3d0cd3150832016834f72f7ba02b, 'wp-includes/spl-autoload-compat.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-wp-debug-data.php', 1, 0x00000000000000000000000000000000, 0x93171995ea269c7002a0a9c47aaca7e9, 0xf0296375ba84fe3a5bdcbf059d046e8ca5ac92c6097cd901c93392edb96a4e03, '', 0, '?'),
(0x58f0d59ba2e56ee70eb992cc286ffd0a, 'wp-content/plugins/wp-rocket/assets/js/preload-links.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/preload-links.js', 0, 0x51ea34a3ed5e51f4c60659f0033ba2a7, 0x51ea34a3ed5e51f4c60659f0033ba2a7, 0x15edf65018b1380b22effc4cf87396d2c3185553ec21dda1a796cc74ae0721db, '', 0, '?'),
(0x58f8ea8f821b5a58ee2dabbf175d335c, 'wp-content/plugins/wpseo-video/detail-retrieval/class-metacafe.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-metacafe.php', 0, 0xd0c0dbd0f2fe752090c50661cc5bfb7e, 0xd0c0dbd0f2fe752090c50661cc5bfb7e, 0x3b77a3956694fcf86aabe196253f2765a89563ee4fc4822304b8d5f16334dc21, '', 0, '?'),
(0x590051e4d8b6780f032740d4f2b788af, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-top-right.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-top-right.css', 1, 0x00000000000000000000000000000000, 0xa4bcdc7593194a69e5ba2e9847106495, 0x6914ce6a261bb98247fbef36649827f00a7a740b8a8228ff6a20aba76340bb56, '', 0, '?'),
(0x592084a092b92e51122680ab176fcb2c, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-image.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-image.php', 0, 0xb0a022b5b01ec42dbf90bce538cbf76a, 0xb0a022b5b01ec42dbf90bce538cbf76a, 0xa69a37d115245350be98777bd7fdbce1fa7541c5751f1ac56a3cf268b153edb7, '', 0, '?'),
(0x592803e34b02fdaae86700fbf35f819d, 'wp-includes/js/dist/annotations.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/annotations.min.js', 1, 0x00000000000000000000000000000000, 0xd31d505bd6c8bce6425db19600b4b851, 0x20f15e3da590647587b35b0685d39a96b489ff138466176479efcf83a4ff0a0b, '', 0, '?'),
(0x592c5170ea676d752397659f18b1bc7e, 'wp-includes/widgets/class-wp-nav-menu-widget.php', '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-nav-menu-widget.php', 1, 0x00000000000000000000000000000000, 0xa8fe6f4487b7950e67495dc02e6f705b, 0x19559f9ac58b1c9764b32318ad6d64c6823236db0df77a2cfd8b80762a04f466, '', 0, '?'),
(0x592fddde91f609a1cee21afcf193169d, 'wp-includes/js/dist/escape-html.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/escape-html.js', 1, 0x00000000000000000000000000000000, 0x57ec30a24f05c48ef38758de2a5a8c8b, 0x41e8c00620d450f209531ea211f2bab35f3a66272fac2504de4da4eabcf72cb3, '', 0, '?'),
(0x593fd3fee4bc3d762004a0d406198515, 'wp-content/plugins/elementor-pro/core/database/model-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/database/model-base.php', 0, 0xba66ee9fedcb0af95a1e8832438dbc19, 0xba66ee9fedcb0af95a1e8832438dbc19, 0xd815777c7c4cbe6855ba84fd6f447536baf83c48ec94d98ab4a4afa785903759, '', 0, '?'),
(0x594008bff9f75171705d22ac9bbfa666, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Page.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/diagnostics/text.php', 1, 0x00000000000000000000000000000000, 0x169e1d79bbf95992c84eb2dbefb71598, 0x581d17bd60810307bdc991aac2ee9275a9d176eef59cc9c8d3d5352f38cd9ac2, '', 0, '?'),
(0x5947b4fed0637c5084ee16b58fbb296c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotFilterSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotFilterSpec.php', 0, 0xf5456cf6d82c13ce0243c558180156db, 0xf5456cf6d82c13ce0243c558180156db, 0xb06684c13f3eb49edca8605fe83d2106da7ed277c2fa1c6963e09852c9a0f69b, '', 0, '?'),
(0x594e56e264b3588f4bdcaae4b2ca1751, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationEngine.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 1, 0x00000000000000000000000000000000, 0xa8435a3f8dce404ab14e5f6a693c941a, 0x803cb848c084a222d8f446af40f7ac8cf52513aeaeda3160373cd2f009a2cd7d, '', 0, '?'),
(0x59600cf0f4341294a1eae305d2ab835d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php', 0, 0xe117abd94ac1f0ba636cd359fd31a706, 0xe117abd94ac1f0ba636cd359fd31a706, 0x746f79c6b42257d753b461e0b7fe2491a43abc521f0d00d08be9e9c707505d0f, '', 0, '?'),
(0x596113056679995992dd39c7ab595edf, 'wp-content/plugins/elementskit/libs/composer/vendor/scoper-autoload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/scoper-autoload.php', 0, 0xb1edc53e0ec0a9a490d263addbe32144, 0xb1edc53e0ec0a9a490d263addbe32144, 0xc99547a9ebd6deeb498a79ad5bd397b797b8854f08d8e66a6ee157c74e76d786, '', 0, '?'),
(0x5966523b024f6ef9e8e9012deb8d8748, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php', 0, 0xbb041da7edb2b8536c89740628cf30c8, 0xbb041da7edb2b8536c89740628cf30c8, 0xafece6f9a87e29dc38e3334602b6b8cbbd4bf8144dee05befb14e3c248a4e274, '', 0, '?'),
(0x596b2eeeb256a137435a774413dd48d1, 'wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/export/templates.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/export/templates.php', 0, 0xef0a0ae37aa4d4ab9eb753b63251de74, 0xef0a0ae37aa4d4ab9eb753b63251de74, 0x5508019fc7e7e1c03cd9e7b7bf10c3ce9d3fbfd777c624b3c64632d4c100c5a2, '', 0, '?'),
(0x597970f99aa6a2dc063607a4bc85afec, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/CallableResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/CallableResolver.php', 1, 0x00000000000000000000000000000000, 0xbfa9dea464c16b8b0f69caa17713f70a, 0xe05fa4e4b0588b2a34b6d017962ba10f843b322b19aa70d7a835e0d3d6847bd3, '', 0, '?'),
(0x5980d2540a2a3776d65dca500b4623b4, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/scrolling_to.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/scrolling_to.svg', 0, 0xe15ed3b1b6faddc46c2b9d30c5da6484, 0xe15ed3b1b6faddc46c2b9d30c5da6484, 0x285ee6262229690c67f8af19102dd61c7d87e1afba4978ddf5dc5cb60ade9d92, '', 0, '?'),
(0x59848a041b75c3f36a70a496653afda7, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/edit.php', 1, 0x00000000000000000000000000000000, 0x78e9f04249c2fdb5c16ae9dedff170cb, 0xd347fffa58c305cd4e1b0b6377f0da2f2d92ff840cae77276988bebbc5364a0c, '', 0, '?'),
(0x5987a2fa1fd1bf7e9517790d7e848b9a, 'wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/lwptocAutoloader.php', 1, 0x00000000000000000000000000000000, 0xb728bf6ab984dc9e7cf29ac232ae1d03, 0xef5ffedd822ea628f9d1bfa860d44b5008636211e05a52066c6d5812b0c96731, '', 0, '?'),
(0x598f3d30cd84afcc2d602a162fd632b0, 'wp-content/plugins/tinymce-advanced/mce/link/plugin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/link/plugin.js', 1, 0x00000000000000000000000000000000, 0xf82a4e04c8926d51b90680aecc07b9c3, 0xc360339f6359518df8c1d9fe3957dead236c01bbf6d670cb532b47ed011cd834, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x59953c5c8d05286ace88833662293ae4, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php', 1, 0x00000000000000000000000000000000, 0x467cc84f3e495b7d7e433ad0d27849ba, 0x936556fa4c786b3abfd347a05f379462c87afe3c3c53d4884c99f3905f82238c, '', 0, '?'),
(0x599f2e10cba010c7f3bd451180648d27, 'wp-includes/blocks/post-content/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/wp-auth-check.min.css', 1, 0x00000000000000000000000000000000, 0x61d7a731a1c47e5e77f9eb46f68103bd, 0x4f8380ebb9fc920402f698c56cf2f6a395540b2c9d523347203ba2b95f379c20, '', 0, '?'),
(0x59a0359e5f6b5ef1e87c755fa38f73a4, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/edit-page-2400.css', 1, 0x00000000000000000000000000000000, 0x0df5a36924d89e6eff9d71f3655f5363, 0x21587c79b658ad682c9711dba7be5321cda07807c99f66b45e44bea9a51bc21d, '', 0, '?'),
(0x59a8613ae0e7d3d984cfadfb97328a1f, 'wp-content/plugins/elementor/vendor/composer/autoload_real.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xe680237da25966873752c90a9a083df1, 0x28b1a73557c74f2f76eabaa456f145c5579baee26526705de6d94cc40cdceef9, '', 0, '?'),
(0x59a8bf230eccfa85126a9d44a85f326e, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/keyphrase-data-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/keyphrase-data-provider.php', 1, 0x00000000000000000000000000000000, 0xa46e77e3dcfe3e3573d9a1c1402bc4a7, 0x4e1edd9d2b7fca097a523420b3ed84bb7ebf01e839713a6111e99d4d98b9ef53, '', 0, '?'),
(0x59ac930eb71ea03d53bf518fd0f28e9f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php', 0, 0x1f033c0232ab63bc5d71c1befbd22040, 0x1f033c0232ab63bc5d71c1befbd22040, 0x8db2deec58477bb16a19fee525a1e2946cc35b6e71a7a0451f2ffbe692c8d43d, '', 0, '?'),
(0x59acd09969ef7a234fc5ad8649cba438, 'wp-content/plugins/elementor/assets/lib/color-thief/color-thief.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php', 1, 0x00000000000000000000000000000000, 0x8748466a628b5576a112b0177cb7499f, 0xf521a04ffa4e847d239694ffe2ec92a63dc1fc9b4576dd84e8006654d9b6d743, '', 0, '?'),
(0x59bcaf5bba05404792e926ecffd67200, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/Migration_Command.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x59c5785eacad8fe59a027aca2c55eefb, 'wp-content/plugins/elementor/includes/widgets/icon.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/icon.php', 1, 0x00000000000000000000000000000000, 0x672d40ac860c61c5fe842681a9753c28, 0xecc8daae9663aa39ed89795230db49f7d41b3f12c2f9329e120d572e6f10f8c1, '', 0, '?'),
(0x59c7cdc6a53289c47d630927f47da57f, 'wp-content/plugins/elementskit-lite/widgets/heading/heading-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/heading-handler.php', 1, 0x00000000000000000000000000000000, 0x2ae6a922a9d8cf91270e3dfabf4e593f, 0x7c6fd6445338162bbdda4b8c587db239f31f1ac1d9dc3ae79f5555c3dfc20fd8, '', 0, '?'),
(0x59cba35c923080199cca0d9472a39054, 'wp-content/themes/jannah/framework/widgets/newsletter.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/newsletter.php', 0, 0xddcdef611829d2c58079d420da5928dc, 0xddcdef611829d2c58079d420da5928dc, 0x7d16b6bcdcacf1ff76b7b5f768f227f2a5e1086d3684141c897051562fad580a, '', 0, '?'),
(0x59d1bc610d10a0c6c348ff2a2db4ab55, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_FinishedAction.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-slide.min.js', 1, 0x00000000000000000000000000000000, 0xd1ffc66dd708f7380284f4a6eaa72bd6, 0x01bba449461100617b7ca127289c6e4a9e2fd463f30ab110c42df9a53a470e39, '', 0, '?'),
(0x59dfe471acff92c441578aa5c8765ae9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOoyalaPlayer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/search/class-wp-rest-search-handler.php', 1, 0x00000000000000000000000000000000, 0x209a240e5b96cfc9774c84907561b5b9, 0x10a3cb8d5e030508f5203b0095b26432c281c5929b341933732e7e245ba15a22, '', 0, '?'),
(0x59e77ce027cbc20362654e7c7df2357c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php', 0, 0x68f7edc5d02d018398d6ac85164c97b8, 0x68f7edc5d02d018398d6ac85164c97b8, 0xeb14247376e2c080d3b7f042be3daf0b7d8ed60465464ee52e1eaea8e20e5a40, '', 0, '?'),
(0x59ec0d62e918cfebd21b34eed2d81f36, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpKeyframes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpKeyframes.php', 1, 0x00000000000000000000000000000000, 0x04134c4ea3c0f3fbe72ed7b4f5e58cb8, 0x1dcaedf390696cc8526fe784963e3714e9a1829b768d243b2eee47fba7a82875, '', 0, '?'),
(0x59f2226fadb55ac7bfadb537084cc6b0, 'wp-content/uploads/2024/03/comment-svgr.svg', '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/comment-svgr.svg', 0, 0x73b6d58f2324d40315003f7e993adca0, 0x73b6d58f2324d40315003f7e993adca0, 0xf51913e4614e2c69341be05925f113445daab4eeb7dc674528150735b6334b43, '', 0, '?'),
(0x59f9d74b159421fe6b338198b103122e, 'wp-content/plugins/amp/assets/css/amp-block-editor.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-block-editor.css', 1, 0x00000000000000000000000000000000, 0x03cc99c022d6d800d1e6727dd2c93c17, 0x8715535c336372878549ec67f725cdd3880f410f124b2a59c36dfeebf2eb2d4b, '', 0, '?'),
(0x5a002bfbba4aa842a60a52dcc77da1c8, 'wp-content/plugins/elementor-pro/modules/payments/classes/stripe-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/payments/classes/stripe-handler.php', 0, 0xcc820bd2664713e0f5b1da07f688a15b, 0xcc820bd2664713e0f5b1da07f688a15b, 0x795dd2619c00ffc12869fd3edd03e0e9dee8869d7e8f818341a1dd032d078acd, '', 0, '?'),
(0x5a0375e45241ad18518610d5077eb2cd, 'wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php', 1, 0x00000000000000000000000000000000, 0x9d5afa15290d5e60764fd821001280c4, 0xa9bf0cdadc3f27c831450a39d35a784731e427d3ed7e3898f40e90e1b15bed1c, '', 0, '?'),
(0x5a05e6a0b84140bf15d6c6d21274938a, 'wp-includes/blocks/search/view.asset.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php', 1, 0x00000000000000000000000000000000, 0x14df84038318c79f1339348040e210a2, 0x5cb4f2962665a0703c838d9cd9e4a59f6f4773d8b48177ab585b477e9453f1da, '', 0, '?'),
(0x5a0787d2b1c86269dd04eb2e1ae6e899, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/src/File.php', 1, 0x00000000000000000000000000000000, 0xc9c717e63296cd81f463111fcaa1b5da, 0x25772087274f3b7c7c4bc56e4b0e4c82be761e0497e59b3280b0cc2cf74b4da1, '', 0, '?'),
(0x5a09edf5b588ce6f1d0f2d0180eaa05a, 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js', 1, 0x00000000000000000000000000000000, 0xbd03d37f97b00529d8f94f0eb12f15da, 0xb86d61f292a15fd523581eb4740addf2474b80ba53015ed2bf51d836d5677853, '', 0, '?'),
(0x5a0c345994f400e8517ff416c64a1372, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTimeago.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTimeago.php', 1, 0x00000000000000000000000000000000, 0x2752f71d1aa01ba99f3bc603fe5a58d7, 0x3c98a4a54c231b50e2296f44893bc977d0266f1659f376f3b2c9ff98604bb4f2, '', 0, '?'),
(0x5a0d647f9a574b721267d4217465dc88, 'wp-content/plugins/elementor/core/common/modules/finder/module.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerTrait.php', 0, 0x3daf0566df6f25e5a3431f0e2683df1b, 0x3daf0566df6f25e5a3431f0e2683df1b, 0x8fc06c97f8239c921686ad8f7676717a9a795f34452b04da356a4429176a229b, '', 0, '?'),
(0x5a14db0acf4965167b88f9536f2b0dd7, 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-8.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-8.svg', 0, 0x29000061325b7b771bba9072fc83ca0e, 0x29000061325b7b771bba9072fc83ca0e, 0xaf8b3e082d72e1233b73a6a8acc09bd3422c550e9a890e8eb892838093c80941, '', 0, '?'),
(0x5a17ae1131deb503299a3db4345e7497, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformer-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformer-base.php', 1, 0x00000000000000000000000000000000, 0x76bc80545a4b58e007d74d797ea48957, 0xd3d26aeffcc5ea9f56403ba7b9798fe80b798480427468dca9d64ae32da8c4f9, '', 0, '?'),
(0x5a184c8ddc8fda76f94e9a25db250f5f, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x387448cb7653d013e51f81151c34d6d0, 0x40406259b165582aba98f2c2470c2d48c93aa730d17b8121cf2aa6a4ddd9218a, '', 0, '?'),
(0x5a1db243f7684b54b42fa42835a77a1e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php', 0, 0x706fa2b4d8f865749b7e0e99053d6b34, 0x706fa2b4d8f865749b7e0e99053d6b34, 0xabe6a87e4b492972f7cfa19f48d2348fb92adc8e193ad1703b4b887f5cf2a3d2, '', 0, '?'),
(0x5a29bfcb3f858276e9d3f27a30e0468a, 'wp-content/plugins/elementor/modules/usage/usage-reporter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/usage/usage-reporter.php', 1, 0x00000000000000000000000000000000, 0x7e15236dbba452001f2814929281a692, 0x154561113ad6e1f4c37b9eb327cbee0c4e88ead0bd990cb5efe4881165cba617, '', 0, '?'),
(0x5a2f9da08ec9cd95547e611a478dc879, 'wp-content/themes/hello-elementor/assets/js/hello-editor.asset.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-editor.asset.php', 1, 0x00000000000000000000000000000000, 0xad9f74bc778fed2b9b5c99a345dc05ef, 0x27209e6d09b0a3a164126f82923c3ddf38c50f00486c82d2589ef7ceb92b1daf, '', 0, '?'),
(0x5a34063c6e3f7f6598f11308b2198d8f, 'wp-content/plugins/wordfence/lib/wfConfig.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfConfig.php', 0, 0x53d5a272b89b8320af2028b40dc10ee6, 0x53d5a272b89b8320af2028b40dc10ee6, 0xf36b960696defc746fdf40c8dc96fa9aca591247491b77b9d114bde866506bba, '', 0, '?'),
(0x5a367d7a4c82cc4c8aa2783eb2f77770, 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-term-query.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-term-query.php', 0, 0xe1eb544c3a9d7f3c3f44602a4d625f88, 0xe1eb544c3a9d7f3c3f44602a4d625f88, 0xed93d635ca5d7d741b2d5e75fbb723bed3f5423ed037318cb492f3f744e1b82c, '', 0, '?'),
(0x5a3993b6d37d2ed2c24aa4c26b0b3daa, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x3849a2e3b61a080503070a0ed9d3a391, 0x691b3e7a1292bd0e90529340af11c5f2e1c2e36bf45790e036759a6bd579880e, '', 0, '?'),
(0x5a3a635804c44c9a11e36ac6d5e74e63, 'wp-content/plugins/wordpress-seo/js/dist/languages/hu.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/hu.js', 1, 0x00000000000000000000000000000000, 0x7f7314b3573f2830379c04faf01f2a28, 0x42819bd6a576ea262f1a2b686b1de3fac69b970c8b2e9f0cb41231cf21deeafd, '', 0, '?'),
(0x5a3e9598fa54dfc85e537d416cd11605, 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-posttype-archive.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/pullquote/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x447c7307d87d4771bd2a4a18ca405786, 0x33e51938a88eeae401c7a2047ff389b85db7f0304424b87c83eb1f42c9205d73, '', 0, '?'),
(0x5a44e1b0073a2d68d0247be38d6d61cf, 'wp-content/plugins/wordfence/images/sort_desc.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_desc.png', 1, 0x00000000000000000000000000000000, 0x1fc418e33fd5a687290258b23fac4e98, 0x0462c645d49ae7428a233ac228b223ee3d5f28c5041a809fda7ca08b55e623c4, '', 0, '?'),
(0x5a49d94756bb731b67211935c05272d7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchGetValuesByDataFilterRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchGetValuesByDataFilterRequest.php', 0, 0xb764fcb54ac54252ab80b3bdff53127c, 0xb764fcb54ac54252ab80b3bdff53127c, 0xc41779308e89b1554fad83c1a64d5f501e4d66f9e536ddb6de150f9bc41c38b9, '', 0, '?'),
(0x5a50b565324984ae20e5d25bcda0b915, 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss', 1, 0x00000000000000000000000000000000, 0xb2ebc318958245a5ff7329b1ceea4e89, 0x70edc43cb02acd77c71b047f066208b34548067a4c25559863289d2c9f3f297a, '', 0, '?'),
(0x5a5623e7787bbd3ec46b86c439736107, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php', 0, 0x2cac0ff0e4d08cbcd244e40c5ec2455a, 0x2cac0ff0e4d08cbcd244e40c5ec2455a, 0xc555f52fcf0a2324d5cf9542a653f80ba27e7039fe0cecf67a77e3640c9dd604, '', 0, '?'),
(0x5a637b0e86113c19becd08c8e17f351b, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2400.css', 1, 0x00000000000000000000000000000000, 0xe7f53defdba17b55cd3f705a27db923f, 0x79f265ca0b47e457232ca641592f9a0f37e261caa8a6340be3bcab73ea79b3bf, '', 0, '?'),
(0x5a6c48716737a446edfa9a985750e538, 'wp-content/plugins/elementskit/widgets/yelp/assets/svg/yelp-logo-full.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/assets/svg/yelp-logo-full.svg', 0, 0xedb9818755edde9f90ae6cbb1b335b1e, 0xedb9818755edde9f90ae6cbb1b335b1e, 0xb8ec5c8f12fb48aab71e4355bf35c6b820f5fbf44d8b3007cadffa5f0d8b6dab, '', 0, '?'),
(0x5a7888ff31a1324bd35aa42cb8ec177f, 'wp-includes/customize/class-wp-customize-header-image-control.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-header-image-control.php', 1, 0x00000000000000000000000000000000, 0x000da748913db22362fe2872a20f9f45, 0x79f8de5ef444ac45868661867a8e2dc7c04f39361e5ea3df091724a546c74a83, '', 0, '?'),
(0x5a7d4d79a55236acb1238960761af073, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php', 1, 0x00000000000000000000000000000000, 0x0045b2b9cce212ebff1ac94badd48f7e, 0x0b47ceaa792a2bf61c838f71c0e5942db99b86b0acab27b0016d14b706fb3750, '', 0, '?'),
(0x5a7f324019407f60568fb23bd5a08921, 'wp-content/plugins/elementor/modules/promotions/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/promotions/module.php', 1, 0x00000000000000000000000000000000, 0x119a60c1d679432ebbe3eec42591136e, 0x9092653ba6e0e9c44af347e10e0baf0e3beae71f3df5dc4912683293b09cacd3, '', 0, '?'),
(0x5a89f08e9830737bb2004774def7d45a, 'wp-includes/blocks/categories/editor-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/shapes.php', 1, 0x00000000000000000000000000000000, 0x93de2b3ff39da6414b8e7c1d6a246a4c, 0x4b3fb52ca700c74f2363faec5f75fdd5f899ebbaf4821bd84dae56b40f365a8f, '', 0, '?'),
(0x5a91813813a40a9aab84cf9de51d80e0, 'wp-content/themes/twentytwentytwo/readme.txt', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/readme.txt', 1, 0x00000000000000000000000000000000, 0x44570b19875fda6cd5a2ccd526d252d0, 0x7786045ba0cb9256438d3219588da5229c6b32ee2c1dc7f4475c770d4d85f2ce, '', 0, '?'),
(0x5a93e54f7484507564924af29a757204, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js.gz', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js.gz', 0, 0x2a7d5f19ace42132bcad7b1a2cc4133c, 0x2a7d5f19ace42132bcad7b1a2cc4133c, 0x56ab36250dad32efeb4e733a84e3ca0c37a74a3a664988b29943108c3c855607, '', 0, '?'),
(0x5a950c0a4090fd3bb8ba06906f5c5c9d, 'wp-content/plugins/elementskit-lite/widgets/lottie/assets/js/lottie.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/assets/js/lottie.min.js', 1, 0x00000000000000000000000000000000, 0x3a834899270ec557c5a484e6e5b7cd46, 0x9a9d550b3fa9c95c4d5f86992c2847b887323341037f87b4c4a018357798885c, '', 0, '?'),
(0x5a985f228cea7eb44acfc08f1bc9e4e4, 'wp-includes/js/wp-custom-header.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-custom-header.min.js', 1, 0x00000000000000000000000000000000, 0xa6e094672cefb6b855941ef4d0ebb9dd, 0x57802369d4bdde4d17d6c79f1ccc7628b7bcfbe951f1ba0d5286fbfea843f6b4, '', 0, '?'),
(0x5aa3b0d18ff484fbdd92af05ba5308a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x6cf3bf8c1a5e035a924847b325a94fa3, 0x896da4bb9f63b43bf21d0a0579e390b2c8c5302cc60235ff8bd9467c3d1fc843, '', 0, '?'),
(0x5aa8ec1fa7911e425c164660324450a9, 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/browser.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/browser.php', 0, 0x74ce48d7146a8b4a8d37c21b06238d79, 0x74ce48d7146a8b4a8d37c21b06238d79, 0x1b60336fd6080e79eb11719fb4be4735696b12009f8c9bf9982a1b2c0bd0ed7e, '', 0, '?'),
(0x5aac8dcae8c420252fbb5abf7a39fdec, 'wp-admin/includes/taxonomy.php', '/home/forwardbetcasino/public_html/wp-admin/includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0xe8e8ae2af7ab7b6a89a884515095f342, 0xa4f81968b57df19179c455cb5e6c0dac3ce84fb2046a75f7393d5c039d23b7ba, '', 0, '?'),
(0x5aae96e1fb62077b7641947fc276bcb9, 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-cincopa-media.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-cincopa-media.php', 0, 0xf247052e8df7ce0991ed20f7aa734640, 0xf247052e8df7ce0991ed20f7aa734640, 0x0786f0fac9caad988c43ccc761681ff310e465781f3416a07caf67f23f1532ec, '', 0, '?'),
(0x5ab1001e839c5988b392b320c3a66667, 'wp-includes/js/crop/marqueeVert.gif', '/home/forwardbetcasino/public_html/wp-includes/js/crop/marqueeVert.gif', 1, 0x00000000000000000000000000000000, 0xae9accf100a4b9930639adff52d4dcc7, 0x100c4baa63671e24a365c11bb28a325c70c824e0317aa58e90999c60436b4ac6, '', 0, '?'),
(0x5ac033fdbbd5582a5364eefc948300c3, 'wp-content/plugins/elementor/includes/embed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/embed.php', 1, 0x00000000000000000000000000000000, 0x0da63adce87585d15b6c74b0b47c6796, 0xaec7259303e58c1fab4ca3f48e5662e64ae29ea9935d1b9666911e046df9b67d, '', 0, '?'),
(0x5ac30bf55bf0b42c81f9431a888fcde9, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/custom-icons.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/custom-icons.php', 0, 0x01d297d72d446a300a90504c260d67be, 0x01d297d72d446a300a90504c260d67be, 0x1ae75b18c290e16b11eaeffac10ea38ca62417130e24e55071cc7e09323d577b, '', 0, '?'),
(0x5ac34e40adfae1389588cd3921a770a4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php', 0, 0xf295d0ce902734b28b281406a139636f, 0xf295d0ce902734b28b281406a139636f, 0xcf5d52cbf66cadca6898b2797e69815e2754d9ffc185d28415863ed000b090a9, '', 0, '?'),
(0x5ac38683d53890801a97e79505c0ac66, 'wp-content/plugins/elementor/assets/css/app-base-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1b3c376984aa2dd1b9b5525743920b41, 0x8319576fc61a6c98963da68867afe16c891e50333461593f8a9762af0eb89a19, '', 0, '?'),
(0x5acb285af4a55d871397991050e743e9, 'wp-content/plugins/elementskit/widgets/zoom/zoom-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/zoom-api.php', 0, 0x78e585a2cc48617f486b3482510dc0b4, 0x78e585a2cc48617f486b3482510dc0b4, 0x661d7bab2fd575baa2e982a5f7bca9900b95b6cfdb366f6ecfb4f463a3991564, '', 0, '?'),
(0x5acca5332c9d5ec8d1fc4378b6547494, 'wp-content/plugins/elementor/assets/shapes/triangle.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/triangle.svg', 1, 0x00000000000000000000000000000000, 0xc4ffc0f34cf870ca9b2f35db371e993d, 0xdfcacbf60e7b03768748864b0ccc47ca41142046995e7f47a88b8beee7a23293, '', 0, '?'),
(0x5ad5e3a5b01f5fb37503f8f1dbd2a66b, 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/e-wc-product-editor.min.js', 1, 0x00000000000000000000000000000000, 0x025e79a81f2901d70b06d2dc313ecf07, 0x80cc1dc946f7dc36d1ba1ac7b44ab2fce26e93879636c1a90f8aaeac31107a75, '', 0, '?'),
(0x5ad7fca2ede720323d5e620428d617f4, 'wp-content/themes/twentytwentyfive/patterns/banner-cover-big-heading.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindMacro.php', 1, 0x00000000000000000000000000000000, 0x0dcc3404365f8f9cd83cc689a5421808, 0x915bfe7fc1592a1773a6fa9942dfa62703b40f5ebc3d7312bf04c7a88fcfad07, '', 0, '?'),
(0x5ae5b011753de21537bc06eea530b505, 'wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss', 1, 0x00000000000000000000000000000000, 0x3abb4f5d93b78aa879e1020d89757347, 0xb369a13e44a03472ce9d23af3c37725e5902eb6908002a7a50e9c4239dd3371d, '', 0, '?'),
(0x5ae79d2a07d4b7aa21f622451a9f4019, 'wp-includes/blocks/pullquote/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xe5b403b3b1c1c84a04be87da7d945910, 0xcd464638df51ce9179de962fadcb57902dcda3a6c38d2bf79bbee44b5b19eda5, '', 0, '?'),
(0x5ae7a840dee94be755aaca7beb53c989, 'wp-content/plugins/elementskit/widgets/gallery/gallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/gallery/gallery.php', 0, 0x601311883e5aba603f0230120530a4e2, 0x601311883e5aba603f0230120530a4e2, 0x3df658468f5d4255d6b4e86e4d900184f5dba400a0785c51c63a676ae03245d2, '', 0, '?'),
(0x5ae852a7d2cc7228f02662b0a33ab82d, 'wp-includes/css/dist/format-library/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/format-library/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x4f0932b1a8e774eba04f26749599fe14, 0xac7c3352569cd7cc5985628cbe7966c9ca434568098cd30725ed35a7d0e1d171, '', 0, '?'),
(0x5ae9ce3dd3a7c5720f1f6322b29479ae, 'wp-includes/IXR/class-IXR-date.php', '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-date.php', 1, 0x00000000000000000000000000000000, 0x49eeca065664422b0341b74a3f83f923, 0x8717e17b7e9f2823e5a61a36759eeef0a1da2c8cea10d5c73f806a6b32edf160, '', 0, '?'),
(0x5b02106842b378e661e5293aa5da6e03, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/current-date-time.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/current-date-time.php', 0, 0xdade120fc48a8fb41c986185c2fda274, 0xdade120fc48a8fb41c986185c2fda274, 0x6ae1b5abf8a5bd4525c4f0523e7c700b11a6a377f8c2a26541fab1d552498243, '', 0, '?'),
(0x5b17c747bba4fc65f66127ed69e8adda, 'wp-includes/js/jquery/ui/datepicker.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-rating-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe59aba88053b2ecf19fd20f22a31894d, 0x4d6e171e486d50915b74301255aa88ef4cc0d5c7ae16447caccc0a22c2f3940c, '', 0, '?'),
(0x5b2661d964859f586df130faa659980b, 'wp-content/themes/twentytwentytwo/index.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/index.php', 1, 0x00000000000000000000000000000000, 0xaf5f35d4507f10bd5b4f61ee6eb876db, 0x868b6ba41d985cea688804138e366b851b05a64b3426fc6d79308f67f880f446, '', 0, '?'),
(0x5b2895c657e963a18ba8b5c0a40ee447, 'wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff', 1, 0x00000000000000000000000000000000, 0xb3abc21c3bea98b40e40a30a57f7c615, 0x044a92f0c7742d0999bc1ad7aece76ddc9f34729452b2a64de04123c7f518d04, '', 0, '?'),
(0x5b35f99ad759d94e68a6ab8a4b884de8, 'wp-includes/customize/class-wp-widget-area-customize-control.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-widget-area-customize-control.php', 1, 0x00000000000000000000000000000000, 0x99543a276cd7292cc036f0ec50c81ad7, 0x1e1bbf721114e6afd8e9485d1ce28b794577462f5b305a33f85bbb869122c103, '', 0, '?'),
(0x5b39addaa5b46a9351bcacd683bf1c3b, 'wp-includes/SimplePie/library/SimplePie/Author.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php', 1, 0x00000000000000000000000000000000, 0xf4ceba32cae87dd6f0e6c2cbef90f8c2, 0x5b2cbaf0973c58ee59797990ed7e45c94af85a3f36d90d7eb4ffd7a9b0f7e6eb, '', 0, '?'),
(0x5b3cbafef1313c02d39fca1f9e52eccc, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/icon.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/icon.svg', 1, 0x00000000000000000000000000000000, 0xf8ed898f46d2ec5f8de84552b27736b1, 0xdac5a64db1bab35c8e2d7ce7dfa4ca8403cac6e8dfdd7e24d3a51172b130ddbc, '', 0, '?'),
(0x5b460da4c794b4a61712c7fdd292a983, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeOverlay.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeOverlay.php', 1, 0x00000000000000000000000000000000, 0xbd63632c151247af5a0d3a69efb483d6, 0x33b7a464aea0e3aa92437db40d78d650d8c8534c3fd2fccdede8fd5adf5057cd, '', 0, '?'),
(0x5b5bdf9a3ee47f65bcd9ee256484d797, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataEnableRefreshAttribute.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataEnableRefreshAttribute.php', 1, 0x00000000000000000000000000000000, 0x518c540870bbf8c26624e3d664da09d3, 0x8f2c25007654b37c6e154f61b99295296ea0228a454eefb402b215dc3418b044, '', 0, '?'),
(0x5b63ae119e1df703a3c3e34673f89e27, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php', 0, 0xc480b5b7622414d93c4a45f422387f42, 0xc480b5b7622414d93c4a45f422387f42, 0xac6a34cae9508c57ca63a604adb195e4d91b50a85f4db2d2f9a5dd21378475b7, '', 0, '?'),
(0x5b69dd2bfa498fe2c85c3f21b788526d, 'wp-content/plugins/amp/back-compat/templates-v0-3/style.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/style.php', 1, 0x00000000000000000000000000000000, 0xca127585f9b1d5fe02efc9250e12af56, 0xbdbc4e8ece12ff94dd4751627c581c79bf5e324e85aed9fb6fcd349a0c862e1a, '', 0, '?'),
(0x5b6bcb319abedf33d5f7f3a5c35c8001, 'wp-content/plugins/elementor-pro/modules/announcements/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/announcements/module.php', 0, 0xb52cf38e5b8f33fb98c6bc0d75e8a0eb, 0xb52cf38e5b8f33fb98c6bc0d75e8a0eb, 0xe1b53701b7ee77844ae32b3ebd73ea63eea919ba2421421407f61526e38fffdf, '', 0, '?'),
(0x5b71eb571189f92d08a27e6fa7207516, 'wp-content/plugins/elementskit/widgets/facebook-review/assets/svg/fb-logo-f.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/assets/svg/fb-logo-f.svg', 0, 0x001c2a44474e5509f96a214355cedb84, 0x001c2a44474e5509f96a214355cedb84, 0x2a7d0cd1891f45ab2b036eb5544c694009792166cd085136e9cff84094b2f852, '', 0, '?'),
(0x5b76080b697097eaf0c2685c3aa0e3bf, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-image.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-image.php', 0, 0x2cf2fca5ea4062216e2fbbd17ee144f2, 0x2cf2fca5ea4062216e2fbbd17ee144f2, 0x3461edbd80d7d339af47f4cede2141ae75b3238556e7c07d841657f1c16aa655, '', 0, '?'),
(0x5b7e36cb0e804d1b70a2278c9da90471, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', 1, 0x00000000000000000000000000000000, 0x91c9555123d5629851b98aa91d234535, 0xd61a6d1a2146d1cfc23d97c617e578d98b75e179417673740c899d50de85bcbb, '', 0, '?'),
(0x5b850b2ce2eb6aa072466c2f99ec3916, 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/new-settings-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x43c4910011be3edaa6888b27042bc67c, 0xe729e9a309c0d7082eea35af4161f77d79f15dcb053f2ac2badef839e2c96732, '', 0, '?'),
(0x5b8632c8c137ac7129e6f2039a10c4eb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentType.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/wp-emoji.min.js', 1, 0x00000000000000000000000000000000, 0x3ea265eb1dcb4827d85d65f497423817, 0x8a0425293913d519c31d0a4b0369a974a99cf9352cfffb1c2dbc29dfd196895a, '', 0, '?'),
(0x5ba04aa8b7d1c7c7f660a3e9ba58a8ff, 'wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php', 1, 0x00000000000000000000000000000000, 0x975b16693a3d226278fd58dc56c74175, 0x36fabc2df36ec4e7709dd6f6414bfb25aefe40a0fa5f98ed35d8575e4ee0a9af, '', 0, '?'),
(0x5ba265f4624cd9681e5bb5fb403685aa, 'wp-content/plugins/amp/includes/utils/class-amp-html-utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/utils/class-amp-html-utils.php', 1, 0x00000000000000000000000000000000, 0x4ca7ba45230371b3855068cdf8954b73, 0xb617ac1abe6eeb38932848ed58dd7c4fa0e4f4547f2a530d38e7b5d2f34ac365, '', 0, '?'),
(0x5ba50893c47859c97d98e6c46c0ed97d, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x5bb3dcfab569d548230c2434a056a284, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-3-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-3-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7d681fdb05b6536e11a2d4bdec9a8beb, 0xdf11ebca0322b190163430a308fb12c9399df69a3de703de70c1bd7a8cf57b3b, '', 0, '?'),
(0x5bba4f19756dbad0077a4649f8d90f95, 'wp-content/plugins/elementskit/import/import-screen.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/import/import-screen.php', 0, 0x61b5c6e0f25a37cfed2f384d39c36851, 0x61b5c6e0f25a37cfed2f384d39c36851, 0x1a90e3e186e7a5a835fbbae06cba7af812d7e7c4b85a0ba2ff9cd7e491686787, '', 0, '?'),
(0x5bc0bc41f930a4625be5421d19f91447, 'wp-content/plugins/wordfence/images/logos/shield-free.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x109dfa40d95abcc9b3f97c0233059615, 0x908f5f03c9e59869d1ecff9d8e6303b28d8e42b8ac843748e2fc254b20aebf02, '', 0, '?'),
(0x5bca42580a03a4c251bfc502b19363d4, 'wp-includes/blocks/file/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/file/editor.min.css', 1, 0x00000000000000000000000000000000, 0x819cde5316903495e2a72f84677954ef, 0x69cacd3d7cf0eaf304d40733d890e32be16c6609769ba2f9ed0fe9a40edf4259, '', 0, '?'),
(0x5bcbd332b488866aba8c08e70b8f56c5, 'wp-content/themes/twentytwentyfive/patterns/template-404-vertical-header-blog.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.strings.js', 1, 0x00000000000000000000000000000000, 0x1eb698e0f6135c42cf41f2bef369d5ee, 0x5a1a69309ee3a9354ea7cdbac62dd508bbcf035c3eea6ff73b423c7a05f7bae6, '', 0, '?'),
(0x5bcd0784d3bddd24a2716ab1675f3589, 'wp-includes/css/dist/block-library/editor-elements.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor-elements.min.css', 1, 0x00000000000000000000000000000000, 0xf07648d685923c8decbd556a2b954054, 0xf202a7930118c856084c6298f5fbd834648e6f70f9b0f377ffbeaf58834bf9c9, '', 0, '?'),
(0x5bce977ae2c7eeb1073940ee4dc7dca1, 'wp-content/plugins/wp-rocket/inc/functions/htaccess.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0xd16e1809746996aeb8e05b448fb1e3fd, 0xf4af45d556687576cb6121c541cc68f1c4afb5d90d1552bb382a67753924177d, '', 0, '?'),
(0x5bdb711cab852cda19c31fcd1f83e7be, 'wp-content/plugins/elementskit-lite/modules/widget-builder/fonts/element-icons.ttf', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/fonts/element-icons.ttf', 1, 0x00000000000000000000000000000000, 0x732389ded34cb9c52dd88271f1345af9, 0x087ba0000ec7ff1d15c13b1adb0935c0fe4317c17c054c28f78a12cb0e847449, '', 0, '?'),
(0x5bdbf671ee131045279c61e73fbf899e, 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php', 1, 0x00000000000000000000000000000000, 0xc0dce402448d1213d5fcba920a5cf521, 0xa9fbff2aced730a224970493622b44571ed39fb227122891b571ac16052e1ade, '', 0, '?'),
(0x5bddd8a6ad0c6d1b9219c54e7012e768, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', 1, 0x00000000000000000000000000000000, 0x80af6d443c492de56ff14010882e20b6, 0x68638f2965b0017664b8afeffb8b6b3ff80db06cd139545dda06a75db0cccd8f, '', 0, '?'),
(0x5bdf630107f68f601d49a188292217a6, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-stock.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-stock.php', 0, 0x74782db6ffb4c6a5cbee6f181a9dcdb3, 0x74782db6ffb4c6a5cbee6f181a9dcdb3, 0x9d44151ef44d92ff623de155544a8b49adbe78e42b52ef534e763bee8e440394, '', 0, '?'),
(0x5bea618ddfd7af2eeae36d144ae5438a, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1690810710.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/user/index.php', 1, 0x00000000000000000000000000000000, 0xee78435336bf4c43e99d3221dd759d1e, 0xc1604bb6e7c4e4bf0479324dfe08d070196ccebe226100efacb09a74d1dea144, '', 0, '?'),
(0x5bf1d5842982c0c69a325db0e0f32945, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove2.php', 1, 0x00000000000000000000000000000000, 0x35f5c1daf501d48754e6d39f00934c9e, 0xa40d724f15077437aa5cad4d20fc95ad3b0e21ba4af049b8177890bb943c6212, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5bfc289cfbc93aa32f795cfc4d731bd8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php', 0, 0x990bb7dc76239f9a0d116bc2e8e2e0b7, 0x990bb7dc76239f9a0d116bc2e8e2e0b7, 0x4a1c9251182fe2357b6856c34180ea9ccfcf56add5d02d2fc86a7a18b5007b63, '', 0, '?'),
(0x5bfd3cbabedb92b6985261f5022aa932, 'wp-content/plugins/elementor/includes/widgets/video.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/video.php', 1, 0x00000000000000000000000000000000, 0x71df0d3145ee942dae7ec5c1841151b2, 0xe4172ce0d1e106be8353866e3df90ea9e7273087bbd832b9fb1553f75cc755c6, '', 0, '?'),
(0x5c05bf25e0f73f8c3e8899eddc650538, 'wp-includes/class-wp-block-pattern-categories-registry.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-pattern-categories-registry.php', 1, 0x00000000000000000000000000000000, 0xc16faa33fbf77343c6bb79f7368e5f52, 0x0071d2a5b569e8cb2f12731863e206bcd4046dfaefd1f2ad85ddd1fe1c14b4b8, '', 0, '?'),
(0x5c16652624893149c73ed10894190451, 'wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/responsive/files/frontend.php', 1, 0x00000000000000000000000000000000, 0x63efe29b25c9f46b9f67fedc14ca8db0, 0xb7dd573a65495cab91e0bfc7e04b550082ce93117e74d946ada950086fd839cd, '', 0, '?'),
(0x5c25184cb5756ce86702e00ebc6a2f83, 'wp-content/plugins/elementor-pro/modules/blockquote/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/blockquote/module.php', 0, 0x479c9ee7ac37c9bbe90d6950d835c8a0, 0x479c9ee7ac37c9bbe90d6950d835c8a0, 0xfecce1a86f959db51837939a030341123653f9d430f2c54cdf4ed2a3f4378b48, '', 0, '?'),
(0x5c2d2e70e3c10297bdc919b706af4c64, 'wp-content/plugins/amp/assets/images/amp-validation-errors-kept.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-validation-errors-kept.svg', 1, 0x00000000000000000000000000000000, 0xc2848db77ffa3a92ac28a192c5301648, 0x4acea62bd4fb78b934f2f5907de016f0d46c8b7cdd06b7de1a23ba9d5f07c303, '', 0, '?'),
(0x5c34716efaf237be7d62f29a32297940, 'wp-includes/blocks/comment-date/style.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.6.php', 0, 0xadd0fb114cb2f194300f23c5f3dbcb2d, 0xadd0fb114cb2f194300f23c5f3dbcb2d, 0x141bed14fdf6c9b26f64e84025241333256d96e986b727b2488215ed5ac63bbc, '', 0, '?'),
(0x5c432f7bfc045fa3620bb8ba205b88d3, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/soundcloud.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/soundcloud.php', 1, 0x00000000000000000000000000000000, 0xbd5786e7b8a48665209f5e1d30bbee90, 0xac6951c7fc9a19a7bfcbd08dc520a4f7db21508951cf7dbb16fa54c4926577de, '', 0, '?'),
(0x5c44156e2591cb06be783772babaf255, 'wp-content/plugins/elementor/assets/js/floating-elements-modal.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/floating-elements-modal.js', 1, 0x00000000000000000000000000000000, 0xfd6ed5e82bdcabdc156fbcdb69398d7c, 0x035a171293d4ee198971d990b40f8c53f8e749ba8c68e33d9d5f5a83b8bf75e8, '', 0, '?'),
(0x5c48a2fb963a94a2751033e0258b4677, 'wp-content/plugins/wordfence/views/waf/waf-install-success.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Logger.php', 0, 0x688ee5e588eb33624c5dc4acd3c1fdda, 0x688ee5e588eb33624c5dc4acd3c1fdda, 0xdd996c737c5caae6fded2e3324933423a04c65de3c6c05b19b60779c27ff6782, '', 0, '?'),
(0x5c521024fbea474fce8417ed088bfc79, 'wp-includes/css/dist/block-editor/default-editor-styles.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/default-editor-styles.css', 1, 0x00000000000000000000000000000000, 0x092b83627065a8abd7ca7fe4513503f7, 0x4d6e509553c4307d739576d980204379bd4fbc7a4ff4e2f2a97aa1c71497c525, '', 0, '?'),
(0x5c599232937c28de403b7ce2fef492ce, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/KeyValueFormat.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/KeyValueFormat.php', 0, 0x35c18c5c5e1927b3a08cd9798734be6c, 0x35c18c5c5e1927b3a08cd9798734be6c, 0xa06badd4f579be1762faec6ec6ce01efde5fce5209b74e4202ea27937702fa46, '', 0, '?'),
(0x5c5be6ed6925cdb03cfa98651e933ea9, 'wp-includes/css/wp-pointer-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/wp-pointer-rtl.css', 1, 0x00000000000000000000000000000000, 0x9de2958429fecc10bd79182d3f18c601, 0x9d2688ddf850ea0adf6535a16f2c563fd4411aea5501c23b81ff39b83bacc97a, '', 0, '?'),
(0x5c63d5d6b0c7717a9fe2b66c04452b4e, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-redirect-notifications-gutenberg-2340.min.js', '/home/forwardbetcasino/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, '?'),
(0x5c64a58f9f8ac8ff26eed7b1a40cc961, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php', 0, 0x4d6c960279e6942654c2177654193bed, 0x4d6c960279e6942654c2177654193bed, 0x5adf294f48f1f9e028d48287b9219e846e99c45d8b58ebd0d1c1d94ee80201b2, '', 0, '?'),
(0x5c6750f837cb0805a5cb0b281255a4d3, 'wp-content/plugins/elementor/core/base/document.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/document.php', 1, 0x00000000000000000000000000000000, 0x30be1dbf9c876cc516ee0d10e65238bc, 0x24fc3b4bd5f8744033c632fe77faa1ceec972bd9175861befcf847ed8ae6f8b6, '', 0, '?'),
(0x5c6d5b2d52ef942292a0caa3a18aa595, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BlackItalic.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-validation-single-error-url.css', 1, 0x00000000000000000000000000000000, 0xfee073dbf6ee4f75d734d1a4c6dd3552, 0x64b127f74d3320cf4b968b8f881b2fd76496ad690acaae786ba12b0b84944b9b, '', 0, '?'),
(0x5c768476958174697619dd1e6f22b285, 'wp-content/plugins/wpfront-notification-bar/css/element-plus.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/css/element-plus.min.css', 1, 0x00000000000000000000000000000000, 0x9bd0eabba8fa29931821b36bbfa7bb02, 0x7230dbdbf6ab421be5ce157115893fe7dc2c7a0d22c0a70a6f3e30ec8c0eefc3, '', 0, '?'),
(0x5c771fd44e0759b23eb2179c730ad01e, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/image-control.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls/types/image-control.php', 1, 0x00000000000000000000000000000000, 0x9052bc629d179e45aa49332a329f80a9, 0x1d95433898fd632c55a43eace7c19c7c2d3bed133e8956781bfa7522eb3950ec, '', 0, '?'),
(0x5c792b49c7a2d1d1a02cfd8f409fba53, 'wp-content/plugins/elementor/includes/controls/font.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/font.php', 1, 0x00000000000000000000000000000000, 0x8e8269dbe05d7259494e730dee7bfd1e, 0x47083abf353b040a92ef29afdb61cd40e2808a4bb78519e895da316e3c45f59d, '', 0, '?'),
(0x5c7fd27d1107e25140081971e09f66e6, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/archive.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/archive.php', 0, 0x71f33e65756da5870de1d69704b016dd, 0x71f33e65756da5870de1d69704b016dd, 0x7511ac2ad5da55dfc06347b5e59b84c1539a9729e7b8b26ed4dd59436d30c3e6, '', 0, '?'),
(0x5c913b6c288c8d7d7a8e6f89bcea7950, 'wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/icon-box.php', 1, 0x00000000000000000000000000000000, 0x3408201ae2eb67fa018e79837bcc6e53, 0xc83c6d86ba15db6436d726c8a14cd16750b3ace078b0c0ad374622af11fe0af1, '', 0, '?'),
(0x5c9ad182923f241880cd8438c092a1e6, 'wp-admin/includes/dashboard.php', '/home/forwardbetcasino/public_html/wp-admin/includes/dashboard.php', 1, 0x00000000000000000000000000000000, 0x27e944bea1eaa64e521f37f5377d5be9, 0x4c0c836036bc4000929e60ae4663d2a35acc07378497a0135600fcc2bad4a866, '', 0, '?'),
(0x5c9fdd6c3d3b3f99da98f8e5916ec697, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAnyofAttrMissing.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SvgSourceAttributeEncoding.php', 1, 0x00000000000000000000000000000000, 0x6887c02d60eb50f25d802c24f2cca619, 0x1fa1d24bd40b6104ed301a49a5d2adb5c40b8bf46239edcc2e280d930ac40b02, '', 0, '?'),
(0x5ca6586be50177084f49b90606257660, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/GitProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/GitProcessor.php', 0, 0xa18016b003d4a664a7bc457ffe9ea49b, 0xa18016b003d4a664a7bc457ffe9ea49b, 0xd7b6e6e8b086ad6f543fc530107df7c5273a00bfac2e3bb468c577c07b0f3446, '', 0, '?'),
(0x5caff7e52ca7614978d66eb9757cdcc7, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/BasicMessage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/BasicMessage.php', 0, 0xa06b14ffb481b15382a8214585ec554a, 0xa06b14ffb481b15382a8214585ec554a, 0xd4425707ed0fbebd5496067d37ee538a54705a6cf11f2c51a8e4522a45229441, '', 0, '?'),
(0x5cb7497752ea1c840f3aa4ed4f7fece7, 'wp-content/themes/jannah/templates/header/nav-main.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/header/nav-main.php', 0, 0xef81f48db260ee9efa361b1d983bc0c0, 0xef81f48db260ee9efa361b1d983bc0c0, 0xee5588912674f79221ea66bad77421352829d29a81b2d02f2c77e9f35d826611, '', 0, '?'),
(0x5cb88a1237844f976570a4145bfd25a8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotAdaptDocumentForSelfHosting.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotAdaptDocumentForSelfHosting.php', 1, 0x00000000000000000000000000000000, 0x96546626e8279b88076bfb84a83640d0, 0x402852a2179c626fe3315d91b608d6b6c7dd98fede3f42219f4cafb94e640027, '', 0, '?'),
(0x5cc32842a24a52d23f20be6aed07ae72, 'wp-content/plugins/wpseo-video/detail-retrieval/class-flickr.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-flickr.php', 0, 0x639cfedd1955d00c93eae729590d112f, 0x639cfedd1955d00c93eae729590d112f, 0x27305c5ee0b6e8701fb71805ac9f18b45747cdf9091a853f44cf22d918d74384, '', 0, '?'),
(0x5cd3000bf5a33ea62ba2b3c14662d0ed, 'wp-admin/revision.php', '/home/forwardbetcasino/public_html/wp-admin/revision.php', 1, 0x00000000000000000000000000000000, 0xa65a1c6e6bd45d3f110a501a4674c403, 0x238a591630ec6981083030080820967529c9e1384c120f0aa04ca0130fc54213, '', 0, '?'),
(0x5cdd8ee35dc07065da260ff999e5cf26, 'wp-content/plugins/elementor-pro/assets/js/lottie.e74a53bfa4c0bd939250.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/lottie.e74a53bfa4c0bd939250.bundle.min.js', 0, 0xf9116d4d09c623d2dd012caea512d0d3, 0xf9116d4d09c623d2dd012caea512d0d3, 0x30a90aa342a3a98e5af4a94cfd8d4445da6edf9544910c86d26fddc0c287f8a4, '', 0, '?'),
(0x5ceac14c8310e2e4a2dd0d6eb869f8ae, 'wp-includes/blocks/template-part/theme-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8fee5ba2edc81af6759c37fc20d4edea, 0x258e81fb462e5238189663e8800bbf40d142954c4806d467239c59b1530911cf, '', 0, '?'),
(0x5cecb0bd9245a9a82ae59bd40f772120, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ads/Adthrive.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/react-jsx-runtime.js', 1, 0x00000000000000000000000000000000, 0xa5cd846fc1a65f1bdc963e1c2d936387, 0x3d7e154b554f557b7de3b2305b642dcb6a8a386e5102fc4c3f3c01350f886d6a, '', 0, '?'),
(0x5cf19995e1c7bca9672190fc357ed29a, 'wp-content/plugins/amp/src/ConfigurationArgument.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php', 1, 0x00000000000000000000000000000000, 0x5680e1c8c93e748a85c09890119e9e1a, 0x3c070d51a651563bbea17c4a1c523e523c50ec3fa0848a821388aed4025c38eb, '', 0, '?'),
(0x5cf4b72d37d793774cd75e21f59f18dd, 'wp-content/plugins/elementskit/modules/particles/assets/js/particles.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/particles/assets/js/particles.min.js', 0, 0x3f16e8285f2be1daf90e589c3145ffea, 0x3f16e8285f2be1daf90e589c3145ffea, 0xf8c923814744317a09845dcea540ae7dbd891ca5c8c162e6be4f1e2e64c523b3, '', 0, '?'),
(0x5cf9eecd97d091550c6580a83ac9ce29, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb5a907f87da894971ce174c83f86ceb4, 0xfe692bf139dfed43cdcb1d2031850909c62da331150f6cdff4e7700dcbde6d19, '', 0, '?'),
(0x5d07b94a2a10c69258c0ba52451216e1, 'wp-includes/block-supports/dimensions.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/dynamic-tags/data-tag.php', 1, 0x00000000000000000000000000000000, 0x8421ad6c8761650cbb4e8750d7357bce, 0x1a816825f4a5900d7b087dd1bc8a8785b3883e854df6383c96975dd3bb28f6be, '', 0, '?'),
(0x5d15342f73b79d16fee343e77c903241, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/wp-postratings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/wp-postratings.php', 0, 0xbf5db0ab23d08c40e33557dd1051ddf4, 0xbf5db0ab23d08c40e33557dd1051ddf4, 0x3c4d1653e40b7ba4a6dd2e182a0b02c6d9a52f77e43990f971f098ac437f1b00, '', 0, '?'),
(0x5d15e2cb327a0aaa74e5417c03d04612, 'wp-content/plugins/elementskit/modules/advanced-tooltip/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/advanced-tooltip/init.php', 0, 0x506f2717607c4ecd50344869fabafd75, 0x506f2717607c4ecd50344869fabafd75, 0xb9634bb1142519fdf365851c509dc2db8338f653110cdad9fd98a078c78812ad, '', 0, '?'),
(0x5d191bb457096f684979c01e7a23ef01, 'wp-content/themes/twentytwentyfive/styles/blocks/02-subtitle.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/blocks/02-subtitle.json', 1, 0x00000000000000000000000000000000, 0xb4eaa69c7e461632d6ab127bbf283809, 0x2f5a06ff848203827e8ef021cf5eb019c288802661b11c1e0d5f50d36e8fc961, '', 0, '?'),
(0x5d21988a8a33b6618bc06760142ee6a1, 'wp-content/plugins/wpseo-video/detail-retrieval/class-vidyard.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-vidyard.php', 0, 0x46c7d0bb89fd9f52f056d8f87417fc3b, 0x46c7d0bb89fd9f52f056d8f87417fc3b, 0x6f04cd9f2727b81a3ae6498cb978b66530880f2975afe7781ad5a2f7176e1d18, '', 0, '?'),
(0x5d21ad8c8fa4b6bd18e5114ea478bddf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Tag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Tag.php', 1, 0x00000000000000000000000000000000, 0x77414215415d1ba4a151623b445661ee, 0x9e1f2715c3e3859deb30197c2d241c2bdb99b4c7c6f71f1356de4837e3812748, '', 0, '?'),
(0x5d26f3cf41eefde621ea539a4b3eb307, 'wp-content/themes/twentytwentyone/assets/images/Reading.jpg', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/Reading.jpg', 1, 0x00000000000000000000000000000000, 0x3da72ad3ece58a7c0c292e01148ea668, 0x84d951d02d3ae1c3b1f5d6315aa18dc5b44378ca9ea3641b643b5ad262ec5e18, '', 0, '?'),
(0x5d2852aa262110e2c6313b993398ea12, 'wp-includes/js/wp-ajax-response.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-ajax-response.js', 1, 0x00000000000000000000000000000000, 0xa752de34e22e240ebe54ef15efc62469, 0x58720267205affe2bbb2df4facdd4c73e15d302502ae53996e9af80c4c809258, '', 0, '?'),
(0x5d2dc071396bdd79dbc1bc17b5598550, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-import-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-import-exception.php', 0, 0x5d4d00d62d33883f4c46f93dc1d87d91, 0x5d4d00d62d33883f4c46f93dc1d87d91, 0x51c6f4c7e8cc16928ccb1d93aa6b578d056bc9292d70a97960968b58a90ad270, '', 0, '?'),
(0x5d39c990323225c26996389b0003066c, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/ServiceProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/abstract-post-seo-data-provider.php', 1, 0x00000000000000000000000000000000, 0xf8a6785fa41224e5299bbaf6ea2dd051, 0xc9d0def2bc06b0ca2ffc2496ddc13ca1ab80640ca788eb319a95ce36510a1607, '', 0, '?'),
(0x5d3bc01e752b461c2a760f08c4576a0a, 'wp-includes/blocks/post-author-biography/style.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php', 1, 0x00000000000000000000000000000000, 0xba86682171caefd820cabdd43ac67fc7, 0xef84fac5005cc2282737b5998c92511d90c67a729ce57cce3960cbdac83324f1, '', 0, '?'),
(0x5d422305cd32e87adaecfa62559cc92f, 'wp-includes/Text/Diff.php', '/home/forwardbetcasino/public_html/wp-includes/Text/Diff.php', 1, 0x00000000000000000000000000000000, 0x071fa496d41e4600f5d0289045156eb0, 0xa6c82ce183cd0e8f11d31a51a6d621ff7500b135084e812bd9b98bae8f40599e, '', 0, '?'),
(0x5d47789640adcff32eadbf67bdcdeaa3, 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_01/shape_01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_01/shape_01.svg', 0, 0x0122ce8742804205e460ca04e74f816d, 0x0122ce8742804205e460ca04e74f816d, 0xa1d3fc47bea4c5ef3a827f34e78f4ddfe5a226ecb13ea8fe97316a7b27722d30, '', 0, '?'),
(0x5d49e13f9d71e716090e7c9bea4dd78b, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', 1, 0x00000000000000000000000000000000, 0x6ba0a2d92d1965f0c7e344d51e46d558, 0xc30831f3b514f5eaa39a26c674f2ddbc500eb2ef656cd79c9490ab92cd5e4bba, '', 0, '?'),
(0x5d4c30baf205ec6545932275c020ad8b, 'wp-includes/js/mediaelement/mediaelement-migrate.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelement-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x51300497928562f8c86c7aaba99237cd, 0x3b59988752892fc6ff0895058e1e0828b2763076e01473614479f6a1fcbdeeb5, '', 0, '?'),
(0x5d5742741f2ee8c8d5799f33e14dedcc, 'wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/error-404.svg', 1, 0x00000000000000000000000000000000, 0xaecd87cd509729e5d9c88a9ee3e2669c, 0x2e07b2cdc39e2291a61efa1b6d96ea72bbbfc2d983a1ee7c5d8e6012ca5c6382, '', 0, '?'),
(0x5d57d0d264abe5ec3c223d04e4cf039b, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-select.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-select.php', 1, 0x00000000000000000000000000000000, 0x66d897b2528f1bbf517922900f5db6ea, 0x9ebf26496971bb059c6cef029c85dccf7ed3adf909b786dd4aeccdd0056d44bf, '', 0, '?'),
(0x5d5b5a5056b6707af8a486f3c5db603f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidArgument.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidArgument.php', 1, 0x00000000000000000000000000000000, 0xa2317dbe67598e0f6fab6803f31bafc6, 0x4fdd2d291aa5eb68bdea210919eaba87953b5cfbfb801a8209831247cdf28f7b, '', 0, '?'),
(0x5d705894ce4767251f6a0b00857d4199, 'wp-content/plugins/elementor-pro/modules/wp-cli/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/wp-cli/module.php', 0, 0x62b3559c7b55ddef2c0aa963fbdfb1b3, 0x62b3559c7b55ddef2c0aa963fbdfb1b3, 0xaef17a5fff5c562115aa541cb45ae9fc446097bb409f3be6b9eb2df891fa706b, '', 0, '?'),
(0x5d713e7a0371c4b2ae4db963cde840a8, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Store.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Store.php', 0, 0xbc9dbea5d0c5ef188c0353ff80aea83c, 0xbc9dbea5d0c5ef188c0353ff80aea83c, 0xbac1f374486e9a2fc260f49bc3a706e341d59c323ebfb2a6aa500f55b641984c, '', 0, '?'),
(0x5d72592e2ede209cbe517df42ffd9217, 'wp-content/themes/jannah/templates/loops/loop-masonry.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-masonry.php', 0, 0x33941625ab9f5205c407edc3b9456ea9, 0x33941625ab9f5205c407edc3b9456ea9, 0x1c5c534696adc0c849fbc148e15ef4bd7d58b444c95a95089e3e7f28736525bc, '', 0, '?'),
(0x5d746d54f7cf94b26c5d184b046bc4e1, 'wp-content/plugins/elementor/assets/css/editor.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor.min.css', 1, 0x00000000000000000000000000000000, 0xea0df972c45a6fa05d42ffdf7288b921, 0xaf78f45b9504fd19bf92dea1be619150a34ed4010b2f96c3b3e7ed10047e36bb, '', 0, '?'),
(0x5d74ac670326beeb3d4eb6cabd68b263, 'wp-content/plugins/wp-rocket/views/settings/fields/number.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/number.php', 0, 0xed44588175a671594c8ea569ad84a872, 0xed44588175a671594c8ea569ad84a872, 0x3168d83e86663ae03d8aab43164a53c68701fd1c59572d7b881b9699a9921168, '', 0, '?'),
(0x5d82a49d6e18bc6295c1bd05b316781b, 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-query.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-query.php', 0, 0xec3eee199bfc0d196652cc2ac4bd56cb, 0xec3eee199bfc0d196652cc2ac4bd56cb, 0x34f4f5beba2427a8fea4f236f07277bc984fd4fa34e952a81ad866385a443925, '', 0, '?'),
(0x5d838ad44ece0bd74a6ad38e65bda382, 'wp-includes/widgets/class-wp-widget-media.php', '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-media.php', 1, 0x00000000000000000000000000000000, 0x64fb08084cce74adab3c030491aa06b0, 0x4cf37d4bf6c2665cba41bc52e920efc5ad0cb9289873a1d6ff69f77bd2c7e455, '', 0, '?'),
(0x5d84e09941a5c747def662846b85e0ca, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php', 0, 0x4c10c49cc2d24c05a6c8907234f2720b, 0x4c10c49cc2d24c05a6c8907234f2720b, 0xc19392ce048a0dbac92673f0f733fbe5f77f489f29431e4ed1299231160a4ab6, '', 0, '?'),
(0x5d851f42f936bb2227362bf437eeefc6, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionInterface.php', 0, 0x82f7d9c2aaca72ffd7bd6ebb17154b60, 0x82f7d9c2aaca72ffd7bd6ebb17154b60, 0x5e011cf08c088e27c557a28bbc6cfde9b78479dd2e4c78edfe709c67deac227b, '', 0, '?'),
(0x5d8971d6573f8ae38d16ba5d5b6cdd66, 'wp-content/plugins/elementskit-lite/widgets/accordion/accordion-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/accordion/accordion-handler.php', 1, 0x00000000000000000000000000000000, 0xb5ea4cf02e94d73d3f9b47262846dded, 0x85ff2373f610e5b469dc5bd3371e1c64f35afc4d2930b9f451f0d24253cf1ba7, '', 0, '?'),
(0x5d8c04ee412f3f1e1af55e1621bc5394, 'wp-content/plugins/elementor-pro/modules/sticky/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/sticky/module.php', 0, 0x7419f5033a3eeb8ebb30788a02af2363, 0x7419f5033a3eeb8ebb30788a02af2363, 0x17b575ea744684f378a76d1fcd68feaf6bd4763b0742f2fb99028eb87afe949b, '', 0, '?'),
(0x5d9cfa86926331fd91904f8994b3cafc, 'wp-content/plugins/wordpress-seo/wp-seo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/wp-seo.php', 1, 0x00000000000000000000000000000000, 0x5fdaa04875255c5aca281e15aae7e87f, 0xed50f3995f9706f3d218c00e733a3857f07f44fd5f03271ff758b6561cc6f0b2, '', 0, '?'),
(0x5da5821650b7bfee546b76748aba3841, 'wp-admin/network/menu.php', '/home/forwardbetcasino/public_html/wp-admin/network/menu.php', 1, 0x00000000000000000000000000000000, 0xb4b6e44a2f4df1399c65a9b4c8591365, 0xe6148eb26b64bc3f001f63c08fcf51dc6b74dc1ee3dfb84602a4a36ad46604c3, '', 0, '?'),
(0x5da5a4ca2a85a48f0c85ff038f4a0b96, 'wp-content/plugins/wordfence/images/icons/email_go.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/email_go.png', 1, 0x00000000000000000000000000000000, 0xbaaa6accd945fcb4480b29ab2e15bded, 0xf7bd2620f47143315155b45f2e4fd8ee0433bfc2cbf2312126d0e797dbb4aafb, '', 0, '?'),
(0x5da79f8be2f9227d5b1d921759dc52da, 'wp-admin/css/edit-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/edit-rtl.css', 1, 0x00000000000000000000000000000000, 0x2496590f3e6faed25c28b9661be7690b, 0xd18a2bec8a3475f9457104b213cc5831fe0f1e132357b5e405514c4acdbdd02c, '', 0, '?'),
(0x5da89fc0119f530eab7372d905c58838, 'wp-content/plugins/amp/back-compat/back-compat.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/back-compat/back-compat.php', 1, 0x00000000000000000000000000000000, 0x39dc80ece2d603c7ea1e92d7764e2fc5, 0x9f3e17cc02a9b6b55a453f908d2fb91f84b9e202746cfc14c1ac740582524416, '', 0, '?'),
(0x5db2314904bddae2ce2e497dda97cd8b, 'wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php', 1, 0x00000000000000000000000000000000, 0x87cddf8737e0f27b7aae6b54bb26bec8, 0x35bc2862333a48b4dd5b49f076ad66e646561a850867269880cf303161770371, '', 0, '?'),
(0x5db4a410a13ecee6d2b87b67129ebee1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sub.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sub.php', 1, 0x00000000000000000000000000000000, 0x0d5e6726ed5020e8a003ee5a2f8ee649, 0xeb9db4c7a6c9ecc2f78b5fed15c1e0c257abc055ba8df597ca27e02e71582505, '', 0, '?'),
(0x5dc23b57e1aabeebe39a67aa9943ee5d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithSrcAttribute.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithSrcAttribute.php', 1, 0x00000000000000000000000000000000, 0xc00198b5883173193a223e21cf3ef5ee, 0x55997926bb9d6156bc73af885bd2d6b47f409d512eb69473f00b37cd23facc3d, '', 0, '?'),
(0x5dc68130c06de22e479927d6bf355878, 'wp-content/plugins/luckywp-table-of-contents/integrations/Wpml.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/Wpml.php', 1, 0x00000000000000000000000000000000, 0x1e27a3e93fc3479c1c712dbcacf871b2, 0x150b4331137cd4ec7e597742aa41ecd34b1965b91b9a9499925e87a3a4e0cb17, '', 0, '?'),
(0x5dc82cf58754a661cba9fbd107486daf, 'wp-content/plugins/amp/assets/css/amp-default-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-default-rtl.css', 1, 0x00000000000000000000000000000000, 0xcd50b995ebb7c34b460ccbc531c2a60e, 0xf5010d70d0b7462babe54c87954af4a71449ce807bde48e139a5f89bd6f30652, '', 0, '?'),
(0x5dd22aabaab749d4093bcb2ce9e6eb5a, 'wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x6745220e46df494b1825ad3bbaba3caf, 0x145c05d9545c89d6a754abe9f5d832bfebd7b29a92814200c4cead2ad0a9ad4c, '', 0, '?'),
(0x5dd3495ddd42a0092d7bf654d6afcdfe, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CronSchedule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_CronSchedule.php', 0, 0xe257223295c6de2882270248d14b7976, 0xe257223295c6de2882270248d14b7976, 0x3becf4198da25bf33923f16a9d288ea8642a5aa837565d904a32f441990459e9, '', 0, '?'),
(0x5ddd5bb28f046b481d7af043243457ea, 'wp-content/plugins/amp/src/Admin/AnalyticsOptionsSubmenu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/AnalyticsOptionsSubmenu.php', 1, 0x00000000000000000000000000000000, 0xca842a1f7159f0bb961b4493f8aed605, 0xc050ad8d98ee239ee0e431a92bfc46d350c8142c6ba6600b2e3d7398a7166b1c, '', 0, '?'),
(0x5ddf4c0ee105b5265b9552e716800fb2, 'wp-includes/blocks/post-content/style.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/video/editor.css', 1, 0x00000000000000000000000000000000, 0xd980bcd3ee54d5d93f0cbe8145831b3f, 0x5bd6f99667d27b7ee99419c9ea9210d955e7f58cb144f0dd88d128ebbf1f1972, '', 0, '?'),
(0x5deca88753e77505d9c22bcc64403136, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivSecond.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-page-vertical-header-blog.php', 1, 0x00000000000000000000000000000000, 0x088cb323c539971137d6abd7b6d5bf7a, 0xa68fc0366f050c80d244a07776c510cec8a6688ca7b4375a94f3192e93cfe5d0, '', 0, '?'),
(0x5df5ecd2733471b701c06bbf87dcece7, 'wp-content/plugins/elementor-pro/modules/display-conditions/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/module.php', 0, 0xb3b64fe241f03a9a8739f0c81d45e0eb, 0xb3b64fe241f03a9a8739f0c81d45e0eb, 0x46eba28b2744c0eef07ebef73f00b45adf08ad4a6dae89e4d6e0e1b629b19ba5, '', 0, '?'),
(0x5df821128b6a7b4ca7334a414e99d8e8, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Proxy/ProxyFactory.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Proxy/ProxyFactory.php', 1, 0x00000000000000000000000000000000, 0x205483f42b845fe78347e7e9401bb3ed, 0x874504570cf94f82533a5e1bdbe3bc655568136b8145c6c7cc2546c82a5e1bd2, '', 0, '?'),
(0x5e143ae163b46f7fe40512c9370cef74, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDeveloperMetadataRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDeveloperMetadataRequest.php', 0, 0xb761cf6ec0bb3e5ae1b929de4c10a115, 0xb761cf6ec0bb3e5ae1b929de4c10a115, 0xac745a005388d228ef6eacd04b4f85d133c7c778997847fb5730a9502595983b, '', 0, '?'),
(0x5e2224789cfd1dd2d4ce33c05f772617, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-8-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-8-render.php', 0, 0xb11adb6b2406e9356f4979a56e906156, 0xb11adb6b2406e9356f4979a56e906156, 0x282a5cf5560c54cb8ac69fb5c74b05763bba030fcfb61fc6bf3937197b01c231, '', 0, '?'),
(0x5e28e2ec1aff5aa6856568aee4040e0d, 'wp-content/themes/twentytwentyfive/assets/images/category-sunflowers.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/category-sunflowers.webp', 1, 0x00000000000000000000000000000000, 0xb0a9ca9a76d79fc738ba623d0ad467c1, 0x5c3a5c14f0d472093247e9e08f0b56b114ec8f650ca96fed11e7abb912452b8a, '', 0, '?'),
(0x5e3906e9cec3559ffae1e1747d4134ba, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/AuthHandlerFactory.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/AuthHandlerFactory.php', 0, 0xffa10329e981b4df2e6c13f94d1c24e5, 0xffa10329e981b4df2e6c13f94d1c24e5, 0x30a4eacf6bec8f729f6489be49105f9870d776534c2451bddc753c34c4b44617, '', 0, '?'),
(0x5e39282d28c5b2c5792089f7ca30712a, 'wp-admin/user/about.php', '/home/forwardbetcasino/public_html/wp-admin/user/about.php', 1, 0x00000000000000000000000000000000, 0x219a4e201e9d829ad939e2336e446c02, 0x7297beaf523839e33c863b3969316c955ab28d8c51faec6f0f43231df15996b4, '', 0, '?'),
(0x5e3cee9daf2d5eb373aa6a7bdb6de267, 'wp-content/cache/wp-rocket/forwardbet.casino/category/betforward-vpn/index-https.html', '/home/forwardbetcasino/public_html/wp-content/cache/wp-rocket/forwardbet.casino/category/betforward-vpn/index-https.html', 0, 0xfc5ead4e846939a9345043dd46f61acf, 0xfc5ead4e846939a9345043dd46f61acf, 0x9a13e60345a453516ec062a5b63260e3a007cd87c072744ce8abd112ef1281ae, '', 0, '?'),
(0x5e40d5b2017b27aba95fe8e2079b3932, 'wp-admin/upgrade-functions.php', '/home/forwardbetcasino/public_html/wp-admin/upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0xd5f418965b61ee40312ea59a51ccee5a, 0xe474cb81a5acf90305a398397b89c42fc2ff8479b4673127fe7556febe6c02a4, '', 0, '?'),
(0x5e42f92d023756529eada30f0662b98a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LogLevel.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LogLevel.php', 0, 0xb8c0cfc308d0a84137b841f3c749b10b, 0xb8c0cfc308d0a84137b841f3c749b10b, 0x53bb9fb36717a283c4eeb62ed219f26f12b4e0a497f051cae8a392aa0a181d93, '', 0, '?'),
(0x5e44ced39ee4f1967f366679623977b1, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Serializers/Signed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Serializers/Signed.php', 0, 0xb97d04d574552afab57a405cea53e454, 0xb97d04d574552afab57a405cea53e454, 0xa00c296f3dca7f73f4177db00e4e2aabdfbe1f4e170088252a694a4ed9bf83b5, '', 0, '?'),
(0x5e4634781a63b3340d68f23740d0c9ca, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/jquery.colorbox-min.1690810710.js', 1, 0x00000000000000000000000000000000, 0x5935b13de7f7cc71ee03fe29908f96c8, 0x48a6d6345c19bcf376f7e20b072f588c479bf7154b86bf9713069d3a676b106c, '', 0, '?'),
(0x5e4c54fdfb7857a3ca23b3086ed0cebd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php', 0, 0xca5476a426d0c4ff4a962183f8a8c610, 0xca5476a426d0c4ff4a962183f8a8c610, 0x881c2fc8182debf27e8a42ecf9b597f95529420f8a98220e198acfbfc70266ae, '', 0, '?'),
(0x5e4cec5d95bf2a0bc724eec594da8aa7, 'wp-content/plugins/wpseo-video/classes/class-wpseo-meta-video.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-meta-video.php', 0, 0xc62d8a2adf1b511649cf513677ede696, 0xc62d8a2adf1b511649cf513677ede696, 0x013f0853cc2519b411f123d725506dec19eecf5ed638b9508d93f626d4b24840, '', 0, '?'),
(0x5e55f09c2e69bed67970471fc203b699, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css', '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 1, 0x00000000000000000000000000000000, 0x9d0ee441d256fd74d046c6a3b6188996, 0xa032c8717b59c22a6c58f8065b719d6b649396e17dce4a70ea99e4e00fd305b6, '', 0, '?'),
(0x5e56584aa5f404ef6453c73f27db7c76, 'wp-content/plugins/elementor/assets/js/packages/utils/utils.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/utils/utils.js', 1, 0x00000000000000000000000000000000, 0x2f2b29aafd9d09e3b4df635ff7d52493, 0xb1ab155b9dd01dc9b2bf60e0835a8c244275280d6d4d93628f308114f842e30e, '', 0, '?'),
(0x5e5743703ea0f5c2f0992fdbe236670e, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php', 0, 0x71b1ddda67badc6717a1e9ff58caf551, 0x71b1ddda67badc6717a1e9ff58caf551, 0x2cc74b7415ba08f8c5141c61771766b9a0670cb18f0934652230d2c946b90e3d, '', 0, '?'),
(0x5e71883dfa6864bbf49705a35a11d934, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x41080981a79e62117c20b25de058998e, 0x4089617487db17fdf67c9ceb5dcd91995b1e6185e11e7022e6ac80539127834e, '', 0, '?'),
(0x5e72763ebda4cb8189536f9fd519b4e4, 'wp-content/plugins/elementskit-lite/widgets/team/parts/social-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/team/parts/social-list.php', 1, 0x00000000000000000000000000000000, 0x1b859b9cb75773c814479d870e650e15, 0x1dd194bbe31b888b87264fefcc05e285faf9d4bbd5f7bfb24b4091fe69ea0cd5, '', 0, '?'),
(0x5e74270aecd4deec3c5e17e3c699a53f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feflood.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php', 1, 0x00000000000000000000000000000000, 0xf9f52b0eec299d744ceeaa101c1e353d, 0x8799557dad946fe42b8702534fa75993a0a5853a3cae0157513254af67070048, '', 0, '?'),
(0x5e7905e0568c1077c6082db2127b919a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/GuzzleException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 0, 0x10d3c64c16ebfb6ba008aa8d02b96f86, 0x10d3c64c16ebfb6ba008aa8d02b96f86, 0x6c567a0fe5cf1bedf4dc19162eb52a5d1e3577b2f7f1579f56d7a1cd1d289acb, '', 0, '?'),
(0x5e79473dda9c4667073b330591c3a1a9, 'wp-content/plugins/wordfence/images/button-grad-grey.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/button-grad-grey.png', 1, 0x00000000000000000000000000000000, 0x95c45243ec1d1cbfca547908d5fd3fde, 0x44defa80c3c108d648d97eb592b49d057f1fcfa8a250ba5fe1a77b8d21cad702, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5e7fe583c390aff088af2b85797cd008, 'wp-includes/images/crystal/spreadsheet.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Switch_.php', 1, 0x00000000000000000000000000000000, 0xa2bbf747af02f6e978baba594dbe7c09, 0xcbde154e05ff32b8fae9f3e947019a11cff176cf0dfdad2461553a2b85f13328, '', 0, '?'),
(0x5e8069f8e5002d56b19d0cfcd323bbaf, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php', 0, 0x27062f419f464a0f48c0f4407c9250f9, 0x27062f419f464a0f48c0f4407c9250f9, 0x0aefdb046c484633b1828495e3c32361d3381c53b25f9dd3a6334833d725a437, '', 0, '?'),
(0x5e85af5bf253c26fe56910dec4289143, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php', 0, 0xfb8d4807178bdb3daa75cd5d5239d9d9, 0xfb8d4807178bdb3daa75cd5d5239d9d9, 0x064bb189886dd87d44ae7fcc53031deeec14109d37d8da9aeccdc04c3c796184, '', 0, '?'),
(0x5e85b071c86ef7b46b5cfdc4e35bb77e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', 1, 0x00000000000000000000000000000000, 0x876d61a23b5f649a5faf33f4ffdc1781, 0xfcc032b6c4873cffe34ee301881f911d14b14a282ca54940717fde8a553d6ad0, '', 0, '?'),
(0x5e91b57fac1d1b43937a73c313317d2d, 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js', 1, 0x00000000000000000000000000000000, 0xc9e5081e25d67bd27ba7204d1de43669, 0xd1f261f7cdaf999137c8544f7dde9f61ff3717c0cf684b1e2e56aca50b83d00e, '', 0, '?'),
(0x5e9759bf4b6219a6e0463254d4d4542d, 'wp-includes/blocks/avatar/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xab2afa878704280b1aa8f6eef8497aca, 0x6532ba2ca2d594f98d65f5c86ec1439a10d84c8d5dfb16f6c7730bcbe72ba9a2, '', 0, '?'),
(0x5ea054b68d5f945b24bf5ad07b704bec, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/archive.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/archive.php', 0, 0x1d68c0cbfcf6c9bb069a3d16dc907316, 0x1d68c0cbfcf6c9bb069a3d16dc907316, 0xf02967673b6943e8298e40e2c069a5f7a81363ce5ef730f1749ef1a01685f431, '', 0, '?'),
(0x5eab3ceb47e679acfac43da51bdc503a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Td.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Td.php', 1, 0x00000000000000000000000000000000, 0xfdac43842ff78818769a6846be1d5b81, 0x0528272bc5c949023e1c3bc06993d62eee8eb2c189eec1d37da922536b4fb449, '', 0, '?'),
(0x5eabe110ddb0a4954992deac5c2d417d, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-push.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-push.min.css', 1, 0x00000000000000000000000000000000, 0x79322866c6ae7bc1887e3f8d2cfb8512, 0xa3e08ec8050141d443bc3959e1359c9ea69e26d54e2115504090eeb886cb6b1b, '', 0, '?'),
(0x5eaf35e14f095a7da66369568f6af051, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php', 1, 0x00000000000000000000000000000000, 0xd42fc22d08c4506d39a7ba8a8f88fa50, 0x2964c4d1a99d64d6811b132fc991f86cc625ba880a5cdd5c6e86b6abc97dd9eb, '', 0, '?'),
(0x5eb6cbb7e08a9b66ca51f46879e8cbbd, 'wp-content/themes/twentytwentytwo/styles/blue.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/styles/blue.json', 1, 0x00000000000000000000000000000000, 0xacf002f07188eb45743a1cd91d582bb9, 0x7a1b1c7e4a2a26b21353bbb07c23a3004c8ee0cb58b8284d8829ee79767a6a67, '', 0, '?'),
(0x5eb9c332a97f377d97a2f5a8d949fde4, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss', 1, 0x00000000000000000000000000000000, 0x5ed18c10dd1f91a3cff0a47bf4bc4fa0, 0x765a85aed764c2a59bc1e2624e707a30345cdef41a047f4ca6f2498efa0576f5, '', 0, '?'),
(0x5ebf08aff20c1304632fca6f060a1a2b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php', 1, 0x00000000000000000000000000000000, 0xc595fec73e6937837f08d33a5b7d3c0a, 0x1e29557549e2209a9b4934bfd120f62e7af8d0f6ed4ddc5fc293f0e570fbc82a, '', 0, '?'),
(0x5ec12b787cc7558d85684da34db590ee, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInRight.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInRight.css', 1, 0x00000000000000000000000000000000, 0xd11c1a2a4fed8f7c064c1f202669ac96, 0x336e415d36d64cf334dcad7d56d4fca3ac6858865bb655d78d37ffb7b92a956e, '', 0, '?'),
(0x5ec1b175ebba7583ac5791649c4d3d95, 'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0xc67ad6d83d45916f30afb45b1106f2b1, 0x1fb56d3f1ac322ca678feb3d801f30e04e2284f651878860a67527ecb0eb7e49, '', 0, '?'),
(0x5ec255bb6ad2242b37a7153480b6f8fe, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDataSourceResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDataSourceResponse.php', 0, 0xcd5ba326a2557fec8f938debdbe061be, 0xcd5ba326a2557fec8f938debdbe061be, 0x799e100c292bdb331520e0ef3d2a490d0e47dcb59db89acd71cfb019ecc1280b, '', 0, '?'),
(0x5ec7bfe1c0e1ab2b4325114bb7f2789e, 'wp-content/themes/twentytwentyone/template-parts/content/content.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/content/content.php', 1, 0x00000000000000000000000000000000, 0xfaab19e2ef202ccbc52a5dab31cc6e13, 0x15e9a1c3dd30436649ceb06189dee808fe427147ea38afb24f8b753eed57c3be, '', 0, '?'),
(0x5ed87abc954e7ba81d2690fd57ca008a, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/edit-page-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x901e2d616808b2fa842dda0b0bb0ded3, 0xbaaf9322f50b6e26d343e18216470f702dc22092a2a3bd30cc9ca0345943aa6b, '', 0, '?'),
(0x5ed8df0a6e31c31c10d23493d0bf3742, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php', 0, 0xb1ebe63763657e8f09bfaba3cc142be2, 0xb1ebe63763657e8f09bfaba3cc142be2, 0x90b8dd2806ddedbb4a96ea52d89756414c49edddc64fb75a01c376716d83d026, '', 0, '?'),
(0x5ede78f64cd8a77181b65bb5a2971ba7, 'wp-content/themes/twentytwentyfive/patterns/template-search-news-blog.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php', 1, 0x00000000000000000000000000000000, 0x73f3fb2ecf00f93fa73ad23321191520, 0x44b335a65df82caeee05d41ecfbcb3eab1cc63fea2470090303e2bf411a5fba9, '', 0, '?'),
(0x5ee2af5e7633c4f9d9e814e15baab05a, 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/EditorBlockController.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpBaseCarouselCommon.php', 1, 0x00000000000000000000000000000000, 0x297bb9010dec2dbab37bdcef1f371443, 0xcfc335a7606f99a3510d0eb782241175b235fd66856fc8f81cffee8dd97d4fcb, '', 0, '?'),
(0x5eed6c826bfc16750a16ecad3a845d77, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php', 0, 0xe813de75505e183ccaacf4ecaa0ebb91, 0xe813de75505e183ccaacf4ecaa0ebb91, 0x4395919534efd7b7efac2928b945edd357a4d7f97d27c87f251bc0ce2bf1e595, '', 0, '?'),
(0x5eee7b8bd6e52566e9054e838028044e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php', 0, 0xf5ec8de83a7ebe49eca3db676eef6cb5, 0xf5ec8de83a7ebe49eca3db676eef6cb5, 0x00ec0b2d50fc6333f27099ddaf3615426d6c146d94b6c25d36c780c509f1e8b3, '', 0, '?'),
(0x5eeff95e5c0551f3c33d2877b210ee86, 'wp-includes/js/imagesloaded.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/imagesloaded.min.js', 1, 0x00000000000000000000000000000000, 0x6823120876c9afc8929418c9a6f8e343, 0x8f49f2b26adafa2b561f12602980ae2050bfd3330c8b4ac1b428228578521360, '', 0, '?'),
(0x5ef31f6b662ec253db096a28acc0e9ee, 'wp-content/themes/jannah/framework/admin/theme-options/archives.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/archives.php', 0, 0xd19510da896fb214df3192019ceeb145, 0xd19510da896fb214df3192019ceeb145, 0x2280e357147d012bf2f67f5229b553a9a0d3d363f44dc7b5677dec5115d89730, '', 0, '?'),
(0x5efe45a9c3a0562696f49476c9c87256, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/index.php', 0, 0x51fbf98c4619bcbc568d637e319b5a70, 0x51fbf98c4619bcbc568d637e319b5a70, 0x7271fc767aae8d4a4c453f90a29c2f16aeb305cd204284484566f24ddc85ff28, '', 0, '?'),
(0x5efecc4af66463b2a4552bb1017ec208, 'wp-content/plugins/wordfence/lib/wfScanFile.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanFile.php', 1, 0x00000000000000000000000000000000, 0xe5fcea4acbb0ebd7a0abd362043e4138, 0x4b453a79d6ce7e1d9d97a5b5da3bc193f50ff4d94492afa54f51c611ad9d0e35, '', 0, '?'),
(0x5f02b0000cdfc56420954d507edbeb44, 'wp-includes/revision.php', '/home/forwardbetcasino/public_html/wp-includes/revision.php', 1, 0x00000000000000000000000000000000, 0xe7f3a1c8813e16a32371ec2859217931, 0xd6540f1b28c6f9c316b97f4892fb10f2a9417f5f0b592610a4b6ba787ab73638, '', 0, '?'),
(0x5f03a36b34e9f7b7212a7d8882dd8420, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/contact-centered-social-link.php', 1, 0x00000000000000000000000000000000, 0xfac94f477cacc0d22b8300f7c03640ba, 0x4e605b884c0f5d3bd8cde4b6207027b5756907f07885112e4716e9207dc08170, '', 0, '?'),
(0x5f1c2f70ff8dbd34aa3856c95c213115, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2AmpNestedMenu.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/one-click-addon.php', 0, 0xd059b64ba37aff30dafb79f0cd2c86e9, 0xd059b64ba37aff30dafb79f0cd2c86e9, 0xba29f22808fcd7278e194d89f1ef8fd449fa112e9f304b0d72dc9dc4bdcb1c93, '', 0, '?'),
(0x5f49c873db3197a72a679f23cd373836, 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/monorepo-2400.css', 1, 0x00000000000000000000000000000000, 0x0d34cc7985d5e89d8cb94218db14058e, 0x6495311e004f5ef5ab5eb2624feeee2e17ccd1ef30b36c84e5d2e50353692fb0, '', 0, '?'),
(0x5f4ac4bcadf23f3c6b0959622fc4de00, 'wp-includes/blocks/comment-author-name/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-author-name/style.min.css', 1, 0x00000000000000000000000000000000, 0x33b05c9e4946d3c866e279cb4cb2e85a, 0xb2e8ec3d074effca499a39b187003a0efa23c8d4f624791594ff6e7114febc98, '', 0, '?'),
(0x5f4de58adf2282339419b59008c5d069, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/DateTimeImmutable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/DateTimeImmutable.php', 0, 0x44a2f09b4d30390006a8b34fddc0efdf, 0x44a2f09b4d30390006a8b34fddc0efdf, 0xe12c98a576f8a95b8116cd9eb450428a3f9abcb64a44b65634e68d962b4822f3, '', 0, '?'),
(0x5f643140cc5f39e80ea42c9086867015, 'wp-includes/blocks/tag-cloud/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x6777c4a9673149937b346e9a85b5e148, 0x78c3c24a0f84abefd61ccfccff1d45a4895b6d46025e658b23fe69e2d4fb30d6, '', 0, '?'),
(0x5f6a18f5f0875fb1a82fd4ccd679d3b1, 'wp-includes/load.php', '/home/forwardbetcasino/public_html/wp-includes/load.php', 1, 0x00000000000000000000000000000000, 0x9d534cbd11fcbcf9f766aa4b2d5068b6, 0xc0f186f49d73320929a82f5a5105aa1e9644373503cfd8839c6020fffc11c92f, '', 0, '?'),
(0x5f77b9fab0e6c0d8f627d70f4a1b5336, 'wp-includes/blocks/gallery/theme-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xfd03de8bf9bc6c8c3e6efd71cb7957ac, 0x8493c9b961dfbfd8ebeb014bdb986ee9fda60ccd93ff042bf5186e11b262f2be, '', 0, '?'),
(0x5f7bf046e15a57cb38c6220c72952fb4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php', 1, 0x00000000000000000000000000000000, 0xf9303af7c0a50203ee291621ce404982, 0x23a8b581fd4320f0c56a88fa3880aff4f05ace63ed57e96b3af724d79bc7273a, '', 0, '?'),
(0x5f869e45656fbe0ae5446f1035c085c4, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php', 1, 0x00000000000000000000000000000000, 0x92a042b341f277fd060e2d0f4519a744, 0x03496651d3b93ca9829fb9f8624589c84a7c38fe7628389a9743d3eeac01c41a, '', 0, '?'),
(0x5f97df1099265b7102f94d0b6e38dc39, 'wp-content/plugins/wp-rocket/views/settings/page-sections/heartbeat.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/heartbeat.php', 0, 0xa93ea5f43171bb0ecc22071666409bd3, 0xa93ea5f43171bb0ecc22071666409bd3, 0xd1e22f0030f6bbaf76a7610aef65e8628ee24892f764d59a5bc62f6d4bbf4466, '', 0, '?'),
(0x5fa14b4e1c1165fff831c001acb248be, 'wp-content/themes/twentytwentythree/patterns/footer-default.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/HasRequirements.php', 1, 0x00000000000000000000000000000000, 0xca722f08324e0a5014f3f59e44d47195, 0x91473fc20400fa3a054bb4919ef2a9a9ce5edc4137a776a55efc85c2e180b210, '', 0, '?'),
(0x5fa4937b2014d6c20d4a3cdb8112680c, 'wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-abstract-tag-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-abstract-tag-presenter.php', 0, 0xb210d79f1babade19aa1a7975201bf31, 0xb210d79f1babade19aa1a7975201bf31, 0xf4b49a30cca97fec4a4fd080b8bf2c90923b413d07d421fbf85dd701e8b13883, '', 0, '?'),
(0x5fa96100008159cc8b0af2dbfae0090f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/TagWithExtensionSpec.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/base.php', 1, 0x00000000000000000000000000000000, 0xd1e92b983390cebbc7ec4f95026fb12e, 0x7f0f76e4b85a78786ed316b948b8812a3db3aeece22584506555c42b73637ece, '', 0, '?'),
(0x5fae178a6dfd73f02abf7627d1fc862a, 'wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', 1, 0x00000000000000000000000000000000, 0xcde8e2e00c56c89d6d51bbf657017bb3, 0xd8071b1a2f4f1c452ce81e891070b6a2e438675cf205ac1deb685c22daca1e35, '', 0, '?'),
(0x5fafd2e52e09cff5978d9d35ebc35218, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchGetValuesResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchGetValuesResponse.php', 0, 0x1a1d2509efd5d487c1fc2dd648ca89e0, 0x1a1d2509efd5d487c1fc2dd648ca89e0, 0x4a0320e1af4e0b4cf7056c1c179036f788fd8a7d1100447a56ec418801e0576e, '', 0, '?'),
(0x5fb43dae8c88a81bc805d7674de9881b, 'wp-content/plugins/elementor/assets/mask-shapes/circle.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/mask-shapes/circle.svg', 1, 0x00000000000000000000000000000000, 0xe662e6d5164fa486edced00fabc1f639, 0x5ae460f8d076aafe33fde508b74da628e80dfc51802b94d055d2f4d96834bc2c, '', 0, '?'),
(0x5fbb71ea498eda62534e19a233093c14, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cry.gif', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/AtRule.php', 1, 0x00000000000000000000000000000000, 0xdcc7f37cc54dacd4a9e56243107a613a, 0xf2ae31ef52e83b176ba28c6d1a1026c3d6368755bcdc4e192ce195eca51aa29c, '', 0, '?'),
(0x5fc43c14e2aaa8f89c53f49136e59d2b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php', 0, 0xa80713bcf043f236450dc1ff5d71ac86, 0xa80713bcf043f236450dc1ff5d71ac86, 0xa6e3ddaffdac58ac314c33c406212e176e11e45e402cce21e5328dd013b5f763, '', 0, '?'),
(0x5fd23cd7dc0e2a2017dd4416f0f0831d, 'wp-includes/Requests/src/Exception/Http/Status503.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-top-bar.min.js', 1, 0x00000000000000000000000000000000, 0x5bb3c32d6f193bb3ceda38301507de0f, 0x89d827d706ed10e491dab38672fce66ddfb3dfb9f977cb1c6b0c26a14759efcb, '', 0, '?'),
(0x5fd67c9caf0b54a24d5eeebd1ef5c44a, 'wp-includes/css/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/editor.min.css', 1, 0x00000000000000000000000000000000, 0x0c0c5f463c564c294c3b863f80317844, 0x522355bba6ce316861cbdda49530a9a01638e6345eeba4bef68d2c2ff206a93b, '', 0, '?'),
(0x5fd6e08134e4813393cdcb13193d8e93, 'wp-includes/images/uploader-icons.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php', 1, 0x00000000000000000000000000000000, 0xcc650dbeda0b77961af84b735979a73b, 0x8f89bd03e73df04e07926c4f6ce51ebad248b890a73a9df6e999901594494814, '', 0, '?'),
(0x5fe421f074f612cd6c3d861acaca4460, 'wp-content/plugins/wordpress-seo-premium/classes/validation-warning.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/validation-warning.php', 0, 0x95f54ec9af14202c155bc9b3c62aa91d, 0x95f54ec9af14202c155bc9b3c62aa91d, 0x44d7073275142e0c2c58b2d16c2b86472356d494bbb6d21a51a54854422d31ec, '', 0, '?'),
(0x5fe5860c45224cf1f75ef52c741a9ea0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaType.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/AmpCliException.php', 1, 0x00000000000000000000000000000000, 0x7b6184a2d0ad3acbacbb93bc11140223, 0x3a21ab36305d3e4f61d3bf09d09fc7a76f428c3cea7826a9befeecc46f9df343, '', 0, '?'),
(0x5feb20a4d515535cf5ded9d46f083e9c, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php', 1, 0x00000000000000000000000000000000, 0x0bb063d34fb753ed4d9aaf0626bd1c8f, 0x3292cbe3e864b36332ef76b8e8c5c0f25bc1a79bc28fa5faeca55c45626a9f14, '', 0, '?'),
(0x5fecae64cb412343658d9c19a6c2d494, 'wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php', 1, 0x00000000000000000000000000000000, 0xb271801f92821148d9f355ad87c522c4, 0xb4e689f1924b6b856b18b8c6f599039575d50e8f8f8a782210b5e85cccfa20c5, '', 0, '?'),
(0x5fee9128ed43988cc21b4d360e9839c9, 'wp-admin/includes/class-wp-links-list-table.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-links-list-table.php', 1, 0x00000000000000000000000000000000, 0x08b503e4646203c74b00365a77702a2d, 0xf33db2ec5a776f8e9c532243cd92f59f1bf552c307495618508ee44e8ae6cd3f, '', 0, '?'),
(0x5ff5b4effde1387d13ccdf019c3fe58e, 'wp-includes/css/media-views-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/media-views-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9a87ce1a71f30cf5c3a266fc0275dec0, 0x9125559c72d088ec751e8e7b43621ffd58c7f11e46be6f0ed642727befb30c97, '', 0, '?'),
(0x5ff9648da8c7912cbd4c42d0f298b002, 'wp-content/plugins/wpseo-video/detail-retrieval/class-animoto.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-animoto.php', 0, 0xd69e8cf28d2e66537d26abe862811ee1, 0xd69e8cf28d2e66537d26abe862811ee1, 0x880dbabf3146576b87401307d940afadd0df713b7e2d53b376de60125b3d985e, '', 0, '?'),
(0x5ffb4146e7b0b4a1b9550a50092bbcd5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php', 0, 0xbc2be229e4e2969658bf668d5c8efa58, 0xbc2be229e4e2969658bf668d5c8efa58, 0x2ac75d51a2a56f09f05e558e0d2e21091c3333eb3ec43993976683de6956efed, '', 0, '?'),
(0x5ffb8e1c326f0cf8b1c055b6a7fa4536, 'wp-includes/blocks/query-pagination-next.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-next.php', 1, 0x00000000000000000000000000000000, 0x50560dfc7190e6464d3ee3f0cb67fea4, 0x58ac2afb407794d7b7c4c5190f090a87c322c65cea2af715fd73a74f72f0f4c6, '', 0, '?'),
(0x5fffed89e5be70a873c213f7d3fe778f, 'wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/query-title/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5ddc196cfcc2a5cb80e4cddc1fed1233, 0x64225111e4d9a55bc90152663fd0b02d5b319d93f5b1952378be722c6d640d5f, '', 0, '?'),
(0x6001cc17c6f222c0a067edcfe1409b5b, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.css', 1, 0x00000000000000000000000000000000, 0xe5fd85de6b51ff581bef0f6f43f5f5a4, 0x63ac900a18f40a9e0943bc156cad1a5d929dc149f7074db0f1788b709e9118b1, '', 0, '?'),
(0x600d332258dc6c6ef460e1fb27479132, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/EmailSpecificDeclarations.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 1, 0x00000000000000000000000000000000, 0x28806940c647cf671bebf4ae0630e570, 0x0b47e7bd0ff9123c9a2f0ff7143134c585d54cebd2359fbbb8b9a315149cb821, '', 0, '?'),
(0x601ab398a4a08bb8f551260eaf603482, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', 1, 0x00000000000000000000000000000000, 0x3c861d7751c87a143392efec9931766c, 0xee3e5c3df01e0b1ea9736f14d408260f9fa6848dba8bf292b549890e6a4b15f0, '', 0, '?'),
(0x6022a6481b49eebc344c597a6cbbcec6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDataSourceRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDataSourceRequest.php', 0, 0x103f92ef550aa6cb80843647d06257e3, 0x103f92ef550aa6cb80843647d06257e3, 0x8fa981012d1089f39a1adf2a54db24b927d43dbe032b25de0c691fcd6918df67, '', 0, '?'),
(0x6023e9e4837e2987abdc159977e2f6a2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Amp.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/js/edit-comments.js', 1, 0x00000000000000000000000000000000, 0x685860261e8c62dc604fbf2c4a695e47, 0xb484ec982b0f917b6a025a161cce9cd316b07479ca76d625b17e4947bf1b7107, '', 0, '?'),
(0x602c385669ff344ea29ca5c6c4e9509c, 'wp-content/plugins/wordpress-seo/js/dist/languages/nl.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/nl.js', 1, 0x00000000000000000000000000000000, 0xe2f72f9738e3a6e99167e444c4c4deee, 0xd5efdbbbcad0a1cb580f8ec91f56c9943a94f05894763d55dc45232878b582af, '', 0, '?'),
(0x602cf42c3ca2335a0b883967e0bbbe8d, 'wp-content/plugins/elementor-pro/core/compatibility/compatibility.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/compatibility/compatibility.php', 0, 0x303c2adb7d0d268a8fbb8cc29acb3f6b, 0x303c2adb7d0d268a8fbb8cc29acb3f6b, 0x25e912cc549ed37f1e74d1648f77c9011ab6a41c76d0ea3c60580d13a7f4eb66, '', 0, '?'),
(0x603043290846b73d1d0aa3747bfdda5e, 'wp-content/plugins/amp/assets/js/amp-block-validation.asset.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/templates/raw.php', 1, 0x00000000000000000000000000000000, 0xf1370e545831e4f2e2d8eb5756fdafa5, 0x82f89535ec5584f5dcbae9c010259632a337630baf2438770c5cb3ef9d98d30f, '', 0, '?'),
(0x603ceec15c71ff0a96e85301725954e7, 'wp-content/plugins/wpseo-video/languages/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/languages/index.php', 0, 0x9fb286adf0b251add35e10c0213143ca, 0x9fb286adf0b251add35e10c0213143ca, 0x42617acb968538eda30eecb23b4a67bf3994c4f2e0dc2b15f24284a7fe49d59b, '', 0, '?'),
(0x603ef36e9d61bf1e43bf3660677e48e1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExit.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/triangle-negative.svg', 1, 0x00000000000000000000000000000000, 0xaaeae618476078489b43b38c00386045, 0xf33ddd596b33e0d330ce33f7cf05b2d7d1f1cc55b0bb7d89f7966903b7109a08, '', 0, '?'),
(0x6040f64a15ea53e5415ffbe335f0f76f, 'wp-content/plugins/luckywp-table-of-contents/core/helpers/Html.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/Html.php', 1, 0x00000000000000000000000000000000, 0x8e0cf2548da479838cc10314654bd33e, 0x8c73392fb99757a79bdbf3169b53e3420ee5952935062174a35d1d489ddf5b84, '', 0, '?'),
(0x6041e3bf4d8e0d1bc544e103a25396e1, 'wp-content/plugins/elementor/modules/home/transformations/create-new-page-url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/create-new-page-url.php', 1, 0x00000000000000000000000000000000, 0x25e589f91cb6c00fe2ac979cec1f4a2a, 0x53b02b27dbbf5ef31aa7876f95049fdc5f0c950d92eeb11fe43011c833e533d8, '', 0, '?'),
(0x60426433f3bc2043f66aa402339add6e, 'wp-includes/blocks/verse/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/verse/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe376b6f43c5f153535daac5137383511, 0x2bda2eb9f79a13fdf0859d445be837ac2055ab3de161491fbfec912d4800770f, '', 0, '?'),
(0x6048f18b2eb0ed52c28d5b7f027f82c9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/Item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/Item.php', 0, 0x48385a544cfc942b37efb8e6a019bf16, 0x48385a544cfc942b37efb8e6a019bf16, 0xc7d5da1389fff92a38fbe5d771db7924a5ebec0106e9b7879967257c1ce6e1ba, '', 0, '?'),
(0x604a15c8d165be9c9a49e1d5bd7cc409, 'wp-content/plugins/elementor/assets/css/editor-v2-app-bar-overrides.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-v2-app-bar-overrides.css', 1, 0x00000000000000000000000000000000, 0xb019e3c12209a5ceb633eadb0e57b448, 0x0709814110bfaf71d954ebf6dee1962bc60c5d9a390e637b98e3579e0ac232de, '', 0, '?'),
(0x604e2966ceaf653da770e82ddd5d20c3, 'wp-content/plugins/elementor/assets/js/image-carousel.4455c6362492d9067512.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/image-carousel.4455c6362492d9067512.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x1ca0b29bb2df72762b7310aa4721432d, 0x954d00c53ba3d3df90ee01f55118cd4e284cb9fd83fab615af9142908fd63fcd, '', 0, '?'),
(0x6053658fa3d33e4b47be0df8489c085d, 'wp-content/plugins/wp-rocket/views/settings/sections/nocontainer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/sections/nocontainer.php', 0, 0x6038596238037d8feb74dbd7b2aeaf49, 0x6038596238037d8feb74dbd7b2aeaf49, 0x43ef91dd5e7f8894e4379f8389516f566ce3dcb01109857e0d5899e3affa82c0, '', 0, '?'),
(0x6068ff7598a9ecb25bc7ae03b48a8ad9, 'wp-content/plugins/elementor/assets/js/editor-modules.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-modules.min.js', 1, 0x00000000000000000000000000000000, 0x12a2ab3fabad1f81f6bd9173909926bc, 0x8038a97ef21aabbaf249eeac25f377055a0f4d6da5598452734788f16431127d, '', 0, '?'),
(0x6084f16b56d97c453e78b2f18035f611, 'wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js', 0, 0x9e7c898d1649315173db5d2d8730fb75, 0x9e7c898d1649315173db5d2d8730fb75, 0xc2489407ae331d696d4490e234aff5137fe46c235e1138283eda42d04b77de1f, '', 0, '?'),
(0x608b3b5ace9a4dda78363e52df9dbdbd, 'wp-content/themes/twentytwentyfive/styles/sections/section-5.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-5.json', 1, 0x00000000000000000000000000000000, 0x347ddb0cd5abf8272dd90017db6a80cd, 0x74d767ff8218dd3e8e1f5e42b36546face9f0fab785510f3686b25ea639fdf9f, '', 0, '?'),
(0x608b9f4e32451789efbeaed1c77043e8, 'wp-admin/images/privacy.svg', '/home/forwardbetcasino/public_html/wp-admin/images/privacy.svg', 1, 0x00000000000000000000000000000000, 0x5096ec6fa3a525d18484430fc6137589, 0xdb21c3a9c26ff48254c1d01ee37535cb4846b6b1c32326b1488d85688d56d27e, '', 0, '?'),
(0x608cc7fb0a83fdf38632acea16af8b01, 'wp-admin/css/code-editor-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/code-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0fe5ebbfedf69656a1af444251566746, 0x77fec738363dc5dd9497fd87c232e9970d44255688ff4535bd0453f809f454b0, '', 0, '?'),
(0x6093da839b6a8215fd8f0865ce2682bc, 'wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', 1, 0x00000000000000000000000000000000, 0x064b70a3ad7c1f6b34cef143e87c3d2f, 0x9cb79ac04638fb8dcb4d3754ed7bdf841d1971d96aab490c5053f8d2ea181f0e, '', 0, '?'),
(0x609522d9a3e21d1cfee433da5d7cddca, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-sku.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-sku.php', 0, 0xde1fb136f1731b17bde5f021a6ae307c, 0xde1fb136f1731b17bde5f021a6ae307c, 0xa66f4d968a8087539b11e1f60d19d918e9e53d5099e60f52bb4681d0f6f96ab4, '', 0, '?'),
(0x6098d6273f17a6888e2091dd9224e30b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php', 1, 0x00000000000000000000000000000000, 0x79147f6a8370ae97091d7a14c57efabd, 0x92de8651e322149e14e8e162eeccf6a715c949d9ec8aabdc331a420dc65756d1, '', 0, '?'),
(0x60a4618a28138a6715b0fa1122841097, 'wp-includes/js/dist/html-entities.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php', 1, 0x00000000000000000000000000000000, 0xbedd7425ab44ed1dae1644effcdbb4b2, 0x07ca8fa03590c545bfdbc19c1835ff9a0bd36394f9f748b7f2db8534ce6420ae, '', 0, '?'),
(0x60a5f4a3c276dfdde2539e1804543723, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/CompiledContainer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/CompiledContainer.php', 0, 0x2fd8b92e6f8b54a8396a82dd4252a151, 0x2fd8b92e6f8b54a8396a82dd4252a151, 0x21530112833c299c924169406ee911bd0d524271ac0f059f5ca8d596b4dc3e61, '', 0, '?'),
(0x60acaec8599416751bb23719b632aa99, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x4468d0662545e91f6e7c319e4ef6f8af, 0x5d815c73dd55e3160e533103e294ff551219ea9f7b4d510ea4ac5e5733a844ed, '', 0, '?'),
(0x60ade36cda977dcab9221554fd990378, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php', 0, 0x4e26137a6a11bf48a3b0c150614851bd, 0x4e26137a6a11bf48a3b0c150614851bd, 0x12b6001c0b8f7dcf049a523811bf2abc6540575e207f679fc522a50259122211, '', 0, '?'),
(0x60bb6330af089ed95cf9e2eb9533e68d, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 1, 0x00000000000000000000000000000000, 0x1c093e0bc25536c6aa67fdb376c86603, 0x5210eb26731e58243623de028e895f1da3c1cebdedbe4adf1e7cc4fe62308a6f, '', 0, '?'),
(0x60bdf4341d8fc83637bbd7b3a8d16555, 'wp-content/plugins/elementskit-lite/modules/megamenu/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/init.php', 1, 0x00000000000000000000000000000000, 0xc755801094d2f1c567cdf99f30254088, 0x59a4254904531eb478bdabfde21b84c5bb980e8aef5302b31a23203572421cc7, '', 0, '?'),
(0x60c1a2d1860c482eeb6717294991d338, 'wp-content/plugins/elementor/data/v2/base/processor/after.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/processor/after.php', 1, 0x00000000000000000000000000000000, 0x83d928ba926e717e1af7921646320678, 0x34ee9efcf20b8ae782534fe452a827d6bb199744e27e2895eab6898ecd243ae4, '', 0, '?'),
(0x60d06fac6f98e8e8f0ec5a945738b660, 'wp-includes/js/dist/preferences.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/preferences.js', 1, 0x00000000000000000000000000000000, 0x91b45ba1400232f67211aefdd2caac83, 0xa4de7cb8d86c6eaa3c726254b47b1668076312a4f31994bb53b01c12dddc24ba, '', 0, '?'),
(0x60d9c877cb312a51910c2060fbc13143, 'wp-content/plugins/elementor-pro/core/integrations/actions/email/email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/actions/email/email.php', 0, 0xe808c392175886a9b2ca099e11cdd3de, 0xe808c392175886a9b2ca099e11cdd3de, 0xec82868aec0764c43be47a0dcf32d094b13460d2e0661c0f32be3a6575997669, '', 0, '?'),
(0x60dd7ddba64876608b34d412bfe73651, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/APIClient.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/APIClient.php', 0, 0x865f2dd251be391e5b9842d1ec2e6384, 0x865f2dd251be391e5b9842d1ec2e6384, 0x1b0ad19e8beba976b3e5d3a824a88ea0bd1c60eccb084b30a297b5f66f1d829a, '', 0, '?'),
(0x60ee6c3d94c9257c26d11398a3eedcf5, 'wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/nested-elements/base/widget-nested-base.php', 1, 0x00000000000000000000000000000000, 0x7bde28f006e408b63d18d2db286fae0b, 0xfe3816b9da82bdc2ab1699d836c0a97985108c75ace5e3bafe8e856c9935647b, '', 0, '?'),
(0x60f6a6943ba022ad2db9ffc82b7e043b, 'wp-includes/js/tinymce/plugins/media/plugin.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/media/plugin.js', 1, 0x00000000000000000000000000000000, 0xdf032317402cd90b340e016447bad44d, 0x581048177808bfa41bb6c93083d68d58b91ab39a1b844f478bf77ce97b974632, '', 0, '?'),
(0x60fc375fcf41b822ad1cc752c18061d2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php', 0, 0x5d6022863a4968559a5cf7fcee5f74f0, 0x5d6022863a4968559a5cf7fcee5f74f0, 0x806ce9ded3240edb141ad9c2590a22fe0fc13cd33884e85e5579adb2e2b5cd4f, '', 0, '?'),
(0x60fd7d2bed36b1104c2d715ba9ae240b, 'wp-includes/sodium_compat/src/Core32/Util.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-customize-nav-menus.php', 1, 0x00000000000000000000000000000000, 0x8459d1933f88a2e49848359b4e595086, 0x8fa55e9c8ff990ef59b80a16bd6472f594bfa601a0372eb1cdb4855024720014, '', 0, '?'),
(0x610259a4abd2a87091dd0fc219a16485, 'wp-content/plugins/elementskit-lite/widgets/piechart/piechart.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/piechart/piechart.php', 1, 0x00000000000000000000000000000000, 0xe5652aa419411da91e29c9ea9cba6417, 0x29f7c16dec9cff87c48cd33376ebb38680073907a92ed149fd0bbb21281c9d68, '', 0, '?'),
(0x6104e4fc2936e7efa206c01482d18ee3, 'wp-includes/js/plupload/moxie.js', '/home/forwardbetcasino/public_html/wp-includes/js/plupload/moxie.js', 1, 0x00000000000000000000000000000000, 0x8923430da19a35c7b1efc792b681fc9a, 0xbfe8f3c349d2395f2f7818d47413359ae5a4e028bf2e67e274541a7d26beb09b, '', 0, '?'),
(0x610a2bbfdfaed92958a0b25d146d0b05, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/adminbar-2400.css', 1, 0x00000000000000000000000000000000, 0x03a314564d2a4029a3f01d791c54a92c, 0xe35c73b6157e3a19abc8dca81b09fe92662f4d835eef68e814c11b9ed2f331d4, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x610df830cae4c5732e2e43811d161d3d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php', 0, 0x333f2593c1ccb221d3085b7a67b08f75, 0x333f2593c1ccb221d3085b7a67b08f75, 0xdf2b970792897a8844de2e8bd31d6139c367d20e995f91065c6105da8aa904ef, '', 0, '?'),
(0x6119ab45b060176b84002a3a2aa8c703, 'wp-content/plugins/amp/assets/images/down-triangle.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/down-triangle.svg', 1, 0x00000000000000000000000000000000, 0x03a8ede0571e632ef50423690aae646c, 0x0d60f076df84fd7641dcacb5b61ec95278c5d5f24be537b5f46de90c165a48ee, '', 0, '?'),
(0x6128c200c8277eafa77594f5ce199857, 'wp-content/plugins/wordpress-seo/images/index.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/media-button.png', 1, 0x00000000000000000000000000000000, 0xb2b6c3e336054070e8927a5e7965f3ce, 0x5f1aeafa88fdf203536ad7965920bdf3f001e89556bf5a9fee47656ee7b05f0b, '', 0, '?'),
(0x613312dfe815e31ef659ba96a515f8bb, 'wp-content/plugins/elementor-pro/modules/forms/fields/date.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/date.php', 0, 0x865537c979d18a339d8cc679e10f07b1, 0x865537c979d18a339d8cc679e10f07b1, 0xbaed57391ed7caf5c3614c1b703e2e4e5b930da02de3cf7e622432f5c1cb5f7f, '', 0, '?'),
(0x6135dbde70c6eee655653e1d03ef1669, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php', 0, 0x86715e8b14a92e3985212bee3c094e96, 0x86715e8b14a92e3985212bee3c094e96, 0x3161275b63dbc6ec1fba82fed39b658a512922fbbcc9360040180f969327dee4, '', 0, '?'),
(0x61476a3cd35cfa4460b42f8bf29db564, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConsent.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConsent.php', 1, 0x00000000000000000000000000000000, 0x705b1c13e1d16753e951466b5fd9dc6d, 0x6f6a371786f3d3a4ff77b7f1fd533347088d854e09da9ea759cd36198fa565f9, '', 0, '?'),
(0x61518a5a11f1e51bc9d97339a661b825, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Header.php', 1, 0x00000000000000000000000000000000, 0x9fa1aaa540c2eb1df592c4a334398f0b, 0xa1f5b90404c5f7078e331e7a0e9dd93d54ff9ad4193fd91f9f8b885fe577c34c, '', 0, '?'),
(0x6155fe2ebaa8bd6fb3e82dbee8dc46ef, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php', 0, 0xdbfddb6102cb1d87abf1027ba2e2c9ad, 0xdbfddb6102cb1d87abf1027ba2e2c9ad, 0x65d57148cc87a078afe544843c949ba8ee771e4c515dc178b47dc5db09757bfe, '', 0, '?'),
(0x615a2a03ac28d6bb03916369dc7d0b64, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeModal/CustomizeModal.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeModal/CustomizeModal.php', 1, 0x00000000000000000000000000000000, 0x3aef5fe65fa95714a4d75685b8a3439e, 0x8823b09efce9b3e66003622aba490d948cd0b4d222105b24d2a452781b5d4476, '', 0, '?'),
(0x615c632c49223554cd05b123cc8b1ffe, 'wp-admin/images/media-button-music.gif', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/block-library/elements-rtl.css', 1, 0x00000000000000000000000000000000, 0x30d9fc59dd1c1070d804edceff55c8f4, 0xacbdc2cc04f98ac1de296d2e147e198984ba1e797760e740799b6319e6025a42, '', 0, '?'),
(0x61622aaa947e67b0f179c5c5d80679b4, 'wp-includes/block-supports/position.php', '/home/forwardbetcasino/public_html/wp-includes/block-supports/position.php', 1, 0x00000000000000000000000000000000, 0x50f87cade2aaadf4b2b9ae77244af244, 0x75665516e60843889ec771da24c971b816cb782b1830d86c218df4e232366658, '', 0, '?'),
(0x61671b4f494bb931de872e0af56742de, 'wp-includes/blocks/navigation/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/style.min.css', 1, 0x00000000000000000000000000000000, 0x248b1933d8fafcd0e9927fba349545c9, 0x05e0defe34e610168e1ae79072aa5ef9850a6acca0cf178bd8b9b77e60c283e5, '', 0, '?'),
(0x616efdacda651a2ddf6736a66925adc9, 'wp-content/plugins/elementskit-lite/libs/framework/classes/plugin-data-sender.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes/plugin-data-sender.php', 1, 0x00000000000000000000000000000000, 0x30e7ff951550d8433411d96d428c3792, 0xe632019f7b430b3b97f4cb170c913997e69c05a0a230fa89bf18181b81bbd279, '', 0, '?'),
(0x617ab541a7ef41576b0680d29cfca2b1, 'wp-content/plugins/amp/includes/class-amp-post-type-support.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/class-amp-post-type-support.php', 1, 0x00000000000000000000000000000000, 0x2909d2044ddf95b157bc2b45309f2725, 0x545824f62c3835438ceb97fcdfaed2438480415572c7825224a69b4e3fdaa5f2, '', 0, '?'),
(0x6180c0e930336cd185c2322c57efbfff, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/StringDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/StringDefinition.php', 0, 0x76d6dd0c7efbf5ea64840c216a28531d, 0x76d6dd0c7efbf5ea64840c216a28531d, 0x14b050c0968e443fd68d4d22da1d67bd1fd11253b98039b4e8e7f1a7fa838bbd, '', 0, '?'),
(0x6182779955ccf0181a547aba7f4b1784, 'wp-includes/blocks/post-excerpt/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/style.min.css', 1, 0x00000000000000000000000000000000, 0xd5a5f61efcd5084cb7ed604c28d2a9f1, 0xcd02424f179ba3c421371d8002dadc5290837f3f30b8b47904c48fe4c404d035, '', 0, '?'),
(0x619ec105150df457eab8cdca750ecc92, 'wp-content/plugins/elementor/vendor_prefixed/psr/container/LICENSE', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/psr/container/LICENSE', 1, 0x00000000000000000000000000000000, 0x7320ae3aa92f4b6525f59c24ab170cf6, 0xd0f6415aff2da09cd6ada77f87cc3a27cdcd3c7f3589b6a346f3577f712cf595, '', 0, '?'),
(0x619ec6b222270d3c20a9d11a451c5789, 'wp-content/plugins/elementor/assets/js/packages/utils/utils.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/utils/utils.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x97e15ac1733a93d3352a961718573005, 0xd28e9da156926cec4a7978db48b3ffb938830e6c0d1bfd5cd2fc82f37e62bc5b, '', 0, '?'),
(0x61a0b0b77c86e87f753eea2062b71304, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/plugins.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css', 1, 0x00000000000000000000000000000000, 0xbcad7781b3e74db2565b8424c45232cd, 0x69068914420117970f298c361efe61a90ec89d051b408c67111d0fed77b427fc, '', 0, '?'),
(0x61a73fa3aa5fd7cba2bed0366aa8ec58, 'readme.html', '/home/forwardbetcasino/public_html/readme.html', 0, 0x1f04dd54c5f57fc8d031b14b4696023e, 0x1f04dd54c5f57fc8d031b14b4696023e, 0xfb5edc5e92d5555d6339f3dbf8f5951941f0073d27af554d3ffa9e137dcab884, '', 0, '?'),
(0x61aeee9ef46a34b8fc9733715e4bd9ec, 'wp-content/plugins/wpseo-video/vendor/composer/autoload_psr4.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/autoload_psr4.php', 0, 0xca4c699c1d868dfbb2a7baeecbca60e6, 0xca4c699c1d868dfbb2a7baeecbca60e6, 0xd3c0a87ffac071ed33faed25953aa11dba61e9ff9653ae518e55d39903ef8765, '', 0, '?'),
(0x61b20f9ce100fcee7c911537514e3f89, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strike.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strike.php', 1, 0x00000000000000000000000000000000, 0xf3cb9ec89f8e6f0fd9e5bf67a124c454, 0xcd75415cd16983a1bd9b9416d3031265a0314ff3f3ded143f7b997db36aec694, '', 0, '?'),
(0x61bf4a949272d3e4dd26c62d441f10dd, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', 1, 0x00000000000000000000000000000000, 0x55a6aa6f8de77d13537d9d0bc196382e, 0xee24aed67303b607d30bf48883ecc83f3b66a2c4a03d600dd909dec426b9ab21, '', 0, '?'),
(0x61c495d7fccb343ed2b98fb7ef4468fe, 'wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Stream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Stream.php', 1, 0x00000000000000000000000000000000, 0x74955ddde1d50a627553d22f79d7e344, 0x4cddc606521eb898fa0321c7e08552524c523a1a7e7f59a59fa33570af664110, '', 0, '?'),
(0x61c6269c8f3145d45e5fac041738d512, 'wp-content/plugins/elementskit/widgets/twitter-feed/classes/settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/twitter-feed/classes/settings.php', 0, 0x23e3b092875601b42296f5b2f5587ca1, 0x23e3b092875601b42296f5b2f5587ca1, 0x523c282c3194f0893eb7f4f38be1bc4b13e7a10dfc417894743ae2759e85eb34, '', 0, '?'),
(0x61c6c50383c9fb286de04542fd086cc9, 'wp-includes/media-template.php', '/home/forwardbetcasino/public_html/wp-includes/media-template.php', 1, 0x00000000000000000000000000000000, 0xf854c25455f9ddae64e2672073e552ac, 0xa03d38903f04e5c6f2dce763b67472029b1cda4d4bedccd020323090a8bc8a89, '', 0, '?'),
(0x61c963b543480d8508913d076c40c4b8, 'wp-admin/plugin-editor.php', '/home/forwardbetcasino/public_html/wp-admin/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x4d1e8ea0ca7d7bd1cfd72b9c56f2bd7a, 0x3a08f93d1c624dcdb835044f2a4d0d37d923ed7e86655e8faf62e7ca22b4ae36, '', 0, '?'),
(0x61caf6173a19d4ee71433aaeab8675eb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveQuiz.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveQuiz.php', 1, 0x00000000000000000000000000000000, 0xffbdaddfd63b01f260beea3d26f54da5, 0x6a21e7ff954e982e4d3f95df56a5d83493aa463fc8485115ea5a1af5fe12c3fe, '', 0, '?'),
(0x61d111799b39e7987d606e92b26cae0f, 'wp-content/themes/twentytwentytwo/templates/page-no-separators.html', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-plugin-dependencies.php', 1, 0x00000000000000000000000000000000, 0x8bec564d317abc247737eae89abe1bfc, 0x09249da03100b5cc5d2a8bbcb5cdf2e820b87b1a7fecbdbf0cde68ed350c6954, '', 0, '?'),
(0x61d42c98ca090a646a8f71023a253003, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php', 0, 0x58fe6e8db452e3e801805056466e11d9, 0x58fe6e8db452e3e801805056466e11d9, 0x709fd8e2c4b29ff90b4a95986e4229121cfe88c33051047c3386c2d2702b99e0, '', 0, '?'),
(0x61d47e2a6b600144bf6e70a77db7be66, 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php', 1, 0x00000000000000000000000000000000, 0x9756a96cedce0df167b62720bbcc27a1, 0x94489d02a5848385c8f4db3e53bf0ec17cc54609ba30dad9d8ff18185b6249b9, '', 0, '?'),
(0x61db30d67dd0e8b880aa40d5dce67e0e, 'wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php', 1, 0x00000000000000000000000000000000, 0xb5c8ec9f10d1f36e7deb53163d5decda, 0xf39c4bb4c078fc2ceaec56bb375b14c67b0a7baba0657463e8348b9b670f9090, '', 0, '?'),
(0x61e66169e7479df6ac887defde1a20b9, 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 1, 0x00000000000000000000000000000000, 0xa6ef26672fe2db553b33fd8ec5938dd3, 0x2eef5ce4700750d658ee8d6a22e4af578b9c80f07016b365ba2e6b5708267d75, '', 0, '?'),
(0x61e8163a50eb99d21d2b43392d28c8bd, 'wp-content/plugins/amp/assets/js/wp-i18n.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-i18n.asset.php', 1, 0x00000000000000000000000000000000, 0xde4b8842dc1035f0ea3119c10b0fcd88, 0x977a8c13aed8959e36737a0dc47376b6c81bf491e2e9e87ae55541c5dd1f3171, '', 0, '?'),
(0x61ec55faf49776efc0c3d90dc0e71430, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceObjectReferences.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceObjectReferences.php', 0, 0xbd3e206cb403bee23bf20ed28876a589, 0xbd3e206cb403bee23bf20ed28876a589, 0x6719560a3bb3fe26987c33f016d1bc51958421157c4351be9208125f4e61f0fe, '', 0, '?'),
(0x61ed0a2f803edbb97fcd3602aa61d4ae, 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php', 1, 0x00000000000000000000000000000000, 0x9d8fba91a80e890f26d2996d3f9644bb, 0x76daa3151167cf1060018616159166768b306e3b5cbb0cf281552717d604fa04, '', 0, '?'),
(0x61fa8fcfab7c4f95d5f10381c1bab0ac, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Subscriber.php', 0, 0x2458e215aa0e3e52402df231c2540261, 0x2458e215aa0e3e52402df231c2540261, 0x9bf0b498541ea5d477b4eb1f86dde317782da2a55d15adcbfa2997d086b0adf7, '', 0, '?'),
(0x62058114136b71ee35b1067fd3ae25bb, 'wp-content/plugins/amp/includes/sanitizers/trait-amp-noscript-fallback.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/trait-amp-noscript-fallback.php', 1, 0x00000000000000000000000000000000, 0xa1f30f3962cfc8b62a4a28e34eb060a9, 0x646a5d8a62cb3c6383537ed4a74a2a25c38fcf2d149ddb5c2fb3b0de778833e9, '', 0, '?'),
(0x620b7d48b11c7aca5747d0f29075e0c0, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/AnnotationBasedAutowiring.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/AnnotationBasedAutowiring.php', 0, 0x098e8044c74c1892a979897e41bd52bc, 0x098e8044c74c1892a979897e41bd52bc, 0xf99d5496029ad146f1aeff46016b862d673bfac94c005504af5a5d4b95806ac6, '', 0, '?'),
(0x62119931bd42a3b5c90d3089300cfc41, 'wp-content/plugins/elementor-pro/assets/js/portfolio.5727b56368be256d0893.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/portfolio.5727b56368be256d0893.bundle.js', 0, 0xfa6195ed2031ac2c634b67024d5834ee, 0xfa6195ed2031ac2c634b67024d5834ee, 0x8dbad62772030a0bd6696655f82549c6e3ee27a5a3f1e11d0ce2626c4bf0593f, '', 0, '?'),
(0x6214631f02fb5740c989b32b5fc0a08d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php', 1, 0x00000000000000000000000000000000, 0xcb3ffbe7ac7f1855ae03453e419ec46e, 0x25afc237f559282de605c3c14607c1534d5986459d3ff9b783192cff92d2a8ee, '', 0, '?'),
(0x621bc242d2cce0afb49c98db55a690f7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColumnFormat.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/meta-author.php', 1, 0x00000000000000000000000000000000, 0x33bb2a46257ae51b79dc6caacc528e71, 0xc4623dc7596b6882ca20f52a95f19ced8f3bd45ce6389c65143aa66bc3361e82, '', 0, '?'),
(0x622f83fd8b7c612223b75e27f4cf34ee, 'wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.js', 0, 0xcf8ac4ac2ca82499efb266472e0ad291, 0xcf8ac4ac2ca82499efb266472e0ad291, 0x8cf0391c37143b058979e2fba9786383982d9642012fd3a6e52bcf5d94cdb7be, '', 0, '?'),
(0x62413752c89e79258578e72d43d2c7f9, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php', 0, 0x9e44fa9c4d12b5527b698aae01500e63, 0x9e44fa9c4d12b5527b698aae01500e63, 0x2677220ce1a93c8598c93f4807e78a66f7d83eeeee1a529df831254296d318c5, '', 0, '?'),
(0x6243b79e9ef882bd3e0a2592f7ac8c14, 'wp-content/plugins/elementor/assets/lib/swiper/swiper.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/swiper/swiper.js', 1, 0x00000000000000000000000000000000, 0x4f4d7df7c5a558b397705c7fc4b55ab2, 0x0ccd52d780115e55b5987e837adc8f270682917dafe7949b9eb598e44c2327e0, '', 0, '?'),
(0x62459e9d3e4830b90c116cacf176c186, 'wp-content/plugins/elementor-pro/modules/search/data/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/search/data/controller.php', 0, 0x078406782e5bac7270acda70e5ff57f3, 0x078406782e5bac7270acda70e5ff57f3, 0x1c15199dde2562beaa232d1c25ffaae3b5e0fb5bdd14c13fc0c13d532a5e915b, '', 0, '?'),
(0x62554e443ea86b9cd4cb47c8b8a0ef57, 'wp-content/plugins/wordpress-seo/inc/class-post-type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-post-type.php', 1, 0x00000000000000000000000000000000, 0x7ecc3dc6b4ae071d0e9f910c2e4b1974, 0x8922150179783ed16369d98d56150f7b5a34d1e3427206c769901ba61031fc0b, '', 0, '?'),
(0x6256a48f58cbbebf96e0244ca1e87d71, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configuration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/crop/cropper.css', 1, 0x00000000000000000000000000000000, 0x6b79350bf46e0f692a4d1b2807ed0399, 0xf4d9b8b806540886e4de9d4f93b3d9774ca681793d7dce67546cc0bab1a4bdf7, '', 0, '?'),
(0x62620a8e6e5c040f56e7c8ef926f1026, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php', 1, 0x00000000000000000000000000000000, 0x0920737f1986db093c164f54e49abc3f, 0xeacd81aceb00c43c15e1c88d92c28d1cffec983fe72d290faaf8c066de7a5348, '', 0, '?'),
(0x6264b6ae83aef2cf6dca7ba618a73555, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDataSourceResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDataSourceResponse.php', 0, 0x54241ed725d061b5146f5e0f6b77f242, 0x54241ed725d061b5146f5e0f6b77f242, 0x9055c7752a659ebc4b1d11bae866a2e1b3d1ae74f8a51d2a82481bb56ee1b88e, '', 0, '?'),
(0x62680107353e6fbbd462bb68f9c96ff4, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php', 0, 0xd2ec18b37976916ebe33339bb36eea08, 0xd2ec18b37976916ebe33339bb36eea08, 0x3733c4c5774beb4f29c46df83b2f425b29300de87023af8c5bc5a0de0f7f59a0, '', 0, '?'),
(0x626c4544f78c113bd6bdef56bfc1d80b, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-4.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-4.php', 0, 0x9fab3e463447d83820fcf3296f2eeea1, 0x9fab3e463447d83820fcf3296f2eeea1, 0xa15f4da714120d34e55a6c2caa706e176162996e817748f926c99863ff047ffb, '', 0, '?'),
(0x627191ca176b5103132107aa97e40c1d, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/templates-types-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/templates-types-manager.php', 0, 0x34cf9ec4099b6d36c17c5b194dacf7f8, 0x34cf9ec4099b6d36c17c5b194dacf7f8, 0xfcaadb9c3b21eab719717976da85ea513e3f517ac99a1c1ad2722d487a431ade, '', 0, '?'),
(0x627357deefbab5227a47a466632342eb, 'wp-content/plugins/amp/src/Validation/ScannableURLsRestController.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Validation/ScannableURLsRestController.php', 1, 0x00000000000000000000000000000000, 0xfe5b126165d2d2c1227c4067d1c5b32e, 0x97834abbe484ea2ea7108cddeef17786bca1b44b272f880b4c3c9da32465456f, '', 0, '?'),
(0x627585afb8967dd124bce593ef2df1eb, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Combine.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Combine.php', 0, 0xa6c1816114a43a286579cb2a62a64720, 0xa6c1816114a43a286579cb2a62a64720, 0x5bbcb303ab5ed1c82805814e67515de2fbe071afba4fff1e31b7503bbac1c656, '', 0, '?'),
(0x6283f585b2035f6945d5017f3df3665d, 'wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/SettingsController.php', 1, 0x00000000000000000000000000000000, 0x661394737de9c1d1fcd7557b1624943e, 0x876e0bcfb70f395b818ed4d5c6f5db7424315ceec66285ee21050d3330c09249, '', 0, '?'),
(0x6290459a23ebbb7658e1be390ec6af2c, 'wp-content/plugins/wordpress-seo/images/error-icon.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/error-icon.svg', 1, 0x00000000000000000000000000000000, 0xe2f42b39af553b3170dcc4bf6b74bd5b, 0x8a5a02017267c0c0963684bc874aec10c17660cd3cf363c49b1e629a8789260f, '', 0, '?'),
(0x62911a8dd87a3d3011b7bf7a58fa6c50, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php', 0, 0x502dee105e9830f31f33f4d7cd99c335, 0x502dee105e9830f31f33f4d7cd99c335, 0x3ee12de2c085dfde1413e4b8949754988f0989312680af11a63034e937ac6c54, '', 0, '?'),
(0x62990388535daa685267cf9093fdfc50, 'wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg', 1, 0x00000000000000000000000000000000, 0x2e66249e6236d0ee14ea114f363c66c0, 0xe65ebe35bb5bca325b8c0eb3ac452cedcb805987daec3ecc424fdb94fd4900f0, '', 0, '?'),
(0x629d34d1cfcb8cb92e21860b8f19dcf0, 'wp-content/plugins/wpseo-video/video-seo-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/video-seo-api.php', 0, 0x8ad968541bc98e16e1abb7b4e51fb558, 0x8ad968541bc98e16e1abb7b4e51fb558, 0x90471205a476f428cd1cedabbde4fa581793b3728dfaa45eee24b6cc3a84f1fd, '', 0, '?'),
(0x629deec17ba4fcbf80a1abd3359f2eae, 'wp-content/plugins/amp/src/Infrastructure/ServiceContainer/LazilyInstantiatedService.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceContainer/LazilyInstantiatedService.php', 1, 0x00000000000000000000000000000000, 0x9ddae2169e27b583cc04df4d32d180b8, 0xe378bdc23c11a32bad8157795df6df9195e076c690c9778440da16c2c70bae94, '', 0, '?'),
(0x62a274bae06ea1b6f10c658c9941115d, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/ai-fix-assessments-2340.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php', 1, 0x00000000000000000000000000000000, 0x48ffeb4f43a6ff598df01c6fe389a688, 0x4a36069c884be58c7ff330dfe937fc00c76e098f83d2914e6f35dddc387de667, '', 0, '?'),
(0x62a56141a74f8f0f2d1f9315b70f95dc, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Installer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Installer.php', 0, 0x6f098f607219360bfabf5cff5b8b357d, 0x6f098f607219360bfabf5cff5b8b357d, 0x5f3f699e6d3237836a6a66efd0bb410679b30e67698e4121d39364002e802d87, '', 0, '?'),
(0x62af65dad34c2728b03073c8bc9c7ed4, 'wp-content/themes/jannah/framework/functions/page-templates.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/page-templates.php', 0, 0x2a6c933dda2efd6ada2e0e58e5b7f5a3, 0x2a6c933dda2efd6ada2e0e58e5b7f5a3, 0x4bf6db16227d7d445721512a6bc7745b1cb6667ff9e052b7c28fa5d5b5a47fd7, '', 0, '?'),
(0x62b0038a7fb97902af456bd6bd9f08a1, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0x60dfc63604b6b75529f7063cedb67f63, 0x2ca9bd8724e19d753b0788e9b0ae1b3943bbc85799b0a779c7ddd7d7de960306, '', 0, '?'),
(0x62b5e93d8b6e4ebcb32a287e3777eb5e, 'wp-content/plugins/wordpress-seo/images/academy/local.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/LtsScriptAfterNonLts.php', 1, 0x00000000000000000000000000000000, 0xd5f010ad790b4e7d01e3d3489316b373, 0x738f9f0c1a3c64bfc56be86dc66ec78139bbdc3a4bcfa36d2e3d66462e043231, '', 0, '?'),
(0x62bee21a65ca7bd1ecb2e1361b76ec9f, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php', 0, 0x953c54820395f1108c573c6c1830d3b5, 0x953c54820395f1108c573c6c1830d3b5, 0xdba1a62df64f4e1d7e2afafe8d5fe5a311b38e3eb4ee67de173ca10b86d3f0be, '', 0, '?'),
(0x62c2e6cf868f4ee6d18ca682cf1719ba, 'wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php', 1, 0x00000000000000000000000000000000, 0xae8599ff2d1507b991869962492ea52e, 0x453df40307892ef9b306ff475da452883adc3bafcba1ab9eba2a28bdf3295671, '', 0, '?'),
(0x62c698e59539993f4b43fc824432b8ab, 'wp-content/plugins/wordpress-seo/images/seo_analysis.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/seo_analysis.png', 1, 0x00000000000000000000000000000000, 0x64b4ce26518cda9e782f0db06ce25ec6, 0x3516ca9142e69b4a6696d5f3fec5fac28cbca697413eeebf6db8bfbbeb949419, '', 0, '?'),
(0x62ca03a5f1487a665798a085ad67779b, 'wp-content/plugins/wordfence/lib/wfSchema.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-small.php', 0, 0x81b860ff936b446e24a0864f17d20fa4, 0x81b860ff936b446e24a0864f17d20fa4, 0x4b3b4ee708be8cf607491352775168fe8f8a804863adc403b6720b26bae2f670, '', 0, '?'),
(0x62cd50e7966ef75ea00ed86b21f74524, 'wp-includes/js/dist/undo-manager.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/undo-manager.min.js', 1, 0x00000000000000000000000000000000, 0x8a83c75738cd36854b27cbcf4dc22212, 0x893a21aff9046b577bb0b28ff8e069568e95bcdf427d05302ee957746df2bb5c, '', 0, '?'),
(0x62d26bed6794ec7347244da1b2a42748, 'wp-content/plugins/elementskit-lite/widgets/testimonial/style/style4.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style/style4.php', 1, 0x00000000000000000000000000000000, 0xf1992ec88c3916892870404dffe1c34d, 0x26854010b929b169369021b5e90d6570c8b3cd7d70d12456af04e8b535457c7a, '', 0, '?'),
(0x62df0d233915aaba61c924dd776ec0cf, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ru.js', 1, 0x00000000000000000000000000000000, 0xb650416cc2183d95aeaca66478106ec8, 0x0387dd55f4f09a289d50265895dd76eab25c61339427c69e6f1199aebd1b5126, '', 0, '?'),
(0x62e9e7e5ca266630bd02574dde2f3bf5, 'wp-content/plugins/elementor/assets/css/widget-icon-box.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css', 1, 0x00000000000000000000000000000000, 0x996e1565bc48e05795e01607e0ccfb98, 0x09acf9355a7c78f507f3f1f9a4196f3aef7303af17182f6d0bd40558938b5d3a, '', 0, '?'),
(0x62f1aaa5b24bc4fe2b78b980a09a7746, 'wp-admin/css/site-health.css', '/home/forwardbetcasino/public_html/wp-admin/css/site-health.css', 1, 0x00000000000000000000000000000000, 0x66d9071340b9f699dcbee510366ca8f8, 0x13644be9c322058b9293d8fc6803738d50b6e03f14b7479f2500c7419720c78d, '', 0, '?'),
(0x62f5dcfc65acfdb17b598592d4f902b0, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/BatchFetcher.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedDomain.php', 1, 0x00000000000000000000000000000000, 0xb42406d7781e1a8273d26dffccd39f31, 0xa0c225c56777590d7a362f631adb10abc6a0ec64981ac6a0614a189d68b61dcf, '', 0, '?'),
(0x62fa6d57da24b5ea37e396dddb75bce6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php', 0, 0x314676735b15f267b2ea13f852df7a36, 0x314676735b15f267b2ea13f852df7a36, 0x9c4a319f4f6a573020d26a5b38c6937d012fb1ae2e5e9054ad5b58d523adceaa, '', 0, '?'),
(0x62faf8850fa7f088596fb525edfa9534, 'wp-content/plugins/amp/assets/js/amp-customize-controls-legacy.asset.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/privacy.php', 1, 0x00000000000000000000000000000000, 0x69e7369c0e9f5b03dd24406cda9ccc53, 0xc7526953329b2608781a38541e0a477461e0938b4d74f6c572f4eebd790902db, '', 0, '?'),
(0x63012879c646a77a94b10b2172daebc9, 'wp-content/plugins/elementor-pro/modules/share-buttons/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/share-buttons/module.php', 0, 0x9aec0cbc3a100101d9452e1612b575e8, 0x9aec0cbc3a100101d9452e1612b575e8, 0x31463ae8842ddb50e190a2adee7a4a05d38c508eeb6f8261b28daf3620e8e71b, '', 0, '?'),
(0x6307c8d3840c93c931d0b4f4547636d3, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js.gz', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js.gz', 0, 0x5bba24a8aabcf43e2c55731bba11bc1d, 0x5bba24a8aabcf43e2c55731bba11bc1d, 0xf976c9a157e2496c247c8eca74d26bb5ed1a584502f383636eb5bef3bdb7666d, '', 0, '?'),
(0x630aba9d34c228cb412686d7a401ebac, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/css/one-page-scroll.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/css/one-page-scroll.min.css', 1, 0x00000000000000000000000000000000, 0x3d24d918a659d6ee8338770fdc07f768, 0x8bb86983d053af5804ba728a9f444d9990eb509ba61587d3e770bd5006ec831d, '', 0, '?'),
(0x630e32e57dc94807faf99c62604d5d92, 'wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/templates/header.php', 1, 0x00000000000000000000000000000000, 0xa0e9f87f2b7d2b52636e2229f41b074b, 0x87ee89cd3e6fea4185446f9644f047916b14322499d0b5c3c93187cbf816d892, '', 0, '?'),
(0x6314a7171c344c5df4cb9eae04b74d63, 'wp-admin/includes/class-wp-post-comments-list-table.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-post-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0x32e58e0ec9615359796c1929cf4be736, 0x465fdbb0987f19471a4f30dd63f7a57ed4ea49af68a0940a06593b6ac6a39ec7, '', 0, '?'),
(0x6317c28ba5b8ba7009f8505533112fcd, 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', 1, 0x00000000000000000000000000000000, 0x26dcae4daa1cf78b2c7e2fe21cf8e972, 0x0c463bf4f4cc14571d5daccf26f1b8e57a7e6f27f02f810e800171cc2b08b8a8, '', 0, '?'),
(0x631ab4ad7220ef7465f95c2df5a582fb, 'wp-content/plugins/wp-rocket/inc/common/admin-bar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/common/admin-bar.php', 0, 0xecb5b66058f2e8564e04e2e40b3c9188, 0xecb5b66058f2e8564e04e2e40b3c9188, 0x60cfaef36c3322ce675e1e05a50e0b64b86d6a8e9c9e722a2deb8efbbe91e18e, '', 0, '?'),
(0x631d60e8028303fcd3ce84ed6bb759f2, 'wp-content/plugins/amp/src/Admin/PluginRowMeta.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/PluginRowMeta.php', 1, 0x00000000000000000000000000000000, 0x8d07208035998c55231de2fe884a0975, 0x26de1119134b8b0abb9633e7b0b3d40c13fd0a6caa76d21cebc4810e8d4d11b3, '', 0, '?'),
(0x6325bc3b38db515657c69d64c887f53a, 'wp-includes/blocks/paragraph/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/style.css', 1, 0x00000000000000000000000000000000, 0xcbbd878bfff4d460098accc882de23ee, 0x85bdac822d19e0d38cd2c83e05099745c95a68f71fb036468841242467d3a9a3, '', 0, '?'),
(0x632666924d1af13ee3872f0a9ba605ba, 'wp-includes/css/dist/block-library/elements.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/elements.css', 1, 0x00000000000000000000000000000000, 0x30d9fc59dd1c1070d804edceff55c8f4, 0xacbdc2cc04f98ac1de296d2e147e198984ba1e797760e740799b6319e6025a42, '', 0, '?'),
(0x632cbd85b05b78deabf433a5060af940, 'wp-includes/js/jquery/jquery.masonry.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.masonry.min.js', 1, 0x00000000000000000000000000000000, 0xcd0eb3406096ff80266e7c9d7d419186, 0xf65cdb990ca7bf021be18ae3097d4d9267df20bf24fd30b107205be4dde51342, '', 0, '?'),
(0x6331fa177f82fcd890ba11fe9f46021a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Desc.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Desc.php', 1, 0x00000000000000000000000000000000, 0x074a2380380af30e64209cda885f13c6, 0xd1514a7054dd3d934c856ea08e0fa8c81ce2286cc90b674cfc5e527f08d40378, '', 0, '?'),
(0x6334c757ba264db794f42b70e66ab955, 'wp-content/plugins/amp/assets/js/amp-block-validation.js', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-block-validation.js', 1, 0x00000000000000000000000000000000, 0x635b7eef362dd55f5ddaadacf3b3fbd8, 0x091ac38992d55f1a8997f6a5ad0bb3bddd5c31a775590959a1fbaa75d31967f7, '', 0, '?'),
(0x6337b7ce411ff5a8af8b7b6593f977f5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BandingProperties.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BandingProperties.php', 0, 0x970d74e567ebd74db7e2e0ff68355b35, 0x970d74e567ebd74db7e2e0ff68355b35, 0xd1057833d19a043f56e696cb89865c0754200dda4672156bbca8e19ee73cc23b, '', 0, '?'),
(0x633d5f1b21f5a291de11b370bcc1dcdc, 'wp-content/plugins/elementor-pro/modules/popup/form-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/form-action.php', 0, 0x6e4cb379dd06cd6e148a0f7b8160c48d, 0x6e4cb379dd06cd6e148a0f7b8160c48d, 0x7f329fba33f02f324e9469ccb542c279e394abd58ddf857a96ff3a95d2b62bf1, '', 0, '?'),
(0x6340690679466159dccd62808eba9c4b, 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php', 1, 0x00000000000000000000000000000000, 0x92324068b93cd7927efcfd67dd5cf0aa, 0x381aa7525170aab35c9e9173065946a9f2b506e6b9944d2abb5079fe389d736e, '', 0, '?'),
(0x6341b67d7cea0d25bed4bdcb48ae0b12, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Middleware.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Middleware.php', 0, 0xd0906355fa0d247f271936ad3fbffb16, 0xd0906355fa0d247f271936ad3fbffb16, 0xfbe04b11395442d7a154373d126b070488b4d09cce292474a4a7bc7b768e0761, '', 0, '?'),
(0x6344214fe7b4c3e5daae5a5b11aa344f, 'wp-content/plugins/luckywp-table-of-contents/plugin/dom/Dom.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/RateController.php', 1, 0x00000000000000000000000000000000, 0xa12cd6d53712114acf636c004dc5992b, 0xe43f1ce6660d39ff0fce38bc9fc7bc18c89bd8fed6fcbff7e92cf6bcf17bedfb, '', 0, '?'),
(0x6346ed569bed09e40035766311af37d3, 'wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0xaf1a8291c43ee715bb7b56e1085561a7, 0xcb3c2db1419f7bb73ada3663241e39e6882d84382661468b2dd66b47659b2cab, '', 0, '?'),
(0x634a882c6c1bf67b40b9a767a62fe255, 'wp-includes/js/dist/router.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/router.js', 1, 0x00000000000000000000000000000000, 0x4b3616b5371b79331dcab78f937cf9fe, 0xe932b9ccb83665f572f6d7f507f47f9d0f5a8e8d9a2420c81a1af86946bed0d7, '', 0, '?'),
(0x6355775074c2843185012aa853d8b45c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php', 0, 0xcd10ff1be4e0fa8182ac02f13eff28f7, 0xcd10ff1be4e0fa8182ac02f13eff28f7, 0x29cf0e67d4a5a87839a55d6966f9fd4e5195a11f658f7f82c179fef0097f0531, '', 0, '?'),
(0x6355da5d0af08e198f89076099c633df, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidatorRules.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidatorRules.php', 1, 0x00000000000000000000000000000000, 0x0f07ce4a163555f0c75f8d89da5f811a, 0x58938727425a4fe6a862f99610c37fa4b15f09e1988050dcef1ab8a9cc7d1bcf, '', 0, '?'),
(0x635ae6e8ab2b80fef772115383100117, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_sad.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_sad.gif', 1, 0x00000000000000000000000000000000, 0x5a50535a06def9d01076772e5e9d235b, 0xe2db560201357f39e186fb9cfa342ab784b666bf4809bc87ec72999a2a00f159, '', 0, '?'),
(0x635c34f9655c02d86c1078d4f60bdd21, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TrimWhitespaceResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TrimWhitespaceResponse.php', 0, 0xacb406c2bfb8ad21a6edf5f60be4d00e, 0xacb406c2bfb8ad21a6edf5f60be4d00e, 0xbcb8c507568564582862585cee241783bd4bbe3ae925bf72ec7ef02e32e2503c, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x635cb3f74acfbf43c9432150ca16af86, 'wp-content/plugins/elementskit-lite/widgets/fluent-forms/fluent-forms.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/fluent-forms/fluent-forms.php', 1, 0x00000000000000000000000000000000, 0xb13230e0d94e5a80ae72fd2c4f66032d, 0x2c43dbf3980cdaa0d9d27f2a3de1113b9f79be3b9436b9eb4bf60da09d1bc9f6, '', 0, '?'),
(0x635f73983167c18925d7f9b448348ce9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebook.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageSeparator.php', 1, 0x00000000000000000000000000000000, 0x06d2a82414d7239184d8851a0ef1768c, 0xe0cf69692579974be89e29104e738853707d9c57d31aad43e37942f22a3b0acf, '', 0, '?'),
(0x6371707c6225afd47cad2c1c182653f7, 'wp-content/plugins/wordpress-seo/images/academy/multilingual.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/multilingual.png', 1, 0x00000000000000000000000000000000, 0x237b39d4d2e253a68a44641ce4500712, 0xd907179f485bbcf0608db2623755ec55e4c8c90edc9c288a71cc3ab0a802ad14, '', 0, '?'),
(0x6374c5d7a91d9258eed9bede75db7976, 'wp-includes/blocks/image/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/editor.css', 1, 0x00000000000000000000000000000000, 0x5728fdff0b70291672a79f0a025a7670, 0x55efe95601778285ba2623a1ef16862365b088a84281df21d7f14a646b0e80cd, '', 0, '?'),
(0x638f87d1191c1db70278b3ff24b358af, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/OAuth2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/OAuth2.php', 0, 0xc35f99b538568de7f085da734b62a605, 0xc35f99b538568de7f085da734b62a605, 0x0770ddc5f97323231c19ee4624754850d18391a9b3c8cab641cf8e2c2c64df59, '', 0, '?'),
(0x63955180da69d3dcc904e0e65176111b, 'wp-includes/css/dist/editor/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/editor/style.min.css', 1, 0x00000000000000000000000000000000, 0x2550f7b17f8c172deff3ba83e1825918, 0xa8d1ffa953d8e3e14652c64e2e5e1a89981d280fa243628b1e6cd1a473fb2684, '', 0, '?'),
(0x639eb630189d1e1902c4ed0317921af0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64.php', 0, 0xd2787944eca7969f9b2bc1b58dcff66f, 0xd2787944eca7969f9b2bc1b58dcff66f, 0x13cdc32dfacfce78523d141a10cbf91b38cc4754292cc578fe800e634e4806a0, '', 0, '?'),
(0x63a754d33670cbeb857d4f563e98a6c0, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php', 1, 0x00000000000000000000000000000000, 0x80f3a1a1b5ee766683b01b407ad929ba, 0xdbf8c7191f10107069be0e2288aa597a3dc03d1e85c3b9ea27d401209d9d558f, '', 0, '?'),
(0x63b8c7d535641d521e63e70423a4d625, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/ParameterResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x100a9a8b7c35e09b2f03ad08f1766eab, 0x0ce7009d3f96f800874e301c77336c8cd8d29bb246f1081453c5734782a0df63, '', 0, '?'),
(0x63b93928739ab8590d6ec72cc6257afe, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php', 0, 0xbf407c8bec849dc60a6e4243c1a71163, 0xbf407c8bec849dc60a6e4243c1a71163, 0x24af47cc2e5aef2c83e9646514681eafddc5a86ba77261660cc9e3e6cf3ec990, '', 0, '?'),
(0x63ba50dad6565b6295c5096e1abc7ab3, 'wp-includes/images/media/text.svg', '/home/forwardbetcasino/public_html/wp-includes/images/media/text.svg', 1, 0x00000000000000000000000000000000, 0x1de41d831dc86334bf743b474a18d70a, 0xd010b7f7f7662d9be940309ba63df0d9494b45c4253e70596146db122e496bde, '', 0, '?'),
(0x63c808b318a5b1bbef9804e4a294345c, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/myspace.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/myspace.php', 1, 0x00000000000000000000000000000000, 0xe52a4204cfedd812b4b1fd6a9111d0a5, 0x24d536de75c248b5d007e2d115a136c70cc5c535eeebec9d9fe8ef367c8ce133, '', 0, '?'),
(0x63c99f9f6976aa11e77204a20a9b5048, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RefreshDataSourceObjectExecutionStatus.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RefreshDataSourceObjectExecutionStatus.php', 0, 0x1b00a8af37257283350a6c9f055f27ec, 0x1b00a8af37257283350a6c9f055f27ec, 0xb4dcafe4746d2d336caba34a19b3ee3b8ee0aa46d3eb5c7740510ef6aee0bade, '', 0, '?'),
(0x63ce31768fa898c3b01ba6f61f181050, 'wp-content/plugins/luckywp-table-of-contents/plugin/dom/entities.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/dom/entities.php', 1, 0x00000000000000000000000000000000, 0xa21b03b1b183dd4ad3054c84fa6e2d15, 0xa3e136135a43b5be18b6618165d446e9d3ce9310839749cff89df8a75c706f56, '', 0, '?'),
(0x63d0c9f66469a16cd721608512272957, 'wp-content/plugins/elementskit-lite/compatibility/wpml/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/wpml/init.php', 1, 0x00000000000000000000000000000000, 0xce7b42dceadcf600304af40a305c2d18, 0xcd001117b64923073f2ce8bf3a4ef82e21de4f9741e3144cd72690d36aa3320e, '', 0, '?'),
(0x63dd8ffc4d03e0ccf07ca12c963db1dd, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Selector.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Selector.php', 1, 0x00000000000000000000000000000000, 0xc0c99d55672fef9cc85bae0abb577b7a, 0x275d32b5f3d96770d7e5252bceb53720b10cc396a895290309a2ea8ea07f276b, '', 0, '?'),
(0x63e0751da932a2d067d5911ec55b332b, 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg', 1, 0x00000000000000000000000000000000, 0x198862c8d727f168fb32eb20b9807e73, 0xb5eac16da4a612e912527ad182713e6b4b0938e597c8d867f7bc6cbbe06f406e, '', 0, '?'),
(0x63e68fd1a4c7682c88620cdccc35be4c, 'wp-content/plugins/elementor/assets/js/common.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/common.js', 1, 0x00000000000000000000000000000000, 0xcca93caa6285248bbe1652311c26e713, 0x56fae985c0bd29cade01fb7558590223dde1ef97d740d6644793df07402116ab, '', 0, '?'),
(0x63e8f43e568d15d32000830e22bb7769, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Symbol.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidDeclaration.php', 1, 0x00000000000000000000000000000000, 0xa0705bee1c7a0854d120b75d5ce03eb0, 0x79dd931b8f7e9059a88c68c3e565d4121d888114961fa2874830e92ee203eb45, '', 0, '?'),
(0x63ebe52f2e86e970fc948b156d37dd17, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgStyleAttr.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/06-morning.json', 1, 0x00000000000000000000000000000000, 0x8fd8b9e2c96798d2f16a24dabd13baf4, 0xef405861a015591a14d8df881d8739046a88b50d1a08c88022212c601f6bf0c5, '', 0, '?'),
(0x63fd191b44e20d134f14bc3b9ad36008, 'wp-includes/interactivity-api/class-wp-interactivity-api.php', '/home/forwardbetcasino/public_html/wp-includes/interactivity-api/class-wp-interactivity-api.php', 1, 0x00000000000000000000000000000000, 0x3f06f50ee60eb02d8125aef031a9982d, 0xbf5129f412de69f8262dbdbaebbd3f70ab790eb1c7f26f2e2c0bcc3bad33b734, '', 0, '?'),
(0x63fe06865b625dcbc005feddbd874a46, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/interactivity/debug.js', 1, 0x00000000000000000000000000000000, 0xf4f7bf6752510aa5dbc47597fa14f142, 0x55293b27706dd47af1ca7a78392c4ff1a68ac9b485c27ed7c89edf0211fa8c94, '', 0, '?'),
(0x6400cf2173a0452b8ba71513b029b3c1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php', 0, 0x9c2b9112da5c3ce398974bd68fe2f021, 0x9c2b9112da5c3ce398974bd68fe2f021, 0xa0c3f430c97f1c86bb3d769916551fea46db504b290815431500e5aa60e9afb8, '', 0, '?'),
(0x6402f5e53a77a4eed04fcdd086171513, 'wp-includes/ID3/getid3.php', '/home/forwardbetcasino/public_html/wp-includes/ID3/getid3.php', 1, 0x00000000000000000000000000000000, 0x8c83de4c6fe2176ee9420b99c49fb43f, 0xc4a5376691cbeade1548f2ca0401519c612e2fa98720e86f085198388f0a07a8, '', 0, '?'),
(0x640be3ecad31edecb5932d853b4f98f6, 'wp-admin/js/custom-background.js', '/home/forwardbetcasino/public_html/wp-admin/js/custom-background.js', 1, 0x00000000000000000000000000000000, 0x94f350cd413386c3204bdd7dc39b9e24, 0x17341e684e0ad7d33a51db711358e47a21a0dec56971b05e7359c484e42c6980, '', 0, '?'),
(0x64141d1e7df26337e6d5206d7379aced, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPanningMedia.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPanningMedia.php', 1, 0x00000000000000000000000000000000, 0xf9e6e9f429889416275dcdabcdfe76db, 0xb6742743f15482d2e1e3809ae413bbddcc64ed2d6725078625bc03251effae8c, '', 0, '?'),
(0x64166282173502f852c73ea253bfddb6, 'wp-content/plugins/elementskit-lite/widgets/category-list/category-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/category-list/category-list.php', 1, 0x00000000000000000000000000000000, 0x38344d8158f7eeed331f17192744126e, 0x44b498662bfd3b99cda8875a6a4ccbb29883ccaf6602090a14b8f9ec2cffec8b, '', 0, '?'),
(0x6416f7b9b00a0b8354fb1adaa4d5752e, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/js/one-page-scroll.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/js/one-page-scroll.js', 1, 0x00000000000000000000000000000000, 0xc3649c1b646aed14695b2f74abb3ba46, 0x2169a7c1506ba61ac977b9f121a6764fc9633c4e2ac846a10a745af630f49b0c, '', 0, '?'),
(0x6417461c497402bc22074cedf42b0f7f, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php', 0, 0x48bb27154879fd900cb2f8e072e7b60a, 0x48bb27154879fd900cb2f8e072e7b60a, 0xf2e915810ed0eccadf93bc4b34f4d565e4c5c6df82e296d8fe53ae5d807f6eea, '', 0, '?'),
(0x6417b97e0c295cd1b3af0b2eae512282, 'wp-content/plugins/wordpress-seo-premium/src/generated/assets/draft-js-emoji-picker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/assets/draft-js-emoji-picker.php', 0, 0x8b3eab8502b48ba6c66d672714ee68f7, 0x8b3eab8502b48ba6c66d672714ee68f7, 0x66f021416ebb494892ccb10900f3aaabf85215def9d1a8f3c051d773e90fb18b, '', 0, '?'),
(0x6417f4a1599d15d2786b31c8852a44f1, 'wp-content/themes/jannah/framework/widgets/about.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/about.php', 0, 0xe9e08af854b90ebee3886c38537b62eb, 0xe9e08af854b90ebee3886c38537b62eb, 0x36d4588cb662142a3e742f157aeae36a2982badda962a59bcb4ed8ef100d1705, '', 0, '?'),
(0x64298e92c8490ce341fac6114f47c8d4, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', '/home/forwardbetcasino/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, '?'),
(0x64340204630d2f2df70a9580dd3ec8ed, 'wp-includes/blocks/post-date/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-date/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1e339686fae2071819d9a63ee94ce327, 0xd2fcacb015df3f08b4d661b068968206bb991fc6966f0176f1acd6d70c356e68, '', 0, '?'),
(0x64463dfa88cf6a88b24863ffa0829096, 'wp-content/plugins/akismet/wrapper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/wrapper.php', 1, 0x00000000000000000000000000000000, 0x594eaaf7b18b0b696db4358dc35d2c03, 0x99cbeb73075cffd7bfd281b45c7a19ee69deff04fa059fc3ec30b6504bc56604, '', 0, '?'),
(0x644a631e8f26597eef01b1eb75c97da2, 'wp-content/plugins/amp/includes/templates/amp-paired-browsing.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/templates/amp-paired-browsing.php', 1, 0x00000000000000000000000000000000, 0x59525fb78b53bf3b4f6b2c55ee1bb192, 0xb139ecd70012bdacf248461705783b2fd8bff7f1034fdd0d5f6ef327b0e8282d, '', 0, '?'),
(0x645184c146c2588623a62af87b7087fc, 'wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js.gz', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js.gz', 0, 0xd7b3ae7a0a28dfbcdbf7efff44a13824, 0xd7b3ae7a0a28dfbcdbf7efff44a13824, 0xf8903bd072e696770429ca63ace8271a2c95c9b62d25c5ee39e80715c474fb00, '', 0, '?'),
(0x645e34a3f31105f97feb0d6c6e87a104, 'wp-content/plugins/wordpress-seo-premium/src/database/migration-runner-premium.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/database/migration-runner-premium.php', 0, 0xbd67047befdf7beaa07dd9c87b9d3b64, 0xbd67047befdf7beaa07dd9c87b9d3b64, 0x78c21961896a0ca43094395d42daaffa4201112963c663e3ae745e1bca5de6ff, '', 0, '?'),
(0x6467024225aa730ab0eca85ba5643959, 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/genesis.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/genesis.php', 0, 0x3e816a5c0b07e40b56a3869eda48148b, 0x3e816a5c0b07e40b56a3869eda48148b, 0x4ab911d8393327dd4261bebac02299422e93ccc994e3b0888d8600a632441331, '', 0, '?'),
(0x646804a2e35f3f1f131a19ebc6238fe2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php', 0, 0xe7cafeacdf1bc27d3c84df65b5c56897, 0xe7cafeacdf1bc27d3c84df65b5c56897, 0x39d52b812e08160b9f7ec0a6f2a5eab11648717481046fa56f105dbb244177d6, '', 0, '?'),
(0x64735f4e24ffc5b6a63781da2e0b0e32, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/export.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/export.php', 0, 0x5abfbc3bf890fd0d1439b70674d9bdfa, 0x5abfbc3bf890fd0d1439b70674d9bdfa, 0x2eeaaf3ba476e61ae0903242fee65d50d6c2b720dd1b7ce9021d88d36b04c945, '', 0, '?'),
(0x6477efd76659247c4e04d53a77d4383d, 'wp-content/plugins/luckywp-table-of-contents/core/base/ViewContextInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/ViewContextInterface.php', 1, 0x00000000000000000000000000000000, 0x833657e9f370af71ede1db9103c338a2, 0x88ef0e8b4bac4d890a8ec3bfb3bc2ef2da6688a36ee5aef91dcb78425cf0ebb1, '', 0, '?'),
(0x6479678cc770fda7cfa144a0d680ca49, 'wp-content/themes/jannah/templates/popup.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/popup.php', 0, 0x695399ce2b90f740e90679eb5647e6e3, 0x695399ce2b90f740e90679eb5647e6e3, 0x0f96a6d99dbbc3ac1b806abc326fc32d4e748544c89fb79008116bdcca0cb621, '', 0, '?'),
(0x647ddd0163261ee4917ed52963cd8de2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpBindAttributes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpBindAttributes.php', 1, 0x00000000000000000000000000000000, 0xb439dcf01b702017937f78e128921e91, 0xb7f7c23136a4e7cffb9803883c82f0f40143874f9f10de55cd3dfac33d01cb1b, '', 0, '?'),
(0x648356fcf98e7a1ec2c0249c6182069e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpStreamGalleryCommon.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/css/options.css', 1, 0x00000000000000000000000000000000, 0xed39a8edcc101897adde432c3f315ebf, 0x58c61d129344e4820e1896be2a7eeccd7a8a5847b5503834044546a8cf3596a6, '', 0, '?'),
(0x648b34caced358dda1195c35f28bea8a, 'wp-content/plugins/elementor/modules/atomic-widgets/settings-validator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/settings-validator.php', 1, 0x00000000000000000000000000000000, 0x78030282eb00ff96ef11c4f97b2fe8d6, 0x45c0e64ec459ae350991dc5a375314d7d688bc269a7d2e3d179e04c7c5092f9f, '', 0, '?'),
(0x648da81d7fe3f1be4e0772164b3e30e4, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Subscriber.php', 0, 0xd7e12650ca7edacb979a4605007086e7, 0xd7e12650ca7edacb979a4605007086e7, 0x675de133d9075a2b50d4a537d149cbcf3d094ee2ab8485594183f45761fab731, '', 0, '?'),
(0x648f1b3898f6822693fe4d100a2c6dd6, 'wp-content/plugins/elementskit/modules/header-footer/cpt-hooks.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/cpt-hooks.php', 0, 0x1e35ac811aa104322539ce71c208b66a, 0x1e35ac811aa104322539ce71c208b66a, 0xd46ad5956269c4486317bc9896eb55d3d4841c2fb520734ed7b4fa772b2f8b13, '', 0, '?'),
(0x64956bf2fb914a51417736696d3c4231, 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', 1, 0x00000000000000000000000000000000, 0xd461193c76784e8ed234e061b303f1a4, 0xa61ce13202c2f9c8364df19c44bb6ff39a60970797b1890a07093d2f794ed6c7, '', 0, '?'),
(0x6498a3851741751b68c5eaa0303431e1, 'wp-includes/blocks.php', '/home/forwardbetcasino/public_html/wp-includes/blocks.php', 1, 0x00000000000000000000000000000000, 0x50559d45e69fab4a4eb0a389673c8558, 0xdfa4a308f6bb3ce7fa0a2f1d2474b9b084ec86b12d6e803193590c4dd96fd4d3, '', 0, '?'),
(0x6499e47afdd5597195e944c9174b846a, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/related-keyphrase-filter-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/related-keyphrase-filter-integration.php', 0, 0x0bbf99adcb5b70b2f99bcd4a6c9df944, 0x0bbf99adcb5b70b2f99bcd4a6c9df944, 0x90701fe87dbf85600a7b4301cd0b7a1a5f930e0195aea0eb41a47908c760d1ea, '', 0, '?'),
(0x64abc542aba9e6c39ab663f717d5b6fa, 'wp-content/plugins/elementor/includes/controls/base-icon-font.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/base-icon-font.php', 1, 0x00000000000000000000000000000000, 0x96cb66f35c7fbabad5b282e6c8ccdd86, 0x1bb4398cea34a824beb0c0a2710a34dadb25d739fbeec75f8bf859f0f030e71e, '', 0, '?'),
(0x64ac69bf28353c067e68c1e0246f8717, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightboxGallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightboxGallery.php', 1, 0x00000000000000000000000000000000, 0x361b50f08a58eb09f28fff3e9df0d104, 0x0f9ca6511c57a28feb9567df59adff7b1adc8ff6155f4283e84075453b934b52, '', 0, '?'),
(0x64af8b90c7763021f7ceace060f9a63a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateFilterViewResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateFilterViewResponse.php', 0, 0x71d3dcbf0df669845fa23d24627814fd, 0x71d3dcbf0df669845fa23d24627814fd, 0x085a5ee8371c7d08c4e4ada5d03215ec9a040fafc89e54cadb8fd0b5c65da80a, '', 0, '?'),
(0x64b36bbf6b46f03152ef30bf2ec29a10, 'wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php', 1, 0x00000000000000000000000000000000, 0xbdd9571621e7fb56e6743ee3e8f773d9, 0x37a3b4111fd17ea0af193eaefbbcb844ff22a35b84a6c502be16806aabdb6e82, '', 0, '?'),
(0x64b3890c8157ba1c8327157004497b3c, 'wp-content/plugins/elementor-pro/modules/loop-filter/data/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/data/controller.php', 0, 0x61f474ee6f370c97277fc4ebea08b80d, 0x61f474ee6f370c97277fc4ebea08b80d, 0x165c0db8280a6d6fe56b861f1f6ad518b99e7d28ef50356d3a3778f7b6abb11f, '', 0, '?'),
(0x64b4f042e6d6d13953683741770a1e9c, 'wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', 1, 0x00000000000000000000000000000000, 0xfcdcf90c303c4e35d2966fe8f4e3754d, 0x700ef4220d89b3af3cd218a1503133f972a3b07aee1dd5d23dd7d7c8e2c6935d, '', 0, '?'),
(0x64c38e258cfe9456e9e7f0fcf3aa12a1, 'wp-content/plugins/elementor-pro/modules/forms/actions/redirect.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/redirect.php', 0, 0x9af313e598dc76298ed5137a958f539f, 0x9af313e598dc76298ed5137a958f539f, 0x4e40fc1c3144f38f55163365db6e3819805c919ad53560eb2edc891ebc87aee5, '', 0, '?'),
(0x64ca4441256c60d8c4d15ee3db7f9647, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSmartlinks.php', 1, 0x00000000000000000000000000000000, 0x00b058f6af85076fe54d72c47f8da621, 0x18f531a61aedec8611dff7c68b9d564aa44efca6afad240d1e92f0145caa6ae9, '', 0, '?'),
(0x64d33a8cd59c617b9790d890aed2d294, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.min.css', 1, 0x00000000000000000000000000000000, 0x2b125597284341695f4c836055e2e842, 0x20fda6d38f6419cc5cebc66862a0dec0c7caa34a332d500e1d2d63518ee936cd, '', 0, '?'),
(0x64d52819c4c8254ae9f9de40f5478610, 'wp-admin/options.php', '/home/forwardbetcasino/public_html/wp-admin/options.php', 1, 0x00000000000000000000000000000000, 0x2c296298ea154323fcb8ac77671258ff, 0x798f317495553e0ecf5b673b0da290019cf3d628b0f05cb307ae97aa2ea2cc6a, '', 0, '?'),
(0x64e0fb967124c1e69b5bf99c75b3bc34, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/FactoryInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/FactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x11686cdb605bebb4f9380a5b2298d62a, 0xba3aaf4232cbf5228251568d728ca6d1512586c6087447eb69c8cec780abb28f, '', 0, '?'),
(0x64e1a7e03154ca671788629ea680210b, 'wp-includes/blocks/query-title.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-title.php', 1, 0x00000000000000000000000000000000, 0x7e30594a21b63387e1fc7f25d26eff78, 0x348ccddf8add02dd67b05468436a372162149aa31f4d24782bd19ddd8060f832, '', 0, '?'),
(0x64e8348f6ae0320b55c2568eb724f650, 'wp-admin/css/wp-admin.css', '/home/forwardbetcasino/public_html/wp-admin/css/wp-admin.css', 1, 0x00000000000000000000000000000000, 0x96372351aa264d3fc2bb87f97c1ff35b, 0x51c344a6a0cc36a6b99b6850d6c2cc71714d39cf024690044fda0bd21e5c4f96, '', 0, '?'),
(0x64e888400c21edc664a74a8f1580c5fb, 'wp-includes/js/mediaelement/mejs-controls.png', '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mejs-controls.png', 1, 0x00000000000000000000000000000000, 0x872edbb75a23651c30bf3ca06c9690bf, 0x9b157f58e32ae1ee1abb8e155801db28de5a1521ebb7c8bda8f1441401326142, '', 0, '?'),
(0x64ed4d306826f187023cad6aab98c778, 'wp-content/plugins/elementor/assets/js/nested-accordion.c3b109b714293a16bd95.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.c3b109b714293a16bd95.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xe1575e73718985562a6d7a0fa20ef49e, 0xa81627341d09710996e89fa26506db46a4070c5cf3a41f1f6debca40f3230964, '', 0, '?'),
(0x64f57c96a64b3c63f5ee3a7f38d751ab, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php', 1, 0x00000000000000000000000000000000, 0x708252a679e91c060ae3a881d6e214a2, 0xe4e061aa09f6f4427c5b34f7ffb6ba8a5dd39bc4b3c3c9078c29e89424905bf6, '', 0, '?'),
(0x6500c0cdfd9e68f34c89fa89d189b8e7, 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', 1, 0x00000000000000000000000000000000, 0x041059c1e2d8d1b1c6945579a4fe7b9a, 0x706199fe8a100fc2698cf10576f6c2494e1d612725d6e266453f9f4d76f810d0, '', 0, '?'),
(0x650197ba7f657baa10da3a1300847679, 'wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js', 1, 0x00000000000000000000000000000000, 0xb8718680cac98b46c29d6d9fda5e3f93, 0x03b3cfe8087d5101f155407864ce0b5d6e5dd909132b6868bdc306f79106ce44, '', 0, '?'),
(0x650df79a105a668b89c5de9ecac97cef, 'wp-includes/js/api-request.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/api-request.min.js', 1, 0x00000000000000000000000000000000, 0xe40e89bb5b27a17c222921c3b422fb70, 0x05b6b084eb0a64e750bf4b337f052aab9e522735c4928d92201a8cada4278f3f, '', 0, '?'),
(0x6512007bdc2bd113720e6a3648155d8c, 'wp-content/themes/twentytwentyfive/styles/sections/section-2.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-2.json', 1, 0x00000000000000000000000000000000, 0x7610298f243c495651a77a37f863e2f8, 0x61f22bea1cf1813d9b154cae563e6be0159f13d2e9a1aba27fc89716afff0004, '', 0, '?'),
(0x6512f8a95aee9e247c9b4f36e2f3fb2a, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/MethodInjection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/MethodInjection.php', 1, 0x00000000000000000000000000000000, 0x14d16d1ae103f14460fc48a60ad81b76, 0x4ec942b3850690f9a3a83a8e6f0f1e6673e79f0df2d34d2916f2788dbe3eac19, '', 0, '?'),
(0x6515b2ce975cebcbfe6cb2204eb5ce6b, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', 1, 0x00000000000000000000000000000000, 0xf4618e8534b9b3505e2ff9f637e945fa, 0xd1a70a37591ff547c4a2176a2a19fe1c445f2ed3f7a1e8997e01439e1bc962de, '', 0, '?'),
(0x651cbb3a9bfcde7c791c02cd87ffd2ed, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php', 0, 0x525c1ffb4cebbab527f0f70f81e37f51, 0x525c1ffb4cebbab527f0f70f81e37f51, 0xf88b30268af6c5fe4dac138e73d48efef1dbc7cca963d67c98f7ca099b056176, '', 0, '?'),
(0x651e5dad03872ef01e36ae7d16f84197, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php', 0, 0xc32f4485fe5d40d6070077a733b982c5, 0xc32f4485fe5d40d6070077a733b982c5, 0x1ac712b7cafaac30c45cb0e2c35b97072638644e1bf0092dd98af5c5ffb2e55e, '', 0, '?'),
(0x652254b7a9b5947bc42a78c4bc13eb90, 'wp-content/themes/twentytwentythree/styles/block-out.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/block-out.json', 1, 0x00000000000000000000000000000000, 0x5641cc56c373686fa721ef48a71b5ed5, 0xf97bb95ce62a25938246c87c4c5b938315b8f47e1664ab20e07a17556f31e575, '', 0, '?'),
(0x6528c1d97392e05d3dca81ec76f3c34e, 'wp-content/plugins/elementor-pro/core/php-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/php-api.php', 0, 0xb371735bb941df35f4a640a17729fd5a, 0xb371735bb941df35f4a640a17729fd5a, 0x8f969c17f30fab8434958f9176417c76329710c9be1988b7f965ad92f596d0ee, '', 0, '?'),
(0x652e50c8b44e42875378115bdb26c1bc, 'wp-admin/includes/class-wp-plugin-install-list-table.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x061511fd0d215166afe34b443a763ca1, 0x70e49310344a2900dcd6226be8578b10f0f2179388faa3d63c56fcbdb3a3d564, '', 0, '?'),
(0x6533740e76298fcda614daf513bb3d8c, 'wp-content/themes/jannah/templates/google-search.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/google-search.php', 0, 0x9c191468abd857efe7ae3d9c49d9b16f, 0x9c191468abd857efe7ae3d9c49d9b16f, 0x1ca0606832ebb4f1c4a98b7810859bf6c6ea5b94978fe9ad61236d1cd6a3177d, '', 0, '?'),
(0x6536ac7556fe0e403c3fcb774381fd43, 'wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/WPMessageDismissListener.php', 0, 0xb1c021e931aff1a1870e082fa142d61d, 0xb1c021e931aff1a1870e082fa142d61d, 0xfee03373d1a850c7109f565c3cbb8fa4bd35e67eb01aff01c3a1413028d06e42, '', 0, '?'),
(0x654bacdc0abd95e086516ea1bc92e87a, 'wp-content/themes/jannah/template-masonry.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/template-masonry.php', 0, 0x7939488c8f5fa61b0a21329557ddb5e8, 0x7939488c8f5fa61b0a21329557ddb5e8, 0x75086832941a910e730e063d676c60e4c886c6c3d7cabe2d5c6b61b749ae64ec, '', 0, '?'),
(0x654e5b76efabb232372269f77e0b4ddd, 'wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js', 0, 0x4e61680d4f6e72e075c4155177345750, 0x4e61680d4f6e72e075c4155177345750, 0x838b8843d6babe4ce86fb0030fdf99bcf4655ec8662b5eff7bf4477f687ea5e6, '', 0, '?'),
(0x654ebd397d7c9ea1982582b8ef403f2f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DevModeOnly.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-common-subscribers.php', 0, 0x7ee1382b06c8842a3f1af1de21052169, 0x7ee1382b06c8842a3f1af1de21052169, 0x0a8b8857aa880cc3922a64636dfff273628991c40190dd961b0ed8674a7117a5, '', 0, '?'),
(0x655332a78e8af14ac91b14bb86546bdf, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php', 0, 0x6bb517028cc792624a94483ae2a2f8bb, 0x6bb517028cc792624a94483ae2a2f8bb, 0xb2eaa09b96d88f01f7b3090807024f9ba84de6abfc94d9b736e98d318360d443, '', 0, '?'),
(0x65548f6d173e46ecb7c415c32b9b484e, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-meta.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-meta.php', 0, 0x76eeeadbcb13f0f808ead23c5a8b0657, 0x76eeeadbcb13f0f808ead23c5a8b0657, 0x581a24594678492a0fe3fd73234b0a4563f0bdd8abf1f2db653fee2f30abee40, '', 0, '?'),
(0x6564d7e06b94d927ce623c9e1fae41b0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSlider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSlider.php', 1, 0x00000000000000000000000000000000, 0xbb1f69af4494181adb8f44ed809c7bf1, 0x5916a09afce33d84a0475057297f9adfad0302020abf4895d748c14eb8c0d29a, '', 0, '?'),
(0x656f06d342e073e69b492f8d9c88dd98, 'wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Parser.php', 1, 0x00000000000000000000000000000000, 0x9b18caaa751a20a407095c771226d117, 0x4609fe848f58b0657a42aa4e462d12f64c26a72aa189ab720d11a0133dd4cf50, '', 0, '?'),
(0x65756fcef0ec28a6810eea81380b3f35, 'wp-includes/js/jquery/ui/menu.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/menu.js', 1, 0x00000000000000000000000000000000, 0xdfe753388f8d36f9143ba5ede2efd0eb, 0x1f149899605f246f8100fbf30ce2bb25c16f19075607e10e0e644f6867a7b8ed, '', 0, '?'),
(0x6575ebd31c98a076ba93ecb1c1151b17, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/in-categories-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/in-categories-condition.php', 0, 0x245f09a67e55194de5492774f522f7ff, 0x245f09a67e55194de5492774f522f7ff, 0xc2c0cf868d49c434954ad04f7f57ffb3e84f07173899dc110a961dd031e86109, '', 0, '?'),
(0x6579540620510e20c0e5109a9ce82811, 'wp-content/plugins/elementor-pro/modules/forms/submissions/component.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/component.php', 0, 0x9f75a20990f237395945320e420f4654, 0x9f75a20990f237395945320e420f4654, 0xa140751a9a2c7328483e0b7aae760527f0efcc3e881dc0925a5bfc2ebd3b9180, '', 0, '?'),
(0x657d3077546e7604025ff367a717137e, 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/01-evening.json', 1, 0x00000000000000000000000000000000, 0x0d2bd8c693542082673544ee964415f4, 0x1c1d8db0423f23778913b4f75c17994f9534e24f734152c975b51ce33eac6e21, '', 0, '?'),
(0x657f73f62b1fb6b75d6124f54489e1ae, 'wp-content/plugins/amp/vendor/composer/autoload_namespaces.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/admin-notices.php', 1, 0x00000000000000000000000000000000, 0x4bdb88988cfa63116a8b8a583bb41ed2, 0x5a53b240794eba207174010ae51e0c4f14d8abeb0c89bb4618393b6399d6a50c, '', 0, '?'),
(0x659b97c8f32ea1c9d065cfcc03e7aa3e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextPosition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextPosition.php', 0, 0x149697e4cb43f61e7872d8e231f9ebd5, 0x149697e4cb43f61e7872d8e231f9ebd5, 0x0982c50c60f99051ad9f1aa4b0ee9bd487ff037922952ea241b141d664c07345, '', 0, '?'),
(0x65a5f611c93f527a8c3be02215233f63, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_arrow.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_arrow.gif', 1, 0x00000000000000000000000000000000, 0x394bffa679f650b7d2f22aa263cc06ba, 0x68307a4ea299e5573a1bd5e45c9d6a10ebe658bd258ff58517401dcc66893bc4, '', 0, '?'),
(0x65a716ead0d94529ebee3639ee2c9f8a, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-vars.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-vars.min.css', 1, 0x00000000000000000000000000000000, 0xe3c98abb37cdc8e316e259569500b39c, 0x2b46847ae9c15aac41b70acfef25c114f42ca179e169aaf0496951d45924037d, '', 0, '?'),
(0x65aa986c73554f7c13b0527ddc9d9369, 'wp-includes/sodium_compat/src/Crypto32.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Crypto32.php', 1, 0x00000000000000000000000000000000, 0x490d7d6a8cc78a51585d6d93020c04ff, 0xc9b1f9c5e4b183466ef79ebb9d32632e6e0618df4db115eddaa3b22041bfb5bf, '', 0, '?'),
(0x65aee45f175ff325f717e8ae7888c0db, 'wp-includes/class-snoopy.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsTextAttrs.php', 1, 0x00000000000000000000000000000000, 0x0f9157221d780362dc0756862f8898d4, 0x50ecd87ec967465f6ac887ad000bdd81686d6bcdd45411ec6ba8cca57ba3417b, '', 0, '?'),
(0x65bbb1d621a95804894f91acc978e143, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.min.js', 1, 0x00000000000000000000000000000000, 0x623485c0294b692d214c20f1666432b9, 0xcdbc7bb7cdfd53d316c8437c6f32ee69090dd2e8a2c7f5bc6308eb79a1abee3a, '', 0, '?'),
(0x65bd065e237cdb8da254d0a99288107a, 'wp-includes/Text/Diff/Engine/xdiff.php', '/home/forwardbetcasino/public_html/wp-includes/Text/Diff/Engine/xdiff.php', 1, 0x00000000000000000000000000000000, 0xb95ea34cc434185817d7986f0919b3f7, 0x4c1ae428839d4d2008aaead962fef53b01a745a82ec73aaec80f2990ba438f70, '', 0, '?'),
(0x65c31067ca73226e8909c16013486510, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImageUsingSrcset.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/group/editor.css', 1, 0x00000000000000000000000000000000, 0x5fc6c4cd7f3dafd065fbe92bfd199f21, 0x66d4092cd238e8f8455472750a72e66e65e1ae043758da39dec1717e165422fb, '', 0, '?'),
(0x65d2333bbe70638a6da7a96c4ffc0237, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/textarea-control.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls/types/textarea-control.php', 1, 0x00000000000000000000000000000000, 0xbb8e54a2c1ad800a0c9ba9dde30bc044, 0xe9c4621b69a672260363605561c8d516420657ff3180ede43c47b55c36d549da, '', 0, '?'),
(0x65de8786c044db7a0d1a0a8de2c92913, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss', 1, 0x00000000000000000000000000000000, 0x0c872d138e622a9a03006448f9a0642e, 0x577124211f4d575e6690715d5d91f7592f826581df3eae78573303cc0e22d1bf, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x65e296f6c59506739df1a2e13773afd9, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-3-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-3-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x306b4cba1b32075b697c5601c871f570, 0x18e7a1e642467050b88b41329a7e9619b727dd7a9edaa4f41503ace1a934f0fa, '', 0, '?'),
(0x65e747a0ebb2aa2ae5f96a1970fbff18, 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2', 1, 0x00000000000000000000000000000000, 0xb782b01afc9646c7259701b07e2a71d0, 0xff1d2064eaba73f7868e72b0b809351e7e0c201c2eb383812d5acd9cda3564be, '', 0, '?'),
(0x65ec41fe2e7ac94eebde6b0873c33153, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/kk-star-ratings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/rating/kk-star-ratings.php', 0, 0x8f12e2e29e5c88f25cb08627acb5b1b7, 0x8f12e2e29e5c88f25cb08627acb5b1b7, 0x55c7658ecdae7eb9456b5ab3526f3c1efeab15bd12828923c68731ed613ca9c8, '', 0, '?'),
(0x65ee152eb479b0e105b73ef4d4088d6b, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php', 1, 0x00000000000000000000000000000000, 0xab3eedd08aa244bac3133ba5750dc60d, 0x59d90ce2b9cca580029201deb40a05fc00bdf06e7c7607492da1fd3ab72a13ad, '', 0, '?'),
(0x65fe2788360a870a87ef6be21e556864, 'wp-content/plugins/elementor-pro/base/on-import-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/base/on-import-trait.php', 0, 0x8616311b22e6210e0656d6a2dd8806b7, 0x8616311b22e6210e0656d6a2dd8806b7, 0x2a75482fc66f25a41f69dd085f328b2c4057937d8da1fe7b74419bab6fbb38ad, '', 0, '?'),
(0x65ff6758778423260cfabb6cf26c23a2, 'wp-content/plugins/wordpress-seo/src/main.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/main.php', 1, 0x00000000000000000000000000000000, 0xf68bdd871d19de8d2cfae548959b2707, 0x8e8797ac10e86b71e1dee7b8b1e2340f8247637a25e70daf3781d76bf7d2b029, '', 0, '?'),
(0x66106e46de726fb9a5e794c63ae54caf, 'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', 1, 0x00000000000000000000000000000000, 0xb4cead89a856527fbe600658fc8811d1, 0xa3b7c37ad892bdf4befb4e75cc7677a4187116d649f45b3da052171ec0915145, '', 0, '?'),
(0x663d065dd273cfb72a06ad83bd536c41, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php', 0, 0xdf1c9b8a8eefe41dd54afe1b3877a6b7, 0xdf1c9b8a8eefe41dd54afe1b3877a6b7, 0x60cd2be3dfc8c2b0098d6b8659b4c1cfb34d18359e97e2b27f569deadb097dbf, '', 0, '?'),
(0x663f49bc1822d8547aa4c1fcfcf7c698, 'wp-content/plugins/wordfence/css/license/response-global.1690810710.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/html-api/html5-named-character-references.php', 1, 0x00000000000000000000000000000000, 0xb8908cb01eca1f0700d3e939dc4fce9c, 0x448fec6bf0aef1d698933b45a37926acd6f62c5b1b8a6674f25c565caa12b0b9, '', 0, '?'),
(0x664c80d419ee5b21dd391170215bdbfe, 'wp-content/plugins/elementskit-lite/plugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/plugin.php', 1, 0x00000000000000000000000000000000, 0x07545d992ece22cae4e8fb53f63e64e3, 0xa88f4cd7d8d8fc78cd3bb1ed37f368c34c38d3154f5992c89c14596901af170e, '', 0, '?'),
(0x66541bae85892c8fc52850bfff8c6eb7, 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-3.f126e30880b01ca9a308.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/floating-bars-var-3.f126e30880b01ca9a308.bundle.js', 0, 0xa3afb955699dbb4570a27d1c7df76ca9, 0xa3afb955699dbb4570a27d1c7df76ca9, 0xf62b7e19d2cc9178d05342cc1e5c49a4ae7dbde12952f0a51ecae64572f4a2af, '', 0, '?'),
(0x6658bb2a9ff8a341a8ddc82995fd4f67, 'wp-content/themes/twentytwentyfive/patterns/contact-location-and-link.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/contact-location-and-link.php', 1, 0x00000000000000000000000000000000, 0x98114000b16d5e6ad45afcc43d8e93ff, 0xe5d15d6096c27bfb20fdf16e93b30a8fccc9c8b1e05a8ab9d77dc81fbf4d76c7, '', 0, '?'),
(0x665c6115799f00dfd584d4c7bd6f69c4, 'wp-content/plugins/amp/src/ValidationExemption.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/ValidationExemption.php', 1, 0x00000000000000000000000000000000, 0x36cdf2e5d1664a360fa811a3f6f61994, 0x77d1811769e961bb9d2e10364d6270ac86092f816b2fadc31b6dcb6c88b515ff, '', 0, '?'),
(0x665dfec0e198e116268f07e9dc88e3b4, 'wp-includes/images/media/audio.svg', '/home/forwardbetcasino/public_html/wp-includes/images/media/audio.svg', 1, 0x00000000000000000000000000000000, 0x9b38671c11ba7420c426f4f79283b868, 0x40e945b479da915bbee22dc343349203b9d47b1a14c8d0bacfae5f769f925d43, '', 0, '?'),
(0x66657e6e7aaeac7bf965d005692e16e7, 'wp-content/plugins/elementor/modules/announcements/triggers/ai-started.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/text-faqs.php', 1, 0x00000000000000000000000000000000, 0x814f1085dfddb21a0f7ca0242e59a9af, 0x43fcd2b354675eb665396008d38f024d11fd148ed5e651a7cd2c4b09fdda3c0c, '', 0, '?'),
(0x667086fa93eae7c86af3489b1105271d, 'wp-content/plugins/wordfence/views/blocking/blocking-status.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/blocking/blocking-status.php', 1, 0x00000000000000000000000000000000, 0x06a79a1444e795e361d8f2d311475d3a, 0x5e0fc4b6d655954f16eb393545a11fd6b9c87ec1bb7a149de5714de771c83340, '', 0, '?'),
(0x66714f0506d5109b3d14e76b6d832328, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_1.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_1.svg', 0, 0x9812410a5d546e8c259065a6e650ec4c, 0x9812410a5d546e8c259065a6e650ec4c, 0xb3c2d7ceed1f74acc7de311c8b458de00b44ce57600c3276f5361e9d57971815, '', 0, '?'),
(0x668575330ab8154d5cc17d362a30ed9e, 'wp-includes/class-wp-customize-setting.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-customize-setting.php', 1, 0x00000000000000000000000000000000, 0x59aaa05927bf81f1841e56c98eec6393, 0x9c98fa49263e574b699e2125cdaf2837d4a751779b8db0d9925de623f625d764, '', 0, '?'),
(0x668873499f8ab41fd1bb618c3ed1aa40, 'wp-content/plugins/elementskit/modules/advanced-tooltip/assets/js/popper.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/advanced-tooltip/assets/js/popper.min.js', 0, 0xa4b215cef2d7adc85a70ccfeef8a3586, 0xa4b215cef2d7adc85a70ccfeef8a3586, 0xe47d9abb1ae34cf5a0bf03556142ea37b4a707bc522c79fefe3ab8230cbe8e41, '', 0, '?'),
(0x6688b9b57a0caa61beb2ebf61638643e, 'wp-content/plugins/amp/includes/validation/class-amp-validation-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/validation/class-amp-validation-manager.php', 1, 0x00000000000000000000000000000000, 0x68c28546da6e4126d7c95311bd9faa55, 0xb7ae05c91bb9a88e5e48723d0c17fe0d7f2782684304099fc600160e14676a22, '', 0, '?'),
(0x668946e2f5418ea36cfb915570fdf0d8, 'wp-includes/blocks/post-featured-image/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x74941759d9fe5fcf3fda549a4a49692e, 0x2f0bc943cee836159273478b1d45085eba27901fd6b743e2df796b08b0e91779, '', 0, '?'),
(0x668f7e9a2d526a71964ddbafd5c728bd, 'wp-content/themes/hello-elementor/template-parts/single.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/single.php', 1, 0x00000000000000000000000000000000, 0xbdf46d62d450d8f1382bfb9e3c7c7e45, 0x5f59d6dae58177824dc3eab0463c38b60bf8c988c018630648a258e32a23651d, '', 0, '?'),
(0x66a0e99cb066d89f7c68fbb955924c03, 'wp-admin/includes/ms.php', '/home/forwardbetcasino/public_html/wp-admin/includes/ms.php', 1, 0x00000000000000000000000000000000, 0xd89a6a36660964dad36cc4a462ed1f41, 0x979a11761ee06968d67a5785b8dfe35fdd2080fdb4742f752c7362b330d75ba0, '', 0, '?'),
(0x66a3a61c1b6dc884a925a62321790dc0, 'wp-includes/blocks/navigation-submenu/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-submenu/editor.css', 1, 0x00000000000000000000000000000000, 0x651c467329aae32c99a233e0e52bc09b, 0x71502cef2442b07b72be5e5f147a2340e7db06629b2b5647a10b066a0a29d060, '', 0, '?'),
(0x66a89dc5addd38aeff3bd173146c5603, 'wp-admin/js/privacy-tools.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/PictureSource.php', 1, 0x00000000000000000000000000000000, 0x1fa3b00d3261c3638c03e0d31b850af7, 0x613096dd885069af522561c04f5b9884e25e927117c1e2dc362ee952ce321324, '', 0, '?'),
(0x66b178efd957515bcf90c2d5748b0944, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateNamedRangeRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateNamedRangeRequest.php', 0, 0x5f81791069b5bd08b71859a0402bb5b2, 0x5f81791069b5bd08b71859a0402bb5b2, 0x9f9fdc9bb80933ae2cb99b01bb19f636153a3e281907e18bb8d311873a4ed318, '', 0, '?'),
(0x66b3a61c0bb1162a70642001b28e0a5e, 'wp-content/themes/twentytwentyone/template-parts/header/site-branding.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php', 1, 0x00000000000000000000000000000000, 0x901a53ebbcf9bb0f7a18a88af6436e3a, 0xe9111715e6e4a0a663a51d88ee6972da12999b666f7a0306f101b1aff331422b, '', 0, '?'),
(0x66b3e619ebaac91137ad6be5b3307133, 'wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/complete-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/complete-action.php', 0, 0xd72a00c6cd44a8a1e96a6ecb641460b7, 0xd72a00c6cd44a8a1e96a6ecb641460b7, 0x097f8850952950293b075c59bae89ea6738808f60863e9181d553a70d661052e, '', 0, '?'),
(0x66b47535a87d30c56cab8f386781f415, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/archive-posts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/archive-posts.php', 0, 0x30abfdccc6910d2b339ce6f1aef786dd, 0x30abfdccc6910d2b339ce6f1aef786dd, 0x8f0412c21f09b9b2e4608f18c9db4873b0a9d464080e36a127dedc7cfe8bc4be, '', 0, '?'),
(0x66bcca90d98a8996d0beec11bf8058cc, 'wp-content/themes/jannah/framework/classes/class-tielabs-styles.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-styles.php', 0, 0x913982edac9549a91384a4574df2a24b, 0x913982edac9549a91384a4574df2a24b, 0x9efb231b46a2389b096a45b5f8fb76826d77f606cfe443371b9c72fd80fa3529, '', 0, '?'),
(0x66c2fc118a07b71ae9bae0de19936db8, 'wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css', 1, 0x00000000000000000000000000000000, 0xc92c65f8c65c2329869e029cfe061fc7, 0x6fa14e3b85dcba99ad847b11790ca8d64851fa22ba59d19bf3bd181300165442, '', 0, '?'),
(0x66ce621addc9ac735739ccae4389dbab, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddFilterViewRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddFilterViewRequest.php', 0, 0x72a804a3d4b3716cb29eaea224afd261, 0x72a804a3d4b3716cb29eaea224afd261, 0xdaa710bd37317fc877677d6da675a6ac6e07ef6360e52c917d8a841d9d3949da, '', 0, '?'),
(0x66cf1433d7fdb8590f11c614faa9f154, 'wp-includes/js/jquery/ui/tabs.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/languages/admin-network-fa_IR.l10n.php', 0, 0xd153386b1655b73e0f8dc129ddc99ed1, 0xd153386b1655b73e0f8dc129ddc99ed1, 0x669f415413fec8b76f57612bab0b9458d6f0ce5901b288208d69bb2d950c285a, '', 0, '?'),
(0x66d5f1d6d5c0f896d7120c45e4a38415, 'wp-content/plugins/elementor/core/files/css/post-local-cache.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/theme-compat/embed-content.php', 1, 0x00000000000000000000000000000000, 0xccd9f76d65def0e638a6d005f3c2f39b, 0x7d4563bca3ee7ac05d23ee6ea2b8eafd8f773f79dae0529161a9960b30de8536, '', 0, '?'),
(0x66d884bcb389c724ef5b377c4a190ceb, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/exit_intent.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/exit_intent.svg', 0, 0x0c89ab0468922510d748fa37f5212f57, 0x0c89ab0468922510d748fa37f5212f57, 0x38dff1868f1e2099fb84e973d550fe0b266dc9d8dcde053993552097128c762a, '', 0, '?'),
(0x66dcac88fa92c0e98af8fba480f35ba4, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPXCloud.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPXCloud.php', 0, 0x6aeebc2d65906167e9fa6e44ad423233, 0x6aeebc2d65906167e9fa6e44ad423233, 0x635aa49ea850c044bedc108e4bf4c391290e4d1f976e1ad7aa008dc433d55468, '', 0, '?'),
(0x66dfa82bc494cb0045e2db2e70dd94a6, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-meta.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-meta.php', 0, 0x39caabaf33136fcc4ca44ec24c472751, 0x39caabaf33136fcc4ca44ec24c472751, 0x7c0019230283917d7b8fdfe51b9946ea863a22a7c4bf46622a0df59c54031647, '', 0, '?'),
(0x66f0bc822604d82285823dfe5a0b1924, 'wp-content/plugins/elementor/assets/js/admin.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin.min.js', 1, 0x00000000000000000000000000000000, 0x3c5742e025a9c3c3528e668c52ed6c62, 0x07c6caa9051a5af06007b1e096b8403ec5c93741bd62d5a235995da5ea94fc6d, '', 0, '?'),
(0x670338a0a0cc15aaca8a44ced71efd0a, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_StoreSchema.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schema/ActionScheduler_StoreSchema.php', 0, 0xf776ac688ed8f53cb332dd46efab51b4, 0xf776ac688ed8f53cb332dd46efab51b4, 0x90abe27b9042cc47f91514b96167597e8ff45818726e12a6939f0fd9a4ba0766, '', 0, '?'),
(0x6703637777cae0fd957b522133f650f9, 'wp-content/plugins/elementskit/modules/copy-paste-cross-domain/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/copy-paste-cross-domain/init.php', 0, 0xc00251ab86bb0ae17bc8d596185e8d13, 0xc00251ab86bb0ae17bc8d596185e8d13, 0x63bf5f03023d9e77e8705d7b84757b02747e87d475886a09425b5cb2d6b8fbbc, '', 0, '?'),
(0x67093f867f83c6d696fd3129c52deafb, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xdf613121e58209d1b51d82f9da35e349, 0x3840f9adadfa3911657ba50312d38d238bd2a3f4d46e0a59e60ed68398e17f4c, '', 0, '?'),
(0x6715234ce6cdac4bc4415d6561e39532, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x6723e92c764d91ff8e8b97df3a0cf5e4, 'wp-includes/js/jquery/jquery.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.js', 1, 0x00000000000000000000000000000000, 0x16623e9f7cd802cf093c325c511a739c, 0xfa6bf02bc8d8cb2f666711aac6834c4084c06366023902e5734a8c74582f6e6e, '', 0, '?'),
(0x6729bada4e704a40116f7bb7d3b08185, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/vars.php', 1, 0x00000000000000000000000000000000, 0x63a98b171f8628d80897852293d45216, 0x11fecbd8a76033e5159bde3425dabb632422011e9c2060b28ce032c87fd98b35, '', 0, '?'),
(0x672bb1b7e7774a6f47ffedef0c1f7b62, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', 1, 0x00000000000000000000000000000000, 0x780b0be93482009dfedeaeffe9a2bad5, 0xc859050898bcdae8569c935be7ec3623955ca0971bc65e75438303329e66f485, '', 0, '?'),
(0x672bb27533a72439cdbf1c9ed5b30384, 'wp-content/plugins/elementor-pro/assets/js/36c2990924ec9596ffad.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/36c2990924ec9596ffad.bundle.js', 0, 0x37bbc43569adc5a1f5cb565661471439, 0x37bbc43569adc5a1f5cb565661471439, 0x25fc4f775cde5ccebb26e77db3b9c7bdbd4e8e2ad45773e120a8ed9d68445d2d, '', 0, '?'),
(0x674005dae56255dbbac47a16d9c59630, 'wp-content/plugins/elementskit-lite/widgets/video/video-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/video/video-handler.php', 1, 0x00000000000000000000000000000000, 0xd217db44ddda7d1d60a5058bf1a7316e, 0x7262369983cda3da42afe9cd0052599f241e215f7f0ebb3affb64e2f45ac7de6, '', 0, '?'),
(0x674e1bd469c8c211f112bb090c9f5a0b, 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/theme-support.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/theme-support.php', 0, 0xc52ad14329473292bbacbd97ca8783d6, 0xc52ad14329473292bbacbd97ca8783d6, 0x3b6b7475101f8f6ac03178e43418b09c17642fa94839cac86bf11f66d62e202c, '', 0, '?'),
(0x6751697288fceb98bfa6e9992f21bd9f, 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 1, 0x00000000000000000000000000000000, 0xa7c4d840d8cfb31ecf0fcb3bbf24e573, 0xfd40c960a357962ad69491d414e87e2e2f1a0959d75740871024db5ca4dfd09c, '', 0, '?'),
(0x6759424a3e03c733ca994488145aa1cc, 'wp-content/plugins/elementor-pro/modules/posts/traits/button-widget-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/traits/button-widget-trait.php', 0, 0x3491d36434f4074b1c23080c5b08d51a, 0x3491d36434f4074b1c23080c5b08d51a, 0x6ccb928d372e867bfcfd75171bfe8cd1d4ca1e3b22d2b99d7339ebc0e454b65d, '', 0, '?'),
(0x67637e184b53effb506ea6ea92401c01, 'wp-content/plugins/wpseo-video/detail-retrieval/class-revision3.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-revision3.php', 0, 0x7592b7aa193f672ffb05f9e2d8bfbeb5, 0x7592b7aa193f672ffb05f9e2d8bfbeb5, 0x3078cd33e1074c13c823238fe4765c91ca9e32ccfc8bcc1a583562bfd0e0e668, '', 0, '?'),
(0x6763fe4ea80d244ab8449319695f6e6f, 'wp-content/plugins/elementskit-lite/widgets/drop-caps/drop-caps.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/drop-caps/drop-caps.php', 1, 0x00000000000000000000000000000000, 0x9e5f6ceff2f8f199daa8e79379cc95cc, 0xc06b4dc98c25ece37c5e3412e668aca31a9d2236ae5d842638d42a95740caacb, '', 0, '?'),
(0x6767653453e2d45ce01afc0f87bdc459, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/HostMessage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/HostMessage.php', 0, 0x082d5e9c7587c6723024bb20d1d9174c, 0x082d5e9c7587c6723024bb20d1d9174c, 0x54ad196719c15796d74d812e37bd836d2b11ebb6110ce6b2f59deb4f923805c4, '', 0, '?'),
(0x677058835e4976a911c6da53278cdb9c, 'wp-content/themes/jannah/framework/admin/theme-options/notification-bar.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/notification-bar.php', 0, 0xfc4b2b4e70535c630d7ec1347ebcd037, 0xfc4b2b4e70535c630d7ec1347ebcd037, 0xce1747e6d95056ece5baa93f5fcfc7a4422d5de7fcfa45dd4a45e1edbfe5bab9, '', 0, '?'),
(0x677594b1931e36895ddd82b53fe8cfc4, 'wp-content/plugins/elementor-pro/modules/forms/classes/form-record.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/form-record.php', 0, 0x237fdcf5072c30a359619b86b5bed5f7, 0x237fdcf5072c30a359619b86b5bed5f7, 0xd6309703df9639ffa35b416b02ce785765d714b53e42507856d28d5ae9b6acac, '', 0, '?'),
(0x6776d4d91a554fffddf2f1f01dadf6c9, 'wp-includes/blocks/html/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/html/editor.min.css', 1, 0x00000000000000000000000000000000, 0x66583d18dce0227e6a198eccf9ca7be7, 0x5a6384ffe6036370f01e69340813f967216dd64243ec4b3a642926d3de2f2842, '', 0, '?'),
(0x677846369355fe3f67f9b67fecc3bef9, 'wp-content/plugins/elementor/includes/controls/animation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/animation.php', 1, 0x00000000000000000000000000000000, 0x69983907d8eab5268cbbe7c97edd02de, 0xd78c281d7edc0167a45492da425ffaf7e48f7affa5cf3d4aeb47383eb2cb1496, '', 0, '?'),
(0x677bc362b3b4101d71d113e7c977e8bf, 'wp-content/plugins/elementor/includes/widgets/menu-anchor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/menu-anchor.php', 1, 0x00000000000000000000000000000000, 0x811fa20eaaa177e0671ab226f07d5a1c, 0x0ab0e82d49dd23ce827243ea3ae264aa0d9a21e57b1d22a302a6899d54305af6, '', 0, '?'),
(0x677c795f936f342289a958864e9af98f, 'wp-includes/images/smilies/mrgreen.png', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/mrgreen.png', 1, 0x00000000000000000000000000000000, 0x2d35c1e05eb1949106d34add6a9d9dda, 0x13c1e6d04d83f167a824b7e6a52b3bbfb200c735d1c903caed48265c45362577, '', 0, '?'),
(0x67941a98a0cdc59efe07ed7c71129a28, 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x9f7a9057eeb14d9eea269838c733e236, 0x5452407065d3d6f9536046bf61d7b143ab3e2b04f67f568825c9fa38ed4a7951, '', 0, '?'),
(0x679424475cbeebb13ba972c4c4cf3158, 'wp-includes/images/wpicons.png', '/home/forwardbetcasino/public_html/wp-includes/images/wpicons.png', 1, 0x00000000000000000000000000000000, 0x6453fcf875718d91560f5faedce361f4, 0xb6a505de631b06155a5f94c43f6e8d5f9fe74b818b36ebee8e31119d125c7d72, '', 0, '?'),
(0x67944b19b38499d24e1b3e4aaac03416, 'wp-includes/blocks/freeform/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/freeform/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x667fd8f65a4888d394439094573e0b12, 0x51e974ed03e6753e5911182d44acd3bfa25d6885816d6f10688fb5968fd92393, '', 0, '?'),
(0x679a92dc2fc22a76d04eb2af836d7f98, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/AbstractServiceProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/AbstractServiceProvider.php', 0, 0x817cb2c19fce8f177858eb92a3000537, 0x817cb2c19fce8f177858eb92a3000537, 0xab1c0183b57af514c0144d80c48d727bd8a726102a5a0617a3af700af475721a, '', 0, '?'),
(0x679b7dc0e317469cd5f1a65273839bff, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-out.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-out.min.css', 1, 0x00000000000000000000000000000000, 0xc085285342642dfe119d96ef9315ba13, 0xb86f51d634b67290b299268a5651278d8e099ee4208a43ae3de929c97f14be0c, '', 0, '?'),
(0x67a070c5bbba2165b42d3cfb93ca0657, 'wp-content/plugins/wordpress-seo/css/dist/icons-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/icons-2400.css', 1, 0x00000000000000000000000000000000, 0x943814ded31dda32ae8cdec4cdd19820, 0xa324e7f69a463fc21035dbb814c22252697bccd2166376255b4975e682860680, '', 0, '?'),
(0x67b166f63104fbdbb6f279e43b15b45f, 'wp-includes/class-wp-http-proxy.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-api-fetch.asset.php', 1, 0x00000000000000000000000000000000, 0xd9442d77967170cf2b66505cdbf0f2a3, 0xe84431321432dee20506aa1eb837f198a205e831ce39d4e60c26c0033152b574, '', 0, '?'),
(0x67b4cd3a8da6c36b162815cd893b4178, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/resources/local_fallback/v0.css', 1, 0x00000000000000000000000000000000, 0x834e54116f165b0a33353446ca72ee9e, 0xd6d3e220e5a1f9eff6352ea624adbd86d27cb56ed8f037b3dd98c60960780dbd, '', 0, '?'),
(0x67cf4fb90f97a51799d150d1d26de26f, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Settings.php', 0, 0x11c41abd94f9af6507f8f04712c4fc8d, 0x11c41abd94f9af6507f8f04712c4fc8d, 0xf9ac553ca15f65bbf75d3f170d507f8cf1d15094aa51313f751e228058e9f4e0, '', 0, '?'),
(0x67d017b67e29b27ea573baca9e93fb49, 'wp-admin/includes/class-language-pack-upgrader.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-language-pack-upgrader.php', 1, 0x00000000000000000000000000000000, 0xb76803d698cbb721c486372b628691b6, 0x0f15d3c4e5f4465c562fa50b083bed5cdcd2b247cbe6ebdfaad5003ecfeb85f1, '', 0, '?'),
(0x67d06ec1aa4c78f33a06c39b41a38646, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/StreamInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/StreamInterface.php', 0, 0x76a0a42a1fc6589b69121f104342aeda, 0x76a0a42a1fc6589b69121f104342aeda, 0x0d91840b87060f8d2ce63239f99bd4697fd38982efc7c7dd432a3adc7ae5f991, '', 0, '?'),
(0x67d3332296aad438a439bb323a333f45, 'wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/social-links/style.css', 1, 0x00000000000000000000000000000000, 0x492f1117e8c377022b25bb25918b2993, 0xa5b839cb152ab54468f27100f0a52e23fb4443d63e6f0fedf63a149a7f7df508, '', 0, '?'),
(0x67d75fd9dfd8f31ef7e05638b602c65d, 'wp-content/plugins/elementor/modules/container-converter/module.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/ContentTrait.php', 0, 0x551d5e2c7b66028de64b24eac40e5f21, 0x551d5e2c7b66028de64b24eac40e5f21, 0x20aaa52f3d95670fb144780d744685801bd70931d6e1704ff85a00cbca6c7558, '', 0, '?'),
(0x67e9621a0fe76b906bfb73d5891b86f9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentLanguage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentLanguage.php', 1, 0x00000000000000000000000000000000, 0x5730174b98b97091013bc4db2d430e50, 0x9a6d8ab6ce0ebac3a0c928d2c329bbc3f0d1c5ebdb452c917aaeebe207fef509, '', 0, '?'),
(0x67efb7870c901dacf61f79236df147dc, 'wp-content/plugins/amp/src/DevTools/UserAccess.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/DevTools/UserAccess.php', 1, 0x00000000000000000000000000000000, 0x83f7f6076eb44bab8a50b0bc6f481bde, 0x07552d40a65304a168a68120615f97e88873137a91dfa8b4a8804e6efc8332d8, '', 0, '?'),
(0x67f5e45d6252062588205a1d8ddb45ba, 'wp-includes/js/shortcode.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_AbstractField.php', 0, 0x57c6581fe6fa76d3766c58ad38859ace, 0x57c6581fe6fa76d3766c58ad38859ace, 0x7164774c16d4b9ba064c93e93930a8e687c40b6bb69339645a01ffa32b548060, '', 0, '?'),
(0x680269f946c7b7c9b578d1c0edbd4eb4, 'wp-content/plugins/wordpress-seo/inc/language-utils.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/pricing-2-col.php', 1, 0x00000000000000000000000000000000, 0xdd232e99a91a4263b021d7bc4ddc2d4c, 0x7ab0507a9a95d7784a524367b390c22070a374a22d6c4dd3327c9e4d90b7c890, '', 0, '?'),
(0x680d0d9630fc5eb9c1587f7696c30737, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-08.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-08.png', 1, 0x00000000000000000000000000000000, 0x0c2f88a61f85430c7588504c67652d43, 0xcbef56d493e92f91ea6face564df1c589813829c5662f42428454762cf4dc29b, '', 0, '?'),
(0x680edbc7fc4ff980f159b13efd0afe52, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Output.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Output.php', 1, 0x00000000000000000000000000000000, 0x347e3d6eb7fd65301829666481774931, 0xd5d04aeb2d98b645f38eb958bb7f9151a9be4f4469bb7588ff73010cc85695b8, '', 0, '?'),
(0x6810194f8bd9433a1d17d1c5268f7763, 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app-initiator.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes-app-initiator.js', 0, 0xe6ced7162807e7b4648da4f35afe7fa7, 0xe6ced7162807e7b4648da4f35afe7fa7, 0x53fe342e2562821e0316779d339bfb89a33217b3bd70b7af8f693dfa299f37af, '', 0, '?'),
(0x681147c1a21cb03ae68ba970c3366ab4, 'wp-content/themes/jannah/framework/admin/assets/page-widgets.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/assets/page-widgets.js', 0, 0x7662cd2d90035535830c040a39afe48e, 0x7662cd2d90035535830c040a39afe48e, 0x5c7e6b139ae3fac86dc4e5631201fcbd75d0153e50e2e8ba1f02ed984d6665ba, '', 0, '?'),
(0x68165a045b81fd803d8197ef7796728c, 'wp-includes/sodium_compat/src/Core32/XSalsa20.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0xdc5c999dae94f1f5e03a520e2fe22b05, 0xdec9aba10fff87a8d0f8e7cc3aaabbb66a4eea6d6da9fa86bd52b7aab81b075b, '', 0, '?'),
(0x681a4f686cf806e75ff8cd4c6d2fe5b7, 'wp-includes/class-wp-customize-manager.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-customize-manager.php', 1, 0x00000000000000000000000000000000, 0x08b21d7b7dd578e42ccc12bdc63aafa4, 0xcffbf3a0e53ac04d4be3281aa575115aaf46b2b44e72f0373e4e190bcb497c96, '', 0, '?'),
(0x681b848aa66a1d9afa3ce35fc4baaa43, 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0x681c432793d677b1eb63e0514938d846, 'wp-content/plugins/wordpress-seo-premium/src/initializers/index-now-key.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/functions.wp-styles.php', 1, 0x00000000000000000000000000000000, 0x5b5b5687bd2db4e478c0d78d6f8b04fc, 0x36a7546813fc409ffd814aac5b84f14e6e6cc24feb5b81e9362a99e9368b108a, '', 0, '?'),
(0x682c852462835e9e2853bc614dc4a999, 'wp-includes/SimplePie/library/SimplePie/Net/IPv6.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Net/IPv6.php', 1, 0x00000000000000000000000000000000, 0x1fd0bfb67b76dcde86ec1a90581511b4, 0xc4652c879ecab7e7707b6ca5c6b7568149c2edc5bc337364f47ae57b83afc886, '', 0, '?'),
(0x682ed9c24e37c6622fa4932faa1bdb4a, 'wp-content/uploads/2024/02/bomb-svgrepo-com-3.svg', '/home/forwardbetcasino/public_html/wp-content/uploads/2024/02/bomb-svgrepo-com-3.svg', 0, 0xe4fea90ff262dbedfcd8d996e57730cb, 0xe4fea90ff262dbedfcd8d996e57730cb, 0xbfd41777011cae1025e1321802f859e8a6b4c373a6aef3cf3b3662f01ae72c73, '', 0, '?'),
(0x6830582dc869ffbbd5e18d5ecc476038, 'wp-includes/pluggable.php', '/home/forwardbetcasino/public_html/wp-includes/pluggable.php', 1, 0x00000000000000000000000000000000, 0x232469f9a4c620bfb8c8c86d4767783c, 0x9238ac36847586b37c0f2bc6246f506b8f11bcac7ce6fa8e9b1e846ff2c13cfb, '', 0, '?'),
(0x6831e81abbb0c1579a4223619ea68f03, 'wp-content/plugins/elementskit/widgets/instagram-feed/instagram-feed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/instagram-feed/instagram-feed-handler.php', 0, 0x57ad155ae357355e3feeda40359cb561, 0x57ad155ae357355e3feeda40359cb561, 0x586259789e7d1be08d2c8f145e2c5522ce60844621229aa9acac691f4527133f, '', 0, '?'),
(0x6834ac8bf22333c7608e2ddd88a822a2, 'wp-admin/profile.php', '/home/forwardbetcasino/public_html/wp-admin/profile.php', 1, 0x00000000000000000000000000000000, 0xee00f0d62c94fb17c8f8673b0bea99b4, 0xfb43ab9971a8f1fd4e2cd96076ac539bb12a1ceed2df5a5bdc60d3caf4ad6de4, '', 0, '?'),
(0x68371727b7b3cecaba6c00415777c9b8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox2.php', 1, 0x00000000000000000000000000000000, 0x29124570e032e6a3ef4b5e15a7b4faa3, 0xe2f5564790ec1feaca91b29692283946c347fec7cbe0e3106d0c1b00a078bde5, '', 0, '?'),
(0x68405ac9258f52eb9546df3b74695c6d, 'wp-admin/css/login-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/login-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xae76ace200b529f39da73fdc5c680059, 0xe76ae6882e5206eb6b38211dee89ba08c849c9d75ba896e716873c9fb656a5da, '', 0, '?'),
(0x684165eacb4b37eaa743eb76f6026e8f, 'wp-content/plugins/elementskit-lite/libs/framework/classes/onboard-status.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes/onboard-status.php', 1, 0x00000000000000000000000000000000, 0x052ba1082ade7c139a78aae5a0acbb91, 0x55f0ad2300b631cd9c74481e8a465ecf20771688fcdeb91e0321de2ebad0ca1c, '', 0, '?'),
(0x6849ffe9e8ceeb89a149dff478f4f90a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Collection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Collection.php', 0, 0x783c85ee40ec7080433729ffdd898732, 0x783c85ee40ec7080433729ffdd898732, 0x4867a762bae2f22c6b45d7727b683ad44a304655fd5e9064dd37986845cb4e99, '', 0, '?'),
(0x685602db822bace76ba975f9b96a4e40, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php', 0, 0x454f093a271ad38e9af1d4e858835001, 0x454f093a271ad38e9af1d4e858835001, 0x2b73bf11787d5ef01964a2315e8f9daebd67c2d352f6d7ffb1a3c22efba9a39f, '', 0, '?'),
(0x6858a75a66dab3ff709865961efbb006, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/PsrHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/PsrHandler.php', 0, 0x2244c9c7208cc2b2990e7c6262087210, 0x2244c9c7208cc2b2990e7c6262087210, 0x6d6ba85e6a7e05be16baa65ec9cc3509626a79b316b4e8a691630ac573196866, '', 0, '?'),
(0x685c7bf8a79d74b9cf4f3c7026e74145, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/HostMessage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/HostMessage.php', 1, 0x00000000000000000000000000000000, 0x082d5e9c7587c6723024bb20d1d9174c, 0x54ad196719c15796d74d812e37bd836d2b11ebb6110ce6b2f59deb4f923805c4, '', 0, '?'),
(0x68626b444da5bf77b466ebf2c3714721, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-form-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/block-patterns/social-links-shared-background-color.php', 1, 0x00000000000000000000000000000000, 0x16231cd05186800676869eed23264f44, 0xf8655e175d1e603e715963da54b91b93d607832eb838f934a09053daf0f212ea, '', 0, '?'),
(0x686d4e00e8b5c2dba51345dec99f320f, 'wp-content/plugins/elementskit/modules/header-footer/views/modal-editor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/views/modal-editor.php', 0, 0xa3fd1c183b18b72e42d8bffdabfaea5c, 0xa3fd1c183b18b72e42d8bffdabfaea5c, 0x78ca64a9d4f65156e308dd5b4228ab0d0f9276f2339c818c9480d3413bfb587c, '', 0, '?'),
(0x6874d20f598e459eea61394d7147f031, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivImagetoolbar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivImagetoolbar.php', 1, 0x00000000000000000000000000000000, 0x6878ea4851e14180c017fa24c93b0c8a, 0x723c88d681a992a5087360965f00127565adc220e3da4dcb63d266246e6460a2, '', 0, '?'),
(0x6876afa569feed0eec2968a8c3cb51be, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrMissingRequiredExtension.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/network/theme-install.php', 1, 0x00000000000000000000000000000000, 0xe5a0b7c8b981e80f03fcb548195e7280, 0xeb66886b4c0287ecf61a1ca529682f465fdcc1c6164d8e0639a56a81f9aa56a2, '', 0, '?'),
(0x687ea37bf6fac49206cb9ea2952985c2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/ProjectIdProviderInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/ProjectIdProviderInterface.php', 0, 0xa0ac32029b99eb84a831022d4170dcb7, 0xa0ac32029b99eb84a831022d4170dcb7, 0x8f71a85f141ede5d94b444fbc806fad32be9db3e698da8d10e1706ef8c3d13fb, '', 0, '?'),
(0x6880c226b1d911f4dd6d88056cb3346b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBridPlayer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Details.php', 1, 0x00000000000000000000000000000000, 0x18256d781691429da02e651252d8f320, 0x3d6e6618688174b0a66aebdefa31aaede2d1fe5b48cd825a707b62cf15a68372, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x68909410e0f1f8a0a785a9c2e1f1f830, 'wp-includes/js/dist/script-modules/interactivity-router/index.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/interactivity-router/index.js', 1, 0x00000000000000000000000000000000, 0x2e496b96d49c1af7ddb2002d6b805b34, 0x50c2dc639c92f14f6c59ae029d3702af01bf41bbf857044bd32e3ab37c1d3635, '', 0, '?'),
(0x6893096f10d9f143fe40ebc73db36e7b, 'wp-content/plugins/elementskit/widgets/content-ticker/content-ticker-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/content-ticker/content-ticker-handler.php', 0, 0x05ee27853b20b1fe2c3310f24b19a8ef, 0x05ee27853b20b1fe2c3310f24b19a8ef, 0xb61ac48463e8e8230b9ee7b1021276be4d1cda8a01ee108313ff1a8552992a52, '', 0, '?'),
(0x68a01a99aef4c9d13a35e12970d8da49, 'wp-content/themes/twentytwentyfive/assets/images/services-subscriber-photo.webp', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/site-title/block.json', 1, 0x00000000000000000000000000000000, 0x590558672b54f36ecc9b198cd2a7e0a3, 0xab5d725b9b7582c7b7f05b7fa703d41abbf663ef9354bd43e8bb81149800a321, '', 0, '?'),
(0x68a4fe2905d05525dc4e3e3e1ebc977a, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css', 1, 0x00000000000000000000000000000000, 0x3275f888e6b23c5a6e2b79dc95663ae2, 0x55ed683f845dd62df60e5bfe6371d29fd275bba69ab13a005db94a9bdc8c9a3d, '', 0, '?'),
(0x68a53cfac1ee98f9db487ebf7e4fa899, 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.strings.js', 1, 0x00000000000000000000000000000000, 0xf9e5221acfe55fb734cbdc2a2ad89be0, 0x4e217de8bcc77bc6a52f78e2c7129d658173aa0bbd7a22f25fd23bc99270b246, '', 0, '?'),
(0x68a88063215c642fe920004c5d734408, 'wp-includes/assets/script-loader-react-refresh-runtime.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xaf6622fcbb8ce72336247b204a4c2722, 0xcb65c5878e361a28ab71cb2685dab6acedc25d9cccc6070af7436c6987dea987, '', 0, '?'),
(0x68b303e178f8a58039ae2d21bfb10fd0, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/NoAutowiring.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/NoAutowiring.php', 0, 0x40c9ff379e809685b71db1c0670043fd, 0x40c9ff379e809685b71db1c0670043fd, 0xa3ec59a7799372c9c9b34e2f4cdd94fef5ae39e8cdd6bdabe46abe4a3e508c82, '', 0, '?'),
(0x68ba4db1569e6dc920957f13d30c9bb2, 'wp-includes/blocks/categories/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x08f8259de4211fb4199199f6ae279267, 0x0e27ce8ef1ff732b6e5ba1e1c918c9463cac30c34016d2f75ebc54b940fd6b8e, '', 0, '?'),
(0x68bb3cb25d9394ec4f704e4305c6b4e6, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php', 1, 0x00000000000000000000000000000000, 0x5b7a815a278f5f4181a0fafd195e58d8, 0x1812178f644e1903f02af48e851f1f6d24315ed55c40bfb2d3d5c7538d7065da, '', 0, '?'),
(0x68c6b72d424882819307a92420d36108, 'wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js/dom-to-image.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js/dom-to-image.js', 0, 0x8fa663324064eb398b9e6e10c5a2fccb, 0x8fa663324064eb398b9e6e10c5a2fccb, 0x11801f3d3a7cb68d9d560d8abc891d1fa5030e879ca683e17347de1d740847e7, '', 0, '?'),
(0x68d5b14bc36c36787d59645c80311bf9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php', 0, 0x99e403e2673b8b9c4e16725e0028986f, 0x99e403e2673b8b9c4e16725e0028986f, 0x28beea99f03205adef50cf2d1bc95aadcd367a2cddfa843ec2ae38eed6b5e07b, '', 0, '?'),
(0x68d6153a15dec313aea61ba5d8b80864, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Iframe.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TemplateAmp4email.php', 1, 0x00000000000000000000000000000000, 0x5c20da08b3b807e5dbcf098582cac18c, 0xc27871ed0b733179c91ab2b12d90835d26a77f4ad4f52eb830ec56893b72fc88, '', 0, '?'),
(0x68e3363bd292bd6325c007a49cfa0837, 'wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg', 1, 0x00000000000000000000000000000000, 0xcfcedfb18d6c811a17701693e0d622b5, 0xbc3fe76644820dd5f9851635d7a79a09dee7df8bccde99ecf1dd4ad536a3716d, '', 0, '?'),
(0x68e8ee88847f143c66f41223b76e2838, 'wp-content/themes/twentytwentyfour/templates/home.html', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/plugins.php', 1, 0x00000000000000000000000000000000, 0x7bc06c22e06707aef762f5ab11a79e88, 0x5e5de60a7f364a07983e4b8f3ec5678e01646ed2fbb603058676d19a23a9cfa2, '', 0, '?'),
(0x68f2cec7514bf8563c723a4d675fcfe6, 'wp-includes/js/dist/format-library.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/format-library.js', 1, 0x00000000000000000000000000000000, 0x8b420ea3d2c96301a0abec4a4f75e14d, 0xdb1c9e62599fe3c6fc0d6726b5820f124a45b1e7c2940449e0126cddb2a06525, '', 0, '?'),
(0x68f973f905718f268c3b3309973c871d, 'wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php', 1, 0x00000000000000000000000000000000, 0xa2daf496c906cd67bfd0d36b17cd5e8b, 0xcfd04b48e9e25cd0d69b779a0338457bec84d8ebb9cab9c2c618b94d1fb162c6, '', 0, '?'),
(0x68fa6e5f64b4f1b8da81f8f0675329dd, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/CreateDefinitionHelper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/CreateDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0xc2ff2de3faaa92e7d606a92bce283c6d, 0x53d31f01c9e24eff08f49261045719fc174d69a247d53cd40a300edaef03e704, '', 0, '?'),
(0x6903099e2e3fa2a1b4e03a3d7f610b59, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js', 0, 0xeb779d2d8792868f752ea2e87785ee78, 0xeb779d2d8792868f752ea2e87785ee78, 0x7e85801577a534008676602adf56a8fc286f600982cfd35ddc4d15849f62313e, '', 0, '?'),
(0x690b89b75bcd66c8189581e85783f238, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Settings.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfDashboard.php', 1, 0x00000000000000000000000000000000, 0x6589c92e9dd771bf3af3fc976adfed52, 0x75a87f61c676dc52b0fba02b5701650dff54864a0c259822c20d37a466bb99cf, '', 0, '?'),
(0x69109d3651aefa3d7897c01092f1ffff, 'wp-content/plugins/elementor-pro/assets/js/f6214a79e4b78ec016e6.bundle.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/f6214a79e4b78ec016e6.bundle.min.js.LICENSE.txt', 0, 0x0082d36296d1953eb16271c949196e98, 0x0082d36296d1953eb16271c949196e98, 0x154b742fc10828f37965fc7577439dcdc0bd5fecea9e8b426bb6207c90cf315d, '', 0, '?'),
(0x691117366f56f035ffd70731f92c6efa, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/InformationSubscriber.php', 0, 0x26efae00b16dbbd8a75c96f2f53440e0, 0x26efae00b16dbbd8a75c96f2f53440e0, 0xca0da24d816d32db7bb66a486f67b59faadfc764f919c7fe8dbfcee790c7ebe9, '', 0, '?'),
(0x691809961c0866ef941a56c9e160016f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/TaskQueue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/TaskQueue.php', 0, 0xdda4bd13eed8c623c59f6b93eb9afbcb, 0xdda4bd13eed8c623c59f6b93eb9afbcb, 0x95edeea58e1f528b3c51677216a0d7931d8538d6b5eeac96de7c83ca985fd9cd, '', 0, '?'),
(0x691c4847591ed2844d01a6f3cbc47ac4, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/templates.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/templates.js', 0, 0x4f346658021142662030ef4383a5d257, 0x4f346658021142662030ef4383a5d257, 0xbbe0724464bdc4196f94a63258aa9d4abcf364e7ee1a7296974eae2c07e259f1, '', 0, '?'),
(0x691fa20f993bd9f5269906be6fe2ae3f, 'wp-includes/IXR/class-IXR-base64.php', '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-base64.php', 1, 0x00000000000000000000000000000000, 0xee2a36d606d508af44b654e6176599bb, 0x3f465d4caa327d1787d91feb0d53fe400e62d132f74fad6fc7755506274f84aa, '', 0, '?'),
(0x6923451175cc7749dcaddf60e01ff64d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStorySubscriptions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStorySubscriptions.php', 1, 0x00000000000000000000000000000000, 0xa102d04b9c63935042ae4f5d0a992dd3, 0x9f8cd3f7de48612a47c1d42a524815eedb44b383c320818df0e6c7cf6d77073c, '', 0, '?'),
(0x6928e2f409c73074378440e251fa1f40, 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpAudio.php', 1, 0x00000000000000000000000000000000, 0x2c2b98bf3755e565413e21f924c509dc, 0xe8b88ab9e7cfe563731f49b93bb6e722c5320cdeeababc956857e3a0dfcbebf6, '', 0, '?'),
(0x692e905194872b0d4a1a027883a16ae1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php', 0, 0x3fd504875e8a9c6cfb478cfa28d4d596, 0x3fd504875e8a9c6cfb478cfa28d4d596, 0x64c7f5edfd3e2b340c91e6c7c0f1799c0828ff39e13893abd166375d36de5caa, '', 0, '?'),
(0x692ff14eaa3b6f858f182c8613a298a7, 'wp-content/languages/fa_IR.l10n.php', '/home/forwardbetcasino/public_html/wp-content/languages/fa_IR.l10n.php', 0, 0xe3e611491178a0a83e4e253dc946765b, 0xe3e611491178a0a83e4e253dc946765b, 0x2aba5420fb66c55af68cb2ff2d9cd795a26a02afdd8af4f62227f1f5bf13d043, '', 0, '?'),
(0x6933947c86094a1150b8f19208932a95, 'wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', 1, 0x00000000000000000000000000000000, 0xc98b332033d8ff47a0182efa37a4b431, 0x793655cc058c8616a3eb18d574dac49266441b6b9f77b12bd1825f47df6e6142, '', 0, '?'),
(0x693a1eff66b3068c89c7b8035e9003c1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php', 0, 0x808af6b090430e697a03da558f664558, 0x808af6b090430e697a03da558f664558, 0x6acf4955a4951544a56f8e7c2904ebbb80e42b00294e45a7487642db4240e869, '', 0, '?'),
(0x693f83e22b47984ae54a39832d4bf856, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/fontello.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/fontello.php', 0, 0xbabee2681e24eb321488259d02b59857, 0xbabee2681e24eb321488259d02b59857, 0x91fc40942e0b1084d0f269d83c449258cca64760ae214d7306c26f5778d4a3a8, '', 0, '?'),
(0x694fe82b7e0afceec9f27fec014a5ba7, 'wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1690810710.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-native-img-attributes-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x967c13edd654dddf2fbac39ee52d330a, 0xa14b72b4b8b042967b5d3202d49802377c3158428e55d9bde471dcd7ddc4d277, '', 0, '?'),
(0x69594124944ecb38562a3fd5bd43893a, 'wp-content/themes/jannah/assets/js/dev/flexMenu.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/flexMenu.js', 0, 0x54ae784063373364d5cc5e8ac1a7a008, 0x54ae784063373364d5cc5e8ac1a7a008, 0xef1ecedf4b5e763e9b093dfe02f4591ad545f7df56d149af04a57411f79716b5, '', 0, '?'),
(0x695958db2594c596447cf70dd6ec2535, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RapidLoad.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RapidLoad.php', 0, 0xf810bc9808421884d6590484e58352c4, 0xf810bc9808421884d6590484e58352c4, 0xcbd189af30801087e5ba90394067d52355f11441894dc67e62fb242ad066cbd3, '', 0, '?'),
(0x695a4f452960c1dde9d28a0bdab5411c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tref.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tref.php', 1, 0x00000000000000000000000000000000, 0x51d42fc3d3dbc0ea6c625bf93b262680, 0xe084115d244dca38938e460fbf94fbc594565d19a388916c02faea390e220a33, '', 0, '?'),
(0x695d53579f7dd3ef0bf940b15647f114, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/BodySummarizerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/BodySummarizerInterface.php', 0, 0x582046b12ced52003f98e93a3c8d26b9, 0x582046b12ced52003f98e93a3c8d26b9, 0xe9918ab16b38b88af57ab9078505901f25f01abd785133fa344dc45275b4d948, '', 0, '?'),
(0x69617b962dcfdb1af7d899016fb30892, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css', 1, 0x00000000000000000000000000000000, 0xaae648ec410260f859ac89e58a8372c1, 0xe89981a544948ab27bab7db0b639915a69897fec7eabe57d7e25377faf42f629, '', 0, '?'),
(0x6964dcb6c731be130f2297f4f9c95eef, 'wp-includes/blocks/separator/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/style.min.css', 1, 0x00000000000000000000000000000000, 0x07c545601366c21eca9045eb11961b99, 0xd70ae27edab91b916037b7e7e5917c70eed4e08450eb1d2a8f368e70a3870f2e, '', 0, '?'),
(0x69691b4ff773f360e66d303c2ce9f83b, 'wp-content/plugins/elementor-pro/modules/table-of-contents/widgets/table-of-contents.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/table-of-contents/widgets/table-of-contents.php', 0, 0x9ce16608b44fcc37acb12d963299f1db, 0x9ce16608b44fcc37acb12d963299f1db, 0x71ed1ada1aeaaf6a1dfdfe0d7e26e48a82c9e14a895e0675af083c774dbd7e7f, '', 0, '?'),
(0x6969b7c281226ffd0643c81984b3d760, 'wp-includes/sodium_compat/src/Core/HChaCha20.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_DBLogger.php', 0, 0xc031948a26c681fac19b10fff4c53148, 0xc031948a26c681fac19b10fff4c53148, 0x2c01f2f5c140eb6a3ca9143d98d03ef557ba66ec8e7f95d6805c0f930dcfe99b, '', 0, '?'),
(0x698a47305f573362be13066d6578bfc0, 'wp-content/plugins/elementor/assets/images/app/site-editor/header.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/header.svg', 1, 0x00000000000000000000000000000000, 0x04674191228d612e336d3b7333f18da9, 0xbf574419e0d69800cd394acb2250f2b060c0878b281ccfc1bcc3f50c76291ffb, '', 0, '?'),
(0x6995a962a5cee189a498735ee1cddfd3, 'wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-content-utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-content-utils.php', 0, 0xa12274f1276403a5034930f1ac2dd2f5, 0xa12274f1276403a5034930f1ac2dd2f5, 0xbc25487f82a0a97d74e922adbd15c427d43a5a28ceeadbe846b9a61876849b55, '', 0, '?'),
(0x69966cb00b7c0b6f7dd82e938099f6d3, 'wp-content/plugins/elementskit-lite/widgets/lottie/assets/js/lottie.init.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/assets/js/lottie.init.js', 1, 0x00000000000000000000000000000000, 0x7a54d526e51b19b06a307230102f036f, 0x7dd8e4fd0970507fba6b16381996bc969ed3a2996a3c4508dbd40851acc22501, '', 0, '?'),
(0x69973b2bb47ff990bf0c4fed73efd6bf, 'wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php', 1, 0x00000000000000000000000000000000, 0x5f49c92628e96957e2a85b8730b7fb7c, 0x2f1a8234b0f6b72bd9adadc6ddfaa422be7ee62371dc3355dcfed4977bc12787, '', 0, '?'),
(0x699cb9563e4579344e4ae1944a922d68, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php', 0, 0xa24c92703e3d52fab1e44b8cbae11e2c, 0xa24c92703e3d52fab1e44b8cbae11e2c, 0x62511ff3c4b67e80f51cec5b952f5cc4dc174cb25e42ac9f9f8ce550ab441249, '', 0, '?'),
(0x699e008181f0b3bcf192c2ce11212c9b, 'wp-content/plugins/elementor/assets/lib/animations/styles/swing.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/swing.min.css', 1, 0x00000000000000000000000000000000, 0x8e6cbc49ad754e6f54f9db728d903f98, 0xeaae7c0f1ce92cca42428bc3a1488a9399fa6de760787bb956f75937c10c15d8, '', 0, '?'),
(0x69a2279a2f72314b82481e254a34bda0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AppendDimensionRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AppendDimensionRequest.php', 0, 0x5339f97b4e05ecca52ea0241c6ef7c70, 0x5339f97b4e05ecca52ea0241c6ef7c70, 0x6837d862854d6c0ed025b10c26cc053b0879dfe4a030d2900a5dee26edb0a07d, '', 0, '?'),
(0x69a6e551d770688c93a6743ceb3970fa, 'wp-content/plugins/elementskit-lite/widgets/testimonial/style/style6.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style/style6.php', 1, 0x00000000000000000000000000000000, 0x8e3a8bb48070bcb506b165f79f66d32a, 0xc95d0ff90f4b533ed17a0f8543b1baa375163c5e46a113ba0a85bfd5ae626f77, '', 0, '?'),
(0x69b22dffd058b1380b07565b7e45fb12, 'wp-admin/css/install-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/install-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x403b65d78915ed16b69706f1c6180a5d, 0xfb799418282038e20348e1a9ae6b8e0bb8aa0f203d42524ec27ed3e084c162b1, '', 0, '?'),
(0x69b2a0434307f9052ca62ba98daaedfe, 'wp-content/plugins/wordfence/lib/wfWebsite.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfWebsite.php', 1, 0x00000000000000000000000000000000, 0xa290c174cc107e05e1414ac4616f06ad, 0xbe4189f66c45f7f4a55403083209063af1bc241993e982e918f2a4266292ab10, '', 0, '?'),
(0x69c05cb4af817f9b123d58ef05681424, 'wp-admin/js/language-chooser.js', '/home/forwardbetcasino/public_html/wp-admin/js/language-chooser.js', 1, 0x00000000000000000000000000000000, 0x9fd3a40b17ca6b758d916c4c5316a904, 0x0ca0e3f50c7234d8e9b9f969c00b8d8b6abf22dc88899005cbe2cb36b9cccf26, '', 0, '?'),
(0x69d251e8a5d8913c4fe4c8a6f81e584c, 'wp-includes/SimplePie/src/Registry.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Registry.php', 1, 0x00000000000000000000000000000000, 0x75de055a5a5fe7466b080d0395b32a3f, 0xc15bcf7943acb4ecb6bffe5b74dffc730d5d359e37ba3891e51f4c94e42e1473, '', 0, '?'),
(0x69dc4349de664080935a429ad983d5f3, 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-6.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-6.svg', 0, 0x5ecf6881fed86a4e314954a1bfd64b4f, 0x5ecf6881fed86a4e314954a1bfd64b4f, 0xd712aeda9e560b6f70effdb2b03ead9c234e68007960eb567801dbded0bead58, '', 0, '?'),
(0x69dd3633ae8dbdbc437c779774ff0b84, 'wp-content/plugins/wordpress-seo/images/rest_api.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 1, 0x00000000000000000000000000000000, 0x32a56889db326145d206081d11019930, 0xa944ea3ae45de8b89d7ab0d9d0c2fd77255b8b6acc6f86d0ddfb8e115860d7fb, '', 0, '?'),
(0x69f8d0f673f4683683130df475ad68d2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShare.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShare.php', 1, 0x00000000000000000000000000000000, 0x314699b07d44e8525975366671c8af03, 0x3334b81bf186fbaf7f0b1d9539a3ee52e0b9454d70d4df645cd29f9454efe075, '', 0, '?'),
(0x69fcfde1471fc95e5d4c84b5993a59b5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php', 0, 0x0b2eb383d17adb718285876c56761173, 0x0b2eb383d17adb718285876c56761173, 0xaec052c3d1b2277b875ddd54b8893d079447d5d0e689ccc706a0fdec44858d27, '', 0, '?'),
(0x6a0a64e3dc852999dba798eb3522bcc6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/RewriteAmpUrlsConfiguration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Smush.php', 0, 0x8c59e25a12f17119606d9d8674e51352, 0x8c59e25a12f17119606d9d8674e51352, 0x827888c94d1232ebb58f28e04d5ce76f3c0ea358997cc8c08e72e2628c9e0cae, '', 0, '?'),
(0x6a0c325c849b3b0a670c7b304530f408, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post.php', 0, 0x30b565edffe73b945c169806f091b6a5, 0x30b565edffe73b945c169806f091b6a5, 0x8c8c04b2f183ad6998dc239de3ebbe3e878ad327d37c1f438e90844111299764, '', 0, '?'),
(0x6a10546d68491e565158b161976c7f5d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/EFlags.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/EFlags.php', 1, 0x00000000000000000000000000000000, 0x7dbb7290a4dc7486a8711451b1204eb9, 0x42e2ef9c195df04a265a7c54e9a2b1117ed8048a2ac15e99e082dbac25a9b26b, '', 0, '?'),
(0x6a191560db417a168e0770b05a4c7294, 'wp-content/plugins/amp/assets/images/reader-themes/twentyseventeen.jpg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php', 1, 0x00000000000000000000000000000000, 0x87f8b2e4dbb834585f78d04067baba03, 0xc20ccbd64382c70b890c4ef299149c444c64a44550c6e3fa6dd8dbc957a63739, '', 0, '?'),
(0x6a1e4efb70677562578dcc5982675fea, 'wp-content/plugins/elementskit-lite/libs/framework/attr.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/attr.php', 1, 0x00000000000000000000000000000000, 0x5f02c2c95bb652f8ffd95fc9f9be54fe, 0x37be36437d41479d2b57454e1c246998d11466a65f064f4345568b200f5a489b, '', 0, '?'),
(0x6a20227c7fb4f52efc9a5b84e3ea2c92, 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/12.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/12.png', 1, 0x00000000000000000000000000000000, 0x204d3826d82fd3728a269d25cb1a132a, 0x5198d9f3cb5a987c80c5b0e2b95cb63fe6e617ec09702c4f4fbe25e6361ce7f9, '', 0, '?'),
(0x6a26ba563199acae36139334aaafebe2, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 1, 0x00000000000000000000000000000000, 0xbe1cede97289c13920048f238fd37b85, 0xefbeb1cfdc6e97d1bfb930637e4efcff72e6f14175f3677e16ce948fcee04914, '', 0, '?'),
(0x6a2ace1a4096ab8b8813f29d77931cb4, 'wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', 1, 0x00000000000000000000000000000000, 0x621bdff8092b7b525c4b6e6c2f4e8550, 0xcc1d3998716d5ff9c3e144a54965f484e5b2ba5236cb93896860e7a9e5cfb99b, '', 0, '?'),
(0x6a2b09291bd6d651002fa769a4367671, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php', 0, 0x4c9bf90b061e2c0c420570db5d5edbf3, 0x4c9bf90b061e2c0c420570db5d5edbf3, 0xe2c8233605b31590cf50a4d67fe4a08716405c129cc42874521d0d2b1ae83203, '', 0, '?'),
(0x6a2d7e887cd81a02301e50735d145a3f, 'wp-content/plugins/elementskit-lite/widgets/post-tab/post-tab-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/post-tab/post-tab-handler.php', 1, 0x00000000000000000000000000000000, 0x4914171ba5f1f0ed72effcb585c0fd76, 0xf46b7cf732bbdd1b235ddc090b306e826673e6a058930158f3527c5b4d405756, '', 0, '?'),
(0x6a2f472541d6f77440df232770d33da4, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWP.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWP.php', 0, 0xa2d5096eb64a5e6e580f03715282e5d1, 0xa2d5096eb64a5e6e580f03715282e5d1, 0x028431cba9b7c88ffc97440fbf51b470476f055159d3f6bc39630f60c8b49d6f, '', 0, '?'),
(0x6a3858edffc2ac3d2a70e85f2778a5c7, 'wp-content/plugins/elementor/assets/js/contact-buttons.31aad77620f461830ce9.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/contact-buttons.31aad77620f461830ce9.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x0a066bbb468e896e19a8faa60468ce84, 0x5cd86cf41cc1f55ec7d091c5671719f0acd3385aa950f0853da473faf3d69c98, '', 0, '?'),
(0x6a3b17a18fc75fa73dd81afc029d9398, 'wp-includes/blocks/group/editor-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.strings.js', 1, 0x00000000000000000000000000000000, 0x053343bc3142c50027ecbd851d69d274, 0x90967ea803817dd123623f159c67cfc002876b6f958b13cf4e571fd40faba0eb, '', 0, '?'),
(0x6a439f2c4bfd6c96e283cd988d0322c5, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/wp-request-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/wp-request-exception.php', 0, 0x23dbddb5820430db0c013bf2ebbec578, 0x23dbddb5820430db0c013bf2ebbec578, 0x0bdf04630e1c0b6f4795f5556f10e9d15c998a47ab877df488b0ddbfbe0bf298, '', 0, '?'),
(0x6a4574a24d23ca879f717c945724a42f, 'wp-content/plugins/elementor-pro/assets/js/nav-menu.1a66dd30011cc2fc8842.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/nav-menu.1a66dd30011cc2fc8842.bundle.js', 0, 0x9a1c7a1ab6110879ea4865c6223eecb6, 0x9a1c7a1ab6110879ea4865c6223eecb6, 0x15d9c95eeda0e11a30449eef972fce3b58e55c8e6d911676aa4449381609ce86, '', 0, '?'),
(0x6a4993205283ee5bc0d3102277bae768, 'wp-content/themes/jannah/buddypress/activity/index.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress/activity/index.php', 0, 0xf78e5c6263884bb95eb32d53eab84b02, 0xf78e5c6263884bb95eb32d53eab84b02, 0xcfae4b465cdce0215f5f60a18341905d9d0f88ed3c6a8ab2b9c2173d846144ce, '', 0, '?'),
(0x6a51fbf59765f78af83b0e1613e21d65, 'wp-includes/css/wp-pointer-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/wp-pointer-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbe3e0dbfff40e7036faac734a8b10552, 0x48d7a3b2cc6d7c6f4334efbff9555c3b75121450f436ac759c30b2f90ab0c46c, '', 0, '?'),
(0x6a5af8ad0a63a45ef75cf37a6bbdda18, 'wp-includes/SimplePie/library/SimplePie/Cache.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache.php', 1, 0x00000000000000000000000000000000, 0x67e9bfa2bf997193b2824a7269598f50, 0xa375b1e8fc4db66870b605022382133111af6b369349fb87efd11491c4afa5ce, '', 0, '?'),
(0x6a5bab419b2cfe296671d9347caf978f, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.css', 1, 0x00000000000000000000000000000000, 0x61e018829abba4a33f9b582dd43a459f, 0x98edd30cff18dc1a57dd87bbb466070fd463a6b72e794473660ccef45632e7d4, '', 0, '?'),
(0x6a5ffc1bdd3a0cac4eee34c29f0deaa0, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-system-status.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-system-status.php', 0, 0x2672c12df76ee1d44196c26ea8887dbc, 0x2672c12df76ee1d44196c26ea8887dbc, 0xb939d887d2b92e7cad0d8a0158e6e41858a98b1fab5b295c530e12d294d0f49c, '', 0, '?'),
(0x6a6758f978af725473f4118bf5c6a4d0, 'wp-includes/blocks/comments-pagination/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x9fcdca0e323404afd6d757c6b4c29061, 0xb9378a2279aaef3ea1c71e84a0a31d0003285a86d4745aaa337488febfc41277, '', 0, '?'),
(0x6a6aaa9e27b4b3cda6ef8c5763d22716, 'wp-content/plugins/elementskit-lite/widgets/testimonial/style/style2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style/style2.php', 1, 0x00000000000000000000000000000000, 0xd78b2e23b869d2eb6fd84ce2e0c0a641, 0xd1e896dfd2b9c476cb757d37bf251ca986837740607380054805a439aa595a45, '', 0, '?'),
(0x6a6d4504a4d14158dd75779b7f3edc86, 'wp-admin/css/colors/ectoplasm/colors-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/01-evening.json', 1, 0x00000000000000000000000000000000, 0x3441b8aee98111bf0d6de5fffdc1e6a6, 0xf0e96a188bba8b23448fa75d91eb857745b42c801578088df1efe916f187adf5, '', 0, '?'),
(0x6a74bcd95ae1eadcbfee162c870517b5, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 1, 0x00000000000000000000000000000000, 0x729abcc2f819c1611516a961e512ee69, 0x7b4aae4ca0d9dfcdbb26d5f17b0ea9bd7ba2cc543a9aa5a3c2e3871e0f9d4208, '', 0, '?'),
(0x6a7552405d8cdc9ca02b33ad7e39ef69, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/any-child-of-term.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/any-child-of-term.php', 0, 0xf95f9373d4b6a64c8ab958068dfff8ee, 0xf95f9373d4b6a64c8ab958068dfff8ee, 0xc60fd8976963873e2773c3578dd2c71cc18b67725a2e81714a70ff3fdd2ecbd5, '', 0, '?'),
(0x6a77356dfda14b78fa37d4fd8e7a4db1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php', 0, 0x06a588bcc3cc3781a719a06e43d97be4, 0x06a588bcc3cc3781a719a06e43d97be4, 0x2967e95cd8a4abfeb7e913a596c05d8b2bef5b0e4328a64a047cfe467edf8ef1, '', 0, '?'),
(0x6a81e4b18bb9bfe1f02588ddc35d801b, 'wp-includes/class-wp-xmlrpc-server.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-xmlrpc-server.php', 1, 0x00000000000000000000000000000000, 0x24b3ba1c8c42c49d92d57e7f267c0651, 0x56cb4354613cba787354fcd5335ebb9d6d94cf02e62d0cbf08ed9134ee6bdea0, '', 0, '?'),
(0x6a8a04b4890eab03707ff8005acdf299, 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', 1, 0x00000000000000000000000000000000, 0x22af741d30de2c3036f6ac913cb9fb1f, 0xd4512366b2baa339eb87073ba9388ed92a428133ba57f50801616f33466310ec, '', 0, '?'),
(0x6a9097a3c9ff1535462b1fb8afed6f01, 'wp-includes/images/crystal/interactive.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js', 1, 0x00000000000000000000000000000000, 0x71fe35b9475ff55a425496b3a37e0769, 0x1e8ad6061436696f98a10b2c8cfec7f2100a0ce8e7e5fd44d4197fa797d5a997, '', 0, '?'),
(0x6a97052414133c01dd5c735744878f90, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidOptionValue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidOptionValue.php', 1, 0x00000000000000000000000000000000, 0x735497952e2e913330cd9c2b95f6cb54, 0xffc13211d806288ebc2ea0517d1dc37663b7dd837d3470853ff8dad8b784f8ba, '', 0, '?'),
(0x6a9a43deebbfbaa8d878385ae4fc9c00, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php', 0, 0x62270591171fa79ee2899aa1e688e911, 0x62270591171fa79ee2899aa1e688e911, 0x40fded618163877f5a6c3853d42a552efb075abb07d3112674dde312a0c25c23, '', 0, '?'),
(0x6a9b6b3c8786dbbd0891d90e0eb67f42, 'wp-content/plugins/wp-rocket/views/settings/fields/sliding-checkbox.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/sliding-checkbox.php', 0, 0x84cbed595d0ba9fc3d07dc5d2fe20611, 0x84cbed595d0ba9fc3d07dc5d2fe20611, 0x41cd4ecc445a8c4cab22e496a769f85555b762c6d00c3fd84322fdc2a23e2500, '', 0, '?'),
(0x6aa2f844819186b9ed87452baa19e7ff, 'wp-content/plugins/elementor/assets/lib/hover/hover.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/usage/settings-reporter.php', 1, 0x00000000000000000000000000000000, 0xa11b8fbbf87919d3e4477411d93c979a, 0x4e86fcf0859aeafb7e9dee1a958eea85f71567b40c494f542be155e65a118406, '', 0, '?'),
(0x6aaaac62772065802522f48c0b445bd6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/MinifyHtml.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/MinifyHtml.php', 1, 0x00000000000000000000000000000000, 0x6e1991d8e977c7bc9cd31b90f06d1811, 0x0bf31b180e8c94c10a7ea298d48b59784bdd35229feaf4a75b2f956b5c9066ba, '', 0, '?'),
(0x6aadefce4759d96cea905908d7ee6a73, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/Plugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/Plugin.php', 0, 0x1c7b2fa8c82bb880f16c713a2913dd03, 0x1c7b2fa8c82bb880f16c713a2913dd03, 0xabda22ac644f67aad4deb896b832102e3804571adaea7a9777b64cb6619428d4, '', 0, '?'),
(0x6aaf12548fb806a71080eb738cbac24d, 'wp-content/plugins/elementor/includes/admin-templates/new-floating-elements.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/admin-templates/new-floating-elements.php', 1, 0x00000000000000000000000000000000, 0x1659771a0bfd242ff76391463dc04d8b, 0xca8dc8b03839129d0b81b2a7a64be9fa75886929e886cecd26dfb8f2e8e029f7, '', 0, '?'),
(0x6ab12a7b24022275ba82494b7495fc23, 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x977ca37d31893cdedfa66c83bddc0ee4, 0xff9670f89891cb566dc8e7ed188c1fa6dfe5de1a54b071921d93befadfdf7618, '', 0, '?'),
(0x6ab2a6342dab4f0c20d58482ea724c0a, 'wp-content/plugins/wordfence/models/block/wfRateLimit.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-dependency.php', 1, 0x00000000000000000000000000000000, 0x1d723aed4735d42bf248dd863d4bd213, 0xc5180599bb0004fe3e276f501e48ea633d074a9ed38c51c7d413547d6444474e, '', 0, '?'),
(0x6ab690cdb111667d2925121baa602f7e, 'wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.js', 1, 0x00000000000000000000000000000000, 0x228735ff7e40cc202fb13348b4548066, 0xd5a05de334120647965e6a4e35e24205b95a307dca5f9f8e2e18224e3172a86a, '', 0, '?'),
(0x6ab7c315d59a1d507007296d1b1cdf05, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php', 0, 0x10d66556226ccad956de06aba044e9a3, 0x10d66556226ccad956de06aba044e9a3, 0x683f877be9725da2bf62877568b340ab2db5c4505500408a027930b6c50fcc8a, '', 0, '?'),
(0x6aba51f415e14785345992df9a4324bc, 'wp-content/plugins/elementor/assets/js/ai-layout.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-layout.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x29bfc784c76cde1ffc25991c3cb86127, 0xc2a732d261a56895df9ac7215f61e4dd347bf129fdbc315eb904e58ad312c26b, '', 0, '?'),
(0x6abc14be145ae3e962127d8a6a543bcb, 'wp-content/plugins/elementor-pro/modules/notes/admin-page.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/admin-page.php', 0, 0xf8c030d065e8724cb4767954fe9f4fbe, 0xf8c030d065e8724cb4767954fe9f4fbe, 0xcb2cd23032cad9f4951cfff50f428ff6e3a2e2c5835a7cd6241a2b3dab6d0f9a, '', 0, '?'),
(0x6abcaf67680dc203aa1206d2f6283f37, 'wp-content/plugins/wp-rocket/inc/classes/event-management/event-manager-aware-subscriber-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/event-management/event-manager-aware-subscriber-interface.php', 0, 0x1bcd172d8428c7af1320070791cb5818, 0x1bcd172d8428c7af1320070791cb5818, 0x7cf43b9743351cfa9e6181b4f733420d47f81326ad38223375538baabe6b1598, '', 0, '?'),
(0x6acc51c5896a5bf2b0d512b86ca8c4ce, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/composer.json', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/composer.json', 1, 0x00000000000000000000000000000000, 0xaff0583528012eae6277546ae289a3b3, 0x33436aa3f60afedc6e91e668a749fff829935f2ea41b4fc0e89f7f18ecfcf5f8, '', 0, '?'),
(0x6ad74f581bfdab34b91cd79d842673e4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxIncompleteDeclaration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxIncompleteDeclaration.php', 1, 0x00000000000000000000000000000000, 0x186035ba042e3757bc14d6ef5a887389, 0xade96d5e0ac408f91bef31a17318ab8cb71c15ef2425f76d4bed3f9f15f050b6, '', 0, '?'),
(0x6ad92403d0b11b4393eca86954722ad6, 'wp-content/plugins/elementskit/widgets/behance-feed/assets/js/script.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/behance-feed/assets/js/script.js', 0, 0x1038842f706300a2a6e259e842005bd7, 0x1038842f706300a2a6e259e842005bd7, 0x5c825f1ea4fcdf067244323cb6b39c2d9ab9998dc10561c3629780c8dcfc2c1b, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6ae880f174aa40d2badb00ed139530d7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox.php', 1, 0x00000000000000000000000000000000, 0x4dd6f1a2f1683bd3e790478943222a80, 0x45588e0e88a17bfa8fc6372d36853cf6ea9dcf9980d2eaadaef0430e0b92f79f, '', 0, '?'),
(0x6af777f99b4b2b5d500a633257a9efa8, 'wp-content/plugins/elementor/assets/css/widget-icon-list.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css', 1, 0x00000000000000000000000000000000, 0x9a2749ae5a0cc74388576e7d51732f7a, 0x27b4733fe3643918418d1752184b4db6e1147c474f87ae5da40b9d09f49a7737, '', 0, '?'),
(0x6afb64cb43545b5eea8852149e12d7f2, 'wp-includes/block-patterns/query-large-title-posts.php', '/home/forwardbetcasino/public_html/wp-includes/block-patterns/query-large-title-posts.php', 1, 0x00000000000000000000000000000000, 0x8b51b28b7f1f072434fd2df931f865c2, 0x7f2caa838d4368317a60ad71dfeb82c2c08c8c06a95c1132df918e881f8c7b5d, '', 0, '?'),
(0x6afded7fbf79c49e6f93d5c56c331abd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlParser.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlParser.php', 1, 0x00000000000000000000000000000000, 0x847d05ff18918025ea2d6a31cd312ede, 0x2ee5ffff5712dde1920c4cb3234971f68e6baa5ea7ebe6e2cc4a0807c0498a89, '', 0, '?'),
(0x6afe142bba648a0234f6741e7f270c8e, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Settings.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedFirstChildTagName.php', 1, 0x00000000000000000000000000000000, 0xc26e4cd69be711405f90cf08d1c00366, 0xee84e3c59e49e76f4a8fcd31933361f4b4a55cc40e90b477fa3590409d6c42ad, '', 0, '?'),
(0x6b037477949790031c628828b1ab93fd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Interval.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Interval.php', 0, 0x5429af087944afaec4d670cf841061ed, 0x5429af087944afaec4d670cf841061ed, 0xd335c4cad0f69ca9192f2efa9cbc20c926d63ca4240324b55ed84645f6114e25, '', 0, '?'),
(0x6b08598b50ef75aeaa61f3a15398ea30, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php', 0, 0xfb737bca59ff0ae04157b3f0d31be186, 0xfb737bca59ff0ae04157b3f0d31be186, 0xdb918a8baf82c5153c1fe90de0caa97e9b224c4db86b6857d34fef91b6d68187, '', 0, '?'),
(0x6b09f287c5391e822550a23835526a64, 'wp-content/plugins/elementor/core/editor/loader/v1/js/editor-loader-v1.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot', 1, 0x00000000000000000000000000000000, 0x78bcfb0c3d9f598b5d551858440325a9, 0x73985ee048df0109acba10dd6302a3811e3828244656428b19ea5dc1a8e081b5, '', 0, '?'),
(0x6b0fb57635c2d5067525bd623e67f566, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/CubeHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/CubeHandler.php', 0, 0x4c45b278bfba86a69e09aa695db888b5, 0x4c45b278bfba86a69e09aa695db888b5, 0xd8262cf0a6946704387858b01081b0f3366228ea2dd7e3ecccc5a9e49a6934a7, '', 0, '?'),
(0x6b1353c8f80996a83b15dc2cc9188d14, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/title-condition-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/title-condition-base.php', 0, 0xd3bbae2735c641dabba77c2527412cea, 0xd3bbae2735c641dabba77c2527412cea, 0x2d9075adf3e858a7540faff9e3d3d91f9588d2c6ea9c8440fa1ec5270ba20589, '', 0, '?'),
(0x6b13827f88b824364fb3d22d4e8578a0, 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3d42b6ec9f848bb610500d4cf6e2a00c, 0xc295171288785b9e47938b2d0706f33930622e7a08914706f5de617ada3eca72, '', 0, '?'),
(0x6b236c59dd973b91810ca0743b0d2bf6, 'wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php', 1, 0x00000000000000000000000000000000, 0x168e7ed80d9ba05bcd65f87d0ddea8a5, 0xe941c55dd1a26c8a55ba71e1bbb2e8d25ac45f87f54082c1fb9af4ffb83031c5, '', 0, '?'),
(0x6b2992f149619bbc419e8aefbf433c96, 'wp-content/themes/twentytwentythree/styles/aubergine.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/aubergine.json', 1, 0x00000000000000000000000000000000, 0x7d037fb067656fca8ab98c51c5e37060, 0x84586129bd1a82e72aa3ffcc478c628d3600181673c751b8cff756135c8a3802, '', 0, '?'),
(0x6b2a8e4f503f8919d5ace512d753ff24, 'wp-content/plugins/elementor/app/admin-menu-items/theme-builder-menu-item.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/views/settings/plugins.php', 1, 0x00000000000000000000000000000000, 0x58e2cc609b19fc0bc41a5fb6e3f90f76, 0xd82fed10b856fd5bb443fdeedf1edf0ec38e1dd32006617de682aea92db33aa2, '', 0, '?'),
(0x6b3649da1fd490daa819d7362f6d86de, 'wp-content/themes/jannah/sidebar-slide.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/sidebar-slide.php', 0, 0x9ef13652f6598d928822def6cb671da5, 0x9ef13652f6598d928822def6cb671da5, 0x6059127a59f6be7080630c55f54fa61b2377bb58e6213be4405bad291b2479f6, '', 0, '?'),
(0x6b3684fea02ae2dcdf489c098c75d9a1, 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', 1, 0x00000000000000000000000000000000, 0x3b5d6062048e6bd40689439ee2400e7c, 0x739a813919bbd3b0afa7bb43e09bda9939a8ea1ad15c0e3d597bb2033b724dad, '', 0, '?'),
(0x6b4217516fdf908b92b66e98a8b7e1f7, 'wp-includes/Requests/src/Session.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Session.php', 1, 0x00000000000000000000000000000000, 0xd22ceb82e3d03a5d5f3019e3079d2bc3, 0xdc361088f8a637acd578efc1f4c47576e14f19414863f20a6460557411926d14, '', 0, '?'),
(0x6b44737dc335647360c7c2b2eff4fc65, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/RejectedPromise.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/RejectedPromise.php', 0, 0xff694259de68e4077d7fedb7fd481674, 0xff694259de68e4077d7fedb7fd481674, 0xad8dafa67d7c27ced91e04f5efa709d2a8a90cd3badf35cb9387458432e940f6, '', 0, '?'),
(0x6b4523b9ebdfdf72db55caa17b336e90, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-1.php', 0, 0x279e9cf64f20e334a1d83e50b1abd8cf, 0x279e9cf64f20e334a1d83e50b1abd8cf, 0x2dd55ac85668e30c6f63dbfee2cb7408cc37cef0157110ac2d286821f7bb6110, '', 0, '?'),
(0x6b453cb40bc8aa45faa5ff60f99f1aad, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Subscriber/AuthTokenSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Subscriber/AuthTokenSubscriber.php', 0, 0x322c5c632d0c9a7eaa852c3e5cfe90a8, 0x322c5c632d0c9a7eaa852c3e5cfe90a8, 0xd649f35098e8d769406eeb3f57e9394f0ecb4177a3421c31667d40602c2d409a, '', 0, '?'),
(0x6b45ecf06e8266cf8bdf9fc8270c7162, 'wp-includes/blocks/video/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/video/style.min.css', 1, 0x00000000000000000000000000000000, 0xa3d02dfecb68bc86e10c175ab11568c9, 0xfcd877d4dcf102f8273506dbb8c6051d61ee1e45a54e12f90fb11bd76be0ccea, '', 0, '?'),
(0x6b4dcffc969ca69a020ceecc99597370, 'wp-admin/credits.php', '/home/forwardbetcasino/public_html/wp-admin/credits.php', 1, 0x00000000000000000000000000000000, 0x3ecd5d0108c4b1e93177fa73dc1f9c15, 0xf34bc874d77065770dddd66fa55598eee3ba2e8fbeaa8b9e260adec7911b31e7, '', 0, '?'),
(0x6b518ae10bbc8f4bd2afa97cb7cafcb5, 'wp-content/plugins/elementor/includes/controls/groups/box-shadow.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/box-shadow.php', 1, 0x00000000000000000000000000000000, 0x90445f097b0e8eb90f2f3afe4f88c81d, 0x71eb01b7e241404f259a7a71d52c6ff34069c4b121e04d8e646e21bf1233fadc, '', 0, '?'),
(0x6b5698b39742452f9ef83bff6ff2d03e, 'wp-content/plugins/elementor/assets/lib/hover/hover.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/hover/hover.css', 1, 0x00000000000000000000000000000000, 0xcc1cba097ab4eacbabb0e99f72bf81c6, 0x575a31e5bc95e251374d8b5ff0dc94174e8b4bc84159c7c032e04761958d6702, '', 0, '?'),
(0x6b5c012d1fbc5c45b36e91dad9370db3, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Exception/NotEnoughParametersException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Exception/NotEnoughParametersException.php', 1, 0x00000000000000000000000000000000, 0x8391b40699759b4329e0c4a30b254f96, 0xb065e12e7797d9b7f9f0c6191e6b889b9718548551b07cdf3079b26d061986f4, '', 0, '?'),
(0x6b5c7071dc38a14a1e171563e3860d3e, 'wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php', 1, 0x00000000000000000000000000000000, 0x43c50859389322d4a8def28edecd36a7, 0x13238b289a0a611710092f451707e5c80b55c5e76cc23b0657f3d89300542ae3, '', 0, '?'),
(0x6b5cd16aa1eb0259741d0e25f2b16c6d, 'wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php', 0, 0x399fdb344a4305c5bc942624b33d7f07, 0x399fdb344a4305c5bc942624b33d7f07, 0x4e0c15bee03536bb50b9523873b349b259d58c86f28c59258163133b29c10640, '', 0, '?'),
(0x6b600a3e28b8949fd7adea90f94989ac, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 1, 0x00000000000000000000000000000000, 0xc7e49b211c7c5a5abecd40e78b99ecfb, 0xc14786cf26bef45096d29d8d60f967a549e54fb447bb54552f0e2b8cb00d5052, '', 0, '?'),
(0x6b67834048f95d75376f3521004ef526, 'wp-content/plugins/wordpress-seo/js/dist/settings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/settings.js', 1, 0x00000000000000000000000000000000, 0x9dd8848f926a1cb6ac291e6f158b290a, 0xac902693c7bc44f79339e682a706fd1cccd4a72d726599772d0bd9a478e4d96c, '', 0, '?'),
(0x6b6da77cf7874b0f6d6130ed222a886b, 'wp-admin/js/tags-suggest.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt', 1, 0x00000000000000000000000000000000, 0x549bbe19df33ca3072be01baf1684496, 0xebf298d74ffad5cc369afb6c58d3b84002cf97c37fc6e6aa8946eb8f4bcc4840, '', 0, '?'),
(0x6b7a88210e4bd58d6a30a56d69a52b30, 'wp-content/themes/twentytwentyfive/parts/sidebar.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/sidebar.html', 1, 0x00000000000000000000000000000000, 0x2e806c09844d621fc162c1ff6fcf2d93, 0x7fb7ab49361efac3802eb4cc51cf464a55d689682c250a791442e7f3de519d5f, '', 0, '?'),
(0x6b7e66d262ccad9872ca78fe5e6fd8b7, 'wp-content/plugins/elementskit-lite/widgets/icon-hover/icon-hover-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/icon-hover/icon-hover-handler.php', 1, 0x00000000000000000000000000000000, 0x28497224b62c19befec8ac10ba57ad03, 0x0cdb9547e56ab9a98b883e07261aa5554869d8262e47a8deb63091f1675fa716, '', 0, '?'),
(0x6b8792bb661adb54088a25013dac3fb6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/UpperCaseTag.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-video-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xe6e14a62cd1c02e24b8caddc4ab15130, 0xacd688b7106a130d437d171b97c1877b565a5ed04636bff2b9f0705a7b981e81, '', 0, '?'),
(0x6b8880a771445f225efc577ccf058f43, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-dot-move.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-dot-move.php', 1, 0x00000000000000000000000000000000, 0x720fa61ce25861ddaaeb8f658e6ab33a, 0x776dbfeb00d562fb1750eb2ef5acb0700cf855089b2b58fb0fe670c8d0a0ea8b, '', 0, '?'),
(0x6b8c4921fbf3e562cb4a83961fe46fe4, 'wp-content/plugins/amp/assets/images/amp-css-error-icon.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php', 1, 0x00000000000000000000000000000000, 0x3ff35a82679686dffdce0f3a297a82fe, 0x10e86bddb8ccd5c632eeb104f0ee0c8d1190da868b942e64cef61b629e0c6a85, '', 0, '?'),
(0x6b8f7898989da927489b7f1ff4daa020, 'wp-content/plugins/elementor-pro/modules/notes/document-events.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/document-events.php', 0, 0x815c1964f179f69b325f282ab3819dd2, 0x815c1964f179f69b325f282ab3819dd2, 0xec9a5d840a9a588309bf06abe503a9131b534aab920cd68ca5a8c2cbe17a4aca, '', 0, '?'),
(0x6b9012f514eab8fe75cf8527d88d33ce, 'wp-content/plugins/elementor/core/files/file-types/json.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-dom-ready.js', 1, 0x00000000000000000000000000000000, 0xdf349ab47c895fc4f59dd7eb49f3d98a, 0xe727ead76393111f029fd4dae374e422d9ab2ebfb9c526bfb92dd3508c193b22, '', 0, '?'),
(0x6b99a41649a3fb54efa4491d2429c880, 'wp-content/plugins/elementor-pro/modules/wp-cli/update.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/wp-cli/update.php', 0, 0xccf4d6530a4a905a328bf0aea31e75e3, 0xccf4d6530a4a905a328bf0aea31e75e3, 0x1cda81fe674b79e79679e980f3e06cfe702461184b5ca914efff8dc64cab9a01, '', 0, '?'),
(0x6b9d87241c26e9ed4c53a026374042e2, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_LogMigrator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/DryRun_LogMigrator.php', 0, 0x1dc6449ee2ca1cf559f67027e39039df, 0x1dc6449ee2ca1cf559f67027e39039df, 0xd5d890bc4e3a913dddfbfbf1cde1fe873525778e192af16cbd5d7648056e966c, '', 0, '?'),
(0x6ba64cf23846e83b44542ac1999e60f8, 'wp-content/themes/hello-elementor/footer.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/footer.php', 1, 0x00000000000000000000000000000000, 0x82954c56299cf998e044e2cf360af76f, 0x8fd17cd5fd786d41d959b61f2044058ebade49fc9bb2068f7560efea4d4f3f54, '', 0, '?'),
(0x6babd8e1bd201a68665ce099e6b93637, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/View.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/View.php', 1, 0x00000000000000000000000000000000, 0xb49ce4a1a69ef327c18682f1bac85de7, 0x264c5ca8368f68591b2a5733c09464577eb19552f54e348650aa52c3d0010836, '', 0, '?'),
(0x6bb1837d0142173e994c5d7e6217752d, 'wp-content/plugins/elementor-pro/modules/progress-tracker/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/progress-tracker/module.php', 0, 0xb06d2200a129d99155f58c74efc90b7b, 0xb06d2200a129d99155f58c74efc90b7b, 0x099015db836db8decbe5cf1e248ed4d559ae273a33abea89c168b83bf087df4f, '', 0, '?'),
(0x6bb238c230c516790220bef0aa4d94bf, 'wp-content/plugins/elementor/assets/css/common-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x22f9f2c46d0d10da294106a416deafba, 0xac6423dae1082e191c1cc4d1da09d93e2970cce09fea4f0808cac08a43daaebf, '', 0, '?'),
(0x6bb49eedb9b27fbcc59c7bbb1830bc30, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ParameterResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ParameterResolver.php', 0, 0x75b6d43269c9d23dd58a7e399fc5f9ef, 0x75b6d43269c9d23dd58a7e399fc5f9ef, 0x25925e287d254ac57b8c778cf302a85da8ca1e5797a3e8a0132a814b985944bf, '', 0, '?'),
(0x6bbc78b572d22c6ae4d769ad99eb0e28, 'wp-content/plugins/wordpress-seo/admin/class-asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-asset.php', 1, 0x00000000000000000000000000000000, 0x2f697f9003e5e1baf9146c8f88ebf4fc, 0xf2a3e27e947e75d7d3112c02add0e6b4f1e4bc09df4168ee5aae4cbeb4a1154f, '', 0, '?'),
(0x6bbcfb939d31cae4891813ed4d960927, 'wp-content/plugins/elementor-pro/modules/lottie/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/lottie/module.php', 0, 0x6e5ec5d775957cc6fec20b5793a6cd4a, 0x6e5ec5d775957cc6fec20b5793a6cd4a, 0x0e7b7eb89c6ffca10298b037f07cf1ed37231f2a9c482670e193e5268c743b53, '', 0, '?'),
(0x6bbdfa0f42cb9ee3623d790386da1e12, 'wp-includes/user.php', '/home/forwardbetcasino/public_html/wp-includes/user.php', 1, 0x00000000000000000000000000000000, 0xcee3cb432124ca16d05260fdcfa0b32e, 0x2bd51a47ba72c8cd8000797f21fb39ab3257c251d6a344450c260e4f55e363e8, '', 0, '?'),
(0x6bc061944a1a8addd5f65c442ebff550, 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', 1, 0x00000000000000000000000000000000, 0xc98f33101991ee499a21f94257d3daa7, 0x7d2a308b35e5172d08d851ddcca1e4fb70191cab60cba3810ea0d3725011e661, '', 0, '?'),
(0x6bc21e3220439e8987f2640cb5b3b03b, 'wp-content/plugins/elementskit/widgets/facebook-review/facebook-review-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/facebook-review-api.php', 0, 0x707e5ed05c287e1f388bc6867de28c48, 0x707e5ed05c287e1f388bc6867de28c48, 0x5b6aa3cf9d80d45cd6eb8abd6ef546ae6fdacae55f3142bd7c65b06b36963e85, '', 0, '?'),
(0x6bc293bb9b552f915edeee08de11f020, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', 1, 0x00000000000000000000000000000000, 0x3984e4300c9040fbb3f2eec565dc7606, 0x82425a1de2450178dca52bc9441860948f9a83ab482c432055646fc54ccc755b, '', 0, '?'),
(0x6bc5d64693f86824984ffbabcad7a8a8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php', 0, 0x5d72b6b6225ae1c31b7056acf05cb764, 0x5d72b6b6225ae1c31b7056acf05cb764, 0x26f66e9639e7f4cb7eef9e94d0be839f0ad066a7da501bf79d6a80ba7e8a58f3, '', 0, '?'),
(0x6bcb8e1853d3e0da133b38a6293bafd1, 'wp-content/plugins/elementor-pro/modules/notes/usage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/usage.php', 0, 0xe38e2a3db5bd845d806b648a19d00aca, 0xe38e2a3db5bd845d806b648a19d00aca, 0x0ddbcf6f27f46f997f6106e2132f9464784f67a74d60327b85434c07a63fac67, '', 0, '?'),
(0x6bcd7fc9324b3820cd5038b7cf2b51fc, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Subscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9948a480eb450db2ca4429af9420e488, 0xeb4ab12e2e69977093155a546e4c329bf9bc0e3029800b5d2b5e52bd97cce08b, '', 0, '?'),
(0x6bdbccbb3b4c6231573004d3474a4363, 'wp-content/plugins/elementor/assets/css/admin-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x9c3541b978a5951641ce2a851e6ab7aa, 0xdb531b7b5bb30b81830130736158123223ee3f2d16484868327250d76d01fbc8, '', 0, '?'),
(0x6bdbe0162068c0d1bb3c7807a917136a, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/dom-ready.js', 1, 0x00000000000000000000000000000000, 0xf0773db1bc2cb0f4854258d1892f67cf, 0xf9b83f2cc69f7028937ebeafbc0349dc81ef313cff6b9670a87cc21824375575, '', 0, '?'),
(0x6be3a7cb1487c0848b5e6de65c879694, 'wp-includes/blocks/navigation-link/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/style.css', 1, 0x00000000000000000000000000000000, 0xad6ed6a946c266d4fbbdcdaeb33346f7, 0xe4aedccad5cafb999cf2d917f18b41e30c7ec86d0c48472269969c4eb394fd72, '', 0, '?'),
(0x6beab2088a5927f73e53d37c490b938f, 'wp-content/plugins/luckywp-table-of-contents/core/admin/helpers/AdminUrl.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/admin/helpers/AdminUrl.php', 1, 0x00000000000000000000000000000000, 0x53f8118dc77267ff535ca29e60af892f, 0x0f7b1a58f7aa4a2ccf0b1d664486f488df05c844b3237a2dd3541ade9f6a8bc3, '', 0, '?'),
(0x6bf3ec138726c3a94af409fb5f5f67ad, 'wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png', 1, 0x00000000000000000000000000000000, 0x92a8ffcb34480e7e9ac99b610c26a7f3, 0x6a5a3cdd0f62418d584b7a828799025b0068ef9b6ffaf2a4aee187edcf54ae41, '', 0, '?'),
(0x6bf77a50c768b32b599ad70dd82584cc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GetSpreadsheetByDataFilterRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GetSpreadsheetByDataFilterRequest.php', 0, 0x28b1baa8d25ac09ebc1db8b0363df7ae, 0x28b1baa8d25ac09ebc1db8b0363df7ae, 0x30241839c3563ce16eddff2543a1376d7a6be418d57c2ceb8c2a5ba639357387, '', 0, '?'),
(0x6bfe96ecc815575c7912d7fd28e186c2, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidVersionComparisonString.php', 1, 0x00000000000000000000000000000000, 0x0932c57a418cedcc6b59d41418d60d57, 0xbe2b98ea4a7e6d59b724a2dfe5a0da3607848b382f9a67c1e4d13461ca062280, '', 0, '?'),
(0x6c01ba9050fe5055e2599daf7db701de, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-hang.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-hang.css', 1, 0x00000000000000000000000000000000, 0xfa5e0de2f6095736c176b9c0428db52d, 0x5b887018c8e03cf253e478fe422b152da6fa5e0a7f025da4d342055d639ee420, '', 0, '?'),
(0x6c02584fc68e65ead2f31a96f6103182, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/RetryMiddleware.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/RetryMiddleware.php', 0, 0x04782e67b3f97e073b72ee2d2958743b, 0x04782e67b3f97e073b72ee2d2958743b, 0x61198cb44e12ae3aef13665f5e8725e00f597a75c6a1ee3ff6da6042ffc719a0, '', 0, '?'),
(0x6c0337ed4e98fe3cdfb31f56caa65a8d, 'wp-content/themes/twentytwentyone/inc/template-tags.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/template-tags.php', 1, 0x00000000000000000000000000000000, 0x7a137e2d21a57a526f92be7fe60c55b2, 0x7b203fc8cd2efc671c3cbb41e3a3af5e17f62236a9ac0a1628a9990c4a25dc19, '', 0, '?'),
(0x6c0a67c3e2f2fdb4ecb306fd4c1e9785, 'wp-content/plugins/tinymce-advanced/mce/code/plugin.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/code/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x7bf5c282b924a3d385b59edf9c9645cb, 0x92c890775b4ce8e56941fa29b866700506582c298580a50a5991603bf5d926c0, '', 0, '?'),
(0x6c13ac55bc349a11cae0a39994816eab, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Combine.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Combine.php', 0, 0x04ac09137095d4baa8d4a2fb3c459eab, 0x04ac09137095d4baa8d4a2fb3c459eab, 0x214eb9f85293bbb699871320105590515cee05ff5337ec9d64b0db41de0ddf8f, '', 0, '?'),
(0x6c18010919af022ecb47f668eb95e8b9, 'wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', 1, 0x00000000000000000000000000000000, 0x6cce345f82d4de7e04033d2e49c1fffc, 0x540ec44ea1a4df45294ff5f67a322e04bf6bdcf9444318fb98ac9d865e39a446, '', 0, '?'),
(0x6c2f0a1cd17fd480b057c1cdb12d63cf, 'wp-includes/widgets/class-wp-widget-recent-posts.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/preferences-persistence.min.js', 1, 0x00000000000000000000000000000000, 0xa73b6ecbff8a63b4837696413a04b43b, 0x16792bbd942abbfb9aa4673fa221489988643788f954f67780d0651ff82cdcb1, '', 0, '?'),
(0x6c39e97fb93daffc68c72c3ed9c3e726, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfDiagnostic.php', 1, 0x00000000000000000000000000000000, 0x861214cadf33fb0c7a8310be6879b3df, 0xde8d3d1b51c8cfc7578206628c6ce681a4f08338b6b9985150f813a3604f0ec7, '', 0, '?'),
(0x6c3b5c4680765f1dd22d785c33157b8d, 'wp-content/plugins/wordpress-seo/src/routes/wincher-route.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/wincher-route.php', 1, 0x00000000000000000000000000000000, 0xf051ae8e19cb10276cd65ff3ad4fd845, 0xf438fc6034546596198b49beb7d06f98cf4ca13027c14ad3ca2090cc29b7147a, '', 0, '?'),
(0x6c44bf23530f9217e25378721d04f486, 'wp-content/plugins/wordpress-seo/js/dist/classic-editor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/classic-editor.js', 1, 0x00000000000000000000000000000000, 0x160c241427cb90c44f5c12becfe6b15e, 0x390f08f1b51d6ffdd60a5786745f8fb03040d728a738680fa8d5e86eb924c0d6, '', 0, '?'),
(0x6c50edaa1df7c59c3c4f96af16db758f, 'wp-content/plugins/disable-gutenberg/css/settings.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimAmp4email.php', 1, 0x00000000000000000000000000000000, 0xc801e4093c93e448e28e64e216ecc817, 0xa39e28418332b2557a684838f8dbfd9e78ff34de00eaca28e2731c8afa82c781, '', 0, '?'),
(0x6c5abf71a1236553257398f53759e613, 'wp-includes/js/dist/notices.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/notices.min.js', 1, 0x00000000000000000000000000000000, 0x4a4f0243dc4c7c620f53b720f3347990, 0xd7b8b9d75a56daa9e71f118e0dd8d9f007e2e5f451addf48e1e93d82bf2ed34d, '', 0, '?'),
(0x6c6f1008ba379fecce3ae8ff31030400, 'wp-content/plugins/elementor/core/utils/promotions/filtered-promotions-manager.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/question-mark.png', 1, 0x00000000000000000000000000000000, 0xf77c03698119fc892964d9c0704f6428, 0x1149884b4c6c0d1c91d2a61bdf9093c2095393ebcaa8726516343e624906a55d, '', 0, '?'),
(0x6c76c42cb983409a0e8db384b252c3b2, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/icon.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/icon.php', 1, 0x00000000000000000000000000000000, 0x74bea36ebf475e9ad9ec0ecabb929f10, 0xd3f19fd4af273b68661e03defbeae66efaf0d11fe68240243a5496b269503a93, '', 0, '?'),
(0x6c78c230fcc099780627f7d01ee52f03, 'wp-content/plugins/elementskit/widgets/advanced-toggle/style/switch-style.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-toggle/style/switch-style.php', 0, 0xd10f4713b035405d8d44cd9ba65cc869, 0xd10f4713b035405d8d44cd9ba65cc869, 0x935344d858b75fd0990894ca752835fb5f3c1d514f57789b5bfb4bbe0ce4848b, '', 0, '?'),
(0x6c79366ac7c288a85b6490ed4a0db3b2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php', 0, 0x2464469012ac4eda9beb0eb63a5c8ebb, 0x2464469012ac4eda9beb0eb63a5c8ebb, 0x70ee909410c930d1225cbb6ebb82c3e8f7c2b6bf4c0ae22acac251fa66708b20, '', 0, '?'),
(0x6c82524dbd14ebdbb3d07a745eebea6f, 'wp-includes/js/dist/preferences.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/preferences.min.js', 1, 0x00000000000000000000000000000000, 0x379d5f8fd4338829c806982f54e9fd0a, 0xba0141e06c827ca33b480c1e141a0ecb6d9baa3baab59a4eb28f19ad05cdb5ef, '', 0, '?'),
(0x6c894216194828ab1c00bc17b256b05c, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/time-of-the-day-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/time-of-the-day-condition.php', 0, 0xb812d876b030f941f22aff294548228e, 0xb812d876b030f941f22aff294548228e, 0xc0f545c9caa18fc19ef7e79df876f61219b80aa8976395df9050e2bf90e9bd63, '', 0, '?'),
(0x6c8cc999a60edafdb1f2dcc75200f2af, 'wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php', 1, 0x00000000000000000000000000000000, 0x053c67f8d3ef8817b69d5a95b3c30877, 0x15aeab76cdc790e7162b7f355fbb17b8430f77c286b92b7862d2075253da9eff, '', 0, '?'),
(0x6c8e9762c0c98ca61b725e7a19ee1323, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss', 1, 0x00000000000000000000000000000000, 0xbffeee7dfbfa409cf9bead2214bf4ff1, 0x012ce783e71bcb55beeb043caee8d29092327abdfac448ae77f56342a0c41bc5, '', 0, '?'),
(0x6c9159f901f5d3bcdc007448cf218f72, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', 1, 0x00000000000000000000000000000000, 0x30a275863f116de10057a8ff2d36b509, 0xdfee2633046d8802b8143808606c2a7d9522ffa88fd34d89c94f2ac9542d11b2, '', 0, '?'),
(0x6c951021ecbf95affdd9557acd736e04, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-3-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-3-render.php', 0, 0x8ac185c09e51c3468635df1c46fa39de, 0x8ac185c09e51c3468635df1c46fa39de, 0x3e968ab833894988c2028128cff7941e2806800693c31fd1b54ed829a3a5f35d, '', 0, '?'),
(0x6ca5b93fbd46683d6c4ef0cd38c82479, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrl.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/WPML.php', 0, 0xfdaaa6ded30edcce1d8a6e8ea4f68a3c, 0xfdaaa6ded30edcce1d8a6e8ea4f68a3c, 0xf90850b095b7520381977d4a74f6852631ecd0c2861dd7a67384cfc190e79f91, '', 0, '?'),
(0x6cabdffb534e1e566e67e0e6b3798c3c, 'wp-includes/blocks/image/theme-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x646a7619592376637c2f3f7fbddebb64, 0xa348f437948225e6e9073aa38dddd2c336789b3a3fdf95b6ebd764ec3e450e0f, '', 0, '?'),
(0x6cb23503587e64e50f42294e48924995, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Flatsome.php', '/home/forwardbetcasino/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/forwardbetcasino/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, '?'),
(0x6cb923fec5d1af5dd53f41d9f9b94e90, 'wp-content/plugins/elementskit/libs/framework/classes/ajax.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/framework/classes/ajax.php', 0, 0x0fa0e8da278b7294571dd856cd524e2a, 0x0fa0e8da278b7294571dd856cd524e2a, 0x439ff42374fb402db52c9650fe0fd024e089796eb4d2a06fc8c5f2b457f51c3c, '', 0, '?'),
(0x6cb9ccf6023cbbf42390dd71882ce6a1, 'wp-includes/blocks/archives/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/archives/editor.css', 1, 0x00000000000000000000000000000000, 0x474ccf00b7b8511f92caec762b147398, 0x008142c550a9f17d12654718759118f036c4e2cdd7d8a06b6f8cee1aadff43e3, '', 0, '?'),
(0x6cbe493e28e663d882edc13ba0d41dde, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Padding.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Padding.php', 0, 0x5996e0e9e0a13214a9a1c51c4ac66823, 0x5996e0e9e0a13214a9a1c51c4ac66823, 0xacb9d4e23d45b49303a419342fcd650bb493b8a42d882e57d7adebb3b603b129, '', 0, '?'),
(0x6cc86d2866d85f71a660628f43842574, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Big.php', 1, 0x00000000000000000000000000000000, 0xe8375c4fb437ba7d02ce7c6eb6165f0a, 0x2c7a1ddced7209c09b2f113645eaa6923c9370d3a27d583ea2a48468c2e75f5d, '', 0, '?'),
(0x6cd21b10b4cacc3cac840679fc850351, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php', 0, 0xa3b966009ecc8dcbde5d516105b04767, 0xa3b966009ecc8dcbde5d516105b04767, 0x8ea4b3efb41ea67593a655da0afd9e792efa4a40f6e81c9f361efb48dc63e42c, '', 0, '?'),
(0x6cd7811aacb54c2ddf5f676a5f76ff0c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/TransformerConfiguration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/TransformerConfiguration.php', 1, 0x00000000000000000000000000000000, 0x6ade46ef7872b985e982ffa9af7e0d99, 0x3c0bd0eeac77be368d79f4aed15eebb081656df839e11e17f846e0df959a81b0, '', 0, '?'),
(0x6cda1f9bbb175ab10430a1a09d9104ba, 'wp-content/plugins/amp/assets/js/amp-paired-browsing-app.js', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-paired-browsing-app.js', 1, 0x00000000000000000000000000000000, 0xc441f0469e9169ef40abe8db41b32a52, 0x2df1e2a46745e34f7cfd43b80983fd773cb87187b830be17b7e7e8ab816146b4, '', 0, '?'),
(0x6cdd0480310e3486af2679ed61fb8357, 'wp-includes/css/dist/customize-widgets/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/customize-widgets/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbb9a2f1c295c208eea8729691e3304a3, 0x7c0061f925fd961bb54c64045156def5a322311b0493b37884ed1baed24ee243, '', 0, '?'),
(0x6cdd7ac920d35d99983318f03e64445b, 'wp-content/plugins/wordpress-seo/src/editors/framework/site/term-site-information.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/loggers/base.php', 1, 0x00000000000000000000000000000000, 0x5b54c43bff96cec9ef3423d1c27c53b6, 0xd260f11eea4e5c16cb6b34818d3fc50ea119cd90294a51a2151acb83186d4700, '', 0, '?'),
(0x6ce2c58dd191ed70b467f2b2530e997c, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss', 1, 0x00000000000000000000000000000000, 0x15ff7ebb6feda6f605cf20024c360384, 0xa8dc48e076b1048b4f23bb5e9d5b66e9d038bce53acede15bb204d33f2af4d84, '', 0, '?'),
(0x6cec3d3f861bdc82c8f5ea577eff34d5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php', 0, 0x1dc9d5f831d101c218ba9391b1a18305, 0x1dc9d5f831d101c218ba9391b1a18305, 0x915ecb6d5556e2016dfe38715ad9c398485891e282ee141221f3d82719d7095d, '', 0, '?'),
(0x6cf1c594379ce289edd7f58e0285c1b1, 'wp-content/themes/twentytwentythree/theme.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php', 0, 0x73dfe3cc1b96071c578ebf4795490c44, 0x73dfe3cc1b96071c578ebf4795490c44, 0xd8f57a25440b63b2046dfb182cf2c7ee4f23eb76fc74d37845ebd90240842a1d, '', 0, '?'),
(0x6cf4c3c921df598c3c9d9bda5d935ad3, 'wp-content/themes/jannah/assets/js/desktop.min.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/desktop.min.js', 0, 0x592379d6ac575d2978ad5a5bc87a1ed0, 0x592379d6ac575d2978ad5a5bc87a1ed0, 0x1d1421f1c009a48ec257bbaa88b1221399e5703d7f9163c7d58b521d61b76d40, '', 0, '?'),
(0x6cf95dae5b59f601ea9e2a794a287a9a, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2', 1, 0x00000000000000000000000000000000, 0xa8f2ff83751947568e3730d973f95f9f, 0xfdcfe8ffd36f67105b35904c795604636b449a78be0d19cda59c93b1350c191b, '', 0, '?'),
(0x6cfeb01db6953d5c30d58008f97accf8, 'wp-content/plugins/elementor/assets/js/nested-tabs.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.js', 1, 0x00000000000000000000000000000000, 0x7dadb0b294b8ed29641ceece0a0d22e5, 0x06ec88fda4af1d198ea0a8e8042e6d725b149274c614911d7c3f944542cbaf18, '', 0, '?'),
(0x6d03290dbc85e4f461489aad1c8d45b1, 'wp-includes/blocks/social-links/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/social-links/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd5f14a3ee2a44fe3b59d501329843d98, 0xcbe5844c5e9c4e9dafc4799fa3d386c96d889f4fecc0172f8ef6e9c61b54f11b, '', 0, '?'),
(0x6d09cb5f8b212cea2c86f07ef2688090, 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/tooltips-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x427fc7573eed8b764a112add0ba79dd5, 0x6675e37fe673377038933fc2f410552051500b4a42d11737a0986fbddc2d96bb, '', 0, '?'),
(0x6d0b4492c6548e6d730391b7f241a97d, 'wp-includes/certificates/ca-bundle.crt', '/home/forwardbetcasino/public_html/wp-includes/certificates/ca-bundle.crt', 1, 0x00000000000000000000000000000000, 0x55432550ca8507ea8824c0cb70f69fa5, 0xe0b73c654eac81a21ca766c0464bfe4683b8f66ff22dbf59f6ecd6d3536c55f8, '', 0, '?'),
(0x6d0b5671fb13138d646744aa7968e3a0, 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/astra.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/astra.php', 0, 0x63b9b2deac6909160fb98853dfd54c41, 0x63b9b2deac6909160fb98853dfd54c41, 0xa57120db5fc9265587eb0576940389813f1d4068a12c7fae991e49e86932927d, '', 0, '?'),
(0x6d14f3cfa2774d4f24cc13dd27e6e8a5, 'wp-content/plugins/amp/assets/js/amp-validated-url-post-edit-screen.js', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-validated-url-post-edit-screen.js', 1, 0x00000000000000000000000000000000, 0x3ac8e64f08f1e7b3a05a3a91d3d64047, 0xf89011f84f35ffe664667451137460c34089c1e69ff65f8e2a2dd0a3a1a2191a, '', 0, '?'),
(0x6d17654489640e9d0903fb0a60aa0199, 'wp-content/plugins/wordpress-seo/src/user-meta/application/custom-meta-collector.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php', 1, 0x00000000000000000000000000000000, 0x11f235a9bfe8dd14c538ba9270b25e5a, 0x8a1a5ae176e0dcd1a2f3cb1b330e6b77f0c80e39cf0c494f2d33d98940e3534d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6d242eb079b499aaf661a4ec72676855, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php', 0, 0x83ba6db0c48ee5a6810d22b34278ca7e, 0x83ba6db0c48ee5a6810d22b34278ca7e, 0xf150b9988aa79d4cf2b260fb2799523c4410f24ad5553e311195f7dd1044ab2c, '', 0, '?'),
(0x6d252b86f42a5dc3655554a2a763e600, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-5-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-5-render.php', 0, 0x8fd4f434be3d5634e82a5ad1bbf37289, 0x8fd4f434be3d5634e82a5ad1bbf37289, 0x653bb774f25b514c9bd214044052492d946f7742c9163f144e92d2031f6d45c0, '', 0, '?'),
(0x6d26548af27c1dddf6bbad28fc180206, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ul.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3qPlayer.php', 1, 0x00000000000000000000000000000000, 0x9cecd636fa409238cef5526a3a5317da, 0xb0668512bee89c37fe91c8f7629c6e2362610abe30467890935a075db3efa4d4, '', 0, '?'),
(0x6d3405dd43b2b3d7a5de6cf8a3def848, 'wp-content/plugins/elementskit/widgets/hotspot/style/tultip_style.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/hotspot/style/tultip_style.php', 0, 0x43d3495d637a843ec510253dd7599fb5, 0x43d3495d637a843ec510253dd7599fb5, 0x59ed067ec039d677212f51794b6957e99d5c0ba6e90ebcd7b68a32f9f19ff744, '', 0, '?'),
(0x6d35311dbee01a703aa53890e5e9003d, 'wp-content/plugins/elementor/core/role-manager/role-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/role-manager/role-manager.php', 1, 0x00000000000000000000000000000000, 0xc81f6ef5306718aebe5f0446c9b694bf, 0x019255c388fbc2bd21383cbac1514cc8f72284d9085ddfeb413af8354efb629d, '', 0, '?'),
(0x6d374173c0425bca2a8c4979bb89cf1e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerResponsive.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerResponsive.php', 1, 0x00000000000000000000000000000000, 0xdcfa8899823c237737ec99ed45fed445, 0x70f297e7fbc450ce929ae24ef03ea491dda20f7e15c8553c8c6b99750371be0c, '', 0, '?'),
(0x6d410303c270e4d7093197de47f5552f, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/ms-default-constants.php', 1, 0x00000000000000000000000000000000, 0xb6aed6798faa996a9430c2a9e75ff782, 0x14729dd7080ebbec9f6b194542cb662085da70c6f84ce080cef01a86c7e2024a, '', 0, '?'),
(0x6d459aaff1f6beba5ce71529ded86fd4, 'wp-includes/js/jquery/ui/spinner.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/spinner.min.js', 1, 0x00000000000000000000000000000000, 0x12511decc84e4486bef058282a9e3f12, 0xe499a86d4a22ca01ca0aac9e43da590d9ac0691f7422f8754d995f39a8e9fa25, '', 0, '?'),
(0x6d469d78d4fedeb45fa2ba35f6168b9d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/RequestException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/RequestException.php', 0, 0xae2ae48905acd2ad923f31bcda3e58cc, 0xae2ae48905acd2ad923f31bcda3e58cc, 0x984820ee60c40ef35ec45569147402de5e80a8ca0c4e7fecf178d82e2a0afac7, '', 0, '?'),
(0x6d47d138f0d005ad40bc301ccc0a1d8d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperiment.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/common-modules.min.js', 1, 0x00000000000000000000000000000000, 0x1340d84f4041a762c9394a3ecd643ef1, 0x8656ae4553fadf46d863177e7c04fef3bd4ed2a946f261764e4d2624e14f547b, '', 0, '?'),
(0x6d49e419157e14ab3fc656893e2cbd96, 'wp-content/plugins/elementor-pro/core/editor/promotion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/editor/promotion.php', 0, 0x156891242a6ac4556162a0e73dfc8959, 0x156891242a6ac4556162a0e73dfc8959, 0x5014e8bd9d9662cfdfbbebfee841d4521cf684710bcce62469f0de9f6439eacd, '', 0, '?'),
(0x6d4a9f4740057a27e9438e3bb6517321, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php', 1, 0x00000000000000000000000000000000, 0x93769eda0695f32404c7560e263ec25f, 0xa240e21d4032d06f307c8a86c4065b808db5fc7763a7d4570643074b46a427ef, '', 0, '?'),
(0x6d4ab65fb15a1b6a13b9978c224cfa90, 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/10.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/10.png', 1, 0x00000000000000000000000000000000, 0x0ee558486ef2d659c54ead786c9958d9, 0xa067346e7b286eeb2e2a149309b521ea420122068edb100191e2183b9fa6e8c7, '', 0, '?'),
(0x6d545a6015786b3c592cd7ed2f135373, 'wp-includes/class-wpdb.php', '/home/forwardbetcasino/public_html/wp-includes/class-wpdb.php', 1, 0x00000000000000000000000000000000, 0xda1603dcabc76147f4be8922988c7169, 0x66ee0e43a8659bf3de6360102fa589370e433d07ec22a66663b72b279866a6a7, '', 0, '?'),
(0x6d57fd58360866f4e560ab78c85e0c6d, 'wp-includes/class-wp-classic-to-block-menu-converter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.ui.touch-punch.js', 1, 0x00000000000000000000000000000000, 0x4cc86d1003c45134d6838f13e3885db1, 0x6b0e3e1d6a5440a9978e7accc3c81eafea16d59c2e4f42d7c06ac93027f4ea74, '', 0, '?'),
(0x6d66108a65fc56078a53264ff84ed1ca, 'wp-content/themes/twentytwentyfive/assets/images/book-image-landing.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/book-image-landing.webp', 1, 0x00000000000000000000000000000000, 0x2cea00c9903be2255dac09b54f64259b, 0x8e56ade95601f6173e8a50afc66a4f68e5cdacc7dc78af48ccb817ebbe95c8d1, '', 0, '?'),
(0x6d697a65b5e14b78e9d3904d8f1b6cae, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/date.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/date.php', 0, 0x3865d2a3f8a47f2e8b1a52e8c13b4cb7, 0x3865d2a3f8a47f2e8b1a52e8c13b4cb7, 0x2f8fbb2976f7ae3c90396f862af4ec0041f034a6629d2af9395ede9880c66cea, '', 0, '?'),
(0x6d6f44434ed9433e94788f98eebecb00, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-3.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-3.php', 0, 0xe5c4ae146ef8d6c36f26d687db6ce7f9, 0xe5c4ae146ef8d6c36f26d687db6ce7f9, 0x29e271fdec9ee10fb8eb0548184c4a5ceb3b67b7c455e7087b946006a2adb666, '', 0, '?'),
(0x6d8808ba2d1a6d31bda5c8fba377c7ef, 'wp-includes/js/jquery/ui/sortable.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/sortable.min.js', 1, 0x00000000000000000000000000000000, 0x61c0dc9f1ab176adc9b6b25fa9db9e4e, 0x7f29b672417360fa03152e7f489b459042d2831d794a53232206f709b2701208, '', 0, '?'),
(0x6d9d34776f0bd2bf73c87706d3a39edb, 'wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/revert/templates.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/revert/templates.php', 0, 0x22583a0cd4f7754855de0b3c647eb7b7, 0x22583a0cd4f7754855de0b3c647eb7b7, 0xf35b2ff37d7e9de002b7ea077bda0080bef60834380b8e7924befa508630357f, '', 0, '?'),
(0x6da5a5a38c6c0110b6b9adbb653867e4, 'wp-content/plugins/wordpress-seo-premium/src/conditionals/cornerstone-enabled-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/cornerstone-enabled-conditional.php', 0, 0x18c4882a7f6ef2c5a284edf3d69ce327, 0x18c4882a7f6ef2c5a284edf3d69ce327, 0x0f72a7d0e2588aa61353e6ba96e3b5609675459bcf7724492f06eac656a06d37, '', 0, '?'),
(0x6dae2fc145abbe54bd599acb5bee34f6, 'wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/6.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/6.png', 1, 0x00000000000000000000000000000000, 0x95db4dfb7014ab703de1a7cdf905324b, 0xa080854b30019dfa8680ebcc9d71bbb583a179983b256fceb32bdbe97b4c6b2c, '', 0, '?'),
(0x6db5b9983bd5adceea720f31f6eb821f, 'wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/rating.php', 1, 0x00000000000000000000000000000000, 0xe18691b82b35998f8055ebeeb9e96555, 0x02db98e6e5cf4cc3038268759fcef61456599a5427e42dfd6cd9af0e6c441ee7, '', 0, '?'),
(0x6dbbdc62727d894601314987c16fcbb6, 'wp-content/plugins/elementskit/widgets/team-slider/parts/social-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/team-slider/parts/social-list.php', 0, 0x067f1ed1e1f49ce3bafc0277a109a524, 0x067f1ed1e1f49ce3bafc0277a109a524, 0x278358e341356b967d0f759b828e057bee57c275c30ec6840a89f75cba291ffb, '', 0, '?'),
(0x6dbc8e23fe5a51e55a8ee2f274f6dfe7, 'wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img/wysiwyg.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img/wysiwyg.png', 1, 0x00000000000000000000000000000000, 0xea25265132666214cdcac91b1909ae28, 0x3b8f5d5c33358ae2ce4a8353bf56eda8654e97dd2ebedc3e16c4d92c8512e4a8, '', 0, '?'),
(0x6dbd35ad2927f2df076148b30da4eb2d, 'wp-includes/blocks/home-link/block.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/documents/not-supported.php', 1, 0x00000000000000000000000000000000, 0x0c8dceb173559847f11eed5a737c5e63, 0x94e83d8110796835b070ad6ac412762b8d6ba2d6cd04c177efa4b8898c7f223b, '', 0, '?'),
(0x6dc2d7e583d6085aba7bd75e49583e5f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/HandlerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/HandlerInterface.php', 0, 0xb3b5812fb2c817307d61d463649f0b83, 0xb3b5812fb2c817307d61d463649f0b83, 0x7e76e3a69e9bbb12bb50c236ca73402e5b0ed910af503d500cc5fd38c2b4c312, '', 0, '?'),
(0x6dc7fccac07cd011870c3023261de3b8, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/Document.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/Document.php', 1, 0x00000000000000000000000000000000, 0xee71945a2c3b394f586f223cb93fd172, 0xef26c7f2fd4ae6db1f97f89c2ba3afd9ac0ae7b87ad60ca74ab98b80bca41463, '', 0, '?'),
(0x6dd532dd7ada3c9e9740951d152182c9, 'wp-includes/css/dist/preferences/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/preferences/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xd3b004f6b68d8c6d08c38f374c823d3d, 0xf9ef47e4f939ee7b09f2a2099073094ec33ec22c985b0810d7da207c5395e466, '', 0, '?'),
(0x6de09c122f39cce04ab2d8f6a735b2d0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BigQueryQuerySpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BigQueryQuerySpec.php', 0, 0x0babc0236b51e504f4e315ce92c4cee0, 0x0babc0236b51e504f4e315ce92c4cee0, 0xe84fe49afbdee3c23f458ed941a1d56bae07926313f5cf80dba5827842e1f79a, '', 0, '?'),
(0x6df0bde81472cc0c33e8fc12fdae2752, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartGroupRule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartGroupRule.php', 0, 0x4a47e3931b683a3960f17ff70efb5e20, 0x4a47e3931b683a3960f17ff70efb5e20, 0xfba718f8614ba07f43a187963fb4b87a012670ac20738f68b3cfd4d2dc663a5d, '', 0, '?'),
(0x6df0d19b78b37de46f6dad9176bc2203, 'wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php', 1, 0x00000000000000000000000000000000, 0x3c18940391ff87df6f0356ff9742597f, 0x32c6bcce9e77808dbfb4f7afbb34d1848943c757c7fa5389679411a0511795d9, '', 0, '?'),
(0x6dff849004862af46fa0f63b60e3e522, 'wp-content/plugins/luckywp-table-of-contents/core/helpers/Json.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', 1, 0x00000000000000000000000000000000, 0x4c4c9223c3c5008775442cd159fe695d, 0xae7e5ef4cfcdd9b4d5091364b7ed692ad0108e98cc5784f5188bdf3c36f4afc6, '', 0, '?'),
(0x6e10130b401741c21ba7e62e0ad0aace, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_4.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_4.svg', 0, 0xf408362a554c739c7dd0ce489d608ab9, 0xf408362a554c739c7dd0ce489d608ab9, 0x0c88bc2842ef6b51fe538c1e53a0c5b0aae80713bbff88df42321e4e479b149d, '', 0, '?'),
(0x6e23a9743d95278592c1def5625d7bf1, 'wp-includes/js/tinymce/themes/modern/theme.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/themes/modern/theme.min.js', 1, 0x00000000000000000000000000000000, 0x558edbf6c845c9c87cd268285a0666b3, 0xd3a3097d95caabcc458e30f2292e5458c2f8e44bd7647ed948b5ff4e6c4b3230, '', 0, '?'),
(0x6e277582a2ffba312b7930e246082baf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMowplayer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingDto.php', 1, 0x00000000000000000000000000000000, 0x193ef209ffefa49025fc8fef6b341ae4, 0xca962248ed943423ed9433e00474708b69914a8d54a48caa91220f9283e8bdd1, '', 0, '?'),
(0x6e30bd053c50650e99a6ed931f79002e, 'wp-content/plugins/wordfence/modules/login-security/classes/model/style.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/style.php', 1, 0x00000000000000000000000000000000, 0x2b68b74aaded0b4e1c9a338a7df57baa, 0x7bd63ed6df931476311f38673c5d27c81b45a8235c4fa6add9e3f540e3b9c3e3, '', 0, '?'),
(0x6e3a7c735ccc13cf705578113e465d96, 'wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js.map', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js.map', 0, 0x77577e9a7f3ae3ba7c1898c6323da466, 0x77577e9a7f3ae3ba7c1898c6323da466, 0x8388247e3b0b798122e18be5439a82dcc029f13c68d54fdc89e4815dca09e277, '', 0, '?'),
(0x6e3bcd86e70b79c728b1259d89a06433, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateSheetPropertiesRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateSheetPropertiesRequest.php', 0, 0x9216002309f853a8efbfb496ea441eda, 0x9216002309f853a8efbfb496ea441eda, 0xc3515a292a22153be7ffba38b39945eab334b85e0ebb0f6683ee3c21e6e8bebb, '', 0, '?'),
(0x6e3fdee53c0b7d726d27dc6519712063, 'wp-includes/blocks/site-title/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x771a9767aefcfb446fc6c3106bd8786c, 0xf9ffdb4fce513f7695e0a9e9456f00f8901a9cb9b51e84eec97fd296255c4833, '', 0, '?'),
(0x6e40b8a110e8e3ed8452191fcdba0085, 'wp-content/plugins/wpseo-video/detail-retrieval/class-cincopa.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-cincopa.php', 0, 0x84c676e7f059e85ff32a7198489cf336, 0x84c676e7f059e85ff32a7198489cf336, 0x44a518e1f69a788a788e0babcbfd521e8f2ee597c3f3279a6a8163a1a847e629, '', 0, '?'),
(0x6e40d57595dbd88c5e9d58f0d458f5ae, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-title.php', 0, 0x7daf28e9abd12e7f78f5472b6df9ed62, 0x7daf28e9abd12e7f78f5472b6df9ed62, 0xdf8bc3c1041e02b235b793cb3e3fd5d3358e630fd09cb5b9a661e23feade1cf7, '', 0, '?'),
(0x6e416a2bb475aa1dfa0456471e376414, 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-scribd-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x5b64bcca8887c0029abb2199d8d4912f, 0x253d5f0a47ab6e0aa44213f9132ddf3f199310b30c9793a8fa38b9a3627d5c2d, '', 0, '?'),
(0x6e4af2e682f2effd2c30fa7eccb465ba, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-icons.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-icons.php', 1, 0x00000000000000000000000000000000, 0x92e45cfb17e8104d1f6ecf4cec33d3b5, 0x3b86bd1ad177046e03b3d821aa53dc866ba598a8930553f0e2ab406315664cf8, '', 0, '?'),
(0x6e57357ba891b183c807e967a7909de5, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf', 1, 0x00000000000000000000000000000000, 0xd12eb3d8d7ca95f4cedb1f8bb5af65e9, 0x2aa9ab8bdff12cc6f6cb800044093dd2be1777017bbcbf98b48c4f056d10d181, '', 0, '?'),
(0x6e597123efe628fa48313e7479ecee07, 'wp-content/plugins/elementor-pro/modules/forms/actions/mailpoet.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/mailpoet.php', 0, 0x78f7c03bf7de62ab406d21a2149f1d70, 0x78f7c03bf7de62ab406d21a2149f1d70, 0x444ccf0df65ede8d70579ab8907ec9a20f88b9be62bd2bfe50f5ef5f3c444a89, '', 0, '?'),
(0x6e5a2f31543a7b265e842f086ebffd86, 'wp-admin/js/media-gallery.js', '/home/forwardbetcasino/public_html/wp-admin/js/media-gallery.js', 1, 0x00000000000000000000000000000000, 0xf6945f1d7f38d9df356fd8f73fe9fe96, 0xc6a48f24d9333099b74994f858dfc7432c62bc918e0322306cbb4ee69e05461e, '', 0, '?'),
(0x6e5becb7646d611c5b0e211960d59f7d, 'wp-content/plugins/elementor-pro/assets/js/frontend.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/frontend.min.js', 0, 0x38f29085ef1da9151bbc0880728d8648, 0x38f29085ef1da9151bbc0880728d8648, 0x6c2c07919e1d521aa665a2aaa39bf2628bf7d6eed33a7420f5ff334e1dd25f8e, '', 0, '?'),
(0x6e64a43d60fa5258d3a0a0db45935c7d, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-fill-out.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-fill-out.php', 1, 0x00000000000000000000000000000000, 0xdfabac7e8de69472d89c9d080b6de101, 0xcf0c63654bf5f9e27920577567f1441eb70b479155619260e0f145634c925709, '', 0, '?'),
(0x6e6bb4582a1c56c0911aa19c4c6407e3, 'wp-content/themes/twentytwentytwo/templates/page.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/page.html', 1, 0x00000000000000000000000000000000, 0x69ae5d3661d8b02b65f3fe0eaaec1eb8, 0x276674e01e0e67e08e78d53949a5b138266c3c095000af27b90d51ce6828c033, '', 0, '?'),
(0x6e710d91fc0293a851f10e8e04d289d4, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/floating-bars-var-2-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/floating-bars-var-2-render.php', 0, 0x07329bd4ddc955ffc92ef2ce2e3838ba, 0x07329bd4ddc955ffc92ef2ce2e3838ba, 0x4ff3587993fb347217fca88da4d94abd4691cbecae016e7af431ccce2880d65d, '', 0, '?'),
(0x6e782313d7ffdd6b32c4fa22965ec1fe, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagId.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagId.php', 1, 0x00000000000000000000000000000000, 0xad08f7ec5200d69c7828106fe9951b0b, 0xba86dd749829a3b0a0cd2a18eef77c5bcff9e9e1352e29c6e9d224fd3b7755e4, '', 0, '?'),
(0x6e7cf65cfc9f5ec59e2f610bc402bd43, 'wp-content/plugins/elementor-pro/assets/js/loop.4a16d82b8b5e3e00f25e.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/loop.4a16d82b8b5e3e00f25e.bundle.min.js', 0, 0x6543d266bbb3558ab3cf11fe22c6c782, 0x6543d266bbb3558ab3cf11fe22c6c782, 0x15508155e675d54471694f88de331a66ceb296932407ecb76d837167d3ae1133, '', 0, '?'),
(0x6e7fdcdb7b0408c8d6126f681aaedd2a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php', 1, 0x00000000000000000000000000000000, 0xc927e6db2474aaa8f846bdaeb266f2d2, 0x6e5c471e947a4f2a9062717d3da10eed1eedacc37c29e4e407bf20afcee571ea, '', 0, '?'),
(0x6e86ebbd6fc8ed7ea170541deb8eb5a1, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/envira-gallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/envira-gallery.php', 0, 0x49c8ac495f90776f35cd72ffffe0d7ff, 0x49c8ac495f90776f35cd72ffffe0d7ff, 0xf3ea9a50301c6020f78691e4c239397b1a4f446b2776b6cbbe6359414267d8bc, '', 0, '?'),
(0x6e91cdc4fc6637849d8a73f948658d8e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/network/sites.php', 1, 0x00000000000000000000000000000000, 0x4510b813d5a6b4aa4c226cb1741efc74, 0x2ea9c518198189e8d512efa5dc22b1ecb33f6a917d333dbd64b88610b5534b84, '', 0, '?'),
(0x6ea2d636e3aa28c3dece4026ddc7f4e5, 'wp-content/themes/hello-elementor/theme.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/theme.css', 1, 0x00000000000000000000000000000000, 0xda1a74779e6e714d747f887494a81b4f, 0x43b3400b61e41b301da5fa00d8e99ac6e3e48cd30a15381a498567c47805f9db, '', 0, '?'),
(0x6ea3549121064bcd112ea51919647c54, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-push.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-push.css', 1, 0x00000000000000000000000000000000, 0x53e96047abe02aeb03c3089103ff5c20, 0xacf1f3962a984358218f13772f1b8c812db403a4198e7e472d8b91e821f18399, '', 0, '?'),
(0x6ea3f8ff8220ea5be65025fa69d9ea37, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/WPGeotargeting.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/WPGeotargeting.php', 0, 0x547126f1ce6ab0377a67af9a08763090, 0x547126f1ce6ab0377a67af9a08763090, 0xa81a64cc042e3e4a6717c0b173ea2a01968b9f5564dc8b3dca5537ff3c7d9f33, '', 0, '?'),
(0x6ea7a4b157ce8029ca8d665114d0a52d, 'wp-content/themes/twentytwentyfive/assets/images/man-in-hat.webp', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php', 1, 0x00000000000000000000000000000000, 0x71d1493f95e8e3972c505035fe5291fd, 0x328bd61d1b1030eb6fed95d461c490317255e8c7cf129a296266af7e66781b64, '', 0, '?'),
(0x6ec9469a606e707e7675546bdcf74b7f, 'wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', 1, 0x00000000000000000000000000000000, 0x10245591a34da768502f148e4e60ab45, 0x47b98702fdc9e797ecbd54c05dde3077c95f7d23d92c8af04d3391f2f02306d0, '', 0, '?'),
(0x6eca65f68497fce83b87dcc0a3e4823c, 'wp-content/themes/twentytwentyone/assets/sass/style-editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/style-editor.scss', 1, 0x00000000000000000000000000000000, 0x32626b2e941513dfce38986f55936c13, 0x783f132622424adb1a09e9365102c5663845365e4be5b3557127c1ff4f9bd3f2, '', 0, '?'),
(0x6ecd97ffac3de8c159c8a633bb46788d, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php', 0, 0x41c37645858922b9c2994d5cd9f14dc3, 0x41c37645858922b9c2994d5cd9f14dc3, 0x34812865f59315fdf4ca49381f3932a1d7f61e2d85ebb18ef3c4bcae067e995d, '', 0, '?'),
(0x6ee3d0ba0b9d99d30c76fd6e6a3dcdae, 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xf36eb125bacda48e59cdf705ef89b26d, 0xd871721780d89d028aee8e283b3225d7601be4df4636b51acd77bce8c1ef7f0e, '', 0, '?'),
(0x6ee6cc6fbbeded178013f879ea04f8ec, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php', 1, 0x00000000000000000000000000000000, 0x3ef8ced1f81408cc17f75f08910a1a74, 0x3e8eb6184dac2cef98a2a2fc41f6a4b96106b2a7d16b96bc00a56d2c9844b7d0, '', 0, '?'),
(0x6ee9b80d41530cc3711ba3c881aba7c9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForFonts.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/warning.js', 1, 0x00000000000000000000000000000000, 0x755816e24880ebe9bc9f7c41d23572c2, 0xe49c12be6f225e34ed9ec775a8a9b3510006c9141a1a443658c2190a40a32b65, '', 0, '?'),
(0x6ef24121dd4714a73bd1582f8d82f7b8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScript.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScript.php', 1, 0x00000000000000000000000000000000, 0xc42cdb4d7a9aedbf3ec2ad1313e3f7d8, 0x77858db91a0f84a0f1c4a710a09200007797c8dfc3c8fe5bb4a92389d683c4eb, '', 0, '?'),
(0x6ef30b9daafaad95676b4b7a4cc62ea2, 'wp-content/themes/jannah/inc/deprecated.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/deprecated.php', 0, 0xf29d06149db023de667355e53e403669, 0xf29d06149db023de667355e53e403669, 0x1dea6a83cd32f38840af190e5f65107e3a9cc8d297ecee6eaebce217ec2ecec5, '', 0, '?'),
(0x6ef3caf3308d16390f6aae760138f522, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/cookie-notice.php', 0, 0x6315dd55ae05e5cb037a7bbdabb8eb57, 0x6315dd55ae05e5cb037a7bbdabb8eb57, 0x8d289b04b137325629e8f0d91c2d0a2414718323a0e0a310cce82318eabf6d42, '', 0, '?'),
(0x6efb4e23f302311f7be7e344ffe9c8e1, 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_12/shape_01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_12/shape_01.svg', 0, 0x52de4c18b2f89a62395a726dc3fc9189, 0x52de4c18b2f89a62395a726dc3fc9189, 0xa9e2e43e0d99ab2c5eb6523b10a55b1b850eaa8bd031028766a18c1578ad65bb, '', 0, '?'),
(0x6efeacd3186dc61c9cd9ecf61f5f4a16, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php', 0, 0x588c2922aeef83e2f8a4bfd80dd7fedc, 0x588c2922aeef83e2f8a4bfd80dd7fedc, 0xc0359157daeb1e85ef1adb00078e3bdc590fce850b686d473c7e77b8cf51355b, '', 0, '?'),
(0x6effaedb97d4f076580f064829e90717, 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0x6f03719538f4fb490a102846968d25ac, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/DecoratorDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/DecoratorDefinition.php', 1, 0x00000000000000000000000000000000, 0x5e871185c4ea15207bbf69e4b77e05c3, 0x1db37c4c0c957f80282a88b921c7727e98f35e104efbebc4ba572ebb49329f95, '', 0, '?'),
(0x6f0fad50a81988438d4cbc36ca30dad2, 'wp-content/plugins/elementor-pro/modules/posts/data/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/data/controller.php', 0, 0xb56ba53efd80f677e78a381dd7b4a4a6, 0xb56ba53efd80f677e78a381dd7b4a4a6, 0x8476dfead268a16a36be2fc359bb284aa24fd5eea9567fdd05fb1965d3b03388, '', 0, '?'),
(0x6f26fe3bba3b874bd0e27c2d25317d33, 'wp-content/plugins/wordpress-seo/js/dist/installation-success.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 1, 0x00000000000000000000000000000000, 0xf408227f6611142fe532a3e47c66fc62, 0x3215658916d53d7f028b310a3271c7785b48f840934a7f5656160823635b3c13, '', 0, '?'),
(0x6f2cc2c66e94d67f8607b9e82e7fffaa, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php', 0, 0x91ff68b6b1b7fe504c61aa9d28cd9038, 0x91ff68b6b1b7fe504c61aa9d28cd9038, 0x604f5c4f502cd56a389841d64cdadbdd7f3206c0660de11249c033acfdbc144c, '', 0, '?'),
(0x6f2ec5d06c2664567fb4bb7c7b86bd22, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SpreadsheetProperties.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SpreadsheetProperties.php', 0, 0x41cfb10e7bf31cdf919f101d6f3465c4, 0x41cfb10e7bf31cdf919f101d6f3465c4, 0xb3be95fea4e52319bf2dd2a3d09b89d210dfa678067eb1f8f5bb780cf3503770, '', 0, '?'),
(0x6f3169f04c35b893cf7a16ae24b7f537, 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', 1, 0x00000000000000000000000000000000, 0xbb7531f2c85cc8c1389d8b823b236a2d, 0x508db5b2ea840e7cb16c9316125f8b83ef5a85c8337a3c4ec9a7054bfddfce13, '', 0, '?'),
(0x6f3ce050de10c8d0642d18e9dc74d66c, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/double-line.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/double-line.svg', 0, 0xd6756b1c7354dde788414d7e477caeae, 0xd6756b1c7354dde788414d7e477caeae, 0x95bf97ec5e7fdf58c70237c285abff02fd2dcd0500c5eaf61c83e2b6e729c5de, '', 0, '?'),
(0x6f43c922c0cf058551b8ebe07483d179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-validation-single-error-url-details.asset.php', 1, 0x00000000000000000000000000000000, 0x2b22ed064a9871cc2bdc4c1a7ac37f0e, 0x657c474cb58208b8c9e145c032df099811bd42ca99d60d14847dc7d51e31386a, '', 0, '?'),
(0x6f49b4326ff49f29633966ff582ad679, 'wp-content/plugins/amp/src/Validation/ScannableURLProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Validation/ScannableURLProvider.php', 1, 0x00000000000000000000000000000000, 0x0a41a7aae4fb7ae302a8343016e35b12, 0x051dd65c87281ee66600838f1cb917382371d21a8884db3d8f13589f47015f75, '', 0, '?'),
(0x6f4f2ada5fe1d6da35a8fa14489a958e, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_AdminView_Deprecated.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/img/object.gif', 1, 0x00000000000000000000000000000000, 0xf3726450d7457d750a2f4d9441c7ee20, 0x86a0231f3b1f21e4e1490ca7882ec03ee7751cca8df253568edd6d7b7cf1652d, '', 0, '?'),
(0x6f50fffab309215680ecd19f7b1451c5, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/Autowiring.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/Autowiring.php', 0, 0x84d380b6c04deeb733c4c33f6d85654c, 0x84d380b6c04deeb733c4c33f6d85654c, 0xb14ab8ae10fb01ed648a386799c737e8a37c2ea4992741cd589d5b1760c6a95a, '', 0, '?'),
(0x6f523abf9997a3589fe3eeb1ba1e8865, 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/control-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/control-base.php', 0, 0x1360fddcf9c56e7bdd9bdc8a64e0b2a0, 0x1360fddcf9c56e7bdd9bdc8a64e0b2a0, 0xa86ff2477de74707a1fbd001f71067c54d8e7118b607fcec017943907ab843c3, '', 0, '?'),
(0x6f535de37e28e411ef373be099a00d9c, 'wp-includes/js/dist/shortcode.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/shortcode.js', 1, 0x00000000000000000000000000000000, 0x974502c45647cfada65465ac68ea8c9f, 0x8511fa6681cf1a605bca9f72b9bc7e04a35bcbae2fc44ce1f1d9fd65644bc077, '', 0, '?'),
(0x6f5c78800aca9b48f78f74377b8636fd, 'wp-content/plugins/elementskit-lite/modules/controls/assets/js/widgetarea-editor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js/widgetarea-editor.js', 1, 0x00000000000000000000000000000000, 0xd2d3b41f9178d0c1e0f56fed2119b78e, 0x5b66b9e320884492b9b0f841642cd0cfa1ad4aa4836b19431b711646fa7e9adc, '', 0, '?'),
(0x6f5de3cbaeca09e95f785e303e33fdd4, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-quickedit-notification-2340.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-customize-controls-legacy.js', 1, 0x00000000000000000000000000000000, 0x771a48b779d9fe60feac4ef5067f17a4, 0x00b039785588b4d2a9d5e6b4d6286f27dbf15171be49b4b9c86621c75adace98, '', 0, '?'),
(0x6f66eb476bcc4c86c19b7ff960744003, 'wp-includes/blocks/cover/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/block.json', 1, 0x00000000000000000000000000000000, 0x44c2be86d628ac33169f43594694b141, 0x5270ba1bd7c6b013023c18197b43c22e39d06e67c2605d67a583db1e8a3e2681, '', 0, '?'),
(0x6f6b19383985167e7fbae5a86e5535fd, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/elements/container.php', 1, 0x00000000000000000000000000000000, 0xed08e3f55a0d5b0195a88c454098402c, 0xecf753290f95e60ae22ae8cf264e3b55bfab8222563855d3a03fc94785a0e51a, '', 0, '?'),
(0x6f6e910867e3799920c31e3004528177, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/ct-factory.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/ct-factory.php', 1, 0x00000000000000000000000000000000, 0xc1bd80b11330483028c2e16af3620dc4, 0x343231f0ae25345a7397e8d0fe8a6547269445cd17a40a579f7aed6b6e30d095, '', 0, '?'),
(0x6f71695aeb26b94fe71c4091decce0b7, 'wp-content/plugins/amp/assets/css/amp-icons-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-icons-rtl.css', 1, 0x00000000000000000000000000000000, 0x460f2bd3da726330e016bdc75ed503ed, 0xfb7bd511dc566c3f2246d865b8639cfad624793d980936382ccfd6f25cab774f, '', 0, '?'),
(0x6f76e5cc91ae92b7519588f3d4583134, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php', 1, 0x00000000000000000000000000000000, 0xe0097527cb88f46856f10a397ea373ce, 0x1ffae67e5fdc10a631cdfbaf6e7adfe325e92620198fc560516d86602d379a36, '', 0, '?'),
(0x6f7b76dfac8d56d5a221ffc1b37185b0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/HistogramSeries.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/HistogramSeries.php', 0, 0x4061a3fc6d4dcf494fe20f537245a74c, 0x4061a3fc6d4dcf494fe20f537245a74c, 0xf33a01031f453468f3e04234bb9a43514412ed0778f75079aa4828e3fe749f70, '', 0, '?'),
(0x6f7d3199facf3d28452652445fc6c1a9, 'wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', 1, 0x00000000000000000000000000000000, 0x4538ebf175c54368473c01db6fdc8522, 0xfe54510fc7e91574fbddea8f11dd93b1a27ad8cf8954b9fa300590c6f5104102, '', 0, '?'),
(0x6f8b3cb40edec333211b5d081a15858c, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/template-types.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/template-types.php', 0, 0xe2094063ae5d72945c4ecd665176ae28, 0xe2094063ae5d72945c4ecd665176ae28, 0x8f9781aed7af1fe75ac03cac1a4dfdd8bfa9c7722ab5d5c32db738fef9014c9b, '', 0, '?'),
(0x6f92bc6e0f8177263f15985694586869, 'wp-content/plugins/wordfence/css/activity-report-widget.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/activity-report-widget.1690810710.css', 1, 0x00000000000000000000000000000000, 0x4a845e07783b7982ad82b0d463a1fdff, 0xd0d3a1aec166c5614d9a57762bf280a8579f1c257dd6ea9e6044f61f4ea317c5, '', 0, '?'),
(0x6f947bd1b160ac72b1ba3cb3969314ea, 'wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php', 1, 0x00000000000000000000000000000000, 0xd4a9f8a717809c347e176177dec8c601, 0x9f0e276686f371d99f02b2c98bdf883c4577238e6fa8d6fff9fb1292afce8b89, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6f948d1dc8bcb9e6fb5907d738e208d2, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-18.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-18.png', 1, 0x00000000000000000000000000000000, 0x5745958b65e638c00964ced3b9b60929, 0x2aea5695cc5ce70390e8a0f4c44bea75bc252ca11995fbe12dfa029ccb890509, '', 0, '?'),
(0x6f9d80816b0faf0c94136762c1e610b7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php', 0, 0x4c75d9fc3d3df5b94a1555536d21e44d, 0x4c75d9fc3d3df5b94a1555536d21e44d, 0xa818cd09ec54aa2dcc12a1ee7a40865092ba352d054a70c81d93a711805bfb59, '', 0, '?'),
(0x6fa1294b40e2fe64c759f41f94fb5a2c, 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/arrow.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/arrow.png', 1, 0x00000000000000000000000000000000, 0x9a6486086d09bb38cf66a57cc559ade3, 0x7ec225eff1db898e251f8f858b0e3ef6f5fe88426cb26f8775b74929c8893767, '', 0, '?'),
(0x6fa3a1aae709488ecad99f6042209689, 'wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php', 1, 0x00000000000000000000000000000000, 0x696910d046637cbf2b9a6485939581f3, 0x8758e9f0c8da2f8d22b5af784d795b1fd781bd2c9a5b0fe60d54f5d61d266768, '', 0, '?'),
(0x6fa7c1590a2d1f28d071a9a22c56d23d, 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-base.php', 0, 0x0bac192b3371873ace50b9f2b59e2237, 0x0bac192b3371873ace50b9f2b59e2237, 0x7661353cd6fa44aa05b992c608101025a352ce84f2abcf07febaf760d8a08a4c, '', 0, '?'),
(0x6fac7f09c7bb18ff0926e3ef63f7deda, 'wp-includes/blocks/paragraph/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x22612709622bb530d499c2abb6ec9e4f, 0xa9af18c5cd03c12877a00cbd936dc2a4c562c1051a3a91978337ed3da731cde8, '', 0, '?'),
(0x6fae6eff35b714145a9a141c68461d97, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/import-runner-base.php', 1, 0x00000000000000000000000000000000, 0x2493435ff9a167142656f5a1c1122f09, 0xd7123009ea08d8ba1358f8d90f5de54574d15c33ba5b56549ca06e5cf0e828ef, '', 0, '?'),
(0x6fb05a9cba75dbc9e60cb16f030e156e, 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-comments.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/social/widgets/facebook-comments.php', 0, 0xb19b03f74bfeb3961269174547136551, 0xb19b03f74bfeb3961269174547136551, 0x37a36f539bd6296c11fcc24459eafd614a72d0e7504e80012772b5eb5d56db8b, '', 0, '?'),
(0x6fbf77072af60ace9bcea247d29c9d5d, 'wp-content/plugins/wordfence/modules/login-security/img/header.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/header.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x6fc44b44163ecc31bdaf9aa40e5f9882, 'wp-content/plugins/amp/includes/widgets/class-amp-widget-archives.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/widgets/class-amp-widget-archives.php', 1, 0x00000000000000000000000000000000, 0x671ba5e31abc2eaea629d537171d5a06, 0xf1cd475fcc6c4af79bf369f3aaf4d4298a6733b793c5163b43ee323efac26384, '', 0, '?'),
(0x6fcad75b43164f29463c9d1a53dcaef0, 'wp-content/themes/twentytwentyfive/styles/colors/02-noon.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/02-noon.json', 1, 0x00000000000000000000000000000000, 0xe985e8fa1404c2ed95502081c0dc8812, 0xcb6d63923213ca23da36aa78491430ca0ccae3eda8460333967974a81af8b9d4, '', 0, '?'),
(0x6fd330fb43b04f71ec503a0612cd2277, 'wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-es_ES.mo', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/user-profile-integration.php', 0, 0xd493b9acf8cbce11c9433d30b0bb5d5d, 0xd493b9acf8cbce11c9433d30b0bb5d5d, 0xbd21f58770a0b925c88e7794483fc507a097c5b0149e3540945e2c277556f123, '', 0, '?'),
(0x6fdf8f4b8f997edf83cb5e82fe85ea16, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/LogglyHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/LogglyHandler.php', 0, 0x3b9cdd8dba8796281f599fbfad6d4e6c, 0x3b9cdd8dba8796281f599fbfad6d4e6c, 0x366c9502e3675fc63c29566f25fb42f2bc65e6174e2f645a1c49adfe03e46987, '', 0, '?'),
(0x6fe3ae9a2d01d73b3f583a8ffb70d2a1, 'wp-trackback.php', '/home/forwardbetcasino/public_html/wp-trackback.php', 1, 0x00000000000000000000000000000000, 0xd4397d60d923deb5c0fc50a1fc0a6bc9, 0xfc8b16aabc555609316b062d4ce32e3e96dda8bd8f33237ae1c333f580ccce6a, '', 0, '?'),
(0x6fe4d9c008dff9598ac6da8594cc58bc, 'wp-content/plugins/wordfence/images/flags.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/flags.png', 1, 0x00000000000000000000000000000000, 0x5737cc2003828c28d0cbbf21ad1a37d4, 0x427808f630254c79b53690f805fa05211e97f3585c7a2f3ca06eb2363d1a57c4, '', 0, '?'),
(0x6fe5758596db9ec7623aaa51fabc50ae, 'wp-content/themes/jannah/templates/header/posts-layout.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/header/posts-layout.php', 0, 0x6bc0af7a76b12ba5fecceb70c45b2ca5, 0x6bc0af7a76b12ba5fecceb70c45b2ca5, 0x7c2eddea10b90f60506bbe90b3ff0163cfc62c1deec3ca5c0ed67f752d314ffb, '', 0, '?'),
(0x6fec62766d54b26a21602019b169ec27, 'wp-content/plugins/elementor-pro/modules/notes/data/endpoints/read-status-endpoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/data/endpoints/read-status-endpoint.php', 0, 0xa8096d78b95381bb45051d77ff157047, 0xa8096d78b95381bb45051d77ff157047, 0x5ca3174972ef05d300d170d1df16d01d8f48e694b43a5a4e0fa916ff13bdf520, '', 0, '?'),
(0x6fed935bacd06e337582c8cab99f5035, 'wp-admin/options-general.php', '/home/forwardbetcasino/public_html/wp-admin/options-general.php', 1, 0x00000000000000000000000000000000, 0x88f2fef83eaf1074eabd4c572636e4b8, 0x7211869ccfc65396b4e7bb9578e0e843f724537a058238919211e042df7b5c9b, '', 0, '?'),
(0x6ff157c2ac91f2a0d416be058f1acffd, 'wp-content/plugins/elementor/modules/wc-product-editor/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/wc-product-editor/module.php', 1, 0x00000000000000000000000000000000, 0x72290b883d886b30f9989f2b26a2a1e9, 0xc1fb47f337f61b1301ccc8d1a17fac4b65053629ac71e3c1ae74d908bc839318, '', 0, '?'),
(0x6ff35ef2db35322b659f99ddefa8471d, 'wp-content/plugins/wp-rocket/inc/admin/ui/notices.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/ui/draggable.min.js', 1, 0x00000000000000000000000000000000, 0x1a41b688a0c75b22f672f87233f843f9, 0x357388efc9a617171db15ed4c2fcfc88da4d947e117424327fe095ee7ba88f5c, '', 0, '?'),
(0x7010d0c77440d4e4fe9c0643b415460c, 'wp-includes/blocks/template-part/editor.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.js', 1, 0x00000000000000000000000000000000, 0x7b968798ee47fc791698df4d769b1c36, 0xd55494a2388a6b2a36fa34484dec3f06f32c9c0cef338be31958b981dbe0df71, '', 0, '?'),
(0x701b7b0db6a820e2253e2ffc5affeb3a, 'wp-content/plugins/wordfence/views/scanner/issue-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-base.php', 1, 0x00000000000000000000000000000000, 0x8238cfbca8e767f3207635876153b32a, 0x0b4ed8f5d22e1d93e5c130b72d3f73f7d03fd6d92cd1f1a8df9fd260832e427f, '', 0, '?'),
(0x70262ed35597e20ca9bef30617e83476, 'wp-content/plugins/elementor-pro/core/notifications/notifications-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/notifications/notifications-manager.php', 0, 0x86811d7530db3c92efc51df3ec08ea82, 0x86811d7530db3c92efc51df3ec08ea82, 0x9c634e32ce6e089e413358d32b344287814f3145520d32b0f6dd360f2ccd7e6e, '', 0, '?'),
(0x702b7ef61728a4609e98e35ff76e9068, 'wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php', 1, 0x00000000000000000000000000000000, 0xa5e0daa0119191b472f64a78bd866159, 0x36b1775af78e1f790c22d4707189939855dcde5178160511dc32310f57b35909, '', 0, '?'),
(0x703611e2fd59bd52fdf81aec8a35a4e9, 'wp-content/themes/twentytwentyfive/patterns/template-single-offset.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-offset.php', 1, 0x00000000000000000000000000000000, 0x404f6ff9be1a69729cd2b49645415d01, 0x9760a28bb97d978e39a2ddbb723fc57e483be1242138c79decea5f5354d34436, '', 0, '?'),
(0x703a942caf604f1b6c4cb42810e9411b, 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', 1, 0x00000000000000000000000000000000, 0x6ba57ec248b0c012e937bb3cbf42e1de, 0x0021a546e645a6b603d74b1c0550b3a337dfbb9430d5e60a3b3694107d8ae624, '', 0, '?'),
(0x704df5b18362aabb08a0565ac404df3b, 'wp-includes/blocks/media-text.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text.php', 1, 0x00000000000000000000000000000000, 0x5890b80e1c4d36c07c887e647ad6c0c3, 0xfcd84b6eca3a3783a759a3cbe1f098f3cf2406debdc3930e52d38614d53511e6, '', 0, '?'),
(0x70533fb2863b8f137104cbdbd11f55c6, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-content.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-content.php', 0, 0xce3783ca2e6482b2ef9ef25f4b0c7416, 0xce3783ca2e6482b2ef9ef25f4b0c7416, 0xbe9314a601ad0dea0943a4420ce77801c1e8a6e9c737893ead0a4d25a817c037, '', 0, '?'),
(0x70553f2508471af0fa4ac0afaa583d60, 'wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/comment-reply.js', 1, 0x00000000000000000000000000000000, 0xe2825530388a0a5bc687c54cf2661a40, 0x214f572c60239bbeb68377b8d13d9b72e35b9a9ee47c9af588d2a74e19211b35, '', 0, '?'),
(0x7057e498661f33efe720814ff3bca567, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAttrSelector.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAttrSelector.php', 1, 0x00000000000000000000000000000000, 0x09efbfc6985e9bb4a05a3e8f02c5b3e4, 0xb955b196a5602444d56df358ca918a8999d837a54a26c487bb864758e34bc35a, '', 0, '?'),
(0x7062a28bb7c1415d25ea9ea2535638b3, 'wp-includes/block-supports/background.php', '/home/forwardbetcasino/public_html/wp-includes/block-supports/background.php', 1, 0x00000000000000000000000000000000, 0xac58e18ee19cab281252b201089a3bc5, 0x33c345f28b099f393af7d0b19fd7e7cf119aa869ee21529823e9d3a3ec5935d7, '', 0, '?'),
(0x706b05825a90410f337e0accf80212fd, 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 1, 0x00000000000000000000000000000000, 0x4024c67147b9326b35070824a1867a94, 0xd686462a60dd27eaab4f2074b57269523aed6a30e1f392571a963da86a808b05, '', 0, '?'),
(0x707c4d35af92711ae93b7f2f6bec043f, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessagesManager.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4email.php', 1, 0x00000000000000000000000000000000, 0x6cea9869cbaf56eb1be9507ab3e2081f, 0xa532b1a6f76d226d8fd4d6e888d0e4cd366b5af50f48cbef09bc983d900aa67e, '', 0, '?'),
(0x7095f0b42ed0b00394f3815bc38d44a1, 'wp-includes/deprecated.php', '/home/forwardbetcasino/public_html/wp-includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0xeefb0b557a8726fd52bfee5332236564, 0xfad01203f914f2e8231484b9d065a3c4a8e5cda466525bb7a85fcf1e76688fd6, '', 0, '?'),
(0x70b386e7aa119a0151a9c30ff210f670, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/RawArgumentInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-author-biography/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xca82bdf5dbdc6e58a08227b6e3275855, 0x8fc50a4c5df2b20eb28b5a55133309a8fb26ef9437e401e73d5a861c856b5e87, '', 0, '?'),
(0x70b6f88d69ca4972c2df3de39c0efa1c, 'wp-content/plugins/elementor-pro/assets/js/nav-menu.7e665d03657d48aef483.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/nav-menu.7e665d03657d48aef483.bundle.min.js', 0, 0x7f5e5ac109b8b2b8f154d5c0cbc44e6e, 0x7f5e5ac109b8b2b8f154d5c0cbc44e6e, 0x13626774ff64a637e3b5afb963bbffa69390b48baea9b7965c3602013a98947c, '', 0, '?'),
(0x70b7c2db3961987891cde0679d0180a5, 'wp-content/plugins/wp-rocket/inc/functions/options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/functions/options.php', 0, 0xb9574ab582d7b22ab9dd8aff9fda742b, 0xb9574ab582d7b22ab9dd8aff9fda742b, 0x1b7332e6875d64296034bf07d3654845c0796040bc96bb1b4bee9de08d06d800, '', 0, '?'),
(0x70bbbc5c2a65eab60a0dcf88f3ebfaae, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', 1, 0x00000000000000000000000000000000, 0x22e8636410d878ca577b66a5ed8e4e62, 0x4fb0ba6a2b68c5a40ae2b5833851dcae082377becb035f70cafd43b11bcbdcfb, '', 0, '?'),
(0x70bf3a9ab464d6391a06090bc4e57f98, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php', 0, 0xadcc1c4035b4e024c4756ffa61209dd6, 0xadcc1c4035b4e024c4756ffa61209dd6, 0x851fb8c0e84e05813866fd9b13a93f6cabeafb7defa769ad1a6ebc7086dff87d, '', 0, '?'),
(0x70c4da29a7de85b2f1b432d9f87aaeaa, 'wp-content/plugins/wpseo-video/detail-retrieval/class-spike.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-spike.php', 0, 0x044886c4220ae698db0fe39b96e1d517, 0x044886c4220ae698db0fe39b96e1d517, 0x635b53b57106c003de03e381b712726ebe031943e5a5d6e4d492772ddb5088c0, '', 0, '?'),
(0x70c5a7960ae9822b52e0325ad5e7be62, 'wp-includes/blocks/post-title/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-title/block.json', 1, 0x00000000000000000000000000000000, 0x98e7f858a4d1be9a69c00c585a8923be, 0x2e2e5faece94929d1f5a2b51a79ebe9663d2a46deaa50055521612e149d0b47d, '', 0, '?'),
(0x70cb6aefa17d889375e9998917828833, 'wp-content/themes/twentytwentyfive/patterns/hidden-blog-heading.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/unsubscribe.php', 1, 0x00000000000000000000000000000000, 0x593a68330c833ebdbd6120dd91b6347e, 0x450fe8f971fab8b4cb5467bbe74f3e462debc54f02fa28cd49c69a195aa3bf7a, '', 0, '?'),
(0x70d1f8a82f1b61fe8bfbd328837a3780, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bob.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bob.css', 1, 0x00000000000000000000000000000000, 0x8e404e444cf676fff53de34cd650c90f, 0x3af2dafecf9faf63c6944d61353c11633f0bb4f549d86c32c8ef030c37b12d2a, '', 0, '?'),
(0x70d4d5b676495ed89226e3eb263bc23a, 'wp-content/plugins/elementor/assets/js/editor.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor.min.js', 1, 0x00000000000000000000000000000000, 0xacbd91d4b0e4e2b968b00db716b17993, 0x26dbe5aee0a4f609d1789a6622509e6c54a6e8510bf41a4b647b3d5c3672f5ba, '', 0, '?'),
(0x70d956f24504de39d5ff7f0e4b248901, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPositionObserver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPositionObserver.php', 1, 0x00000000000000000000000000000000, 0xaea0bbcd4a59f09cbc9e57111cb4bc3b, 0x237b0f91a4858fc94d762ae4c78b8feced1d7b2a571f9e40e1ab12345e9b09c3, '', 0, '?'),
(0x70da3a9f5f1adf43de2caf94d9e5ac0b, 'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0x21bf688d91f2fe61d825a5badb6ab0d4, 0x813f04f23230cd191883bd65f22a29eafa320ffd4851d1720ced326810a43f5e, '', 0, '?'),
(0x70ee187d47f7824a05e915ce24e2e078, 'wp-includes/block-supports/align.php', '/home/forwardbetcasino/public_html/wp-includes/block-supports/align.php', 1, 0x00000000000000000000000000000000, 0xe3ec276a9f8c016fe1bd791fb6dd4aa2, 0xe55ef07b4c37c55c628db572f203123bc347eecf8481521be23bffa1c1d6929a, '', 0, '?'),
(0x70f8da745c1a86d8fc71d894cee89b59, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInUp.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInUp.css', 1, 0x00000000000000000000000000000000, 0x4471fa3a1f2434e56b96f743879352dc, 0x17ce7c99a65f4a6105110c3337b5bab7d55ae7967835094c2f19bea05c0b09dd, '', 0, '?'),
(0x70f9c0f6971562a57e83136f426bcc5a, 'wp-content/plugins/akismet/class.akismet.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/class.akismet.php', 1, 0x00000000000000000000000000000000, 0x4ad74c0fb682e9549d36f7e164f40cf8, 0x01302d3237ee287aab70db374b8a84e54390781caf773e74ddfb3d18580c314a, '', 0, '?'),
(0x70fdc9b6980647befd990a04caf01123, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartDomain.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartDomain.php', 0, 0xb82243ea4ee31b389c137fddb742a89b, 0xb82243ea4ee31b389c137fddb742a89b, 0x8b318a55467e4a920564c71f071db7aad3dd8bd4e03dda181cdd488ee26bdbb9, '', 0, '?'),
(0x71009f4815f9fe022b8d3d25b42ccf3a, 'wp-content/plugins/elementor-pro/modules/element-manager/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/element-manager/module.php', 0, 0x8a84c881774816ba617fe02fb334c4b4, 0x8a84c881774816ba617fe02fb334c4b4, 0xf3e9097f1c164be6a592ac913cf5dbe7e6c2e5620df6b70dfbfe087653bfea67, '', 0, '?'),
(0x71037143b8a2248db21b9ee0fda88340, 'wp-content/plugins/wordfence/views/common/page-title.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php', 1, 0x00000000000000000000000000000000, 0xfdecc658ba4dbfef0afc2fe4ce3074b4, 0x7bbc18de623ca74b03f8ee3115f86a843c81a710e2d880c4b5693158a886ccbe, '', 0, '?'),
(0x71228d636febde19a33eab325268e95d, 'wp-admin/includes/plugin.php', '/home/forwardbetcasino/public_html/wp-admin/includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xb1f2e208f7a47e5cfd0e843de448da78, 0x803ef5c771fa013c30fe7d33195846c4b0b1f382a51be856c2cb81f7162fbd13, '', 0, '?'),
(0x7125e2f5d829969393756486cacb09f4, 'wp-includes/blocks/buttons/editor.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryThumbnails.php', 1, 0x00000000000000000000000000000000, 0xfbb20eef2a07944b35fb89372657affa, 0xadaffdf89ae45d9da2cfcd52f3aa7b3562a0e68d7e6cd3b58ee3402e19cdc1da, '', 0, '?'),
(0x713eabe1374b380da6b2b798665af2a4, 'wp-content/plugins/elementor/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x827fdd213f8bb3dc413156cb537f7909, 0x6b0c27d789e97fb9d58ca1ecbaff33650f214c9d31c1bf7ac91456a97a3c082f, '', 0, '?'),
(0x714c2ad033c7a8f3634e3964a2cc6028, 'wp-content/plugins/amp/includes/embeds/class-amp-youtube-embed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-youtube-embed-handler.php', 1, 0x00000000000000000000000000000000, 0xdc82a65cb62d5156fc40578a05933c6e, 0x812b2e0c87a633981d26caeee51d2749b793a6a8894b7ce50d79ce796544f8b7, '', 0, '?'),
(0x714c8b05fc02e5f60f104910974c6383, 'wp-includes/class-wp-recovery-mode-link-service.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php', 1, 0x00000000000000000000000000000000, 0xebbba46d867ce9522ba5f8ef62b39b69, 0x54b571bda7fb11187fa0997ebd18d5506809dba62eb434855bae1285e0802b44, '', 0, '?'),
(0x71508f3f6540bab6a4f5f22d84cdf3e9, 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/1.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/1.png', 1, 0x00000000000000000000000000000000, 0x37992633c0746227bc33a03bea7c17b6, 0xecb86dd46e51d575699e43a2803e3a92b0f079dddd620d7ca3eadf1084f2c4c6, '', 0, '?'),
(0x715564907075c3e2c6a6bf4e867d4b35, 'wp-content/themes/jannah/framework/admin/theme-options/advanced.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/advanced.php', 0, 0xcce71499383f64a0876c70748ec364bb, 0xcce71499383f64a0876c70748ec364bb, 0x49f0e206507b551c1e60a1de670f00b25d640684765056671f07f8e3b91da80f, '', 0, '?'),
(0x7157bf3199a17c931d332c7310665101, 'wp-content/plugins/elementskit-lite/widgets/team/team.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/team/team.php', 1, 0x00000000000000000000000000000000, 0x302500048cd22997c8d08f00b5714947, 0x2e34b70b1e53eb8dd0dd84a9e63a6df23d3354617020a23ec46729825c0685ca, '', 0, '?'),
(0x7158b06d78ff676de9a1916230e4010c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset.php', 1, 0x00000000000000000000000000000000, 0xbc737be123d437e6a91f85c45488bf41, 0xe713d171a6560f4343e392427de2d5a1bff398c4d47d93c3cac3dc269d55cc34, '', 0, '?'),
(0x7163bb895fb3e0d2d2b2dbaf118a102b, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.serialize-object.js', 1, 0x00000000000000000000000000000000, 0x062a8544d0420d750f9f36aae4d3f221, 0xa9c0608e1952d4b6b532c980a26092b54d78170ececf69cf47a0667ae64332a2, '', 0, '?'),
(0x716a708551d82a730c924b087dfbeaa2, 'wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.js', 0, 0xaa3d8d12c11c840bbc64a1431b6fac9c, 0xaa3d8d12c11c840bbc64a1431b6fac9c, 0x83d948777c6ceef33992b08abd49fc739f0bc05f9eee80accf978fa8b952ec3f, '', 0, '?'),
(0x716aa4e64f2e43b8deacd0987dedf9c7, 'wp-includes/blocks/navigation-submenu.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-submenu.php', 1, 0x00000000000000000000000000000000, 0x5a343bbf2f5d0f89a99800961643606d, 0x72b08ed918f0aafaf07acbe46ce361213ae609c6c3b99817d7fc532e74ceeecd, '', 0, '?'),
(0x7170b0b8035827352315dd34c12c090b, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Tables/Cache.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0xfb8b6f8b7cb4914e9b81895b9dfb4ee3, 0x6db984e4e6336d57e988bbef18d6a605822c1c630ec3ad27b0e95d3920674920, '', 0, '?'),
(0x718171f401462314aadd888c9caf84c6, 'wp-content/themes/jannah/assets/js/single.min.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/single.min.js', 0, 0x899d1b931a600cb2cb634c6390686344, 0x899d1b931a600cb2cb634c6390686344, 0xb78713a2cac397ccc7ab6e54fc01b2ecde9aff0f28b53848816b5249f3c784d6, '', 0, '?'),
(0x718d9d66f9bcf74548f837c264edf5f6, 'wp-includes/css/dist/editor/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/editor/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x03d501a9017a654adab6809cf68f0b42, 0xc67b6ad743d36e1db6ad2aa87f990a4e698b9802fb457bbd91c09c74bbb9f32c, '', 0, '?'),
(0x7193da80224e6b765209de8c0107361a, 'wp-content/plugins/disable-gutenberg/inc/plugin-core.php', '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-core.php', 1, 0x00000000000000000000000000000000, 0xc9a0e2d5c8b62117871c81df9486565e, 0x096c25254c71632100c36879061bc010bf9faa97f1c8077274af3255653a4e25, '', 0, '?'),
(0x7194731edf1b0c84b4c69ee0c3b9e5d6, 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 1, 0x00000000000000000000000000000000, 0x14c29e35462547a90c8190034fa705b0, 0x15e2632602a0809058526bd600da7d1613bb439ac980b93f34d21aaf32202f4f, '', 0, '?'),
(0x71954d166c472497b05e6f6629dca448, 'wp-content/plugins/elementskit/widgets/motion-text/motion-text.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/motion-text/motion-text.php', 0, 0x2f637aec16fdd2081e9ac347060b549c, 0x2f637aec16fdd2081e9ac347060b549c, 0x65db8f9ec614796a6486853cb84e78695089f70693353f741dd04ac2b77ab681, '', 0, '?'),
(0x7199c18a3b17ee149e57720378711cea, 'wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.strings.js', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x719aae333edaac7fb7795b5e129f8bf6, 'wp-content/cache/wp-rocket/forwardbet.casino/category/direct-login-betforward/index-https.html', '/home/forwardbetcasino/public_html/wp-content/cache/wp-rocket/forwardbet.casino/category/direct-login-betforward/index-https.html', 0, 0xe11a4f9e5c3b173704a0e9fafd64ea4e, 0xe11a4f9e5c3b173704a0e9fafd64ea4e, 0x3703292ad123332c23abc5da46c0f96a9924f7b752176f7f91b7580a4add49d0, '', 0, '?'),
(0x719e2a3b5b6c523ad2a137651e0516da, 'wp-content/cache/busting/index.html', '/home/forwardbetcasino/public_html/wp-content/cache/busting/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x71a0161bf22eeb85e0f607471175e024, 'wp-includes/blocks/comment-date/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-date/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x65000fd1fe382fd118103e59edd3fb46, 0xc11ec2bd327d85c938657abf46ec3e58cc3aa966c900598222a14dcaea84b402, '', 0, '?'),
(0x71a0d85afd0b05003d73880ddfcd0dd3, 'wp-includes/blocks/text-columns/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/style.css', 1, 0x00000000000000000000000000000000, 0x1c6199c2a661789d3ab2fc605d275eee, 0x0efe65c2b1f1b251fb6eac538482303e2ceb69287448556eb45af3290e01cf4b, '', 0, '?'),
(0x71a1de7f9dd2522bd27119f91a8a32fb, 'wp-includes/js/dist/edit-post.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/edit-post.min.js', 1, 0x00000000000000000000000000000000, 0x92cc633e2edaab1670b5cf4225a5e907, 0xeef7d01304fed760c987970a89239dcd3e3f135b4d9b1ece510cf8b0b86862fa, '', 0, '?'),
(0x71a62c57c6c0daaa249377af18c4a440, 'wp-content/plugins/elementor/modules/library/documents/page.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/documents/page.php', 1, 0x00000000000000000000000000000000, 0x0a6bd545cd9538ed21b2f17b2ff7f5ee, 0x6bf45b9ffe8e7687acee812049e04d23a3807df8851b371718205537e9af19de, '', 0, '?'),
(0x71b3ec52a430ceacd8f01535fa2b8d45, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php', 0, 0xc76f093b5450f93cfd56c1bcd24011e3, 0xc76f093b5450f93cfd56c1bcd24011e3, 0xa60b5902f746cac26e2c98ced174e90e55d153afdb487fccac4066af8fe8a27f, '', 0, '?'),
(0x71b4f33023cc24942f0bcfc971680a07, 'wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/SipHash.php', 1, 0x00000000000000000000000000000000, 0xaa354f02263fab9d0b45ba09bbbb2516, 0x5e25258e6854158afd2c911be6fb0716a8b3be146b32acc8ae6e3d6e253ad2ef, '', 0, '?'),
(0x71bdf6459f8776ba857b975a9a9de25b, 'wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x717eb16691a69ca5ef8ccdeeeb9322e1, 0x70112cd52d1003da67577fbf878105d48ef5bc1e5782d22e63fd4582a2b2e24d, '', 0, '?'),
(0x71be863540a32a3df52610b4e65c58e1, 'wp-content/plugins/wordfence/lib/wfHelperBin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfHelperBin.php', 1, 0x00000000000000000000000000000000, 0x3befd72117b7c88dcbc93451d5de5823, 0x921b97d5b9252df81f165eea857183e25514ca71e01b4de9d20c655993eaf08f, '', 0, '?'),
(0x71c52427368b6508e2fab6f72d57115d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php', 1, 0x00000000000000000000000000000000, 0xd8abc1e39ae9fbffb5bef876a6f7b21e, 0x8fcf68bd1480b34703384a3422471860a68713ef9fc7968c0bb6db4d4482af7a, '', 0, '?'),
(0x71cb61cb776c997f6c4f9757e5c5c651, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Exception/InvocationException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Exception/InvocationException.php', 0, 0x0cbe65e801383a795e057303b4d84693, 0x0cbe65e801383a795e057303b4d84693, 0x9481eaa326671641a3639f652e11408890b7f687e701c9c9cb0be0018ea8af9e, '', 0, '?'),
(0x71cc03d71a3950ef9768649de90d4e36, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInputmask.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RocketLazyLoad.php', 0, 0x1e21e900b09978ff69d23079e1260007, 0x1e21e900b09978ff69d23079e1260007, 0x0802f37d2204e20083e71afa43d9dcc1d3065c2222f2f88548bdc9439e89d2df, '', 0, '?'),
(0x71da5509ff0a9382b7b605460b06dd78, 'wp-content/plugins/elementor-pro/modules/theme-builder/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/module.php', 0, 0x4552ff81d80272a5049b296352f7e759, 0x4552ff81d80272a5049b296352f7e759, 0x57c8abc1c2dec59ca8a770a5248227d5837f06a91e3b4e2731e64d65f86ecff7, '', 0, '?'),
(0x71dd473ea435808f8a892b00ab31b27e, 'wp-content/themes/jannah/assets/js/parallax.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/parallax.js', 0, 0x9e03be2b2bf0ee6a76b11aac23d4b60a, 0x9e03be2b2bf0ee6a76b11aac23d4b60a, 0x77497b04d7d913d625e87c6b7bfe8c7269b8e6b373600553b8b5f3860caa353d, '', 0, '?'),
(0x71df242d6802ec1eab58721262313359, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionVersion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionVersion.php', 1, 0x00000000000000000000000000000000, 0xb2570d5edc9fda40a57a0bb3315897da, 0xeec7c9c9092ec2ca44d0d753b8d086ed97c7e4cf7410f3f0e3ae855128ef0c4a, '', 0, '?'),
(0x71efe5cd023fd0b989ffa2d032425d80, 'wp-content/plugins/wpseo-video/detail-retrieval/class-videopress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-videopress.php', 0, 0x77b5a7a104fefc823f790b82f2f59a99, 0x77b5a7a104fefc823f790b82f2f59a99, 0x4c44e8d6b1621f048d9f26d3e8f87161eaa90734dfdbec27c4204459b11eb695, '', 0, '?'),
(0x71f03bfe2ef72c7832568e4885ec8065, 'wp-content/plugins/elementor/includes/controls/textarea.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/textarea.php', 1, 0x00000000000000000000000000000000, 0xc3bed95e7a14de68c359f932e4d9c14b, 0xa980e5190ce042112fd732e56cb944878d3960efdd8bf421643baa36fae2a8c9, '', 0, '?'),
(0x71f57411280d112ef0197f88492760c7, 'wp-content/plugins/elementskit-lite/modules/controls/control-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/control-manager.php', 1, 0x00000000000000000000000000000000, 0x92a67da381caa654510a4506fcc77e94, 0xcaa72ff0b748d86bde536c8a36b72257989f2bca69389764cabc020bf48237f0, '', 0, '?'),
(0x71f5f069d6ac79dd6499f5a4152b4f27, 'wp-includes/css/dist/commands/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/commands/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x72d1716e24d38bf7287ca1e43dbeb117, 0x447f53af048dba6e2185efc0500e090ec4d0fc61fc359c9f9a1402d339602b76, '', 0, '?'),
(0x71f5f33f435843d5109cbae18d224e18, 'wp-content/plugins/elementor-pro/modules/forms/fields/tel.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/tel.php', 0, 0x752fcc8d5b2cc22f12afee5029ee4a5b, 0x752fcc8d5b2cc22f12afee5029ee4a5b, 0xdb7fa3ed210f80d61fb6cac9c82e3e94884207de0b458f9e2dc3fb7a37753554, '', 0, '?'),
(0x71fdb51d99689d00277622318a6b1783, 'wp-includes/blocks/comment-author-name/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-author-name/style.css', 1, 0x00000000000000000000000000000000, 0x0c83e578c1390dfa700d9dd8cd384b07, 0x8681017cc9dea7424f436f18da69ea379ce9371cb33d995f21a2b55dd091a685, '', 0, '?'),
(0x72045be5cb73323c1108a5b4a68eb275, 'wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss', 1, 0x00000000000000000000000000000000, 0x673c519750e43bfb7afc985bd1a8c9b9, 0x81b58b946abd516f808807e33c3ebc0afbc5f90f59a8f7ad889f673104bc627f, '', 0, '?'),
(0x7209daa8885b4b55269ec65a5d96a354, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products-base.php', 0, 0xf2990f19e36a46f5e6eddb80ec2e454d, 0xf2990f19e36a46f5e6eddb80ec2e454d, 0xc796c894507ee63f02d6016a307bd6674102f25f6de7214154a7a04b8f9f3cda, '', 0, '?'),
(0x720c94ae6892c57686cf4c6b2f8516f6, 'wp-admin/network/upgrade.php', '/home/forwardbetcasino/public_html/wp-admin/network/upgrade.php', 1, 0x00000000000000000000000000000000, 0xe87b029f31a88b1b681577f2c2330475, 0x6f237ce05635873a18bb50fcfc4c062703ce7c71a38f7c9135b0392e2ec35439, '', 0, '?'),
(0x720e7f58d754782699767374ead827a4, 'wp-content/plugins/wordpress-seo/images/academy/ai_for_seo_icon_my_yoast.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/pullquote/style.css', 1, 0x00000000000000000000000000000000, 0x45695caae30875456ddd5ebda595db61, 0x83522a0f553238a0520bcc070821ab020545f5688d7b09d1f01fc50a9c3ddb17, '', 0, '?'),
(0x7212d7103d70334b20b63d77945b49da, 'wp-content/themes/jannah/framework/admin/assets/tie.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/assets/tie.js', 0, 0xefeaf4a596066865455596b01557d256, 0xefeaf4a596066865455596b01557d256, 0x6836efa6896c94d8951e69ac8f8614324b3b1b64f7324b998d014a71503efc41, '', 0, '?'),
(0x721752ba4e7f6221e12b4c9a9acf4a6c, 'wp-content/plugins/elementor-pro/assets/js/nested-carousel.72d7c7e8361a33112452.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/nested-carousel.72d7c7e8361a33112452.bundle.min.js', 0, 0x4b07ffd6cf2ff7d859bfeb90f84c0ba5, 0x4b07ffd6cf2ff7d859bfeb90f84c0ba5, 0x990ce2cd28e9337b3719c46e1db03062032b8fee12cdeca713b587421657f66c, '', 0, '?'),
(0x721774355a30efcacf505cd708eb117e, 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/sections/addons-container.php', 0, 0x7d532065382b2543decaabaec62af9e4, 0x7d532065382b2543decaabaec62af9e4, 0xd042689e31f7ca0abd8f2ce3177624cc2a5fcaef1117df4bc5d8f99f38097e02, '', 0, '?'),
(0x721ccb55908ff661f06486117bf4e7e1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeveloperMetadata.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeveloperMetadata.php', 0, 0x5012710c6703878786201df3b30c60ee, 0x5012710c6703878786201df3b30c60ee, 0x40e25f0f2f2665b89dd18b0a3f0a4b4f51bc454f0f5e2ccb20f8b22269eb86a5, '', 0, '?'),
(0x722b7a6b3bbb2005340618afe6574913, 'wp-includes/js/tinymce/themes/modern/theme.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/themes/modern/theme.js', 1, 0x00000000000000000000000000000000, 0xefb528339d6fde55ea32c59d558a3299, 0xbd32172eaf7074fa2272c56029b8eb0d0e2e43dc6c06c75c1a089e179c424958, '', 0, '?'),
(0x7233008897033de5ee0d14f86a42a65a, 'wp-includes/js/dist/widgets.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/widgets.js', 1, 0x00000000000000000000000000000000, 0xd8921bd345d4ac2335e4aa0db8139965, 0x6ddc502df8725c6f8ecbc512eadb6dcb63a76710b3f25d3dcdaff6126ba2abeb, '', 0, '?'),
(0x72486fefdad0ff0781400a992b850f5a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/CacheTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/CacheTrait.php', 0, 0xdf8cf35c15f6bd8487e891862a1d270d, 0xdf8cf35c15f6bd8487e891862a1d270d, 0xdb9ad0f203e257e32ee1dfdc27584bccbd1b043b29ff705ce9f97f1a2ddd73c7, '', 0, '?'),
(0x724870f43517a43c5c2871b541e09852, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MutuallyExclusiveAttrs.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', 1, 0x00000000000000000000000000000000, 0xef096eda7b9ef19dc900e8305524c0f1, 0x470ad8c94b7306f1b5dd4927abdb156d79391a56add144155c3add12c487eba8, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x724bcd42f36fcb716f5e65b2c35af97b, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-7-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-7-render.php', 0, 0x2bd443b5c817147395b5499f318b47f2, 0x2bd443b5c817147395b5499f318b47f2, 0xa108975c78a879a2b56c02254bc4b26666eafd394bfce97569f88dc29f3d36b5, '', 0, '?'),
(0x7251764989fc758243ec06c63c807ac8, 'wp-content/plugins/elementor/modules/apps/admin-menu-apps.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/apps/admin-menu-apps.php', 1, 0x00000000000000000000000000000000, 0x1606787407ea2f98d766b8dfcdb54a8c, 0xdf3a19757eccc304390e75cd9f1860ee0182a18f0e4c7f12564a3febb934e9d0, '', 0, '?'),
(0x7256799d5929198db5d772beaf0a66e8, 'wp-content/plugins/wp-rocket/assets/img/icon-i-circle.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/icon-i-circle.svg', 0, 0xa9ca1a132dff8d6ed34a6cb5c2cb5237, 0xa9ca1a132dff8d6ed34a6cb5c2cb5237, 0x774c1fe181691b8dfdebfc915fa87e257c229a873847d1b24cbbfa3e45948f29, '', 0, '?'),
(0x7264640122262e3162029ea8514d8edf, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php', 0, 0x00bc599b6d6cc04bfe83049291842632, 0x00bc599b6d6cc04bfe83049291842632, 0x0c4d4d8128f0abf184197630b3678ecb3d8376e465ae909ff9cccdc0eb3fd2e0, '', 0, '?'),
(0x726586fc1327dbb7f3313164e5df38b3, 'wp-content/themes/twentytwentyone/style.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/style.css', 1, 0x00000000000000000000000000000000, 0xb4339cf73c5bfe52eae80d982f03b421, 0x28a533fcfaa99cf7e48a0029f897fa007f58f50480e81647973ce9bbc94773f5, '', 0, '?'),
(0x72749f49c28c675bbccb3b08a0f5ec3f, 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x0d56de4e85636b30e37d2f10f5d583e5, 0x6eeb4ba0d06b5ac27fd609c097f20fb1204e0424209f2045d09a8fb9d765d824, '', 0, '?'),
(0x727d7114d5d4329275fdc67ad03507ea, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php', 1, 0x00000000000000000000000000000000, 0x0008374aeca4b30aed46cf325c784675, 0xce0c42db253bf7657f611df8caf34f0f1996c36157fad5e3b76e3c1c818b3519, '', 0, '?'),
(0x727e9940618c66782ef09bc65110aeea, 'wp-content/plugins/elementor/assets/js/frontend.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/frontend.min.js', 1, 0x00000000000000000000000000000000, 0x79d612c1fe403a05b3f9059f504b6663, 0xbebbfda9e8378fd3b2bdb6f5c4d0010b03df07174afa7470168b68f21bdff88e, '', 0, '?'),
(0x7289286ed59e90a8f36ae797df62220b, 'wp-admin/js/media.js', '/home/forwardbetcasino/public_html/wp-admin/js/media.js', 1, 0x00000000000000000000000000000000, 0x1d91892fdc6484ed12f0621271f63001, 0xa16d320edac1829a0ab665b18691ecd362872b48cf4856a0679ca2ea96830f40, '', 0, '?'),
(0x72912eaf2206290b1cf35f702aaf9878, 'wp-content/plugins/elementor-pro/core/connect/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/connect/manager.php', 0, 0x488fe6d08d37f4944b014e61cfc85798, 0x488fe6d08d37f4944b014e61cfc85798, 0xe433b460e87cb448d87d37f23aec38ebb7073b818768fa34fcf02206fcfb7af3, '', 0, '?'),
(0x729c2c2d68012767acb7f2c522c72ef6, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Message.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Data.php', 1, 0x00000000000000000000000000000000, 0xf9f8f4b0f48eb0a73a787b97e3839aea, 0xb0152e4a2a72490f2d225989f671e717e2077ddb702ad609993cbd36f03bba7d, '', 0, '?'),
(0x72a2a0d50b3a8baaf1145b4903a87df5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRiddleQuiz.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js', 1, 0x00000000000000000000000000000000, 0xe399938ad5befe1bc4c840065e9ff366, 0xc5ba9f8abe995d70d1c601af9e820da4787afbd3c042812d706fc746e92f2175, '', 0, '?'),
(0x72a57a18bd5f877d7600e7bf5c9532e1, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/initial.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/initial.php', 0, 0x5c66e6eaf756a0c80cb45457dd0816cf, 0x5c66e6eaf756a0c80cb45457dd0816cf, 0x36b7a85b0ba93b086511ca17f59d50db742505060baf1dcf8f3017dbd3143410, '', 0, '?'),
(0x72ac1e49df3d02baec4e78585d2dc831, 'wp-content/plugins/elementor/assets/js/packages/query/query.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x72b3bfaf8267b44bc251619bad571940, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/traits/tag-product-id.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/traits/tag-product-id.php', 0, 0xcfc241f168db2b99517f969423ad953b, 0xcfc241f168db2b99517f969423ad953b, 0xd5eab0bc7c154bd2227ea41bbca797a1ac0ad20831282632903d74756cd60867, '', 0, '?'),
(0x72b69f02f6e1261845f616ca6544a371, 'wp-includes/blocks/social-links/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/social-links/editor.css', 1, 0x00000000000000000000000000000000, 0xdc80f47a2b1231cb58aa24cdf487df0a, 0x08d912b1aa06f92c31d05a07fd9e13f595a39c3fba414a7b5bb7d04c404c0a58, '', 0, '?'),
(0x72b774dd12318a9fe9be60a4eed0cf95, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteAmp4email.php', 1, 0x00000000000000000000000000000000, 0xd727d4bcf35f3607e55e53c5395db66b, 0x9a25e62afa13471a5eb67873df828eb3c7bc90071ae20cdf97d2f7da90745541, '', 0, '?'),
(0x72c9c74359e6efaabe2983312389f699, 'wp-content/plugins/amp/includes/sanitizers/class-amp-rule-spec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-rule-spec.php', 1, 0x00000000000000000000000000000000, 0xd09b5f28aa4dfc57438e0ff72d2f8e16, 0xc5d7ffc81d1497ecc1d1a3d439e960d5342d4f20f12eb35da76954ddf9e35b0c, '', 0, '?'),
(0x72ccf2f30c555fc4d97d81ee18374bc3, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostResolver.php', 0, 0x4fe92a21182a5edda990ae2d799c11f4, 0x4fe92a21182a5edda990ae2d799c11f4, 0x844bdda381994dde5394225545aecbb631360ebe56bff393bde1251698c12ce2, '', 0, '?'),
(0x72ce18896fc066973ae167fe582795bf, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/sitemap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/sitemap.php', 0, 0xb9f26f8aa56700de1bd2057b9baca15a, 0xb9f26f8aa56700de1bd2057b9baca15a, 0x8ca63f91847efce72654b37d125959eb34b2d402dc4534cb0d4024ceccfe8cd5, '', 0, '?'),
(0x72e0c7d625491a6c4b5db61127ae2f3d, 'wp-content/plugins/wordpress-seo-premium/src/main.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-previous/block.json', 1, 0x00000000000000000000000000000000, 0x23966e719636cf9f5cf40c02801db0e7, 0x00f565d327936120aff632a6be41dd12ec3d46645d1430978f9524662ae86440, '', 0, '?'),
(0x72e785baded01d7cabf0e3b43e7c5e69, 'wp-content/plugins/amp/includes/templates/amp-enabled-classic-editor-toggle.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-block-supports.php', 1, 0x00000000000000000000000000000000, 0x509a0c217b8cafe641fe8d95baef091d, 0xb511949f46dce7d7340505ccc8a80d9b04627d92305ad3506caf5d32e4f5fa59, '', 0, '?'),
(0x72e95fe8062f99cd48473dcd25973cba, 'wp-includes/images/arrow-pointer-blue-2x.png', '/home/forwardbetcasino/public_html/wp-includes/images/arrow-pointer-blue-2x.png', 1, 0x00000000000000000000000000000000, 0x256de214110572de8c5d34b8391163cf, 0xc1b07b26444fc07a9bd3418566f32fc9cf67c3a18fad86edcfc4415d7ec028e7, '', 0, '?'),
(0x72e9f6107287284aaf67f728a879ad74, 'wp-includes/js/mce-view.js', '/home/forwardbetcasino/public_html/wp-includes/js/mce-view.js', 1, 0x00000000000000000000000000000000, 0xfbe028f261335bbb868ccf4deb997a3e, 0xe242ed09caf03d3c47bd63fe4f9ec92e80ceb7370ec1dbf9e2b129660e89d6d3, '', 0, '?'),
(0x72f286ee6a8086b7f6b6fd37f113305e, 'wp-content/plugins/elementor/assets/css/app-base-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app-base-rtl.css', 1, 0x00000000000000000000000000000000, 0x6c0ab2e98f685d240bcdddf313250e0d, 0x85ad4950e5530f1536ee5542b2f4d563adc83bc9bd17c26194c8e854a893ef01, '', 0, '?'),
(0x72f729e610a1f20ce9fed265dafc6cfc, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/embed/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x8899c6e82f9b1c8650b35c4138dd58e0, 0xd31630c5459ec348b3e9f58c43e59fdd19675cfa2c31f96d05bba623fa357d98, '', 0, '?'),
(0x72f90fce0a97db62b0952315f0a9e97f, 'wp-admin/css/media-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/media-rtl.css', 1, 0x00000000000000000000000000000000, 0x0a821a8ba832df88a5908d9bd41f79f0, 0x060e29b97437bc736bfca9e3b57f622033f8dec192e8464dac8dabc93808b640, '', 0, '?'),
(0x72f937b2c82f792ab861da9b505d2030, 'wp-content/plugins/wordfence/views/blocking/blocking-create.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/blocking/blocking-create.php', 1, 0x00000000000000000000000000000000, 0x42a1569fedb346d7e41f27a3e86a6e6f, 0xb10de94b9c61549e45bd661f3c4d684db9d0c0468cf528ec9be4dcd5ef3450be, '', 0, '?'),
(0x72fe37ab81b73e844609738c22d729c8, 'wp-content/plugins/elementor/includes/controls/groups/flex-item.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php', 1, 0x00000000000000000000000000000000, 0xe41f6d1e36fa200b55ee816c53e0a160, 0xb6ba280194c2bf9aae82a48583fa47b5228b2d1ab193a84cca680e20a6ab3920, '', 0, '?'),
(0x7305640a4d3ee38939c653c7ea37ad7c, 'wp-content/plugins/elementskit/modules/sticky-content/extend-controls.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/sticky-content/extend-controls.php', 0, 0x48d6cb026c34734f361af43a95db1692, 0x48d6cb026c34734f361af43a95db1692, 0xca7140e4d783f405d4d4ac445cbd1032ee534e1b8a346235be7f315188dd4018, '', 0, '?'),
(0x730e8bc03fc7e26f9dfc6a817ac1a5a5, 'wp-content/plugins/elementor/core/files/css/post.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/css/post.php', 1, 0x00000000000000000000000000000000, 0x4445df04ccea56c4169f1a5748a145a4, 0x0f49843351e5013d5007e8ccd0837ccb431b993f65813e1e10dc7a95bb42194e, '', 0, '?'),
(0x731226dce7b99706a944436ce573bf48, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss', 1, 0x00000000000000000000000000000000, 0x9cab94ecffa0dee7218b3cba39e5d3aa, 0xfb14af3accb6264520880b0040d8bcb76bc55002039909f36e32521398490fd7, '', 0, '?'),
(0x7312f28bab41739459bc12baf8b8445d, 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php', 1, 0x00000000000000000000000000000000, 0x964ea15272d07b42019ff0dd0dc6eb90, 0x720196f93ead4784cfff0cba1dd407cd36dd7524c9d75920be2b35f92c325d81, '', 0, '?'),
(0x7323f495442a62badd473f21c25369bd, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/referer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/referer.php', 0, 0xbe1f248c097e8562c70bd5221b771838, 0xbe1f248c097e8562c70bd5221b771838, 0x53643eb78d3f8ba4e276879fcac637228359df629e976e6560dfec19519ff192, '', 0, '?'),
(0x732a66c71bb8a5b78264f5c6a9fb23e3, 'wp-content/plugins/elementor/assets/js/editor-notifications.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-notifications.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x345b5b38c25d19b94cdab18c29f3a737, 0x19ec5b263ec57d38de14d0f39196099a2c618b9d38c2bf64ced2d8ad3e2e5262, '', 0, '?'),
(0x732d46d3649b8f9acf8a8139cbd0cc90, 'wp-content/plugins/wordpress-seo-premium/classes/premium-assets.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-assets.php', 0, 0xaa27d35ba1df1bdf95e71ab07760f053, 0xaa27d35ba1df1bdf95e71ab07760f053, 0x767a9f9eefafcac939e72f18bb38d831834e9d51039e02d54e5f2c7c53d45a9e, '', 0, '?'),
(0x733c24c21c869b32ac67f2ef4f3be9e0, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/Compiler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/Compiler.php', 1, 0x00000000000000000000000000000000, 0x0cab71f09bf1069ea8567911cdaac638, 0xb190914619e69f2ed1ec6e9a8987a7d1b48f586c7314c34eb27ea61a886a4404, '', 0, '?'),
(0x7340910cd546529106bd8043ccf8d08c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SheetProperties.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SheetProperties.php', 0, 0xdaa60af0eeda79bf86f74207e89a23f1, 0xdaa60af0eeda79bf86f74207e89a23f1, 0x95d60d42c2aa9c6da9ec3a2b719389a80b90288b719a3e097d03fe7ae4b322ff, '', 0, '?'),
(0x734487878bf9cbec49368a847c55f65f, 'wp-includes/blocks/post-template/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0f4b6b44a7277fca1c99328006c089d4, 0xd645ac32ecb0813b2b695fd0dfc0d014ab7f054206e3e03b6c2a2ef2b2df42ba, '', 0, '?'),
(0x73464585e084a521fda8d86df04c2855, 'wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-box.min.css', 1, 0x00000000000000000000000000000000, 0xd9ef20100a5609ad3a55cb81a24ef762, 0xa1073d21fc76ca2fc98171b121343d5ede7233379bd777f6efa90e39cd1ff454, '', 0, '?'),
(0x734c965981c503ce439b0e916118f297, 'wp-includes/blocks/embed/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/style.min.css', 1, 0x00000000000000000000000000000000, 0x5cba226dae1f5d8cae4091ddc243f2d3, 0x2afec493be2346cf9a006ab282d96b8ef6bf828735689935aadda29dc73ceed7, '', 0, '?'),
(0x734da1cf92861afab067116393ab32c7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/JWK.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/JWK.php', 0, 0x9c034a3f83cb33d232c088ff4fc525ee, 0x9c034a3f83cb33d232c088ff4fc525ee, 0x0a5a3648276662cd86a6aae0258e748ab40dd1e7cd3860a9265238647f1c2b1f, '', 0, '?'),
(0x7356945217f52c13fc245bce4a8fedc5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceColumn.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceColumn.php', 0, 0x2793abeadfe6a87007dbfe0be152b357, 0x2793abeadfe6a87007dbfe0be152b357, 0x00121b69e3d2024dde2a39bc4c163550dc1210ee72c2c192ddfd0a8d34fac2f5, '', 0, '?'),
(0x735da6d9b2a89c2c6f01d70478f00330, 'wp-content/plugins/wp-rocket/views/settings/page-sections/dashboard.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/dashboard.php', 0, 0x1e0eb99c147da9fdb6a1646c72c31dbf, 0x1e0eb99c147da9fdb6a1646c72c31dbf, 0x7827843d3599fe86baf2de686f2de3b182cc2e7ed50d86a414a1438c6f1652bb, '', 0, '?'),
(0x73600bf459e312f52cb1d9e5f3e4d2b7, 'wp-content/plugins/elementskit/widgets/facebook-review/markup/only-overviews.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/markup/only-overviews.php', 0, 0x663297a48e0e2a3e3583d406922eff46, 0x663297a48e0e2a3e3583d406922eff46, 0x94fadd3b1593bbba7df59cd7960211bf468877d5fe1358f39db318a2e145fc78, '', 0, '?'),
(0x73614fb859880e2c7e729de0b5ad6bc3, 'wp-includes/blocks/search/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/search/style.css', 1, 0x00000000000000000000000000000000, 0x96dc509f4de1c8d338b93b0e1dee71a0, 0x747a46aa1a561f2421ee0ffa0edcf066c1c3cd266408370f584cfb33ca3ce9cd, '', 0, '?'),
(0x736f958dbc8eabeacd659d6cd2dd06bf, 'wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/ai/layout-preview.min.css', 1, 0x00000000000000000000000000000000, 0x1d3b1a9204bca2347349248a18874dd6, 0xd6bf80750c98d983eeefe483afb210db0efb2c4e6955d9e53974116d494c14ba, '', 0, '?'),
(0x737bb099b0b7ad19a9a53fad45833813, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SlicerSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SlicerSpec.php', 0, 0xa04d3590ab9c6207c03d4cfaf1ad449b, 0xa04d3590ab9c6207c03d4cfaf1ad449b, 0xcd451a33d6f9d0fcb5f001ae6a234b8e2483fc0506ad444abd31451252628738, '', 0, '?'),
(0x737d5b842a6a347ab7f60735f3ef6f0e, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-settings-post.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-settings-post.php', 0, 0x9357510e0660674e954fa06193e81a74, 0x9357510e0660674e954fa06193e81a74, 0x1b0d26f7ae7af060ee800070c73f10845a19b83e4fd7d2912e4203cfec419a10, '', 0, '?'),
(0x738572bb6b2d45f95a973ab1f0cc6d9b, 'wp-content/plugins/amp/includes/embeds/class-amp-wordpress-embed-handler.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php', 1, 0x00000000000000000000000000000000, 0x113e3b43c790b15e33a9824c9283596c, 0xfa04a2c808917f6cfafa262a1803faeb5aa2a017d7a6ac63b413d115629b335f, '', 0, '?'),
(0x7387f3c9e6e0c5078c75c005a184fb74, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/NullLogger.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/NullLogger.php', 0, 0xad46af7030b1a6430c2ff5fc162ceb50, 0xad46af7030b1a6430c2ff5fc162ceb50, 0x5eecad72c1e38d4c042fadd9bc33e0fea823206b7d0b0a4fa2c9eea462db29ce, '', 0, '?'),
(0x738cc9ba8c59bc35fbb28f13808a3545, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Picture.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidErrorCode.php', 1, 0x00000000000000000000000000000000, 0x2ba43c987d302b6fea49da49375d69f8, 0xf36d8fdb8ad195d5eddea3dd59b88c3eaff8a3603daac01aa58dbd17708daa91, '', 0, '?'),
(0x73951ef14b2c66aae111030f9e5ca7dd, 'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', 1, 0x00000000000000000000000000000000, 0x871c6c205b5fb83d6f4b840eb746233b, 0x785f0b7677d0dee7943f727e91fa9b783fe1867d8470a2f16ee892ed5449376b, '', 0, '?'),
(0x739a4cf19377ffd1a561be3fd718901d, 'wp-content/plugins/elementor-pro/modules/gallery/widgets/gallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/gallery/widgets/gallery.php', 0, 0x6fc500701aaa83e458af03cd65d973ef, 0x6fc500701aaa83e458af03cd65d973ef, 0xa1a976f3b0561fda9b7f0985c9efebd8039e557c3f2f0ceea33b42f2f3ed4467, '', 0, '?'),
(0x73a349eecbd03b330a883817287fe307, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php', 0, 0x0a68f3209d5dfa9cd039ee768664486e, 0x0a68f3209d5dfa9cd039ee768664486e, 0x1d292072ee3c1ebc374119e05385bdf769895a58264225d5af7c04d2916588c8, '', 0, '?'),
(0x73a43d0ad7dfaa3c614d918461192486, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-terms.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-terms.php', 0, 0x91781bc58d53ca29b505709b201514cf, 0x91781bc58d53ca29b505709b201514cf, 0xad8d51213e831f297018d165d0a01ea7021009e348df32e1ae0f1c4464dcab29, '', 0, '?'),
(0x73a537faed7668237df42e3ff61f62db, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Abbr.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/akismet/views/stats.php', 1, 0x00000000000000000000000000000000, 0x5e3d0c2dd4c76d95f65777ad7867504f, 0x07092e2df5ef5b0db30b57fa9379160ac6d0d8259f42c16e945162a11e42bc77, '', 0, '?'),
(0x73aee23ff90d526ee5f8d8da3f7f1318, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidArgument.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidArgument.php', 1, 0x00000000000000000000000000000000, 0x812b0eeba5ba0a256fef75b3ed976ede, 0xa865abc62041f0d5fd861036340003f0a369895489dd65fc32f7082aca90e3e9, '', 0, '?'),
(0x73b18cb7fd7d22a570633ccdeeab2bdb, 'wp-content/plugins/elementor/modules/link-in-bio/base/widget-link-in-bio-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/link-in-bio/base/widget-link-in-bio-base.php', 1, 0x00000000000000000000000000000000, 0x47588195a068460b4ca87af375d741f5, 0xf8732c9e773af4b996c803ee3c85e50d1961aab7e1baf3617109034bd869c563, '', 0, '?'),
(0x73b1b5f55396e2cd3819b1f2ce8d208b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php', 0, 0xf54ef67273dc7aeb2c3a18eda5639574, 0xf54ef67273dc7aeb2c3a18eda5639574, 0xd2281a4f994c190ab2ee2fad06e3a80f906847e3e46db18898585df8978a5a92, '', 0, '?'),
(0x73b2451eb8ce9e1e71c870b042eddad6, 'wp-admin/css/widgets-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Use_.php', 1, 0x00000000000000000000000000000000, 0x4f35e674f8673b364749c5fb5288e96c, 0x5fa19dd921b583d9a68b555c06c21880f64d392f957fbe648d12847b00edab66, '', 0, '?'),
(0x73c41ba0512305a04c4e2263a3ec4e2a, 'wp-content/plugins/wp-rocket/views/settings/page-sections/tools.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5cc557ac3ffc2a7c88211efe2c3654e8, 0x8f8f926f125a547b8988a27804b4a79d4b917c1a1c307190b2a9882bc45c7318, '', 0, '?'),
(0x73c6fc0bf59606eb90ed6074351dcf44, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExtensionScript.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExtensionScript.php', 1, 0x00000000000000000000000000000000, 0xdd14d428524bf167eefcec7c09f22f33, 0x4363bf4e8880a5f2b74ed714c811f01f6ac1cbb141c4819efe79fa0ce68a225c, '', 0, '?'),
(0x73d1a641e113ae25d148b14283630661, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.asset.php', 1, 0x00000000000000000000000000000000, 0xd04b1e01c239b3778025a82ed15878e9, 0xf92b4d2f03f9696a680a8e11b200985f903c12bb901f0d4cc5a318104ceb3957, '', 0, '?'),
(0x73da08ed56a7b51fc508ed2a08019c1e, 'wp-content/plugins/wpseo-video/vendor/composer/autoload_classmap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/autoload_classmap.php', 0, 0x46d11dfcd06c1bd7f18b2f86b8fce5cb, 0x46d11dfcd06c1bd7f18b2f86b8fce5cb, 0x0f7bf73d2cd33133eca8d031c6692dfc7a40a01adaa1d27da8993997d8992da6, '', 0, '?'),
(0x73dc30796cf3ea838b445ca38522160b, 'wp-content/plugins/wordpress-seo/wp-seo-main.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php', 1, 0x00000000000000000000000000000000, 0x9d8d9d4d5a17f1a9cdcc816c62182043, 0x924e5ef6bf4bc84c074b9e59c4c137dd664e004782cf9d01d2fc5f51b4e62649, '', 0, '?'),
(0x73dec58f5527f7ec14c06540a1648b1f, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0x73e76efd91297d553567bef9507dc910, 'wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/JWT.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/JWT.php', 0, 0xb9dd2a361003a77d9f4b74992623ad04, 0xb9dd2a361003a77d9f4b74992623ad04, 0xdafbe83ededb0e19f2f3da5c1bb1aeafe6fef3311d66d0f57ce339fa575fcb02, '', 0, '?'),
(0x73e8dddbbd8ac72bf0d22506211c59e6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Retryable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Retryable.php', 0, 0x2af9b48ea503c14f437d2dc3082855f4, 0x2af9b48ea503c14f437d2dc3082855f4, 0x116efd4ade64410411722ff49748bf351be5432d14c1c192cc3d66c93588a179, '', 0, '?'),
(0x73e9561ee5666bb7c0b79df046bcd72b, 'wp-content/plugins/elementor/includes/widgets/wordpress.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x92f15ecb80154ace9772685a2f4e6124, 0xc0a7e4093a80dc4892d73076883dd254d12462ebd486f15e1473c55c3731cd90, '', 0, '?'),
(0x73f8ef880205fc2a5456a93106af6f45, 'wp-includes/js/jquery/ui/effect-blind.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/admin-bar/module.php', 1, 0x00000000000000000000000000000000, 0x83920652b15ebd29a62aeb649620d747, 0xb4eb867e7104793092263c5a2e0fcb8147f7eb964d40635ea2b5d8b94a963f2a, '', 0, '?'),
(0x7409f455942069dea7e32295d6731dbf, 'wp-includes/blocks/buttons/editor-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Plugin.php', 0, 0xd84cd3dea7959a4f1249b17545794697, 0xd84cd3dea7959a4f1249b17545794697, 0xb52dddec882f7c7a83e9f0423dbee7b24638058ca976a76fab6d06c1f44b18e5, '', 0, '?'),
(0x7416207e40728dc81115ce2e57ea385f, 'wp-includes/blocks/avatar/style.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCallTracking.php', 1, 0x00000000000000000000000000000000, 0x31d72f71bebec2121f18564200ea15cb, 0xf64c3920eb76a49b1c4a3d739356fc588ccd64d9e95eb9652fa9785f26d9e4be, '', 0, '?'),
(0x7425c040e7730ad30c669991d68c9133, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Body.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php', 1, 0x00000000000000000000000000000000, 0xefc3da4dff03f9fb72d93d572bbe57c0, 0xd2b53b5c52fb6e44969f79bafabd9d8181558a1223d7e6bf6da7ad1913fe61af, '', 0, '?'),
(0x742c9a8fc4c4b586df7b4973e5712408, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Contracts/Signer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Contracts/Signer.php', 0, 0xcb17481e94a9d9d1659e547849d7ae10, 0xcb17481e94a9d9d1659e547849d7ae10, 0x2002c64db011f85930c9966bdebcf278e3a0ccd5dbe14fef55449cff2bb352b8, '', 0, '?'),
(0x742f848ce612af874a69365758c4fdde, 'wp-includes/class-wp-recovery-mode-cookie-service.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/archives/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xcfcf823c58fdd25e7adb97f3211a2dd5, 0x9552aba82f8a7145248c86488a5cb1e976321d561716a78998000dea4b0b8369, '', 0, '?'),
(0x7436b7ee9e4f11ac0d618d8cc886eb66, 'wp-admin/js/plugin-install.js', '/home/forwardbetcasino/public_html/wp-admin/js/plugin-install.js', 1, 0x00000000000000000000000000000000, 0xe4ce6368e41950daccc6e950080d4457, 0x9405f0b029ee200e8801a0244bf638817633c9f158151426e6a26f6b76bcefce, '', 0, '?'),
(0x74388cc0d0ef70afcc8bd57a7b6a4470, 'wp-includes/css/buttons-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Widget.php', 1, 0x00000000000000000000000000000000, 0x2b86608f63613297f9cd549b0b93887c, 0xc9d3154258f9a358f5a4e3498b08a4d6da24c08a787c8524e4e40c028c1e9652, '', 0, '?'),
(0x74438b8226f0ae7ab4a677bb406bb432, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceColumnReference.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceColumnReference.php', 0, 0x46bcc59b8456e0a49232bfedc7f8a5b3, 0x46bcc59b8456e0a49232bfedc7f8a5b3, 0x52460677c25b456776a974ab43483197c89137d085e86d2f828780dc89a05ce6, '', 0, '?'),
(0x7444fb1f8ca72cb892179451b1af92cf, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInUp.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInUp.css', 1, 0x00000000000000000000000000000000, 0x80b872288a960a0cca96059d8df6c68f, 0xa1984ef9ff06feda39108bb915827c5b11afafa57e32d10423e4c2b3111afbb5, '', 0, '?'),
(0x7446f0cb321ffd588d0ac1f94904d3c8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3dGltf.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3dGltf.php', 1, 0x00000000000000000000000000000000, 0x34cae2337df087ad476fc0ef4a87764d, 0xc0bb593ffc1f3ee9ed7663c952af25f6de13cf174275cf5832f350058fd6b6e8, '', 0, '?'),
(0x7448e6ac068d655920e38850ed5274be, 'wp-content/plugins/elementor-pro/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', 0, 0xdaa8e5e1e0d8e2dda9128ef6f2835b3e, 0xdaa8e5e1e0d8e2dda9128ef6f2835b3e, 0xaecd3a47f55a98c1f30dfa8426b39ea90132d38db2383aba2963ea98814c25e4, '', 0, '?'),
(0x744fe195a1f7b3fc5af741c098f8c278, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/wp-auth-check.min.js', 1, 0x00000000000000000000000000000000, 0x48c036d30580d3129c62cb58be2b4d27, 0x6e409bacf3a5b7746fd2043a97d05cf8652136123502b6ea052c1b4b83565c3d, '', 0, '?'),
(0x745b5bf63daa367537193b59ba9e54a5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', 1, 0x00000000000000000000000000000000, 0x34735b95cde76c416334c166a1a8f60e, 0xc6bacc0c3eca79d72e7e794b0fbe1e5eb9292a66b490b00eb40e1191173646b7, '', 0, '?'),
(0x7461a93b5f590a70aa3d5b5f3a42fb8a, 'wp-content/plugins/wordfence/images/icons/check.svg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/colors/blue/colors.min.css', 1, 0x00000000000000000000000000000000, 0xe50d631872ec2891a915e3d68d5c8636, 0xb66a1b30387b6526cdaf35179ef9e8b9fdf11a21686c7acfd7c9d9d85934e461, '', 0, '?'),
(0x746db60aa391471d4f0927fa031adeb5, 'wp-includes/js/jquery/ui/mouse.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/mouse.js', 1, 0x00000000000000000000000000000000, 0x12e5c38256ca5df30c6a6686b1437618, 0x821aa3c8c2b539834dd29df381d7a5b2488e2b8214e8863238a910c39ea869ec, '', 0, '?'),
(0x7484144b8b8f64156cf48e3502f0243f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelector.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimExtensionScriptAmp4email.php', 1, 0x00000000000000000000000000000000, 0x8ca023337efa9373c048be21f29dff06, 0x31c794da75cb28af552d44aa713daefa9ea1b53eee2cbb33dadb01319432e993, '', 0, '?'),
(0x748cdaad17d2fd52224c868041d0b08d, 'wp-content/plugins/elementor/assets/images/blur.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/blur.png', 1, 0x00000000000000000000000000000000, 0x01cfb808561a86d8ba5e6cc55bc5cec0, 0x556675618433639174b9cbcfa7b84b7bbc613ceb05ed111a39068f03836f34a5, '', 0, '?'),
(0x74986d7dd5dd3f1c6a903502c6b66bbd, 'wp-content/plugins/elementor/assets/js/beta-tester.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/beta-tester.js', 1, 0x00000000000000000000000000000000, 0x3bedd9d00d77adeeb941cc3936e3459e, 0xa09876a8b09c2ca8c8c02c13c6e89d8aad0dd82bf87b07a1d8ad7956a23946d0, '', 0, '?'),
(0x7498801f9f581446e3d9227702c125aa, 'wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x809679fccbb89152676f440300692cd8, 0x036ae82d9fc1bc58cacc9193be1c6aad23c7a3333c4a171c5b5d74660739e438, '', 0, '?'),
(0x749b7c36fc806077703756cd933b9334, 'wp-content/plugins/elementor/modules/element-manager/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/element-manager/module.php', 1, 0x00000000000000000000000000000000, 0xb223dffd93ca5dae0d6feffc853f2a1d, 0xe1f621b0a6b5f6146d12c01a4d811e4988aa13555a10eb31eeb5a320b5752376, '', 0, '?'),
(0x749ebbed52cbc44f4c5accf6c6c8e527, 'wp-includes/blocks/query/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/query/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x150766f92ebc138bd14ffa6d54252069, 0x36ead95fd61c7ac97a482b31a9a5718b1b0a2eae3660ff422edc333a2753f9e2, '', 0, '?'),
(0x74a46479c60f480a6380834970b2e783, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', 1, 0x00000000000000000000000000000000, 0x06a2561c0aada4c728025465d07affae, 0x60d8a727adfd8e05c656032e0ed714c511ef5250637a5ba1376d1850acaaab45, '', 0, '?'),
(0x74a69749e4c1272cea641dda6cc212ff, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Host.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf77dec38719392c93c2379d271a43b16, 0x7b462234aa66b9bef5c2bdf673cd1fe66fd9f7fb96ce9a3e352a59c7b2625815, '', 0, '?'),
(0x74ad0d48c027d8c3afce6f676a61a5d4, 'wp-content/plugins/amp/assets/images/amp-js-error-icon.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x16a422d2d8869058b65f5b9c5dfe83d8, 0x6bbb7b19a69eaa822130868a3e0a246dde1af0d8eeb5da4001c9a35771a29a80, '', 0, '?'),
(0x74ba1665292586aabdacc26d1d573bcf, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/action-scheduler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/action-scheduler.php', 0, 0x8c16e0ff381386ddff4ae6449a1c0c7e, 0x8c16e0ff381386ddff4ae6449a1c0c7e, 0x2e6e9550edf42c625aa60298ee22d4992c060f9dbaca28d44bc7e692e52c8b52, '', 0, '?'),
(0x74bdfedc9005d1e007bb21845e672ea5, 'wp-content/plugins/elementor-pro/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', 0, 0xf5a920d44e0624c235cde5febce6aaae, 0xf5a920d44e0624c235cde5febce6aaae, 0xb666d78554cd873dec4256aa0189ecf0b256f6d081ce22a119a1354d29310d2e, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x74c2eb8f20caa2b87107aaa7f190ed1b, 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/js/admin-script.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/js/admin-script.js', 1, 0x00000000000000000000000000000000, 0xef9b319aa24377d2b07f6fef60517c07, 0x2074303f88739d5d69bf60f85257711129384af35f5a3635e73e24a736266b81, '', 0, '?'),
(0x74c4c25bfb176d94625f6241b84387a3, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-7-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-7-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x553047f78cc884871dd8c1a4c19b106a, 0xb8173d609014ef7ce0a801e21a23025071e2515ad4c38ffde9d4f2badd6efbdd, '', 0, '?'),
(0x74d8148a1f0061b6a75c8fa05f2757de, 'wp-includes/blocks/table/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryReferencePointMissing.php', 1, 0x00000000000000000000000000000000, 0x693be2a3ec6a45db486097194c219550, 0xddf655d154e9567dce9a7fecbf3eccbfc1b7aee37f8f1301d6489639408c3c40, '', 0, '?'),
(0x74f300d101db584e0e9cfe8260eee92f, 'wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Exception/StreamBufferTooSmallException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Exception/StreamBufferTooSmallException.php', 1, 0x00000000000000000000000000000000, 0x31bfdf3a2e88c88c838b19ce87360b53, 0x993a9f4b73ea3554e29017fb91e7688fa8540200c37e3ba375404f41ebd288af, '', 0, '?'),
(0x74ff5ad408b8e6dff524397e9572414d, 'wp-content/plugins/wordpress-seo/src/config/schema-ids.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/schema-ids.php', 1, 0x00000000000000000000000000000000, 0x2bc87b3efcb650d8011c0949c2505bf3, 0x4b6abd7d4c5f835489af8af1ec45862376ea909dc8f3df618f55b911dc295164, '', 0, '?'),
(0x7503ea36eac834457ef1f83af01b12ef, 'wp-content/plugins/wordfence/images/icons/working-indicator.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/working-indicator.gif', 1, 0x00000000000000000000000000000000, 0xbfab9ce9564691a0eb7b4e0910fe2747, 0x846658baee525a827c3a1b4f8562a0c73d1766ea5b7918dfdb7f0be135207e09, '', 0, '?'),
(0x750595fd66269d60a2a3e225e65f1ae0, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Container.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Container.php', 1, 0x00000000000000000000000000000000, 0x75b9513dda3e388b9572d3fb236acfc7, 0x164e4b4cdd79d5156f80e6427218a2f27055a2cea00136ec2e127747e5292c3c, '', 0, '?'),
(0x750b73eb662cb13020384a36def3485d, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php', 0, 0x91552d308d37dcc0ec020a7d6d955c5e, 0x91552d308d37dcc0ec020a7d6d955c5e, 0x0b640fa554619a0be7cedfb0602b923e2f21b68d21fadb041e5e0b626724dd0a, '', 0, '?'),
(0x750f10c9cbd453b1d354d7ec9453652d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/application/seo/term-seo-information-repository.php', 1, 0x00000000000000000000000000000000, 0xc71bc50f381dd1449ad97f6a493ddac8, 0x55d6f2caa7e40ab01a515c6451f5369b213b81407d6a398fed7d3b695c815d7c, '', 0, '?'),
(0x75187f4f1cf7731922e0f48a362b5cc9, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-image.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-image.php', 0, 0x2280679a6b1b52b76aaebae1ca8e2099, 0x2280679a6b1b52b76aaebae1ca8e2099, 0x142ce720dc43aee0b64ce5fbee29c5dc2b9b8d8253c2bcf322e45cc7685ace1b, '', 0, '?'),
(0x75244e15e1cb717dc729bcf36568c3fc, 'wp-content/plugins/elementor/assets/css/editor-v2-app-bar-overrides.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-v2-app-bar-overrides.min.css', 1, 0x00000000000000000000000000000000, 0xd1ea07a2587c1c179a28ae8ac6823665, 0x060704143701c9b50e7df358827bb2febc85b999d5b6e4791f2eeaa9ca45e8cf, '', 0, '?'),
(0x7524814683500d5cb27330cc02523a9d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter2.php', 1, 0x00000000000000000000000000000000, 0x5674a6388be79efa8c2986bed2197ed8, 0x340c7bf8d26fa83c6526335bb905799bc736535b2a65ac67202b38472462bc46, '', 0, '?'),
(0x7526540a1c42f778f3dbadf18760e7da, 'wp-content/plugins/elementskit-lite/widgets/fluent-forms/fluent-forms-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/fluent-forms/fluent-forms-handler.php', 1, 0x00000000000000000000000000000000, 0x154482692453a380e6a5151375c54e96, 0xf20906f5f6049c1e4808c5a33d42d7575071ed2caaa7a483d68285091e00dd13, '', 0, '?'),
(0x7529027aef5aed04a5684ce650887cac, 'wp-includes/blocks/spacer/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/editor.css', 1, 0x00000000000000000000000000000000, 0x0de87a5001a9aa2383ae9152b00d242d, 0x19de8d215d4ca5311b3371032b80e90423757d4ec32122116f6800f4d5787ea4, '', 0, '?'),
(0x7536eed4aaee303a687764c383da8fdf, 'wp-content/plugins/elementor/assets/css/admin-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5fc9cc8df499e9e567b89c1eb2bde66e, 0xa5458e00f37b89efc21a60aa42d1db11e6aca6b27ceca87d50701850406b3a4f, '', 0, '?'),
(0x753e5d0004614f3cef473a9c35c55abf, 'wp-includes/blocks/latest-posts/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/editor.min.css', 1, 0x00000000000000000000000000000000, 0xb9794afbbe1bb99ea19e64e85ce058bd, 0x4a832397fd7ddf9a92bf73156e94a5136e5173da27594a4c41b02a0c87414f25, '', 0, '?'),
(0x753eca68730fcbdee1755673f5fa35d2, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/fix-indexes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/fix-indexes.php', 0, 0x0c929c324c0b45b9d75240506850c414, 0x0c929c324c0b45b9d75240506850c414, 0x6f3cedca8b13ef65d09ca844450cc85215d37ce4f1b0d603490f853e638858e1, '', 0, '?'),
(0x7540110bd6003742a6c0ff9c1ec06a7b, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-15.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-15.png', 1, 0x00000000000000000000000000000000, 0x4ca6511836b08ef6cf0f60bbe15d076a, 0xf594af183d11f7a3b2ea36c68dbdb08118a25a3944e7ee824c058e8bef760dcd, '', 0, '?'),
(0x7540c0a89fac6b000597db0f0e6e955b, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-vars-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-vars-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe3c98abb37cdc8e316e259569500b39c, 0x2b46847ae9c15aac41b70acfef25c114f42ca179e169aaf0496951d45924037d, '', 0, '?'),
(0x7540e6d72be1bb0b40be7fd17909e0b6, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-author-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-author-condition.php', 0, 0x39be9363f6c75c9bf60d80e1d1b1a8d0, 0x39be9363f6c75c9bf60d80e1d1b1a8d0, 0x3dc85322ae5dba7f76f173fb04b6db65fa183e36bad946ad975dc485de74b9e7, '', 0, '?'),
(0x7556bad098a1c7247cf9b4079bceeb80, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php', 1, 0x00000000000000000000000000000000, 0xddac08674e3d7468231eed6dbe7bb220, 0x8d070935dfbd0882c9da0c6af7f298533659852276b5f015f5482cd068b59976, '', 0, '?'),
(0x755e848e41b394419ea9705b14d0e556, 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php', 1, 0x00000000000000000000000000000000, 0x4dede393f84c603b1a78892f10f7fa89, 0x350d820a2a09629bf23f81aeb2d8a210e0a4b6ec082543cf19f9d8aefb231bf0, '', 0, '?'),
(0x75617046b18b5b060274238c8028715b, 'wp-content/plugins/wordpress-seo/index.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/colors/_mixins.scss', 1, 0x00000000000000000000000000000000, 0x3d7280fd3f2f7049516050d775877a09, 0xc147b50d19379072c8f457b2c92710400e762e72e3a93b5c036982ee66b63659, '', 0, '?'),
(0x75699f42225833e81c605e66b333bbc9, 'wp-content/themes/twentytwentyfive/assets/images/marshland-birds-square.webp', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Logger/ServiceProvider.php', 0, 0x8b18f9ab1ebb59d71b1f408f1d9739bf, 0x8b18f9ab1ebb59d71b1f408f1d9739bf, 0x6bf51d5880ac750fab6b4f364b2ff1b0bcd6d41040e63f7a9b9c837b2a44b1df, '', 0, '?'),
(0x7571889f32ab50d34656a97fcaccd5d3, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-shrink.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-shrink.php', 1, 0x00000000000000000000000000000000, 0x88fb5a5eded536b88b0782a2aa05da90, 0x1d1f86167712e3d7803671f6d4ce53d137580d4180a4516668675d5f213148a6, '', 0, '?'),
(0x7575d036d119b0e4a1f2a1363f9ca6c1, 'wp-content/plugins/elementor/includes/controls/groups/grid-container.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php', 1, 0x00000000000000000000000000000000, 0x7b15e7fbfd22130d2b5bba2514c69496, 0xf4297f802b7f2c962be4fb4c68fe51d03e7ba114a986471518e8bb4f2b80f16c, '', 0, '?'),
(0x7588fdfaeb5b0cfd85860fe48feada44, 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', 1, 0x00000000000000000000000000000000, 0x2367c51578fccc40ec6fe0c1544db31f, 0x19f3e1db6565eb9b3673a0a0ca2d8a2d49b52406ebfc51f6c2bc40d98d7995c4, '', 0, '?'),
(0x758c842c9fbced7d18b857e2e66f5a3a, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ProIsp.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ProIsp.php', 0, 0xbef37e3da4fa008bc65191ad386f484e, 0xbef37e3da4fa008bc65191ad386f484e, 0xbdea276ce443d67a34311f6c61baeb59b34bb353d1484fbd451223666a6b76a1, '', 0, '?'),
(0x759cbf1af8945941b020474da5553629, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/repositories/form-snapshot-repository.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/repositories/form-snapshot-repository.php', 0, 0xab549a53adf538ec539c49cdd6783c74, 0xab549a53adf538ec539c49cdd6783c74, 0xfdad4a62adeb47a6af4a5da15cd7812cbd3730fe18a418a0ca852dd7e372f0d7, '', 0, '?'),
(0x75a089f3665e92fbed71fb59ff63c3d1, 'wp-content/plugins/amp/templates/featured-image.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/featured-image.php', 1, 0x00000000000000000000000000000000, 0x39df728c71a747b5e93e37a76737fec3, 0xcaecdd27b997a62b1f788f9945c7d2dc2ebe189b05d5a539f59e9e4fb9888919, '', 0, '?'),
(0x75bcf726f7413bcf6b90708b0134aa6e, 'wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css', 1, 0x00000000000000000000000000000000, 0xe049c3266742879feb3a196fb2f1ac7f, 0x5dc7f320b64d11ae58fe9c96532ff980ff4cba3de3097ea530d999265cd3d691, '', 0, '?'),
(0x75be1dc44935718623beee062c3ea302, 'wp-content/themes/twentytwentyone/assets/js/primary-navigation.js', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js', 1, 0x00000000000000000000000000000000, 0x647896685fb0e7ce29f3c9aae0ffb600, 0x6580ad52ac3b97a194dd2a4965e74bd3af8bb630a02c595aede5a5a19c5a6b25, '', 0, '?'),
(0x75bfdc33217041b3668529520faf4ddb, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 1, 0x00000000000000000000000000000000, 0xc71b815f13d17651385fc624cd3fa490, 0x3cc3e84130d8366b4a580a76412f84ed254fdc2d765fb2a2dd2770fc4140d8a6, '', 0, '?'),
(0x75c76d182d064fd4dc27df9deb5d8323, 'wp-includes/sodium_compat/src/SodiumException.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/SodiumException.php', 1, 0x00000000000000000000000000000000, 0xab48446608e9d76165a4e3d47ab09052, 0xe3b69c5c82a94c3e4c0cf64e2d404727c4d7746d47bae36980876b52dfae6700, '', 0, '?'),
(0x75d1e5065c09897f29ee8426f0441098, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/UriInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/UriInterface.php', 0, 0x81138786b556e278a30a91c2e96887fe, 0x81138786b556e278a30a91c2e96887fe, 0x130844a9a7060352a0565fc11a26b60342c699b98721cb580935e6a283335d0b, '', 0, '?'),
(0x75d6f764dfc04da3cda8986296a560ba, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceChain.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceChain.php', 0, 0xb372b8a3c28eedb07f04696c249fcd64, 0xb372b8a3c28eedb07f04696c249fcd64, 0xf7c0cb9fe1e42fa3b8dcba472acec4571f554afb6607f11d5b18f4cd1d7b31f9, '', 0, '?'),
(0x75d7c86b36b89d4fad3ef52607089f57, 'wp-includes/blocks/text-columns/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x635ef52a199bc6778cb647e390be51d7, 0x962b5ca696f7317b2a7f051f43e3472b16ee07b8e81e984a0613f5e5e6fa4c76, '', 0, '?'),
(0x75d8074f67a253c8c52932837ab00008, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Address.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3f55c3f5fdaefe9cd8b06f45b23c5bf1, 0x55653bc57a130f4b157f29d457f1003b38f1c0d485870b4824eb0229dca775b5, '', 0, '?'),
(0x75e171671a008738896803d4adfb00f0, 'wp-admin/custom-header.php', '/home/forwardbetcasino/public_html/wp-admin/custom-header.php', 1, 0x00000000000000000000000000000000, 0xd8f2819d79f4f49db3b7b61fec269b13, 0xf3ce98f20734f1ea43da77408558646f081dd6c24e3d77e916eb068e3c7e6fc7, '', 0, '?'),
(0x75e9c0d2abbba6f23b5ee6274204952a, 'wp-includes/global-styles-and-settings.php', '/home/forwardbetcasino/public_html/wp-includes/global-styles-and-settings.php', 1, 0x00000000000000000000000000000000, 0xb5976f89596b56c2c1988582044912ff, 0x3e9f2021de6ccc9d356af8d8d7fd5ccfa85bb84a9eb1366a627a3d2e1d1cf7c3, '', 0, '?'),
(0x75e9c7f70eca4e754c70113b25d0488c, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/select2.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/select2.png', 1, 0x00000000000000000000000000000000, 0xc8d194d92dbad98615b2a9140b34ab48, 0x05cb6fea6cbfb0c51f4be8ae689c3d6f54e41178a6ccde154e97d3450c06cff3, '', 0, '?'),
(0x75ea322e89fcc2c3d3f869ee57fce79e, 'wp-content/plugins/elementor-pro/core/data/interfaces/endpoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/data/interfaces/endpoint.php', 0, 0x015cb162cce4694bf74b11414b1e39c7, 0x015cb162cce4694bf74b11414b1e39c7, 0xe14cf9c936436332bfc229dd9f54d18a512b30ea50f620f83f9c163b8ab6d1ab, '', 0, '?'),
(0x75ed0f3aec7aa732a944510b0bc9ef34, 'wp-includes/blocks/tag-cloud.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/web-cli.min.js', 1, 0x00000000000000000000000000000000, 0xd2aa22bf9dfde2a25599bc1c294e1b0f, 0x1bc3403827c756ecaf51f8f29d04a112cf2c84c0bebe3082f791d1b500b0f7ca, '', 0, '?'),
(0x75f299b2928049c89de4ab11ff4ef13b, 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_09/shape_01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_09/shape_01.svg', 0, 0xcf16cf0c78e07d5de558a129feb20c72, 0xcf16cf0c78e07d5de558a129feb20c72, 0x23e9e02468f7f7e78b13e27ace25908d65638a25606b3d378245e72851c950af, '', 0, '?'),
(0x75f5fccb637aa4ea4a8bb14494f7ba4d, 'wp-includes/blocks/image.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/image.php', 1, 0x00000000000000000000000000000000, 0xa76c9787780bdc1ffa3eb4d44cb5fed2, 0x7109ac419ec9ed8998a507fab6a66e4b39fb8b03f0d67f0fd7059882834128e8, '', 0, '?'),
(0x75fbba0cb2270b184dc6c2fb85320bc3, 'wp-includes/blocks/embed/style-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 1, 0x00000000000000000000000000000000, 0x06189313e1c7504e1edaa12766c2cfd9, 0x0d5d867e5bb286af90bf9bf75fcbb3be509842ca544160eea9bdc703af2a2c4f, '', 0, '?'),
(0x7610962946bc18db7e027184879c3f62, 'wp-admin/includes/class-plugin-upgrader.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpEmojiAttribute.php', 1, 0x00000000000000000000000000000000, 0xaab3f02fd4e3f1506c8c3ddd989bf126, 0xc683da8704314110a4cec9fb1a2ecacf853f197409221ef585691af9e757384e, '', 0, '?'),
(0x7617c22c360666144798b2b795168238, 'wp-content/plugins/elementskit-lite/modules/header-footer/views/theme-support-header.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/views/theme-support-header.php', 1, 0x00000000000000000000000000000000, 0x36d936fc3b49e38373ea6e1f27d0fd40, 0xb94fa04cbe6052ec7a7620a14f0341ef4a30b0f013a4fbb19854f1b673c28ef9, '', 0, '?'),
(0x761f0cfedfcffa0d4839387c41371cac, 'wp-content/plugins/amp/src/DevTools/CallbackReflection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/DevTools/CallbackReflection.php', 1, 0x00000000000000000000000000000000, 0x294852e7643f822219569f0ff49c97bf, 0xe1819a9bc77a599fa9691f1d12a7d1bcb768ce6105c65eb92477e1a7fbd1e986, '', 0, '?'),
(0x7626358f6a72fb6a4c201923c0dcb293, 'wp-includes/blocks/categories/editor.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/post-edit.js', 1, 0x00000000000000000000000000000000, 0x3c6f2029ca8b2aa5fbbb485ac9f60ad5, 0x297ada2d307b556823e323e11a93e05de828ec8261002f07ce741bbe45f03643, '', 0, '?'),
(0x763184b42c2d3e642ea18ee3ca112393, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php', 1, 0x00000000000000000000000000000000, 0xde406481b6a3e8a86963fc55b4bee72b, 0x655d3648ec474a90ccf5d3646bc2e849e76011afdf9f8624ef1f95137d4e626a, '', 0, '?'),
(0x763e0a998a413fed559201dcc228cef8, 'wp-includes/blocks/post-terms/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-terms/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0ff7b034a2c5e10592ebe0d72268e983, 0xa240a31a27050bea5ffeb11490113ab3d2ef87659a16010124d329ea6ecc4613, '', 0, '?'),
(0x763f6c4d7831aaf9de24b5ea4dba7131, 'wp-content/plugins/elementor-pro/modules/carousel/widgets/testimonial-carousel.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/carousel/widgets/testimonial-carousel.php', 0, 0xac6930ab19b82b5a596dbc34528b536d, 0xac6930ab19b82b5a596dbc34528b536d, 0x82dd0181801b2d3350cb3e04e803d03a0fa5eb63c2c1b83d0240c594e2f63fa5, '', 0, '?'),
(0x7641aa4886c06b1b0d85fc34a6a8f7ec, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/InlineRelatedPosts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/InlineRelatedPosts.php', 0, 0xf3ffdb248099924a025a7012df695e4f, 0xf3ffdb248099924a025a7012df695e4f, 0xe3b0504970a85877ba1a9ebf86b2f16e7fd5d42d76e2562a395572568cb2a90a, '', 0, '?'),
(0x76497b0dd675b4b8a300fb1755aab850, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php', 0, 0x818f59f78b2aac01bcf476fde97873c0, 0x818f59f78b2aac01bcf476fde97873c0, 0xdd6ee83fda89fe20ebf6b80cadad110b35830088f7d49f29f68d2c4c2667e4c2, '', 0, '?'),
(0x764b3b0240d173ba6155313ba9095ea9, 'wp-config.php', '/home/forwardbetcasino/public_html/wp-config.php', 0, 0x7135b91e13b0f68c6dad0138ae30ac7e, 0x7135b91e13b0f68c6dad0138ae30ac7e, 0x368567ddd532e628630e4e445ca7d35544a20ed2dc055a82415a183583f710c4, '', 0, '?'),
(0x764c4d972e66d5ecd4254f071d7f4d52, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mark.php', 1, 0x00000000000000000000000000000000, 0xb9cab8fde9f9130e6cad834746a94b3c, 0x0045d41735cdfc2e1ff36e87e3b5a44941d755e6bba58f4e0b4de0b64030ce50, '', 0, '?'),
(0x765197d6f3ccda9918fa18a8ce5d36fe, 'wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php', 1, 0x00000000000000000000000000000000, 0xa564c73e30c39c4d35d49972fa535d48, 0xf8a522b3df945c866b9a71b1b9c3048c4d8d3ab45ff6d191b11466b9f7059f75, '', 0, '?'),
(0x765cb8a5d9049df4e4fb4fe32767493a, 'wp-content/plugins/elementor-pro/modules/usage/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/usage/module.php', 0, 0x544276050532d07b484988055e946819, 0x544276050532d07b484988055e946819, 0xfb52b9a90d8e2c5c2dda34ea061a143508d8d3b60dd22503be36b6e21f1b65f8, '', 0, '?'),
(0x765d63809e9f49eeb77d99e2e6c3a67b, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php', 0, 0xfab146e74b30bec024c2f029bb40141a, 0xfab146e74b30bec024c2f029bb40141a, 0xc1c01d6c8406dd0c81dff25c4e4d4b55a41af20eb4869c3c79a5b4d4fa92e087, '', 0, '?'),
(0x7663977a75f0196a625c7b78d41382b1, 'wp-content/plugins/wordpress-seo/blocks/structured-data-blocks/faq/block.json', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xc2cb53470b05b0cecbba939346bf84c3, 0x5bde2898ae52b88ceae416eb0becf48a24a60fa313326f8de5e37406fb62f7e7, '', 0, '?'),
(0x7675a0b7b44c8097cc01b29722975575, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Exception/NotCallableException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Exception/NotCallableException.php', 0, 0x30ca0fb4de3af99594f4268b54bad2b7, 0x30ca0fb4de3af99594f4268b54bad2b7, 0xca64c762afd4ca4d61edc1adffb15517ab3be9f1916ea01fc2d9996de217c290, '', 0, '?'),
(0x7677d9d140050f8848cac91e7a9646a6, 'wp-admin/ms-admin.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-box.min.css', 1, 0x00000000000000000000000000000000, 0xe5a476758b231f87227907e81dc4997b, 0x48ee9b360365cf24de807663386017c357bff0743ac8d5651c071efdeee7c938, '', 0, '?'),
(0x767c54af776d061eac600c617514f5ae, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/organisms/site-templates.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/organisms/site-templates.js', 0, 0x93444904df0b7d3160476a264ef2aeee, 0x93444904df0b7d3160476a264ef2aeee, 0x4a07effb38c53ad8c4e4d52ca3d8b218c5b1e62d1cee699fff69c3f170f9e7a9, '', 0, '?'),
(0x767d5011f3a018607e96a77c249b3796, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss', 1, 0x00000000000000000000000000000000, 0xfa1e72a1fd327fcc3c39d1bed15f4abb, 0xe8077853680290bebf496355399c5818da3c46666a5427689ada869f04eb44ad, '', 0, '?'),
(0x767f5dbf7a8bf0d4e5039ac333bb7442, 'wp-admin/includes/class-wp-importer.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-importer.php', 1, 0x00000000000000000000000000000000, 0xf8ce7ab2fe6f2d8491a28ad595e3bf83, 0x5cebb4e376852b3629d66cea89270aed74739ec0dda15568b19ecf50ef3f704a, '', 0, '?'),
(0x7695f79b00c3a28e2172f9feefc4683b, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/NullLogger.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/NullLogger.php', 0, 0xf7602f2ccc4db85fba8a114809bacada, 0xf7602f2ccc4db85fba8a114809bacada, 0xf652934eb8c668e4b35711600f8d810099b2a219e82ca0a0e1ac6f86d89ce5be, '', 0, '?'),
(0x7699c8de61a0cac460bb6451b808a87f, 'wp-content/plugins/elementor/core/common/modules/event-tracker/db.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/db.php', 1, 0x00000000000000000000000000000000, 0x39e53e9cea44afbee869301cedf27183, 0x93ce2fcce343d51b8bfb81c4b48ef5f94d951f078896c5c1a694b14ed5714824, '', 0, '?'),
(0x76a19610020cdea303e3fb1d7f5211ef, 'wp-includes/js/jquery/jquery-migrate.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery-migrate.js', 1, 0x00000000000000000000000000000000, 0xe2620f2ae61d84e5edef5a0b7b95cf96, 0xc7006d80b0175c24bd36fd1f45e807b486d601a6e60f19e2492a7f5b64774c77, '', 0, '?'),
(0x76a8abea76d72560e0da6b2d3ca95418, 'wp-includes/Requests/src/Proxy/Http.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Proxy/Http.php', 1, 0x00000000000000000000000000000000, 0x5b873404be6af2281bd609f9b52db0b6, 0x655c3b0b8e1f1afccbdc6f4120ba013c3f7bfb7a72c9a9d0a79d06590c275d19, '', 0, '?'),
(0x76ac0198b3811bcb76cc9e65c074d1bf, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss', 1, 0x00000000000000000000000000000000, 0x2d4f61d1c659cb3f6169dd163040360c, 0x0de14c26de84aea300fa7dc19080ab6d75e74c4a9e0caccd692e2e354797ee6c, '', 0, '?'),
(0x76b41db4b6817a6c2fb9c80b8ac07b4b, 'wp-content/plugins/amp/includes/sanitizers/class-amp-base-sanitizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-base-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x12820edc0ada768bd6ad60ed2795d8bc, 0x249017318c4796bfddc95d9de8d598674b6fc6e892ca6c1f8423791e117ead3f, '', 0, '?'),
(0x76bdeaa0093109a7ea32ab24a3a8c3a7, 'wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js.gz', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js.gz', 0, 0x60648f9bd3dfe51a1fdd11c6dbf6b93b, 0x60648f9bd3dfe51a1fdd11c6dbf6b93b, 0x8ce03eda7ca5e77b1738e77625200ec00009eebca8a7d9d4fa2013725b9631ef, '', 0, '?'),
(0x76c3746f3c704f75c283b8aa8fd56c46, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php', 0, 0x68fab1bd905fbc4fa39dd5bb86896229, 0x68fab1bd905fbc4fa39dd5bb86896229, 0x1a4559cfdd44908155d4a369a883657b6fa26113751b559a98384e4a74d43ad4, '', 0, '?'),
(0x76c3a22c5c13ad2b51b9e5d5dbf1d6a7, 'wp-admin/css/l10n-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/l10n-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2ac948b03c5e36f50fe35006bad452d9, 0xecd330d3a3759efd917b693bd53273ae4ade7de4ad87d351adc38477efb97591, '', 0, '?'),
(0x76c3db687e3958fd53931fd1782da988, 'wp-content/plugins/elementor-pro/modules/global-widget/widgets/global-widget.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/global-widget/widgets/global-widget.php', 0, 0x33149a66016273c54c51315c3449897b, 0x33149a66016273c54c51315c3449897b, 0x6c3658cc2727e7ccae168f284539de71d632e19f806b4b0d67c032e9e0454aa1, '', 0, '?'),
(0x76c72598f7c35bdb5653c9f4b97dc6f9, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/InvalidArgumentException.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/buttons/editor.css', 1, 0x00000000000000000000000000000000, 0x6e1daa46ff94f59b68352570af441d3f, 0xaf76ba1dee463f0ea896cba88bb36c40637e4a35cd3f12b18c35ecc1744e349a, '', 0, '?'),
(0x76d1f07faa62108121a844dce39dbb73, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/taxonomy.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/taxonomy.php', 0, 0x462413c622c58d3c7024e26127cef010, 0x462413c622c58d3c7024e26127cef010, 0xc8ce78f4a593660b5a7b6ad53427c512907b2505030f3189c7559927bcb724b0, '', 0, '?'),
(0x76d2d7713f00da7bedb4ca3daec5ad65, 'wp-includes/blocks/site-logo/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/style.min.css', 1, 0x00000000000000000000000000000000, 0x4000d8bc639b2859277e98e93a9e98a1, 0x4247d20bea654a8f419438a4ffbca6c62a88c75b0ff4bbddde4db8519c55786d, '', 0, '?'),
(0x76d30ae71d6d16f50cffbd482a0c2e9f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php', 0, 0x767d399cbe4cb0fa2e3dc49871f7af35, 0x767d399cbe4cb0fa2e3dc49871f7af35, 0x79d9ef5e2d985019b4254e8efc6a7d938628c578a4ad407ee1d58d25fb698573, '', 0, '?'),
(0x76dd4f3e986f441942bdcff7fe143573, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Minify.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Minify.php', 0, 0xeabf82b406d12f22ce5e5ae278f15eb9, 0xeabf82b406d12f22ce5e5ae278f15eb9, 0x5d61a5a919e9956c848c958a202a4c4742b83a97329dc73eb20df193702cfb1e, '', 0, '?'),
(0x76ddda32c8b7afd1584f190e81d0360c, 'wp-includes/blocks/list.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/list.php', 1, 0x00000000000000000000000000000000, 0xefe26845de89a68ef7ca0759a6d2ab15, 0x202096084f2ad13110b388baf3d9ce32ba8c6e6cc31fb0a696b2afead2f197b2, '', 0, '?'),
(0x76e0a37e3612824f7e99ea2c4eddb99a, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/ResolverChain.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/ResolverChain.php', 0, 0xb65f5b896d63315a5bc8a27129d16396, 0xb65f5b896d63315a5bc8a27129d16396, 0x23590db353f7ad2e55a30083c116645a980be1ba1eb28ec616ce22bfb5c2bd84, '', 0, '?'),
(0x76e247822ec267b741f5c62306f572e9, 'wp-admin/images/align-right-2x.png', '/home/forwardbetcasino/public_html/wp-admin/images/align-right-2x.png', 1, 0x00000000000000000000000000000000, 0x6883026cbd3e72ba5da36c57c60fc078, 0xa4561c3af00b1368afc1c623c8864254d6356900a53f84f963c04263e184f4dd, '', 0, '?'),
(0x76e6fce1e234dd7c3e1ded3cb4ffc0a8, 'wp-admin/js/xfn.js', '/home/forwardbetcasino/public_html/wp-admin/js/xfn.js', 1, 0x00000000000000000000000000000000, 0xf4776357ba01a35f7e0dd7319d953e70, 0x34915bb2a5c194c5b8245bce125cb08ec68fab34be2d339796ad7a03fc9478b0, '', 0, '?'),
(0x76f07b23bfb96c9a936200167dd3e342, 'wp-admin/css/colors/light/colors.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.form.js', 1, 0x00000000000000000000000000000000, 0x4fa896f615af66c3d7ef0f960895f14e, 0x3aeffe8655dfed8a618138e0d91a50fb998b8bad491fa415eb099bcf12af6ad0, '', 0, '?'),
(0x76fc19f7021c06fc147883d3465e2244, 'wp-content/themes/twentytwentytwo/styles/pink.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/styles/pink.json', 1, 0x00000000000000000000000000000000, 0xe91d076bf4bc0632268d49d4b1ae78b6, 0xdce97c7065a91c56385900d99568805a1fb627c0cc6afd6f5742029dfe77cc0a, '', 0, '?'),
(0x7703bac3e24f383f826c556fd603d273, 'wp-content/plugins/elementor-pro/assets/js/video-playlist.af20fd9fd8778929829e.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/video-playlist.af20fd9fd8778929829e.bundle.min.js', 0, 0x622950b6a6eac787a1aa2eb607736382, 0x622950b6a6eac787a1aa2eb607736382, 0xdac461707f58e4d10bef3814f8aee4896aece70d81ca447b9786a1206b950053, '', 0, '?'),
(0x7708d362769edc70e16d0a4f1021a470, 'wp-content/plugins/elementor/app/modules/import-export/processes/revert.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/revert.php', 1, 0x00000000000000000000000000000000, 0x18a51d9b82b2d7334cdbccbffad2bdd4, 0x8cbc25807a10a4e280d830f5ab97001aad10f87729cf9b8a5dd4378e1105259e, '', 0, '?'),
(0x771075e89a6c7ce50cf570089816ca51, 'wp-includes/js/autosave.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/autosave.min.js', 1, 0x00000000000000000000000000000000, 0x87ba3750e7f7af97831045d0f64341de, 0xe5dfbaca1c12edb14b1a589c4c7a7f5ec69929d559cca7b4b5448cf6ed2c8364, '', 0, '?'),
(0x77117c6caf7d021244018d65acfb1c8e, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.css', 1, 0x00000000000000000000000000000000, 0xf349d8e9783b5a57697147695659740c, 0x6d4d9276373bef1b19b0a8ec4027eb3b51fbb023b4c13af17c4f34e91956e6e6, '', 0, '?'),
(0x7712e7d3ad637c575dbb66d0282aa8dd, 'wp-content/themes/hello-elementor/sidebar.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/sidebar.php', 1, 0x00000000000000000000000000000000, 0x1356b8437427d42e34af38da68d4533d, 0x140b37ac6243a7e12bce1a56836f69abfe13908377879baba2e90b869c474b86, '', 0, '?'),
(0x7719b51a4496898a147280096514e2df, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdCustom.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdCustom.php', 1, 0x00000000000000000000000000000000, 0x26beb90b98b71a70e237e128a612529a, 0x7ffd5c23266bd477452026ffe2662a620095bf0f5906bb1916975001422384d9, '', 0, '?'),
(0x771d0a61dfc8989008ff8877786f7d23, 'wp-content/plugins/elementor-pro/assets/js/nested-carousel-editor.0df35e0e1a284d4bd18b.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/nested-carousel-editor.0df35e0e1a284d4bd18b.bundle.js', 0, 0xc49b14d146125e323160e8c5004c25b8, 0xc49b14d146125e323160e8c5004c25b8, 0x9bec85e63859b8b7fa5e7cd1f61c581dad200df867d02146cf7d7cc7e285003a, '', 0, '?'),
(0x772c1baf611a0d29ca0777622308e794, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 1, 0x00000000000000000000000000000000, 0xc1e78e41980faaf01bba8ca63b967a3b, 0xd9b8e8729eb588ce6afd8aa53a0558375d9bec2e2b185a469c9cad986f11c696, '', 0, '?'),
(0x7735e1ef59ea6a190aca981b5b3f985b, 'wp-content/themes/twentytwentyfive/templates/archive.html', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/archives/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc5c1c4eaf399ea094bdd91be16d689a7, 0xc8023992c96ae9b9a0a4d9a0acd134f1c65371f088b89dc3b2abea965f5c60e3, '', 0, '?'),
(0x773ab75440a9a16943ffe821cd2b4606, 'wp-content/plugins/elementor/assets/css/responsive-bar.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/responsive-bar.min.css', 1, 0x00000000000000000000000000000000, 0x158e22245b951741e27b39619a6b8319, 0xcf097ef2c51d278d90c326a99c1a915795a46f4382dbebfcdd217dc88dfe0ede, '', 0, '?'),
(0x7744491d9aab2d45f21f9d49d7166ce5, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.14.php', 0, 0x01d2654e26267c053b0578594c1d0438, 0x01d2654e26267c053b0578594c1d0438, 0x6e8b37c28957d443aacd303a760d15d07fb1ed86665eba3b2913fdf3019c35b8, '', 0, '?'),
(0x774c2530725dd360d65ac2756736d350, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-8.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-8.php', 0, 0xf7b4bd43360379b8f9551b48d6c93192, 0xf7b4bd43360379b8f9551b48d6c93192, 0x6dd171d6aa173ef38f58e61f396dcb9ae64e925b3b85661dd90794a8b1701cb5, '', 0, '?'),
(0x77506b8f2b2619d9579e4fd7729d0366, 'wp-content/plugins/elementor/assets/js/packages/query/query.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.min.js', 1, 0x00000000000000000000000000000000, 0xf4be2118fdb8182109a4882e002e5c5e, 0x472acf42449095c87019e81443e1571bd64bfc49ee32b5b1d485c1fb9c1cfaeb, '', 0, '?'),
(0x775438ce8b20faa4b0b57a59b304f3b1, 'wp-content/plugins/elementor/assets/shapes/split.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/split.svg', 1, 0x00000000000000000000000000000000, 0x06fb4e3fe6ecb68842a02c06acaaf6c2, 0x8b1ea98e65fb43f08661d801f1f2669a36b314d0144158154dde05aeec061c32, '', 0, '?'),
(0x775ae8e8b86b464439ab9cc4ce14d968, 'wp-includes/blocks/site-tagline/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/block.json', 1, 0x00000000000000000000000000000000, 0x887b1ff28e868c9766532e8fbdc14ae6, 0x20ead54213ae546c50499ffd936f48ed671447866c6d46796255902c40a14ef8, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7762863c5a37f1470e1e3339d97c5b37, 'wp-content/plugins/amp/assets/js/wp-html-entities.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/event-3-col.php', 1, 0x00000000000000000000000000000000, 0xc692a66c3cfdfd8bf957b6d348ec0db6, 0x45187eb64e031614164fc9db74d3df63ce7a4d4f81086843cdfba2f4795eee59, '', 0, '?'),
(0x776b3543d691a3ace73da16f0273065f, 'wp-content/plugins/elementskit-lite/modules/megamenu/views/options-megamenu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/views/options-megamenu.php', 1, 0x00000000000000000000000000000000, 0x84f466a407a223fe06b4faf657aabbb7, 0x63741722a8a173c800133e65b4c170328aba4b99c8e5f9dfe22b90097c6cd6b8, '', 0, '?'),
(0x7780a24b82a5b2f9d872ad29367d3d07, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-9.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-9.php', 0, 0xae5745e7889c9cc0794552880061ee0e, 0xae5745e7889c9cc0794552880061ee0e, 0x5a6baec9b37ca8f417c3fdc6e4be012acd6b4f8aa3541985c3cc8bf5a9f941d2, '', 0, '?'),
(0x7788971e4daf900d24a5134e6235e55d, 'wp-includes/images/media/spreadsheet.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js', 0, 0x7326c913c216949ba445d552a6c14c37, 0x7326c913c216949ba445d552a6c14c37, 0x28ffcdcf52d7db6dda6f348a021c6f8676915ab5f147248a2f8b05ed0e016674, '', 0, '?'),
(0x77892d8fe0da128b2a5981476c7b93a3, 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-wp-video-lightbox.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-wp-video-lightbox.php', 0, 0x87432be86149e858c7f90046427df8f4, 0x87432be86149e858c7f90046427df8f4, 0xdbf4e666778df9af64edf348050cbcede359f70da468ee2d8a2a43862fc2da02, '', 0, '?'),
(0x7789876792cc19c672a70f7bd69aa05e, 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x7795c5bef021d0114ad90e4c612f2bb1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpToAmpNavigation.php', 1, 0x00000000000000000000000000000000, 0x1e58bbea2834eccceb9af760666e386a, 0x9152f451de01989db6904a689ad2dbef15256a6d6c3d3ca61a29f0e5e6741ac8, '', 0, '?'),
(0x779cea29958ad28d1949cd72226178d0, 'wp-content/plugins/wpseo-video/detail-retrieval/class-wistia.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-wistia.php', 0, 0xbefa3a6aa894fd5eed6d52357826e2a9, 0xbefa3a6aa894fd5eed6d52357826e2a9, 0x8de269b3c78cffd8fc5ff6e392ad274afc2365305cfc533f2ab6325a27d69f82, '', 0, '?'),
(0x77a3a4ef4cfdeaa3301e9ceff05d722e, 'wp-includes/images/crystal/code.png', '/home/forwardbetcasino/public_html/wp-includes/images/crystal/code.png', 1, 0x00000000000000000000000000000000, 0x1460ef31b2cffaef1cb012f531ae391f, 0x3beaa9363798a483940dd8218aeddbe71e781a5f104048d7c3264394d02dd7e3, '', 0, '?'),
(0x77a4afdfe12cc109319375d6d32f76b3, 'wp-content/plugins/elementor/includes/controls/gallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/gallery.php', 1, 0x00000000000000000000000000000000, 0x19a84f0d793c135685952cdfcedb35db, 0xf0eab0fb6819bb52ecee94ce6a3fb2523737293151b39b5b2afe406d65d3eb19, '', 0, '?'),
(0x77a54e702c3121274d55d5899fdd3a51, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/typekit-fonts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/typekit-fonts.php', 0, 0x5ed82d19d2b5f57daf5b15be2a2dc957, 0x5ed82d19d2b5f57daf5b15be2a2dc957, 0xc125a5e1f3b4a180a3cce5b0e258f1d4da985478c6c33d1ea07b1b1e746f7e3a, '', 0, '?'),
(0x77a740cf49a965c6dc52b266f937d9c5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', 1, 0x00000000000000000000000000000000, 0x04b99b138281688c1c140452b480e0ac, 0xa7fcf63df66d48fcd52f7f12a810040a15651cdbfdeb1e43a68f33d875353882, '', 0, '?'),
(0x77a886f59b1d16f8bc2e5bfbbf441ba2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php', 0, 0x7605e1bf9d75d2ad6d72c16a3cbdbbaf, 0x7605e1bf9d75d2ad6d72c16a3cbdbbaf, 0x53a0763899d270b68e36397ba927b278492fe5f8c05efdf22571afd90fb4fc6d, '', 0, '?'),
(0x77ae15f4604d0ccbe13ec77bd40f83b4, 'wp-admin/includes/noop.php', '/home/forwardbetcasino/public_html/wp-admin/includes/noop.php', 1, 0x00000000000000000000000000000000, 0x7fc3077ee289c3906fb24bf54b56b865, 0xbde028b68c4346c2ceb3a5cf936118a2adea1e73fcf0464960499daa73934444, '', 0, '?'),
(0x77b4cecb3cade5b65120b38022659fb6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php', 0, 0xee397484e8c3e6500423cb34fe34504a, 0xee397484e8c3e6500423cb34fe34504a, 0x01e8c2e7c912964d194ffb957e4596d78c8fa0a168570c19600e46fb3a74d84e, '', 0, '?'),
(0x77b8ff84aa88a3d63d80c298c34077ed, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php', 0, 0xfa4f3593d280dfb5ceceabd559aed3ec, 0xfa4f3593d280dfb5ceceabd559aed3ec, 0x0872471e8ffb9e5ffbf28ad98e3f9abaa7a58afdb7cfc99c4a279bb699fa9a9f, '', 0, '?'),
(0x77bbcb4baa36a80701b71c31ff42fede, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-file-util.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 1, 0x00000000000000000000000000000000, 0x821267dbb02f2ab18206c8432c6b2390, 0x6176050c147875ab8bed9db66aa6191bab3d9e49a253b6d1447b91f9dec19221, '', 0, '?'),
(0x77c79afaa3da2878e5817b983e6c9ea8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/AppIdentityCredentials.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/AppIdentityCredentials.php', 0, 0x5ecc398599d6f63ee0e83cf8a6fe1e78, 0x5ecc398599d6f63ee0e83cf8a6fe1e78, 0x213cb0c03d97e230d645063af8483fc9659d6c89263e3d161b336b8c4f5ba083, '', 0, '?'),
(0x77cbf1809c1ee7be66a8af7862dc26bc, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configs/default.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configs/default.php', 0, 0x9c3b61d139f5da1a0093b05e6b704ed0, 0x9c3b61d139f5da1a0093b05e6b704ed0, 0x8ec6570b9a2c5cdc86f342779b636a7c5cceffdc3a3364799a02d896c81298a1, '', 0, '?'),
(0x77d70e28cffa3012d35fdcca5949a42c, 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/FasterImage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/FasterImage.php', 1, 0x00000000000000000000000000000000, 0xc9e9bb7de364cc99086d11dc78861072, 0xde0c26d55f265df22ebb8ca11d8a4a19a677790f1665176a045ee5fa84e02371, '', 0, '?'),
(0x77e1a7d58b5ce09847d0fb2695a2f841, 'wp-includes/blocks/template-part/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/block.json', 1, 0x00000000000000000000000000000000, 0x7b6fc58589749063d63790bb53882f28, 0xa0b3762a84729397e71fe88275a801ecdfa9c74d71520921c2671b294d3f9e9f, '', 0, '?'),
(0x77ecb42b3276b829777130b6274f47af, 'wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php', 1, 0x00000000000000000000000000000000, 0x7ef21fbaad1ba04428d9cc5f57f3b204, 0xcc2c353d674badc365f12caac0a64c55a5be91896073cd0ef17eaa963e44f991, '', 0, '?'),
(0x77f724010459e0526127e4d02cd8b620, 'wp-content/plugins/wordpress-seo/src/values/twitter/images.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXDnsPrefetchControl.php', 1, 0x00000000000000000000000000000000, 0xd7e5d324d66b26408b52165da0a6cc87, 0x55f000989a8b9f6273043c0ae27dfdde76be7505aedbb7dea3b029d0a2918c60, '', 0, '?'),
(0x77fc3ebd6f6a2a3d999d2c1964ea384c, 'wp-content/plugins/elementskit-lite/modules/layout-manager/assets/img/banner.jpg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/img/banner.jpg', 1, 0x00000000000000000000000000000000, 0xfcbdc8ab8c750ddb3c1fb6ed4b346a06, 0x325278e4d69e95ffb904a1227477dbfb8db805b8f5a4c43fd271ef9daa0cdf47, '', 0, '?'),
(0x77fdf85cb9b1415e1486c756994e245e, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0x77fdfadaf2e1ca3a027d1956b910bc50, 'wp-admin/js/common.js', '/home/forwardbetcasino/public_html/wp-admin/js/common.js', 1, 0x00000000000000000000000000000000, 0xcc97c4e43a5bbfb9d910160457c255d2, 0x3451be2532b146af72fcc4d9d5e1e97f55bc31bfcfa6cf25c04b607146d409f1, '', 0, '?'),
(0x7807acfa6e6705779825b5b41a6ae8d5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/CookieJar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 0, 0xd29dfabeadb7eb604b1cab36b74caab7, 0xd29dfabeadb7eb604b1cab36b74caab7, 0xf85ab5974361c5729288506860711d1d728c6e54b4f4419af3c64020b48b0a98, '', 0, '?'),
(0x780870e45a882293abf0155df36e3525, 'wp-content/plugins/elementskit-lite/modules/controls/assets/js/widgetarea-inspactor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js/widgetarea-inspactor.js', 1, 0x00000000000000000000000000000000, 0x33706c2a002996e5b984df288c0ce818, 0x0158112a678222e98a5b92638bcd9b976bf46c85ce0ea9d3fb5e21ba3e345202, '', 0, '?'),
(0x780947214ee4b724a52e9a648e5462ef, 'wp-includes/ID3/module.audio-video.flv.php', '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio-video.flv.php', 1, 0x00000000000000000000000000000000, 0x2804decde9415a1b3fac2178263368c5, 0xa5375440fc37cc6c8db145ecc59323a1f8b1a3a856f02cc44c69ee8bd01127ad, '', 0, '?'),
(0x780f0132f488b30f655f0eb6a3f303e1, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Exception/InvocationException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Exception/InvocationException.php', 1, 0x00000000000000000000000000000000, 0xaf37b0e1ed2d6e16a306c59e6ac93ec6, 0xfb9d2a93a52cc9657ff4a6432aa94e54786d322422262038269342d919f44486, '', 0, '?'),
(0x78151046194f94fdb30f30754f2d1120, 'wp-includes/SimplePie/library/SimplePie/Enclosure.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/RESTPreloader.php', 1, 0x00000000000000000000000000000000, 0xf7e79b3edc442e9b7a9f7537604a971e, 0x3656fb2657a5218cd4892a4dd3e9cef9717fab6a986dc6213c5b787845d72a3d, '', 0, '?'),
(0x78229f471c223ec9fa913844c0fc83ed, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-my-account.4e940a8b4a52d1c98c5c.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-my-account.4e940a8b4a52d1c98c5c.bundle.min.js', 0, 0x1e788e661d6dab580303745ba219b2b3, 0x1e788e661d6dab580303745ba219b2b3, 0x8dcf2e6b0a86159cf744debc82b24060520c13b7e63e44d150c83e6a5cf6041e, '', 0, '?'),
(0x7823af62573b69917b01698267e3041e, 'wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg', 1, 0x00000000000000000000000000000000, 0xb9d6f5ad80906d856a3ca95de3354bf8, 0x1ebfb3ce21ef4f4e0f4068c941b5cd762de79511f2a4c0f334b8cc1c4a01110a, '', 0, '?'),
(0x7827cbcd632a6657ef9a31926a799199, 'wp-content/themes/jannah/assets/js/ie.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/ie.js', 0, 0xee9d2f6fae28099e983721b8127d457d, 0xee9d2f6fae28099e983721b8127d457d, 0x6f6f885345009225c68be8340b4cb8a4421c5b0d916fbe084c15c1c288b09df1, '', 0, '?'),
(0x7839405e16369cc5df91acf39f6fb7e8, 'wp-includes/images/w-logo-blue.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdi.php', 1, 0x00000000000000000000000000000000, 0x7f032b328ed568ce7e830e4e32509f84, 0xab5582d661fc4dbfb0a2928b7e24e253267ac312957a1550ef52be38db44dad9, '', 0, '?'),
(0x783fa5154f40a7311c08b9c474244d0b, 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-preview.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-preview.php', 0, 0x9959f1180ffad52ee4198c9349c4139e, 0x9959f1180ffad52ee4198c9349c4139e, 0x6a66535b09f01b537d342d8dc2c31d293f9feb4280b97e2bee3245312a906271, '', 0, '?'),
(0x78487a1bb04fbd4610263900f60251e4, 'wp-content/plugins/elementor/assets/shapes/wave-brush.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/colors/coffee/colors.scss', 1, 0x00000000000000000000000000000000, 0xb351773a07f882fad2ab6138cbca6834, 0x38d5b3bcdf2d270f56b4a09d88fd27a8dda34f48e43b644ebf0d1a15f3dca13c, '', 0, '?'),
(0x7849b61647f91c6d24a97bed1574a96d, 'wp-content/plugins/elementor-pro/modules/progress-tracker/widgets/progress-tracker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/progress-tracker/widgets/progress-tracker.php', 0, 0x67a9ade173b26f4393d10954e46be4c5, 0x67a9ade173b26f4393d10954e46be4c5, 0x911d41dd4c5b87564fd94cae16a1d219dfc94aee6559f9b2c970d0397f3b18fe, '', 0, '?'),
(0x784c072600ba114e24d2554ff3f0596b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagName.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xce0d0e9755a18a14f6d602fdda434222, 0x831dfa294da31506a695eca982741b55cae4afceb408d5d4aadbf9afcc462efc, '', 0, '?'),
(0x7856824d9ae93e966ed97b4f96c79f11, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', 1, 0x00000000000000000000000000000000, 0xe5492c309d60e72d3d0cb84f7848a7bc, 0x16e2b0816dbc576b61cbf697e8329d8312536ad43ea8cb15b7118522c777f93c, '', 0, '?'),
(0x7860a173ec9f708828cac13724278bd6, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comment-date/block.json', 1, 0x00000000000000000000000000000000, 0x82452e5e9dd02dea8575ca4d0480f263, 0xb64878e78ea9620b81b93d4ab2fa8bb7dc5df2967410e7a9710878c180f20b75, '', 0, '?'),
(0x7865f9cb8591e8afb93c10d7ca2f6559, 'wp-includes/blocks/tag-cloud/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/editor.min.css', 1, 0x00000000000000000000000000000000, 0xf77dec38719392c93c2379d271a43b16, 0x7b462234aa66b9bef5c2bdf673cd1fe66fd9f7fb96ce9a3e352a59c7b2625815, '', 0, '?'),
(0x786682a8e156ec7b9946f78ecc952aeb, 'wp-content/plugins/elementor/includes/elements/column.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/elements/column.php', 1, 0x00000000000000000000000000000000, 0x2a68c30912fb7789c8a56fac950ba9fa, 0x1d78bae50237c26ce81f9c44a4a233607ad7b269d7d2bd065d9631a1b91a2fd5, '', 0, '?'),
(0x7869079a25e6553257650b53a1c5dcc0, 'wp-content/plugins/elementor-pro/modules/role-manager/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/role-manager/module.php', 0, 0x0166d5424f2b5056bf44493e56f52055, 0x0166d5424f2b5056bf44493e56f52055, 0xa8455dd6191f46dffb45c06972bf471224a8954172f4437789abbe9a80133bb6, '', 0, '?'),
(0x7873dbc3151c9e525927b1aed53a9c04, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php', 0, 0xe2138afe2606b7764a5d221f76c97183, 0xe2138afe2606b7764a5d221f76c97183, 0x8a1f6b11cdf7e7e7a1dd9e7fe01bbb640eee70672c5fe1717ce3bdb1ca55ecd8, '', 0, '?'),
(0x787997210ee0f8f471c129f62ecb8922, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 1, 0x00000000000000000000000000000000, 0xce6d8e848695cd9fca08e472d1d62039, 0x073b09d15ff659efe0b7ed748a374bdf161dd57397956d43f8de0de5e0caee6f, '', 0, '?'),
(0x78800709da6bdf521336239f2cc12bfe, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php', 0, 0x42ccdfd512d0bc86f09dc0157ad6b55f, 0x42ccdfd512d0bc86f09dc0157ad6b55f, 0xfc5616b22d3290deb83c6e0f7b733f498df5ddb857bdec3e66bd8dc973e528a7, '', 0, '?'),
(0x78822dda6454d20c416596eaefa5b118, 'wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json', 1, 0x00000000000000000000000000000000, 0x3acee434d15c977d2123b274ea81d3a0, 0xcb7bb26c7fc603efbad52521e19ae467a67eac9e3351d2d473ab35587ac16efd, '', 0, '?'),
(0x7886372e449d2616f4dab9ef8f67e6b9, 'wp-includes/blocks/navigation-submenu/block.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x0c7b4753c1dd3087abd6f9ee85c32906cbf1f62e7e83a9236dbc7dce3a32c8c5, '', 0, '?'),
(0x7890c5e8b0300ba4ba1236bba2f81823, 'wp-content/plugins/elementskit/widgets/advanced-slider/advanced-slider-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-slider/advanced-slider-handler.php', 0, 0xb5ac922f8d911c77fed820291e789840, 0xb5ac922f8d911c77fed820291e789840, 0x386ec174aef9a5b2a2d0766d03728cca4e14cc6c2a4c2566de88d3113926dfe8, '', 0, '?'),
(0x78965e6ddd5dccb29a2ff5c54c347655, 'wp-admin/includes/revision.php', '/home/forwardbetcasino/public_html/wp-admin/includes/revision.php', 1, 0x00000000000000000000000000000000, 0x1899c4ec50a594ddff4adf3ee4083013, 0xb1a9465c48c52d53438606856437a8b6d238b48d03a6c57ad3ce28914e4eee63, '', 0, '?'),
(0x78a42f4d58c31d503044897a1a5b95cb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpList.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpList.php', 1, 0x00000000000000000000000000000000, 0x5a7a10b077ea2e5ba8b5e6b228c11d7f, 0x29ad8e4d5d5acdddf6bd2cb33cb60722ceec7134261d2adc67c5674c65595eb8, '', 0, '?'),
(0x78a9fa8919deb6a6354c431ec77dbdb8, 'wp-content/plugins/wordpress-seo/admin/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x78b42ab1d033753cf265df5ae0ec4822, 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php', 1, 0x00000000000000000000000000000000, 0x054837f3b0e113e2c34b9e8e203977fe, 0xf805f32e88fb73b70f460752c28770e296c741f8542e8e2c459dab48fb11514c, '', 0, '?'),
(0x78b4d1990c149bda68fee12f949bc1a2, 'wp-content/plugins/amp/assets/js/amp-validation-counts.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-validation-counts.asset.php', 1, 0x00000000000000000000000000000000, 0x83adb91cad09d516656ce4e424a20819, 0x0814798ff0fb43fb5799c9dfe438b9d5adbf389d7d84a452c8bfc7bd3d9e098b, '', 0, '?'),
(0x78b6ddb68ddc172b4300398b59071c56, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/AnnotationBasedAutowiring.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/AnnotationBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0xe280199d5e2bdf1ed2e2bee4ffb709a7, 0xec60d0502b1bbb7ee0ad897d05a6c24f088d337f717c1d2ab48717731f633b2e, '', 0, '?'),
(0x78ba9900fb9feaa8b08fcac6532b365d, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php', 1, 0x00000000000000000000000000000000, 0xd9639efa7d0fa230790ab7b4ae8facdc, 0xdf8efb518daec2ac62283a126023be50deb241888233446645b9c20b50e16346, '', 0, '?'),
(0x78c146297e1ee18f826e7f3ab69cbc0f, 'wp-content/plugins/amp/templates/html-end.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/html-end.php', 1, 0x00000000000000000000000000000000, 0x3e6abb53ef1a9523f584b4538c7da467, 0xcb54490338e3a09824e754ea92c67a28f5017430fd26679b6b9da09e83be6654, '', 0, '?'),
(0x78d92ebda68c58f3eb4a24a7c9aedcb9, 'wp-includes/blocks/pullquote/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x8f11f657ce7abe0cfd20efb88e0ad0f2, 0x29360756cefd2d6c2e05773ea321d8981cee21a35c74430ef474e8b53b5cda31, '', 0, '?'),
(0x78dab4bfdaacfb7afdd8eaa10c786669, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php', 0, 0x6630c6567d00e4bded78b920243ee4bc, 0x6630c6567d00e4bded78b920243ee4bc, 0x0d79b4e9214944730c047785a0012ff16fd0d12c071a20f77844cccc782477d5, '', 0, '?'),
(0x78eb8d82829f407d59c7038c69cb2b7f, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php', 1, 0x00000000000000000000000000000000, 0x2f50e23a6acbe4adcd2efd09d0d9c1a5, 0x23fa2384519a91f976e11cca8c8bf646a897df4609dbe4feaad84d0307d46469, '', 0, '?'),
(0x78edb6694360c5714649c095973a2237, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTruncateText.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpUserNotification.php', 1, 0x00000000000000000000000000000000, 0x41a3fc53beba2524ced9fe40425cd9da, 0xcd56c8108c4016ac5a71d57e4389c947babaf8eb53948a13faa6c80c16d3b09d, '', 0, '?'),
(0x790c8aad813189e22de8862f6649d7a0, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 1, 0x00000000000000000000000000000000, 0xcae330390d81c9986197640bb7a3f850, 0x462a154fe0d09e715eca6cd7ca677ab7828f2c493fd462ce52ef5d4bc2d6b345, '', 0, '?'),
(0x790d250729430deb76a54a974899f54e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ManualRuleGroup.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ManualRuleGroup.php', 0, 0x3ecf13e06bf5d7678927a2bb04ceb0f9, 0x3ecf13e06bf5d7678927a2bb04ceb0f9, 0xfc5cb5b962b2af0934ee19b58bd819f460f49f263ea7da17716e52d90b033e2f, '', 0, '?'),
(0x79216299c3ebac993c51c958d3fe467e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Legend.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-recovery-mode-key-service.php', 1, 0x00000000000000000000000000000000, 0x5a1caa4165f0e3838f2b3ffc2dc1a40e, 0x5c92e06b438b523f97fd9a6f45eacbe7ad930a6fec6815d99e84ab5c5cfb25b7, '', 0, '?'),
(0x792861fca28cc681cce1e61c8ba4fd2e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/ImageDimensions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/ImageDimensions.php', 1, 0x00000000000000000000000000000000, 0xd0f120fc2e74564487f6fb928b2b9738, 0x8b413c0ecabbdc677bb554321eb762f1c9704656af965e02e692c783fd13c08f, '', 0, '?'),
(0x792aaad5bcb5f3f059a8418728ac56b3, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Value.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php', 1, 0x00000000000000000000000000000000, 0xd28b7fc955ce580aa987f486dd9a2e0e, 0xe895b8a4418734b723290f92e72995bfc59b6f47c665ae39836cda2ff5701326, '', 0, '?'),
(0x79351b32a46d1da300a56c991d22f965, 'wp-includes/js/dist/priority-queue.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/priority-queue.js', 1, 0x00000000000000000000000000000000, 0x1bf46524304168dab0a2e8e4027e854d, 0xf3f0209667a89456e5c50a8f9f55d0acbf7936d365247e16525031e48438e2a4, '', 0, '?'),
(0x793a9f47eebcae6018ed572d3edbc34b, 'wp-content/plugins/elementskit-lite/widgets/testimonial/style/style3.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style/style3.php', 1, 0x00000000000000000000000000000000, 0x5e39beb1ed59bf78fb1961644813db2d, 0xc7f617ae42632729463705ef7bbf23aaa50ba68ffcb967c20741c7b146afaa86, '', 0, '?'),
(0x794116a98730bba695587a28809e275c, 'wp-admin/js/widgets/media-gallery-widget.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-gallery-widget.min.js', 1, 0x00000000000000000000000000000000, 0xb857b5e1cfe96c953349d845bc68fcf6, 0xf29fa25a6858008af89b8e85092c5082365bce123d12bd7f8001329cdeb8feef, '', 0, '?'),
(0x794f9e0079166af965420a5670c8fbf0, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x8ede7bf6c724a7c0c7bc879186b6ea7f, 0x6af4a9351d3d8659d5018c24088def8b8ea5abd7d651bada55d0bc8575c92a45, '', 0, '?'),
(0x7951e55ed971900f71b03e2685e99fdf, 'wp-content/plugins/elementor/assets/js/media-hints.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/media-hints.min.js', 1, 0x00000000000000000000000000000000, 0x8f6def036e9e6f42aa9b1768690065a5, 0x82cc17825277814630b63510a5d33567df6d98f1198008c60fb0951086f04eba, '', 0, '?'),
(0x795a669ad1dc9b0d7af72674b83da6b3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/ClientInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/ClientInterface.php', 0, 0x5f883df9301578444686a01da3d2ca2b, 0x5f883df9301578444686a01da3d2ca2b, 0x49a491dfc90d41d31436283e93fb91f3f5e74ed4071e0de632f2bc91d9b752c4, '', 0, '?'),
(0x795fab288f7a3192f0d216727265ac00, 'wp-content/plugins/elementor-pro/core/integrations/exceptions/action-failed-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/exceptions/action-failed-exception.php', 0, 0x7f8dc5dc2430f4e6eec3af333567115f, 0x7f8dc5dc2430f4e6eec3af333567115f, 0x39b58e673eff7d2e026e1f7a715f8401ac00f145af3c541206928ff19252087e, '', 0, '?'),
(0x79646708214693327ca3096d9fc0f2f2, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/page_views.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/page_views.svg', 0, 0xf08c44ea1a9fe8d019ba113d7c712777, 0xf08c44ea1a9fe8d019ba113d7c712777, 0xd0f3a0c89bf76958a4e14a9f83d1f942c05a622ac6e71032285e89456fb24dd2, '', 0, '?'),
(0x79695b832259ea686fd4a36dc10ed0c2, 'wp-includes/css/dist/patterns/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js', 1, 0x00000000000000000000000000000000, 0x4d43b2fcb5ef3e6afdcd539f46148514, 0x93984296d3a46855672fb433ff80384d0f3dc5011e13b780eae16f69750be114, '', 0, '?'),
(0x79725daad8dc75631ede5402cae077bd, 'wp-content/plugins/elementskit-lite/widgets/header-search/header-search-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/header-search/header-search-handler.php', 1, 0x00000000000000000000000000000000, 0x75f42a76ff0711b99ed6e2df558c8daf, 0x89bd573454b5c994e76bd111d4389573d703c43c83a7de5f1c20d6eca3acb105, '', 0, '?'),
(0x797568b1866d0036f78432ee36ef7600, 'wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', 1, 0x00000000000000000000000000000000, 0xd924d96744f218b87770e03bfeba08c4, 0xc14d947650eb7cb0872d5e1a3fe36f5909ba70c18a56ce96c0035e6ae328e146, '', 0, '?'),
(0x797b81ce44734c9c7b957fd13c3df52a, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/notifications/api.php', 1, 0x00000000000000000000000000000000, 0xac4ad30110825d76de32220fdb69ed6d, 0x8f2817f2f1b0bfed5271d6fd483fc69bdf6319df3e2f728c2b19991cf2c447f2, '', 0, '?'),
(0x798102d70a962c0a43e77c5b69100616, 'wp-includes/customize/class-wp-customize-selective-refresh.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-selective-refresh.php', 1, 0x00000000000000000000000000000000, 0x89ac8250c5045714671269b967c9ed63, 0x2b8c7469ca831559d241358fbafc1b6e7d7d2d09851fbad72cc6208072071451, '', 0, '?'),
(0x79819daed60a762d08dc1c1672281fbc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/TransferException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/TransferException.php', 0, 0xa051c81ab71918fb46fd24dc18983919, 0xa051c81ab71918fb46fd24dc18983919, 0xc145ca1ac4652880ce680c2183cefa54c49d0aca8f9374bf341528c32886b0ce, '', 0, '?'),
(0x79823b75480f0d613315247f6816ec82, 'wp-content/themes/jannah/templates/header/content.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/header/content.php', 0, 0xf5b24d4ce17996a9cfb6b7ec6e801029, 0xf5b24d4ce17996a9cfb6b7ec6e801029, 0x3e8cbcca625af086ad62f8770436b92e0d8e909e14bedc2ab98f4f65d60ffae0, '', 0, '?'),
(0x7983723ba29aec39293357b82bb4286a, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css', 1, 0x00000000000000000000000000000000, 0x8452290d7deb4af0f874314c2912f5af, 0x887d6d62582834ddc79d38915733f79a2fb43c9e462de41846b25c817985ce9a, '', 0, '?'),
(0x798b12837b88155c1d62d26127e8f85c, 'wp-includes/customize/class-wp-sidebar-block-editor-control.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ol.php', 1, 0x00000000000000000000000000000000, 0x39c7f391927c1303d7858a2e608b278b, 0x113e7b5793a7279a4e8f1e14a1722892a89de97cc414545eb4a08169dc235538, '', 0, '?'),
(0x7990869588b4bbaedbf6523f6b5a4286, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', 1, 0x00000000000000000000000000000000, 0x3aac7044fceb8438c6bee77598949a32, 0xf9b7239e77793f8556c4daa7d3e9936589304da517b228ee25332ab9d7d10ddb, '', 0, '?'),
(0x7996f456f67c2fa14e132fe2ee0185b9, 'wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js', 1, 0x00000000000000000000000000000000, 0x4040a1381958c1cf150cd9b5795d07ed, 0xcd0c30151ccdca6bf215e5947550495001517b21e4d5a5405be608180f0a176d, '', 0, '?'),
(0x79986eecff07e19d5d264029af24e355, 'wp-content/themes/twentytwentyfive/screenshot.png', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/screenshot.png', 1, 0x00000000000000000000000000000000, 0x0d60746d300aa01c31d9398c6867c87c, 0x09e12f148286850ac3f876ae4a37ca0a932b7a0f5d46a1d4494d5b9063a0446d, '', 0, '?'),
(0x79abf2ea411b1bd8bd7fedaedc9f6c0c, 'wp-content/plugins/elementor/assets/js/admin-modules.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-modules.min.js', 1, 0x00000000000000000000000000000000, 0x894e83c05e19c75fa1a3ff99c1ed2490, 0xed6d1982789c797640ce5bd5404ac0047fbcf00236c366fd1722602979ce18f0, '', 0, '?'),
(0x79b2550d52ed893b8fc8a794ec050104, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Expression.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Expression.php', 1, 0x00000000000000000000000000000000, 0xf0c14c6957275d100c6ef17ca37ff9a6, 0x5bee57b6318ce6f4384a4b847ff8ee7c3346281baac0954824d10fddd9444299, '', 0, '?'),
(0x79b405ed1ddd459061ccf33a128d5b00, 'wp-includes/class.wp-dependencies.php', '/home/forwardbetcasino/public_html/wp-includes/class.wp-dependencies.php', 1, 0x00000000000000000000000000000000, 0x6f3d602c579184c251b42d0bbade38fe, 0x225d5f96b2e9317473f42264b8d9e10fee2d7bfd9c9d06a811c482e0e85ea85c, '', 0, '?'),
(0x79bc56e3da89cb9f3041875c37dd8eaa, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SendGridHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SendGridHandler.php', 0, 0xab088a5bbe8cd42e201d3c8dab280c2c, 0xab088a5bbe8cd42e201d3c8dab280c2c, 0xad9944eb5d46ef0ec3944c3a478a2f4bf162135e12cac978f15f6fba50f5b11b, '', 0, '?'),
(0x79c31f62d4685597ab5e1c61a3c8c99a, 'wp-content/plugins/elementor/includes/widgets/image-gallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/image-gallery.php', 1, 0x00000000000000000000000000000000, 0x107aac752f2502390788ac385c4bebaf, 0xbf1418b5a4964321d079b8480b15589f7fb9066db9ae3fe4b7c289187685178e, '', 0, '?'),
(0x79c7f3c45360be12c6d97daa537735c0, 'wp-content/plugins/elementor/assets/shapes/arrow.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/arrow.svg', 1, 0x00000000000000000000000000000000, 0x467e7ac6d9a89f77ae9689cf43b079ce, 0x16379e687100a937068ff71c07a4adfb6e2214659a25536c5d678b04ab85f017, '', 0, '?'),
(0x79cdff6509390d12b3bda50f8096d555, 'wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-loop-product-taxonomy.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-loop-product-taxonomy.php', 0, 0x9653460c53242ac091aeefa074cf28e2, 0x9653460c53242ac091aeefa074cf28e2, 0xbf6b53aedbe971ddb895e954e82f193cc5392f07db9ed0475b0885bc72ed4823, '', 0, '?'),
(0x79d80cf023a32c88175220455adbd0f6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RuntimeVersion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RuntimeVersion.php', 1, 0x00000000000000000000000000000000, 0x1961b1047b642387d78d1e2eccdae3a2, 0x2409cdd2dd6c4c61481951925a1ad29b4dd89f0e4a19732bf609f1409cfae029, '', 0, '?'),
(0x79e2228c4f8fde7ded371f109e6792d0, 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/regular.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/regular.js', 0, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe130176a10b3aef7f48d12d072e60859a6a8bf432a867c6890b23d89f6b75d44, '', 0, '?'),
(0x79e2810e23124c5efd3d254f7cd85fde, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DefinitionResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DefinitionResolver.php', 1, 0x00000000000000000000000000000000, 0x813912cc2d55e7e2714c5e69fc20a248, 0x3a4c72e1925f1ecd0d3815380fbf52fe54f4427fdc8085e5d022c8c852b78219, '', 0, '?'),
(0x79e633a1dde2322f9fa45b5823f9c246, 'wp-includes/blocks/query-title/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-title/block.json', 1, 0x00000000000000000000000000000000, 0x24dd07214b1e2d86c4aea4fdee0c724d, 0xf4a19df1b9885b2aaec402a68dea4e2f65e79e2b485f255158e84033729b6775, '', 0, '?'),
(0x79ea018ee447955c6098e1f9a24d5294, 'wp-admin/network/site-new.php', '/home/forwardbetcasino/public_html/wp-admin/network/site-new.php', 1, 0x00000000000000000000000000000000, 0x1f8f57025449534024ad71e43890f0d3, 0x4554130b108e332a3fadb19aff22c5969cc41e2e755dd2dae36bf65a3e8f8d3d, '', 0, '?'),
(0x79ec19658f6d24cdf94a08f59cbad353, 'wp-content/plugins/wordfence/lib/wfDeactivationOption.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfDeactivationOption.php', 1, 0x00000000000000000000000000000000, 0xac097d3fd3fec91720d2f0020680b635, 0x8c270b88f203d67a672f82d9bd6e2b02758dd7cdc1463ddb5b181486c81a6ccd, '', 0, '?'),
(0x79f105a0ab004c7ac0e3b6b5810bd988, 'wp-includes/blocks/group/style.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WordPressCom.php', 0, 0xf7550d7cf7ec6dd31f5933dc26803756, 0xf7550d7cf7ec6dd31f5933dc26803756, 0x731d55d9595229607ffbbac6f331404575ddf718b60b011b34a47d2dcb28e879, '', 0, '?'),
(0x79f913429d7fb19c858898269aed55c3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextFormatRun.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextFormatRun.php', 0, 0xfa368688dd402d02e62d88cbc651758d, 0xfa368688dd402d02e62d88cbc651758d, 0xc8c0cf96605a524d16814dc314567a2fc6b83e9e8af0f8b463eace51ae835e43, '', 0, '?'),
(0x79fb4b6bdabbfa2099bb7e64c8ad6498, 'wp-content/plugins/elementor-pro/modules/hotspot/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/hotspot/module.php', 0, 0x10b4248e931382ef7448685bd506c676, 0x10b4248e931382ef7448685bd506c676, 0xc02e1ad65a8a7910a186b5632b568918de7f819e69c3a4ac7928fa9017251186, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7a0132684f739530350cfa691e05333b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectNumChildTags.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectNumChildTags.php', 1, 0x00000000000000000000000000000000, 0xedf95c39598fd2aff53414d2b3645812, 0xffeed06e1d7b3857f664047c9f866887fe82e306bf1704bc351f4cffcda27660, '', 0, '?'),
(0x7a0add495894f00d8e9dd4923aa5cf0a, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/noindex-author.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/noindex-author.php', 1, 0x00000000000000000000000000000000, 0xc70fe37efa9386007c19ded4dcfafc7c, 0x2b6af44fb330ffcfd911b4d284be2a722c1d9742a8b1be525309bdd7e4d27a00, '', 0, '?'),
(0x7a0cd78831fd42957a35d4df69cbbb55, 'wp-content/themes/jannah/templates/loops/loop-authors-widget.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-authors-widget.php', 0, 0x18c5158da23602011017ac701df6e48a, 0x18c5158da23602011017ac701df6e48a, 0x10f44f6664a3d143d986904a696ce09285f5d141fa148319f6db95307b1956b3, '', 0, '?'),
(0x7a0ec990b59b8240f62fce172f1e40a0, 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', 1, 0x00000000000000000000000000000000, 0x4ae435384f079a4f8f7d13f405f61173, 0xab9e10a2842439aa6453133e3bf03a82a1800aeeef61645f18a858dd1fa65b46, '', 0, '?'),
(0x7a1378daaef09b682c387886a00c9576, 'wp-content/plugins/elementor/core/logger/items/log-item-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/items/log-item-interface.php', 1, 0x00000000000000000000000000000000, 0xcaeee021b3e318aeef99f942ce41fda0, 0xd86b3b57fd881826a985370b790c93c389d435043ffbdf89b0f3321a8df62d92, '', 0, '?'),
(0x7a1be5834f7cd16368b9e0d1b58bc877, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-cache.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-cache.php', 0, 0xbea106d8bde3a4643b833afecbe6bbd4, 0xbea106d8bde3a4643b833afecbe6bbd4, 0xc3006d17a82c834c188891db3e45e071408bb212f391a904d4420d6db15d6d9b, '', 0, '?'),
(0x7a2d2dd5d6e917b289b7329de5441479, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php', 0, 0x9cb5b2f432d33b63cd7e3b4e7d09aea4, 0x9cb5b2f432d33b63cd7e3b4e7d09aea4, 0xf86bb3885ed63b699d29c03bf592052b58141333da63b4e1a87acb199e767a7b, '', 0, '?'),
(0x7a2e5bc7fd441519113810811752d40f, 'wp-includes/js/codemirror/jsonlint.js', '/home/forwardbetcasino/public_html/wp-includes/js/codemirror/jsonlint.js', 1, 0x00000000000000000000000000000000, 0x49296679dee36b0c548c2bcaed3cd59f, 0x9324443b3baf80b47f9e30c5d6081bff46f87e709218f847d29346b9cb81a685, '', 0, '?'),
(0x7a3040f0482135b3c7379ced4a77b194, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/HttpClientCache.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/HttpClientCache.php', 0, 0x1366ca45e16214148e6132be766e6658, 0x1366ca45e16214148e6132be766e6658, 0xb0262ea8b85915bb899c4b646aa23829c3cd53fadfe07c6a23c587ea3c9d76ff, '', 0, '?'),
(0x7a3324d09a8cb2a3d48cfcf8cb2adf67, 'wp-content/plugins/tinymce-advanced/mce/print/plugin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/print/plugin.js', 1, 0x00000000000000000000000000000000, 0x7a6bc6b9f7d0e46f0207227c87f8d065, 0x22a834b3a96190e61157799ee1867aaa26adf02f61ae2294723837a6d223c235, '', 0, '?'),
(0x7a39b6e44677eadc9c24568efca27b74, 'wp-content/plugins/wp-rocket/assets/img/one-com-logo.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/js/accordion.js', 1, 0x00000000000000000000000000000000, 0xaaaf26fb500f5421cdc723cb3759ec52, 0x39f8a5f0160e6d15b20ee4e62ee9401b194203bff047ba4cc4f4576b7345e588, '', 0, '?'),
(0x7a4b5eb6949ac0d94e672571ad29bd3d, 'wp-content/plugins/elementskit/modules/parallax/widget-controls.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/widget-controls.php', 0, 0x88318e62ef5f8db07be9ab2249fb1214, 0x88318e62ef5f8db07be9ab2249fb1214, 0x901419038bb6aeaf7ee4ca91b15abe0f4e969ffb62dedd57a24b98c3f777f21f, '', 0, '?'),
(0x7a501e6471e31a81f24b97144e76d621, 'wp-content/plugins/wp-rocket/inc/Engine/License/API/User.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/API/User.php', 0, 0x5dcbe34fe8f8bda1056b0e2d38410609, 0x5dcbe34fe8f8bda1056b0e2d38410609, 0x0ac0e3993b7878bb5173070a1f766865b5af1671cb37fdb6bb6b813aab32f8af, '', 0, '?'),
(0x7a5fc0866194b0bbe31a5a751d84f304, 'wp-content/plugins/elementor-pro/assets/js/posts.aec59265318492b89cb5.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/posts.aec59265318492b89cb5.bundle.min.js', 0, 0x76fb95b9bc8761d888f15dac83c3f008, 0x76fb95b9bc8761d888f15dac83c3f008, 0x45986d0b822acbc5c3675c963bcd599184c30f459485b063eb12cb17ce057994, '', 0, '?'),
(0x7a60a0c2bd325971307d63852ff18a4a, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Compatibility.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Compatibility.php', 0, 0x51c2e40668fc55ed099d864685076c8b, 0x51c2e40668fc55ed099d864685076c8b, 0x282f29a0e3d6007c331195a99400ea62f40775e798789574e0777153b5d1dbbe, '', 0, '?'),
(0x7a63aa421ee3bcaad9342e5a24169ffc, 'wp-content/plugins/elementor/assets/js/e3f753621bf9be55ec4d.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/e3f753621bf9be55ec4d.bundle.js', 1, 0x00000000000000000000000000000000, 0x552734bbab7ca335cac7aef933b6a32d, 0x18fe1c0886161ee1d873bb1f12c1bb70c4ee9a1e616783037e45c5fdc9626c75, '', 0, '?'),
(0x7a6438c546f34df0fd2453835b879dbf, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php', 1, 0x00000000000000000000000000000000, 0x259405523046d55a8584003e2656a951, 0xbfb828642e809faf22815caa6e88acf671468077207b1b2fa9d93a186122a89b, '', 0, '?'),
(0x7a6c05f9251b6bf4a9d7f2e8662a16e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnetapGoogle.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnetapGoogle.php', 1, 0x00000000000000000000000000000000, 0xc2bc8ab83f4501221ec29c58273599a0, 0xc72939af0abe6ab446f3558284e923d2bea1e89c0726a2c25add69b749e182ab, '', 0, '?'),
(0x7a6c2c7357e136a475440cd057d1b5fa, 'wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', 1, 0x00000000000000000000000000000000, 0x26eb923594e9754e69cdce211fc5077a, 0x80d41ce9ce238516cbc8c99b21778363907790d8837d36a2d9f3827e41a792f3, '', 0, '?'),
(0x7a72595dd2a36212ac47a1e3dee2b4e1, 'wp-content/plugins/elementor-pro/core/editor/notice-bar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/editor/notice-bar.php', 0, 0xf21aaeb5945c7f9a9ef856c4b8f15716, 0xf21aaeb5945c7f9a9ef856c4b8f15716, 0x2eaae36e419bff462a679fdf2e3f425ae462c802fce2c0e2a04f3a44aa2d70e6, '', 0, '?'),
(0x7a75abca58e6bcbdeb9454ec85f0f589, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWistiaPlayer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/edit-widgets/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x04bbaff44d7e0d9ada6d70198a789739, 0xffa16e378393649cdb0e6e2742ad685e754766e3f2ae70dc875fb0f0ce052616, '', 0, '?'),
(0x7a7ff570221e517a37c5195581db8005, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php', 0, 0x3276ad86f2bf09b23fd4bfc1d0d640d4, 0x3276ad86f2bf09b23fd4bfc1d0d640d4, 0xad553173862336585cee92ea5597eb9d269daa12e6e2c7d26d72157b521cae99, '', 0, '?'),
(0x7a8179f11d7ed949e1e1dafdb427c42f, 'wp-content/themes/jannah/assets/js/viewport-scripts.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/viewport-scripts.js', 0, 0x8264cb288540299b6cca116c6901909d, 0x8264cb288540299b6cca116c6901909d, 0xed3b3b3d2d84f03d3cda9f0d21b6ba90682da78edef9419d349fc3cb27189ba1, '', 0, '?'),
(0x7a832819517574bd88b359cf800d1e83, 'wp-content/themes/jannah/assets/fonts/fontawesome/fa-regular-400.svg', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/fonts/fontawesome/fa-regular-400.svg', 0, 0x89ffa3aba80d30ee0a9371b25c968bbb, 0x89ffa3aba80d30ee0a9371b25c968bbb, 0x12edaddc71e19d57eced037c9f1903cd3ce4266d7032a7bb0a4ea6c20968b914, '', 0, '?'),
(0x7a835d1a394658780e84618ebebe8440, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php', 0, 0x8cccacd71d6a000527d90585b9f7d64f, 0x8cccacd71d6a000527d90585b9f7d64f, 0x9e9aceed8b0140bb584192b49a846317fa3ef0f0e4a05478a3b498961e0179b8, '', 0, '?'),
(0x7a864c054d85e5a808fefa8e6036b22d, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', 1, 0x00000000000000000000000000000000, 0xe22d92b977158bec50cb20462e21f71a, 0x55b1d90492d4f1abf503c878b2b95cd93066b7aa5679d10ebd8dc66f110fc1c2, '', 0, '?'),
(0x7a886d9553161941fd7d0749bcfeb429, 'wp-includes/sodium_compat/namespaced/Compat.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Compat.php', 1, 0x00000000000000000000000000000000, 0x41f269ea6bb22fcae5bf6a0d6e138e33, 0x31c027a7b6878fd5bb2e12ec4fd0e07d1335ba410b6669a47e9da23eee3a7d73, '', 0, '?'),
(0x7a8d325d8d7727b4e13d22d3112da334, 'wp-includes/blocks/query-pagination-previous/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-previous/block.json', 1, 0x00000000000000000000000000000000, 0xf9ecc13f28ed663d8947577276ea85fb, 0x31091a4e54395ac9af6730a326802f0da633040a6d834456c7af3c1894add85c, '', 0, '?'),
(0x7a8f6d8b91aa0b353a9c682ef1bea859, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-date.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-date.php', 0, 0x4611b51e81fdc69c2e2226d0e8af9be9, 0x4611b51e81fdc69c2e2226d0e8af9be9, 0x170b8423a8923e2b4f6ced438a4c1de0b7486708adc29229781fb1e344cf3b7f, '', 0, '?'),
(0x7a9dd7c9899213cc46aaf772c6c1b6b4, 'wp-content/plugins/elementor-pro/modules/loop-builder/views/cta-template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/views/cta-template.php', 0, 0x7d007653d61c26cb5c39c5fa46d196d9, 0x7d007653d61c26cb5c39c5fa46d196d9, 0xabaa0b4d17c0c4fd2be7be0d49ac4f4c4c866a52b19f66ea40d2d5973c5af8b8, '', 0, '?'),
(0x7a9ed4c69398f782245ac3048e34c8c3, 'wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php', 1, 0x00000000000000000000000000000000, 0x4254c678c500e8051d41ef0133952973, 0xf2f85642d8f0de6dc29a2e2cd73ffc1e04bc226efbea7cebc13a166b2739f1e0, '', 0, '?'),
(0x7aa235b72a1a41445a436bace16aae92, 'wp-content/plugins/wordfence/images/icons/magnifier.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/logo-icon.png', 1, 0x00000000000000000000000000000000, 0x7065b9e2fde5bdf3ac2e8e6e2c4ccac6, 0xfcd95c0843b84abcbcb6bb2ddd03c05cd18a799db14abce4e0a17d19060f3628, '', 0, '?'),
(0x7aa88b8fdf3820104cf27b9fd3f57105, 'wp-content/plugins/wordfence/lib/menu_scanner.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/wp-embed-template.min.css', 1, 0x00000000000000000000000000000000, 0x19f940630fadcefadef70339ab516579, 0x45564d73b9dd79300fbe7fe3e3eba87b487b2e4b677f1ddad9d2826e67447b3b, '', 0, '?'),
(0x7aa90e8f424defd3cc15de5f9316e7b5, 'wp-content/plugins/elementor-pro/assets/js/media-carousel.04412cb9b4479aa37408.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/media-carousel.04412cb9b4479aa37408.bundle.js', 0, 0xfd1d1a056d5549ee6ea77cd0453936d2, 0xfd1d1a056d5549ee6ea77cd0453936d2, 0x8ba8aa21b50188888c572a8b3fa533ca7160fe0e67d1e1e19cf7db7de907aea0, '', 0, '?'),
(0x7aa9c6a7d6b5f8281a3edc16284bf34f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/ScriptReleaseVersion.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-wp-upgrader-skins.php', 1, 0x00000000000000000000000000000000, 0x5122fa8390bc8dc8d29115e12dd18915, 0x2ea19937046a333fccb6cacbc2b73f8b11a132165593458e2e9347cc0657191f, '', 0, '?'),
(0x7abe7c5e9fa2467419a7116d8b57601b, 'wp-content/plugins/wordpress-seo-premium/src/conditionals/term-overview-or-ajax-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/avatar/editor.css', 1, 0x00000000000000000000000000000000, 0xbf3895a7e4f3998f5264b52d75e180cd, 0x376fe9d557fdf1ddb9ed1b90f6a2b150ada12a889f00d39b81805e16c0c5a874, '', 0, '?'),
(0x7aca5980ed69dda4f5e449ded6283142, 'wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/admin-menu-item.php', 1, 0x00000000000000000000000000000000, 0xe464a86a73f31cded86e01c970c48276, 0x9d889def0c1fceb7c8bcb44a4d63d4f8556b72cd42442b70597d13f790927442, '', 0, '?'),
(0x7acd3cfca5fd2f501dc1803cd61b5ae4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Request.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Request.php', 0, 0xab1279c32445547065ce56f08f64f6c1, 0xab1279c32445547065ce56f08f64f6c1, 0xd0ba4cc92be9cda7cdb5c1011aabfb6e23aff61bf66191d94825528abb39bbab, '', 0, '?'),
(0x7ace8bdb97da60eee78083e7f431000e, 'wp-includes/js/jquery/ui/effect.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect.js', 1, 0x00000000000000000000000000000000, 0x2aae2b19dc95c6463e2c135a10dcd341, 0x34d89786bf4d22fe1749c578782a5a0b5f99816bdbb2c111c35c10bb467c72cb, '', 0, '?'),
(0x7acf92d242b3ea16e7ee031a85dc1f8c, 'wp-content/plugins/elementor/includes/conditions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/conditions.php', 1, 0x00000000000000000000000000000000, 0x2155d05afd5d6f3d2b5b784a4f138673, 0xff0683827ff4f8bc06a8483ff060321d1730a44e31120ee6f8ae7268223aaef5, '', 0, '?'),
(0x7ad004b1d593c583c7aaad364622a60c, 'wp-content/themes/jannah/framework/widgets/tiktok.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/tiktok.php', 0, 0x935027fdfb66e11dbfbb3fd110267515, 0x935027fdfb66e11dbfbb3fd110267515, 0xe2780d687789958c171d9e766a0b4e4a6e9b954ff951df98f12b6b01a0e44f63, '', 0, '?'),
(0x7ad08feff1f417464604fd9fff814572, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew.css', 1, 0x00000000000000000000000000000000, 0xd5a9929bad68b1980a0c8ccdd17b5f6f, 0xd34992e6305148298f6e627735d2eea7e06a526e1f579b96edd13c134b52c517, '', 0, '?'),
(0x7ad7d82aa5899368659cd8b9f6a2eacc, 'wp-content/plugins/amp/assets/js/wp-url.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-url.asset.php', 1, 0x00000000000000000000000000000000, 0x933d17d612c2bb56f9f14c72d5882cd2, 0xecd4bce9bb867ff4eab5bb7f224199971b6770dddbe27181840e4c6ad1b8a7fb, '', 0, '?'),
(0x7adca5a966414db5e582a58a28937476, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.min.js', 0, 0x96c075378c681e8de633d6309ad3de55, 0x96c075378c681e8de633d6309ad3de55, 0x0e08ee92df341b55226c3446b65ad5826eb390964644e715f0a1c817f5b6c64f, '', 0, '?'),
(0x7adf57ac73577f35ca88f720291efa9e, 'wp-includes/css/dist/customize-widgets/style.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/customize-widgets/style.css', 1, 0x00000000000000000000000000000000, 0xf88a1dae2d28ed784ed5e8f224382137, 0xeea3ac9533f51254cb4dcd1f55b796f006fcc973e6457696926b60bcebb644a2, '', 0, '?'),
(0x7ae4165b599d64d223246799af592a67, 'wp-includes/css/dist/block-editor/content-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/content-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfc0b7b92955fac7ed4f65d4a22a6fd34, 0x9f501a90738d8a9322e1c1f259fa0768936a3c7d121a63edd8544b562895e74a, '', 0, '?'),
(0x7ae624e0e6cd28a4127f9875cc087e0a, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/prominent-words/indexing-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/prominent-words/indexing-integration.php', 0, 0x3c67438ff0e0ad3b9be0ae42529f0c05, 0x3c67438ff0e0ad3b9be0ae42529f0c05, 0x4775971b81e6ebee563df62c7a5adf101b2bde24358edff9634a8314dfefd2a1, '', 0, '?'),
(0x7af01ea1cd68428d99ad46092c2f345a, 'wp-content/plugins/wordpress-seo-premium/classes/redirect-undo-endpoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect-undo-endpoint.php', 0, 0x7944061c303a60949e2ac7f7fa984c79, 0x7944061c303a60949e2ac7f7fa984c79, 0xcea87b2f2598d9cdc6df01bc67ebb2b7fd7366dac226b9be9da81493ce03f33e, '', 0, '?'),
(0x7af2ca80d054cd5240b9acecf3c74add, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/TestHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/TestHandler.php', 0, 0x9d2d77280ba7597e49bb0ec5018d3a20, 0x9d2d77280ba7597e49bb0ec5018d3a20, 0xa33acd3c926a11428375c3dd2fdd3d0ff91e08ad838cf0b2aac74665050c65a7, '', 0, '?'),
(0x7af3db4e093114e339dcaa76f7b8963f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeAmpBindConfiguration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeAmpBindConfiguration.php', 1, 0x00000000000000000000000000000000, 0x7733f5a8f310de8d75a8eaf260ff90c1, 0x95abec771605e1d63729a90045493ecc286d9d4f95fb8c5fa44c406dfb6bfee8, '', 0, '?'),
(0x7afa639eec0dc5be7d5580e343ea07a9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BooleanRule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BooleanRule.php', 0, 0xdfc23b929bf81b7cc1575c224e9ba874, 0xdfc23b929bf81b7cc1575c224e9ba874, 0x435b2c7c6389762eb7b1492b4a3a7a4dfc14973dd1ff2f14620e39b250ae7b51, '', 0, '?'),
(0x7afb7f8c236608aea258920571f47f62, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-generator-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-generator-integration.php', 0, 0x0f4142458f703b08364d7556c20b3b3c, 0x0f4142458f703b08364d7556c20b3b3c, 0xd749b2ef4ccad23e6c5af0afb0869ddcd6befc048755de16864a46137126c0b0, '', 0, '?'),
(0x7b0a1f84d5e552a06fade6523d2767c0, 'wp-admin/js/widgets/custom-html-widgets.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/widgets/custom-html-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x7a0e57242e811034f6a7e59ebed47ba8, 0xf26075c056c4877e21c76226721beb9f87fbc8005eafc0efc588867e287a6052, '', 0, '?'),
(0x7b184ea488c832ed51ae75d4de3d099c, 'wp-admin/network/theme-editor.php', '/home/forwardbetcasino/public_html/wp-admin/network/theme-editor.php', 1, 0x00000000000000000000000000000000, 0xb69828208d6105fdd4a25bb2551c3fca, 0xc01683ae8ddb0bd08865f7136754980fb689b2b6b1472e92f3973dba6100409b, '', 0, '?'),
(0x7b1ebb8104948e2ad1edfd7a438e476e, 'wp-content/plugins/wordpress-seo/images/ai-generator-preview.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/ai-generator-preview.png', 1, 0x00000000000000000000000000000000, 0xbaf05b7a6dc78eeed5aeb2df740cc35a, 0x8190b7e8202d2259d91b29d9de6fa2fb607c75b43aecbc29a8cef1a640ceb079, '', 0, '?'),
(0x7b306e8f2d4ee2bd98d989fd062c0e8c, 'wp-content/plugins/wpseo-video/detail-retrieval/class-muzutv.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-muzutv.php', 0, 0x5ea5ceb90af8b3c3eeaf5c447509cf93, 0x5ea5ceb90af8b3c3eeaf5c447509cf93, 0x0c67a06e4dc3f20b2634b567a6ad714ad463ee915aa5e0c0b1c0785990841e63, '', 0, '?'),
(0x7b399b1269eca0553f72c9e6c5527eaf, 'wp-content/plugins/wpseo-video/post-analysis/class-support-wp-core.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/class-support-wp-core.php', 0, 0xe7804ee48b7df7937131368e4f62c34a, 0xe7804ee48b7df7937131368e4f62c34a, 0x11d65f35cadfa65b1a343a7f23b7230dcff091899140baabc9c47b863a97835a, '', 0, '?'),
(0x7b3deb277112053c9ec12f2d56dd769a, 'wp-content/plugins/elementor/core/admin/admin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/admin.php', 1, 0x00000000000000000000000000000000, 0x7f5e9460b3a1cf5b36c2ee268b95876c, 0x6347fe98212a1cc5e592993c44a0d7cd3f6f310f5d0fcff666e33c6be1854ace, '', 0, '?'),
(0x7b41ef0540fd6622a797386c724403d0, 'wp-content/plugins/elementor-pro/assets/js/product-add-to-cart.d5883897e035f9c53c5e.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/product-add-to-cart.d5883897e035f9c53c5e.bundle.js', 0, 0xaad609a9728dc14a102fc31b4aa0782a, 0xaad609a9728dc14a102fc31b4aa0782a, 0x45989ab77d5d870391ded06b302bfccfbbc10e5a799e9027728365768022091f, '', 0, '?'),
(0x7b4cb721077c8e81ef6aaa0eb56443c2, 'wp-content/themes/jannah/framework/widgets/author.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/author.php', 0, 0x129020842be9dfb43162feca29c0a7f7, 0x129020842be9dfb43162feca29c0a7f7, 0x976569ea3c4d18b4b5c938e48b90f4f6471a64288127ef8bd53119950da24bb3, '', 0, '?'),
(0x7b512e84006ef69065cfb2940cee5bf2, 'wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index/all-children.php', 1, 0x00000000000000000000000000000000, 0xa2f5140bfe97bb173b7cbb33d905c48d, 0x31dc1437bb4ead369703bf8120631178141469e0c3662015280c0e269bbd6c74, '', 0, '?'),
(0x7b56f1f4847add2105da459f818a026f, 'wp-content/plugins/elementor/assets/js/49d9a23b08ff2c138b03.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/49d9a23b08ff2c138b03.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xb6cbe4640f89981653b64b948f04772c, 0x3396f01ac16379afda01a53477c07448b0a62cf0734b2c31f446237df3750670, '', 0, '?'),
(0x7b5be32f12c1b0b386061dda91cefd84, 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php', 1, 0x00000000000000000000000000000000, 0x2fe48f2cc5ccff32f3d7d47c6eb1b068, 0xec648d2b198478eac84dbefa7b0726dc26df897d116e19dda7ed8e0c26ffb907, '', 0, '?'),
(0x7b61e2c07b0834d3173bf2d34d6fd8b2, 'wp-includes/block-template-utils.php', '/home/forwardbetcasino/public_html/wp-includes/block-template-utils.php', 1, 0x00000000000000000000000000000000, 0xd39dcaeb38eb72f76074c01b4f2fb06e, 0x20dcbc47c88d054ff5e96c854d60b4421434beee2ad94d87785f78a4f41dbffd, '', 0, '?'),
(0x7b622fff8d3bb9a6f777b2dffb4873b8, 'wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp', 1, 0x00000000000000000000000000000000, 0x8e5c2dc032c98f568400e5affeae193d, 0x504756474499e72c46c13f1c9edb192a466792a4e8b80a1644284828ada0d12b, '', 0, '?'),
(0x7b74c8457eaa7fcc50db41b431f8a003, 'wp-admin/js/tags.js', '/home/forwardbetcasino/public_html/wp-admin/js/tags.js', 1, 0x00000000000000000000000000000000, 0x3d863c40f4e5374b3ecab93385c9689d, 0xd1b7aceb66521dbdec2a8af37a3bdc93fd0760c8fdd9c3631236a2a77c46f633, '', 0, '?'),
(0x7b7922b614d2b5b5d0dda9b67b8dad9d, 'wp-admin/includes/class-walker-category-checklist.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/crawlability.png', 1, 0x00000000000000000000000000000000, 0x9c9fc3c37a26ed6fc09e9c39c48bf50e, 0xa9a55e523121a56e95a6b81933fc67c0210877971e35f57ef8b726d044ae4988, '', 0, '?'),
(0x7b8cfa044772336d18d0b87302e4b87c, 'wp-content/themes/twentytwentyfive/styles/08-midnight.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/08-midnight.json', 1, 0x00000000000000000000000000000000, 0x4817fc3d53aff4a9c3cc0657f57bc51a, 0x041eca6c4649e7eb3bc386319acaf057a7ca3f4d81fe6bad76f41baec752c0d4, '', 0, '?'),
(0x7b9d6ac4c98f7c6ee4095e3cf857489e, 'wp-includes/css/dist/nux/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/nux/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xffc0169a9c127603198dcf0995d943ce, 0xfe1e480c736107bc5c3ec432c851c6a09e8b0a5c254ade5b6147d2f7ec1e9b68, '', 0, '?'),
(0x7b9f1f29d734653402703ab106665787, 'wp-includes/js/jquery/jquery.query.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.query.js', 1, 0x00000000000000000000000000000000, 0xd80dc4a1e4e14cb47a3bd2bf991830ea, 0x90198590d5b2b4eda1d13cee861f433df3f19d48903ac64c57ce8da63962dd0a, '', 0, '?'),
(0x7babe5c91a7986c68b20e17243c8e084, 'wp-content/plugins/tinymce-advanced/uninstall.php', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/uninstall.php', 1, 0x00000000000000000000000000000000, 0x67d09df8fca64aa554e10b088a708247, 0xca71e5e6e3a083b69371bed3e8f3d9aac208d51c186c03eae7864efa4f9afb11, '', 0, '?'),
(0x7bbaea3de7735e6dd0c76b85c626d3bb, 'wp-content/plugins/wp-rocket/inc/Engine/Support/ServiceProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/ServiceProvider.php', 0, 0xd155042baa186038b0cf2b91219f3a2d, 0xd155042baa186038b0cf2b91219f3a2d, 0x976cf86246e816bf98140b9471f2ba4a86fb882cd3db5b38fbfd5e19d0bc8c9c, '', 0, '?'),
(0x7bd14cec61a41d0ffd74e9c479cee92e, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/CDNOptionsManager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/CDNOptionsManager.php', 0, 0xe9754c2f17ae4c01952cd53ea0236bd5, 0xe9754c2f17ae4c01952cd53ea0236bd5, 0x77c35d2f500d97004f59adb8a363ff81cacf8788f756c8bb5c99b5a20c8e84da, '', 0, '?'),
(0x7bd4ecea92a7c8d45a0a383746829832, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Definition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Definition.php', 0, 0xea1a173b63c12ea9ecbe0afb61963c56, 0xea1a173b63c12ea9ecbe0afb61963c56, 0x7081757fb5852358265dab1f715566a54d06a1013187bde5f79aae8af9e3456a, '', 0, '?'),
(0x7bd84f9a0ffe7164e7f9cdae7864a5ce, 'wp-content/themes/twentytwentyfour/patterns/banner-project-description.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/single.html', 1, 0x00000000000000000000000000000000, 0x2b67c623e93ee9fa4a3d0e3e9601a675, 0xf44901ee6659018823f4127daffda8cdcc3c5cbe46a1fe3258e93a92f186f1df, '', 0, '?'),
(0x7be28765e83bff5e33032e580d53bd96, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/NormalizerFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/NormalizerFormatter.php', 0, 0x569d0cefb1ce884a25f1ac2115303804, 0x569d0cefb1ce884a25f1ac2115303804, 0xa3ef266f2c16f9c06a9161b0a26c83cb73677da122ff9fc9c57514462783773f, '', 0, '?'),
(0x7be5b0c7010acd72490118ab90c51d06, 'wp-admin/widgets-form.php', '/home/forwardbetcasino/public_html/wp-admin/widgets-form.php', 1, 0x00000000000000000000000000000000, 0x039aafe8f8f6a8d3d8b628764398a83e, 0xc6a1e69a464b09d6bc81d050e241e0a4f37c9b7326b5bc1b4a89fe66c8e0cfbc, '', 0, '?'),
(0x7bef52431bbc01da1a8f2e2a22a25118, 'wp-includes/feed.php', '/home/forwardbetcasino/public_html/wp-includes/feed.php', 1, 0x00000000000000000000000000000000, 0x9c78f2827bafa8eb526dde813f510569, 0xecd63874f070ffc75cc4e25117aaf01c165ab3def0362ef46d6531889a315d1b, '', 0, '?'),
(0x7bf10dde0f080c2d11e4dc7da05ee9c6, 'wp-includes/images/smilies/frownie.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/ajax.php', 1, 0x00000000000000000000000000000000, 0xf542859a58b8217fa21ba5042d83372a, 0x22b0ab0749edbe8c8f9c025435f1e74bbd76821b466c6792312cf09aa09e43df, '', 0, '?'),
(0x7bf5871f903fecd1d5fc0d92da0a1b27, 'wp-admin/images/imgedit-icons.png', '/home/forwardbetcasino/public_html/wp-admin/images/imgedit-icons.png', 1, 0x00000000000000000000000000000000, 0x4bd55c320b9fd9d8127da94789693b4f, 0x54ce4ec27e88e5f72dc340b0e84e8314d0cc9e1156e75ca6942875182405d5e9, '', 0, '?'),
(0x7bf5f4085dda7f75c2144e68e22d9691, 'wp-content/themes/jannah/framework/functions/php-disable.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/php-disable.php', 0, 0x3fb49568efcb98b3885494685891552b, 0x3fb49568efcb98b3885494685891552b, 0x0578ccaa4a52f601dd337ec8b62a6eec7385933cfb44c1390df54293b39f5f9e, '', 0, '?'),
(0x7c024506bf3b75ac9dd1e2b334fee64b, 'wp-content/plugins/elementor/includes/widgets/share-buttons.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/share-buttons.php', 1, 0x00000000000000000000000000000000, 0x58bf9e3236adf8cb029a056485036a46, 0x6d61ec208b67c27da7206c191382b9318c31f113f1fab89591ce227c3b2d1eb8, '', 0, '?'),
(0x7c056aaa957837c728517d8e30c027f0, 'wp-admin/css/list-tables.css', '/home/forwardbetcasino/public_html/wp-admin/css/list-tables.css', 1, 0x00000000000000000000000000000000, 0xc7af9ed233ec9a918f5fa8a8c33eada6, 0xc69eae8b090833dba25625025af208f0a3b1f10d3621236dffdb548d359e90a7, '', 0, '?'),
(0x7c1083eae6bd4ce7ef463883353c5a4d, 'wp-includes/blocks/gallery/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/editor.min.css', 1, 0x00000000000000000000000000000000, 0x59e5da0d5d4dfe47e4e80c9f421c2e22, 0xebb0ec7cbd653cf0c0562644108a90532cc1884f77bd8b9ba8a515a0fa69cc83, '', 0, '?'),
(0x7c15f0a8e274b4994123b00d8e412a0b, 'wp-content/plugins/elementor/assets/svg-paths/wave.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/svg-paths/wave.svg', 1, 0x00000000000000000000000000000000, 0xdd6dcdcfd73524b64e7edf5830499fab, 0xbb1793c3d1744b9b1772169eeae710f0d99966abe56e50198964ca20a418106d, '', 0, '?'),
(0x7c178bc40b20ac3ab0b1a2e192bcc7d5, 'wp-content/plugins/elementor-pro/modules/woocommerce/classes/products-renderer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/classes/products-renderer.php', 0, 0x3ad9c6a6728189afd8abb429729cc025, 0x3ad9c6a6728189afd8abb429729cc025, 0x1310d1adb2b390b1129bbd79564a1fb8e9801d33f9f5e3967bed11b535b88989, '', 0, '?'),
(0x7c190d6c3f445ff96db764fb2059df78, 'wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js', 1, 0x00000000000000000000000000000000, 0xfa2644885f46230501ae4921e6f1dd05, 0xc35296d46785819dbd5b3e7bec1e17c165dc120acb1606da98789531bbec5281, '', 0, '?'),
(0x7c1d4acea7795e691aab49eb54574595, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-7.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-7.php', 0, 0x5243d5c2b2f9c5e75588c0b6af302203, 0x5243d5c2b2f9c5e75588c0b6af302203, 0x145dd45afea679cf74d6a10e4e6c545f5adfa0a3fa0c4d9b613e9b0f1fcae449, '', 0, '?'),
(0x7c1fca3cc642f3cf9f233ba6a234231a, 'wp-content/plugins/elementor/vendor/composer/autoload_static.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x6bcc9ff67c8458dddd0327c081040cb5, 0xb5b166f7735d36bdd1df41b176bfd419a3662e542075d893fe9eec97f563e563, '', 0, '?'),
(0x7c2cb4d333d49f3bd2fb64a0869f1962, 'wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/import/templates.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/import/templates.php', 0, 0x0c3455a6beddf477ce630066b903deaf, 0x0c3455a6beddf477ce630066b903deaf, 0x6d3852b750b442f59c6a44ceb92332a6cdb2667bd5a8e4aa791dae79ba4a478a, '', 0, '?'),
(0x7c2d1bd9fdd3ca06937afec7032dbf1d, 'wp-admin/export-personal-data.php', '/home/forwardbetcasino/public_html/wp-admin/export-personal-data.php', 1, 0x00000000000000000000000000000000, 0xfc829ec53b0c5923007f8e478e911703, 0xe7cb189a98cc3791e5e0dfff0014f249019a81232254aebaf30c5b66acec0674, '', 0, '?'),
(0x7c2e5d1bd318f10c10b00c8830db01b4, 'wp-includes/blocks/pullquote/theme.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/theme.css', 1, 0x00000000000000000000000000000000, 0x84b954d65f57bf31fdab3d22ea300413, 0x9d25380b214b8148d3841d428003099aaf450d3cdfaca2e177583c86acf857ee, '', 0, '?'),
(0x7c2fda92eb005b2a3493ff7805fc01e3, 'wp-includes/js/admin-bar.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x7c3de89b2fb7412d3f6d086ed519eccf, 'wp-content/plugins/elementor-pro/modules/forms/actions/convertkit.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/convertkit.php', 0, 0xf99677d184536714f0e5410a4b5c6840, 0xf99677d184536714f0e5410a4b5c6840, 0xe1b9f25e4b7eec4aa892d4ada3570ba6cf6d22e7ddf5510156b124749fdcace7, '', 0, '?'),
(0x7c3f13287fa9d0ac99272ccdcb360f27, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpStoryCssOptimizer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php', 1, 0x00000000000000000000000000000000, 0xd96a9b15785fec3d30de2012b4f8f3cd, 0xe60e6014d654b34c5110cda882e2889c46c80cc4f5640d8c3ecc5d197487462a, '', 0, '?'),
(0x7c400c1ba49f33a55c1b561146f0b6f3, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/woocommerce-add-to-cart.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/woocommerce-add-to-cart.php', 0, 0xf607a3625b7394628eb59bcee38dc11f, 0xf607a3625b7394628eb59bcee38dc11f, 0xb699964074837d3787e5c0059858a28560782290068124f0b3a2605d995f7367, '', 0, '?'),
(0x7c42bf3c8f6726ee6c8c67db23c7bdb8, 'wp-content/plugins/elementor/assets/js/floating-bars.1ebb83f158244b35bda6.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/floating-bars.1ebb83f158244b35bda6.bundle.js', 1, 0x00000000000000000000000000000000, 0x06ac91f8b2ed407139374d0f2f3addc5, 0x14e5791b22b6a8196b8e0754cc5e12f837d63520c2399d0be1b0d73a33158042, '', 0, '?'),
(0x7c4e21a03b78e34e26ae7f67d9ef6df9, 'wp-admin/js/widgets/media-image-widget.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status500.php', 1, 0x00000000000000000000000000000000, 0xd016d2428e4ed77854115a873087e57a, 0x309effa62f0c073603ac581294dc03dad65cf6d79380217c3426c14ce84939c3, '', 0, '?'),
(0x7c64114082a014a204da2735a7738d43, 'wp-content/themes/jannah/framework/admin/theme-options/layout.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/layout.php', 0, 0x5d359947b7c53c48b2cee0e02f39be1f, 0x5d359947b7c53c48b2cee0e02f39be1f, 0x288ba82ce9a2c46976c84f39f3eb69d223043c483d76a430c282df46dc970ff8, '', 0, '?'),
(0x7c69e7d027cc16816031245f5ce1653a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationKey.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-user-request.php', 1, 0x00000000000000000000000000000000, 0x3e14fb5fc95401e2767ccb0bafdf30b8, 0x4d7b0c5850b87e00fb2a3e8c19656b515955b3801c965003c95723600144c325, '', 0, '?'),
(0x7c6dc13100bf917a98045ea96de37bda, 'wp-includes/css/dist/customize-widgets/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/customize-widgets/style.min.css', 1, 0x00000000000000000000000000000000, 0xa6956e6f20786098c46e59af2d1d4be8, 0x28b3c6a2288216dbd2f9d878cc49b3f3f75e83fc4c3cf8b49f57f774029d1ae9, '', 0, '?'),
(0x7c75c52511b2388fd6afd199b1447b38, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateCellsRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateCellsRequest.php', 0, 0xb8074c87a00df9d9b4ee2aaeb1753dc6, 0xb8074c87a00df9d9b4ee2aaeb1753dc6, 0x603ec3c524be36b99e30df59b6c99349f7d87b59b446ac9e35bee40e466c2c95, '', 0, '?'),
(0x7c813ecd9c817fce6c86ef7a5c750ee8, 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php', 1, 0x00000000000000000000000000000000, 0x2ae5b2316331cec1bb29c2ea32bb4bea, 0x29f2651939c9ac1fd5bb60b139dc119b8aa463871be654db46fb3cf8f1b830ce, '', 0, '?'),
(0x7c8ef177319e62a7ca71c7a7c2dbb5a9, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-skew.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-skew.min.css', 1, 0x00000000000000000000000000000000, 0xdc796418c39960b3440495f9a05ada2b, 0x84f9dedd8b4cc7b7a0b0ab7090c4796df04d794df373ceb7e6ef4b511fe52b36, '', 0, '?'),
(0x7c90cd4398ee2d9d3628c387a87a70e5, 'wp-admin/js/password-toggle.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/routes/workouts-routes-integration.php', 0, 0xa4769fd7543e0f18fc6b994203989cea, 0xa4769fd7543e0f18fc6b994203989cea, 0x7bb50b3439ea52de5669ba0a63ce1ebe934d9a46e6d30a042ec0982393c8f4e8, '', 0, '?'),
(0x7c9498fa0599e78a498b3dac01e39172, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 0, 0x97fc5302437d5d9e2325257f58d18c90, 0x97fc5302437d5d9e2325257f58d18c90, 0xa0b64f248164d6c6cf66af379f49a35e90245a49c1588b890e33d32bda857604, '', 0, '?'),
(0x7c9709341f505471159d4a262f5b538f, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/menu-cart.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/menu-cart.php', 0, 0xadf361b93d65dad8d07478d23b3b37db, 0xadf361b93d65dad8d07478d23b3b37db, 0x32d2211fe833bba999276a4ea023306fdfbc03c6fe917d766c7bd2111724686e, '', 0, '?'),
(0x7c97df26f3fd65034d8274830a353801, 'wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-height-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-height-presenter.php', 0, 0xb64c7c8c21a5ca94f3de21ecdab698b1, 0xb64c7c8c21a5ca94f3de21ecdab698b1, 0x94e67001ce62af48cc6aeac4d0e86f9dde92f898d86ce94460795834450b3611, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7c9c4ad9a0c2f4adfde0747cd0ebc1a2, 'wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1e27f9bf24f347d92b03b3d1ed3c8ea5, 0xe53cbe2f2c8789f709cb1ba45989f0159b77e62bfc6f0c7934f0d167202fdc44, '', 0, '?'),
(0x7cabf720b834e378e55cd0cf014df76e, 'wp-admin/js/code-editor.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/code-editor.min.js', 1, 0x00000000000000000000000000000000, 0x1e321bc1ca164effd131dc4239586b1c, 0xe711584ae88ac392c94873663dfb5d8bf9bf0ad50c2a764858d09f4413c7d943, '', 0, '?'),
(0x7caff8b4ee0c7e42decd0963301dd698, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-text-shadow.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-text-shadow.php', 1, 0x00000000000000000000000000000000, 0x2e28397c1cf7d9e36e4ccd9dfc7793db, 0x7e2645e544b4177a539d2d99046322582d282b32aa4b9e45b39aef39078345e0, '', 0, '?'),
(0x7cb658e5e4383f74343753bd89ee1207, 'wp-content/plugins/elementor-pro/modules/notes/notifications/base-notes-notification.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/notifications/base-notes-notification.php', 0, 0x17b310d9a3267b543f114ce35cf93696, 0x17b310d9a3267b543f114ce35cf93696, 0x4307abfe84f619130852e3fd46a3e7090ac95487369e206ba4f61b1e391e16ff, '', 0, '?'),
(0x7cbaa8c534a529f83d337d26cfa48510, 'wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js', 1, 0x00000000000000000000000000000000, 0x647478ee00edc792a38703193f5f8924, 0x352b89d36d449255295bbc6fb9d299a14f658c1e42cedda6ae3ba4c5590ea650, '', 0, '?'),
(0x7cc8241930a238e38f69d8c235c7bb47, 'wp-content/themes/jannah/templates/loops/loop-scroll-2.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-scroll-2.php', 0, 0xf07f1b99e6c98308ef60493a70c55915, 0xf07f1b99e6c98308ef60493a70c55915, 0xc4e1a1a3d42147bbc5beca524f19c4daac492180d5c804f25303ce534042d631, '', 0, '?'),
(0x7cc973aa6bfced9e5bf86383fbf5d099, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', 1, 0x00000000000000000000000000000000, 0xfdb0d59a4b8b482fb11e5ed5d341b32d, 0xff7e559f6a9bdab7dd52e20eb5c31cfc9add1d88a8a901b56d1f540744810f99, '', 0, '?'),
(0x7cd71e7e9d628d14c3854c9277b55e5c, 'wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg', 1, 0x00000000000000000000000000000000, 0x320bea8c13b919b27054a421280d0e14, 0x4d77c86a67de3811f85c47676036c43cc8fe1d7d7bf61aae4e5dbf7b785eac70, '', 0, '?'),
(0x7cefaefe83a7ca66e06c47caef50d02e, 'wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss', 1, 0x00000000000000000000000000000000, 0x5922573a5dfa9860412265e63aacd58d, 0xa826ea3f04e69b7ee9af1690bbc375729c9d34ced08e915b07bba19adb7a5e0c, '', 0, '?'),
(0x7cf56c5bb7eca00a3caddde32c49b685, 'wp-content/plugins/amp/assets/css/amp-admin.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-admin.css', 1, 0x00000000000000000000000000000000, 0x6825a7530d9a868e189b6ddbf2f6266e, 0xe391f5be8e3d81a254aaee0d61b04eedd7468680d40f577b35b647854510ea30, '', 0, '?'),
(0x7cf7b8545dba873a59243d182768ba0b, 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', 1, 0x00000000000000000000000000000000, 0xc5c8e3addb2a423e0983dd43bb72cd67, 0x6824563c1ea20360f95829982c81e38dace1ab91490a44e20182582c79dfd89e, '', 0, '?'),
(0x7cf9a118708448d3a0536e52be5a3a7b, 'wp-content/plugins/elementor-pro/modules/forms/actions/cf7db.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/cf7db.php', 0, 0xdc014c68b04ee9f80e4d0f92baa56bff, 0xdc014c68b04ee9f80e4d0f92baa56bff, 0xc103d849b2f5707e5426fbcc221d25c7568d315f7d3d41014fb01c0782e49818, '', 0, '?'),
(0x7cfebb598c1c3ee080d01d09f9c686c4, 'wp-admin/link-add.php', '/home/forwardbetcasino/public_html/wp-admin/link-add.php', 1, 0x00000000000000000000000000000000, 0xb81db6d1d5a91a5d3a15db1aa676db9d, 0x8a17153623f444a52d3f7b4df235ba5987d595b519c7f1209d0068ca45156f8b, '', 0, '?'),
(0x7d0566d39a7b3d9f6e6d61a01bbc2072, 'wp-content/plugins/elementor-pro/assets/js/mega-menu-editor.bf20b71b37f3d569ab77.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/mega-menu-editor.bf20b71b37f3d569ab77.bundle.min.js', 0, 0xb137b2ef1f672826ac01a6ab89edd80c, 0xb137b2ef1f672826ac01a6ab89edd80c, 0xb6a49f9eee97396e03eb022d3d3138c8a70f38920a691da3ce9cddcb5de324c5, '', 0, '?'),
(0x7d05fca705d416622cf9ca67f6992c35, 'wp-content/plugins/elementskit/widgets/timeline/timeline.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/timeline/timeline.php', 0, 0xc11dcc082a837d4c3d979d2356aa3596, 0xc11dcc082a837d4c3d979d2356aa3596, 0x0ff0e54380777a260cb046c41495586f9f6262e7bd26e33b4b655631c4349609, '', 0, '?'),
(0x7d08c4893d9574a9adf291bb0113a4b9, 'wp-includes/images/toggle-arrow-2x.png', '/home/forwardbetcasino/public_html/wp-includes/images/toggle-arrow-2x.png', 1, 0x00000000000000000000000000000000, 0x46cae1ca5cf883f4c91243447215ef11, 0x2defbcd74e1791a8b0ddc5eabd377e40cb7d825fc93df6a48b56925f184041d5, '', 0, '?'),
(0x7d0b5664a04067a2235f5ec3af9cccd4, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-7-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-7-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6b316bfc3c590d36454bfb804b1f4fdf, 0xb2822eb0bdc9b831e292dbb9679ed2a0d2895b6c41bb6821f8dbfdca4d83abb4, '', 0, '?'),
(0x7d0bef6158965d19bce3850ea8442a49, 'wp-includes/blocks/file/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/file/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x10cafc850a38a3be2e670042837f50b7, 0xe4543cbaeca9784fd5bf57ed597acec83f21f3d525a4ed6dff703310827c40bc, '', 0, '?'),
(0x7d118933a1f7226aaabe939e78c256c5, 'wp-content/plugins/elementor-pro/modules/global-widget/documents/widget.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/global-widget/documents/widget.php', 0, 0x0463e0a8dac51190cb4d5685cf8606e2, 0x0463e0a8dac51190cb4d5685cf8606e2, 0x0c5192492e552bf6fc8f479fe48aaedcfa37bcb76bf976538fd35dd4d1f28817, '', 0, '?'),
(0x7d145abd6a99beb7a79acc5d04adedcf, 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/score_icon-2400.css', 1, 0x00000000000000000000000000000000, 0x9cfc7777569aaaede138a3871ee0c7fc, 0x0fbd7727fb953630f9c14cc326c05be4908e0d3a6185dd13fed4b184e6c51d6b, '', 0, '?'),
(0x7d16f8de74a17a5c55e032b057d86e82, 'wp-content/plugins/elementor-pro/vendor/composer/autoload_classmap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/autoload_classmap.php', 0, 0x4e33142814435cef4ec3b5dafbb7fb5f, 0x4e33142814435cef4ec3b5dafbb7fb5f, 0x722a66819dbca8bc73833d16090eec679c4af373b654c2a2a68550d207faa8ca, '', 0, '?'),
(0x7d1c2ce435d272d673f7da70c7cdd906, 'wp-content/plugins/wpseo-video/detail-retrieval/class-wordpresstv.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-wordpresstv.php', 0, 0x3c0b93bbe3a376816bb936364ee72a98, 0x3c0b93bbe3a376816bb936364ee72a98, 0x6ca0da6fecbe9ccbcafb2a4f930a02cae6e751c08df9eb060518af52365ee27a, '', 0, '?'),
(0x7d1e3c32fcf36c2878b4340755ee0eff, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dfn.php', 1, 0x00000000000000000000000000000000, 0x926fbb7d778eede33289276a0e1c346f, 0x7cbf0d76e409073162c8e70fc2bc10365bf4f11dd38ca631e1fba6c4bfcc13a5, '', 0, '?'),
(0x7d28407d2ab43183a92ce1ecf0675be7, 'wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php', 1, 0x00000000000000000000000000000000, 0x665138332614ec37fa40e18ca93b1331, 0x2787ffc5449e8bfe256a5153216cdf117421edc62ce68cd1014196819a042ab0, '', 0, '?'),
(0x7d3559c4147820f9c2b9d6b316a05b72, 'wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', 1, 0x00000000000000000000000000000000, 0xdcdaeac4a1df98ce54d65a344242c653, 0x26c22e58743d63fb8015aea774fdffa941504f425bcde11d8344fcea46330f0c, '', 0, '?'),
(0x7d427111516f0640eb6c22abdd04e5a1, 'wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/patterns/hidden-404.php', 1, 0x00000000000000000000000000000000, 0x87d7a7f1e44d9d54745f1a7bf321b886, 0xdc2242f7d7de4b472786089ddca9c8fc807e4d88d5de209026675380d25dd814, '', 0, '?'),
(0x7d4c3b92bb5d2ce9e0b1c0dcef8c87eb, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss', 1, 0x00000000000000000000000000000000, 0xd72c28ae5bd600a56280b5dbaa90ab7a, 0xa5299f597c0a413061b5bad60db325696ea9d0fb9ddf9e6b4d6a114327aaa415, '', 0, '?'),
(0x7d4f9f2021d9b6145df64fcd4f0b5b8c, 'wp-includes/block-supports/typography.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Div.php', 1, 0x00000000000000000000000000000000, 0xf27e5a69a87fbb85505fe042c729c014, 0x9c7bda5321347186bd26a9995febdf0ae58b18b944890d2571d1accd46304eb1, '', 0, '?'),
(0x7d51c9c67e9751453c3ba42790dc6740, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php', 0, 0xd6c5602c1cea689f7921999147c32618, 0xd6c5602c1cea689f7921999147c32618, 0xd8c8afd6ba285f299797e378851fb29ca3b08cba3621b324ce92cd53325de75f, '', 0, '?'),
(0x7d5ca435e60d92f024d46c9257aaa0f7, 'wp-admin/js/tags-suggest.js', '/home/forwardbetcasino/public_html/wp-admin/js/tags-suggest.js', 1, 0x00000000000000000000000000000000, 0x8f9aeba3898cc81961186e58c3ff1d7a, 0xa975a916760a2b548e55e30e9a5ce55ba58f81e52e4ce4f0d5d125b01e50b2d7, '', 0, '?'),
(0x7d60c6d267220e50c932aec21c56bd87, 'wp-includes/images/spinner-2x.gif', '/home/forwardbetcasino/public_html/wp-includes/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0x7d651fa2828ea21f0c06b7644bf10235, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-settings.php', 0, 0xc305561c5c2751b8f67d78c36692a102, 0xc305561c5c2751b8f67d78c36692a102, 0x2a15f5d6470bb9f7f41244903a104c92ecee702f52744f186d10d455e98a5eeb, '', 0, '?'),
(0x7d6b3df80f1d00e445d5fec37c15bc87, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff', 1, 0x00000000000000000000000000000000, 0x960f5633d85246ca2f262bde5297dcda, 0x86502051425421555fe458581fd35058c6f8c808f6862b233894ae02b1b1268a, '', 0, '?'),
(0x7d70d61931bb4570924a5657ba8703bd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxEofInPreludeOfQualifiedRule.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateInfoTemplate.php', 1, 0x00000000000000000000000000000000, 0x70f5f031b77da04617fc21a2a251f5c1, 0x0c73ca0b4121d8eb0a6fe763081148dbb5e5800bad8f32c54ea98f41026d86fe, '', 0, '?'),
(0x7d769e87ef99bc8edc8a100a9a6c1891, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/gdpr.php', 0, 0xa567647e726dd4ce96c26c31bb1d73de, 0xa567647e726dd4ce96c26c31bb1d73de, 0xcbf62f521e84cdad321550c01b7a2b91c837d27deae7251fcb01d718684bda6f, '', 0, '?'),
(0x7d7ea6ed407825e0dc71a5bf6ba1e08b, 'wp-content/plugins/elementor-pro/modules/forms/actions/mailchimp.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/mailchimp.php', 0, 0x6f1978bb10272442f224af39faa1cced, 0x6f1978bb10272442f224af39faa1cced, 0x8caf10846e67e6fbc36e9ea828fa71e4616e80743e5fbadc65749291d80019ec, '', 0, '?'),
(0x7d80426f7b0476b2ad69b5ca1dd7b898, 'wp-content/plugins/elementor/assets/js/gutenberg.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/gutenberg.js', 1, 0x00000000000000000000000000000000, 0xb1f304b856610ac50e75d25f2a428d36, 0xde96836ec65bac28d7cfa54c248f897f91e8e5faf19c5ea1471ef7e6ad7ded34, '', 0, '?'),
(0x7d9cd4be0b0987af156fe59650ef860a, 'wp-content/plugins/elementskit-lite/core/handler-widget.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/handler-widget.php', 1, 0x00000000000000000000000000000000, 0x8cb0c93e2de50d745be7166323a6299e, 0x45e67c2bc623d91b277a3c1ef908eeec20e9856c8502679355d8cc6e5599fcb0, '', 0, '?'),
(0x7d9d339f5bb42ac13f3d7a2bcd5004c9, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-ewww-subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-ewww-subscriber.php', 0, 0x0f472f0a1969572bf047bb08339802a1, 0x0f472f0a1969572bf047bb08339802a1, 0x94fecda1aaa0221577f5ce11d852e767cf82a2b656847d3d98a9140b45a735a7, '', 0, '?'),
(0x7dac72cc1e9487d9330d3ca50d0d5339, 'wp-content/plugins/elementor/core/settings/general/model.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/general/model.php', 1, 0x00000000000000000000000000000000, 0xe8dc7544203417761c4181afedb9cb60, 0xed8f697e624d595199ac32254cacf69741e274163510583e33a660bb7cf2f0fe, '', 0, '?'),
(0x7db188e6f998676a7fd611814e5d3f25, 'wp-content/themes/jannah/framework/functions/post-actions.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/post-actions.php', 0, 0xbeacb3ba155ee11a10ee8f83305d4a10, 0xbeacb3ba155ee11a10ee8f83305d4a10, 0xceda22b558d1b707c662162ec6730ffd2ada8351ac70b40c33446e4d4d3244cf, '', 0, '?'),
(0x7db2936cc538e55c07ed3bd9cec0e67e, 'wp-includes/blocks/social-links/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/social-links/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xac6179467c99af6990e8ddfd7fe2b502, 0xbea9f89d10ea3c6e8a0f91aaea3974404236835152f68204ef91527eb182bbd3, '', 0, '?'),
(0x7db2e04cf7af9d65132989ff0c13fea5, 'wp-content/plugins/wordpress-seo/src/user-meta/infrastructure/cleanup-repository.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/paragraph/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe13e4a9fb03be387adb618a1cf0e4f99, 0x4042bf4a6f96e258e6ea5f7c219c1357fcfef5a6eceec9356c6e57ff26afb67a, '', 0, '?'),
(0x7dba9cbe65cb370a4aef8b9887eb9154, 'wp-content/plugins/elementskit-lite/widgets/caldera-forms/caldera-forms.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/caldera-forms/caldera-forms.php', 1, 0x00000000000000000000000000000000, 0xd46c6dc879bb9bbf5c6ddf2693e98e5d, 0x0956bc3975e4d1b1c2788059742b540cf1436f4cefbfb4be67922deac6531c43, '', 0, '?'),
(0x7dc29391d862d960a3492df9909b30f7, 'wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js', 1, 0x00000000000000000000000000000000, 0xb85d2c27b9f7350827d8ed0f22fe8b54, 0xa9d01aee77318213b2f1237a2b31dff7cdbafeccbc4c182e02eb78e8f077c60b, '', 0, '?'),
(0x7dc2d7a5ddc0767f56429ed15e418bca, 'wp-content/themes/hello-elementor/screenshot.png', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/screenshot.png', 1, 0x00000000000000000000000000000000, 0x18320283ecaa76885337e3547404b9b6, 0x836747b50369fb35622ef8f2590249de400eb17596ada09a502eaa327ecc7a72, '', 0, '?'),
(0x7dc6d2dc0aa9908c62a998e133bfcd8b, 'wp-content/plugins/elementskit-lite/widgets/lottie/json-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/json-handler.php', 1, 0x00000000000000000000000000000000, 0x02638c511c42565e2b9c5ec8c1745b79, 0x830bb5ff7830c92aaae47cfb53ad2dc4ce2d8aecaa5fbfd82cde244869f145ae, '', 0, '?'),
(0x7dca2791d42c55e6d57413396ced6c7b, 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php', 1, 0x00000000000000000000000000000000, 0x6767fbc3c47e8d38391d848ca5016519, 0xeb8e9322c2fc114ac508ea33d16dd977a7a6ee423e16d86ff51e9128c580faa7, '', 0, '?'),
(0x7dd7bee38e41410c491f1633a5f428ce, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/InsertRangeRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/InsertRangeRequest.php', 0, 0xe159f03b614ee91705202355d127a90d, 0xe159f03b614ee91705202355d127a90d, 0x7432ae1dc5f5694721e505431fc9a4cdc4433bb21db335e981a60eb44b233bb0, '', 0, '?'),
(0x7dd818a9eee729f799570e0a8ada2884, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x1499e9980eaf170ddb6bd0f9ce22db36, 0xf1a12fc6ea018d6619d1b17b812e88d0d59afbfeb2f61c4db56be71d1117fe28, '', 0, '?'),
(0x7dea9e74372cdd4f492464896a1efee3, 'wp-content/plugins/elementor-pro/modules/motion-fx/controls-group.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/motion-fx/controls-group.php', 0, 0xa391f93ecbaa8f9e035572a9d8df928b, 0xa391f93ecbaa8f9e035572a9d8df928b, 0x4889c7511fc3ecf10d83b0ab3039d6b7e76f006a4c40e1938242de13ece84dc5, '', 0, '?'),
(0x7defc890e68a5c4cfcaf608aa7e46929, 'wp-includes/ID3/license.txt', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncb.php', 1, 0x00000000000000000000000000000000, 0x6bab2c89b901cea70ab049c497371d76, 0x9a20c6f539ae9449ccd8c1304b334ac4949de508a1a80689a091cdb9977fbb39, '', 0, '?'),
(0x7dfdd6cb117b1552d2a2d4e08d1da222, 'wp-includes/default-constants.php', '/home/forwardbetcasino/public_html/wp-includes/default-constants.php', 1, 0x00000000000000000000000000000000, 0x39aea0ad5c41c71d17c382f1a9b52a10, 0xd42e9d251ec396ecba27eb0fe5b7c9ac34b8afdc55655bd02a5e84fce7f90489, '', 0, '?'),
(0x7e0870b1f7fbc229d27b9ff80cc78efa, 'wp-content/plugins/elementskit-lite/modules/controls/assets/js/imagechoose.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js/imagechoose.js', 1, 0x00000000000000000000000000000000, 0x79e7e8e128ec53474babb4f1aee1a45c, 0x1aaaad4dead3bad9f525e59c6f8a500e475c7595e84b47ab5580fc695e549799, '', 0, '?'),
(0x7e088d32eea155f08db2e707d5648d7a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStickyAd.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStickyAd.php', 1, 0x00000000000000000000000000000000, 0x00e6ccc9322ed202289e551bac101bbc, 0xf55924338a526b41450752258331b11180b621116bff61aca51a906b053669e7, '', 0, '?'),
(0x7e13660b9b9324f730c5121964392d6e, 'wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', 1, 0x00000000000000000000000000000000, 0xd873c9fb585dfb5b7343163e8d51d4db, 0xb33e8bca5f631a4a2bc9de170fa1acb6619cf8a785b396a8c3556d76299c6c67, '', 0, '?'),
(0x7e1a973f124feae5ab74ce59b631e0d6, 'wp-includes/blocks/comments-pagination-numbers/editor.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/ui/selectable.js', 1, 0x00000000000000000000000000000000, 0x36771b12c2f86b96863823d3b20cbb39, 0xb511c45ca37bdb4ab143e6e03801e57f02cf59cc3e135719fd15cca6cab65bce, '', 0, '?'),
(0x7e27ae11435f8068aa4613f2c6b6a2ce, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php', 1, 0x00000000000000000000000000000000, 0xf66f62b701ac810c6962d3aec5d4e3e7, 0x145197a62626e760cb97414549cb88c85cd5c614faaa4e21803059676456b620, '', 0, '?'),
(0x7e3fa14abc49d6622a15d7baea65e843, 'wp-admin/images/resize.gif', '/home/forwardbetcasino/public_html/wp-admin/images/resize.gif', 1, 0x00000000000000000000000000000000, 0xcbd61f6c4eed10fb1317038905abc4cd, 0xa93611f3808fb802d701f38826133f03c335fad13f73fd71474d03601c50163b, '', 0, '?'),
(0x7e404dd2cbb6ac30afba9d212bfe8154, 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-2.c6ca10c575bf96977799.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/floating-bars-var-2.c6ca10c575bf96977799.bundle.js', 0, 0xeb89709c196e4c9ecb3414f29cfc1390, 0xeb89709c196e4c9ecb3414f29cfc1390, 0xc64c6428f7b0bbcc73528f0acb586e24de3d6d74aa97e19cf9a25d874c769b7f, '', 0, '?'),
(0x7e4558a7225afccd5d28af16d4580cc4, 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.woff', 1, 0x00000000000000000000000000000000, 0x19c9375abb8caf54bbf2f2e8e1aabb18, 0xe400c43840c102c8d1ed7697a8d80801272ba00639f6ce481fdd592eda8f5557, '', 0, '?'),
(0x7e46a3cce3ab8e3e6479ecd06a8b0f13, 'wp-includes/css/jquery-ui-dialog-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php', 1, 0x00000000000000000000000000000000, 0x0536988c3f4e71cd287bca600be1a6dd, 0xc69bf69c36df80849795fd896ed39fff0a8612823838101d9844ada18235826f, '', 0, '?'),
(0x7e536b50aa5b502bc4c9fcfcc8682d65, 'wp-includes/js/dist/script-modules/interactivity/index.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/interactivity/index.js', 1, 0x00000000000000000000000000000000, 0x62886d057cc96184e65002ab1c6f5136, 0x3e2b4b6fe7535064cfb3fcbbcfcf45da7d254e88fff82f038bbd8e477d04b355, '', 0, '?'),
(0x7e565841cd0edb265fa74d07f540656d, 'wp-content/plugins/wordpress-seo/admin/class-export.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-post-type.php', 1, 0x00000000000000000000000000000000, 0x89c2c60ac701057f65cedefe237853b4, 0x49ff3263c8c9aea504a1b90344385a1f4e4b8e24d736bcbe0e78d96bffbd46e6, '', 0, '?'),
(0x7e5a1de263224fba3cf56ed0074d81c5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupSortValueBucket.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupSortValueBucket.php', 0, 0x0393a19c01cc149475d9db11d46a4952, 0x0393a19c01cc149475d9db11d46a4952, 0xbc2eb84c47d87f38405c9153d1a002c875a2359207109774d5673ee23fd607a5, '', 0, '?'),
(0x7e5e663d555083d1dbd8018b6b1031cb, 'wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', 1, 0x00000000000000000000000000000000, 0xfc5219f5b3c91ec85ce5e3b760749ab1, 0xca3b0ed4fac1f9369f6e82ec0510b08fae2cb55fc0838106fc86b094b14655e7, '', 0, '?'),
(0x7e69b0491e13d23bddad5d9c41bbc853, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitting.php', 1, 0x00000000000000000000000000000000, 0x2aaf19bcf1a6a85028c9d3b7bc533616, 0xf6300d662292b3e16643ab602d4d88869846a8593b02f2300a59944797cb7768, '', 0, '?'),
(0x7e703aa522e7315601de9025b99fc022, 'wp-content/plugins/elementor/assets/css/admin-bar.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-bar.min.css', 1, 0x00000000000000000000000000000000, 0x28690b6a947ccee0aa56cf1eee67f6b4, 0x31c1020bdae5fb12ec86e028fbd58edef5a69ef054dfa5b18eb9250e1ac95ee6, '', 0, '?'),
(0x7e70f633e0757b852dc144e0fcbbba12, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagRequiredByMissing.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', 1, 0x00000000000000000000000000000000, 0xca650659a792a2efdbac7832a2928359, 0xb48b9867aa486eb599bd917e3cd6305e19466638381d15b691dd2e25191b7838, '', 0, '?'),
(0x7e7b2dc0fae50e4caba0e8304c504921, 'wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-05.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-05.php', 1, 0x00000000000000000000000000000000, 0x9c2667317097ccc41426946d32ff8bf0, 0x0fa0b07abc4a1e795d20ce6b4a3634e8ac3dfc6ecf108e76def16cae98fb7e53, '', 0, '?'),
(0x7e7de27b20ddc7193e44ed7d08a63c1c, 'wp-admin/css/code-editor.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/code-editor.min.css', 1, 0x00000000000000000000000000000000, 0x30c233933ba037d0ce763a8850e0c7ce, 0x4a6c41a613805af1ba89da7197e0894605ac0b76f63c33e091ae495e86d16bd4, '', 0, '?'),
(0x7e819524a0fff0b0008efa65c4186113, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_Schedule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_Schedule.php', 0, 0xa0ae76ee743b975ae3e30c4ed76dc4bc, 0xa0ae76ee743b975ae3e30c4ed76dc4bc, 0x222ddca2fd75046de280739682773e7675ab4a95a7cd7fd4a1585be5b1360108, '', 0, '?'),
(0x7e8a3f0f14cdbb79cf7f5d2171928f1b, 'wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-post.php', 1, 0x00000000000000000000000000000000, 0x7f8e88363c62071999e7d354729581cf, 0xcb096d0c03e707035cbe19f49a7c2be4189933a08aa4c2b478e8a03356df7767, '', 0, '?'),
(0x7e947e4312f8d864354065509d608ab6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php', 0, 0x21f864fcb52a2bf5878b9166c800761c, 0x21f864fcb52a2bf5878b9166c800761c, 0xe93df9c91269e834f23cdecd2cb40202fbdc4ab1da32ddff799f0dbba9410f04, '', 0, '?'),
(0x7e976fd12f2b5ebdba36039276915eed, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/circle-02.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/circle-02.svg', 0, 0x4ec9bf98cae5735151a0c521c0a5e50f, 0x4ec9bf98cae5735151a0c521c0a5e50f, 0x2ce47d08a2729074c7c1090cea7f41a3aa60274fbc4b12e1915487ea5b7d6324, '', 0, '?'),
(0x7e989ba6d017485edda6b0751de5c587, 'wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-ru_RU.mo', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x45437e57689d6768a866eebd586ad59b, 0xd1de3bb319b4586fde41646a7d1afc635d154eff67981cc5b91cd7d731d96e10, '', 0, '?'),
(0x7e98dc339e91e1366973a6c19071f76e, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleAnalytics.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/more/editor.css', 1, 0x00000000000000000000000000000000, 0x93b4c7fdb377c12ed82c2489237f3ee4, 0x2bcde7a9a9545e333d40dbcafc35ecb1e05f978ca96a7ac7bc5b392bc54e2e93, '', 0, '?'),
(0x7ea85235864d866a1e96cbe8c061a989, 'wp-content/plugins/wordfence/css/wf-colorbox.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wf-colorbox.1690810710.css', 1, 0x00000000000000000000000000000000, 0x08505829702183be4e38a66a0bad8c17, 0x6fa9741230b30d995032a1e8b14eb9adf3e6e969ccd7c24be6db758115a4e0f5, '', 0, '?'),
(0x7eaa0bbdcccb2e9b6749dfc49a9fefa8, 'wp-content/themes/jannah/templates/loops/loop-two-columns-small-thumb.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-two-columns-small-thumb.php', 0, 0x04b4d67fa29c7b81d2f0ef62ffc0d621, 0x04b4d67fa29c7b81d2f0ef62ffc0d621, 0xef9964025d8b6a85c8f52a9bb8fa57224fc61ac761ebb1aba7bec883bf2ddae0, '', 0, '?'),
(0x7eaba649825d3a887d74a7fb56c1fef7, 'wp-content/plugins/elementor/assets/shapes/opacity-fan.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/opacity-fan.svg', 1, 0x00000000000000000000000000000000, 0xdd3eaf671f67bc13ef974e7064e8160a, 0xc8a40a02c2f208debc0e843b3b8495d49b6d682826c9aa3e8bd6ebc20c01edfe, '', 0, '?'),
(0x7eabb97fa52adebf5392cc9911650b97, 'wp-admin/images/freedom-3.svg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/RadialgradientStop.php', 1, 0x00000000000000000000000000000000, 0x3c88228a7c34ebbaaeb88fd56e02f14e, 0xd3a857f98aac08573e094640e213f7aeb82a3970c9a384586d741f5eb885320f, '', 0, '?'),
(0x7eb82db8dda56ba103356ef0dc927a63, 'wp-content/plugins/elementskit-lite/modules/controls/assets/js/ajaxchoose.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js/ajaxchoose.js', 1, 0x00000000000000000000000000000000, 0x9da88a0aba164a14bf593751b7e18fdf, 0xfcd18b764404afcefb15251a5143a0cd44934e1ab22d01a0e8bc5ed348be6c15, '', 0, '?'),
(0x7eb8d1ab015681507bd7a8f6457eb733, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php', 0, 0xf3a992606b9255d34b651395518c9e7e, 0xf3a992606b9255d34b651395518c9e7e, 0x66fc7262338b004c054268bf42c80a414b52e0c67dd9576ab239017e02e08a35, '', 0, '?'),
(0x7ebb5066bda6d4a97e31b94c59770cdd, 'wp-includes/blocks/button/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/button/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9bd7c70bab27df57d7126b839c625314, 0x08861b45871c9aa92572a2d57c8a11d54f9b59133f4ddd62cd8106f0b423671b, '', 0, '?'),
(0x7ec57f08227b145c0118bf4ed8c30534, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesByDataFilterResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesByDataFilterResponse.php', 0, 0x9e218d1ae8083e3774e7af37d42e1179, 0x9e218d1ae8083e3774e7af37d42e1179, 0x0af51db221500c2623de6e111e25f7bcdc81e9573f6b9f1b9cb23b18a5dd94f2, '', 0, '?'),
(0x7ec5a5cf147300cc3179ec24914c7d68, 'wp-config-sample.php', '/home/forwardbetcasino/public_html/wp-config-sample.php', 0, 0x86f302f2d0f49d339a463f20f82ef632, 0x86f302f2d0f49d339a463f20f82ef632, 0x94e871afec2072051aac0f99b3062d2f0f116de6767bf2988dd329f376d914fb, '', 0, '?'),
(0x7ec5d3b86263f6dd1a24904024a9f22a, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xad38968fc062183b943d59584a29d5b7, 0x15aa89b8cc86250de8d51b96144eec6e5f6eda2745bfddb8da96ae12577b3d44, '', 0, '?'),
(0x7ec6ccccc0f4a90a9f9327cddd24fa3c, 'wp-includes/blocks/details/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/details/editor.css', 1, 0x00000000000000000000000000000000, 0x1a1ca683042455be1270b916d3013d0b, 0x68f7d14430441063adccefbb45724351a692362630be56a64c66b07c1ed1990d, '', 0, '?'),
(0x7ec700e9158b8938752ad94e46ed920b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicFilter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicFilter.php', 0, 0xa22753811b3b823645501c648cb69642, 0xa22753811b3b823645501c648cb69642, 0x5351d4f27ed66318a42c8ce23033cee4a6134d7f9e5be9fa299dc320db0af964, '', 0, '?'),
(0x7ecc78e217b88e893645bd7a2e17ac1d, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php', 0, 0x7b79bb18402bf99dc369c2b9e40f0163, 0x7b79bb18402bf99dc369c2b9e40f0163, 0x8d3d05bd914177011baa5185ce2afe7187b7f5f543b7f341ccba881f60635920, '', 0, '?'),
(0x7ecea1723acb3437f3e8145a7ec6273f, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/pro-line-shape.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/pro-line-shape.png', 1, 0x00000000000000000000000000000000, 0xa86623e66327ba700e8c0ddb39edab24, 0x14206f3fd593a27f1f930cb9cb3ae37da6e607e6cc1334864f54fb2e06ff8a80, '', 0, '?'),
(0x7ed786565da245a25dcc342932a8463d, 'wp-content/plugins/elementskit-lite/compatibility/conflicts/scripts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/conflicts/scripts.php', 1, 0x00000000000000000000000000000000, 0xf1357685d44999e2121be47cc5f6a3f5, 0xa986c285b39dfafe1d14a8a20cbe1fdd32397ce07de1db69d003b0f8033c92c0, '', 0, '?'),
(0x7edc1e213b2c2174b6a06006cd982b2e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php', 0, 0x61e62808e3faf101724f820d2aece34d, 0x61e62808e3faf101724f820d2aece34d, 0x58c1500e175ea93ebe74eb94e1b05e72d0f21d5abe54c8eee9ee4a0856394fc0, '', 0, '?'),
(0x7edf479047db68f3c07ba32479500ada, 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/one-click-demo-import.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/one-click-demo-import.php', 0, 0x998f32e7177122c725cedb47df5ba9c7, 0x998f32e7177122c725cedb47df5ba9c7, 0x5d842b6ae4bfb7effee6721b97dac74ce72cebe7da8fb9b8a8dc1a86ae95d91b, '', 0, '?'),
(0x7ee11b8ba6ee6416425e6b9e7a9696ef, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBysideContent.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/wpfront-notification-bar.php', 1, 0x00000000000000000000000000000000, 0xd182f7b07ee1fc93eff531e5d988c644, 0xbeb54ca0edcf9846e17c706719815837d8b95d1dea831b5264715c07752f9e20, '', 0, '?'),
(0x7eea110f3e47d886cd9479c009d82dda, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3qPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3qPlayer.php', 1, 0x00000000000000000000000000000000, 0x47ef04767971e1bc4a806109b689ea1b, 0x1710a6d6788933209df830931d0e818eb08012901e743e9c1c6966e0136f0201, '', 0, '?'),
(0x7eebeefa4e2116552c6f3c180c795fe8, 'wp-includes/SimplePie/library/SimplePie/Caption.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Caption.php', 1, 0x00000000000000000000000000000000, 0xe2accbfd037a3d90522f6950ff9ac1ce, 0x3c3a6385eb238c7b20416401166753f19e51a97e5de54f50d24edc4ae3b95d00, '', 0, '?'),
(0x7eece4f69f5e8c99121f25acbc8241cc, 'wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss', 1, 0x00000000000000000000000000000000, 0x7b97e138401049887a7d9bab6701d7c9, 0xbe775d5bd566765c6d5397dbf49feb135ef7460d7364f31498b87ef30527b1f2, '', 0, '?'),
(0x7eeedd41731052b17fda1fd65c968309, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/buttons/link.php', 0, 0xf62432eb8dc871ea5b1e30867961af29, 0xf62432eb8dc871ea5b1e30867961af29, 0xa35308578f28c888b81f922d9ba5a139984fe3d037fba51acb642851614ba75e, '', 0, '?'),
(0x7efa38085b01c41043e19f65762de533, 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/reactions_12_2017.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/reactions_12_2017.png', 1, 0x00000000000000000000000000000000, 0x2d3b2c3451dd8058764c499f61465f04, 0xd05e3f60591450b6c112a209afb53629e338d8255be28eb1cb209371b20233c4, '', 0, '?'),
(0x7efd0490320694efe329e68b01e96a45, 'wp-content/plugins/amp/src/Instrumentation/EventWithDuration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Instrumentation/EventWithDuration.php', 1, 0x00000000000000000000000000000000, 0xa8bb838ab2786a9862613cfd7562aead, 0x25830aba07b8ed347b56782c299ea4cecd93ed44f456cad9a17c87ae6d777e0d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7f13c36c641b114bf18cd0bcc9ecc7e0, 'wp-includes/js/dist/components.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/components.js', 1, 0x00000000000000000000000000000000, 0x0e744859d40f1a7ac4fe5a1630d45a76, 0xc31afed36a0261ea378610374a986c0ea00e21898e9cc329b4a9a2661ddbb13e, '', 0, '?'),
(0x7f163d3154427bbe7fe46a3456fa1b7b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/platform_check.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/platform_check.php', 0, 0xe447e4cc31d67f7c6a0f616e67b9b71e, 0xe447e4cc31d67f7c6a0f616e67b9b71e, 0xf4fdfbb966fc9d0df870010bbb7cf86cb46a17f6f1dd22f7910ba3cb5040990f, '', 0, '?'),
(0x7f18e4ff4b993927ec4fcc17ffdff560, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', 0, 0x7ab7236c2fae23893d2aabf26f43fa28, 0x7ab7236c2fae23893d2aabf26f43fa28, 0x5b95e1a636fe00b5e5a2c182079ae49656af7cccec3c0a9d1c65bb2e2ed3b906, '', 0, '?'),
(0x7f1a0c3f98cb443d829ed7f28b3e4306, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php', 0, 0xa4630584110e467aa416e8ccc07ce77a, 0xa4630584110e467aa416e8ccc07ce77a, 0xf037ebe46db74dc9ee6d02a44a33b2de93d00818054853972c8591511d4ccef6, '', 0, '?'),
(0x7f1f6d2fa9b2e456dfb6de875a7ad082, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-dimensions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-dimensions.php', 1, 0x00000000000000000000000000000000, 0x9dc22dbeca400020d192e5a6ee44348f, 0x370917c321a8879c530c5182e8306136cc01f5f25798360faa688be5daf7f859, '', 0, '?'),
(0x7f1fee40afdc7f6f3dfc7a9f3c468225, 'wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js', 1, 0x00000000000000000000000000000000, 0xf5f38745f1d3d32a1ac85240f823c652, 0xe55aac5032378afb0d9d9da1c0182b152b749a2fe94152e649e9565d3c7b66cc, '', 0, '?'),
(0x7f2e0b5c5cd54a51ff2d598ee0fab319, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php', 1, 0x00000000000000000000000000000000, 0xd1a2f2fe1db26639362ac3dc2f8d69ac, 0x43e4cb486146cc5dfbd23b27505c0527736e26bbc4b0f8166ee6b01442033ece, '', 0, '?'),
(0x7f2ebed01d0f02c58985f8d51983b769, 'wp-content/plugins/elementor-pro/modules/woocommerce/classes/base-products-renderer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/classes/base-products-renderer.php', 0, 0x81fc3e09901cb37546b4eea825f4e2bc, 0x81fc3e09901cb37546b4eea825f4e2bc, 0xb893f1fd882861acbdef5dff435eaf2f521ea96be0a9125a369d8e918fa229f1, '', 0, '?'),
(0x7f3600984ff2aaae166b767a1566544e, 'wp-includes/js/jquery/ui/effect-fold.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-fold.js', 1, 0x00000000000000000000000000000000, 0x3726b0af3c7121d83cef396b538fd1aa, 0x3715622e9c48c6bda0de5b142f0a0bb40892fef28318aa33ff0947dbca4f0386, '', 0, '?'),
(0x7f363ec4d16ec74082a25ed42167d2c8, 'wp-content/themes/twentytwentyfour/theme.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/person.php', 1, 0x00000000000000000000000000000000, 0xb8c7a152de762c920371a20d8ecd32b3, 0xd34cdf861c3931a2c86782eff438efaea22a606235720f16b2c4964fd5d29513, '', 0, '?'),
(0x7f4015e90aba5410cb66983b9a65205d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php', 0, 0xccd750638ced288aa316ee309293aec9, 0xccd750638ced288aa316ee309293aec9, 0xdd6a46ac35f1b92bcdb8cbe7531682c7912e568c40251ca1bd21f338a548397c, '', 0, '?'),
(0x7f40f43d7b261508c0b2db05a47dc95f, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/block-library/classic-rtl.css', 1, 0x00000000000000000000000000000000, 0x3ee496fded64076335af14ea3f0303f3, 0xe211b61df914a3843fe42234d14148f092fa43c79313b98babac5f0f2fe6bbfb, '', 0, '?'),
(0x7f4a77884a034bf7c697d98922b45236, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php', 0, 0xb84fc0976e1964de4bef4b18d9795770, 0xb84fc0976e1964de4bef4b18d9795770, 0xd42822265fa1e27fb7a91a1e4dcefafcaf0811a71000588910cafa428d00a8a8, '', 0, '?'),
(0x7f555a65b4b12df83ccbff8fca438d5a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideo.php', 1, 0x00000000000000000000000000000000, 0xf7c15810eb49f0467bf2128ab0745b19, 0xb8062fdda6ed8d4cee2f676b445657676e3ab1ca881c2b7a2bd33c21d53983dd, '', 0, '?'),
(0x7f63a2d24aee1677a1cd65494fa84971, 'wp-includes/blocks/cover/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x500b1ca47ecc50f413342113bf95681a, 0xaaa1656794c497c0281dbe6ea700851b420cd973db2afd289082da2ee8160f3b, '', 0, '?'),
(0x7f68e464a4fffdcafc7fb3c41ec841c3, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-vertical.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-vertical.min.css', 1, 0x00000000000000000000000000000000, 0x07fe3de06d37770a75c88b811ae2210d, 0x82c1d3bcd6c0295742d73018f1609eba039dc180b2697c88455356f7cb0d7a35, '', 0, '?'),
(0x7f6a2686c25efbccf88c62b3f4048c98, 'wp-includes/ms-settings.php', '/home/forwardbetcasino/public_html/wp-includes/ms-settings.php', 1, 0x00000000000000000000000000000000, 0xb37e4b310e5a6df639c238906f5bc58a, 0xedd42a4a6c55867f4cf7c51c7262ce98f09bd11ed9366bf6e5984f6548aa4414, '', 0, '?'),
(0x7f6a5e14b5b3534ead2d154ff320fd1e, 'wp-includes/css/dist/components/style.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/components/style.css', 1, 0x00000000000000000000000000000000, 0xfe58412d0c6fd6178caed011a8c72f7d, 0x57031c8522582f6ebc9ce751321390d813fff24d62d76a278a17d11a8fe4309a, '', 0, '?'),
(0x7f6aff19f7f48229566bbdee3998bea2, 'wp-content/themes/twentytwentyone/assets/js/customize-helpers.js', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/customize-helpers.js', 1, 0x00000000000000000000000000000000, 0xc60c44fb8c49b92ef516fc9905fcf9c2, 0xf33b30b5cfa86c931420e86bc550404566f82f53057939fe9c4e82d41659a0c5, '', 0, '?'),
(0x7f6b6e70e97f78c2953f79c1ce44ca3c, 'wp-content/themes/twentytwentyfour/assets/images/icon-message.webp', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrackKindSubtitles.php', 1, 0x00000000000000000000000000000000, 0xf670b683fdc08ffbbece917a7a8934ce, 0x74cc3b8c6074ddfca2ff238b41085ca48b5ac7485dec0dbf6487df73755d50b7, '', 0, '?'),
(0x7f6d827f6add532a56819cd82d6f0550, 'wp-content/plugins/elementor-pro/core/app/modules/import-export/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/import-export/module.php', 0, 0x8f644e61f0c2e848ada85c025d6a4251, 0x8f644e61f0c2e848ada85c025d6a4251, 0x8b239ff0f30b2934e68a3d1d16fa96877fdfe125eb59a8827ecedde17505779f, '', 0, '?'),
(0x7f6fa55dfadb54e4db8ed7d5f10f6abe, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-demo-importer.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-demo-importer.php', 0, 0x57ca7b36365aa072d330641d00916613, 0x57ca7b36365aa072d330641d00916613, 0x47a94120651b8ef951b60225c795c403242bbecbf1b99e7889ce65663424b6ad, '', 0, '?'),
(0x7f745306fe22d9e16c5aed8b63caea51, 'wp-admin/js/auth-app.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/auth-app.min.js', 1, 0x00000000000000000000000000000000, 0x30341e90f07a1efaa33e981073fa2c0d, 0x5313cc5c03bcb07c33016d7ff334db3a98c7cfad71eb129942afc40dd00237e2, '', 0, '?'),
(0x7f7cc48f48b1ac66774a636b2807fe23, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-info.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-info.php', 0, 0x54bd4ad81c8cbbf8eadd161882e2df90, 0x54bd4ad81c8cbbf8eadd161882e2df90, 0xee99a08816df8c370c18dfee01fcf15c0128a4408594c83b87d85448757ede55, '', 0, '?'),
(0x7f7d42666b56c13d8031356c9dde6706, 'wp-includes/blocks/avatar/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/editor.min.css', 1, 0x00000000000000000000000000000000, 0xab2afa878704280b1aa8f6eef8497aca, 0x6532ba2ca2d594f98d65f5c86ec1439a10d84c8d5dfb16f6c7730bcbe72ba9a2, '', 0, '?'),
(0x7f7d8d864b71dfde68e703cb457d2465, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.min.css', 1, 0x00000000000000000000000000000000, 0x2982233474d303607d1256060735680a, 0x56db8394f0e07b3711d6a105dd0dd4f25f5eb735bc9642bbc2593fe93d37a1a5, '', 0, '?'),
(0x7f7e214e59e962a5dee9c254f2ff3b44, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/StreamHandler.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidByteSequence.php', 1, 0x00000000000000000000000000000000, 0x451fabe7e7583afc3dc385fa7c42949a, 0x3694f3543d8bd54ff1b7466c79cdcc94e66d6b00bf138fb071a913fd81803d03, '', 0, '?'),
(0x7f853e6fb1d3acc13657b79426a0fc93, 'wp-content/plugins/elementor/assets/js/packages/schema/schema.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/schema/schema.js', 1, 0x00000000000000000000000000000000, 0xa8daf51b331df5e2ce6081ad670dfeb7, 0xa0ae47879703cb922602f4432b76a2cff06d3e0526d48e81aad15af25b10d3ff, '', 0, '?'),
(0x7f87e48b5566ec910ce582985a9d0b63, 'wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents/editor-documents.asset.php', 1, 0x00000000000000000000000000000000, 0x1f789249de970042f5339f146132edf1, 0x7334b8bd3e02ed495d68c046c83a3f82429ed0515ccb3fb4b440efb2121fbe6b, '', 0, '?'),
(0x7f8f280688a9f585f34df43fac91b0c6, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php', 0, 0xda42810b5219620f681211d878704c36, 0xda42810b5219620f681211d878704c36, 0x3a8d1e15afa81edea1397a24161a82c3b5dd0678b32a174c7c88d6388df5782a, '', 0, '?'),
(0x7f90916580b4ff6c722470badfe797ab, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php', 0, 0xceffae210c127ec627c14e9156440793, 0xceffae210c127ec627c14e9156440793, 0xce44d3f98b0fb9058b6edde2d46f3692cc59c78b914a8d09c536d68161537532, '', 0, '?'),
(0x7f99568dd64bcce3e4bd8163849deb20, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/angle.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/angle.svg', 0, 0x3646211d5637c8d7bf9ee79cd84850e9, 0x3646211d5637c8d7bf9ee79cd84850e9, 0x058513fb81cecabd4a1c8f2d35f23a6842ffaa366823563377fff0c9bca42b10, '', 0, '?'),
(0x7f9f7afe92be7e3438eee16c9b476f38, 'wp-includes/js/dist/style-engine.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/style-engine.min.js', 1, 0x00000000000000000000000000000000, 0x102da935cce2f15f3bc20798d549e08e, 0xbe7f78215e9ec85faa29010c32bd5cf92d45b4d3ccea9b20f844130aaec6569b, '', 0, '?'),
(0x7faa44bc382dac9a891016c2a472d86c, 'wp-content/plugins/wordfence/images/logos/shield-care.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/logos/shield-care.svg', 1, 0x00000000000000000000000000000000, 0x09fe20739168df8900919d747614f30f, 0xa366321f22283eb56c12c84839073320f6c9cce8a6140faae9099dc24324843c, '', 0, '?'),
(0x7fac3d997d4875723b55e931ff9a63d0, 'wp-content/plugins/elementor-pro/assets/js/search.c1431bd892d9870d7053.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/search.c1431bd892d9870d7053.bundle.js', 0, 0x91ee6f71cb797df81f4291b8b454371c, 0x91ee6f71cb797df81f4291b8b454371c, 0x3a86242bd115e7a8fb04c98dca5b182fc4f13fb0f5164873afef5cbec5de8d04, '', 0, '?'),
(0x7fac9ba724dc0f718a05a5343fa4932e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutoAds.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutoAds.php', 1, 0x00000000000000000000000000000000, 0xe76580d5f546a8cfc7661e9c6f2ef515, 0xe3e248e0cd3287f4fb67af7ecc67aa61ee4381a21cb556c33cae37924fc1bda9, '', 0, '?'),
(0x7faec9fc926de0e1b58d0e1658aa000a, 'wp-content/plugins/wp-rocket/views/cpcss/metabox/container.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/cpcss/metabox/container.php', 0, 0x74559b6ee74e2c61ebe6c0aa3c8feaa8, 0x74559b6ee74e2c61ebe6c0aa3c8feaa8, 0x74e868a973b4c41a84a347306f669d2af0b4995d0cfbf10e68db6b70d26e76c9, '', 0, '?'),
(0x7fb70d7673ee80de93885b7e6632635c, 'wp-content/plugins/elementor-pro/modules/forms/fields/step.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/step.php', 0, 0xd6156550ee6cce152711e607f28ff02d, 0xd6156550ee6cce152711e607f28ff02d, 0x3016018ed2a73d64e3e274aea4dc16921ca8b3582709d1be5dc0004456e1bbe8, '', 0, '?'),
(0x7fc1da25475d661dd340cd25ca5adccd, 'wp-content/plugins/wordfence/views/common/section-subtitle.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/section-subtitle.php', 1, 0x00000000000000000000000000000000, 0x6e5e0dc1f1122366969a73748482571a, 0x3a08cb74615145b42605cd9c98b3eedfc473d9a10a47621f5c5a2053317bb003, '', 0, '?'),
(0x7fc6018bb6eac17a52cbf594b58df58d, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-title.php', 0, 0x9ec19030cc2f34ca1d81826d7070a98b, 0x9ec19030cc2f34ca1d81826d7070a98b, 0x0b8db971ac8b2020fc61470ab1fd1d7f8466193fa4997a7601a9cb1c53e9fd88, '', 0, '?'),
(0x7fc6b5087f0694202d39fecf638a44e5, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-page-transitions.php', 1, 0x00000000000000000000000000000000, 0x79b6e58a4f56fa4180c2fcb26e18baf0, 0x7a63e5c589b8183ff236457ed5fc237570fe2c0e89fa6608edb46ccd24ef66f6, '', 0, '?'),
(0x7fcf42bd95433bde73741b8433442fff, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php', 1, 0x00000000000000000000000000000000, 0xf91a57a7a01f08aadc09aea68f2dac23, 0x9cb6bb5806bc92ec99b6d193079f08f23e8c1cd3c0b73037e8db368aec6bfe32, '', 0, '?'),
(0x7fd311481f1b1a3da4420286d8773843, 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-var-3.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-var-3.min.css', 1, 0x00000000000000000000000000000000, 0x2a07b63cb11240b97e393691ac10049f, 0xc128bbacb380c652db0b11f8882ea65493d954ad532acabb32bb09e6fb97a2c5, '', 0, '?'),
(0x7fd80bd0a1714406d69a3fd31e699e58, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 1, 0x00000000000000000000000000000000, 0xf81c2ddf569d6db5ae7af28fa0a44862, 0x0015d888e13a63616691a1094d24bcb286c031bf11441bef871adc7b5e421ae3, '', 0, '?'),
(0x7fdb4bfb51f07d1455263b2698efd851, 'wp-includes/meta.php', '/home/forwardbetcasino/public_html/wp-includes/meta.php', 1, 0x00000000000000000000000000000000, 0xe28492d44a681d7a5db99d185c31c767, 0x3f4cf3f9e39708afa8730b0f78b90bdc66f00b72967c9fa5304af61fa17be3ad, '', 0, '?'),
(0x7fe674721eb3ceb5461b5fee20c3c7d7, 'wp-includes/js/wp-emoji-loader.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-emoji-loader.js', 1, 0x00000000000000000000000000000000, 0xf456aa74c01a554f376c8aa4733a1a95, 0x9ff244600fd025ffc385b6395fad5d4d25f576df14fd17c47a56785a8a2800f2, '', 0, '?'),
(0x7fe700315e88c68612aeb26d30a1aeaf, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSlicerRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSlicerRequest.php', 0, 0xc1c31ff10224bc08ac76f6e5fec7302e, 0xc1c31ff10224bc08ac76f6e5fec7302e, 0xbc2d81db027c97de8061788c47377cf4fd93e9593b811ce1fdbf7b19f0818e51, '', 0, '?'),
(0x7fe71f748b9a6566c41334a35c76ec87, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/PreloadHeroImage.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-menu-anchor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5e0e88c67f3772c1aa3ca80a6d05f84c, 0xcc6b946a165acdd26aa5f4a1c1cbae991505d0ba83eb8e75fb7bdf04f4d56241, '', 0, '?'),
(0x7ff64cce867c5fa6f5f9cb7c8ce8a524, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgCoreAttributes.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSGeneration.php', 0, 0x71fff78b3c3d9f089dce6433a0a24a0a, 0x71fff78b3c3d9f089dce6433a0a24a0a, 0xf94dd024b623cb9cd0d1b3964219e194dccd28c2864369745ecb47b2c7a08ee8, '', 0, '?'),
(0x7fffcd8ddadb199fbd81cf811b628542, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0cf5f13aea435646bc1c91efd0865213, 0x2c29bcf810a77c468f038561b5eae68283d31f8d669cd93e9cc03b4acedf5c1f, '', 0, '?'),
(0x8010d97062ab12b899bea5c29bdc9708, 'wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js', 1, 0x00000000000000000000000000000000, 0x4533ce62489857759586dcb402c750d1, 0x6af339e817d4e76615887015052aed8307b5138670724f72f1fbbf24099fc5f5, '', 0, '?'),
(0x8014d5c3f74527c54867f11c435c11c7, 'wp-content/plugins/elementor/includes/controls/slider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-safe-redirect-loader.php', 0, 0x8753f6c9612a543fbb20df46af985829, 0x8753f6c9612a543fbb20df46af985829, 0x3a22de0ef1777cdeed0fcd7845e055e15b4776ff5a8eb5642a0b4ed37f61409c, '', 0, '?'),
(0x802356845da8d29c347dfd9dbc4ddec9, 'wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js', 0, 0x4fd2bb2505f8aa9939c21f8d47fa33b5, 0x4fd2bb2505f8aa9939c21f8d47fa33b5, 0xbd49ccd8806fd41a088438de62794bb2ea05743e24e93554ab4176b95d355027, '', 0, '?'),
(0x802471e7b913628a8421585c093bd312, 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-5.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-5.json', 1, 0x00000000000000000000000000000000, 0xb4a7108dbb20f1dee8a07347dd0f4035, 0x9bf75ae2eb5972b41e631ba87ea70a9354187138c84868f246eda566f900bad6, '', 0, '?'),
(0x8026c98324f21b85afe1287ac1e1c5c6, 'wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php', 1, 0x00000000000000000000000000000000, 0x276569cf4b2c09f73fdb0f0203ed2cc4, 0x0b6ee2349d771d3a9007a34bd143db0341464de411d554d30513da6632c3de5b, '', 0, '?'),
(0x8027110cc0119991227706675e703e51, 'wp-content/themes/jannah/assets/js/dev/theia-sticky-sidebar.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/theia-sticky-sidebar.js', 0, 0x7d98604dfa6b3145194ebce24e2896d6, 0x7d98604dfa6b3145194ebce24e2896d6, 0x36ed54a1d8b259724214c00f8e5d0a53891a09379e5736ebc5c19fcb46a4c624, '', 0, '?'),
(0x80286a7724b75961c89d77e9c48137e1, 'wp-content/plugins/amp/includes/embeds/class-amp-facebook-embed-handler.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/DocLocator.php', 1, 0x00000000000000000000000000000000, 0x228655a49829c067ce3b90837fbe03f1, 0x2583891c6161ea22312a1bb57758d6d40e649ef1b2b1a9669416d0636c01da59, '', 0, '?'),
(0x802fb663001d67733cfb0cf6942fd404, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInLeft.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInLeft.min.css', 1, 0x00000000000000000000000000000000, 0xd4ec55727140605704489e5c614f8292, 0x8a555efe345f46b27d4dc758d5a2228f89e161d65ce50de72f0a1cff675ee94d, '', 0, '?'),
(0x80332df0e0eaedfffb129566d0f2b60a, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/block-editor.js', 1, 0x00000000000000000000000000000000, 0x532da52937b56a066a7b108ce67c180d, 0x3cb13fa6d9947420e515954ea90cec8334467d1da1686a25f8cf263c74ef4145, '', 0, '?'),
(0x80414cc6d104da2c0825d62b16dac310, 'wp-content/plugins/elementor-pro/modules/notes/data/endpoints/summary-endpoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/data/endpoints/summary-endpoint.php', 0, 0x575483ae4c9ef94f5eb0f712968b5fa1, 0x575483ae4c9ef94f5eb0f712968b5fa1, 0x57ec1bdf232db2c46b0d7a5643731a47fad09bb912d4fc096e32b4a994cd557e, '', 0, '?'),
(0x8047d49f8fd2e8cade0e4373a8ebf5f9, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3-assets.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3-assets.php', 0, 0x1c7645db298b0ce67c1a5a2f1f3d61ff, 0x1c7645db298b0ce67c1a5a2f1f3d61ff, 0xa16b1b3d00e35aeb0745b76727a0422569f0d54425366fe450ab08b8c3411fc1, '', 0, '?'),
(0x805889aba2e64b6bf6cf23a22fa4de4b, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.asset.php', 1, 0x00000000000000000000000000000000, 0xb3f8766d4c54a049ff15eebd206962f5, 0x6e7b91ae84d46ad0760c4dcfd7c9b3e368b1349d6f115fa1f4528e471843601d, '', 0, '?'),
(0x80597ebf62ca13a26dc15c365995ef03, 'wp-content/plugins/amp/assets/css/amp-admin-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x00eb1a0c21cb262b665101738bef3a66, 0xff240c73e166a47c422dbc8c169777db2be66369ea6754898cba9bd81612cef1, '', 0, '?'),
(0x805fc1e712351a2492c281c69f0d3fda, 'wp-content/plugins/elementor/data/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/manager.php', 1, 0x00000000000000000000000000000000, 0xb4c63510860aaf1d109ed404bc2932ee, 0x81a645ed139e33d8ffe34e19eba960cc400a08c0f52adbfed50d5601b2200944, '', 0, '?'),
(0x80643e927fc7a344a000de7c9ebfe657, 'wp-content/plugins/wordpress-seo-premium/src/helpers/version-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/helpers/version-helper.php', 0, 0x8602f926253512412588d7a5dad8f2ad, 0x8602f926253512412588d7a5dad8f2ad, 0x60dd8711e8ff8bc5366a4541f446fcc0b95269c52f7163f8ce8bb397dc70f1b6, '', 0, '?'),
(0x806a70b61fdeaa2dd49941c39ef5e811, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGwdAnimation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGwdAnimation.php', 1, 0x00000000000000000000000000000000, 0xde7c70b1176883b4f5969e7bd5533641, 0x5c5b98f186f6c6b550db96749dd732e11f92550ffdb1d953b4533d0a24d1166b, '', 0, '?'),
(0x8077bf8842364405b32be4b5c8b8e045, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-RegularItalic.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json', 1, 0x00000000000000000000000000000000, 0xdae7973a62ad986df371294842b6545c, 0x56c3fc46c3971926dea6992e903bf3fbee9f08eaf9bdf92ff7a459f1abd3a189, '', 0, '?'),
(0x807cb08dc952bb9d2ba554df4366b156, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js.gz', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js.gz', 0, 0xd5c1fb023114dc00955eac9b896a3e7d, 0xd5c1fb023114dc00955eac9b896a3e7d, 0xf27d825b31835d2d6f1a6ca4115377e618ce02484d17f68d2b4a63c01de1e4da, '', 0, '?'),
(0x8087e3aaa23fbb67d883d6e058bd5d65, 'wp-content/plugins/elementor/modules/home/transformations/base/transformations-abstract.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/base/transformations-abstract.php', 1, 0x00000000000000000000000000000000, 0xe9c2a3497113eea09047ea668083020d, 0x5025cd4869a8e87adc4bcb46263118c337af5332a9897036382264bd4ea1a36c, '', 0, '?'),
(0x808e42fec47a04cfe5107174b6bdffdb, 'wp-content/plugins/wordpress-seo/js/dist/indexation.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/themes/inlite/theme.js', 1, 0x00000000000000000000000000000000, 0x344f1ce0e24412496360e1181995454a, 0x70b776d354355a3e6a15868f6aaa00009cc87f66f8c578612f673d13b626b50c, '', 0, '?'),
(0x8094e2ec49b016e85be960a35af66975, 'wp-content/plugins/elementor/assets/css/widget-floating-buttons-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-buttons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8e73379d10b26dc5f7a15cc195855ea1, 0xad03d789f069c3cf8a172dac21636a19e174fe48bc6a150e164bd45059405416, '', 0, '?'),
(0x809578b8ca6ed9aca3d93151c80057ce, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-10.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-10.png', 1, 0x00000000000000000000000000000000, 0x0d6ac1c8154205a62558a95b398fc2c1, 0xdc0a2280d48baeb3ccab9f993e6d6a3e39fac8f9a010aaaf19e9c32a09046198, '', 0, '?'),
(0x809e23b3885c3792a61a6847029e6ca2, 'wp-includes/blocks/post-navigation-link/style.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-star-rating-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9d04efea7a897afa101ab25821a718bc, 0x108f5e557f3638749cceceb0843500676b91d6f2d5c8070563c5bb88c9bec063, '', 0, '?'),
(0x80ac7db40eb344157c8fbc06a7b7093d, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss', 1, 0x00000000000000000000000000000000, 0x2ae296410beb225c3c549a086d1cc5ff, 0x7822bf98d16342d3b40c4c954f96c88571ee362a412f812f7ca154ed54330909, '', 0, '?'),
(0x80af1d8bf0ff00850336d6aeae9fa2c9, 'wp-content/plugins/wp-rocket/inc/classes/logger/class-stream-handler.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1690810710.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a, 0xdf2e49f4481a0f841b6700f39d4821376091a367dea05af87ac88483c5be367c, '', 0, '?'),
(0x80b697723d8ac4dacf1663c4d0cb4d7a, 'wp-includes/js/dist/is-shallow-equal.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/is-shallow-equal.min.js', 1, 0x00000000000000000000000000000000, 0xc505252b24643d1cd4c12c05bb1c2e29, 0x795117e8aa16ec394925e115a3a2480434acb50be8c297429fe774cd35efae29, '', 0, '?'),
(0x80bb41d0bf85f446271bffc559e08efd, 'wp-content/plugins/elementor/assets/js/packages/env/env.strings.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php', 1, 0x00000000000000000000000000000000, 0x876f95d1956259ee52b9f2b1f4cff793, 0xa97469696f50372c8819527cad719658e5d229e1868addc7ae66ea404b76e109, '', 0, '?'),
(0x80c00ee6842bc1b6615bdcaee1689507, 'wp-content/plugins/elementskit/libs/framework/classes/license.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/framework/classes/license.php', 0, 0x0820fc8ed9b7c04d2cfba5f2793b13a7, 0x0820fc8ed9b7c04d2cfba5f2793b13a7, 0x61a8de4a720a87a19157133be1cd14676439313ceabfed6514a75848e03a906e, '', 0, '?'),
(0x80ccfca32188f5681aad0ec9a8242252, 'wp-includes/css/dist/edit-site/style.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/style.css', 1, 0x00000000000000000000000000000000, 0xf710078589579e8700738e5877377034, 0xa7d56723324e6fc42069a1a7a8793310fa82c79e7b13e208008ed9424209522b, '', 0, '?'),
(0x80d3dabae8758fb6bf4d97c91df75b0d, 'wp-admin/images/wpspin_light-2x.gif', '/home/forwardbetcasino/public_html/wp-admin/images/wpspin_light-2x.gif', 1, 0x00000000000000000000000000000000, 0xce7bcc25b52de245ea3b9f978cce7c11, 0xe4b07529d0139c124ae4f84186393290aef124a7824ed338fdd4c7f7bcc22746, '', 0, '?'),
(0x80d64e78ef1cf5da891ae33879485c8d, 'wp-admin/js/theme-plugin-editor.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/theme-plugin-editor.min.js', 1, 0x00000000000000000000000000000000, 0x3f745306871fb87e3597f87ed1e6f09a, 0x8d77ed54d87dcf8589902a1065ab7dc876a00457a72a2113a21645deeb1d9248, '', 0, '?'),
(0x80d673536bdc69ab3c342763ec2d1336, 'wp-includes/js/wp-embed.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-embed.js', 1, 0x00000000000000000000000000000000, 0x95776273db78679370b8b02971322a14, 0xbc2e9af26215a7e8240b2d27bd77db50175c2ff3c3d4d7221d4ffd92b1584814, '', 0, '?'),
(0x80ddd6fbed1ec16c12e21c0b9bf339c5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php', 0, 0x07ba15342602beda6e1151e7fe9e9d18, 0x07ba15342602beda6e1151e7fe9e9d18, 0x23ebac68f5426283e3a030d8a139e2df6743f5c718de977498918f3ad2647f30, '', 0, '?'),
(0x80dfe62965b3e22eaf880a4f1e11e807, 'wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0x22b2a7309447695166bfcaecb2693688, 0xe69a3cd6093290365e53ad5dc4af419fd12dfe304c907dca0e8232ae602050c4, '', 0, '?'),
(0x80e1824086b9d64bee01a19946a73c2a, 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x80e2a8486fac8cdf9aaa1f5a1411effb, 'wp-content/plugins/wp-rocket/inc/Addon/WebP/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/WebP/Subscriber.php', 0, 0xf0ee1296d6f2bf91306d84b63ccea391, 0xf0ee1296d6f2bf91306d84b63ccea391, 0x34337735a0923760d8d23d933175bc334e9bd2db8e3a3132e48d9f9fd6d5c8a1, '', 0, '?'),
(0x80e789ea218dd10bdc76cb52411c7a59, 'wp-content/plugins/elementskit/widgets/woo-category-list/woo-category-list-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-category-list/woo-category-list-handler.php', 0, 0x9e513b938f6ed8a992719d3b91d6fb30, 0x9e513b938f6ed8a992719d3b91d6fb30, 0xbd12b14644c1c1d46f1868a87c52e83b8f47efd3ccca2a510fbc05528d862135, '', 0, '?'),
(0x80ed86554a1dbef371241f0841e88def, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/aliases.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/aliases.php', 0, 0x1eccebda7751cfc0a49dcc680349a557, 0x1eccebda7751cfc0a49dcc680349a557, 0x121cb5aa88ab954b981556dcdccc5f204936e84a9961df84ce76c0e5d56bb570, '', 0, '?'),
(0x80f58bb2db5e566a4c5a58db3874a88e, 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/css/options.min.css', 1, 0x00000000000000000000000000000000, 0xf3f988921da8935cf6e96f0a2774a721, 0xd715366c7f75099bab5656cb9d743a3a0484278d30748fcec194ffc2b664a59e, '', 0, '?'),
(0x8101a8a337c6163a3abed02a9ab946a4, 'wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php', 1, 0x00000000000000000000000000000000, 0xf66249687edb370c9401df8ff0b9000f, 0xa8e9584df80900d3a8e0726939c7dac4e2f65657ec1710f9f14ef7ebaf4539c9, '', 0, '?'),
(0x8108bdacc6d4a544000b851212020f83, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-shrink.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-shrink.css', 1, 0x00000000000000000000000000000000, 0xeb63319194b555cc434a8ee3222b00a0, 0xe552ae245ebb67d2f10b7e6d3a55f92798bcfa5d71aed9c63d3ea2fa1618cb37, '', 0, '?'),
(0x8112f958518dfbe1643972d7dabc96db, 'wp-includes/customize/class-wp-customize-themes-section.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-themes-section.php', 1, 0x00000000000000000000000000000000, 0x01f9fa2e1858e63a3ee2598b04f4b982, 0x01891760789e9916308b791979b95b5d5ebad41cbbe9dd9ae6f255a99d98674c, '', 0, '?'),
(0x8115e8125513ac68674df820b8646e51, 'wp-content/plugins/elementor/core/files/file-types/base.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', 1, 0x00000000000000000000000000000000, 0xf7f5103e9caa96b32725ff6243ac16bf, 0x7cae2eb4238ee4cb66c8d55ac25a8d8c590939c1b07e08fdf6ff1a7216cb4b1c, '', 0, '?'),
(0x8117443d87772a3415361e391743411f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridProperties.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridProperties.php', 0, 0x173e3f498548a33abbe86d0479cd3548, 0x173e3f498548a33abbe86d0479cd3548, 0xe3a057e694a114dd6bf05bea722c1fa2358150b8cafce7f9a7d713342b57bdd0, '', 0, '?'),
(0x8117dfcd454312cfb3ce9d9604a0dc99, 'wp-content/plugins/elementor-pro/assets/js/mega-menu-editor.c7a0b6827e67a5dd2350.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/mega-menu-editor.c7a0b6827e67a5dd2350.bundle.js', 0, 0xe1e977cdec19608960ae9f7ab64b776b, 0xe1e977cdec19608960ae9f7ab64b776b, 0x24ba4d38e9ba5f0d944209efd7b6dfa35ca2ce333d85191ba95b6d6380fa3e56, '', 0, '?'),
(0x811e893227a097ab9f7c590e566786f9, 'wp-content/plugins/elementor/assets/js/web-cli.min.js.LICENSE.txt', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/history/views/history-panel-template.php', 1, 0x00000000000000000000000000000000, 0x3bf7754f14a467565b1ea08f50366c2f, 0x3ccfcee9e1433b8f6e5c574d283854aef1fb7ab2c2d8887034b99980b9980355, '', 0, '?'),
(0x812e20ce9f684fc098897739cd781da5, 'wp-content/plugins/elementor/assets/js/152486453d0e39071cdb.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/152486453d0e39071cdb.bundle.js', 1, 0x00000000000000000000000000000000, 0x58bec21e9793395ac1d5fec71ade4690, 0x2c596ec34420d1ef61a160cf36a45b9c7b8afe04930f013121ae142f412ec922, '', 0, '?'),
(0x8134294049dafa6092a5f0a2e2c347fb, 'wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/5.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/5.png', 1, 0x00000000000000000000000000000000, 0x3591ebce173808bab2e14a98292154d4, 0x775cc1a6646c9ea88c262f7bb65e255ca2526a4a5f52e7491aa75568cccc66a9, '', 0, '?'),
(0x813d195ed489527533394d25c6210be1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgPlaceholderTransformed.php', 1, 0x00000000000000000000000000000000, 0xec660ddfc42604b48a81558d8087166d, 0xda830b4befe6593b9976df58785ad792545c652522cb3322a20ba0bfa3c184b7, '', 0, '?'),
(0x81421492607dca68975d93b0b823fdde, 'wp-content/plugins/elementskit-lite/libs/emailkit/emailkit.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/emailkit/emailkit.php', 1, 0x00000000000000000000000000000000, 0x20860263ebc3362a036af71212eff4b2, 0xfe14a4ede85fdf2584ff9a5dbd4fd851765d29e77b6a8d6f140766aa3add30d5, '', 0, '?'),
(0x814318b103a71687827fa83a03236711, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CellFormat.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CellFormat.php', 0, 0x914cf3f3577ee63f599b5ffca23bef6b, 0x914cf3f3577ee63f599b5ffca23bef6b, 0x04324724bb7afae5dc24b4efff17df6e531cbde11f9eaa2c17f658f4fc0abf25, '', 0, '?'),
(0x81432c2a3fdc17dfced0f4fcd60e2b9e, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/FactoryResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/FactoryResolver.php', 0, 0xe6b51ed3f2f693c39183c4c4f0308342, 0xe6b51ed3f2f693c39183c4c4f0308342, 0xfd237b941f96d08d5f9cee3790aa1652941fb3522d0d498a62750446d6b4ecaf, '', 0, '?'),
(0x8149eca0ffff82832b6ed3cc685eb0a8, 'wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png', 1, 0x00000000000000000000000000000000, 0x89256cb9032912ef13260de42d9394ca, 0x4ea8065334ffe496dbd7a849c6ffbba6b032b2295ebcc68f7269004ff67e8ff4, '', 0, '?'),
(0x814a3f47dac6ceac141e10f509e12290, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/Template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/Template.php', 1, 0x00000000000000000000000000000000, 0x8a14b4fdc6cd3676415568de832da923, 0x29382cb506c6a84392e3e675beacea7f6c9ac70bd8523330835eb9a1fffa80f5, '', 0, '?'),
(0x814f8692bf6e7afa4fb51e7a8a366a33, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-02.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-02.png', 1, 0x00000000000000000000000000000000, 0xf667506c06fe1e1aac447dca60f5aaa7, 0xd35108a3e9a98730ce484132a2f3df794b995799ef313dd6f25b1bead661a276, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x81516132a723ad9b660c7d5c17023e8b, 'wp-content/plugins/elementor-pro/modules/popup/display-settings/triggers.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/display-settings/triggers.php', 0, 0x69d06204f97f35d955fe44f3b9593d0d, 0x69d06204f97f35d955fe44f3b9593d0d, 0xa4da7ad2d3c8d86dbd8545e4eb78fb1a1fc0381fcb1e98fa6d56b1d66d8bc83f, '', 0, '?'),
(0x815bbba740ca34ff70c3918a0dee3a45, 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/algolia.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/algolia.php', 0, 0xa35f5c72ec4d78e591179698ce442144, 0xa35f5c72ec4d78e591179698ce442144, 0xc57186d155050e3d755e1493f02c1718f12364186b26317087aa71a0a053ec1d, '', 0, '?'),
(0x81617ffa20925f18ed51a8dbda6433dd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_psr4.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_psr4.php', 0, 0x8e099bd57a47dacf2ceee9016b588f5e, 0x8e099bd57a47dacf2ceee9016b588f5e, 0x5932a8c886444e6099dee51ca2c3374a8d08f73c68d2847c3e1564240c6e6be1, '', 0, '?'),
(0x8161d9a88ea5fa1f19091b9b7f086262, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php', 0, 0x848e9350cc8186a9bfa89178a5c7908b, 0x848e9350cc8186a9bfa89178a5c7908b, 0x10b444950eec6d4df5597cdb7822123c0b14414c6670b37833b31e29ae482296, '', 0, '?'),
(0x81656cf704358f73989845efc3ba51e2, 'wp-admin/js/media-upload.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/media-upload.min.js', 1, 0x00000000000000000000000000000000, 0x57437da0da4bb7dae946c7c2e484206a, 0x774087c3f9ac53c2bc7c0d3eb7d1529e34d2140aef4eef08bb335973e553dce9, '', 0, '?'),
(0x816d586e90e7edd479a776747f2b6c4d, 'wp-content/plugins/elementskit-lite/languages/elementskit-lite-fr-FR.po', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/languages/elementskit-lite-fr-FR.po', 1, 0x00000000000000000000000000000000, 0x2e898a9ce4384dd20bb83d65f9d8cfcf, 0x2d88a289ab58d13877f66382cabc72ca9ae7707b778a1814d567ace5bce5d3c9, '', 0, '?'),
(0x816eb5e7cca67a31fb9f3802103a6783, 'wp-content/plugins/elementor/modules/system-info/templates/html.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/templates/html.php', 1, 0x00000000000000000000000000000000, 0xa08a0adc9ad6b211648b2585b46bdac5, 0x922347a8857599561d84d2b22abb48093a36a5455d741d1484f81050897c0bc7, '', 0, '?'),
(0x81805dcd3d2f27fab164666089aa7374, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplateErrorHandler.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/wp-auth-check.css', 1, 0x00000000000000000000000000000000, 0x5e23139d9fb04e19860221e75e0444fb, 0x29ff7d8bd666d4fd87ac1208ecdb1c6157606d4884d3b59272299c4b935aa0dc, '', 0, '?'),
(0x81884e8c3a128e0f4bb9306c98c308ff, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Settings.php', 0, 0x94a94f0a311a66fb0a91f8e4a7c4ee89, 0x94a94f0a311a66fb0a91f8e4a7c4ee89, 0x096e0d39721585a2d7e2aa83532470ad97d8c2950cf197df17377aff54704794, '', 0, '?'),
(0x81916c83fd1ee1adb0cd1eb00bbb6e03, 'wp-content/plugins/amp/assets/images/amp-delete.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-delete.svg', 1, 0x00000000000000000000000000000000, 0xe46fab47a3d8f66c1669f5ef46655293, 0x5799fa101e255b3a8b151a92602047a005e481122e72b8a50409d0e5589aa285, '', 0, '?'),
(0x819a97c18f023fb82045b3d5bccafa55, 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/link-out-icon.svg', 1, 0x00000000000000000000000000000000, 0x128d96ef97aaaca0292213b4d526ec53, 0xe7cc7ca8a8f33ee3d1b2a6e1883c908fa85f5d132a5b0c47580b72c124bdef4a, '', 0, '?'),
(0x819bf68ecdafa6e5087b1884ab706f73, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/CredentialsLoader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/CredentialsLoader.php', 0, 0xf260e444eebf18868df1589709edf6f8, 0xf260e444eebf18868df1589709edf6f8, 0x440fe49b8fb0d61faf88d84058064db882860fef56ea86733d7c716a65a3d2ef, '', 0, '?'),
(0x819e3886ca6b11977d6eccd20b048b10, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_NullSchedule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_NullSchedule.php', 0, 0x7fe1f1186c4f5e351112a1cd33e61a07, 0x7fe1f1186c4f5e351112a1cd33e61a07, 0xf82d9d6620a5213de5faf1050b932116437e6316d85d6a6d74b5ef9e258ba8f6, '', 0, '?'),
(0x81b6555862d0b6d9c510a06e082e4726, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php', 0, 0x6b138fa4385739199fd09c942f001322, 0x6b138fa4385739199fd09c942f001322, 0x4c7e093f4466bb67d02da1481060436dab25c20d85e2116a6fd1aa131e8ab9ef, '', 0, '?'),
(0x81b86f3ebf561cfcc75fc0721c0cf0dd, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss', 1, 0x00000000000000000000000000000000, 0x092a91153893e21f62306547b90591b7, 0xe5ca254218002fc7f3226b00a848aab4913e00ee5421739d0ecefc5dc5ddb78d, '', 0, '?'),
(0x81b9585376f92e4d0b0d0e097a897989, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php', 0, 0x0aa56068ef7ac3b6013c74de5ecbd371, 0x0aa56068ef7ac3b6013c74de5ecbd371, 0x09a2bb723df58c04daa6f3783225fbf23a382290038bce1706abc22b6a4f192c, '', 0, '?'),
(0x81c7dc5f5c0409e1bc99577f53ccb83a, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-20.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-20.png', 1, 0x00000000000000000000000000000000, 0x68836b708225df83d48d89d139dce50a, 0xfabec87cf1dd8a0dde0712eebd3ed9f03e717f43642724ab72c71dd0fbfbc264, '', 0, '?'),
(0x81c889563f09dd13de1701135dc62941, 'wp-includes/js/media-views.js', '/home/forwardbetcasino/public_html/wp-includes/js/media-views.js', 1, 0x00000000000000000000000000000000, 0x1431245a30e49856f542132a993d3bfc, 0x993ffe379d30c28696d579484bdf0a17c12575a26b0f6575e842994f64245b15, '', 0, '?'),
(0x81c9f34f0f99d0211cc268d2ebd2545d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php', 0, 0x4437917613281f61b8e74e970fec56b6, 0x4437917613281f61b8e74e970fec56b6, 0xe81a40e5f927b49baf2f9b8cbf5e02f72ece4341df69f2a7b67c773aa09402b7, '', 0, '?'),
(0x81caee940e30d3b7d140812507fb5a6b, 'wp-content/plugins/amp/src/Icon.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/development/react-refresh-entry.js', 1, 0x00000000000000000000000000000000, 0x1eaa3ef1e56ccbc0ed8a5f0c542cebcf, 0x470dbcd7bd1666bff3e4cb6eb3cd058379b1dae3594500fae91d7977bf45ea80, '', 0, '?'),
(0x81cd732339b831e6851dd7f9e7e91cd4, 'wp-content/plugins/amp/includes/sanitizers/class-amp-form-sanitizer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/file/block.json', 1, 0x00000000000000000000000000000000, 0x1f693268a61f6fe7ce386e3105d4a087, 0xce24a20aea935afd4c0604125df0b5258a6d24ee04799c21433690df44a45b9b, '', 0, '?'),
(0x81cec25781dae8f73db6d4984864fb7a, 'wp-includes/class-wp-site-query.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-site-query.php', 1, 0x00000000000000000000000000000000, 0x7b7c63f483d14992516fa8c3284ea1e5, 0xef98356f3aa003175dfb7d63ce6c9c81f9e98419b6c5973ab84b55d9efbdcf0b, '', 0, '?'),
(0x81cfd03123ec808d70f4fbeec398729a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddBandingResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddBandingResponse.php', 0, 0xfd8bf09bb126cb192a7e02b8ece14ebd, 0xfd8bf09bb126cb192a7e02b8ece14ebd, 0x59e5857b01a0d3801f62a2143204ffcae07955d3168dadbe9b90a993724c9111, '', 0, '?'),
(0x81d14ec4675a5b83e3931bc58d8a5d57, 'wp-content/plugins/elementor-pro/assets/lib/html2canvas/js/html2canvas.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/html2canvas/js/html2canvas.min.js', 0, 0x746b40c5a918ddfdc64168836bbd8d83, 0x746b40c5a918ddfdc64168836bbd8d83, 0x813a02488ad309fbdb5b38ccdc293825c5d0ea35fba7ae86157e584f1282365c, '', 0, '?'),
(0x81d558f9e2cfe02d9f34a44afc5f8333, 'wp-content/plugins/wordfence/lib/wordfenceHash.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php', 1, 0x00000000000000000000000000000000, 0xdc8822d53d0ac062630ead59a5774c11, 0xd175c9df3360e829647f7d6a51e5f1716fd809d7ee68d9df98d4a521b9b0f97c, '', 0, '?'),
(0x81d6f084cb273e02e15b01bd9ece87f7, 'wp-admin/js/user-profile.js', '/home/forwardbetcasino/public_html/wp-admin/js/user-profile.js', 1, 0x00000000000000000000000000000000, 0xc414b57a043cd1eaa46c97c4bb35297f, 0x53faf02ef720f36c98ee71d7e14d0fa1eeeccc17738e2417ba38036d388d73ad, '', 0, '?'),
(0x81e268f7decc194c76127244b26b18a2, 'wp-content/plugins/elementor/modules/checklist/steps-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps-manager.php', 1, 0x00000000000000000000000000000000, 0xba39abdb7ffa2d55f13832926f8f6770, 0x8e39bdc8c06f19b475ccccdcc2febeb33e64afc11fdc5bfef43ca0403e2a5fd9, '', 0, '?'),
(0x81e86c2c46c3add8f5aacd6253c24db5, 'wp-content/plugins/wordfence/css/license/care.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/care.1690810710.css', 1, 0x00000000000000000000000000000000, 0xfb71900b29052affa7842a76b1762368, 0x46f01e728f3ad41e72d5286ef1877e0e33f29b77649439d452f0b4184fac127f, '', 0, '?'),
(0x81ec11b650641fbab593fd92ed638133, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 1, 0x00000000000000000000000000000000, 0xd2c52e3c2445ff0097fe67bd3a54b10c, 0xc69d45105225f9f314966612c60e5c9fc9bee4080d050c76943843ff5ec26819, '', 0, '?'),
(0x81efc2eb315663257898afa49685bff7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube2.php', 1, 0x00000000000000000000000000000000, 0xd90c0c25de625cd55dbc8bb21f413171, 0xf79b7ce0f4b0ec1e514189fab53a32351ea24ebe42289ee469f6903d2c928698, '', 0, '?'),
(0x81f4ccf656a3927fe583739a90a2009c, 'wp-content/plugins/wordfence/lib/wfIpLocation.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_InvalidActionException.php', 0, 0xbcb1fb32421ce81ebc5f5117751a9fe4, 0xbcb1fb32421ce81ebc5f5117751a9fe4, 0x4bce637156a55a60c96cd6a2be17fab1b0af1715fa7019c4aace6d5773fbdc4c, '', 0, '?'),
(0x81fa9c9f71d75f95c6f486c4a1968b3e, 'wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/farbtastic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd55340e3ce5b935c2cf0337c92b61521, 0xa3536d11be27df3b646097e365a04dd830693df38e3f3eced00780e4bc3f0f7b, '', 0, '?'),
(0x82047557db93b15750d45eff87284cbf, 'wp-includes/blocks/post-navigation-link/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-navigation-link/style.css', 1, 0x00000000000000000000000000000000, 0x014fb3a8a37653693f00d3c382289886, 0xb1c5b64398cfad9b68f6a9da46303a32a149f912b4769aa2bc1af9c010f5f454, '', 0, '?'),
(0x8209b2564908a40683529035f61929a1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Wbr.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Wbr.php', 1, 0x00000000000000000000000000000000, 0x79081f2bdc51940f88a156fe14f3e3d8, 0xfa6423f8f456cf54433bbca4a90a91f1db60ec0e4bd0e5aafcf58ec8522759bc, '', 0, '?'),
(0x821133a496c6876515c728c3ba39f911, 'wp-includes/js/jquery/suggest.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php', 1, 0x00000000000000000000000000000000, 0x11ffe230b786db619c5eb2f162525c72, 0x30a0894519dc74079cb88a5ae98ec95bc1dcdb0488c488fd6975f2d09e98ac8e, '', 0, '?'),
(0x8212d600b04fd3167aa3dcc29399cdd4, 'wp-includes/js/dist/script-modules/interactivity/debug.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/interactivity/debug.min.js', 1, 0x00000000000000000000000000000000, 0x29df42ee97108317afa642caa665031c, 0x7ccbd26866956bcd7f62cc34215b55c80bd546743dd84a78b633cb6c8ae8f639, '', 0, '?'),
(0x821a4c4e044764be35ad8f11447334a9, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/OneCom.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/OneCom.php', 0, 0x887fee28ce39c6a2e156f87506bee8b4, 0x887fee28ce39c6a2e156f87506bee8b4, 0xf45878f0db2dd0e14c87b374c5002774f097850106105574386e972273ce3891, '', 0, '?'),
(0x821d3e276e083095e41855b7af99c606, 'wp-content/plugins/elementor-pro/modules/mega-menu/traits/url-helper-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/mega-menu/traits/url-helper-trait.php', 0, 0xd5880c719a03c71fb3273ed9d2c852d9, 0xd5880c719a03c71fb3273ed9d2c852d9, 0x7623ccd5a5ea5c0d22d510297ca9fa5112c1c95a2c07858dcb7295a821366e8d, '', 0, '?'),
(0x821e12f6a866ea01e52ef3059c720e28, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-10.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-10.min.css', 1, 0x00000000000000000000000000000000, 0xe10fa8538a2b9ef51f944d7d355bcfd6, 0xa2180d8ef20edf1f0fd50e1d183df19b5058f782b35cde7fc311119a4d8cf12f, '', 0, '?'),
(0x821ffd5ccf28e5d97742eac44912e39d, 'wp-admin/network/update.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/page-assets/loader.php', 1, 0x00000000000000000000000000000000, 0xf88cec586dc5551649ed7798159ee4a5, 0x887c532eba804c5ec5fba3297f8c1a40f2fcd6cf3d2480c3ed9c6d55f52a53cb, '', 0, '?'),
(0x8226861079c6fe7147d4f3e97e0d9504, 'wp-content/plugins/elementor-pro/modules/query-control/controls/query.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/controls/query.php', 0, 0xb0a3ce8c77f9f7ddc18d82fd6b352284, 0xb0a3ce8c77f9f7ddc18d82fd6b352284, 0xa8648cdda8e3458966ed55422bf313c7c21b6aa076f506a07f329ddf637356a8, '', 0, '?'),
(0x822874546c44ceac372687b34d502ec0, 'wp-includes/js/tinymce/tiny_mce_popup.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/tiny_mce_popup.js', 1, 0x00000000000000000000000000000000, 0x4237af4931ba3003048f8eb5b98364c7, 0x0efbbaa427d09705afb3052f06211adb1f61218e7eb329b5c13144120ce418a1, '', 0, '?'),
(0x8229255de04ad70d4dcf113fe9e643fb, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/AutowireDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/AutowireDefinition.php', 0, 0xc8f3f6c2a7df91838ce1bdcc07f7f02e, 0xc8f3f6c2a7df91838ce1bdcc07f7f02e, 0xcb6e3d21cace8c49873b58d5fc54569792c3fc78171dff1875663f0aea4a5c90, '', 0, '?'),
(0x822c37ff55f6b307c1cddee06506d6f0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 0, 0x2cc2f7844408261e6d6dda6516928fdb, 0x2cc2f7844408261e6d6dda6516928fdb, 0xb4ab7b0dfc285d4986d3359a8c337785dccfe11e5e282421cff6c0d7e248153d, '', 0, '?'),
(0x822f09c1453a4bf252e5afa5c076028d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', 1, 0x00000000000000000000000000000000, 0x971656c9c35bd753500b6b03168143fb, 0xfafbdabad985b1c5b4078bbc7d433ae5c3b83d807ee886de51c0283896d02451, '', 0, '?'),
(0x823572639cdf090eb9acdb35568ae4e5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Request.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Request.php', 0, 0x66784dedd2bcf68dd24faafb34771e36, 0x66784dedd2bcf68dd24faafb34771e36, 0x37be69a55497961aaac9ad460a8035e11fffdff6a975d6d48b64788661e0632b, '', 0, '?'),
(0x823756781ecbb3723abf824e267413e7, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.asset.php', 0, 0x705f95941ae5bca8a80efca16d5ae3d2, 0x705f95941ae5bca8a80efca16d5ae3d2, 0x63db3ccf43b2c5575117c2c0b4562170a45badb2b8e0e301e129cf27e08cc029, '', 0, '?'),
(0x8238efd43eec988584b273d536e1dac4, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidAnnotation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidAnnotation.php', 1, 0x00000000000000000000000000000000, 0x8005838e2d4fc60f824d575e5c7d4c4f, 0xf5fd8e40274aac65ddcc0b609b0bb53004f5153ee75560a5e2e0078feeb8fa12, '', 0, '?'),
(0x8239dcecf245c78a7d01f60a3e406236, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Utils.php', 0, 0x8b8554579c01958ae7303554bba8410b, 0x8b8554579c01958ae7303554bba8410b, 0x40a852e3503586e96118a43de845ff4f0f8eed48cd529feffb6a2262e53e5a89, '', 0, '?'),
(0x8240df461220d1d3a028a9a4c5652a5b, 'wp-admin/js/theme-plugin-editor.js', '/home/forwardbetcasino/public_html/wp-admin/js/theme-plugin-editor.js', 1, 0x00000000000000000000000000000000, 0x69926e70f1b5dd24a4d31c89db7c81d9, 0xab7076c77630c1a7b41775ebf198eea6158554521e742e139f73f50774d8fa2d, '', 0, '?'),
(0x82468920e5474aced642ec7f887337b5, 'wp-includes/js/media-models.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/media-models.min.js', 1, 0x00000000000000000000000000000000, 0xb159636878042a7bc99964888a579c8f, 0x8d4187d3359d532895f77cfa8cf1ad0cf39f471346cc10d94b890b8945f79c7e, '', 0, '?'),
(0x824dc8ae73edc3e1d301257d9b2b3ded, 'wp-includes/blocks/latest-posts/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfcc69a224302edecc6be980976359a0e, 0xda22865e8cb2d402d343cd11a9179a2b9a97d134b82dc4c1011a0b81f4c5a5f5, '', 0, '?'),
(0x82573d205c27782288578fcc7deeee64, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xa7b0f7d5a9e84b1bbdad835ee3a5beb9, 0xcf4d89381d103a9f6e61c68b47185add715164c3bd21aea0bcda27879b266731, '', 0, '?'),
(0x82598187d8bbfae794a9e9d11bfa2af1, 'wp-includes/css/dist/edit-post/classic-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/classic-rtl.css', 1, 0x00000000000000000000000000000000, 0xc4f7511bae2f6fb29875398ec49f27d4, 0xdb28e601bc6caed0cfcb46c3cea3b4bf45d05cc1c7574201a0a93dbf33aff5d1, '', 0, '?'),
(0x825f26bdfdab8fd948c10ee2cf6707ec, 'wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js', 1, 0x00000000000000000000000000000000, 0x75d7822d25873fd727beecf0744affa4, 0xc1fb99420cc1d45d93bb3e4c5a6faf235112c65e0c56ec78d0e9a1f7b52311b0, '', 0, '?'),
(0x82607c7981d6e4058f09bb49bb687633, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', 1, 0x00000000000000000000000000000000, 0x6af3f074df06295d74324d337cb29571, 0xf39c9d90477a688bb88ebbc1c6845c92ff6ce7f0978a910298f4facc8021e613, '', 0, '?'),
(0x82641d16376de2b0e4c3c3bfb7de188f, 'wp-content/themes/jannah/header.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/header.php', 0, 0xdbf0e2fb980e8abcabd399dc66f8f3d3, 0xdbf0e2fb980e8abcabd399dc66f8f3d3, 0x06730696bc531d6ffcc623ec23dd0dbedbfd980cb6bc18ad9c9d95d59fa56dfc, '', 0, '?'),
(0x826cfbe6c33bc6eeac24acc2090ad5f5, 'wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/block-editor.js', 1, 0x00000000000000000000000000000000, 0xd356837b630af0c49cc07687acca6673, 0x6f8e45b7371f1f6c907cf5935b8b4c21bbd695cee02c072b43245de8ebc4a192, '', 0, '?'),
(0x826f52ef53c6490d56becabdc69865a5, 'wp-content/plugins/elementor/includes/api.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php', 1, 0x00000000000000000000000000000000, 0x2cff1030398617025b0312197a012e08, 0x088cc28cf87966addbfef83ab8c8564e3ddf224f287eac042a945c5641678bf8, '', 0, '?'),
(0x8270aa78a8d3135c3f3bdd68452fd8e6, 'wp-content/themes/twentytwentyone/readme.txt', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/readme.txt', 1, 0x00000000000000000000000000000000, 0x2cd367ee23b3ba2f0561c7dcd12363f5, 0x00e137f9c64b17b595f2c082c0fb61ca489ff040875549c96d25ec4fc91c78fa, '', 0, '?'),
(0x827780b735bb0bff07efc1a129bafb9e, 'wp-includes/css/wp-embed-template-ie.css', '/home/forwardbetcasino/public_html/wp-includes/css/wp-embed-template-ie.css', 1, 0x00000000000000000000000000000000, 0xeeb729369ef309d89ed0bc7120aacadf, 0xa06f95b12b385dc55375e7fc482ee943f867f4de5239ea26b62bfda2935c579b, '', 0, '?'),
(0x828030ea01b2f017ddb25adbc851ef1c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php', 0, 0x39588c9388d4653be68302f8515dfc32, 0x39588c9388d4653be68302f8515dfc32, 0x23bea450ab6e2226e9e990c36b4cbbc0997b29aa433c3dc486190544f6dc6309, '', 0, '?'),
(0x8285bd3afd20391aa8864911e799ddd7, 'wp-content/plugins/wordpress-seo-premium/vendor/autoload.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-toggle-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe049c3266742879feb3a196fb2f1ac7f, 0x5dc7f320b64d11ae58fe9c96532ff980ff4cba3de3097ea530d999265cd3d691, '', 0, '?'),
(0x828e0013b8f3bc1bb22b4f57172b019d, 'index.php', '/home/forwardbetcasino/public_html/index.php', 1, 0x00000000000000000000000000000000, 0x926dd0f95df723f9ed934eb058882cc8, 0xb3447ab2020ae8fe7d5fabf637782ccd0339f6743ae61c8d27b30db9f37f82e1, '', 0, '?'),
(0x82a0d82c3eeec967ab70c1d56aaf0491, 'wp-content/plugins/wordpress-seo-premium/classes/product-premium.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', 1, 0x00000000000000000000000000000000, 0x99fad4b54f152c95eb35ecf67756fe4c, 0xa0171af80b37ca4540a79580ea9b5ec8fc8ce5c58e6cdefa2e1400061323c1cb, '', 0, '?'),
(0x82a7ace3ed41bc13cef28c311a853ba4, 'wp-includes/rss.php', '/home/forwardbetcasino/public_html/wp-includes/rss.php', 1, 0x00000000000000000000000000000000, 0x7552f8fe7ab9046ad5d26edabf4fe583, 0x3c09e98eb78ec15b1e8d3e4d7acdffa3a8880b5ea702f12a9aec956c5cccddde, '', 0, '?'),
(0x82b915826fb931ea3f25be66fa7524f1, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/request-timeout-exception.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/src/Category.php', 1, 0x00000000000000000000000000000000, 0x8dff84856b87b6e405e6a6730ccec390, 0x7f9b0b6590a46ac9cd107c541dab48444aa988c9f19f0274048f4e2d9d0fbb7f, '', 0, '?'),
(0x82bf1fb4e91393477b7deac49151f7b5, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php', 0, 0x6886e00721d31366c5aa6525d251eceb, 0x6886e00721d31366c5aa6525d251eceb, 0xb2e65854a8efe351bda5b1fd6d7399609cae445088c3a72c7cec97ecabba6438, '', 0, '?'),
(0x82c21201df56c03dbf09225defca1acd, 'wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/split-negative.svg', 1, 0x00000000000000000000000000000000, 0x6aeb961917a8ff48e80143402fb02980, 0xde3d240b63285e92d701ae0e35e0438de0882385ab9cc84c328b7aa6cf03d6ca, '', 0, '?'),
(0x82ceed33e102706ddec2cebca3ac4fb8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridCoordinate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridCoordinate.php', 0, 0x057ea46c10c1f11609f41e477b821602, 0x057ea46c10c1f11609f41e477b821602, 0x736f7e29e1cd3569530821b9f94373d9d3edf469cd48864ca94c71948696ff19, '', 0, '?'),
(0x82d0f06e4d0012325d040d5ee2fffa72, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss', 1, 0x00000000000000000000000000000000, 0x9ce696ed852f0aad420874efbdc13b03, 0x56596a38826212c0e835e766c6635db73757fe69c6983248e24e7dfd1f32935e, '', 0, '?'),
(0x82d17b8cf568a78ee6422d6f3a4968c5, 'wp-includes/blocks/query-pagination-numbers/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-numbers/editor.css', 1, 0x00000000000000000000000000000000, 0xcd4045e9172831fecbb1fb6584a842f4, 0x4f3b0a56a18f5b259df11e1a7f3305b01dfc95b345680bdf64df78f83ad27bae, '', 0, '?'),
(0x82dea90bc795518a68645eed04dca16d, 'wp-includes/SimplePie/library/SimplePie/Core.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Core.php', 1, 0x00000000000000000000000000000000, 0x01b7a445a41c3f501f5b60b6de546a5b, 0xfbdcb81bb58b1c6c2a3b796128a2b4f0baccf3c40c6c371e37ea4392bd15a6c7, '', 0, '?'),
(0x82e2d9a9864430c96f56a1595b62c0d2, 'wp-content/plugins/elementskit-lite/libs/framework/controls/settings/hidden.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings/hidden.php', 1, 0x00000000000000000000000000000000, 0xdd946c9b7c363529f732efc85420b087, 0x4ec41e950acb2c407439873fc82e7e88fe465f057ceaf4dd51edf50211d24450, '', 0, '?'),
(0x82ec9cfdae76bf410a4772cf33433960, 'wp-admin/includes/class-wp-internal-pointers.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/InvalidVersionRequirementMessage.php', 0, 0x921f0e06c6a2bdb2aff7194565004e5c, 0x921f0e06c6a2bdb2aff7194565004e5c, 0xe6beda5da47064ba9a30006e736a98923e695d29f6ff4132b90ffbcbb580cf28, '', 0, '?'),
(0x82f704674791fe205afba74874c4ef9b, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/click.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/click.svg', 0, 0xb5a3dcf1c2a6b9021ed74da6ecf17b69, 0xb5a3dcf1c2a6b9021ed74da6ecf17b69, 0x19872873e9e5d9f7e9e60554807b536758480a3c962c89888c7e7f3d80beeae0, '', 0, '?'),
(0x8303a35dde8201b9d6b4f28a26690155, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/module.php', 0, 0x828c296fa4a1f29d1bc9bfde12c74d98, 0x828c296fa4a1f29d1bc9bfde12c74d98, 0x3d47da29fbaf3556138c5821077c3a95a2829b4694755d79766d47182f1dae72, '', 0, '?'),
(0x830a438e4f7b41b938aebfa09ad27d83, 'wp-content/plugins/wordfence/css/wf-ionicons.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wf-ionicons.1690810710.css', 1, 0x00000000000000000000000000000000, 0x416c14a1b0738fdcca6ac0e2af831b7f, 0xd79296f09d930834cccbaec07604a812f9e308c1894de68e609756f7ebfd5af4, '', 0, '?'),
(0x830e4971ffb8839aa3a652e35c4747e9, 'wp-content/plugins/elementor-pro/vendor/composer/autoload_real.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/autoload_real.php', 0, 0x42ba80ffe6f7e06bf16b9bd085261362, 0x42ba80ffe6f7e06bf16b9bd085261362, 0xcac82ba33483fa012a82e74ba9a131380a010e7a052bc962c7af14187daae494, '', 0, '?'),
(0x8313bd99d7a04ca5c258cf2a6c061cca, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php', 0, 0x935b26ef64f0d520dd4462461037b8a4, 0x935b26ef64f0d520dd4462461037b8a4, 0x6c8c25dd2b31ea769ad706f3c9a874003d36c73ec0fc0af3660c68d7c3151234, '', 0, '?'),
(0x831f3ab4021b1ce541fc38d3a1942268, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php', 0, 0x8cfa678edd5d3370d59b9f23fc655310, 0x8cfa678edd5d3370d59b9f23fc655310, 0x71e9751321067e0b4774986183a4af1bf1c88c7366afe9f4afcdfc488ea507c5, '', 0, '?'),
(0x832468af51d0cc797b3d64fc4cf92937, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5AmpNestedMenu.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/image-loading-optimization/module.php', 1, 0x00000000000000000000000000000000, 0x30ce0408f2c81c0fac76f78d46820da7, 0x91fde3ed694afb3adcaacb8f4ed9e666061bab98a21fc9d76d0bbbcb21ab57cd, '', 0, '?'),
(0x832cf9a2fc8451d0cd3e3bf0f5d9696a, 'wp-includes/SimplePie/library/SimplePie/Registry.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Registry.php', 1, 0x00000000000000000000000000000000, 0x38fa5d945c0efec0944f738006544be5, 0xbab25763c5076f7c3dc4a11bc452266bf43c74a6c2fd2b85fd7029d54692782b, '', 0, '?'),
(0x833358ae2fe1fd03fd919e8c27ddc950, 'wp-content/themes/twentytwentyone/inc/starter-content.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/starter-content.php', 1, 0x00000000000000000000000000000000, 0x42244e2fcfabd60c376c5d4e1b987f28, 0xd35c386e52ceaa4a3ce4c1b6b7682baa3d0998d7396f461c5e4fb533c9220709, '', 0, '?'),
(0x83346d6f7e2266a7f1688bfc3181b834, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', 1, 0x00000000000000000000000000000000, 0xa34a78b8c848c73f68b362ce60f67379, 0x7aa4cf95cf6acc4436c4a4f5fa4e52ae598e2c5b564d32fb5658918ae4083d8b, '', 0, '?'),
(0x8334d5c965c75a4ea3c877f5bb92bf44, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php', 0, 0xcb66eb6bc6556b4f2f9d289f9d10a163, 0xcb66eb6bc6556b4f2f9d289f9d10a163, 0x6317a2a98507ea76aa20e6819ec7bf264d34675176d2ca4b28fce7a54d5bf1f4, '', 0, '?'),
(0x83375b6a963d1d4c63421472f0726f39, 'wp-content/plugins/elementor/modules/shapes/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/shapes/module.php', 1, 0x00000000000000000000000000000000, 0xcecbed6dbc6d22ecf9d05f2591c4646d, 0x7460d2a209e1a3b8acbbb505d690ba5f95321fc2470fa802827f7eda83b9d2e6, '', 0, '?'),
(0x8345626c388d79c0f61fc37d86a19097, 'wp-includes/js/tinymce/plugins/link/plugin.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/link/plugin.js', 1, 0x00000000000000000000000000000000, 0xf82a4e04c8926d51b90680aecc07b9c3, 0xc360339f6359518df8c1d9fe3957dead236c01bbf6d670cb532b47ed011cd834, '', 0, '?'),
(0x8357dc6e4a03d62e03272f1c781dfb9d, 'wp-includes/blocks/embed/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/style.css', 1, 0x00000000000000000000000000000000, 0xe176c24d7f3041572b057b96182de157, 0x8ee0c912a81d7fce9bce0fcce1f888513d31858a328ad76736e830f6ed6aac30, '', 0, '?'),
(0x835de571207701a8d0fee39d08e5bc3d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php', 0, 0x4c01f0d5b82609896ea81cd78fd47cbf, 0x4c01f0d5b82609896ea81cd78fd47cbf, 0x79f87957585833dfa2466c81df533f24288ba0b0523b0fe7cb37b4580229aef0, '', 0, '?'),
(0x8368ffff27bcac681ba68151c17b3960, 'wp-includes/Requests/src/Exception/Http/Status401.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status401.php', 1, 0x00000000000000000000000000000000, 0x8d975283754df0ec8b362ff1ff525cea, 0xd43960b31d73b72d4b989ea44748d2db92b87733deb29a04b0379ffa0906fc96, '', 0, '?'),
(0x836e9279e045bc5bd5aeecefe6671a97, 'wp-content/plugins/elementskit-lite/modules/controls/image-choose.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/image-choose.php', 1, 0x00000000000000000000000000000000, 0x614d05e3b582d11e4bc474b118cc97c7, 0x668396feee4a402d2acdcf76ca036e5ce88c72a8c6270c87bde452a3017d1649, '', 0, '?'),
(0x8373a0b23982c8c028532a6eab39a97b, 'wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.js', 0, 0x061b456bdf814a7f67e5f77294733976, 0x061b456bdf814a7f67e5f77294733976, 0x312bbd0b32d2390db7f7dcfcdb6970dbff8c77c750d49ff794709b461d9e29c4, '', 0, '?'),
(0x837b4bcdc78dbc3a52bd2c24133182e0, 'wp-content/plugins/elementor/core/settings/base/css-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/base/css-manager.php', 1, 0x00000000000000000000000000000000, 0x18bd82ec0b84cccb3a1dc890f65dc463, 0xf62fb55c17e8a7c55053b87c213759d39ef39ab9c2f6916cc4f44b62dcb54098, '', 0, '?'),
(0x837ce3e028f00385008f5d840e5c152e, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-number.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-number.php', 1, 0x00000000000000000000000000000000, 0x2a248783c0430f481a5b8ef3ab0b34da, 0x9b33897f121cb1b959b1f6266f0ad8637b298b1b8229f3f8fa277db328b8f826, '', 0, '?'),
(0x838ae7430155023a3cbf6282287a2c29, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDeclarationName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDeclarationName.php', 1, 0x00000000000000000000000000000000, 0x54130abab172f78dc8b6e72f69b60c4d, 0x1a63ddc540555609c5392af3f644c2e76811d68b7c41b716a58a04dbc89770f4, '', 0, '?'),
(0x838c1a9295c77b76af708ae04a028bd0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/CacheItemPoolInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/CacheItemPoolInterface.php', 0, 0xdcee12df3130bcdc5d5c0f0870779d65, 0xdcee12df3130bcdc5d5c0f0870779d65, 0x7cee4e473941dc007c23cf11ca79d5b18f6e0f29c804f1236fa4f65773578445, '', 0, '?'),
(0x83935c4a98499c760c364ef2a81e27e8, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-10-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-10-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe10fa8538a2b9ef51f944d7d355bcfd6, 0xa2180d8ef20edf1f0fd50e1d183df19b5058f782b35cde7fc311119a4d8cf12f, '', 0, '?'),
(0x83943acee7acac23d82f40e0d4543335, 'wp-content/plugins/wordpress-seo-premium/classes/blocks/subpages-block.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', 1, 0x00000000000000000000000000000000, 0x64c7d1f6858b7549ccd62899d859869d, 0xf45c4f75e869702728795d1bb9f70980fabd2baa0a5a9bde05de183c7d9c19b9, '', 0, '?'),
(0x839bf4d88ecd7dcc8f0ca23cbbe50f18, 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/1.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/1.png', 1, 0x00000000000000000000000000000000, 0xd89a72e8e3a4b70959f4429e3b75cbb2, 0x27096429d05d01c08c125a462f7a505f31069845243b56f1a94025d074164896, '', 0, '?'),
(0x839c81e2b657c76b56c61084a9b1f1ce, 'wp-includes/blocks/comments-title.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-title.php', 1, 0x00000000000000000000000000000000, 0x401e52b814fea7781ce19bb148a09aa5, 0x918e2f6507b9415b2713a85c9d6f143d6f2aad6411a0890e4540cb9b038c30ae, '', 0, '?'),
(0x839fd032ef2e1b89329c755da092f44a, 'wp-content/plugins/elementskit/widgets/pinterest-feed/pinterest-feed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/pinterest-feed-handler.php', 0, 0x19e8d860c74f2d7162648ac01a677ac0, 0x19e8d860c74f2d7162648ac01a677ac0, 0x4724dbbf88887ac59981faedece77f4825b5bff56487b378b47903471ac898fe, '', 0, '?'),
(0x83a83f08e70eacda7a36a497db61447a, 'wp-content/plugins/wordfence/images/loading.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0x83a9efb24c141101c722cd7b5f97d08d, 'wp-content/plugins/amp/includes/options/class-amp-options-manager.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/application/cleanup-service.php', 1, 0x00000000000000000000000000000000, 0xca6144bcb7651d92329d67cf9e7ece50, 0xc8b19e11e5c8895d1a1a4ea562755cc6006e44c2879a2952d42ccb99fd7d26cd, '', 0, '?'),
(0x83c2344c406669c87d4ac67bb7f6cca8, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Kinsta.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Kinsta.php', 0, 0x3d758518ba3ef3146fefeecdd51a8010, 0x3d758518ba3ef3146fefeecdd51a8010, 0x9415af87ec37ec6d9a1ffa442485c44e7d901d3c59e9b212951ef8a89869b5c7, '', 0, '?'),
(0x83d0b82b3a33e8586e4e88746578f658, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/translationspress.php', 0, 0xf1a3bc682f8a34123584922ad92db984, 0xf1a3bc682f8a34123584922ad92db984, 0xa2b6406bde7e4598ad03ee2c9bd62106ad826a3a596e9e5e1d97250c09db51f5, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x83e02779d140e5173cec6a4bcaf266f3, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_h.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/install.min.css', 1, 0x00000000000000000000000000000000, 0xc4e6ace4bcb428c1eae86a4f3d356ef6, 0x70bfa4863ea66d60224ebdf781387a5689b05cda29457fff6e932e52c7c2669e, '', 0, '?'),
(0x83e36aacba0cd3c31335b2de66c56aa1, 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', 1, 0x00000000000000000000000000000000, 0xd4d6420bb1fdc194e6d88eee0453922d, 0xe4dde952ab4040ac6c51f546dc8327286ddd0fa8195e7a6e776e7871c34fa65b, '', 0, '?'),
(0x83ec901ae7bd1ee806bb3cd43798f909, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageRecommendationBox.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageRecommendationBox.php', 1, 0x00000000000000000000000000000000, 0x99595afbdfae37c3f2591f2b4f679551, 0xa2e38f26807142bea5dc13cd4d696fcea4331ed231c4b1239810e5b950da88b8, '', 0, '?'),
(0x83f47df22ae249af019fd2aa442b2e11, 'wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrValueRequiredByLayout.php', 1, 0x00000000000000000000000000000000, 0xb52b2b6c6bbc455dd0ee73eeb132b03f, 0x2059377283586b29a35a5f8d0212602b7192f769155fc5d9cbab8ca692bb86a5, '', 0, '?'),
(0x84064ba0b85345cbffc58d9d4ca733c0, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php', 1, 0x00000000000000000000000000000000, 0x563da488e298d672ae40d9b87e6b7499, 0x7c944a008d525d2df0329e9498b0337af9bfca1454839dfeeb483f8d5588ec82, '', 0, '?'),
(0x8406ad352851b5019417a54b6d1181e9, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.css', 1, 0x00000000000000000000000000000000, 0x01847629ccb5de50325dbd56a4ea8401, 0x59e26040b1cb5307dc3cdea7fda214eab8404fee0e817c28ef1f8b760bf23bf4, '', 0, '?'),
(0x84088604989d53847e168b4b9cca8c53, 'wp-content/plugins/elementor/modules/wp-cli/library.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/wp-cli/library.php', 1, 0x00000000000000000000000000000000, 0x386266774372857c5d0c675ee04efd66, 0x12ba5d2e3d0684ede23ac33d4b4d6bb56c12b9b55c19e8f6d98203eca219490a, '', 0, '?'),
(0x84129f827cc21b46b359358480cf1501, 'wp-content/plugins/amp/src/Instrumentation/Event.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Instrumentation/Event.php', 1, 0x00000000000000000000000000000000, 0x66e11c30018fc9e51cb0093620e08de7, 0x74596c33f189a2f0f52ff96fe8d9a4c4ca9e617dd616d304a958841ac7730b08, '', 0, '?'),
(0x8429c5a9b6ea85325ba409d334a85f61, 'wp-includes/class-walker-category-dropdown.php', '/home/forwardbetcasino/public_html/wp-includes/class-walker-category-dropdown.php', 1, 0x00000000000000000000000000000000, 0xa287d482ef490656ad2a1ff9de74fc03, 0xc34902770eb05e16cfcbee8f4b48c4b65cec738eb37e42579790e3babe660349, '', 0, '?'),
(0x842b6ff5329ee138b3458c2b4b253bfb, 'wp-includes/PHPMailer/PHPMailer.php', '/home/forwardbetcasino/public_html/wp-includes/PHPMailer/PHPMailer.php', 1, 0x00000000000000000000000000000000, 0xb153f71a78a491bb68214f28b747a019, 0x522a73bfbcd21fe158cecbfb0899bf08a77916016425c5b2011061ab24e4234b, '', 0, '?'),
(0x842b80e2869433cd0f71cc42ec34c0b2, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/FactoryDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/FactoryDefinition.php', 1, 0x00000000000000000000000000000000, 0xffb4753afe707ef94488bae9385457cf, 0x0b7a6a3c6811ac231b7440c3756e11a9bae470951e0e70af29f08df4eb074adb, '', 0, '?'),
(0x8433bd71b0ab9123dfc2c39a8b059a92, 'wp-content/plugins/amp/vendor/composer/LICENSE', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/container.a7f0a15dfa05df34e1f7.bundle.js', 1, 0x00000000000000000000000000000000, 0x91e6e90292eb703f58ec18710978b5b1, 0x36909dae366ba5e7715fa1b428ea6f8e57cb6538e1f6f5e11259f53e0717dc5a, '', 0, '?'),
(0x8448090220c6963836179db0eb496eee, 'wp-content/plugins/wordpress-seo/src/loadable-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/loadable-interface.php', 1, 0x00000000000000000000000000000000, 0x4a5c3ba49154ffff55f82a8dad406c3b, 0xf863b7c0d4a41a68908d4512419632e5669019d4be49f7c6c69d14a578d9112d, '', 0, '?'),
(0x844a692923906b110309cdb76f4ad0ff, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-text.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-text.php', 0, 0xa46914ba6a30c020ae08593a5e847bc7, 0xa46914ba6a30c020ae08593a5e847bc7, 0x112895d6031c424fa3dbde64c9efce373fcf1068a0fd94493d70c79dd6925bc4, '', 0, '?'),
(0x845163242cc64bc86748233feb5e7408, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-draft-js-plugins-2340.min.js', '/home/forwardbetcasino/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, '?'),
(0x845989d3727ed280a2883aa5e224f221, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php', 1, 0x00000000000000000000000000000000, 0x5b7b37445968d0a7e16d9c667da50d66, 0xb60ae2ce3f0d6184b0f3d890411d4c3a2c20033d7b4c18e3357da2832b2c81ab, '', 0, '?'),
(0x845ec1c15f5dee53f863c2dfc960ee40, 'wp-content/plugins/elementor/vendor/autoload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x4f2493e8ff643f01ebdd7deaf772b0a2, 0x5f60934ee1b3ffec03edf2e576cb98245585b792070e95f524a7e5d2bf693914, '', 0, '?'),
(0x845f49e6ddf60fc3cdb5d9a9651f70f4, 'wp-content/plugins/elementor/core/base/background-task-manager.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-expose-shortlinks.php', 0, 0x6f73837b2683b9ad8da201fd3279b032, 0x6f73837b2683b9ad8da201fd3279b032, 0xe4e00c5b82b9ae4367596a1d7d4f79046eb04c2efcb2d8f2ec53ebcd443d2ac0, '', 0, '?'),
(0x84675ffc54ad6ef0b3a8dfdc4ef65ca8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPinterest.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/ui/core.js', 1, 0x00000000000000000000000000000000, 0x38a7df32cd596667e2adf7f0a470d3fc, 0x3f558137eff4446f737a03b7f197e1582d01d282c6627c891ad2c0f3a7c8d5dd, '', 0, '?'),
(0x846bb2a9078df0a90a9ffaf898b66802, 'wp-content/themes/twentytwentyfour/patterns/hidden-search.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-search.php', 1, 0x00000000000000000000000000000000, 0xac2ad17bf9ef7b2ad94cad497878cf1c, 0x47f55e493588b95d389c83505d46f429f209ff068b2c8781ed1018f0e5606709, '', 0, '?'),
(0x846fa67d9233fe6bb276554f87611407, 'wp-content/plugins/elementskit-lite/widgets/widget-notice.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/widget-notice.php', 1, 0x00000000000000000000000000000000, 0xa59b68e386dc07e8551bd8043e6d4a50, 0xd0cc43a722bbe12f042fb2c8f6adbde7ca644bd4d9e8df008b231700a8d00dd3, '', 0, '?'),
(0x848d01bca8f1625daad9ba3de00f305f, 'wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', 1, 0x00000000000000000000000000000000, 0xcabf036d805c6d3130f8911e662ab529, 0x096df605c959dc5fe111dde7cb5c272ebaa55dafbbbb5779573015f78b033005, '', 0, '?'),
(0x849e800048fe340334045152f44f5170, 'wp-content/plugins/elementskit/widgets/facebook-review/facebook-review.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/facebook-review.php', 0, 0xb4f35b771020cc0f9671a5af9a3823cf, 0xb4f35b771020cc0f9671a5af9a3823cf, 0x2dd3fcd21daf2a9e577ffb3d861c04249ca4da32699229eba724a44ee4f38d87, '', 0, '?'),
(0x84a3de962cceab48c6d4578244f2b244, 'wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa2b627e73d1e805da8617fd827432501, 0x18e1c3547192d5900b4977d6af62ab45cbf94b8eb00f77c160977697382658c6, '', 0, '?'),
(0x84a8f4ab5d11670c0323d5975cb30bdd, 'wp-content/plugins/elementor/includes/widgets/tabs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/tabs.php', 1, 0x00000000000000000000000000000000, 0xb8af459b99604e50dd30ebe91788cf24, 0xf10e9f72b3b0a34c37b52d513c0ca0856e3d99503ff0684eb4e0e7dd457d973a, '', 0, '?'),
(0x84ab11663b46a1e1974744a66d9537e9, 'wp-content/plugins/wp-rocket/inc/Engine/License/API/Pricing.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x8d10a9897cae57779a623e45cff2794a, 0x8227c0b28eafad7ec03610c89d0a11428abac26167c2907af9c1eb64c3eb5119, '', 0, '?'),
(0x84b0df71413f200df8086196dfa7e661, 'wp-content/themes/jannah/templates/loops/loop-timeline.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-timeline.php', 0, 0x6ef0aaea46863b0ee1671b0d45df77a4, 0x6ef0aaea46863b0ee1671b0d45df77a4, 0x242baa8c4ba884b19ce5bffc0d94184cdac529f8ce7da320e15f505d34a8f82a, '', 0, '?'),
(0x84b36160760f8598fe69e26a817bde3a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php', 0, 0x02adbfff3b163e4c2709231cfcce46da, 0x02adbfff3b163e4c2709231cfcce46da, 0x91f6d684b8eecaca8227d5a80e194f48e5fb710956b5e30d99f60723d82fd7b8, '', 0, '?'),
(0x84b53a9e913de6336bedee5514ad59fd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ANSI.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ANSI.php', 0, 0x1cca4f01bd1029aa27d3df3c8dd32db5, 0x1cca4f01bd1029aa27d3df3c8dd32db5, 0xcb8720f13aaee1f801d2ab31ef1e7b217f572c55c7115da8b5cfb6a02da611fb, '', 0, '?'),
(0x84bc420115b82df40baff2fd814d529f, 'wp-content/plugins/elementor/core/app/modules/kit-library/module.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xb3594192c047023d62d17512a11694f7, 0x7af12ccda5b2e8e07403093c7b40597b04fa697983ac73988add63a22853fd4c, '', 0, '?'),
(0x84c0de3557ec391939e14e244f34b768, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php', 0, 0x03e971ad3df49ac6dabf2b25321bfa37, 0x03e971ad3df49ac6dabf2b25321bfa37, 0x3d89387ed86d136710d1f179c0ab9952f8466f3ee570891e66bc6db4fcc10dcf, '', 0, '?'),
(0x84cd5d529324287888aa32d3e3e896b4, 'wp-content/themes/jannah/framework/plugins/class-tielabs-extensions.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-extensions.php', 0, 0x20ca30352d4a253f0cbd3c35b7e25ce1, 0x20ca30352d4a253f0cbd3c35b7e25ce1, 0xc7fd71fcf09587905f37049d6ce3200b1e593c6cb48c1a4fad3555a79462b9ae, '', 0, '?'),
(0x84d66e76fb9f5af9591e56dffb1fc9fe, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/editorBlock/editorBlock.min.js', 1, 0x00000000000000000000000000000000, 0x69df5ad6884f10ef428ed3c87190db88, 0x28e53ae5550da152401d16346d71aa773de5e1451a5e515ba68009051b551295, '', 0, '?'),
(0x84e14fc4df7596f0467ff325ba40ad1b, 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/product-archive.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/conditions/product-archive.php', 0, 0x60926fcf5fdb1aacc24fcf60d270e368, 0x60926fcf5fdb1aacc24fcf60d270e368, 0x74c38ce70b49d8b9fbe965a269f4918d0ae704b69f7c713f1d67e38b290ba310, '', 0, '?'),
(0x84e2a2cec38a36f91e1e50cb002dcb62, 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-posts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-posts.php', 0, 0x44bffa07d5c7e760362b70ac657c1fc1, 0x44bffa07d5c7e760362b70ac657c1fc1, 0x12a07e09fdc164f99aa9f453b902776b8423cc3df6c318f7c253dc33babe4c03, '', 0, '?'),
(0x84e51b1a42689c1540cc231cf3e7ac6f, 'wp-content/plugins/wpseo-video/js/yoast-video-seo-worker-1470.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/js/yoast-video-seo-worker-1470.min.js', 0, 0x2008bd8f4e2ee5d40889a813e2c8ebf2, 0x2008bd8f4e2ee5d40889a813e2c8ebf2, 0xa31fe60a42e4e5771a6830ecb2fcb43917fbd311982e10383aedefc83c25c41a, '', 0, '?'),
(0x84e95f79f7b61cd194ab9f8689c65d34, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php', 0, 0xe8ac19cbe6c33e1d6c306b63f7ef4fa3, 0xe8ac19cbe6c33e1d6c306b63f7ef4fa3, 0x3535d84a44a8d0c48ada4ca67eed524e2d47716eef1a6a056b5f400647bc4e81, '', 0, '?'),
(0x84eacb57391c29aa622a6ff8b88cc20f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory360.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory360.php', 1, 0x00000000000000000000000000000000, 0xf2d0c4df46a526cdb8ddc7d0a5928161, 0x90a674414f6f1e6d0112d92053245c7e7c541ac316a8db54988d6015a1d09c0c, '', 0, '?'),
(0x84edf2fa9a20fecb144c4ef05592ab8f, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/ObjectCreationCompiler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/ObjectCreationCompiler.php', 1, 0x00000000000000000000000000000000, 0xc3b35d0240b55439721276801c50bc95, 0xd58950090c39daf559ed5f072cc257f0700b3f078b2eb212f0409e94164188f2, '', 0, '?'),
(0x84ef750ee794801b8a702b128f1752b4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRel.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/heading.php', 1, 0x00000000000000000000000000000000, 0x22187f7210f31bbd6dd81499b6f1e8f0, 0x6aff9d9087ebb0c89028d1ccc870c71c256dd6a30b8de701d1bb2894a0756287, '', 0, '?'),
(0x84f6433f85dfc6f38b9caca5d939147a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeLoadFilter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeLoadFilter.php', 1, 0x00000000000000000000000000000000, 0x751814b5845aee7445447c541cf16140, 0x379abfd606555b1e39b71fd6bd96c098f97b602fa773a49507224a18917ddf22, '', 0, '?'),
(0x84fbf232faa47a79dd65638f7a059b33, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskCustomMask.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskCustomMask.php', 1, 0x00000000000000000000000000000000, 0x45a796e217f059b00aa618288139e4c5, 0xc45ad726733e406adfc54608db81a9442849d160c42fc5424f217809c12e7577, '', 0, '?'),
(0x85032279ebbd55503dc49374e9d2e9ec, 'wp-content/plugins/elementor-pro/modules/compatibility-tag/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/compatibility-tag/module.php', 0, 0x68f08f37b7284e3c6b8739fbfdb9750e, 0x68f08f37b7284e3c6b8739fbfdb9750e, 0x1069a96164ca30b78286da069cab998f4dcba27f8eb3903c503f5018e470e9c5, '', 0, '?'),
(0x8508045ac4db449f9b6cb33db8ecbbab, 'wp-content/plugins/wordfence/views/waf/waf-install.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/waf-install.php', 1, 0x00000000000000000000000000000000, 0x55544645601471ff1080ec21c891470b, 0x957320f6ff39fb819d37dcbf2e7fe0d49c574e8b858fae83287dcf40fa1a7f37, '', 0, '?'),
(0x850b5dd5630ba5677f7c23925fd50d91, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateEmbeddedObjectPositionRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateEmbeddedObjectPositionRequest.php', 0, 0xa1d15a042ed8208b93fc68f5faf2c930, 0xa1d15a042ed8208b93fc68f5faf2c930, 0x8ac0d4c7d13d3240691a12274aa45442d7fc74442a5860efd2313284d198b832, '', 0, '?'),
(0x85138c17f8817be82fe8b692caf95acb, 'wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php', 1, 0x00000000000000000000000000000000, 0xc89d26e4bf62d18c64756aca8402aa2a, 0xe86433b7c1ecca675c02ecc72d0ac173b06795884a519b4c5f5a9caf1c355905, '', 0, '?'),
(0x8517bc057a702ee917bba4a991a870fc, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js', 0, 0x29b703cdb8d1e4285ec6b04c24f69ea4, 0x29b703cdb8d1e4285ec6b04c24f69ea4, 0x6f7b3dcad7b6bc52c87fd93786a50e591f63437d0bed8a445505e54212ce6272, '', 0, '?'),
(0x8519b5de9123b54cd46536473d32202b, 'wp-content/plugins/wpseo-video/detail-retrieval/class-viddler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-viddler.php', 0, 0xa663f3079735f7b6a77a1970dc4b49d4, 0xa663f3079735f7b6a77a1970dc4b49d4, 0x2910748dd7facb2fa3bccd07294076e334e41e1cb8cd72bcdcdfea3d852d5d13, '', 0, '?'),
(0x851a95bac5c7e00386ba427e57b8629a, 'wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', 1, 0x00000000000000000000000000000000, 0x94a6c57a21bd6d87153a50f703908e81, 0xf2e9e0b8aec169425820638a4d95d0bc0431c2458de911d26004b2c514eb0a9d, '', 0, '?'),
(0x8521eb649d7bb33ac9aceb50205d284d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 1, 0x00000000000000000000000000000000, 0xcd7de955b956d21f5925ee4d0f812e73, 0x3e91d70396c566aa476d9a125d8f03a13f72f555454533591a39fb8d5cda348f, '', 0, '?'),
(0x85339bd2b372e56cf5d0f56005ccd11a, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_b.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_b.png', 1, 0x00000000000000000000000000000000, 0x2be4e81b4a5c98674abe6fc60b447e9a, 0x78074f6224c081411be7fdb69c4da7c717db2185b5a0035f1415ea781c9a8f60, '', 0, '?'),
(0x853da02bcbbaffe4767187ad2e4f3b6e, 'wp-content/plugins/amp/assets/css/amp-settings.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-settings.css', 1, 0x00000000000000000000000000000000, 0xc6aa5b702fec5121c4e01ab21d04efed, 0xd7aa81de567bfe14a3d77b908f88350ed9be79a92834a626d0a4fcefbf1d2167, '', 0, '?'),
(0x85404bcd51d87fd551dc514337f1651a, 'wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/link-manager.php', 1, 0x00000000000000000000000000000000, 0x9d9f0f5545bd7ebb5fcf61b110b71f92, 0x5485b93ada4c18124cd20fc2689f96d1d2ac1710047e041d88505704f6cef80a, '', 0, '?'),
(0x8545dad5ce898b05b1c9d9584f07b5c6, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Exception/NotEnoughParametersException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Exception/NotEnoughParametersException.php', 0, 0x5eb6d248d7f54106f6c8a2efb17a56f2, 0x5eb6d248d7f54106f6c8a2efb17a56f2, 0x34421c6055b091a9471146472059c3eed82d4dbd4972ca40bc1c06d793733637, '', 0, '?'),
(0x855c99c61ed1d7bdf5580bad3aa2a96b, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2', '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2', 1, 0x00000000000000000000000000000000, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaddf40e2a382a94ceb4551f1f18928816965ba96715b4e7c26b0e37ff9c390f7, '', 0, '?'),
(0x857e0f4f5e41c312b9abbadbf6006e14, 'wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg', 1, 0x00000000000000000000000000000000, 0x231c40030a91bd395b19a50010044532, 0x224a1bc91834b62b54945e8bbe0ae1f8608611f44b424014d17f97a9d538df4e, '', 0, '?'),
(0x85820b60dc4c615984ec22ba8711b7ad, 'wp-content/plugins/amp/includes/class-amp-comment-walker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/class-amp-comment-walker.php', 1, 0x00000000000000000000000000000000, 0xd8b32163bbd018ee4d716f0fe8f86f71, 0x8b3d3b24b606dc12f46fdfebe2bd14d4afb09bdacf2c5c82e5fae10e0ad20eb2, '', 0, '?'),
(0x858a249a85600c26c4d395333ecb223b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddBandingRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddBandingRequest.php', 0, 0x2ad61b5688c1d426384bd2913bf4acca, 0x2ad61b5688c1d426384bd2913bf4acca, 0x993a0422031f83ed201bd41cffc295f0a928356ae3fd6311ea73cdbf6e0ee279, '', 0, '?'),
(0x858a863915e4047d23a7c70e90c681ba, 'wp-includes/blocks/query/view.min.js', '/home/forwardbetcasino/public_html/wp-includes/blocks/query/view.min.js', 1, 0x00000000000000000000000000000000, 0x9d843480890a35c57e4be1c71d277cd7, 0x0d93a91ef143a1bfeca4a228c86cdcb66ddd883ced85bda2b4c512935adae7c8, '', 0, '?'),
(0x858b5344011f7e6cb72053692cf8301c, 'wp-content/plugins/wpseo-video/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/index.php', 0, 0x9fb286adf0b251add35e10c0213143ca, 0x9fb286adf0b251add35e10c0213143ca, 0x42617acb968538eda30eecb23b4a67bf3994c4f2e0dc2b15f24284a7fe49d59b, '', 0, '?'),
(0x8592a50aaf25534a501fa53b346cb24b, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/social-data-provider-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/social-data-provider-interface.php', 1, 0x00000000000000000000000000000000, 0xffafae9094c115cf41e301db4df47518, 0x09e7685b598facc94e85754c926e008263461f402d50864891608319702ef8cd, '', 0, '?'),
(0x859662066a689d7364e43e30dc251934, 'wp-content/themes/jannah/framework/widgets/categories.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/categories.php', 0, 0x4b72e4e062862dfb2d5b7fe5032788f2, 0x4b72e4e062862dfb2d5b7fe5032788f2, 0x9f8c66b4a898eb5a6b9149d4436988770e31948f04537bd48b05e209185e28ec, '', 0, '?'),
(0x8596f580772e281409b53de7ba03dae9, 'wp-includes/blocks/navigation-link/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/style.min.css', 1, 0x00000000000000000000000000000000, 0x229e67d4f878df9beb2b98bace8e9131, 0xcf7bd6f3503863fc1d5351db17c73e1416ccb387e7ff0117a93c386a556abca7, '', 0, '?'),
(0x859920940eaafc22f82d37ffce391de5, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-bottom-right.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-bottom-right.min.css', 1, 0x00000000000000000000000000000000, 0x5022fc61f815c61c6a71bb1a2895457c, 0x78973549a9ad67e0625d31e30f26ae33ef7b755512ef322de58a7d10dbcdc692, '', 0, '?'),
(0x859a8097780808affdc54873fd03ace7, 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-youtube-embed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-youtube-embed.php', 0, 0xbf18ca4eef63f55cb63a1647d9aa94c8, 0xbf18ca4eef63f55cb63a1647d9aa94c8, 0x0afddb7ac6641e42a8e00059dc8b51d5908be3763ca415fc194a23530557f6bf, '', 0, '?'),
(0x85a6edbc1ffd4936ad15abd41246f112, 'wp-includes/blocks/rss/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5bd8433f08987eeff3f40f112d788e04, 0x304b103af4b1465308ac325c6444f9cea8a694f39117295c78649dd4e582c9c9, '', 0, '?'),
(0x85b6ca7488774f16dbb6e2255a00c415, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php', 0, 0x38d26f81be10ed4d106afa8f4a236964, 0x38d26f81be10ed4d106afa8f4a236964, 0x20fb89a3ae296f8b283fd09626dcf97fda43bb1bc65e324ee8d86382856910d4, '', 0, '?'),
(0x85b93ec141e40c42c737e5537a218865, 'wp-admin/includes/export.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2', 1, 0x00000000000000000000000000000000, 0xdfb74c918564f217dbd02aef2b4c1b3e, 0xad36835bd000355a470633d1343d319da535715393bccccb776993714aba4fac, '', 0, '?'),
(0x85cf325026f8937a5a81a52e9be4db8d, 'wp-includes/blocks/term-description.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/term-description.php', 1, 0x00000000000000000000000000000000, 0x377535047faa0f11ec20cf801c3b220c, 0xfd110e5d17843655eff039e360b6a4aae89c1053714b06b885d09ad3856e1771, '', 0, '?'),
(0x85d2c5f74c4c82c4d8053dfee8238e32, 'wp-content/plugins/elementor/core/debug/inspector.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/agenda-img-4.webp', 1, 0x00000000000000000000000000000000, 0x81023f3e91dc9d6507d1f2906757c40b, 0x719e6bd107ce9ec01804a451ee179391055b281fb501b051c57da77a43d9741c, '', 0, '?'),
(0x85e030c2915bc43003534fe3cf76d99b, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/tag-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/tag-trait.php', 0, 0xbcba0c12083baafadb17fb1f566b4ee4, 0xbcba0c12083baafadb17fb1f566b4ee4, 0x367e8f63ebe6a7f988d86661d446ed8c60fefefc65e9eca66aea26933d4e830a, '', 0, '?'),
(0x85e098ca94bd1e188eb62a06035d202b, 'wp-content/plugins/luckywp-table-of-contents/core/base/BasePlugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/BasePlugin.php', 1, 0x00000000000000000000000000000000, 0xdb1efd2f7d441859df2261da5f39a583, 0xb11149effb9914c9aab513244824f3a8edc5ccbdc197c09c7ff87a3a35bc6205, '', 0, '?'),
(0x85e89ba4845a52275d7e080dbe5f1e1b, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/LICENSE', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/LICENSE', 1, 0x00000000000000000000000000000000, 0x7b9d243536feed4d47e76cf44a67dfa7, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0x85ebc4a83d380ed6405fde72722b080d, 'wp-content/plugins/elementor/modules/system-info/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/module.php', 1, 0x00000000000000000000000000000000, 0xb7607b40a3c3e9e49071fdac0d031b4f, 0x07d677819a79c349239e39079f0d862be367ff0ea4279ddbeed53ad1dfdb5919, '', 0, '?'),
(0x85ec037c30b9afd24fec2b985d6c55f5, 'wp-includes/js/dist/a11y.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/disable-gutenberg.php', 1, 0x00000000000000000000000000000000, 0xb71d1c98b76c9865b233ac67ab153305, 0x18a9f9bf64d969ff59e3a7dcda8f82e43a1679070a9ef7ff316a2c8e73e153f7, '', 0, '?'),
(0x85f83bb7ff362c02710c1ce95f73b068, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-util.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-util.php', 0, 0x65aa0f3f72d9aa6f1e103f964e5549e5, 0x65aa0f3f72d9aa6f1e103f964e5549e5, 0x525a1c4a65a16b4c8f543df4a2521920fd8f1b0a324512b366e408d2ae48e501, '', 0, '?'),
(0x85fabcc9c42548c201c40fe7095560ab, 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/skins/skin-base.php', 0, 0x4514661ada14c952b9c23a84cdb7e5ce, 0x4514661ada14c952b9c23a84cdb7e5ce, 0x255cfcf06c4e9cf9d1b0b06136a4256915d5a81bfb70e8ffaee0bbffe807d78a, '', 0, '?'),
(0x85fb35302fbc03a4ca3122979887fb5e, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1690810710.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/container-converter.min.js', 1, 0x00000000000000000000000000000000, 0x3d4deeb836da456c008b7d59aec44392, 0xf962584bd3a253abda23d1c71bdfba58652eb2442b471e9e0ffaedac30017817, '', 0, '?'),
(0x8618fcb64d84a0d35a4eade7d2e65cb1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateSheetResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateSheetResponse.php', 0, 0xf090d030411854e1bcfd53ec27661db6, 0xf090d030411854e1bcfd53ec27661db6, 0x449999dea7fb5851abc600b7f56d8c4c822ea6ba6d4aaaaf6a02919ec0cfcb33, '', 0, '?'),
(0x861de5cb733f1d8ae8509868238425d7, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php', 1, 0x00000000000000000000000000000000, 0x913405ef5ebe99ddc4179d08dd70cd53, 0xd07a893bd344d871b795c3f36e232b4e229cc46c2c28bb441c70eaba1647ca8e, '', 0, '?'),
(0x8629a21d28f3200ade76eede58d9898b, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressable.php', 0, 0x58c98cf827beed2cb50defbeb3dcd183, 0x58c98cf827beed2cb50defbeb3dcd183, 0x545131c1964832cac6c46e12fabc4fbc8f9064c956dcd38f033978ad10b1220b, '', 0, '?'),
(0x862db006c7e8ae0ba6d6a25d4d68fdaa, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/misc.php', 1, 0x00000000000000000000000000000000, 0x603ff057474faf280aeef1e86e95c338, 0x7524ee0a6614e1b69ea1f438e91ee973baaad84559deec5f82739977ddd5514a, '', 0, '?'),
(0x8635ae346b0d9f1703986c48346efe66, 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR.l10n.php', '/home/forwardbetcasino/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR.l10n.php', 0, 0xf79f8c2982515c08537cf3253a7ba40a, 0xf79f8c2982515c08537cf3253a7ba40a, 0x8432e15c05d64214deb599c4faeb0f353d395ac9799de21c244aefd19c1f8476, '', 0, '?'),
(0x86436e758bc1cffeec6895d0f8062c2a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/UriResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/UriResolver.php', 0, 0x5c7b3a0ee9852bec39fb21c7857f3e60, 0x5c7b3a0ee9852bec39fb21c7857f3e60, 0x2d7c2fb5a172cc07710fe9f9e5c1c9464dbb52fa9010392b7da6910290af0297, '', 0, '?'),
(0x86465f71a1c3c8438a46216f3470b797, 'wp-content/plugins/wordfence/views/scanner/scan-starter.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/TheEventsCalendar.php', 0, 0x77aa8f54706d07737fd8e5d9e9740f83, 0x77aa8f54706d07737fd8e5d9e9740f83, 0xb0b2a5a960f79d6d550cf110cb8693bcbb9c007374819e77f5d44da9c4494751, '', 0, '?'),
(0x864c89425e44ccda9d9e81fac730a17f, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ObjectCreator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ObjectCreator.php', 1, 0x00000000000000000000000000000000, 0xf79eccb90e52e5e4b80e7f4be7803953, 0xb139b905b020d137d465fcc279b2bb19f44a44d6964f8cb25738f15033b47f52, '', 0, '?'),
(0x86508e34d5930f51cd297a530583acee, 'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss', 1, 0x00000000000000000000000000000000, 0x9498b7034dfc9dce478be186bbc2eb24, 0x0c162a052bfe86cac28d002547f0ab3bed5f64457f7d75e32d9ce93477b322b7, '', 0, '?'),
(0x8655dd53a2414a63de146c8e0e8477f5, 'wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/front/dns-prefetch.php', 0, 0xf616f65cec9171b487da792289ef46b7, 0xf616f65cec9171b487da792289ef46b7, 0xcdf0962e31af07941a8a28969842e42216d00a439cd61bfff1348f3a78425eb5, '', 0, '?'),
(0x865e7a6177a6e62d8359563f5d7734b1, 'wp-includes/js/dist/script-modules/block-library/search/view.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/search/view.min.js', 1, 0x00000000000000000000000000000000, 0xb961d2ba9bff6686c784d776f0d3d2eb, 0x5a9a4acfb5d32d5c9c3b117badf4c3b3d27d04053fbceff5877f48f8c1d91c7f, '', 0, '?'),
(0x8660d8bb944d410ecd1213c2dd543f1f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColor.php', 1, 0x00000000000000000000000000000000, 0xa1925bdec2066c4944ca4a21ec26a9a7, 0x63516b46589b1ee05a9300ce14acf5441f9ccb7a101d8c91190f99345f86d1e4, '', 0, '?'),
(0x866173cf94772a1de20cb1a0a2e0ca46, 'wp-content/plugins/elementskit-lite/widgets/icon-box/icon-box-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/icon-box/icon-box-handler.php', 1, 0x00000000000000000000000000000000, 0xb0826f5166be2c5b833af42551600154, 0xed9b4fd3895ed7b75c08f04358ae41f9848514153f3ddc2cc69d2f8e9c63e667, '', 0, '?'),
(0x8664ea0eb7dcadf84d69c972ed55b32e, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-media.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-media.php', 1, 0x00000000000000000000000000000000, 0x80d228f07b4507f331395aadd07538c6, 0x8a355caaa625b47fc0c99c223f87042151faf295072e87d41ffa9548295cf200, '', 0, '?'),
(0x868017d283e1666fc0f5139eed50502e, 'wp-content/plugins/amp/src/Component/HasCaption.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Component/HasCaption.php', 1, 0x00000000000000000000000000000000, 0xea8b17648c3537a426577c1e3470da11, 0xb2c726c747489991a823017b11ec6d9f6a567700a5a3cfa2ca1d7aa98a066b00, '', 0, '?'),
(0x86813772d8ddc18ed74e31fdc7bef22f, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/taxonomy-query-builder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/taxonomy-query-builder.php', 0, 0x855b50e34e8a82aa2d29f27276f44b53, 0x855b50e34e8a82aa2d29f27276f44b53, 0xc6801c465696a38cfef125fe9434ef791f397d1c5d71b29e0e6fa63eac54b044, '', 0, '?'),
(0x86849711dcee1a4de832ab47c176a6ef, 'wp-content/plugins/amp/src/DevTools/FileReflection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/DevTools/FileReflection.php', 1, 0x00000000000000000000000000000000, 0xf07437258973e1959feaddfc36b99101, 0x37c45de1526005e07b323a2df83fabe9c07385d5851d22640b028c9c08240a5b, '', 0, '?'),
(0x8684add9578aebfe42ad5470d4a94335, 'wp-content/themes/twentytwentyfour/functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/functions.php', 0, 0x5bef22992bfcc2472e65302e42b34ae7, 0x5bef22992bfcc2472e65302e42b34ae7, 0xec8e39118e46d563a2df7daa56f1aac040b5d60b2eebb40f45096a6f73d5314a, '', 0, '?'),
(0x868db9e6d101d53f6ea66554cfc150bc, 'wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/apps/admin-pointer.php', 1, 0x00000000000000000000000000000000, 0x1524f8d92df00e3e168de2afa0b16615, 0xd01bb1f16dde4209abf3795f567b43e8694a55303e3b62836e512256c1785d7e, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8692f2798d307318f3a306f3ade8873f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/classic.min.css', 1, 0x00000000000000000000000000000000, 0x094e351b249352942c509c1b1fc0aa62, 0xa14c44cc75841c4ddaa4c74d9d709a9189e489bc04c9a2c1837ad080bd4e0642, '', 0, '?'),
(0x869f00a63e23198a05d1049be1ad7a28, 'wp-includes/bookmark.php', '/home/forwardbetcasino/public_html/wp-includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0x8bab5d327395216691ee881db876be9c, 0x210ca2f1d3cb88cbf52f3ec0e9b73c74bbca5040ef6d996c1e94cdf271fbd668, '', 0, '?'),
(0x86a2445cf3c29c48c5645a5abbe36568, 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-core-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-core-render.php', 1, 0x00000000000000000000000000000000, 0xdf89b217dc66f15192d267334bd3243c, 0xce1eda00f9086fc8469766ca3bffaeff0186aec4b8443de4f324c945a82a8ec3, '', 0, '?'),
(0x86a615b4f8552cad88910a25d66c3728, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ProtectEsiTags.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ProtectEsiTags.php', 1, 0x00000000000000000000000000000000, 0x19205d8a3e403a11acdb493d5dcfaeb6, 0x8ef5b437d263069fcb03e2770a6e65dc3ee874bf608ee28725b07a1fa5dd2e73, '', 0, '?'),
(0x86aa6168bb42987b8910455b81f70331, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php', 0, 0x52255db55c928d4d89b36a51d46781ab, 0x52255db55c928d4d89b36a51d46781ab, 0x14106e7dddd6735ef448476e1b1ba4f0384499c85c3ed9b8e7c74355b8c1f1a7, '', 0, '?'),
(0x86aa84b9bef1271299e332d57f65deb0, 'wp-content/plugins/amp/src/DevTools/LikelyCulpritDetector.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/DevTools/LikelyCulpritDetector.php', 1, 0x00000000000000000000000000000000, 0x8bffa7cfa44d5cd1298f8eb9d424b8af, 0x730bc34b7d274db56732e91c80fd7b314158b902196251e993df7731bfdc8079, '', 0, '?'),
(0x86af0c02164a4ec7cba00e51f1d2c2d7, 'wp-content/plugins/elementor/modules/atomic-widgets/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/module.php', 1, 0x00000000000000000000000000000000, 0x7025e4d8422d6bd66584f3d7e358c8b5, 0x80d2cb1d1c8536e5b8d064c612a54157ca6acbf8bb440eac8ed6d3269ad1d84b, '', 0, '?'),
(0x86b0182e0a5bf3e83b50894a469303f8, 'wp-content/plugins/amp/assets/css/amp-validation-counts-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-validation-counts-rtl.css', 1, 0x00000000000000000000000000000000, 0xea3034fd0a751840559d61c404cdd1cb, 0xbbb47ce54bba3de8ade931ce3c77a27712626e23e7ee07b0dff850edb963313a, '', 0, '?'),
(0x86b1f02bad06a8427bb57fd4dd078f3b, 'wp-content/plugins/elementor/modules/checklist/steps/add-logo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps/add-logo.php', 1, 0x00000000000000000000000000000000, 0x3ca87ca68f2c9912fe4e0ae6541cc3f8, 0xb4fccf2b9080b1e7e483e0b591c552e4c31568b05539a65307da647f857f3aab, '', 0, '?'),
(0x86b311ac17ba12c3ea1982e2eb7d95cd, 'wp-admin/media-upload.php', '/home/forwardbetcasino/public_html/wp-admin/media-upload.php', 1, 0x00000000000000000000000000000000, 0xe3cc00dd0a78e40d4f32ff5019b7d509, 0x9d87b06aae2b99f65d2dc4484ffbb4909e677fc4a93e22199a161bc84f18f62c, '', 0, '?'),
(0x86b3ea2b3b96274016d947a41244b07a, 'wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php', 1, 0x00000000000000000000000000000000, 0x01ea38e1879a6350b9854fa3e84527a0, 0xdb0312b752b3055a5323bdcd0ad6f7f1dd3206294154c0ce2716df70fe81c63b, '', 0, '?'),
(0x86b98fd473d14c8b5bfa3ded7d18adda, 'wp-content/plugins/elementor/core/editor/loader/v2/templates/editor-body-v2.view.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/v2/templates/editor-body-v2.view.php', 1, 0x00000000000000000000000000000000, 0x6a9cdaa92d72a6d1e8a973ca852a6676, 0x1bd7eace738a10af3a7219085ec3b2e35c77a22ca7c692b85424524c0cdd7704, '', 0, '?'),
(0x86bd1c63b55c61d117bf2b9e261947a7, 'wp-includes/SimplePie/library/SimplePie/Category.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/select.php', 0, 0x98d448b887c3b5914b1b8e7a281334b6, 0x98d448b887c3b5914b1b8e7a281334b6, 0x594d844a8001aa141dfb6fe3d069504ee6e50ec02f6954888c0c55d51c4c3b26, '', 0, '?'),
(0x86befe4c2078b8f1fa17d7fc4562aad5, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-03.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-03.png', 1, 0x00000000000000000000000000000000, 0xf3d69aeda25fa6e2638ef51cd9c99a05, 0x049a2faaeb14118eda91aceb8bf3edc85977e75326f130a199350bc7fe9fd7a0, '', 0, '?'),
(0x86c13caa7fa131955ae55c0e738c621d, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/instagram.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/instagram.php', 1, 0x00000000000000000000000000000000, 0xf6cb8896d847adb5538c6c6bd7c160b9, 0xdac7b1c3d9987eef2d164cdb1dce4eefe40d6335586d00cb124733a6f1ae802c, '', 0, '?'),
(0x86d9ef64be2b6841aeadf958f158f408, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Service.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Service.php', 0, 0xdb78a466ba5b9f3a43912a988786b0f6, 0xdb78a466ba5b9f3a43912a988786b0f6, 0xbc9ec7ec6c28e9d77f1a41ad0665e40a108161ded4975710c48c054386f5ba23, '', 0, '?'),
(0x86de9043bed071f465f89acf54fa5572, 'wp-content/themes/jannah/framework/functions/breadcrumbs.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/breadcrumbs.php', 0, 0xe64716090296891514fbb817c6575295, 0xe64716090296891514fbb817c6575295, 0x435769552651d4c08539dd7219095100e4c94f639c8e2e3db8ce2023d8f91da8, '', 0, '?'),
(0x86e4333efa18cc246b5ed51c55378ddd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/CacheItemInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/CacheItemInterface.php', 0, 0x8af2e00587ba4980a83d5c94fb506eb5, 0x8af2e00587ba4980a83d5c94fb506eb5, 0xaa746b546a8bc1c969bb9b24f238a6017f3fd9f668026c5d5e96d9e67589ba74, '', 0, '?'),
(0x86ea57cab0a5eb6edf08e390516ba37e, 'wp-content/plugins/elementor-pro/license/notices/trial-expired-notice.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/license/notices/trial-expired-notice.php', 0, 0xc443ababdacdcf96adbe19120915b4ce, 0xc443ababdacdcf96adbe19120915b4ce, 0x7a1b35c2025e7a50d0b95a57bf0d3975462b4495df51123fb160b69eb1c1f3f2, '', 0, '?'),
(0x86ec188340f8a427bd79a681b8de71d6, 'wp-includes/blocks/query-pagination/style.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-progress-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc92c65f8c65c2329869e029cfe061fc7, 0x6fa14e3b85dcba99ad847b11790ca8d64851fa22ba59d19bf3bd181300165442, '', 0, '?'),
(0x86f1826b56fede37ad93a30f0132d22b, 'wp-includes/blocks/heading/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/heading/style.min.css', 1, 0x00000000000000000000000000000000, 0x21b61c3c0466064b2f92f3996cf33703, 0x1c4819999b3359f9849aa8464089f91e261c2773a0addb2b839c6bc77d2f9f87, '', 0, '?'),
(0x86f3f5e4a8a3b61dc291461da277f958, 'wp-includes/Requests/src/Exception/Http/Status431.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status431.php', 1, 0x00000000000000000000000000000000, 0x3f4dbc2dda2d049b6b08115cf3d1a488, 0x4a5d9aed6526d5c98625cb3439e1fbcb20c353f5334a43d8bb0f0034ecb3ab20, '', 0, '?'),
(0x86fb3aa3fec84a72685e0775f6f78804, 'wp-content/plugins/elementor/assets/images/announcement.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/announcement.png', 1, 0x00000000000000000000000000000000, 0x2aa0f1bc7847c6eb239e19c24e9e75db, 0xd6f8a398fe1f62bbcff111ce2405ac1c0b601fbd2546dc3a943e39ddf0a8ee9c, '', 0, '?'),
(0x86fc45b92c046c6be4dff3d869fbe458, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Br.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CdataViolatesDenylist.php', 1, 0x00000000000000000000000000000000, 0x46577914931f5778534338107a0dee6f, 0x275ee16aee83e79d3995fbadf8ad3451305794502c44890db7209957c3365f71, '', 0, '?'),
(0x86fe75973667a3842a1d9ea624213638, 'wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', 1, 0x00000000000000000000000000000000, 0x48d8159637a99f6abc1cb5d01f06399d, 0x846cf397e810bffafe7673748ed4f6afc5c978db6e44f55c4dce5b8639c162a0, '', 0, '?'),
(0x87092c374c0173cfa81522649274f75c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nav.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nav.php', 1, 0x00000000000000000000000000000000, 0x4968c733e41209db8783f120c2e1ee80, 0xdc45cf38b4ee1a8f4461633f01567f778655d00cff42762c4d505b801bab0882, '', 0, '?'),
(0x870c03dd11a464cbea02f34f4a16d17e, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_HybridStore.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_HybridStore.php', 0, 0xf81548bd62af14cb3ebf15aaeab6bd3c, 0xf81548bd62af14cb3ebf15aaeab6bd3c, 0xab9c246956e3b1e10caac8e5c2903a067c0c8bd2fa1d2539165ccdd8c94939eb, '', 0, '?'),
(0x87134af723efabb923b1e2214cc7e61a, 'wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/Text/Exception.php', 1, 0x00000000000000000000000000000000, 0x2db2c9adb1f0d051ea3e1a77c1923d84, 0x5d6e5ffed4938f4a905d529edfe3bb810a6b30a0bc902b75d273f2b9ae47f14d, '', 0, '?'),
(0x8716cd4a944836bd4b4689ecfe707eb3, 'wp-includes/blocks/social-link/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/social-link/editor.min.css', 1, 0x00000000000000000000000000000000, 0x97d150ab7989b378e6a7ac4b566d40c5, 0xd5d1f28c41e1f0a7a8a4fb89834ecc00e3172bf434f050f20ce75d656c52aa70, '', 0, '?'),
(0x87171681f2509377aaa98d30e268ff39, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/xml_sitemaps.png', 1, 0x00000000000000000000000000000000, 0x132a0966f94503201acefc1e10a4f860, 0xc4ab811a26c01727d1a78b79cf5afcf7b7b6216798b2ab75dec29d589d0000e7, '', 0, '?'),
(0x871f4e7c15f0585d3c58232f937cce1d, 'wp-content/plugins/elementor-pro/modules/forms/fields/time.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/time.php', 0, 0xe3911ba8f70893a5a82541b8be26d524, 0xe3911ba8f70893a5a82541b8be26d524, 0xe2c6881287b8d125f39be2acda32479d29a428fd11a522f5e96ff07a302070d5, '', 0, '?'),
(0x87204a7ee70866e429ac38a3b8f12d38, 'wp-content/plugins/wordpress-seo-premium/src/config/badge-group-names.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/config/badge-group-names.php', 0, 0x92fd39e4300a1400470167d4abbba58d, 0x92fd39e4300a1400470167d4abbba58d, 0x76e13f4b4a9c453f7c46312d7f47e3796e2ed6e4276087d91da3e321330550e0, '', 0, '?'),
(0x87256e34abe53abcb36183b79b638e24, 'wp-content/plugins/elementor/assets/js/ai-admin.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-admin.min.js', 1, 0x00000000000000000000000000000000, 0x95c0cbeedb26f6efc3e29894b6c9b440, 0x186904d683e473954e72a41d53ac50fc153ff41a4fc702af3ce37d18d85694ef, '', 0, '?'),
(0x87314336a5e6966c039d183fa40357ea, 'wp-content/plugins/elementor/data/v2/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/manager.php', 1, 0x00000000000000000000000000000000, 0xd40dbdd0ac35fdf282997a93af45fc77, 0x149de8748010ce5f2bcee8bd4823d94b29ba5fa11b699ace0e5e90e5e74b3f63, '', 0, '?'),
(0x87314cb3280901b43f1f272cd6854d23, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/categories.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/categories.php', 0, 0xc17bfe0fb95527732d9a48528d25dc44, 0xc17bfe0fb95527732d9a48528d25dc44, 0x72554ad3737b473db82bc51e366906dae2fa1cf226ec998759965cae7a9f487c, '', 0, '?'),
(0x873935f8f29bab36c870c3f5ab54c313, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-gallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-gallery.php', 0, 0xb909589943104028f7b1a16591b5731b, 0xb909589943104028f7b1a16591b5731b, 0xaa8e8e1485ca7f5c351572e194ac977cf293a79216f5f5142f78df7009bf2b92, '', 0, '?'),
(0x873b6a8ca77cfd3a1c1b05312fc7e6a3, 'wp-admin/site-health-info.php', '/home/forwardbetcasino/public_html/wp-admin/site-health-info.php', 1, 0x00000000000000000000000000000000, 0xc84d12fb03df43a407d3c7a9fd2247a0, 0xcb1c9f331f1d7aae50ec64f34824793294c4e39ee291cea01b052ab440cd40df, '', 0, '?'),
(0x873cb6be61bc52a24fc0423064191df6, 'wp-content/plugins/elementskit/modules/pro-form-reset-button/reset-button.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/pro-form-reset-button/reset-button.php', 0, 0x232bbeefbc7c96c8017e72bc9b270cde, 0x232bbeefbc7c96c8017e72bc9b270cde, 0xd61e0803925e5f87cf572a763f5309faa5455bf27b722d5ec25720c39e971a0c, '', 0, '?'),
(0x87422079d6777f862bb3e0d67c74abcb, 'wp-includes/class-wp-http-requests-response.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-requests-response.php', 1, 0x00000000000000000000000000000000, 0xf41366959db63b9168a21b8914fd252b, 0xdf88c38f5323cdf58a347bc1325fccf6cab00bc60be1628b48baae546c10dbd9, '', 0, '?'),
(0x8742e1f8ac9194c2a79fa93ecd511e7b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/SignatureInvalidException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/SignatureInvalidException.php', 0, 0x0373e5084b01d874590826ae1eae8f9c, 0x0373e5084b01d874590826ae1eae8f9c, 0x4f992bf3852c3070721cca535507fa43d1e89e142c9e6332215407554949f207, '', 0, '?'),
(0x874395b12280df193f76eaa7ee9689f3, 'wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg', 1, 0x00000000000000000000000000000000, 0x0d05d5ef6329ef65b68bf7e5f918d0d2, 0x17fbb53202f32ce8aee3b9827faf47afbc74b3c2de38789f89ec716925a59646, '', 0, '?'),
(0x8745c2ea77c92c13f450f3eed1bbfa3b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php', 0, 0x79f3d33b317e6e548aeabb7f03b6a9a5, 0x79f3d33b317e6e548aeabb7f03b6a9a5, 0x05d49d65427a60330632344f27f9700902319d60f8a0f90c7e61eb34a91203ab, '', 0, '?'),
(0x874abc26065f23b9f13353d471a08dad, 'wp-admin/images/spinner-2x.gif', '/home/forwardbetcasino/public_html/wp-admin/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0x874b2043b8aeb6b060d1dbcc53e971e3, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Reference.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Reference.php', 1, 0x00000000000000000000000000000000, 0xd434fd37b70e32bd98f212660a88e0fa, 0xebfbd5a724fdb1a71d8e2c4e0cf3f7d5301c6999478f46b1ea2923552fc5f176, '', 0, '?'),
(0x874d2ac2833dc18747dda8593a9cf3f5, 'wp-content/plugins/amp/assets/images/reader-themes/legacy.jpg', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/legacy.jpg', 1, 0x00000000000000000000000000000000, 0x2f0712cf61aeec419a0d5f8c882a228d, 0x47395027332b135423d1835f016780add70f860f1ceb422c28a8a918284f1623, '', 0, '?'),
(0x8753ed3d3482f33a292ebe7188a945be, 'wp-content/plugins/wordpress-seo-premium/classes/post-watcher.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php', 1, 0x00000000000000000000000000000000, 0x9361ac1ddc19caf763f6ecf1e55039ef, 0x3f13dbf12030c8c5d63f46ccea7d434268815e708a5de9d748797275b5158c0f, '', 0, '?'),
(0x875a12eeb91a935bf6541d8f98bc6e7d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php', 0, 0xbd2e500503a18e5ade83a609eaacd587, 0xbd2e500503a18e5ade83a609eaacd587, 0xe9d8ca7ccb32d63bf07e86da93c85720efb08dde3736306e289476392d8038af, '', 0, '?'),
(0x875a9081d9295f84da77e42724a558f9, 'wp-includes/class-wp-block-parser.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-wp-privacy-requests-table.php', 1, 0x00000000000000000000000000000000, 0x7756e7a2580e3cce4e3acbd6dabce740, 0x92c1745ac539e48f4a1990d17f789c1b60ebbe3e4204e7fb0b8c1db916d229f4, '', 0, '?'),
(0x8766fae74b9f0a3bb27f8676c29498a1, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Context/ContextInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Context/ContextInterface.php', 0, 0x9d40e579da41fcf15c49b894a162e542, 0x9d40e579da41fcf15c49b894a162e542, 0x32dad148fb4066df4cfcfd542420f8bea7de5e468f5357074b13e8ac522e391d, '', 0, '?'),
(0x8768c753d69ab1a3b95c0b7970483814, 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/repeater-control-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/repeater-control-base.php', 0, 0x317782fbeff098b44abd43dcc54653b8, 0x317782fbeff098b44abd43dcc54653b8, 0x3c4765f7c7bff4e65ace48c3bca013d768d5c48e46219856ce3a2449c657931a, '', 0, '?'),
(0x87783970e332ac02c5f077e303b8c442, 'wp-includes/ms-network.php', '/home/forwardbetcasino/public_html/wp-includes/ms-network.php', 1, 0x00000000000000000000000000000000, 0x35ed7eb0a22cd97c3aa5e491ba605d9a, 0x12d001f82890569c881e85f00eceb2a0d8bfbd3dc5f3abd5b21a5fa79617e579, '', 0, '?'),
(0x877bebe9b1e95dc1bbff63328fc65b3c, 'wp-content/themes/jannah/assets/js/scripts.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/scripts.js', 0, 0xa3dc48ce1660a7c46666879ab95c0d9f, 0xa3dc48ce1660a7c46666879ab95c0d9f, 0xc8529ff20f088aa6de681add5c9bbc16b2ec6cce564a2bd227033f82db737c93, '', 0, '?'),
(0x877c7be7101500794ba84d4cb4c9f5bd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedropshadow.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/ServiceProvider.php', 0, 0xb2bd9a4f4b98ffbcb4c2226958af0583, 0xb2bd9a4f4b98ffbcb4c2226958af0583, 0x8e96beed598b0d91fc405c516d616500b435a8d305a6be92a2ae9b899b7d2394, '', 0, '?'),
(0x878e5c013ae2c3da887fd5ea29672c5c, 'wp-includes/images/smilies/icon_twisted.gif', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_twisted.gif', 1, 0x00000000000000000000000000000000, 0x4cbed7765b3fe5e92b2a389ed73bc9f7, 0x0156e54881684b85b7dac0adb00adec713ea0470a9faf786df3b2ea2262f4585, '', 0, '?'),
(0x878f40408d08f06854feccc393bc7ca0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivOriginTrial.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivOriginTrial.php', 1, 0x00000000000000000000000000000000, 0x314571c88d698b3db7677de9f12a08bc, 0xfff24c23c8f33457afbcfb845fc92449ca36272355e7df6080bdbfe9ddd9fccc, '', 0, '?'),
(0x87970a54d8ae3fec80746ae943de8e23, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/PurgeExpiredCache.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/wflogs/rules.php', 0, 0x154bb29c74aeafadc8df9a94241a1aa6, 0x154bb29c74aeafadc8df9a94241a1aa6, 0x025ba92540537864e3874ca373d19598d35f043ae1d8d6ba7372dd0a5438d689, '', 0, '?'),
(0x87a0edecd018745e13637a624b34edd9, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0x605f452d63225e074a4049a65cb8495b, 0x5be9b2823e6138ad631061e82fd58917bf536c5e661096cfd53b0f24dd680eaf, '', 0, '?'),
(0x87a599f334ccc63cf1cfbe441e56692d, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms/indicator-bullet.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms/indicator-bullet.js', 0, 0x1b6c79f2fc26807a116ce7b70e35e5b1, 0x1b6c79f2fc26807a116ce7b70e35e5b1, 0xf9f79cc14b213eed3a59c8dd42a605d4f3169bc5babad9c37b7f4cf7274c2e20, '', 0, '?'),
(0x87a75f506951885f51e3356deda46761, 'wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-progress.min.css', 1, 0x00000000000000000000000000000000, 0x1c49c068826ecec3e2b5ee8fcacaa3be, 0xd3c59a1035d998233237bcdcf71fb51e68cec50aae935d7f0ca1b33d78d4c9bc, '', 0, '?'),
(0x87b4098a986ee7a9c372e358dad7c1c1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php', 0, 0xb2ebf4febda59598df563ca6ece004e7, 0xb2ebf4febda59598df563ca6ece004e7, 0xb1f9bf28f78fc5b6363cbd8b8c6a8d745a68a9b34ab24fe4c6405057d416e431, '', 0, '?'),
(0x87b5a20c598d911011bda27899faa451, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-section.php', 0, 0x36c85f6d7030efff5cb4ead34ca8c3f9, 0x36c85f6d7030efff5cb4ead34ca8c3f9, 0x330144f2e0829141b6f25034f9393ff6414d56b6509685c0064cd595ede304d9, '', 0, '?'),
(0x87be4c58bf525c30bf6fc30256b376a7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/UidProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/UidProcessor.php', 0, 0x0c0383ebf7cd5e24ca04d7770b7ffdec, 0x0c0383ebf7cd5e24ca04d7770b7ffdec, 0x2d225e5efdd9a738fded22dca48034f754dd692167f5964bf067d61375cc04a2, '', 0, '?'),
(0x87bfdabb48190e49ea9377ab3e69edc3, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-top-bar.js', 1, 0x00000000000000000000000000000000, 0xe1501e659eceeee47a93865f8c07151a, 0xac9fe3989b95c1bae130778a81a54f10573b9dbcbdc3138aed34d7b7482fecce, '', 0, '?'),
(0x87c55e945f6f09c17e4ea25c50888f1d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLayout.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLayout.php', 1, 0x00000000000000000000000000000000, 0xc44f3a02043cc374b2ac4e1206570a74, 0x72bb9904392bd095d8e27266fb320e12b39bc085e3224364a8977749464244ee, '', 0, '?'),
(0x87ccff3d7ebf6643d3b8ddd0ea3bcba0, 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php', 1, 0x00000000000000000000000000000000, 0x1d859b822b815c5adf2137b1a08a3037, 0x5cfe7294c4860eabc1a60914523a905f4f397890887218ca630ff53c81cf8576, '', 0, '?'),
(0x87cd79205c161c5ce30d09994b6ec5cf, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-author-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-author-condition.php', 0, 0x840d18cceeb8dde2ae2b39a9864314e2, 0x840d18cceeb8dde2ae2b39a9864314e2, 0x3e9f089907ddda19f288e6f42f2dde2ce6f88074d014607ef82223ed3dea556d, '', 0, '?'),
(0x87d16d2a823bde0b2566c3347881983b, 'wp-content/plugins/elementor/assets/css/conditionals/dialog.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/dialog.css', 1, 0x00000000000000000000000000000000, 0x5aa712713e0126b1de2e7cb6c96ad9dc, 0xa3214cd2181e7b4fe5fecdd3007ce50d4bbf1783b854abc4fd70daef1efa9121, '', 0, '?'),
(0x87d276c264e54549bf8f89bf7ce749c7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php', 1, 0x00000000000000000000000000000000, 0x02d96933ff02157326a98bff61911a77, 0x0ff59e4dda18384a6786d841b90da7ac60635935b67e3e2c456125f618f06f67, '', 0, '?'),
(0x87d7a31bef1f2a47df9acd940aa3c505, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css', 1, 0x00000000000000000000000000000000, 0x18b6260305b3bdc5100c937971d28906, 0x0459233d72000db9371c0186b137c4b2a5c886f208ad9ab1946d7eeab93fd35f, '', 0, '?'),
(0x87d7dd39d9cc8d919e6a32aabdb7f8a8, 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/operating-system.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/operating-system.php', 0, 0xe6688a77c6f2c0e3c957a60fed37f263, 0xe6688a77c6f2c0e3c957a60fed37f263, 0x354becda5b64e9e8126a7ec6c4563fc2ffaeadf00d8a675c59af504c7e868207, '', 0, '?'),
(0x87dc09809b62eeecd6fc1ddf18d32344, 'wp-content/plugins/elementor-pro/core/data/endpoints/refresh-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/data/endpoints/refresh-base.php', 0, 0x75139417ab24a49064204299392a7c2b, 0x75139417ab24a49064204299392a7c2b, 0x3c425fde4fa2b7ea839462666375caf84b8d2a64523a2f89cb5bfb4e5770d260, '', 0, '?'),
(0x87e79f33f5380d127c2a4ef87c3dd295, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CssLength.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CssLength.php', 1, 0x00000000000000000000000000000000, 0x4beabfe258bb6af8e3184768280643bf, 0x730bfd910dd8f0f8e1c7b5643a73b265abf4d8b079dcde17b689bc8b990b86b2, '', 0, '?'),
(0x87ed776d880f99b04eef475c6a91eb3a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgQuiz.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgQuiz.php', 1, 0x00000000000000000000000000000000, 0x58e1939ec9d9db75d7a596a5403a8ff9, 0x9e7c8ef120c0345df4441a246460c18e7149ee45d98a7d5b74b4f328de17c66f, '', 0, '?'),
(0x87f605e8ed5bc1a88f98a18f1696211e, 'wp-content/themes/twentytwentyfive/patterns/template-archive-news-blog.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-news-blog.php', 1, 0x00000000000000000000000000000000, 0x180e242cabc75884f7784ac273bf3712, 0x09ee13335fe8ebb343309689d550da89002a0beb4a53466facec2ca52697f3a6, '', 0, '?'),
(0x87fa23d93b4ec1456dba2b761b794a55, 'wp-includes/SimplePie/library/SimplePie/Content/Type/Sniffer.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Content/Type/Sniffer.php', 1, 0x00000000000000000000000000000000, 0x5c48ffa730bf86c1943a588c5da5868c, 0x062e0d90cf1bb822cea25b173eb6371624adc705c5c5f64fb9b2f5e7b22f279e, '', 0, '?'),
(0x87fd641b70d552c6de109e2287e4d4a7, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/rate-now-thumb.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/rate-now-thumb.png', 1, 0x00000000000000000000000000000000, 0x98c65997fb086a2aeb4241a0e64e1b67, 0x0ef8209cb64153f02521fca051a7cc9b101420bc2a72c214da6fd9052613a1ce, '', 0, '?'),
(0x88046684376ab5f66ae1d97a2dc4204a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php', 0, 0x40359ccdfb7f04cc9dcc76addfa90033, 0x40359ccdfb7f04cc9dcc76addfa90033, 0x38b30ace93ea70ac5c5d05b082de2fb4873ab24180d1df8bd9f815ee44d8df05, '', 0, '?'),
(0x88065aced4512b78c7ff72b6df30bdee, 'wp-includes/blocks/media-text/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/editor.css', 1, 0x00000000000000000000000000000000, 0x20d07fa289782622b8c47347af8c5dc1, 0x8fc7d8dcef37a9b06e9c142c69f0128fd8b8d342a2c9cc2f474a4fbdbfdfbf28, '', 0, '?'),
(0x881340822e6d3c5c9d3f8ff1915fe568, 'wp-content/plugins/elementor/includes/controls/groups/text-shadow.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAutocompleteAmp4email.php', 1, 0x00000000000000000000000000000000, 0x737db2840897cc258775a7b608aa5431, 0xf537c2025328a956903a62d5b946f50478079f588bc5ecbd3c00d24d9ad8d62e, '', 0, '?'),
(0x8822203641e9f8180b8f0b375ee448ad, 'wp-includes/blocks/cover/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/style.min.css', 1, 0x00000000000000000000000000000000, 0x5d7a15a76ae68ce8bf9d7ef52af58f9c, 0x5bafc530de604284638e2449ad736b7a84af694da38da953280fc5e02293ea33, '', 0, '?'),
(0x882b5984019c3437969ee0ff327565dd, 'wp-content/plugins/elementor/core/utils/static-collection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/static-collection.php', 1, 0x00000000000000000000000000000000, 0xa37efd6120ee018c99a1b3ec1647ec74, 0x3693068a7fd5435e10ce9f08fce0298eed19adb673dc89df9693ac9db8803f8e, '', 0, '?'),
(0x882d8984752fc7703a3863037c7e15cf, 'wp-content/plugins/elementor/core/isolation/wordpress-adapter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/wordpress-adapter.php', 1, 0x00000000000000000000000000000000, 0x0930118016aa0a143a9100becd662848, 0x5d18b1b5a5c2cbae8c21109f0c0c865a6e03fb65fafcefb6f06c84d0ec54bd7a, '', 0, '?'),
(0x88331836559a16309562a4dab12120a0, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/AutowireDefinitionHelper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/AutowireDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x8a7cf258955744efef4b79357ce6dc9c, 0x2255d17a45e3c94a71d2e80d06bca0591fe2017d0cec4ad6122a859636b79304, '', 0, '?'),
(0x8835892b6ce283402d0a5de0a20896f9, 'wp-includes/js/dist/script-modules/interactivity-router/index.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/interactivity-router/index.min.js', 1, 0x00000000000000000000000000000000, 0xd187e942298fad40c8032acd00aa5bba, 0xa9304a03fce6a8eeaf3a07b7a2c4a30237fd2f47edaa6a5f040b2d9f976fad12, '', 0, '?'),
(0x8836b7c450ee455636f521297067caf2, 'wp-content/plugins/disable-gutenberg/img/sun-icon.png', '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/img/sun-icon.png', 1, 0x00000000000000000000000000000000, 0x83b85f420688994eafedabbbd5eefdc7, 0xb9983b67a4d911ffcd620a1a48fe96df7eeb67ac23d759edf997e3592d95abf9, '', 0, '?'),
(0x883a3d8f25c6cce2bef9a00f4dd4dbb5, 'wp-includes/template.php', '/home/forwardbetcasino/public_html/wp-includes/template.php', 1, 0x00000000000000000000000000000000, 0x1377f4e60389d89f068b00810ac2c738, 0x186c27090add3c2054c61e3a2f55140731954f42a5bfdf4349c6edbb8877e262, '', 0, '?'),
(0x8840afdd901fb600ee4b2e80d35d38d4, 'wp-content/themes/jannah/framework/plugins/class-tielabs-buddypress.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-buddypress.php', 0, 0x34cbc1d0ec5cbf2060ec753db391d230, 0x34cbc1d0ec5cbf2060ec753db391d230, 0xb032c62194d5bf2e0af1be88d6159ce32ef80799c6e17611509b10616bdbd950, '', 0, '?'),
(0x8845618f8acd0ea3c9fc814845c5db73, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionArray.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionArray.php', 0, 0x18b41a4024b7bf0efcf9c2d0edabe6e4, 0x18b41a4024b7bf0efcf9c2d0edabe6e4, 0x152cb6d7a1f61a85dce01ed843b32d64a4616517dbf1840352ecaaaa30986940, '', 0, '?'),
(0x884720b424d25da995d40dd21d6b2743, 'wp-content/plugins/elementor/assets/lib/animations/styles/pulse.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/pulse.css', 1, 0x00000000000000000000000000000000, 0x25304150c7060f1a8f36e57c7dadb4b5, 0xc537df267fac03b99847e528377c8a4fac9e278d704483663f0b29e767f814f3, '', 0, '?'),
(0x8849dd7b8b3fbb8672f45daf1e1da037, 'wp-admin/images/resize-rtl.gif', '/home/forwardbetcasino/public_html/wp-admin/images/resize-rtl.gif', 1, 0x00000000000000000000000000000000, 0x6e43258f59d8669c88f876b5462e0e7a, 0x4053742d5df37aba95272b6b9fb73280e57bd86adc2cca514e9aaf7e29db093e, '', 0, '?'),
(0x884dfc7b56cbc9c05f1e7607e5b1613b, 'wp-content/plugins/wordpress-seo/css/dist/alerts-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/alerts-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0xe99a730d400a9fa1ee0e557cc8a3add2, 0x157ef10560cdd53292664da943acac67d3bb25ea0f9d3c671ae25659ee452b56, '', 0, '?'),
(0x885267e9c10e71ca053395ded1ce5620, 'wp-content/plugins/wordpress-seo-premium/src/addon-installer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/addon-installer.php', 0, 0x007623d3e53f79a44b5a10921219df4d, 0x007623d3e53f79a44b5a10921219df4d, 0xd62a91e2cba5ccd481f770b7db27e90309456804ba847b71c5ad366810d8b4c2, '', 0, '?'),
(0x8855698b5cc1fc3cb35034093ce7924a, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php', 0, 0x8b9abdefa505abe6dfcd6a4238a3bae4, 0x8b9abdefa505abe6dfcd6a4238a3bae4, 0x19e265fbc303c772d435b2affb45d8ed6448c9e43fce1a1cae61d841835264d1, '', 0, '?'),
(0x8860e58c20c6a2ab5876a0f07be43bd9, 'wp-includes/js/dist/edit-post.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/edit-post.js', 1, 0x00000000000000000000000000000000, 0x84623b48edf409f78f86c4b5dacd7a32, 0x7d88e4fcacbe1218cb34e07f5f28f8116b9dc9e1b7ad983218c9f453e905001f, '', 0, '?'),
(0x88623981b933ef2dbe3e6d1ed7e08170, 'wp-content/plugins/wp-rocket/assets/js/lazyload-scripts.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-scripts.min.js', 0, 0xbb5a21fe82300e06f5c087460b6cb565, 0xbb5a21fe82300e06f5c087460b6cb565, 0x0ebd94972ed2e045d77e16b5d3610a1aba719517f099210d244ba12da6998c06, '', 0, '?'),
(0x8863823737adbc2a4218993211f692d8, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php', 1, 0x00000000000000000000000000000000, 0xa34b4cc93f301001abe9c00fba5db5c6, 0x4e38a92c2ee7daae6ca3a86fc95444ac98eed898527ce839b063cc7b9e3777f7, '', 0, '?'),
(0x886964e85e2cbf34e4403d09a7fc398d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php', 1, 0x00000000000000000000000000000000, 0xe26b6a84954af4eb37725f0ffa0c618e, 0x0c0a19c598459ae9f6ebde73a5c2eb9fa33b95f01b7685a9a513553a1b7f7201, '', 0, '?'),
(0x887e47ea92a68d57761d5f9eaba08f79, 'wp-content/plugins/elementor/modules/gutenberg/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/gutenberg/module.php', 1, 0x00000000000000000000000000000000, 0x34c56bf992262c502214a35f9531dd56, 0xe1d5bc02586a97a29489d4cb1e7cdb449dd58b99b7c1c9942501d28cd842f685, '', 0, '?'),
(0x887ee463abb31beccf2a63e17b691d12, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php', 1, 0x00000000000000000000000000000000, 0x1239208db609544424466769456e8319, 0x0ca8961e9e08a0f31bdf535da753862807056ec118b3e45a00e78102cab2b8a7, '', 0, '?'),
(0x888a612ea5af9b2e3f33deded80b2060, 'wp-content/uploads/2024/03/balls-footbal-svgrepo-com.svg', '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/balls-footbal-svgrepo-com.svg', 0, 0x7d79af4082995537e4eb5cf1cb9a0dd8, 0x7d79af4082995537e4eb5cf1cb9a0dd8, 0x2d690f3245f7a39423d4e42e3b6bf7e3718a04bcc4b10245eec5a11aff3cdf35, '', 0, '?'),
(0x888a99654d98792a1ed29eb7e9d6e68f, 'wp-includes/js/backbone.js', '/home/forwardbetcasino/public_html/wp-includes/js/backbone.js', 1, 0x00000000000000000000000000000000, 0xddc851aaace75f11a91f1db004b0299f, 0xea80a00b3df1919e92c03d1c1da016dcab90c481ba0245d1df918ce5dd71fa16, '', 0, '?'),
(0x888eff332e15d81a8d3dcf6b075f389a, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php', 1, 0x00000000000000000000000000000000, 0x3b4a70b36c1405ceeef7b762c0371ce4, 0xd0c37fe1c26731aacbfae154f6344250a723e06c9b6cc92ed5c703f1634c450e, '', 0, '?'),
(0x889140126b90261758dd490b0274c79c, 'wp-includes/class-wp-block-styles-registry.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-styles-registry.php', 1, 0x00000000000000000000000000000000, 0x7a74a255473c8fc00bef9499aa3e1183, 0x6a4ec08dab12c8c787d7184f5f0c314fbcc10302ebb35f06957acdd6439e1b72, '', 0, '?'),
(0x8894dd53860f24870752291148c824d0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php', 0, 0x5c662616b03825ea37110aa27d9b3c25, 0x5c662616b03825ea37110aa27d9b3c25, 0xf43165447b3a6fde333f9a03020a4eb8669825002956abf73bdc06c754823fa2, '', 0, '?'),
(0x889723ca11646c7c074dec995352c999, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/table/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd92add14b11c9186b7c8042756936d9e, 0xabfef201cd429f1cee4ff08797d4079511f426a6dd27cc6f31495979be062544, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x889ca29c85552e9d7f382043e52966f4, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/Extractor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/Extractor.php', 0, 0xb67b1bca56546981ce3a7b5c4425f6d1, 0xb67b1bca56546981ce3a7b5c4425f6d1, 0x109d082a2da19096d205686b339942de6b59a3b2ef4cd45debb3dc5dbc6dba9e, '', 0, '?'),
(0x889d8c42f67fa006b3c4da197f39e90d, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.js', 1, 0x00000000000000000000000000000000, 0x50273e7656e1be9afa089c10a3abc90e, 0xfcf9986af9a89608831c217cebba18ee93ceedc91319b4ec22df53e5a66cd00f, '', 0, '?'),
(0x889e9891d470e08efa9b41bf7a0e3177, 'wp-includes/blocks/navigation/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd2ae770855980bdbe641e3f5db1a7fea, 0x82abaad24eeb80b2bcd2dec518a0b3b6f1430cf60cc01157bcf85c17b7661cb3, '', 0, '?'),
(0x88a14b6ba966f567ff12e754a4239456, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php', 1, 0x00000000000000000000000000000000, 0x148a65729b02c9788787107c3263bdd3, 0x9af7cb0fd22e43b9bf401c32889d50d663d69c825e6e0a9427122d0587765b7e, '', 0, '?'),
(0x88a4df3b7e5f858c94e6f411eca5aa12, 'wp-content/plugins/elementskit/widgets/whatsapp/whatsapp.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/whatsapp/whatsapp.php', 0, 0x151c63691024880518ef74ea4804298c, 0x151c63691024880518ef74ea4804298c, 0x5c4dd019f83bd2853b6ddd949b0b6e9d10bc76eaedb37bada7351a993d0f60af, '', 0, '?'),
(0x88a6f99fe0fde0c1649bb67d5497c122, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpO2Player.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/blocking.svg', 1, 0x00000000000000000000000000000000, 0x07a31618272d489566978c980f3c0b31, 0x4111358459398eaee000b6f34fc47471e4d0964c5c1fba7d05cb61bdd426e2b4, '', 0, '?'),
(0x88ac146ee75491a3e497991df2cf8591, 'wp-content/themes/hello-elementor/index.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/index.php', 1, 0x00000000000000000000000000000000, 0x16b00d5d5e41c1db8324f5a13a694d0c, 0xe57863df489e74c1f8b2fcc7aca5e4e3667b6549e509281e7b9213e130aee3ac, '', 0, '?'),
(0x88ad3def16a04a4a7b1942cea4ab210d, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptionsGoogle.php', 1, 0x00000000000000000000000000000000, 0xa092f64afd4e7073b97225e7afcd52b2, 0xeccc2fdff7f3fb791a26e5ad11000a440172200fe45008b41e0b3e3e55419164, '', 0, '?'),
(0x88c7af563d9bfdc28be2f71fdbc39a5d, 'wp-content/plugins/elementskit/modules/advanced-tooltip/extend-controls.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/advanced-tooltip/extend-controls.php', 0, 0xbfcabea80b3e326bf6024bec17554c33, 0xbfcabea80b3e326bf6024bec17554c33, 0xddbfe75561ab8dd4b0f1973fd63ef9d81af6cf6b90701d4181b9318f4fb2fe79, '', 0, '?'),
(0x88ca161f496e9373e1d43536f6dabee9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridData.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridData.php', 0, 0x1b1051ecf5cd0c2625317dd2dbff1c64, 0x1b1051ecf5cd0c2625317dd2dbff1c64, 0xd212fa2820bef2071e2ca6c4af081c7536d66f45a60fd1ee9cc05ac65d96db90, '', 0, '?'),
(0x88cac1e3730d01c8dbf776952682b82b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/ClassLoader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/ClassLoader.php', 0, 0x80e3127bb630c512c42cfb51366ec09c, 0x80e3127bb630c512c42cfb51366ec09c, 0xed60a00c89d5eae8e7739b4ee1fc2ece2dda89f3bc474454fa8bb6b82d0a74d4, '', 0, '?'),
(0x88d7feb7270ba6362c2d416fa217f35b, 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-base.php', 0, 0xa2dbf167d968c03b318ae0b9a62636d5, 0xa2dbf167d968c03b318ae0b9a62636d5, 0x47560c715c682a13bc6d8c72764db0e5a5f3ac29377ea6498daea256d3eba1dc, '', 0, '?'),
(0x88da43528e77f99542171953459c06bb, 'wp-content/plugins/elementor/assets/js/editor-environment-v2.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-environment-v2.js', 1, 0x00000000000000000000000000000000, 0xaeccec8b8d233a9aa4f8930eee545160, 0x18df54427548713b763896137ce0367daaba40b96cf226fffd322915503f8e0c, '', 0, '?'),
(0x88eb2f21bf6686354cc5fa211ce8a70f, 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-bootstrap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-bootstrap.php', 0, 0x827c054aaa4eb4363d4190d74a82099b, 0x827c054aaa4eb4363d4190d74a82099b, 0x2c713303531f5f4d5a4e2dde8f11f3cdbd75cb3476eb497a9b63c010ff79cfc2, '', 0, '?'),
(0x88ed5c2d5ca3aa668274e5b44b449a73, 'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/data/base/processor/before.php', 1, 0x00000000000000000000000000000000, 0x2de41c9b0ab246058d40f9df9b53d54d, 0x8ad34ae7140cf3b09008061e1bb850789303cace447c38947b590a0bb8677689, '', 0, '?'),
(0x88f0147794c1692eb977be284d3b3044, 'wp-content/plugins/akismet/.htaccess', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/.htaccess', 1, 0x00000000000000000000000000000000, 0x9cee26f7bbe32a2c95fc20d217d78cce, 0x82276d9f871b0e756f46547344f1f268f41602987b04e06154f62bd161adeacc, '', 0, '?'),
(0x88f57a5de78c1083c4c436cd324c13de, 'wp-content/plugins/elementor-pro/modules/woocommerce/classes/current-query-renderer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/classes/current-query-renderer.php', 0, 0x993f0c49c3f60d23c59fa8107e72d7b4, 0x993f0c49c3f60d23c59fa8107e72d7b4, 0x8499eafa13d42df4340a96d3036d1bf7af7fe7fb128856e06ddd7fd2ad7a4a0f, '', 0, '?'),
(0x88fa397bebaaecfd40e82ce61c2ca740, 'wp-content/plugins/amp/includes/embeds/class-amp-wordpress-tv-embed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-wordpress-tv-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x9123ae9e718d1948d89b849e9fe23c20, 0x2324a692a6b557b686afce59c0cc2f42244434b5514c39bb8b1ac183af082ae6, '', 0, '?'),
(0x88fd9cb30cbdc6063d6e3210b9fd0df1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/ErrorCollection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/ErrorCollection.php', 1, 0x00000000000000000000000000000000, 0x308b516bffb9b86ead810a0090e8157e, 0xdab62d5b43192e3aded0581161c06b38dd6263adca8ed11dce1142d942dc0280, '', 0, '?'),
(0x88fea8fc9552d4d09d26e2d0c06e0ca4, 'wp-content/plugins/elementskit-lite/modules/controls/assets/css/imagechoose.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/css/imagechoose.css', 1, 0x00000000000000000000000000000000, 0x844d536e8dd4fe975aa01b0e0ff9c048, 0x913b3eb066c0d1ca9da08742c0e1875b203856a884bde93848ebbb3d626ecb22, '', 0, '?'),
(0x89034b176d29fe2663cc379039218261, 'wp-content/plugins/wordpress-seo/lib/migrations/column.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/editor-events/module.php', 1, 0x00000000000000000000000000000000, 0x01ed437faa4945dddb866df95c0ed217, 0x3c5ae2c918f5dcce44c023d5c5c5f9aaf2d69c3824d07c601a6954f980e8c684, '', 0, '?'),
(0x8911364c280adebbc4070020beb7607f, 'wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.css', 1, 0x00000000000000000000000000000000, 0x828a9fe6e0d92027ef15bf1c6699f672, 0xa35a076baf48922d8eeb0e8972671c4e442d1c3e50f01b726ad4d61e249566b5, '', 0, '?'),
(0x891452821b34cdc1ae5aee75c924f8f2, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/WPDismissOption.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/WPDismissOption.php', 0, 0xba3cbb79e120f780bebd05a96b81b44c, 0xba3cbb79e120f780bebd05a96b81b44c, 0x565d449e7ff7e639619258012c704c5da8c25a3e5c64a8c542d5fa09a1b13d92, '', 0, '?'),
(0x8919932ca77bf63b88c4f5d7efdef292, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php', 0, 0x904e5b567d01aeef3600dd0fb38c73c3, 0x904e5b567d01aeef3600dd0fb38c73c3, 0x3a6bda95aa63c9d45d57017fedfb55653e6ddc3c90baaf9ded12b92758181b5e, '', 0, '?'),
(0x891c5b9504bc717cb14f29303cf9aef9, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php', 1, 0x00000000000000000000000000000000, 0xc74df5b14c4d7423378f89a318b91718, 0x4529d36961fb2e55b52b6ad2bf1241c7b2347651767852bba19ff362eb18d118, '', 0, '?'),
(0x891f472b412c0e5ec076bd81eb7a9f00, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/varnish-http-purge.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', 1, 0x00000000000000000000000000000000, 0xd96cbf712ce97dd52b43fb5191107a7f, 0xd3e3d3f9330a11758c21fff7fc737af77645f59cde368d80f361aadb304bd919, '', 0, '?'),
(0x892af164ca5601f0d583c7e981acf2b0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/ExpiredException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/ExpiredException.php', 0, 0x221976013c695ebf97346fbf8a25e8b9, 0x221976013c695ebf97346fbf8a25e8b9, 0xce15a23f9ffdb559a5515a0ea460e02f056e0912cb6afb4e56f1286bb2fe156e, '', 0, '?'),
(0x892ea49478d6f60f517de9740a7002f3, 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x1466fb7d3f7b47f603e16ae1654769af, 0x656790a276f8dd1afe78a5b7218337341782089046ce0ac410838c911bdd44e2, '', 0, '?'),
(0x893fa0389d94f71998d1c95acfd04ec1, 'wp-includes/ID3/module.tag.lyrics3.php', '/home/forwardbetcasino/public_html/wp-includes/ID3/module.tag.lyrics3.php', 1, 0x00000000000000000000000000000000, 0xe299006b8f92459f2ed09af3a0146123, 0x0420022c88773e4d963f25392c07a648149262c7c5dacfd7a51d2af0fcba27a5, '', 0, '?'),
(0x894c4d7f0a4a31d7caca28e9cb6cbbd1, 'wp-content/plugins/elementor-pro/plugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/plugin.php', 0, 0x19160ce21de2e15c968be7f348aad073, 0x19160ce21de2e15c968be7f348aad073, 0x796edd947c0629205b9b7fd445c330532273e0af6d13df8e7e07911b291e892d, '', 0, '?'),
(0x894e006d5c2afd19d93c21727f59ad3e, 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/shop-page.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/conditions/shop-page.php', 0, 0x5c11fff131379cda369e6e7fbbc49eff, 0x5c11fff131379cda369e6e7fbbc49eff, 0x3b1873a005745a7de34ad5905f156b1e20f4048012ca9fcbc1972e4cd3d54127, '', 0, '?'),
(0x89506678505c11f60771ffc81b3be354, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/FetchAuthTokenInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/FetchAuthTokenInterface.php', 0, 0xcf23f7b0d6c2dfdd152769c27924723f, 0xcf23f7b0d6c2dfdd152769c27924723f, 0x68e43d4e97bda7f70d4015bef52aeecd781f152a1ae453a7458cc346f9fe2042, '', 0, '?'),
(0x89582a8de417e30c8e564c09885fe383, 'wp-includes/css/dist/block-library/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x4719d9444b3773e1535b66ec91310bf9, 0x1a6a644868efc37b5ecc137ee785b55072cacd39dc6690234ff5486b6a8c34c2, '', 0, '?'),
(0x895e550c49017104688c82ea0f78286a, 'wp-content/themes/jannah/templates/single-post/read-next.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/read-next.php', 0, 0x7e72addc1fbf70e8c4714aa38c9c4b0c, 0x7e72addc1fbf70e8c4714aa38c9c4b0c, 0xbfc8c61ea83a537646d9b57215e8f32888b9d59bef718157d26a0433e0d66bca, '', 0, '?'),
(0x895f0e039e20a58836549891fe4e473f, 'wp-includes/blocks/search/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/search/style.min.css', 1, 0x00000000000000000000000000000000, 0xf81bed689fc360fffb8acb8129578cd3, 0x91daccb4b73c088456c511afe1134e357045c10b1191a486f1fd412243e8af9b, '', 0, '?'),
(0x896012db6fc019ed2e5153178ceb6081, 'wp-includes/blocks/image/theme.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/theme.css', 1, 0x00000000000000000000000000000000, 0xfb1b0f8b146b05087ed7dcf842301599, 0xfeb1579edfa48d25acf0b86db764d91bba44c205272e5d5bf71ad485633cedcf, '', 0, '?'),
(0x8964f196c6f1a0ac043328ea0687fb95, 'wp-includes/sodium_compat/src/Core/AES/KeySchedule.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/pilgrimage.json', 1, 0x00000000000000000000000000000000, 0x4a7a37ce9bb76e36f67b66fb5b6c8a26, 0x0091e782491e258be0f5871eaa2e213443f353a05b25ed4f7bea3f5181bcb72c, '', 0, '?'),
(0x896aaec349eed4d33cea9f9fb3866955, 'wp-includes/category-template.php', '/home/forwardbetcasino/public_html/wp-includes/category-template.php', 1, 0x00000000000000000000000000000000, 0xf2376cddde3ad8a43dd9e329812ed458, 0x1b1f9e47ec3b601cf313391a22807eebb4d2fed4fe6a9a7a1f06815324ded895, '', 0, '?'),
(0x896d827a61ce929000f7b2d5b39b6dce, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php', 0, 0x9b2af4adbe91214f81a6be9268cf68bb, 0x9b2af4adbe91214f81a6be9268cf68bb, 0xf78f7e88c97d0d245f5a25759905bea230bc35cbe2eff06b2b811826c890a68c, '', 0, '?'),
(0x8970f5a3ccdf4198ab3f408a58c21b8d, 'wp-content/plugins/wp-rocket/inc/domain-mapping.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/domain-mapping.php', 0, 0x62c6e4d4916dc3b468720fd337e96936, 0x62c6e4d4916dc3b468720fd337e96936, 0x29fa131f63d716b917e6af891acd3b788f52db0a14629f64a8b4084e59ddb140, '', 0, '?'),
(0x897488ba77239096d0e1a636e163909f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php', 0, 0x28070628832bb4d09289974288b5f0d6, 0x28070628832bb4d09289974288b5f0d6, 0x874786ec82999cecabede98ac8123b71b13a2ca4266f4ee5edfa9c4ee815ef0f, '', 0, '?'),
(0x898a8c26f686e9027d3f1de21a7360be, 'wp-includes/js/wp-sanitize.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-sanitize.min.js', 1, 0x00000000000000000000000000000000, 0x7b8682ba7f493efa9d5fe6c0408722da, 0x02f4498f30d94c00e914d50d2707827df7f5676091b77a205f28c1f2e0fb2519, '', 0, '?'),
(0x898b9420c65d110fe08ad4fc0d621538, 'wp-content/themes/twentytwentytwo/assets/videos/birds.mp4', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/site-icon-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x98f903a6ac62f04bcb5cd1fd279a8c7a, 0xcf765437888b55c7ca4a00ff82bcd5ebab238cd7429d3e6082d05c6d3396e6af, '', 0, '?'),
(0x899819bb83f56e4a2d32a0aa9c3557c2, 'wp-includes/blocks/rss/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x852c75ab29daee0ba427262c739251b6, 0xc4f53e516bd86547f9de3cd3ad19cb51bc98b7c1afce52cd221becdc49ac421a, '', 0, '?'),
(0x89aa65c45cabd431e174c68bdc3c0984, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', 1, 0x00000000000000000000000000000000, 0xbcfc142a4d5d596e4d04245ec3b922b7, 0x1285c0e1cf90cc4e1081d7cb066f854b7451ab56a0abab0d33a82dd8f379d92d, '', 0, '?'),
(0x89b8add05a7cf2f230b23735ff6f1beb, 'wp-includes/sodium_compat/src/Core32/Int32.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Int32.php', 1, 0x00000000000000000000000000000000, 0x73dc1bc1fa6951fdad24df678a854672, 0xc84dc73dd2631e53a7e17e5b0de53cec2919c79694334f7bf178dabe00967f77, '', 0, '?'),
(0x89bc421e155d6ec884a838da376798f3, 'wp-includes/images/smilies/icon_rolleyes.gif', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_rolleyes.gif', 1, 0x00000000000000000000000000000000, 0xcc59948c75d8759d9a2009e332af9b95, 0xa15cabe309b175a5659b54011dd9160d76eb02ab6ae021d2b31137520f86adb8, '', 0, '?'),
(0x89c55f209855b168bbe5f2362c70937e, 'wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php', 1, 0x00000000000000000000000000000000, 0x29060acd7fce319e0305702223e5f115, 0x3cf307d16c4582d054df6c9b7ffe0c05cbee626a81d684e7af8f4b5d59f2a0dc, '', 0, '?'),
(0x89c6a116c3337341c44a893f8cfc5e5e, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1690810710.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js', 1, 0x00000000000000000000000000000000, 0x4e3e9bc7b2e4f4dceca3fdd73c1b7f31, 0xd1bdd46fd0b3c46626af7029c55f29bea3f5afda65002c26b441a4f8a3aa4b55, '', 0, '?'),
(0x89cd6d6c17fdf647404718b1a635b03a, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php', 0, 0xae5659dc3c9e8b941f53c17b6c93f431, 0xae5659dc3c9e8b941f53c17b6c93f431, 0x474c64350c75e9503d48c37a7d9a47dd8d6e2364d68e073f4be4a7d088ee45e2, '', 0, '?'),
(0x89d566522f31e4e9de0f9b3c2050438a, 'wp-includes/js/dist/shortcode.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0x8d45dcd1ff1b796b30ed31dc701f6435, 0x21b514885651dc73632e634d9d8f0fc3b695bbbca03e535b8893f76bc0e1c7c3, '', 0, '?'),
(0x89d875b5c6f56c8bda48c60ef799ea86, 'wp-content/plugins/elementor-pro/core/preview/preview.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/preview/preview.php', 0, 0x2e11c6afa828f74672aa57fdfe9a8a72, 0x2e11c6afa828f74672aa57fdfe9a8a72, 0xe5183f5011f043f939c08ba058467ceb2ac8ee7c2bca97a601b37913b7406a32, '', 0, '?'),
(0x89e10f8f40228fac5be49d3e58466fd0, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/duplicate-post-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js', 1, 0x00000000000000000000000000000000, 0x916f607d8c20c55ee5cd6c74b69b9545, 0xe9bcf24a393d7e3a761909911552b3524c82529ee227d27dfdc815b524dd8322, '', 0, '?'),
(0x89ec49edc9038eea3454a71a5e01a657, 'wp-content/plugins/elementor/assets/css/modules/apps/admin.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/apps/admin.css', 1, 0x00000000000000000000000000000000, 0x3be42b5c4ac0a8e914ed4b06f7652e11, 0x453181b3f3ba4e0ba5d4e5e46a4e2acd2a1ee22078583db4f8aae34010539a6f, '', 0, '?'),
(0x89f156895abe381efe3dc976e0c4e263, 'wp-includes/blocks/freeform/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/freeform/editor.min.css', 1, 0x00000000000000000000000000000000, 0x00d0af020011221a76a54f0f3e7fae62, 0x74c3ea439cc349a9cebbe9afbc175b8895a627bf47bf7df174ade4d70afd1823, '', 0, '?'),
(0x89f1dab850a10410cad41ed6ba0c62b2, 'wp-includes/blocks/social-link/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/social-link/editor.css', 1, 0x00000000000000000000000000000000, 0x6881afbdf356669a3ebcc39ebd474954, 0xb72bc9bf663bcd990aa42d3814649c784c76931b2124f6e4e462c68e8123e246, '', 0, '?'),
(0x89f4eab5a1130ea12a056174f579b286, 'wp-content/plugins/elementor-pro/assets/js/search.48937a4ca41a631c75f1.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/search.48937a4ca41a631c75f1.bundle.min.js', 0, 0x0857eb1f0109392f11b867d29b971088, 0x0857eb1f0109392f11b867d29b971088, 0xe9df380561be0b8eca617907a2bc8f2ae79427089113879e5f26568dd7f60701, '', 0, '?'),
(0x89f8e1a8a2529bf65df14bb4d17c7a81, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x25847c7c45577c550d496661ec8e974c, 0x73d629d712964c4d1a0f011c2814f78d98e3f7d1070546c1f175d89f38592b78, '', 0, '?'),
(0x89f95910f544b889ccd9e1af9e889685, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php', 0, 0x900115aee230a1dd0e76bf2daaad5438, 0x900115aee230a1dd0e76bf2daaad5438, 0x693bd4f848cab33d77521ce76df6873afedff340a887a236437c0f51092c1787, '', 0, '?'),
(0x8a00781724f74854b19f1baa0157692b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RepeatCellRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RepeatCellRequest.php', 0, 0xce147909c7b0b1dcb7375fe091f2a38a, 0xce147909c7b0b1dcb7375fe091f2a38a, 0xb88572fdc8ab7b4b445f5bd90b8b4317501b1bac92ff32370b7bcb3052fe2edf, '', 0, '?'),
(0x8a0b1fc70260d6681f157406585520c0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateEmbeddedObjectBorderRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateEmbeddedObjectBorderRequest.php', 0, 0x6eb9c1e8510c4db90f8dbf924538fb5b, 0x6eb9c1e8510c4db90f8dbf924538fb5b, 0x58a791f51ecc09f0d7ff74c49091b67d8991acc491dbd2aa86d70e0f5ead0984, '', 0, '?'),
(0x8a126a740a3b1827cf972f6aea46cf55, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-hang.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-hang.min.css', 1, 0x00000000000000000000000000000000, 0x6034ee73c2aa84b0f9dca4ddfe4e23eb, 0x9f011eaa2a12b189a516c6fb405103fe02c7e86eadeef83db92879efd9e083d5, '', 0, '?'),
(0x8a1c940ba24bec99c8813b24d2cd7a81, 'wp-includes/js/dist/notices.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/notices.js', 1, 0x00000000000000000000000000000000, 0x6af4c58c68e2fcc632dd3c0d50e8740a, 0xfb5ff678f98f1714af11fed803c4d28dfca8af7b5cd4efa96837487bb1fd3dc5, '', 0, '?'),
(0x8a23d605fa1437d110b96341c8431e7a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestor.php', 1, 0x00000000000000000000000000000000, 0xbdf9f05cd0e5a556ef050609e88dbad7, 0xadc0646dcca1365f997f38bb5c1827f81bb9ca753bee3a978d08f3ddb72fefca, '', 0, '?'),
(0x8a29bf01ec8dd79ab7df1ffb07c087d7, 'wp-content/plugins/elementor/includes/container/config.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/container/config.php', 1, 0x00000000000000000000000000000000, 0x85df8768633f8cfebc4c6edebb2b8394, 0xedc75cc453586cfce9e77f617472abb53dc9ceffe4ae16f49323a589fcdce9c7, '', 0, '?'),
(0x8a2e387934400ae2189cf1950642287c, 'wp-content/plugins/elementor/includes/base/sub-controls-stack.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/base/sub-controls-stack.php', 1, 0x00000000000000000000000000000000, 0x727b88f9206121a7d4877bf9c8195a8a, 0xb2834f6c7e8ad7ae6ceed1265db2d1f7b6343cc3310fb41cf8582652aaaecf31, '', 0, '?'),
(0x8a3017f07f85726401f8fe1aeb5e8b1b, 'wp-content/plugins/elementor/assets/js/packages/menus/menus.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/menus/menus.js', 1, 0x00000000000000000000000000000000, 0x40644a4d29d62f942f56f9eb569a1b84, 0x7b9d012bc6e6089bcf1ebe5a3ccb216fc240abd7a332a5d8ddce7c30769448f3, '', 0, '?'),
(0x8a3d88df1954d84fbef5370dae37a97b, 'wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.js', 1, 0x00000000000000000000000000000000, 0x141ac22a04214a8c253d153dfc84d26d, 0x369301d29197590d663bd0e054a4986753b329fa814d9435816b23917464c000, '', 0, '?'),
(0x8a43c2d376c4d4dca5e101cb46761b2b, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/tumblr.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/tumblr.php', 1, 0x00000000000000000000000000000000, 0x7c91f06be360290c73e0850d53649a3c, 0x4a0a93416ca5431ac7e98e8b168b909a919ad4b271944f813a6cab9d1f8857ae, '', 0, '?'),
(0x8a47623b58ed6394218fc188b8e83302, 'wp-content/plugins/wpseo-video/detail-retrieval/class-videojug.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-videojug.php', 0, 0x98be081e6ae35fa804180caa28aa1e47, 0x98be081e6ae35fa804180caa28aa1e47, 0x0c78734e513f57afe6257035b12c4354ffd38001874d547e5d8833abeaafca0a, '', 0, '?'),
(0x8a4d04285489645bd7108f00939ccd1f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgFilterPrimitiveAttributes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgFilterPrimitiveAttributes.php', 1, 0x00000000000000000000000000000000, 0x7a5060b43f8c9724d680cd47c531bce0, 0xde4b74e59c3b3c4ca143cfafac8626fca85f96742e895f08f2b1749153ede14a, '', 0, '?'),
(0x8a5188ed0d1576ab73ab302c00c9f257, 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-update-command.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-update-command.php', 0, 0xf11d601b60f20a3eff1d8f041aa1bd1c, 0xf11d601b60f20a3eff1d8f041aa1bd1c, 0x72ca73f167b37bf5a048a0beb0c184a7b1c035143bc7f852300aaae52f5a216f, '', 0, '?'),
(0x8a53acd9783ad8bb00fb0a39f0d3d43f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RefreshDataSourceRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RefreshDataSourceRequest.php', 0, 0x98d18df4458fde865ce5b9aff3ccfd58, 0x98d18df4458fde865ce5b9aff3ccfd58, 0xdc5216ae4df4abfdd06dee9d58dba0a8429e7584b541bb807a238d7e044efe9b, '', 0, '?'),
(0x8a553f385c922126ad52e17df43090f5, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/service-unavailable-exception.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/media/interactive.svg', 1, 0x00000000000000000000000000000000, 0xc41345cb33b161485bbb249f5e891bb5, 0x078a96fd871f4be798ffb8fd8ee44d043467404d77e4171bc2550ba3debaa2cc, '', 0, '?'),
(0x8a5babd215c88bde022f1f88559d8d81, 'wp-content/plugins/wordpress-seo-premium/src/generated/assets/externals.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/assets/externals.php', 0, 0x9f5c3d63c4dd793320a7fa99ada7e37e, 0x9f5c3d63c4dd793320a7fa99ada7e37e, 0xd67f1bfc930b7b8d064b1a16c7a55a6416c03cf690b9780b673e713d89967e44, '', 0, '?'),
(0x8a60d6cd0de3a19697a74ff655d5c583, 'wp-content/themes/jannah/framework/functions/media-functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/media-functions.php', 0, 0x76f9745d38184cde7bf403157e98239a, 0x76f9745d38184cde7bf403157e98239a, 0xeb62510ff78dffbe282a42cc0b919c517da7c579951ca98169185cccbb779959, '', 0, '?'),
(0x8a64ccd01352c486439e5081feff6226, 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss', 1, 0x00000000000000000000000000000000, 0xf21f8d8a8aa10d57f884ece4d901d09d, 0x25a9fe3ffc1a8976fc62715db5b06708d4355a2975e49ed1b61aca6f9f27f830, '', 0, '?'),
(0x8a678dbe5c62b6b65531400d03b925ea, 'wp-includes/js/dist/fields.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/fields.min.js', 1, 0x00000000000000000000000000000000, 0x4632f6ac9a8da8da694ba1da3b995b75, 0x656c8150fb465820fb3745efebe5e0b235d229c83cc882c207595f1e4bbc3827, '', 0, '?'),
(0x8a6b494bc19884d2561d5b84b40935a9, 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/cta-events-list.php', 1, 0x00000000000000000000000000000000, 0xc88eaa751151763ea3af8df36eb8b110, 0xf7e7c27dfa9cd800bf3d99b3b7142d74e426c465695d70a7b6d805a9d861ad6a, '', 0, '?'),
(0x8a7251a4b3c93b4ae2e0b052104d06e1, 'wp-content/plugins/elementor-pro/modules/theme-builder/views/theme-support-header.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/views/theme-support-header.php', 0, 0x0816a04efd594f46f63fc660fc1cb8c2, 0x0816a04efd594f46f63fc660fc1cb8c2, 0x2b1d5e3c8aa263b0f4dff713fe09edf3e7a15545d89d0e9eebeead032b9fad33, '', 0, '?'),
(0x8a732e835621adc9ed5874c3a373a12e, 'wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-request.php', 1, 0x00000000000000000000000000000000, 0x25702e3c8d53c7a1ea99d47a31cfa204, 0x51e3b52a6bcb5f7d921de10e3283ace93e54fb71173cca5f531cdf3aef5168b4, '', 0, '?'),
(0x8a84f4ba54f22244120e928a73d793be, 'wp-content/plugins/tinymce-advanced/plugin-assets/tadv.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/social-link/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x6881afbdf356669a3ebcc39ebd474954, 0xb72bc9bf663bcd990aa42d3814649c784c76931b2124f6e4e462c68e8123e246, '', 0, '?'),
(0x8a95ba44e9db0d99d31b5a69f7faf126, 'wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x8a98b834e46605f0d1470e93ba415a25, 'wp-includes/class-wp-styles.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/AttributeLists.php', 1, 0x00000000000000000000000000000000, 0x53ab45cdadb030dfecf6e60d733848ed, 0xacb3784847ba32eef4fb420c772cc62b3578b754c0f349d29b1ca757a84786af, '', 0, '?'),
(0x8a9e20955f5fbdb913ebb2609cb73571, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSOptimizeContext.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Context/RUCSSOptimizeContext.php', 0, 0x90ca3d06d898da9221266ee970d1a348, 0x90ca3d06d898da9221266ee970d1a348, 0x75cc26fc2c5378f9b1cee952e0f888f7c7c1725fbab34f459daf5b7569387074, '', 0, '?'),
(0x8a9ea454b552c26e153ed51bdba16ef2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DateTimeRule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DateTimeRule.php', 0, 0x68c94ed99158beff5f836888ff617f26, 0x68c94ed99158beff5f836888ff617f26, 0xe839f0bed49414dbcb72f3e233437e177bf9cd5b2016be410fe7f2bfcd169897, '', 0, '?'),
(0x8a9ebe16012faac41ab2f8290f79d00d, 'wp-includes/blocks/html/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/html/block.json', 1, 0x00000000000000000000000000000000, 0xd492eec22ccd655bd432a65e2ebd868b, 0x7881a74cd96d5297e1bb067e972065e7ab9afbc59f7a41da45d7d1797a30f4b5, '', 0, '?'),
(0x8ab4e6d3b08cb8822ffab5212be05d54, 'wp-content/plugins/amp/src/PairedUrlStructure.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/admin/options.php', 0, 0x945b10e8d9024d37f906c5d529afa5ec, 0x945b10e8d9024d37f906c5d529afa5ec, 0x6272ff75dbd7f2d7aef573844158ae9de8fbe8e977f51cbda93abc830ce0147f, '', 0, '?'),
(0x8ab7c2bc0c639e83dc35f3b7cb1080d2, 'wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', 1, 0x00000000000000000000000000000000, 0xda0a4ed4c670ac77b35e85eb06ff421f, 0xf33256701fbc49ed14a8501835e5f4ca69cc1d2c102c7808e2246af6180c6a1b, '', 0, '?'),
(0x8ab95bdb7bcb02e4d3f46043cd39f038, 'wp-content/plugins/elementskit/plugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/plugin.php', 0, 0x543ba38794828131de3c57b6048ce672, 0x543ba38794828131de3c57b6048ce672, 0xd7ecb13727071757f6599c3b3e752d45c9869331ebecbac07d318efaf3496bae, '', 0, '?'),
(0x8ac124a1d6784d313ee8b25f3850000b, 'wp-includes/js/swfupload/swfupload.js', '/home/forwardbetcasino/public_html/wp-includes/js/swfupload/swfupload.js', 1, 0x00000000000000000000000000000000, 0xccd72399988bf939dce13e2659526711, 0xdaf284dd99aaafe5528059592dc31cd2959826027157312803854b03e0bef1aa, '', 0, '?'),
(0x8ac40170471eeaad2d47a393dcf9fba5, 'wp-content/plugins/elementor/includes/controls/groups/base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/base.php', 1, 0x00000000000000000000000000000000, 0x167c1119d379f4085b7a4ea3750074dc, 0xc0ee9d834499ff9cc6e6e9368e5ecdb5047de669a56dcc4d9f9f7433101c8081, '', 0, '?'),
(0x8adadc07b7054f027e866fb60419486d, 'wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.js', 1, 0x00000000000000000000000000000000, 0xbf7480f1c5aa43c9e9b839a606832181, 0x477dabb917f24f66bfc84d1c763e38062898f09d5fabe868077a175cbaaa07f7, '', 0, '?'),
(0x8adf1733356e19ad6fa17e2eb7d501ba, 'wp-includes/blocks/archives/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/archives/style.css', 1, 0x00000000000000000000000000000000, 0xc5c1c4eaf399ea094bdd91be16d689a7, 0xc8023992c96ae9b9a0a4d9a0acd134f1c65371f088b89dc3b2abea965f5c60e3, '', 0, '?'),
(0x8adfabc195a984502505a9ecf844a996, 'wp-includes/class-wp-dependencies.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-dependencies.php', 1, 0x00000000000000000000000000000000, 0x7d94a3a01d4783896f032cef82201929, 0x9ca95ab2a0234d6e3c3d6c3e3ce2d75a1fe8793bbb4ae88666a6d71264627294, '', 0, '?'),
(0x8ae37461be0ed2d1562f1b3ea2965086, 'wp-content/themes/twentytwentytwo/templates/page-large-header.html', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/BackgroundTask/SingleScheduledBackgroundTask.php', 1, 0x00000000000000000000000000000000, 0xd5c82c1f91d5257893f417f07a431210, 0x4cf638939a966766610e5df50d21d1db5cc6ee88e82e44d2152632590c817d5f, '', 0, '?'),
(0x8af5a3e353af348d7a04be0fd29c6b62, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPageAttachmentAllowedDescendants.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPageAttachmentAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0xc03d1d60ebace1cf42431223c8347019, 0x6f42e534b27663996a29e6a3d68669815f02c85b24d022ffbfb341ae74ce400b, '', 0, '?'),
(0x8af851737ce263b74cd89c5648b31929, 'wp-admin/includes/class-walker-nav-menu-checklist.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json', 1, 0x00000000000000000000000000000000, 0xfdcd96015e2a6e87449391d453ab09f4, 0xd4aa169fd881c5adbd9b969e9467ad7ca2bc7b4acd6590cc35a34a87e8286cb6, '', 0, '?'),
(0x8afb017543874c597598af899af8ad4a, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/triangle.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/triangle.svg', 0, 0x591772d12ef78abac92af6e0b0e069e5, 0x591772d12ef78abac92af6e0b0e069e5, 0x0f33f1f3e4ee40141ba22513497e3304b91a857c189ad15f2fd470700559db17, '', 0, '?'),
(0x8aff2c45928e19686a5a0f2cfa342737, 'wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.min.js', 1, 0x00000000000000000000000000000000, 0xb490420d6acc0c8a2145eae073f1e408, 0xe611ff10c10f2df4c1e2268bedb67701dffb34c5865a25903ac89cb4f6107d24, '', 0, '?'),
(0x8b084841bef415100e891ee6bcf57a16, 'wp-content/plugins/wordpress-seo-premium/src/helpers/prominent-words-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/viewport.js', 1, 0x00000000000000000000000000000000, 0x2f610f9cacdca321b49ecea1742d97ab, 0x798bd884d4978b2aff097e2f4c935ad881a2f95a2d1c100743fe084c5dc16821, '', 0, '?'),
(0x8b123aa9adc326d5a2c7773251a04be9, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Divi.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Divi.php', 0, 0x60fd5140d85d198dbc927fd712759454, 0x60fd5140d85d198dbc927fd712759454, 0x65f284fbfcf4423155c0bb86dd619f47693b35f82185cd708cc9eda353e2dafd, '', 0, '?'),
(0x8b150d7647585001e90b091719e414ab, 'wp-content/plugins/elementor-pro/assets/js/search-form.8941aba5c12cdb05fb7c.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/search-form.8941aba5c12cdb05fb7c.bundle.js', 0, 0x8b9bb54743c760ece891a2cf0b8fda6a, 0x8b9bb54743c760ece891a2cf0b8fda6a, 0x29f65659d2a12e26fc3b87558b8709fbd974e5c365c2468e3f6d185a606794c9, '', 0, '?'),
(0x8b17bb1c1d9ffd37b8d4fb07f95dad73, 'wp-content/plugins/elementor/includes/controls/color.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/debug/classes/htaccess.php', 1, 0x00000000000000000000000000000000, 0x4bcc1e0b706a4a8b40d2c59a276f20b1, 0xa5438e228fcc7accba4d6dd9e5e8020a3d1826ae3dbdbe26662679db032f19ae, '', 0, '?'),
(0x8b20cb78876b10f7d215cf0b01264478, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', 1, 0x00000000000000000000000000000000, 0xe9721d295af4f4f980839756428df40e, 0xb308e786bfd110f429e4cc94c2776ca4ba997642de9a419c7034d667075579b0, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8b216ecaf5deea069ae84ef560f16050, 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature-interface.php', 1, 0x00000000000000000000000000000000, 0x6a795120c45d052a655f49e190897626, 0xb45dc52411ae65be8b98411d2fd0bb96e8c6f49a4e9ae930a41634017ac416db, '', 0, '?'),
(0x8b30d0596c8bcb2a8e6e3616b6ab3123, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php', 0, 0x9dd2e9b01e14d74cb088cffd8a974a4d, 0x9dd2e9b01e14d74cb088cffd8a974a4d, 0x15560abbb806cb230af5064186402c635d3afaa4612320998661ad8c0a26b937, '', 0, '?'),
(0x8b3546d019463b5af0e1ba0aac58b54e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/InvalidArgumentException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/InvalidArgumentException.php', 0, 0x4364f33fe0b83d04e7a7d7b99257954f, 0x4364f33fe0b83d04e7a7d7b99257954f, 0x24d482b913012f8e304f0cf428b78ff6ccebd1825d24a4218e77fc9ee9007d61, '', 0, '?'),
(0x8b37e8fda7d32cda7cb79683cdc09cd3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php', 0, 0x953ff0083c4be8e30fbfeebf4487c73c, 0x953ff0083c4be8e30fbfeebf4487c73c, 0xd3da880663c9eddc8fa30fdbe6a6a5fbbe7b0a21bcc346f21924c727c17cb991, '', 0, '?'),
(0x8b3cbbcd906e0be19d156f7a23d93f3a, 'wp-includes/blocks/widget-group.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php', 1, 0x00000000000000000000000000000000, 0xb58b1fe36547ee93be2eb66d2850f25a, 0x8157eb103ccb9dd7bb99beca07bb6471d8dcac918c27c72ef648b3474d538bfb, '', 0, '?'),
(0x8b41e6af225913277755b3b49ffccea3, 'wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js', 1, 0x00000000000000000000000000000000, 0x31d47f8b06e01d0a50abffa01a4f40bb, 0x74becc8b8469613da2857f976aa7c6e40507520afc4864eca7e3833218656479, '', 0, '?'),
(0x8b45a6b9d37f7616b896338a425b33ae, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/LowerCaseTag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/LowerCaseTag.php', 1, 0x00000000000000000000000000000000, 0xd75a85a0d20e339d02d0eca4a79d9a7d, 0xd470580be3cd26f062997f1b360c94891276bd3e94e983a4b6d30e202387599b, '', 0, '?'),
(0x8b4cef41f8135dd68d88bcddcfba86fa, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeSuccess/CustomizeSuccess.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0xd9d328be255baed7897327bae672db06, 0xb93fdf5cf4ec0f3670ec89f46675bb8accd04555339dd0244acbc212a8e57750, '', 0, '?'),
(0x8b4e87aa4d0a7acfde82dab3270bc49b, 'wp-content/plugins/elementor/modules/checklist/steps/setup-header.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps/setup-header.php', 1, 0x00000000000000000000000000000000, 0x5393d3f2e92a355c5a673d76bfcdc9d1, 0xa73f138a4b523724393385738751cd164a683d26af390e451aaefce44cdd99fb, '', 0, '?'),
(0x8b4f0e7898f11ed8b1041595ff633528, 'wp-includes/css/dist/block-library/theme.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/separator/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd99e1c8a070ac7fea26fc32780bccb11, 0x6a3757a9af00c0d33685240ede15011065e7c1df7e5249f5d1e57084257a1d50, '', 0, '?'),
(0x8b5b812adfd315bde348dfb9a516c682, 'wp-includes/Requests/src/Cookie.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Cookie.php', 1, 0x00000000000000000000000000000000, 0x33050745d8ee4f2bb98165cc3af5da9d, 0xcfcc0b3109498fab2c797281e6683d2b83e15f736d1d57cc37864eafa8b7b44b, '', 0, '?'),
(0x8b5c324111a4f3994498af05678dece4, 'wp-content/plugins/elementor-pro/assets/js/gallery.1628df47530ab42dafba.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/gallery.1628df47530ab42dafba.bundle.min.js', 0, 0xd8c2b10419fe65dec978a04e18968733, 0xd8c2b10419fe65dec978a04e18968733, 0x658aa0fe19ae93f20edc9e9e31721c01d972e00adecdccd32def6361893cae20, '', 0, '?'),
(0x8b5ce027757dee661113509d1bdf8354, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/query.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/query.php', 0, 0x44ad719bfc00eaf794026275795d8da5, 0x44ad719bfc00eaf794026275795d8da5, 0x0175166e701c93627756164960433d523aa6a0808d0f36e06eabca1919a07d64, '', 0, '?'),
(0x8b610868a97b9813e0e6d7b78ad1db06, 'wp-content/plugins/amp/includes/sanitizers/class-amp-playbuzz-sanitizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-playbuzz-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xda5b739757c649b04dee92b276cda9e0, 0xdd8b3df90cbcbab62eb7997ec3f429f1b6d5d0d68cd684abd861a4f0350d0ab0, '', 0, '?'),
(0x8b682db2b22721bd416db4e12dffd2b1, 'wp-content/plugins/elementor/assets/lib/animations/styles/tada.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/tada.css', 1, 0x00000000000000000000000000000000, 0x7af7b87302892b13570547642dd3a304, 0x777c52ebb8655dd4e3c5bfa3f33cfd521d0d8fb2c56ac4a457d8fbe9a86f37f8, '', 0, '?'),
(0x8b6aa5c7b8f365678fc5cfb64f679ac0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccess.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccess.php', 1, 0x00000000000000000000000000000000, 0x00b823411bcae9db0ff9beacc321f7c7, 0xe1622cd1940db29d8a543a25274a97a2165d12303dc59839cc5c4c7f3e41b12a, '', 0, '?'),
(0x8b6c0dad9e58b8eba303ad62413ea890, 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/e-wc-product-editor.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xc1a19abb78cf9cde35b8b3bd4cf9adc0, 0xe379c64abd1df5d00953e9e4d871323ec57c9aa1aee038342047324d8b354b27, '', 0, '?'),
(0x8b6e393790492e4ffad29ddebff0b007, 'wp-includes/js/heartbeat.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/heartbeat.min.js', 1, 0x00000000000000000000000000000000, 0x3049b8f9eb73d57085d4f22966e5d5b6, 0x9bc1633cc3a961b8dedd757648f496a98c35d474755836dd772256fcd63d0f42, '', 0, '?'),
(0x8b6f3973056417dd342dbe90aad401ef, 'wp-includes/blocks/loginout/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/loginout/style.min.css', 1, 0x00000000000000000000000000000000, 0x53093aeed796108e5fd862c0e34defe4, 0x79fc5403cb35199ba3f96d205abed9049556d12321c93ada5ae6e704a6d91e1b, '', 0, '?'),
(0x8b6fa955d63bc889836c62d329272dc3, 'wp-content/themes/jannah/framework/plugins/amp-templates/header-bar.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/header-bar.php', 0, 0x8d3ffebe0f90157e174f760e01497739, 0x8d3ffebe0f90157e174f760e01497739, 0xc9f5c0a092c653c85f28132bd62bfb5574006e6b8cb84669aa4c11b188fda7de, '', 0, '?'),
(0x8b735735233cfa6c39c8bc953a892490, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInLeft.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInLeft.css', 1, 0x00000000000000000000000000000000, 0xe2c328e98abbcfa6b7c292d453f95f62, 0x2a59486aed1b15a0edbdebbe70ff1ad1ce22e55472a9ac1bfca27c69683f3e7d, '', 0, '?'),
(0x8b79490ecc79ed97d09ea5da89de1f08, 'wp-content/themes/twentytwentyfour/templates/index.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/index.html', 1, 0x00000000000000000000000000000000, 0xf9c2981a7f8a8043b39a73fd97e10c3d, 0x5a561017bc4c4f6d1065e86e77393671eb8a21637e772205b08e8103e6d2b377, '', 0, '?'),
(0x8b7c426cf48a4948d2bcdd124f53c6b1, 'wp-includes/js/mediaelement/mediaelement-migrate.js', '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelement-migrate.js', 1, 0x00000000000000000000000000000000, 0x3cb6030743925f687ad3043384ed3c37, 0x2c6223300ea02161ad4f56632cfa8fd8950353d48f4998d0bb25aedb702993fd, '', 0, '?'),
(0x8b7ffa85f0e292d9ac4b1a50d21f028d, 'wp-content/plugins/elementor-pro/core/utils/registrar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/utils/registrar.php', 0, 0x789e11418d4c3d9d97f74757a7d46adb, 0x789e11418d4c3d9d97f74757a7d46adb, 0x2c984b4e8589f934b133d9aaa42eaa77dbe6d6cb47a4d994a4cfbf28bdf9f146, '', 0, '?'),
(0x8b87bebc4f1ec9b7f96d7e273cb23c75, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationStatus.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/classes/class-wpfront-notification-bar-controller.php', 1, 0x00000000000000000000000000000000, 0x8125937e705db87aa1edfbfdac617fcc, 0xb9cb251699398c1862e4f759e6cc69af5748ad1c79439e1e9e2d5a9c89c65c35, '', 0, '?'),
(0x8b9666820358c65e5bbc4d1e53e5f44c, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/page_load.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/page_load.svg', 0, 0x3027e39a7b516920affcdd899bd1a73b, 0x3027e39a7b516920affcdd899bd1a73b, 0x198e433ca63536e50264d28cd01990d91d4a0f77bf369b0c403d3a1a9a15a604, '', 0, '?'),
(0x8b97909bda6c974017c296efce16990a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php', 0, 0xb1b868770ef04408b63f6a771735142a, 0xb1b868770ef04408b63f6a771735142a, 0x5c770043e719a294a8896a8693d6f681f5e90e48783c0bce378d9e784eaa4d5e, '', 0, '?'),
(0x8b99c567fba092d67d7a0093d52ee2f1, 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-advanced-responsive-video-embedder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-advanced-responsive-video-embedder.php', 0, 0x17efd649ccdc95062c952752172a58f8, 0x17efd649ccdc95062c952752172a58f8, 0x2f483c9c645d80673e6af00ae5567a0e347e51c246ccc0a85acf808f249de1a1, '', 0, '?'),
(0x8ba1d5c01ea1a952875c9170cbc3c294, 'wp-includes/blocks/comment-template/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-template/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x971f3ab2c37f3db58a8242abc0c957ae, 0x0960f8677520469924606df3b1073d9f0433d5c063c1040beb076395254ba8ef, '', 0, '?'),
(0x8ba8d67f43c80de5733443e5ba1e41d3, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php', 0, 0x3b3c814abbbed4452624f3f49464a763, 0x3b3c814abbbed4452624f3f49464a763, 0x71253e44b72424a5918215e53afc8ae36afaf58d8e9ee2d26b20a47ac23be193, '', 0, '?'),
(0x8ba931a94ba0672c5dfd1b638ecdd7d0, 'wp-content/plugins/elementor/assets/js/admin-notifications.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-notifications.js', 1, 0x00000000000000000000000000000000, 0xb561040c392b2975472d901479ba3eb9, 0x84f059963dc69aed1534dca9f551a2056bf1b4f02fa1136144bfa2f3f9df9e3a, '', 0, '?'),
(0x8baaea929025f9b65f924d3bd0acc9d8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Coroutine.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Coroutine.php', 0, 0x1b6642288e758dee8df8b09bab499c76, 0x1b6642288e758dee8df8b09bab499c76, 0xc031ed72c020ef1c46eaf41c46a538173a2730b4ce33c7102a745793fc87c55f, '', 0, '?'),
(0x8bab19eee75c6762cd6d894cf1e780a9, 'wp-content/plugins/wordpress-seo-premium/src/integrations/blocks/estimated-reading-time-block.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x34cb35b2b42fc360bd9d68ca5215aeab, 0x1c4e8974d20648011f1573322abf90a582f7678bb69de3840b108ce0947a062c, '', 0, '?'),
(0x8bb05cf7ade0d6afb44221a3dc61fa56, 'wp-includes/blocks/comment-content/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-content/block.json', 1, 0x00000000000000000000000000000000, 0x3fe4fba9a5dc0ec7dd858bba85b230e5, 0xfb3f15a17c84af720e2e45495a254b57e0afb6b8bdf6b0f9e8fbd8d11b1f5ea1, '', 0, '?'),
(0x8bb11866e9a4a7784daa505d7e4297d4, 'wp-content/plugins/akismet/class.akismet-cli.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/class.akismet-cli.php', 1, 0x00000000000000000000000000000000, 0x22e38d14566587f66cba11fc72fd7d1a, 0x84374fc41c64253faba1884cf16084228ca2bdaf08ae917d1335a00c1012fef6, '', 0, '?'),
(0x8bb78abd78b7dfcef3c3a9ed76b5b5b4, 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/twenty-nineteen.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/twenty-nineteen.php', 0, 0xcc6450c3246f77ac162c8e2f0d074ede, 0xcc6450c3246f77ac162c8e2f0d074ede, 0xefbc70ca029676e5b03cb86765c5f38e9a18f0c0acf2483d506d331e7180114a, '', 0, '?'),
(0x8bba14b0c568142bb9ab42ccc6f21dd0, 'wp-includes/js/tw-sack.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tw-sack.min.js', 1, 0x00000000000000000000000000000000, 0xd45868fe2b74f1900d0d2fe9e2410ee7, 0xdd5c6d0f4ebea4ebed86ac338103c7026f45f900e2af5a06b8a829e2fa798442, '', 0, '?'),
(0x8bba46e822f7e87668e2a1244c628e8d, 'wp-includes/js/imgareaselect/border-anim-v.gif', '/home/forwardbetcasino/public_html/wp-includes/js/imgareaselect/border-anim-v.gif', 1, 0x00000000000000000000000000000000, 0x20c97a21993cf137ead9fdbecbc42aa8, 0x8be11f3efa15aac2f664e0953adbfdb98f146a31ed8d3cee2134db369367e6e4, '', 0, '?'),
(0x8bc5079b0c62d6c49efc08cd237cb008, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/day-of-the-week-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/day-of-the-week-condition.php', 0, 0x5ffbfb7b1a5aaf11af9886f747fb0f20, 0x5ffbfb7b1a5aaf11af9886f747fb0f20, 0x042c3e6ac6adbaba58d4cfa38633f3add059175ceb14cd6a21dbe28931d5b3f0, '', 0, '?'),
(0x8bcd932a49ea36960844b0dbf559feb5, 'wp-content/plugins/wordpress-seo/images/support-team.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/support-team.svg', 1, 0x00000000000000000000000000000000, 0x841034ef5ff45278cfc09ba74401b205, 0x8f4c34dd01d0db768c26612732076576f317a065d8bf871014f79a743a4160d8, '', 0, '?'),
(0x8bd2cba936fd662fda36596a4900ee57, 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', 1, 0x00000000000000000000000000000000, 0x1366f8c0dd71a52bd3fb6677e900e6fe, 0x16cca66246f1d7ae437ec501759f3b6deab4ff7de850611f4d32e52c30532ca8, '', 0, '?'),
(0x8bd7e7f342b3af8527eaf71690e94b35, 'wp-content/themes/twentytwentyfour/patterns/posts-1-col.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php', 1, 0x00000000000000000000000000000000, 0xb68ccda1cfd607be2aa572275860644c, 0x7986bcf9473fdd5e7b162bcf11591727931cda31d5ee290cc706d54724e8c6d9, '', 0, '?'),
(0x8be6f97f0466fed6d0f9b0096c20b44b, 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/third-party/wordproof-integration-active-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/network/site-settings.php', 1, 0x00000000000000000000000000000000, 0xbbac6187fdff6218c9639299b453255b, 0xfcfb588c4476a75835aca0d284cb3a11b7b4d2c32c0299ccaa7aa2f36aa5c20b, '', 0, '?'),
(0x8bf384559e5d52b29adb102959a5cb6d, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-elements.min.js', 1, 0x00000000000000000000000000000000, 0xfd6f72c346595ebfb24cc2d1d0db1539, 0x39dee7f7d03e393847cd9ad36fd0d2ba04fbe48cfbcf441efc5c32249f7139fa, '', 0, '?'),
(0x8c04a435c7b42ec7f987f7f8dde0a4b1, 'wp-content/plugins/wordpress-seo/admin/pages/redirects.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/pages/redirects.php', 1, 0x00000000000000000000000000000000, 0x31dbc417ae7c5c829799166e6afdda79, 0xe957e5e622d6e6eb56ff1d09c5e807318cfc37c0f15ddeb4d79644d6d6729ed5, '', 0, '?'),
(0x8c0562a30ddd06ed1e24f427ae733350, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php', 0, 0x4d15828d1c92ee424b858b9fcf1a2ae5, 0x4d15828d1c92ee424b858b9fcf1a2ae5, 0xa8c48027ee97efcf385c3492c78a011e75944cece2e8c522a94ebaa7ce737505, '', 0, '?'),
(0x8c065c735577ab750be99d50d78d09fc, 'wp-content/plugins/elementor/assets/js/webpack.runtime.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/webpack.runtime.js', 1, 0x00000000000000000000000000000000, 0xb489f761974c61235db165b23805621d, 0xe54253d5b353f823347e7edba0e0ab5cc490f3b7c8888390085749c6722b7639, '', 0, '?'),
(0x8c0874c7b12510149812fba391b5da46, 'wp-content/plugins/wordfence/lib/wfNotification.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php', 1, 0x00000000000000000000000000000000, 0xf2803b19491c7c777fd046e28e3be6a5, 0x2f44686345485417eaec65c9f05c51927ca512a1162acd6980d029f4e02bb4cb, '', 0, '?'),
(0x8c0d37d4ce4ab1ed62d6553f72b5cfb4, 'wp-includes/Requests/src/Exception/Http/Status410.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status410.php', 1, 0x00000000000000000000000000000000, 0xc169ae9f4c298429b98837cf0166667d, 0xb31d428295d6dfde529ff19d58843ff5cb09163645c1f72c6e12605c8dadad63, '', 0, '?'),
(0x8c162cb491cf539e3dc1c728726efe52, 'wp-content/plugins/wordpress-seo-premium/premium.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingSelector.php', 1, 0x00000000000000000000000000000000, 0x36e07e47ca33211754bcb4e94884a4c4, 0x95683acc0907b7a75d7688fd98fbe3a629850b88ad05b9ebfd50c752af8dffb1, '', 0, '?'),
(0x8c1e23bca0deedbf9a408082d529351c, 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/odometer.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/odometer.min.js', 1, 0x00000000000000000000000000000000, 0x2adb8c7cf8cfff04c18947e5a30622db, 0x480efc2ea83ae6f12b47cf52c7249c59427e1d3233c7bae89101da8586d4f9d8, '', 0, '?'),
(0x8c1f7af32e874abe27ee7cdc45b7f4c9, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/featured-image-2400.css', 1, 0x00000000000000000000000000000000, 0x5e992ed3094ebd7c38cccd621118cce8, 0xf4c4aa2b340263b25db446e6c81109981176f2fbb12b8beeb04418b8df452615, '', 0, '?'),
(0x8c23e5c2bf4224db489157211ad63826, 'wp-content/plugins/elementor-pro/assets/js/lottie.a02a01f29c0733918ac7.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/lottie.a02a01f29c0733918ac7.bundle.js', 0, 0xb680153d10092386fa672afc0e23395d, 0xb680153d10092386fa672afc0e23395d, 0xf5822b052bd75436da5dacfe3666609c3f355a2a7e500f57aa39611306b28913, '', 0, '?'),
(0x8c24a7fc8ad921eccbd82b2671ebb0ff, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss', 1, 0x00000000000000000000000000000000, 0xcb247352e3ec8e694e5326261c249164, 0x9b886c1384fd5717ce2beec8f1208cfa35aca4209e7fb81bc50dd5a64939596b, '', 0, '?'),
(0x8c30feb0c8ed5dd4566123b18da95464, 'wp-content/plugins/wp-rocket/vendor/composer/autoload_psr4.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfImportExportController.php', 1, 0x00000000000000000000000000000000, 0xfdb4f6fbad1b1bababb6b1f22b3eb1ff, 0xbd646cd18bdbb960e1b0d91e85cc08e7f7a6a0b84afb0607f79614237c697ba3, '', 0, '?'),
(0x8c36e7a924890d347064ae68a0232709, 'wp-content/plugins/elementor-pro/modules/link-in-bio/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/module.php', 0, 0x6d6cb5dea63a0e589a3056bcfbbd6bce, 0x6d6cb5dea63a0e589a3056bcfbbd6bce, 0x90590c4119b9ae6716549588bf2952d50476968a286ba4e03bb396f75979a3e2, '', 0, '?'),
(0x8c3c91e07c7e452ed1595ed421d65d04, 'wp-admin/js/widgets/media-audio-widget.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-audio-widget.min.js', 1, 0x00000000000000000000000000000000, 0x0a81fe74777ce88c875ec0d80d8b3c4b, 0x6418bd5e32143f5094dbcc4601ad9b7e01b59d07c9ff3ec0f3c4f2ddbe90e06d, '', 0, '?'),
(0x8c3f9a0a35fcb448e33fe2e0c1c0e0e8, 'wp-admin/css/customize-controls.css', '/home/forwardbetcasino/public_html/wp-admin/css/customize-controls.css', 1, 0x00000000000000000000000000000000, 0xd2f625fa4ac7cecbb7b62df52081056b, 0x12fef24644bb8b938f7b9dd5e6557a4d52da72db3e9b73c7952dd02b607daaca, '', 0, '?'),
(0x8c4764b364cc81dd1db8f996f960cd77, 'wp-includes/assets/script-loader-react-refresh-runtime.min.php', '/home/forwardbetcasino/public_html/wp-includes/assets/script-loader-react-refresh-runtime.min.php', 1, 0x00000000000000000000000000000000, 0x87e09afb00b621d56a314d2f3efb833f, 0x7fa0563cebc6d5235992263dc67a3bade5f449d70730d9c3c37f9e4e14176c7a, '', 0, '?'),
(0x8c4e72e90394149d50b4243a4898047a, 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-3.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-3.php', 0, 0xf42e528aefd5d04c9b4d1f801abfe207, 0xf42e528aefd5d04c9b4d1f801abfe207, 0x482fd3683bc68d59c614fa39b0f18ae74c1c5e33308c5ba12597e9fb6bd8a22a, '', 0, '?'),
(0x8c554407eac49e973bae11ef28c7a86c, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', 1, 0x00000000000000000000000000000000, 0xb2e3057631c01f2b2a5a18e3fb7cf63a, 0x9ba582fcc2b1c932b5b5bf532550fbf443704b79a3a2ffd4eb73cc9e5a3b1dd4, '', 0, '?'),
(0x8c5dcb3005fbd3d95953439a0d5d3091, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlNomoduleEngineAttrs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlNomoduleEngineAttrs.php', 1, 0x00000000000000000000000000000000, 0xe1ae5477038ac90e5a47e61eb8df5209, 0x590d5ed35e0eaddd4945af22438e1fcf83263f91e03c2ef67b4c942f1afe9712, '', 0, '?'),
(0x8c61dae0f58ab1b7c3b3d20040d5fea3, 'wp-content/plugins/elementor/assets/css/conditionals/dialog.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/dialog.min.css', 1, 0x00000000000000000000000000000000, 0x1d7f1edbf61690a0ccf2682e95a31eb5, 0xf273a98bb77954297c29ae7c706b009801c0050a0ff54650ceb777a549c5e49b, '', 0, '?'),
(0x8c749298360c9ee56e34fa7d48dd8299, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryInteractive.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryInteractive.php', 1, 0x00000000000000000000000000000000, 0xd1c295ffcc20b332511cf0b57d03f01c, 0xa4d42c45c1c45dac02a370ad0105c76def72ea4c040e4dd397948f3a079c36a3, '', 0, '?'),
(0x8c77427e7ef01da6fcfaa51542508338, 'wp-includes/blocks/post-date/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-date/style.min.css', 1, 0x00000000000000000000000000000000, 0x1e339686fae2071819d9a63ee94ce327, 0xd2fcacb015df3f08b4d661b068968206bb991fc6966f0176f1acd6d70c356e68, '', 0, '?'),
(0x8c82251fd5778305e9b31ef77d05d038, 'wp-content/plugins/elementor-pro/assets/js/ajax-pagination.2090b5f4906bcda1dcc2.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/ajax-pagination.2090b5f4906bcda1dcc2.bundle.min.js', 0, 0xea3f90f642d03e7494c00dfdb8be556e, 0xea3f90f642d03e7494c00dfdb8be556e, 0xb237470bcd1ef7de5e123a4b24205a57987b3067534d4fb8f3f8d8db421b26d5, '', 0, '?'),
(0x8c84bab2e45b61860352837aa48c69f9, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-redirect-notifications-2340.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-redirect-notifications-2340.min.js', 0, 0x8a61a4d3a7ae6ef640aa3edbbd2763c0, 0x8a61a4d3a7ae6ef640aa3edbbd2763c0, 0xf735c900443ac3af63472e71570a64b631c2802565b1175edadb4ed536aa5622, '', 0, '?'),
(0x8c8b947655fb475560a6c93b092bce79, 'wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php', 1, 0x00000000000000000000000000000000, 0x91a85fb7e39c1f4850770aeb2c5d9c52, 0x84b96f7c2d960a576960b071e78273b191787082d14fa1b2fa45589ab0aaa5c2, '', 0, '?'),
(0x8c953997b9a22149b35424d8c659ea3f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPerformServerSideRendering.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPerformServerSideRendering.php', 1, 0x00000000000000000000000000000000, 0x92121d4785333b1f5676a014353d24c2, 0xa898095696d52667fe3589f27b4360f7e186d3506b341e3482815f47243e2471, '', 0, '?'),
(0x8c9dbdb4866a754743744fc6fed813e2, 'wp-admin/css/colors/coffee/colors-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/coffee/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xba99f5f58e790664e50e8654c62f2e6c, 0xeb5c18836e29c589014e361b18faad3d68d66a0f86177edc58e807b8f048ea29, '', 0, '?'),
(0x8ca16334dc295e56b4ea6c5a525416d5, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/QueueInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/QueueInterface.php', 0, 0xccf8fea6a11b317635fee33426430e8a, 0xccf8fea6a11b317635fee33426430e8a, 0x22ee35e9df12dab666b001d078af58cd5e444f63a683799c2bf2da415a31e6c6, '', 0, '?'),
(0x8ca3ffdcdb5ac954212604f806319eab, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryShopping.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryShopping.php', 1, 0x00000000000000000000000000000000, 0x9d5f99dd99c627e383d5e6ee305b36f1, 0xe753912ce09cb7858ea0a57dac591eee1f7c7104d331e6f6a4339248a3984bb9, '', 0, '?'),
(0x8cad6cab2e48077c538417b3d67bb086, 'wp-includes/js/jquery/ui/effect-transfer.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/theme.json', 1, 0x00000000000000000000000000000000, 0x9b4bec7c3895ae82db0902c2d543cf9e, 0xbc108a5ff8e0c97c9375070424ccc1ee20dc8f31383abb43045e6a0d7660f6a1, '', 0, '?'),
(0x8cb8a6495355607580b4fa54f2c0ca46, 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xe96c887bc3624f73e9935f61ba14de3e, 0x6df56e35f1cbdf90d69eceb267014ad9fc5cb5fd0217abbeda3386f2e312f5c8, '', 0, '?'),
(0x8cbecdcb1bc892d1df885f584cf7ea65, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Identifiable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Identifiable.php', 1, 0x00000000000000000000000000000000, 0xd6e853af07075ecaf3fc11672df40226, 0x6d08cc9999eca69f0d10ff1f829765379a11ca6c7140f0b6c33fa016e2a4754a, '', 0, '?'),
(0x8cc70a64164a5dbbb6f5183f50540577, 'wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.92a73d7a8a75bcb8cd67.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.92a73d7a8a75bcb8cd67.bundle.js', 1, 0x00000000000000000000000000000000, 0xb51ecdccf08e86f4e6fbf8937699f2c3, 0xf8446af5a3ed53c0fa42c117c5a7a1381856e58a99f8ccd6ae2e238a211084f1, '', 0, '?'),
(0x8ccbf4d73523a80dec6e2cfd96267d71, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpStoryPageAttachmentAmpVideo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpStoryPageAttachmentAmpVideo.php', 1, 0x00000000000000000000000000000000, 0xb7fdceb8d1e18f4a933ffeb3ab065f28, 0x7470dd87473e93ed92046cf12b82f19aadd9b16b0a87c53aa031dffd95a1ba65, '', 0, '?'),
(0x8cd31fad2289ae55a06e6ce28eed7a0f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateFilterViewRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateFilterViewRequest.php', 0, 0xce02cf9027e1cde5d62510e26cc24812, 0xce02cf9027e1cde5d62510e26cc24812, 0xf4a696000f2ca4749d7eefa945263e69f1d9802298cf6756150c73da3fdf1a92, '', 0, '?'),
(0x8cd99753a3583020cce2b8bf326b5908, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php', 0, 0x20db7b79f074290cd1992d12831f8beb, 0x20db7b79f074290cd1992d12831f8beb, 0x7607885121fe6cd62211927d45be87cbe257c5f42b0c61d9a297d90ab1d9f1fa, '', 0, '?'),
(0x8cdc0f5325dcd19c22e2cf728e211cd3, 'wp-includes/blocks/list/style-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.4.php', 0, 0xb3b9f8e7ba45171fc079d6318285cd9a, 0xb3b9f8e7ba45171fc079d6318285cd9a, 0x113e04df565ba331bbe6b4c8b928a5b5197ee96318f44f52fbd245276a97e6ed, '', 0, '?'),
(0x8ce2105c41edb54778f17d8f1ef74289, 'wp-content/plugins/elementskit-lite/widgets/button/button.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/button/button.php', 1, 0x00000000000000000000000000000000, 0x12b794b9c186a315d06f08bf99b80afb, 0x964d5f7ccdb7c1cd84dbe764d670b6848bffee7e752ab88b92304567ea373ab8, '', 0, '?'),
(0x8ce515101c5ec3de1808543296e1e19b, 'wp-content/themes/jannah/footer.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/footer.php', 0, 0x1a8771701a03c489886c79dcce019fa1, 0x1a8771701a03c489886c79dcce019fa1, 0x447bc15851c5e63d7ab44ca7de379335144b38e70bdc492a8de77434c2923d7a, '', 0, '?'),
(0x8ce9dd874953902fe402cde442d19803, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/conditions-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/conditions-manager.php', 0, 0xdca2719a90835d7aa82ee4531d2931b0, 0xdca2719a90835d7aa82ee4531d2931b0, 0x2f85cdc5a08e5e41297c723ef24b1232f9eb90cdaf1e25f15ee0d79450483768, '', 0, '?'),
(0x8ceee260c6373e2e1f923064c8ce5d9b, 'wp-content/plugins/elementor/modules/ai/preferences.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/ai/preferences.php', 1, 0x00000000000000000000000000000000, 0x208bd2c345be3e5802ac98035935ad7c, 0xc24aef3a0621da61f59d277b07ee3fe4298e03fc31f5e44708e4d186434fff5c, '', 0, '?'),
(0x8cf7e6011135035699224d5ab6745665, 'wp-includes/SimplePie/library/SimplePie/Sanitize.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-vimeo-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x333851aebcc02a2b1423df5d96251c6d, 0xc4c3e52419c8a3d68c148e3538285e4ceba28bdca0b36ec3c6bef32b945b3c13, '', 0, '?'),
(0x8cfeed4578b7407a1581d666b47abe4e, 'wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-loop-product.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-loop-product.php', 0, 0x283c28f67ca0b5818de749b72fa8d44a, 0x283c28f67ca0b5818de749b72fa8d44a, 0x3a0e3404d7d5e283db624856c0331710816e36f8732426578af443e29fb989b2, '', 0, '?'),
(0x8d0f33daf664dd8c88e34443fd523d9a, 'wp-content/plugins/elementor/assets/js/floating-elements-modal.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/floating-elements-modal.min.js', 1, 0x00000000000000000000000000000000, 0xd805ee6e23031fceaba1407039886f31, 0x636a3d425cad398df22b9f482e52b7ecb2290894e0b34c9e47a264dca88db406, '', 0, '?'),
(0x8d151f1672948d75c362e145703d5dcb, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/logged_in.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/logged_in.svg', 0, 0xf9bc763fc5f15e2cd331117eacc8d5ec, 0xf9bc763fc5f15e2cd331117eacc8d5ec, 0xbcf70bd8287ba976c581c60da9bac7f4c10c749906460b1eb07e50420c404932, '', 0, '?'),
(0x8d24b79c6209b68ac26fcd26ffa138f3, 'wp-includes/blocks/button/editor.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-alert.min.css', 1, 0x00000000000000000000000000000000, 0xa9af79cf245879bbb0cebd265f476c1d, 0x707e22603044dd8b3a5dcca2576c906feeb889be0ac2f5ec078ed216896f279d, '', 0, '?'),
(0x8d2624d11c273dd0f6b9cb7fa1f51377, 'wp-content/plugins/wordpress-seo/js/dist/introductions.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/introductions.js', 1, 0x00000000000000000000000000000000, 0x3ca02e98d8316bbffac10a5513229891, 0xcb4fa9ba57194eb60c4bd9f3d0e740a9ff0917fb2292aec8061cd8c034bcf5c3, '', 0, '?'),
(0x8d29bedd0dc83397a1cae1fff510ce27, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ArrayResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ArrayResolver.php', 0, 0x38b87064115c1a246f90d3189160342f, 0x38b87064115c1a246f90d3189160342f, 0xd501ed9462eafc71292463af089bf0637b9caaec57d2365b849956788ffa3fc0, '', 0, '?'),
(0x8d2bc8b4b3bcdf0a3ee76ea262ab3d09, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/index.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/index.js', 0, 0xa3dd3a78c97bfe965602c6d3ed796f31, 0xa3dd3a78c97bfe965602c6d3ed796f31, 0x5277d37e871aef0214a6df1740f09449760293ad0b12733c402f1784f3e95739, '', 0, '?'),
(0x8d39c5e785fd735cd170a41158ab2948, 'wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', 1, 0x00000000000000000000000000000000, 0x2f44b630165f56179c1e516db03e74af, 0x8b203726c2adf3e9c3faa25dbf6bd2709f26e096e404ab6337f21d9b93bff2fb, '', 0, '?'),
(0x8d4356929e25fffc9811e89c0307d369, 'wp-includes/block-supports/border.php', '/home/forwardbetcasino/public_html/wp-includes/block-supports/border.php', 1, 0x00000000000000000000000000000000, 0x6185d5478c86f36f904db59996d75cec, 0x1af26f4acb08dbeb28e4064622899b635bec2d39e4b9b92257a5ff03d60d621a, '', 0, '?'),
(0x8d48a64aee45588a172b79df06ef07fd, 'wp-content/plugins/amp/src/Admin/PairedBrowsing.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/View.php', 1, 0x00000000000000000000000000000000, 0x441f8062e1bdd1e2f9bd43799763a19b, 0x09f5e2a65d944d0a81300005a73434713561a5ebdac98ee41af95c8d52bf9354, '', 0, '?'),
(0x8d5800bafb4b8d5d418f3d6a7026cf30, 'wp-content/plugins/elementor-pro/modules/payments/classes/payment-button.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/payments/classes/payment-button.php', 0, 0x382e01b075c33d34815cb0b62d597d54, 0x382e01b075c33d34815cb0b62d597d54, 0x6332990d90628c404611cb4cc0f80f00bb7cea06d5e9b24f682694ad3560340d, '', 0, '?'),
(0x8d5ee536c37a433a70f4a4386f3baa51, 'wp-content/plugins/wp-rocket/inc/classes/event-management/subscriber-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/event-management/subscriber-interface.php', 0, 0xdd64dc36a7e8090972ffb4215e17c60f, 0xdd64dc36a7e8090972ffb4215e17c60f, 0xbec92dd22f78e1152a2593a2f2972e11892772f0afd166310f78ee60f3f5363a, '', 0, '?'),
(0x8d6229711deed2e41bfd55436dc7d21a, 'wp-includes/blocks/comment-edit-link/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-edit-link/style.css', 1, 0x00000000000000000000000000000000, 0x3af6c753103689b0919c3009a969456f, 0xa6e04f6f902a032fd1b7d138823f9e2f68681fe903b2e6152707e62ae913e9b4, '', 0, '?'),
(0x8d637aa9894b7332448d9c4358ae9988, 'wp-content/plugins/tinymce-advanced/mce/advlist/plugin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/advlist/plugin.js', 1, 0x00000000000000000000000000000000, 0xe4b3a924f7482d6b15662eec93acb8fa, 0xf25103a5362319a862f537dacb82b0eaa4cffca89b6eda3a4687a1a9b93a859a, '', 0, '?'),
(0x8d6bf8ffe8ebaea0938913d7463fae38, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/UpdateMetadataInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/UpdateMetadataInterface.php', 0, 0xf72844417d63ba877263982366e04f1c, 0xf72844417d63ba877263982366e04f1c, 0xf92573b5717747037194c18c86d67f471b7180124b45c76464be815d4532b2ed, '', 0, '?'),
(0x8d778d2e045d7fc28039dc8784ae8bc6, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/composer.json', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/composer.json', 1, 0x00000000000000000000000000000000, 0x426e75e8e4c4c365f5ca1f41bff61f0f, 0xe5931846c9db5cbd1a84e38d660501003b99bbf976b65d181125adf19d2594c8, '', 0, '?'),
(0x8d783bf4443b79ace7f2b9f7ea481bf2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxFlyingCarpet.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxFlyingCarpet.php', 1, 0x00000000000000000000000000000000, 0xde1773f7f0e07dee2032871890d12d7a, 0x7e1c0acc4749db543db8209e60406334935071447e637433ce8b1db1bbce519a, '', 0, '?'),
(0x8d7d208d79541e8eec5add488463444a, 'wp-admin/js/custom-background.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/custom-background.min.js', 1, 0x00000000000000000000000000000000, 0xd9fb7c2b54f8e7475474fae585131200, 0xcb72b6427e8b3c5735be398bffa95b3b115dc506de933553f5e0b944bcefe0ad, '', 0, '?'),
(0x8d85ebaaf6905a4bd9fa2a2586d8f7da, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x82a1ca2a20bd9ba62ae8b52929cbd05d, 0x46092d545d4d4eca008348e8b8539cc6ae0ea8130f63cfaf93bf844700fbc9e8, '', 0, '?'),
(0x8d8ca8919e58d77ad239683074a2c61d, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-page-document.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-page-document.php', 0, 0x1f4af6c48ea12e21aecc272d23673a10, 0x1f4af6c48ea12e21aecc272d23673a10, 0x947443108de2eb4c616976bd8546107d46deb8aeec43406ab859a0f8965c72cf, '', 0, '?'),
(0x8d909e53fcdbdb7b7cf522755a027aee, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php', 1, 0x00000000000000000000000000000000, 0x3cce2f87b92081ae6ad9741ffcc24afc, 0x773b2af1d298b00d70e7943c4c24fe0d13deebb1100d9b15e5481af2a2e2eead, '', 0, '?'),
(0x8da4cb45c40dfb0f833c1e343c4a3b49, 'wp-content/plugins/elementor/assets/images/logo-panel.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/logo-panel.svg', 1, 0x00000000000000000000000000000000, 0xe4c363a9b75c9e708879b2007908ac81, 0x8c6d4df750385861775a90e632f2c44fd62c639b3ddc3ae24853a71bdf2d3060, '', 0, '?'),
(0x8dabad764c91a903b6efa08152d2f606, 'wp-content/plugins/elementskit/modules/masking/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/init.php', 0, 0x2fca16113968e289cb7948a4eb2ec1df, 0x2fca16113968e289cb7948a4eb2ec1df, 0xf7357ecd6926948f0bf31f0aab7e9ed74ab95c9a7e37cedbb255cb6cfe42e15a, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8dac7bdf306c28c6b275392c7753d875, 'wp-includes/js/media-audiovideo.js', '/home/forwardbetcasino/public_html/wp-includes/js/media-audiovideo.js', 1, 0x00000000000000000000000000000000, 0xc781525f221637c22dd61ac5a0d0a740, 0x64388fa0b38695f04a835f58b843e49f5e550d20322e5ccd2f15c80651c458df, '', 0, '?'),
(0x8db3c8ca5b1f8a8321cc3b4f271a6325, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsId.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x32bcd91a9f4148e40d65f7a1fcb90bb3, 0x830f704a2e3c361dcc4cd115e6d39de444f56350e7b486305088ee800fba6ee1, '', 0, '?'),
(0x8dc4b03897bfce22b2863c8afacc242d, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php', 0, 0xb4e1a0e91f96f5d5d430eafdc8e4ac1a, 0xb4e1a0e91f96f5d5d430eafdc8e4ac1a, 0x96fa744511740066e4ae520f65f8dbcdc8455404cf9b2008cf57ac61e344dfa9, '', 0, '?'),
(0x8dcee7746798c82116155b445f0f48b2, 'wp-content/plugins/elementskit-lite/libs/framework/views/layout-user-consent-for-banner.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/layout-user-consent-for-banner.php', 1, 0x00000000000000000000000000000000, 0xb12af55eb6cf4744ff86f0f744237dc8, 0x7327fc2a16b286d61b88dc3cf776f36bfb3a5ad51a87fb1ffa22b5b71c2a5d52, '', 0, '?'),
(0x8dd8ec7f0a6609750ab1cc02a9ca2732, 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/browser.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/browser.php', 0, 0xb5858173accf57f64cd55bdf3fde271b, 0xb5858173accf57f64cd55bdf3fde271b, 0x996ad5539e3f34b8e658b668bb965c4a948ec806d81698745d86d783f2adecc8, '', 0, '?'),
(0x8de429211b29c336910ce53e7dc93734, 'wp-includes/css/dist/block-library/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1cf7caaf189bd854fb0f2a444ae020c1, 0x893e56d4ad5642fdc4c583111395a0040ba7a34252d94cca10e3e5b76a4398f9, '', 0, '?'),
(0x8dee0e73b872bd5ab17d0ab7e4f33157, 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-list-command.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8ddbd4cac42c5ca575809ccfc3f660ff, 0x08d778e2609d805223c847f4bdd2f145645b71c89fb4eb6804ea0a78bb73be91, '', 0, '?'),
(0x8df5d32ec7e518ee4be2a1894380f93e, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php', 0, 0xee3e35fb879610207922ed717ebc3b5a, 0xee3e35fb879610207922ed717ebc3b5a, 0x7527ca5b108d5e48cc65ecc9f536234722c85fed3994252e4de8e9ea490e8526, '', 0, '?'),
(0x8df93a6abfb018eac324891e4186f92a, 'wp-content/plugins/elementskit-lite/libs/framework/classes/plugin-status.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes/plugin-status.php', 1, 0x00000000000000000000000000000000, 0xe3ff2fee86ee515eb9aabc502320d748, 0x581d80c2ffbb0cb566ac780a96e11e5c1ad334e79adfab5ef3b2b09852622dce, '', 0, '?'),
(0x8dfd15a94c85f2560f13ff5992e0ff2a, 'wp-includes/js/plupload/moxie.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/plupload/moxie.min.js', 1, 0x00000000000000000000000000000000, 0x01c5f1d20468b96a0eabbabb62d31f28, 0xaf78fe54f491205a9c8f99baf8bce524201394cec41a0aba4a43d88b2895be3c, '', 0, '?'),
(0x8e06192fb68df89adc611c5166e92d86, 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_08/shape_01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_08/shape_01.svg', 0, 0xdf6d5de887b366ca71877821ed9e0f5a, 0xdf6d5de887b366ca71877821ed9e0f5a, 0xb3369ddbda083e45b25b558b2c0d160e8a0046bc9df44e90142304659c9c4c80, '', 0, '?'),
(0x8e07d81febbdd00c0242130d954c3389, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ValueRange.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ValueRange.php', 0, 0x0f1b6f0162e71e0f95b2682f35f1ea78, 0x0f1b6f0162e71e0f95b2682f35f1ea78, 0x66e04d9d61706645ca75c75ef6b9ab7543276adfa912cdb6022eaecd1b630077, '', 0, '?'),
(0x8e07ff3b58975003df3b7b3d282ce546, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php', 0, 0x874f7768eef47a6edd545cc256f3aabc, 0x874f7768eef47a6edd545cc256f3aabc, 0x8087d2aee09e201b3e93671f48424cbe3a7296f8752aa8328bd8c9d5d88a8dc8, '', 0, '?'),
(0x8e0b80301c88185c4ca74562567aa209, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmpBoilerplate.php', 1, 0x00000000000000000000000000000000, 0x955e6ccd37640fc1ae90ace471ea4d62, 0x9ca87b0a319e21c28861119b6312da7fa39bc07fbaede43c7902b1d64ddf3740, '', 0, '?'),
(0x8e157936e9eb8d1cda9a8e70405f5038, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/Subscriber.php', 0, 0x5efdfb0faa8a2155bc69c7755b7a4280, 0x5efdfb0faa8a2155bc69c7755b7a4280, 0xadd8b60ce4a464e9dbfcd10e0a55328cd1ab3f71b04b7b02f22df31767968888, '', 0, '?'),
(0x8e20e94124dba46643814ef699330737, 'wp-includes/query.php', '/home/forwardbetcasino/public_html/wp-includes/query.php', 1, 0x00000000000000000000000000000000, 0xc2ce45a23112206162fa7a3053112511, 0x1750b9bac366d55d6b5a96ec749a6c7f8e0760c3841885accbfdcd57c3f035e9, '', 0, '?'),
(0x8e2347963d0b4a5324e43803f90ddfc1, 'wp-includes/blocks/loginout/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/loginout/style.css', 1, 0x00000000000000000000000000000000, 0xc06e6de225489be04cc07a640bf5ec37, 0x5872f0ac6121910b51047b51193c4e7b18f59922a0dbb75774a3538c678c2cd3, '', 0, '?'),
(0x8e28a2fb8fd794ef1d57e5681c403d61, 'wp-includes/images/smilies/icon_mad.gif', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_mad.gif', 1, 0x00000000000000000000000000000000, 0x561e9e210ecb0c400ffd63fb30e253b8, 0x129deec0b1bd8a83a7c664165b4f013ac787f3089ef3b5cb03b36a6c7df271da, '', 0, '?'),
(0x8e29e484d8fe58f62c6da96a15e9e754, 'wp-includes/blocks/post-content/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xeb4ab129bc7f19f485656a100b88ebb8, 0xd7d3048a943c779ec96389141925641f1255822e92de5e710b73b0466bff79ce, '', 0, '?'),
(0x8e2ac6154763c90574eaaf7d606e04d4, 'wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php', 1, 0x00000000000000000000000000000000, 0x5d126c36fe3d4bcc641aded23b05e191, 0x1c30e7155415eb54ada799aeac19263b20b0757bd4b017fce7b0d41c5667597e, '', 0, '?'),
(0x8e2dba8b7138eb1243ddfed7fd70bed3, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/ServiceProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/ServiceProvider.php', 0, 0x7a0e776971ee4162d85708ea4917deb0, 0x7a0e776971ee4162d85708ea4917deb0, 0xa9b99884a087a18541ce80dc08e9b277ca2cedb33a2a8109ccbf316f272aad58, '', 0, '?'),
(0x8e350c367347b1c1c241a7e72716e304, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/featured-request-thumb.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/featured-request-thumb.png', 1, 0x00000000000000000000000000000000, 0xdab2dec323a6e8478db20b3fe48c5ef4, 0xa3c713981fc5875971a00557da8d6e2a3d1d2a4417289d40c9d01ced4de64d96, '', 0, '?'),
(0x8e37ff30a5ecc105c12c9a09094d1c0f, 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x14cd421b1c7caf6185bd400d4017aeaa, 0xa608ffcacb00bc36d95be0bf24a56fb9ddcb69b594f4af351eba75aa2be36be7, '', 0, '?'),
(0x8e459148bba8aa211da8a3c168803c79, 'wp-includes/blocks/site-title/editor-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/default.php', 1, 0x00000000000000000000000000000000, 0x9c3b61d139f5da1a0093b05e6b704ed0, 0x8ec6570b9a2c5cdc86f342779b636a7c5cceffdc3a3364799a02d896c81298a1, '', 0, '?'),
(0x8e517a5bc01f5187bcf52858cc705d9a, 'wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js', 0, 0x8dee3221fb4fc93cf63b7d0093f91fc2, 0x8dee3221fb4fc93cf63b7d0093f91fc2, 0xdc45242adda9edefe3fa110a2129d4d98d16909bff74ccaa1ca9fecc8af6bf26, '', 0, '?'),
(0x8e54081a4044731d972f858289a80be0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSkimlinks.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSkimlinks.php', 1, 0x00000000000000000000000000000000, 0x6d76f868eb8d0abe38c1a166496a8495, 0x1917bf5cf287e8e59cac467e541e804eef6efb3594d055d69f2941108940c6c6, '', 0, '?'),
(0x8e5cff4040835612653dc9f2cecb8809, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonExtensionAttrs.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', 1, 0x00000000000000000000000000000000, 0x17500db64c1308f7c3c1fbc77bc780f5, 0xfc8de311f49d565a2b8de226830d16c9d0a9d10b553bff4c290c52c821d3b5ce, '', 0, '?'),
(0x8e698a05a9b542c8166adfdef6d6ef5d, 'wp-includes/sodium_compat/namespaced/Crypto.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Rows/CacheRow.php', 0, 0x2da628a98d5fe6835947813c35397539, 0x2da628a98d5fe6835947813c35397539, 0x9d3aa7f00e35e3e126a3bfe993c13c2139cfeed586178349b4d4c004f3bc6cd5, '', 0, '?'),
(0x8e7a1baf94461216b42c1e20d269c86a, 'wp-content/plugins/elementor/readme.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/readme.txt', 1, 0x00000000000000000000000000000000, 0xb819541eb5f8c4a90b4cfc95821f41fc, 0x41c4253a3b62de02220ea8fa235403af55dfd2b974dbb670bf9f47ae09e91cb0, '', 0, '?'),
(0x8e8483f976fcb48a08cf8ce98c5939d3, 'wp-includes/ID3/getid3.lib.php', '/home/forwardbetcasino/public_html/wp-includes/ID3/getid3.lib.php', 1, 0x00000000000000000000000000000000, 0x655d18d6e8c86054652c2d9da128e654, 0xd9fd2b80c78f593553c286e72c99f0e26a4785683181449d589ed9cc9e2abd17, '', 0, '?'),
(0x8e899d02fb1e5d1a7febb47e2d436e94, 'wp-content/plugins/elementor/core/isolation/wordpress-adapter-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/wordpress-adapter-interface.php', 1, 0x00000000000000000000000000000000, 0x1c83f4e5ccb085a3b153575c2851815d, 0xb8cea6cf7d2c9bef592e9d87510cabe1802c22e65a08daabb767b16c90b9b476, '', 0, '?'),
(0x8e96bb2d05d9681925815566f77da8b2, 'wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0xee224df9775bc9bf0b6a929246e1005f, 0x5264bc6e8243525c857af23168ebb28c74856d14a556a4600fb1ffdc8d0e1776, '', 0, '?'),
(0x8e98a0d715b5faf20bb951f8e947bd10, 'wp-content/plugins/elementor-pro/modules/library/widgets/template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/library/widgets/template.php', 0, 0xb0f7ae167850ee5b5e4b3178b8a25d32, 0xb0f7ae167850ee5b5e4b3178b8a25d32, 0x68fba518dff5db0f6d34742edf62d47646a8d11d9b22e6477528234301c86d55, '', 0, '?'),
(0x8e9f1885589282988148f66f9d76cb0e, 'wp-admin/css/common-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa97d8bf41d7a77e01bb79beca1780b41, 0x97632a61a9d8f7138c9819c61de850a3151e5c6ec0be6bee59ed0cf81f8f4f45, '', 0, '?'),
(0x8e9f214ea8b444e777ae60a6f0be5bca, 'wp-includes/js/jquery/ui/dialog.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/dialog.js', 1, 0x00000000000000000000000000000000, 0xb0bc766e49fed8609980fe7549d300ba, 0x7b50f147a82f585e5f37473a50ac71e97a6997a6f0b8804056eafe98c76179a0, '', 0, '?'),
(0x8ea2e958701fa4dc10d3e78a7e304418, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x1ed057af6f65b17eb0906f42329e5f3b, 0x359f71f5aa53724cdf5d8d4f58bda5981e8b737188cdecf02b0b6c3c91c8c992, '', 0, '?'),
(0x8eacac44202131678c71e6e7741e255a, 'wp-content/plugins/elementor/core/files/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/manager.php', 1, 0x00000000000000000000000000000000, 0x1e988b9cc5873206355368184872ff19, 0xc19140a236d97186806c5310ed4505456980e3cc2a02e282726029c2210683c9, '', 0, '?'),
(0x8eb0d6975d4e528dbcef537b71763f85, 'wp-admin/css/wp-admin-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-csv-exporter.php', 0, 0xd19784ad02779c6f2d8309446861d175, 0xd19784ad02779c6f2d8309446861d175, 0x5542c871ac5467862d6d636ff1d47738d0893b3e1cb1bf10e769013f9c10dba7, '', 0, '?'),
(0x8eb8f9cf4c47356fa568bfb41df69cbe, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesResponse.php', 0, 0x24a1142e57b6b09b3e02ff6213ef1be7, 0x24a1142e57b6b09b3e02ff6213ef1be7, 0x61febc430fa91a2d14f520d008769297293aee286144e23966fe61587a827cbd, '', 0, '?'),
(0x8ec11a2c1f7af3d511a713d290945592, 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 1, 0x00000000000000000000000000000000, 0xbe4ff68b3ae38d1a2ffa56dd05f3795b, 0xbed92e681db474dd18cf8bde4d127956962621ac3137ec201e6a183018ac4a1e, '', 0, '?'),
(0x8ec11d9fe763f0cf9437653981cc0f83, 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_04/shape_01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_04/shape_01.svg', 0, 0x1f0992ee8782cb61a8e5e58100194878, 0x1f0992ee8782cb61a8e5e58100194878, 0xcc826268d4f4ca388f073a8e3113218aa291e191c341208250a17d46b92b54e7, '', 0, '?'),
(0x8ec57e6b28a6471cefe1f326a45644a2, 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js', 1, 0x00000000000000000000000000000000, 0xc88e2597227d25beb45a8886e6c0099f, 0xd7783175f8ec0df0ea213c3384a7a5ed88c3ce120fa4d03aeb79a6da9fe1a1aa, '', 0, '?'),
(0x8ed67cc2d45ccb8ce9c96abcfc5cbb64, 'wp-includes/js/dist/vendor/react-jsx-runtime.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/react-jsx-runtime.min.js', 1, 0x00000000000000000000000000000000, 0x6730e178e7179344406688f1f092b563, 0xdb2bea04e9d73b74f9fe8691cac6ca1997e1a66f3e7c4949b3b4491294ca0e20, '', 0, '?'),
(0x8ee077cdd8f9e9cd485e8ead1e6a4815, 'wp-content/plugins/wp-rocket/views/settings/fields/text.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/models/scanner/wfScanner.php', 1, 0x00000000000000000000000000000000, 0x9f87c5589f29e166b4da122e05d754e9, 0x0c1833832f7822affa165797b5e613681f40999ca06650005df90888bdbacacb, '', 0, '?'),
(0x8ef92a1176d13cfd54439c55bf584a6e, 'wp-includes/blocks/column/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/column/block.json', 1, 0x00000000000000000000000000000000, 0x1df882ba3917b5c8d4447805a0095212, 0xb45724f0f98bc2640fa8af55af5554de84dd5462705393ec7edaf0fa5a332250, '', 0, '?'),
(0x8efbaff5ee79d3a869b0f95427fc6fc1, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php', 0, 0x50ea66390cdef14fdecc36db7b6cabb6, 0x50ea66390cdef14fdecc36db7b6cabb6, 0x85f258c13e883e32f2bdbf893dbd4914ccb14694c707bbd2814bc59d6cd9229e, '', 0, '?'),
(0x8f00379c8e8b037fb16debd004dec0d4, 'wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp', 1, 0x00000000000000000000000000000000, 0x25a020d326d99f4159049a04026a5db3, 0x2aa0976ed1feb3616d21ad880eedead3a3cb10e88422b1cbb606ac91a76698ca, '', 0, '?'),
(0x8f0717c19449315ce504299c2ee3b759, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/FallbackRemoteGetRequest.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/components/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1d24bdd1954b197e53348587989089d1, 0x805bb4753b3a7f2bb354df748e5e84109c1c72c04f49984cde1edcd5315f24a4, '', 0, '?'),
(0x8f08c8540e5fdde7ddead7914790f548, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightboxAmp4ads.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightboxAmp4ads.php', 1, 0x00000000000000000000000000000000, 0x7e66bfd63092118a7e7a236232772bb4, 0x7f30780b1a06d26ef48ad96e61cce70a985467de84441463952cb54e2e5d4a3d, '', 0, '?'),
(0x8f09e04ad91844b6eb878182b5653936, 'wp-content/plugins/elementor/assets/shapes/curve-negative.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/keyword-analysis-disable.php', 1, 0x00000000000000000000000000000000, 0x61bcc60d70c5d3f150e820729bdeed7e, 0xb1513caf3b595ece770a10a8e0f68bff6a0d434ea18e951a32a7d53495a97434, '', 0, '?'),
(0x8f180fdc09b536addc211f221be95009, 'wp-content/themes/twentytwentyone/package.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/package.json', 1, 0x00000000000000000000000000000000, 0x84bd7334634776f97838f8b4c8cee9b1, 0x3103a9d636a3d37583c342b4a0797fc8baecc5a602021f8ad26a8c460b6f01f0, '', 0, '?'),
(0x8f1a9f200cdc528fb3f7b95bd627dd3e, 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x8f249d811bbbc0aa6ab6589e5d29443a, 'wp-load.php', '/home/forwardbetcasino/public_html/wp-load.php', 1, 0x00000000000000000000000000000000, 0x9141d894aa67a3a812b4d01cfa0070ac, 0xe99ee4dc1cc9c6dc15472db3602b970d801bfe108d9fe0e437d2f247ba9ae8fa, '', 0, '?'),
(0x8f285c972b5fd156afd51f464f57bc2d, 'wp-content/plugins/elementor/assets/images/contrast.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/contrast.png', 1, 0x00000000000000000000000000000000, 0xf81371ca95e11ba06ac201525ca6934d, 0x3e4cd5b1e8b34d0be061712a266d39ab09ed497c2bfad4ba93cf95238debe2bf, '', 0, '?'),
(0x8f31c178b29ffce078ca8a8c598f76f3, 'wp-content/themes/jannah/framework/plugins/class-tielabs-fbinstant-articles.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-fbinstant-articles.php', 0, 0xa40f5b6347bc1660a64a60cb718066af, 0xa40f5b6347bc1660a64a60cb718066af, 0x72577ded32db7be33233d64fdac485826192fbb1d12723bc9dc3395e47352255, '', 0, '?'),
(0x8f32db2d84bce52dd567c19879b1f735, 'wp-content/plugins/elementor/assets/shapes/zigzag.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill.min.js', 1, 0x00000000000000000000000000000000, 0x9b265d4780b3dc89b04747162a883851, 0xdf2a173c57f4dc70ba7d3bff248abe59b986aca30eeff7a807a8e67f13a6b1b8, '', 0, '?'),
(0x8f4086cec494d06c2124ef46ae1a7eb9, 'wp-includes/blocks/code/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/code/editor.min.css', 1, 0x00000000000000000000000000000000, 0x5c4a4e50542da637feeed5ffb75da305, 0x8da2de3ca52fedd26c55302adfa557b5182456a3aaf9fd76435d8cdaf2c134d1, '', 0, '?'),
(0x8f437471974af1913e96d6c5ace99789, 'wp-content/plugins/elementor/core/document-types/page-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/document-types/page-base.php', 1, 0x00000000000000000000000000000000, 0xf5bea8bebb0dbb2fb1091305b53ad43e, 0xb1607e762f3ca9247bf19d6de6b1da8d44ebc7a01cd0ba9646d146f2e55cfafe, '', 0, '?'),
(0x8f43e8a6b3df5716711246ac233f3382, 'wp-content/plugins/elementor/assets/js/checklist.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/checklist.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xdfa9857a3eacb0acaaea355c0888b075, 0x0c3d30b8bdba0c3096196025eca32197b1a9552728f0af4df78d5b3826d045fa, '', 0, '?'),
(0x8f48be2999eb118692d7c76a48d16a0b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', 1, 0x00000000000000000000000000000000, 0x40f0b1c21dcb8a74721ff6a396de7527, 0x23d65f89d60a3a38619044cdd3d8a07286d9aa019cb787df322f80df980ff9f1, '', 0, '?'),
(0x8f4e7366ba238640513ba73bbe7bccbb, 'wp-includes/blocks/query-pagination-numbers/editor-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/warning.svg', 0, 0x7a9ec3ff9b6269330c176602cd2b72b8, 0x7a9ec3ff9b6269330c176602cd2b72b8, 0x549dfa17080d2bf84e53dc9d3376b474455e852c83ca8948786b046aa5d4a12e, '', 0, '?'),
(0x8f590f6e127e576a59d82cecfb1469a9, 'wp-content/plugins/elementskit-lite/libs/framework/controls/settings/color.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings/color.php', 1, 0x00000000000000000000000000000000, 0xebe4d08533ea97d6133d2951175887a3, 0xbb94e4427033766229d7a6b01acfcff00faf75d8cec526d208313b19111d0fbc, '', 0, '?'),
(0x8f5988d6e6d126bfd101ba6a6f732154, 'wp-content/plugins/elementor-pro/license/admin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/license/admin.php', 0, 0x33f714381428655143290252c2b22caf, 0x33f714381428655143290252c2b22caf, 0x5e2f3453031f526a0fe1d51d9783f2412d651e96f9eb319353f52b54ad4d39fb, '', 0, '?'),
(0x8f5b24e15f8d9ea5d220569c80ae4240, 'wp-includes/Requests/src/Cookie/Jar.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Cookie/Jar.php', 1, 0x00000000000000000000000000000000, 0xdf15d1430bc9046e14105b4c4d281bad, 0x0ac3c907c9ca24538db7cff460274023ac0ccee4cd4754171380872bf2c577cb, '', 0, '?'),
(0x8f5cde0f58d90fa9e9f74d173e290fad, 'wp-content/plugins/elementor/includes/fonts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/fonts.php', 1, 0x00000000000000000000000000000000, 0x1ae82f3fc8bc2edfaea95eefff48cd38, 0x7bcaadfa7e2f67ed174ddc4ff1f43611fd0afc601140e4345e3f3fc1700e6cb6, '', 0, '?'),
(0x8f63eb492c1474a45d4a6914f6091a76, 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-2.php', 0, 0x5860fb03f2f269dab68d455038827c48, 0x5860fb03f2f269dab68d455038827c48, 0x94c9f8b3312f05911ad132e2e4c05c062cb09863ae64e1ce04e54927c35391ba, '', 0, '?'),
(0x8f6a254dbbc98df2d17017295a89c40b, 'wp-admin/images/generic.png', '/home/forwardbetcasino/public_html/wp-admin/images/generic.png', 1, 0x00000000000000000000000000000000, 0xf88e1b95ff278a5b231f39380b211ed0, 0xa77b75eba3e5d54b5b67cd86054578dc7ba53adfbc82fa6ccda847c411181fab, '', 0, '?'),
(0x8f6db8f377b194cf5a36f6a5277309a4, 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-registry.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-registry.php', 1, 0x00000000000000000000000000000000, 0x14768771dee01f9217bbece178823734, 0xd42a284b12721b0af8764e1bae8c0c962df55da54e89d7a8172635e95262d01c, '', 0, '?'),
(0x8f6e0edd401d47c36e2faaa600613c69, 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', 1, 0x00000000000000000000000000000000, 0x86aec514bbc2599bb1d22e75e202f9bd, 0x2bbc177cdb375bd62e7551691bbae586a40682361f796f2def6d7f2c79c02cc5, '', 0, '?'),
(0x8f7151d2659fe4f441fd520e8eaeb29e, 'wp-content/uploads/2024/03/casino-mobile-svg.svg', '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/casino-mobile-svg.svg', 0, 0x0f56906459f4ea56ad50bff6a99567d5, 0x0f56906459f4ea56ad50bff6a99567d5, 0xd0e5766da97f4eb894cb145a50f52dd0d894cb703d97ed045e37c15e9a6e0be1, '', 0, '?'),
(0x8f7861d8bf7a6565e374a43f8114e18e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotParseJsonData.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotParseJsonData.php', 1, 0x00000000000000000000000000000000, 0xc3218ff69398bd27f49628fd3388d36d, 0x6b842d8377cdb21d17003bc1f9b26e83fda29d7affbad383ef845603eb93ae74, '', 0, '?'),
(0x8f7a5874339663a36fdca92f1d0b384f, 'wp-content/plugins/elementor/assets/js/admin-feedback.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.min.js', 1, 0x00000000000000000000000000000000, 0xca220cedf4c844362259b38a87c9c0b7, 0x4c143ee09db64d5719e6bc1cdd769bddfb01f16397f4fbbf7c4c8c1970eb95fa, '', 0, '?'),
(0x8f8056d99847ddb954234c3b3610845a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Command/Validate.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php', 1, 0x00000000000000000000000000000000, 0x166a57a4b5f8720840902b1f14330884, 0xe447c5ab37a9e69152e42460f4a0702bd887f85aa03837b6447a716546c3174b, '', 0, '?'),
(0x8f8dc64f7a5632af8485bbd871cf7bd7, 'wp-content/plugins/elementor/includes/managers/wordpress-widgets.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/wordpress-widgets.php', 1, 0x00000000000000000000000000000000, 0xd763909741f4efcc2f7face45bb60ee8, 0xdfce2c695cef967351de4ff1aae42f192c8b863c5930005e4c7e8a4fa39fbfbb, '', 0, '?'),
(0x8f8e24d000c981774bef388c08aed087, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php', 0, 0xbe1fef416b5b59cfeb69823549b948df, 0xbe1fef416b5b59cfeb69823549b948df, 0x51601fc4b9d926c6215240cef22bc2466440f41a7843fdd63a9a23240c8cec6f, '', 0, '?'),
(0x8f96becd064ae4e00bda0eb0b4e15acc, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php', 0, 0xdf065efb9d71f77bfb335cdd67138005, 0xdf065efb9d71f77bfb335cdd67138005, 0x4ed3ae4e90f31c988ac74157a8756882aa2314b3d2223829d5eb65134d31c236, '', 0, '?'),
(0x8f97297b4d4d81036201ad68cf164415, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_idea.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_idea.gif', 1, 0x00000000000000000000000000000000, 0xaaebc9c048367118ba65e1da46bc3e08, 0xa9c0607d2e150efb2c895d7c05eded08bad685ddd0bf9fd0b59dc2c149f886db, '', 0, '?'),
(0x8f98363937ad9d59c7ea224760024b4b, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-date-time.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-date-time.php', 0, 0x095cf8a638bbc76a19dea2d9f5844dc3, 0x095cf8a638bbc76a19dea2d9f5844dc3, 0x0040813dd75e45f4b9ff637f9b5ee0264c6099c14d28e80c316d576ccc03a7c0, '', 0, '?'),
(0x8f9efe529b1a781b9099cb6e198f2d08, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Canvas.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Canvas.php', 1, 0x00000000000000000000000000000000, 0x5946f6be3bf92bf50c3862a2de3fb102, 0x10cd7a24dafb92eafe2d097aeb30f68a6d413f566b5b0aac50e102406e029dc9, '', 0, '?'),
(0x8fa7f07610e92a7e8efdd3f67fe3df8f, 'wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg', 1, 0x00000000000000000000000000000000, 0x25a2d038492f14434dc4e078d40716f8, 0xed98de577d75b77d80e6769c886dd4f1a9bb371e3d45050e1ff0c04b03ea5934, '', 0, '?'),
(0x8fa988a4b4ca8ec5e8b1b8aa36493c1d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Client.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Client.php', 0, 0xb03b5518de85942b8899f5a3ac39bb85, 0xb03b5518de85942b8899f5a3ac39bb85, 0x9dacd75eec9df1ca7c7086298872cdb846c93ece3fc421b8c27af8ab4eddb6d6, '', 0, '?'),
(0x8fad240a8365b7a04a5374aaa7c67d55, 'wp-includes/SimplePie/autoloader.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/autoloader.php', 1, 0x00000000000000000000000000000000, 0x76a8007cf23ad14bb33911f0965ec54e, 0x800f9c4d50e261401f93dfd0a7e953160bada2540eeea1385d5e1b6bda8edc89, '', 0, '?'),
(0x8faeee0c87355548b8f3615d095a3f69, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-bottom-right.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-bottom-right.css', 1, 0x00000000000000000000000000000000, 0x235c1d5476c1aea2d25973098fc03c4a, 0xb4955087196245d261d7ea697979807abbe1db11a5d614914943f4de68dc8982, '', 0, '?'),
(0x8faf4250fc8324fe20b16e505af84c8f, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-2.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-var-2.min.css', 1, 0x00000000000000000000000000000000, 0xb234f89fff3dbe2d9ee5e3d5d2672bae, 0x6d53f086f70fbae0fcaa11ca8be937d93d28467b33293dfe5f7365e0a2bf5094, '', 0, '?'),
(0x8fb0829efada033d36755ef27d5dc2b8, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/title-data-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/title-data-provider.php', 1, 0x00000000000000000000000000000000, 0xa50d3d09fd6d35466e66aca1ce63774b, 0x51300d9aa1dd07a8146a121d1d34e22eb0ac17fb3e708ce4b531684363117a3b, '', 0, '?'),
(0x8fbf524b51eb35769d1c2dbcfc09b9f2, 'wp-includes/css/dist/edit-post/style.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/style.css', 1, 0x00000000000000000000000000000000, 0x81eaa151e9073a8d02ee70f7f7a1bdb8, 0x361ddbad07ef2d59790032bc9c756271c73e44243fe2688ec6824a09b096b2a0, '', 0, '?'),
(0x8fc77197f4ebbba3442884b6826a89ad, 'wp-includes/blocks/list/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/list/style.css', 1, 0x00000000000000000000000000000000, 0xbf2e604b01ea2e5204be21c7ed5fd5f5, 0x62f75c4661c25db2729aae993a0d4a7e1da93b57a8ba00f9500e36840c727543, '', 0, '?'),
(0x8fce54c7650ec2ca9011f6842b56f29d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/Test/TestLogger.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/Test/TestLogger.php', 0, 0x1302a55b7532eb48fb9fde2555ad649f, 0x1302a55b7532eb48fb9fde2555ad649f, 0xb1c54bcb27cd565bf299529f6b9e8df347e8bceaaa8d9269d49a9aa1f2d6aa9d, '', 0, '?'),
(0x8fce768863ccf47fb8df75077811edcc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdCustom.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdCustom.php', 1, 0x00000000000000000000000000000000, 0x2f3468a7099634a82754471eb86eface, 0xe8295ca19d65d2a8957ae3b1d486d2a92e22efeafb328b814a389c72adbd0b61, '', 0, '?'),
(0x8fdc3b28587060d299d6ec9170ddb708, 'wp-includes/js/plupload/handlers.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/plupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x730844aea765d964fd55eb9e57d2dddb, 0xf23c17758bdceeb63ffaddf6369955fe504fa8d96fbb3b508af2be566b1c25e9, '', 0, '?'),
(0x8fdf898a8e1dde1dfe5fe91743856e78, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Serializers/Native.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Serializers/Native.php', 0, 0xfdd249791792ed887135b823c7a524e0, 0xfdd249791792ed887135b823c7a524e0, 0xab746cb08b6426053cdbab60e9bd26eda63cc7f9967951640ecf2832ba7cbeca, '', 0, '?'),
(0x8fe2ae98a59f20ac4684fe841377e800, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php', 1, 0x00000000000000000000000000000000, 0x6b456d69825bc2c3d1ee7452b0bdaf61, 0x58f38105fd126a102f2b4d144019de447065cfab1cc5af2f2d709d513056c982, '', 0, '?'),
(0x8fe84579e2b256051bea1da0044daaeb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php', 0, 0xcf6670519b42b9ff6f229c7935aaf360, 0xcf6670519b42b9ff6f229c7935aaf360, 0x45cae913f1126248628d3f81333d13a359c686f8a5decc0e3982faed123022a4, '', 0, '?'),
(0x8ff68ac2fd783a2a7bfd9bf875d5f3b2, 'wp-content/plugins/elementor/modules/landing-pages/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/landing-pages/module.php', 1, 0x00000000000000000000000000000000, 0xd07791d62d07a4bf7be8681d036d6fb6, 0xee3823f2bcf59b99524b6fab6a9ca4cf384326a5e3b8f6a190f6c953500099dc, '', 0, '?'),
(0x8ffb1a93a7a74775627c653077adf574, 'wp-includes/Requests/src/Exception/Http/Status501.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 1, 0x00000000000000000000000000000000, 0x7e0c88f02dcaf2f78c90b4dc7827b709, 0x8a997bda8bfec24eec6fdcd7235814c12b586527a2a38c86cf5f85dee5c73e1a, '', 0, '?'),
(0x8fff654593996eee1fc9ad8b9577757e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php', 0, 0xc5b44ef352853c81eb91ee1cc39efe1d, 0xc5b44ef352853c81eb91ee1cc39efe1d, 0x2f65be996eb93b30b49be9497bf7e067fd50172db62942bdba80f8b3f8ccc745, '', 0, '?'),
(0x9001060a99716fe3715a5679589cbf39, 'wp-admin/includes/menu.php', '/home/forwardbetcasino/public_html/wp-admin/includes/menu.php', 1, 0x00000000000000000000000000000000, 0x3770bb02b59d1c469c087c60749ed462, 0x986711335dbb7f3c9e1bdbe9fad72a0570d8330200cc0a27de10fbc93183cd36, '', 0, '?'),
(0x90144a01651ca6438abcf591bc117c5f, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/extend-controls-pro.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/extend-controls-pro.php', 1, 0x00000000000000000000000000000000, 0xbbc8c7d648965613df7a08db8b3d80bb, 0x7f90869a2d450039afd3371a6413fc3607254a041b9f60ad1ead2546d7c6486a, '', 0, '?'),
(0x90155ab87b67ca7df666c82d95d1300a, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x11acab9b7fb41d0b38146cd7e4d154c8, 0xb2ea8850a569f6d749df66bd2ae2dd54a34eaea90d0af701be587d5807727c4a, '', 0, '?'),
(0x901c9a5a7b5ff0b5feb6d23382580052, 'wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', 1, 0x00000000000000000000000000000000, 0xb1a7e16cc37b159f536f480d7b2738c9, 0x39731ac49002a81cc8d7ce8639996727e1f1dc60ce90aaa32dd2318b2977218e, '', 0, '?'),
(0x901e4ddc4cc9eef76f40545c1bb1adcd, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpRight.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpRight.css', 1, 0x00000000000000000000000000000000, 0x8ee4ad97215872776d02960999f6878e, 0xc54c99fdc971c5e2ec311db78e9d10daf6f7e099d77229adf469ab1671c2f9ff, '', 0, '?'),
(0x90264d63dd9df14596e55cee44ab4b74, 'wp-content/plugins/wordfence/lib/sodium_compat_fast.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/sodium_compat_fast.php', 1, 0x00000000000000000000000000000000, 0x643c877bb9debcfd0af15da671855913, 0xefc224a72f48b6705616aa3843eff706a52ebbef7aac9ff962b8946043f49213, '', 0, '?'),
(0x902dad9cc56fa4dd8f58141d567f3dfd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalytics.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalytics.php', 1, 0x00000000000000000000000000000000, 0xeb531e926bf785a57e2eb17a6aae6508, 0x9591520106042242f9f3ef8534203f6f68e84f1a82514065165bb16d24356423, '', 0, '?'),
(0x902e17a42f5f715c44f28225258bbe5e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/HttpHandlerFactory.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/HttpHandlerFactory.php', 0, 0x42a5d042bfedeecd17d0c99e4113af30, 0x42a5d042bfedeecd17d0c99e4113af30, 0x2ef2c4ea33292d333d7671d0ea3468b6f751e669bba0350d192fc4917e50c4c3, '', 0, '?'),
(0x902e9bdb280821993ea14c402d4b231d, 'wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg', 1, 0x00000000000000000000000000000000, 0x8c3ea36539f327d1c0bff0a3bf439065, 0x89dee5f6980d78b8650cdbdfa59f153a478c3e0a3d8d291f01af5e27a52db3be, '', 0, '?'),
(0x9037387977cde4100290e84acfc3ae02, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/base-tag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/base-tag.php', 0, 0x0e64f09abe3739b37c516b7246c9759b, 0x0e64f09abe3739b37c516b7246c9759b, 0x738cd352d693b3861bcf98eee5db3cec9b778cc0b48e56611d411b04a9dad52d, '', 0, '?'),
(0x9037822438fc2f892d35b9f74f1ab768, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Solidcolor.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2', 1, 0x00000000000000000000000000000000, 0xf29503a1895affee5ed85d0246238af8, 0x047cd4078d9c5f94d898d13dd23e487b69b90f95e8e5bff6d4f9887acbb8be04, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x904b72c92ed586dc9f15d1df4a8f82f2, 'wp-content/themes/jannah/framework/classes/class-tielabs-wp-helper.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-wp-helper.php', 0, 0xa7f57f51b035df0957030dca7d47aa72, 0xa7f57f51b035df0957030dca7d47aa72, 0x41e5f2789ac7d2b262e249300cc94809454c913623b27b190279094e3cca93e4, '', 0, '?'),
(0x90510082bba17dfcf0b6e2dbf80500de, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/FormNameAttr.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/jquery-ui.min.1690810710.css', 1, 0x00000000000000000000000000000000, 0xc07d4ff1935ed73074474716e4cc5113, 0xb3d98d240c72623d70cf680eb978cb4ba3f9355d38c751fea7985289af6a6e34, '', 0, '?'),
(0x905671482af5338fd7002fc5934ab5b7, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-numeric.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-numeric.php', 0, 0x01053e79e413bd718d4f2184b17ab59d, 0x01053e79e413bd718d4f2184b17ab59d, 0x6a5e661f77dde20492b4a7911587be0762a686bf754fdcbb3906e2d806dd27b9, '', 0, '?'),
(0x90659eadb018e4966dd9ccf80fca7244, 'wp-content/plugins/elementor/core/utils/import-export/wp-import.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/import-export/wp-import.php', 1, 0x00000000000000000000000000000000, 0x6b304bdbe2ceb077b818a8b851da8768, 0x3d0b5b2875031de5dddd726b0097569bf07d985571467137c961839b4428c33e, '', 0, '?'),
(0x906739ef3a07fa779ca70982ae8834ae, 'wp-content/plugins/elementskit/widgets/chart/chart.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/chart/chart.php', 0, 0x966ea2bbe0fcb4aac21cca88dd8221bf, 0x966ea2bbe0fcb4aac21cca88dd8221bf, 0x255b5b9d4868e7fc40b61ed8c6259903b01e2f3267d5665d0154da5f0840ffda, '', 0, '?'),
(0x907836ffaf10d5a5f34e0ecfbf40858f, 'wp-content/plugins/elementskit-lite/widgets/business-hours/business-hours.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/business-hours/business-hours.php', 1, 0x00000000000000000000000000000000, 0xf17d3aee764387c91e359c112824f1fd, 0x8bcfa36f5f83d71e225ef27bb8786d88ecb11188fffa31110987c66cbfa94f3e, '', 0, '?'),
(0x908b1bf7cad30160c255d58b6e83247a, 'wp-content/plugins/luckywp-table-of-contents/core/Core.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/Core.php', 1, 0x00000000000000000000000000000000, 0x645fb30e9bdd0397824cdcde25a30492, 0xe6570c8b3699fc8daa4abcc30ad7b51e105ade63d27a65caacd05fe652d4ce77, '', 0, '?'),
(0x909b44c722291a4b75975b5600bdd54c, 'wp-content/plugins/elementor/assets/js/video.817bd6a65a1542503aac.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/video.817bd6a65a1542503aac.bundle.js', 1, 0x00000000000000000000000000000000, 0xb1e113f6dbb0defbe3b38b13f77ad25e, 0xce8592013257d2863332f3b23e451b6977331d62c22b3c7de2a5c6f0a353b6c7, '', 0, '?'),
(0x90a755cc9b092743d4bbf1bacfdaab1a, 'wp-includes/images/admin-bar-sprite.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', 1, 0x00000000000000000000000000000000, 0xbb07f05ff5bea632392c484b06d3d8eb, 0xfbaced00c3983eb724595e214caf80e6999a0c1565141102867a35a647f35f45, '', 0, '?'),
(0x90ad9537f8e0a8d237e7e570650b87ed, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FindReplaceResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FindReplaceResponse.php', 0, 0x261ba15cc884b55216d7850f032ffc9c, 0x261ba15cc884b55216d7850f032ffc9c, 0xff1756b6ba90ff7322725d74a8b0573431d4f69cf54c9ce97b131278f4aa380b, '', 0, '?'),
(0x90b382e86c928b87a66004623d9fb4e7, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/navigation/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf11897f19a23d49459c1f1d770671078, 0xfad07cab2ac92f7ee652277391aadb86be0d40e4b6cece391b43b30d3882c8eb, '', 0, '?'),
(0x90c122ea5a3000d8bf6585d4a670df1c, 'wp-admin/css/admin-menu.css', '/home/forwardbetcasino/public_html/wp-admin/css/admin-menu.css', 1, 0x00000000000000000000000000000000, 0xebe091128adf6b67c036bd8b0a826589, 0xd1b833318182297853a1929cd496a6aee86b4a48fe45e8e79b55ae64b5bc2c72, '', 0, '?'),
(0x90c51922379d0bd374de2060075433cc, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/IEConditionalSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/IEConditionalSubscriber.php', 0, 0x95358543003d3bd66de3b1b19531ebd7, 0x95358543003d3bd66de3b1b19531ebd7, 0xb329c2e6865c8f54e8ce8e147ac4432ff9495db301b26b57c611a897b6b995bf, '', 0, '?'),
(0x90cc1cb5fdf8c1995c424c9b3fc1e298, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/DependencyException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/DependencyException.php', 0, 0x3981b652f0e5f9f27b60e50632754b25, 0x3981b652f0e5f9f27b60e50632754b25, 0x0d46636b1d43b3d96d2748bb7cd9bed25ffba4a64d6843e9157d8c881e1fdc98, '', 0, '?'),
(0x90cd20424b7d808801dca8dbe61f0c8e, 'wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php', 1, 0x00000000000000000000000000000000, 0xe8f31de9abd6e0c119d4635a237b4053, 0x182a97f379ed8ab67ba0d8e6ef7356f6fe7f24469205304b052e8eef91102833, '', 0, '?'),
(0x90cf145e6758dfc2b6446787091a418a, 'wp-content/plugins/elementor-pro/modules/query-control/controls/template-query.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/controls/template-query.php', 0, 0x57304bb0e238608104cce3aeeae5dfe5, 0x57304bb0e238608104cce3aeeae5dfe5, 0xceb76c752b76255710aebd24fec94106b19e8a4e5a919a297d4d93534ca752d8, '', 0, '?'),
(0x90dcfebcac2238598e8e023734b74f3c, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-wp-users-list-table.php', 1, 0x00000000000000000000000000000000, 0x39f91d19e42667c877e2756c113a80e4, 0x97914b2ec46c3ff83b3f01566bb16f1c4709390e8d2fc07460dee3520178dd78, '', 0, '?'),
(0x90e330f2135d2c88ef8960661a1b68bb, 'wp-content/plugins/elementor/modules/checklist/steps/create-pages.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps/create-pages.php', 1, 0x00000000000000000000000000000000, 0xea35ba2d9f347df1d5712fc0dbae50a7, 0x1d6e9b223b3c37926dfd38c349d9917ba0566fe46fe0a50a721eaf236d2edf76, '', 0, '?'),
(0x90e998ae5bd1cc9b7eb2e71205db8172, 'wp-content/plugins/elementor/assets/css/widget-tabs.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-tabs.min.css', 1, 0x00000000000000000000000000000000, 0x07805524422f76daa90bd9b1439eb936, 0xd209efc5d7b6c9af1af16770324a6af42880381ae3ade6c77880b913ee62062a, '', 0, '?'),
(0x90f13604ab3cecf852f5c0eb4a4abe10, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Facades/wordpress.php', 1, 0x00000000000000000000000000000000, 0x447e79e5c356a99edab7f3d7707b81e7, 0x1c36f578497e8043ae8ea7693bdb96efd324120c17ab39b788b54134a4c47172, '', 0, '?'),
(0x90f5ac68e5e382d81dde1d803127e989, 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/elementor-icon.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/elementor-icon.png', 1, 0x00000000000000000000000000000000, 0x3ed9ebebedcbd990bd434851f5acb15c, 0x027b55dee944697a77adc194121104bef98d74325638848618ec8ee30a8cc961, '', 0, '?'),
(0x90f978bb6b75bf8cd277a6a3375c6482, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeActionsSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeActionsSubscriber.php', 0, 0x0b4de25b20f8668bcee017a6fbcc184f, 0x0b4de25b20f8668bcee017a6fbcc184f, 0xe950c04af39a45318893565ca67ea3108fc9cfec828e7e0029c4937d51d705dd, '', 0, '?'),
(0x90fb61e70cde6362f223ca9f599b2dc8, 'wp-content/plugins/elementskit/elementskit.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/elementskit.php', 0, 0x894ae06bf29cf76b999edd3c870c135b, 0x894ae06bf29cf76b999edd3c870c135b, 0x292089be83955ff11318513b699e33f4e50457fe63ee9341089a722658fa407f, '', 0, '?'),
(0x90fb63e75146ab1bc81bdd7c8f5ea9e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeoExtensionJsonScript.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeoExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x0e84d20152b95891902ecfc81044d867, 0xaa2f8b1c70c5fa7b0571b0df57ed5bd24523bca9f57ddaaf3f336f682c95a941, '', 0, '?'),
(0x9101e122a04f6ea1b1eccc28f34d35cc, 'wp-content/plugins/elementor-pro/modules/custom-attributes/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-attributes/module.php', 0, 0x9adfe29e499bd3df36ec0c03d049ea06, 0x9adfe29e499bd3df36ec0c03d049ea06, 0x3dccdbfcfafe217a6272df1fb57835d8a18e5138bd5c1832e8ca79e559defbf2, '', 0, '?'),
(0x9104284a36b941dc3ca79ff4f4c823bc, 'wp-content/plugins/amp/templates/html-start.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/html-start.php', 1, 0x00000000000000000000000000000000, 0xd41317c2c938b6921263efc9ff36617b, 0xdaf37fd9264eee3ee5225c7e653c05840afab569b316bf28428a4596e8b9c4cd, '', 0, '?'),
(0x910b5403a61c9edc2195d91a36b5e52c, 'wp-content/themes/twentytwentyfive/styles/07-sunrise.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/07-sunrise.json', 1, 0x00000000000000000000000000000000, 0x5c4c9a9af73bdf956849eb359c5d3b60, 0xb992fb347786844abe6b6e857f511f74e330ff0151d293add3b4bce1fd193b3b, '', 0, '?'),
(0x911253147aca8055ec0a96f5dc14951e, 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x444d1d2245d43462d19c12dc42bf9100, 0xdee11ce6d9229f43a8f9590eaa573641d41abfc7f08870c7fd370d0fcf20f0f0, '', 0, '?'),
(0x91162336b87e09415e52e4f9deff1121, 'wp-admin/images/contribute-main.svg', '/home/forwardbetcasino/public_html/wp-admin/images/contribute-main.svg', 1, 0x00000000000000000000000000000000, 0xabadc35556c6a613bc1632ecb0cbf000, 0xf3e039cc483b08212de456ff0124dd7a6404ae7b196da755f12559caf4b1e2d5, '', 0, '?'),
(0x9118a0052ed316cc4c9f93ca150803ef, 'wp-content/plugins/elementskit/widgets/behance-feed/behance-feed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/behance-feed/behance-feed-handler.php', 0, 0x5991891efc2979a6995435d4b77d8a40, 0x5991891efc2979a6995435d4b77d8a40, 0x0968705aa2f12a6869d6502dcac95da10f08f8a448a7bf03843c29dfff99c5a0, '', 0, '?'),
(0x911a967941d3d2610bda4c7bd2d7a896, 'wp-includes/css/dist/commands/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/commands/style.min.css', 1, 0x00000000000000000000000000000000, 0x634ae211b8c1947815ff197d45aed104, 0x225649b0f87d5fbe5bff6e9ffc124a4151b34824c6be8ef9552a19f853f82b98, '', 0, '?'),
(0x911aef7eb40c150ee3aa65f6a0e6ecd8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNextPage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNextPage.php', 1, 0x00000000000000000000000000000000, 0x1ac24a2882a625de6154b66407a27f57, 0x322a457d7e6ff65fe645f02a7f8cf566d41b29a405f402854c21fcfc0d2b3101, '', 0, '?'),
(0x911dff75df836fc053d4579d30208119, 'wp-content/plugins/elementor/assets/js/packages/env/env.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/base.php', 1, 0x00000000000000000000000000000000, 0x8f96a0c8d9c1d532dcf45034214d5bab, 0x11c2d00f12418d095a131c7a7c1332f2aeae10b2d1ed23be1bc75c11141475da, '', 0, '?'),
(0x912fab061204d2301629adba9c1ae6ab, 'wp-content/plugins/wordfence/views/scanner/issue-database.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-customize-preview-legacy.asset.php', 1, 0x00000000000000000000000000000000, 0xce36544dae580c324ab53c842e6cfb71, 0x6d4bdc93c575f4270d1f0a9fe94d81d297895bd3edffcd017e8face115ee2b46, '', 0, '?'),
(0x9138d7b87db6cd3a964bc3c9c25febba, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php', 1, 0x00000000000000000000000000000000, 0x3c41ec7b57b128d5819aae12a7748273, 0x2389c12ce185b173e7d9bd525c9403db1bfbc86cdb1f1fa42a0c121ff70b082d, '', 0, '?'),
(0x91531896c6f70c8a4b4b321d1369c988, 'wp-includes/comment.php', '/home/forwardbetcasino/public_html/wp-includes/comment.php', 1, 0x00000000000000000000000000000000, 0xede31238e3a55046ee2d3b2ddc5b402b, 0xabc4d9770249ffe8474c3f3328550b8d6092fd8fe25286944b92015e4c0027e8, '', 0, '?'),
(0x91550c83277e5874ffdda5fafe8bfe3d, 'wp-content/plugins/elementskit-lite/widgets/button/button-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/button/button-handler.php', 1, 0x00000000000000000000000000000000, 0x0581b0aad56b7382cc71643f1a55bf1f, 0x41afa6ce5b4dff5504425df4000db1efb5f267020c11f6b52e989c711d783cac, '', 0, '?'),
(0x915791703838c48b4cf01693ae37b01e, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthFactoryInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthFactoryInterface.php', 0, 0x0392c533a4f6b527ccab53c84922e3c0, 0x0392c533a4f6b527ccab53c84922e3c0, 0x8f15d6cc1f07a4a6ebb6a401ad19e947799f621356a19be3676f14cee8e595f0, '', 0, '?'),
(0x915c60a03c2bfcb31cd68e0cb8074d3a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rt.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rt.php', 1, 0x00000000000000000000000000000000, 0x7fe3dbe3f8b72df561d95faa952b397c, 0xc3a05b73bb14cd546df44bf46f94f5c7259b3eafdebb8b600041957c6a6e3b9d, '', 0, '?'),
(0x916280865383278887237675e2a9eb68, 'wp-content/plugins/elementor/modules/atomic-widgets/base/style-transformer-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/base/style-transformer-base.php', 1, 0x00000000000000000000000000000000, 0xab2ac6c212b086e02e44e81a2b068e42, 0x998c03aba4ecec0ae977b28670f8433e3d29010b6d2a1675a1ce840bf04e8141, '', 0, '?'),
(0x9166c94c8fdf6180a188b809c0f06c96, 'wp-content/plugins/elementor-pro/core/app/modules/onboarding/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/onboarding/module.php', 0, 0xbb9080fba28f0e20c82417bf8f200007, 0xbb9080fba28f0e20c82417bf8f200007, 0x695768798b3609398fbaeeb145e1a63d4669f7c7ed9989b65dd911a3dbe1da60, '', 0, '?'),
(0x9169060b709532839ff25e3faa74bdbd, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php', 0, 0x48d9ef5737e650412cbaff1f4978277f, 0x48d9ef5737e650412cbaff1f4978277f, 0xfd3e3ae7ea0eed69499ad4736be07eade1c8e42b18dde3a14b6c9c29c87369ea, '', 0, '?'),
(0x9178c35f2c5b98d40e3589891e0186aa, 'wp-content/plugins/wordfence/images/sort_asc_disabled.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_asc_disabled.png', 1, 0x00000000000000000000000000000000, 0xd7dc10c78f23615d328581aebcd805eb, 0x9f8bb2fb5b386cdb59f4a2ece519636b6cfedb09998d75234b56d9c6100c896e, '', 0, '?'),
(0x91795ace2c026aa4e2d72f970a031381, 'wp-content/plugins/wordpress-seo/css/dist/introductions-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/introductions-2400.css', 1, 0x00000000000000000000000000000000, 0x56302589ed5e2cb7f70574b521de8035, 0x767643f36a2d7b4a65065f022c04081a7920e4156eaa483c197aeaa09e560dee, '', 0, '?'),
(0x9179df678bed1f7a6155228309584b47, 'wp-includes/js/hoverIntent.js', '/home/forwardbetcasino/public_html/wp-includes/js/hoverIntent.js', 1, 0x00000000000000000000000000000000, 0xa00b899f9182d32401019bf861a812bd, 0x79ec01fcdf666087b6eef644f526c5dce3954c4939ec40713d14acbac441824c, '', 0, '?'),
(0x917c4c45339f382cfbef33e94ea82ca9, 'wp-content/themes/twentytwentyfive/parts/vertical-header.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/vertical-header.html', 1, 0x00000000000000000000000000000000, 0x93738c867ec4f02f97fd1bf02cf9801d, 0x374995664944d3b1742fe1546493bbb673d8c63b49295d93e24a4b18dc1e2e63, '', 0, '?'),
(0x9183bece265038bdc046c0181d7ba800, 'wp-content/plugins/disable-gutenberg/inc/classic-editor.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.js', 1, 0x00000000000000000000000000000000, 0x0dc1e7b5a0207e3c1c85d10f50c1ae29, 0xec35a70832c62921a35f4d1d949ca5117bfa5f2fe0ecb875ad3ef8d1c8959450, '', 0, '?'),
(0x918b804d248e39e7eca79bfbdf332ae4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/BodySummarizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/BodySummarizer.php', 0, 0xa845ad3690607a20f84ad43c4f7f46f5, 0xa845ad3690607a20f84ad43c4f7f46f5, 0x1ca2f473db7e77ee86af334aa5e7021fa493f3dda9276509ca41e9c520955e7b, '', 0, '?'),
(0x91a5b4002e54afcb49ac39fec5f008da, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php', 1, 0x00000000000000000000000000000000, 0x12c9a19198edd5eca2dab2edf7d7bf84, 0xe2eefa2347723c50cdb227fe2dd1f3cbfc002b5f223a44526c4e6e30c16b7af7, '', 0, '?'),
(0x91ae4134c8b49523666f07a652fdfebf, 'wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x10f1771d196a43aba767c552f6f81cbd, 0x707798761a35b5bccaf5bcab93bad883f720153d218d43c57762426e5feae652, '', 0, '?'),
(0x91b12d8cca6a024184ffb9ad4771a83b, 'wp-content/plugins/wpseo-video/video-seo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/video-seo.php', 0, 0x9855fe4ea1db840023ff7abb8ddc52af, 0x9855fe4ea1db840023ff7abb8ddc52af, 0xa67478d5157fadd9592b40ca3f0fc227a941fe5b4bbe94f91a9503735ce0d342, '', 0, '?'),
(0x91b7164884c6defd1b2f4c985b6c159f, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-select2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-select2.php', 1, 0x00000000000000000000000000000000, 0xef58187691db0c25328e579cfd2c9e16, 0x90146ede032f3f1337867ecf473349f500b16ddb6c9f5cf8fc241073757ed1de, '', 0, '?'),
(0x91ba76527aecdae8fe4037f2df672a54, 'wp-includes/blocks/navigation/editor.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-iframe-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x757f186e7c56a4f2df1196b0e07355a5, 0x34a037f5f648a4964837bb82fa1b9cb1b18d747f0f1b977ee6856cc22e27f7d4, '', 0, '?'),
(0x91bbe943788269d1a98028077ef9ee19, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php', 0, 0x71b6740f77c7553e8568d72314392a07, 0x71b6740f77c7553e8568d72314392a07, 0xaee5111494a0fb6d70f7e4ee59624009e90ceeccf139978e93ff7146e38f3bf5, '', 0, '?'),
(0x91bc7d9e4e65a18df4d09041bdbf40a4, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php', 1, 0x00000000000000000000000000000000, 0xc6e4c97a253420b5217fb647b253456b, 0x2f4f416fd638fd3f41c14e8fdcd0051fb9a21466fdd2594bb70db9c601d52d21, '', 0, '?'),
(0x91cd82695e626e3d50dd66588589da49, 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2400.css', 1, 0x00000000000000000000000000000000, 0xb8142fd3e6ee9feffeabf900068af747, 0x1c8253f9a68b11ed4a512a9ab2522fe85aa2d010e0676762eb755ddc6582035f, '', 0, '?'),
(0x91d55df05a724c576e5ee9c94f15ac81, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVine.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVine.php', 1, 0x00000000000000000000000000000000, 0xada5f84939dec9e4a9a1a9fac612e186, 0xb59370f1b38562f825fc150d896ed7fbf408054aaa32f04e2efd7736a70019db, '', 0, '?'),
(0x91da3dddf4ac72814e23c391c4cadcfc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/UploadedFile.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/UploadedFile.php', 0, 0xef909c4fbf8da84c6b37f9a89c446aae, 0xef909c4fbf8da84c6b37f9a89c446aae, 0x0d9b9f4eda2fcb06b9d0c8dfc2d04d5bfeb1a8916fc9b7df365169f6143f1601, '', 0, '?'),
(0x91dc0e9d4e545a74bf6f0d9625b2af46, 'wp-content/plugins/wordfence/views/scanner/options-group-general.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/options-group-general.php', 1, 0x00000000000000000000000000000000, 0x8105744ceb4761b800dd186fd2a06259, 0x32a03689fe6cec6e0df0f122a82063bf3ad3c685157ae8a476f44a31dcb6dff2, '', 0, '?'),
(0x91e27b13db6b080e1161297490d32c91, 'wp-content/themes/jannah/framework/classes/class-tielabs-filters.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-filters.php', 0, 0xbe0fd5d4efab0310942f46974701583e, 0xbe0fd5d4efab0310942f46974701583e, 0x7e8d1e8d94f988f6913d579e25ba06f256a74b5e09231633bdad6d2b8c7429bd, '', 0, '?'),
(0x91ee7cee00fb270805d909cce1c53852, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/P.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/archives/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x34143f0981eaf3f355ad451777e1e113, 0xe4ccb4dd3249339891d8c151532a22404c901b240998b1228c56b43f1eb1e50e, '', 0, '?'),
(0x91f68da4ed12b0d4d70b0cad01f77754, 'wp-includes/blocks/button/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/button/block.json', 1, 0x00000000000000000000000000000000, 0x4e5420c99c694c2caa021ea59a405ff4, 0xe9eb7e470931fc8cca86bfa637635960506cb812fa689a737a6d2f54fa3d5793, '', 0, '?'),
(0x91f7cfe2c6530d7dbe8b58a5e3c5888a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingTags.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingTags.php', 1, 0x00000000000000000000000000000000, 0x269ba55c128b1c725e910a314973c7c1, 0x22b9ea7ac4f6e7ef9a747c7680c11749ba8d7b8e026261084dbe506f52c151a0, '', 0, '?'),
(0x91fd89ab2701cb9da658812eed53fa3c, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-switch.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-switch.php', 1, 0x00000000000000000000000000000000, 0x87c663f30ffd853a6e242c7aac21851e, 0x17cba47d79c69c7d3a5e29367ecb795fd30c907841dc68d76e614c24ed7d83d4, '', 0, '?'),
(0x91fdb49b402c517569c22e46b0eb577e, 'wp-content/plugins/elementor/modules/floating-buttons/widgets/floating-bars-var-1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/widgets/floating-bars-var-1.php', 1, 0x00000000000000000000000000000000, 0xaf066f5076392c8e938a76550106c858, 0x52d66c9133f175dd4ba2debdd1410af5dc591fc94ae52c664f08acaeaee7ab2c, '', 0, '?'),
(0x92038ede58ae7ff5903d248f58245f64, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPost.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPost.php', 1, 0x00000000000000000000000000000000, 0x0baa8431920b7a0da64d680baf3f520b, 0x7ab8ad7208bf855bcaa690706cc29faba868be5d43065bf87b9c35123ecfbade, '', 0, '?'),
(0x920d6e2a828c90aaac8dda0c52648ce4, 'wp-content/plugins/elementor-pro/modules/woocommerce/data/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/data/controller.php', 0, 0x050d109ded9c5e65102743c9a1290db7, 0x050d109ded9c5e65102743c9a1290db7, 0x37c5359d540afa40f9a75642f68662e6da940381112b7731f734a94ca3ec51c0, '', 0, '?'),
(0x920da454cf605b303de6b7af18375ca6, 'wp-content/plugins/elementskit-lite/widgets/accordion/accordion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/accordion/accordion.php', 1, 0x00000000000000000000000000000000, 0x7d8c86acafc95285e8ee506783fed9bb, 0x80dc06beaba38c34a523fa12ef1e36a832a6c24de5196b51612628090ebbe5f5, '', 0, '?'),
(0x92146fab2f02ca64f08d3478601ca49c, 'wp-content/plugins/akismet/readme.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/readme.txt', 1, 0x00000000000000000000000000000000, 0x3bf1eab3ca0a6ccb59dbc05ab4015205, 0x439e484ca7718594eadee13b827418bd9687ff74b4875d0af3c6f28835d2d7bd, '', 0, '?'),
(0x921b390dff9f01c8ee0d4b7c890df332, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/fonts.php', 1, 0x00000000000000000000000000000000, 0xa606ae84c82df6709b7d4cf8a0b24ad1, 0x5f8814f6322a6ed2ba60773a6a59f729350ef53f2e51814d147077f0542fd325, '', 0, '?'),
(0x921f5125149d95bc1f2abf844bc28c9f, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php', 1, 0x00000000000000000000000000000000, 0xb8789d016f3c0d45dcafd71afe58641e, 0x90adddfd82618b85932b89a0a1222324d3b5bb67aadc5381f8de1e7ab86911dc, '', 0, '?'),
(0x922b4663068d306d5fb6aaf9088c4969, 'wp-content/themes/twentytwentyone/footer.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/footer.php', 1, 0x00000000000000000000000000000000, 0x3914b568347e451ecc6dc548eb4376e5, 0x06ea8230dcd65c6385e552e7684bc1a0db070bf621b1a40e8e5ed257a327aa05, '', 0, '?'),
(0x922d5275199edc101cbfed5ec5fce0c5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookendExtensionJsonScript.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/wp-embed-template.css', 1, 0x00000000000000000000000000000000, 0x23c1e05cf633fe41303a6c063edf9f15, 0xc76ede578246b1be952e10eecba59d301e80b601236746e2a35a5dc0a84100cc, '', 0, '?'),
(0x923a772145162c92ba3df37110a9d3e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlainAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlainAmp4email.php', 1, 0x00000000000000000000000000000000, 0xec561bf0a5ad0a4acbf18d5d68e2f12b, 0xcaf3817234eb220dd571925e936d5d5cd1eb6ecef61138b276019a790fd69c19, '', 0, '?'),
(0x923ab7b938bfdd4a4da4033493861d66, 'wp-content/plugins/elementor-pro/assets/js/hotspot.fa04300164c35a866a51.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/hotspot.fa04300164c35a866a51.bundle.min.js', 0, 0x52f317a8a2ed35848a20d71def929e92, 0x52f317a8a2ed35848a20d71def929e92, 0xecf62e48470acccaa1f62175410022cd11a3918e3a8e61ac6597678530b439c4, '', 0, '?'),
(0x923db3ffaca0bbdf9ce4f60c4e2cb79b, 'wp-content/plugins/elementor-pro/modules/woocommerce/documents/product.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/documents/product.php', 0, 0x32033e10e4ffff6e71efcab42803511f, 0x32033e10e4ffff6e71efcab42803511f, 0x40b4541b220095ec56181f766910a8bbbdba3a3b559a72c15ad6c2290955c890, '', 0, '?'),
(0x924f220c9b734f9289c147decd056862, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshDailySchedule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshDailySchedule.php', 0, 0x2d44be0cdd0c734d11149368ed932120, 0x2d44be0cdd0c734d11149368ed932120, 0xe985938abc7eae592e8a2b6381ff983083195b1a44ee17caca70b1bc828324d5, '', 0, '?'),
(0x925973c17239bfe33abf4dff6031c3c7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php', 0, 0x1b7c23502e8ee090cc04b1d962f42c49, 0x1b7c23502e8ee090cc04b1d962f42c49, 0x96a840479c09f65a98b485b500f86e9ae1301ffdc883c29907520e71fd0f54c0, '', 0, '?'),
(0x925d08dcef856b60c7e4176268e2fd08, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/OutputFormatter.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x24b399fe58d6b72c0522ad65115892f6, 0xf914e2970d6efc380c9f11fccf5a59a7db18ac6c451f9bb0e33bbefd0f4b05ec, '', 0, '?'),
(0x92692372a9aa6285a666c294df3aa8e2, 'wp-content/plugins/elementor/assets/js/alert.c3c6a3fdf4745bd26b7f.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/alert.c3c6a3fdf4745bd26b7f.bundle.js', 1, 0x00000000000000000000000000000000, 0xe7bb883038a283927abdb77db76c8150, 0x4b295929ddec6ab7f8634f60c3bbf384aa81496d79067ed56931779dff91016a, '', 0, '?'),
(0x926bc311ef359579b82e9ca15ad25f83, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2', 1, 0x00000000000000000000000000000000, 0x0d37fca84b327e5ff6c2cba89ad906b0, 0xe00103be8c9806eb2fb31c70de0a20da148c20be0b404c53c6253916c22f43d3, '', 0, '?'),
(0x92767b4cf64a6cc58d80597ad560b028, 'wp-includes/js/thickbox/thickbox.css', '/home/forwardbetcasino/public_html/wp-includes/js/thickbox/thickbox.css', 1, 0x00000000000000000000000000000000, 0x37faeb50ef52da086e0f8c2c289e66d4, 0x4dfcdf8df0188a569d5f975e8db8a6ff6f6c27009adf71594cfccc98299bddea, '', 0, '?'),
(0x92780a783a81c9150902dba5978da464, 'wp-content/plugins/elementskit-lite/widgets/header-offcanvas/header-offcanvas-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/header-offcanvas/header-offcanvas-handler.php', 1, 0x00000000000000000000000000000000, 0x824485ddf29e298c8bbbafbbff9f14e8, 0xf9d77aad019b6e0ec1adc2bb9a4d54e0b046a336ed59435b6f49352ac2551a70, '', 0, '?'),
(0x927f35be7bb2aa20351900cb22affcb6, 'wp-content/plugins/elementskit/widgets/facebook-review/fb-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/fb-api.php', 0, 0x782c5baae6d4d6d6addf90172d3ed868, 0x782c5baae6d4d6d6addf90172d3ed868, 0xb7b7928cfb483affaf71e074e99bf67c6c1616217abb642dd97ce2aa4a2540f1, '', 0, '?'),
(0x9282697aae0e8b8a69299505ec372b4f, 'wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', 1, 0x00000000000000000000000000000000, 0xc2c3fda73645ff43700bb504f9724873, 0x4613092cf071c94bb9d4acdedec62eb2e77f18e11edd651de5451dfeec9ecde3, '', 0, '?'),
(0x928f0a4e5c44e1aa68635c22a11092f0, 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0xce3d5b38f3e714bd13707ba71c431172, 0x54bb2c38058b6ef83c29e59c923bc6a4334faef2d3c188420d9c372efb19368a, '', 0, '?'),
(0x929c5ea21009a7229875025a06d95320, 'wp-includes/blocks/comment-edit-link/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-edit-link/block.json', 1, 0x00000000000000000000000000000000, 0x4b1363b5a70cb192cd77213131fdefbc, 0xfb03906b92771ecfabfe2016aaae89f1811df38bec96ee73ec99834ebb0fa649, '', 0, '?'),
(0x92a0977a8c9617c13ed04ffc5d5eebe9, 'wp-content/plugins/elementor-pro/data/http-status.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/data/http-status.php', 0, 0x5e76ef405576f8ad5aefb87cc72cfa86, 0x5e76ef405576f8ad5aefb87cc72cfa86, 0xb4877f867228cf50692a49e6a8bb6ac736eab801bf98ea0c662830142b0082cc, '', 0, '?'),
(0x92b128b3bc4e4c8d3b080982cec01903, 'wp-includes/js/dist/api-fetch.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/api-fetch.min.js', 1, 0x00000000000000000000000000000000, 0xa9badb1bc96c97ec5e8646e8fa0ec3e9, 0xc85180cd55d4bd4029a23f3ffd5ac88b3d908376c908785f3b6b85483862002b, '', 0, '?'),
(0x92bc61f99d4a8d89927165a9fb143f58, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/Tools/class-detect-missing-tags-subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/Tools/class-detect-missing-tags-subscriber.php', 0, 0xced61bf4cf4ec4a549ebe31de9ae4dd4, 0xced61bf4cf4ec4a549ebe31de9ae4dd4, 0x381e9a9b13dc72af83ae357d2895d061b1d0bc870481342ad8e769100b289080, '', 0, '?'),
(0x92c4a30df1ffb6207cfc77fb04c4957d, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/TheSEOFramework.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/TheSEOFramework.php', 0, 0x40fb3d85c84f269f184e3aa926b7ed07, 0x40fb3d85c84f269f184e3aa926b7ed07, 0xdd5e1c6eeb343c047ecbdfe386e3157e91c0806aa5354d1aa32ab614c356048d, '', 0, '?'),
(0x92d3e19a3b080c0c0a4e7fc4d37105f9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidAttributeName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidAttributeName.php', 1, 0x00000000000000000000000000000000, 0xc138c898bd32a1764a672ea91443a7c3, 0xb086ada3baa50e7edaa72152b6f775b6441a6c17aa7d3135d30ad8d06cf15457, '', 0, '?'),
(0x92e1d8f546e2105aee030a51d90f4345, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php', 1, 0x00000000000000000000000000000000, 0x3bb762ebd0ddca7a334cfedd3312ebe3, 0xd19ac2516082e277b5643e4f886f4a9289d7fe0ba8f3a4274ea9d3813e778f2c, '', 0, '?'),
(0x92eb27214dadc4bbfe0003e54791affa, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateIn.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateIn.css', 1, 0x00000000000000000000000000000000, 0x5722a1574fb4c93cb9e1b6d4a9dd6088, 0x900936d5ae754b0e24a4447be3a80beb50a8fa738d526f3586f772d159a6b859, '', 0, '?'),
(0x92ecce3105d1c0fe2d5124815eb8a908, 'wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/text-columns/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x77ae4d673545155f22db9a3686972dd1, 0xddb4babbf833008db7adcb76221daa4557dac95074bdcc541e54f50c75de2c60, '', 0, '?'),
(0x92f880485e825b45564373de64b1d1eb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php', 0, 0x05aa96ae6f6cbfd3c2787791255e3bee, 0x05aa96ae6f6cbfd3c2787791255e3bee, 0xc08ed3f2d07c10154db66a7789f5e263dede360842241d5c45f982658145818a, '', 0, '?'),
(0x92fed6ac2b499537c60e8e0cac5efca5, 'wp-includes/blocks/file/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/file/editor.css', 1, 0x00000000000000000000000000000000, 0xb246ea983db06f4aaa16c3ea572efc6d, 0xf6a551bb7297b3548fa66e9025180c12faa5dcf140d06e0627e5da6d7d34f61d, '', 0, '?'),
(0x930ce0745a8c7d9418d893ef53f50fad, 'wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/BustingFactory.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/BustingFactory.php', 0, 0xe2c8dd63bbd8113445122aa9b240e87d, 0xe2c8dd63bbd8113445122aa9b240e87d, 0xc518733c740dcf6568aadcdb16d328c832cb559fb698fdbd4c5d54f398676ad8, '', 0, '?'),
(0x930de3ac3fdf88b462e48a56e164ad8a, 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-taxonomy-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-taxonomy-base.php', 0, 0xf97903ba64d990b794702ee7565484db, 0xf97903ba64d990b794702ee7565484db, 0x03d4f4fae6145a42431d245b7a3ba363f9f27d16ffbfcd211d1fdfdfbcb39e86, '', 0, '?'),
(0x930ebaf1873b46b8287b0da558294a93, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationHandler.php', 1, 0x00000000000000000000000000000000, 0xc44ab47b1ea58d930be99c82b2c85e3f, 0x87ceb669cdc36cb533a0f0de926f12b4cba7b0ca2b8a0e9d914f807d139d7378, '', 0, '?'),
(0x930fcacfcfd1c7b216452254004f257c, 'wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/readme.txt', 1, 0x00000000000000000000000000000000, 0xb96e691aaae20a15f22d90d46d53cbff, 0x1e97435d25d245dc082fef187b3206fd3ba57ee2c4f94fc1af1acad716205b6b, '', 0, '?'),
(0x9313b166cebd7fd464d45bffb9c39ae8, 'wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-location-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-location-presenter.php', 0, 0xf645e4ac7cc6b2b7b0d2025c8a20938a, 0xf645e4ac7cc6b2b7b0d2025c8a20938a, 0xabe3bc5da76cc63733898b0c26af5d45bec1fb3366087e8c6c783c0f271c835d, '', 0, '?'),
(0x9314e652d21970ba78eb4f0c8055ca22, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', 1, 0x00000000000000000000000000000000, 0xb40cce124c2d1aeab6d8d23076660a90, 0x952b26682dca9ad8f9956aa28146701952b10cde24e4f9e9a608c9a909312374, '', 0, '?'),
(0x931999d3bf938697735392e8c6467c71, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php', 0, 0x36934f1a1bd1dc2f16f1fccd65927c73, 0x36934f1a1bd1dc2f16f1fccd65927c73, 0x3da8201bac55169d3dfbcf32deb2b585c97d5f6c8953e20876f96119395d9def, '', 0, '?'),
(0x931c7c281af4d04c5be9aae0de48d37b, 'wp-content/plugins/elementor/core/isolation/kit-adapter-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/kit-adapter-interface.php', 1, 0x00000000000000000000000000000000, 0xbc9395915e965bd7d0e21b3cfa9aeaf0, 0x52f15b1df0674e05a8b260541cfed618c8c67f61f42a665324a32090ecb097e5, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x931d58e88156d7984f7c387d069a8082, 'wp-includes/theme.php', '/home/forwardbetcasino/public_html/wp-includes/theme.php', 1, 0x00000000000000000000000000000000, 0x4caa6112ec239d2e07402ec617397a8a, 0x1a1709a1b26fcf9b05f0bf1172a7aeb4ec7a0497d3cd0b243cae16e380e30ea7, '', 0, '?'),
(0x931e52e580546dddbca37e6a39685dbc, 'wp-content/plugins/amp/src/ExtraThemeAndPluginHeaders.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/ExtraThemeAndPluginHeaders.php', 1, 0x00000000000000000000000000000000, 0xe3443bcfa221ae7cb8c17407bca9047b, 0xd8f5c5b4c9a63ab961f1f97bf1b83f131aba779ab6c5b90c48da051224f86d2d, '', 0, '?'),
(0x9320056d8d3c2d2717d60c849ab93859, 'wp-includes/css/dist/preferences/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/preferences/style.min.css', 1, 0x00000000000000000000000000000000, 0xdc0788554cb8343df92df1bb867893ae, 0xea90174f9bc4b1b45bea7022d46529415b38e0320f0b9561246a7b5c6fbdbfe5, '', 0, '?'),
(0x93243fc1d052ff1b97a6d13cd815862d, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shopengine-logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shopengine-logo.svg', 1, 0x00000000000000000000000000000000, 0xdd960b6b8552efcadec327c9b981a464, 0x0663fe07f5012582db93764c77895318356601649631ede808d4e2fdd38c9ae2, '', 0, '?'),
(0x9325b25560558072d2560c4cd963c0ee, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/composer.json', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/composer.json', 1, 0x00000000000000000000000000000000, 0x95e8dccbb59c094d1287652515babc07, 0xad1a8ca30248e5b3eceba005f039f8b4b4484e5795c51f4752c723edd8cadfc2, '', 0, '?'),
(0x932c9b0c2195980017db5cee70cfa3ac, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/MultipartStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/MultipartStream.php', 0, 0x91fe66c33a725448a9d9fab3bba428aa, 0x91fe66c33a725448a9d9fab3bba428aa, 0x442f5549a1a345c8d2936fa0251a5dba974449b262fcd6057b97b8cc57b93e78, '', 0, '?'),
(0x932e17f234eda63441fabe2ec51beaf1, 'wp-content/plugins/amp/assets/css/amp-block-validation.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/separator/theme.css', 1, 0x00000000000000000000000000000000, 0xb189a8f9e5b7c3de45c8aa12f5f3ab68, 0xd790d35aa9c8bd6e5f367b8b4ed36e3bcd464d3e756e14b4c10fff0512b7fe22, '', 0, '?'),
(0x93343c3a3b75e47c61c9d5f630f5014e, 'wp-content/plugins/elementskit-lite/widgets/dual-button/dual-button-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/dual-button/dual-button-handler.php', 1, 0x00000000000000000000000000000000, 0x531f7947475a1a4e1499c56dc52c1c5f, 0x182a479ca6c7757cf0479cb33e3e1e163c035e53ac2b7440e93985bc8e3bd7db, '', 0, '?'),
(0x93390976d70ff911b76a57902ce5995c, 'wp-content/plugins/elementskit/widgets/instagram-feed/instagram-feed-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/instagram-feed/instagram-feed-api.php', 0, 0xe782e506834b291e87a1b1df5ba1d748, 0xe782e506834b291e87a1b1df5ba1d748, 0xe72828f57f7d0de7514ade00f904c03282c973550fea47a858439a64eefad35b, '', 0, '?'),
(0x9339e657eeee121a5a01423d4b3f2840, 'wp-content/plugins/elementor/assets/js/web-cli.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/web-cli.js', 1, 0x00000000000000000000000000000000, 0xa0c25919b36fb640c12032d2182df15f, 0xd22d47a60c638b11959541103a9403bfe2f6d5f5d175800fb7fde440ceb6500b, '', 0, '?'),
(0x9342dd482a12046d7a97cd4e3833fcee, 'wp-admin/css/edit-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/edit-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbe3f68cc0ceba521094e892b42b24c4a, 0xd93e82f6a6206f616c6fcd657d0a865b4880d1644cae3731b5971bc15f661931, '', 0, '?'),
(0x93520d52304f29081a16c17c737aff38, 'wp-content/plugins/elementor/modules/nested-accordion/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/nested-accordion/module.php', 1, 0x00000000000000000000000000000000, 0x2f959b67f30201b4260fee0bc432f22d, 0x6e031577a2e4e1cf55b62f70f16e4a8bfbfcced708dd6deb28d22081a8662d1d, '', 0, '?'),
(0x9352889cb4739ee9c295797c507d6288, 'wp-content/plugins/luckywp-table-of-contents/integrations/elementor/assets/editor.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/elementor/assets/editor.min.js', 1, 0x00000000000000000000000000000000, 0xf1fb3f14b8f5ecb6b98d058e8a360dce, 0x488564642e8d015f047ab4e53240be73578c79ece1117575cdebcd431c05d9ca, '', 0, '?'),
(0x93567dbb50949cb16d952faf7c492ad9, 'wp-includes/js/customize-loader.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg', 1, 0x00000000000000000000000000000000, 0x56a7de2d81ba124c6bfe56221c7dacea, 0x8667712029b809919094403fd61acc656694f5955a339c06166102dcdd20ba2b, '', 0, '?'),
(0x9365dc98e54879b7845dabbaff6fee14, 'wp-content/themes/twentytwentytwo/templates/archive.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/archive.html', 1, 0x00000000000000000000000000000000, 0xca30a7d5bc77e21b9e458d0e1b1f2774, 0xd29eb43113aa111c9367f932e29109d7d4cabb13b4429873060db6c756584cf1, '', 0, '?'),
(0x9369a9d66874024456c57072cd6e845b, 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js', 1, 0x00000000000000000000000000000000, 0x3266c8f80b985a3be04473bceaee5f0b, 0xa41b1e3cd7e27eee42d196471db82f304b7ecfb2cd4d8af50748e800f5341247, '', 0, '?'),
(0x936c81fc1b743a7b302b37e0394314fd, 'wp-includes/sodium_compat/src/Core/HSalsa20.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xf1d3480c782bda30371cb89960ae7df4, 0x40717ab4146ad81849af99e1e6200044bc61b60257bbac366ecd7b8aa3b679df, '', 0, '?'),
(0x9371eb1e24e9ac70b2af893962ff08e7, 'wp-content/plugins/elementskit-lite/modules/controls/widget-area-modal.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/widget-area-modal.php', 1, 0x00000000000000000000000000000000, 0x0d61fc438d52a9eaf7cbeec3b5ead37e, 0xa8c78c8aa63786e1ad6b3a1b96ada22a49cb2c9e0bd7b6e928cf91366c2a60bc, '', 0, '?'),
(0x9379d581e73e94a12d40099ea92f865f, 'wp-content/plugins/elementor/core/utils/hints.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/hints.php', 1, 0x00000000000000000000000000000000, 0x42862bf824286bc3546668efa37bba89, 0x7754482563bebd6a4c01036db7f83acd7a87ba158cf5d926959d4e5e6873e8ef, '', 0, '?'),
(0x937cf5fb9bad741f73cec44b18430699, 'wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php', 1, 0x00000000000000000000000000000000, 0x61d8edc1070e8fdc02999441eff9e042, 0x0947112f177ae69ab6b3cee7ec535291ad5c6862492edd1d115bcc2caa873be8, '', 0, '?'),
(0x93859503fecf9a2c6108d57fbbc7ab22, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php', 0, 0xf75053eaf535a77f677a674915e62db2, 0xf75053eaf535a77f677a674915e62db2, 0x67e88d8003fed400c1a9d7683cc426944d30c005c669758d5eba12ccb84cf05f, '', 0, '?'),
(0x93882e8f9976382d7f724ac595ed7151, 'wp-includes/js/wp-auth-check.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-auth-check.js', 1, 0x00000000000000000000000000000000, 0x9132a9a3e8591054e678da1c0e778004, 0x4513e94944280e313069fd7cf3563aede95ed3731a58c7825cac396be94fae47, '', 0, '?'),
(0x938abcc07a3e9f4e7d215ef978fca3d1, 'wp-includes/l10n/class-wp-translation-file-php.php', '/home/forwardbetcasino/public_html/wp-includes/l10n/class-wp-translation-file-php.php', 1, 0x00000000000000000000000000000000, 0xc99678842b9059cee5ae544dd7f3c9f8, 0xd21d931667cbe5bbee29907217c7a1574bb8bc58822cdb49c0704c51efb2d7af, '', 0, '?'),
(0x9392978e24f29339c33d5d12c89e006b, 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-4.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-4.php', 0, 0xcec0c2bf60cda5d730f0e102d0c6af80, 0xcec0c2bf60cda5d730f0e102d0c6af80, 0xdcb1aa18a603ec69a924ac73def8b0f1d03e240086c19d1b7c3815d587692556, '', 0, '?'),
(0x93964fcfce0b9887813958964b486f82, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', 1, 0x00000000000000000000000000000000, 0x011518128b3fdf4dcb1bf09d65af26d5, 0x2ce549fa1dbb0a9107d92ab0b01984f636f2e2a114bcbae752056620559ce380, '', 0, '?'),
(0x9396a3ad3ab0030ec21b44659e0f95bc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RowData.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RowData.php', 0, 0xa827642165bdbecd4d54a47239698b5e, 0xa827642165bdbecd4d54a47239698b5e, 0xd338dfb8d7db4a727f5c80e0272ad4e3d92bd380fbb82a127a527cdcf5ecded4, '', 0, '?'),
(0x9398102ae2cc242901cfe014a162689a, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-base.php', 0, 0x3524b4598f7b1b4980621f902d2b1e85, 0x3524b4598f7b1b4980621f902d2b1e85, 0xedf1f09fd6f64fbd9fd813a890c363a8aa31e92efbaf4b37f7b741c5babc3711, '', 0, '?'),
(0x939c07278008599a3f2c6d6d6bb42eef, 'wp-content/plugins/wordpress-seo/src/initializers/plugin-headers.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/initializers/plugin-headers.php', 1, 0x00000000000000000000000000000000, 0x3d73c254e506e6f781e142c0b6548f92, 0xbe28e3e1a6097904d3a025635dd83506aed9e17fc310c5b077978c8722b25073, '', 0, '?'),
(0x939f360eadd01255d1d1a6dc1e0875ef, 'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php', 1, 0x00000000000000000000000000000000, 0x7a09114f99edbb55c700f0fac92ec95a, 0xc8aa528ac1db79ec95ed77213cb43596073f3ffbf2031a976ed65059351c1673, '', 0, '?'),
(0x939f950ebb72333a6faa44025a3953ed, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php', 0, 0xea52e6ceaa2759bec4578442a0c30124, 0xea52e6ceaa2759bec4578442a0c30124, 0xe721cd905992731862bed119a5db255f60cd8ed93b1064be821f14957ef37482, '', 0, '?'),
(0x93a8fc4ac8a2c0bef6fe7ebd356fb3ce, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/LineStyle.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/LineStyle.php', 0, 0x26c66df920aa1ce49f3e9cc4e2baa8d3, 0x26c66df920aa1ce49f3e9cc4e2baa8d3, 0xb79bc5bfff8ac88e787f0a36bc786d26cde0fa6d0ef4a38aeb5a99e971e88145, '', 0, '?'),
(0x93ab14378bd64523be77c5a76aafb2b2, 'wp-admin/includes/image-edit.php', '/home/forwardbetcasino/public_html/wp-admin/includes/image-edit.php', 1, 0x00000000000000000000000000000000, 0xf91f80a5395cc5e32d208316296509e7, 0x91af583c24ad1b82a2212a4bf687059488cd9a3b7bce03f85d2f19e881046565, '', 0, '?'),
(0x93ab81cac15507b3bfd589c742b6e2d1, 'wp-includes/Requests/src/Exception/Http/Status415.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status415.php', 1, 0x00000000000000000000000000000000, 0x0ad365d4181addf05e4666806deb9002, 0xa3958d2ad8add29f957c390e87872f5f3ce6f631f0d1c708c33f2bd20f561286, '', 0, '?'),
(0x93ad4b9938864f58445b24f177a570e1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GradientRule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GradientRule.php', 0, 0x5d328d4f2f7564f467f7a9fdc9bc7e9e, 0x5d328d4f2f7564f467f7a9fdc9bc7e9e, 0xf42743a4cab207736ca3422899f1b3177ead90cfb587a8d6363091d50220e101, '', 0, '?'),
(0x93afdc33bae6ea85a017ef587ad68945, 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-query-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-query-interface.php', 0, 0x0629ee1f16d2ee34eefb6bcaf68ead7c, 0x0629ee1f16d2ee34eefb6bcaf68ead7c, 0x3e075281a0e07f5498bc33e28f913ca618f9241c20b34b61e920d51440e5346e, '', 0, '?'),
(0x93b37ad9a04454a20f1e5486f67661f0, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/dynamic-tags-data-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/dynamic-tags-data-provider.php', 0, 0x40c56aacb5dae466d17fe82e684bfc12, 0x40c56aacb5dae466d17fe82e684bfc12, 0xd653e4a5832253cc60dd59e5882f6056b28f05a7d01cd587d47c35c500282696, '', 0, '?'),
(0x93b80afb4a243cb53b3614ee32013c1d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataLabel.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataLabel.php', 0, 0x53e434b546ea0f5947c42abfa3517175, 0x53e434b546ea0f5947c42abfa3517175, 0xe78e39f64e555d705df9263411080974d305c5f97cfa9ea50f6bc9c990699560, '', 0, '?'),
(0x93b9ff5877dd0a662b4403dd30519fea, 'wp-content/themes/jannah/framework/classes/class-tielabs-pagination.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-pagination.php', 0, 0xc448d1004ab9a9c7d5527d13eb3baa63, 0xc448d1004ab9a9c7d5527d13eb3baa63, 0x717520044785f0b4dfd91360112e7c028c11623dd1facbde1c8731588cee0978, '', 0, '?'),
(0x93babcd2c16271c02fa4d9db4601a46b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xdff0aaad3787f5c2a40dac46c4dd0c67, 0x9e6e7f9256278c56b1fbbba456eeb27f29467c2ae1919d0c1732884ee08fd77a, '', 0, '?'),
(0x93be70be6291168022cad0dbd45ddd1e, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/AbstractAPIClient.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/AbstractAPIClient.php', 0, 0xc0debf60b11a22f35f7a756f31fedfa7, 0xc0debf60b11a22f35f7a756f31fedfa7, 0x356a036c9e88a886406f800c18f06dc8efdf8ea3b55d8c1e84394b8e63658aea, '', 0, '?'),
(0x93cde3c57977873ba7fdedeebfe43dd5, 'wp-content/plugins/elementor/assets/svg-paths/spiral.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-block-editor.asset.php', 1, 0x00000000000000000000000000000000, 0x10a1e97c71c3228de863e23ba1a0a98d, 0x7d8a7aad6ad4a6ca5b39944c4d93a12f18fd413bb001cf7989345e38fc9ad4c5, '', 0, '?'),
(0x93db3dae4e7f7d098998e358c715d279, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/electric.json', 1, 0x00000000000000000000000000000000, 0xcec7ad0a64e19a0251cea936b5d35fc1, 0x172ed11fbf9f7a0575e489d90ee6abbab755c4d11120ac548f70c9b8fa2dda18, '', 0, '?'),
(0x93dda68ebd783dea8c33fad1e4311660, 'wp-content/plugins/elementskit-lite/libs/framework/views/layout-onboard.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/layout-onboard.php', 1, 0x00000000000000000000000000000000, 0x7e284f1b44cde288204e9b9ae1c001fe, 0xcf2bef3960d3acf46b8e91320c1d8ca8132c1f8bd60f5c4c24d19a81bf955442, '', 0, '?'),
(0x93ddf96806a0d9b03cf33324e4d2f585, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerInterface.php', 0, 0xe150820360fbbbf1ea45da16bfb27a73, 0xe150820360fbbbf1ea45da16bfb27a73, 0x9df3eca219498f199db6ec3d3869dce70caa62dc6032317bb4aec23686ef63e5, '', 0, '?'),
(0x93e5bb510f718d78a6face5e26a52f26, 'wp-content/cache/min/1/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js.gz', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js.gz', 0, 0x52ca266af84438b8142d35faf18430b5, 0x52ca266af84438b8142d35faf18430b5, 0x7fce92ade8369316c517a271b1bc6f658e369671301123fc3d4b0a430e47170d, '', 0, '?'),
(0x93ea8a604bf145ee23181674925d7b26, 'wp-content/plugins/elementor/modules/system-info/reporters/theme.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2', 1, 0x00000000000000000000000000000000, 0xacd1a9cab2d25b902cfbac208106377d, 0x2d169837b252317d1b5b95ac126efb61d16da803d362d22b286334b1c7bd6937, '', 0, '?'),
(0x9405078e6902fd4d75d46abd1de6a59d, 'wp-includes/Requests/src/Exception/Http/Status306.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/base/skin-base.php', 1, 0x00000000000000000000000000000000, 0xdb62f63db3f6a27dc59f169136b7df46, 0x8d64357577c516ed327d5e1c2487f30d1e035b431eafdd10076fc5e9662e231a, '', 0, '?'),
(0x942148554e26ef228ba8d30e8c7af7f4, 'wp-admin/css/widgets.css', '/home/forwardbetcasino/public_html/wp-admin/css/widgets.css', 1, 0x00000000000000000000000000000000, 0xca7d821cf38d5c1994e00cce1e128dff, 0xaffdd213c2f3c73279c1887d39a361cc58d348c0ea61f560e7094cf1e0d45ab5, '', 0, '?'),
(0x94263f52320958502e7f2e22fa364613, 'wp-content/plugins/wordpress-seo/src/loggers/logger.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/loggers/logger.php', 1, 0x00000000000000000000000000000000, 0x29096b5615b4b8fef3d2625dc538c146, 0xfdd07b158ff3eb206bf723dc07ff8e31d81d93e0d9209ff783492682df46ec9e, '', 0, '?'),
(0x942ad6f42a482dcabfd5997e234f63e3, 'wp-content/plugins/elementor/assets/js/packages/menus/menus.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/menus/menus.min.js', 1, 0x00000000000000000000000000000000, 0x585c9baf7ad2041f2415c6098c9186ea, 0x2633fed70278957ec28ae5babfa46fc83eb6523ce132f75d7c1ae8e54c5ae7ae, '', 0, '?'),
(0x942afc35750f6a889d820470a1b1c28b, 'wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', 1, 0x00000000000000000000000000000000, 0x31f6fe22692925d46c0db822b8b5db5d, 0xe45a998b82addbec0f01d7e308b07bb01720e91a9269551b520ee71b450e5c9d, '', 0, '?'),
(0x943a5661380ae3613f6d2b33b7d85669, 'wp-content/plugins/wp-rocket/views/cache/advanced-cache.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Delayed.php', 1, 0x00000000000000000000000000000000, 0x65cb02c1a7dc49ab9afc39c1904d90f6, 0x74d22d68b6cf5616fb9f09b2eec309548f2ddba2a5c1ddaa3947b464b0786a49, '', 0, '?'),
(0x943bbf31fb27b8b1eee8e8576655775a, 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/login-status.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/login-status.php', 0, 0x822dfe4a7c6f3bc5972cb65fe405f8dd, 0x822dfe4a7c6f3bc5972cb65fe405f8dd, 0x7ec0637edc202665adc5d487436dff4582605169ccf13b11c96b4869061fa885, '', 0, '?'),
(0x943c2332df79a310c851973b9877f931, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/image/view.js', 1, 0x00000000000000000000000000000000, 0x03ed9f0435171533fd548485528905bf, 0x5e9ba513730872a61d58443087acd11d7e79aae5eecac8f2add4cb61b5d99c18, '', 0, '?'),
(0x94461fdf87a81f89c823f7a9617461cb, 'wp-includes/block-patterns/query-small-posts.php', '/home/forwardbetcasino/public_html/wp-includes/block-patterns/query-small-posts.php', 1, 0x00000000000000000000000000000000, 0x6640af49e00e7661fd3d391fa0a37551, 0xcdb72577401b33231ca5a39290468e5a7192a07460effd1273d96fc4f506928e, '', 0, '?'),
(0x94497f82688c01e1e66443157b6e3f8f, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-sub.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-sub.js', 0, 0xf6d8156ba99602352375e7cea8e1a6bd, 0xf6d8156ba99602352375e7cea8e1a6bd, 0x42f8e6234bf6bf24b7d7dedb638cb600db2db4df63f0761c85127767b767d045, '', 0, '?'),
(0x944ccdd07e69533fd376b6433ec84079, 'wp-includes/blocks/latest-comments/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-comments/block.json', 1, 0x00000000000000000000000000000000, 0x71ae63cee2782b017df1052550f10eb5, 0x6a0ad91b6387c349ee7274d838039f85fe0a68783be659f621e9bf51ab223b1c, '', 0, '?'),
(0x945337c0e47a0fc7ab9757cc7ed332ff, 'wp-includes/blocks/site-tagline/editor.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/video/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xf00cac293e070f9248f6683f37154605, 0x33c2e199bcb03c48b7743f3ebf194eb24f1f1575ce8ac08f9245670487dd8e4a, '', 0, '?'),
(0x94581ab0bccc7c88573b2c02c58aadda, 'wp-content/plugins/amp/assets/css/amp-validation-tooltips.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/general.php', 1, 0x00000000000000000000000000000000, 0xe46986decc8ecff487c502a0979b443b, 0x2441e5a56174e4de31cb03d1ef421aed0700349db69d483907f1ca574f6a4234, '', 0, '?'),
(0x9461b17455da71b65e21e430c6a36c81, 'wp-includes/post-formats.php', '/home/forwardbetcasino/public_html/wp-includes/post-formats.php', 1, 0x00000000000000000000000000000000, 0xfd6f1dde8ed01eaeadc22e1fc194894f, 0xde6319b5546c1c5f2201624d2a790bfa9dc4150822ccc04e81aaf4a93b2cfd9d, '', 0, '?'),
(0x94671097c9f998bfb29efe2135e3dfbf, 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/post-new.php', 1, 0x00000000000000000000000000000000, 0x7fb285b4e28c630a318d55ee5c45c884, 0x9cae836c727d5ed713753177c5f60887fe33113b11912eb13f4e4eab6072d4c7, '', 0, '?'),
(0x946f208dc419c905f0937832ef750cf8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php', 0, 0xd446aa4964ab080dcb8ad0658ca8542d, 0xd446aa4964ab080dcb8ad0658ca8542d, 0x17de07bfde74ae877a39dfaec7db07e7fe73ce0be529c9a8c34a33f83c497bbf, '', 0, '?'),
(0x946f3f5a1ec9f5b5e67b7a985a16ff1e, 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/vendor/humanmade/WordPress-Importer/class-logger.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/vendor/humanmade/WordPress-Importer/class-logger.php', 0, 0x1e8e25f57ba27becf21edbea5aaaf012, 0x1e8e25f57ba27becf21edbea5aaaf012, 0x4dca52c3cbf2ab240a1b50fb06179012dfa0326182822fef0b974bc613c6322e, '', 0, '?'),
(0x9475c70a26666dafc310ab71ef1243b2, 'wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0x947a98bc01173b5655688f4470c79d3d, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php', 0, 0xd613a4d9a26a15fa8ffa40b19b0a4ead, 0xd613a4d9a26a15fa8ffa40b19b0a4ead, 0x70c976b6d017248e4c04f2ce8badde2c812ae603f0cab82fe0e33bf852cecba5, '', 0, '?'),
(0x947b9af1d18785338dbcee7ad2ae2b75, 'wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-menu-item.php', 1, 0x00000000000000000000000000000000, 0x1fff7e020f286367579757fff493963c, 0x98b2ddb3a84a8a975861fe7ae8cfd303579e4114ba1cd1a13cf97247dbec3ee1, '', 0, '?'),
(0x947c76bb5095da30e16668eec15406b2, 'wp-includes/js/dist/block-directory.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/block-directory.js', 1, 0x00000000000000000000000000000000, 0xda40a596645f60315427b8b3420c050c, 0xe831d40d809ff469336de29100965bc4e5370ed7fcb09e3b098715cd5962e587, '', 0, '?'),
(0x94820fbe58c6e1273b79ffc5eeb16646, 'wp-content/plugins/wordfence/lib/wfFileUtils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfFileUtils.php', 1, 0x00000000000000000000000000000000, 0x9331a19b7d6f2138127ceb4f27a5e8ae, 0x6a63a5b04fff526f19bdb478b7bef32623415c21c78cc7d0a0bd2c32abcc9672, '', 0, '?'),
(0x948e49f614bfa0432616449e385a49a4, 'wp-content/plugins/wp-rocket/inc/Engine/License/Upgrade.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractivePoll.php', 1, 0x00000000000000000000000000000000, 0xf0667853f1a9be1691d62e72687b6074, 0x8a0dea05bb40b62f870717850cf538de6891202cb6a0ab9925cee6b57707129b, '', 0, '?'),
(0x949c71653576bb7b07d7d24fe7fb4797, 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/images/elementor-icon.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/images/elementor-icon.png', 1, 0x00000000000000000000000000000000, 0x3ed9ebebedcbd990bd434851f5acb15c, 0x027b55dee944697a77adc194121104bef98d74325638848618ec8ee30a8cc961, '', 0, '?'),
(0x94a0211aec8c809837955a14e03d9cfe, 'wp-content/plugins/elementor-pro/modules/loop-builder/widgets/loop-carousel.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/widgets/loop-carousel.php', 0, 0x5947db30ec49b79ee19feffff30f1b60, 0x5947db30ec49b79ee19feffff30f1b60, 0xff07cf9312cc13078acc1738b7eefc01700db819e65e998f8d44b28e6d180ab9, '', 0, '?'),
(0x94a19c7547790e9237ff3009203d0ac2, 'wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints/get-post-type-taxonomies.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints/get-post-type-taxonomies.php', 0, 0x10786d70e89aec11389c72d18c770509, 0x10786d70e89aec11389c72d18c770509, 0x720fecd553cc4ee5159e624c7bca5f493f3cb4318b4b85d4c1a1e8d8da95d5d4, '', 0, '?'),
(0x94a301872b50edf3259a3894e8ce4200, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php', 1, 0x00000000000000000000000000000000, 0x8a80a6e3c8e7744fb7b5501c52252f94, 0xa1c4fb28728703928c0721d923089514f27538627c4f362cf794104a66ada20f, '', 0, '?'),
(0x94ac73c03e4088a7b596067811f35fd5, 'wp-content/plugins/elementskit-lite/core/handler-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/handler-api.php', 1, 0x00000000000000000000000000000000, 0x69239a6176d641a7189fe34f679489a8, 0x9938fefc3350596d2e5b0fe85ff137601401ff38d7768e9c61a69ae97d57483e, '', 0, '?'),
(0x94b1a6ae4cd8e21736090cd8c0e8d7b3, 'wp-includes/ID3/module.audio.ac3.php', '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio.ac3.php', 1, 0x00000000000000000000000000000000, 0xda3e59bfbf07d3e61a6b30e3614d181e, 0xa562b0b45e239afdc2a82874f15eb772df98037a050b8fb8e539f246d3efedad, '', 0, '?'),
(0x94b403d25f957350aeb0938fb4dc3852, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Jetpack.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/kit-library.ac1a4cd5deae5526ce49.bundle.js', 1, 0x00000000000000000000000000000000, 0x1f00d93de8bd0c44be88bde65db46f34, 0xeb76d327dc6a91972a432ca0ee8f2e758a99805c6c362faea4dcaeb37da39f30, '', 0, '?'),
(0x94bb00f23f6ea181959b89ed5e2c7d88, 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/nginx.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/nginx.php', 0, 0x77d03be42d1df9c82ab3d71c41a5fcf0, 0x77d03be42d1df9c82ab3d71c41a5fcf0, 0xb67ffa963f62bbe77aa068aa510308f63aaa9eb9aed0ad5edccfec7da87ef1f8, '', 0, '?'),
(0x94c12106cfd299f5c1392bc2f3061912, 'wp-content/plugins/wordpress-seo/js/dist/general-page.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/general-page.js', 1, 0x00000000000000000000000000000000, 0xdf77fab7c024cb450ab6bf8f91779d14, 0xda79c8e439a17aca01f93ff382835b55cfd4f1e068383f03a936da992d4b336f, '', 0, '?'),
(0x94c8cf5a250c21d3af7daed6011ef944, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/fontSizeField/views/widget.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/import.php', 1, 0x00000000000000000000000000000000, 0x3b878dbc00a65ad1279202f63012d96f, 0x20554923b2b4665fa7175ca503100ad3531033063ca3ff3259f28b5a036d3875, '', 0, '?'),
(0x94cc1da8cf56cb04327536d356a60c59, 'wp-content/themes/jannah/framework/admin/theme-options/posts.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/posts.php', 0, 0xd7374d245fda22a28e1f0f1cef0cf092, 0xd7374d245fda22a28e1f0f1cef0cf092, 0x7a7b7c30827a95adb828fc7855dc1cc2cfb8a531747124b6284d093cd6cd3f43, '', 0, '?'),
(0x94cdab35beda3e5d8e8ab6cdc5df741e, 'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php', 1, 0x00000000000000000000000000000000, 0x3f420c3bb836fa717e1eef36350000b7, 0x301fa8792bd04d8bb14134f399a20bb4933cb978ffce61b2d77b8502dc16c9d6, '', 0, '?'),
(0x94dcb55b0fd2b26d258936f253383a44, 'wp-includes/images/toggle-arrow.png', '/home/forwardbetcasino/public_html/wp-includes/images/toggle-arrow.png', 1, 0x00000000000000000000000000000000, 0xdcdfce879761fde6123beb64cecf2af2, 0x5b621aa91c058ec53beb5dac66c930a0b206e673047c3a1fbf1dac861cd4f325, '', 0, '?'),
(0x94e029472a356d6caa787d30c65a3f1e, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0xc19cd8f1682f03b68251bb6af9d9ae7b, 0x5bc3d8616ba4a6eb48b49ea82802494728e8390070488b771c4822e4fd77757f, '', 0, '?'),
(0x94e6a33b223de5684e8f32992b9450e1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Spreadsheet.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Spreadsheet.php', 0, 0x04997624edabb2e9af72d3f188a6d211, 0x04997624edabb2e9af72d3f188a6d211, 0xc999e8408ddfe594a48861884d00e0e2ed608438115a06ff4a7db4ac1934229a, '', 0, '?'),
(0x94e9e9b62087d93bf8e8a41cfc696aa5, 'wp-content/themes/jannah/assets/fonts/tielabs-fonticon/tielabs-fonticon.svg', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/fonts/tielabs-fonticon/tielabs-fonticon.svg', 0, 0x26c217f575ed18720bf2a222e2b7b1ba, 0x26c217f575ed18720bf2a222e2b7b1ba, 0x625352fbfe301abc79e7785b7940e8cfe4bae6f35f40f87afc81443160a1538f, '', 0, '?'),
(0x94f387e41182c224f94f71d579dcb999, 'wp-includes/blocks/audio/theme-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x7078ebdaba950189f8cd352943341a4d, 0x5e7df58562923e3fd60bb4d0d14bb1383cbf52c0dc8a24fbc0037b30ad36848f, '', 0, '?'),
(0x94f4a89621deaca9c4dfb3c20cc1ab70, 'wp-includes/images/crystal/default.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/common/editor-common-scripts-settings.php', 1, 0x00000000000000000000000000000000, 0xcc1de863b150fe6cd5baba3ede366ebf, 0x06f09b7b27066a022619144a2401252d5c038093b38b26d9d186b63a6d292675, '', 0, '?'),
(0x950114d5caf99ce6bff0c5cb6b5c1df2, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressidium.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xc6632b394f15cb9a64f8dc2fc801520a, 0xe03ea91fe082e1e6967316b924a5bbcbfd2fb3efe44320e8ad0279f9a7f976b9, '', 0, '?'),
(0x950526da4dfb580897ff5714e7c44fb2, 'wp-includes/error-protection.php', '/home/forwardbetcasino/public_html/wp-includes/error-protection.php', 1, 0x00000000000000000000000000000000, 0x4047f3583d22a4ec3e911637c3c59a89, 0x1d2cedb7b5e1eb81ad40f1635ae1bb2f5fcbf9021c2c9f81c4c03cd2960fbd6b, '', 0, '?'),
(0x9517eb46f7bacf01e824c8be5d00c432, 'wp-content/plugins/elementor/includes/widgets/image-box.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/image-box.php', 1, 0x00000000000000000000000000000000, 0x54b1be3e7278f86b5461c4c4dab6471e, 0x395098758f79dd863cc56d311024ca1358ac839ea15ca0eb6e8de5efb49d150d, '', 0, '?'),
(0x951bfe02770fd628d5b6dc94f3ec24fb, 'wp-content/plugins/elementor/assets/js/nested-tabs.min.js.LICENSE.txt', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php', 0, 0x7e09c4a2e0f860abf6a82dd6a88b3ac3, 0x7e09c4a2e0f860abf6a82dd6a88b3ac3, 0x90ba0742e86b39ee292334f47ed02ef79b4bb88a17c91aa5ce9f965fba133071, '', 0, '?'),
(0x95355927c0da80b1abcb60f4bbeed1ab, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', 1, 0x00000000000000000000000000000000, 0x8dffeb8173ea36600f8c385510b3e32d, 0xad0870e21171622cafc344b90e929b0397fd06cc2e143ae4da7331c8a5e284fb, '', 0, '?'),
(0x9538a9e456fc2dea1cca9c4193ef91db, 'wp-content/plugins/elementor/assets/css/templates/frontend.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.min.css', 1, 0x00000000000000000000000000000000, 0x1f65ac1b056d192eac9a4dd754be1d94, 0x1413c3c054493aa8a0c8a752fd8d2e2477bb93016ea3ccfc8d022f5b17aaf2a2, '', 0, '?'),
(0x953cf487fcad04b8f3bb1136e2a65bd1, 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/domain/suggestion-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/domain/suggestion-interface.php', 0, 0xadfbcfdba2bb7fbc32dc49e4244b23c9, 0xadfbcfdba2bb7fbc32dc49e4244b23c9, 0x2c3430ecfd6316f1db1a4eaca68100ec05c3566619ec9ee7c59d8a706192c1a4, '', 0, '?'),
(0x9550495597fe78c266af4af625e371bc, 'wp-includes/blocks/footnotes/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/footnotes/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xda8ce2fa1a8408975a0753aea849a72d, 0x50e985c949e4b74ece998293ad5ad0d1747227a38ce514d7823d2c5d1cbf2db7, '', 0, '?'),
(0x95553608afb422c1a42b867d1e795973, 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-full-content.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-full-content.php', 0, 0xcbbf6e39772216e1e25bb5fe06c2c7f7, 0xcbbf6e39772216e1e25bb5fe06c2c7f7, 0x06d719c072f1684a514827cba98909eb3162aed39993abdc5cc89380686f4545, '', 0, '?'),
(0x9559c6d28d592de8d2a5946f1a1e9b25, 'wp-content/plugins/wp-rocket/assets/js/wpr-cpcss-heartbeat.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/page-list/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa698456ec7743cb310be3400a7654ada, 0xb9180cd034ec8890d3f985b2379f9d6ffec6c09a44b217a23716343ada154a5b, '', 0, '?'),
(0x9561de3c7f846483dd51d538f5e699d5, 'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.min.map', 0, 0x52b1a018218117fac563988cf4acde14, 0x52b1a018218117fac563988cf4acde14, 0x2568b6d338f9831da8da97f48fdc7b02359f13aac7881ee8edf9e1880eafb37d, '', 0, '?'),
(0x956fafb0ba341699abe8ab663f16249c, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php', 1, 0x00000000000000000000000000000000, 0xbad6b81dca4455c71b7ebcae43fd38d5, 0xa88566a214597bb546592663b3c63ba46bbed1cb2b16db3c967bad13c08b09fc, '', 0, '?'),
(0x9573c8639026a74d5559581070c6efe3, 'wp-content/plugins/elementor-pro/modules/forms/actions/email2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/email2.php', 0, 0x08920f38bd3713d97ce9ac536bca48b0, 0x08920f38bd3713d97ce9ac536bca48b0, 0x2fcb2bf40c85eafa7f1cd3bd0bcbfae6b91faae902ba38e0f77c463f1252d16c, '', 0, '?'),
(0x957bc3b15b52c82045e937533325b5d0, 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ExifParser.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ExifParser.php', 1, 0x00000000000000000000000000000000, 0xdabec274f08388ad52a14f2fdc3b164c, 0x3deae446aff83cea310dcfb774e8bbfc0c1dd002352fc8dd2cca65fbe2e5bab7, '', 0, '?'),
(0x957e51e2260284f1dcd6fba65ed7272c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php', 0, 0x50070dd7712b85b9c6844ae77ffd4ede, 0x50070dd7712b85b9c6844ae77ffd4ede, 0xb337360c482b221a8c3f0423204b6226820a9592911f08e0424f69a42976f88d, '', 0, '?'),
(0x957f7531481d4d3a124537022f9a7bfa, 'wp-admin/includes/class-wp-site-health.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-site-health.php', 1, 0x00000000000000000000000000000000, 0xfbcac154151f0adb2f00c23075e745de, 0x1feb9eba5b75059c0277bee2f747ffa192be5c7e115300cf6eea861c8a1a56bc, '', 0, '?'),
(0x957fe40bcff78ca02e8b68efcd3a33fa, 'wp-content/plugins/wordpress-seo/js/dist/react-select.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/react-select.js', 1, 0x00000000000000000000000000000000, 0xed94f5034b5d05ac7c497d34f9489558, 0x74a1f1dc51aaf401fb4e2b70bdb9f4ebb9ff91d0d266b36396f32b025a9bf114, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x95813cff175dd0004e5b9020c2e30047, 'wp-content/plugins/elementor/assets/lib/animations/styles/flash.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/flash.css', 1, 0x00000000000000000000000000000000, 0x0b87ee63ce1ce8a45b3215cd26dc7288, 0xc03edd3ae91f7005bfb9b05d672da843a888215241f8d851d428cfb6fe8d67c3, '', 0, '?'),
(0x95869b744f3ba398f9d98bdd091d12a8, 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.eot', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.eot', 1, 0x00000000000000000000000000000000, 0xfaf03f4892499143724f69adadc6bb60, 0x2fa9c5ea4d75173003ebcf2f1dd7fe80ced1343f98a091c5c54c36c8423ff1f2, '', 0, '?'),
(0x95885ad4ac3d2152693de637f96803b5, 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php', 1, 0x00000000000000000000000000000000, 0x73eb4b3e0e13da70cfbade88041bed1e, 0xf13b638e7ba0523a2ef791c8293a8a52bc3acfc4027c10aecbbab5dc7fa4d318, '', 0, '?'),
(0x959471909c7755b498753dc56ca76693, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupLimit.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupLimit.php', 0, 0xaad56b0dfcdc54fb72ef5cbee34d7ac4, 0xaad56b0dfcdc54fb72ef5cbee34d7ac4, 0x704c2fb481255040c27c29952d7ac1de945084935b66e67211b0f4b9d99e2cb3, '', 0, '?'),
(0x959c2286c46d11dc81ae9cc451e71fa1, 'wp-content/plugins/elementor-pro/modules/code-highlight/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/code-highlight/module.php', 0, 0xa93236d40313af1159d9220ec8169861, 0xa93236d40313af1159d9220ec8169861, 0x632b369fddfce3bee8036032cbb02ebfadc148edf90987d821d837aaf0b1110e, '', 0, '?'),
(0x95a8f7a8c143f9cb02e74643b66f931d, 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_10/shape_01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_10/shape_01.svg', 0, 0x93a55f6f7e4fa8d600b8533c8ae1b436, 0x93a55f6f7e4fa8d600b8533c8ae1b436, 0x181553c48f716ff3a063acf778bf4ba507025abc2e564757dedea26a6b1a6022, '', 0, '?'),
(0x95b1708934b56b63510ee92830c6ca68, 'wp-includes/blocks/avatar/style.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/DeactivationInterface.php', 0, 0x55973a3e376b323592555323307c9b80, 0x55973a3e376b323592555323307c9b80, 0x69e00d293b2ec8e37b46d1152869a29a09e2563cfcd69ddfc8dd054e648ef4a1, '', 0, '?'),
(0x95bc386e3031225425bc764e45de10b2, 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1690810710.css', 1, 0x00000000000000000000000000000000, 0x933c84bb770d6999ecbb8e764c2a78c9, 0xcd4ecd62b583900dcc8e8a2f3f1e2b27e5c4621c6927fa57e213244080691000, '', 0, '?'),
(0x95c39f70d971b7391d02995979c040bc, 'wp-content/plugins/elementskit-lite/widgets/back-to-top/back-to-top-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/back-to-top/back-to-top-handler.php', 1, 0x00000000000000000000000000000000, 0x81248dc1ba0169bfc2046d6aaf14f5d2, 0xc705608f26e5eb2c5c0e06330e8669a05d004cfd6b5e59cb1e491104e007ee05, '', 0, '?'),
(0x95c4dc3c66ef46316813a7bb7fbf97c2, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-roles.php', 1, 0x00000000000000000000000000000000, 0xa69bc35555034b586d383805af24baf0, 0x3cee4ba561101107546044059cc37ae1ef343dc7856fc73fa45dfa02440fde7b, '', 0, '?'),
(0x95cc660730d90c15cbcdada1da7eb729, 'wp-includes/fonts/dashicons.woff', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4e0e34f265fae8f33b01b27ae29d9d6f, 0x95b025482804ec4b0b25948d3fbbef82c8470580305b45cc0c15a5151d9a83b5, '', 0, '?'),
(0x95dba43ab0e9f91e4c7e5993a4c31b2a, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.css', 1, 0x00000000000000000000000000000000, 0xf53d923851efa3481ef662eeb62a3801, 0x348315cfa7467b15277bc70a5a3138a9d5cdb046d3c5c5d98dcdb7d576f32895, '', 0, '?'),
(0x95e84d4f2c9dcce37305e6d2d40de7e2, 'wp-includes/class-wp-http-encoding.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-encoding.php', 1, 0x00000000000000000000000000000000, 0xbb15104d7979dc60444a6ac53424da88, 0xc47ebf929e8c3fd115cc7232dfad50c9855b09a5858c0a59390b664bced8cad5, '', 0, '?'),
(0x95f49ac36db50a5bc04a8cc6f79483b6, 'wp-content/plugins/elementskit-lite/widgets/header-info/header-info.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/header-info/header-info.php', 1, 0x00000000000000000000000000000000, 0x2dd8b223dddef3cfa5abf7eac2c7c7b7, 0x2950f092e28246c084d68d5fae8ead46b8b56b2222eebe0022eef9bacde894e8, '', 0, '?'),
(0x960055ae4f409ab5628c389f3166dded, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php', 0, 0xdfd22bf8722260076cd2aefad5de7676, 0xdfd22bf8722260076cd2aefad5de7676, 0x23357dcd8f09f35c668cde5796b6bcc4b0ddef7e43d160a5874ff9eb94632c80, '', 0, '?'),
(0x960184ca076496de8fb063944ac85192, 'wp-content/plugins/elementor/core/admin/menu/base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/menu/base.php', 1, 0x00000000000000000000000000000000, 0x985dea1a8884900d36567124082e5bd4, 0xd35928dd37701b9aba1ae69282f784ededdcf003477460c279c8064db1a3b0f0, '', 0, '?'),
(0x960e309a81e34103bf845930018a5a3c, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-animation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-animation.php', 1, 0x00000000000000000000000000000000, 0xadb4985c12dd849a97995c53fe01329c, 0x9253439ef7be45f503887cc94838913ab9587a76e782c5f7aae758bbdc1dfdb4, '', 0, '?'),
(0x960e34d71587bb04870d7d8ea12bf898, 'wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-02.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-02.php', 1, 0x00000000000000000000000000000000, 0x21d20d39c7c762e696a3006eb722705f, 0x78d7645159cee8541cf88eab894a5574e0967a4f56a8b2db821ef5b1af0390ca, '', 0, '?'),
(0x9613f47a1fb8dc4a2fc4422643992511, 'wp-includes/blocks/post-featured-image/style-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-site-scan-notice.js', 1, 0x00000000000000000000000000000000, 0xb16477faca6a48b1296c9db6b4f2aa41, 0x2bdaabd8c255c9ebf680694c90df79b86f2353e9441c90311187368b761ecb27, '', 0, '?'),
(0x96215dd7355e44a7a1436afddc28f668, 'wp-content/plugins/elementskit-lite/modules/megamenu/walker-nav-menu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/walker-nav-menu.php', 1, 0x00000000000000000000000000000000, 0x1523a57c62bd368a3c68e5044807c5f8, 0x2dc99f7f79cf7627a61e8c5564416b00ec55e6edd69007a4404a0d093b11f5e9, '', 0, '?'),
(0x9621db852edd34a7a771647418508996, 'wp-content/plugins/akismet/views/activate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/activate.php', 1, 0x00000000000000000000000000000000, 0xff7af004afc296b52ca4a134acc37a40, 0xce875e7f0ac4629782713c766078b6e4a34ba4a3c15a97578ecf3eb04777d6d5, '', 0, '?'),
(0x9623796edb81e5bd905b6817725cd855, 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', 1, 0x00000000000000000000000000000000, 0x32d184b972ff412d5b34afcd6efeb9bc, 0xd333aa6968cfc50778ecf6d0ffbb7335b2aeea022ecc272b383e8758444faeba, '', 0, '?'),
(0x962957a702aa8b2862ba624d75d25913, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleEngineScript.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleEngineScript.php', 1, 0x00000000000000000000000000000000, 0xffa66486d5043291010776496f3cced6, 0x8bd522e840d0f8253085f42ae5710e4639184427ba7f776cb0bd9076db1f947b, '', 0, '?'),
(0x962c95eeeb4521789b4ac1b2bfa07f22, 'wp-content/plugins/elementskit/widgets/yelp/yelp-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/yelp-handler.php', 0, 0x1753dc4b9925c76a28b166490e4cf1b7, 0x1753dc4b9925c76a28b166490e4cf1b7, 0x1be3b6c19e2f81a8f8f70a7b67493f0a89d0535ecc7119d0870ec81eede7f238, '', 0, '?'),
(0x9635fdc33b54fff55d13b8df00c3c294, 'wp-includes/blocks/post-content.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content.php', 1, 0x00000000000000000000000000000000, 0x506ab9fc8492a97ba11783dad428fbae, 0x228a598217bb0ebb2d614eabc882961f9f8a968f9b83d8f9e7389e62615fc961, '', 0, '?'),
(0x9636b67c3bbe3b38c551b934996b85f6, 'wp-admin/install.php', '/home/forwardbetcasino/public_html/wp-admin/install.php', 1, 0x00000000000000000000000000000000, 0x41a376ca8b1d3b1e1f5f005e24bde3e7, 0x9c93682e144dfe20c7354fd7421d108a7e4253c8c626bc1b1b87f458dbb1a7f3, '', 0, '?'),
(0x96391f2c6d96d0a3cf5074f9a2f2719b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutocomplete.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x74d8d3ddbc17b5398176f2474810afff, 0x68ff3e74178b5c20f32e137e5851b41b4058147a60892e148621eb641d7c7390, '', 0, '?'),
(0x963df812aeeb5c62797c2fe52c870dd2, 'wp-content/plugins/elementor/includes/frontend.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/frontend.php', 1, 0x00000000000000000000000000000000, 0x1c0081047a99c69ba17f56076729985a, 0x8da332cdfeaea86f44570cd246069a397f0b78df50788b241106ec9402bf19ce, '', 0, '?'),
(0x9642a5b80a03a90bf9d2ba549460be62, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleEngineScript.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/Subscriber.php', 0, 0x77392ffb3bf9c4999a7f0378036dabdb, 0x77392ffb3bf9c4999a7f0378036dabdb, 0x858ad621b241ae72931728a3f65d8ae32ac78e25352f7157106524d085488c4c, '', 0, '?'),
(0x964db9427e6fe2ec7ad80d324a1d2ccf, 'wp-content/plugins/elementor-pro/core/upgrade/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/upgrade/manager.php', 0, 0x616328cbcf2a03d1b2b2a0b4c7d2936e, 0x616328cbcf2a03d1b2b2a0b4c7d2936e, 0x9755e7bfd42af705d0a151006f6d9f968545c22dfe08e5d0bf61306f8a53ecc5, '', 0, '?'),
(0x96503f3743c32ca68a8080807bfef57d, 'wp-content/themes/jannah/framework/admin/theme-options/translations.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/translations.php', 0, 0x46c8958a6ab58c3fcef3f5e3b43f5522, 0x46c8958a6ab58c3fcef3f5e3b43f5522, 0x6d2001a631442ea3e2454a7931d5258eae46fdf58bceaddfdc9077812cd43c4a, '', 0, '?'),
(0x965362f74fb8f14afe0aa18ba4e64aa0, 'wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json', 1, 0x00000000000000000000000000000000, 0xf9201bb48c722b7bb43c4d364c2d2d52, 0x203fc49f4525ac3d56b1f66ba71e802e7f9809a4fc4400999bb39edad4231735, '', 0, '?'),
(0x9657b7f20c718e639a93f18e082eea67, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post-type-archive.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post-type-archive.php', 0, 0xa1a63f0e17ad84ea0a7c0dd18503d4a6, 0xa1a63f0e17ad84ea0a7c0dd18503d4a6, 0x0513bc212258c5ff34b46edbe1695b6144d676c14eb6020b143e1c92078e5a44, '', 0, '?'),
(0x9661952eb972f248fc2a5e1fccef99df, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ObjectCreator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ObjectCreator.php', 0, 0x9ca0003c0e68cc43ca1d9dc96aa0dd7e, 0x9ca0003c0e68cc43ca1d9dc96aa0dd7e, 0x66a7ad88ac5b45055a324f5ed9c3f15f388496ccdd3108ccdcedfdeccdd96823, '', 0, '?'),
(0x966c3aeb53d1b86c3dbe0693d48be836, 'wp-content/plugins/elementskit-lite/modules/megamenu/api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/api.php', 1, 0x00000000000000000000000000000000, 0x60a5d34a69c3a1239db2f1df3bbdf41e, 0xcd5ac804c575fc2eba2c511d18396812abe33a93cca98d23a25a07ee71331ab8, '', 0, '?'),
(0x9673cc365a8df824d3be798de1441528, 'wp-includes/blocks/group/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/group/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6162f2f38a14d0965ada465580b46c1a, 0x628253f7b803c3e507e1189320a8c925ac718d5237c1f2c346a183ae02bbd6bb, '', 0, '?'),
(0x967a39bb09c560fc6433dd00c8496179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFont.php', 1, 0x00000000000000000000000000000000, 0x2baadaccfd002cd881b7b6ce4a4a1d71, 0xd2322bb7290d657981f8203280a7aa2710478a1760de3ec80db76b336e06df1b, '', 0, '?'),
(0x968e191a356fd614dd2352272fa4ac6c, 'wp-includes/fonts/dashicons.eot', '/home/forwardbetcasino/public_html/wp-includes/fonts/dashicons.eot', 1, 0x00000000000000000000000000000000, 0xd34e1a3e778ff0cb40e991522d2f59f6, 0x42050a5a1aafae5f709d6ecd8216cc05b5513f2fc50d33737ffe7d901cbdd729, '', 0, '?'),
(0x9691743d4fc4d12bf4ce066b7a251d42, 'wp-content/plugins/elementor/assets/js/gutenberg.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/gutenberg.min.js', 1, 0x00000000000000000000000000000000, 0x282edc54c59da3c9b88a33a659b54473, 0x5502fc6b654c7d8019b94e7dc4b7a4d1f60667126a968f69fd3092aa316c8704, '', 0, '?'),
(0x969777d723cc510b87c3c6fa8d980cad, 'wp-content/plugins/akismet/views/predefined.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/predefined.php', 1, 0x00000000000000000000000000000000, 0xb6fe2d7efceac92072128f9ae528f5ba, 0xb63733b48ad569fcde8a165d2bfafce48387e309a2fde70e01d7ffee0963c56b, '', 0, '?'),
(0x96987d1310abd8f9b1de370fbe2abc47, 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-taxonomy.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-taxonomy.php', 0, 0xf8650085e8d5ad5c31a34547c9b36592, 0xf8650085e8d5ad5c31a34547c9b36592, 0x5e49750a1408ceedbfd5bb77ecb623ff899a52d4c4a6fa1d67cd5016d726f08a, '', 0, '?'),
(0x969b58fe26fc9cd57ccb7c1f05459b63, 'wp-content/plugins/wordpress-seo-premium/src/functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/functions.php', 0, 0x678126085a4df70118474de021f7ee25, 0x678126085a4df70118474de021f7ee25, 0x9dee83f93cd2b42261c001c904d01404662e48c0b96529beb9426d0e66693fe0, '', 0, '?'),
(0x969cc25358bb7736104d9edfa02d8f16, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-logo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-logo.php', 0, 0xc3a36330c93585802a778d9552acb8f2, 0xc3a36330c93585802a778d9552acb8f2, 0x99cf5ea4dee17f99c60ccf97d776ca7ddb99e121e618a1294fff4d018def4d1c, '', 0, '?'),
(0x969efd51dedcbcf80fc197322c2d9b43, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGist.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGist.php', 1, 0x00000000000000000000000000000000, 0x7936c3d79889f1b0374186cfff53f32d, 0x709f92f764ba4ca42126d6a6d830ee305f716522a798e3ccbfe3ca520c7eea42, '', 0, '?'),
(0x96a343d1c3800b79dc6e84aac90e397c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoClass.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoClass.php', 1, 0x00000000000000000000000000000000, 0x1c01d03a49d1e3c93cf172f9aabaef54, 0x4ee8acd8ced6dccbe0657841b2789aa69a1697bad0b10250e090dc7d3e869404, '', 0, '?'),
(0x96a47b3ad368f90ecfc098d0e9bdc828, 'wp-content/themes/jannah/framework/admin/theme-options/footer.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/footer.php', 0, 0xed5c12350da6dd0a82c8fff970ce1714, 0xed5c12350da6dd0a82c8fff970ce1714, 0x942beb8ecc542dcd3a4d1fd29b0de43ace3e7df9ad52dbd6ba6e06e9e1f3bab5, '', 0, '?'),
(0x96ac61623cda048fc0a714d00fe66020, 'wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php', 1, 0x00000000000000000000000000000000, 0xe308e37cdf75e31cb5d94623bf227ba9, 0xf728c950e89340227f217bc741297b0668fd5dc496d0a627fb79c8090f3758a4, '', 0, '?'),
(0x96b22b3472854f4408ce1a992c8e76ed, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cool.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cool.gif', 1, 0x00000000000000000000000000000000, 0x25c83ea511f206e88f214719dad9c88c, 0xf8e76de4b04738b2407e6e7ff3f13fe20978b6c42ad5917808bd6bfbfe53018b, '', 0, '?'),
(0x96bbad7e088a7d2b464f11fee5cb464b, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/DeferJS.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/media-views.min.js', 1, 0x00000000000000000000000000000000, 0x20299621f40a8bedf9edc99293e5115a, 0xb3181860b2847cab234941a6c0515d07ea3749bf4e6d2b50c7be95b66d657b7e, '', 0, '?'),
(0x96c257b13c6c91deb7580aff44d0ad23, 'wp-content/plugins/wpseo-video/classes/presenters/yandex/class-wpseo-video-yandex-allow-embed-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/yandex/class-wpseo-video-yandex-allow-embed-presenter.php', 0, 0x2ba720ed495b72882822e6549b527410, 0x2ba720ed495b72882822e6549b527410, 0xb4c13b91d1fc5493ae8008745a79c8e709661ee421c227aaa95b323e8a0248da, '', 0, '?'),
(0x96c2a01d16cf768591c6189a62047529, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 1, 0x00000000000000000000000000000000, 0xc43d5998918b9940fcb9d30fb75fa578, 0xdeb0ca1a5e33c3c99f7689552e61810d5d0166df68e202498515992873f5c641, '', 0, '?'),
(0x96c6be9cf5d02ff266c0bdcbc4f8893d, 'wp-content/plugins/elementskit-lite/widgets/page-list/page-list-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/page-list/page-list-handler.php', 1, 0x00000000000000000000000000000000, 0xc80a6503b0217def868df9af6022f00a, 0xac4656618f9d24f3b426b1c40e99591e24bdb2fb9326da512eac721ded323c7f, '', 0, '?'),
(0x96ce006bacff92e780ba6a931f097288, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/ContainerException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/ContainerException.php', 0, 0x97e8350ec05e1564f4e04903710fc5d7, 0x97e8350ec05e1564f4e04903710fc5d7, 0x06df1e6d012d5666a0f35a734e07ccf7cd022a5571a46a87df1380e938b7c342, '', 0, '?'),
(0x96ce6d59805c8d231cb1d7cd825e32f0, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-4-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-4-render.php', 0, 0x15238dd2331cdbde3ca0f5d3a2560337, 0x15238dd2331cdbde3ca0f5d3a2560337, 0xfb09c928bc875d171489acec38e65857fba7e0c794d2e8eeb510322657ffe474, '', 0, '?'),
(0x96cec4523a0c5ee6652b783297d96313, 'wp-includes/PHPMailer/SMTP.php', '/home/forwardbetcasino/public_html/wp-includes/PHPMailer/SMTP.php', 1, 0x00000000000000000000000000000000, 0xf05a71e77494299bc3c656be30965c97, 0xc33550d2db9126d3f5cd36a545261e2a11d2e41af378d3ccfd27e13ad91d0fc9, '', 0, '?'),
(0x96d003bc037bc3ab384fc51c75088ccb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedManufacturedBody.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php', 1, 0x00000000000000000000000000000000, 0xac58d282959d9b5fe21448536b48f868, 0x805daa6321adbc8a50611ed2e27963e060a8ce8d29dc47fa516227410dc808ac, '', 0, '?'),
(0x96d7a9a487449ef61845eae7fe695fe1, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_confused.gif', 1, 0x00000000000000000000000000000000, 0x4affed1b55e5f73c9f0675ae7d0ad823, 0x69d29b6fbee2c3f548f7d39d8ebe4a31fc15a5bd198ea2c084df70b513408d74, '', 0, '?'),
(0x96dd3dc9dbfb823f3bfe7e3753a5511a, 'wp-includes/blocks/comment-author-name.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Fonts.php', 0, 0xd39f045129334d5cde78796b1e249a67, 0xd39f045129334d5cde78796b1e249a67, 0xe0012921920e721c2035e6b276f72e6f47063bb821a38c73023910ee1e241411, '', 0, '?'),
(0x96e24367bfb8f11e8b7d1d7cc745f7fd, 'wp-admin/js/word-count.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/word-count.min.js', 1, 0x00000000000000000000000000000000, 0x10d678031b6755300ebb10cd56dfffab, 0xdceeb930dbfc1e74b3775493c18df9f51391e37ac72b6f8d19662f7f0daac568, '', 0, '?'),
(0x96f3eb2f47789712a51de8deaabf044d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/LazyOpenStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/LazyOpenStream.php', 0, 0x701feecbe97a8c45fa90d57af065ff6c, 0x701feecbe97a8c45fa90d57af065ff6c, 0xe2e574665ea6fce5c6a99000d6fd6902f7a7c934d306110652c7af633094abee, '', 0, '?'),
(0x96fbe359b1a156e9615b67293184cb3e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Vkern.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Vkern.php', 1, 0x00000000000000000000000000000000, 0x599f700ac23d0e82b65f8d56acf4d1a9, 0x1948290f2e42fd52a26b63e171f802529dc167a04dd322ac69d965aead258ec1, '', 0, '?'),
(0x970169189ad6dc1268ca961cc8739c4b, 'wp-content/themes/twentytwentythree/parts/post-meta.html', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php', 1, 0x00000000000000000000000000000000, 0x7f82d989d99da59282b6216c2e7fd1cf, 0xd70f3a9c4e491b2b7f51868bdcf46f028932e24a5cff063e5512806b8bfc2670, '', 0, '?'),
(0x970534df96541ee536ee1d27f928eccf, 'wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css', 1, 0x00000000000000000000000000000000, 0x3fa05d40f6e71519eb9cfd26115ceb55, 0x545bbb8fcc55737cf6760125bb2dee177ae7378be833f37521849df4e6de4ea5, '', 0, '?'),
(0x97080da1d1b27d12a9ba1c2080803a71, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4ads.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/license.txt', 1, 0x00000000000000000000000000000000, 0x6f9589e0c8df783acd1760d203bafffa, 0x5916e1e2a723774fde675e27e562baec913a855e17eb093d03e8b7a87cf4bcc8, '', 0, '?'),
(0x97194c3c51b5e028fe9f5f6720bffc07, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x65292e373aff34e65d37935de1224a85, 0x82ef4e859abdc1dc71621747e6f91d78e73c834217f4d7270a7db65a90b019ad, '', 0, '?'),
(0x971bf29bd67acc99c30db8c983054fba, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SlackHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SlackHandler.php', 0, 0xb6182bc14d4235c6ebc623c228595140, 0xb6182bc14d4235c6ebc623c228595140, 0x29684967d0c7db62215587a37aa1439c62954a0bb1616b4fdb7b52b9c9c08b3e, '', 0, '?'),
(0x97227ae205c9150f3e55717cc4e15373, 'wp-content/plugins/elementor-pro/core/utils/collection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/utils/collection.php', 0, 0x6119ca28ddd430568b1679c31555d3fe, 0x6119ca28ddd430568b1679c31555d3fe, 0x5bf55ad083963a1791b702b100535c654d1cc41f2e87ac99f6c10fd15e30513a, '', 0, '?'),
(0x9724d1e86cd3e28e991bcc7ca36d12cf, 'wp-includes/SimplePie/src/Cache/Redis.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/Redis.php', 1, 0x00000000000000000000000000000000, 0x0bdf21e533a62ccbb02a9ee01a9544a0, 0x593d818373dc5d757c05a617f75513c62956a838fca560905e2be33ee35383a5, '', 0, '?'),
(0x973edca2dfd3b0c81a31a1a6ed3d43aa, 'wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/archives/editor.min.css', 1, 0x00000000000000000000000000000000, 0x0eacd59c5648c1b3a20cac5a66e3bacd, 0x342100fa7d218c3b396fe36c845fbc6ce234a6df6692ca4c0618be0cd956ac6c, '', 0, '?'),
(0x9749f4d6c7e2f298606fef75d66d9df1, 'wp-content/plugins/elementor/modules/notifications/options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/notifications/options.php', 1, 0x00000000000000000000000000000000, 0x640764f1682107a2a75a8a0b79657b77, 0xe98bd7db768881595119f7dbc0eaf0eb37437d5990edb98a3b800168657382ea, '', 0, '?'),
(0x974cdfa8f5cfa407138c2805bab952ad, 'wp-admin/css/code-editor.css', '/home/forwardbetcasino/public_html/wp-admin/css/code-editor.css', 1, 0x00000000000000000000000000000000, 0xfbc767719513d9cf69a47390ed948b2d, 0xa57e3a2294600fd4f668652640f815fa2a9c11c0eceafb41bf05afeeea8016ab, '', 0, '?'),
(0x97585b466ec4ad7ad8cf845509ebe419, 'wp-content/plugins/elementor/modules/system-info/reporters/server.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/server.php', 1, 0x00000000000000000000000000000000, 0x097c406cc2633702f7a726172a4251a6, 0xb4e44679e240f0bfae17836dee85b90c7d63410c52ac203c8fdc8b23dab62f03, '', 0, '?'),
(0x976a48450e03e29034efd435a677166e, 'wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php', 1, 0x00000000000000000000000000000000, 0xe0422b999c17faeb8e39f912a20707e2, 0xfb37ee596d52af74e806e3e659aab25608b7d7fbb757144a116e259d83fb8e9b, '', 0, '?'),
(0x976b27b638b017d014d514885df106cd, 'wp-content/plugins/elementor-pro/assets/js/social.f215e8a3efafbdbeb7ef.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/social.f215e8a3efafbdbeb7ef.bundle.min.js', 0, 0xd6ae5bcd9afd034d2fad47ddf091d6b4, 0xd6ae5bcd9afd034d2fad47ddf091d6b4, 0x60b5370a2caa23a508df3685235096d4c0c3b3b16390a908b52ac521b136bccc, '', 0, '?'),
(0x976b35822ab07f878ff23332b2d6c444, 'wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/1.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/1.png', 1, 0x00000000000000000000000000000000, 0xa1e9111669740f301d396b4c589d1004, 0x2886b8a77654c40b85b8ef0f119a31f2da440a8a81c528f281d9e1f3887f1763, '', 0, '?'),
(0x9774520035054161ff7f0f22beb99187, 'wp-content/plugins/wpseo-video/detail-retrieval/class-localfile.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-localfile.php', 0, 0x034601ff7715d32105a6930383a92c29, 0x034601ff7715d32105a6930383a92c29, 0x847044b70ba313a8c38ca6637c339b84d65448ba99459d82ba3aa539a1c34f87, '', 0, '?'),
(0x9782f83557d40fd36bdd5e1cfc082ed1, 'wp-content/plugins/wordpress-seo/js/dist/admin-global.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php', 1, 0x00000000000000000000000000000000, 0x22f413522c5e63e60d64936eb6d256f8, 0x5f9ea13fded7007a7ea3eaf617a64196d8e3419fb232512c1f8eff86e65ab3ce, '', 0, '?'),
(0x9789be4e129b0a72e582c71bd224aee6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/ClientExceptionInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/ClientExceptionInterface.php', 0, 0xedb34aeb062eb56478396df6b28202c1, 0xedb34aeb062eb56478396df6b28202c1, 0x5c1b917a5c30f8aae841bd8f03ea41fa6394581cb363e672891e8692b6d56fb2, '', 0, '?'),
(0x9789d031b848bd142705460c580a2b14, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Test/TestCase.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Test/TestCase.php', 0, 0x9a46d7e7b4b375a08f9c5b38a689e016, 0x9a46d7e7b4b375a08f9c5b38a689e016, 0xd13ccfc9005b7284616e666a17b404093b47da9becc7181d8a2b824d139a5a09, '', 0, '?'),
(0x9789df47bbe5f64e822462b52411d645, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php', 0, 0xb730ced09698ebaaa4e2f14050e18ca9, 0xb730ced09698ebaaa4e2f14050e18ca9, 0x38dcd5e872da29422ae28889f09d33217a362fbe2b9acc56b9c857812ad66c37, '', 0, '?'),
(0x978c1e18402f896b66d2cc2a50ca857b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Video.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Presenters/WPMessagePresenter.php', 1, 0x00000000000000000000000000000000, 0xfb6c5363b40463f1d39752d03eeef0c6, 0x72b868ad22f9e96fb7b6cb5c5eefae8466bb3c2cac617d5f1dbe97c7c43042b6, '', 0, '?'),
(0x9799708aa94bd66299f800219728a2f5, 'wp-includes/css/dist/block-directory/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-directory/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9bc93b84ebc74912d3c29c25ccbf2acf, 0xb316d2746bb139d2cf090d15c82a37b62126076d1059b24dd324eb885c6ae2c3, '', 0, '?'),
(0x979df83b0130ffc1757fc358b243e42b, 'wp-content/plugins/amp/src/Infrastructure/Service.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Service.php', 1, 0x00000000000000000000000000000000, 0x1c722090e9b3d9a01e33af8f78e7a1cb, 0x70530bbcad3cdea314b41bfca2aa68314fbedcd324e3079e4315fb3a428b1ec1, '', 0, '?'),
(0x979fb70cf43d02f1fc453ffaa6e71d1c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/installed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/installed.php', 0, 0x4f4368836fbccac4c126d4caae9a0133, 0x4f4368836fbccac4c126d4caae9a0133, 0x4deaf5911fb4a49436c494fa29f835530bbe9a7fa8390e359831aea4f1e3debb, '', 0, '?'),
(0x97b074fc63ed8d388638a7ac8364407d, 'wp-content/themes/twentytwentythree/styles/pitch.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/pitch.json', 1, 0x00000000000000000000000000000000, 0xfbde1b3f6c3c2e383e596fdda9cd9200, 0x6542f3b29dc748571cae85279d5c6e64fcfbc1067a018bdbf5fd46912ad9e350, '', 0, '?'),
(0x97b539001b00722193652f825194c966, 'wp-includes/SimplePie/library/SimplePie.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie.php', 1, 0x00000000000000000000000000000000, 0x2729f3506cac5c92eb48457a3744e440, 0xbc689487af13b97ea2b196a6d658237cc492025e219c73b223b01794426a0b51, '', 0, '?'),
(0x97b67b1488885003a8c47c26c92e1abd, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2400.css', 1, 0x00000000000000000000000000000000, 0xc19cd8f1682f03b68251bb6af9d9ae7b, 0x5bc3d8616ba4a6eb48b49ea82802494728e8390070488b771c4822e4fd77757f, '', 0, '?'),
(0x97c0b30087f781eccbf0c2d5370a1fe0, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/meta-slider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/slider/meta-slider.php', 0, 0x1cc68db30a73629e1570b90fa32331e0, 0x1cc68db30a73629e1570b90fa32331e0, 0xa586a82663f3b4dfc995f76c65d0cae31eec5a604e3e7f4948dcf0332fc7e7a7, '', 0, '?'),
(0x97c6075408318dacd093e0c6f316b1b4, 'wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php', 1, 0x00000000000000000000000000000000, 0x1bbd5dbd7e5d1d72a44d9dcdaa287675, 0x597abfd096f3a53408ac2f68175e44cf9aeace0cbb8e20d6d89eb840b08f2614, '', 0, '?'),
(0x97ca2f1a93c1fd4761f8e76e001b4560, 'wp-content/plugins/elementor/includes/widgets/google-maps.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/google-maps.php', 1, 0x00000000000000000000000000000000, 0x39fd0211c13e0a046edb6d3e463b2c85, 0x25f9668fd3e4b4f669b565aff91d9996504a9a3cae008a01cc106ee776a6237b, '', 0, '?'),
(0x97ce4961e82f5138b0a00615fb370b4b, 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/5.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/5.png', 1, 0x00000000000000000000000000000000, 0xdb50b408d75cd000805a1ea5ca75ad62, 0xfccbbd43d0d109c86df99fc56723b70d570c7d12eebf257cf515095e3f831209, '', 0, '?'),
(0x97d711e8a965c80d5254ccf0a06feabc, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Subscriber.php', 0, 0x1da6fa800cea018dd9d05aa07c08d07b, 0x1da6fa800cea018dd9d05aa07c08d07b, 0xa3f7d4e85ed338257945ad436039f4a584815bc4e63b86ef7041b68f0400299f, '', 0, '?'),
(0x97d770e2521dae7894a72412cb4ddb6d, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/round-line-01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/round-line-01.svg', 0, 0xa5d01cf0a39c6f9e240932494931e7ac, 0xa5d01cf0a39c6f9e240932494931e7ac, 0xf388f350338eb94e592b9392a95cdab167c3f11411af89fb2f240826a3157d91, '', 0, '?'),
(0x97d80e1f5a9459e8f13ac6b3084f21b2, 'wp-content/plugins/amp/src/Exception/InvalidEventProperties.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Exception/InvalidEventProperties.php', 1, 0x00000000000000000000000000000000, 0x0587908f71f3be6e60b3c5baa054023d, 0x554530a42b7381e2e31719d97a6bc11c221e8ed4ead4c2cc5f759a22bfbecd7f, '', 0, '?'),
(0x97de8f5c8952ee7a0ebca99779f7a641, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php', 0, 0xcfc7ad38a58af17d46ed8264ed501099, 0xcfc7ad38a58af17d46ed8264ed501099, 0xdf2b82d8067ac48562a181f2beeca0dc9dfaa32bb34e736a863ddc3e333f40c7, '', 0, '?'),
(0x97e0472b538590b1e6649e1dce78c016, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/BasicMessage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/BasicMessage.php', 1, 0x00000000000000000000000000000000, 0xa06b14ffb481b15382a8214585ec554a, 0xd4425707ed0fbebd5496067d37ee538a54705a6cf11f2c51a8e4522a45229441, '', 0, '?'),
(0x97e0fe4e36935135a2cf64d716721f23, 'wp-content/plugins/elementor-pro/modules/assets-manager/classes/assets-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/classes/assets-base.php', 0, 0x6c8e7881d77b06a335efcd9e6f19398b, 0x6c8e7881d77b06a335efcd9e6f19398b, 0x928d6d494663345747b50b6bd1c33efe4b701acf9d43369429829829f90a4e56, '', 0, '?'),
(0x97e36f3f6e9af9115c42715b7794c0a8, 'wp-content/plugins/elementskit/widgets/audio-player/audio-player-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/audio-player/audio-player-handler.php', 0, 0xdf7ac8489223d51f262e413b6ea98162, 0xdf7ac8489223d51f262e413b6ea98162, 0xf1d5a29186e906c86d10f182304f11423112c67346292dda5929281b4d8576e3, '', 0, '?'),
(0x97e376d62f3969b742358167b5f5efaa, 'wp-content/plugins/wordpress-seo/src/user-meta/domain/custom-meta-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/domain/custom-meta-interface.php', 1, 0x00000000000000000000000000000000, 0x3cdbf30328cda8c49f9b5f9b099bbe90, 0xf7b2fc63a65a494feb5c89837afdcf4e4ce4461706a60140627fcc8593efa142, '', 0, '?'),
(0x97e8f78e1d0b07e8a50eec15fe48688c, 'wp-content/plugins/elementskit-lite/modules/layout-manager/assets/img/info.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/img/info.svg', 1, 0x00000000000000000000000000000000, 0x63a227e673c54105c6e83b5c93701fd8, 0x2227a84d0dd0dabc31878ce9dc6027e3055fe55195df3773856903e6b2b9adc3, '', 0, '?'),
(0x97e9461e912bee9d1c6055b13b00bd8c, 'wp-content/plugins/wp-rocket/inc/deprecated/subscriber/admin/Optimization/class-minify-html-subscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x2936b4a5293af6dbcdf0b88efd9daee2, 0x1c4830a2930b4cb3d1973fb8e39eb98d2e31c74df249116508d3c9021dd9a392, '', 0, '?'),
(0x97f162a6fc921fc1ff0ca3ba7c657eeb, 'wp-admin/css/customize-widgets.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/customize-widgets.min.css', 1, 0x00000000000000000000000000000000, 0x48cdba2fe14d45d0dfbe5f0bd8804332, 0x7f3f94ceb50e5e64bc92d60b7b2969d2b2dfbc55853b932c3d35edc341e8eb54, '', 0, '?'),
(0x97f290f8cc14ab34687cb3c18f3e9011, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php', 0, 0x79d78ee3c302efbde6e71716b90ebd5c, 0x79d78ee3c302efbde6e71716b90ebd5c, 0xce1cfa4ae65a785a24557513e26e616c2b91ecd1732191efa361f082628785d2, '', 0, '?'),
(0x97ffb5616cf2569a3f8e66fd1ad1918c, 'wp-includes/IXR/class-IXR-server.php', '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-server.php', 1, 0x00000000000000000000000000000000, 0xbdc80664dfb9e097d5022463a839edab, 0x00e47b4dcee15508a10d4e1e2e80298d949d2da4f583c41e6077191148f2eed5, '', 0, '?'),
(0x98006814ee94114b669511018d00f0f8, 'wp-content/plugins/wordfence/images/forward_enabled.jpg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/forward_enabled.jpg', 1, 0x00000000000000000000000000000000, 0x55002f336534651399cfd70b8308def6, 0x30bcb451377f3031163897deaa392d967a39d8bd71f0d3145372c492d350f5d3, '', 0, '?'),
(0x98058bb032f1453594a0583666423e4b, 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css', 1, 0x00000000000000000000000000000000, 0x6d2170bd0c545974954f21d0551291de, 0x8977358112ee1426870784d11d115daca2024add0512096e1a74274a61539ca0, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x980e30e4469e3358a3668c443ac1a4b8, 'wp-content/plugins/elementor-pro/modules/forms/classes/honeypot-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/honeypot-handler.php', 0, 0x996a7cbadee7e58fe22f2fe6aa218bf1, 0x996a7cbadee7e58fe22f2fe6aa218bf1, 0x928cdff4202acc5e435dea625ea751ff936f8923aa1b5170d8b8e4c085eb7341, '', 0, '?'),
(0x980e9bafd0c28e0fd9ea48cb300836b2, 'wp-admin/images/browser.png', '/home/forwardbetcasino/public_html/wp-admin/images/browser.png', 1, 0x00000000000000000000000000000000, 0xc1b2f9c29eb54b1f5c0284629524fe46, 0x2624f186c489399ba1e088d77e5f5348d25fd91c14cc93ef254cbcb6fe2726c1, '', 0, '?'),
(0x98188bb5ef8638281ab96ae85a5d077d, 'wp-includes/js/jquery/ui/effect-pulsate.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-pulsate.min.js', 1, 0x00000000000000000000000000000000, 0xa9d6d580c201facab1f44300e3284957, 0x1bd0228b9e54f13eddbe47e3286ad0ac3b1e5f32eb41b2ff9ed827ed7b8affa5, '', 0, '?'),
(0x981d6bb8fed79ecb8a27b3fcab26b85f, 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', 1, 0x00000000000000000000000000000000, 0xd81e34fe13ecf5c48e2d9a9317e41926, 0x4bf503d013a229209ee30bffc6d4446278e300648100a2cb3889d3303d782045, '', 0, '?'),
(0x981f4ddf25c419686c253e0df6938343, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/stroke_circle.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/stroke_circle.svg', 0, 0x1c2e37096e5c9bb639472f2837083ca4, 0x1c2e37096e5c9bb639472f2837083ca4, 0x6003401073826ebb020ae73dd300e776101caf69e859a56c45abc7f6684ad607, '', 0, '?'),
(0x98203b5098a936a2cf0b3337505546a5, 'wp-includes/blocks/comment-content/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-content/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcc76b9b20e1e8e1694251816865d4ba3, 0xc655d691efff7740069f2c6d31c5b48f432cc92217b9e0018f46ae16b4596a6b, '', 0, '?'),
(0x9827ddd50e7835a60f7f7c24e390419d, 'wp-content/plugins/elementskit-lite/widgets/image-box/image-box-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/image-box/image-box-handler.php', 1, 0x00000000000000000000000000000000, 0x85ae92378b59b53b9ad7329280414176, 0x72edca6284ddc5b4457ec92edc1e205d50b5108c886a6afae6bb2333a17f6090, '', 0, '?'),
(0x9834c4beebd539ad6609ce89741703f4, 'wp-content/plugins/elementor/modules/elements-color-picker/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/elements-color-picker/module.php', 1, 0x00000000000000000000000000000000, 0x9506e6dcb549038446acd6321c927b03, 0xb8c38d33dfd4bac773838b2ad28bd21738c6af01aa46d8b8c52a585db3b77d80, '', 0, '?'),
(0x983741f7452285e3776737c71c3fb521, 'wp-content/plugins/elementor/assets/js/packages/schema/schema.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/schema/schema.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x9837b4f50831385c7002c68823331708, 'wp-content/themes/hello-elementor/template-parts/search.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/search.php', 1, 0x00000000000000000000000000000000, 0x015d5a81e849b580809908605368dfe5, 0xb2975b47b6328fefab5c08fb5cfa680107da359abb00876fef17a6ee9b956d20, '', 0, '?'),
(0x98526021e99548c2b4af489a96dc2236, 'wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js', 1, 0x00000000000000000000000000000000, 0xef01076fb79e338f9d9514bcd0f60683, 0xa4522c9cd560e24c57db78a187a3dd6ac7bdbcd2086ecefe8550128c92898f79, '', 0, '?'),
(0x9855c453880d0b42e7a0cc633e0ddd0c, 'wp-includes/blocks/latest-comments/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-comments/style.css', 1, 0x00000000000000000000000000000000, 0x4f94dd77ce0fb9b75d53703fb3ab4fc3, 0xeda532bbd9ded69e3ee0fedca01885f72073a96931425e19f70d49f050bd3677, '', 0, '?'),
(0x985811f652ff6576f895204f1cb6f455, 'wp-includes/blocks/quote/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/block.json', 1, 0x00000000000000000000000000000000, 0x8dd6877f46c72681ec4417d4f1d2dfa4, 0x59a8bea976d8289deffb2d3ed3802fb858b0b257b7567bda70400b8ffb7948c4, '', 0, '?'),
(0x9858b8d4cdec6735fbf49fbc289d3d63, 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php', 1, 0x00000000000000000000000000000000, 0x31682739bd76b8adf3628d8e6e8b3bb8, 0x6b94810c4bf42fe190ba74532f06810dcd59e834d4178572d0ae09183f890293, '', 0, '?'),
(0x9862f2bfa6880fd07125f49c2e55326d, 'wp-content/plugins/wordfence/js/date.1690810710.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1c49c068826ecec3e2b5ee8fcacaa3be, 0xd3c59a1035d998233237bcdcf71fb51e68cec50aae935d7f0ca1b33d78d4c9bc, '', 0, '?'),
(0x98670e809508640edccbd0b7f7a86e58, 'wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php', 1, 0x00000000000000000000000000000000, 0x774d0fef45733cc88ebbfd8ba963d85b, 0x61fdc0644274569694f4f69d56ef750ecd4d6dc39d27fc626db0a98e31536932, '', 0, '?'),
(0x986a75fb679f5d89fbc483ef3d803d72, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Exception/NotCallableException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Exception/NotCallableException.php', 1, 0x00000000000000000000000000000000, 0x4288b782ee45170941b7380d8e996aa8, 0x2035384c31accdd394ed0cee13088194bfa0bd8bd5155eca7e2f20a65bf62e30, '', 0, '?'),
(0x9870745f205987c18cca374c06e34b74, 'wp-admin/css/deprecated-media-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/deprecated-media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb9e75372120d499b734c1d92bbe9029d, 0x9c55d99010316d87bd81acfbdda8f13aaabcc8ea30cbf614c3ff83dc92db3ec5, '', 0, '?'),
(0x9871a9eae6731bb4d2f0ecddd111541a, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/clouds.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/clouds.svg', 0, 0x114a3db0fb9ed9c6064e566cb3562c21, 0x114a3db0fb9ed9c6064e566cb3562c21, 0xdc32a554be0fff052f517cc9de6db551f8d50b20232344b1f49122b21b3cd118, '', 0, '?'),
(0x98749c0b268485cb70bd493f9d451179, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Host.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Host.php', 0, 0x8c4cb4e52a38fc999601246f7b88f98f, 0x8c4cb4e52a38fc999601246f7b88f98f, 0xccc5e34c218b76af36271c62fafcb4e93bbee248c979abe9805009fa94f4ed02, '', 0, '?'),
(0x987d39836a4ba0a0b2c7d110636053c7, 'wp-content/plugins/elementor/assets/mask-shapes/triangle.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/mask-shapes/triangle.svg', 1, 0x00000000000000000000000000000000, 0xaba1ac34becbd3e0fbb427396b1e060f, 0xc28b5bba5b3193cacc4b417e8c522a708efbf0b5573171ea84900d1bdd446690, '', 0, '?'),
(0x98805a7453d9e9744d86f2b70e05fe9b, 'wp-content/plugins/elementskit-lite/modules/megamenu/options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/options.php', 1, 0x00000000000000000000000000000000, 0xb69b7b6ac46e1c6470b2e9887938e04b, 0xb142a2adb7bc9ada8a32560848b01a74e352ba4060f746849753bc71a6e26029, '', 0, '?'),
(0x98815df6c2845baca0ec0d0e9ef97ffc, 'wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php', 1, 0x00000000000000000000000000000000, 0x5aa17a6249183253387725a67a1139cf, 0x37d731f42d51d717ec564007e936fd1c5b6f84598dda46554b21e2115259f7f3, '', 0, '?'),
(0x988c1cb6b7f11495350a48499db78359, 'wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php', 0, 0xa32d9acef7f06586eddbd25ef260dd6f, 0xa32d9acef7f06586eddbd25ef260dd6f, 0x805bb6281106ba2a94ea205d58df1bec3b6b7fb36ced133645fea54f07b919ec, '', 0, '?'),
(0x988da3fd549db94489c046d24b3106c7, 'wp-admin/css/media.css', '/home/forwardbetcasino/public_html/wp-admin/css/media.css', 1, 0x00000000000000000000000000000000, 0xdc0da5e016e1b3efc0949d73687bf8b8, 0x847b32e43f40a8ed406e5d5102f4859bbdda1db3df9d37f19837ebe0d5fbc7c1, '', 0, '?'),
(0x98919e7d595eb1f1b78b62850f59d31d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnalytics.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php', 1, 0x00000000000000000000000000000000, 0xea8dbaf93cd9a90e53ad48514ff190f2, 0x2692b23444d68499f650f4060f229d0307a6bfcc773ffc840daaad3271d2160b, '', 0, '?'),
(0x989a45e0ced09933b4fc9afc3eb2373b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.php', 0, 0xcc4bab221ccca23a55e5365ed57aa090, 0xcc4bab221ccca23a55e5365ed57aa090, 0x18106616d70708e32cb11506ec7b146402caa9207a451288505982c8051f5043, '', 0, '?'),
(0x98ab8fbe25d51bdbb5c3bb237a6dfe08, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Comment/Comment.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Comment/Comment.php', 1, 0x00000000000000000000000000000000, 0x0623e81aaab57734f7f0c42bfbe7983a, 0x96b891aa725929ef6f31046bb0c58f20737dea0efd5e0480d00ec7a60cfa4033, '', 0, '?'),
(0x98b50a8921399d56f35173899937bf3d, 'wp-content/plugins/elementor-pro/modules/theme-builder/views/comments-template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/views/comments-template.php', 0, 0x451dac3b00b9e71dbd0e4d26e015f0f8, 0x451dac3b00b9e71dbd0e4d26e015f0f8, 0xcf8ba8867454938d2e04e7843cbaf627e5b25a710429ff856482b9fb27a9e959, '', 0, '?'),
(0x98b6177bdfdab88d834596a3ba1713ec, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/autoptimize.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/autoptimize.php', 0, 0x27a7c5417bee6be6b9822df722cc0bb9, 0x27a7c5417bee6be6b9822df722cc0bb9, 0x36d17f58bf6dae5983112f8008af23d6019f9d86c38486bf085b20b377a45677, '', 0, '?'),
(0x98c015a5d33f7e8918fa926354585dc7, 'wp-content/plugins/elementskit/modules/header-footer/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/init.php', 0, 0xe4f6273e2e3c66a233f86328a5cf2ed4, 0xe4f6273e2e3c66a233f86328a5cf2ed4, 0x2d8ce02492c7ac3ab67d6a3b4925c2272d15a45ce84b4fcba2d36f49dcad4ea5, '', 0, '?'),
(0x98c42f47ce9ed3b65bad13c79ceed943, 'wp-admin/js/gallery.js', '/home/forwardbetcasino/public_html/wp-admin/js/gallery.js', 1, 0x00000000000000000000000000000000, 0x3ac06bf676a1fb54270e6e05b1e4a164, 0xa6793db1fcbf5d8e1ae873985d88869f6a70d785c3cc9bbe3662e07685e86118, '', 0, '?'),
(0x98cb4bc6b405247af723b0ea33168a20, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/RequestInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/RequestInterface.php', 0, 0xab9d78e0024bfad8c697cab46a54d681, 0xab9d78e0024bfad8c697cab46a54d681, 0x838269f330c6c8aebba48aef284cc4ffa14dba569c4c6c14a955db063757387e, '', 0, '?'),
(0x98cd14c95bb22f9d397da0603a77d950, 'license.txt', '/home/forwardbetcasino/public_html/license.txt', 1, 0x00000000000000000000000000000000, 0x1b999006ae6fd1acd00706b0f9c4e18c, 0x9f6d2a14632a08d690eee59e25b33e5f7cbbab79610d76a7cf790e8f255f8c78, '', 0, '?'),
(0x98d9c076a81b188ed2104b3ae0f85a46, 'wp-includes/blocks/site-tagline/editor.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_static.php', 0, 0x9d7b5a99a572b4922e90ab2752cd8f55, 0x9d7b5a99a572b4922e90ab2752cd8f55, 0x10187d4c1aed8c0b749023754affb9620f22256791a60dd3d3cfa1177f70960c, '', 0, '?'),
(0x98dc111274c6cce4f18c0529bdfae50c, 'wp-content/plugins/elementor/core/isolation/elementor-adapter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/elementor-adapter.php', 1, 0x00000000000000000000000000000000, 0xa4501c13dd2678fdb050c2b03ad93878, 0xb36371341ad181eb51a1191a78802d14b1d6910287861d9eb50776560fa75d56, '', 0, '?'),
(0x98e2ef1837b725ecccac8ac5e826168d, 'wp-includes/css/dist/block-library/common.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/common.min.css', 1, 0x00000000000000000000000000000000, 0x5fb90f60cf5b0ae22a01686565f8ccb3, 0xc40a1d361a8aded9467625479e19364d09edfe0694bfabf07a07566e11b958e0, '', 0, '?'),
(0x98e3eed2b7c5976c292909b952e09a2f, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionArray.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionArray.php', 1, 0x00000000000000000000000000000000, 0x97d34e8dd9b6737eb9be3f09181e5483, 0x95b8075ab97522b40794bcc9dca0302c729e262167973cb123245587f6ea29c1, '', 0, '?'),
(0x98ea059381ad3dd2698fa4d5318d56ef, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/random_compat/lib/random.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/random_compat/lib/random.php', 0, 0x3695f5559f98071abc243efd5ded591a, 0x3695f5559f98071abc243efd5ded591a, 0x1c73cb593a0d19c27bf3da25d2427cc966f2d1728ddf2f1ed5310f673edee74a, '', 0, '?'),
(0x98f10f656e27039a810f4c42766a950d, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', 1, 0x00000000000000000000000000000000, 0x513781241e84fc5076f3cff64b28376d, 0xc97ab9c429791e82fefe4a5605919cb1a6677bd9b178438322760f466e645058, '', 0, '?'),
(0x98f99b25735cdf3b563f680c4a7293b5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ExtensionUnused.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ExtensionUnused.php', 1, 0x00000000000000000000000000000000, 0xff41ff4ac26e1ac4dd589b7363bd660e, 0xe689d0064f498ba99d8c55e0bd90e7def00f6c24850b1e38d55fdfbfd1596a6f, '', 0, '?'),
(0x9900a3f9b5e8a0d21c2e177da5667741, 'wp-includes/date.php', '/home/forwardbetcasino/public_html/wp-includes/date.php', 1, 0x00000000000000000000000000000000, 0xcfbfe94e61f2658bfcbbd05c02c04503, 0x8197431652ae489706c73c66a1540c01db7c8dcfaab52f22b9cea6fa68040224, '', 0, '?'),
(0x990246d7ee09ac5449eecd37c08ab601, 'wp-content/plugins/elementskit-lite/modules/widget-builder/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/init.php', 1, 0x00000000000000000000000000000000, 0xb5483f9455c084c5091d1f2be282a05c, 0x324a561b43b11151c232bcd891b3bcad0ba4b62f0d750f7513a3829a37484b35, '', 0, '?'),
(0x99058b142b450c3da832427c2910f6f1, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x990c79dbe5db20d8ad75e18cc9b07827, 'wp-content/plugins/elementskit/widgets/video-gallery/video-gallery-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/video-gallery/video-gallery-handler.php', 0, 0x17098ad19e5ea4e838d10eab87807fb9, 0x17098ad19e5ea4e838d10eab87807fb9, 0xc16fa49ae0846d33e7e6da559acfa8c064c787d1f885d2f1d06376daa61ee194, '', 0, '?'),
(0x990da48b25bb417db12a20f3b78fe756, 'wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php', 1, 0x00000000000000000000000000000000, 0x778d7419b5432d8401f7b9966f35eee9, 0x3c37fa3edd01cbca9897d1c04f8bd51d796b798f4d820fb041d61be5265de5cd, '', 0, '?'),
(0x99154fda3b379b6a2b433070ef3ffe91, 'wp-content/plugins/elementor/assets/js/onboarding.5ceee1b219b66e943cb0.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/onboarding.5ceee1b219b66e943cb0.bundle.js', 1, 0x00000000000000000000000000000000, 0x1a295086af1af948027d55229fb07cd0, 0x0fc2616072e94c6a6330663387c4a74b6fd76404cbcedb4aeff77338546d3624, '', 0, '?'),
(0x992fd72fb1cabe67f3d8dd621e7b31bc, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-rating.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-rating.php', 0, 0x24ea817767cf332eb463b2050c9f2f83, 0x24ea817767cf332eb463b2050c9f2f83, 0x28350ba1b29e8c2e0858f5fdf738d4912cb78ee5ff4edd025c9b100af2e91846, '', 0, '?'),
(0x99318c8809244061c85a3f142985eb49, 'wp-content/plugins/elementor/assets/js/editor-loader-v1.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v1.js', 1, 0x00000000000000000000000000000000, 0x78deb81e8c989f09e89eb46a68362363, 0x45f8541c0584603b3bf58e46d9b27719bf3af4ac1050f6fd389f42d3db61354c, '', 0, '?'),
(0x993f54456284562bcf23e99793174843, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php', 1, 0x00000000000000000000000000000000, 0xa0a904fe25832e769fd321cc7b970639, 0x3e2d9f713be78b769e3386b352b5d1980c9fcf758941ff49722cbcab38975e07, '', 0, '?'),
(0x9952e1c282c125300cbd69cf3156fd25, 'wp-content/plugins/elementor/assets/js/editor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor.js', 1, 0x00000000000000000000000000000000, 0x59b1a1acea86b77a26cd1ba8e0cffbad, 0x23eb384d2ef4653c03106618bd4202ae682e833516c37df60f661bcb76ad5a2a, '', 0, '?'),
(0x995b82179fae514822705331c8aaeb63, 'wp-admin/images/arrows-2x.png', '/home/forwardbetcasino/public_html/wp-admin/images/arrows-2x.png', 1, 0x00000000000000000000000000000000, 0x972051f086017dcef17964622336840b, 0xf82c6381cbbf1aaf69287ee6d6d729958ca9ce2780c4385b41e92fa849d1e578, '', 0, '?'),
(0x995bd9185147ec8860bb86957c094571, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/square-scale-up.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/square-scale-up.php', 1, 0x00000000000000000000000000000000, 0x4c42ed2d6ffb9d43ba844b4b05a26bec, 0x9cace8beca661968f4a978ff28e7fc34a437a49cdbfe5077be3c29fb0c73a39b, '', 0, '?'),
(0x995c8e6c2fa753acbd09fac7caa8837a, 'wp-includes/blocks/template-part/theme-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xbf2552e9eb04c7bd2ebccfb4d2ea86ec, 0x537603ece00a04f341ead8c27426d33241aa55972194759aeac2a3678f0c00b4, '', 0, '?'),
(0x996c9d95cc0147e2b9df5d40815af75d, 'wp-content/plugins/amp/includes/sanitizers/class-amp-gtag-script-sanitizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-gtag-script-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x463e61468abef746669087460f138dd0, 0xc6fff5b165c91a0089c8c81d19a181a6b33d95dbc8016c6fbce7476206f985ef, '', 0, '?'),
(0x996e4931032aa6aa8c64a250136280a4, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/Elementor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/Elementor.php', 0, 0xae3214f771f086bf34970f645e5c81ac, 0xae3214f771f086bf34970f645e5c81ac, 0xfa34a01a6de4c9e70e880021db640b30633829c0acec0b210a443da14e5943ea, '', 0, '?'),
(0x996f32196c8c592dfdd88d78b09fcefb, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-date.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-date.php', 0, 0xe9a2600b9d19f7a2fbcc7d9d518fa06a, 0xe9a2600b9d19f7a2fbcc7d9d518fa06a, 0xea6f97fdb3802cf6175599bb7acc95b5fa2dad493c3c600ebb56e66c477a22da, '', 0, '?'),
(0x99767c9db9bcce557fa79a94954a2162, 'wp-content/plugins/wordpress-seo/images/open_graph.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/open_graph.png', 1, 0x00000000000000000000000000000000, 0x13abf2a1cf13fd263d2aa9d9497ccbe8, 0xcbc43a84fb1b076cfff91c15e653cfae72adfbffa7820ff1d52d7d3d491a95c0, '', 0, '?'),
(0x9978f0fd2b2b98bf1b0dbac291ff50a9, 'wp-includes/blocks/footnotes/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/footnotes/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x17e26612abda60fc1d8fe51f2911b25f, 0x4405e982b45da30795d0d3133dd4e591949eb932135583687b48451838ac415f, '', 0, '?'),
(0x997d044b1d500b1ed5f440d02bf729ae, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php', 0, 0x5206ccb0d21e75b333a494d3410144dd, 0x5206ccb0d21e75b333a494d3410144dd, 0x29dc853ddcea30610fedaee5e0733014a7e1fed696dd7b4852786d84c2593cd7, '', 0, '?'),
(0x998049315cc7542d1bcfec71f3e69d10, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comment-date/style.css', 1, 0x00000000000000000000000000000000, 0x65000fd1fe382fd118103e59edd3fb46, 0xc11ec2bd327d85c938657abf46ec3e58cc3aa966c900598222a14dcaea84b402, '', 0, '?'),
(0x99840f05ca8c4a59ac0bc58f22d61ecc, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php', 0, 0xb795d4f5fb8c62c0a30acbdb3416b1dc, 0xb795d4f5fb8c62c0a30acbdb3416b1dc, 0x3a071890d6d49adb9a9f8094fc04b4190db00637bb00d9588a425d25f3488d55, '', 0, '?'),
(0x998984d6b6d858ccfa442c390ad106bd, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/Subscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/Cli/AmpCommandNamespace.php', 1, 0x00000000000000000000000000000000, 0x4b9aafba1ebaf994da4e54f2ec5787f6, 0xcf4c2d5f55d0e1c78924799d8cce75b4e5650cd9767e92db950ce21e67686288, '', 0, '?'),
(0x99985b69785402ba71d4c37e5776a165, 'wp-admin/network/plugin-editor.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidPropertyNolist.php', 1, 0x00000000000000000000000000000000, 0xc12b5faa27c8e67f227d8d611119affd, 0xcd069672a8bc0d1145d5283bf5f7a9ddca9947b8d953a40409a9fd03470b8194, '', 0, '?'),
(0x999e4619041b7e85919f79b56337762d, 'wp-includes/js/customize-preview-nav-menus.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/customize-preview-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0x696d9adae3deef735bde78cf1805ff13, 0x1780a293f855f2855426daac16b956b7c516619818d6d116d9c8c558c78d2661, '', 0, '?'),
(0x99a3ebffd1776fd8f74fae866a2974cd, 'wp-content/plugins/wordpress-seo-premium/classes/metabox-link-suggestions.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/FileResolver.php', 0, 0x1f1a966688b31f2ef1194dd4c636d37b, 0x1f1a966688b31f2ef1194dd4c636d37b, 0x888954ba9fcc7c5e293dd9e16f1776977df28c492d0fd8dbaf9c1a736bcb4788, '', 0, '?'),
(0x99ac950d8f06b29fbc9f88b988693d81, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php', 0, 0x8bb6e81fd101716d731d6e3c8abf6f7b, 0x8bb6e81fd101716d731d6e3c8abf6f7b, 0x012494b97107310d455e8c4988b3da95b8af5fc3a7da3fbc0af039b2faedb9d0, '', 0, '?'),
(0x99ad20b1e57e6bd1af1b8f067d427ba1, 'wp-content/plugins/elementor/assets/css/editor-preview.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-preview.min.css', 1, 0x00000000000000000000000000000000, 0x072bb4ff2ded7721008a84b891b155a9, 0x0c2c6b6ea0b2f181ff6178cb7dd9121666acd31c8a70ec88db8a631969d704b9, '', 0, '?'),
(0x99b4f94a3c3a5c1861ff6f2d6f1797e7, 'wp-content/themes/twentytwentyfour/styles/onyx.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/styles/onyx.json', 1, 0x00000000000000000000000000000000, 0x2d67485332efc2c28c31ebce1ae5cd39, 0x8bc53a76ff7455de986ca5c5e0c375028fcadc9749067ab704a4224374ce20a3, '', 0, '?'),
(0x99bd403414167666d056e1ff3af2d47c, 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/my-listing-functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/my-listing-functions.php', 1, 0x00000000000000000000000000000000, 0xafc01ba0932ad1771b6aba42bf51bd68, 0x674ce5672baa5ab2dbd9d2ffdab1d4b5f0bcd0a02baa8a3b0435e4249c86430f, '', 0, '?'),
(0x99c1fe3b3a4815a8d256de72d595c62f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Exception.php', 0, 0x14e0c67aef22add1b1ebe6e02c271d8e, 0x14e0c67aef22add1b1ebe6e02c271d8e, 0xb868d726faf915d518cb9c0b1e8bbf6c113256f8124083912afb054e3124a0fd, '', 0, '?'),
(0x99c37e2daf40874be6d39ef9e1e4b549, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/Controller.php', 0, 0x8f5989545c3e66faf8093e9b7b312e08, 0x8f5989545c3e66faf8093e9b7b312e08, 0x3a6fd1d2e2c7d7c673cef3f8bfa2f9a407fe7d49d52e3c934d8cca0d088c1c89, '', 0, '?'),
(0x99c60ae9c3e69d4505ddbf44372aa97d, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/NotFoundException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/NotFoundException.php', 0, 0x1789265d37eb9cc162f402872d6fc5d9, 0x1789265d37eb9cc162f402872d6fc5d9, 0xa5ba3a50392710769bfdbae7b29303d79160e1831c315ade8b67383be303435d, '', 0, '?'),
(0x99c8951611c16ff0bad9d6791b5e7a01, 'wp-includes/blocks/image/view.asset.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/view.asset.php', 1, 0x00000000000000000000000000000000, 0xb3168412e1bc22e2e07a5f262116f75b, 0xbdde737d6c36873815791d19b7611187f5753487c2807d51df4bf8e93073a523, '', 0, '?'),
(0x99ccce0fb947cccbfa31c680e108b500, 'wp-content/plugins/elementor-pro/modules/popup/document.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/document.php', 0, 0xb9bc06e9c5f08d4ae83d704d7ed310be, 0xb9bc06e9c5f08d4ae83d704d7ed310be, 0xf710b19d2b5253d0985c1fd5bfb426ce4470fe9c65ba534a211af0ac91fb51c1, '', 0, '?'),
(0x99ce1485dfea87682a2ae995828746ae, 'wp-content/themes/twentytwentyfour/patterns/template-home-business.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-home-business.php', 1, 0x00000000000000000000000000000000, 0x43b28c7ff4170daf8ba11af9599b62cf, 0x3aab444734a454d7a037fc9facc4f23d02915229068385f59f183139410ee088, '', 0, '?'),
(0x99d90148d4fc885f1558d4d085b26755, 'wp-content/themes/twentytwentyone/search.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/search.php', 1, 0x00000000000000000000000000000000, 0x6f4c362d21e8ae9c6b91b21cbf79db74, 0xaac400ff3c779e87a9b3333d53c2c277542d7c22daeef5087556c96320f32077, '', 0, '?'),
(0x99db198c868b4c787b731f1896faea35, 'wp-content/plugins/elementor/assets/js/nested-tabs.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.min.js', 1, 0x00000000000000000000000000000000, 0xa4a58d11f633167b6cc7738c873cfaf2, 0x616c912a2c82833e2cbb1e99545e77402aadf217abed20ec123cf7cdd549e022, '', 0, '?'),
(0x99e49196eb067783373a2708c2681d2a, 'wp-includes/js/dist/vendor/lodash.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/lodash.js', 1, 0x00000000000000000000000000000000, 0xbbb588cc4360df5d317ebff5f5c1ac9c, 0xd7b35b1fa3703ae2ad098c7aeab1d5cc4bdb5157778a747d48a4d349ad280980, '', 0, '?'),
(0x99e6699c259bf9c36f8b29dc2385bb5c, 'wp-includes/blocks/image/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8803e91dfe83c14ebbc3392304148a99, 0xae33e407511deeb358d1ebf541196559c0d7e97423ada54002c173a7589dc27b, '', 0, '?'),
(0x99fe0993d4f6d979ef44d1404220bba4, 'wp-content/plugins/elementor/vendor_prefixed/psr/container/composer.json', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/psr/container/composer.json', 1, 0x00000000000000000000000000000000, 0x997d9c08df89a4de8737113662b44170, 0x0b08cb8bf4e60d5ed1492b3233a6e1a604c91e6330a7847ea08aca60af4131ce, '', 0, '?'),
(0x9a06b5c232bcddf4f83afdac1594a1b7, 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 1, 0x00000000000000000000000000000000, 0x168562341fc70e2717a1971f26eb9ff0, 0x08dbbcf39b8a34502714f4a2d113e168194eea61eb3eb7a8db1d45fe35e0b09b, '', 0, '?'),
(0x9a0bdb0c4b9b7caf7f6d8786ed145964, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/update-premium-notification.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/update-premium-notification.php', 0, 0xf1d3884a5378a3612981bfc8a72ce067, 0xf1d3884a5378a3612981bfc8a72ce067, 0x2fb5649dc018b9c1256155400d0383815d58948504c587a62a4afff56a27e266, '', 0, '?'),
(0x9a0c4dcc7dc06ea222346a64fc52a7f0, 'wp-includes/blocks/post-template/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x40c3834eca850aed4e3b2c6b308fed66, 0x8ba40943154af7ff2de36a1ff6ae22f4cd5855eb5a9a91c975de9fdfc8b1adf0, '', 0, '?'),
(0x9a0d4138207130c263d10efebf6b7917, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandlerWithLocation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandlerWithLocation.php', 1, 0x00000000000000000000000000000000, 0xb1dec36e2a2571f175ae7d91c5fa2ca6, 0x3609e2db2d536094a01b039e5c8c000fad97ef9195a2db210c579555d3205898, '', 0, '?'),
(0x9a114001c613af5f67559f8b7f0b3916, 'wp-includes/Requests/src/Auth/Basic.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/swfupload/license.txt', 1, 0x00000000000000000000000000000000, 0xcbe05bb060c85e07882dc06ff751577a, 0xa9d13a29b29b369f6122337285dc0d500d4e990f3491794a8bd6b78d9355e971, '', 0, '?'),
(0x9a1e22bf8ce9c789cd981db046ca3b2c, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php', 1, 0x00000000000000000000000000000000, 0xe7f6808b3095c4a6056f0b46130382c7, 0x11881265993a1ea991559b954293559a74a3375fece81fd646622f54ce766f56, '', 0, '?'),
(0x9a2c3abfeaf433c0d5b9fc4340c97e9c, 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x9a31573b639fb69ab8b04ef1c022ef75, 'wp-includes/pomo/streams.php', '/home/forwardbetcasino/public_html/wp-includes/pomo/streams.php', 1, 0x00000000000000000000000000000000, 0xfc619db341fed56db2cc114034712354, 0x0b90a96dbb431cc80197db03d8997e9e7bd2811440b4467d18cb976ec9a8a991, '', 0, '?'),
(0x9a3cb5d76a6b688b43d6338d77aefaa2, 'wp-content/plugins/elementor/assets/css/templates/lightbox.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/lightbox.min.css', 1, 0x00000000000000000000000000000000, 0xadccc5462d6c473b9ecebbbd8801e926, 0xc04ffd0d917427c88157f09fe713ca5ccab58cb300a94d738d31224d35048127, '', 0, '?'),
(0x9a42d7663d2d6b1a257e0b981ff7744c, 'wp-content/plugins/elementskit-lite/libs/pro-label/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-label/init.php', 1, 0x00000000000000000000000000000000, 0x6152515478250a03234856d28c75f392, 0xb4e70beec1626bd751a09cd1e7aaf2ea89c2b111260b27c3e9ec05fd4aa02807, '', 0, '?'),
(0x9a48b6c21add16999b2e067a6541c0e4, 'wp-content/plugins/wordpress-seo-premium/src/integrations/organization-schema-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/smilies/icon_exclaim.gif', 1, 0x00000000000000000000000000000000, 0x3a5cadb33e358d00720fc6cef47367d8, 0xb54cb8c9b5e81248b2cf41289c78ca933291455025f00991d723bdfcaf23c235, '', 0, '?'),
(0x9a4d0b015732c21f633f085471ba8272, 'wp-content/plugins/wp-rocket/assets/js/preload-links.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/preload-links.min.js', 0, 0x594887ff286cd6893a03cc4730622211, 0x594887ff286cd6893a03cc4730622211, 0xac01a952462f02df2a1f59b79f10a33c0d7be61cf4a7d5b24eb7d595b5d73574, '', 0, '?'),
(0x9a4ef74fb5e8c3427f00b59761ab7332, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/dynamic-value-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/dynamic-value-provider.php', 0, 0x6e6a6c6d4d85ff592480b9ee6e782d68, 0x6e6a6c6d4d85ff592480b9ee6e782d68, 0x826df279f3fdc2c8cc1fc77d54b03fc84d0b894920cc16a2d5694b2d6f418340, '', 0, '?'),
(0x9a53a48933ee9400bb6b9ba644bdd861, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartCustomNumberFormatOptions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartCustomNumberFormatOptions.php', 0, 0xcc17f8b500d9671c9685526ee3757da6, 0xcc17f8b500d9671c9685526ee3757da6, 0x5acbfc4633f712d77922296663c9c3989028ff66ef4e381c13666fc124c0d1a6, '', 0, '?'),
(0x9a569f5ee68233b1e76d3605872e5f50, 'wp-includes/customize/class-wp-customize-background-image-setting.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-background-image-setting.php', 1, 0x00000000000000000000000000000000, 0xa923c9f397e68cb75b05b0875e94372c, 0x6c784526e31b3335cc8585fa4e6ad710b4149f922125c6b883f776191fa3cc18, '', 0, '?'),
(0x9a5e1288c8137290275396d0e9a08252, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/SpreadsheetsValues.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/SpreadsheetsValues.php', 0, 0xb0f1285b1d26921965cc065aabb028f2, 0xb0f1285b1d26921965cc065aabb028f2, 0xe36f9945aa6cb4aa8baf4f14b975091d320bea4cf392aac02a35d79272c5fae2, '', 0, '?'),
(0x9a636ce4da7a8565b7d11da2d887b6a8, 'wp-content/plugins/elementor/modules/checklist/steps/set-fonts-and-colors.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps/set-fonts-and-colors.php', 1, 0x00000000000000000000000000000000, 0x7c88f59ac030ec725767a7d888dff114, 0x59750143af0d736d995668ee35217b236799ed5e0930fc5d680a6100df87213c, '', 0, '?'),
(0x9a63fc8f136e408019f7d749758cf111, 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/MetaboxController.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/MetaboxController.php', 1, 0x00000000000000000000000000000000, 0xb96ab623fc1b85df3863a283e3ccc74f, 0xb073a83e8e6ba46f2481982e4fd0c2f4053e0af9d3c1419275c7c828ea154543, '', 0, '?'),
(0x9a699887a56489b2834fd2aed661fffa, 'wp-content/plugins/elementor-pro/modules/screenshots/screenshot.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/screenshots/screenshot.php', 0, 0x3e7e68f7788e0ba21a92af23f3d8ca69, 0x3e7e68f7788e0ba21a92af23f3d8ca69, 0x6a7f562996b5ef95d721c157776d11b4ecd8038c9184a0f20aa8758c0e822804, '', 0, '?'),
(0x9a6fe90e59687be1742dcac5c8e2e740, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php', 0, 0xea9ad12b9f18915b9e3fe91f3a1ab449, 0xea9ad12b9f18915b9e3fe91f3a1ab449, 0x1b3f3545cc8d30c7aa4566ef3f06211fddef482d9c296c65c43913a7a4172658, '', 0, '?'),
(0x9a71327492721ddb972c115d732a72ba, 'wp-includes/blocks/audio/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/style.min.css', 1, 0x00000000000000000000000000000000, 0xed4308a775d3e1aec880c96334429229, 0x142834844bc6711562e70151ff58170fce7b64ff862ab550af0a827af17fabfe, '', 0, '?'),
(0x9a8d695d365a142b5cb24e755e96a2d5, 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php', 1, 0x00000000000000000000000000000000, 0xe7146684e0883134581390f6e27fa209, 0xbc096d13e0835b4b7a57acbe16856000e86dd035b1f4562bbed6a91bd62cb09d, '', 0, '?'),
(0x9a9348011f7403e9ddd189c4fb9499e3, 'wp-content/plugins/elementor-pro/modules/floating-buttons/base/widget-contact-button-base-pro.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/base/widget-contact-button-base-pro.php', 0, 0x6ad5d10271a924dfe6c42943b74d57f9, 0x6ad5d10271a924dfe6c42943b74d57f9, 0x057e32d5ecf77b0846ce7ce596414ad45eb4dc016e577c6f18154a1656aa4c00, '', 0, '?'),
(0x9a94a5c434264ea5264414559d495597, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/plugin-links-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/plugin-links-integration.php', 0, 0xfdeea7e9574fb9ab83bbc4ab50df3b9d, 0xfdeea7e9574fb9ab83bbc4ab50df3b9d, 0x5f13374948d0c26aece6aedcbd49e539dcbf6a33806561b90f2fc70e640eae25, '', 0, '?'),
(0x9a9d8418714116498529da9b56eebf3d, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php', 1, 0x00000000000000000000000000000000, 0x61b86209d30e913ef82fcb7ed7465db3, 0xaea36d313b5f3532ce35de74e94e46f09402c7e0e1b99e0f96e8eebde3988cc7, '', 0, '?'),
(0x9aa58f37b8134d33c29ae3241ccbf48c, 'wp-includes/images/smilies/icon_question.gif', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_question.gif', 1, 0x00000000000000000000000000000000, 0xb3df5b2d00d22715be1c1d9157b3a246, 0xc63762a018d87c3623c5d0f6edfd83a9392f3f78bb867ebbe38f0b5bb3b52574, '', 0, '?'),
(0x9aaa99913240ef0f6be4ac773e4b9432, 'wp-includes/feed-atom.php', '/home/forwardbetcasino/public_html/wp-includes/feed-atom.php', 1, 0x00000000000000000000000000000000, 0x9bbe4bd61d7f3a30b59e99779619ca8f, 0xe68dfd883ebf67e748858991fe91a2e3c0ad3a9cd4d78ebcca4c33073f773dac, '', 0, '?'),
(0x9aaaf4a2ec4800db99c0ae689943c1fa, 'wp-admin/css/colors/ectoplasm/colors.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/ectoplasm/colors.css', 1, 0x00000000000000000000000000000000, 0x6d80a2c06663983d8510a121e9a56b26, 0xc61899e0ba1c2cc918c6f370f29636e58885643af9c0b26196055fb14f37b472, '', 0, '?'),
(0x9aab141b96d27d8d558aee6f80e765ba, 'wp-content/themes/hello-elementor/theme.min.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/theme.min.css', 1, 0x00000000000000000000000000000000, 0x08fae0e9f8ce7e1cc244d6957a0fc71c, 0x444c83ae490fccb9d3c0d8493abcf8b3177a8d0260bbbfe4f1eccf16e3477689, '', 0, '?'),
(0x9ab07774f248a9ebe1172d739300c26e, 'wp-includes/js/wplink.js', '/home/forwardbetcasino/public_html/wp-includes/js/wplink.js', 1, 0x00000000000000000000000000000000, 0x7e1461fd8a004be3b3b450dc435d148b, 0xa6c8be81839689c5ab8a83235b0a84c8700637538011557caf47ffe447936d33, '', 0, '?'),
(0x9ab4a524f29e6e8f2200f07a7c928bb8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/StreamHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 0, 0xa2c1edb38cd05b13d84552e5f813186c, 0xa2c1edb38cd05b13d84552e5f813186c, 0x878fa5715753cc31970ce28f9e6cece7c1f712ecdff0d23a55bae7d73c71ec27, '', 0, '?'),
(0x9ab694113c6f9b2c1af056d961573dc3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php', 0, 0x661696aaa50b2ce2e2bda31792356aee, 0x661696aaa50b2ce2e2bda31792356aee, 0xb5af5a3f6f14219d55bb49a4ce53ea27a86c7d1d984d31fb25302311afac8c46, '', 0, '?'),
(0x9abc31342b91d8f5e26cdac9fdf2ffda, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-stock.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-stock.php', 0, 0xfb06af3d50e2e7e3152f881756e33deb, 0xfb06af3d50e2e7e3152f881756e33deb, 0x6d966765d07911d6d9754286a5bf968b02c1765fab2108829d2b4c713cd27ede, '', 0, '?'),
(0x9ac32762b4d30f72d2b80c95a5972edd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPagination.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/admin-bar-rtl.css', 1, 0x00000000000000000000000000000000, 0x58ec6c4f613a49ba127c97c62c6f331c, 0xe6caf81aaf7e8a13123f157a4664d985f7f146ac8b4a0e55821567afcc7bfd69, '', 0, '?'),
(0x9ac5709a9ad9ef368bc9a8b101885a4c, 'wp-includes/blocks/widget-group/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/widget-group/block.json', 1, 0x00000000000000000000000000000000, 0x5e31a3167fb814ee9c823b20dd3aca8a, 0xcc595eb50f93c4a0301506d781a573b29941f5dfd1946efc2d64af76f7494f9d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9ac6a8ae5c88bacf4d72c77d79d291f9, 'wp-content/plugins/elementor/core/logger/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/manager.php', 1, 0x00000000000000000000000000000000, 0xf558d3967a071f764bcc0cf706787f29, 0x425f591f6b898251382fdb36620c41a7c7f1683fe41cf4f6801608a2eb65632b, '', 0, '?'),
(0x9ad23fc25d408b6997bd7d2e804c3f02, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php', 0, 0xbda1bcdd4fd6d6b55e830c06ec051d43, 0xbda1bcdd4fd6d6b55e830c06ec051d43, 0xea5160084cbffbcbf3fa6753d754c6f30ca4b5efb50e26e5661d852580ee9dc4, '', 0, '?'),
(0x9ad65dae2db609d57c4291cd36148af5, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php', 0, 0x6009da3ddb7ba57fb36046981a144737, 0x6009da3ddb7ba57fb36046981a144737, 0x196336d57920f329f6878bb5d5cc53bad2eaba19898a71215b7f64ee6bfa6df8, '', 0, '?'),
(0x9adbd67e1dad200767d8806ad7389c8c, 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php', 1, 0x00000000000000000000000000000000, 0xbdfc06daf0694ad9b9db382e57c94212, 0xba3c1c32a8b2d8633485f22270fd00546f21a3cc529277434b78b6440413ce02, '', 0, '?'),
(0x9adf2842ab4121acaa9ed7dbdcddf6f1, 'wp-includes/theme-templates.php', '/home/forwardbetcasino/public_html/wp-includes/theme-templates.php', 1, 0x00000000000000000000000000000000, 0x49a5677e8ba174fa94c17718920401ce, 0x485d6c29526b5a8bc59bf48665b3b61f5bc0d3eba7decc7ebf82529773eba083, '', 0, '?'),
(0x9adf63457f1e4a5fa62357ead07d5bc0, 'wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php', 1, 0x00000000000000000000000000000000, 0x0d9df135200d498f1729277b71bf604d, 0xbe7f284f5f17b236d8b5e2c6101d3d2f4cde5ab4d753123baecaa7f422ef6411, '', 0, '?'),
(0x9ae0b8ce1b3afbb41576b185e8f80e48, 'wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/get-help-menu-item.php', 1, 0x00000000000000000000000000000000, 0xcc525c7cea0581bfa11af14f00349295, 0x9d89655044cc8a699a3168164fdc5c86a681221ee3e7be65e151e0ce7fbd758c, '', 0, '?'),
(0x9ae359b89e03ecfd85935c66cff7ab8b, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce-seo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce-seo.php', 1, 0x00000000000000000000000000000000, 0x3f36ab7fdc175818db6197be4460f59b, 0x556a05ec74e0fd63177194db7c93a58350cea437821a4d765c7b0b58cb7356c0, '', 0, '?'),
(0x9ae819e753e18e4d844251842825b92a, 'wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-promotion-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-promotion-menu-item.php', 0, 0xad7c8bd00b2dd7027cb23f0973bc1200, 0xad7c8bd00b2dd7027cb23f0973bc1200, 0xbc8d0e90032b06d3a8e5a9a024b7e44215b0dbc807fba2353c7e4bbe7ff712a9, '', 0, '?'),
(0x9ae81b1795e58aec9a1a079110721b6f, 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js', 1, 0x00000000000000000000000000000000, 0x168068167d63ca2d299247894981e6a5, 0x246611f47cb77f73bddb093c9fd86da094783ed5c9754730dfa301bce722f3a2, '', 0, '?'),
(0x9aea2d2766a8df953f181f583a340d21, 'wp-includes/blocks/table/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/table/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe83fdd2181cdfb4183a5bcd289ac1f96, 0x9a83b28e1bb417be3541a440f3d4dac8a5ed42432a682f80d7f9a5609cb6d892, '', 0, '?'),
(0x9aea8a688b4c8dbcb24a48ff58230e30, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 1, 0x00000000000000000000000000000000, 0x4af56329fbbe5265e059df6ce437fce1, 0x0f2e16d6609f046905f5570f04fe097431e47deb737479f4c9aadce37fb3214b, '', 0, '?'),
(0x9af2d1ed0110626092d7ffcd330c6eb3, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2', 1, 0x00000000000000000000000000000000, 0xe8a427e15cc502bef99cfd722b37ea98, 0x02959739da877ec90b3d0c8fe5aff38971a608c52bdbe359326aefabd1a694ae, '', 0, '?'),
(0x9af588aa4bc7a5ddb3987c751e8acf08, 'wp-content/themes/twentytwentyone/inc/block-patterns.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/block-patterns.php', 1, 0x00000000000000000000000000000000, 0xbcd56a429509c54f4bdb1e94a642a522, 0x1c8b9dc7c0170858cb56bced2f8342af116165ded829bc14758807ef562d9825, '', 0, '?'),
(0x9aff995e90078f27bd7188c2ee3085ea, 'wp-links-opml.php', '/home/forwardbetcasino/public_html/wp-links-opml.php', 1, 0x00000000000000000000000000000000, 0xc5fda20d5735742c067dc1228d0ed7ab, 0x0cc27f52797378fc4c39c6e2feef352299435adecc9cfdf43935bae220183ba7, '', 0, '?'),
(0x9b0338593c5fa005fa8d7785f6e4d561, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php', 1, 0x00000000000000000000000000000000, 0x0673aa8b43f62cbb3d1746c560acf49f, 0x74ca92bd6bf8c676f00a82eb9a2cf3b2ca66142396c4fe66141028ba5083e95c, '', 0, '?'),
(0x9b049d089a3ac617808229191173549f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php', 0, 0x6013f537f3db6f4f7e061d3ab7f5896d, 0x6013f537f3db6f4f7e061d3ab7f5896d, 0xdbeaf0aa63f578730fcb83c1b19f8f683fa2ef73671635daec6bec42ba087238, '', 0, '?'),
(0x9b10a9c0f1681522a338cee9c2a72cc2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Marker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Marker.php', 1, 0x00000000000000000000000000000000, 0xf19884c70481aaf2c02bae93e2e44aa9, 0xa8ea79896aa77fdfd1ed9d6cac81891b719a9c43c0c55d8f71a0889dff53cf77, '', 0, '?'),
(0x9b1db444588b84debf566bed18f43e5e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemHeading.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/ServiceProvider.php', 0, 0xa414229aabe1fd5c13dcc35210228481, 0xa414229aabe1fd5c13dcc35210228481, 0xc7de42ea60ad3f3432104c1adc9c64d6a1b16796c27f99045d8eed51fea09791, '', 0, '?'),
(0x9b256ea9cd54df92095e04c76758ceb0, 'wp-admin/js/inline-edit-post.js', '/home/forwardbetcasino/public_html/wp-admin/js/inline-edit-post.js', 1, 0x00000000000000000000000000000000, 0xdfe5264815cf2f7c35bf506cf4fe4341, 0x7aa8498dda4b7abdcff0b4d36ff3aed34ed4931a80e20b360763762ef3210f99, '', 0, '?'),
(0x9b2dfc2859886392bea9103ce24d20ea, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css', 1, 0x00000000000000000000000000000000, 0xa006a019fa982ad49f20d7bbeb9523db, 0x6112712caba0b6d98247e50c6babe642a522671a65dccf93cde8d962083f654d, '', 0, '?'),
(0x9b3084077988c2a5be03ece7c3aa47c2, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-theme-upgrader.php', 1, 0x00000000000000000000000000000000, 0x2a2c9faa36d9f6bc50d8bacd8508d2e6, 0x77f9425c34df2fdb5560d177837cdcbcf80e41e1b25cd1756970436afd81cc4c, '', 0, '?'),
(0x9b34ea6717b5b7ba2958e47be2e1b62d, 'wp-content/plugins/elementor-pro/core/modules-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/modules-manager.php', 0, 0x6d144024f1b404a116deb886f2d03e04, 0x6d144024f1b404a116deb886f2d03e04, 0x1597b33759fb590f3e48e0d5ae35b813e0f675e1227a02b5a620f4a929980b75, '', 0, '?'),
(0x9b36a15abad35562323a06d51fbb81e7, 'wp-includes/js/dist/style-engine.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/style-engine.js', 1, 0x00000000000000000000000000000000, 0x8f98a581f8b90545d35987d0cf04c8ec, 0x1f62c5707336940a0834cd4e96ec799eca12e3274e813793db2e8ab1f7468ccc, '', 0, '?'),
(0x9b36f0ca75515b939b36fecc9c6cb7cd, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', 1, 0x00000000000000000000000000000000, 0x39eec28464dff7493b727fedf67e7e55, 0x9bf4ba2488a5bba6f3a31618af7355a10b253b0f7ce3bd5e5bfa099afc0b7938, '', 0, '?'),
(0x9b3c339a97bcae80b72901dd9ab264dc, 'wp-content/plugins/elementor/modules/generator-tag/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/generator-tag/module.php', 1, 0x00000000000000000000000000000000, 0x01ab3901d104817ca772992688062372, 0x9dea948b8fd13b0615b0a6aa1f0e336feb2b7984e8d56b432d6e6a98bd357e42, '', 0, '?'),
(0x9b3d399ebcd59adc515375b523049508, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Button.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Button.php', 1, 0x00000000000000000000000000000000, 0x864669e92eb2475dc2e3db81caa0217c, 0xc2c245608db65b1df4b5712b0027230b8baa15d675507399bca1a8747e5bbaeb, '', 0, '?'),
(0x9b3e49b796d0137feb85b33686f47de7, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ResolverDispatcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ResolverDispatcher.php', 1, 0x00000000000000000000000000000000, 0x48e6eeb75b32d9ee08da231c5d1a3914, 0x44f05a5724c5ed9d8bb4152b62384daa0aecfacc4eb6f228d6da28f0801f44f8, '', 0, '?'),
(0x9b4ade5e25e3e01bc92a9074c3dd097a, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionNormalizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionNormalizer.php', 1, 0x00000000000000000000000000000000, 0x620517164f6a7fd168311940442a9977, 0x0f22dc71714dbf28a1d727116592aadb718ecb027d1e0b2131fbe053f508d156, '', 0, '?'),
(0x9b5605eb971aa6275b230828031a47e5, 'wp-content/plugins/elementor/assets/shapes/clouds-negative.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedComment.php', 1, 0x00000000000000000000000000000000, 0x831a1bc01d27bd8dd37c7f71ad6e10eb, 0x3c1122a0b639730e24e1f72b64ff6859e2fa7601096c489c489f50b97cbea7fa, '', 0, '?'),
(0x9b5f0db528bf713c5ea036475f73d2f5, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-price.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-price.php', 0, 0x6172d6e9b5bfe3139ca9993d3d8fee70, 0x6172d6e9b5bfe3139ca9993d3d8fee70, 0x8e5bcb708c757b91af7a25697222bf7968abdda84eefaa5dcacd3d66bd68c2b3, '', 0, '?'),
(0x9b6702b95618bb5366b4f41510c95278, 'wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js', 1, 0x00000000000000000000000000000000, 0xead6fcd899ff4d1d1b3ff42be77588d3, 0xe9c7f897dc54a386a04dfa8fe2c7ae72a528c22342633c5fe25aa76c6fc999c8, '', 0, '?'),
(0x9b670de6e8698133759099ed52e4fba5, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/PropertyInjection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/PropertyInjection.php', 0, 0x476e1f1748af6d1698f1bcd02d6304a0, 0x476e1f1748af6d1698f1bcd02d6304a0, 0x6b8c4058c52ca3064c3803c52e3ef3d47e0e03a3d8405251f06f6fbf1f4c912e, '', 0, '?'),
(0x9b6d60abc4350a2bd60be3911437d2f1, 'wp-includes/blocks/search/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/search/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xea157be009c9df7041ec354f5f440922, 0x2b0bfdb01ebe4c5a6087d589534b0239aa11bc9e5c7bcd046e52ca4826bda140, '', 0, '?'),
(0x9b74e4eb0b7d4bfb717e4789f7c3cb98, 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/recent-posts.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php', 1, 0x00000000000000000000000000000000, 0x24058235166d10a83bad8ffc93cea104, 0x3e1e731610a2f6789f63dced4d7fb30ed993c4c5f8cfd2a0dea16d7a41e4bf6e, '', 0, '?'),
(0x9b85d89072012cf5c6c5691b5bcbb771, 'wp-content/plugins/amp/assets/css/amp-playlist-shortcode-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_real.php', 0, 0x58dd42f24ad1ceebde4a7db6c9dbadbf, 0x58dd42f24ad1ceebde4a7db6c9dbadbf, 0x1219327da4cc9599051eadc0a7a569ef8a2d8361870177c2b98ada77114a1f2d, '', 0, '?'),
(0x9b93f5e9af58e631d34cc877f0fee35e, 'wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', 1, 0x00000000000000000000000000000000, 0xf45ab19a207c0865cc4f7ec54d90d196, 0x85fe6b45c6c8cb93c8497eacff2da3d1490d5b8055c440f7d4650c7aa88f678f, '', 0, '?'),
(0x9b9a6e26a2e21b1ff06ebc21e5b4acee, 'wp-admin/css/site-icon.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/site-icon.min.css', 1, 0x00000000000000000000000000000000, 0x5edd8894c785f27e670ff4d7f5cb05be, 0x12305b7721f787681484bd62078f3404a251ac18d30c2c84bebe75bc4cab579b, '', 0, '?'),
(0x9b9da6220ec5da0bdd4ff87ef9d71e0f, 'wp-content/plugins/elementor/core/upgrade/task.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/task.php', 1, 0x00000000000000000000000000000000, 0x99f7af32ae6f296530e469ed2e6b4750, 0xbfa3413bcc1efc9edcc04bf97e0496dbe5f1688c088a27d0315eef7e5e379d2f, '', 0, '?'),
(0x9ba489beb2a95e8215e810bcb25190e3, 'wp-content/plugins/wordfence/css/phpinfo.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/phpinfo.1690810710.css', 1, 0x00000000000000000000000000000000, 0x3ec5eb51f7d8e6218530772fa8e893b4, 0xc705fdfd618f407cadae490d3d1a5eceb5c2641d29885bb6b90ff886ce57b2e5, '', 0, '?'),
(0x9ba4f9b8b38417c2ad0c0f7f7bc11f65, 'wp-includes/blocks/comments-title/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-title/block.json', 1, 0x00000000000000000000000000000000, 0x1e89b276dec6233e1cc13abf7520e370, 0x33696752ca88ea28fb4ce73aca9bc0dc8b2df6838840cccbaa47f23f00f3381d, '', 0, '?'),
(0x9ba6c957e7bf68ad041d67be0e46f58f, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.asset.php', 0, 0xfd678717dfa766efb7366f252309acc6, 0xfd678717dfa766efb7366f252309acc6, 0xbe4ab5bf3835de8f21447a0ee192727827d54629838fd5fbd7994a996671b1d2, '', 0, '?'),
(0x9baa98bb0418a51faceea87fa3131a9f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php', 0, 0xe870b729165a967e7a28040cac002952, 0xe870b729165a967e7a28040cac002952, 0x3d05c370eaa05d6fe579e98360ddded94f0cae793b58a7a7fcd2ee3841d46f8a, '', 0, '?'),
(0x9baf5895f061d0d08676041acd6a062e, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-fill-in.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-fill-in.php', 1, 0x00000000000000000000000000000000, 0x2154ffc21b703018d2ce105fd4f7eb75, 0x5dd892cc097a0c999662bace26508b9e997dacbd54ac0cdeaf442cae79eeee99, '', 0, '?'),
(0x9bb508ad905968b820a994ab87bf0999, 'wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', 1, 0x00000000000000000000000000000000, 0xc29796b9fc3b0ff11836abfe552e4bf2, 0xc4912df508ad88b48a0078429a3143d12b44fb4ffad7c9adcbe625af48d13f33, '', 0, '?'),
(0x9bb7ddaf46136b1d59167069f2077063, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Utils.php', 0, 0xd043d0a69aa10766d66568e601bb3532, 0xd043d0a69aa10766d66568e601bb3532, 0xc56211289f85de94bfb3fd2611c7739783d925507acb6649d9753a11d624a1f0, '', 0, '?'),
(0x9bc0fd5182b2d865d34094572731bd62, 'wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/style.css', 1, 0x00000000000000000000000000000000, 0x48e2d8f7426b356efdefd00bcfb2ad0e, 0xb8cdc5a5a2583ef265e6f5395759f7655314863ebbf62103aef2ae2e958fe134, '', 0, '?'),
(0x9bc50d47ce87b4e9eb9687c230e247f4, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-date-time.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-date-time.php', 0, 0x2939309a9d967a3e50801a95fd8a0dd0, 0x2939309a9d967a3e50801a95fd8a0dd0, 0xf6d0aceefc88e1845236f347e63a564579f9302c62e58cbf93d0fe7197cab037, '', 0, '?'),
(0x9bc51689f3455811efefd57c1f54a7c4, 'wp-includes/blocks/media-text/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/block.json', 1, 0x00000000000000000000000000000000, 0xd30f8e7e90c8719a8a71dc287390d73b, 0x09c3016112b44e1b9d6ffb32c2e9362d11982b3ec2dd349963af8ebf781c5d54, '', 0, '?'),
(0x9bc672e3b971741276d2b04d17abc2ce, 'wp-includes/Requests/src/Proxy.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Proxy.php', 1, 0x00000000000000000000000000000000, 0xe65a174c70cbffa1798d63bcebf69a80, 0x839910f4a75c9c57c4983a25dadd57937ca7698916add12177a456bf6d2d0e56, '', 0, '?'),
(0x9bcd62a889e2b1af4a4507f5d20db0c0, 'wp-includes/js/dist/script-modules/block-library/query/view.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/query/view.js', 1, 0x00000000000000000000000000000000, 0x37501fd7edf155446a1043585e46e6d7, 0x0ec858d9fcf084428eb152071b9d907bcab112b8b8e6f619664a2e70ae025426, '', 0, '?'),
(0x9bceb9714c05d8f80de41ca7e7884df4, 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php', 1, 0x00000000000000000000000000000000, 0x82475c726a1e859b8038339910beabbc, 0xf841fff828cbe86b6eef5f38aedb4e16243a19d9278214d91b82ad369685ca9d, '', 0, '?'),
(0x9bd79d876b0ec59017959dff43d0ff3c, 'wp-content/plugins/elementor/assets/lib/animations/styles/rollIn.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rollIn.min.css', 1, 0x00000000000000000000000000000000, 0x9777b1be7de7fe6a3717f7aa95a035e2, 0x9a76f85017ec16d1793488501d7bb4f753c7201d694cb19d1f456597affa9df8, '', 0, '?'),
(0x9bdd57aaa01304800935a623ea3c6441, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php', 0, 0xd647413f6a4b124bcfd646e049d531f3, 0xd647413f6a4b124bcfd646e049d531f3, 0x7b36faa3b24649b0030a748396c2a2f255471e1cf2d36de3c9bec24b33fa06d3, '', 0, '?'),
(0x9bde56725e543296f79958de4fbeb1b8, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss', 1, 0x00000000000000000000000000000000, 0x79cc428b0b099f053f857b6eaae5b51a, 0x047495a305a3ac9f703190bc1a0351551bdd7c4faea8f21a2830dd22747f565b, '', 0, '?'),
(0x9bdeb1df76137f1dc0ec11f763f41deb, 'wp-content/plugins/elementor-pro/modules/forms/classes/recaptcha-v3-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/recaptcha-v3-handler.php', 0, 0xa8e7afb1f5018a34244c31835a36cd96, 0xa8e7afb1f5018a34244c31835a36cd96, 0x7c212e1b049348ce0cfdaaad54ba30db16a90351de3255af4c5e53b2e044613b, '', 0, '?'),
(0x9bdff4663dc47e28a6258d7ca4e6a77e, 'wp-content/plugins/wp-rocket/inc/ThirdParty/NullSubscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/botany-flowers.webp', 1, 0x00000000000000000000000000000000, 0xffb5f9c90dca0ed752e94629a368fcc9, 0xff74b7d57f52a817c721511585d585a1c885ca89ee061239dc7d7e165698354d, '', 0, '?'),
(0x9bedaa5d6abc6cb127b2f496bb2f7835, 'wp-includes/js/wp-sanitize.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-sanitize.js', 1, 0x00000000000000000000000000000000, 0xbe9dc83a6b99eaf3458b743651d01b99, 0x79cea656ade5207dc99b0f71fe8ab7914b3edb88503606d3c42af7de430a737d, '', 0, '?'),
(0x9bf0d457b41c03d57bda5c2c83597581, 'wp-includes/js/jquery/ui/effect-explode.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php', 1, 0x00000000000000000000000000000000, 0xd1b87380efd193541852bab9f4fc2e85, 0xb767ef842ec963caa1f1250b630e2642b00438e9b5524ceb96404a6d8fa12f76, '', 0, '?'),
(0x9bf72485e753a34ba2bd18204503d79b, 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php', 1, 0x00000000000000000000000000000000, 0x1050bc21e8aecb0e24e0f109bec9378e, 0xc172fa8617e5b6af34e51899d806863bfba4a7e785e6822c8b8e13a7cc74fd9d, '', 0, '?'),
(0x9bf7c13704f564629ee37673baf53f8f, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/circle-01.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/circle-01.svg', 0, 0x6687db1fe072fa46fa9cfdbae72a706c, 0x6687db1fe072fa46fa9cfdbae72a706c, 0x08f027b6dfb84ceeef940817382c2e7706ef60c3ffc6353a7163d1a6f5a436fa, '', 0, '?'),
(0x9bfc8d767a47eef1f4dcd9a7679c888f, 'wp-includes/html-api/class-wp-html-open-elements.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/admin-templates/new-template.php', 1, 0x00000000000000000000000000000000, 0x8c7fbaef4b689d4245ecd2c5f25dc59b, 0xc8c9914297f0741fd9223df42833ac47b6b27c8d75b9c5ac36d2cd180838b9ac, '', 0, '?'),
(0x9c040353a0c5d12a14657267e03aeb40, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AccessToken/Revoke.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AccessToken/Revoke.php', 0, 0x7409d883e97186c9cdb302a729e46a07, 0x7409d883e97186c9cdb302a729e46a07, 0x411eba5bf3a5f22af51a357665cd53dc799b9b6b5aac2b2b587af05e0f032996, '', 0, '?'),
(0x9c0624e285cdf047458b138a03b91bf0, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-terms.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-terms.php', 0, 0xbb4181049a1fca3cf56cbaaa0986253b, 0xbb4181049a1fca3cf56cbaaa0986253b, 0xeb9b72f7ff1c5e76b3e9a25aefb1e79bacb5cc284dfee7462046259e55367efa, '', 0, '?'),
(0x9c094b0d7d1d57714cc32b329b126907, 'wp-content/themes/twentytwentyfive/assets/images/star-thristle-flower.webp', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php', 1, 0x00000000000000000000000000000000, 0xfc5f6bbe6f4dcde8e81dd453bb996e67, 0x60d6e76be64641a19d7f2fafc0f0c269e15aee941059d931e10d4b6298f50163, '', 0, '?'),
(0x9c2aa85d54370ee274f8f2d36108838f, 'wp-content/plugins/amp/src/Admin/SupportLink.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/SupportLink.php', 1, 0x00000000000000000000000000000000, 0x481343ab78ad265e32e2c196f10f14df, 0xcee640b835fc3f9d2b51314f4ad7199bfa79b2aa53101f0dbad0abce6a59bf9e, '', 0, '?'),
(0x9c32583639471033df1acf2b7d41fc36, 'wp-content/plugins/wordfence/views/waf/option-whitelist.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/option-whitelist.php', 1, 0x00000000000000000000000000000000, 0xa92e11b2878592900fe22023c976be7d, 0x856911a8baa92491b868b07dc4777f73a6f3f6e7d60ea9bac158b913a5328763, '', 0, '?'),
(0x9c3519f4870fac83dc0dbf18cb6bd4c4, 'wp-admin/js/color-picker.js', '/home/forwardbetcasino/public_html/wp-admin/js/color-picker.js', 1, 0x00000000000000000000000000000000, 0x5fb099109f9f3b1af1a9a3c305bd35d1, 0x0a979c6df6dc6d5eb8472625c11f00c61c534b6d8cff59327084dae5ffb9f323, '', 0, '?'),
(0x9c3883a98e85a6ace3503561c4a89d09, 'wp-includes/images/smilies/icon_wink.gif', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_wink.gif', 1, 0x00000000000000000000000000000000, 0x653f1432aee113890f69a1179de0e3a5, 0x9a28a49ad456c095157bf1fd561206d5426bc9e8ca14a36f28605abcaa560936, '', 0, '?'),
(0x9c39351f048946b1a9ea1821dd88b66f, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php', 0, 0xd7e3827b9484d6585463a2cd3c9f9e86, 0xd7e3827b9484d6585463a2cd3c9f9e86, 0xeb768cbc872fa8b108e355fe116392e46264e6498c3424630399d1e17753891c, '', 0, '?'),
(0x9c39be8b5d1f865ae1d243331a3caa35, 'wp-content/plugins/elementor/assets/mask-shapes/blob.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/mask-shapes/blob.svg', 1, 0x00000000000000000000000000000000, 0x31f3c8057144ba856370cd583820c900, 0x59fa122cf4d19df3ecc279c7178ffbf4a2cf0fc2abfcfc6e8491d45a2ac55f59, '', 0, '?'),
(0x9c42cc50666e17a7e697d561a1abf6d1, 'wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', 1, 0x00000000000000000000000000000000, 0x6e3c6ffd0dcde3eacf0fb93e6314c2b2, 0x5d2bb7842da14fbb1772ca6c1fcdbe82d7cd28d9f60f79c23a7a1665d2528bb9, '', 0, '?'),
(0x9c482396de8d24590bec43aa7c435ac7, 'wp-content/plugins/elementor-pro/modules/social/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/social/module.php', 0, 0xd742e9562f216919c66e68b8a12bd896, 0xd742e9562f216919c66e68b8a12bd896, 0x2ccd8b36732df8152e91bd2965fc21ebeaf43eadfa302a5a8bfad978527d10b0, '', 0, '?'),
(0x9c4d23559025c88b3fca088544d59605, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/CacheException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/CacheException.php', 0, 0xf454b2751c38c5824e591037b0524158, 0xf454b2751c38c5824e591037b0524158, 0x9ef094663383c8bd4ac213e00ccc66480f54788b2570c24abbb2620c5bf1737c, '', 0, '?'),
(0x9c5af7bf2f1bbc5f069d0662dc8fa821, 'wp-content/plugins/elementskit-lite/readme.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/readme.txt', 1, 0x00000000000000000000000000000000, 0x2de6f90a534b87e47643ab8ee26dde2b, 0x7a1ba0a93596c0c7ef4f22fad9bf8a74413eaf61d0fb7166b14db9de85145f2c, '', 0, '?'),
(0x9c5e5d2d55e6ee62534fdee31c1f841b, 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/elementor-premium.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/elementor-premium.php', 0, 0x815ac0387e85fccbe5a64c897b11feff, 0x815ac0387e85fccbe5a64c897b11feff, 0x5cc256e2e32829fc0d6aba84f8743ebb4792b9cac24f41d1e2499d411e1df531, '', 0, '?'),
(0x9c63bd8ac263c190fc3c8a8922b48ec4, 'wp-content/themes/jannah/templates/not-found.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/not-found.php', 0, 0xdf0bcfe0cbe14c08ea8ef60ce62d00bc, 0xdf0bcfe0cbe14c08ea8ef60ce62d00bc, 0xa3499bcfbe81879e45f9911fe98d56d49c1c796a8f1ca97a8f31014ade615abf, '', 0, '?'),
(0x9c646a3f6a4af6454a05d110faf5ba4b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MoveDimensionRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MoveDimensionRequest.php', 0, 0xb64cef3b075ace0a3c761e792bf8b5d4, 0xb64cef3b075ace0a3c761e792bf8b5d4, 0xaad1b1a13d315efea58d60d0ac1f1ce2bb6593b58657e5ccb5a3514a4d200fc6, '', 0, '?'),
(0x9c6995882e808e996d8d0581275fe0bd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SortRangeRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SortRangeRequest.php', 0, 0xb188a8a0c194914cc35cb915e0d93246, 0xb188a8a0c194914cc35cb915e0d93246, 0xa75b79c1447f1a0d8a781b100934bad050553e1146c52d4b061eba0bd59c2987, '', 0, '?'),
(0x9c6af62b9bbf8fcc6697c8eaa8600e98, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php', 0, 0x70349ed5cc114add2551fcebbfccdbdc, 0x70349ed5cc114add2551fcebbfccdbdc, 0x41787eedf399b09cc97ca56352b7b7bf8b41595ec378117a786b7dc2abe248f2, '', 0, '?'),
(0x9c6d8965fa6d0f3944c3212052b9d9a6, 'wp-content/plugins/elementor/assets/js/nested-accordion.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.js', 1, 0x00000000000000000000000000000000, 0x3b367bba3114ff951921fa506c563aae, 0x95ed1fb03d920b2e3291eba7350c40b18317b9f5938312962753adf75c86d040, '', 0, '?'),
(0x9c7202123bcc9f546133187665fa23ea, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedRelativeUrl.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/raw-html.php', 1, 0x00000000000000000000000000000000, 0x6c8fa918f3541e97e6c86a24fe160c6d, 0xda2f6f79148f766ac47c5918361f927f4ad43b72605f9eb186b0d7df03ef5de3, '', 0, '?'),
(0x9c838fd6099d963c233efa04055a75d6, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Savvii.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Savvii.php', 0, 0x4e53b839a2671bb69cd1528f337d65f2, 0x4e53b839a2671bb69cd1528f337d65f2, 0x9b18174efbd0788bb0de7f64aafe7b1bee17bdb10fadab683465524a6046f138, '', 0, '?'),
(0x9c8589018afe793835f590dcc3a662d6, 'wp-admin/css/colors/sunrise/colors.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/sunrise/colors.css', 1, 0x00000000000000000000000000000000, 0xf119d8736a135915e5cd5ced5244a855, 0xaea3b053e5b0f3d4f8af402f8c7139296af34c51635b5690ec902b38ea32ac19, '', 0, '?'),
(0x9c8e7548475a5ee89c1cea90bffb77ec, 'wp-includes/html-api/class-wp-html-token.php', '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-token.php', 1, 0x00000000000000000000000000000000, 0x1c681dac341887556bfa756c4823ea63, 0x542dd2f689ba514aca49897c5f8b568d502e8feeac722e6ab4ac61075da79192, '', 0, '?'),
(0x9c93099fb2e477bdedf7c3aa8fe3c7fb, 'wp-includes/Requests/src/Exception.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/term-description/block.json', 1, 0x00000000000000000000000000000000, 0x5f363c2dcf46532afa342b2490972953, 0x2d8a996cbba5a54f4f09c6cf76214bec893b61bd8f766f3e01a23276e5a21ada, '', 0, '?'),
(0x9c9a898f8173a24235a6f9f1d0c9ef12, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64UrlSafe.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64UrlSafe.php', 0, 0xc1c7988ae048b0892f7b30eb4dbff808, 0xc1c7988ae048b0892f7b30eb4dbff808, 0xd4b04b5e7bba2363e2d4d23777e1a891774f10c03f15621fb592bb710d84f1e8, '', 0, '?'),
(0x9c9b379f8fb2c66424d4d0adbc68f6bb, 'wp-content/themes/twentytwentyfour/patterns/cta-pricing.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php', 1, 0x00000000000000000000000000000000, 0x10575ed3e2784f57f5be81a1986ffc95, 0x50680e8184ca3ec2b5e2324ba8b78088a5ca418175bd75b9abb0de1a2d94315d, '', 0, '?'),
(0x9ca581f32993a636d10c29db9715487d, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Versions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_Versions.php', 0, 0x9c5b260fc4a9fe8a1bfd252cdaa5e078, 0x9c5b260fc4a9fe8a1bfd252cdaa5e078, 0x0ab95c290e8267fc91491d6cded3aba4a7c05f81852c612a602d12c9722bd849, '', 0, '?'),
(0x9caf1d93f0571f4e8d65b0fdde19e1b1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Slicer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Slicer.php', 0, 0x01bc3b68a8b181694ac5d24e166e4302, 0x01bc3b68a8b181694ac5d24e166e4302, 0xa1838ace506cef6ccf7748d2cb1e35e4e280bd66c053b84d6e5c118ad558a30b, '', 0, '?'),
(0x9cb14e9da5a6adfbb75e844ac457b099, 'wp-content/plugins/wordpress-seo/src/models/seo-links.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/models/seo-links.php', 1, 0x00000000000000000000000000000000, 0xf234d79c1c1573fd262bd88b729fc96e, 0x6e33d3244387307722fc2e648a5cf4868adc9456ca8b2b681508073150471e2f, '', 0, '?'),
(0x9cb30b75784ac2ae46a379bd70300f94, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/templates.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/templates.js', 0, 0xc655830284fc4d1eb95fb6af6339ba0d, 0xc655830284fc4d1eb95fb6af6339ba0d, 0x8b8f240a96213eef4de1fd4f3ca2f62048aea3f115cf62913206fc82346b62d6, '', 0, '?'),
(0x9cb3ecc519e4ecf7bbd8418c3c734db8, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/ActionScheduler_Schedule_Deprecated.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-heading.min.css', 1, 0x00000000000000000000000000000000, 0x75b436401118293a88bc5c17c249a9f7, 0xe63b490eacc5ce59393a5d050c0b50a65f6a84621d8e4da00f44bb05d41aaf72, '', 0, '?'),
(0x9cc67665c5088b8aeb156327ceda4a6b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaType.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaType.php', 1, 0x00000000000000000000000000000000, 0xea08eebf95a8c137bc762af2d92be154, 0x32580de3e60215c656f5cc9b7666a214fd53611e5e39041950e69351cd2a8e65, '', 0, '?'),
(0x9ccfc2182aa43ff949c75a493bdd458d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer.php', 1, 0x00000000000000000000000000000000, 0xa2633682ab0fc59c9087d284364f705b, 0x30a09d9a8c05891de7740b034bdd093479dfee182abbdfdf60d364165b8cbb52, '', 0, '?'),
(0x9cd23c81e3db29bb22a0cd0ea2765934, 'wp-includes/blocks/verse/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/verse/style.css', 1, 0x00000000000000000000000000000000, 0xe376b6f43c5f153535daac5137383511, 0x2bda2eb9f79a13fdf0859d445be837ac2055ab3de161491fbfec912d4800770f, '', 0, '?'),
(0x9cd2f3087334289074f2c9d806d57daa, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, 0x00000000000000000000000000000000, 0x5eacae130b80d58a3c46d4807eaeeea5, 0x30e8fa87ebc2d363f8ba6221fc103c133d2fb58db1619ce9ca3932166f73a7ce, '', 0, '?'),
(0x9cd66905aaa3fd15c9bddec0c57c55a4, 'wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css', 1, 0x00000000000000000000000000000000, 0xcfa1b0cc3bef2a255824f5f474878213, 0x5a2643f9fe62e6abc9e6c2e7a680dd828436fc2d67d02638ca3fdb83f8842be8, '', 0, '?'),
(0x9ce008042fc7bd68b9a77562885da9b2, 'wp-content/plugins/wp-rocket/views/settings/sections/fields-container.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/sections/fields-container.php', 0, 0x1f35a7d78da23927cba3cd2d903370ae, 0x1f35a7d78da23927cba3cd2d903370ae, 0x986fcb203115984d81ab482ad003613cb203e62f76d8dde9e36c0a81b962e23d, '', 0, '?'),
(0x9ce55589b1f324ec5c2add315e9c53fd, 'wp-includes/js/jquery/ui/effect-clip.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/config/migrations/20190715101200_WpYoastPremiumImprovedInternalLinking.php', 0, 0x1b4fde8b01e148cb7f8a2058226bd8a4, 0x1b4fde8b01e148cb7f8a2058226bd8a4, 0x574b40a64db6764bc9dfb996e73b91e15d30730008c0aa22e7234c68c415e6d1, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9cf1fbc4fa9e508b4ae6741efbfa317a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/query-no-results.php', 1, 0x00000000000000000000000000000000, 0x50fae0fd985e3ea1c0b1a8c81a581ce2, 0x11aceefbe8d307f54fb8cb15eb4f156ec46cd95262e3471b7897fc41abfda7d3, '', 0, '?'),
(0x9cfa6d99f06406b4abbe25c3e1c5abdf, 'wp-content/plugins/amp/includes/sanitizers/class-amp-style-sanitizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-style-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x17dcf7faf90de29ffe7b175712893ba1, 0x85354f30ce10df6b4eef3fee76288be4307c397ebc6439730dda1fa1e34fd951, '', 0, '?'),
(0x9cfe501a8dc52fe904a203af6c0e25a1, 'wp-includes/js/jquery/jquery.hotkeys.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.hotkeys.js', 1, 0x00000000000000000000000000000000, 0x6a83fb684984514c5a4124556ef648a2, 0xb7ff5416a2a79384661bdf524d53cf39c2ba849d164d44529af352a1e3924ee9, '', 0, '?'),
(0x9d0019c920899f6b7e8219a35535540f, 'wp-includes/widgets/class-wp-widget-text.php', '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-text.php', 1, 0x00000000000000000000000000000000, 0xfb8f5650a5ffefa9f4531b1d1d9bc4fa, 0x0c5e6d81d226a2e6b5878e7439e90e83b3c2bc55fbb5a255750429f4078c0f76, '', 0, '?'),
(0x9d06201170401283254a72f49d64b7eb, 'wp-content/plugins/wpseo-video/vendor/composer/platform_check.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/platform_check.php', 0, 0x15e1efff88933be3dd5740e3c9530478, 0x15e1efff88933be3dd5740e3c9530478, 0xfacee7fe4937e9c9ad27a0bc16a190da7f81b13c785d1f9aeb746d2db3dc25df, '', 0, '?'),
(0x9d0a25665b1b216145ab72d274678069, 'wp-includes/images/media/video.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php', 1, 0x00000000000000000000000000000000, 0x2e7f81f503a7d9f812a2b4f33a859baf, 0xee2e6a1869ab4b217f9ccf726d3223ed693381b24ee06553f709b9a3ee1f4a90, '', 0, '?'),
(0x9d0e8baecb9f96991a32749d4ecb280d, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-8.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-8.min.css', 1, 0x00000000000000000000000000000000, 0xa0455dfdc9d4d7bfe170714678260ce9, 0x71e1ed49d1a23240d0c9c6b8ed3d30a4d31acc2e63c0e8cfca589a9dc4cdac16, '', 0, '?'),
(0x9d10fe32f42e3d660f80a0becfa218d1, 'wp-content/plugins/elementskit/widgets/google-map/google-map-themes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/google-map/google-map-themes.php', 0, 0xa59a5cf8bbf93c42f1c094205fcaecd3, 0xa59a5cf8bbf93c42f1c094205fcaecd3, 0x228908c895894f9ae78e1fdd7ad75722fcc7c9de8c5d1cfb53837a2173f5ca18, '', 0, '?'),
(0x9d132888eca45c197ebf0c5e8db44521, 'wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ServiceProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ServiceProvider.php', 0, 0x8ef311c98c406b2e23bac7f54eb2d59e, 0x8ef311c98c406b2e23bac7f54eb2d59e, 0x2819c13e29728b55cd3af912068d9910a4f257702450744cc97f5beaf53222b4, '', 0, '?'),
(0x9d13345064f12e30b3ecd0b53a150d34, 'wp-content/plugins/wpseo-video/vendor/autoload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/autoload.php', 0, 0xde106e53851eb8eb15a917d729b48fdc, 0xde106e53851eb8eb15a917d729b48fdc, 0x2ac8af940c0d82c85d9af335c3e6762cca4bf550ed9f8df23848e8a367b1b3c5, '', 0, '?'),
(0x9d1be587d3a05f9e513ff8c110aba423, 'wp-content/plugins/wordfence/images/logos/shield-response.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/logos/shield-response.svg', 1, 0x00000000000000000000000000000000, 0x5faa0ad988313a2f0e2864251fdc85ff, 0xd21aba126a7459e39c61573d78219b955bf0b2344806217ca4c1f1b79616eeed, '', 0, '?'),
(0x9d1ddc8b814ad2d9320e9ecb2b447596, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php', 0, 0xf0cef78021c404c84819ffa5689c9f90, 0xf0cef78021c404c84819ffa5689c9f90, 0xce7f392e596c1e53ae89f6cbccc84101d9584e8b1e04d46f062a620f80babe6c, '', 0, '?'),
(0x9d1fcf87b3a6a1047932c599e997f0da, 'wp-content/plugins/wordpress-seo/js/dist/languages/pl.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php', 1, 0x00000000000000000000000000000000, 0x5ab610b8abaa4823916d678e6afcf719, 0xb0c96b4556282c52477f0e2829db4e910b7abee58c35e8a547447502fc419f7b, '', 0, '?'),
(0x9d2583944342852ae2ec197282815150, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/author-template.php', 1, 0x00000000000000000000000000000000, 0x1b8914656f0df8f288f0da6fabb1fa06, 0x69a4f6890a8b341d8faa53c194c0471af34813ba33058a154978c74bdda9c2ee, '', 0, '?'),
(0x9d26190e8d7526d2e3255a60ea40e7b9, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/elements_kit_logo_black.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/elements_kit_logo_black.svg', 1, 0x00000000000000000000000000000000, 0x88076847e4d31dca4ba22809d5880d1c, 0x73194e92a13894ff64161dcb071dbdb8c535143c403b2109b9a9251ed4e62919, '', 0, '?'),
(0x9d2ab8d5af53dff31268ff4155a057a5, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-14.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-14.png', 1, 0x00000000000000000000000000000000, 0x83a333196e7afdf4a3d88d4ab8918c1c, 0x30be039eb19555cebdaa1ff1031f978cd3766aacd534bfac17018b5db4df4176, '', 0, '?'),
(0x9d307e47b6747b44d2c3220b2c72bf9e, 'wp-includes/SimplePie/src/Cache/DataCache.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/DataCache.php', 1, 0x00000000000000000000000000000000, 0xca07d2d1d9e32146425e9e333b6e459d, 0x8b628869e203e609aa283b306f06e01de3f1fd98e81bbe899e161e4f902f2167, '', 0, '?'),
(0x9d37ff32ff0ca9e17e48839b2d4966a8, 'wp-content/plugins/elementor-pro/modules/loop-builder/widgets/loop-grid.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/widgets/loop-grid.php', 0, 0x07b5bb657356dcba1bafe3011f5dc08e, 0x07b5bb657356dcba1bafe3011f5dc08e, 0xc15a555b7b8ea886902bd72e7df72004465039564c9d54b7595cd922de88172e, '', 0, '?'),
(0x9d3f38526dbcd0a2453768c0803c8608, 'wp-includes/blocks/buttons/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/buttons/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0f5cf99d01d775df2af8c735b63246e5, 0xfcdba80dac578464f2d1c920b7144196ef0821204f491fc9526b8144872a9783, '', 0, '?'),
(0x9d47a87c240c1d10701cd6a02b28aa1b, 'wp-admin/js/tags-box.js', '/home/forwardbetcasino/public_html/wp-admin/js/tags-box.js', 1, 0x00000000000000000000000000000000, 0x9a673469926596d2daa08b592c1dd783, 0x752c0fb074736eac8b609e62de240ce244c972f5465253a9ef72d5d291ac5e22, '', 0, '?'),
(0x9d4d14eb48daf36df589e593d63943f2, 'wp-content/plugins/amp/includes/ecosystem-data/themes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/ecosystem-data/themes.php', 1, 0x00000000000000000000000000000000, 0x46427a0f1f33d609948c8d933f6a3a8c, 0xab88e81035510161d466e654cba2d82461aecaab641c9a9625442bd7da80349e, '', 0, '?'),
(0x9d51a0b2c1ccd481ef328a3775eda04c, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 1, 0x00000000000000000000000000000000, 0xd031f47facf4331979b6f9fbac3187ef, 0x097dacc54eac093cc976e37fadb71f4203b11b17532502e198735cfcfef75384, '', 0, '?'),
(0x9d52dbd942a170c01195166dd85aaa3b, 'wp-includes/css/dist/block-editor/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/style.min.css', 1, 0x00000000000000000000000000000000, 0x7f6cd9824c7c01b3fbbb0a9a6c1982e6, 0x5857bff9e63b179e2045edc153ca1498399bfda33d1ba482d812230590c73fa4, '', 0, '?'),
(0x9d5541d851b52c5590ac0f9671d7dec4, 'wp-includes/blocks/pullquote/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/style.min.css', 1, 0x00000000000000000000000000000000, 0x8d1fa985d9921c40df3b9a4a863a6df7, 0x849e51be5167b84703b261f3b55030d1cc0bfbcaf39e13a13942989aa2fa5d48, '', 0, '?'),
(0x9d683b9def8778ef97895cfec6b7d8e8, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/dashboard-2400.css', 1, 0x00000000000000000000000000000000, 0xd96ed51171e0d3256087d3edfb116c59, 0xe65b69a3522ac8673dd864438b15968bcc0c6a7d40da61888852ae08ec66ca51, '', 0, '?'),
(0x9d6c011463ca47261b202a6b5f7122fd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrack.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrack.php', 1, 0x00000000000000000000000000000000, 0x6c37850461db9ee4ce60b81862726fef, 0xc35c4d5cc0cd0a125a5c661f634349ba280baf505a52d2b0ccb303063fd47033, '', 0, '?'),
(0x9d71ded3a34a7e46d8dd31a4df15834f, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/single.php', 0, 0xc89b9cec4c042fa28003e2c93bbba0a7, 0xc89b9cec4c042fa28003e2c93bbba0a7, 0x629818402da709acf7e85289ec6d5b056f81656150977a1582a130873fc20472, '', 0, '?'),
(0x9d722946f5536353960849a381e63243, 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg', 1, 0x00000000000000000000000000000000, 0xc386167496568dce4fa7cf2bf3ab6d46, 0xa4f29a292d6e80d11f97c364b612995c476f8b51c00933dd81b07def9a1c3290, '', 0, '?'),
(0x9d7f6ff76af98b13c905bb79e61da956, 'wp-content/plugins/wordfence/lib/menu_tools.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_tools.php', 1, 0x00000000000000000000000000000000, 0xe0180636cb8b0ed052051843e5d65b41, 0x5ea13c9eb0f8cafb18d745bb51e4980361ece3e796cb2065f9964da0ba8d7e7c, '', 0, '?'),
(0x9d864361de73c15d9eb26e812f15e5ec, 'wp-includes/css/dist/block-library/theme-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x13c46f9ea02c99df62de2c7761fd2dd0, 0x93f6b80f25237cfbba83a94b9d3d77e4474fb042fb75a4599123dec732686e60, '', 0, '?'),
(0x9d8a95eed9824aed903c96aa6ccc11b5, 'wp-content/plugins/amp/src/Infrastructure/Injector/FallbackInstantiator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Injector/FallbackInstantiator.php', 1, 0x00000000000000000000000000000000, 0x80d66c465b2639a6e13fb4c3ac5a03a9, 0x0668163053d8f88a10ba447c147baf058accc0e7123b06e254dffebc8d4cd894, '', 0, '?'),
(0x9d8cb1436a954237f07884a9ae608167, 'wp-content/plugins/amp/src/AmpWpPlugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/AmpWpPlugin.php', 1, 0x00000000000000000000000000000000, 0xfa44311eb07bfd96c9ee8e88c348a2a8, 0x6bb803589540b396e2b39202ca93b893c19263c205521e8958ecb3ffdd379267, '', 0, '?'),
(0x9d900e301ea9eee93df0b5906ff13b88, 'wp-content/plugins/elementor/includes/controls/groups/image-size.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/image-size.php', 1, 0x00000000000000000000000000000000, 0x62c4651740c7c354e244ca1956204b3b, 0x5c79671e73e9b748149ed0a1a784b5d72841480fa83cd32be5dd10b38b2a2a0a, '', 0, '?'),
(0x9d92d1ba9f22cc5035ecd35e55811a69, 'wp-admin/index.php', '/home/forwardbetcasino/public_html/wp-admin/index.php', 1, 0x00000000000000000000000000000000, 0x02376a97528fab0a94fd0e589408f1ac, 0x43feb53fcf0163b3ba817770ed6fc734126df387d818b9a0fd7a20be0ac45889, '', 0, '?'),
(0x9d9bb4e67fad312024aeaf5d3d62a9ba, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeStatic.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/xit.gif', 1, 0x00000000000000000000000000000000, 0x3fbe60af8570a35292e12cc8e65fec70, 0xa316c84186007c3d66fd890be919e7f24a9c533ccff59511fef51f0bb698de7c, '', 0, '?'),
(0x9db07746a4f2c8b68cdb1cec8723209a, 'wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-fade.min.js', 1, 0x00000000000000000000000000000000, 0xfac98b97a8253acf77468c35a3da98ad, 0x4e44fd227827332cabfc336180beaf0c0ad4c956ee6cb1b3ea455e60a4990afd, '', 0, '?'),
(0x9dbf1f917462a904b8ef841560735d27, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php', 1, 0x00000000000000000000000000000000, 0xbe83de9b9065efaace5ab18e8cba0940, 0x94daa82c19c1805551cd3b56ffee5d93c7dccee68062c45d8e5befe5162b8036, '', 0, '?'),
(0x9dc03a1a8660674920f4b1cb7f3e5029, 'wp-includes/assets/script-loader-react-refresh-entry.php', '/home/forwardbetcasino/public_html/wp-includes/assets/script-loader-react-refresh-entry.php', 1, 0x00000000000000000000000000000000, 0xa59a9be970a5da3a50d91d157092db60, 0x6ed8c6bf820b097f8455438ee6d6890c1bb93aca65f1e59bf42f03e3e53cb6d5, '', 0, '?'),
(0x9dc4251db52f1d58069ef6193c1768aa, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/ServiceAccountSignerTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/ServiceAccountSignerTrait.php', 0, 0x7a7cbc576e12043cf2172409b0ffd73f, 0x7a7cbc576e12043cf2172409b0ffd73f, 0x38f4e0ae4df31b17c51de32261686d9f4f2754a658208ed946e397c4b5bc8dd3, '', 0, '?'),
(0x9dca6e5b225a4e52ed03aed001038aea, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/ValueList.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-rest-api.php', 0, 0xb15466e580b7f215374709c2fb62f45a, 0xb15466e580b7f215374709c2fb62f45a, 0xc428d12a325a5ec04788986048ac672ed2b89b9831219104ec0fa6c5c14afd21, '', 0, '?'),
(0x9dd6d966180f352b02702412f636d5f8, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/getgenie-logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/getgenie-logo.svg', 1, 0x00000000000000000000000000000000, 0xea95fd88a59a2b4a7d81f6762a587d67, 0x07f2ec4024ca50b27464000f4a23e0ffe74114f1b0399dba2c95d2468913e983, '', 0, '?'),
(0x9ddd906a98fb78d39ffd764650bc890a, 'wp-includes/Requests/src/Exception/Http/Status305.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/license.txt', 1, 0x00000000000000000000000000000000, 0x9eef91148a9b14ec7f9df333daebc746, 0x5d9b89464897037036dcc64fca40236886893a4cae0ce5e202c9a0d040bb6bfb, '', 0, '?'),
(0x9de68336f4faf01533665c68c8c3ff32, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php', 0, 0x34d90eb64af56fecb102ae63030d5830, 0x34d90eb64af56fecb102ae63030d5830, 0x1340abd187a9066974f4eff61f445887125258f65a11dbe8a9a8bc380b43bfe7, '', 0, '?'),
(0x9de9a8ffcb4a911db5f5de430b9f68a6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelModulepreload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelModulepreload.php', 1, 0x00000000000000000000000000000000, 0xd509bf4591f71792855448c5b8f677a2, 0x1ad460bcd9186973b23e04e043233973cc08c5d1c2948f188d46244517bb75cc, '', 0, '?'),
(0x9deac5bc0842bc68497fb144a8ec0bc6, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/LICENSE', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/LICENSE', 1, 0x00000000000000000000000000000000, 0xd1af6aad6f0f8f4e625c884b610e3c52, 0xc240a4b5bcf5103283f7ae8b29ee370a0b003c0c870a9d4263e15d007af91134, '', 0, '?'),
(0x9def6236dc89bcbfa57bc8f7189d248b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateConditionalFormatRuleResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateConditionalFormatRuleResponse.php', 0, 0x99d0905652adae915ceb647db283f2cd, 0x99d0905652adae915ceb647db283f2cd, 0x8164ff9fb43aab81b2697e4308573778764feb0914a5239eb5fa99c4e7256e8c, '', 0, '?'),
(0x9df5a96f94aef1b0a96624c8ce84c08e, 'wp-includes/Requests/src/Exception/Http.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http.php', 1, 0x00000000000000000000000000000000, 0x6c8738aafb5ab75a9d1ca3bfcd8fdc03, 0xf4d0800c6e88c2975796612aff02cb21630c21f645858e1d8ccf86c3c585113e, '', 0, '?'),
(0x9df77a9f83db2317661f34b4782fb848, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php', 0, 0xecb3b088ba81d4f9342f071015bda6d1, 0xecb3b088ba81d4f9342f071015bda6d1, 0xb54191cb48121804902abccf751aa6b69a0ab21427037ed8c2b1cc7a2092da92, '', 0, '?'),
(0x9dfd708468941ff13054d4a230444e20, 'wp-includes/class-wp-block-templates-registry.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-templates-registry.php', 1, 0x00000000000000000000000000000000, 0xaa7e5bfce76af5dc0a4bf8847d6f2c8f, 0x01ce420fc6965f50583fb3d210ffb9fbb728e6ed3b76ded0bcf6b2b11915c81c, '', 0, '?'),
(0x9e073bc829db56889b5032b00310362d, 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/theme-support.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/theme-support.php', 1, 0x00000000000000000000000000000000, 0xeff287658d3af272435ac01374d6dcd7, 0xf8591bd2559e7fb1c6ed71858e760876f91ae761d2df549464a4f477cc056c36, '', 0, '?'),
(0x9e0bfdfd08872fa174d46a0d873f8623, 'wp-includes/blocks/site-title/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/style.min.css', 1, 0x00000000000000000000000000000000, 0x3fa7b50cab1a6a180bcbc99bd21cc5d6, 0x84522bc3c1e9806ade65e1e92c2af236611b2c525f7e4fb97a8b5705f36bd328, '', 0, '?'),
(0x9e0eefa8f46d82cb73061b97aa94d78f, 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/assets/js/main.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/assets/js/main.js', 0, 0x2039fd98991d8a78131b4024d24ffe5f, 0x2039fd98991d8a78131b4024d24ffe5f, 0x1de1b5160548481cdd9a67e5a7fc954ea21051effe5868c7dcc3b9ba7022c89e, '', 0, '?'),
(0x9e13b582b484d5b009cc8bd3c8b2c353, 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', 1, 0x00000000000000000000000000000000, 0x809428605d568ec5a35b5ea0cf03f233, 0x46dc912010741c0c3d59902b8b59cad281bfe665c6dbbe0f4bf762c73657e5f3, '', 0, '?'),
(0x9e196adbbbc3d5f59f03f802b83222ec, 'wp-includes/sodium_compat/src/Core/AEGIS128L.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/AEGIS128L.php', 1, 0x00000000000000000000000000000000, 0x5363f4dae39b73f27141e8c602642bd5, 0x4d2dfbd7ba0bc7cf66e107dbd41b4e922ac637cd60eea9324ae0dea74f3f3dbd, '', 0, '?'),
(0x9e1d56edd1e81e2a7f372bb4fe39da2b, 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-fv-wordpress-flowplayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-fv-wordpress-flowplayer.php', 0, 0x9afd541a0e0afff66df481450ee74d25, 0x9afd541a0e0afff66df481450ee74d25, 0xf00f2d712501687ee781de6d8e58d26c6ed5df1f06cd6f7e08fe79c9332ccca4, '', 0, '?'),
(0x9e20c16e80249b877188ef5e7166b4a7, 'wp-includes/images/smilies/icon_lol.gif', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_lol.gif', 1, 0x00000000000000000000000000000000, 0x401ee4735c65b39f7c9873cb8e44307f, 0xdfdaf8598cc08ccd61fd5e465ffb1ff23885ead8aa3213a1338f25e16a90eeca, '', 0, '?'),
(0x9e26ff8502d3c6c23d63694064f13d19, 'wp-content/themes/jannah/assets/js/dev/ilightbox.dev.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/ilightbox.dev.js', 0, 0xdf95d1512b5781ffa8142c145359f276, 0xdf95d1512b5781ffa8142c145359f276, 0x725205173741d2f6dac5fa5237bc9c32f103839a034fa0789ef7ca70d4ab0e3b, '', 0, '?'),
(0x9e275e934412fdd74947de310b85d921, 'wp-includes/ms-site.php', '/home/forwardbetcasino/public_html/wp-includes/ms-site.php', 1, 0x00000000000000000000000000000000, 0x2ad6759856710dff20f52ae331a14d4e, 0x11dc3c37d9e101c33dfdd703ce6f1c367dcea5f1c9a4ae6be4874b82e9909053, '', 0, '?'),
(0x9e288cf3e3cfb9a6e9d8b2f3b0f388d4, 'wp-includes/blocks/video/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/video/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9c654057856eefad690de492e7bc8e64, 0x17d4ead0ebc1afe4a889931b6a885fe71ae022e2a7ce4770d92e124cb182f04a, '', 0, '?'),
(0x9e2a0254f1750da2edd3d61da07eaa6d, 'wp-admin/css/colors/ocean/colors.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/ocean/colors.min.css', 1, 0x00000000000000000000000000000000, 0x16962604bdb9dd11be07fc24a78a58ea, 0x8f3b0cece81420ed7269dd5247b9376d076f1306acd0542a18ce04f32e64a6df, '', 0, '?'),
(0x9e30a82d7e0d9d533a70d4f91513fcee, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-7-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-7-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcde11c9b6a8c0204d779f8283a61e3bc, 0x2243d28515ff074275e9b824c3f2d96b9e39d0f6208563ed5d00515f095c0aa1, '', 0, '?'),
(0x9e311d4ca67cccec5a810e84dbada6d8, 'wp-content/themes/jannah/assets/ilightbox/lightbox.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/ilightbox/lightbox.js', 0, 0x0aad6ea4c36a9be1a344f4c666ad8dd2, 0x0aad6ea4c36a9be1a344f4c666ad8dd2, 0x49a2d4e19b640be6d47d53114eab4abaa47f64a9dc126d91770207303a25ec58, '', 0, '?'),
(0x9e316c3c9c2011747e4c9f05550477f3, 'wp-includes/class-wp-locale.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-locale.php', 1, 0x00000000000000000000000000000000, 0x2ca02216f8cd88dd5fca6f5b5939e628, 0xb999b6829949b17aa988060403de90873b2f43c03a57434efac0188112d79c50, '', 0, '?'),
(0x9e326d2712769cce50d7487d79c6d2bd, 'wp-content/plugins/elementskit/widgets/chart/chart-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/chart/chart-handler.php', 0, 0xcb74a6e48a8be112fd1625e8208b0d94, 0xcb74a6e48a8be112fd1625e8208b0d94, 0x4fa6e3b575d8423f2e2d5fad2efb93f0d4a74225efbc8d5276795c5ce79b4fbe, '', 0, '?'),
(0x9e39758eede68c54530c4f8f5a41d38e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecName.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/registration-functions.php', 1, 0x00000000000000000000000000000000, 0x10fa513c13dbbe1a37a64da21376abf6, 0x4b64efdb0b885fba4d46a52058bff258fe2e2c27545cd9d936f603f71df2367f, '', 0, '?'),
(0x9e487aaf7487519dd0d2e0b3bc1fc36a, 'wp-content/plugins/wordpress-seo/js/dist/faq-block.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js', 1, 0x00000000000000000000000000000000, 0x1166d9a08b1b197c27a45af3109d7528, 0x645cae74b0da22726fcbd4453d471e10cbfce3c4c52adc13d599b2195d78c54f, '', 0, '?'),
(0x9e4c3f6eddebaee90a57c2de1c62eec9, 'wp-content/plugins/elementskit/modules/facebook-messenger/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/facebook-messenger/init.php', 0, 0x87e4a7fc710cb87b47827ef45e02fd94, 0x87e4a7fc710cb87b47827ef45e02fd94, 0x2440244ca6af992d2b1e18b8fb5deba9515cbfd3d134595508a2c07012151a06, '', 0, '?'),
(0x9e4c48b29ba6047a03fe3868e284f43b, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionSource.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionSource.php', 1, 0x00000000000000000000000000000000, 0x1d06863da1e67e2dbe30c3df9453ff82, 0x217c6d4f1080480a59ae8335a400a8d738d73712365b5a8a23b2aa10e15dac98, '', 0, '?'),
(0x9e5405d752883666b8cda0a7ebc1c77e, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/BeaverBuilder.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/notes.js', 1, 0x00000000000000000000000000000000, 0x7b66367bb1234cf368daef609a1100f2, 0x4465a272ff57ce9ee21a2fde3674044f17e2a30076b0e1e36c61e84d65375fd0, '', 0, '?'),
(0x9e5d6f4df0a273651406aaaa4a341dc8, 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', 1, 0x00000000000000000000000000000000, 0x189f6f199086fe683583880d78dc964e, 0x0c36791a75f0cf853be709ad30a47eea7273314aff398ed658b291f24a9e88c5, '', 0, '?'),
(0x9e5e709553b6d6c0b6fdb9ae40289374, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php', 0, 0xa325f7fa50b5f79b4d24a8414208e607, 0xa325f7fa50b5f79b4d24a8414208e607, 0xca3ccf8125936812da439c31717575812f6e227ddb7cbc0ae4e1b1db8b655663, '', 0, '?'),
(0x9e660fbd8a5ccb3be7a9b4c5495c584b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Acronym.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x9e6849b8cc42a2029528c489bd9aa509, 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/countdown-timer-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/countdown-timer-handler.php', 1, 0x00000000000000000000000000000000, 0x9d759ee397ef5b57d3a6e8b944d64cf7, 0x15fb01a846163d9662fa909817e985f3c2b60c6318cec6f3a3cfff93ca48d416, '', 0, '?'),
(0x9e6c5477148e9aa1f5329fd94c050e94, 'wp-content/themes/jannah/framework/plugins/web-stories.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/web-stories.php', 0, 0x40eaafc0eeb466d48d668fdf5583256a, 0x40eaafc0eeb466d48d668fdf5583256a, 0xd73efc89907f648cee05e699dd39db490474fb166499809e91fe2180a2a6a6cb, '', 0, '?'),
(0x9e700b32a50e5d12cff85d50198f5e6e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/SpreadsheetsDeveloperMetadata.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/SpreadsheetsDeveloperMetadata.php', 0, 0x68cf368740dbe80abf785941eafce5bf, 0x68cf368740dbe80abf785941eafce5bf, 0x9e0128311ce5151dd31dcd243f8b6dc5d89129466a9e2e971aa7f00e9505d5f1, '', 0, '?'),
(0x9e74a7f01baeb6a6b42f8c2f3b0caffe, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/PreloadUrl.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/PreloadUrl.php', 0, 0x50a8467dbfe9b75184cff711c6170a60, 0x50a8467dbfe9b75184cff711c6170a60, 0x44b1d1ef739c07d4a74f940f14b8c7f134abf0915f4332ff6e6e1abe693eb7c5, '', 0, '?'),
(0x9e7894704896dead4487495a2c8f90b4, 'wp-content/themes/jannah/framework/plugins/crypto.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/crypto.php', 0, 0xbe05d0b9f31a0b447cc0266300475d4a, 0xbe05d0b9f31a0b447cc0266300475d4a, 0x48783f8c34bff48d8674dcaff914fe3be2dd59cc835e057a0b6a9c435891af51, '', 0, '?'),
(0x9e798fb79943cf740a1420f8378eb370, 'wp-content/plugins/wpseo-video/detail-retrieval/class-youtube.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-youtube.php', 0, 0x4675ac9d3a1df7e10cfdd0f72b47dcbc, 0x4675ac9d3a1df7e10cfdd0f72b47dcbc, 0x037656c2dce999094d4b94263091f58b99bd65be6934e5356f81d3eef0d3dda4, '', 0, '?'),
(0x9e7f50ef49619ccca9511ce99083e92e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSpringboardPlayer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php', 1, 0x00000000000000000000000000000000, 0x69e42e722304c76863fa1422e2b9e3eb, 0xc7914769cea4b02cd6c63725fd5660ad31dc3c8e4d18c68a50f24d6187f169f4, '', 0, '?'),
(0x9e85b6bbbdeea212e8863cef78cd428c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/languages/luckywp-table-of-contents-he_IL.mo', 1, 0x00000000000000000000000000000000, 0xd947e4721ec175c51ad7999c4fc44771, 0xcba5a2d0e2606303e56e260d1b179bddae1cf468f74677ab98f32090b174a79d, '', 0, '?'),
(0x9e8cd8f98d7f693e387a0b0b5b97d2cf, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceCache.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceCache.php', 0, 0x7cd555b64a0eb41db77f5b4a41b201af, 0x7cd555b64a0eb41db77f5b4a41b201af, 0x1095e106b5af425e7af576b5ced4e355dbe79875cef911e090e04cb7b6dea03e, '', 0, '?'),
(0x9e8e6e6233ac179efde843506d0a046b, 'wp-content/plugins/elementskit/widgets/yelp/markup/only-overviews.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/markup/only-overviews.php', 0, 0x769d55a9a0ad7cbfa63468cfb648409a, 0x769d55a9a0ad7cbfa63468cfb648409a, 0x3dc41c0245812504909821bff35cd5e435ec1a91acc0892ca92dcd50befd8898, '', 0, '?'),
(0x9e97a17873a680f31c31052486bbe3fe, 'wp-content/plugins/wordfence/js/admin.liveTraffic.1690810710.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/admin.liveTraffic.1690810710.js', 1, 0x00000000000000000000000000000000, 0x47a123666fa5782ac88d3aad82cca9a7, 0x8b53f7f4e75b7a248e0ca20952a58564216b5695e44d104a2e14ae23a3e84038, '', 0, '?'),
(0x9e9d6454bb2d32ab5f21f148ae127e8d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php', 0, 0xcd012ff319ae266806c3d316a22bed01, 0xcd012ff319ae266806c3d316a22bed01, 0xcb5815c4dfc285141c42988f396052ad69a5b0440542222b64dc583b0602d909, '', 0, '?'),
(0x9ea3659d2da8d252c88994aef94c3ad1, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', 1, 0x00000000000000000000000000000000, 0x71dbd9d77a909d6ed81db97a98a5bf83, 0x2c8d72eada501d512271321160e9a67f4333c1261acb8067885a060f015ea336, '', 0, '?'),
(0x9ea379ec4b816ac7bc0fc05e7f3d4f91, 'wp-content/plugins/elementskit-lite/compatibility/backward/walker-nav-menu-backward-compatiblity.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/backward/walker-nav-menu-backward-compatiblity.php', 1, 0x00000000000000000000000000000000, 0xe71c084d29d6035ac118668262ef6a93, 0xf364c98fe38fffd97ebe06840f7d03021a6e78cf15b2fe930079d0e5dfb3cb3c, '', 0, '?'),
(0x9eb1048fdf1932926836cd92bf0dbe7e, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php', 1, 0x00000000000000000000000000000000, 0xf7b93d51ab27ae8b2cc3ef003997ac33, 0x7c11a9f48222a4602108d61243658a6cb855e51474c67c236ff9ffab489d24e8, '', 0, '?'),
(0x9eb5802bec0e620b17c709104eada9cc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4ads.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4ads.php', 1, 0x00000000000000000000000000000000, 0x9cdbd24f4eae86546cd5d509fa020f53, 0x022d6b1d25c3cefc82757dfc2f0128760fe9fb16ff05fe8e7dc45f7ec4dbedb1, '', 0, '?'),
(0x9eba3ca374119282764deb7dab099ce8, 'wp-content/plugins/elementskit/widgets/creative-button/creative-button.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/creative-button/creative-button.php', 0, 0x3740c3eab522c554c9e2eaac834ffbfe, 0x3740c3eab522c554c9e2eaac834ffbfe, 0x540751642cd725609862b1ff27b62a57d618e87c339d8c391fe63d92e1d5132c, '', 0, '?'),
(0x9ebd0dea851e65096ea4a7b7f6519a11, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Factory/RequestedEntry.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Factory/RequestedEntry.php', 0, 0x9e3d9d4332748c80983432df6699991f, 0x9e3d9d4332748c80983432df6699991f, 0xa2c626e326fcbeb59f46cfb8555d6942cf8c9dd19e9b11e849d5523acaa7d72f, '', 0, '?'),
(0x9ec2e59eec77c1797416e1df29fa51d5, 'wp-content/plugins/wp-rocket/views/cpcss/metabox/generate.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYotpo.php', 1, 0x00000000000000000000000000000000, 0xe0719b95ab23664b5bc06e56b2fabf19, 0x09c81a1745c2a3611bf404eaebbe491dfdd3e15ac7be0b65be5f94981dd0072e, '', 0, '?'),
(0x9edc104a8fc06cffa89826a653f1bd25, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddChartResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddChartResponse.php', 0, 0x460b0920a75c5aafc6fe8fa88cc52d61, 0x460b0920a75c5aafc6fe8fa88cc52d61, 0x0f4c88b716d4899ee980eb3d15a5a1c205901229ba4cc834d8d783f886893bca, '', 0, '?'),
(0x9ee0be58ad2a5e8ccfba5298b4dc38cc, 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x092b83627065a8abd7ca7fe4513503f7, 0x4d6e509553c4307d739576d980204379bd4fbc7a4ff4e2f2a97aa1c71497c525, '', 0, '?'),
(0x9ee5b2cad02323d5916e0a64415cad65, 'wp-includes/blocks/latest-comments/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/APIClient.php', 0, 0xa05822f51c26c02fc6ebe331aa6a2cad, 0xa05822f51c26c02fc6ebe331aa6a2cad, 0xf4c948578a2f3bb9c41d29a90c59e1dba269ae08abe17c046b267a4685a68201, '', 0, '?'),
(0x9eee703f455ea240b7278ce3501245c5, 'wp-admin/edit-comments.php', '/home/forwardbetcasino/public_html/wp-admin/edit-comments.php', 1, 0x00000000000000000000000000000000, 0x095746dbf7bec30d96ef42a9cb043b19, 0x73227cdab01dfb79970ef3ff2cd36f0e3f648fb1614d94450a4a51fa35d4d92f, '', 0, '?'),
(0x9ef78d8aefa9c1c855d15c8f99619045, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xfea25b54a65532781195c5265e99a8f1, 0x2a1e82ed8c52fa1ff12216b7fd9e505f70beb36fc0848145cf4687ce9233ed31, '', 0, '?'),
(0x9f0105b514a034c72ba7c552fa068e78, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickData.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickData.php', 0, 0x937b3dbae1af45dba0caa401c5e59320, 0x937b3dbae1af45dba0caa401c5e59320, 0x69deb92a5704f6fc3aa2db999ba8f05a9a64f7464398d1c02fd50adf78ec4ada, '', 0, '?'),
(0x9f0277689e7465d81632fd15666ca285, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php', 1, 0x00000000000000000000000000000000, 0xd3de265951e4a5e7d832426dba2cf211, 0x2102af97b2959272ae0e21601a3807da6a5e501f378326b6a749712a9f2dc501, '', 0, '?'),
(0x9f05290e732d603d3e0bf3ee9d82b085, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataFilter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataFilter.php', 0, 0x27310c94a4a077d5878e443f967f6966, 0x27310c94a4a077d5878e443f967f6966, 0xaf6077ce4da2c0d861e57e9c0923f5c3bd48594f3278bc180331a34148cf716d, '', 0, '?'),
(0x9f0553952087580c18d3de7d41560fad, 'wp-content/plugins/elementor-pro/modules/popup/display-settings/timing.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/display-settings/timing.php', 0, 0x8f2f08befa8947c3c12ab37a38de6246, 0x8f2f08befa8947c3c12ab37a38de6246, 0x5d92f682aff3c7c5e7e1b7a0b3666c0b57f9139759027e8bb206d74448dc2676, '', 0, '?'),
(0x9f0b1bbd11491f958e7c3e5a940fec71, 'wp-content/plugins/elementor/core/logger/log-reporter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/workouts-route.php', 1, 0x00000000000000000000000000000000, 0xbceed09d0ef028f6a02513fa3b916128, 0xb888f1fca720bee7010b0d00c36815ae9309825ee2f8ff2691146951ff70390a, '', 0, '?'),
(0x9f0fc007981d28e2d2b62c227b4fa8a1, 'wp-content/plugins/elementor-pro/assets/js/stripe-button.cf3f67d6b95e0138bb6b.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/stripe-button.cf3f67d6b95e0138bb6b.bundle.js', 0, 0xac3304f8689330c3431bac3380589a41, 0xac3304f8689330c3431bac3380589a41, 0x3367722e2d0cdc846ee5ade4a63865355c5daccf2efc2684153f6671a1feb05f, '', 0, '?'),
(0x9f12b4589306406218f1056d1a512c0c, 'wp-content/plugins/elementskit/widgets/pinterest-feed/markup/board.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/markup/board.php', 0, 0x4a71e9b4efc9b8916cae72e9d9ec0c4f, 0x4a71e9b4efc9b8916cae72e9d9ec0c4f, 0xd7a91e90c40ce0b12b083c680ab38d8897711b3831ab37d4e4b80d7865f5ad32, '', 0, '?'),
(0x9f191a0bca2a4da445fc1576fdef7d30, 'wp-content/plugins/wordpress-seo/css/dist/support-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/support-2400.css', 1, 0x00000000000000000000000000000000, 0x5c2f0844907bf4638033cde7d9b5cb1e, 0x6d2a5d4cc06a328c1402b46a8a9866b3a2744f7907093e1026a26d7d065a9e02, '', 0, '?'),
(0x9f1c42e2d4e899f421b3b976dda1c9b6, 'wp-content/plugins/wordfence/views/onboarding/banner.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/banner.php', 1, 0x00000000000000000000000000000000, 0x9de1cbd0e95dab62ff79637ef1e04b77, 0x9a8183e195f31ab054ee44692ec271739306d5b6ae20a242dcc3602d70fd6e4e, '', 0, '?'),
(0x9f1d98d23d208e005fb00c32ca022380, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/MemoryCacheItemPool.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/MemoryCacheItemPool.php', 0, 0xcd471bd7a4a196adc7540c5a9e90f20b, 0xcd471bd7a4a196adc7540c5a9e90f20b, 0x3ec9184e2696e197baa367b9a459494c858124ceb6c396182d2ecc72e8bf9fe6, '', 0, '?'),
(0x9f27266fe753770436a1c2f3d8ea28e4, 'wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php', 1, 0x00000000000000000000000000000000, 0xe3402b1713b09ceb53d683a9026539f8, 0x4ed34fb2ef384d3e991934c3e2e604191124e20e8854387d549e5efb8064e8a3, '', 0, '?'),
(0x9f2bf4fb690f11dc70895ad3b6047442, 'wp-content/themes/twentytwentyone/comments.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/comments.php', 1, 0x00000000000000000000000000000000, 0x14f78a6d26b5bf911f1d29d766937829, 0xc9ee8b0cbe815d35fc8f7dd48316698dffa4ec6ac2934d0e50e3810dd5bdcfa2, '', 0, '?'),
(0x9f2f0fb034a221e98aa34270448f3ae6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/data/base/sub-endpoint.php', 1, 0x00000000000000000000000000000000, 0x464a88e158eceb028bcdae4dbc299b92, 0xf860937fd41d2b79d00ffaf5f7f1828ed6a75dba908c1592a3664ef98d7ff1f7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9f321f8c85737c0701a614cb770fdf7a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xeb3509602500c194382b08b770686405, 0xf90bfe7c1e61ac92f08fc1ff2362853c146ec5aa68f0f9db57cdd4fc0a1b2f9e, '', 0, '?'),
(0x9f44b2b8642e50cbb47b1d2d796fd367, 'wp-content/plugins/wordfence/views/common/status-warning.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/status-warning.php', 1, 0x00000000000000000000000000000000, 0xa5b56b52b9662cef904a03aac1de6bab, 0xb91402bc669121a7d90d57658ca53d3ff5db4b8d01a49b6a5026e92a0879d67c, '', 0, '?'),
(0x9f4525c7bad6ced1033174bbfd58a06e, 'wp-content/plugins/elementskit/libs/notice/notice.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/notice/notice.php', 0, 0xd4e4efb3aa6381d0a8ee7728cf116a88, 0xd4e4efb3aa6381d0a8ee7728cf116a88, 0x92700eed1f21c3c8ff050121e267d3500fa7148e833f4da1639041d0ce12659b, '', 0, '?'),
(0x9f497c9b4b16390c7fd528d47b73f558, 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-notifications.min.js', 1, 0x00000000000000000000000000000000, 0x8fe0ffd970c846d297aff5c279d7863d, 0x1a553647d5e35a157d743c02bf59e06b81c9c5834c5abbe00fb82c8145cc9abb, '', 0, '?'),
(0x9f578936c6994569796aefdaf59e98c2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DoctypeNode.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DoctypeNode.php', 1, 0x00000000000000000000000000000000, 0xb7068a3da628847d70669e8dd42e1beb, 0xfd887de5c5d5696646bd37f0c8c169b6e88179ee760f9b148b6e555e13786aa0, '', 0, '?'),
(0x9f6276bec9154592ecb448d5c7e3ce84, 'wp-includes/js/wp-lists.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-lists.js', 1, 0x00000000000000000000000000000000, 0xd7a8a7954085b8b996f5b7acfe289555, 0xd35505334b88e38ddb07df0730b2937b3b3b690b1a99249026495f6e5b55c9d7, '', 0, '?'),
(0x9f6853d1019090c03a0f04b016f6d360, 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php', 1, 0x00000000000000000000000000000000, 0x99105aed8a0f8fdd87b39c262ed54e73, 0x9fde803eca5cb70eb0a38c5ac030f59a1a9dde71990e72b17741e3c21325cd8e, '', 0, '?'),
(0x9f6d1cf3aac2a2783666b12139ba71cb, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ResolverDispatcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ResolverDispatcher.php', 0, 0xcbe0ec1c1b4c756cea3c1eeba85fdf61, 0xcbe0ec1c1b4c756cea3c1eeba85fdf61, 0x1e3d122dea3be9a1afcc2e44d1e5bc5277cba041128a37291f879ef72d5e2c06, '', 0, '?'),
(0x9f7297ca4b666f4d9b760b35db0259e2, 'wp-content/plugins/amp/assets/images/reader-themes/twentyfifteen.jpg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/avatar/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x581c6c829fc67d4547d1007e3cd4593e, 0xe6f2b657a3b738a4003157c5110beb53616329230a37bf37b6fffe1088f4d94e, '', 0, '?'),
(0x9f8e744dcce576fa0c17567cd4d46fe6, 'wp-content/themes/jannah/assets/images/flipboard.svg', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/images/flipboard.svg', 0, 0xf40c65fd6fcc000b6c788a9757aa468e, 0xf40c65fd6fcc000b6c788a9757aa468e, 0x3fead0c2bc97453b1ea1aefaed3dc639f1cdcf42ba12eeebdef1618c02601e90, '', 0, '?'),
(0x9fa900adaf74ece92bfc6febcddb2ab5, 'wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php', 1, 0x00000000000000000000000000000000, 0xa71ed922a1d35f1fb2e1973056aefbd2, 0x939ef811b4e6857076fc8f27a1451a697551dadb4ca89138a0c0bfc594128f66, '', 0, '?'),
(0x9fabe566ec840e0e1375217d2946dcfb, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-sink.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-sink.min.css', 1, 0x00000000000000000000000000000000, 0x5bf97a60ac646b249277e3f230150812, 0x955046e61017594ff8eb2232a9c4866d60c88117eb88c0eebdd37a2f626916b6, '', 0, '?'),
(0x9fb269d247b5c811946a23c4e50629b5, 'wp-content/plugins/wordpress-seo/src/generated/container.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generated/container.php', 1, 0x00000000000000000000000000000000, 0x879bc888fada52a703cd0522a262fc50, 0xce6d8acecba2bdd35cace7179c027f39fe0b06a8b35228884610aede59f05208, '', 0, '?'),
(0x9fb6dd5db3d863a7bc750871a97ca67a, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php', 1, 0x00000000000000000000000000000000, 0xcbeb1866fee5662d1fd0448feb7e2912, 0x9401e996c28964c2067d999e181aa962082f80837db4be5b3c33cf68974a9789, '', 0, '?'),
(0x9fc5b5d090ed99314e474070b2b8354c, 'wp-content/languages/themes/hello-elementor-fa_IR.l10n.php', '/home/forwardbetcasino/public_html/wp-content/languages/themes/hello-elementor-fa_IR.l10n.php', 0, 0x9119adcee989667d0ac9556beeb7bbb8, 0x9119adcee989667d0ac9556beeb7bbb8, 0x3d513018249c24e0eef34ac7998069f802ff42f510ff18490c7c4a8adba22042, '', 0, '?'),
(0x9fcd157ca98af268731f475d2fc78617, 'wp-content/themes/twentytwentyfive/assets/images/link-in-bio-background.webp', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/icons32-vs-2x.png', 1, 0x00000000000000000000000000000000, 0xa12a3034ff4734469709265a83697d22, 0xeb2e61fa7d7f858b156877d3369c5745caad9628331def4ad3adb539d30845e5, '', 0, '?'),
(0x9fd406018ac8dc6f4ea1d65cff3c7336, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/CssRule.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/wfonboarding.1690810710.js', 1, 0x00000000000000000000000000000000, 0xc5fffab9d10d84b8000f84039063209b, 0x366b502b34cba25387ebdd7787518bfbf3b6b2cfe8f78b658c14a61912a265b0, '', 0, '?'),
(0x9fda0e76bde12371b8f21f19b4c883d9, 'wp-includes/sodium_compat/src/Core32/ChaCha20.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x971e45164f78d99558da32eb96add883, 0x78a8d7614a4ef92165b1acd722224e71ea7de7ab414d43fb3129aeba7b80126a, '', 0, '?'),
(0x9fe055d485db15a26cf0292567904e89, 'wp-includes/class-wp-script-modules.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-script-modules.php', 1, 0x00000000000000000000000000000000, 0x6a5d9f9aa92e25b5bb32de039d4af368, 0xf77091eb68e49cf669dfae1ae6b90ca83fbd028cf03cf2da73d7f8d7d1a4ab7f, '', 0, '?'),
(0x9fe0573331a6a94eabb8c467d7a4cace, 'wp-includes/js/dist/vendor/react.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/react.min.js', 1, 0x00000000000000000000000000000000, 0x3b97c19585abe23d7f55603028ab9b80, 0x685883c30a4c62c4ea4aacf968730bd42b8e4c2a1bddae9a1e152a298cebcd3a, '', 0, '?'),
(0x9fe88b78fd9da14979eeda66914776b8, 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg', 1, 0x00000000000000000000000000000000, 0xfb58ac6d1ebbb9a2688af34747558814, 0x7d53469186c1e20cd9695163a35f46bbd122d44d03448c144b91a10dc9a16101, '', 0, '?'),
(0x9ff4785bc76584f2b6be3e4d078d0c01, 'wp-admin/includes/edit-tag-messages.php', '/home/forwardbetcasino/public_html/wp-admin/includes/edit-tag-messages.php', 1, 0x00000000000000000000000000000000, 0xa12e6aea417f381ee09d728df755711e, 0x97153ff90575115a768dbe2a0ed633320e3b68fa242c0d804d1445db7edfe07f, '', 0, '?'),
(0x9ff4cbaa6c5b3d63c0131b221056bb2d, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/not-found404.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/not-found404.php', 0, 0x77db74e356d9f495b3dedd4ef524d5e6, 0x77db74e356d9f495b3dedd4ef524d5e6, 0x2d156e771f3046710b48e2102fc367d964cd28c5f1a27c5209ad9db890ddec86, '', 0, '?'),
(0x9ff573c62d9ab4a1051b076222dfd3e6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookLike.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0xf03c7a79a2b08b736dd66780999ae3e6, 0x15df914752a9cf392aec0825d8e9db96de44f02469f80a3cd4be34fcc6093990, '', 0, '?'),
(0x9fff2a5e6476c8a5d3d8e14c866dcc81, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/edd-software-licencing.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/theme-dark.css', 1, 0x00000000000000000000000000000000, 0x0fc8a8d468a4906f72991701ea2fa85d, 0xdd587bc3f84cae26f4d798a8f986ee33cfebd806b3f85d5beabdd23b2143f588, '', 0, '?'),
(0xa001531c91f763db53957ae4b2948a20, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToRetrieveRequiredDomElement.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php', 1, 0x00000000000000000000000000000000, 0x45feeb9d1e863e9f781e41f1ddafd16f, 0x118d1c0fc224d5001e1df0babd5262aa578a176beb3ba28b35c539ff080df5f5, '', 0, '?'),
(0xa00af8800640284ccd7dd5a61d9508ac, 'wp-content/plugins/elementor/assets/js/packages/schema/schema.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/schema/schema.asset.php', 1, 0x00000000000000000000000000000000, 0x54793ff2cca28f77843d3d1e5681e5f7, 0x145381b72a478a4485e75e08bb957ce574bb779fd2a851b2fa0c92d46fb42538, '', 0, '?'),
(0xa0110c0312ddfdab4284b23aa99cecc4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMinuteMediaPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMinuteMediaPlayer.php', 1, 0x00000000000000000000000000000000, 0x25241cec43e45805b40551951d6b083d, 0x81b1a0314124413b174e1f7dcbec82e92cada177c1bfb3170de99804b6fb56ef, '', 0, '?'),
(0xa01819d3b25b8cc4cd524f317c477a79, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-htaccess-exporter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-htaccess-exporter.php', 0, 0xe2120d6772d65493d8c6075fd3179f0c, 0xe2120d6772d65493d8c6075fd3179f0c, 0x6d3f3ab8c1d22d9e087c1687a17efce3142aef777b832733f7144d41f9a52ccd, '', 0, '?'),
(0xa01a5c5dcfc7cfa57eef26821713f7da, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SearchDeveloperMetadataRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SearchDeveloperMetadataRequest.php', 0, 0x3327692c28d87f8393693713ab7bab99, 0x3327692c28d87f8393693713ab7bab99, 0x8b03fc02dd75769c350d17f6844707ae09db82a1ef3b9d73963601e3b610624a, '', 0, '?'),
(0xa01b8515f7d64035588975c962b48a38, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteEmbeddedObjectRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteEmbeddedObjectRequest.php', 0, 0xf87aaa621d612705ff7a4bab09acf1fb, 0xf87aaa621d612705ff7a4bab09acf1fb, 0xaf707c86c971dc3c3c0161467830b074a40bc8b3528094b9ed42f68897f9cc61, '', 0, '?'),
(0xa0201294d4a6cea4671a9ca6aceef378, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.strings.js', 0, 0xe033991eec6617f5981cbfad05e8d5bf, 0xe033991eec6617f5981cbfad05e8d5bf, 0x22fad04e8b857d866a1bb073a8c236c0d21559f243b2d6a6180e448e0215e149, '', 0, '?'),
(0xa02c311d6baddea9de76c51f071e0564, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.asset.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/Oxygen.php', 1, 0x00000000000000000000000000000000, 0xc522d33b5b13a0d7e83de645ecaf048a, 0xaaa2d562d17163829ca8058f55b007f3eb08bfe3b5ad1c3d445c95652940e1b3, '', 0, '?'),
(0xa03680a8eb8689e638a14e33aacaa8a1, 'wp-content/themes/twentytwentyfive/patterns/banner-with-description-and-images-grid.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php', 1, 0x00000000000000000000000000000000, 0xe7bccbed2d759ef9cb4aea664f9268df, 0xd6f52041902480fb79a7cc5b2dee64fea0fa13cd42755c0cf2095e3d375a404a, '', 0, '?'),
(0xa04170c56a63e7ac7a99d317e5c57edc, 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/images/demo/logo.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/images/demo/logo.png', 1, 0x00000000000000000000000000000000, 0x3ed9ebebedcbd990bd434851f5acb15c, 0x027b55dee944697a77adc194121104bef98d74325638848618ec8ee30a8cc961, '', 0, '?'),
(0xa044a278782f54f7bee7aabd562da104, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Protocol.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Protocol.php', 1, 0x00000000000000000000000000000000, 0xac6ec493239803cd18ec3083db00aa2c, 0xf81d3023096fe9bc23c6bd4c0a59c8f8aec3248a716ef62757d64e8e58ebb681, '', 0, '?'),
(0xa046ecbce57a960905df44cff12a8bea, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php', 0, 0xba5e5d93cdf1859b9dbc58f635caf4c7, 0xba5e5d93cdf1859b9dbc58f635caf4c7, 0xb3422326ac6eb00e2ae1f8f98832f240c49b4db5f62ba03873d7f6d60df1ba90, '', 0, '?'),
(0xa0483db127eb5f0dbf5bbcedf6e57a40, 'wp-content/plugins/wordfence/js/wfi18n.1690810710.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/wfi18n.1690810710.js', 1, 0x00000000000000000000000000000000, 0x692658441645eeccf2ae70192f4eef1e, 0x475509139a8b2a8ee86bf6502ca13ad33f2b7d78904862b735ffe4b0e1ac239d, '', 0, '?'),
(0xa04db58e10962626a0ca44fa6bf2db86, 'wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js/dom-to-image.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js/dom-to-image.min.js', 0, 0xb5a3bd90b188ebf396d7fa5d82478c05, 0xb5a3bd90b188ebf396d7fa5d82478c05, 0x7ec33824bb10168a37888a691106c39029a30beb72099e01c50ffdfba5ac9df3, '', 0, '?'),
(0xa04fae6513682f8f59f17a000437d2e4, 'wp-content/plugins/luckywp-table-of-contents/integrations/TwentyTwentyTheme.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/TwentyTwentyTheme.php', 1, 0x00000000000000000000000000000000, 0x5a123567fa56aa54239e1e09ef8f2962, 0xe9fd1f45c624f034a0f4d38b2d409c87663a6b1e1f5c216d1f51d1112f4d19e4, '', 0, '?'),
(0xa054d8d968e8c954ce18d45a5ed664e7, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php', 0, 0x6f0147b4593eed79e72a135e59f290fa, 0x6f0147b4593eed79e72a135e59f290fa, 0x4dabf08c7292b9256bc2992114f382a5b2bdb8d3b28e7add810929faf0c643fe, '', 0, '?'),
(0xa0660f158e1f039db93d2a85624f73c8, 'wp-includes/style-engine/class-wp-style-engine-css-rule.php', '/home/forwardbetcasino/public_html/wp-includes/style-engine/class-wp-style-engine-css-rule.php', 1, 0x00000000000000000000000000000000, 0x9f9a9b44f5647a8fe8f45aaa55a140cc, 0x437a563c2424c59083365da9ffffd8f5e5f6ac7df2e1863b6393cb48268e2262, '', 0, '?'),
(0xa0673c4315b658962773f4414e5ce0a6, 'wp-content/plugins/elementor-pro/modules/posts/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/module.php', 0, 0x0cbf41782dae8baccf7b8c5365f71037, 0x0cbf41782dae8baccf7b8c5365f71037, 0x1009219f39fc1221aa124ea4af722c0ab206e2e22c0092366c914f54fafdfa72, '', 0, '?'),
(0xa06ede881a1603d82fa83b3865a35b8f, 'wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css', 1, 0x00000000000000000000000000000000, 0xa2431bc290cf34e330e11ec4cfce1247, 0x7f8aaa78d836ad0f95d1eea6c087791362c5084abdf3c96d185926917a4614ce, '', 0, '?'),
(0xa06f5db6ec5a1c614e3b23598bd2b4c4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/UriNormalizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/UriNormalizer.php', 0, 0x1468121594308669dfc0ca8d5f070073, 0x1468121594308669dfc0ca8d5f070073, 0x2241849485dc4edf0efe8103d31be8e9ee3a095655d44a36bf85a1f3d7d03dad, '', 0, '?'),
(0xa0709ba7a37095a95156d7b0edbec838, 'wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7cc3df42a9fd5c6c02c278ca26dad99e, 0xe2c51e535b0918a18a83372436ba4db26d8248e392b68be63a20bf8553e069ba, '', 0, '?'),
(0xa07173d1c5c7a6673a5245f84eb0fde3, 'wp-content/plugins/elementor/core/frontend/performance.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/frontend/performance.php', 1, 0x00000000000000000000000000000000, 0x45df876b57f20ee0cf04baaff3458970, 0x88598f2368147b4141f5422ee9426c4ea3ce0065f13017db2c43abe128176531, '', 0, '?'),
(0xa071f2ac68a2f6be4263f8393292ee11, 'wp-admin/network/site-themes.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php', 1, 0x00000000000000000000000000000000, 0x0e2ee9ed496795041a71dc294a401b0b, 0x38085bc96bb347ba8418a59be31341bd2fb14e99b7396ee8b69522c305362754, '', 0, '?'),
(0xa0909a5e33910a620a40130d3c21ddc8, 'wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/js/ekiticons.json', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/js/ekiticons.json', 1, 0x00000000000000000000000000000000, 0x23db56deda3fb499aba9c271bec1ed07, 0x652bc64c7fccf5500e39e3ae5b0674257cc47a0e8b50b44e84a0e49740e8fa87, '', 0, '?'),
(0xa0940513e688ffe35c63a0a11b5435cb, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Serializers/Signed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Serializers/Signed.php', 1, 0x00000000000000000000000000000000, 0xa20197348e28ff70e6b4a83c9dcdd9b7, 0x687bc629dbc0ee05985d1c7a597cdc1290e0414c7dac4aaf18df7db62d4523e1, '', 0, '?'),
(0xa096a083c1a797e996ac10a4c60508c3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleReadAloudPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleReadAloudPlayer.php', 1, 0x00000000000000000000000000000000, 0xee30c9386fc883d4f87e37104741a168, 0xc6882b5c2089cd4ec4c5ba7d4e1b742190e5eacd514d3d32dad63ebd3dcc6d56, '', 0, '?'),
(0xa09718f0f15ff67695a6141bcc0cce6e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', 0, 0xf9a0073373561f93826f9d8e8e229803, 0xf9a0073373561f93826f9d8e8e229803, 0x11f7138f3b0e6677b3a93c4cbfdec5bcfdb67bb6870a702c6e4e9a1e19e57c87, '', 0, '?'),
(0xa098026a766a5240599d5a71ffdb3225, 'wp-content/plugins/amp/includes/ecosystem-data/plugins.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/ecosystem-data/plugins.php', 1, 0x00000000000000000000000000000000, 0x211526dcba0d188d55382396be013d20, 0x4a532e559738a9aeaafcb1a98e330295c02ceadefb048d98cca36fedb3182efc, '', 0, '?'),
(0xa09ca46941243753bcbd32c07b56c63d, 'wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php', 1, 0x00000000000000000000000000000000, 0x8727dca35a8a5eacd53b7a33bf4da7cd, 0x7879d95625e99d71c2f3bcf1022835a71ef995e4a56349f4d37b092d841c404f, '', 0, '?'),
(0xa09e1f00943438903a6749abff77d7b1, 'wp-content/plugins/elementskit-lite/libs/forms/assets/js/forms.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/js/forms.js', 1, 0x00000000000000000000000000000000, 0x76da917f0d7c783e1867e3dff977a118, 0x5cfcd2e1cf3d0aab60909f64d8bf0f42636894587eb7509386694079b8e34f02, '', 0, '?'),
(0xa0a7ec7d5def99786d1d85dbcaa1a5ac, 'wp-content/plugins/luckywp-table-of-contents/core/wp/Settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/wp/Settings.php', 1, 0x00000000000000000000000000000000, 0x95fd0f0918536db7773cf2601f9af061, 0x49c38d6d9012449e1fda2ed3f335a9f67fee0f44197770c0e0850e5dcfb9c9ba, '', 0, '?'),
(0xa0ae64dd27a0fa28c830a916e34fdeb2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmDdYyyy.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/colors/modern/colors.css', 1, 0x00000000000000000000000000000000, 0x6be0bed2f85c863a5e6ebac4d11fa015, 0x002524d99798b412b2b9349661bb4ee6c4f888e1870a7682c2c68649fe6510e6, '', 0, '?'),
(0xa0b88b08876025fa927bcdfcd22b9bf3, 'wp-content/plugins/wordfence/images/icons/error128.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/error128.png', 1, 0x00000000000000000000000000000000, 0xc93ade152513130e37f721c1b4042ed1, 0x7b68002c8e195df37af16b931556ee7bd297a2366e7f470ac003789aa97339ea, '', 0, '?'),
(0xa0bb95fcc99bc4a3bd4b08a710f1bf91, 'wp-content/themes/jannah/assets/js/live-search.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/live-search.js', 0, 0xc5317c4553371f290394cb5a030b6a13, 0xc5317c4553371f290394cb5a030b6a13, 0x2e696c97d457e1660bc2c7ac646d8ff61913d71c2cb869975372f244ce28c6bd, '', 0, '?'),
(0xa0bce89509f2e334c2980e78b2383ae9, 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/generatepress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/generatepress.php', 0, 0xdab3bc7d31791ccdd2807f28294a90a0, 0xdab3bc7d31791ccdd2807f28294a90a0, 0x75dee98eb322c05501222c5b3dc524b848b7515c3a2533117662abcd254e2814, '', 0, '?'),
(0xa0be8e7686925c51149ca5c02dbcca17, 'wp-includes/js/tinymce/plugins/hr/plugin.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', 1, 0x00000000000000000000000000000000, 0x68c221d8b9dec399c3c66b3f3decd388, 0x2bcb4d42f68257bbb74580a50e4a310067a67fea13fbc5105fb99257462c7caa, '', 0, '?'),
(0xa0c78fd512932151b5bede0d1b3b7e2a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/StreamWrapper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/StreamWrapper.php', 0, 0x9005cc935eb9ed7432b1e10436a01bf6, 0x9005cc935eb9ed7432b1e10436a01bf6, 0xa189beb02c559439548a4ebd06d0cef315090538559c1f672f7df3775e66061b, '', 0, '?'),
(0xa0d9c5aab7fa9881d68dfcb4a6b94502, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', 1, 0x00000000000000000000000000000000, 0xca93a55e5368cfee7c7bd9c0d923f23d, 0x917f09351e41da6001f7b6acf953f034302dd2d9515e39e4a21c9cc80f70cdac, '', 0, '?'),
(0xa0d9d512c8900b074666dbb30045a63e, 'wp-content/plugins/elementor-pro/modules/countdown/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/countdown/module.php', 0, 0x50aa061a230e4b27b06c4537ac0ca0cc, 0x50aa061a230e4b27b06c4537ac0ca0cc, 0x5d6fb0964dbf89bbd9bb0ad280191a2ab81d07ee61732c135712adcc23b7704e, '', 0, '?'),
(0xa0dec339985892beb8a255a837a57a13, 'wp-content/plugins/wordfence/models/page/wfPage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/models/page/wfPage.php', 1, 0x00000000000000000000000000000000, 0x748a626f20699b254881ba5877cf5876, 0x08c6853168ec8d2f6a77d53c0b5503c08f18945c996bc07125737c57ac36e9e6, '', 0, '?'),
(0xa0e0b26c189245dd521222169785592a, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php', 0, 0x522209f40dc27b3982eb13712b455e5b, 0x522209f40dc27b3982eb13712b455e5b, 0xd94f6c85d85d258bbabfb4b72452f0436fb56da0b962875472d83edd031a47a3, '', 0, '?'),
(0xa0e0d196dd71dde453474b0f791828fe, 'wp-includes/kses.php', '/home/forwardbetcasino/public_html/wp-includes/kses.php', 1, 0x00000000000000000000000000000000, 0x1844c0c2646bb42bf74c6450e8aa1de9, 0x37db97dc2653322dc8af45515364d64b77d3c54e09b0f6cfa6e34d290029dfff, '', 0, '?'),
(0xa0e2e477ce4a2066488fd18e9c0cec32, 'wp-content/plugins/elementor-pro/modules/forms/classes/mailchimp-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/mailchimp-handler.php', 0, 0x41fcb57db8174e4fb8393f67d3928267, 0x41fcb57db8174e4fb8393f67d3928267, 0x342f7531b9b30808065a0ceb1a17706b0115e43e921c6e9d7dee7528c706ebdc, '', 0, '?'),
(0xa0e3b15c80c7ed9a218f0b0552dd0862, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrack.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrack.php', 1, 0x00000000000000000000000000000000, 0xd9ea45d992ea8f710b6a94cf766f0932, 0xa5d91974b0d1e60945dfe306044e866a861bdfaef5b439b29b7948f88bc20aaa, '', 0, '?'),
(0xa0eba57d42cb5bf45e8a6351c80a3b77, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', 1, 0x00000000000000000000000000000000, 0xf4eed285b13a6a8229c8a8e64142c4d7, 0xd4ff7701276c4f056953376c3608384beb3973e418376e37a0a4002bb23b2bf5, '', 0, '?'),
(0xa0ef7e1b6ecd4b245ed4115208d0e3d8, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x109dfa40d95abcc9b3f97c0233059615, 0x908f5f03c9e59869d1ecff9d8e6303b28d8e42b8ac843748e2fc254b20aebf02, '', 0, '?'),
(0xa0f83ae9ada9b12a872fb519ab6dc2b8, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php', 1, 0x00000000000000000000000000000000, 0xc7922884b41427f4c0003e1105cd71db, 0xdc1f19ac3e3f856e4d097b999857a7a53fd0e56caba22a02cf659df51cea5f64, '', 0, '?'),
(0xa104f465ca6d3ee96884919bcfb69e3e, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentToken.php', 1, 0x00000000000000000000000000000000, 0x43a8b9b4558e92998a63fa7a34839c20, 0x1ecbb897260e539d12bc48b4b03924d3b3c8d4ee52b310e47d7257a1be22ba4d, '', 0, '?'),
(0xa112fb0f0fa6ceb5ad1f14f6ccbb751c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femerge.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femerge.php', 1, 0x00000000000000000000000000000000, 0x02043cad363d45a2075b0365c90afbd1, 0x0c234103b7ab8aa391f11da5e0f2d8b6cd9e86c2f7ac5811448e38c921eb6b52, '', 0, '?'),
(0xa1135130db6d0b73f22cf99a7e5fb3bd, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-backward.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-backward.css', 1, 0x00000000000000000000000000000000, 0x86fef7eea2f12652612fc2553051da3b, 0xf7f87472a227a26d8541d19be6aec6a66cd10aa35d72896147373c835f4520c6, '', 0, '?'),
(0xa114462de6219a1087f1a58c45a14e45, 'wp-content/plugins/wpseo-video/detail-retrieval/class-evs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-evs.php', 0, 0x552109181bfb7391d3a53b6eb3e77b8a, 0x552109181bfb7391d3a53b6eb3e77b8a, 0x57941df9a4bb5a25aa682b6d103c2353cb1a9f6e007f0d4bce4fae2dcb5ac884, '', 0, '?'),
(0xa114d345712ad69e62aee7b261f8281e, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_redface.gif', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-user-query.php', 1, 0x00000000000000000000000000000000, 0x9f5633fc1fc06f6afa163ba5eaae7a73, 0xe8999aada56bb0d00bf0ebf815ca0f9690834119f8085ca122eade9a9b945ffb, '', 0, '?'),
(0xa11cc0a0c85aa9656064b541bf6bfa9e, 'wp-content/themes/jannah/assets/images/google-news.svg', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/images/google-news.svg', 0, 0xf818c9ec2a731c38b9064a41ae48d89a, 0xf818c9ec2a731c38b9064a41ae48d89a, 0x36ae7a970517c16f02ad752e567d6e17e917ffda30ab952bb1ee8486a33b624e, '', 0, '?'),
(0xa120ed8b0b40d8aae276fed06a78daae, 'wp-content/plugins/wpseo-video/views/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/views/index.php', 0, 0x9fb286adf0b251add35e10c0213143ca, 0x9fb286adf0b251add35e10c0213143ca, 0x42617acb968538eda30eecb23b4a67bf3994c4f2e0dc2b15f24284a7fe49d59b, '', 0, '?'),
(0xa12188d5b819ec9e7bff926e5824faf2, 'wp-content/themes/hello-elementor/includes/customizer-functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/customizer-functions.php', 1, 0x00000000000000000000000000000000, 0x597b49d64efdeb2fde74275855895d83, 0xb278ec66bb1202fd937a38bd415450e5bb5694e15d5f40745e2be718184277bf, '', 0, '?'),
(0xa121d5fe8cf5971e50ef2b19ea1240fd, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-timeline.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-timeline.php', 1, 0x00000000000000000000000000000000, 0xa8153da99f937cc0813c8ec1c0fe31c9, 0x2b5462e7038a48fe076c65d2687431cd0756aaba277dc8e44b7fc4d027914aef, '', 0, '?'),
(0xa125a5b03f92ea95f514a81129d20f7f, 'wp-content/plugins/wordfence/views/common/section-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/section-title.php', 1, 0x00000000000000000000000000000000, 0xe81fb2f8217a98e091cfc0b698f0cca5, 0x2ba3ffe4ab41cd5397afd19f6248b4c2e6bfb3c1248f56af2bbfdc1b4ece82c3, '', 0, '?'),
(0xa12f0f4b22529f5be20e79f18597538c, 'wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x01998cf721e84b8ce3c41e8e8adcaa8b, 0x9283409ed9fa3a717382e9615a10f4cb53d37c72d76ef361ecfa4c7ede5c4814, '', 0, '?'),
(0xa12f710ae05be5e07ce0ecfed7389dbb, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-gallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-gallery.php', 0, 0x3a4c8d92de7e6ee0747b431cad66758b, 0x3a4c8d92de7e6ee0747b431cad66758b, 0x14d7432e7241ad4069a41f0aa91920c20e30a8d6cf57ef1e548a7871ca346387, '', 0, '?'),
(0xa131fefb349f1fbb352162e01d230758, 'wp-content/plugins/elementor-pro/assets/js/admin.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/admin.min.js', 0, 0x878cd42fb7f9e5088d60f1881112b4ab, 0x878cd42fb7f9e5088d60f1881112b4ab, 0xc415b3ad6e2bebee9b8119f43600b623510717ae6de647ca377ba1f0d18baaf2, '', 0, '?'),
(0xa13ac81896b399a466adc4c34124f8bd, 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-csv.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-csv.php', 0, 0x22117c653f36fc3b48f4e91a0005cf6c, 0x22117c653f36fc3b48f4e91a0005cf6c, 0xa2429dfe7f30e8a955a8401aa27ea873031191a0bf843b1650dfb108e0b6a6c5, '', 0, '?'),
(0xa14453e6e2e1330f172ec4af797df33b, 'wp-admin/images/browser-rtl.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters/editor-v1-adapters.js', 1, 0x00000000000000000000000000000000, 0x698c0ce9fe41d33bb7790102b2715a0b, 0xea97113e2957b6458828038ca5ce4360f1f196c86c78330496db51c2347354e4, '', 0, '?'),
(0xa14e2778eb8404669c2fda2c2fb3f4c9, 'wp-content/plugins/wp-rocket/inc/Engine/License/ServiceProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/ServiceProvider.php', 0, 0x3a2273c898df6e4e9c201e2f1628cecf, 0x3a2273c898df6e4e9c201e2f1628cecf, 0x1069fae8fa1a00ea89cb1eb4783c835b7c05f4ddf8b704e04491b6b758e23d79, '', 0, '?'),
(0xa150b199bed07daa0d2515121efd3f30, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-image.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-image.php', 0, 0x487d092b026c9fcfa986394398ddaf92, 0x487d092b026c9fcfa986394398ddaf92, 0x5e892e452b52e818b8bc95149030c6de631967c88506e52c44d5a8e4342ab184, '', 0, '?'),
(0xa151a35e7d61c168fa4156e60f186c1b, 'wp-content/plugins/elementor/modules/checklist/data/endpoints/steps.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/data/endpoints/steps.php', 1, 0x00000000000000000000000000000000, 0xb820479fa46264c45cfc18a0c3406c57, 0xf9881b62337586c5b54a740841278eee5fb6126626e91c737d8f3877e07c4b4c, '', 0, '?'),
(0xa156da16a0bf5bbb82ac69a05f4c9df9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x512e98ede6a600c4a1898ddc1d372f01, 0xef92db817cd69b39f07520d455c1732f8cb24692d5dd928b3f6ec096099e4cea, '', 0, '?'),
(0xa15925945c4754cc5946d8f19a231c65, 'wp-content/plugins/amp/src/Validation/ValidationCountsRestController.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Validation/ValidationCountsRestController.php', 1, 0x00000000000000000000000000000000, 0x727897f059069bcc03937decfd2e35dd, 0x9ec258ccc007ebdc79c138baa6de519b4ee7fd516f15163d5f0189791879d241, '', 0, '?'),
(0xa15a34308da34bd8de69c80bd51d3ef8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Random.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Random.php', 0, 0x1ae74c42ab9462a9a45416b67befb457, 0x1ae74c42ab9462a9a45416b67befb457, 0xd7388e6c5ffb84ae0636d4b8af2670459d9345f1730437a0c7ba29c93ba4ca8f, '', 0, '?'),
(0xa15bf6486e5b50d62e7ebdf0df46557c, 'wp-includes/nav-menu.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Memcached.php', 1, 0x00000000000000000000000000000000, 0xbed0d097212878ca127b0d4ff7d2e236, 0x8e376f90615efae70dd88a9f4e848e11e16b25bcfe585effbcd0103926cca172, '', 0, '?'),
(0xa163eb2a26e04ddad4ad239be9913ac8, 'wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.js', 1, 0x00000000000000000000000000000000, 0x965d7967afc241ea55791eb82fcba261, 0x414955b2a6fa29ef21671f15e9a4d460e03a1a514f5c13c5c74a76c091756a12, '', 0, '?'),
(0xa16af0f2975cefc9c4a61c3c79e37083, 'wp-includes/widgets/class-wp-widget-custom-html.php', '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-custom-html.php', 1, 0x00000000000000000000000000000000, 0xa6fac9f921a20648d1c0e8a5afdbad80, 0x96256b9be8ebfaab90ae71a02d7731423566b1f77562d6a013b6e55dcae43658, '', 0, '?'),
(0xa174e405de2e2168ee74b8122568ace1, 'wp-includes/blocks/video/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/video/style.css', 1, 0x00000000000000000000000000000000, 0x97bf41ed2b6bceaa59767e298cc3f943, 0xa95dc6691f18d6a67a0620c402f971bff52d7c7f6b1780f0cfa3edf53cb84205, '', 0, '?'),
(0xa17b7f7591fb1518f455919c947fb49f, 'wp-content/plugins/elementor-pro/modules/forms/actions/getresponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/getresponse.php', 0, 0x9f8fd68fef703a88358c2a7c008cf925, 0x9f8fd68fef703a88358c2a7c008cf925, 0x48be3889156398086b59dd3c71d4d4eba782b72dd3b1dc2ccd5b24dbe1512818, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa17cc3272be049c4345210f725a8f5af, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php', 0, 0x5d8d623f363957bc79190ec1d7d9da72, 0x5d8d623f363957bc79190ec1d7d9da72, 0x2040aae05693aa9368f4997ec3a95c69b4265833cfc0dd49e92fe452b3e6afe8, '', 0, '?'),
(0xa186204b58450f512c2a94ce5ab57f05, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/select.php', 1, 0x00000000000000000000000000000000, 0x8559a38529c25a3f62a3691fc49b9a61, 0x55b78dea7136317bbfac674c2c6d5ad094479a620b9714b3f358cb31906b057f, '', 0, '?'),
(0xa18d0d837cc577d88eda1b0f0b33ce53, 'wp-content/plugins/elementor-pro/assets/js/carousel.3620fca501cb18163600.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/carousel.3620fca501cb18163600.bundle.min.js', 0, 0x5228c6f0b943a4b9e4cb6a04dab201ff, 0x5228c6f0b943a4b9e4cb6a04dab201ff, 0xb42ef5c653c815357be1574079ef7ef9edadf4ad7bf09313d9723b246b36a620, '', 0, '?'),
(0xa18dbbab5a801a780f6379956490f327, 'wp-admin/js/language-chooser.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/language-chooser.min.js', 1, 0x00000000000000000000000000000000, 0xdbc5553ebd70344ae66cae9335c01f3d, 0x0e39f4c2c90d5802a44cd96443354055decc0eaf4b263ecd836cc008139423cb, '', 0, '?'),
(0xa1947ab0bf2e9dc31f0d8d7a78501312, 'wp-content/plugins/elementor-pro/assets/js/contact-buttons-var-10.83d4216a4d1a44095e5c.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/contact-buttons-var-10.83d4216a4d1a44095e5c.bundle.min.js', 0, 0xf6a6694820743525b462d9e70d221ae8, 0xf6a6694820743525b462d9e70d221ae8, 0xf7022500985ce8f06f451569df38cdb2184797fb9f15cea157862a27e70b1853, '', 0, '?'),
(0xa1975b90733a3ab4188171a4952b169c, 'wp-content/themes/twentytwentyone/archive.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/archive.php', 1, 0x00000000000000000000000000000000, 0xb4306af7d932336a521c146107261472, 0x0aa37d9094f9bf3d4ce146a87aa933069bb87aa797b3d2a3d7238455bf22b39e, '', 0, '?'),
(0xa1a2024a05b4766d3b3929c54ca66cea, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Subscriber/SimpleSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Subscriber/SimpleSubscriber.php', 0, 0x8102c38d8d021aed214695ce4b468f88, 0x8102c38d8d021aed214695ce4b468f88, 0x1dd3bbe318283924f76b7090d223e2cd1a9f934bdc64446c9effa9a552f4f9a4, '', 0, '?'),
(0xa1a332e9fac411e773dae29c6bd3e580, 'wp-includes/blocks/categories/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x50c59a4586234992b981bddb86e0bd80, 0x11923d05deff4fc806f001e22dcaec3b084e3855fe50331da03c286fced98684, '', 0, '?'),
(0xa1a457c0d2b6494e3a98d32008e73973, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php', 0, 0x4bbad62e489bfaaa370ba66dd0b35aac, 0x4bbad62e489bfaaa370ba66dd0b35aac, 0xff2f2a25aeab67d0cf48ca9c8f65be77368c589cb270800a1849a2c9e716a1e5, '', 0, '?'),
(0xa1a5b7a2cb036f0479eb5c7f592e36a6, 'wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x8abb3999839e238dbf2ddc2cf70111fd, 0x3f24c96ea88c16148b485fa75c559707459e3fc7a695457cb0bd98ebdc0e9ac6, '', 0, '?'),
(0xa1ac84057ea721788025d620d1799386, 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-embed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/social/widgets/facebook-embed.php', 0, 0xdf3c990d71d55d6c7a5d73a9e7382ef1, 0xdf3c990d71d55d6c7a5d73a9e7382ef1, 0x0cda30a5dbecf5c01542e96e72c95275461a35a61ab92cb26410b60d04c2ea1a, '', 0, '?'),
(0xa1ae19ce4c43330b762db66e7b1319e9, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php', 1, 0x00000000000000000000000000000000, 0x8463fc1fe7fcf0ec5447d338603b01da, 0x9a32536084b18d4a18c921ae4e2c7d2ec9a773303f1920a57fd2faf42378a6f4, '', 0, '?'),
(0xa1b2a8e680cb3a7806d9fd3de17d8804, 'wp-includes/js/jquery/ui/mouse.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/mouse.min.js', 1, 0x00000000000000000000000000000000, 0xdd6a0d8d7b3e0afbbc0bbb417dcc387b, 0x70cde71c5a41555594fdd791cd3273fb8d02feeb169fca3b59f8adae043be5cb, '', 0, '?'),
(0xa1b437a448685aae6227103ede391c34, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-out.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-out.css', 1, 0x00000000000000000000000000000000, 0x4000eb4ef692ef57657533dc5c4f7401, 0x684ebbab734cadf66d092f2d4311796e890f924125496ea982588e80701d7bfb, '', 0, '?'),
(0xa1cc786fbfb33464d8cdf59a43431ad8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CopySheetToAnotherSpreadsheetRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CopySheetToAnotherSpreadsheetRequest.php', 0, 0xcd791efe94e0430c2398c0cde10aeee6, 0xcd791efe94e0430c2398c0cde10aeee6, 0x55bfc3942dc83d577203eb47dd70e6ff542bad4bb4797ba752d6a59357b3a9ca, '', 0, '?'),
(0xa1d6d7c070b417ed3c251d2a23e484ca, 'wp-content/plugins/elementor-pro/modules/share-buttons/widgets/share-buttons.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/share-buttons/widgets/share-buttons.php', 0, 0xa940df29584a5f5e7e21edb1f11a525d, 0xa940df29584a5f5e7e21edb1f11a525d, 0x050f2804a16c221e010b82f8358df7366c86a9ac52344024344a22720de96d57, '', 0, '?'),
(0xa1d848e9618c2bf5a7adadccb00b49b1, 'wp-content/plugins/wordfence/waf/bootstrap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/bootstrap.php', 1, 0x00000000000000000000000000000000, 0xd34268e46834a4774fa053f8a97af732, 0x6ba0b6abe1768b36f4436ca17080b67b0da7ad1dab1de3936d5a8614af5e0996, '', 0, '?'),
(0xa1dd4e6f0af25d74583c1a14600a85b7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineStyleTooLong.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/akismet/views/start.php', 1, 0x00000000000000000000000000000000, 0x2aed1969d21b8fc6d9d35a764f5b02c4, 0xf9997f90ad093360a42b42e08f8e1176592d87a16b2da0e2e65e3f812604e8a7, '', 0, '?'),
(0xa1de4fed49e17ff3599f5c887b3dab48, 'wp-includes/robots-template.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php', 1, 0x00000000000000000000000000000000, 0x3aed2b6be6e66ac1d6fdbd60b07cc677, 0x72c1055fae41e8bd17b6d5d9c52fc684c4db2322b59659dcbb3695dde54790b4, '', 0, '?'),
(0xa1e3960cf5580f6cff51e66bd620f843, 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1690810710.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 1, 0x00000000000000000000000000000000, 0xb4cfe025babba9420a670fa03285893b, 0x14442c85411c141da34ac0edc083bb6c4f0853827f1c70a265d887a326aadac6, '', 0, '?'),
(0xa1f3aa12e8a92e8886c9f1300ea4b893, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStreamGallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStreamGallery.php', 1, 0x00000000000000000000000000000000, 0xbf2c4045f3d4f96e408c2076f0a69132, 0x7c592862ca56214664aecfe0c37e4a7f769b4345b8a123fe244cee88cda04fca, '', 0, '?'),
(0xa1f729d4577dc4af3d3b7bb7dec3d299, 'wp-content/themes/jannah/framework/widgets/login.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/login.php', 0, 0xdcb14802d546f0c3045bc4704ccb70f6, 0xdcb14802d546f0c3045bc4704ccb70f6, 0x4b31098545cb4fe049e186a680a05122ea59366a5005288dfde6ae3bd531d0dc, '', 0, '?'),
(0xa1ff525dcaa92d6bbdf4443ad686f3b1, 'wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php', 1, 0x00000000000000000000000000000000, 0x444b835285f9ec9f9911e7dbb989f436, 0xc572bab8193a27092207fcb253e7003567b753c6a2842204dce4404e77d683d2, '', 0, '?'),
(0xa206c69ed7851a58aa585dc159c90b46, 'wp-includes/js/codemirror/htmlhint.js', '/home/forwardbetcasino/public_html/wp-includes/js/codemirror/htmlhint.js', 1, 0x00000000000000000000000000000000, 0xb532ec7cd19faf478c4d740b5035a7ea, 0x010055065b00f74d276d43d5bc35fed035176b60f9aaf1e90e35f1d191057f11, '', 0, '?'),
(0xa215501442e80aa4fc5acf59209950fc, 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php', 1, 0x00000000000000000000000000000000, 0xf4f73fa9bd82b62db06a6ce0a2002bc3, 0xe4db3f64e8a6ea93fa52f410daa342a13e1c4a6dd19e4ff024c7a1f6c19a48f6, '', 0, '?'),
(0xa215c3029eacfb6b8713fe2ae0012853, 'wp-content/plugins/wpseo-video/post-analysis/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/index.php', 0, 0x9fb286adf0b251add35e10c0213143ca, 0x9fb286adf0b251add35e10c0213143ca, 0x42617acb968538eda30eecb23b4a67bf3994c4f2e0dc2b15f24284a7fe49d59b, '', 0, '?'),
(0xa21709b662fde9f639bb37d1f091c24c, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/ServiceProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/query-title/style.css', 1, 0x00000000000000000000000000000000, 0x398a2d6d86437f1d6c2dffe212bf6812, 0xd069c9292116196e8fd26c65230cd5d4fce4616e6971ca6c610a08d14fff588f, '', 0, '?'),
(0xa219a4ed53ac8901002e04d5e1a8d9b1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php', 0, 0xd3d66dc1c6fbe112095a8e0956cc9210, 0xd3d66dc1c6fbe112095a8e0956cc9210, 0x8a1685f23fc1bfe90921dd71dd0bdbc8d28ed7b96a442552162526f26033fdd9, '', 0, '?'),
(0xa21e7a18511c7fa1fee06eb5d9db316a, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/revisions.css', 1, 0x00000000000000000000000000000000, 0x61e6d55f8e5716ee19e8732e6d5d81e6, 0xc15df27a05ea49d49759e238a726735b60031b04f0c9efa21f3b9c071a1bef36, '', 0, '?'),
(0xa222163a53f741bbd10cb9da20e86f63, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ManualRule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ManualRule.php', 0, 0xd7405ccff9098d2f952253c2820a88cd, 0xd7405ccff9098d2f952253c2820a88cd, 0xfc71cc96c710f28ed4653960253f84614f12ac31b0d726f21241c9c4b9aa65ee, '', 0, '?'),
(0xa223e41d02a9733f301525ccfdd09fa0, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/purchase-summary.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/purchase-summary.php', 0, 0xadf723ccf0181045e500f6b168667c93, 0xadf723ccf0181045e500f6b168667c93, 0xe8bb90c689721c7607ca556d45541f7d0842525180e713a26fb8743cfe4d2bfe, '', 0, '?'),
(0xa2281a3f12da0f7ba7da939e76414aca, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polyline.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xa23467818c651fcad8e93ea9f3d3df9d, 'wp-admin/images/list-2x.png', '/home/forwardbetcasino/public_html/wp-admin/images/list-2x.png', 1, 0x00000000000000000000000000000000, 0x68d5bb134953c23217fdd36982679a0c, 0xf97fee4afc70e1535ff2af0bd41058d8d8238e89058f5542d92d7ad4d4c42ce7, '', 0, '?'),
(0xa2354f23d48abee05654dc1756f86752, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-09.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-09.png', 1, 0x00000000000000000000000000000000, 0xea75334155a6e9540997add403d546ea, 0x06183fa70a90fb292de52ff16fd29d108961d281868983c8065288e493165816, '', 0, '?'),
(0xa23bb966a04a31f8facb981db7802b43, 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckExcludedTrait.php', 0, 0xf533997ecf7449a0de1cd37fc28bae8c, 0xf533997ecf7449a0de1cd37fc28bae8c, 0xcdc536d03979c062ff545e59a57f58335990dbcffe2e9d9b89ff3c8713cc84f9, '', 0, '?'),
(0xa2439516668195341dbf97082faaec2e, 'wp-content/plugins/amp/assets/images/amp-toolbar-icon-broken.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-toolbar-icon-broken.svg', 1, 0x00000000000000000000000000000000, 0x835071a3650c20203da0a21d2f597818, 0x45f767e6b4b4a0a1f9af74db116c24949f5b2088e97ec55ee549e43a978c169c, '', 0, '?'),
(0xa24ad957d03590ea7410aa9c2b9b5a7e, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-MediumItalic.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x496914dcd13a95bfa6cf8161cfcad730, 0xa4463b28951644c8e415d4a5f5f1c5dfe31824f915fb5463d023d0561764004b, '', 0, '?'),
(0xa250bb3c3ec0c7c9af61fdbcc6c82595, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartDateTimeRule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartDateTimeRule.php', 0, 0xed7817ae464aa4a12262fc7a4e8c1684, 0xed7817ae464aa4a12262fc7a4e8c1684, 0xaa44ddafbc66bdd2f78bc99327291035e98c03db449016af265091da2f7add9e, '', 0, '?'),
(0xa253daddb30aa602818e75840b448a91, 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/2.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/2.png', 1, 0x00000000000000000000000000000000, 0xf23bba6fdacdef1071413236a3e64235, 0x60db057b3b982cdb555d997f907b29fcdc2404e79cb95d61002924186833ebd6, '', 0, '?'),
(0xa25d1cc7bf7ca0b4e114f6bea64943f4, 'wp-includes/js/dist/keycodes.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/keycodes.js', 1, 0x00000000000000000000000000000000, 0xd888f1b6f9d2ca8f4f3ac16715e6ee9a, 0x7471fae84368eb4bd0288cc3b21dbaf32b887f1387ab1ef0de893913e7b0feab, '', 0, '?'),
(0xa2666b6a9212c24e89556569343d25c3, 'wp-admin/js/tags.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/tags.min.js', 1, 0x00000000000000000000000000000000, 0xa330997da686e6c03052de4dfe548220, 0xba0ba49b566b4be7b4f8a2a743b16f97f3cf8c3802c054b741796e40b5c25a00, '', 0, '?'),
(0xa2734528fca6559492b30d85d5e82bb8, 'wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php', 1, 0x00000000000000000000000000000000, 0x27fd9336ab704294b3f6898914298039, 0xcb3afc20db5fa84fec429ba11e60e7fea7facaac73c3563f95381200be1a1728, '', 0, '?'),
(0xa2776bdab39cb285485198adbdbae4d9, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKeyFactory.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-components.js', 1, 0x00000000000000000000000000000000, 0xb46efc228e2814562596425de73b4479, 0x546f86beef5a861cb33c7318c0c46f5eb222be192efedb3669c32082fba97314, '', 0, '?'),
(0xa2792585cbc6c7ba7e10b96e657f2256, 'wp-admin/css/list-tables-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/list-tables-rtl.css', 1, 0x00000000000000000000000000000000, 0x2d10fed12b52bc38ab147bb6b860c31c, 0x04f2b5033f016a9e08816f9e4166fd1cbfe01c86287758644ca654ce53ccd232, '', 0, '?'),
(0xa2796e57f680e25d84c4b352ee6d7280, 'wp-admin/js/site-icon.js', '/home/forwardbetcasino/public_html/wp-admin/js/site-icon.js', 1, 0x00000000000000000000000000000000, 0x614a89d1ea5940cb6c25e04396874e17, 0x95da400c41c9f13926a6f805187160e5b5f18d580cdc69f39be8320d433d10ed, '', 0, '?'),
(0xa27ec3983eb121c4da9fa1f64054033a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayerImg.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayerImg.php', 1, 0x00000000000000000000000000000000, 0x55c583cb4472b664edcdf688346ff19c, 0xc145ec5e4870a082734a0276c004f2196ebf9ec95cce992edaabee98ebf3d7e1, '', 0, '?'),
(0xa2907e1f049b1438728b918bce1ef856, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartHistogramRule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartHistogramRule.php', 0, 0x0828336f431540601e5e4f8332370225, 0x0828336f431540601e5e4f8332370225, 0x896b678e7a9513493907c5c55aa8e9e872e5e437c669018b7bad5ce26d1a4426, '', 0, '?'),
(0xa29953293010c82b89fa310f46e77d6b, 'wp-content/plugins/elementor-pro/assets/js/taxonomy-filter.e839f2be32b7ea832b34.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/taxonomy-filter.e839f2be32b7ea832b34.bundle.min.js', 0, 0x04a558326a7d0427f12c91f92ed905f5, 0x04a558326a7d0427f12c91f92ed905f5, 0xf1efba17529dec693ca6ecc900ecf8107e8b59b092c53154a69856a2e9db7372, '', 0, '?'),
(0xa2a0f4a44c0b51bcd8aedaff9448c41b, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/inclusive-language-taxonomy-column-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.js', 1, 0x00000000000000000000000000000000, 0x68a01fd3fbb8091b7938f5685b253652, 0x9bd0ec849a863c343d00e57897901b67cf1216e828f502d3c90e202d65256143, '', 0, '?'),
(0xa2a91d86ad3cb9c45349962f1a8267ff, 'wp-content/themes/hello-elementor/assets/images/elementor.svg', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/images/elementor.svg', 1, 0x00000000000000000000000000000000, 0xc64c58c55ab8241bb31614ab09815d84, 0xafe9fb89027806b92d38710eb2f356df189e5e618c339272049abdcfe58925e4, '', 0, '?'),
(0xa2ad80462bb9f044027b08d37a58eecf, 'wp-content/plugins/elementor/includes/widgets/star-rating.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/star-rating.php', 1, 0x00000000000000000000000000000000, 0x754fca51384f8486b75a6028baf99838, 0xae7f4f28e64ef474fbe6fd60445ee216c92c1daf71faea867c0773997df05cd0, '', 0, '?'),
(0xa2aefbb67444b42aa2eddad4d29683d2, 'wp-content/plugins/elementskit/widgets/popup-modal/popup-modal-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/popup-modal/popup-modal-handler.php', 0, 0x8130ebdad85d0df7947dc40d6d0dc716, 0x8130ebdad85d0df7947dc40d6d0dc716, 0xa9d5b4ccdda0ff260ce9ab90517dc8889bd7c7e385ad14b828d34efa3547f3db, '', 0, '?'),
(0xa2af21616ba140c91b411e04e1372493, 'wp-includes/js/dist/script-modules/block-library/file/view.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/deprecated-notice.php', 1, 0x00000000000000000000000000000000, 0xb25d248a16053063dcbe1c461b59c399, 0x4f4ec669a29c49ac7de71c1a83a5924b1b3ff8e84dcf03677b1fb3b9adbbe5c5, '', 0, '?'),
(0xa2c144c11d6e3c99abafb6d12fd58aaf, 'wp-content/plugins/elementor-pro/modules/notes/database/models/document.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/models/document.php', 0, 0x4555625b951fb9923fe5acea2898f6a3, 0x4555625b951fb9923fe5acea2898f6a3, 0x31627b3ca7edee77671d1bc0e0933aa3627964c5aface025e7f94db92fff0d74, '', 0, '?'),
(0xa2c8ae219eace682885f6ef71007cede, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlain.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/Filesystem.php', 0, 0xff3504a95207913a1900d58bc74bb10e, 0xff3504a95207913a1900d58bc74bb10e, 0x115557582049bad4106d3e63c4c16f9e03a0583c5100d062703748328e7b6666, '', 0, '?'),
(0xa2d01b303adb0b95b8b83a4e4ca3d706, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php', 0, 0xb742a17605cf71c75fa5efd526a45760, 0xb742a17605cf71c75fa5efd526a45760, 0xe24e2df86ac0861213d85051a88e8e567a21adcab39d093b4d08784aad808439, '', 0, '?'),
(0xa2d19a89a3c6fe97cb741ece029a07f9, 'wp-content/plugins/elementor-pro/modules/forms/data/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/data/controller.php', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa2d32aecb0302bc16a26f37b4577e4e4, 'wp-includes/css/dist/block-editor/content.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/content.css', 1, 0x00000000000000000000000000000000, 0x1fafafea0094488de9274a1ba507c30c, 0x53fe30a2a428b951738851003222375b51937e4e33ab4f1b27b78d739deccfa7, '', 0, '?'),
(0xa2d389df4c8ed4968d557f9175737df0, 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/index.php', 0, 0x9fb286adf0b251add35e10c0213143ca, 0x9fb286adf0b251add35e10c0213143ca, 0x42617acb968538eda30eecb23b4a67bf3994c4f2e0dc2b15f24284a7fe49d59b, '', 0, '?'),
(0xa2ead572a3dd7fa84e2880b44d03ed5c, 'wp-includes/blocks/post-title/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-code-promotion-item.php', 1, 0x00000000000000000000000000000000, 0x08123ecba4fecadbceec5cc515316788, 0x16bd83909980b4063690ae243a275f4be080540f2fb5d8f51b45c55983c80efd, '', 0, '?'),
(0xa2eccae65314f82213842f895073efa2, 'wp-content/plugins/elementor-pro/modules/woocommerce/data/endpoints/get-notice-dismissed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/data/endpoints/get-notice-dismissed.php', 0, 0x3becfaa1066228fd831007f8e8de2fe8, 0x3becfaa1066228fd831007f8e8de2fe8, 0x65430af2acf2171a411cae7d4797ff585a5c9ee102d309b4ce1b2c92a8f048d9, '', 0, '?'),
(0xa3141170abd34099c6ce774e84ba6aae, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php', 1, 0x00000000000000000000000000000000, 0xab55ebaa1da0739f098515cedc1f1b95, 0x69169b899f6c77cb0a5ecef7c7457c8722fa20a418dd53fe1c0ce6b2844269e2, '', 0, '?'),
(0xa31acda6d145ba96135e473f6269f432, 'wp-content/plugins/amp/src/Validation/URLValidationProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Validation/URLValidationProvider.php', 1, 0x00000000000000000000000000000000, 0xd2ab8d26cb81b52e8de0d9d9aceaf687, 0x0a0979c153bcc395988c6854601bd5d3fb4367de1a5521cb77f5eb4e72db9e58, '', 0, '?'),
(0xa32575ff5e39ce07f69a9ba587f4ce36, 'wp-content/plugins/elementskit/modules/copy-paste-cross-domain/ajax.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/copy-paste-cross-domain/ajax.php', 0, 0xc971b982499419d3a067fb2afabc113e, 0xc971b982499419d3a067fb2afabc113e, 0x1328e7f8e41de9161b7d4f6b8868a511938b18b8c79e2a8761ee2875a4cb5fb1, '', 0, '?'),
(0xa32ad1d26cadc8329ea39109e8500b1c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeOverlay.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/hotkeys.php', 1, 0x00000000000000000000000000000000, 0x97bb2630367ea6cf3d058496d645cfc6, 0x18cbec81a8b7f4bdce2cdaec46836c1e4bd3663895f51cda9c01d30cd9b811f3, '', 0, '?'),
(0xa331e06f1425a8c00471c5031541b580, 'wp-admin/js/inline-edit-post.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/inline-edit-post.min.js', 1, 0x00000000000000000000000000000000, 0x3fd97ab4f2339136b35292e833f3e9e3, 0x67a65c05c5c7ed41e9f6c3f7e5287e36e58a4c24da7dfc62f45c086443f55e55, '', 0, '?'),
(0xa337135e93fcebe456ca8e449879b1f1, 'wp-content/themes/jannah/framework/functions/mobile-functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/mobile-functions.php', 0, 0xb33c42cbd7a27b088e5d0d6a4a2fb5a4, 0xb33c42cbd7a27b088e5d0d6a4a2fb5a4, 0x7ee477db0cd80b00758fa1a4414565f8a9bde96b60ea2921c45817c0a931a414, '', 0, '?'),
(0xa33b548362cab90fb5da28408b19b69b, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-content.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-content.php', 0, 0x7e40d15d1edb45ba35b127178a9e430a, 0x7e40d15d1edb45ba35b127178a9e430a, 0xae6c8ace3503eb2e9c1cefbb2ee54675bf5a16cf3a900167e2a462b6693da66f, '', 0, '?'),
(0xa342072f2fbe67c56819b909e49dd142, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-relative-origin-validation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-relative-origin-validation.php', 0, 0xd0eda01303a1339e09490fe2a61ebf61, 0xd0eda01303a1339e09490fe2a61ebf61, 0xebae1105aa37555b519129d4980a1bf15a59be57f11a1c3397f2ff3e1df34700, '', 0, '?'),
(0xa3544c20eadf882c5dbdacd5a6866d81, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php', 1, 0x00000000000000000000000000000000, 0xf75715fe01c4841146c37abfd68d11a1, 0x6854574e4293fb5a477fa799f2ae8094f1d876d152f166eb07791aa6650be441, '', 0, '?'),
(0xa3636993d48d1f96a3aedc7d9a321916, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition.php', 0, 0x22743627d029c1ed4f5b1122ce2422ef, 0x22743627d029c1ed4f5b1122ce2422ef, 0x411e348fcad955257b3f062c7bcc73b98b41bbeabdd5c3949f240a875225d12c, '', 0, '?'),
(0xa36e1ba78842965ffec3cc52d2750b7e, 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-button.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/social/widgets/facebook-button.php', 0, 0x956880ea7b3c4e50db7fa13aa6df74f4, 0x956880ea7b3c4e50db7fa13aa6df74f4, 0x3e999e8fd8afcae5007a947a99d52b5b8e27b47ff5732c28ce2266e9e84e32a0, '', 0, '?'),
(0xa37ab26839e6c7ea88a6c4ca5870882b, 'wp-content/plugins/wordfence/views/scanner/no-issues.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/no-issues.php', 1, 0x00000000000000000000000000000000, 0x78742d7cf846defd8ea8d0d1e98565aa, 0xc9d75f3f37cbf1dc63f58caf3a5f089806d240a88bc345db4a899f73a9b05b18, '', 0, '?'),
(0xa37e318f1845544c060debca1b275817, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/RuleFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/RuleFormatter.php', 0, 0xb4e3dddcc353b229990ca25bc4389c61, 0xb4e3dddcc353b229990ca25bc4389c61, 0xdb15fde789313f86c2295f9658a70102170b1fe4620aeff613d83633320552c6, '', 0, '?'),
(0xa380c0243aaa4662a251eb61cc837213, 'wp-content/plugins/elementor/assets/css/templates/apple-webkit.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/apple-webkit.css', 1, 0x00000000000000000000000000000000, 0x6412db676c9cc5d6cf0554fc7812d23c, 0x3374db9a45092a3d35ef04350bc0ec16cd82ab3ba405f6ef8b193b873b98d94c, '', 0, '?'),
(0xa3879daeedcea33830fe7e0152d5f164, 'wp-content/plugins/elementor/modules/content-sanitizer/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/content-sanitizer/module.php', 1, 0x00000000000000000000000000000000, 0xa224cc8ec326d81ad8f06ae6f9f76663, 0x868d7892a3f88193436ee32f2c4d4e987fe2537c14400d1644e67e3218b7e06b, '', 0, '?'),
(0xa38ed295d5bfacebf44a62389cb4c52e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', 1, 0x00000000000000000000000000000000, 0x1e6de9a4d4c51d75b1e4c982d11398cb, 0x35d6b11a2abb2123d2fa9c8ec17ef124e405b17d265c03934fb99be14651a36d, '', 0, '?'),
(0xa39916f8b87c13abdceb7859f1f86946, 'wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss', 1, 0x00000000000000000000000000000000, 0x9d1cb784bfdb87538d39b38d784cf438, 0x28441a6f6bedd7d9557f8742e34f2989051e9543785ca1694ddfe31df2a76f4e, '', 0, '?'),
(0xa39a45f653d4632b04dff12308ba1b29, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x75d21d4e6d8553e1ed94d443dbd27be7, 0xfcd80cd40e10507e9d7b70d510d47d787bd4381190328d681f58f678c5c1bb88, '', 0, '?'),
(0xa39ba69dfeaaae78f9c6a55537474ba4, 'wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.480e081cebe071d683e8.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.480e081cebe071d683e8.bundle.min.js', 0, 0x62a34c0f73344beeb99784199ac68bc2, 0x62a34c0f73344beeb99784199ac68bc2, 0x1256afbd2c8ab0eb56f790b5d33b05afd89ef4a404ecd2b76afc29c2a4bbe7ba, '', 0, '?'),
(0xa39c724fe3c9c1b9b6934274fdac7b5a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyKey.php', 1, 0x00000000000000000000000000000000, 0x162ce0881ad5e7e6951aadd86cc7e5eb, 0xe800a6f0dab8f50d6d8eef50640b2175c8657812518166a49e8c7d1e88d61738, '', 0, '?'),
(0xa3a70022fd81b4cfc75e95c95eeb8572, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php', 1, 0x00000000000000000000000000000000, 0x44aba20b3700bd9c5591d0602c2a9966, 0x92eaa7ab918632ce5adf10720e845e016cb3b49fd807779c1bdf48417bd7ca82, '', 0, '?'),
(0xa3ab9c217751586d0ff94e0b4df43401, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/blocks-2340.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/contribute-no-code.svg', 1, 0x00000000000000000000000000000000, 0x583f8b10a1cb4c6c8a52cf2731ced8ff, 0x6c17978143af512c5c230292af94f5a55b2b8c1e07a32aea9f6c6532a9ccf88d, '', 0, '?'),
(0xa3ba2ffcbc6f48acb8d9bf76c8e07c09, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php', 0, 0x7d99ce0363954066d45c080f68786b07, 0x7d99ce0363954066d45c080f68786b07, 0xbb911a22040e6f95ba82dbfcb9696f009abe3f77d99df6dba65dec484bf480e1, '', 0, '?'),
(0xa3cb8bd60441e846bf047744344200ad, 'wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php', 1, 0x00000000000000000000000000000000, 0x468fdf35b555b1b4eeced46fc735b68b, 0x636a1f99e88424f2ffc38dfdfa4bd88a37a5cfbd649d7d0e5bf2693c8b7b1212, '', 0, '?'),
(0xa3cfd238943a26ffb483bc2582c1334d, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/blank.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/blank.gif', 1, 0x00000000000000000000000000000000, 0x56398e76be6355ad5999b262208a17c9, 0x2f561b02a49376e3679acd5975e3790abdff09ecbadfa1e1858c7ba26e3ffcef, '', 0, '?'),
(0xa3d14b6696879a06cf410027361aff76, 'wp-content/plugins/elementor/assets/js/atomic-widgets-editor.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/atomic-widgets-editor.min.js', 1, 0x00000000000000000000000000000000, 0x9706d0d78f867d7e474538a22737a294, 0xf9cc4aaac4c66af55eafb4771b8ec4aa0d8daa933a2ded754ea21e51763bf153, '', 0, '?'),
(0xa3d3c3abd6784f04ea2046c3c4c6f0fc, 'wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php', 1, 0x00000000000000000000000000000000, 0xe784542fc72bbd5884013c48337f592f, 0x55d9c8bf6cac80d39bbdb3eb4d7919d26fbaaef758a8d3bc1d5f751573272250, '', 0, '?'),
(0xa3dc0346a6b2998d987b0f90ecb4fd41, 'wp-content/plugins/wordfence/lib/sysinfo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/sysinfo.php', 1, 0x00000000000000000000000000000000, 0xa0aea0b9e3a08608f32fab87dfdab345, 0xf94d4774b90d3ddef0d1bcc3291923497a39d7f8ded53db88cc16051157b6b0f, '', 0, '?'),
(0xa3de96a1df5f2d871c24b5ca36f059ac, 'wp-content/plugins/elementskit-lite/libs/forms/assets/images/metform.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/images/metform.svg', 1, 0x00000000000000000000000000000000, 0x6b5dda36ef29d1e9c5fc294765addc89, 0x9b08d1563b9dd859a4d8a1351f7bc03c80324bb84cd2b2b25122222b5eeb72cf, '', 0, '?'),
(0xa3ebb7e8f47ee561914465f68f46e547, 'wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-oembed.php', 1, 0x00000000000000000000000000000000, 0x1b59a7bcf0d2bf7e9f4ba748883ca066, 0x3f20eb416e9c369cb29483267a2760d52c90eaf8b66ae65d6dc0fa0c7ffea776, '', 0, '?'),
(0xa4051a26ebd24d3d8765e9aa54411d0e, 'wp-content/plugins/wpseo-video/vendor/composer/autoload_namespaces.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/autoload_namespaces.php', 0, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0xa4071e2edd814215bec0784b1291598c, 'wp-includes/ms-default-filters.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1690810710.css', 1, 0x00000000000000000000000000000000, 0xbb292f34193bdf24db94e5deac76695c, 0x9f6ee4e8f8c1e0690c9dd9eb9785b54eb5765816a537ab595db48590bcb01944, '', 0, '?'),
(0xa40e0c2eaba9eb05864690d06725dd3e, 'wp-content/plugins/wordpress-seo/js/dist/reindex-links.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.10.php', 0, 0x510c8add3c8b22aed482d3f6d8444c53, 0x510c8add3c8b22aed482d3f6d8444c53, 0x550c0800675151f9abd4de3e699b62bff59b6f0fecd7297e493d318eb1fd4fe7, '', 0, '?'),
(0xa41c25112f3cf8f71925cfe2c276877a, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/entities/form-snapshot.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/entities/form-snapshot.php', 0, 0xd2a4ff6b0c1a1bfd195d45e38e6242b7, 0xd2a4ff6b0c1a1bfd195d45e38e6242b7, 0xda70629b15ca9669580dbf4c69cae1f56eb098baf3e0da38f48bec9b96710897, '', 0, '?'),
(0xa4245558d67397a45da248922f59f4c6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateDateTemplate.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpExperiment.php', 1, 0x00000000000000000000000000000000, 0x68b428f301212c87c6cd2bd76b126c24, 0xb7cb058d90075ebff1a4773762ed969780eb5d1f728468f59d5354944b19de77, '', 0, '?'),
(0xa4288d69ab87b8e7258cf86a266bf9fe, 'wp-content/plugins/elementskit/widgets/facebook-feed/facebook-feed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-feed/facebook-feed.php', 0, 0x68cbfcae22a55d78f0774ebb1c185df9, 0x68cbfcae22a55d78f0774ebb1c185df9, 0xe51b194e0329b7641770414fcf9cf0736bba777c65e209ffa9a77d626be3dc3d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa42a4f2da14ccf84aac2e20d5b7fdb75, 'wp-admin/css/about-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/about-rtl.css', 1, 0x00000000000000000000000000000000, 0xad2e994c76d15e218f4d91fdd79db1fe, 0xfbc66cd4eab1646eda0d37443c2500547b37edf4107424499563457e80f26128, '', 0, '?'),
(0xa435ee5514b2b0fea771d3e423e1fb92, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php', 0, 0x4a8b1c17972f1d21b19b4d2300352526, 0x4a8b1c17972f1d21b19b4d2300352526, 0xebc4eaf9c895e612a568b65e47fbf9086c631826de59ac0b4047a74b5bb0f7ac, '', 0, '?'),
(0xa43f3f6ebfebe6e5fde55f326790b76a, 'wp-includes/js/wp-util.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-util.js', 1, 0x00000000000000000000000000000000, 0x8bd1b07ed9c7e7d3c9740db928314de3, 0xa640224c3b6affa2a1c3df96e5143b324c67a48e720a9f5a320c92cdc443ac3f, '', 0, '?'),
(0xa43f5527bae9351807de6585d5552822, 'wp-content/plugins/luckywp-table-of-contents/LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0xa4439ea5cd454b5ff795c241795bd0b6, 'wp-includes/blocks/site-title/style-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/js-cookie.min.js', 1, 0x00000000000000000000000000000000, 0x9c044ef9523f5263234245941bfb7669, 0xeab7c5472fbd35621bfad7466addcb02462b810ab9c8c2be5968cc3d6ebb6ee6, '', 0, '?'),
(0xa44cfde16c9c8af66e9600a1c1cb4d5f, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-author-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-author-condition.php', 0, 0x673a9d170ceffd87c166d28bc06049c3, 0x673a9d170ceffd87c166d28bc06049c3, 0xe8bb473514e4edf87b1d969b98e5b08fcdf06b6d296f6c1ab544e96fb1180a0f, '', 0, '?'),
(0xa45967e1f9247ac948e12e0459e91be1, 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', 1, 0x00000000000000000000000000000000, 0xe59a9a4fa4d7852e280de222f01a005a, 0xce823aaff1d6c7b23d6b3a0e0e4537cc5b65aad25625c762c5337283de1a87b0, '', 0, '?'),
(0xa45d46ac443e255077a5d8fcd3bd01ff, 'wp-content/plugins/elementor/core/base/background-task.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Decode/HTML/Entities.php', 1, 0x00000000000000000000000000000000, 0x4d1d5a6229f8df40cdc9bd34b4d9946d, 0x518b8052bb71744d6d4a9871b37b15d8e5853d0603cd5523ba84030097f07b39, '', 0, '?'),
(0xa4636f5ce5a84f75bd46b33849b202a5, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Annotation/Injectable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Annotation/Injectable.php', 1, 0x00000000000000000000000000000000, 0x7657ed855920c789136902aa3b7ebdae, 0xae9225ba257ee116fd3d27b15154c09a0c32c546b67b0f3b70901c47267ed1e2, '', 0, '?'),
(0xa46bfd0381bb344485cf899dea4e05f9, 'wp-content/themes/twentytwentyfour/patterns/page-about-business.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php', 1, 0x00000000000000000000000000000000, 0x46c5c7d5fe391270394e0b1cd843111b, 0x34915ac968c4497b94a85d2b571feb8d5266b0ee882813e56d0b02dba657faf9, '', 0, '?'),
(0xa4751aaa0e20d780052b18de0ef93ecf, 'wp-includes/blocks/image/view.js', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/view.js', 1, 0x00000000000000000000000000000000, 0x03ed9f0435171533fd548485528905bf, 0x5e9ba513730872a61d58443087acd11d7e79aae5eecac8f2add4cb61b5d99c18, '', 0, '?'),
(0xa4784fbd91d96654ef006c4249c7fca7, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/ServiceProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/page.html', 1, 0x00000000000000000000000000000000, 0x3a1fb0dbdf85053b6e33fea2ed2f92d4, 0xb145bad2444ff5eeeff31222798beb7b4fd2849eea21dbe7636c17f204cf8242, '', 0, '?'),
(0xa4834fbc96c6b8295bb87599cb93f475, 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2', 1, 0x00000000000000000000000000000000, 0x1a10a9b26020185af43c81002ac33316, 0xa24a8b230cb34ca7f4d3ac42290d2641fb6ba28e6903c36af94038ca63a8716e, '', 0, '?'),
(0xa488d644954efd4719631766df3875f2, 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php', 1, 0x00000000000000000000000000000000, 0xf369f51109f6375f87d5881ba4ac48d8, 0x0ba46cf68a0ef934c28a9caa199f68b7407461124e4efd8f3f7463fac25d7fb9, '', 0, '?'),
(0xa4939f24ed4d584d08f83e38cc29fbde, 'wp-content/plugins/amp/back-compat/templates-v0-3/meta-time.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregate.php', 0, 0xecfee2788034ea9768955d91bb89e041, 0xecfee2788034ea9768955d91bb89e041, 0xd1ac0ec00e5cfc85865d5ba83555d0837e13f01b1ec5ffd1e77822a32fd22719, '', 0, '?'),
(0xa4a0c5952cc74c0c367bbef94f9325f2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MatchedDeveloperMetadata.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MatchedDeveloperMetadata.php', 0, 0x495688cd51ec5618946737f2cc8bde57, 0x495688cd51ec5618946737f2cc8bde57, 0xed2f793ec5c6f8e2f3aec67274d5bd44eceede5df6475e28899a3c50781e95d8, '', 0, '?'),
(0xa4a4ed3baf64416f2bbfe19b1064289e, 'wp-includes/blocks/quote/theme-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x33fc4975b99ef9d9613740d5cd935fa0, 0x8f95a6ad6c1311f7160cd59fc822dcbd6db823d4f1c6cb1fc296fc3eb9b8da4b, '', 0, '?'),
(0xa4a5cc2368d6515ea804047ca94b7e52, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesByDataFilterResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesByDataFilterResponse.php', 0, 0x2fd32a3da893a707e0ce745de9ad002b, 0x2fd32a3da893a707e0ce745de9ad002b, 0x084153a88394b59126323568a5a46bf9ed6d9c767d7d14ce9ce1ef685dc10436, '', 0, '?'),
(0xa4ab9319c36debecd39f6106d6c4d4cd, 'wp-includes/blocks/post-featured-image/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/editor.css', 1, 0x00000000000000000000000000000000, 0xb26b07308daa019d06aecdd33413c9af, 0xabc5e188cad8a92dc19f4da7444911e3c421e26b13b9fbdfebb27fe945452870, '', 0, '?'),
(0xa4b66024cfae1eebcef3aa4ff28f0069, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss', 1, 0x00000000000000000000000000000000, 0xeb6ed3d092c7e3b86fb361952219f69c, 0x196c09403e098a385b779d7499a6c09d3f58e6898ad5c13e07c2d7567dbdc280, '', 0, '?'),
(0xa4bfa0c62824df040615eefedabb3430, 'wp-content/themes/twentytwentyfive/styles/blocks/03-annotation.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/blocks/03-annotation.json', 1, 0x00000000000000000000000000000000, 0x2491631ac6df229812197be3e1a631f3, 0xf223e1d16a073581aaa0460142760cac3f0ee44e2631100569d2ab14f8101d3e, '', 0, '?'),
(0xa4bfe208471f8a8a3bfe46881c6b9014, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', 0, 0xb23c51ef8812a5789e98e09554f37ee1, 0xb23c51ef8812a5789e98e09554f37ee1, 0x73764c78ef7c9a9f416588452d86c48dc65d218bf38703a4b7ec601e6244769c, '', 0, '?'),
(0xa4c0e52f74b3e28a60caef787dd510ec, 'wp-content/plugins/amp/src/PairedRouting.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php', 1, 0x00000000000000000000000000000000, 0x428f3a9f0a6b09a40cc45cd4c0acf3e1, 0xaebd9fe7da7824ead19fa247833371d97e1b7e4a94b9633f107bc48bbcdd9ecb, '', 0, '?'),
(0xa4c97e4a8710e49ddb6d0414c0f60cd1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBannerButtonOpenButton.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBannerButtonOpenButton.php', 1, 0x00000000000000000000000000000000, 0x882c054cabc7a9c23f25bf31a9d60a17, 0x23dd594aca0e0935d94a193c7e3b5830bfa9c904fc429d3b3e92f881a9a57c0c, '', 0, '?'),
(0xa4d3f1502ae5c977830b6d8462ffb96d, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-uniqueness-validation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-uniqueness-validation.php', 0, 0x1b58c3f6060d321ed5e7219d96fe7c8a, 0x1b58c3f6060d321ed5e7219d96fe7c8a, 0x010e7b0dee308e91d3d85be873b8742d504f974528374e8bbabca90ec1287100, '', 0, '?'),
(0xa4d86e730ece1a263904c6b2bfddcf4d, 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/brands.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/brands.js', 0, 0x07a800e20e826fb2141c003d41dfa6b2, 0x07a800e20e826fb2141c003d41dfa6b2, 0xa1d2846b94d55dbaaf82cf6e56d05d7268255ffc046da7fe4b88bf4f7e484595, '', 0, '?'),
(0xa4e345f5f465ac90c2417218f313d0b8, 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php', 1, 0x00000000000000000000000000000000, 0x6f44aa96fe9f45d2c02833ab2664d968, 0x92975f5b7c032108e3403db0c53eb0c61558d9f0d493588621a69c462ea2a673, '', 0, '?'),
(0xa4e45225fb1c415dab4c244f7e917b44, 'wp-content/plugins/elementskit-lite/libs/forms/assets/css/forms.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/css/forms.css', 1, 0x00000000000000000000000000000000, 0x1b7bb1c05712d3b4ab083c51b7c34a29, 0x9de376e2a3a28968c983da986bf1ace0eff6822660086df67799157634a1ca7b, '', 0, '?'),
(0xa4e70affc152b262f086d278fdfaa167, 'wp-includes/css/dist/block-library/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xef0c79f4862923dbe2424b332aab6bf1, 0xf06c2bda4a150cc69838c346af917a5dc8b352d8536b1d2982d19317f7ad0b55, '', 0, '?'),
(0xa4e8f7fc0c21a1e12c9ec68289468a5b, 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/day.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/day.php', 0, 0xc11fe158f42899a93d5fc19d7b7d6e37, 0xc11fe158f42899a93d5fc19d7b7d6e37, 0x21bf94ecfac14b505ebde264b56efd371feb77a16a6a6b554fd65d04e84e1dc3, '', 0, '?'),
(0xa4ea8bd30eb2eb256edaa4d952bf05dd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64DotSlash.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64DotSlash.php', 0, 0x6ce2b7a4543a9ae479b59c406912615b, 0x6ce2b7a4543a9ae479b59c406912615b, 0x09bf9d1a32ced33f93c0dde344d217ab3dd0472910369457694b3323a79c8729, '', 0, '?'),
(0xa4f890345c6b5284f476e5ac7f80bf5b, 'wp-content/themes/hello-elementor/assets/js/hello-admin.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-admin.css', 1, 0x00000000000000000000000000000000, 0xa0c8070448ba0e928854117a804f245c, 0xa403fc7d92e65c2e1375c7465015feea5ef98eb368a2c88154132fb55e81586a, '', 0, '?'),
(0xa4f9d54bfaa3c027ce1a7872788b17f1, 'wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss', 1, 0x00000000000000000000000000000000, 0xaeb3cf981d64860514c61e2379b4f1b3, 0x83c5263397bb70382d0d6cea7433c86879cf65c1661151ce1b72f1c0b90f4a4a, '', 0, '?'),
(0xa4fc59a400290d2f6a18f1a929f44172, 'wp-includes/customize/class-wp-customize-filter-setting.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-filter-setting.php', 1, 0x00000000000000000000000000000000, 0x12184dddda606616afec00eca96975fb, 0xb400113c0af46a3aa7dc59a3460ebcc21919bf1e64c9fb77ca02b109c9fdc0ac, '', 0, '?'),
(0xa4fcffd6122243f88331f3f902cf24fb, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-id.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-id.php', 0, 0x3baea49b6175d542537cd3b27618a973, 0x3baea49b6175d542537cd3b27618a973, 0x23f8a5c34092ee7021dc993854b43a03a3347861e3279080c11357110af6b6db, '', 0, '?'),
(0xa503b27cec5e74083c5b119774cc156a, 'wp-content/plugins/elementor/assets/css/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xc21dcb284e563c95fa1d6a3049bf6d47, 0x5a55a7b94acf40ab5f7bb8fb5198f098eb0c2b2f406c8689bd519ab119efc88d, '', 0, '?'),
(0xa5056387ca59094a1b42fc48f0de02a6, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x032842df9bdd1d481ea909ef967d30d1, 0x8bf5c7fef6e9d7d27f77f9cb049730aea5e3cd6c0b85c2e5be18a5da3fe216a2, '', 0, '?'),
(0xa508d8890c85691d7f490e7174235d34, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xfc77a4b96483fff3714bb440fd46c322, 0x8376ff5fc7c8d92de303c575f420d030172a100d825666710065d731b0fee52f, '', 0, '?'),
(0xa5130650b668607c2fb8aae33a578300, 'wp-includes/blocks/columns/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/block.json', 1, 0x00000000000000000000000000000000, 0x850698d62b852b4616f0a1a7330d6ee4, 0x21c3a3a49f813b68b0165abfc64461b5795e5a7f7faa748855ecb7b8b09fad35, '', 0, '?'),
(0xa517246e31e4a1d906555ced7828ec96, 'wp-includes/blocks/missing/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/missing/block.json', 1, 0x00000000000000000000000000000000, 0xa187d868a80c773a39b920ca35a0775e, 0x7bcbb952e5a35c1aa1fef85468a110635454a0cab1b271fdb6053e4c382ac4ca, '', 0, '?'),
(0xa51f4d9a3d5294f06652ba9303157bb8, 'wp-content/plugins/elementor/app/modules/kit-library/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/kit-library/module.php', 1, 0x00000000000000000000000000000000, 0xf51e2ab2f01927556be1620ac7742bc7, 0xbf6c1bca99b274cfeb92bc248cf1f7e26d51b8876c546c5150c798acc816680d, '', 0, '?'),
(0xa523b16d184c644bf0d0d854bf5d8cd0, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transformable-prop-type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transformable-prop-type.php', 1, 0x00000000000000000000000000000000, 0xef3b06edbe7c59eb0ca66897d9d723ff, 0x6a87d58653c1d1ac61899d68cda0163cbf95c983ed3d81e98cfd7c33b2f18ed2, '', 0, '?'),
(0xa524165f04eee017c358d77f8a6c61d2, 'wp-includes/js/jquery/ui/sortable.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/sortable.js', 1, 0x00000000000000000000000000000000, 0x06fc9206bb8f1387e153491726ae40ae, 0x872d02c16ddb86195ad549904099622c38147b33f4b7d95a79c5f4208c88517d, '', 0, '?'),
(0xa52b144936cfc0d0b732e2d801c20596, 'wp-content/themes/twentytwentytwo/parts/footer.html', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php', 1, 0x00000000000000000000000000000000, 0x1ebf1879c00b23b92ee013977b29ed99, 0x0a8a3b828593caef1c09d76ed6e08043c5c03c5c7929df046241c8cfa5de86f3, '', 0, '?'),
(0xa5340218722946e34721f69af631190f, 'wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php', 1, 0x00000000000000000000000000000000, 0x2971dd1c40b9db88d77013aa6e8b4500, 0x20eaecc62d5e751f3115fe73e8064675ba85715793420be7e97aa06c38f3576c, '', 0, '?'),
(0xa53ea77991832774bc5cd8a715cc969a, 'wp-content/plugins/wordpress-seo-premium/src/initializers/introductions-initializer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/introductions-initializer.php', 0, 0xfd73f160a1682842d71782e0a2bc22ce, 0xfd73f160a1682842d71782e0a2bc22ce, 0x7d4cfe10a9aa6f70605920484b443e9aaf155b38480cea7299a38f7f02916d9a, '', 0, '?'),
(0xa54a851e10e48d28347fa773a21eb778, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php', 0, 0xf366313bda37f8fc0ab299a9228cba7d, 0xf366313bda37f8fc0ab299a9228cba7d, 0x4fee3fb2a770966a7504736d915dae654dcc494552b9d2ec1ba39fe8f14cb22f, '', 0, '?'),
(0xa54bfb25dd6b72afec0a54cf1af2214e, 'wp-content/plugins/elementor-pro/assets/js/display-conditions.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/display-conditions.js', 0, 0x88caf02a41070cb53fe93e13790ddd66, 0x88caf02a41070cb53fe93e13790ddd66, 0x7c2467fdbe8290ecabf34c58ef34bee8d45fc17c4e0c5a49652ec220a534916e, '', 0, '?'),
(0xa54dbce29ec95656abc68d258931895b, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-image-size.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-image-size.php', 1, 0x00000000000000000000000000000000, 0xeb6d64f41b66ff69e5b8d66b6946531c, 0x192831e5a1dd5df8fa5f7e0dbba47fc85e2a00013089ca89f321b4d26ed4aee8, '', 0, '?'),
(0xa550ad4f0106edd051978e66e5032d26, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Optimization.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/user/freedoms.php', 1, 0x00000000000000000000000000000000, 0x6099bef8557fbaf8207dcef0ad0ae18c, 0xd1cebf7a428f2b71bcb91ec235566cce4b7fa46ca1b06b818df25a2fb30ff47c, '', 0, '?'),
(0xa56166683d46afd5de54d23afe9336b6, 'wp-admin/includes/class-ftp-sockets.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-ftp-sockets.php', 1, 0x00000000000000000000000000000000, 0x5a6337380d088fdc6a99d36adbc1d892, 0xaef951f4972cad02300d4e514abcbdbf94598cfaaea0ad6df4cabc30c5dd41c6, '', 0, '?'),
(0xa568b634fcc0ca18e88eb4cf0e0bc9e1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Blockquote.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Blockquote.php', 1, 0x00000000000000000000000000000000, 0xf1cd3cbc3c327c94eb40ca77e1082c7c, 0x169edbb8640523bad5b151204942c2fcb0c1ec0069c9473b4a62bc1db78a3937, '', 0, '?'),
(0xa5696b5b216757fa8d187d9e76b8c8b5, 'wp-includes/blocks/image/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/style.css', 1, 0x00000000000000000000000000000000, 0x548e53854c50b5f0375b89bbdaee3509, 0x97298542fbc12f0cb60fbff83a95d657fd38c147c829f110b5e22a8663c642ff, '', 0, '?'),
(0xa56bfcce985e69bbd5e274c5511f41e8, 'wp-content/plugins/wordpress-seo-premium/classes/watcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/watcher.php', 0, 0x060692ce5af85365ced5a1722c9beb7d, 0x060692ce5af85365ced5a1722c9beb7d, 0x30a4ab1a78854f2279ac4919c0447d4aaf4e3dadda3791e220f698d9348da131, '', 0, '?'),
(0xa575d568d130ebb18294259b4a30af17, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/UrlTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/UrlTrait.php', 0, 0x6b858ee78e0cfd60f9f544eb8b7638ac, 0x6b858ee78e0cfd60f9f544eb8b7638ac, 0x3a811a08fff92ceef3f5a2df76c6ab9dab1b2b60d350ae9abc36484e2c929c7e, '', 0, '?'),
(0xa579fa4df688822371acabd0dc1542bb, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/hierarchy-and-query.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/hierarchy-and-query.php', 0, 0x4ec3dd2d439ed034a8abea4a4d69f2ff, 0x4ec3dd2d439ed034a8abea4a4d69f2ff, 0x4adb700a076cf4ca080fc819beb6040f3ac0d464d207b93f557fa229c6d37f0e, '', 0, '?'),
(0xa57e024aa74429d776b77905ee335f6d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/LimitStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/LimitStream.php', 0, 0xf0cd63c3c3604444fa1e9b79a24fd397, 0xf0cd63c3c3604444fa1e9b79a24fd397, 0x1a6e13dbeb5b1a557c9740af4e8e718376567e7a8925b3992dbb1283f1714c2a, '', 0, '?'),
(0xa58082f6960a2fcc78592ad48e3cc9ea, 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/tooltips-2400.css', 1, 0x00000000000000000000000000000000, 0x12b3b9556fc3c6cbd59c2e404200d3c0, 0x74ab47105cf0666202fc5ee80784a1cbf6a94c0123e48857642adc10364d9404, '', 0, '?'),
(0xa5835081b7ae9af68888c6daad4b3c58, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorName.php', 1, 0x00000000000000000000000000000000, 0x4d3c4e4b0718153c4c1e5e2105c467b0, 0x867d740b44c2c5fcd546c3838257044dd920639a0359e825e0c31e13222d6002, '', 0, '?'),
(0xa58dd9ebf1a73b7ed3b752b73e9ea302, 'wp-includes/class.wp-scripts.php', '/home/forwardbetcasino/public_html/wp-includes/class.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x3720c1c7f9234b0fe9c111c0ac689f2b, 0x72e67518dab662573804cd04e437669cfbb4c1475dd86b00b2a4e914663599b1, '', 0, '?'),
(0xa58ffc6e7670ac6584edc6d0eeca7de8, 'wp-admin/js/customize-controls.js', '/home/forwardbetcasino/public_html/wp-admin/js/customize-controls.js', 1, 0x00000000000000000000000000000000, 0x22e9ae9e16510cc515f7b6f82690a1d7, 0x1c4cf4d5a6ae2c25733fa98ec119d48b1db5cd51125312d7933ef461c1a19dc5, '', 0, '?'),
(0xa59233284bb7b1126c17f15d8ee559d7, 'wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js', 1, 0x00000000000000000000000000000000, 0x3d488d92a5b2f939353c261493821dc3, 0xd5ef678e33789f6103ec77c894d252b6fbff3f12e69c38f221703fd3f113eec5, '', 0, '?'),
(0xa5a5aa779b2e1f8ea3c6d587993f0ecc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php', 0, 0xb40118a12f653420ef23a508f982ee43, 0xb40118a12f653420ef23a508f982ee43, 0x707c13267f57973385ef98e598f9d36fa7834c6b18228902f73868bcd9ff7fb4, '', 0, '?'),
(0xa5a728f473f64f384af41efe97b3d5c9, 'wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8ddbd4cac42c5ca575809ccfc3f660ff, 0x08d778e2609d805223c847f4bdd2f145645b71c89fb4eb6804ea0a78bb73be91, '', 0, '?'),
(0xa5afa21fc6d88454ccad0f331042b427, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php', 0, 0x088fa42393aa65077ecb7f13ae5a19f6, 0x088fa42393aa65077ecb7f13ae5a19f6, 0xd88ce287eb095450ccf8dc1034b6ab555f5549be0725af762ab6d62f8c64221a, '', 0, '?'),
(0xa5b1022601f5d4fdae02231a83798b97, 'wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/cover/style.css', 1, 0x00000000000000000000000000000000, 0x66d1f3c446129fccbfa0240aa19d8883, 0x4a8e32a7b1871c76a8f01654940c366e8f39e0c4ba48bfca6333b9a5cde07c65, '', 0, '?'),
(0xa5b4508191e2945a329937c74d6eaf8d, 'wp-includes/blocks/rss/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/editor.min.css', 1, 0x00000000000000000000000000000000, 0x5bd8433f08987eeff3f40f112d788e04, 0x304b103af4b1465308ac325c6444f9cea8a694f39117295c78649dd4e582c9c9, '', 0, '?'),
(0xa5cae42aaba5685e03eddcdb08afefec, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php', 1, 0x00000000000000000000000000000000, 0x270163c672c4cf99447135274789e17e, 0x480f2e84879c230a44eae9bf753975f071853c6641dfd10965b0d55631b813c5, '', 0, '?'),
(0xa5cc8674898b6f1eb1b96b4a0d776377, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-rating.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-rating.php', 0, 0xe3abb0997bff35f5e2c5ebac2baa32b1, 0xe3abb0997bff35f5e2c5ebac2baa32b1, 0x582afff60a223fb2183081da9fe2a8f685b9e5997d4dcbcfb9f63c83ad6d37c6, '', 0, '?'),
(0xa5d0b4e49a874ef390c6c32679cad4a5, 'wp-content/plugins/elementor/assets/js/container.c65a2a923085e1120e75.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/container.c65a2a923085e1120e75.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xe098051e766f952a41941273ddbcb279, 0x8565243cecfe27c970e16cd8caa7e960feaa2857012802b8c73b146c1a887aa1, '', 0, '?'),
(0xa5d877b155fe4f6d62789b5f22abc9ac, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList.php', 1, 0x00000000000000000000000000000000, 0x511e6922a5b1d1a74207b97b1519ab7e, 0xc1302c53b11fbe93b2be89597afc9dff3af7559c728c9559914cfa85c5eb934e, '', 0, '?'),
(0xa5e25902aa1e4c9818a0b3497cd0fe8f, 'wp-content/plugins/elementor/assets/css/widget-nested-accordion-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-nested-accordion-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3ef6afd9d21cd2ced6285128e1d8e6c3, 0x448fb53d6991e2522cb2e09f3267d42028791a64e2ef68e63f5bb2f30042f138, '', 0, '?'),
(0xa5e3593c03955dc549eccbe3c3145255, 'wp-content/plugins/elementor/assets/js/kit-library.1f8d31888dc9d19dd031.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/kit-library.1f8d31888dc9d19dd031.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xe10e68c729370647dfeb8bb49ba094b7, 0x38ccecba997a12ef6d6389472e7a91ff9ee77045f9a0837df8cd0ae239e9d01c, '', 0, '?'),
(0xa5e6fe7c073792235edcda515cf70517, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlTransformed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlTransformed.php', 1, 0x00000000000000000000000000000000, 0x651462d4e8f8047a8dca3c9eb9fe0e01, 0x0e8423fb5488a17dffd4555a5c505e657eac6bde96365f91aa27e4a4ed967f34, '', 0, '?'),
(0xa5ebbe569fa0e4367061cebd816a3f35, 'wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.js', 0, 0x448cb781fafb1565a55b6abfcf9cd54e, 0x448cb781fafb1565a55b6abfcf9cd54e, 0x91541e3326a79db7b7b21b5e844609ab62229354153cdda2cb214df344129919, '', 0, '?'),
(0xa5f216fb1bdb5e1b3493668f4d507604, 'wp-content/plugins/elementor/assets/css/modules/announcements/announcements.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/block-directory/style.css', 1, 0x00000000000000000000000000000000, 0x5b8ab1fc3527af7a2a56a0aaa003b6cb, 0x862d23637510f91929cd763e55af87d7667edd8cc7771549f25c01e58beb433a, '', 0, '?'),
(0xa5f50fea57e6e342aa8b92a5ce442246, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/props-resolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/props-resolver.php', 1, 0x00000000000000000000000000000000, 0x6c1557b95d65a4712c49cd89a90d01b9, 0xbeae1d9af2fff3e1c82820f7f49974acafa153770cbe10b7ac955fe8b4d6a936, '', 0, '?'),
(0xa5f6933abb5bf966f3f6d24b5a8f3ff8, 'wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss', 1, 0x00000000000000000000000000000000, 0x85e3a25dcc4eacc6f4812e9abfae2c0e, 0x7201d116c5831e4d0aae2eb148c098ec44b30f0f3377906d059b797f6286d0c4, '', 0, '?'),
(0xa5f9997af364c53f30bbf20a0ee1e542, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/WPMeteor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/WPMeteor.php', 0, 0xfd8b601ac345c5bd4c350dc3b76a8312, 0xfd8b601ac345c5bd4c350dc3b76a8312, 0xbebf2792c7d126432b8a66a752f7a7214aa9eadc3e842309edcedd6a56e97a8a, '', 0, '?'),
(0xa6000c622127e1ad9238407144a7a850, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/CurlRemoteGetRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/CurlRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0xf9e19f8e1041f3dceacf285f56a271f2, 0xf05525dc7721f248fbc80182de034d55544d6f5b445e36ca5fd188d6b5da7573, '', 0, '?'),
(0xa600e3ebfee08ea81b0d89987c04dab9, 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/5.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/5.png', 1, 0x00000000000000000000000000000000, 0xbbc41a570566329d0a2b11d1188cf146, 0x7733491f151c86a8edf6dec1e68c90c32114fc42ab8b1ebecc21226331d38c58, '', 0, '?'),
(0xa6081eb708d748523bb771012c743497, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php', 0, 0x0ed581de55f2ab33e1d2bec950a8036d, 0x0ed581de55f2ab33e1d2bec950a8036d, 0x066fda610ecb19e52f8f6a056e75f8ddda46f51d9d581b5dbef2537bcc75a5e1, '', 0, '?'),
(0xa60be5d8b5365fb2e48b89d60886e627, 'wp-content/plugins/elementor/modules/safe-mode/module.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/migration/ActionScheduler_DBStoreMigrator.php', 0, 0xf7cb284e834c4004d2b89db1156cd217, 0xf7cb284e834c4004d2b89db1156cd217, 0x8479ae73940e4337d34dc2a855fe28de73c6c52a2a8b6e103451919efd5c5a7e, '', 0, '?'),
(0xa61faaaa77cd0cc47a50f5a652d63628, 'wp-content/plugins/elementskit-lite/libs/our-plugins/our-plugins.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/our-plugins/our-plugins.php', 1, 0x00000000000000000000000000000000, 0x2c97f9082a64a239a49b6a9b30c825e8, 0x713a7813eb32d0c32db4f9752fb8ef04e0baa7537c3999b6d3a242af050d2d9e, '', 0, '?'),
(0xa622ad51834f4fb1c050a4e305a06217, 'wp-includes/blocks/group/theme.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', 1, 0x00000000000000000000000000000000, 0x2ac13ae83f91ee6c5d9dbcb6f1e77504, 0x3250e6d6ed839aa7d03d773d899d0f374105727fa70afd6651fac27e2cb7af42, '', 0, '?'),
(0xa628bc7c056ee495c1b473415246e42b, 'wp-includes/js/crop/marqueeHoriz.gif', '/home/forwardbetcasino/public_html/wp-includes/js/crop/marqueeHoriz.gif', 1, 0x00000000000000000000000000000000, 0x8cccae9c1ebafdb83be602e4d44c6f0a, 0x157cdedbcd53e2f96508a9937c2ed90619918102152fe951b95988e057aa7d28, '', 0, '?'),
(0xa62bb5905528d8151b8c36545b9c492b, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1690810710.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1690810710.js', 1, 0x00000000000000000000000000000000, 0xf49a10becb6cc05765d4557bd21839fc, 0xdcd8e9cce8e447fba017dfd938971c3d8d00a83e20f833a077671133082ea234, '', 0, '?'),
(0xa630ef2c06a89cf0bb104d83e1c75f29, 'wp-includes/blocks/comment-content/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-content/style.min.css', 1, 0x00000000000000000000000000000000, 0xcc76b9b20e1e8e1694251816865d4ba3, 0xc655d691efff7740069f2c6d31c5b48f432cc92217b9e0018f46ae16b4596a6b, '', 0, '?'),
(0xa63c06f02888436d9ddc03406531f8cb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/BeforeValidException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/BeforeValidException.php', 0, 0x79ae050f1ab119a8379e287018a3f26b, 0x79ae050f1ab119a8379e287018a3f26b, 0x63a081a58ad9673a5a9803d64ec63527a404d73115383e75c351f927b1bdd12a, '', 0, '?'),
(0xa64709d1924fac35296cb70a961a068a, 'wp-includes/SimplePie/src/Cache/CallableNameFilter.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/CallableNameFilter.php', 1, 0x00000000000000000000000000000000, 0xfa35b80eb438e94b952a88d96119b1e1, 0xca5dfdecc7a82b2b2e2308bc9e7c3e24f60e6460a187bf978775a88225fdd83b, '', 0, '?'),
(0xa65025fdbf20dda2d24960f07c81ee06, 'wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php', 1, 0x00000000000000000000000000000000, 0xc2b870ce039ac7570f07669d069c00ac, 0xada68d01a5384f1fab087f1d91050da1e9087046be1fa17399549e28db635ddd, '', 0, '?'),
(0xa65b27e92fa314d3fe08a23ba0867f94, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x1117dc862943f42fc186d5afcb20d99d, 0x31c6c2cb2743c54155758a338569a316f666b7669306a6178987ec44746c7ed1, '', 0, '?'),
(0xa660615e066497b0728f38a858c97e53, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ValueDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ValueDefinition.php', 1, 0x00000000000000000000000000000000, 0x0d19d4dd87c7ced5e2aed7d5a3b2b54a, 0xfcf6dae85dc877ed20f5ff85bdbcf064067e9106c99dd69136c4726f90e466b4, '', 0, '?'),
(0xa6633a516b32c4092015f38c1136bce7, 'wp-includes/blocks/columns/style.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveBinaryPoll.php', 1, 0x00000000000000000000000000000000, 0x02c9d8b85e75965e6f0f75174ea1b74f, 0xfd53ea17ba3f19cf40fa527ead4838adb83cc3ac4d5dbec96bfc7b426f5222c3, '', 0, '?'),
(0xa6796ad744d3f0c943813260f844fadf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsSubtitles.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsSubtitles.php', 1, 0x00000000000000000000000000000000, 0x262aa495aa833fdf1b14371c23fef77c, 0xc8a52f88c711950baef70358cbf306b166239b3fcfc9f4eda6a0360a0a065ee3, '', 0, '?'),
(0xa681cff4d638e941459e89e779ea7481, 'wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/widgets.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/widgets.php', 1, 0x00000000000000000000000000000000, 0x784d41c3784fcb023d462ca3dcae72a0, 0x62b20c6c764520fcbe5defc0d91992afb65e1dac5fd3444a7a0caf3e398903ef, '', 0, '?'),
(0xa6844c3bbd3c4c3eebea9c49f04a490e, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Serializers/Native.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Serializers/Native.php', 1, 0x00000000000000000000000000000000, 0x3b133c756ca27dcbde99a3e5c171f8df, 0xfb0536e7fe4cf6720df3df473fe82c3d7269260fec710809a6742b5300ec0691, '', 0, '?'),
(0xa684a40a6f5be19012e25dc57286d865, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/register-text-formality-2340.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.5.php', 0, 0xe91b0f0cb49c7f8a1391b77a9acac945, 0xe91b0f0cb49c7f8a1391b77a9acac945, 0x613203663fe76c896b78c26ebbefb1159dec040f1deb647ad1bc0e5aba15204a, '', 0, '?'),
(0xa692affc9e3a5b2662fa5bae6859a9b8, 'wp-includes/images/smilies/icon_razz.gif', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/tabs.520bc2ed4560c561029e.bundle.js', 1, 0x00000000000000000000000000000000, 0x550096b34a3e7cacd45d648658d380d6, 0xfd84688cc2e56cdbee48da6d49cfd3e7152377966f156b15f3676865294508bb, '', 0, '?'),
(0xa69a06987c9b24847cca57ac6aa774da, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Render.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/TagNameStack.php', 1, 0x00000000000000000000000000000000, 0xbf7918c4a06396bc3ec268e0accaf497, 0x00df42d41a0708706cf8ec5a34de9757b4042941517a0c7df59611c381a9e2eb, '', 0, '?'),
(0xa6ac7cd9d8b66e277e01c354fb03ff93, 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/4.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/4.png', 1, 0x00000000000000000000000000000000, 0xba72a9891b9fab8b00d2822f3c1f9271, 0x21a0579563fd5ab7c50c4d19357a3cf44eee5a515efdbae0c80106ebda784808, '', 0, '?'),
(0xa6ae835085fc40971542e885aef74dad, 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/neve.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/neve.php', 1, 0x00000000000000000000000000000000, 0xc03ee86cd92d41b7c73fc93f11b447e4, 0x94b2b22d221ce7387fad9fe31813b22c6a72be9e5efc941b317e8b78d160066e, '', 0, '?'),
(0xa6b8c2e1a89050bc5f52f91ccbcdc525, 'wp-content/plugins/elementor-pro/core/behaviors/temp-lock-behavior.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/behaviors/temp-lock-behavior.php', 0, 0x3b9e1d1f6cce746e18cd11585491b2bd, 0x3b9e1d1f6cce746e18cd11585491b2bd, 0x42725b7f3b9a8d254d31fb9a33c5d169015381dc42d4e379595a6f7702b11721, '', 0, '?'),
(0xa6b9f1887832ff5f2e14eb7e24e22913, 'wp-includes/js/dist/core-data.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/core-data.min.js', 1, 0x00000000000000000000000000000000, 0x963c48408cba0aa7ae0ea35bf2e1412e, 0x20a56fed3357183651d3da0bb00ab6b6d82aa410c6b8202da3f26f127c8658c0, '', 0, '?'),
(0xa6bd2e688c4ad412a578ff0785fb7925, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/MessageInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/MessageInterface.php', 0, 0x8e74512320f182ff47ca29792b6c3280, 0x8e74512320f182ff47ca29792b6c3280, 0xe30830972e4b30c235368833ce480f035132887d6470f1851a7961b6800bf05d, '', 0, '?'),
(0xa6c035db0183d619a52b697b857975fc, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2', 1, 0x00000000000000000000000000000000, 0xf0f8230116992e521526097a28f54066, 0x36de97ce4f22fb17b052ad0629b4f1cd5b43b3f60aa7f6a8a4712cdbf5837839, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa6cbfe0f547ab29b42187b4fa6a92765, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NoopHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NoopHandler.php', 0, 0xcbd19a125cff920e6d8be883151c8552, 0xcbd19a125cff920e6d8be883151c8552, 0xddd2236265807f753c60ba3280d0c664a86b58264a3b5db79db8933832f8d2f6, '', 0, '?'),
(0xa6d8d87e79147618e23479cf0e1d1074, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/EmbeddedChart.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/EmbeddedChart.php', 0, 0xd588512ad2b918085d434eaa89d9c00e, 0xd588512ad2b918085d434eaa89d9c00e, 0x27e2c8c2dabdcb7661c3e7a5425face0788459ef680282d604d44f1f0f5c78eb, '', 0, '?'),
(0xa6dc0b8179768aabb8a415752844b0b0, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/icon-menu-active.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/icon-menu-active.png', 1, 0x00000000000000000000000000000000, 0x3fe9937def82bd03b9afc363d96e5911, 0xcabc8e2d4f4a51ce0285d5fce8f3b64f216e72e6a84462c0df8f9bf9de62be06, '', 0, '?'),
(0xa6e0241d0bc51c74d5a6137d9709c254, 'wp-includes/blocks/code/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/code/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x68faa9e8ed9568e8773eb6a8c643a7d7, 0x23d53090639c948ae16bfa5381e6021f76dcbe6cf7b4956e0ceb6c4a8037fcb0, '', 0, '?'),
(0xa6e1bd88cbdb088e06d835663f9e686b, 'wp-includes/widgets/class-wp-widget-media-audio.php', '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-media-audio.php', 1, 0x00000000000000000000000000000000, 0xde2c7bb8482d5d6d17655ad30e1679fa, 0x33c0ec1e1e50d755877b67186ed2ae9fe4b08a0ae00782a57a879b0922dcbcdc, '', 0, '?'),
(0xa6e7a58c4b1572307e2b26902d59b116, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentScriptType.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentScriptType.php', 1, 0x00000000000000000000000000000000, 0x70ead644513bc6c2b5d49a1f5c4571f3, 0xfb34865173cd6543bde2f9499344b576e43b741b226615b2ecc2374b0c6a9da0, '', 0, '?'),
(0xa6ea697c09829f5be160577c8d265f4b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/Guzzle6HttpHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/Guzzle6HttpHandler.php', 0, 0xf9c1614f11610be16db9e3e352ada8b0, 0xf9c1614f11610be16db9e3e352ada8b0, 0xae40555d6496f7d31bb22d8bba37b2e2ba72b0b9f588b873304ffeaada78ddc9, '', 0, '?'),
(0xa6ecd563cc8dfde47b475126cd044de7, 'wp-content/themes/twentytwentyfive/patterns/banner-poster.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/banner-poster.php', 1, 0x00000000000000000000000000000000, 0xc0bfc3ba0084f8ac791f65fc38c71461, 0x97643ce81595804274d6dcbb20836a37a1815b84609e90d5acaf8035124db584, '', 0, '?'),
(0xa6f595fecc0f18c585623e20d3e717a5, 'wp-content/plugins/wordpress-seo/images/ai-generator.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/ai-generator.png', 1, 0x00000000000000000000000000000000, 0x0227c591c91c726ad88308e6c7ca8803, 0xe38a529e4eeb73bd9e9a125a91c86d8878e21963d86a252544f20db0b585fbc6, '', 0, '?'),
(0xa6f866c3e7ddd0331c5d3a73ece14f8b, 'wp-content/plugins/elementor/modules/checklist/steps/step-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps/step-base.php', 1, 0x00000000000000000000000000000000, 0x6fef93d252f7a87fbecb9e830ea79551, 0x789190010ea5220dc25bf5bd88c0d28e21c4da5393064e6f27b061c8d0e2fd96, '', 0, '?'),
(0xa6fb14cd4a51e7720b7a41ca0958a957, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/Definition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/Definition.php', 0, 0x28e4644bb05292e70aa330142ef81b0e, 0x28e4644bb05292e70aa330142ef81b0e, 0xd631265c5bcd47df1c9b187e95cd60511d78066e3afe5ba320359c548be0b37e, '', 0, '?'),
(0xa6fcadf3386039f9d73f42629306d091, 'wp-includes/js/jquery/ui/effect-puff.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-puff.min.js', 1, 0x00000000000000000000000000000000, 0x12f88ece2a47eeef77fd554a0ce9e44d, 0xab70915b91537f0c419667d7d92e23b12f8eaeae2524db2c44c296f922653e43, '', 0, '?'),
(0xa708b43c2cb196e84f0ac0f721781da9, 'wp-content/plugins/amp/src/Instrumentation/StopWatch.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Instrumentation/StopWatch.php', 1, 0x00000000000000000000000000000000, 0x56629746a27f2426628db16de2deafdb, 0x400d214d7e41e75d45fe0b029b71d0c47b3f7d4c04ecd31f1ee114510daebffc, '', 0, '?'),
(0xa70ac8e09408e017070520e4e9942f59, 'wp-includes/js/dist/data-controls.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/data-controls.js', 1, 0x00000000000000000000000000000000, 0x541d82e24bbebb27509f7e7d363338ea, 0xbd87097605fee0d566bdcb33db2b55b5bc3ffc9d434e3a82a27458117fc277be, '', 0, '?'),
(0xa710290fd76e8cc15738e0287f56a029, 'wp-content/plugins/elementskit/widgets/dribble-feed/dribble-feed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/dribble-feed/dribble-feed.php', 0, 0x932da46098d1704622b5cac0cda60119, 0x932da46098d1704622b5cac0cda60119, 0x829fe36194d41198b7cad599a3696c508ad046bc74d25407e782c1dbbaba700a, '', 0, '?'),
(0xa710a1a07dedbe569cd01149dccfdcfd, 'wp-includes/blocks/cover.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/cover.php', 1, 0x00000000000000000000000000000000, 0x0d4b855c173ce5c0bdeaf032c91fb997, 0x390cc80f80040e3a25e1d7d018dc292f5c2630de0d77f2d01a5363e3ebdc9d42, '', 0, '?'),
(0xa722f427c7812769ef31c3e0777bbb67, 'wp-content/themes/jannah/framework/admin/theme-options/post-views.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/post-views.php', 0, 0x802d8e03d29a94c90552010aeff7f613, 0x802d8e03d29a94c90552010aeff7f613, 0x7d382308b285a12aec548f922b5d72c83e30727fb3755aaf8b6c8ca6b4151542, '', 0, '?'),
(0xa724e2190b2d49dce0b2c5fbd69461e2, 'wp-content/plugins/wordpress-seo/src/conditionals/check-required-version-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/table/editor.min.css', 1, 0x00000000000000000000000000000000, 0xf88f5e1f71e12592d56d5ac5f22cc731, 0xcbe3574f981f29cdd56aef29f8d0eafe939cddca4167332430b1e3245be8f46d, '', 0, '?'),
(0xa732833c7bb322a3aa76884dfe9c704d, 'wp-content/plugins/amp/vendor/composer/installed.json', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x6b630d3530bd5f0a9141e54e8aa2061b, 0xee2c2200c9fd8422626d6088cebe7905c3184b0552bfb8459fa8e3aca48a7905, '', 0, '?'),
(0xa732df76f727a4b3f6d27bbb3100aae1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php', 1, 0x00000000000000000000000000000000, 0xb60c06f51e071d028358b1efc67f99b7, 0xbe742039bc7fd6e1dcc79179e301ee01465d8ada7bb2ad516ed5b72f716894e1, '', 0, '?'),
(0xa73315d40e750de317b65b72d8f17875, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Sheet.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Sheet.php', 0, 0xacb80b9edee29b3f65878268e56dedf3, 0xacb80b9edee29b3f65878268e56dedf3, 0x1f7a34e93c9ab72098546218e44fe8c676c2a32344907bb6b51ca87be8950ac6, '', 0, '?'),
(0xa73392977fb521782127df6f15cf0f6d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncr.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncr.php', 1, 0x00000000000000000000000000000000, 0x7e35cb37e14a81a03f576abce8c221b4, 0xe4097e4863f8e82fd91b69ea576bac2b5ee94d2f39436ce5cf77014f0e5b26da, '', 0, '?'),
(0xa753df04e0eada4f76f52bc7cac52ee7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter.php', 1, 0x00000000000000000000000000000000, 0x37480b7df0c945ca952fa1b43cd5b76c, 0x0ae4a3bec070c2c3072a7e934af266523d3fbc28a03819e222391e12c85f698e, '', 0, '?'),
(0xa75779967e4677a98a47979ea5585e7d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimePreloads.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/loggers/db.php', 1, 0x00000000000000000000000000000000, 0x456d52c9a7ff96e7fe96e2d5fd050935, 0x9e216b863542ab43c361b91ec97bd3e71830f6bbc1d63cca62c02d793481648a, '', 0, '?'),
(0xa763e386cc8eb488240a27409b0df2e8, 'wp-admin/setup-config.php', '/home/forwardbetcasino/public_html/wp-admin/setup-config.php', 1, 0x00000000000000000000000000000000, 0x482f3eac6fd04d075453a2c6bdbf2337, 0x6c63325d05c5c68f3eb827f6c9174ea1a7df9b903354fdafe1d08b1f43b7f02d, '', 0, '?'),
(0xa766f9a70c9433c6b20bfcb34b631df6, 'wp-content/themes/jannah/templates/single-post/share.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/share.php', 0, 0x906e5fb77edbebacb21df7ba616902e6, 0x906e5fb77edbebacb21df7ba616902e6, 0xbab9805d27dc284f2aa67f91eff51e6606f26da95fa515134e676b8bf57dcc62, '', 0, '?'),
(0xa768a3befa98683b2d71d570858d8e1d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedRemoteRequest.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0x8e6c2adce44dc431a9548e5b0a3a5a7c, 0xad20937dea4cb3a1ddcd7f3235f367c5285ca32d66c49235dbad4be0551003e5, '', 0, '?'),
(0xa772eb4fdb2f29f1c806bf5d862f0721, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php', 0, 0x04bb10a9d2c107ba0c1be523b10e17b2, 0x04bb10a9d2c107ba0c1be523b10e17b2, 0x0e39eec03b09e9307ab1b2bd38d725f124dc6f1e7cee5ac2e75401b4e62e342a, '', 0, '?'),
(0xa776e5650df2285c00e64b3879a915f8, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/login-status-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/login-status-condition.php', 0, 0x37f21f2b3aa029f15ca759318a935853, 0x37f21f2b3aa029f15ca759318a935853, 0x42fa61e4d9fe8c867e8c3a375b45c9368c8c9df0026983f7a2af6090c8ae15d8, '', 0, '?'),
(0xa781e4408e383948bedac3fb4abe1cd7, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-repeater.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-repeater.php', 0, 0xd7fafe842a31a7a0474d4b49c747bc33, 0xd7fafe842a31a7a0474d4b49c747bc33, 0xd2ca38f02718fb326783878f8e5ce1998fd8309252fd738224c40e7c32a5e686, '', 0, '?'),
(0xa784fcecdb3301860cc6a76b135ca7fb, 'wp-content/plugins/elementskit/modules/header-footer/cpt.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/cpt.php', 0, 0x50b07fd6cd75f7b2f839fb0f55413c54, 0x50b07fd6cd75f7b2f839fb0f55413c54, 0x5893fda0fb0694d6ca1ee7e7aff2b36241075ce26fc81581e59523229d2b6c43, '', 0, '?'),
(0xa787c716b38bd092495146b3424e3550, 'wp-content/plugins/amp/src/Admin/AmpThemes.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/Remove.php', 0, 0x3524590ce027236916c60b948de5c14f, 0x3524590ce027236916c60b948de5c14f, 0x8a2d7d3ee29f6cd434a195c07f11e076b5e2b5bc9168a1b340c6b5b3b341cc56, '', 0, '?'),
(0xa790e4976b161851e40051f3bc757694, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php', 0, 0x69091cf59fe4da7caac11e1f5d0f1259, 0x69091cf59fe4da7caac11e1f5d0f1259, 0x364ed5a07ee58c418ddca0af406dcd05d17cb0890505d0b9c1044b835f40a786, '', 0, '?'),
(0xa7914c71c0ae8de54cf944eadec2ca39, 'wp-content/plugins/elementor-pro/modules/carousel/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/carousel/module.php', 0, 0x1ff8b588201ddb5aca9e874331dd6579, 0x1ff8b588201ddb5aca9e874331dd6579, 0xa3304156444610d0bb76a929439d298a0167b338de9b754432d26b577a587d71, '', 0, '?'),
(0xa79c9f4a3180ab4d10df46b0863c0bfe, 'wp-admin/js/tags-box.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare2.php', 1, 0x00000000000000000000000000000000, 0xfb252ae575232aaef583743b20af2ea0, 0x7a82d0f762a4e92526abd802ce189f088087f5f935084ca94f21fd733350e326, '', 0, '?'),
(0xa7a13cb9c2c2b78bc90e135f05e5801e, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php', 0, 0xe85a71dd1ca2467b9096ff50446d8b7b, 0xe85a71dd1ca2467b9096ff50446d8b7b, 0xdc185267ef7e30aa1f1ebbbad6f55a20258d5170d5cad9bff5a915ddd3798729, '', 0, '?'),
(0xa7afd68cbc753a28bca7ef99131300b1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPreloadImage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPreloadImage.php', 1, 0x00000000000000000000000000000000, 0x77f5b8791ce3fe7bfa4b97c8004425f0, 0xcef97deedde2e5edd924dd7a75e840fed7d4f2736100407e76098b0810c9d88f, '', 0, '?'),
(0xa7ba293ecdfb20a71007135fe6519b0d, 'wp-content/plugins/elementor-pro/modules/social/classes/facebook-sdk-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/social/classes/facebook-sdk-manager.php', 0, 0x094cf0d387296666bc1402fc7e4166a3, 0x094cf0d387296666bc1402fc7e4166a3, 0xcc7af117d25e7f277936af9afa4b2bfbc0603f0a4d38fa0321ad5897aab7cb6d, '', 0, '?'),
(0xa7bc658ac23297a6cc2315c8eba95e47, 'wp-includes/blocks/heading.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/heading.php', 1, 0x00000000000000000000000000000000, 0xe7454c0b56eb526f48d2d25a80925298, 0x039ef5e10b85eb9d2312da29ee0bf52d402103322a809ec0d60ef7e3cb3e0fd5, '', 0, '?'),
(0xa7bf0917e84d93ab71776e219287d80d, 'wp-content/plugins/wordfence/css/wf-global.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wf-global.1690810710.css', 1, 0x00000000000000000000000000000000, 0x19ae3ccee642874b273e15cee8300ab9, 0x95df0f9cf83cfaa84cf8940bbafc90af0e263c478d9536598c8edc194d898e7e, '', 0, '?'),
(0xa7c642a1f3f7946ff272b7d0354143dc, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-7.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-7.min.css', 1, 0x00000000000000000000000000000000, 0xcde11c9b6a8c0204d779f8283a61e3bc, 0x2243d28515ff074275e9b824c3f2d96b9e39d0f6208563ed5d00515f095c0aa1, '', 0, '?'),
(0xa7cb37128f167f1801dc05ac772250bd, 'wp-content/plugins/elementor/assets/css/modules/announcements/announcements.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/announcements/announcements.min.css', 1, 0x00000000000000000000000000000000, 0x7bcccf53a6b3639d854ac0fa1d6c4d62, 0x462af1d5423ee4eb87997f1b7404ae88162e048bbd55bb51e477ddcf26f50021, '', 0, '?'),
(0xa7cb467d8b70b165f7e243927ca0c294, 'wp-content/plugins/elementskit/widgets/woo-product-carousel/woo-product-carousel.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-product-carousel/woo-product-carousel.php', 0, 0x81e17bac7641599e099bb765c2a9ca33, 0x81e17bac7641599e099bb765c2a9ca33, 0x98f1f4dc7dd010e2fb6993eb7b8cf32815451d48a70a34d98f3310ab11edd20c, '', 0, '?'),
(0xa7cc63e10e2d062c528e7165655cde17, 'wp-includes/blocks/group/theme-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/group/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x115c090614a5ca9d07bd3d91665a3955, 0x15e20d69a024792be18b68f43fb1f81483c66ae9adbe1a8998ba6233ad734a29, '', 0, '?'),
(0xa7d31d923fda9fa345bfce14b6245046, 'wp-includes/pomo/translations.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php', 1, 0x00000000000000000000000000000000, 0xb713b72d38b6a2cae367eb7a6537ed7a, 0x2e2cf7fcab08919cd40f490b03842bc6275f833e53ba21a780eb3924f41a5cd1, '', 0, '?'),
(0xa7dfc87f037517b5db9cca2a11cce9cb, 'wp-content/plugins/disable-gutenberg/inc/settings-reset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/inc/settings-reset.php', 1, 0x00000000000000000000000000000000, 0x931ef0901bc548f531dfefc87703123e, 0xa7f00bc6d72a2c90f88c6d452f23d1789f0f26ced3221ae5a1f5aae853bccfad, '', 0, '?'),
(0xa7e4d1ee7608b91808e3d42a13a54432, 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/seo-plugin-data-interface.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WrongParentTag.php', 1, 0x00000000000000000000000000000000, 0xfefacb572addecd09583c3fa3e8fe309, 0xd66a329ccd437854e743496d1f08c117ba6e34bcdd93ea953d693db55c5d0558, '', 0, '?'),
(0xa7f307013560bce7a82ee8cde917c912, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/StubbedRemoteGetRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteRequest/StubbedRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0x425c545020a18711139e36c6ade171c8, 0x8b7105c389eefa912e504ec00a77359ba1553a9b7de1987538a02e78ccd2dc2d, '', 0, '?'),
(0xa7fc0f8ccbe547d4887b0aab08f127a0, 'wp-content/plugins/elementor-pro/modules/posts/widgets/portfolio.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/widgets/portfolio.php', 0, 0x03c8dd86f1f9f5aa1b42ba06f5117d85, 0x03c8dd86f1f9f5aa1b42ba06f5117d85, 0x44191c74a0b078bd4827c6eb0e4718e762e3360502049f3c52e1f91a38327b2d, '', 0, '?'),
(0xa7fcad858ece38ab6a870ffe637d8b10, 'wp-includes/blocks/rss/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc50624546e1c85f8fe39c69af7958699, 0xa708de838eb66032ccb2dfe2c4c8268001ff1d412be48d65a7890946f312c2b8, '', 0, '?'),
(0xa7fe5d58c96d4f9428e568f80856fd81, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentsOptIn.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/js/colorpicker.js', 1, 0x00000000000000000000000000000000, 0x87bd30f8c0fd2dbbe7fe89b7fb198227, 0x7c4d13ff79376146899f83727575061519a4260e50c79643db73e3b32c3893d0, '', 0, '?'),
(0xa80268b978d72a28bd26beebc36b4f92, 'wp-content/plugins/wordfence/views/blocking/country-block-map.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/blocking/country-block-map.php', 1, 0x00000000000000000000000000000000, 0xa1759cc1794746a11e2c7b968c58c17a, 0x25d49c7f350496813b1eba9413fba7f605789313885e299f8ba8472885e01f6f, '', 0, '?'),
(0xa802b006cc1b9cc0274b857a8e668ce5, 'wp-includes/customize/class-wp-customize-header-image-setting.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-header-image-setting.php', 1, 0x00000000000000000000000000000000, 0xa224af2cba56efd01539637f5264a436, 0x645692b4cec26e852a0e8eb86d215b49b664fbc7baa2acc761e3f80c1e6db3cb, '', 0, '?'),
(0xa80519ed7f3523c12238ad25601f7d7f, 'wp-content/wflogs/template.php', '/home/forwardbetcasino/public_html/wp-content/wflogs/template.php', 0, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0xa80a5a8cf7642abb1504952cff4ccfc0, 'wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png', 1, 0x00000000000000000000000000000000, 0x08d352f785298bfea45f765472d79031, 0x50ad0e37a2ee895d7ca1862d706769dc5cc533d1b6cddf902daf0c28ab5468de, '', 0, '?'),
(0xa80f481e639b0eac03f731badeb0843d, 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', 1, 0x00000000000000000000000000000000, 0xddb440a9bdceff0fa9c22b56b47addf7, 0x765c697e3a51a0b0c120a9fb0f9ce93ced342f817441badd1c9d88a83e443f6f, '', 0, '?'),
(0xa8151d811a186bfa51507531ab531c82, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-description.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-description.php', 0, 0x5f2c0369e4a5dd675af23bfd871e7586, 0x5f2c0369e4a5dd675af23bfd871e7586, 0xdc8f0f48512ae33d574fc62e255992ddc46058c86b3fe0f60ce6fab0ec19b30c, '', 0, '?'),
(0xa823d73f8099ef476309c2af6c316517, 'wp-includes/class-wp-theme.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-theme.php', 1, 0x00000000000000000000000000000000, 0xe472ae6c121ad0f290a06704e6aaafe0, 0xb1c28884de4c8dffc64e776670a371ef6c91c6cef409a03a9ed5b96846035067, '', 0, '?'),
(0xa824ad4264bd25b3e6ddfbc261f79f63, 'wp-content/plugins/wpseo-video/vendor/composer/autoload_static.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/autoload_static.php', 0, 0x035d0bb6d8dca80adda9d8c7218d987b, 0x035d0bb6d8dca80adda9d8c7218d987b, 0x84757be76b0f1b28c7817dc2cf06950f49a4c667d81aee2eb9e7b5613a954b9c, '', 0, '?'),
(0xa829ceaa40fab9296298f2581d5b4ece, 'wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php', 1, 0x00000000000000000000000000000000, 0x6f38675f1c3928ffabad0e11a76c002c, 0xcee3bc4865facfe07026a97e89c84e5ad9566c28f3365189c5d42ec4c773fce1, '', 0, '?'),
(0xa82ebc5fbb143b7539495c1056a9e4aa, 'wp-content/plugins/amp/includes/admin/functions.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/metabox/views/box.php', 1, 0x00000000000000000000000000000000, 0x893845ec92b3fed6cf36b202bc18d78d, 0x3157f8971becca387271cfee1bec3fade49aa0192952d9a350292405ea5a5c4f, '', 0, '?'),
(0xa837e383fa64af2fc6343d98badd8dda, 'wp-content/plugins/elementskit-lite/widgets/header-search/header-search.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/header-search/header-search.php', 1, 0x00000000000000000000000000000000, 0xd28084e21ed2fb769a7f3f745ed45063, 0xcfb39327346a1683fd374efdf5ef6e5d99b26fe222f188aea9e652fa8c73681f, '', 0, '?'),
(0xa84056f7ab54b8914c27de7e0ea569dd, 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/smilies/icon_sad.gif', 1, 0x00000000000000000000000000000000, 0xde4906780fe16fd4d3544d7ae6ed442d, 0xd96235c07968ac398011e4e38d7da005a9eb6fdef40b57ed4983f2b06ea76e91, '', 0, '?'),
(0xa84899d58dd4a4b0ea8c80e84c65ab8d, 'wp-content/themes/twentytwentyfive/patterns/cta-newsletter.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/cta-newsletter.php', 1, 0x00000000000000000000000000000000, 0xf4692854a5e1ab19cc5a18a91bbf4a33, 0x6ca262dcf6ef724396c5b3714a936c4c6d75e4f99dedbc29114f69592c799f1d, '', 0, '?'),
(0xa8495d8f53661eec9e1184105dbdc4da, 'wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php', 1, 0x00000000000000000000000000000000, 0x4d717556b1d6a25fe0680baf4eae16bd, 0x44b00add866a366435f9bb1ede3cdff24ccba471dd95d7fd7dc86da09fd74e99, '', 0, '?'),
(0xa84a0b492012588d06621914cb3a21e2, 'wp-content/plugins/elementor-pro/modules/forms/registrars/form-fields-registrar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/registrars/form-fields-registrar.php', 0, 0xa176fe8d2a24508625c54592e7db1d85, 0xa176fe8d2a24508625c54592e7db1d85, 0xba0c5a4d6109d492e764e7e7ec5a75240041fedfb5e36ee8c1085d6e3731f50e, '', 0, '?'),
(0xa84a8ac01b754ad6785380f710db7762, 'wp-content/plugins/elementskit/widgets/yelp/markup/overview-card.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/markup/overview-card.php', 0, 0x262e34ced74d94a32d6f40d532880771, 0x262e34ced74d94a32d6f40d532880771, 0xbf3584b481961dfa1706bc4f772b67e80af7ff873f4442b41cc2ee7d08c3c881, '', 0, '?'),
(0xa8511808340439e3f31e4c7ad3144ab5, 'wp-content/plugins/wordfence/lib/wfUtils.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png', 1, 0x00000000000000000000000000000000, 0x0c3903c8b973b4a3c483f1f2c5a85891, 0x18276875cdb98d07b5441880e01a00fcf5c5cbc5e6548f0fda13f891d9b93f51, '', 0, '?'),
(0xa8581a61eb30c285c84069ac8ed812c1, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-posts-switcher.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-posts-switcher.php', 0, 0x91ab826a955a2eaa5beb5c3a7e6536c3, 0x91ab826a955a2eaa5beb5c3a7e6536c3, 0x1556de3fb5a4e1f37d72db55a7ef240e4431b8f541d468fb4ca117fa39555889, '', 0, '?'),
(0xa85858ef8e932acee1210832d67e02c5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0xe24be219db122cad51802654f2106af5, 0xcb7248c475dae7d3b36b6e2a2ed4e08d21fe9e6455a1071feb04fcba987e58db, '', 0, '?'),
(0xa85cc7fd0168fb20529f58d53cba43ae, 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 1, 0x00000000000000000000000000000000, 0x9d9bebdf851e9777404c8be54feac152, 0xe09df0abb44546910c6aa984d772b8c48d3b73b3ecce802e663ad6e1cfa4a046, '', 0, '?'),
(0xa85f28a5faf3c256969ff7ef2feb3909, 'wp-content/themes/jannah/framework/widgets/flickr.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/flickr.php', 0, 0xbe7589b9d1542eae2c9aaa52d9afb6c7, 0xbe7589b9d1542eae2c9aaa52d9afb6c7, 0xa685a50ab201ea1f44e7124aac9c784db57527174e11df2abbc536b637f92e52, '', 0, '?'),
(0xa86396ae8bc936b6f17e15e636cc9007, 'wp-includes/blocks/button/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/button/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6505aac2039c5184ac8faba5af93552c, 0xe79aabdbfb3c44d8c715a10cc2d7f065c085f7118e3e2faf398920d25a6e679d, '', 0, '?'),
(0xa86849308ab74a3292e45b6fadf5d309, 'wp-content/plugins/wordpress-seo/js/dist/import.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/import.js', 1, 0x00000000000000000000000000000000, 0x240b073c2d8396da45019f6b280a7df2, 0x12ce4ae3d60e201436aee1b46e21f1a13972ad71a7e49664f761f02ff5e05b1b, '', 0, '?'),
(0xa8820ca6b3fcca8a6e02e1f3adfaf45a, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/image-carousel.php', 1, 0x00000000000000000000000000000000, 0x4a7ef737cb69127bf550d0404ff4c4e9, 0xe47322644a3397fa787509805240b02e730e3488fdfa445c00b677108d3c01a0, '', 0, '?'),
(0xa88dbd05962d16c22268a114cfeeb616, 'wp-content/plugins/wordpress-seo/src/models/seo-meta.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/models/seo-meta.php', 1, 0x00000000000000000000000000000000, 0x2d9d845a07c0029ce66e6b1f7874eb6e, 0x176efa627a60bb49e76f2cb01089fc6506e64caedd27a3ebe322c3ef083270c8, '', 0, '?'),
(0xa897335fc18bdf5b032316a4676012c0, 'wp-includes/css/dist/block-library/reset-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/reset-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6fffa7dc47015c8f0a27002419a96137, 0x2ac3d38a80833b48803054c59560085fcaddd9668b651f10102a7f7a33cfbb0e, '', 0, '?'),
(0xa89af181167cb89f2aebe469e93287ff, 'wp-content/plugins/elementskit/widgets/blog-posts/blog-posts-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/blog-posts/blog-posts-handler.php', 0, 0xa4ee453fa730a7b7f0e8044237d10822, 0xa4ee453fa730a7b7f0e8044237d10822, 0x255e0161c08fbd2fd915b58c07e7d739d326579458df4ed4d193942034cd886b, '', 0, '?'),
(0xa8a34ad2d797b85f790b7a78c8f7364f, 'wp-admin/network/privacy.php', '/home/forwardbetcasino/public_html/wp-admin/network/privacy.php', 1, 0x00000000000000000000000000000000, 0x30aec83ea1480df0e6353af31b361da8, 0x2a5d58381bae1e98cd25d84bd29b195209fce5d651f8669e3b0a65c00d83365c, '', 0, '?'),
(0xa8a5dc2178f2bb3dec2bb4a7c82353bd, 'wp-content/plugins/wordpress-seo-premium/classes/premium-import-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-import-manager.php', 0, 0x807a33864200abc8337847d54236dbac, 0x807a33864200abc8337847d54236dbac, 0x6b3ce401e702615c83b197e964e369855b8fbf84a66dbb95f6a15bcd847f67bd, '', 0, '?'),
(0xa8acccc880e77e5f71da49b6c45310a1, 'wp-admin/js/password-strength-meter.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/password-strength-meter.min.js', 1, 0x00000000000000000000000000000000, 0xb2e45ac2d733c572ee0b3b5dd53c7cc0, 0xaea1dac93111f408e479e590a521897d7dc7153305c9bb7d7dd174650f0a7482, '', 0, '?'),
(0xa8afdf5ce04420fc3efc46142cb587e7, 'wp-admin/menu.php', '/home/forwardbetcasino/public_html/wp-admin/menu.php', 1, 0x00000000000000000000000000000000, 0x3f42891005ddec0094a7ffc72399741f, 0x5cb02f1637b938f1fa9a5215eeab0d1c9053387eaa7e2e8a6481e1840211ad2d, '', 0, '?'),
(0xa8b06ca061de89aee388ee154cd61680, 'wp-includes/css/dist/edit-site/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xdfb8dd05df81b4192645d924b616f971, 0xeec8e63f9bdcdf842c4b8c784c6a1798afbfeb04dc517a55619ae6c445f78a4b, '', 0, '?'),
(0xa8b119d9d70fdcace39c6eaf20920411, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec.php', 1, 0x00000000000000000000000000000000, 0xc57a8c061a62cee0c7575f5b7ef37b18, 0x8b3a9a3dd51efc9d16816a84e46a73eb3efb2c025c774fe419cdad196a8ce374, '', 0, '?'),
(0xa8b36f6ec3f6cf11b9067dd274c06624, 'wp-content/themes/twentytwentyfour/assets/images/museum.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/museum.webp', 1, 0x00000000000000000000000000000000, 0x0b2bd2727effb6d6f21853e8b18c735e, 0xeef0eff9ac105752cd254c7d920336a6b2bf5e1bad450c43d0d11b9cebaa2106, '', 0, '?'),
(0xa8bc2b78ff393a48e63043587b29f979, 'wp-content/plugins/elementor/includes/controls/popover-toggle.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/popover-toggle.php', 1, 0x00000000000000000000000000000000, 0x2ab57fcf4b40e39a1cd2044c429a8aff, 0x1e79cf20bf4fb4359e33f7627929e36429278d00fdeac3428d3b0d6cf93f1446, '', 0, '?'),
(0xa8c04f8bc2e2de6f9d445721634df64c, 'wp-includes/SimplePie/src/Net/IPv6.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js', 1, 0x00000000000000000000000000000000, 0x14918ed4e565a3da89e09ab742c53d8a, 0x7b503b6e8a322a9b5270db967f3eb2384f67e2cd58b5477adc443da449a61625, '', 0, '?'),
(0xa8db09cc2229a522b5e83049a36fa8c7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/spacer/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0de87a5001a9aa2383ae9152b00d242d, 0x19de8d215d4ca5311b3371032b80e90423757d4ec32122116f6800f4d5787ea4, '', 0, '?'),
(0xa8e59ff68e829597118926c5bb9f280e, 'wp-admin/js/widgets/custom-html-widgets.js', '/home/forwardbetcasino/public_html/wp-admin/js/widgets/custom-html-widgets.js', 1, 0x00000000000000000000000000000000, 0xf6f61b97aedfc41fc3a786e46d38a42c, 0x0620a35b51b6b36bbb87df8a410acda58cc4cf404e800f8e0d56a25dd109d103, '', 0, '?'),
(0xa8e999f2a8424b2136666e8868c33c2a, 'wp-content/plugins/wordpress-seo/css/dist/general-page-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/general-page-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0xc43ca6b56c0615024c5d9ba2c8adccba, 0xae66afc451e1d8f54d753c9c6835f4321675de310c263fcc878c0e81628af51d, '', 0, '?'),
(0xa8ef111d23804001526bdbbc591e9b1f, 'wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Date.php', 0, 0x6d2e26c6d4572ac7f0b39302d3bde50d, 0x6d2e26c6d4572ac7f0b39302d3bde50d, 0x69ad3e9e11332dd8135caffe10b88b363a74bd4d2cf14194ae9c3dd9a7c41c0b, '', 0, '?'),
(0xa905effa7e2bd8711dea58bedb1d2260, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/site-editor/module.php', 1, 0x00000000000000000000000000000000, 0x1dddbda5b29ce826a4c3b674db887484, 0x7ade499327fa4d24b8030e94de969cae4e66cca4722aab292466d7b84e98148a, '', 0, '?'),
(0xa9206a6452d2d83ba5ed5f93e9ffae43, 'wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.asset.php', 1, 0x00000000000000000000000000000000, 0x17043ce94091ad85daaa342cc84e3f70, 0xbcd58bda5b0ce755b334e19bda1a3e194fade41a5d66b1241bf51b7a65b3e5f8, '', 0, '?'),
(0xa936abcb30fff6294832a0a79f06f9b1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/print/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9f9f118948b4488ca699bc7dfb39db34, 0x6d22a76ef5c8028452d72c6887c54a1d7f6843e0fb85afb80f616278b2bafe73, '', 0, '?'),
(0xa93d7d6800c1299f70b20762546a3500, 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php', 0, 0x4b4355b72b8fe140ea573426bdcaca30, 0x4b4355b72b8fe140ea573426bdcaca30, 0x0f84bffcb1cfb7a2c547b96236e70831858b4a29633ca389648677e192cf72ca, '', 0, '?'),
(0xa94826fafa479abf6e505361c7114819, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2', 1, 0x00000000000000000000000000000000, 0xe756525fe703e399bee80cef09787870, 0x70d2922f460e4e9c49e04dfbc25d27b8de9fc018ad413610bc18d7ff3a45cd11, '', 0, '?'),
(0xa95a812d324b9af06eb99c9bab07f83a, 'wp-content/plugins/elementor/includes/template-library/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/template-library/manager.php', 1, 0x00000000000000000000000000000000, 0x4ac45d968db5d8a0f5f0eddd5f3ba8da, 0x8268dbe009d51009b875788ae937a3ecf6a4cc42eba99fe490f239fcd11376d0, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa95facb8fd4f1bee89b14e490e9e23f2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarousel.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarousel.php', 1, 0x00000000000000000000000000000000, 0xa03ee2af2cfa2e9e5bdda3eadc6e399d, 0x82159c31891fed154cd9716960fb7403690915debd76b2b8d88f2c6b52ec35c2, '', 0, '?'),
(0xa9630096de7b320fadbc1a73be4f60de, 'wp-includes/sodium_compat/src/Core/AEGIS256.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanAmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0x3a7f5a6394b1ec28a26b6c03ae17d5e1, 0x7ce7376fcc05c9f720a89fd625569653951573d74d0bc7e66c07ad4ca454f292, '', 0, '?'),
(0xa966844c08133422c4196f53f7cd41ac, 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0xa977e89c7742dac049d30621d0f84861, 'wp-content/themes/twentytwentyfive/templates/404.html', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpActionMacro.php', 1, 0x00000000000000000000000000000000, 0x1aa18c07eaeb4c423eee1770665283a4, 0xa4a95d0e07990d2ea015382860618b7a615834182c57ce77385f43d94eb53c7c, '', 0, '?'),
(0xa98dd2bcbf840f981cb8f789a7cb50e5, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_YearField.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_YearField.php', 0, 0xdf34440666f3df70ee54b68578f0b392, 0xdf34440666f3df70ee54b68578f0b392, 0xfb13af930ed24e84408f37292892b436a10305f8f695e63026065e97fd92b49a, '', 0, '?'),
(0xa9984e78ebcd59585096e7bd3a194a23, 'wp-content/plugins/wpseo-video/detail-retrieval/class-screencast.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-screencast.php', 0, 0x4abe1df989288a31a484a54e0f641ce4, 0x4abe1df989288a31a484a54e0f641ce4, 0x0272e10cc33b22733f5c33049350a0ceb3c01fe1e19b47fd5773f7b72053093d, '', 0, '?'),
(0xa99a3bb2f826e30982344e7c5f6c7fe3, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Autoptimize.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Autoptimize.php', 0, 0x25ee89a28ed346592f0702cf160669af, 0x25ee89a28ed346592f0702cf160669af, 0x256d1eaf3f07faef9ffe8746625813481cc5252d962cfc0d24d8d9125bbfaf73, '', 0, '?'),
(0xa9a21c3d43d1a0d4e62a5458f4b9b434, 'wp-admin/css/colors/_variables.scss', '/home/forwardbetcasino/public_html/wp-admin/css/colors/_variables.scss', 1, 0x00000000000000000000000000000000, 0x5c73f97b8e735ddccb0e2a8369824e5e, 0xc07027566ce38062deb00eb542ecde96a3a5f9d82bd33ad4077a6ed437f731d4, '', 0, '?'),
(0xa9a30827a2deed698d9533a08a889680, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php', 1, 0x00000000000000000000000000000000, 0x0b9277d590592eb47131d30b8568c6d2, 0x9b9cbd13a17d56f97572156441c27798d98e7aa3e6441b7be4f58ec84c825e05, '', 0, '?'),
(0xa9b34a95f97d8c0ad8047f03661a384b, 'wp-content/plugins/amp/assets/css/amp-customizer-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-customizer-rtl.css', 1, 0x00000000000000000000000000000000, 0xfd7518a16a693653bf2786ba4d81be3b, 0xfa0880c479b1b427e85910944e3aac63facbbf73572eea2ca2717c1f2f10a775, '', 0, '?'),
(0xa9b52846632e7d57ed8b7bb8a42046df, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/template-type.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/template-type.js', 0, 0xf249b5662e4bf51715c95cdf23684f8e, 0xf249b5662e4bf51715c95cdf23684f8e, 0x6ae747bff369b0692de602f7476fc1be9dff31d55264b563ad48ab8d53f08cac, '', 0, '?'),
(0xa9bc1aa2c3a5b7148b32288e0e93349c, 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.min.js', 1, 0x00000000000000000000000000000000, 0xa67df3f2fd410543c3b4d87aab4395a6, 0xed6da8129100da5da6e6de0e751626412c4ae869acb32976abfa0acbd03be0ab, '', 0, '?'),
(0xa9bc6a992fdfabd6bb49a82560576400, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates-conditions-conflicts.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates-conditions-conflicts.js', 0, 0x109e9f8153003948ae68f6600ff9780d, 0x109e9f8153003948ae68f6600ff9780d, 0xdddc851e7c5665750d71443ef11e33d0128e60b6e4bdfc9987ec704b2e3bb049, '', 0, '?'),
(0xa9c1430b9c68c7545cdb409bc8d0ea6e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitErrorTemplate.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php', 1, 0x00000000000000000000000000000000, 0x6096b6b3034dcd14f5596f2fe728660d, 0x99e7616d6293d83f9eb4ebffa61dcd79347c36ec1142b7869ee2fc016073f84c, '', 0, '?'),
(0xa9c8912db3cc6183da46555e15f96490, 'wp-content/plugins/elementor/core/base/db-upgrades-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/db-upgrades-manager.php', 1, 0x00000000000000000000000000000000, 0x3d47ddc08456b5ac4a44ecdfe540b8c8, 0x0e0a6ea7315ba999d2f2cbcdb8a2cd52a43586d9f34caeed0d0147005a347d50, '', 0, '?'),
(0xa9ca7216d81be090bfb05e3c789ba91b, 'wp-content/plugins/elementor-pro/assets/js/display-conditions.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/display-conditions.min.js', 0, 0xdf5bb8333a0de4eb7e53d732200c02da, 0xdf5bb8333a0de4eb7e53d732200c02da, 0x4cfdff6229e14c35b72ad450f983dad201435c78d8837bb5465ae7502e433464, '', 0, '?'),
(0xa9cadab774ec67975a1d180fb76745f2, 'wp-includes/class-wp-http-response.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-response.php', 1, 0x00000000000000000000000000000000, 0x252a54ff2fbd6cd9e42c0ccf49f00024, 0x84d2a2c7e184dc2eafa767b74ce1e26b4a23bdaf0797102f5a465d03a1956d07, '', 0, '?'),
(0xa9d0396637156ceffb5297b13effed50, 'wp-includes/blocks/comments/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/block.json', 1, 0x00000000000000000000000000000000, 0x861a7e81d94a1b4bfc394876e2275efb, 0xcae77b55876919cdb76680c824c2af333751bce9f3a56be30f153b5deb4f8f97, '', 0, '?'),
(0xa9d66a54fd6374f20fa0511291cc0223, 'wp-includes/blocks/navigation/view.min.js', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/view.min.js', 1, 0x00000000000000000000000000000000, 0x1dd354b759c9108102c93d8bae0573a1, 0xfa74e7e02a088128cca190b885e591ed3e55ecc9d1c00e10ed7f524da22f7f65, '', 0, '?'),
(0xa9d79620b9d537e651b0977265e66cd5, 'wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js', 1, 0x00000000000000000000000000000000, 0x9972c2938094442e46c926dfcf0fd9a2, 0x3bd45fa9336e4594f1654bcf1f3adb5aa931ab0a69554dc957509baea42c5f7c, '', 0, '?'),
(0xa9dc201dcd011fe71849743133052619, 'wp-admin/js/nav-menu.js', '/home/forwardbetcasino/public_html/wp-admin/js/nav-menu.js', 1, 0x00000000000000000000000000000000, 0xfc7e97e03f646b6d7438ffcae6acaba9, 0xf1e913f6e1928109fe48fd14ddd2a24ec8e4e9e87fd6f66b4d91e5e426146b79, '', 0, '?'),
(0xa9e4416f8bc751bdd98add5684637eb0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 0, 0x0fb0bd00606bf8f44c8e2640d2f5ed22, 0x0fb0bd00606bf8f44c8e2640d2f5ed22, 0x30c1fd6c17c552f6e488abad30b287d635d6b7f2297a17e7e7a332527ef2d4b3, '', 0, '?'),
(0xa9f26709ca32231d023856c1127474e0, 'wp-content/themes/jannah/category.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/category.php', 0, 0xe5ee16cac35a61a206f23eae9d96d92d, 0xe5ee16cac35a61a206f23eae9d96d92d, 0xfac963909f68967488421a1df98d8dbe295661c96f80a7dc4b7fe072a8bf37cb, '', 0, '?'),
(0xa9f4a096104924d12e70183eed5e5d84, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php', 0, 0xc1a542d4fffaaf49f4cec27ae0e09ef3, 0xc1a542d4fffaaf49f4cec27ae0e09ef3, 0xcc55c85770d18abff465746236e510bd7deef72f8159011cbae0f5f7905f693d, '', 0, '?'),
(0xaa0e3927f1435294ab29152c56a4e42c, 'wp-content/themes/hello-elementor/assets/images/elementor-notice-icon.svg', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/images/elementor-notice-icon.svg', 1, 0x00000000000000000000000000000000, 0x41641bc7de6d24c2959697c566c9189c, 0x89eb9cee5e645108181a393d4cc3b57df5e88ca7e33264b320ebb0af0f3c7ab6, '', 0, '?'),
(0xaa0f10b9cf47996cf6dccadda0055fd6, 'wp-includes/js/dist/date.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/date.js', 1, 0x00000000000000000000000000000000, 0x0f3a6b3315493be3aa38af4006841989, 0x7a11c37dbf42eb84559228d54eeda8add30e9eec930ee82b67c2dbf551a6a22f, '', 0, '?'),
(0xaa1e4a2de78b81bad45c22fdd7a526f0, 'wp-includes/sodium_compat/src/Core/Util.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x5a8afbb26517a8b4ea3a975e7d79aa0a, 0x6384586ea8debf1418cad44c694de032cabf74eea45d8685914d3148f4d88c19, '', 0, '?'),
(0xaa20663c1704c9879ddb36578c52bcd9, 'wp-content/plugins/elementor/modules/atomic-widgets/image-sizes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/image-sizes.php', 1, 0x00000000000000000000000000000000, 0x6fb445522abe6d87140b5e044deaefc8, 0x2040105339010c6ae15a57b954edf0e2c2c0383191846441f75f9021d55e233f, '', 0, '?'),
(0xaa2bdfb73cfbd13ce7442a6bdbb76958, 'wp-content/plugins/elementskit/widgets/facebook-review/facebook-review-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/facebook-review-handler.php', 0, 0x2a1a064a64dbb4598919634e7cdc3244, 0x2a1a064a64dbb4598919634e7cdc3244, 0xf13b27934ae110f4d1d79fa930a550ffcdf87fcb71a5889dbc8b58ea6e8389eb, '', 0, '?'),
(0xaa36c8c1483a7774805bc472aed97d50, 'wp-content/plugins/elementskit/widgets/facebook-feed/facebook-feed-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-feed/facebook-feed-api.php', 0, 0x90ae7c55d65bc22faefc8da0adb77b3b, 0x90ae7c55d65bc22faefc8da0adb77b3b, 0xeaf4fa45320d79b1fed29aef2acbda3465958ef3315e5f2883afd8832768d90d, '', 0, '?'),
(0xaa3a7caa4b365175b4d31bc99a6d1636, 'wp-includes/blocks/comment-reply-link/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-reply-link/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x386fc3364b52711f1a0db53ce944ec1f, 0x324c40d3f22fa78235ecc13b334f27cf552de128cf4a386a13a8a49316e1bcb9, '', 0, '?'),
(0xaa3b133f32e8e18853fde3a700fb9a70, 'wp-admin/customize.php', '/home/forwardbetcasino/public_html/wp-admin/customize.php', 1, 0x00000000000000000000000000000000, 0x158d32715d065ffb567dbd90d9bf9ecd, 0xacd0b2bba206abb034389b9fb6751c54c9e7b9c15b41379e8ba5be2d94abfa72, '', 0, '?'),
(0xaa4021948d0be687c00b651a274e7837, 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-2.6e9b0bce703a2a6f2410.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/floating-bars-var-2.6e9b0bce703a2a6f2410.bundle.min.js', 0, 0x52ef879b4f82bf0277b9d73b085a8e3e, 0x52ef879b4f82bf0277b9d73b085a8e3e, 0xd1b4eea6b72539c50ba69b230ab81cdb831599b76754349876ea6261a70ed5c7, '', 0, '?'),
(0xaa46d103a243dbcbc138e51bdbae3dc7, 'wp-content/plugins/wpseo-video/detail-retrieval/class-vimeo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-vimeo.php', 0, 0x6719f3ba0fb547788db84e69147cf0fa, 0x6719f3ba0fb547788db84e69147cf0fa, 0x4fa9d9c4a3176c62461d84108689ed6dc78d8d65082270f55421da2c00f8ff57, '', 0, '?'),
(0xaa50d8aa0efb4e412a39d3cf26186ea7, 'wp-content/plugins/elementskit-lite/config/module-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/config/module-list.php', 1, 0x00000000000000000000000000000000, 0x7fed9a90ac1b7b8eef380a405b65550a, 0x0be8993a29a7aa3dc20c04496c57e172ec64c1e6e8c1c35cc0d0053576e1ec5a, '', 0, '?'),
(0xaa5214339498fc2d1fe599bb6e16e94f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php', 0, 0x628831a4c64e9e2e8e848d4f5f8e9bbc, 0x628831a4c64e9e2e8e848d4f5f8e9bbc, 0x11d0a7de5f3f30f1acb82c73fdaee7c9535ef71177a7728721bf7486dcd5fffb, '', 0, '?'),
(0xaa527d5006fdee820debc371995882a2, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/CacheDynamicResource.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/CacheDynamicResource.php', 0, 0x824393e87762c076f49d09651e9985ad, 0x824393e87762c076f49d09651e9985ad, 0x121e7e8429c319e1c6047cbc1fad7a0f07218802f1e1913bcf1a3c936454653c, '', 0, '?'),
(0xaa58149d9f13a8044038326916df6d28, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_namespaces.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/update.php', 1, 0x00000000000000000000000000000000, 0xe6d131e8dbda76f3e47512b69d6be9b4, 0xc9012a36a728350efb3814d5acf91c67cb7bd01bdd065af4789b64ccc995e39d, '', 0, '?'),
(0xaa634f32a343cfa11bac542f9f4395c1, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/forbidden-property-mutation-exception.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/AmpPlugins.php', 1, 0x00000000000000000000000000000000, 0xc5b5e0750843d8a785beefd84005650d, 0xb526db4a828b05de6bfcf37673cc52df34df512140d5fec7020d2058ead5a033, '', 0, '?'),
(0xaa6e24e13572e692463928f0b551d84d, 'wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js.map', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js.map', 0, 0x0b62f7a5104167a98aa0f043c25f150f, 0x0b62f7a5104167a98aa0f043c25f150f, 0x5a39e40cfaa7d6718eb32b2caa63853d40d716ebb0db1ab831aa6b89003f8b35, '', 0, '?'),
(0xaa721b59fdff00ad53b297c4287a7cab, 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/archives/block.json', 1, 0x00000000000000000000000000000000, 0x79697237cdf782e9d5b456bf64d908fa, 0xd54fdee4a75746345993d2b799e8ab8b251ae423d3431de7f02145d56edd4f7d, '', 0, '?'),
(0xaa75241d8a7bc2e3db15dca893a776e5, 'wp-includes/blocks/latest-comments.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-comments.php', 1, 0x00000000000000000000000000000000, 0x301a310d09c49dc684a25fdbb24c7f3d, 0xf38bb479445fd761ecb9d37e337c9dd42ba9b5a2f95ad8d1c2180460ee53aa1e, '', 0, '?'),
(0xaa762b2cf3f00dd96b2dc3cd473ad2f3, 'wp-content/plugins/elementskit-lite/modules/widget-builder/widget-file.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/widget-file.php', 1, 0x00000000000000000000000000000000, 0xbcf9ae1f169a28f0a17586d2c8566137, 0x01cf4cfc17940371d099505b7e502ccf26e724da45f50bd0fd4b96c5efa9c983, '', 0, '?'),
(0xaa7e134b950cc981b71c777766c043ec, 'wp-admin/js/widgets/media-gallery-widget.js', '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-gallery-widget.js', 1, 0x00000000000000000000000000000000, 0x7bfc632ffa82a98949d5c2f5ea3c0e9b, 0x8d0e79c65cdc1552a354dedca0f6551b8b12746d1d59c728058f86e3bbb1ccbf, '', 0, '?'),
(0xaa9144b97e33daffc708726156c2bd86, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValueSetProvision.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValueSetProvision.php', 1, 0x00000000000000000000000000000000, 0x6d04c226585074a7420bb2ed2129baa0, 0x44d3333a17f71b3978ca401c1412d5b3979f0cbade3d79e11716fb75b084365f, '', 0, '?'),
(0xaa990d0f9f179eb55bafe300ea45754a, 'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', '/home/forwardbetcasino/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', 1, 0x00000000000000000000000000000000, 0x3dcdb1efc8aa5c1f1b248d5c951a3185, 0x4f8caa75dc3803b93915fa951317050787102eeb381957b279226314efc016a8, '', 0, '?'),
(0xaa9ba3bd5511a3f8908927c784d72ee5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpActionMacro.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpActionMacro.php', 1, 0x00000000000000000000000000000000, 0xbcdc7f04895242bee24b935a43e112f8, 0x75d739d82eba9427ab8e2a17524ae14d47bc794542ea4d073a0106f03623a98a, '', 0, '?'),
(0xaa9e3491798733256bb32091b398d11f, 'wp-admin/js/widgets/media-image-widget.js', '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-image-widget.js', 1, 0x00000000000000000000000000000000, 0x8ec83b6b93233f94e76351378fdf2865, 0xf26fdd139f7b07cc0d728a6835dcc50646b077af77cf094c9065f0467ad35de8, '', 0, '?'),
(0xaaa905a5b3f7bef69a6c02f42e57bdb3, 'wp-content/plugins/elementor/modules/shapes/widgets/text-path.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/shapes/widgets/text-path.php', 1, 0x00000000000000000000000000000000, 0xe5ccb95c13783eae3c4cc6a3538d3271, 0xc2295c78ed32dafcbae71a5f4ca88cf8a975a3904536f13b112ad07a6507d3b7, '', 0, '?'),
(0xaaaaf5d914860c987c860120b20fbd19, 'wp-includes/js/masonry.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg', 1, 0x00000000000000000000000000000000, 0xeb83b47de3b5531fd21b6a324d69d781, 0x96922fdd7e7ec659bf8b7e77c471b30861d0b64959fd0af825326d997d437d77, '', 0, '?'),
(0xaaaf5f579e3a036ea31bae24209d647f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets.php', 0, 0x89a290a394a751a470e65ac647cc75bc, 0x89a290a394a751a470e65ac647cc75bc, 0xccaec3d9a93c71fb75e61fb6aabee6cd0db447ba0899f7e06bb738db669ebda5, '', 0, '?'),
(0xaab83140f5bf648f54a720d471717a6b, 'wp-includes/sodium_compat/lib/php84compat_const.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/php84compat_const.php', 1, 0x00000000000000000000000000000000, 0x26b904ddafabbabc5d22e906004e68d2, 0x0f1260f386f1ccaa4ae22c7a714e034cf185192f67a8be2eeb6cd1194ad59f0e, '', 0, '?'),
(0xaabfce98c410957228848dc581e3c420, 'wp-admin/js/auth-app.js', '/home/forwardbetcasino/public_html/wp-admin/js/auth-app.js', 1, 0x00000000000000000000000000000000, 0x23fdd0d94c50d0ca02e2535b8f9d66f4, 0x4640488512fc8f1938e5dd87fde737616ea2ff83237be2a112d3db0b8aa76afc, '', 0, '?'),
(0xaac279a6d5f447d48f043b647d204fbd, 'wp-content/plugins/luckywp-table-of-contents/front/views/items.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/front/views/items.php', 1, 0x00000000000000000000000000000000, 0x884756e51ee9e649bed7568da6f4e696, 0x0079f12909766d6ddf9f5d996ba6b88264499a29da1ee3b8b3b4baad93e53b6a, '', 0, '?'),
(0xaac4b1fd751a754fe216fcdbf65b9f6e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/Config.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/Config.php', 0, 0x846a7a08077d26fc746e205851cef0a9, 0x846a7a08077d26fc746e205851cef0a9, 0xa24d3a4de903d4042322df2b834bbb45d950df0449a4c997a7285ef23781ec0a, '', 0, '?'),
(0xaac572d3a7d8b4d0322a742d23805b29, 'wp-content/plugins/elementor/core/logger/items/base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/items/base.php', 1, 0x00000000000000000000000000000000, 0xd0b3eefcbdc6204dbbf34af9eada0381, 0x8bcac8d10372fcdeb1d5fec9287c63a180cb96d9f24a934c5e25987a96e55bdf, '', 0, '?'),
(0xaaca2b32ab7dffc2729c6bf52c5d1023, 'wp-content/plugins/wordpress-seo-premium/classes/validation-error.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfViewResult.php', 1, 0x00000000000000000000000000000000, 0x5a95af81bff1224a7f8f335acd1ed577, 0xca6dd41c16b665e53d9e0b4889028e6f1044baa9bf4f54dd00ec76b1e8afed9d, '', 0, '?'),
(0xaacd3685da94ff4e968c5528e12244b3, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceCache.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceCache.php', 1, 0x00000000000000000000000000000000, 0x1f99167069adaafa186bd20de9769d6f, 0xfde05f1ab1f409238a4bf4e62dfa3941d444f1a59bf8060a53f098be07fb945d, '', 0, '?'),
(0xaacf02d500eb8084093b74912fa5912d, 'wp-includes/blocks/file/view.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/svg-paths/oval.svg', 1, 0x00000000000000000000000000000000, 0xcfa5ce67f3dfd6ae9bb188f5fc437a10, 0xe227e2c4d15b745e95e355e81e9f5b0a9ef60f102d5e465a3678a7c0a9613b4c, '', 0, '?'),
(0xaad5d10e998ea69e4749fba9b8116195, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Subscriber.php', 0, 0x3dec1efef06489869a87deee0dfb11b7, 0x3dec1efef06489869a87deee0dfb11b7, 0x4879437975133b9ad7a0919b3f7a4155f5b2c2325ec9a94de54203bfc3f36925, '', 0, '?'),
(0xaada70ba245e8186f48db5649d125a05, 'wp-admin/network/plugin-install.php', '/home/forwardbetcasino/public_html/wp-admin/network/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x871c252846b1b276000b837ebb0eeb46, 0xda99732d7399e5c77eb275591865f6a692c092c4548bc3fb46b634bf21e1202a, '', 0, '?'),
(0xaadaab10a1630d32fe382e8427e2221d, 'wp-content/themes/twentytwentyone/assets/js/customize-preview.js', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/customize-preview.js', 1, 0x00000000000000000000000000000000, 0x1493893f7f794fc0bc2b86ec44b1d818, 0xe30a3d2f0b85111cee3f49d46c8f62ac69dbc838934195487856f935413f7669, '', 0, '?'),
(0xaadb511808cfd4fa3021de3bf3114a81, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/singular.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/singular.php', 0, 0x1cfbee6622b661c6fb42eb8c197a892a, 0x1cfbee6622b661c6fb42eb8c197a892a, 0xf65e8259190f79924036186cad66fe99d04951c812e0e62a017015a5fd59c589, '', 0, '?'),
(0xaae15c8fa7f094952f1b6ed5b4173f2d, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPInterface.php', 0, 0x17fec5d4a24b48be1a5fdaa1ee84700c, 0x17fec5d4a24b48be1a5fdaa1ee84700c, 0xdb8462484c8a55c74348105b7c16dc5c11b986c864ec7ab9abf1c4f2660a3f35, '', 0, '?'),
(0xaae65b4bbaeee6628ec4da320c3810b7, 'wp-includes/pomo/po.php', '/home/forwardbetcasino/public_html/wp-includes/pomo/po.php', 1, 0x00000000000000000000000000000000, 0x34f8403979f306c3dbe087ee874738ef, 0x1dcb3ada89b5e64c04bf07adda83fdce61e68ad8ef4fa677963db67b4bf99047, '', 0, '?'),
(0xaae6aed0171586be05610d87cb3638b7, 'wp-content/plugins/wordpress-seo-premium/classes/premium-metabox.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-metabox.php', 0, 0x3c24cb463d12ec9e1d701be2eecb23ce, 0x3c24cb463d12ec9e1d701be2eecb23ce, 0xa01e11ed60591a99b7a9d35d5b82f90b32f1ae74f3c2852cf101f9435d46a60f, '', 0, '?'),
(0xaaed3469683dc467bd87c7e8f7a837f5, 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php', 1, 0x00000000000000000000000000000000, 0x6f938a5cea5900b573fa2ad9a3880bf4, 0x57d435893afda84d187c534bb322a329f51f932486b3840193dbd9b42da3c559, '', 0, '?'),
(0xaaf0b31c701eb504204293f727b11f9d, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/date-of-modification-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/date-of-modification-condition.php', 0, 0x829cf3d778a1b326e291a37fc82bd220, 0x829cf3d778a1b326e291a37fc82bd220, 0x9d90605ee885d813686e932f4c78a24c4fb2117ee95d5fa8ca31c7ca335e2ba1, '', 0, '?'),
(0xaafdfb5169bedc9ab04f4522ce15e58f, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/banner_dashboard.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/banner_dashboard.png', 1, 0x00000000000000000000000000000000, 0xa42340c41792ecdd4711f4e9e8162ec0, 0xf684b32dba7bacacf80582c049223e18b8cd0629b1970bdaa95a63cccb2e6c5f, '', 0, '?'),
(0xab065ffc374dda81af5c22a41cfe76dc, 'wp-content/plugins/elementor/assets/js/ai-admin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-admin.js', 1, 0x00000000000000000000000000000000, 0x66a24aebf3dd1081f542cea3836f5a97, 0x84ad163c3b2f99f9492396b0effc6716d9e679d66b13185ab4eb4c895353dded, '', 0, '?'),
(0xab09df644478ddb2f2658a4a809d5300, 'wp-includes/blocks/comment-reply-link/style.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/block-library/reset-rtl.css', 1, 0x00000000000000000000000000000000, 0x2458e27952eb49b814df53a7c51ea21d, 0xd10ea5da3283626da07156081b9d0b0ec9bb2c35a8ce0ad01d8065f73372c390, '', 0, '?'),
(0xab16295810ddfc1b9ee0497fc9ec7c51, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php', 0, 0xceca67f37a57f59b5c8fea4aa53ae8aa, 0xceca67f37a57f59b5c8fea4aa53ae8aa, 0xa75e41d3883c38f294d5a3fa743a4b20b9bb3f538e871c694f73c94dbc2900fc, '', 0, '?'),
(0xab17d0e8125890920fb0d8024aa0fc70, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/calendar/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x581aeec42250d9ee917bc2c0d19e222d, 0x0b60a3479b6ebe0124fa69b505f043b8f5ba327b3794a024de6c7fde49789b57, '', 0, '?'),
(0xab23a50ad2cfd4c9b09dc0e9aed082a5, 'wp-includes/blocks/query-title/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-title/style.min.css', 1, 0x00000000000000000000000000000000, 0x5ddc196cfcc2a5cb80e4cddc1fed1233, 0x64225111e4d9a55bc90152663fd0b02d5b319d93f5b1952378be722c6d640d5f, '', 0, '?'),
(0xab26c2bd3159784675bf93a0b76d7043, 'wp-content/themes/twentytwentyone/template-parts/content/content-page.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-page.php', 1, 0x00000000000000000000000000000000, 0x57f671a0bb407257da1c3a735eda0a21, 0x4f8fced28f849fc00f3ce9a4ab71fc86d2199908f49432640de62c827729d309, '', 0, '?'),
(0xab29f4f2a09a494287cd76cf2fd7d782, 'wp-content/plugins/elementor/core/files/file-types/zip.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/file-types/zip.php', 1, 0x00000000000000000000000000000000, 0x326d846c4f22d1678350f1719d10ccb1, 0xf21e966e970ae2b87baff3f1e69712ea8dbf9fd3d1db17a4b300c471d183f996, '', 0, '?'),
(0xab2bfa756ccbb3acd6d0948da6f30dcd, 'wp-content/plugins/elementor/assets/js/2f08057553c95b827d30.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/2f08057553c95b827d30.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x8a36dac4e071519cc98170d9249e75ec, 0xf6aa7e0db5e02b9847684f35586edb3cf22e29bcf9ee2c806193a4d8e7fee396, '', 0, '?'),
(0xab34bb881c69d105fa0e01602e33c1dc, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/CombineV2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/CombineV2.php', 0, 0x1be4be77dbe70ba952cd94a77d1e3ecb, 0x1be4be77dbe70ba952cd94a77d1e3ecb, 0x2ecbe794cf486d99a16287e893d8642385c278d67e2e889599a314998ab01dae, '', 0, '?'),
(0xab3806b1a14aa806c8cfb5e7d6b5fd68, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupValueMetadata.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupValueMetadata.php', 0, 0xed60d37154afdd9da9638cd824cd0b9c, 0xed60d37154afdd9da9638cd824cd0b9c, 0x22eca78374179ecb52417726ff6a73dcc51651d9dbf91cfaa522c5fef740876c, '', 0, '?'),
(0xab39e21d64e5a33ad7af52981684d25b, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/jquery.colorbox.1690810710.js', 1, 0x00000000000000000000000000000000, 0x284f88302505368c1039f365a733e56a, 0x7b1be24cfd23ed0d989d075de0fd0a674c38502cb5fca24097ea49722c7b20c4, '', 0, '?'),
(0xab4aeb9ebfa96823b73a215e60e83df7, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', 1, 0x00000000000000000000000000000000, 0x0d762c258a66c96e81a3c83254b607aa, 0xe192a0db233018e8dfe5712a6e5c5c219fe702c8d7cd81278d4125a5212e016b, '', 0, '?'),
(0xab53c4ebfa8fb371ea608e83904ddc07, 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0xf8dd3d42aec1ae0a794e787b168d0b9f, 0x9e45e7cb7a42e0a534bd2ffe70f6c5980f880d8fdb9e2ee20242a4071692a233, '', 0, '?'),
(0xab5d5f901a3fcaa484951f77480b6fe7, 'wp-includes/blocks/avatar/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xbf3895a7e4f3998f5264b52d75e180cd, 0x376fe9d557fdf1ddb9ed1b90f6a2b150ada12a889f00d39b81805e16c0c5a874, '', 0, '?'),
(0xab5dede2974d4c1b6ab85d75858f7666, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-vars-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-vars-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe3c98abb37cdc8e316e259569500b39c, 0x2b46847ae9c15aac41b70acfef25c114f42ca179e169aaf0496951d45924037d, '', 0, '?'),
(0xab5ed0f34ff5c5f810e213ad04dfffa3, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/functions.php', 1, 0x00000000000000000000000000000000, 0xee19e4b151deefde234f13cd4c34bca2, 0x269834395aac33adae78242c04eb4eab82de1e18221c40c1719ca98007a17a76, '', 0, '?'),
(0xab5fa5f1492cb955aeb97e0036ef1eb2, 'wp-content/plugins/elementor-pro/assets/lib/lottie/lottie.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/lottie/lottie.min.js', 0, 0x0bd6754fe3239b3175ec910ea3e0f008, 0x0bd6754fe3239b3175ec910ea3e0f008, 0xc60925e3bbb1b6d22cc02b451c7baad42ab969c31ba25d97eea3ea6e4e263389, '', 0, '?'),
(0xab6b78ddfa8f2975f394c55dbe23c6c9, 'wp-content/plugins/wordpress-seo/vendor/composer/installed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0xa3cffcbb2c57e54f28d3ed5905d2a67f, 0xc9d4c46985768f34a393678e1dbfd5bdf678107183f6615adab3f405de9708b8, '', 0, '?'),
(0xab6e7f9b62ff91c5f7cee6d64b1e1542, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/FulfilledPromise.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/FulfilledPromise.php', 0, 0x03e2b4c93e3ce8265e7a7de0d65d9873, 0x03e2b4c93e3ce8265e7a7de0d65d9873, 0x8dff8acde0873f69af3f4935bf3ff76cf550f4ad3a796997df5a98df7eb4cb7c, '', 0, '?'),
(0xab6ed6a2a1f90d920b563591198b2cd9, 'wp-includes/widgets/class-wp-widget-meta.php', '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-meta.php', 1, 0x00000000000000000000000000000000, 0xca088a6af42b282cb85e118a62b7ff28, 0xbfc650194c2b1f7781c16974a58abd5ab6a264fe88c36b5a7b588c5660c57494, '', 0, '?'),
(0xab6fa2f9a0b46c3ebce2787e49b020c2, 'wp-admin/network/about.php', '/home/forwardbetcasino/public_html/wp-admin/network/about.php', 1, 0x00000000000000000000000000000000, 0x7e84809e289986f834e147040fecf5a3, 0xf68a6a2f7d07d3851b1fb994c100458f53fefacca45c480467eb235aa9a12e5f, '', 0, '?'),
(0xab70f55cd914530fd0b4471d8908fb73, 'wp-content/plugins/elementor-pro/assets/js/custom-code.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/custom-code.min.js', 0, 0x3ab8e708b78aab5ed48915d008ca2394, 0x3ab8e708b78aab5ed48915d008ca2394, 0x85240f654b890805fda5c3bcda7c6606642e7b83983842744052e3deb5afe3be, '', 0, '?'),
(0xab7bd9c8f4cfb22266aa7e419e3f7a5d, 'wp-includes/Requests/src/Iri.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Iri.php', 1, 0x00000000000000000000000000000000, 0xf4156a171065945164e0e8f6ec9a329a, 0xf5cca3d1b38d6aecada22614778146f29da28282206a1e17f21d3585cd4a58c0, '', 0, '?'),
(0xab82fe3db4d6457166d2ccafd2128503, 'wp-content/plugins/amp/src/Component/CaptionedSlide.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Component/CaptionedSlide.php', 1, 0x00000000000000000000000000000000, 0x65fa68a7c3fce33f6a4385a61c8ea6b4, 0xae7b1ab33bfffe5b7af54dfc190cf5bae4be23ba50412dacc320f82f82275a7a, '', 0, '?'),
(0xab88b030116a886cb5530713d3fd4bf2, 'wp-includes/post.php', '/home/forwardbetcasino/public_html/wp-includes/post.php', 1, 0x00000000000000000000000000000000, 0xafaa12904f172edb5932232241d3bad8, 0x9aa8d009be10e7034e70381e7e2c8aa0821be98c7f6f4e3362043915a314ba0d, '', 0, '?'),
(0xab897ff81c21093e6f5586e4a68dc65e, 'wp-content/plugins/elementor/assets/css/widget-star-rating.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-star-rating.min.css', 1, 0x00000000000000000000000000000000, 0xc657773bfefe783761dfd7d129e8b34b, 0x11f2ad3b660486791610b3af5eff8886baf9fa92002d41ad4288f6c1fe9d4bad, '', 0, '?'),
(0xab95a18feb6869d90a108fcd93103fd1, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-excerpt.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-excerpt.php', 0, 0x275a3a723f43afc30fcfc60ff10e8a82, 0x275a3a723f43afc30fcfc60ff10e8a82, 0xfcc5889e438d0fdd1d1cab357e5323de5865f808651fa7c35b569a87e45fd869, '', 0, '?'),
(0xab98b8f718de90b871e36963bc063d92, 'wp-includes/class-wp-simplepie-file.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-simplepie-file.php', 1, 0x00000000000000000000000000000000, 0x6dbaed06b6257a304985864068fbae8d, 0x86bcfcbc6810ad4a11cd1eb196e3098c638e9b8687337b095427c159ad34f791, '', 0, '?'),
(0xab9925fc5a9b0a1b10fc100bdb5704be, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/IAMCredentials.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/IAMCredentials.php', 0, 0xb78893a0b141c4193d3766d3e321ec95, 0xb78893a0b141c4193d3766d3e321ec95, 0x9143c1df45bfde92a1720e4d8e606eef65662b7e93342f1b1bffef213dd94b0c, '', 0, '?'),
(0xab9c9dafa8989e314465f085f6f8c8e7, 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/tailwind-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x7fb2cbd23b0c76045a929224d02b593d, 0x2ec1dbd277171c73f6b3af806f225229159dfb45e54a4290fd40103f31494690, '', 0, '?'),
(0xab9eef4303d4e67a0409fb4408efeaa6, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-03.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-03.png', 1, 0x00000000000000000000000000000000, 0xf216e4c38c618078151c076efeded0cd, 0xb99a591a29d94358fba4f3b3193bc06aeddb99a6011eb3586e455388d4d1d310, '', 0, '?'),
(0xaba3a6daa7398f938b8234057ea7377a, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', 1, 0x00000000000000000000000000000000, 0x07c9e821efe0a73ad48bfb4c661a75fa, 0x212400d239ee427d04919e74699f39cd4ea2ac4bf6a1c035e7a025af11d54a86, '', 0, '?'),
(0xaba6614f8411702cf65bb94c4d038361, 'wp-content/themes/twentytwentyfive/assets/images/red-hibiscus-closeup.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/red-hibiscus-closeup.webp', 1, 0x00000000000000000000000000000000, 0xef97fed0409311df29afe95e282f8197, 0xa91418d2d4f76d12ff5964a48b8999c0b65a51b5605534dc71b04bf285b78ecc, '', 0, '?'),
(0xabae751dfaf7aeaa2b1281c646d80f47, 'wp-content/plugins/elementor-pro/modules/posts/widgets/posts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/widgets/posts.php', 0, 0x9272d12ab84bc27286621dc869f9b2f4, 0x9272d12ab84bc27286621dc869f9b2f4, 0x48c63640f9123cc876ebbc3ae1dafeacdbae2f94fcec1a587b59b67766ba8c15, '', 0, '?'),
(0xabb31d73f9d58c51b1b6376fe9c304f4, 'wp-content/plugins/wordfence/views/common/status-detail.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/status-detail.php', 1, 0x00000000000000000000000000000000, 0x605566787939e2073994f96734c11cbd, 0xb8e5ef45e80c46cb6ad597260ab6f445b6a2264ad59f6705576b2e8e8bba542f, '', 0, '?'),
(0xabb6e6f0b0e39bc0a0c11c15f8ddcf30, 'wp-content/plugins/luckywp-table-of-contents/integrations/RankMath.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/table/theme.css', 1, 0x00000000000000000000000000000000, 0x59e6655f88fd1c0ddf6bac2af0e5b838, 0x4127f0d7520272d8c1043b9f6857d4c54fd8940221462553b85ffb730830f220, '', 0, '?'),
(0xabc11f8f2acd15127eb741e2ec9675ac, 'wp-content/plugins/elementor/assets/lib/animations/styles/jello.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/jello.min.css', 1, 0x00000000000000000000000000000000, 0x9e8cd44e34c1d959ba4855ab2a84de93, 0x306348966f202471f8dd738f22901fb81263f324830620b2248ea417057d527d, '', 0, '?'),
(0xabc18d987a7ad7c5138ba55fb4d84584, 'wp-content/plugins/wp-rocket/inc/compat.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/compat.php', 0, 0x3d78b9e4dc3491f0fb84ed12a59f77b4, 0x3d78b9e4dc3491f0fb84ed12a59f77b4, 0x6b240f9ac3b1d46097fec3d7f6495b5b3daef1399d1a0e68ba0e0eab2fb8db64, '', 0, '?'),
(0xabc2abace4972d6a3db475b64e5c7127, 'wp-admin/css/farbtastic.css', '/home/forwardbetcasino/public_html/wp-admin/css/farbtastic.css', 1, 0x00000000000000000000000000000000, 0xf9e33829b8faed7d7bbef843fb683255, 0x7c41b9e54ce4bac94d62c778a60e64013858ef82156a582ed0fb8cd65e0a1a8e, '', 0, '?'),
(0xabc5a9addcd9e8774c31368bbfd36c92, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetCachedResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetCachedResponse.php', 1, 0x00000000000000000000000000000000, 0x9ae83e0b7b1ecb3b055c123b0b76a92b, 0x16a66896d6b346b9c71d823fa635878fe029ebf7343eb09eb2065b0c76ff6177, '', 0, '?'),
(0xabcc38a2821cfa4dfc7fb33519a055cd, 'wp-content/plugins/elementskit/widgets/price-menu/styles/card.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/price-menu/styles/card.php', 0, 0x8966d0e404114650a655f04b46070c18, 0x8966d0e404114650a655f04b46070c18, 0xb5843c321a7bde03bffc18b4d1f2ff3f013f9b291f34b5b413d13cc4c12d483f, '', 0, '?'),
(0xabce1a064057478d88593667802a28ba, 'wp-content/themes/jannah/framework/widgets/twitter-embedded.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/twitter-embedded.php', 0, 0x6367150682e7d20917811220e71e4c5c, 0x6367150682e7d20917811220e71e4c5c, 0xd297b84d583a0a31e273a6071c36345d3731e06d0ef06ddc254809512a921b2b, '', 0, '?'),
(0xabce2c1bf4f35d5d80dafdceea4b34c5, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Reference.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Reference.php', 0, 0xc4901b8594d120af036bcaba99ab1617, 0xc4901b8594d120af036bcaba99ab1617, 0x087efc9e9d2a9edfe345f726ba86491522ef61d41f2a054419f3106500bce662, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xabcec4671bb297d1113084d821b7b177, 'wp-content/plugins/wpseo-video/js/jquery.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/js/jquery.min.js', 0, 0x8b63d2cfa894810a4ecfd61ed307278f, 0x8b63d2cfa894810a4ecfd61ed307278f, 0x3307f253268f1bc6704bddc279c300fde244153543c2d36fd19807c3bd75c32e, '', 0, '?'),
(0xabd188a6ad11abf7dc91342436c6a654, 'wp-content/plugins/elementor/modules/checklist/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/module.php', 1, 0x00000000000000000000000000000000, 0xfac0398b490b00933c210e0828d427df, 0xb619a497307371c9985fd8233937ec6624718713965398b986ba5c3376c66beb, '', 0, '?'),
(0xabd2b04adfe83f0afbf4fad3247a0eca, 'wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkProperty.php', 1, 0x00000000000000000000000000000000, 0x6ff615168e6cb28755cbb449b2752298, 0x7295657f22c4b90f7e80eef2be64780d4838ad79074cceabf6e5fceb1a9dacf7, '', 0, '?'),
(0xabd528bf4a9f79f3be637f3aaaf0b1c9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDuplicatesRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDuplicatesRequest.php', 0, 0xd90a7b2a0a55ddef97e91f20e82dc5f0, 0xd90a7b2a0a55ddef97e91f20e82dc5f0, 0x99a59788e18187ad4452309f2c6e57c869bac4f4d5ba8abfaffd62b7ee10c010, '', 0, '?'),
(0xabe6ea360ac05a8a1b0c8acb065cc2e2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSmartlinks.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-numbers/block.json', 1, 0x00000000000000000000000000000000, 0x3b447d0b575271ff3ef95df2bb7fc224, 0xe678e0db3d1866005fb9f3f08ac18089ea8a941a936d054c1ebe7113f6624a85, '', 0, '?'),
(0xabf4f7e1978fd81033852d831bab34b0, 'wp-admin/css/colors/midnight/colors-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/midnight/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf4a567d14dbf1b246d8a39c4c2b6a964, 0x15c47b3bc5d16ccfb2603011d749911d161a3dd8610853b6c8fa7b02c42f22ab, '', 0, '?'),
(0xabf56e6432a134e17398e17f7477af80, 'wp-content/plugins/elementskit-lite/widgets/post-grid/post-grid-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/post-grid/post-grid-handler.php', 1, 0x00000000000000000000000000000000, 0x1c0ff4d6187a07c1ca62b9a875803789, 0x103a812462ecec1c58b631a43b292faaaa47fcadfd0a7b7ee276fa37f999ac39, '', 0, '?'),
(0xabf7e4716ca07d44c9afb562842383db, 'wp-includes/sodium_compat/lib/php84compat.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/php84compat.php', 1, 0x00000000000000000000000000000000, 0xcd4b2d03f7fd5aebadfdd49879518236, 0xde0cb6695b55f4f66ba10cde7c9d3035a3398d0bebd94a2c2d9fce218639a6ff, '', 0, '?'),
(0xabf916e61958c3029982a426af412dce, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php', 0, 0xdd6458b66d7b5ff5dae730f821e4c9d4, 0xdd6458b66d7b5ff5dae730f821e4c9d4, 0x3209f44419c746c57300a58a303873aa1227a9625fd6e7b8830ea2ed04e8f56e, '', 0, '?'),
(0xabfe48a2b5cb03fa9fd2fec47c1d2fe6, 'wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithInlineConfig.php', 1, 0x00000000000000000000000000000000, 0xe61e549ed8b4a2c976c2f481014a6c19, 0xf37d8a5c0ca9d040cb95d26367361b94379efa0181d7358f946ca93d7d533676, '', 0, '?'),
(0xac0ddbe1bdd10e968e20c84fb9c9e7a5, 'wp-content/plugins/elementor/assets/js/d91e4d7f57d57af2aab9.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/d91e4d7f57d57af2aab9.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x109ad21183f4ffc449f17842dfafe087, 0xe7a5f006220039c20ad416d74bf66fe8b824563cb35c15cff46d5eec549ee36b, '', 0, '?'),
(0xac22da954b5b408947c70cfbe1e13991, 'wp-admin/includes/class-wp-theme-install-list-table.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-theme-install-list-table.php', 1, 0x00000000000000000000000000000000, 0xb3af070acbfcbfb3a0ea9fbf2d2fa82b, 0x0fd094fdfa7c1caf2238846391e545fc072fed53db32f7342f591ea8d602c24e, '', 0, '?'),
(0xac23eee47530ac63a1178c827db28087, 'wp-includes/js/dist/i18n.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/i18n.js', 1, 0x00000000000000000000000000000000, 0x5493c3af5d8437d0c345c5f3eae4e392, 0xa16a133d1bfb6fc2a059b6dd5f22aa1db72e13cef28fe347bcc8effd5a0904c2, '', 0, '?'),
(0xac24b451b27350b8acea52337d18072f, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_background.png', 1, 0x00000000000000000000000000000000, 0xa79f1a2a81bfe3ed1c2ca4c41b8e1fbf, 0x249dfd44d639d232339e5f0ac1adfa2d79b84546bb24cc6e137bb1fda69450c4, '', 0, '?'),
(0xac39cb10003b0e4392cb28b518d5e878, 'wp-content/plugins/elementor-pro/assets/js/notes/363.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/363.min.js', 0, 0x4b719247506c76f715f71da886f024c9, 0x4b719247506c76f715f71da886f024c9, 0x768fc3e36fa7c28fd782bf0b6bf2f6ca8fd6cf1e87e9846b7ae38e5214010502, '', 0, '?'),
(0xac3ac6075e3156e0852f8805a15b0cb4, 'wp-content/themes/jannah/framework/widgets/twitter.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/twitter.php', 0, 0xa4f7b91dec5ec49aa6e1772860d618b8, 0xa4f7b91dec5ec49aa6e1772860d618b8, 0x0e090c55f34e9d0a5578ea8c2d1bfa09ea472cf317ede64544b00c76a82811fe, '', 0, '?'),
(0xac45d8ad61baf17e0c847e701626310b, 'wp-includes/blocks/comment-reply-link/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/element-manager-admin.min.js', 1, 0x00000000000000000000000000000000, 0x63ef45a278d97739dd79d2db7f702174, 0xe88f85aaf803f913e123c7f573eb304f63d582fa44daf2bca210353708ebef14, '', 0, '?'),
(0xac462510da4e66c421d9b7aba946cef7, 'wp-content/plugins/elementor/assets/css/theme-light.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/theme-light.min.css', 1, 0x00000000000000000000000000000000, 0x01a937ee9216c65bbdf37d3bd47396c0, 0x78dd6af1713c050a481acc7976eaf2704acd29d71d3c2bddf51b821b2a5d1f1f, '', 0, '?'),
(0xac496f6fa8d486356e75a4d1adb68848, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0x1e303fbdbd34272bccb6bc4c29240394, 0xcc1359094f52d9b440864dbe8211c9f2dff6c33d91999e781e904de94ba91a2e, '', 0, '?'),
(0xac4faf1f5054701cfa99a17d620d056a, 'wp-content/plugins/elementor/core/upgrade/updater.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/updater.php', 1, 0x00000000000000000000000000000000, 0x9cc7b82ec03262f7530b408efbe728af, 0xeda23c4e56ae18e5bc7320d05b52ce0790214a72c074956cca548d66f29ccb0e, '', 0, '?'),
(0xac534704d3f8d8fc7f12ebd1b4560d9f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php', 1, 0x00000000000000000000000000000000, 0x69d734bb571185202d81cad7cc58bd3b, 0xd499505c3c3ffd14e286cd87384b55bc32cd8cd6789e187e6290768fa65d3b69, '', 0, '?'),
(0xac5623378e8f257f3396d4da789bf369, 'wp-content/plugins/elementor-pro/assets/js/paypal-button.55ffb013a3fe565f55a5.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/paypal-button.55ffb013a3fe565f55a5.bundle.js', 0, 0x205bb3fdec9e22433e3962d02ac546c7, 0x205bb3fdec9e22433e3962d02ac546c7, 0xd9f838c4d82d5972df59cfdd3667a9b80491f71bb4bd8d99baa66ccf954d09b4, '', 0, '?'),
(0xac597ebeb2bc75c3ce46f69a64a5811a, 'wp-content/plugins/elementor-pro/assets/js/loop-carousel.f8067ec0c24b628c786e.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/loop-carousel.f8067ec0c24b628c786e.bundle.min.js', 0, 0x165adddbde37acf11d08516a32e33029, 0x165adddbde37acf11d08516a32e33029, 0x32972b0c438f010cf2cc3ff676aa1379c823118591699839852b076d52bdd55f, '', 0, '?'),
(0xac5ab753ba36492ec089cdaadf9f12c0, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php', 0, 0x5813552b345de90a916a8ba53260af20, 0x5813552b345de90a916a8ba53260af20, 0x73295767eb9d073e8bdf00a8bbabbe7677944093de16a64382b165a8100bd186, '', 0, '?'),
(0xac5e325ea3549a9d3ac86d4a87f83aad, 'wp-content/plugins/wordfence/lib/IPTrafList.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0xac65adf781f5773190be66313e403eb7, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms/preview-iframe.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms/preview-iframe.js', 0, 0xfa03ef9f0f15dc5e5bf30163daf15f50, 0xfa03ef9f0f15dc5e5bf30163daf15f50, 0x9a99cce1ff965795c1f8985277e9ef0c292e963e9f4fcade5d677b7dfa982eeb, '', 0, '?'),
(0xac81e105c0adc6d18f37a80d27ba78ad, 'wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/css/button-outline.css', 1, 0x00000000000000000000000000000000, 0xa5a9defbb5dab198a1dab10c4447805d, 0xe28a5a00149bca9c7b1ad53a7ebc91faa843b027c2a3bc771815620448438442, '', 0, '?'),
(0xac95cbeb94f0c9f40fe111b0a9ca1823, 'wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.strings.js', 1, 0x00000000000000000000000000000000, 0x0d1dbb941e72e82dd21d1e597d3301a5, 0x3f14f3e2136868c7477cbf16699c7f3db663d6ce902b03063303d22a4d8bfc4a, '', 0, '?'),
(0xac95f1b60890e519c0d0c1ad31f075d7, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/component.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/component.js', 0, 0x3b6431f0979780829e411577986da5c1, 0x3b6431f0979780829e411577986da5c1, 0xdea0ebb0979f4989adc61144268a913c8aa6c08d0262bc09d146099ebb17e023, '', 0, '?'),
(0xaca422b996d6b3839addb8423d40d353, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php', 1, 0x00000000000000000000000000000000, 0x51b9a60f01f8a44b9b097c22aaeb3ea7, 0x2434aef9cc8c28bc00fb0e7186dfaabd3d88312fc634b13e015c581440d33733, '', 0, '?'),
(0xaca62556b5380de1a6ae9c298d965281, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/RequestedEntryHolder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/RequestedEntryHolder.php', 0, 0xefbb5e4f4bd41ab25621461edbb084dc, 0xefbb5e4f4bd41ab25621461edbb084dc, 0x4ad18eaaf63852f55dc3686f46f8ab36a95050a4156acebd0f5fe1de609ece48, '', 0, '?'),
(0xaca86f03e594f7fd88563a4eda4efc67, 'wp-includes/Requests/src/Exception/Http/Status428.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWebPush.php', 1, 0x00000000000000000000000000000000, 0x303340b9dc4744ea6ae1d8e24da472de, 0x386d14c3ad3146ae5ab8b74998457bee06636607847b830c983f5e9839c54d02, '', 0, '?'),
(0xacb71fa35a16e99357eaaad8c1eb1df7, 'wp-content/plugins/elementor/assets/css/widget-text-path-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-text-path-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8c1908fdb9d9fe15ea0cad568a701e5b, 0x67ce18cd26ecc2152833fc694150ddebb702a1673598f50563a3bb55e41975ac, '', 0, '?'),
(0xacbe848ff886a7c275a1eebd6a066054, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php', 1, 0x00000000000000000000000000000000, 0xd2c10ed7f36f79a3b109578454c92f23, 0x2136a9e02e38c07e2b734d51c08aacbb18764b0d3553d6191f3b27665352e362, '', 0, '?'),
(0xacc739c72e3d9520a3ff6e4b8a160298, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php', 0, 0xaaccfd52f55a77cb4a373938ca2177ac, 0xaaccfd52f55a77cb4a373938ca2177ac, 0x84c8c970f7bb1b8c1e84019f771c7bc32b59e1a77d99f75e72ec3d009d4b5443, '', 0, '?'),
(0xaccbfd924b941e6799decd1993cdd992, 'wp-content/plugins/elementskit-lite/widgets/wp-forms/wp-forms-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/wp-forms/wp-forms-handler.php', 1, 0x00000000000000000000000000000000, 0x0e43be73d045ba077096db353fa86264, 0xde2d8c2df2c417a7702422c4ff4a54f462be64a2ab2ecf77d9661d8493b5b303, '', 0, '?'),
(0xacce380778200123bef1378dfb367b3d, 'wp-includes/blocks/post-author/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author/editor.min.css', 1, 0x00000000000000000000000000000000, 0x8769a9d9d5e29ff756b4d61c78e8c5f1, 0x9dafd3bb7741123a5596bded27e493f08f328ca855377ab9a382ae5864fd9bcb, '', 0, '?'),
(0xace43c3a2d1e197347bff3a5747fb098, 'wp-content/plugins/elementskit-lite/modules/widget-builder/views/builder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/views/builder.php', 1, 0x00000000000000000000000000000000, 0x8690bf050528e971ef7bf23be2045fa0, 0xeca12a94090d68c20a6b0a79d9ff198fb295b009c2c32c71e2de7cf7b855baf0, '', 0, '?'),
(0xace713da4a71fd2e2af8ece636a08f1a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TreemapChartSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TreemapChartSpec.php', 0, 0x86a98c8945cd8dc418bfeb8502138c35, 0x86a98c8945cd8dc418bfeb8502138c35, 0x36c93b8728a3cdd3a45ea4761906f357bec0a175802044f2f72bd1805c6c58df, '', 0, '?'),
(0xace805e944812b2cc8344009a25aad1c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php', 0, 0x29ef89b7c79dfd16dbde87aee44d66c9, 0x29ef89b7c79dfd16dbde87aee44d66c9, 0xd95ba63f3d60a12b0988f17015c389c82c9d837a2804fc85e2ea432d0551b5fe, '', 0, '?'),
(0xace86c1e7627fedf48af9b5e0df9d551, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-number-of-comments-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-number-of-comments-condition.php', 0, 0x4721942519da755b0f73a54fce9103e6, 0x4721942519da755b0f73a54fce9103e6, 0xaf38e653d657975d5b3e7b91391ebb348c21d65222cf2010b7bf0eaeac47ac26, '', 0, '?'),
(0xaceadb3213f637955af43b22e4b5c72c, 'wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js', 1, 0x00000000000000000000000000000000, 0x37a18cd57014e833a5c4a7bfa6eea9b3, 0x9667fe025ad6f15567b35533a3ba73ce5fd081be1d412092a24c20cd5e8288ad, '', 0, '?'),
(0xacf14f998634cae6e185f4f9b1256dca, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss', 1, 0x00000000000000000000000000000000, 0x6b3480a423fa936ae69314a2d50a8c63, 0x6eff89b425d661a3a30b6b5886e88fe345c8adebeead48d5c892d7fbea7768ae, '', 0, '?'),
(0xacf373433c893a8386e6183c1bce41d0, 'wp-includes/sodium_compat/src/Core/SecretStream/State.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0xe9ebf5e93ac75a7be38ff0eb35b26f0f, 0x0207c1fa0cc73c10e58073e536b4f7002c095261f4ad1d756858f0e563f0d8d7, '', 0, '?'),
(0xacf9439e8b8c444db21f8736a0ec76be, 'wp-content/plugins/elementskit/widgets/hotspot/hotspot-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/hotspot/hotspot-handler.php', 0, 0xc997313eb874573263bdca3b3affb380, 0xc997313eb874573263bdca3b3affb380, 0x8809954a1284d42641eed7f104a1795602f0f842c21762a416fac0afee80800a, '', 0, '?'),
(0xacfb4bb812340e54349bc3a88bc68d14, 'wp-content/plugins/elementskit/widgets/advanced-toggle/advanced-toggle.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-toggle/advanced-toggle.php', 0, 0xd1aed78f0213f66c8d36b7c62d0adc01, 0xd1aed78f0213f66c8d36b7c62d0adc01, 0xc56c2c6d8852757c953f1655a909d8d716ef45e69dfd1243ff41ed0dc3937e0e, '', 0, '?'),
(0xad0129f270d1464eb17d27cf0de64fbb, 'wp-content/plugins/wordfence/js/admin.1690810710.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/admin.1690810710.js', 1, 0x00000000000000000000000000000000, 0x55c5e68a3c430bcfd9de6d7737d90547, 0x02eb75e229e3a25089300feabd592689b7077dfaac21a6b982c11a8acae4215b, '', 0, '?'),
(0xad13ef9851d4b45452928505b0213c97, 'wp-includes/html-api/class-wp-html-text-replacement.php', '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-text-replacement.php', 1, 0x00000000000000000000000000000000, 0xd04d4cb1e86a9c44d15f6dcc8817083a, 0x2dea2d90ec99cdcec7f72cbe841311742095f7a99f09bc7a01f72d5238c5d4c7, '', 0, '?'),
(0xad204e270917b9574aa07275a90fc9d1, 'wp-content/plugins/wpseo-video/vendor/composer/ClassLoader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/ClassLoader.php', 0, 0x80e3127bb630c512c42cfb51366ec09c, 0x80e3127bb630c512c42cfb51366ec09c, 0xed60a00c89d5eae8e7739b4ee1fc2ece2dda89f3bc474454fa8bb6b82d0a74d4, '', 0, '?'),
(0xad295b224ab94894ee7ce76a6b8afb24, 'wp-admin/js/customize-widgets.js', '/home/forwardbetcasino/public_html/wp-admin/js/customize-widgets.js', 1, 0x00000000000000000000000000000000, 0xb48095406c9058d6cf567bff3a6cb1a0, 0x82c00175f2a762dd5393f3f0268d0860a115f5b05cdc9d1ef343d2b166a13d1f, '', 0, '?'),
(0xad32ab31f22423414c0d5b053e7cb275, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/TypeHintResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/TypeHintResolver.php', 0, 0xde9aff5e192bda94c75e6648a760cc35, 0xde9aff5e192bda94c75e6648a760cc35, 0x60c1531642639d3bbe748b46257a92adaeba42cac0da32f485f944dfaaf08ca1, '', 0, '?'),
(0xad3a372d00275191b2ecfd222aea64d2, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-22.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-22.png', 1, 0x00000000000000000000000000000000, 0x0d4bcd100784e298d2387dcdbde95e2a, 0x08e1b00e7f69aa3ed1ae2a4717a156de09438ecfb27da454e13b3fd24e22f75a, '', 0, '?'),
(0xad3f46cfb8bdeb1cbca54186805231ca, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', 1, 0x00000000000000000000000000000000, 0x99708b98d48fa66430c4e06c4e26372b, 0x5e1f730af94002472ca41dda960a3b7c3350096ed4942f0d7a1041dd220a6407, '', 0, '?'),
(0xad48945a5d7ae09eb5a599f27639802f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypePassword.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/options-discussion.php', 1, 0x00000000000000000000000000000000, 0x2311e88167df3d8ac24062ee24937ea9, 0x520f1c0ff3177ae6d0f0315da451f9e398622be8af005c47a79e188f7171d51f, '', 0, '?'),
(0xad4d442fb7beff908d22001205c5c3af, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/in-taxonomy.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/in-taxonomy.php', 0, 0x183760375691dc9025ec1de509bae3f7, 0x183760375691dc9025ec1de509bae3f7, 0x97df20901ac46742439fe2349a133601684322c9c7abe5a182bf9b53cb2719b7, '', 0, '?'),
(0xad4d47041806fb3b7489acfcbddf5639, 'wp-content/plugins/elementor/includes/beta-testers.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app-loader.js', 1, 0x00000000000000000000000000000000, 0x4c2725506b8970cba51a52db4b2f6289, 0xf63200cace1f0981e3caa090be84ece2ae6f685b59989d89eca7a9b54f77d121, '', 0, '?'),
(0xad51813e7d5ad54d22bf9d09f15debe9, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-quick-edit-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-quick-edit-presenter.php', 0, 0x900aaf167854e38cc110b399dd7cabbc, 0x900aaf167854e38cc110b399dd7cabbc, 0xba0e40657a6f1b8d6957f0ecce4d3aea75a3beeaf180e02b232fe908208de33c, '', 0, '?'),
(0xad54bddd34d9857e7c9ff241f19bec14, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinition.php', 0, 0xd16f672b344e779459671142c45b5a92, 0xd16f672b344e779459671142c45b5a92, 0x639448164ca4522a0c98e3fac603d9e571c407cb49aba4a8723868640ed97e4e, '', 0, '?'),
(0xad5ca832bfcda28bb4f0dafa431258bb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/random_compat/psalm-autoload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/random_compat/psalm-autoload.php', 0, 0xa4fb77424a6e9fa4f87213d34a336ac9, 0xa4fb77424a6e9fa4f87213d34a336ac9, 0x9c0f8bd75b2da3f45ae49599339ae99aabdd23ca428a187bda72b77545874d84, '', 0, '?'),
(0xad6186c63353ff759d271f6ab62e2cb4, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/ReflectionBasedAutowiring.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/ReflectionBasedAutowiring.php', 1, 0x00000000000000000000000000000000, 0xa6f687160abc2ac37fa6adf3f5caf615, 0x14598c962eb8c28874bc03a56f8b93d788e6ba74ff435b31d31d771f90446d88, '', 0, '?'),
(0xad62ca252c56e09d893d89047c8df78b, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_r.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_rgb_r.png', 1, 0x00000000000000000000000000000000, 0x87eeb205d093b713b68a341771f4ee27, 0x71a04abf9ee6ea2c4468c9967219dda045994f3c13cabb261a51b4be42036e54, '', 0, '?'),
(0xad64bdc972eca31158df87565b041f0c, 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/condition-relation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/condition-relation.php', 0, 0x14745d5e1c6f396a4cd4f037c7a755d6, 0x14745d5e1c6f396a4cd4f037c7a755d6, 0x1aaf87dbf91696972762f53f15ac87310c97a796cadaac912a0d9e7c24eb3673, '', 0, '?'),
(0xad6857e7c361e3f26d64f4c3f17cbb76, 'wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/McePlugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/McePlugin.php', 1, 0x00000000000000000000000000000000, 0x8bb3880b1694e7e32b6b1751743abb61, 0x7e0ac3edb60061e3f4fb8c45f46a1b7ae4df55df098c32102de5803e1785b4d2, '', 0, '?'),
(0xad75e7c1f4185a515c27bf8d19aba5c9, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf', 1, 0x00000000000000000000000000000000, 0xb06871f281fee6b241d60582ae9369b9, 0x9d92a2097136388578d68505e35cfcaa730d4ebe7e18832e97fb5ad8ae5b0422, '', 0, '?'),
(0xad7a3f21e954dd2f0562eea236ecd6d4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php', 0, 0xa998f75688d894638dc96a98a359a2c3, 0xa998f75688d894638dc96a98a359a2c3, 0x21b71ffeeab28ad3b58e0d065bfffa1d792f8228c5749a960ccd4491bf6c7e82, '', 0, '?'),
(0xad7fc49d6bddf2b807ba6c8b5bed9278, 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/my-listing-functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/my-listing-functions.php', 0, 0xac2f16da4d15736dabdc1d8d9c1917d5, 0xac2f16da4d15736dabdc1d8d9c1917d5, 0xcef57c9e5ebb38ba5738ff746ccd87ea74d2b9b549d34d8e090177b90ce8727a, '', 0, '?'),
(0xad81c7e66ef42fc7dff3c0edc40e4410, 'wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js', 1, 0x00000000000000000000000000000000, 0x2d6d772c51b0306858b92f7cd3c3c910, 0x4d3f5fed53c5736103c763d70d33ee35f94bc5b13cf4ce6b8eedc296bb9f3c31, '', 0, '?'),
(0xad878b8253e0384d01df4389a43eebc7, 'wp-includes/js/dist/block-serialization-default-parser.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.js', 0, 0x08ef8a06dc03d334369dc10fe5e5609b, 0x08ef8a06dc03d334369dc10fe5e5609b, 0xb0425277b9dcb4110bdb97adff03e3161cdafc2ae8f53e36868de17be426a9dc, '', 0, '?'),
(0xad8a1dac0dfcb461c92af772f0edaa99, 'wp-content/plugins/elementskit/widgets/behance-feed/behance-feed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/behance-feed/behance-feed.php', 0, 0xc1a36be08acfd0eb82d6e951408ac59a, 0xc1a36be08acfd0eb82d6e951408ac59a, 0x04f9daa92eaff5bfa7b4742f2a0de3258804dceb208e55bff2cd08d44cb956a7, '', 0, '?'),
(0xad8fb76ae7ca10ea5b9d684956713366, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/AmpExecutable.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xae57b9c401bbbbb041be3be48ab9d1de, 0xcff3f8d09d0304823c8e2b5b18440abf344802c5769984a9f8cdd6b32d813bed, '', 0, '?'),
(0xad95555738e2822407eefe65848cb6c9, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-comments.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-comments.php', 0, 0xd12671bbab6eac9fd4a626d8b4b02599, 0xd12671bbab6eac9fd4a626d8b4b02599, 0xdb9d38848c13429af8589c42a8c4f55c4cd4fe5e87172c1571aada8b13dcd2c3, '', 0, '?'),
(0xad96bbdbfac8e404f636eacc3efd34d7, 'wp-content/plugins/wordpress-seo/js/dist/externals/jed.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_WPCommentCleaner.php', 0, 0x27d7885297b77428759a77f04174557c, 0x27d7885297b77428759a77f04174557c, 0xf0497709190d3b2cb0072a5b557bfbcfc7080108b24b144e964eab753527670d, '', 0, '?'),
(0xad9d0883d996087c3b1f82fedb050285, 'wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php', 1, 0x00000000000000000000000000000000, 0xf918d405a2b6f6eb51f1f2769d076d89, 0x75fd8f8055aed0fabeaa7d6df0425e0109fad116394811ac4db140710133debb, '', 0, '?'),
(0xada61ce555210f67da3bf80d0f706350, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php', 0, 0x869e0c081426bb7962cd2439e3db4630, 0x869e0c081426bb7962cd2439e3db4630, 0x635c3d8d58b733122d4753d8ac71a97b8d0f7c670918c6f869ce52c3e6725b20, '', 0, '?'),
(0xadad5a683baa16774518b8036c571b54, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/API/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/API/Subscriber.php', 0, 0xf3cf2fb4e65a6ccfd36d224cd1b7673f, 0xf3cf2fb4e65a6ccfd36d224cd1b7673f, 0x8e011fdc0419e0a4cd9519723c36b10f33acfa20199c9c01fce574bae486c3b3, '', 0, '?'),
(0xadadc12a1c6629bf9336fa2375232cec, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ScorecardChartSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ScorecardChartSpec.php', 0, 0x8b027718b607d47b38b62ea95b16b98b, 0x8b027718b607d47b38b62ea95b16b98b, 0xb3c0bfaa2875398d1f03d7e9bdac68161c908a1e46cfce1717d75e5e975f607c, '', 0, '?'),
(0xadb73691509197044f16ee805241891f, 'wp-content/plugins/elementor/assets/lib/e-select2/css/e-select2.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-validation-single-error-url-rtl.css', 1, 0x00000000000000000000000000000000, 0x7c9fac9cd0bf49b8554d9fbc69c27246, 0xb237d73d8eb95427407463e86127f90ab2c415534ee9620d92959620e0563498, '', 0, '?'),
(0xadc7f40dc2db9c54694553f2e3ad1212, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php', 1, 0x00000000000000000000000000000000, 0xf1da3781149c97a2784444867081da78, 0xf2937eb93b834d3348c46ee10e189a00da7bb27a5fe8be3ba41697925228ddd3, '', 0, '?'),
(0xadcaa1ac824f0dfa7e9f93bdb1a06a0f, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/CallableResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/CallableResolver.php', 0, 0x8ffc4c061704a57357f898b67d6222d6, 0x8ffc4c061704a57357f898b67d6222d6, 0xf6d064736ff020cf2fffbc98e1006a2d5f64f2033733878248ebd344f93b2587, '', 0, '?'),
(0xadd09625dcac994fa16c0bdfdd63a7cf, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php', 0, 0x9dac63c86ecfd4a7a63ca839b8442685, 0x9dac63c86ecfd4a7a63ca839b8442685, 0xe4e57ad7a9e7f7eab560d5965c3949dca6bdf9478dee621bc9e3556d16a838fe, '', 0, '?'),
(0xadd1d15764fa3b430d07bec4dc4f1cae, 'wp-content/plugins/akismet/views/notice.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/notice.php', 1, 0x00000000000000000000000000000000, 0xd711fb7719512c6bb797312fe040d0b3, 0xce559a0ca98d8c695b1663e26f380c268ef216014bb953271811cae892c2084a, '', 0, '?'),
(0xadd265a2f704a35b8f4dbbe5d9b82719, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateDisplay.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateDisplay.php', 1, 0x00000000000000000000000000000000, 0xa6a3ee3d0953ac0d5834087c34156430, 0x15ddf0c44162e19549f53b85fcddc34321eeb02d5afd4ae5b7cf8c7d15134145, '', 0, '?'),
(0xaddccb8bdd5f6f2127da759ce1f87f72, 'wp-content/plugins/wordfence/views/common/page-tabbar.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/TagRegion.php', 1, 0x00000000000000000000000000000000, 0x6a3b0c42af9d851fe3cc554e504bc194, 0xdff12698f6ce2d6b96f5c0385682a1456622f84a89324acfd9f3b83d7e9c6734, '', 0, '?'),
(0xaddd81493384bf61cce9d93b72cb8ef6, 'wp-content/plugins/elementskit/widgets/facebook-review/assets/js/fb_connect.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/assets/js/fb_connect.js', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xade01e207e97f3dfd788adce1577834b, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2400.css', 1, 0x00000000000000000000000000000000, 0xbea2044d7efbb59b29f856bc27d317f4, 0xcb978c4dc9aba2f9ef1ab17714e31f95def1444fdbed78b93b2255e459369397, '', 0, '?'),
(0xade1dbde3b030afb37bada9334743e4a, 'wp-includes/blocks/post-date/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-date/style.css', 1, 0x00000000000000000000000000000000, 0xc23dede3f1c16181ba5685821d95ecac, 0x9cd14360b6ff621e4826322a36d4b928105d33d0dafd8dcd5c888b6edab67de9, '', 0, '?'),
(0xade25a0a7504d56f4bb020afb6543b65, 'wp-admin/images/list.png', '/home/forwardbetcasino/public_html/wp-admin/images/list.png', 1, 0x00000000000000000000000000000000, 0x1e123e96bd2a1ce2c0d3b305d153f1c3, 0x5c1b77abbb545b853db06216ad1b61436ba98f8f138185aa3b6304a306b607c0, '', 0, '?'),
(0xade48f8256dca4bd63fd519b9527f933, 'wp-includes/blocks/comment-reply-link/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-reply-link/block.json', 1, 0x00000000000000000000000000000000, 0xb67ecc2d12b503c6f09eedae81b0b86f, 0x1971a0519fc0334e20cf1d4b79b0dc0bd6a6c2aa0be7c8f6c3e550ab7ecc6107, '', 0, '?'),
(0xadebc06e3207fbab409794d1c8526498, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio.min.css', 1, 0x00000000000000000000000000000000, 0x5dea9c2d25ef006ccf88ebfc81a958b1, 0x232d06c54464170517f7fb8abfc6a144fb1b8d1582ea07883d271c365a7ebb74, '', 0, '?'),
(0xadebdbd42e57d6745f44b4bdd1f23387, 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php', 1, 0x00000000000000000000000000000000, 0x5742b5115c1f55367440989ff9579ec2, 0x1e5a025ff630ad5f5a87c3a3dbd392e069927845fcde8735f50cf513b87c51d7, '', 0, '?'),
(0xadf4d556f57394287466d5089fd21d0e, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/nested-elements/module.php', 1, 0x00000000000000000000000000000000, 0x08b6d16e86f280201826c5bda85db05f, 0x58bbf837eb693821ad9839c4df83171e6d8d25ece0e40ff24958cd28264df84d, '', 0, '?'),
(0xadf96c6cb8848378e84c2c3757ca4edb, 'wp-content/plugins/wordfence/views/common/modal-prompt.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/ConverterInterface.php', 0, 0x589bac90b704460ecc38c1a373b7411d, 0x589bac90b704460ecc38c1a373b7411d, 0x832405fe011a36e5ce3e3e8d0b76cc8841387146abe43a47138b0bce47ac8993, '', 0, '?'),
(0xae0048175ae77379286ba9e923741af1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pre.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pre.php', 1, 0x00000000000000000000000000000000, 0x20eba6c48ed8160fba67e6802dbd5855, 0xa92e6d8b30bbc7ed0c7112152c9306f34829f256933ba6b676f4ec72d2f3e2eb, '', 0, '?'),
(0xae02342974186b916c23863cefdd55e1, 'wp-includes/block-patterns/query-grid-posts.php', '/home/forwardbetcasino/public_html/wp-includes/block-patterns/query-grid-posts.php', 1, 0x00000000000000000000000000000000, 0x2f30ca4bb10017467fa1d44f4b89ba4d, 0xde515e44e68b9c89e5fb6474e935a6a6ae5447a0f0290ccb8a68f860f065c820, '', 0, '?'),
(0xae078db77aa29caa51281a96d9f5d14c, 'wp-content/plugins/amp/includes/amp-post-template-functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/amp-post-template-functions.php', 1, 0x00000000000000000000000000000000, 0xf0d1ddb5184bc275c9fbdd64a28447fe, 0x97531d38ea86eac92d6b1bf6118006ef841b914efa5735bb5fb7a0fc6163b84e, '', 0, '?'),
(0xae0b6f02a6894088ad88d1f1f2790234, 'wp-content/themes/jannah/templates/_featured.dev.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/_featured.dev.php', 0, 0x1e6ad4cd70e3c0bfd8bd714890a6772e, 0x1e6ad4cd70e3c0bfd8bd714890a6772e, 0xd1999d50fc8c263de2a750a79ad5f0741c11aa9512c97106756c0d13adfe1ce7, '', 0, '?'),
(0xae0bcce45505792fff052a25fee5fd3b, 'wp-admin/includes/update-core.php', '/home/forwardbetcasino/public_html/wp-admin/includes/update-core.php', 1, 0x00000000000000000000000000000000, 0x46225c8f4f066cbf1112f01b183c5679, 0x5e1f6984ab56f03511508f988d36a305acf88eeae835aa7c2de66c3d24c48587, '', 0, '?'),
(0xae0d45f61cc855cf0e9cf8cd84ded91c, 'wp-includes/images/wpspin-2x.gif', '/home/forwardbetcasino/public_html/wp-includes/images/wpspin-2x.gif', 1, 0x00000000000000000000000000000000, 0xce7bcc25b52de245ea3b9f978cce7c11, 0xe4b07529d0139c124ae4f84186393290aef124a7824ed338fdd4c7f7bcc22746, '', 0, '?'),
(0xae1257ab87b57f50e697835e71f07980, 'wp-content/plugins/wordfence/lib/menu_firewall.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_firewall.php', 1, 0x00000000000000000000000000000000, 0x21f12572f8c1274e18502d58cfbcd341, 0xcb01600a5cc72de26a891f2d64c6d1045a7b25ee70e1a86af5880ba2b841faf3, '', 0, '?'),
(0xae1c6d02c28f4610542d8bb4cd0d1461, 'wp-content/plugins/wordpress-seo-premium/src/actions/link-suggestions-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/link-suggestions-action.php', 0, 0xe4a5c146cf182f4315d92d6b56606154, 0xe4a5c146cf182f4315d92d6b56606154, 0xe1cdf1eb200d64da6d852674e42e23df7e3f41d0f311018f311dd4b1c2c771db, '', 0, '?'),
(0xae3df69126d780e71535e686d824e8a0, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/NotFoundException.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/experiments/experiments-reporter.php', 1, 0x00000000000000000000000000000000, 0x36529e4a740c9336de27e8f836601fc7, 0x198409f13372ae0d4c4833fa866af0164ce1efca873283a277b5e5ace05218b6, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xae4866b2b1cf7a2d4f1f98150576230d, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/elementor.js', 1, 0x00000000000000000000000000000000, 0xbb3cb899111918fd7d12a1c6ffba4c27, 0xbc4956a32d41b1f491ca39b0ec1a4c802fc4c071952b089b2c800611b5accbc6, '', 0, '?'),
(0xae4a700ac234c24b0aced668ec31efc9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4emailBoilerplate.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/malibu-plantlife.webp', 1, 0x00000000000000000000000000000000, 0xeda70b7c8a4d13f22c47c527a43625c2, 0x7d2b46acff0503ad50a262e573b4f2163c816ba64fa0caec9fa8796624d2bab3, '', 0, '?'),
(0xae51cc637bff1966750d1f1a42440e1b, 'wp-content/plugins/elementor/assets/js/onboarding.4a4002ff7ea58bfa166e.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/onboarding.4a4002ff7ea58bfa166e.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xf9c9bd880ccb1bf83e6600dac4b5f40b, 0x05f618b367527e7a7d790dcd39b142e8842cecae55bf5c8ae9d2796b3600aed7, '', 0, '?'),
(0xae5617d6e73e9bc1fd4c31d29563a230, 'wp-content/plugins/wordpress-seo/js/dist/edit-page.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/edit-page.js', 1, 0x00000000000000000000000000000000, 0x683c53fcc55d69c187f59eef7898150c, 0x4de0b0ceff9c381818aa2591f907d6fb1e41a1aca983cc1b288e445ab91124db, '', 0, '?'),
(0xae682f07cd94909e6a9743eab600e66e, 'wp-admin/includes/class-plugin-upgrader-skin.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x0fe0c6a4e0a9deeb7493a047c440aa55, 0x1d4f0b7cdc14ddd4f598478dbd4a90dcfc501b7b4362169bb73cfd16e132136a, '', 0, '?'),
(0xae6c4292bbf90bbdf98de2e489376a09, 'wp-content/plugins/elementor-pro/modules/woocommerce/traits/product-id-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/traits/product-id-trait.php', 0, 0xd05b9eca40206f946f5b5466e83b300a, 0xd05b9eca40206f946f5b5466e83b300a, 0x346e44221aff4843733df5cfdd4badf65488faefd4d736a3b06236644eb29cd3, '', 0, '?'),
(0xae6f5b29f93cde235b4e33ae66e158d8, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/single_stroke.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/single_stroke.svg', 0, 0xd09c53ace1e07b07dc2ebf87ab1b04b1, 0xd09c53ace1e07b07dc2ebf87ab1b04b1, 0x7c49481a184cb0e03989f72b7d71a4d9c8646ca769867e2c44cf8975ad792b65, '', 0, '?'),
(0xae7398eb298c0e4eb6097a4025ad0a4c, 'wp-content/plugins/wp-rocket/views/settings/partials/getting-started.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php', 0, 0x0a4c391d81d5c99333fac927da0dde2e, 0x0a4c391d81d5c99333fac927da0dde2e, 0x490923a913d5a5621d4a4da76b911ff6d5699074ab413fe0d8286365984d0457, '', 0, '?'),
(0xae7f36ab13a09c3fe19b5e6fefbb23fd, 'wp-includes/sodium_compat/namespaced/Core/SipHash.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x72170b2de4650fc5faf6725ea921837e, 0x85ee60948352e96cd4a54c027ae33f69c2c481414348d3f39eaea35079e9066e, '', 0, '?'),
(0xae84da0c5474174785a0324c2343ebd4, 'wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/runner-interface.php', 1, 0x00000000000000000000000000000000, 0x4b4a30e498b933560fe054edc61f4940, 0xb1543cb47d3f4db320eb3629601e52fa6b6c5dbe0f3783ac5b7a6102ea82bc62, '', 0, '?'),
(0xae90825209bf28bc2c092129ce165a0c, 'wp-content/plugins/wordfence/waf/pomo/mo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/pomo/mo.php', 1, 0x00000000000000000000000000000000, 0x0844899c3618fbe67e2e92c5e753ec5b, 0x0bb0c6045c27f75f46eea075e643294352222843b94fdb59577fcf219ec80529, '', 0, '?'),
(0xae9dd0ce365513f81675b9e090229709, 'wp-content/plugins/amp/assets/css/amp-onboarding-wizard-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-onboarding-wizard-rtl.css', 1, 0x00000000000000000000000000000000, 0x9b1db6ddbac6333ebad87a25f831a91e, 0xed93394ea56ac6c5630e220211fce39d3c0990c54b6ae3be76ca7f7ac7efd825, '', 0, '?'),
(0xae9fc147cd2c10462d0ad21d6f142efa, 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php', 1, 0x00000000000000000000000000000000, 0xdee69e73586f550af94b159d2cbc4256, 0xd8f7ff857921fd21f7531663cdabd11a406c50e394685e74aa2c8fd3506201f8, '', 0, '?'),
(0xaea0fe1e43441d7d377526e41a765b89, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php', 0, 0x8e22430e32d8d33f23f5ddde54450a4e, 0x8e22430e32d8d33f23f5ddde54450a4e, 0x279e0271f5bf6b9f39db4da6f884272722634675112f846135739626a6682855, '', 0, '?'),
(0xaea645bb974a802c87780b7e9b37bf65, 'wp-content/plugins/amp/assets/js/wp-html-entities.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-html-entities.asset.php', 1, 0x00000000000000000000000000000000, 0x9401f04d991e0336eba98ffafb6d34bc, 0x76b99ed79960cd65376543005dfc52f808f8024d59f2b65877d05333126c50d0, '', 0, '?'),
(0xaea84b7d7b58a9e9550847393c7016df, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss', 1, 0x00000000000000000000000000000000, 0x3f903ee00ee1a0bc55feee2f47af7f40, 0xb29b6f794a284296ea663248279d68e321b30c272a201e1611c9b92a11f71082, '', 0, '?'),
(0xaead716e3036e8e796ab51affc589435, 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.min.js', 1, 0x00000000000000000000000000000000, 0xf5945db2f3337fd9f1cbef5b07b2a493, 0xa2f863e7c279d8abb5b9e3fbb8336a46d287caa4907ca5d15c2667d37e3ca0b4, '', 0, '?'),
(0xaeadb4f8fd2640017088d31dcec6c997, 'wp-includes/js/dist/wordcount.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/wordcount.min.js', 1, 0x00000000000000000000000000000000, 0x8b3f67754591dd3af07f3b3ce24885e9, 0x2ea5f2b5eaaede23f0d2157e0679fc1038469e15b7fb02a69c9094e7d686c08c, '', 0, '?'),
(0xaeb7118e4000ef8953e8377bdf4f63cb, 'wp-content/plugins/elementor/assets/lib/animations/styles/wobble.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/wobble.css', 1, 0x00000000000000000000000000000000, 0xac361d286cc5073e244fa6a68b5b4959, 0x2cc72a587fa85dd1a145f16798e1a87bafc576ba05b71038852cd4ef3704ae39, '', 0, '?'),
(0xaeb80eaf7b5a1480c824cb27f38951a9, 'wp-content/plugins/wordfence/lib/wfScanMonitor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanMonitor.php', 1, 0x00000000000000000000000000000000, 0x8069d8cd2a8b93f96d55d274ef7ed986, 0xcca137aab19f83ef9e06a97110729f8c220b85490eebad6a6b366c1d83c21db1, '', 0, '?'),
(0xaebb8fcea64863f15e9ee2fb13b09029, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', 1, 0x00000000000000000000000000000000, 0xae86ad06d8129ddde28127e17b3dcdba, 0x8696ef5216a1b9b393f7c75f6690577b2a3395c5eab1c5dd9409b122cb2f8f13, '', 0, '?'),
(0xaebdeee01b60f15d34a81ef3106bb168, 'wp-content/plugins/elementor-pro/modules/loop-builder/documents/loop.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/documents/loop.php', 0, 0x4ca615a9600a8d9494663f095f1da6ab, 0x4ca615a9600a8d9494663f095f1da6ab, 0x3348596d986382d12d0cf269be0cf0abf0d170769b6c3a7bba7860ba77744568, '', 0, '?'),
(0xaecf332b85a4bc8402bda40d6c883265, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-url-formatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-url-formatter.php', 0, 0xbc8bfd1f010a7afd3ba312d9ef0055ae, 0xbc8bfd1f010a7afd3ba312d9ef0055ae, 0x11e8c75827b82a695f70dadc151146897ad49ca4abcd85bd0e33cedbd5296d8f, '', 0, '?'),
(0xaed556d7beb482d83e4907f599c62fb4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/S.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', 1, 0x00000000000000000000000000000000, 0x2ce1f9246f6d6f636701f15d4e28ccf1, 0x9f0a03cd7d1ebc665886c49c623c0c458e6f952e115b3c76361485315ff25e1e, '', 0, '?'),
(0xaeeb8dfea7aaeae273709bd0e46510fc, 'wp-admin/includes/class-wp-ms-sites-list-table.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-ms-sites-list-table.php', 1, 0x00000000000000000000000000000000, 0xc0978d2bc2534fc674df9b6446b6ace2, 0x0d4a0f856e60e135b93045614ba6784c322da8e5eb3289f50f3270d45c26c262, '', 0, '?'),
(0xaef311c04abc5572601a7d3ec49d3efb, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-redirection-loader.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x22e301917fc2e4dc72f73338c51fdf9f, 0x0eaacfc5b2fe75ce91a775c6de2dfea4d0207893a96d926f43dd00a3b12f23ed, '', 0, '?'),
(0xaefb0609fdd3ad67c8b1216e06915087, 'wp-includes/IXR/class-IXR-client.php', '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-client.php', 1, 0x00000000000000000000000000000000, 0xc7619cc8c34a1f807d919e21c557ccca, 0x0c5977bde031e603f4762ea3473365f164e5861cb8c384b8ad79604c52095d15, '', 0, '?'),
(0xaefdacca9c5c22b1e2e87a402a3ed41a, 'wp-includes/blocks/site-tagline.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline.php', 1, 0x00000000000000000000000000000000, 0x94d6c1fcc0422dc56fbb6c59b4c27fe0, 0x95de0edc70b19d944b31fc3220de6d9188cb40d182d8f7fe27501914b8ab8bbd, '', 0, '?'),
(0xaf01d9df1a5f237619c8ba3657359356, 'wp-content/themes/jannah/single.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/single.php', 0, 0x6f91cadc04b3f34ca358117385fbf83e, 0x6f91cadc04b3f34ca358117385fbf83e, 0x8dd778849f4cae506caed8d6db209f8d78a8e7bb87beb0c1b0ade8da83370344, '', 0, '?'),
(0xaf0701453a7f7fc1f034bf8b8ed67870, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-number.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-number.php', 0, 0x0ead9747ac2fc4aa750fa39fc15c0bdf, 0x0ead9747ac2fc4aa750fa39fc15c0bdf, 0x6662262f4553d910454f64f1a3b01322d2c16a96479fc1f7ad9d1e841a4d1576, '', 0, '?'),
(0xaf0a695fbf612a84898d3ebd1b646e50, 'wp-includes/blocks/post-excerpt/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x3d75cf608aad36d5d5f552e84227e495, 0xef0bc3ed5805e339ef73a233f87cac138ff213b879ebffdc06ec612c5b936131, '', 0, '?'),
(0xaf0d54a9b8b158cbee20fcb3e107155b, 'wp-includes/php-compat/readonly.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Summary.php', 1, 0x00000000000000000000000000000000, 0xe50f290fce96baf4516dc8662e755a40, 0x21afb49a6c446e2e0e11ee97cca1ddcb54690f4717e2ba3c33a5aa3d1fe2d293, '', 0, '?'),
(0xaf29c956ed8d33a6abf3c1dcbedc2b13, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php', 0, 0x7aae6bc6e0b3d4f5edfa5ff475c36732, 0x7aae6bc6e0b3d4f5edfa5ff475c36732, 0x752eb954e6a2099307479493d4f85c21dd5314af10d9a4a8d3c4bd648ebdb1d7, '', 0, '?'),
(0xaf2b4754138f88a6cca11b182dd27d83, 'wp-content/plugins/elementor/modules/home/transformations/create-site-settings-url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/create-site-settings-url.php', 1, 0x00000000000000000000000000000000, 0x5a61817bfbbf1377fbc2cce2c4404b5f, 0xd8974da9bd27a4fab5f8a80c87de9e9d3e9f38d47fb09192553d5b3253ef3294, '', 0, '?'),
(0xaf2d31f038fc3ba754f6022f58e2a95d, 'wp-admin/ms-sites.php', '/home/forwardbetcasino/public_html/wp-admin/ms-sites.php', 1, 0x00000000000000000000000000000000, 0x6633b9a5bf882653b2a937463736e7c1, 0xf888dd2cfc0e249879be6e2952b6804867a5ae84687bd124d7089955078fd008, '', 0, '?'),
(0xaf3ae9e2dbe107305129b44feb083d2b, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Jevelin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Jevelin.php', 0, 0x6e10a57c8fda0556df989b9285fdb0cc, 0x6e10a57c8fda0556df989b9285fdb0cc, 0x678219cfc08e9a69c7454088565e14e613d18ad9ff8b1e577c1d6be4fb81ba3d, '', 0, '?'),
(0xaf3cf14aa19aec81b460781d8d57884f, 'wp-content/themes/jannah/framework/widgets/posts.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/posts.php', 0, 0xe824ebe0235e5f3539a1103f4293681b, 0xe824ebe0235e5f3539a1103f4293681b, 0x2ba0033a4290826f70994bc8316a326a3480cdc84b5a8935fdfff1d1b4faece1, '', 0, '?'),
(0xaf3d9fdb6e83cbd497306ee213395228, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingTag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingTag.php', 1, 0x00000000000000000000000000000000, 0x2c3b81f9fe3e9cb019fc8dc543f74e71, 0x347bb91a2a3979162acc24128d9ac27987c22cfbd54fe213bb5a3514e7034a64, '', 0, '?'),
(0xaf44f9dd167d55b9dcf0832392cf3af4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeo.php', 1, 0x00000000000000000000000000000000, 0x5ece08e1a0807dde5b80d18205154d0f, 0x90ec4639d1540ef1a623d76c98a91638c00b93912db6eb93e5503750e494b528, '', 0, '?'),
(0xaf5bedc76b359a662f08a775ecd130c6, 'wp-includes/blocks/post-author-name/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-name/style.css', 1, 0x00000000000000000000000000000000, 0xb10451b8e7d78a54eb62f6cafb6cb547, 0x379e2e22f4a1dcf09c92b8bcf15cf0b43be3126ac813e52da805de687c5ff025, '', 0, '?'),
(0xaf6042376fe636491e3e846a369a6446, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/search-form.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/search-form.php', 0, 0xd3d19b2d2b77d17db842d2ebcd8060e6, 0xd3d19b2d2b77d17db842d2ebcd8060e6, 0x7cc7772f2bbb2c3680bbe653122bc57589b5401eac135c84ae9a861709f64468, '', 0, '?'),
(0xaf6440e5aa0abbf9f2f360143fd1246c, 'wp-content/plugins/elementor/app/modules/import-export/processes/import.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/import.php', 1, 0x00000000000000000000000000000000, 0x410cf51327d96a7584e12026a137a33a, 0x263af8d6b610deebefb7799e8e8b7dfe9932304edd663731dc22517fc03b7883, '', 0, '?'),
(0xaf66e1e135dfc615cef0a6a60e1be7e0, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/ms-admin-filters.php', 1, 0x00000000000000000000000000000000, 0x16e4ca8a5f9919e55c83681ad5d6cd45, 0xf0354786465b50e9e272b154cb27784f161c518cfae231a8414ec64864b7775c, '', 0, '?'),
(0xaf7d14ed6e74c607c8a9618aeea2f8c0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BooleanCondition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BooleanCondition.php', 0, 0x955b5ed7a986f75c365714b977eb179b, 0x955b5ed7a986f75c365714b977eb179b, 0x9ff6e6d17d950af0dda4edab7f4e3134ef015ea4a68b10124e1328e240d99dd9, '', 0, '?'),
(0xaf7f9fe2d787c38c2161f8221bd8cb26, 'wp-content/plugins/wordpress-seo/src/editors/application/seo/post-seo-information-repository.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/application/seo/post-seo-information-repository.php', 1, 0x00000000000000000000000000000000, 0xc9a0d7cb61fd9c53af2a25307b5bbff3, 0x58b7df0ced375a39da718ac67a08fc38747ec74977e679a8e1856ea17363fdfe, '', 0, '?'),
(0xaf81b56b9ba2e6d3f9cf66851c9ef102, 'wp-content/plugins/tinymce-advanced/tinymce-advanced.php', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/tinymce-advanced.php', 1, 0x00000000000000000000000000000000, 0xd786d88c93d6740f3fffcdedd4f9315f, 0x74c43d16818b264686459009e126db603c69210a0887b05ba099b8c1c1ce16f0, '', 0, '?'),
(0xaf84cb9988d2eab7a854741cedc132d4, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/CreateDefinitionHelper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/CreateDefinitionHelper.php', 0, 0x642f5f89a1bc9bbbb599fc925dce3565, 0x642f5f89a1bc9bbbb599fc925dce3565, 0x6591c9d763ea13ab87b7d8d7c94b2ccfd704d40c015b2e25177c872cad554a3d, '', 0, '?'),
(0xaf883c73adf4a7bd9c3321a3b9edbd70, 'wp-content/plugins/elementor-pro/modules/notes/database/models/user.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/models/user.php', 0, 0xb6001d1d370f9145e2ace923f05806d6, 0xb6001d1d370f9145e2ace923f05806d6, 0xb4de3a99a405029499d49d6a24ce62c47a98f4bb3d07f0f82b5363bb38eb1185, '', 0, '?'),
(0xaf8b1814ca9009961a6d61b2d5462c65, 'wp-content/plugins/elementor-pro/modules/notes/notifications/user-resolved-notification.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/notifications/user-resolved-notification.php', 0, 0xe5a897f7d4cde21204b29edb84a6a83d, 0xe5a897f7d4cde21204b29edb84a6a83d, 0xfd4ed56bd8f58fa0ab76f5d01f5564fa82cb564dce0ed74d4514e0be6371c376, '', 0, '?'),
(0xaf8cc549360191ba8e2bf2bf0ee88f25, 'wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php', 1, 0x00000000000000000000000000000000, 0x172e774937835adc5795667d623e686e, 0x9a21e6dcc765f4422f6b1743392d0c59f9be8462ad9851f75248ef90f9f3f9e3, '', 0, '?'),
(0xaf9979aa727168642e6d4b8928407e45, 'wp-content/plugins/elementor/includes/template-library/sources/local.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php', 1, 0x00000000000000000000000000000000, 0x1b465894e2fb1b9a91b1ec0c641a9660, 0xe3ada66b42a2459fb6a693709df124406a5ff2d4f23e681f0f2e3e208beb81cf, '', 0, '?'),
(0xaf9bad4ce393d335c0d5409fc52549c4, 'wp-includes/SimplePie/src/Decode/HTML/Entities.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Decode/HTML/Entities.php', 1, 0x00000000000000000000000000000000, 0x89996ad18b70267980c511b7d6e9ec55, 0x9710ff5750bbc62a503d4ecfbb3b1aa08ebe69ffe438dac332905facfc0eb820, '', 0, '?'),
(0xafa45111dcec53da8bda7de08b8e0efc, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_3.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_3.svg', 0, 0x12590f8968f0c980a5fcd17d1fb76bca, 0x12590f8968f0c980a5fcd17d1fb76bca, 0x33d97229201b95ee7d5c31b81cfd860c4642fa8f0e9cf4deaad19691fc432a6d, '', 0, '?'),
(0xafa4dffee03cbdf358cf445d037f94b2, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php', 0, 0x9ad70cc5b185e570181b339b06e7560c, 0x9ad70cc5b185e570181b339b06e7560c, 0xc690c42ddf4b3a74ed6a40d17d70589e019ffd066b90d688203614aafb2a5c26, '', 0, '?'),
(0xafae98f479861fa31b02bdcc90e56f21, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js', 1, 0x00000000000000000000000000000000, 0xed7e7f07bdee78de04179dce4a055a86, 0x9c95459121c91d84fabdd37266878f8bbe1dfa85725e43e1d6d06f8529457013, '', 0, '?'),
(0xafb896f8bdb88db86dc35aa1aca5d65d, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-5.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-5.php', 0, 0x5711f9fec72fe77bbd6608266e702eeb, 0x5711f9fec72fe77bbd6608266e702eeb, 0x286d98c36838e3d72ba6881fc359bd37a606bf4f41662b58aab3f5f101501396, '', 0, '?'),
(0xafb9ee3d636569877fd98d2ba402f90b, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/site_structure.png', 1, 0x00000000000000000000000000000000, 0xc6a4410381d69188dcefd94207737a43, 0xd418708efc52a0e77d0f54e1b082c95b7c55c7b6afd4adfe26012aa00e248f41, '', 0, '?'),
(0xafc449e4fbeb6b7c4cf1e54b2ebb0eb2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdo.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc1499592bf6d875b78ae6f336963cbc7, 0xde4d1a9c2f47eda636c29823aae31355f2a4bead712b9cacd4ef5e3890b26781, '', 0, '?'),
(0xafcb609800d032bba5aff27ab095eddc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4email.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php', 1, 0x00000000000000000000000000000000, 0xf93da6c5948985e1613c4b7a1f9e3d77, 0xcbe2be1f5276d8089f87ce2af6fc96d2c6330e37a446f08642e124f75dcbb05d, '', 0, '?'),
(0xafd9771b2dde11b47e67305780a5ab24, 'wp-content/plugins/wordfence/js/wfdropdown.1690810710.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comment-content/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x6e4693ee96e9ce19e2f1bc4d6a1afffe, 0xa00c66f021851d761bba7dad3e999b8d434e0f4d0049f214a437222238164954, '', 0, '?'),
(0xafdccf0ce6e528e8a7a83a701152df2f, 'wp-includes/class-walker-nav-menu.php', '/home/forwardbetcasino/public_html/wp-includes/class-walker-nav-menu.php', 1, 0x00000000000000000000000000000000, 0x3f01eb70007e6b2a861e687e0496f602, 0xccddc28e7acc8f5bca1e2e06e4d48d354afdc26cafffc8db01c077f3836656e2, '', 0, '?'),
(0xafe499c5e24e36076dae19aede0c6baf, 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/duplicate-post.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php', 1, 0x00000000000000000000000000000000, 0xda95ab85f2b680cc4d5db371e36ea311, 0x250ff0272523a025b5427a82dc10504d29d465f3606d74f56ca5f229f7c047e5, '', 0, '?'),
(0xafea8e698d1ac97c454f9d34fddc459c, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/shape-x.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/shape-x.svg', 0, 0x0a9ab345d3852418f0771f3dde48936e, 0x0a9ab345d3852418f0771f3dde48936e, 0x435f475c5701784fc1e31becfb7cbdaa09f9d622cc7ae03112cd367b56bb281b, '', 0, '?'),
(0xafee991329764e37867082a5852e532b, 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/ui/tabs.min.js', 1, 0x00000000000000000000000000000000, 0x2509eff245dd9849b80da96d6b0446ad, 0x5c45a6e7e682097879406ede368aaee52a1bd76d54116b271f3e82e72ceb55a3, '', 0, '?'),
(0xaff822e3133ecafcc39ce1d1a216a9e7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSoundcloud.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedStyleAttr.php', 1, 0x00000000000000000000000000000000, 0x456469d5a41351566c3d986a49ec3f72, 0xccb931a9dabcc092a14ebba940ff5329111903e3d3c254b01d50dbf5ddaaa2ce, '', 0, '?'),
(0xb00473ac84fd1c09fbb19fd8a4cc038e, 'wp-includes/class-wp-http.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-http.php', 1, 0x00000000000000000000000000000000, 0xffd17871e5571f9e0517767c989fd42e, 0xdd19b9df08fe12fc0e58cadb670e71c69708227ea60fa66e9fe059073611d499, '', 0, '?'),
(0xb00b0952df4d4fe8ae635d270cafc268, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php', 0, 0x44ea2e8f2962ac33861a42b1958468fa, 0x44ea2e8f2962ac33861a42b1958468fa, 0xf211fc686d566cd07644fc3a700a3280678d57293374eab0f046327afa3e46e3, '', 0, '?'),
(0xb00e95b96a6affccc754c88637e4bb31, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php', 0, 0x05cce74e4229cf206884d2fe4e3474af, 0x05cce74e4229cf206884d2fe4e3474af, 0x63f036647d49a89fc0779006bc2764e77e05e30becc79a5880e9e1a52412165d, '', 0, '?'),
(0xb0182f379bc3b1e36378eed9709f9667, 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/fresh-install.php', 1, 0x00000000000000000000000000000000, 0x3f972d5666a1d74f2cdb60e0161030f5, 0x3af0eb8221a63a69a2cc0444374269df73998e86ac7734de3ee6833d10596e5f, '', 0, '?'),
(0xb01d058db6daa5b15e69e724e2fde526, 'wp-content/plugins/wordfence/lib/wfCredentialsController.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/responsive-bar.js', 1, 0x00000000000000000000000000000000, 0xcd0cb1b087c1806001ff7d5eb80b1d6c, 0x45a5c57d0f0a2c91b08a83ffb0eb941a5bb96817e13681f47def2b9fec8af0da, '', 0, '?'),
(0xb02d9d0ca80fecb793f6b739f145785a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert/templates.php', 1, 0x00000000000000000000000000000000, 0x91dffe717bc165b951e646bd5bced105, 0x3541a56079d41a9fd958303eda5893962bcd92b7500cf94bbbe3cc5fe0cdcfe9, '', 0, '?'),
(0xb0358e04ba388abbf954350614fada2d, 'wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php', 1, 0x00000000000000000000000000000000, 0xb7557a9fbe0730a294eeeb7b325802da, 0x2c153610710f85bbdfd6c4508539e96ba173627d9f80c4b301af85f80cb37f38, '', 0, '?'),
(0xb03d1ab9c132fd40a3d576cb04beb351, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FilterCriteria.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FilterCriteria.php', 0, 0xd0def70e3dbb2ec8bfc8c11da9340d83, 0xd0def70e3dbb2ec8bfc8c11da9340d83, 0x9b0327a12d258805f09ca847e99f4bd5003b25dfbdd6ad717fa080946ecb286b, '', 0, '?'),
(0xb03dc34dbe61fd17e5af822fcc54a5cb, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-icons-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-icons-menu-item.php', 0, 0x4cd6c32f08d082fba652096cb3199ae3, 0x4cd6c32f08d082fba652096cb3199ae3, 0x195bc445228d9a17bcb3d0e125bf35ba65025da23c5fc6a99eab0d47f2122706, '', 0, '?'),
(0xb045dd26e0ef7db64534cf30559671f8, 'wp-content/plugins/elementor/includes/interfaces/has-validation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/interfaces/has-validation.php', 1, 0x00000000000000000000000000000000, 0x94aa622b156701deae80216d226c9ecc, 0x7079e5083f98bf1ed5a9fb3d97e974b7c15b7543eb657739632869ddbfee448a, '', 0, '?'),
(0xb046ca601df0d247cf66662678b7189d, 'wp-content/plugins/elementor/assets/css/frontend.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/frontend.min.css', 1, 0x00000000000000000000000000000000, 0x38b17e8f22c4b3cbb99556e06483d088, 0x9233bec7863b26eabb624a492fcc92555240c2cf1a3e2926eeb8995b411ace52, '', 0, '?'),
(0xb048bed6e37b08579391726fc8cc7b5c, 'wp-content/themes/twentytwentyfive/assets/images/category-anthuriums.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/category-anthuriums.webp', 1, 0x00000000000000000000000000000000, 0xf126372ae2a67109e4156f99c2794e5c, 0xae743b422c7437d4ab5664ab5c2c564f11e370cdfd193c6b56ce0547b2ae82b6, '', 0, '?'),
(0xb04e1187fd5a4e4494cd4eb43e055909, 'wp-includes/js/dist/components.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/components.min.js', 1, 0x00000000000000000000000000000000, 0x822649c20f5885102b85af05dbae85ce, 0xe961dce96706ea6be6c33ed28f09a4e8d514d327e7eea2aa40419e2f20b2a29a, '', 0, '?'),
(0xb04e8ae0bb858022b37d4cc5554cef58, 'wp-content/plugins/elementor/includes/controls/gaps.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/gaps.php', 1, 0x00000000000000000000000000000000, 0x1ae94583a65ce1f54a4048777f9dcdc7, 0xfb5b46aa5edb1dcdd0d0c267bb8cd9111cbd43f87f559086465d29ed6b8b5d06, '', 0, '?'),
(0xb053472ee5367099d715eb6a1dad45c4, 'wp-includes/js/dist/private-apis.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/private-apis.js', 1, 0x00000000000000000000000000000000, 0x19cec54138dd35bd68b2f4cc56219ca0, 0x5ec453f213381938623ee0f6362d5155d533b036c1cda363ab6d31ecc5df46e5, '', 0, '?'),
(0xb0583561ea721a7ee037837c3de99be6, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1690810710.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1690810710.js', 1, 0x00000000000000000000000000000000, 0x4ecbe3f0e79bc5af29e9f4ed1986e2c5, 0xde27837618afe1a6b8f1f8c1203daa1ca3c72758b86b17ebcf3c3659539474c4, '', 0, '?'),
(0xb066db19bf3e43877ea03dc2dd24e336, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPowrPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPowrPlayer.php', 1, 0x00000000000000000000000000000000, 0xd7e7123a9d322ef2fc1ce9ed40007a8b, 0x7c91ecbc5304068f085c2725778506246147bda2b765a65d2fb31cd49d06a9a9, '', 0, '?'),
(0xb06cb284be2781c0b1c59194bea9d898, 'wp-content/plugins/wp-rocket/inc/deprecated/3.15.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.15.php', 0, 0x83442af1e9e28975ed88ff04158e5467, 0x83442af1e9e28975ed88ff04158e5467, 0x43cb80cb3ece18d1a3da574db9d9cea4ab44591435ae40f6aec6a4dc76f89f39, '', 0, '?'),
(0xb072040e85270603886fcc695d8289a7, 'wp-content/plugins/wp-rocket/assets/js/cpcss-removal.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/cpcss-removal.min.js', 0, 0xab289618d2289f69c082674b0f4ad302, 0xab289618d2289f69c082674b0f4ad302, 0xcd5eae26798084aab87cc5ed40b5372f4c927fc17a48dc4f204293e436e0544e, '', 0, '?'),
(0xb0726c5695e94442410ff13418619739, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-10.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-10.min.css', 1, 0x00000000000000000000000000000000, 0xaae0a3af479e8a33db59fe9dfa76917c, 0x727a30fd774f498a8348f018302a319f8372bc90f3beeba1cae4e44f6b68f5cd, '', 0, '?'),
(0xb072bf54559c1d15cc8978b015f9861e, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php', 0, 0x4eec95550dea752fbdced16d28035264, 0x4eec95550dea752fbdced16d28035264, 0x7390797c29d8fab2274342d89b65664f386db649c76c0a1d6f77a5617cad3e8b, '', 0, '?'),
(0xb073fc249fd06c41f3462dc1b95e80db, 'wp-includes/blocks/group/theme.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', 1, 0x00000000000000000000000000000000, 0x032208d31956574bdeba5434f8307e76, 0x1823749eac834fcd14a0e8eef398e670d452aeae5d10efcc10406afd0390e87c, '', 0, '?'),
(0xb07fdcb0c1dbf8bef25f7eb768097363, 'wp-includes/blocks/spacer/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/style.css', 1, 0x00000000000000000000000000000000, 0x94e9f13695ad34e96731a429c7f7da62, 0xad53576c9a6916c6226be130dd4dc2c94cc25b1c0e01b9a50e54beabfb80bc11, '', 0, '?'),
(0xb08f63831131883b8607c8218a6f0165, 'wp-includes/blocks/post-author/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author/block.json', 1, 0x00000000000000000000000000000000, 0xa3c434558d4bd383d6d222a43769a93d, 0x8e445b31e5b4ae4b13131c86c6f091bfea98ed3a1f5b553e20f26b07910d66e2, '', 0, '?'),
(0xb09b0076460f66a5b814678eae25c31e, 'wp-content/plugins/wordpress-seo-premium/src/presenters/icons/checkmark-icon-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/presenters/icons/checkmark-icon-presenter.php', 0, 0x49405c517af62d0763984af5976f020f, 0x49405c517af62d0763984af5976f020f, 0xa2ed8bbb836e9c39de34c94241effa808071826091cf06fe0bbbe45474c4e52d, '', 0, '?'),
(0xb0a24994182e4517830128b6ff2353de, 'wp-content/plugins/elementor/core/logger/items/js.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/items/js.php', 1, 0x00000000000000000000000000000000, 0xd1b663ff8cfc1a2b033dab38e22a9236, 0xc587782a4541d0e61ccd61e71133ce9541051c57c99400b343dd1e2a4954f62f, '', 0, '?'),
(0xb0b9775a92cf5eda2fd01bd6a5c9bdbc, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/by-author.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/by-author.php', 0, 0x22dbc13f14e6cee350c10ba5b2df2922, 0x22dbc13f14e6cee350c10ba5b2df2922, 0x3bfacad5d2b5def0a54a85b232b705137fe1ad5534d1086488b2268ea0ccea1e, '', 0, '?'),
(0xb0c7f095155854b5e5b6c6e6d4f84c67, 'wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners/export.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-star-rating-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb5221dcec28e607e1b1134bbe1ecae99, 0x64ca79fcdf0a4de22794c91ad4bcde681c4ab66acdf0e53a792e4f1e661f9982, '', 0, '?'),
(0xb0ca70427291cc00db5509429dcb52e5, 'wp-includes/blocks/require-dynamic-blocks.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/require-dynamic-blocks.php', 1, 0x00000000000000000000000000000000, 0xf29b98d00ecb86e7a20d99bffe7ba10a, 0xf5e916f5c640bbfaf52f8a8085aa2e592f07239a2e567acc8c8fcb61b61aa980, '', 0, '?'),
(0xb0d97627036a40d42d13ccff11b22a18, 'wp-includes/widgets/class-wp-widget-media-gallery.php', '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-media-gallery.php', 1, 0x00000000000000000000000000000000, 0xf357664c0f5ae8b164e8e7522ea4c93c, 0x6f0cff17ed7a0e3d6ea802d296d78f4aa78aacace421e0aad3dc3d872920eb2b, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb0e41964266d11e98009c63015ab32d1, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2', 1, 0x00000000000000000000000000000000, 0xefd7b2f87c3f96418b0227c7b8e3cfd3, 0x9589846a569dbd3e735ebff3ab3e2166c154df6e052fab366de9fd804da6e3c6, '', 0, '?'),
(0xb0e8c9d8d3a078c1bc401641a811c80c, 'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', 1, 0x00000000000000000000000000000000, 0x6bfd13611736253473d6f3d6649834de, 0x7f7384b507a2ae0b4286f84866dc099251b860f4be971c6b304516ce026ed86a, '', 0, '?'),
(0xb0ebb9f1910e8f58b5f8c62d8c8d4f66, 'wp-includes/blocks/nextpage/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/nextpage/editor.css', 1, 0x00000000000000000000000000000000, 0x4569bf40a5cd46cb460e18e8c1c11a8e, 0xf82d2160bf2c23c3a19cfebc6ce19fb344fd5444d209d976fd383d59aa351246, '', 0, '?'),
(0xb0f6e6f32585aaeb5e9cf948249be3d7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/LengthUnit.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/LengthUnit.php', 1, 0x00000000000000000000000000000000, 0xf0d9b6dce08ea23dde141c38cf5e98b3, 0x46123fc718b274bb5314235e4c96a9f6235bcaa11da5a8adeb3e02c3965cd836, '', 0, '?'),
(0xb0fd31845230b564883e09f18cd3a6da, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DimensionProperties.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DimensionProperties.php', 0, 0x5fef40f02fb6d8d74f5505e58cdfd6a7, 0x5fef40f02fb6d8d74f5505e58cdfd6a7, 0x16b9295c9079e05a2b65aa85d679ddc87954c3eb4e6415f54e569252af983d35, '', 0, '?'),
(0xb10152cb78a067531538946603f7fc24, 'wp-content/plugins/elementor-pro/modules/notes/database/models/note-summary.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/models/note-summary.php', 0, 0x402b30763d1b80ff263dd25ef8121c74, 0x402b30763d1b80ff263dd25ef8121c74, 0xbdb0df41a08b6a9f69e93f44643345b23474fe135bc4378134be8d1c823c5d40, '', 0, '?'),
(0xb10a5d456783b7cb374f71b9620ee8e4, 'wp-includes/sitemaps/class-wp-sitemaps-registry.php', '/home/forwardbetcasino/public_html/wp-includes/sitemaps/class-wp-sitemaps-registry.php', 1, 0x00000000000000000000000000000000, 0x53cee596e7249e0aa258afa927281d03, 0x12613a21fbdecdcb5841e63259875b6e0a81e065a99bc52cc341ae5349bc242e, '', 0, '?'),
(0xb112fdf7aa6eac9b6ae7f850fa2b85a9, 'wp-admin/includes/class-custom-image-header.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-custom-image-header.php', 1, 0x00000000000000000000000000000000, 0x614d02b656e6abc06e738dc101d36752, 0x38fdeb8dcf8a3dee2aac2674b954a3d725fcf25da1a4720530490a1459c17944, '', 0, '?'),
(0xb11514c11864cdcba47cd93772a798ee, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sup.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sup.php', 1, 0x00000000000000000000000000000000, 0x4e43060cff9b763ef15dcf3320b8547a, 0x46f478f3d6f6662cd918e3948ee56a70bd9cf4cf22d8e03ad99c4312b7400667, '', 0, '?'),
(0xb11ad6e8861d9888b9818142692f36f8, 'wp-includes/js/jquery/ui/effect-clip.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-clip.js', 1, 0x00000000000000000000000000000000, 0xf404f122e007df0375035210b7c37e70, 0x5e0e2501fd0544f3d96cef9fa15cf98e1f42bad970a503936fb9012530862af2, '', 0, '?'),
(0xb123f9967b4575c4d2af79eb89ef2bab, 'wp-content/plugins/elementskit-lite/widgets/client-logo/client-logo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/client-logo/client-logo.php', 1, 0x00000000000000000000000000000000, 0xa7cf7300d3f4e96af6d8084c3b27296f, 0x13a2f3e0b334223948a5635c113d6901b94f66e058d1e2b435b36e5d6f9857af, '', 0, '?'),
(0xb124b3252761cbadb81018d80ba7cef8, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', 1, 0x00000000000000000000000000000000, 0xbd921a8df67df2f7d0744c4f17bfdf8a, 0x79c456aa07f22d7210cedaf942a04aad43a2e6cbcc2995f93ab835507b19550a, '', 0, '?'),
(0xb1353f0878be122b62ebd3c93d4a13f4, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/header.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/header.php', 0, 0x7deedcbdd6ec1842c5374a25f9ee5739, 0x7deedcbdd6ec1842c5374a25f9ee5739, 0x10b51fb834e4b9bb64cf0e57d23953c82a40af4c059b24dfcae67b87d3a08449, '', 0, '?'),
(0xb1380407751937c968406a78e5228035, 'wp-includes/class-wp-block-template.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-template.php', 1, 0x00000000000000000000000000000000, 0x6c8cafb73c06fa5a728ea48b0da36325, 0xb53aa5e2e75b236435ed507f9bc84ed906a2a3351aba6e9911ca14a26cfb9e6f, '', 0, '?'),
(0xb14c8392857945f57b7f06a617f86693, 'wp-includes/css/dashicons.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-7.json', 1, 0x00000000000000000000000000000000, 0x6d69758719f8cf27cf76d9ecfe0687c1, 0x717fb24c2cbfe6e39eadbee9008b1821c6d639a2643997fb0e73c9d16506cbe7, '', 0, '?'),
(0xb14e874dba9523d1843b3bef11dc2e2b, 'wp-includes/blocks/post-author/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author/editor.css', 1, 0x00000000000000000000000000000000, 0x18d44158c0de14d22ac7c61afb4664cb, 0x0657831e4a34075e5bec156f6893f59440381a3eb8a61874bf215d9d8258630a, '', 0, '?'),
(0xb15507dfb711c220335769cce3221ad3, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css', 1, 0x00000000000000000000000000000000, 0x008e0bb5ebfa7bc298a042f95944df25, 0xfce6dc7161235430fedf1954996e3df2c811a338580afa42056725ce804cbd11, '', 0, '?'),
(0xb15fa666dd06093db9658074b889b159, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterSaveFilter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterSaveFilter.php', 1, 0x00000000000000000000000000000000, 0x05dcac53bafe7d570a4e514210d2faf5, 0x7f84a4c59186ccd03b3b3714ece868423f0f9543b6e0b8645497397cfd79b853, '', 0, '?'),
(0xb161867d5d9203cec650d4adc1c37aa0, 'wp-content/plugins/elementskit/widgets/team-slider/team-slider-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/team-slider/team-slider-handler.php', 0, 0xb92de5f721c8aeae1da75b73eb0466ce, 0xb92de5f721c8aeae1da75b73eb0466ce, 0x2b08a8f2658aa57112679317059a08166bc780f8d026b7272b64b4f50c4927a3, '', 0, '?'),
(0xb166d22406c749d4d644f919c7c911a4, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/checkout.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/checkout.php', 0, 0x4a66c4b554b5b07880a04ceb2a2e3986, 0x4a66c4b554b5b07880a04ceb2a2e3986, 0x4e54f3861754142fde4662f337d5bb63e4d324a360bd1358e0e7448aaf137817, '', 0, '?'),
(0xb1670b03da62669d0d1affeed18ae6ff, 'wp-includes/blocks/rss/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/block.json', 1, 0x00000000000000000000000000000000, 0x095f759bcf3ab57cd2c190cbff572e2f, 0x121d2df20a6fe67c897aafcc1d235fdc16d1fa30975d5cc775952d52e862e03f, '', 0, '?'),
(0xb16a3134e5f5d56eaa8d23e866e14cd2, 'wp-includes/l10n/class-wp-translation-file.php', '/home/forwardbetcasino/public_html/wp-includes/l10n/class-wp-translation-file.php', 1, 0x00000000000000000000000000000000, 0xd8cae504f9b2286b5e7153323fe2b814, 0xbf54407e2ea81b7e7d47ee3109575ae26f5bc59aadd5fcbca27daf77803f86cd, '', 0, '?'),
(0xb16bca06554c9fedc7a1b924c198fa7f, 'wp-admin/ms-users.php', '/home/forwardbetcasino/public_html/wp-admin/ms-users.php', 1, 0x00000000000000000000000000000000, 0xc2b3757e5d118d2a43cc7508ab1000fc, 0x65eb731f7d6bd25fbebe717db9131efea77e4795b8a75ba735df519f75ed2199, '', 0, '?'),
(0xb16f2f4edbf8cddf7424db24faaebd7c, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss', 1, 0x00000000000000000000000000000000, 0x90091c068b9b5258036a4a77b04583a1, 0x7ff7d6f80f4ffe56a115508c4bb0e74cd19016b6d028d095ae0f2375752eea17, '', 0, '?'),
(0xb1726e9960096d06aa17a1240091cf56, 'wp-includes/blocks/media-text/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x97894ac467fcaa7792659c99de9d665c, 0x8b08ff85f8a975968351969cd82fe14df2612d40b03d0fef97d0c2dc212ae2b1, '', 0, '?'),
(0xb17df1fbc68865770ffea37947e5ef97, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.css', 1, 0x00000000000000000000000000000000, 0xf1bd81f8aa72c5c4f235377033ae1f9f, 0xc56084b0a628b5e0e4be7e78de373cbff15c27976804c331dd54e9f7543f9212, '', 0, '?'),
(0xb18267b421e0dad9baf1219980cc2adf, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', 1, 0x00000000000000000000000000000000, 0xb086daca3696a473459c9d367aeb9f5b, 0x00ecb2b25a7aa4c52fbafead0354d9dbda6de757f929d9f746dbd7b486fcc9ce, '', 0, '?'),
(0xb18adc7306e38078d7e2b5f336efb12b, 'wp-content/plugins/elementor/data/v2/base/processor.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', 1, 0x00000000000000000000000000000000, 0xf86838a5464ba53345719f739df9a0e5, 0xd1309d549bfb9745f70b56617e273535683491c16fd59e19887b4dc9b1cbf027, '', 0, '?'),
(0xb195433084c9fe19cd34cff8502ffc3e, 'wp-content/plugins/elementor/assets/lib/animations/styles/rollIn.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rollIn.css', 1, 0x00000000000000000000000000000000, 0xf148f2b7d78ca152a13a7ba7f862cd2e, 0x0b72b569cea125beeeee1c1ad4162936179eed9e8ddd99042ab1786e9bef1ff5, '', 0, '?'),
(0xb197abc2fb82db9d771736557525a6c0, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', 1, 0x00000000000000000000000000000000, 0xf5dba75e06eca661caad1d568bdbebce, 0x738d36ce6db182be5de6e73a88a4b70b8433f5151df64850d1baee309ffb141a, '', 0, '?'),
(0xb1984ad0e9a1e7b9229f26783ea25180, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceSpec.php', 0, 0x0b6942b1cd20621eaa65c176ec39c4e3, 0x0b6942b1cd20621eaa65c176ec39c4e3, 0xb70963e279896ede94f6aec9437f5b515d2260303394d10f8966f67b11f0a2ef, '', 0, '?'),
(0xb1995cf6fea71c8f4a52d98e806e0f78, 'wp-includes/blocks/navigation/view.js', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/view.js', 1, 0x00000000000000000000000000000000, 0xef26dd8a597641f1a7821fd88fba7125, 0xa06f20c03759bb2a3281f09095c29af895ed513dd10c63fe0f66a170ada255eb, '', 0, '?'),
(0xb19a1b68f4b48c7cd6c02779bf85272a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php', 0, 0x7ceeca931704759388165d747b040757, 0x7ceeca931704759388165d747b040757, 0x349a0946af92d7628ad04a69140b228bcf866f4747f9c3cf7cc54d9054e80f6b, '', 0, '?'),
(0xb19ac4665375b942eccda53f075e794f, 'wp-admin/css/themes.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/themes.min.css', 1, 0x00000000000000000000000000000000, 0x043007fcf657d0030d0d551e36a33de4, 0x7be672ace768959241b4379a5e23630066cf7c73a877bade4621860f994cfbb3, '', 0, '?'),
(0xb1a39363173ec385db27531d06b06a8e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feconvolvematrix.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php', 1, 0x00000000000000000000000000000000, 0x92fc05304539ec633d270900e68ae8a0, 0x7896bf88d9b53b8a50ac697c9e3ad7efc8e20dfaff0d199d691448c3a495be61, '', 0, '?'),
(0xb1a7a9d97b5e8e8657c8ede8f343b118, 'wp-admin/css/colors/ocean/colors-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/ocean/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe319072fccca854ebf5b82c09cea187a, 0x3b1da15e25df4dffc2f54f1e7345d1dffa31571b016ea8db12ec149080188b66, '', 0, '?'),
(0xb1ab49e9b4fd1ef6dc76190604593434, 'wp-content/plugins/elementskit-lite/modules/layout-manager/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/init.php', 1, 0x00000000000000000000000000000000, 0x039937b41741712f6d293f4a8b0a8fd3, 0x9dcb143dc8031a0054b8e115259dd71a7c043eaadd9698121ae35f4f84ee4264, '', 0, '?'),
(0xb1af15c8f4ab9c09cecb2a5104bfb55e, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss', 1, 0x00000000000000000000000000000000, 0x9d9a63270b5bd467602ec7b7107b046b, 0xf19d7b4bf5cc2e289ea21a93009fb9b7b83cf79a2172761d872b3d0b38f8b1ab, '', 0, '?'),
(0xb1af171da5c617b3c73f885c95171ff8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php', 0, 0x8deacc54ba09b7ece4cf3673796337b7, 0x8deacc54ba09b7ece4cf3673796337b7, 0x1321ae6ca64bf76a371e9f3340d2a86c4fcc62f5d3f305574072bb352af3c6e2, '', 0, '?'),
(0xb1b1c508b4c0653746aaf6b08a72ab8c, 'wp-content/plugins/tinymce-advanced/mce/anchor/plugin.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/anchor/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x36a2eff9cdc321ce544de3b340648875, 0x1a524d6b12ecb4c5681f24b83d45ebcccdbf25d03904b500679f9c2d436cf78d, '', 0, '?'),
(0xb1bc33542cd84d8daf096ec380e934f7, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss', 1, 0x00000000000000000000000000000000, 0x86f5ce40db9362a481fd1898a56858fb, 0x8bda8a1d806acd39ae79dcf2a4e6f7760a0102a06f43052fd1601f0e85a86e79, '', 0, '?'),
(0xb1c0a82d925dfc0df90e7e281e2318f7, 'wp-content/plugins/wordpress-seo/admin/class-admin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin.php', 1, 0x00000000000000000000000000000000, 0x347e9d4ba1b6d55662401609beba3eef, 0x68990100f5c9c3fd503f80276e2791fd029082ccab9c98fc54b95031457868a0, '', 0, '?'),
(0xb1c0c70b02fb2c74f546c9283b127ea2, 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-11.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-11.svg', 0, 0xe5d7254584f0deac4d2946cd9fa9f8b5, 0xe5d7254584f0deac4d2946cd9fa9f8b5, 0x85b227fe754e9a29a7c950550ce5d20fb2768805ece44bbd47869ba7878d6272, '', 0, '?'),
(0xb1c12712a8cd9789ab73673cab2dafe9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Th.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Th.php', 1, 0x00000000000000000000000000000000, 0x1aec7eb297a9bd2eeaa609c4659ca6e7, 0x97c92ea9550b0c53b3087182078e91223c3e25483b0c20041fb67ebbf2672246, '', 0, '?'),
(0xb1c662dfedd68fbbdc20f0a0243ba968, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss', 1, 0x00000000000000000000000000000000, 0xac11c1e744b1567211c97c06484818bb, 0x9fe3cad2b43f35c7f26e0c82eef492905036d6869e3e887b000b2d787ffec765, '', 0, '?'),
(0xb1c6c38781fa894a56b4579d5d4916a2, 'wp-includes/blocks/table/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/table/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0e552a4e2e79985e8ac6e1bccf8f73c5, 0x955a3e15743e375eebd299e65fd5d3eacda768b680e8129efa84fbf4d376fe6b, '', 0, '?'),
(0xb1d7c1e899698fa57f36ccb09453997f, 'wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/parts/post-meta.html', 1, 0x00000000000000000000000000000000, 0x6b8bcd742ace4abb14fdea2cebe5d2c3, 0x65b4f7512a2befca9d7ec111a29e4b044a8ab1d254458c333eb6ec5a1b451993, '', 0, '?'),
(0xb1e5f70e0abf2a60899ca06505cf6f7c, 'wp-content/plugins/luckywp-table-of-contents/admin/views/rate/notice.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xfe075174faaa7aafd751bec2f3dd2217, 0x0b7de4d89f5a6c922879b49330e11dc5a87a93377b9a6436596e7268c5cf5c17, '', 0, '?'),
(0xb1f38fc2e8aea898e0ccd30fbd3604ac, 'wp-content/plugins/elementskit-lite/widgets/social/readme.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/social/readme.txt', 1, 0x00000000000000000000000000000000, 0xa49be57ed4425e7b294fc4a484f4e441, 0x4425a87ad31b7bbcc292acda0ddca7fe82222776633c6677d6d496b78cd6fb0a, '', 0, '?'),
(0xb2066d3507bce20b758d81cecd317dd8, 'wp-includes/css/dist/block-library/theme.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR.l10n.php', 0, 0x32b0bada1510c2581371aae64b652f80, 0x32b0bada1510c2581371aae64b652f80, 0x8b3c278d0c40305979d2636e759e970bad52de161083aa949cf5dc2664553574, '', 0, '?'),
(0xb207655612172fa950039affc4b5d79e, 'wp-content/plugins/elementor-pro/core/editor/template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/editor/template.php', 0, 0x28689fbab94ed683307928ba2a9a53d8, 0x28689fbab94ed683307928ba2a9a53d8, 0x5ea899d7c143107119fdd139b5f6d2768976805d7e9b545d91d1a6fe4a1abfbe, '', 0, '?'),
(0xb21b3dcfdf26db00b557fcb45835bddb, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureScope.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureScope.php', 0, 0xf3091ec7e471f41e16769a7d45d66f2c, 0xf3091ec7e471f41e16769a7d45d66f2c, 0x8685890dfa66fb95f1a2d9b20da3cd3ef469142cdb8bdfb20512939c34225ee8, '', 0, '?'),
(0xb21efc2642b03556eb4155551d2c93ec, 'wp-includes/class-wp-http-cookie.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-cookie.php', 1, 0x00000000000000000000000000000000, 0x968e5ed57a570a2558365211a93fde7a, 0x859a78678eabfbe1d06dc0adcb674576dee8f47c09b972ec224003f4ad5fb571, '', 0, '?'),
(0xb2254aa0d911de7b0361541378a19a32, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php', 1, 0x00000000000000000000000000000000, 0x0ce261963662e48d7987ecc39de7dd90, 0x13bedd0acc240a5ecd1c8f9df855ec23917c0fc57deea7d0ff5885d8458c9209, '', 0, '?'),
(0xb22b8112704c77eae3233437ff544fc3, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/data-tag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/data-tag.php', 0, 0x436144b8e40ad8587881f10de1f73d61, 0x436144b8e40ad8587881f10de1f73d61, 0xaef3c133f2a784ffb23d2a95253031f8d8cd04ab6a35f4bebe7f317dba5465b2, '', 0, '?'),
(0xb2311841ebe262c8b189e238a394454e, 'wp-includes/blocks/group/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/group/block.json', 1, 0x00000000000000000000000000000000, 0xf0f0f3e74e9afbbc4997235952c100ff, 0x3c37c13b0f8971ce04df36d347d41205076f0606bc74c10d178602955dfaa6a0, '', 0, '?'),
(0xb238adbfd9c60e42ef0eb43950bf5b01, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/OverflowHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/OverflowHandler.php', 0, 0xe6a2e5fff2edb67111cdcabc798f5421, 0xe6a2e5fff2edb67111cdcabc798f5421, 0x539701fede082fe11b55c85486638f1503d969a9cdb34db41ff6a6ac0f28947c, '', 0, '?'),
(0xb250d7fe98bf840a962b97814add3a62, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDimensionGroupResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDimensionGroupResponse.php', 0, 0x37771665e4615186c77671185d55510e, 0x37771665e4615186c77671185d55510e, 0x65d854754bbd07b18822c9852f01b6e22c12391a7431f6d2769b193a69170084, '', 0, '?'),
(0xb25dcb6e6d1a3fa5e4a3c02dcfa91c6d, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinitionExtension.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinitionExtension.php', 1, 0x00000000000000000000000000000000, 0x725958a7c9e055bb8e1cd7719e12b1cb, 0x7b091771cb20163e71069743e06966404807ce00831f296a8641eff471193850, '', 0, '?'),
(0xb25f66f4e7b21c3b77d061cbd9da81b1, 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 1, 0x00000000000000000000000000000000, 0xa1065fb19f8c105077f9b4501055db34, 0x3c577e85eee1d8b60ba1c72bd1684e8c0ee98439e7d7fa31cc5fb033d5778b73, '', 0, '?'),
(0xb260223adbef97ae011d444aa5f924ab, 'wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/icon-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/icon-list.php', 1, 0x00000000000000000000000000000000, 0x2071383f0271054d7bb2ef7e6a76d68b, 0xd960bfd883a62ec4f417ad05ed9e060367561fc7942f75a9b797f85bd7f391aa, '', 0, '?'),
(0xb26690bb5a977d863dc1e42a6c64790d, 'wp-content/themes/twentytwentyfive/patterns/testimonials-large.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpLinkVariableAllowedOrigin.php', 1, 0x00000000000000000000000000000000, 0x7347106f09b14596bc1d1014c74f36b3, 0x5a1c580841d4b8d1cc2c4beed40b8e688ad918715db5e3f4b1bee4f7956929ff, '', 0, '?'),
(0xb26fe355311df699a92e6fe2848a1300, 'wp-content/plugins/elementor-pro/core/utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/utils.php', 0, 0xd17e4d7f3fef89bd4ece5a288e5e2b0b, 0xd17e4d7f3fef89bd4ece5a288e5e2b0b, 0xaa55c46616d41043e7a335b55c99d3ae47016febe4a6cefcec81b7e125988d26, '', 0, '?'),
(0xb273655405729f0368ee6135e03e2fbe, 'wp-content/plugins/wp-rocket/assets/img/heartbeat-hover.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/underscore.min.js', 1, 0x00000000000000000000000000000000, 0x16699a7f2aebe8d676042962c3bb5537, 0x14e190fae974c9bd6cb5353fd49dafccdaf0decf6d9c2ade2c7f70077b178b4f, '', 0, '?'),
(0xb277348f9acc7b34885419bb37069a8e, 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/presslabs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/presslabs.php', 0, 0x8e283e22a11823295adef38ea001e7da, 0x8e283e22a11823295adef38ea001e7da, 0xb2e27122d36fc79c430e32b26d2acdb844344c0e636a3f7e16c85efe3faa7acf, '', 0, '?'),
(0xb27e357ae29cad4e862f47da4ca511a8, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInDown.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInDown.min.css', 1, 0x00000000000000000000000000000000, 0x4ebeb6ed6b888b219e4e8d40860b911c, 0x3d4f74c80e2fcc387ca0c3fd20af9d7730b3ce0b03759d743cf8773038667a05, '', 0, '?'),
(0xb28529e654b7d49bb7f64edfd5c194f0, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php', 0, 0x5a208a2249eef3cb2f84fa04851303ae, 0x5a208a2249eef3cb2f84fa04851303ae, 0x22f7beb45b26e68d507a3e7cd6aa1e21ad485831afbb02a9e68d1fd3d2c8620b, '', 0, '?'),
(0xb28992bd23d242055d0944d362d4ce54, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateSpreadsheetPropertiesRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateSpreadsheetPropertiesRequest.php', 0, 0x92191fcf72e22f89ea606ac7143f4e48, 0x92191fcf72e22f89ea606ac7143f4e48, 0xeb844ce0295df88aa72ca7078851f1fca5f9d4cf1a637dbafbe95fc18c2883de, '', 0, '?'),
(0xb28b713f25cdf57270fef830f737ef71, 'wp-admin/css/colors/coffee/colors-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/coffee/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x69398c37e321e8aafe88e189d0a63a9f, 0x3470294ffde807cd46052556340054df13f476cc51516e058602f9b05e96737c, '', 0, '?'),
(0xb292d7e908023b61e69ac306fbe4bd58, 'wp-content/plugins/elementskit/widgets/pinterest-feed/pinterest-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/pinterest-api.php', 0, 0x17851ebe3c73b0fcb43fdec138b1ab94, 0x17851ebe3c73b0fcb43fdec138b1ab94, 0xf48cb6d4468fadc993175919662e67be09803d8b16a9b89fba4adfaa767b7e7c, '', 0, '?'),
(0xb2958eb2e2439f090c2361bf9353ce5b, 'wp-includes/sodium_compat/lib/stream-xchacha20.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', 1, 0x00000000000000000000000000000000, 0x8e1d966077f6e8631fc18e80ca881b81, 0x2c4b4990a241d5326bbb312575d0a894677e862b19644ae902b0e78352f82dba, '', 0, '?'),
(0xb2aac32af91cbbb3338cd4d3b0fba30c, 'wp-content/themes/twentytwentyfive/patterns/hidden-404.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-404.php', 1, 0x00000000000000000000000000000000, 0xab15344a3cbea98944eaf2d365996152, 0x8699a6f7fdd82fde08b6bc14f40c1602926b7fed1c63a505c3411070750402ee, '', 0, '?'),
(0xb2ac3890d176d673f6280d4ff0608c6c, 'wp-content/themes/jannah/assets/js/velocity.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/velocity.js', 0, 0xc922591975b1b8214a5b106bbfb9dd02, 0xc922591975b1b8214a5b106bbfb9dd02, 0x4289f1163ec7637378d480d144c6da6836b5c59f001a9ab42798118b906073c7, '', 0, '?'),
(0xb2b6b9d5df4adee8f145e4dd65789ce3, 'wp-content/plugins/wordpress-seo-premium/classes/blocks/siblings-block.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/blocks/siblings-block.php', 0, 0x6876e575aadeb731044db64e7be2f3df, 0x6876e575aadeb731044db64e7be2f3df, 0x5209613da7c7f12e1f5d17ed870e200881692372b2a61be833502b788921346a, '', 0, '?'),
(0xb2b743069ff99359c4e0d1858197d038, 'wp-includes/SimplePie/src/Gzdecode.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Gzdecode.php', 1, 0x00000000000000000000000000000000, 0x7ad23a4f14fe1257f77fbcc92b93096e, 0xc9cdb9fc9056362ce596411c543b0c413971ce4fab8cf50ff58e85fb70d22ce0, '', 0, '?'),
(0xb2b8c5a4c84658f32fe0dee241cb0109, 'wp-content/plugins/elementor-pro/core/database/join-clause.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/database/join-clause.php', 0, 0xe9f4ebaab309e5237dbe9bc225c3b572, 0xe9f4ebaab309e5237dbe9bc225c3b572, 0x9245b37856c6d87bea96a262cccf2c1ce25d3da7666f8c22007d5cecb0a0acb7, '', 0, '?'),
(0xb2bc6d7fdb99a78dae01276bae3d0f56, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpCarouselAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpCarouselAmp4email.php', 1, 0x00000000000000000000000000000000, 0x6753f34354ed33074bfcd3aec2718148, 0x3f9e1975dc529aecd2d45b946e8c056f7a07c3b6fd43c42fd1ddf72da42f4a4a, '', 0, '?'),
(0xb2c8bd145e59cd7e11d9085f80157d9c, 'wp-content/plugins/elementskit/modules/header-footer/activator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/activator.php', 0, 0x768f306883874522bd376158e7f3f1ab, 0x768f306883874522bd376158e7f3f1ab, 0x456e6663db4429fde15e75bd4228198f169818c557747ecdc162a6ed241bd497, '', 0, '?'),
(0xb2c90e572448f0be97ff44e4213b3144, 'wp-content/plugins/elementor/assets/lib/animate.css/animate.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate.css', 1, 0x00000000000000000000000000000000, 0xf86ea6941cf680339fd3473b4b45e3d5, 0xb007f8b3a3613b38237ffb9ad022004d30dca4ffcca8f5cd4ba6b95b1a32fe20, '', 0, '?'),
(0xb2cb2af2e379826e714a0fe5379464b4, 'wp-content/plugins/amp/assets/images/reader-themes/twentytwenty.jpg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/mask-shapes/flower.svg', 1, 0x00000000000000000000000000000000, 0x75633d24ad5f4d95d6192ee69f367a5c, 0x5a2bd262c5bddd6ef515b73ac3ea8e6837fc429dcedcc0e46cd5e4de43d0e633, '', 0, '?'),
(0xb2cf66ff540ad887a3a384117750dd0e, 'wp-content/plugins/elementor/app/modules/onboarding/features-usage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/onboarding/features-usage.php', 1, 0x00000000000000000000000000000000, 0x86749f95133f168cb89c7143458b277f, 0xe49cd252f5f3baab5db1072a26786bb52baa7f7eebcaf531d5a8aea051784dc4, '', 0, '?'),
(0xb2e6f69d65a9bc86876256e0445eaa9e, 'wp-content/themes/twentytwentyfive/patterns/banner-about-book.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xece0213ee85e684cb3396117b2b97cad, 0xa1f26be73e3350b96976618d237d3f2c6eacf30597185ce24833a91c7b5ce358, '', 0, '?'),
(0xb2ea8496a5ccaa7ee8d6f0e384e29757, 'wp-content/plugins/elementskit/modules/copy-paste-cross-domain/assets/js/ekit-copy-paste.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/copy-paste-cross-domain/assets/js/ekit-copy-paste.js', 0, 0x40454ba1b09b74d9e16bef18802a5ed5, 0x40454ba1b09b74d9e16bef18802a5ed5, 0xd62ce4a415f9845ed2ebc07acdd79b984771513f344e6457eedde5a73ee3ed4d, '', 0, '?'),
(0xb2f2e8088aeecd8e5c31d187da84dc15, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/DataManager.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', 1, 0x00000000000000000000000000000000, 0x4911c368851583ae25752d17439d00c4, 0x2259c2a42636485518be5ee906b727fd24b19e08e53d5f3b1e3efe02b0a70be6, '', 0, '?'),
(0xb2f9b7e5f610d954d8dd863916c3dbd5, 'wp-content/plugins/elementor-pro/modules/custom-css/admin-menu-items/settings-custom-css-pro.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-css/admin-menu-items/settings-custom-css-pro.php', 0, 0x3fb7a3e56caf6cfa9fbcd4c4b31e69f5, 0x3fb7a3e56caf6cfa9fbcd4c4b31e69f5, 0xf44ae8898f4226c97a3e81ae27b993d0b53e5a5e8ef8997d9cdff53c4519e06e, '', 0, '?'),
(0xb2fffead78c47fd099d229444387cc3c, 'wp-includes/js/customize-models.js', '/home/forwardbetcasino/public_html/wp-includes/js/customize-models.js', 1, 0x00000000000000000000000000000000, 0xf42702f4ffb78b7e477e0f10f6d49e9c, 0xbc68f033585678da70c6ec54bce84f7f53c29153666218e6d10d8445e68db5db, '', 0, '?'),
(0xb3052da92aed7878371191dcd3b4ef9d, 'wp-content/plugins/amp/src/Validation/URLValidationCron.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Validation/URLValidationCron.php', 1, 0x00000000000000000000000000000000, 0x721fa2d29bf00bc5e69c3c9480780ed9, 0x1457d0ef1042e30d169c3f1434e12063016266f458b4a19d571fe5e0b65378f8, '', 0, '?'),
(0xb30994bd8df71e68dcf331362253a6cd, 'wp-includes/blocks/comments-pagination/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/block.json', 1, 0x00000000000000000000000000000000, 0x2c5302220df6e757a1006ebe9c6f8d9d, 0x1203830ccd00b0ab576cb7338ff40cbabd6c73c23e01d28f92eff0d3bd445e2a, '', 0, '?'),
(0xb30c7ea39ab9ad55f722d0269018d005, 'wp-includes/images/wpicons-2x.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/coming-soon-bg-image.webp', 1, 0x00000000000000000000000000000000, 0xa8a1516bedca39878f6241c97868dc7f, 0x29678f2cc6ca6ab34f20a762a3f0b13b40689202c1b4ebbc9b6f0150023c416b, '', 0, '?'),
(0xb31474f57ebcb5bdcadec82aec17d686, 'wp-includes/blocks/page-list/editor.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/footnotes/style.min.css', 1, 0x00000000000000000000000000000000, 0x3062b46b2e1f33a0d4bbafd4c807dbb4, 0x53e8f80b28b23a60ab962bec20e091aa258fc7b4aa059fa5de5866451314b104, '', 0, '?'),
(0xb318cc57327fddd84481f14787378756, 'wp-admin/css/common-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/common-rtl.css', 1, 0x00000000000000000000000000000000, 0x8298036f96c160b17d411ec8d2716135, 0x19a9800ef60284353472d1461d02a6a89ecf03715174aea79a9a1c3881df25a8, '', 0, '?'),
(0xb31ce84d0c139fe97e0acf547c020eb7, 'wp-includes/js/mediaelement/wp-mediaelement.min.css', '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/wp-mediaelement.min.css', 1, 0x00000000000000000000000000000000, 0xea958276b7de454bd3c2873f0dc47e5f, 0x213fff5bf6dc5ffcc5e772f480e13d260ec80af62d257f211479b8071ba30dda, '', 0, '?'),
(0xb32a13814e8291057cbae9726120ac36, 'wp-content/plugins/elementor/assets/js/beta-tester.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/beta-tester.min.js', 1, 0x00000000000000000000000000000000, 0xe38f70e04cde2a70d9b5bfac5534a284, 0x381afaa6c8d2f6e9cda7d15004130d014cc307d6fcec4a6e52299c6d1f028c00, '', 0, '?'),
(0xb330b85727c1bad650d66dceb703f058, 'wp-content/plugins/elementskit-lite/modules/layout-manager/assets/css/ekit-layout-library.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/css/ekit-layout-library.css', 1, 0x00000000000000000000000000000000, 0xd22339d2df8b1a365bbcc55ab06f9757, 0x027b47b0e1013cbb65134ed199cbc39f147e3511f086885e6d16cb9d81b84f5f, '', 0, '?'),
(0xb33bd962cb6be6ea4a6a2a44ea51deff, 'wp-content/plugins/wordfence/css/wf-onboarding.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wf-onboarding.1690810710.css', 1, 0x00000000000000000000000000000000, 0xb69a3fdbb742712d554f16d55a651620, 0xdd1b0ee6c3d4b6bc7f587d9895cd43d35fe416a32cb0b2206646edcd2a36e7ca, '', 0, '?'),
(0xb33ed99f630798adbd95fb150dc92715, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/fat_stroke.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/fat_stroke.svg', 0, 0xe700a48efad556c813e178dd07d42149, 0xe700a48efad556c813e178dd07d42149, 0x595986e820ed7249d63982a0ce72037d0dc0ed78aa59f886a0b4aae9187d26c6, '', 0, '?'),
(0xb34062ebb8c7b16d5453a528a7a0f203, 'wp-content/plugins/wordpress-seo-premium/src/ai-suggestions-postprocessor/application/ai-suggestions-serializer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/front/Front.php', 1, 0x00000000000000000000000000000000, 0x22852fe9e0671604c5a20f026db8b938, 0x08bfcc3f3d1426b352e38336a9130480b0355b32347fb729639db99f54df52b1, '', 0, '?'),
(0xb34eca09fb3191792a6948fbc2f22041, 'wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-term-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-term-presenter.php', 0, 0x2c031e2e837bd9245cd43d69fbf966d3, 0x2c031e2e837bd9245cd43d69fbf966d3, 0xcba0fd4654ff3562bdd133646623f649541e21e64a40853f5175c56eb704577c, '', 0, '?'),
(0xb35662286b74885722ed36283bc6b4a0, 'wp-admin/includes/class-wp-media-list-table.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-media-list-table.php', 1, 0x00000000000000000000000000000000, 0xc7316791cd2454305db61d95cf2a0680, 0xcf2a850473cd9865b4f67a0fcb29f666eb05a33c112c5280cc31fdf8ee85bbb8, '', 0, '?'),
(0xb356c6fe87f4be39ce32a1eeb2dd3aa2, 'wp-content/themes/twentytwentyfive/templates/page.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/templates/page.html', 1, 0x00000000000000000000000000000000, 0xf9912d724c9b98cb37870d67facc0142, 0x065c15e6189d1cb6b87af3c43d015593b81f0c413117b0cff014da7feee47770, '', 0, '?'),
(0xb35a9eecb083582ee48a39de9f7f4428, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FilterSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FilterSpec.php', 0, 0xda58382fb1849314d8ce096868f553df, 0xda58382fb1849314d8ce096868f553df, 0x19b05b43592554a5ed356b5c8dd244207596eae36f2604c97fc914d93e3c322c, '', 0, '?'),
(0xb35d6008ac5a61f6e8c335d48bb10cac, 'wp-content/plugins/elementor/includes/template-library/sources/base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/template-library/sources/base.php', 1, 0x00000000000000000000000000000000, 0x419098245432cf60a699efb1d407340b, 0xc1a797438741c273043be9fda2b4eab7226b5a03219311adffb772becd3c09e8, '', 0, '?'),
(0xb35db50499056c4d4aeaa5f8e66c5935, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/internal-url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/internal-url.php', 0, 0xc162d3ef95a7d48bce0687a07a4e64d7, 0xc162d3ef95a7d48bce0687a07a4e64d7, 0xd6a97164597e64befc878ad9b82a2973d9f9672a9bcc5530a4e5f6522bfc0f42, '', 0, '?'),
(0xb35ee0b708673849b101baaf62510424, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SetDataValidationRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SetDataValidationRequest.php', 0, 0x7962039bfbe9f44d44d8e68e9985531a, 0x7962039bfbe9f44d44d8e68e9985531a, 0xfc2a1d40ef383fc8fb1cba9ab9aa4e5a63b8765a923917e6274822a7d1c23e2e, '', 0, '?'),
(0xb36848d695e6d617840cb1779ec6799a, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-date-time.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-date-time.php', 1, 0x00000000000000000000000000000000, 0x84fec8142f02e8bad947d51268afe997, 0xe7c8c758b7a2c45746ac267ae6abb86fa01dc9af5031bf3e21c475e850fda08b, '', 0, '?'),
(0xb3690fc89c19cc318ae900a6cee8c138, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/experiments/non-existing-dependency.php', 1, 0x00000000000000000000000000000000, 0xbf40aedf58b4742645d66e83e1bfb23e, 0xdef331664a41cf447828a8f7931ac01869e610b20b4b31bcfad62f4e0b67139e, '', 0, '?'),
(0xb37c5da744c5f31a2e92451c06eeb1ae, 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBaseCarousel.php', 1, 0x00000000000000000000000000000000, 0x1d7fa9f6f441f39da1bcffea6f87e586, 0x62da3afa7f640e68254af41c18bca7f2f5e423f9f16ba5363f329bdcd41503af, '', 0, '?'),
(0xb38573f7c58b3a568c6126747e5c94af, 'wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/HeartbeatSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/HeartbeatSubscriber.php', 0, 0xdefabea06c279ec5573f6edfdbb8a883, 0xdefabea06c279ec5573f6edfdbb8a883, 0xd309d01a97c956e9b6f20295d742ad27e317277bc76304408b4161102c1521bc, '', 0, '?'),
(0xb389ae4e2da1718a07ac8800fb05e7b6, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', 1, 0x00000000000000000000000000000000, 0x8b88b77fdbe48be3fbd90daf29d26f46, 0x8654b4259a6275fb1d49917f7cc7c85ce42f1fdefacc2b375e665cfe5249db84, '', 0, '?'),
(0xb38b4cfa7c6e8f3977343190d9dd055f, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x6ba042027275c831295a0dceb24e9ffb, 0xb45f2ea15b36eb29640715b28b1aafb8d99db222ba329db6f7a549dd5ed79fec, '', 0, '?'),
(0xb38e2e116397447dc173f1e617ed88e8, 'wp-content/plugins/amp/src/BackgroundTask/MonitorCssTransientCaching.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-translations.php', 1, 0x00000000000000000000000000000000, 0x89e5f05de191756d8d9d1308b179a70e, 0xec12a7421ee42c36c721d0e8419bc41e4c3f7dda548fd93002b7e9477a7f0f0d, '', 0, '?'),
(0xb39539f2a79c7db8da76ea8f4f5ecbd6, 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-settings-category.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-settings-category.php', 0, 0xb578c8c3ec34cafbbd5359666555fcd4, 0xb578c8c3ec34cafbbd5359666555fcd4, 0x48b7aade172c9a9e043c4aa8afcb392b03a9eb4f27af5405415ffd9b910c5872, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb39e61183f55549b811394e684ff0feb, 'wp-content/plugins/elementor-pro/modules/forms/classes/activecampaign-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/activecampaign-handler.php', 0, 0x3a5ecead012bf97d29c41b2d43cae805, 0x3a5ecead012bf97d29c41b2d43cae805, 0xbcd2af4e2a6a44529adf1bc5ff84e3a6560dc1b8bb46c52442c83baa28fd7e16, '', 0, '?'),
(0xb39ecda4ad899441d65b174b840f96c1, 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-wxr-importer.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-wxr-importer.php', 0, 0x3adae2fe3b1086af0073bbd813981f84, 0x3adae2fe3b1086af0073bbd813981f84, 0x947c34e977f0907620bf93bc82b24de228c9f54d29e313a5c58548b87161666b, '', 0, '?'),
(0xb3a44195b1b6a4342fcc87f35194ea46, 'wp-content/plugins/wp-rocket/inc/deprecated/3.2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.2.php', 0, 0x53d1eee7669778dbfb2c28d1be719b96, 0x53d1eee7669778dbfb2c28d1be719b96, 0xef7a6a934959093dad8d3e59859bbdbfa904ea0107c03a9fb9a929dc56b58f15, '', 0, '?'),
(0xb3a5f4384f885a688a3f3d7b3f75b65e, 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/base-migration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/base-migration.php', 0, 0x42cac1b18ac82e9fe8b88b29c9e3c3eb, 0x42cac1b18ac82e9fe8b88b29c9e3c3eb, 0xb4c85f4370025d6fdfe4459019ca7f6852ee11ebaad1c32b27c3bb1c795c0898, '', 0, '?'),
(0xb3a6b7993de88682c8019d9fa42b1d7c, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/DismissStorage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/DismissStorage.php', 0, 0xac800b23e4d9ce2d9aa7ccfb0ff69f18, 0xac800b23e4d9ce2d9aa7ccfb0ff69f18, 0xf8954405381e79e6f1da2cc800859950f0bebba9125818d30d2c8cedbd3cb1b2, '', 0, '?'),
(0xb3b1b1ce7559afedb3ef0fa8c2e31dd5, 'wp-content/plugins/elementskit-lite/widgets/testimonial/common/link.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/common/link.php', 1, 0x00000000000000000000000000000000, 0xf68744eadb2942e2d7d1a6cbc88a2678, 0xd652997a3f1ace3a125fde86f833220257380f506c1fc0d8834cec9f0af9ab19, '', 0, '?'),
(0xb3b6761c07e1d454efa51d8a9ed043ca, 'wp-content/plugins/wordfence/lib/wfVersionSupport.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfVersionSupport.php', 1, 0x00000000000000000000000000000000, 0x0674b635033526cefe4a52d2b94dbfa8, 0x8137937ec1abef289013b494ec58ccb32e4de6bad2b56bd0110ae4432db91d4f, '', 0, '?'),
(0xb3b959a73a25ea44752552906d39b4de, 'wp-content/plugins/elementskit/modules/particles/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/particles/init.php', 0, 0x4dd2efcbdcf04af1f59525758edc284a, 0x4dd2efcbdcf04af1f59525758edc284a, 0x37cdc9c8368a38614285c1dc86f28b3bfeab270ff7e06811e21625c434b0a17b, '', 0, '?'),
(0xb3bc5f271ad30d5cac444d9d8bfe63b8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedQualifiedRuleMustBeInsideKeyframe.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedQualifiedRuleMustBeInsideKeyframe.php', 1, 0x00000000000000000000000000000000, 0xf66f1dc9e25f44f35769f3dae45a592d, 0x378aff3e4d29e4938d01477acffac47bdfcb730964109c9ec778f8eed338c1ea, '', 0, '?'),
(0xb3c1b40f15ac26a057456d30b9b78746, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/components/author-meta-filter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/components/author-meta-filter.php', 0, 0x16d8de637ceacf5854d00358dec72373, 0x16d8de637ceacf5854d00358dec72373, 0x1b3ad4a1dbf1ee9551455d54a6d02a0971c75de960bb1cd097791b4dfe493ce9, '', 0, '?'),
(0xb3c5229672ab363c8b8481201e77c0e1, 'wp-includes/js/dist/script-modules/block-library/file/view.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/file/view.js', 1, 0x00000000000000000000000000000000, 0xcf76eccf07a04b275b2348a9518c3699, 0x7e7610179fb763618e954cf362e88e08217058117ab13a9c491cd524474ac02d, '', 0, '?'),
(0xb3cf557742243cf617f59aaec2eee515, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/HTML.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/HTML.php', 0, 0x2d7a8e3893f08518b2a1e594c3ae5289, 0x2d7a8e3893f08518b2a1e594c3ae5289, 0xb1795cc2a945d4b5caff37a4f9667a56afd6aa7cee7274224e769d2872596dad, '', 0, '?'),
(0xb3d19364f79d2ad7a894a1150c569cb7, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_IntervalSchedule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/schedules/ActionScheduler_IntervalSchedule.php', 0, 0xbfdd6442373bfac336b5e75a08559132, 0xbfdd6442373bfac336b5e75a08559132, 0xfcd1b5388f454e244a1130054721a0497ee5263b8e28b774f2c2986b1a223a59, '', 0, '?'),
(0xb3d504deecec61c6940061ff275c3fde, 'wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php', 1, 0x00000000000000000000000000000000, 0xbb30319d508e5f6de07277fb9ab7291a, 0x4b84240104ccaad5bdb15265c409de38994fd6795fa6cd08596f61b0b27a6a20, '', 0, '?'),
(0xb3d8721d3ea6fb691904895ec23bc68a, 'wp-content/plugins/elementskit/widgets/table/table.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/table/table.php', 0, 0xbad00799a3659a0829d2bb1e1f8c9583, 0xbad00799a3659a0829d2bb1e1f8c9583, 0xac36e8b1b114c228a07f1b49abff2375a5a28b5e7ee8420dad9a84b5c046e85c, '', 0, '?'),
(0xb3dfae8be590ab90f2ef2d46cc54b68f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage.php', 1, 0x00000000000000000000000000000000, 0xe1682c22d54e2e637f2673df1d139c3d, 0x57b45f1d9744966cd01e2c77a1638683ff29b6ec8cbad3591d1195b938e1b29d, '', 0, '?'),
(0xb3ea5a0dee6a41f27dee73982c3cde53, 'wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php', 1, 0x00000000000000000000000000000000, 0x009dd0110c78c8ad8b691403a2f93363, 0x4151d0cec8e3a319f7dcf14f9d6c9f0f8f62b519c6667ff8b8ecf54a82d4eae0, '', 0, '?'),
(0xb3f3dc379430f097fe4bb6b98d9423c2, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-rotate.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-rotate.min.css', 1, 0x00000000000000000000000000000000, 0x83a3404c837cd33590fab476958bfb41, 0x0e943d6871628f1aa077fa312d39fa162033a2957d33f2c1a9e80fa82bb7604e, '', 0, '?'),
(0xb3fe452384c1e51e1861e3260261f4b2, 'wp-content/plugins/elementor-pro/license/notices/trial-period-notice.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/license/notices/trial-period-notice.php', 0, 0xfb6a4ef9419a17d66fa9dc662b19d1b5, 0xfb6a4ef9419a17d66fa9dc662b19d1b5, 0xf0fd8a336e75d8d9bff03d40024d398fa94c10c015e328fc0f672b7601e2cafd, '', 0, '?'),
(0xb403d10abdf2ee945369eeebfdb8f104, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php', 0, 0x211c7bd668c8a1521932cbaaed80a836, 0x211c7bd668c8a1521932cbaaed80a836, 0xbb28ed31714b43a9a5f698d0e0443fe77ed4a8eb7e4f54c4da2024267e233ee0, '', 0, '?'),
(0xb40a0088d0dabab9419fd3cc7ad2d052, 'wp-content/plugins/elementor/assets/svg-paths/line.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/svg-paths/line.svg', 1, 0x00000000000000000000000000000000, 0x6904c877facddb0f57227c5fe9e0a2b8, 0x082392a604dcb56deaaba319d560edebd6bcd8d13b0250ffc0f0bb782a7ace35, '', 0, '?'),
(0xb40a916f747d1c6c1df2b72145bc6049, 'wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss', 1, 0x00000000000000000000000000000000, 0x8f6d00f85ca1b46e8b2bc103f415c396, 0xc68cc3257bab63556b77048f1f9e0d9bfd5e70259a89080b14f6244cf760d1e2, '', 0, '?'),
(0xb40bb5dfb23bf89b3011ff82d9cb0b0b, 'wp-includes/feed-rss2-comments.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_rgb_b.png', 1, 0x00000000000000000000000000000000, 0xf6e50cd567bd3059742d45ab224a413b, 0x71407f44e4e51eddc44f8d9e857b32e940707d9b1f11f2757056ae3ebc620be4, '', 0, '?'),
(0xb421982d4c014876f829acef6ea88123, 'wp-includes/https-detection.php', '/home/forwardbetcasino/public_html/wp-includes/https-detection.php', 1, 0x00000000000000000000000000000000, 0x6e623ed2ac68465a65b9aca31a708e7b, 0x02c1ca7fe4435864aeea35c8c3c95bd836765ac2527d8bedbcc01959ee8406fc, '', 0, '?'),
(0xb42749a2e3a1a6009f8b62222a2113c1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/RequestDestination.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/RequestDestination.php', 1, 0x00000000000000000000000000000000, 0x378d398b287e7c1e9d2526a1d7d8a516, 0xda4a5e9d70a797997e3b3a8a080edecc110e814aee828c31df1d1a77b06844ad, '', 0, '?'),
(0xb42b0bc768a72ca0e81a3a523b28254e, 'wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.css', 1, 0x00000000000000000000000000000000, 0x9e426cd9c20765002e2e698a00653fe2, 0xf40cb1546acaf40bf240af47c2c4729c0411b829cc72231e573420b3eb77259f, '', 0, '?'),
(0xb4332959a391486157076389d5fa43e7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php', 0, 0xb2417c279e4144833173fd0cb478b786, 0xb2417c279e4144833173fd0cb478b786, 0x3e55dbf78f8056d610ff9a442c25c41a87a5ce2a4acfd0d593feded2c9c0a199, '', 0, '?'),
(0xb43baa9acc388b5e0d0b3c9943555644, 'wp-content/plugins/elementor/includes/tracker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/tracker.php', 1, 0x00000000000000000000000000000000, 0x3069ef703462746bab00bc662160bc27, 0x95df4c2ddbb9d07122194b6b781a27a55f12f36a97db79e13b5055bbc7fc0e89, '', 0, '?'),
(0xb43cd8ec8067e33db143a314d7b47144, 'wp-includes/customize/class-wp-customize-themes-panel.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-themes-panel.php', 1, 0x00000000000000000000000000000000, 0x8722e8ab3314400df0ab6acd0ca2e44b, 0x06439dd73a1dbe2e98fc0f3aff0623cee0803ca5418332d0cfe956ed88e8fac3, '', 0, '?'),
(0xb43cf8edb49a89a51ed106310dd7670f, 'wp-content/plugins/wordpress-seo/css/dist/metabox-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0xbe85a953732c865dc15dff80cb1f7c23, 0x6303f8e72b003733ba9569baff8ec23df897f4b3aa12bebd94e9d4577235e2d3, '', 0, '?'),
(0xb450433cc2c2091bbacedb766ee05238, 'wp-content/plugins/wordfence/images/tools.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/tools.svg', 1, 0x00000000000000000000000000000000, 0x871ef28140631549dc181118dbcbe1c5, 0xdcea5984e63ddce905e10bbeeeee52428f2915097ef2ebd70cef82dc96dd9f72, '', 0, '?'),
(0xb45df5cb2309a8ad5ee9217ac5a142fe, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AssetsLocalCache.php', 0, 0x7a0ae13fc16cd551994b8ab69f374ba4, 0x7a0ae13fc16cd551994b8ab69f374ba4, 0x8cdc5674a4c57967d5679b143e4d9947a30022ef49e00e3d900d8fbd9172da22, '', 0, '?'),
(0xb469f0916895c3f3c7427f1885a2d512, 'wp-content/plugins/elementor/core/files/css/global-css.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/css/global-css.php', 1, 0x00000000000000000000000000000000, 0x4a119013bc6fae0e01af24ccc56fef44, 0xdbda1651339b3b6c7598583fe5109f7e142498d455cd780da929e3d9e412252a, '', 0, '?'),
(0xb46cbbf3368c21691cb31df9673d0c1c, 'wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php', 1, 0x00000000000000000000000000000000, 0x7be9e1d9576827c3462f14abbb146adc, 0xcb2da3429b5e54779caa5d2db9c4352b4cd17fcd395a9ca9e2b757e37aca322d, '', 0, '?'),
(0xb4713591a925a592fc0d9869c0a6d338, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/EmbeddedObjectBorder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/EmbeddedObjectBorder.php', 0, 0xc5a00ffba3b8a7a37a41f6970de4dc8f, 0xc5a00ffba3b8a7a37a41f6970de4dc8f, 0x4af4e1baf7ec534df8b51c0cbd28573b0586987e5684559ad289ada7f92b4fe8, '', 0, '?'),
(0xb4749da5d0bf6a97a45a4bf637205d8c, 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg', 1, 0x00000000000000000000000000000000, 0x0b02947298d07221a539e5ec171e7b41, 0x6bf7d041f97c82d4af3c8176e7ad0c09214137ea5ce86af24bb04ba1d8b0c9ed, '', 0, '?'),
(0xb4763ef0388af327b6f45436b6cdd558, 'wp-includes/js/jquery/ui/progressbar.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php', 1, 0x00000000000000000000000000000000, 0x776ef8b94f2f8952720b77f09ef24c4f, 0x71b486e5ce8de665a5f1a9319d30ae710fd545951041e6794699c9abe05694e3, '', 0, '?'),
(0xb47ed2248e471d6ad3fe1839c250d2d9, 'wp-content/plugins/elementor/modules/wp-cli/cli-logger.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/wp-cli/cli-logger.php', 1, 0x00000000000000000000000000000000, 0x96e237f51e6a43f6ec70e9818710a872, 0x418607c03a5e319e23713a94987c250350fc6ce81e391431823a5bfd45d386b1, '', 0, '?'),
(0xb482192c1006e906d74d86f83b76fbfb, 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-import.php', 1, 0x00000000000000000000000000000000, 0x4aad9975ee4b2ea3e1359b3f031e8b67, 0xe88eeee8349a14abc96da5a064df449a7fe098583cd5d022793155382470c9ea, '', 0, '?'),
(0xb48333a0542e5e9dc6993cde0ff7f814, 'wp-mail.php', '/home/forwardbetcasino/public_html/wp-mail.php', 1, 0x00000000000000000000000000000000, 0xf4e0b624271a3ea617483902466c30fe, 0x03e5376f0e24fd7d5aa12510b25d860dc6dd040b83e8a5cc874ca29cbcc8fe8a, '', 0, '?'),
(0xb484365be1429f3ac1c91ce8cd01fa2e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php', 0, 0xf2658c51697202f51992b8d9ae2214b9, 0xf2658c51697202f51992b8d9ae2214b9, 0x68daebc20d0c666c37b3c9bb9af52551303ada53136b3a048f1251cebf3e6f04, '', 0, '?'),
(0xb487c9e59530fec9114bf94e217417e4, 'wp-content/plugins/elementor/core/files/assets/files-upload-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/assets/files-upload-handler.php', 1, 0x00000000000000000000000000000000, 0x00cfa0df82a91f1df1e193307ebf82f9, 0x84c668d2dd5e9babb4cf195e19e9bd4a9d72228b78f178d05bad1fc0c0a4a630, '', 0, '?'),
(0xb48d823a548a4c9135b645461daa5663, 'wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss', 1, 0x00000000000000000000000000000000, 0x72a9765f0504c66088cd0ebf6ea82f54, 0xa650ab9173270aaf0e42cae64b4d24eabc93720c66793679ddb51d5b89b2a965, '', 0, '?'),
(0xb4951886765e8f354764dcd93e59b41b, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', 1, 0x00000000000000000000000000000000, 0x55b1a43f05eb713eff40e101aa11d770, 0x007b6171ee2877cf0721497af37d2b9d6cff782f4930b8397c3125a1f8c090bc, '', 0, '?'),
(0xb49b03b8566a279a9b179a07d30ef9d6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTwitter.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/schemes/manager.php', 1, 0x00000000000000000000000000000000, 0x891d5ddeb6ec0275b914583a3851d286, 0xbb129b8e8859252c398426befdb76c331b9fc18339f5e64413aecd7945b948f8, '', 0, '?'),
(0xb4b2b2003958ce73b6658021ac084df6, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Context/AbstractContext.php', 0, 0x533d019676da7d6cbaebaf4e22b2fcb0, 0x533d019676da7d6cbaebaf4e22b2fcb0, 0xc075989c7839d095975f213efa1f9253b46aa2326ed192b74de4c9a2176879c3, '', 0, '?'),
(0xb4baf1bfbcf1081d36e47c07f74edb70, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedistantlight.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedistantlight.php', 1, 0x00000000000000000000000000000000, 0xad159c8f09549d577ab9f7b9f07f444c, 0xef8799a563b111319d62681511813fa4f9142c3b2272cc3e5a3e329846932720, '', 0, '?'),
(0xb4c20024c8d47ff0da096ba482eb65ec, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/JS.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/JS.php', 0, 0x54e9b5391ae02111798b0356bc8efe5d, 0x54e9b5391ae02111798b0356bc8efe5d, 0xa9c511902696d1ac84b0f2e4dd0fc9d9d00e5e6e86824b4d14050498138d845f, '', 0, '?'),
(0xb4d07f41643ac4e63c29f21538a7434a, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/ct-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/ct-base.php', 1, 0x00000000000000000000000000000000, 0xa3e40cd2833ab74c04829f29ce237c59, 0x3bb26f02ce30fb7fbd507a80afd510718e5c423475cc2a6d331d1c336e3af02b, '', 0, '?'),
(0xb4d24bb4e7e74f05c89639d7337c3c8d, 'wp-admin/maint/repair.php', '/home/forwardbetcasino/public_html/wp-admin/maint/repair.php', 1, 0x00000000000000000000000000000000, 0xc62189e6f86ccf6b85421169a75431ea, 0x709f979307a0e3c64e197a764db27a18e6c614da040b0e10551e399737e06a9f, '', 0, '?'),
(0xb4d2c016a548e92f2e8dba44603a438c, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/Yoast.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/Yoast.php', 0, 0x2958b975ad177f274b067903218b9501, 0x2958b975ad177f274b067903218b9501, 0x9bd1f428e4c6bd3e51ccd75911531ae429cea4c014f7c320c50e86e7e8de6169, '', 0, '?'),
(0xb4de736477c44c14a2f93958110eb1d0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Defs.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/pullquote/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe169d4087d967d4f10619d02be5860a3, 0x35689e3344d909a2b1132108add0a30ef45e4916d6756e2ba083912fd95fbe75, '', 0, '?'),
(0xb4e31edd3e994b812e0c93d5ef76cef4, 'wp-content/themes/jannah/templates/loops/loop-default.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-default.php', 0, 0x378a1a3f5f81eb64e7febccf1bdd6895, 0x378a1a3f5f81eb64e7febccf1bdd6895, 0x24131955f400473e2f43243a5d807570bafc2d32cdfb6f54522fd96370436900, '', 0, '?'),
(0xb4e35c5d5d398ec4ed64d72148c91a97, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-10-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-10-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaae0a3af479e8a33db59fe9dfa76917c, 0x727a30fd774f498a8348f018302a319f8372bc90f3beeba1cae4e44f6b68f5cd, '', 0, '?'),
(0xb4f049c7e5d8fb2e2455305d2788535f, 'wp-admin/includes/widgets.php', '/home/forwardbetcasino/public_html/wp-admin/includes/widgets.php', 1, 0x00000000000000000000000000000000, 0x91851ce54fc1bc8fc1a4a60f49743b8c, 0xe05d9add5dba12c21a9bcbf2a97fcb268ccbbe51660463793aab640fe81ca64f, '', 0, '?'),
(0xb4f35fbc7f02e6dc62cd3a2945a9c1e9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UnmergeCellsRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UnmergeCellsRequest.php', 0, 0x254b6841b87d460e4f853a0694df9832, 0x254b6841b87d460e4f853a0694df9832, 0x406d6f6bcc023f1eaac85128bd3060c761218473b459f2b26c97ba43f848b443, '', 0, '?'),
(0xb4fe0cea91897dfa4f619f5487544e2e, 'wp-includes/blocks/search/editor-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ImgAttrs.php', 1, 0x00000000000000000000000000000000, 0xa462f8caac2aaf86baeb3668848413dc, 0xf9927e0987956aaeeacf4b99b7b0aacab366d466f6eb47851bca8d9d5f839ce9, '', 0, '?'),
(0xb507dbea84a8c2849ec7e9c785833441, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAddthis.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAddthis.php', 1, 0x00000000000000000000000000000000, 0x5bc38dd643032f132345031be66423d2, 0xa47ae88d54676f2a5b77d6aaac1bd39628aef833e4f6060158b7b8659508678f, '', 0, '?'),
(0xb5112a0ea0444ae43779fdee03b2bd7f, 'wp-content/plugins/elementor/assets/shapes/arrow-negative.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/post-formats-vs.png', 1, 0x00000000000000000000000000000000, 0xa68f53a66c93f4485ca9acafaffc81e6, 0x18658574af81ab777c57a77b0e1278bf79250c4b3aa6bb514537ac9091e5c3d3, '', 0, '?'),
(0xb5165efd3e4fdebb78cb536008996a53, 'wp-content/plugins/elementskit-lite/widgets/icon-hover/readme.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/icon-hover/readme.txt', 1, 0x00000000000000000000000000000000, 0x8fc68ce362dd04f1c0933c7e7e67a0a3, 0x25148e45ba53f48e1480f9171c6c0f6bd52d1f873757640825ee0a9c991de1c5, '', 0, '?'),
(0xb51759dfe4a6c355f75753a60fac7338, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/NoticesSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/NoticesSubscriber.php', 0, 0x49b9129cfa6abe2f47814c382f84451c, 0x49b9129cfa6abe2f47814c382f84451c, 0x16412ce7a81a8c044c6678dae4dbc7e595f782a438a85a65017804336120283a, '', 0, '?'),
(0xb518a440b1a2b03f9fb324d6bef2abcd, 'wp-content/plugins/elementskit-lite/widgets/faq/faq-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/faq/faq-handler.php', 1, 0x00000000000000000000000000000000, 0x72309c9c273a3f396da61a2eac7ac233, 0xd6463a64082e9c023d46a18297975831d1061ccc356a3f1065c64ce68d1066b4, '', 0, '?'),
(0xb51ae55b1010e80e4db5985b07d90d8d, 'wp-includes/blocks/columns/editor-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php', 0, 0x2034ac998c10c399a27e46d0c8341758, 0x2034ac998c10c399a27e46d0c8341758, 0xd4a6c3736362765c9708e75b81b1ba3d0363477d49d8f79cbecf18c967c42dfd, '', 0, '?'),
(0xb534d88cf4bd90888294b58c917d3bff, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/Guzzle7HttpHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/Guzzle7HttpHandler.php', 0, 0x54753f4c4fe5e86dd25607f61ae2ce40, 0x54753f4c4fe5e86dd25607f61ae2ce40, 0x973c3ba544f3f6878d8822379b62c2be555d8a9a33add45c5fa7f4719e0c6375, '', 0, '?'),
(0xb53b1171a70ae4447330ed14469ad779, 'wp-content/plugins/elementskit/widgets/twitter-feed/twitter-feed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/twitter-feed/twitter-feed-handler.php', 0, 0x06e20532876a17dcb258d2ba9184aab1, 0x06e20532876a17dcb258d2ba9184aab1, 0xe841a85c5ba7139be053526b8ab0fe99f82ee583033758347b7f48a3b1d7a9b9, '', 0, '?'),
(0xb53c9f331e7fec86761ba27f128f2646, 'wp-content/plugins/wordfence/views/scanner/scan-failed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scan-failed.php', 1, 0x00000000000000000000000000000000, 0x7d5ca7be6644a47c0232dcc0a81d7585, 0xf7fea596af04a433c5f94391a8e0266988cc38ca8d394d676fd441707a6ff840, '', 0, '?'),
(0xb53eaef94fe0db11b527c7f0b0a9a5f0, 'wp-content/plugins/wordpress-seo/js/dist/languages/es.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php', 1, 0x00000000000000000000000000000000, 0x30c7b07b38857d94977ab2036ca9d4fc, 0x6a47f0c4c57e2e27a447ccceef2af99727b37f02531033747e99bce6d386b3b4, '', 0, '?'),
(0xb5439be5ef65e98f788945d576b98344, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNexxtvPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNexxtvPlayer.php', 1, 0x00000000000000000000000000000000, 0xaeb7b9b958c53e6ec6e56014ed27876f, 0xbf9ac203e0f1573624fcdf788f9991ab688939c6b45eaaed0d63835eb6d8215f, '', 0, '?'),
(0xb547565c7ab28523b0ff83213ba2c40f, 'wp-includes/js/media-audiovideo.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/media-audiovideo.min.js', 1, 0x00000000000000000000000000000000, 0x760e80aaf1b07c3313b0a318202f8f4e, 0x27ebe1eafe44d76e51adcd3c937e91d016325b85c678388b5d55ecda4bf25541, '', 0, '?'),
(0xb54af2bb5099d0e2ac44f4e1ab2206c7, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Bold.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/dashboard-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1895c01263066c904eed8a9e780120de, 0xf955fbb835b154acd23d03c32cdf680ab703f4566c5e03db912da2783c2a8a43, '', 0, '?'),
(0xb54f97721023bdd4fd54ba478717bf21, 'wp-includes/js/swfobject.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/tagify/css/tagify.min.css', 1, 0x00000000000000000000000000000000, 0x694dda740bd6c6ec7fb49e0e3eb02bfa, 0xb499a18838a22ab60019b847ba5b7c03a51af9af78d5e2a46828594f7c595cce, '', 0, '?'),
(0xb5623844c1219971d21560618949bfe4, 'wp-content/plugins/wordpress-seo/images/readability_analysis.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/readability_analysis.png', 1, 0x00000000000000000000000000000000, 0xa73bde26eb43787fa7cab78ba2a3a460, 0x6f16e720a134ec2fbba53eeaa996e07e4d0e82fc1940a83520a4b0e79beb2e41, '', 0, '?'),
(0xb563a6a5d20c86aeb7d08cf9b60ae712, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Binary.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Binary.php', 0, 0x6343025f2128b9a2580cd2a5749e908d, 0x6343025f2128b9a2580cd2a5749e908d, 0x79ab6dc1c0f557d31d599e5363654489ee9a547cd6783ca36de64e4971e61286, '', 0, '?'),
(0xb564d7bb26ba79e4c40a96c7d68e11e9, 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/RenewalNotice.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/library-layout.php', 1, 0x00000000000000000000000000000000, 0x2eeb8c44b38e238a616e502d4f034b07, 0xf7524beb3cd98bb7e4979c7ea688505f87b5cbbebd92d0a0cd26eedd5e679300, '', 0, '?'),
(0xb56b551edba1820c7b5b72cd6e06ccdc, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.min.css', 1, 0x00000000000000000000000000000000, 0xcfecbc262ef8eed71208b17d26fb779d, 0x630086905d853f858ec3f2d8473924a3782973e0a64590ec2d9c653db72683d8, '', 0, '?'),
(0xb56d03cb7a39acf69214aeb45b1d04c6, 'wp-content/plugins/elementskit-lite/widgets/funfact/funfact.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/funfact/funfact.php', 1, 0x00000000000000000000000000000000, 0x796fd3af330bec1da39c4e06e35a7f2d, 0xcb3ee127d7556874deebf69b8508c74c699cace54669e08aa05f43f0b33f3839, '', 0, '?'),
(0xb56ff7ef380b4885854130766c4d0572, 'wp-content/plugins/amp/src/OptionsRESTController.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/OptionsRESTController.php', 1, 0x00000000000000000000000000000000, 0xb2ea86f4f6bace47ff1145cf49dab407, 0x05541eda5de79c4c33f61dee7ea9d3016bdb89aa15e793dec0bd4f7d52fd6870, '', 0, '?'),
(0xb5706951de5eae6cbb75dae7e5cfed4a, 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/DevTools/ErrorPage.php', 1, 0x00000000000000000000000000000000, 0x6f4419e561e62f9c1e2b857b7151fd28, 0x263831332b981e65d1f4314a2be4f60e9545d132d1174b658983836f747bd7cf, '', 0, '?'),
(0xb574f91d4a03ab24440cf7b110cfffae, 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes-app.min.js', 0, 0xc387562dffe57c154f914726ab4f4ed0, 0xc387562dffe57c154f914726ab4f4ed0, 0xb3b510bae8cafc4f446ac148ac28901cdc79042ad4c4409097ad527242a05c89, '', 0, '?'),
(0xb57ce93279d8363a6ab5eb78ce93e43b, 'wp-content/plugins/elementor-pro/modules/off-canvas/tag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/off-canvas/tag.php', 0, 0xe67f3e1872ecb9874f2fa901dedc0800, 0xe67f3e1872ecb9874f2fa901dedc0800, 0xc7ea8c3c91c05675592bf06427218b14b12d71c7280fb1275be4b450b5e7a740, '', 0, '?'),
(0xb57fa09735f6a3ea79791200f5cbd0fc, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/conditions.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/conditions.js', 0, 0x61d329e80d3a6fd64387065d765a50ff, 0x61d329e80d3a6fd64387065d765a50ff, 0xb7719e9d00f1b35005812d1907c7087165495eae3b4ff545dfac8e1374009ab1, '', 0, '?'),
(0xb586bb2428ad678b28c1aed450dae72f, 'wp-admin/css/wp-admin-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/wp-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x47835135274559ad6fe230b67dc65fc7, 0x30877c5446eee1cedd4f201b09ea2e97ab91e5a8e32eb9af3e81b943456afbf8, '', 0, '?'),
(0xb586f475ee5f76c7af5f5ae150aa06bb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php', 0, 0x51c36d0ab7ce00f7cc13aee7ac938599, 0x51c36d0ab7ce00f7cc13aee7ac938599, 0x67dc881c55d342e5b29ceb5ea31cf45a31ee85ee82c29566c230093bdb30747f, '', 0, '?'),
(0xb5881301ad0e49c089b394eb2d557711, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Time.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Time.php', 1, 0x00000000000000000000000000000000, 0x39f4fd1260e757c234533c238ad55fdd, 0x163d7b324f6400c3d54aa7bc3ed1164d1b2a6fa720808de0fbaf0c61ea3da96c, '', 0, '?'),
(0xb58eebc0854fa48e4cf6076f47621c11, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Base.php', 1, 0x00000000000000000000000000000000, 0x226ae9bf48920f492e4a6a6b8c054dda, 0x7a7d102cd649f8e970136645767935ce65078cbb1c880aa5709fda4696a0b964, '', 0, '?'),
(0xb591944b5d5b275ac376b344624e9099, 'wp-content/languages/themes/twentytwentyfive-fa_IR.l10n.php', '/home/forwardbetcasino/public_html/wp-content/languages/themes/twentytwentyfive-fa_IR.l10n.php', 0, 0x415695e9e13eec3b9ac232e00e450479, 0x415695e9e13eec3b9ac232e00e450479, 0x4a256d0acb4770834037ce9eecccf4c5c62fabdba7f304084fbe4d7f6b25ef0d, '', 0, '?'),
(0xb59819bd8c58b8839d82bddcc5faa153, 'wp-includes/SimplePie/library/SimplePie/Exception.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Exception.php', 1, 0x00000000000000000000000000000000, 0xd8720f9c433673fd46fcd31411b68195, 0xf09e47eea9a24426238b2deca707e7f3ef3e35dd42dea8cde93f18d4f7e13437, '', 0, '?'),
(0xb59c359d8e4174df82966d30698e7aae, 'wp-admin/css/themes-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/themes-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf0ba3732ed6f6fcb99c950428eaaf0aa, 0x47825ffcc4b81d22ccc3df61ee544babe10a31cec6af0b07a3ef2502c4a4f24d, '', 0, '?'),
(0xb59fcb40d50fd2548fa76ebbf6c3525b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/EmbeddedObjectPosition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/EmbeddedObjectPosition.php', 0, 0x3bfc717614e0fb515c6cfc764bdb41c0, 0x3bfc717614e0fb515c6cfc764bdb41c0, 0x137cf2199817b677d5004203a86327dd5395ad1b65df8217535890a9e27149d4, '', 0, '?'),
(0xb5a2db297f2dfb6a141bfab2d8654551, 'wp-content/themes/jannah/template-authors.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/template-authors.php', 0, 0xe901477f8bb8d5cac8299d4ccb875d73, 0xe901477f8bb8d5cac8299d4ccb875d73, 0xeb9075899bd4c1062b85e4efb3923e4665593b5531add444170faa5c15812bb4, '', 0, '?'),
(0xb5a5e4aa797893e8e2c21078342afd20, 'wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php', 1, 0x00000000000000000000000000000000, 0x6a3720373df506021b8e890460e238ce, 0x08a87afdd074f78ca7eb1107587fb91f128aced108a60678751fdffa56181f00, '', 0, '?'),
(0xb5a5fe9ce69f049d6e5ab462e0ca05a7, 'wp-content/plugins/elementskit-lite/libs/template-library/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template-library/init.php', 1, 0x00000000000000000000000000000000, 0x8614aac8e95b456d373a2ce826e0f33f, 0x7c502274fca4408a47a42b15cf056bad6d1e7f5683a66c83d9c35b3475d0c588, '', 0, '?'),
(0xb5a74896d0a1f0d7f3a55956685aa31d, 'wp-includes/block-supports/duotone.php', '/home/forwardbetcasino/public_html/wp-includes/block-supports/duotone.php', 1, 0x00000000000000000000000000000000, 0xf5b588527077e03be60e6e95f2c99fd6, 0x8aee28712af9314bebb143becc43a2d5277b1b5b446ba8af0b4410098a8f4ce5, '', 0, '?'),
(0xb5a8e3d1468bb549c46ce41008021f1e, 'wp-content/plugins/wp-rocket/views/plugins/update-renewal-expired-notice.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/plugins/update-renewal-expired-notice.php', 0, 0xfde5d5d3546c77d4989273a1e798dd33, 0xfde5d5d3546c77d4989273a1e798dd33, 0xafb9424febac803ead30adc7481e27a6f4a241f9f508e71cbaf6899bfcabd521, '', 0, '?'),
(0xb5b10dd0c18b690f2c56ac2bf4aa2be2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LineargradientStop.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LineargradientStop.php', 1, 0x00000000000000000000000000000000, 0xd5bbe68154a0cd5766592d7995a5deb8, 0xa7bcd4b01a1c8a187d427cb51b5b26829d2f2f57e7d5a885897181342b4b2d2c, '', 0, '?'),
(0xb5b9bc3b9af3610ec7aefcfd4eec1bc4, 'wp-content/themes/jannah/templates/loops/loop-overlay-title.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-overlay-title.php', 0, 0x190b4165f072e1db7d433b48d60b1612, 0x190b4165f072e1db7d433b48d60b1612, 0xd37da1bfcaaff5fc11ec2fd65771940e916edaabecf002406431a88555f546cf, '', 0, '?'),
(0xb5c006890cad03dec0911a3b5f7f2f0a, 'wp-content/plugins/elementor/modules/link-in-bio/classes/render/render-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/link-in-bio/classes/render/render-base.php', 1, 0x00000000000000000000000000000000, 0xbb444008beddddd9be228e97639dda4f, 0x5edb0d082d4d1d4a7865f4f49a733c8902f45e976cb9ea437bdc28da8c0a79ec, '', 0, '?'),
(0xb5c419981dff3fbb4871fce76b90b4d8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/FilePosition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/FilePosition.php', 1, 0x00000000000000000000000000000000, 0xd3a52bdc230b71df7fd3227f89d2872d, 0x1eb93b262ffa74225ee06dd6faf5f399ea38d70d0fb274aa3817978a62f3c2e6, '', 0, '?'),
(0xb5c5df03a3318ac73da31f04ff84e1c7, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php', 0, 0x29a790b5e0ecea8afdbaeb5e52212dc2, 0x29a790b5e0ecea8afdbaeb5e52212dc2, 0x60a6e7608c02f9319cdd0098320b95de27d0f055b7410b95dd8c2021b25e42c5, '', 0, '?'),
(0xb5c678d5cac0e1ba0c8f237205cbd561, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php', 0, 0xea1fa5a8cfd2c8b917200be2c2e8a96f, 0xea1fa5a8cfd2c8b917200be2c2e8a96f, 0xb5dac814efa6a447355b47d972789297dede386b0fb3557642034cda829e12c3, '', 0, '?'),
(0xb5c88705dd02b591f0e0aae69f4bea02, 'wp-content/plugins/wp-rocket/views/settings/fields/categorized_multiselect.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/categorized_multiselect.php', 0, 0x3f764577e86f13c77c0261f10fcb6460, 0x3f764577e86f13c77c0261f10fcb6460, 0x48806a1b28f5259bd17c7cb1cfb6d115cdedfe10dd0fd03a78b1303cf7ee3cf2, '', 0, '?'),
(0xb5d544f565169771d9180fe1664b2e01, 'wp-content/plugins/elementor/includes/widgets/spacer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/spacer.php', 1, 0x00000000000000000000000000000000, 0x109079a65c7dc042f751efea18f4d611, 0x1a10194f22f4d8ca03b32da0ecd76c5ca0cabcb08d649a6dc08e3f2b81c89ead, '', 0, '?'),
(0xb5dc25f282a359d1ac52b5cb7eac7b0e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LineFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LineFormatter.php', 0, 0xe26f75ce084eabc8656034c3d546e5a2, 0xe26f75ce084eabc8656034c3d546e5a2, 0xe901d9aa8cd6ac503acef9e5493aea6bfd0ba5f403c53d0cd25be10afb1a41b4, '', 0, '?'),
(0xb5dcf6a0336376e54ec022d616f04083, 'wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', 1, 0x00000000000000000000000000000000, 0xaf9bb46090cb79fb94393ac35ca33f8f, 0xfab9d7ecc83a49769fb1bbd954409d1fdcc68f0aa5ba67bb0057f0813358431f, '', 0, '?'),
(0xb5e19978c686837851345ab0d97f0f00, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/header-large-title.html', 1, 0x00000000000000000000000000000000, 0xe9d3575856968972ffc41ae34199c062, 0xdd23744779ca34e71d4917009f6c443ec9a54cb3326639a92533e7b8a6a4fa88, '', 0, '?'),
(0xb5ea0d6dbadc5facf217becf7fb37f78, 'wp-content/plugins/elementor-pro/modules/theme-builder/views/panel-template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/views/panel-template.php', 0, 0xf55a77a7b36fcd7df578ce640be0d9df, 0xf55a77a7b36fcd7df578ce640be0d9df, 0xf348176b0d0e0e654e3eb23b335451bd0251047c8b9d8972202de0df61a31c6d, '', 0, '?'),
(0xb5eb7b51d6f8f43f049f3b66549ba997, 'wp-content/plugins/wordpress-seo-premium/src/integrations/front-end/robots-txt-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/front-end/robots-txt-integration.php', 0, 0x3bd89e794f1c9a5a8a28c5c87de57d90, 0x3bd89e794f1c9a5a8a28c5c87de57d90, 0xd66ecee68e8b8cc5cd4a9599ffdd28365dbf72fcf322676bf90dd939b673555c, '', 0, '?'),
(0xb609d30f6ebd450acb53197daf7caecd, 'wp-content/themes/hello-elementor/classic-editor.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/classic-editor.css', 1, 0x00000000000000000000000000000000, 0x6d2ac50e97b29f99ab20763bb9f2299f, 0x0a4affe385657a3fc1b09715910b603f56ebdd954b9523d7ba1432c04627e414, '', 0, '?'),
(0xb60f78775b6fa9659258159f94d01e3a, 'wp-content/plugins/elementor/includes/db.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/db.php', 1, 0x00000000000000000000000000000000, 0x1f344d529bcd07c04ed36b77216d1825, 0xc3e814a12fcb4b7c5de60d03a87a65aeb3072c33e45f83ae6be98e58ac2b4426, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb61cf064e7c3694dee87166447512dc7, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_submit.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/login.css', 1, 0x00000000000000000000000000000000, 0x689f08b49906517dcb813d320f7a65a2, 0x961c4feaa8ee888efb555b5fbfadcb42a28fc53d2a16612427886757e645f473, '', 0, '?'),
(0xb624d9387d893c42a8f9295f09b3a75b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x23abc71fd7763988a3d898606fcf435b, 0x963c0a68f6a21bf4f90578905c6166cd95348cba1d96c00ad2a64c08eeeb8866, '', 0, '?'),
(0xb62506a55705aa52e4b57518df12dc77, 'wp-includes/blocks/comments-pagination/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x180d0eb0e4f91a1548a527f90251bf8c, 0xc08173980163458a7039eeba6fb3748848dc9b87f77b36a573bdf31455e48e0e, '', 0, '?'),
(0xb62be87c9ab615bf22e9f05ab060bfe7, 'wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-04.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-04.png', 1, 0x00000000000000000000000000000000, 0x00cd0c7f39c1ddf2802af6fa19a18550, 0xdb76894f137b2cd1cc8a31ef11b8e512e04281c8ae145f94657a07d8a44ebd2c, '', 0, '?'),
(0xb62ce2fd6aa5716c7cf4acf7c290aa4a, 'wp-content/plugins/elementor-pro/assets/js/load-more.8b46f464e573feab5dd7.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/load-more.8b46f464e573feab5dd7.bundle.min.js', 0, 0x4f09236c56914863f516597bdb816917, 0x4f09236c56914863f516597bdb816917, 0xe3f255d79e9c70cc07e5dd8425b72ae82c3d5561e967f692e3eae14aeef3669a, '', 0, '?'),
(0xb6354105c099424c6fed394d4648f049, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2', 1, 0x00000000000000000000000000000000, 0xda9b92eda0de2d053fef196020a5baa0, 0xda906e41cb85079bfdd7fd25212581ca6056823b5ba68ed2fbff80952e43bd5f, '', 0, '?'),
(0xb63569ced67ff91f2bbcdc03dd3b6b28, 'wp-content/plugins/elementor/modules/checklist/data/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/data/controller.php', 1, 0x00000000000000000000000000000000, 0x5a76fc3e3af38118c8749cf353498b12, 0x13266f8f283e854876fc0e5d0f3e39c728a88d4d5bb4a60440dd00497bd6e9cf, '', 0, '?'),
(0xb63d76d922bf8f1d2131cc1370d906d0, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/option.php', 1, 0x00000000000000000000000000000000, 0xa17172c72df2ed6a1c773eb04319fb19, 0x4b77b7393d392139f8b0ce45c85650a79f830b10c4d2031e9bd22523c3251eaa, '', 0, '?'),
(0xb64db952088d2389fabf63e1501bc750, 'wp-content/plugins/luckywp-table-of-contents/core/helpers/ArrayHelper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/ArrayHelper.php', 1, 0x00000000000000000000000000000000, 0x6107baf68a2afe48bfedb84cdf68a629, 0xef343834a6b8e4c8ce260a080c6def2e17bd28feaf6039172d4b2e180361340c, '', 0, '?'),
(0xb657a5d850ebdfa8655b5886b70e9acf, 'wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts/elementskit.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts/elementskit.woff', 1, 0x00000000000000000000000000000000, 0x35d9d8d17344729e636b122ef44b7e1b, 0x049f4e65cb1c1155ace273bf739d9e8e8eafb651646409184a2c202741eb168c, '', 0, '?'),
(0xb658f725bdf14e16399f59c30c620742, 'wp-content/plugins/elementor-pro/modules/theme-builder/views/theme-support-footer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/views/theme-support-footer.php', 0, 0x1b60593b09dde49fee11e41a99c9ce48, 0x1b60593b09dde49fee11e41a99c9ce48, 0x8b6746697ce13818c0ec062d6b953a1df5068211a3f7b547544e9d61ea2f3490, '', 0, '?'),
(0xb65f6a9e6091b7a299d0324513e4cc67, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/editor-modules.js', 1, 0x00000000000000000000000000000000, 0xa27937ecebd54da8440d2e43b122dbaa, 0xd8e7ffac38440f21672378b130174fa261943ec917038768542eb795197afdd6, '', 0, '?'),
(0xb66d76881079611c7954c2c713ab9022, 'wp-content/plugins/wordfence/lib/wfInvalidPathException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfInvalidPathException.php', 1, 0x00000000000000000000000000000000, 0xdc18196a938b1eecc3b407d9b6a4b9ca, 0xd1d84721eb9e08899ef6551d36489b8dd66b394a309ac7e84fc4d7c764768121, '', 0, '?'),
(0xb66ea468d795c3d5176ca7b2b657636d, 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css', 1, 0x00000000000000000000000000000000, 0xc93c2f1dc1c056bfa90d12be50572e1c, 0x3e97be458f0732e0f549f939c67db5fd8a4eaa6ed0af75c2596b4b122136f339, '', 0, '?'),
(0xb672815cd96a0694b4a8f2e141241381, 'wp-includes/js/customize-base.js', '/home/forwardbetcasino/public_html/wp-includes/js/customize-base.js', 1, 0x00000000000000000000000000000000, 0xaf2550657f2e9f2cad2ae4a48aa91c79, 0x9fe487e49b6e3ebdb6a0291d77b1e9c3aecde3c9aec7fda7ff183e346e77e5fc, '', 0, '?'),
(0xb674e6c3ee955b1eab68ef68782ac815, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php', 0, 0x1a146ecebd02022fe823a4ef888757aa, 0x1a146ecebd02022fe823a4ef888757aa, 0xc9c1dbfc9489512e59dd14cb464efd16af95453d6eebd1fcfe0cd7b5868e573f, '', 0, '?'),
(0xb67ad81d86d85faa1d744883ca9fa3be, 'wp-content/plugins/elementor/modules/element-manager/options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/element-manager/options.php', 1, 0x00000000000000000000000000000000, 0xe1a95c5e5621f22640de3e10863c0050, 0x6eb93f323ec9b13e013576941beb0f0b5552fa0b696f8a2dcac43d83eaf9c8e7, '', 0, '?'),
(0xb67b5ec918a2f5affc5b48ae796fff34, 'wp-content/plugins/elementor-pro/modules/code-highlight/widgets/code-highlight.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/code-highlight/widgets/code-highlight.php', 0, 0xa0f03cae0967f2206857c50b4d28e2b2, 0xa0f03cae0967f2206857c50b4d28e2b2, 0x97b5e50f6247693fe0d756c3230124ea6d86d8ad5820989baf28d60f18dcbae4, '', 0, '?'),
(0xb67bef729b7037e5ea0cbcce3e5de0b3, 'wp-includes/blocks/post-comments-form.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form.php', 1, 0x00000000000000000000000000000000, 0xacbe7413cf3ea80ee0596e1d0a9f4fad, 0xd1dd287c0ece52a9ac8b9cdd6282d8b15e12789941fd45c8c7065daf0d270dfc, '', 0, '?'),
(0xb67f50e614c26f25eaf52a709746e307, 'wp-content/plugins/elementskit-lite/widgets/piechart/piechart-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/piechart/piechart-handler.php', 1, 0x00000000000000000000000000000000, 0xb9e8a019416803068481d834fd417ebc, 0x8564d7cc2f3446eb6eea2e81b72013220ef1a87466d89a0bcd8b5c706115b62a, '', 0, '?'),
(0xb67fd3aa4252a133e4d237d42546ee75, 'wp-content/plugins/elementor-pro/modules/animated-headline/widgets/animated-headline.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/animated-headline/widgets/animated-headline.php', 0, 0x40d6ce299e0af78c0daa22a18f871992, 0x40d6ce299e0af78c0daa22a18f871992, 0x56477261a42469d4665f88f2a2f3f3a4d7e1bcd645f58f50f59a44346b401862, '', 0, '?'),
(0xb6829d3bd5b1728fdb0b46e30b9fe78b, 'wp-content/plugins/elementor/assets/lib/swiper/css/swiper.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.css', 1, 0x00000000000000000000000000000000, 0xf67adfbb0b18db66bb3391bbc23d36e0, 0x95e939c60e7f2afef44c69796fe702640cf8dcd603ad3e8f063d49b549da5b38, '', 0, '?'),
(0xb690e78a8f0b606249f1227634854ef1, 'wp-includes/blocks/cover/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9945098b4e26ec76499e63ca5586c204, 0x05a78278534057179a6e322fdc7e2955aece8aa358657a7a238cbcc68723c848, '', 0, '?'),
(0xb6941f2e66c3a2f6d705e9e56dddbbae, 'wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaf0a0551df0e96a306ea114be106cc66, 0xfe4089173e513918d37192dd7f568e5960e04d226b01f40eb7271a6ee24a40af, '', 0, '?'),
(0xb69677221c63dfd164f3ae81b3a12a75, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/installed.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScriptExtensionLocalScript.php', 1, 0x00000000000000000000000000000000, 0x0f3f46be010fd05b1543adac4ac69846, 0x7f4a253d326d74ddcc85381d676c1a8d7bebae23f92c1da3890ba29e8263cb04, '', 0, '?'),
(0xb69e6a9d68094f1316a21e6515eca095, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php', 0, 0xdf7aa2ab58a21a30ec164f0f8334c14d, 0xdf7aa2ab58a21a30ec164f0f8334c14d, 0x5d4228bc1f5840f728410d0e0ddd98d3aa654720b70d8b5fb0c077fd19f07b4f, '', 0, '?'),
(0xb69fd7f1b642554eb66de96879ef2f05, 'wp-content/plugins/elementor/app/modules/import-export/runners/revert/taxonomies.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/options-media.php', 1, 0x00000000000000000000000000000000, 0x06e07d2e36f0c288be47387536128dc7, 0x78a330b11e0b8cfc739a86fbab91e0dd4e57bb419c3c1a789e1110c628d520d9, '', 0, '?'),
(0xb6abb58eca791ce2a4f984897e51034d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/functions.php', 0, 0x99450abaafa24f348c88dcbca8700af3, 0x99450abaafa24f348c88dcbca8700af3, 0x71addfbb0280bb6c6cb29be7ff84728f3692e5aa30641511b87adfe4d14f1c24, '', 0, '?'),
(0xb6ac4d54fd52a3ae54b11f94bf4d6b14, 'wp-content/plugins/elementskit/widgets/vertical-menu/vertical-menu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/vertical-menu/vertical-menu.php', 0, 0x42cef2e1fb1862e327440baf85c0cca9, 0x42cef2e1fb1862e327440baf85c0cca9, 0xfb588de8286e9412eeaec950c31be873beab8b2dc8c03ecdc350e315c573e504, '', 0, '?'),
(0xb6b0ce9d48ba012ab6e12a2eda811f53, 'wp-admin/includes/bookmark.php', '/home/forwardbetcasino/public_html/wp-admin/includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0x450a4bf0f91061a1402547e6a718c72c, 0xb9ac078baccb0598db2891c193224cd138ff8d45771fdbf06d2ed413f61ba4e7, '', 0, '?'),
(0xb6b5388af2703eb0c489e1c12b16289e, 'wp-includes/blocks/template-part/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/editor.css', 1, 0x00000000000000000000000000000000, 0xcac9378b34cd9e4b5e28d391918039a5, 0x531231033edb84ff66b0ccea495ab4f0d75a330cf69f04c150f069e02ad9191f, '', 0, '?'),
(0xb6b75d79b2ab9c19ec7dad1bcacb38a3, 'wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0x3ecdf3314a2f96f547f10c7d401ecaf7, 0x2f9b84ad5f4a75e7fcfbab759639d79a49d220abd15b3f61ff918330a21859b7, '', 0, '?'),
(0xb6bbbd5e2e8def306938b6ff974ac5f1, 'wp-includes/Requests/src/Response.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Response.php', 1, 0x00000000000000000000000000000000, 0xe48d8e0843214238599b1ff552f3fda6, 0xdebaf625c592f3302badf528b4b6971976b9b4292acb0cf7c7fe6e3dbf44cbd0, '', 0, '?'),
(0xb6c16478b9cdd66542c0dd9904cf9f35, 'wp-includes/IXR/class-IXR-clientmulticall.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xc121ae4dc8f361f53630f94ab0654d82, 0xcd4ca75e56115a62065a9605360e74eccf8724072055a507ea644894bd5157a3, '', 0, '?'),
(0xb6d47993d928e6c47f5a8ad2980ac11b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php', 0, 0xfe082d02e4cf496c13893e5f1b54cead, 0xfe082d02e4cf496c13893e5f1b54cead, 0x6c811f21e0f97793842dc50dc10e5c9952424904c4db875eeabd2151f26bf013, '', 0, '?'),
(0xb6d5a80066851ad8419bbbf08d31f2b0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php', 0, 0x17d46dd6d0a97cdd3981a407222e6b68, 0x17d46dd6d0a97cdd3981a407222e6b68, 0x676122f8f9b662609b77fffc56970a797e611b9d19c00f8756549496a80648ff, '', 0, '?'),
(0xb6db17c7aeaac81fb5d6cedd64b22c28, 'wp-content/plugins/wordfence/css/wf-adminbar.1690810710.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js', 1, 0x00000000000000000000000000000000, 0x8e3b982b2cb76545754bdd83074c2866, 0xc251660df072308fdf67ebcd1c8b195904983cf4290be7a00d4fae851df5f3a3, '', 0, '?'),
(0xb6eea4556c31c0c89544fc626d67f1af, 'wp-includes/css/buttons-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/buttons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x267e1dedb10b214b944b42acbcc8ed2e, 0x149ab382d999df2a3164419a280a1fb67d4dfd4b4ab5ebceba324e37d1f8e4fc, '', 0, '?'),
(0xb6f54007adf2206baa1f9d59b857959e, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js', 0, 0x5108dea0b2efd999f6ce1b3aaa13bd42, 0x5108dea0b2efd999f6ce1b3aaa13bd42, 0x55da4872bf95a3db4118550288367f88e7e906e7946c3123b487ad6f28e2c786, '', 0, '?'),
(0xb6f9c61e689bd2de091ea4690688382e, 'wp-includes/blocks/post-comments-form/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x346ae2722ae9bfa2de10da60b5bf1d12, 0x5adfc982daf9bcd31fbd7842dcffa171f8919008c3c5361a368c2edefea5aeb8, '', 0, '?'),
(0xb7021595191fe4738b153f84d1051774, 'wp-content/plugins/elementskit/widgets/twitter-feed/lib/TwitterAPIExchange.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/twitter-feed/lib/TwitterAPIExchange.php', 0, 0x1059cffe724e2e904e5d4c04f9d1a775, 0x1059cffe724e2e904e5d4c04f9d1a775, 0xb90f04e2a49026ea7e91c69c8fc94d247c26c1fda97e1cb8bcfc5bc88c40dd0e, '', 0, '?'),
(0xb708ed66d18e224daac92462de787331, 'wp-content/plugins/elementor-pro/modules/tiers/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/tiers/module.php', 0, 0xb8c2feabe16cb0b4af7e65af67619ec3, 0xb8c2feabe16cb0b4af7e65af67619ec3, 0x6170e4650de863a972f37d995d75c16b6c2fbc1c33009d48a57e1bc70196b194, '', 0, '?'),
(0xb7164bb40fec01bbc10b49881fc24842, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RedisHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RedisHandler.php', 0, 0x78eae828b6b2b7f3ea51c590b7652007, 0x78eae828b6b2b7f3ea51c590b7652007, 0x718a61fac521019311c1cc3d83010247dbcfdc3a0c03b8e8ec8e46b041022e4d, '', 0, '?'),
(0xb71e17585745b9aae31a459f48a6144a, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/Template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/Template.php', 0, 0x8a14b4fdc6cd3676415568de832da923, 0x8a14b4fdc6cd3676415568de832da923, 0x29382cb506c6a84392e3e675beacea7f6c9ac70bd8523330835eb9a1fffa80f5, '', 0, '?'),
(0xb729e8d18f7382526de955dcdfc9f281, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.asset.php', 1, 0x00000000000000000000000000000000, 0x656c2e2c30bda4380216f0ea21064a26, 0xab02160234041863212312eb0ceaecd174c9f1f764ca6ad43ac1b68b8d98aa9b, '', 0, '?'),
(0xb737e77c32af71940dee60a08c3ad589, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php', 0, 0x73cd46e26e8046c1d33fe09010d45e34, 0x73cd46e26e8046c1d33fe09010d45e34, 0x7e1283875858c36d2a4e1ceb6648c70086d1cc582efd07c2747975fb672fa135, '', 0, '?'),
(0xb73b32fd3263e25072411e5031477cd3, 'wp-content/plugins/wp-rocket/inc/Engine/License/views/promo-banner.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/promo-banner.php', 0, 0xd7d4363bdce2a84360edd2983e15ec4c, 0xd7d4363bdce2a84360edd2983e15ec4c, 0x0eaef43cf45378f0c3be2914ac96db51dbc9ce5bb7805821bd903508fd87dc43, '', 0, '?'),
(0xb73b33ef983daaff75f80ad7216ebdbb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php', 0, 0x2bb63019cd2e7cc4d1ee6f55131fea4e, 0x2bb63019cd2e7cc4d1ee6f55131fea4e, 0x9d1055df09b6cd0b76ac43614819051278125e6f421daf4b2cc6774d14a76952, '', 0, '?'),
(0xb7414ae1d6fb3b6d4bb95a5e1570a632, 'wp-content/plugins/elementor/modules/home/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/module.php', 1, 0x00000000000000000000000000000000, 0x9acdf2aebe21bb7faf1f197d88ca115d, 0xa4d77b5f449567203b608556d6149cb75e4b22eb3ae31520a4d0e269f3d17165, '', 0, '?'),
(0xb7457e92588764f6516804048a1bf3cc, 'wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Subscriber.php', 0, 0xb0f1ce272b1146ea70b5a424fbb928af, 0xb0f1ce272b1146ea70b5a424fbb928af, 0x4a736c2a8a05468d7f097c5e18f492d1fb2dbb225ca78166ffa87e6d76c8701d, '', 0, '?'),
(0xb7609960271bce6c603de8eaa2065828, 'wp-content/plugins/wordfence/views/options/option-select.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php', 1, 0x00000000000000000000000000000000, 0xb733f130431da5ec1ab3beca5c6a4d91, 0xc50604cc7980306ff369c778aa64d8f7e4972d966e3063482280014aa97977f5, '', 0, '?'),
(0xb77100de7fe31a937e1ae0fcf9f1fcec, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/elementor-content.php', 1, 0x00000000000000000000000000000000, 0xf5faa069833139798b846071c143fcdc, 0x2215de7ad617b5d3f1e6e435905105e2f5b2012e729230965977e37847d7f947, '', 0, '?'),
(0xb779a3bf02d191ff63ab6a21bf5c1327, 'wp-includes/class-wp-block-list.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-list.php', 1, 0x00000000000000000000000000000000, 0x28e013ddb7f68e6542c18739c3131c7b, 0xcdb1ca54b471f7538f4934533170345eda247f5f4a2878aa2681fceca30a4111, '', 0, '?'),
(0xb779d66b8396d44724ac93059d91417f, 'wp-content/plugins/elementskit-lite/libs/xs-migration/initiator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/xs-migration/initiator.php', 1, 0x00000000000000000000000000000000, 0x8a460a143c3741e136b2ffc5a47563fa, 0xad158253bf9c3dbc20247caeffc4ae29da63f2783bd2f576fb8fbce94c3e14a4, '', 0, '?'),
(0xb77bad9eca62899265e5a5b3e6bb7a6e, 'wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.min.js', 1, 0x00000000000000000000000000000000, 0x8da44cc53aae121564ebe6bf7cad2208, 0xa62f36bf3306011430b02788148f9b6b41dcc12275207e32d46961d50f2f911b, '', 0, '?'),
(0xb78f1555d4c2192154bad502df3fafa4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php', 0, 0xa809088b9c6f668cfad8cfd193de3e6c, 0xa809088b9c6f668cfad8cfd193de3e6c, 0x38a8c4138fc8e5af97f395c4fa2bc213de879d0d5c27ddbd021f4a9c9fa4c9e1, '', 0, '?'),
(0xb793684a96b444d2e3b09747a520f66e, 'wp-content/plugins/wordfence/lib/wfCentralAPI.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfCentralAPI.php', 1, 0x00000000000000000000000000000000, 0xdf4e8f6f62f99e0b536507704f87c0e5, 0xe1cad809cbdeb2d409397cf7b0499e713daebcce08b990949e1159ad7ef8dcbb, '', 0, '?'),
(0xb7985ca8e9ce304fb627775b6c2f5e24, 'wp-includes/blocks/gallery/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/style.css', 1, 0x00000000000000000000000000000000, 0x9037a6e903e0419fecec75492f94b084, 0xff087c1ae34225c4a7410c9d90001cc1304da526200a6944a7aeed9cd171ff66, '', 0, '?'),
(0xb79b029c5a5134c7d85c012882dc8713, 'wp-admin/network/admin.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPaginationInset.php', 1, 0x00000000000000000000000000000000, 0x8bf1fde34087c0070b6f797508bc63c6, 0x7af3a6c72ebad583a03dda507c0d605b346b503ff9557374d93cdf1350d3c01f, '', 0, '?'),
(0xb7acacd4e82f640ab2d4a3d94ffb7d2c, 'wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php', 1, 0x00000000000000000000000000000000, 0x76848d71f025b45c66f1d802cf64801f, 0x9e10ff906e0ca73e54907175afa1760a730f45d9973bffdc1ec15b3178a38f98, '', 0, '?'),
(0xb7ad2bffca9988ee19a81581b083a6d6, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-7.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-7.min.css', 1, 0x00000000000000000000000000000000, 0x553047f78cc884871dd8c1a4c19b106a, 0xb8173d609014ef7ce0a801e21a23025071e2515ad4c38ffde9d4f2badd6efbdd, '', 0, '?'),
(0xb7b1b1c9daa88713d4e45f4095f81d40, 'wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items/getting-started-menu-item.php', 1, 0x00000000000000000000000000000000, 0xfac38f23251ec1a0fa622c300b286dda, 0x7acf0807720fa2d1905dbf7ed6dd770a8a6cc240dc14f420041e76c0b6cdc822, '', 0, '?'),
(0xb7b3cc6a70df2ec7c1ed159a9609f050, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerInterface.php', 0, 0xc85aba0c0561f1f4a58585fbdcb1bede, 0xc85aba0c0561f1f4a58585fbdcb1bede, 0xd348c12d48c321be7706e052c4fe8f4b5709ef937c23fe1d43cea65adebb1d30, '', 0, '?'),
(0xb7b655a18e1b3fb4e22cafa222948817, 'wp-content/plugins/wp-rocket/inc/classes/class-abstract-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/class-abstract-render.php', 0, 0x690fdda0e84a3641d906ffce7a1e8d4e, 0x690fdda0e84a3641d906ffce7a1e8d4e, 0xdcc90e44adf329637b93fd8214b6367e6a63cbe03026ec253b87f8b1dfe9ca27, '', 0, '?'),
(0xb7c5be7167c63597affd81a8f3fb41a8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedAttrSelector.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php', 1, 0x00000000000000000000000000000000, 0x590da572cde6b8b63515c2469d23e827, 0x9a63e5f4eaacecfc72b85b02a490c6c38ca2eb417da40677e3c368cdb5a5462d, '', 0, '?'),
(0xb7cc38eabe10e9a43de94954758417aa, 'wp-content/plugins/amp/includes/sanitizers/class-amp-block-sanitizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-block-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xb19f0d8e43086474ef95506cfff783ca, 0xf1f69589fceeae9e480249b2e6598b2ffc94f682a3f5f7f902ece0ab6a75ec80, '', 0, '?'),
(0xb7cc8539a76b0715c5e080d32eb4b262, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 0, 0xe39a8a26577bb8e8b6d11c80b7955113, 0xe39a8a26577bb8e8b6d11c80b7955113, 0xc60daf99262ec25011ffd5c9030c0dc036da30e37c95424333fe8a52fdb2a7ca, '', 0, '?'),
(0xb7ce45fc978e607bf15ac1e755f3cdd5, 'wp-content/plugins/wp-rocket/inc/functions/posts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/functions/posts.php', 0, 0x1005f29244993d6eeb206aa2639e1d39, 0x1005f29244993d6eeb206aa2639e1d39, 0xb9f71011369be40d8465c4a68d04a9ed6f76e8cade14a90ca62cbcff4614d5d4, '', 0, '?'),
(0xb7cef8966861c9dfcce6eacef428d4bc, 'wp-content/plugins/elementor-pro/assets/js/e8a5a32d9cd9fad1244f.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/e8a5a32d9cd9fad1244f.bundle.js', 0, 0x2102a9e911480b5b15238956291a9575, 0x2102a9e911480b5b15238956291a9575, 0x913ff98f3f2aca4f1ae4a7d086bfccdfca9a1740720e7f42b2a896b6bbcc5fa2, '', 0, '?'),
(0xb7d0c745891c1b0a139fa6ebade665d3, 'wp-content/plugins/wordpress-seo-premium/classes/views/export-redirects.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/export-redirects.php', 0, 0x02c1a7fa4c1dccc4014c733c55e56540, 0x02c1a7fa4c1dccc4014c733c55e56540, 0x2c2107fffc2ee574003f9b6b9ec3460590b009253bf8d72a720b534d1260ece1, '', 0, '?'),
(0xb7da559ee4a71cd1ff3d059c5c42c8bb, 'wp-content/plugins/wpseo-video/detail-retrieval/class-collegehumor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-collegehumor.php', 0, 0x2876141c6fa481836501eb5b25750127, 0x2876141c6fa481836501eb5b25750127, 0x43a21ddcb659892ccefdfa324edc84877985f8622209d5e07048e5ea6f8bdc4a, '', 0, '?'),
(0xb7da9d823572a821515f0dc2b5fbd3ac, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/custom-fonts-promotion-item.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php', 1, 0x00000000000000000000000000000000, 0xcc68206586b83521988e6c94646c66aa, 0x73f104db1bbc7433e52703882e218687bcd3eb7a12f130e6b5a3c4d312730c4f, '', 0, '?'),
(0xb7e52be28564cc45e0766e47c0cffe1e, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Row.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Row.php', 0, 0xbb4daf40a9670b5126510ba79eec37c0, 0xbb4daf40a9670b5126510ba79eec37c0, 0xa26e8d86a4c1ae69ee367a7559ce232247fad1cc079d29896401d97d8ad0ee2e, '', 0, '?'),
(0xb7ecc8a0220b7f3e8067dda0f405fe9c, 'wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css', 1, 0x00000000000000000000000000000000, 0xd46066b9fb359d5b9c059994d69bc0f7, 0xe6548c77555a0ec4febeb563d0ff46ad60c408595bcafa611b13a104118eea5a, '', 0, '?'),
(0xb7ef2feff6d88a21a4064e3ef1820afe, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Italic.woff2', 1, 0x00000000000000000000000000000000, 0xc00e1d2bc457365ed216ae92273b07e7, 0x63433e5b2b7d0226229877c8ff2bcfd44daf23723cae1569da222152b0e37ae7, '', 0, '?'),
(0xb7f8b0c528e5f0fae7067ef7cc1c7e22, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXUaCompatible.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXUaCompatible.php', 1, 0x00000000000000000000000000000000, 0x17084eba9d599e860eb4fc97f1ec8780, 0x763e5067eec5a2a0525d249d73f9f41facc15f972e3ef8777fa4c63d42cf9c6e, '', 0, '?'),
(0xb8164b6de34d83f8a2bcd06fd187807f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', 1, 0x00000000000000000000000000000000, 0x1c78aab2b2cf08efaeb0a4b8251bb74c, 0xc487fc6eb777169feee1d510976d2170ff1e66a1b653945de25a2a74c8f1c434, '', 0, '?'),
(0xb81aa6926fc4c18fbc7c3b3c0aba64f6, 'wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 1, 0x00000000000000000000000000000000, 0x50c955d592e8a54a0e4cb4936d386076, 0xd39bfa7651b4966be2c40ab9836cd85ddb60ce95ba8fdbb7f4952b7dd26b4fad, '', 0, '?'),
(0xb835ca378c6d07e03346fcbcbe1557c1, 'wp-content/themes/jannah/templates/loops/loop-content.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-content.php', 0, 0xfc37ce728c3cdd89a2b00c13b5d3add4, 0xfc37ce728c3cdd89a2b00c13b5d3add4, 0x6f761723e39424df90908e98fac8585ed15d0b326d7a1f26da29e1dbf573d281, '', 0, '?'),
(0xb83c1468a07f69d1ad33112ab5094671, 'wp-includes/blocks/button/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/button/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xea66b4e9085ae054e66a18e39a0d655a, 0xd0cd69b631c296ec46b3bb5178690cf9dd90f225665bcd2be2692f0b3e184705, '', 0, '?'),
(0xb84086725457ec21120e5a9c910ee01f, 'wp-content/plugins/elementor-pro/modules/notes/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/module.php', 0, 0x46f088b3b45c9e7e92e97eb339ed03b3, 0x46f088b3b45c9e7e92e97eb339ed03b3, 0x69f6379bcb0a37b93195e44b7ed083232d25a802fd090dab968b188ae700b427, '', 0, '?'),
(0xb840d6ecb464dd2caaf5174920d3d685, 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php', 1, 0x00000000000000000000000000000000, 0x326279f42065657b06ea061aa04fc702, 0x618cc13667d4ffebd46b239f20299e5768a18873cd53be8f6fdf663f59d3b00f, '', 0, '?'),
(0xb847d2a2b3057961d6dcb4ab6859454f, 'wp-content/plugins/elementor-pro/modules/slides/controls/control-slides-animation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/slides/controls/control-slides-animation.php', 0, 0x337a0a1d459faed9182bceecdaedfe29, 0x337a0a1d459faed9182bceecdaedfe29, 0x2bcca6b3fbef5c13e6877c5612cb40e594a4dd39fb4414445002ce4b5bb94fcf, '', 0, '?'),
(0xb84a7c0601367dcb0c50df2c020dd99b, 'wp-admin/css/colors/_admin.scss', '/home/forwardbetcasino/public_html/wp-admin/css/colors/_admin.scss', 1, 0x00000000000000000000000000000000, 0x786a1906cb8469f78ed9550472362326, 0xd57adc11b20c47255a5e6ab0bc962bb7669b257c9163ac12bf1abdef0babbe2a, '', 0, '?'),
(0xb84fb17ea05a4138c6368fcf7d0c83e8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedAttribute.php', 1, 0x00000000000000000000000000000000, 0xc48efd2d6ab4c46119483fd2896c168c, 0x4f6fca1e7155cde4330a2fe756749a83498691782dc90fb7475f8a7d468975e1, '', 0, '?'),
(0xb85db57ae1787aa0ac82e2999c50d0ed, 'wp-content/plugins/elementor/modules/kit-elements-defaults/utils/settings-sanitizer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php', 1, 0x00000000000000000000000000000000, 0xf77777876b288bff222601ab001bcb39, 0x6e08b351e8354933d3ba8959b2087988ac5269ae01db8d1030cee0fdfc476a73, '', 0, '?'),
(0xb8646023293f9ecfb39acf30287787f9, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0xc25f81135a5ccdc59f3d5c6a94077b49, 0x465c4e1efe351ee4dc61a03b17d082a861aeab15184a82661bb0506bddacb209, '', 0, '?'),
(0xb871bb5a7da01dde56326b135e5f98a1, 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/editor.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/editor.css', 1, 0x00000000000000000000000000000000, 0x918deab8788d38417e0174b16135b908, 0xced54ab3674194932d7689a75d6cc27a97581fe86522338b0e208a4ed95c636b, '', 0, '?'),
(0xb87259456572097ecdaab34b4e2ade36, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/site-settings.php', 1, 0x00000000000000000000000000000000, 0x03ccab269c28d8c9d6be7c3afcb873a8, 0x698431fa142822b01a27c9d96e4be8d85e9a45b36c1bb8af47976384b91bdc34, '', 0, '?'),
(0xb876639fb4ee576e55c7f6e9d3497d26, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeHeroImagesConfiguration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feturbulence.php', 1, 0x00000000000000000000000000000000, 0x0d2c721190946a0e4cdccf2e5a750ec9, 0xa4d39cfa6873c9f6b00c9ced2d05f688e2d8de4414f3a3cf0c15448f5acc7fca, '', 0, '?'),
(0xb87b9fdb48ef76fe9251d13cd13b70d5, 'wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/modules.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/modules.php', 1, 0x00000000000000000000000000000000, 0x22fb351354ed7fcaccfe58a28176fc50, 0xb60f4daa0c0b83f6c0b4f81d1f407f08136dcae4987250d7d66687c83987974f, '', 0, '?'),
(0xb87dacba9a4e5c399ec65ccfd31ee481, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php', 1, 0x00000000000000000000000000000000, 0xab75a3610baf39ce6565acccf8eeebbd, 0xaf728e70135d09c29287235d1537880eab0bc6572a14903b456d0b438299648b, '', 0, '?'),
(0xb8838e88d713569d5acd626c93cdaf04, 'wp-includes/blocks/archives/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/archives/style.min.css', 1, 0x00000000000000000000000000000000, 0x34143f0981eaf3f355ad451777e1e113, 0xe4ccb4dd3249339891d8c151532a22404c901b240998b1228c56b43f1eb1e50e, '', 0, '?'),
(0xb8899688b09047a57fe2266b3d9da3c9, 'wp-content/plugins/elementskit-lite/widgets/faq/faq.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/faq/faq.php', 1, 0x00000000000000000000000000000000, 0x598dfeeb2e76fb83d5bcda37cc8fcaec, 0xb5052dc74634858c5f48d42039af2783e34189f27afb0bdca74e06af59d62c0a, '', 0, '?'),
(0xb88a2d8e63688bafaf1bd24c9be46014, 'wp-content/plugins/elementor-pro/assets/js/portfolio.4cd5da34009c30cb5d70.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/portfolio.4cd5da34009c30cb5d70.bundle.min.js', 0, 0x97141b6b7476587b1ff100b8db155755, 0x97141b6b7476587b1ff100b8db155755, 0xddb7fbc719b2d014a6f73779457a34ca60a8bd924c63d437d8451c18cef42e7f, '', 0, '?'),
(0xb88c789660fe662c3565661932fd1293, 'wp-admin/js/site-health.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/logos/shield-white.svg', 1, 0x00000000000000000000000000000000, 0xf5640458cc23cc1870b052c3b00b4abe, 0xcf169c4c89054fd127d028f6457148c3ee6cc540e8fc7fca294fa78c8ead0601, '', 0, '?'),
(0xb88e94a79c5bae8f3a81b09784850f71, 'wp-admin/includes/class-wp-plugins-list-table.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-plugins-list-table.php', 1, 0x00000000000000000000000000000000, 0xbdad34d295bd9ae2cb07e365e9be624e, 0x4251d0a3f7be3723c6c1f59e713c39cbf553f45a215aa305e3a06db1ce12c408, '', 0, '?'),
(0xb891e86b0c28cf1279a743c7f9b15f5f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', 0, 0x95870c49b7483210aa72258dc37307cf, 0x95870c49b7483210aa72258dc37307cf, 0x6dfd20caf009142a74e5bc20e0edc243a747ed94ae98decc81ab16dd08845332, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb8a1988331e39c4cb3fc874daaad89ce, 'wp-content/plugins/elementskit-lite/libs/framework/controls/settings/switch.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings/switch.php', 1, 0x00000000000000000000000000000000, 0x524027d278a6ce2fa870b8d64bfb5f26, 0x88b689585df01290458d0a0daaf71ba2e25d6a746b089b5ef12785571280d1f2, '', 0, '?'),
(0xb8a4b2ac43791ed82ba02b99bd0febd8, 'wp-content/plugins/elementor/assets/css/theme-dark.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/theme-dark.min.css', 1, 0x00000000000000000000000000000000, 0xefcc879cded5a11521bb05fbea6df66a, 0x675dd29b045463857666e49c121230a0700ba07e993f0c24021d682c81529ae1, '', 0, '?'),
(0xb8a969c55e518054f5008d726977b4ec, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedTogetherWith.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedTogetherWith.php', 1, 0x00000000000000000000000000000000, 0xff2d1993e1048fb1ab787a4177eb2f7b, 0x652dd60c7872c6740bd57dd86991137502e8872f365fe8d5114d72a09e1a1737, '', 0, '?'),
(0xb8ab1a72c13dde66222682e6ca26f326, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Signers/Hmac.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Signers/Hmac.php', 0, 0x4fb9f1123ce144e08b8d0572e4002625, 0x4fb9f1123ce144e08b8d0572e4002625, 0x4eabca8a110e3a724c582c36c79007dc3428e28342d41de39374ace0bc343d4d, '', 0, '?'),
(0xb8adbc660f9ef8ef0896e2da1c8882cf, 'wp-content/plugins/elementor-pro/assets/js/share-buttons.fda49c1691f4a352c7ef.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/share-buttons.fda49c1691f4a352c7ef.bundle.js', 0, 0xe4a12a222129fd0dbaf4291a8d3a0e49, 0xe4a12a222129fd0dbaf4291a8d3a0e49, 0xb0d12f6607e54e057b6fcb809e8b544a746151a38407250df4efbef65905ceaa, '', 0, '?'),
(0xb8b216c4effda4750667c765ccf8010c, 'wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.js', 1, 0x00000000000000000000000000000000, 0x2a2f9d64e9b6eda4278868fa8e61fc0b, 0x6aa46ab8611c9782c275e64a64204ab516981c196ad69dd6cf8bd075ad420444, '', 0, '?'),
(0xb8c063bd91c067138623ecd7866d6086, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php', 1, 0x00000000000000000000000000000000, 0x62007390788a3c6dceabf06a037aaa38, 0x85dbe431ea98e95aec93ed11f7038e580fdd251366704edb985b1063d443fb2c, '', 0, '?'),
(0xb8c1d267daada3bd2acec1f6f55d49ab, 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php', 1, 0x00000000000000000000000000000000, 0x72ad48fa1a14673f0a64723f3323d4e4, 0x77804ff9f45b03ab84caeef169461c163fde9618489c954a18dcc94085f8b315, '', 0, '?'),
(0xb8c6ddd0e0f1745c28b9355600a11c4f, 'wp-content/plugins/elementskit-lite/widgets/category-list/category-list-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/category-list/category-list-handler.php', 1, 0x00000000000000000000000000000000, 0xfd06a11a26bb9f0f3d54f354ac8a696a, 0x09100ca778680492ce621cd3a490db84028f3a1b64875a8769419fdca1b6529b, '', 0, '?'),
(0xb8db5a8acc280293c513a77c9fcd5a07, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-image-gallery.min.css', 1, 0x00000000000000000000000000000000, 0x74919d7f3bccf6af47a1b98a87019d4f, 0x1005478d8a5e378ec70686576c1d7078dd632eaf944f982bfbe6aa5be66e3683, '', 0, '?'),
(0xb8e8ab5c20af9449d1bbc1bbe819162c, 'wp-includes/class-simplepie.php', '/home/forwardbetcasino/public_html/wp-includes/class-simplepie.php', 1, 0x00000000000000000000000000000000, 0xd83c66d04963435d59eaac8d2fc85bc0, 0xe7d1804526059f136501e2b715a5bea576b32f2fbb793ecd13c024723dc29ec0, '', 0, '?'),
(0xb8eeda9979ec320f16440a6180fa3933, 'wp-includes/block-supports/layout.php', '/home/forwardbetcasino/public_html/wp-includes/block-supports/layout.php', 1, 0x00000000000000000000000000000000, 0xeed1bd00b0e4d985409fafc2727a6577, 0xadd42b896e34506b9085b6aabff93b9ae011d59ab7de4a01dc78504d274dd70b, '', 0, '?'),
(0xb8f96dac6fcdd9c5f0165dc62b480057, 'wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.min.js', 0, 0xb74b0831f83551b640701cc7776ed0e9, 0xb74b0831f83551b640701cc7776ed0e9, 0x094d00ed032cb387b0a303956ef3d00235060549ef0efd9a8520c859b148f809, '', 0, '?'),
(0xb8f9b33168ea1255376b79ce80e8d15c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartSourceRange.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartSourceRange.php', 0, 0x4e60a97915a1b4f7d0a2139e623b8dc4, 0x4e60a97915a1b4f7d0a2139e623b8dc4, 0xca4168bdb2ead9495ccb05f25d298657e6b7bd0f64df61f070f5191cbd422a09, '', 0, '?'),
(0xb8fb0134b7a8ce454cc27aaf9de7d763, 'wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x228735ff7e40cc202fb13348b4548066, 0xd5a05de334120647965e6a4e35e24205b95a307dca5f9f8e2e18224e3172a86a, '', 0, '?'),
(0xb8fb420ca525cd1b2f11deeae267f167, 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/e-wc-product-editor.js', 1, 0x00000000000000000000000000000000, 0x098e0ca70359d80711975e2e1fc313e0, 0xf2a4df0a25aa61d0c62e88337d914d73a67694661b2feb7e12c63c7192e7a6d0, '', 0, '?'),
(0xb901b6b10885b934478e3a3015915a66, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxNotASelectorStart.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxNotASelectorStart.php', 1, 0x00000000000000000000000000000000, 0x33a3dc5c4ac445f64e8f4d915877bc58, 0x1d1ea4405e92d534d802b66a65cbbceae774877eb5982a1e42976a6fb2ad3ea1, '', 0, '?'),
(0xb901d8523de9eb43ebef9e8b96d64733, 'wp-content/plugins/elementskit/modules/header-footer/views/theme-support-header.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/views/theme-support-header.php', 0, 0xcb6a7da6e3a4aacf94a43f999de4da27, 0xcb6a7da6e3a4aacf94a43f999de4da27, 0x1158a3aa062d2031120e4041903dbc96500970cc2782a73ef0bff540a02bd3b6, '', 0, '?'),
(0xb90db11d34dae8f8d3cb2c68b043e7fe, 'wp-content/plugins/wp-rocket/views/settings/page-sections/preload.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-image-box.min.css', 1, 0x00000000000000000000000000000000, 0x5a0caad9c2076ac26730b7340f79342b, 0x70d2ba0da25c37d817b2bd98b8f71853ac12a6c13edfd12843d5d878ecc6973f, '', 0, '?'),
(0xb913ed01875c9e5d5ed254a3eaa58ad1, 'wp-includes/js/dist/vendor/wp-polyfill-url.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-url.min.js', 1, 0x00000000000000000000000000000000, 0xc5999b3db94e54f3b95cbc977b9aca1d, 0xfeeb68ecfdbdc7a3a5131471eed9b54b74e0fbb60d3444080e5367aa64305a86, '', 0, '?'),
(0xb919ef0dac55dbc2a513f1ed5342f265, 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/light.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/light.js', 0, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe130176a10b3aef7f48d12d072e60859a6a8bf432a867c6890b23d89f6b75d44, '', 0, '?'),
(0xb920b91a7987357279224e73fafa7ff2, 'wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js', 1, 0x00000000000000000000000000000000, 0x9048fde953f92881a0e780f873ac66ec, 0x7ce91e213f1fecfe34e49b96bd060bd60856d318f4d90e963237ac43b2bff9af, '', 0, '?'),
(0xb922d868eacc000936e8939718f0b319, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-vars-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-vars-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe3c98abb37cdc8e316e259569500b39c, 0x2b46847ae9c15aac41b70acfef25c114f42ca179e169aaf0496951d45924037d, '', 0, '?'),
(0xb9243d5ab1a95a844817c9bcbdb9ec66, 'wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss', 1, 0x00000000000000000000000000000000, 0xf2662611d3abb70a5d84296a6a15da9d, 0xc3987b58ed23de831a0a7614acc6fda93c9166d07d705a9bc404b524a40ba5be, '', 0, '?'),
(0xb92d9469f18f4fb0e1736ffb7ac9f5eb, 'wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg', 1, 0x00000000000000000000000000000000, 0x49083f03eb425f7ba0f63a9b201256bf, 0xbf8c9a3496e1be3303799ccc0d7e416cae45df8446cf346636d9033eec02eb53, '', 0, '?'),
(0xb92f26bc8ed6fbe132aed1a10d674473, 'wp-includes/http.php', '/home/forwardbetcasino/public_html/wp-includes/http.php', 1, 0x00000000000000000000000000000000, 0xae151b4bd577560978407d612adf49c2, 0x50830394282749a063f0e26a40b0e476d0559489aaa01823eb6cb3d209b4a853, '', 0, '?'),
(0xb933953cbae11f949b470149cc74791a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivResourceType.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/compose.min.js', 1, 0x00000000000000000000000000000000, 0x0597f27fe13d4970430f6a92bb5849ba, 0x41aae184bb4cc21625feca21cbb48b82790ee1bc91f52d74b429e818358d61a6, '', 0, '?'),
(0xb93a317feb3ce57d3e31d43972d340a9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php', 0, 0x0144d2abd56fec0d0e3d64a786300311, 0x0144d2abd56fec0d0e3d64a786300311, 0xd75b5bacfadd7f744a62c4a79355e6345018a5493d630217a46cee8fc183cc2b, '', 0, '?'),
(0xb93caa5db4a7e452c86a8ad5e5c9eae2, 'wp-content/plugins/elementor/includes/container/container.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/container/container.php', 1, 0x00000000000000000000000000000000, 0x4a3767a3d179f4d10cc3c0fec95e6288, 0x06d5ca640314a608fb839b58a4183d139302916aad7f91505d3c9f46de0df13a, '', 0, '?'),
(0xb93d10ea23191f99de2debe818c93338, 'wp-includes/blocks/code/editor-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php', 1, 0x00000000000000000000000000000000, 0x59dc826d9c054818c32a8ccc0c8a926c, 0x6e60dabac3b6c768a70eaccc451f1232657e6bcc5a2543bf57c201f43456c9cc, '', 0, '?'),
(0xb949da875a236d0ad55e935fa19eff85, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php', 0, 0x0fecb6d167871f263bb8dcdab61e448d, 0x0fecb6d167871f263bb8dcdab61e448d, 0x37c1677398d8496fb4cd7dcdd6338d3b58a1d296afeb9700a7af7f99d79a0145, '', 0, '?'),
(0xb94f91c41a43d36fbf41c3e350d62730, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeHeroImages.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php', 1, 0x00000000000000000000000000000000, 0xfbb8fde42b39535462a0bef48ab8d6c6, 0x9b6318cd6ebc907dd00409638cff4432b04af74fbb6d43d65e825da70c85a6ce, '', 0, '?'),
(0xb953a789d2f7a570cceaa3bd3165aa99, 'wp-content/plugins/elementor-pro/modules/global-widget/data/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/global-widget/data/controller.php', 0, 0x02dc582fe84c521156a6d43e4c5eac36, 0x02dc582fe84c521156a6d43e4c5eac36, 0x56696ad443ab10c91137c73bd6cbb1809035fb959e697779d649397da7f3bddf, '', 0, '?'),
(0xb953df99008bc76306a5c6951f60348f, 'wp-includes/blocks/navigation/view.asset.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/view.asset.php', 1, 0x00000000000000000000000000000000, 0xbdf4dc4d7a9acf53150646f138ff0a1c, 0x8166bef0b85d3e309aa444809d39ed97b77e00a6129e182879346b25ecbd2fae, '', 0, '?'),
(0xb953f73bca9e97069a6bdc685cffc407, 'wp-content/plugins/elementor/assets/css/widget-floating-buttons.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-buttons.min.css', 1, 0x00000000000000000000000000000000, 0x8e73379d10b26dc5f7a15cc195855ea1, 0xad03d789f069c3cf8a172dac21636a19e174fe48bc6a150e164bd45059405416, '', 0, '?'),
(0xb95f43ecfe34811a33bf1b273083f150, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ErrorValue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ErrorValue.php', 0, 0x0280430700d8acd214e8f00f0382ed1e, 0x0280430700d8acd214e8f00f0382ed1e, 0x6c863425c9995f30e32441a47faae250909869e20945145edc5322e024a8d308, '', 0, '?'),
(0xb960efef4d171f04a36956d60076209e, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-slider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-slider.php', 1, 0x00000000000000000000000000000000, 0x1a8f69eae281c835135d3de1b98414ef, 0x61ad8f5ee271c14cf5f348c84c25438c6c3b45d8f092d115d6496cee773a3677, '', 0, '?'),
(0xb9629c45879133d36727635a20289af7, 'wp-content/plugins/akismet/views/get.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/get.php', 1, 0x00000000000000000000000000000000, 0xc6e34bda15f5683ff5f3b385749a0959, 0x9aa93a8cf3325b03cc49be10fcb33be76eb4c255597f5921e2b5843ea9585a0f, '', 0, '?'),
(0xb963f762ddb6298fc9e5a5f8a8b4454b, 'wp-content/plugins/wpseo-video/detail-retrieval/class-veoh.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-veoh.php', 0, 0xe0ae16176fe9aa571dfe7d07781994c1, 0xe0ae16176fe9aa571dfe7d07781994c1, 0x03b46209d07121e1b8511b78b5a0e647cf89030ad92fd82011cf1c583795bcd1, '', 0, '?'),
(0xb964537040b1e9daf75cd2ed3029a671, 'wp-content/plugins/wordpress-seo/src/routes/route-interface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php', 1, 0x00000000000000000000000000000000, 0x5e60fb970563c187eb0bf01b2fbd134f, 0x7f726ebf4d806a422fe8a9cffa0859bef44845e8549f0efa912ab0a3b2b5021e, '', 0, '?'),
(0xb96fbc5ab1eba045feae04e48b412af3, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-logo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-logo.php', 0, 0xdf1bf2900535448fff1167366d15fece, 0xdf1bf2900535448fff1167366d15fece, 0x92bed6b89ad8fca2130570cd9db6d0991273ab339b29655c91e86dc768a71ff3, '', 0, '?'),
(0xb973017b3ba47ad290219cc9ae30dd7e, 'wp-includes/blocks/comment-edit-link/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-edit-link/style.min.css', 1, 0x00000000000000000000000000000000, 0x22a0a5a6bd91497faee701b45f3bb722, 0xe41b4d737ec37677937903e9047d4adcac0bde3908369f51ad2414dbba906fa3, '', 0, '?'),
(0xb97a499278f09bf8cb7525b12bc8f30e, 'wp-content/plugins/wp-rocket/inc/classes/traits/trait-memoize.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/traits/trait-memoize.php', 0, 0x83e465544242d769c1fd75dd57f814c2, 0x83e465544242d769c1fd75dd57f814c2, 0x3d9fb615eca689751619e1e247bf986e6f16f52e27e9b5e5268d993a1d061edd, '', 0, '?'),
(0xb97d55305856e2e7453b29fe709fd482, 'wp-content/plugins/elementor-pro/modules/loop-filter/traits/taxonomy-filter-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/traits/taxonomy-filter-trait.php', 0, 0x05b2c064e37e492b8d163892233ac4da, 0x05b2c064e37e492b8d163892233ac4da, 0xf575b60c68463eb6f7d41d4c59e4e3e4ba13b246249111ad4bff715ede9f55cc, '', 0, '?'),
(0xb982af08b6173dcde5d1b606cd3824fa, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', 1, 0x00000000000000000000000000000000, 0x2f32953b9db0b8f18328faeb5582b5a0, 0x692dbb85ae3b528139e9ef73a00984626cbce33a584a24e5a4ff4bf481b909cb, '', 0, '?'),
(0xb98af6f24d7c942167cd724212fa5870, 'wp-content/plugins/elementor/assets/js/common-modules.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/common-modules.js', 1, 0x00000000000000000000000000000000, 0x0228c37980ad6edd5ccd94aa6a7d088f, 0x3970dd46357d148b5389f0eb2283d3d98d67bf5d6e41c1fe786f755eb1fe8381, '', 0, '?'),
(0xb98c3f83307cc3f6e03575c6a18301be, 'wp-admin/custom-background.php', '/home/forwardbetcasino/public_html/wp-admin/custom-background.php', 1, 0x00000000000000000000000000000000, 0xe3bdabbef65d30b96d37ece9f6176419, 0x5ac135223dae1000ee54a77fcf83711972ad2f309ee08f51d0585e646e361c19, '', 0, '?'),
(0xb99e3c654af406bded357d15990fdb6a, 'wp-includes/blocks/site-logo/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xccf4260e81e6e8fdec01d255e24f5370, 0xefc64feea7d717800e7963f4aab1fe716483cc54b3dad5ab66d69580cd8b2c2c, '', 0, '?'),
(0xb9a231bc83e974abf950536da402ae06, 'wp-content/themes/jannah/framework/plugins/amp-templates/style.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/style.php', 0, 0x948feb25b4f5a639ed96b0e82ba6941f, 0x948feb25b4f5a639ed96b0e82ba6941f, 0x51602cb4847dffb10548d64a082815363df9a324f0cc670f4db9770964d3b99d, '', 0, '?'),
(0xb9ae8315710168cc6e9b1d0c4afd6aaf, 'wp-admin/css/nav-menus.css', '/home/forwardbetcasino/public_html/wp-admin/css/nav-menus.css', 1, 0x00000000000000000000000000000000, 0xcae01d9f497ee75791921142754a4324, 0x31ca6f3f631240793c20a616eb0f030baf6cc357eb5b406f54a04d467a90256e, '', 0, '?'),
(0xb9b27cf5a4682373dd2198766068c3a0, 'wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/base-promotion-template.php', 1, 0x00000000000000000000000000000000, 0x18e4f3f36beb26f3f0302d2689b78e2b, 0x0525b4e620e3b05ec62929a0befb7d749927df51cc8dde7c9e7a978f53f480a1, '', 0, '?'),
(0xb9b7731a06264afc747ca56fbace3110, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBysideContent.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/credits.php', 1, 0x00000000000000000000000000000000, 0xc38c2be144c95b71674bb540d0713b68, 0x6b5fe7d3e4ca5f87e05a03610351ace22c52fdc7b410b06d8ab0380478c3712d, '', 0, '?'),
(0xb9c33be374c4c530cc08d8675288c276, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Database.php', 0, 0x9b7a56e24e804d9c9cc981de1f97a2d4, 0x9b7a56e24e804d9c9cc981de1f97a2d4, 0xfe76184644637950e12032102ef00267b8d398bc27cfd85099ec19702190f39a, '', 0, '?'),
(0xb9cdcba84a4e1cdb3e01592661d14ddf, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php', 0, 0xc3b8f1877edc775a2d759931da13177d, 0xc3b8f1877edc775a2d759931da13177d, 0x47288d83de0f3b2182f7e6cebbea539d7691790b6e3f79dc4fc2e01ed59f840c, '', 0, '?'),
(0xb9d380395b07eac04d131b2d1b678982, 'wp-includes/js/dist/hooks.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/hooks.js', 1, 0x00000000000000000000000000000000, 0x4fbf2fecf5db155ea21a26fe6d844d85, 0xc77fe5ee4f2e8cec08779d3407dca081c52de6d88ab908105f7658dff8ffd442, '', 0, '?'),
(0xb9da6bf6bd26fa955f09f023cae5dcc2, 'wp-content/plugins/amp/includes/embeds/class-amp-reddit-embed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-reddit-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x9bacd9d998176860126949e4e7d93c33, 0x84e47e8d91e7a0a1192ce3f8e0c09d8078de9801702b657f8e53d3969dbc56ae, '', 0, '?'),
(0xb9db5355fa0f7d702ba01dfc510c5dbe, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-12.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-12.png', 1, 0x00000000000000000000000000000000, 0x49e0438f027823caca2a0af0f35ccc34, 0x13c4447bfe94fa14e3bf3fd977eeaf66a819697612a5c8b5c30306ef16584b74, '', 0, '?'),
(0xb9e1710b7ea67c933c77741ba75bf58a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base32Hex.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base32Hex.php', 0, 0x846dfeb9ce08265f30f2da722f422822, 0x846dfeb9ce08265f30f2da722f422822, 0xbbd7865c0ec0a34a308f1fc54c3443d5e7a4f022cefcf7f4ce1ea4f16b3b98cd, '', 0, '?'),
(0xb9e7a56c0f93d03b2ba914539b47bcc2, 'wp-includes/blocks/audio/theme-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4c40d8a56da79ec45f9e9215b0105946, 0x1f658a37e7be4b1fbf5684d3a7901769ae64bdc68da7b38de6396bdb79be18b9, '', 0, '?'),
(0xb9eff4eac54b60ead41931d962e3457d, 'wp-content/plugins/amp/assets/css/amp-onboarding-wizard.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/ServiceProvider.php', 0, 0xb99ffe33f40fd1fec06f85f85dcc881e, 0xb99ffe33f40fd1fec06f85f85dcc881e, 0x0d6f4c6b71bbe8f3520eb00101c03b584c20025cdc48b3ea45acfcf4d8d5fde5, '', 0, '?'),
(0xb9fd79421ce18e9e8e28dfca9e1a9093, 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/oceanwp.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/oceanwp.php', 0, 0xb9e5c0cfc76ac63bb2e3135256d01a8c, 0xb9e5c0cfc76ac63bb2e3135256d01a8c, 0xb36afcaba7aaa8badcc0d9e9da2c1ee21921bf7ad470b5e69ec51223480fb570, '', 0, '?'),
(0xb9fdf5e26c31cb71e631b98ed1c74cf4, 'wp-content/themes/hello-elementor/template-parts/footer.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/footer.php', 1, 0x00000000000000000000000000000000, 0x9f9045541e6896b0f8f64db74c651d2f, 0x738e617f63f0c2d26842db349f9611c32f5cebf9effb45b81d9010d2ccec5b8e, '', 0, '?'),
(0xb9ff7ad51b18a67f6a0e6ecb5702cd4a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/NoSeekStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/NoSeekStream.php', 0, 0xd42e3292ffd56a0bb9e127a08bb8b9f6, 0xd42e3292ffd56a0bb9e127a08bb8b9f6, 0xff438e1e9a5b32fec9db430288361ffdf0cc9584d1d4a609be45a8b657ca78fb, '', 0, '?'),
(0xb9ff7b5accf156e41cc7f6ad241893a7, 'wp-includes/blocks/social-links/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/social-links/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaa1f93d2a4220427d38ad9cd8177039e, 0xaf75dd247d41312004df7bc67aff8a770103eeca2b50e5eef235f155ded02574, '', 0, '?'),
(0xba02da2b4de225fcb55d9b73443030c5, 'wp-includes/blocks/freeform/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/freeform/block.json', 1, 0x00000000000000000000000000000000, 0x15219c94644eace7696bdb6c919c9842, 0xf06da27a688ff12bc208a0c3bde7e54c9dc69c06826c20dc68e02f8bc4845c3d, '', 0, '?'),
(0xba040564cdc5bde9c26cd274d528a525, 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-module.php', 1, 0x00000000000000000000000000000000, 0x1007aaa1868d216b2df0885a420c8c02, 0x3af6a666430869d5d1b1eee74b759be8a2748cd77805506d658f64b1ae11dcef, '', 0, '?'),
(0xba04b07c6844889fc73719b90a26928e, 'wp-content/plugins/amp/assets/js/amp-block-editor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-block-editor.js', 1, 0x00000000000000000000000000000000, 0x69034911ddddd74ebf53929129fd7b1f, 0x456fb143d230b4c8faf2e92d87b90456166e61c83aafcec5fa6fcc73fdf201e1, '', 0, '?'),
(0xba05b09b9b473256a444079a6dd94c3e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php', 1, 0x00000000000000000000000000000000, 0xae4599849f02d94102d41717e63c593b, 0xe1b441dc4c5986ac2ef0b7cb09a083ee71daa8482835026d8ab11e265faa8147, '', 0, '?'),
(0xba05e7278fcc61bd6103138f03b21dc4, 'wp-content/plugins/elementskit-lite/widgets/init/enqueue-scripts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/enqueue-scripts.php', 1, 0x00000000000000000000000000000000, 0xb8de09a97c84fd365f8ef510d6cb07bf, 0x1f3c2895807a884b6044fc0c9743e2e8576e610d297965e767640e65687e982f, '', 0, '?'),
(0xba0ac2e7ef923e0f344538ffd2da8702, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php', 0, 0x783b2227970a60782fc442a6342eef8a, 0x783b2227970a60782fc442a6342eef8a, 0x6d04e94abc69e5e60156b559050150211b89a6144c993a5f7e75e7a8e359cb65, '', 0, '?'),
(0xba1944870f1f1b2cf603642aa9a44a20, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rtc.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rtc.php', 1, 0x00000000000000000000000000000000, 0x861dce914344881b8206b288ac86b7c5, 0x349df8105b1ece419954225a63462c5eb93b88f56b848acbede5c7b69174c909, '', 0, '?'),
(0xba1b3552129f23d2df4d7d99fe74c04e, 'wp-content/plugins/elementor/modules/library/documents/section.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/documents/section.php', 1, 0x00000000000000000000000000000000, 0xbc69edd9e0b99d7b0cb9ff0fe3cfa9f6, 0xb835ddedc4e646f1e42244f876d466b1998f99b6c619dc5f774db47cb9d66501, '', 0, '?'),
(0xba1cd83c580bbd5b25b9a3843c8cb64e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/ClientException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/ClientException.php', 0, 0x8a881f24030e13c095123d4319f6a901, 0x8a881f24030e13c095123d4319f6a901, 0x60f3f420340e99be09bf4add689f19b4eb2b792b4c0526b71f6f55e9d7bfabc5, '', 0, '?'),
(0xba1e63093668c5026a1eecd019b9780d, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_DayOfWeekField.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1690810710.css', 1, 0x00000000000000000000000000000000, 0x6b58f85a0562b8f6d813e5aa35c4ea98, 0x5b004ef986b29245c067f00597eca4d16764b617710d08d2edbfdae82a2749c2, '', 0, '?'),
(0xba28647749003a0dcec0d75878314443, 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', 1, 0x00000000000000000000000000000000, 0x9576ccf2c15bfda590412e461f3344e3, 0x4096a0da938b56d343f1b22bf9e9b43c213b40388ac0a73911d028f36e3dbb47, '', 0, '?'),
(0xba339e2c9298d763768b6b969205d1f8, 'wp-content/plugins/wordfence/views/onboarding/overlay.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/overlay.php', 1, 0x00000000000000000000000000000000, 0xd09ca80cb4fed9c1baf11f9ddee973c3, 0x07d403161403c0613aa3469eb914e256a257dc3557a13c6ef46f601c18fa0ef8, '', 0, '?'),
(0xba3771f892552a3da7facb1ca1b49d7e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMraid.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/button/style.min.css', 1, 0x00000000000000000000000000000000, 0xea66b4e9085ae054e66a18e39a0d655a, 0xd0cd69b631c296ec46b3bb5178690cf9dd90f225665bcd2be2692f0b3e184705, '', 0, '?'),
(0xba3ae23660d3271d77e0a87d9b7a3351, 'wp-content/plugins/elementskit/widgets/video-gallery/video-gallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/video-gallery/video-gallery.php', 0, 0x5845d1a6072ea2e2afa25cc31a174838, 0x5845d1a6072ea2e2afa25cc31a174838, 0xe7d31f78131de493cd1ac8080863750383d18ebe9b384ff49d14cb8f9f8d378f, '', 0, '?'),
(0xba414d28f01c121b63f9f220177b3e3b, 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php', 1, 0x00000000000000000000000000000000, 0x3349acea3150978affe0fb2a3c672d6b, 0xc915182514cab75f3445ead03c1ee787faae8b504b3ed79d11a9574fdcbee9b3, '', 0, '?'),
(0xba47dbbe2e9acc7f83c48cb3a46a3b80, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnknownCode.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnknownCode.php', 1, 0x00000000000000000000000000000000, 0x1d80d8825aa27877d6277a09349d74de, 0x1d85009109927a368e50e3556256e4aa86062ed020e12365c40d3ae339849c14, '', 0, '?'),
(0xba4ad0008e36a0a8871239e5562fdf12, 'wp-includes/blocks/site-title/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3fa7b50cab1a6a180bcbc99bd21cc5d6, 0x84522bc3c1e9806ade65e1e92c2af236611b2c525f7e4fb97a8b5705f36bd328, '', 0, '?'),
(0xba4c298a8d9a0bf036cbfe7f27d9cd95, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/elementor-content.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/app/modules/onboarding/module.php', 1, 0x00000000000000000000000000000000, 0xd610364b446ad20086ecd2bb1b235f12, 0x6a0e329b387dc6f27bd407aedb2c233a3284be30f2d571cd8fca68d0aaca09ba, '', 0, '?'),
(0xba574ded8acb7b68a916f8dac0289d9e, 'wp-content/plugins/wordfence/lib/menu_options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_options.php', 1, 0x00000000000000000000000000000000, 0x5592664d42e57ae0a53d73c186ae6279, 0x19cb07d5ec14b29701171ce4e6b1e838fe31bbe2a91fafd82a7b94ef052ae424, '', 0, '?'),
(0xba5cb4f251af09119d2c366c30184397, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/zigzag.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/zigzag.svg', 0, 0x685d793ec1b456746c893df8f10407de, 0x685d793ec1b456746c893df8f10407de, 0x99c3d4b4589101ade27ad81ee85d61253fe745dc6189a0029562962fcce22b56, '', 0, '?'),
(0xba5d4b1c7bccd9af07bce660d87bbf2c, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x2b45d2594815cded8f3c59504b3db053, 0xdb8bfc1f26f23a5ec1fdb147bfcdd72642888c840b32c3504387bf7ef7aff285, '', 0, '?'),
(0xba60d7219bf1ae617577440f954f5af1, 'wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/jquery-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x9ffeb32e2d9efbf8f70caabded242267, 0x7282d3bd9eece52e495de942eb35fe2ad68c0a6a9011e0087eb6036efaf7b867, '', 0, '?'),
(0xba68c41888b8cb4aca60a0ebb3695978, 'wp-content/plugins/amp/includes/embeds/class-amp-pinterest-embed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-pinterest-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x567ebbdca9cff9ef6e1d45867143f6e6, 0x1d3f0fee137c7841de785f3c3dcf9239649f568da2764aa5cf8311ae1d637077, '', 0, '?'),
(0xba76fca07af1866e057a32150def510d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImg.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/group/style.min.css', 1, 0x00000000000000000000000000000000, 0x6162f2f38a14d0965ada465580b46c1a, 0x628253f7b803c3e507e1189320a8c925ac718d5237c1f2c346a183ae02bbd6bb, '', 0, '?'),
(0xba7a07e28c10f99dcb1e5ad1945fdc91, 'wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library-rtl.css', 1, 0x00000000000000000000000000000000, 0xda7626b5eadece9be94b371e76fcfcaf, 0x00b4c3d59142bb8bad89d3ddcc49fb6c456337e4542acfa7b82b210523b0f107, '', 0, '?'),
(0xba873b01bbf8d1f5f42ddc5f4e44c8dc, 'wp-content/plugins/elementor/core/utils/version.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', 1, 0x00000000000000000000000000000000, 0x02b4ff72e0c9139a7f306d6237342414, 0xef7b68f505b944a8f45813f25eb577af9aae3644876663c4405191d50f0dfc66, '', 0, '?'),
(0xba92cfeb32ffca0f3f21e075d8dc8622, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', 1, 0x00000000000000000000000000000000, 0xcf49cd83e8438327618140c87a1482aa, 0xe14f441e3d11dccfbe431e8df868ebb319bca85914f02140e127665025172226, '', 0, '?'),
(0xba9556e13f688561416ead15491f3c35, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceSheetDimensionRange.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceSheetDimensionRange.php', 0, 0xe71cea9cbd7e24b276187e37f1bc403a, 0xe71cea9cbd7e24b276187e37f1bc403a, 0x4cf8147d3d2b82bc0a12fb36a8615aa2d8f2362b396665ba84961e60082c37d7, '', 0, '?'),
(0xba9c31837a414afe97b351a639dcc312, 'wp-content/plugins/elementor/modules/atomic-widgets/widgets/atomic-heading.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/widgets/atomic-heading.php', 1, 0x00000000000000000000000000000000, 0xb37c33bcdf4f3165fa1b89f8bcbdfc75, 0x54d4000de13edadfeba01a6cb74d8f03f77c67625a9cf14335dc799954c5eafc, '', 0, '?'),
(0xbaa41129bad0abafe8e8d01bce4e54a2, 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php', 1, 0x00000000000000000000000000000000, 0x0bc10131bf7c19d0c56aabc379420dfb, 0x284aad3b79b639d926c98fc08bc4bc157335ad0b667ebcda7e7211432cda5b3c, '', 0, '?'),
(0xbaa54fb40a6e115c465f65569edb7529, 'wp-content/plugins/elementskit-lite/core/activation-actions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/activation-actions.php', 1, 0x00000000000000000000000000000000, 0x8887ffab0f8a7a9db2429b7c4d89425e, 0xef2d5d82edaf8e49f1d469976bdc5e034350d1508ac4f572e764b0df8f15a098, '', 0, '?'),
(0xbaa9c214e3125e5b5892e68e69b309ed, 'wp-admin/themes.php', '/home/forwardbetcasino/public_html/wp-admin/themes.php', 1, 0x00000000000000000000000000000000, 0xcc9d7a4c1ee6a415dab32f6c862026ea, 0x2a41cfa3f19b2b6b873bc9b0d7f8e9470f50f568e368e2efbdcef4e2d97e17de, '', 0, '?'),
(0xbaad3ae6c058a9bc40007b2ac5d6afa6, 'wp-admin/includes/class-language-pack-upgrader-skin.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-language-pack-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xd4801291cfe5614e19e27ef1a4a9f8b0, 0x731756d02bdec04ca5beaf15c7d7035b2d3c1b1ae74d99a1cf92b3cd960e3284, '', 0, '?'),
(0xbab1a9dcc595a13948b08b4633a8ed3a, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/bad-request-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/bad-request-exception.php', 0, 0x28beed478f77c5d047007383c7e1d914, 0x28beed478f77c5d047007383c7e1d914, 0xf2bf4fb5c37396e4601771602eb566c91e3935f6edec20cae8b90091cdef6694, '', 0, '?'),
(0xbab287731ffd945c8072c2bb83774e0b, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php', 0, 0x7f4bab0f38114912ba6470986f0f3f45, 0x7f4bab0f38114912ba6470986f0f3f45, 0x549df3219b4809f9a2d898f12c43f4ad08617ebc4b4fd7504a9de8e1ffcc39df, '', 0, '?'),
(0xbab2e67aa6d01945b4741aeea7b3ea44, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutoAds.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutoAds.php', 1, 0x00000000000000000000000000000000, 0x8701b332ef797ffa1791268e699d7001, 0x8a44be9552a834bc78be60fdcd5acdbaf7d9be5aa4b485ccaa07bdf8cffe4357, '', 0, '?'),
(0xbab4c6ec229feca091b954c81c426b69, 'wp-content/plugins/elementskit/widgets/hotspot/hotspot.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/hotspot/hotspot.php', 0, 0x2fba77969e85f5bf0badf6808d9a49ee, 0x2fba77969e85f5bf0badf6808d9a49ee, 0xc23661fb3819dc6baf1e82690c9c283c1f7fa420550686bf9c4915a88d276847, '', 0, '?'),
(0xbabb2c9ca4b98d6399ac1c527a57cf39, 'wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/customize-widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2bfde79346b32b024e97dc712e565b97, 0x6193b80e94452d6eb041658de03d523d0e3a2e43435ce474a69ab05a2aacd4eb, '', 0, '?'),
(0xbac3828840f59cf1d233a6aaffb5fd77, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImgur.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImgur.php', 1, 0x00000000000000000000000000000000, 0x2ff1da4ca527b079620fb6d3812495cc, 0xb66b5b5828e3f848f9339a3b164509aaa1c2e78b5f98081c085901d3b0627cf4, '', 0, '?'),
(0xbac8ca3fbc4a4ade831325e7ae5f4439, 'wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php', 1, 0x00000000000000000000000000000000, 0xfd781e897e6f2f26dbcbc6a473513afd, 0xaf4a7088638937d2e2d9b072b2d7434e3ccda965f6e21b7f091ded192f87d143, '', 0, '?'),
(0xbaca66a28294fbd11b94b8ec4e92b3ec, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php', 0, 0xd5fe983e08ff31f6e429bac9d77391e9, 0xd5fe983e08ff31f6e429bac9d77391e9, 0x8da50c5584c0a120740e54f919eeb8a91f114c33de3e731e28477cf63ef6ffb1, '', 0, '?'),
(0xbacd6b7b139ae426f211f3bb780ab6f8, 'wp-includes/class-wp-error.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-error.php', 1, 0x00000000000000000000000000000000, 0x221d2a4a11562b9c514935bb25920101, 0x14ffa84b6b3424896aea31c4120a5579a60c2bf4147d5e83c664f63461d16446, '', 0, '?'),
(0xbacff5c0e1748e221aa92e33bd4022ab, 'wp-includes/SimplePie/src/Cache/Psr16.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentStyleType.php', 1, 0x00000000000000000000000000000000, 0xf61bd22a4dda5282b5524e4fd902e51a, 0x39331fc2eb8692ca8cc4ae1c8c8fa32b11596ec0cd4060804071683e88e40fa5, '', 0, '?'),
(0xbad24b3e43578a760d7bbd991cfcd6a6, 'wp-content/plugins/wp-rocket/inc/classes/admin/class-logs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-logs.php', 0, 0x72d575a029512b013cb5e5ecf6d874d0, 0x72d575a029512b013cb5e5ecf6d874d0, 0x59e6d9938bf64334caadac35d2e841ccdacd5df478e690ee95d5e97551dfbb79, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xbad699b4642e8726c6f3ba8ad0a3c42a, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js', 1, 0x00000000000000000000000000000000, 0x5d8b68ae9b6c6ea754d2b609395405ba, 0x673e1f6191f5a71a9c735cd02e94fb75312aab7f4d80b5f9f7d3f75bbf01a0dc, '', 0, '?'),
(0xbadc67523dd4fb51ae00da0c5b3a2ee3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php', 0, 0xe4a38d30d50dcd7b02c05f349c3964f3, 0xe4a38d30d50dcd7b02c05f349c3964f3, 0x750de550a6e9cafec05879925c3133e876fe8aba1770a90a891aee8bcef2e902, '', 0, '?'),
(0xbadf24e1846f93ac31d60f54b3325d6c, 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', 1, 0x00000000000000000000000000000000, 0x9b099bc2642a57b7cb7f82ffc331679b, 0xc72b71d27e3b6680455fce23d15d49b7568d025cf06b3f6cb695cbc39dcf9ee9, '', 0, '?'),
(0xbaedcc4130668efd6660c2204bc7817d, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/Beacon.php', 0, 0x10e8556aeb6a9397834a5f8250da2820, 0x10e8556aeb6a9397834a5f8250da2820, 0x983ed891a6358cf637654316f3972f23c0a3c02e314f98ca3e953b4140285ecd, '', 0, '?'),
(0xbafbf98956464e09d88023087bb68f0e, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpApesterMedia.php', 1, 0x00000000000000000000000000000000, 0xc7ed659380f5bf5ce8d69b9ecba62d3e, 0xc1679d31e748d1f467ca5a06f31cbf090d9a727b5122d8dad862093f266cbe40, '', 0, '?'),
(0xbafc705b48d64327377ebcf57f08a136, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php', 0, 0xbdaa63e917075ec59d2e79d00359691a, 0xbdaa63e917075ec59d2e79d00359691a, 0xf620d27c352f0d7961447f82a5b5d1218ee03413412d31ea16e2d68fed86ad43, '', 0, '?'),
(0xbb00b2d725335b247800e8e22eb08e28, 'wp-admin/images/marker.png', '/home/forwardbetcasino/public_html/wp-admin/images/marker.png', 1, 0x00000000000000000000000000000000, 0x3313dc2a4f322fd43349329cfde8191e, 0x7e54bc405c8e807655493ce7704bc8d7c4d7616054ba40637f07e31cde6361fc, '', 0, '?'),
(0xbb0297946a9fdbafb6519c41c28bce02, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/InstalledVersions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/InstalledVersions.php', 0, 0xee2fe8de327074f9259b59cb86bebdbf, 0xee2fe8de327074f9259b59cb86bebdbf, 0x3c4de8c209a47b364daffff09ee387e80ef42573717af6b0bc48c698554ddaaf, '', 0, '?'),
(0xbb041dda07f2f8895312a3d7aee8b4a2, 'wp-content/plugins/elementor/modules/web-cli/module.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 1, 0x00000000000000000000000000000000, 0x91ca96b4d1b4adf77e66fa0efa9e69c1, 0x8fdfa97f1630bcd48df211a3d5d1a6aec6bb480a0f891b958e0f8bc0c2a13bc2, '', 0, '?'),
(0xbb09e6e3e3456d5ba5acb3c7d86cc53c, 'wp-includes/js/tinymce/plugins/image/plugin.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/image/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x2d94fa5a43e96cc2ad7dc4e88e900fea, 0x79e718e954edd41f4e7a2ba8aa14e38614ade283868ff52708c3f3abfc2559ca, '', 0, '?'),
(0xbb1a7388971287b7e687d80254e019a5, 'wp-content/themes/twentytwentytwo/templates/home.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/home.html', 1, 0x00000000000000000000000000000000, 0x151a6daf491a3a3e189bd32762e4cb28, 0x38c32153cd7ced77dae872441e7c0617dbbd93c7c4861f1b2f1752cc187c7956, '', 0, '?'),
(0xbb1fbe98eced4cf014fb1abc0b011ec5, 'wp-includes/blocks/query-pagination/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3be31683d9106f6f91297ed1a1da6628, 0x26e1b30c929fcf95881d63b19694c6d60f7bcd7c1f5f84b63b31a91d439837bd, '', 0, '?'),
(0xbb27b9c7d0a4094fd763c0e8b639a6dc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PrivateClickMeasurementAttributes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PrivateClickMeasurementAttributes.php', 1, 0x00000000000000000000000000000000, 0x00673ca634132b9f6cebd93b99b369b2, 0xeb43f46381d2746a5b36b30116aef641d9f9173340d7a2a1c43d71473b12f45b, '', 0, '?'),
(0xbb2a0442b0a3a5deffb59803dae0ca8e, 'wp-content/plugins/wordpress-seo-premium/src/introductions/application/ai-fix-assessments-introduction.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/introductions/application/ai-fix-assessments-introduction.php', 0, 0x79c841551c86fc4ab59bd88e49ec602d, 0x79c841551c86fc4ab59bd88e49ec602d, 0x348ef0553e2abd2c9f4e71f810759daa992ce58ad64d74bc1e9bfd0d3fe088f0, '', 0, '?'),
(0xbb31eb339ae420ad450998b9c019eee2, 'wp-content/plugins/elementor/core/common/app.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php', 1, 0x00000000000000000000000000000000, 0x924280b112f4780adf2d2540911dd885, 0xd2a674cf2a4174c266f2ed0e6b89246852889d3f01f9321590ca237159fbfcdc, '', 0, '?'),
(0xbb3b42c78af5d3d11a0c629aa386148a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php', 0, 0xcac0e9b4927f6de2f51aa153e3182157, 0xcac0e9b4927f6de2f51aa153e3182157, 0xc73637baed0c9c75d614a8820eee6b111efce79826aa2a9068b949252449f6fd, '', 0, '?'),
(0xbb3d02add556adfcb472993dc658c89e, 'wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js', 1, 0x00000000000000000000000000000000, 0x76c45c1c5ffbdfabc81a70e5583115cc, 0x4b9a69c07ff12fe9628d9cd396a08c23d37fe2ed494a99fab72b6a643497dea3, '', 0, '?'),
(0xbb3df045944c59fdc6d636d5775e88cb, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Contracts/Signer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Contracts/Signer.php', 1, 0x00000000000000000000000000000000, 0x565b43bf086d440a7aa8d2f64f7e174a, 0x2e0bcd1cdf8166ca2898892f3db5df7b0ead4273e732b6a390f14effedc81521, '', 0, '?'),
(0xbb46e652820c278302ee4758a595865d, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessageFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/MessageFormatter.php', 0, 0xd24c937c5db9ef1a886415a49a65f19f, 0xd24c937c5db9ef1a886415a49a65f19f, 0x464cd7e683cf9524e6ac1b5a835e84e5eea687b69ad7052cc7dd8a59774bf197, '', 0, '?'),
(0xbb4e685b9aa0ff4ec402fa76799e7e84, 'wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js', 0, 0xb2f718a91ec9e9f070af1bc05b6c7f90, 0xb2f718a91ec9e9f070af1bc05b6c7f90, 0xf20a8c85d0914e92f9e6ae7fb07aacd4758c4947f4cdf12280c7a3f76454cdd5, '', 0, '?'),
(0xbb5373c1c48ed2dc7dc84473f7cc36f8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickChartSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickChartSpec.php', 0, 0x1180517ca3b6066082af828c46f6ca85, 0x1180517ca3b6066082af828c46f6ca85, 0x546ba7609575d0706e59820a2b53e3b3f45d1966445a78f72b24ee9e1fb176ad, '', 0, '?'),
(0xbb59a1629917b3d187848298c90725db, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php', 1, 0x00000000000000000000000000000000, 0x56d93d4b5699760bb2eed27ed2cb8838, 0x2682fe42bd16445150d443e2f66e1b82c15ec3d875bdcfc2761e7fdd26d5e1ca, '', 0, '?'),
(0xbb81ffa363de1a7ec09ec9f36a04e66f, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-accessible-validation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-accessible-validation.php', 0, 0xe9f272f341a5678505d3537267a978e9, 0xe9f272f341a5678505d3537267a978e9, 0x16b724419e36113729ef026e631420a9d751e28a605309f8e68e2a043418d347, '', 0, '?'),
(0xbb82771ec8afbae129351f9e0159bdf2, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.min.js', 0, 0xf459f641e6d8caf3374e401e6c619262, 0xf459f641e6d8caf3374e401e6c619262, 0x49e1b2d0e78530ce6fc8b9ca89e0bc6700336b56b9dbc767403e4448d86c87c2, '', 0, '?'),
(0xbb8393abf0db8cab080290ff903bbcc5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDeveloperMetadataResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDeveloperMetadataResponse.php', 0, 0x1ed1ca32c77377621db0a54bf42b8244, 0x1ed1ca32c77377621db0a54bf42b8244, 0x7bee10940b44cf3cb35c78d11828f97fd96e296831299dbd02944e871bf9b4e3, '', 0, '?'),
(0xbb8434e9739c6f932848bfd468b464d6, 'wp-includes/fonts/class-wp-font-utils.php', '/home/forwardbetcasino/public_html/wp-includes/fonts/class-wp-font-utils.php', 1, 0x00000000000000000000000000000000, 0x70dc23f8acc22caf63aa25355681c3fb, 0xfa38cd12658b8a8d6f8aa29e46a317894e620c0704ae0827d18df43c9e18bb44, '', 0, '?'),
(0xbb866b941b8a9a352848bff803e23dab, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php', 0, 0x45f02e6550ca835e8b6db3c7382a7c8a, 0x45f02e6550ca835e8b6db3c7382a7c8a, 0xb365df533d5d86fcfd08fa84226ddc793ac028664e5bb7e79842209bfba14392, '', 0, '?'),
(0xbb8cf42cab0286ebe010a285f358786e, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/skipHeadingLevelField/SkipHeadingLevelField.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/skipHeadingLevelField/SkipHeadingLevelField.php', 1, 0x00000000000000000000000000000000, 0x211637d5aa03d6c04525b2de2d11712a, 0x0b503617626246a10563fb8cf940a264727339b4b8acd7742c52f89b570b82c5, '', 0, '?'),
(0xbb9095ca59b137f82c30d70d9dfb2b39, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers-registry.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers-registry.php', 1, 0x00000000000000000000000000000000, 0xd28e81c7f5a9f9f47519c20661d83a81, 0xd4271c5e42c3d4b6b0ae8a08e256009587d18d57683f83816ac4a2a6d21fc564, '', 0, '?'),
(0xbb93845e8f30b3cab4e327c9edfdd8ef, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Reflection/CallableReflection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Reflection/CallableReflection.php', 1, 0x00000000000000000000000000000000, 0xa45fdb16e59bfd69ea50ecf2344148d7, 0x3f29a4dd8b64c4e17d75ddf5fa3f7481aa58968fd4a9c217c9b596f1c6e8c039, '', 0, '?'),
(0xbb99d779bf4069f788dedfbc756a9451, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php', 0, 0xd62dd47f45e4214d5bf572c2a9c3038d, 0xd62dd47f45e4214d5bf572c2a9c3038d, 0x8d1a2b1f62af820c7d3b583efb3f17d24c4acf74c1ea46eea044982e664f66b9, '', 0, '?'),
(0xbb9a93e3741071801c141b92be57104c, 'wp-includes/Requests/src/Auth.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Auth.php', 1, 0x00000000000000000000000000000000, 0x0583621858ac517adcb44fec48ffd4c1, 0xebc92a37d1fbe4db9837534eae15acd80e5e7397870c1483c301730c66d9fbb9, '', 0, '?'),
(0xbbab3a2245290aef1a311e01414388d3, 'wp-content/plugins/elementor-pro/modules/admin-top-bar/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/admin-top-bar/module.php', 0, 0x29f7bd1e7e522f7f574fe88fe55c45f1, 0x29f7bd1e7e522f7f574fe88fe55c45f1, 0x9a05cb0ec11817522804c7556180abc9f89332e6fdf5a5ac8c4a4033c459dff6, '', 0, '?'),
(0xbbaff2feddaf190d8fb92f3d38d5a127, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-bottom.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-bottom.min.css', 1, 0x00000000000000000000000000000000, 0x98bff53b0c18ec094e3c7b385741850f, 0x007556526fa084c154f3d0216a1f42316b9143bdc5c6365d8dba89103f6daa64, '', 0, '?'),
(0xbbb0177bc06156ada92fd29dac8a561a, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-background.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-background.php', 1, 0x00000000000000000000000000000000, 0xaa704dbcaec1ccad6b3cb87f78415b85, 0xddf3bcd723f3bde9dabb9ca422a035b79e0b3aedadbf144fd4742d135c201e61, '', 0, '?'),
(0xbbbfcc939af5e4d8c64e256fabff4d10, 'wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingResult.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/endpoint.php', 1, 0x00000000000000000000000000000000, 0xca048e704e6a475661cfd9a2bbd4f17c, 0x9377cf10098674282022abb1989780aee024ed86749bb4de1bac5ce6235d4079, '', 0, '?'),
(0xbbd06fd1200736a2854cd84d965960f5, 'wp-content/themes/jannah/framework/widgets/categories-grid.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/categories-grid.php', 0, 0xc71aa7fcfe670729d0015db3a609e127, 0xc71aa7fcfe670729d0015db3a609e127, 0x579c80c594a72b0bdeb11d235842b8d772bd15abbf255f7efd32cbb70b3887a5, '', 0, '?'),
(0xbbe61e8213433cacc0522e63f23c27dc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerInterface.php', 0, 0x08ae81928c675e77963445f056b01264, 0x08ae81928c675e77963445f056b01264, 0xad7112a86c8083616907c5db90ed1108971bd1e352ac0a97ed69e2fc8d311366, '', 0, '?'),
(0xbbe7d043123501ce32bd79b163f8c78e, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates-conditions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates-conditions.php', 0, 0xc3c27e820a15417fec27579d00601bff, 0xc3c27e820a15417fec27579d00601bff, 0x6c51422086c57b5f0254e5ec2208913fa9dcd8c60584aa8794852f5896a10ba9, '', 0, '?'),
(0xbbec0af8665138576da0e6a13dff0c52, 'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/fonts/class-wp-font-face-resolver.php', 1, 0x00000000000000000000000000000000, 0x68d40113381c60d56c5f0ee32f183618, 0xf0449bcb2c933dfdc093334c9cc99ff54b28a7b429efd786f562588ed9172d94, '', 0, '?'),
(0xbbf691a207f440ed921a785d3443f799, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/site-settings.php', 1, 0x00000000000000000000000000000000, 0x7a110034c2bfebccf48eb508f7154ac1, 0x7c55c8a3579262d2a7a8ccd39ecf5e97272f38d2a728c639983061384f3e6ff9, '', 0, '?'),
(0xbbfc54cd7030c35d6fb56286b102cb5b, 'wp-includes/blocks/post-comments-form/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/editor.css', 1, 0x00000000000000000000000000000000, 0x317be2b184f16be9ab5fa8df427628b2, 0x6b1fc6e801f3a49cf02d0aa021b235c13c9873842bc64c0e541d793393779afd, '', 0, '?'),
(0xbc0491fb09d25895a80d1fdfa45c0e54, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeApplicationLdJson.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeApplicationLdJson.php', 1, 0x00000000000000000000000000000000, 0x12d326bb71d76cdad77512bf18b066f3, 0x64106add149a82e6692256dbb19d14e5a140743f38e2c5486d144980ae77decb, '', 0, '?'),
(0xbc0aeadd124d9e387db9a54b2745b16c, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php', 1, 0x00000000000000000000000000000000, 0x4358340e4141e32437ea1bf39601059d, 0xdb840ab2ba252c48231944021b6277c2a6cb16a951ef3f9e105da406383dd82b, '', 0, '?'),
(0xbc1308131f7e0327cc1eacf13885b22f, 'wp-content/plugins/elementor-pro/assets/js/popup.996738ad83c089bcc0b9.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/popup.996738ad83c089bcc0b9.bundle.js', 0, 0x05dac22351387b8ff8a4ec40eec7fdab, 0x05dac22351387b8ff8a4ec40eec7fdab, 0xde97716a5240160900ff6eab0fc893b7f3594a2bce368fc450d5ea562adc3007, '', 0, '?'),
(0xbc15aa084cb255080f9a9b56245ddeee, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedTag.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/crystal/text.png', 1, 0x00000000000000000000000000000000, 0x90cc20d1b2aafc23be64ff2511e35bb5, 0x6e31f4c230b5e9a93c3bfd0a0294cd4970a2f67edc668f99c5e2a0b81ecfc77a, '', 0, '?'),
(0xbc1c2bf82069f21cb21fc8998bde953a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hkern.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hkern.php', 1, 0x00000000000000000000000000000000, 0x55679b29b8a7a625814858984703d541, 0xa2a78771da63187dfc80356a97f7132b7d82de5984a2cabcb08a7a5f6eea67b9, '', 0, '?'),
(0xbc26727e9f360bbc92d7b01cdf406375, 'wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js', 1, 0x00000000000000000000000000000000, 0x8e2659d4eb0160eafcb59d0b57c5aac5, 0xa135310da92a9f123669ab245e7c50e44dd5dd9a675e8bc3d3727aeed0f3e7dc, '', 0, '?'),
(0xbc26dcff9522f92345d718a4cb4688d9, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-sale.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-sale.php', 0, 0xc2f5fe8e782085cd9aca7cbd51edabc7, 0xc2f5fe8e782085cd9aca7cbd51edabc7, 0x0d2d9c43d86f29dc57b3eb2f944a80916b27fab5f8e28fc0e00f5fdd7d64a004, '', 0, '?'),
(0xbc36bb0d93bbf68abfeee00ab3055de0, 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js/perfect-scrollbar.min.js', 1, 0x00000000000000000000000000000000, 0x4a10bcfa0a9c9fa9d503b5a498cac31e, 0xf604ca6bd6b63c50872a86119b882b75f808449cb21eede93eb2bfb4ecf925d2, '', 0, '?'),
(0xbc3b8648f94c1d9d595fa2cb75480c96, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/CryptokeysJsonScript.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/CryptokeysJsonScript.php', 1, 0x00000000000000000000000000000000, 0xa05118025ddfba39aeb171738171d077, 0xa965906dde2a2de522919be3d46530cf9d9a71a03f260cff58060532090fccea, '', 0, '?'),
(0xbc43476462ceddfdc9dc77deeaee7077, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayerAnimateIn.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayerAnimateIn.php', 1, 0x00000000000000000000000000000000, 0x9445436cf0058ef4fcee26af36f289a8, 0x3e827b9ff04c31bb69a7fe75fe546161e5108e0f2ec18cb3ab08fcfc96b92faa, '', 0, '?'),
(0xbc494c4281c608fcd08167b688a94688, 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiCommonSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiCommonSubscriber.php', 0, 0xdd2b9aa3663e71fdbe8430b7cd33a342, 0xdd2b9aa3663e71fdbe8430b7cd33a342, 0xf05697d76713e780526692b98979d051713d9c7b068d2de732e9e461298740a3, '', 0, '?'),
(0xbc4e9ff78c923cfb33fe6ef8395188d7, 'wp-content/themes/twentytwentyfour/patterns/hidden-comments.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-comments.php', 1, 0x00000000000000000000000000000000, 0x7534184e627b177eb41c4c11d9dbb630, 0xa6454cc5b8f4cb02b16958f2fccbc0695babcabba8ec4927f5849292b1d7c4c0, '', 0, '?'),
(0xbc556e06ec839136448f443a3fa0acab, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.min.css', 1, 0x00000000000000000000000000000000, 0xb440e405522d6feb96f4ba9064713904, 0x9a3a7f9911b222b19b2df6d76069c12d27ab8e853cf7ce86c63c75f6380ec7c8, '', 0, '?'),
(0xbc594a92ec4fcfcea0f02a5ad20480e5, 'wp-includes/blocks/post-author/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xa882ed83f12e5ef751ccfac78955bdfa, 0x8a1684573b49978b462beca7378884435a92451cc8e320598261f22cf3845fed, '', 0, '?'),
(0xbc5e823aa43bacc23501aa8538fa81ea, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ButtonAmpNestedMenu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ButtonAmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0x5fa4e106d7611825f5e885db5cc6356e, 0x8cce765b126568fd45f492438a999aae1f8b295de25e76178af7c81f0934753e, '', 0, '?'),
(0xbc7038f377230898ea3ce9bffafec237, 'wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/edit-site.min.js', 1, 0x00000000000000000000000000000000, 0xac3218d4052e79b4ef396ee9733ea0f4, 0x89a3223425330f16d5403849161497289efda24c16a2fc698a6aa80130c3980c, '', 0, '?'),
(0xbc76259f7f948c53b45bbfccaaa3d1be, 'wp-includes/ms-functions.php', '/home/forwardbetcasino/public_html/wp-includes/ms-functions.php', 1, 0x00000000000000000000000000000000, 0x693bb0c1a90a8d150beef9eb98024765, 0x13f78a47ec31d80dcad4a99cd16408f6bbc15d23349533a31b7e70e80360e150, '', 0, '?'),
(0xbc7680974c7ec9ea2de426cf480ab9ba, 'wp-content/plugins/wordpress-seo/images/twitter_card.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/twitter_card.png', 1, 0x00000000000000000000000000000000, 0xe0397bbc00ea7c3c10820c5e8afa618e, 0xb7ac8d3ca74ace9ac979ed0e3390d55085c3a088b95fa8345d5bcbb281ace8fe, '', 0, '?'),
(0xbc78a4464930a4fce2d5abfaed944152, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php', 0, 0x6287fb5c85c532d1ce0a716c0b6470a6, 0x6287fb5c85c532d1ce0a716c0b6470a6, 0x5376cb42b38047a5a85f95aa409f2625ce6b4b4842f779ee695c9a0511a03596, '', 0, '?'),
(0xbc7a5718c12f0014e26186e6b1e6b4df, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectScriptReleaseVersion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectScriptReleaseVersion.php', 1, 0x00000000000000000000000000000000, 0x4cb35c9b7c5065739c5d34860731ed3f, 0xfa7eed0a7d001dae7a1663db6399a7794d9c363b255ea20a4b2f48b77a023e67, '', 0, '?'),
(0xbc803253be28a7714df7d31d9cb581c1, 'wp-content/plugins/elementor/vendor/composer/LICENSE', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xbc85e9a5e70c2f499d381b73b48f3de8, 'wp-content/plugins/elementor-pro/assets/js/screenshot.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/screenshot.min.js', 0, 0x23beb3bcd8f0b5b3205eb8896560dc2b, 0x23beb3bcd8f0b5b3205eb8896560dc2b, 0x11c3ba600198fca6ff9910aaec4ecaf6da08a8afd524e998e1320e212ccd516e, '', 0, '?'),
(0xbc8bb41eb273aee6d8213c514c3172b7, 'wp-content/plugins/amp/assets/images/amp-html-error-icon.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-html-error-icon.svg', 1, 0x00000000000000000000000000000000, 0xf2e161bb7c9e729b90dc51725bc95475, 0x86336a588b81f089c0ba889cfafa33690cda6922358af0c79f0ff167917139a7, '', 0, '?'),
(0xbc96e36511d7e9579252ae4b11d061dd, 'wp-content/plugins/amp/templates/meta-comments-link.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/meta-comments-link.php', 1, 0x00000000000000000000000000000000, 0x659d40ad2693441b662ebae40aa70223, 0xd412b956d436845c415e250c29175fc65a9388db17e2603213462bfb4fc8a89d, '', 0, '?'),
(0xbc9f05a6727361ead0db39535555a8ea, 'wp-includes/blocks/post-featured-image/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/style.min.css', 1, 0x00000000000000000000000000000000, 0x5ff3bf3def56ebc8fd69e6937c4266ff, 0x6ac83b3063a048ab7815ecc8ee09268891691d6533f2bc68d7488a51522b6949, '', 0, '?'),
(0xbca22a511d7b254c509886c267c3afda, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceFormula.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceFormula.php', 0, 0xbe86ce9ed359fa3a2ea3ee20d46e910c, 0xbe86ce9ed359fa3a2ea3ee20d46e910c, 0x5c154ee2a8bf3164d9400d1a24c7ae2b969bbb6d1ab721f3b3470e25fdb21687, '', 0, '?'),
(0xbca991ebd8e376cd794cd4c265a5ed21, 'wp-includes/blocks/post-terms.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-terms.php', 1, 0x00000000000000000000000000000000, 0xd2c42df4e329137d047480046f7b4ca7, 0x4a5d5e7753f2a3e788485b99264aa10887b8a605ab65b6d1ae5a75c6421576df, '', 0, '?'),
(0xbcb1adfdc53838e08368b86c816392ed, 'wp-content/plugins/wordfence/waf/dummy.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/dummy.php', 1, 0x00000000000000000000000000000000, 0xcb3a3c5d79ad01366a88d0f6077a9b30, 0xa6cc772d1d63a87dba0614ba3aaf695c4253837fb971358534ac7548d1bb8b86, '', 0, '?'),
(0xbcb1e02d38ac660f67e965dbccc1040a, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow-rotate.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow-rotate.min.css', 1, 0x00000000000000000000000000000000, 0x296eef20e85403b956bb26356bb17c10, 0x3b61141641af9cd0340a12b3b8854e738f5e2b86838ca675e242bb0529fcb4ae, '', 0, '?'),
(0xbcb2d8f4c2674efb277506473baa269d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryBookendAllowedDescendants.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/vendor/react.js', 1, 0x00000000000000000000000000000000, 0x05c3e7e7ba74b97802b32c6781212a24, 0x2a9cabb9a0bdcda1f691e763af83ac51098366bbd031a3b107cea6fb9cdcbe5f, '', 0, '?'),
(0xbcb9e36e1e79221b8627a2de795604ef, 'wp-content/plugins/wordpress-seo/css/dist/metabox-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-2400.css', 1, 0x00000000000000000000000000000000, 0x1e3a6bb797c17344175c8edaab99c21e, 0xe71ca972b25510aff82e505653f662876c76f9a97333c0f030f04ef197ad02fc, '', 0, '?'),
(0xbcd6827804520b1661d1dbf9c79c8440, 'wp-includes/css/dist/editor/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/editor/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x78b85f77a79a3ab2b32d623a177bc871, 0xa6a3a09a3d9a2dfe919c9ee589c1889cd3f898b3caa7a8dfde8ad29b93a926f2, '', 0, '?'),
(0xbcd7d7a817c5a50210ef37bd67707162, 'wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.css', 1, 0x00000000000000000000000000000000, 0xed8fc132e0df4b941889b57fb841e35e, 0x9a9541fcf0c9f6b74f49e51a4c9f0e477dea5476a60625f13dd27bf4fc669c6a, '', 0, '?'),
(0xbcf09bc25822af2d7be3ca2434387378, 'wp-admin/css/deprecated-media.css', '/home/forwardbetcasino/public_html/wp-admin/css/deprecated-media.css', 1, 0x00000000000000000000000000000000, 0xe0ffba0a212e4ac3e4184b304bad89d0, 0xecc5c68c46458db4c13a8472cbbbe0c14d36257cec09b86eb4bc4cbc4484f0ee, '', 0, '?'),
(0xbcf0c50dcacc5ab394814f5bce856694, 'wp-includes/blocks/columns/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/editor.css', 1, 0x00000000000000000000000000000000, 0xc2b460ff1d62c86f46494bb00b1692a2, 0x648f05d7a321781f60b6d1c8f5cff9ff1dca4a14e4f726ddddcdbdf70f7bd0f3, '', 0, '?'),
(0xbcf0fa41c01a6b16b2dacb7c9d6aa23b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php', 0, 0x8910fa4d98bee99ee69fc06eab85c425, 0x8910fa4d98bee99ee69fc06eab85c425, 0xff40dc06370e2e5465d5150b0369184214dd64ea8608e10a5aa087290c7da15c, '', 0, '?'),
(0xbcf958b29239dc9398100b73f0b19cfa, 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/number-prop-type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/number-prop-type.php', 1, 0x00000000000000000000000000000000, 0x56170a29ccd99ed41c2ae1f259329b31, 0xd9b6ceb4be058a9d0958cfd2a82b452a52b981b50c4744a24aeae794d96af8d6, '', 0, '?'),
(0xbcfc55649fa513064d8592d95324806c, 'wp-admin/includes/class-wp-list-table-compat.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-list-table-compat.php', 1, 0x00000000000000000000000000000000, 0xdb7d8b3e0d5f4422a6f5436bf1d41543, 0x5c0ca53b8afd0b5d22a7a4ae28122b2fc7c57d9e120ecb9a7135cef44e5327aa, '', 0, '?'),
(0xbcfc9efa50b59f85e94962177881c09f, 'wp-content/plugins/elementor-pro/modules/theme-builder/theme-support/safe-mode-theme-support.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/theme-support/safe-mode-theme-support.php', 0, 0x2f66031a64489e211437919224d57307, 0x2f66031a64489e211437919224d57307, 0xf0e66fda051988849b1045872beb3956d4512026b03c84fa0c11008cf76c7c07, '', 0, '?'),
(0xbcfdcdf35f3a5bd31502789813cd2e52, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTagWarning.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTagWarning.php', 1, 0x00000000000000000000000000000000, 0x7cbd13aacabb22453520e3a46e5f90b2, 0xd4bb20954abe748dbf8d133879364b3a6371f2343b04b3fd8601da83ca8312e4, '', 0, '?'),
(0xbd06bce2a093068a5abd2b54da32f700, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php', 0, 0xb42ff7fef5926749688db86864e197a0, 0xb42ff7fef5926749688db86864e197a0, 0x84afc4d75bd47e127d4cb674a5a1cfe1aa1711541da889902dfc4b902865c147, '', 0, '?'),
(0xbd0d7a7f8de940b35fc390fd6df8644d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/SitemapParser.php', 0, 0x3de3b286869465df7b9df20543c2770a, 0x3de3b286869465df7b9df20543c2770a, 0x11fc9609d092319ceda4d29929e69befc4720e14b5f6cc55693a600e31fb68f7, '', 0, '?'),
(0xbd21bd60bd4b638e226df78281e7e3ad, 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js', 1, 0x00000000000000000000000000000000, 0x6e65b1b3a86c8d24154482975ed59e17, 0x7505b599dff701eb462eac913250a27b92e077b3e1a69afb63a1881f749d8081, '', 0, '?'),
(0xbd230a021864df0265262b521b73f0fc, 'wp-content/plugins/elementor/includes/controls/choose.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-valid.svg', 1, 0x00000000000000000000000000000000, 0xaf184cf0815b84cb150d1ff33448dc15, 0xeafa12b6683935ab4be1c123c0431ef954b6a32650e6aa28c52b70d8126144e4, '', 0, '?'),
(0xbd2f463304a7ef60c600321c31577b59, 'wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php', 1, 0x00000000000000000000000000000000, 0x6bb33c535ea4b7dfce876431ab91858a, 0xe526fcdac04a543d1c646a39b229f222313df01fc65249439716e4e3bd3c47cb, '', 0, '?'),
(0xbd40478415ee74c765598f5c273eaf4f, 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfVersionCheckController.php', 1, 0x00000000000000000000000000000000, 0x8a223461e0e3c30f25bd0a4eaedf1461, 0xb7502df93e5acddb6dbd9a3b5afe8917c9ea6d6b5d7016b9b3b556e010543e21, '', 0, '?'),
(0xbd47efb8888367d9ed0cdde0d070ce8a, 'wp-includes/blocks/quote/theme-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xfb678bc232ba263a83aa05327e92fc1c, 0x139f4bf37769b6c44a4db6e9d42c6fea584bf2d62a5c7ab24b4280574ce01e4f, '', 0, '?'),
(0xbd5167322ad9ff8230b8ee1a9f150a9b, 'wp-content/plugins/elementor-pro/modules/element-manager/options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/element-manager/options.php', 0, 0x749412105d653f6239bf70ece4a87352, 0x749412105d653f6239bf70ece4a87352, 0x63cf12557ba69f567ef99226adeae39fea55f663c3cf9035b0fef743859ffcc5, '', 0, '?'),
(0xbd57c86a647ef50fef6152a3d9ba17ff, 'wp-content/plugins/elementor-pro/assets/lib/instant-page/instant-page.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/instant-page/instant-page.min.js', 0, 0x8748e69cdcd8130b798426ba192e4627, 0x8748e69cdcd8130b798426ba192e4627, 0xf27eac3576c046d0fce10ed00cc6bc92c3936063cf79ef2d8f4127ba44ff73c5, '', 0, '?'),
(0xbd5a079ec0571974c770a5084e8c680f, 'wp-admin/css/nav-menus.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0x8dc0fd51f6e818ae8e18d8eb226acde8, 0x73200902e06a9b05caef72cd2d69a599d21be5aeb2556ce183d79d6c16778548, '', 0, '?'),
(0xbd5cd2204d2a5fe1fc5987aa5952707c, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', 1, 0x00000000000000000000000000000000, 0xdb5b0e96f97f49a52149b6d77b429f87, 0xe3e349ba91ae719cd276a180cbae84aeabca5cea8d4476e303ee4f628215a4cf, '', 0, '?'),
(0xbd5fb02e80ccb4607eb0982c28757d6b, 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.woff2', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.woff2', 1, 0x00000000000000000000000000000000, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaddf40e2a382a94ceb4551f1f18928816965ba96715b4e7c26b0e37ff9c390f7, '', 0, '?'),
(0xbd6487095c371d691830b36513976ed7, 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/select-control.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls/types/select-control.php', 1, 0x00000000000000000000000000000000, 0xd26a4351f053931fde9bb8ab920536bb, 0x27697a71bd4853c334bd54841aebdff970cbdb30bdb02dca217acf114f810aca, '', 0, '?'),
(0xbd6d2570a2af96b8af69c4c69759ce5a, 'wp-content/plugins/elementor/includes/editor-templates/panel.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/panel.php', 1, 0x00000000000000000000000000000000, 0x77a51abbd298d72516cee5472eb86f45, 0xcb64c75b52132022ff607888cc8c076ba2aedfc6889b7551175db2e7c42b2b19, '', 0, '?'),
(0xbd6ddd61232473f56d9878b5f1eb0151, 'wp-includes/blocks/template-part.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part.php', 1, 0x00000000000000000000000000000000, 0x3310f9391b54ae0788bf1301f13d367c, 0xcb2d3cfa5fd921d2c1af4e113d8a2ecd26dc42fe02445f90969fb021187a2438, '', 0, '?'),
(0xbd7f90c07ac97b3aa8cea89be1dfa06c, 'wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd8170f8fa0d81d1d6b907a8bc5440235, 0x8658144642964811a59180e4670a062c7428cba3a5911cdaf21aa27f1dfc54ef, '', 0, '?'),
(0xbd834f693d76b998d48de7d527f79a6d, 'wp-content/plugins/elementor-pro/assets/js/table-of-contents.706ffc609e73df296eed.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/table-of-contents.706ffc609e73df296eed.bundle.min.js', 0, 0x1a887131712687ebde5c8007359e90a4, 0x1a887131712687ebde5c8007359e90a4, 0x3dd506542688baf36b9aa1be7ae290a6182a7abf828fbb46129da315299b64fb, '', 0, '?'),
(0xbd8423173b87ec65bdb64f22f5bc235b, 'wp-includes/blocks/shortcode/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/shortcode/editor.css', 1, 0x00000000000000000000000000000000, 0xb84f2a63dcf174b5fa42f5c808481056, 0x988abdb6747046b3a9a4578543703e325b967d0ce268e1e676f47036ab1b6aff, '', 0, '?'),
(0xbd8489379a78d61647500242aa89ed5c, 'wp-content/themes/twentytwentyfive/assets/images/404-image.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/404-image.webp', 1, 0x00000000000000000000000000000000, 0x189ee7f2a40c13d4a2094d2497929e62, 0xd4ef118cfdd23f0d354d158c956d2566c2a54d95793bec2550983fa04fe5b6a6, '', 0, '?'),
(0xbd865348c8046a321dad03a0a1b76092, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/HeroImage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/HeroImage.php', 1, 0x00000000000000000000000000000000, 0x354de3558b324b6be6c10a33d7d1e34d, 0xa7c27900e201307ac912fa7c3f969c12f605207eac086e9c90da0c379b199de0, '', 0, '?'),
(0xbd905a2012f8904f19670a578b579232, 'wp-includes/js/wp-embed-template.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-embed-template.min.js', 1, 0x00000000000000000000000000000000, 0x636a3f0236661b96a64e35893548cb36, 0x1ed5ebfe15496cbc8773f1c62603fdb098781ce1fa6a7a5183eaa293f896e680, '', 0, '?'),
(0xbd9f095bc50f3f964f149127872d6447, 'wp-content/plugins/elementor-pro/modules/woocommerce/documents/product-post.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/documents/product-post.php', 0, 0xdc9c3893f770cacbd5ba5e225b8ba5ac, 0xdc9c3893f770cacbd5ba5e225b8ba5ac, 0x4cc308a81b996b4699fbcaa33fd37427f3dcc48a709400d2ec29322fe7f9664e, '', 0, '?'),
(0xbda8faf4a4f80e42c34aa83cab60f5a2, 'wp-includes/blocks/post-excerpt.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt.php', 1, 0x00000000000000000000000000000000, 0xdf77f7abe23b5aa2e12a02d79b01987e, 0x51a4552a54e1ed91fe7061cbba570817f51c3e0db26fd2a7173badd26658dc00, '', 0, '?'),
(0xbdaf21dc683e18846971853874d5c26e, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xf600e7a413d93ef606a4405565ecec55, 0x18aec89b7003f1e204a1cb846f3cb8a74f0a01bc861f4f6f127bd6773d059753, '', 0, '?'),
(0xbdb2bc5c869339bad195810146a077ed, 'wp-admin/js/revisions.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpJwplayer.php', 1, 0x00000000000000000000000000000000, 0xd1395068bff57675f1339fb4665bdb4d, 0xa4fe82ba6252941e89b400fd7d68afd32313aceb1a24ecc4252af43ac32dd6dc, '', 0, '?'),
(0xbdbde321ce954589520c7fdebfdba708, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/sessions.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/sessions.svg', 0, 0xa1f3d614f3d7ac2251c9d930b7a5b216, 0xa1f3d614f3d7ac2251c9d930b7a5b216, 0xb24642f41e2898d025c4f8ee07c26e76fde7d460af4c7ac68e02efdae87f74b6, '', 0, '?'),
(0xbdc12ed1e09c0e348eef9fa0c0a7dfe6, 'wp-content/plugins/wp-rocket/assets/js/wpr-cpcss.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-cpcss.js', 0, 0x35194597f5884795292cd943bf7f95ff, 0x35194597f5884795292cd943bf7f95ff, 0x654e2ae1ce06fe3ce881c69406b5ec7a5520dad6163283e4aa9b92d7ff98939c, '', 0, '?'),
(0xbdc2120fe4163e26fb5de58f1b925f78, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Contracts/Serializable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Contracts/Serializable.php', 0, 0x32894250a902d8358524de33673ee292, 0x32894250a902d8358524de33673ee292, 0xee68a7c08c29ec332213b33ea1e5bd9460fddfab5e0888cb4dab422a2a1ac9c9, '', 0, '?'),
(0xbdc257e452698c3113e55c85a150132a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgConditionalProcessingAttributes.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Admin/Subscriber.php', 0, 0xecbc8f4e5d4ece4d4d78b58c217f3c92, 0xecbc8f4e5d4ece4d4d78b58c217f3c92, 0xf4f97a8c8fd317c161180335cf2ed1c4f9838a7dbfcb900e3111c30c780474f7, '', 0, '?'),
(0xbdd5a81479c9ec0505144cb201d4be52, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/SEOPress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/SEOPress.php', 0, 0xaf4e422525b9040f4972cc31a7c03d2d, 0xaf4e422525b9040f4972cc31a7c03d2d, 0xe7103c324cf349c54943efd4f49da7c22032c25d9937e0096d90055c3f69bb5d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xbde2b355c2acd5022aba85276781139b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Query.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Query.php', 0, 0xc33d139e45a89a270d5e65aa398ed3ba, 0xc33d139e45a89a270d5e65aa398ed3ba, 0xa2974600651ce774fcf97e0d375cd071707ad715868064242ba5f102241fa09b, '', 0, '?'),
(0xbde5e6b4ae7c812f264a9f4f528b7c8b, 'wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php', 1, 0x00000000000000000000000000000000, 0x9a4cd6f73de4a0eaac6e5068a551669e, 0xec888b0320eed41c007ad81a8667cd57544df3d6f0633c350f26fa4c5a7ad05c, '', 0, '?'),
(0xbdec9aabea8198ef292a18953c18904a, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/Admin/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/Admin/Subscriber.php', 0, 0xc0f172527ff1acc2f41afc4f8ea77d3e, 0xc0f172527ff1acc2f41afc4f8ea77d3e, 0x82d28cda9a25e29bf539b37daf1408b56c08cd985a8e20f80795cdbbbe5e2514, '', 0, '?'),
(0xbdfc2cef63786acdb2053899308bb1f7, 'wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items/base-promotion-template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items/base-promotion-template.php', 0, 0x7902b4841c55196fd1df52aa6688ac62, 0x7902b4841c55196fd1df52aa6688ac62, 0xe32fbc7c370ce7b4f4e8b6109acd3d2e73e996ecf52f5d77aa9f935e903a6ccb, '', 0, '?'),
(0xbdfea72d6fa4eceaee6d71e2a8010058, 'wp-includes/class-wp-block-editor-context.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x5b6282acc7adb824993ae6b1447eda2b, 0xe3f14e9f4ceca7c1c823fb160f0d36267d24b9634e8541020c0768e1ffee59ef, '', 0, '?'),
(0xbe05a64d33d6127661420f6364031bb5, 'wp-includes/blocks/search/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/search/editor.css', 1, 0x00000000000000000000000000000000, 0x1165edcdc510b8dc0aad0d31703de68f, 0xeeda49b1faed5f1c3a14e4f54d3eae9a110bf08aacb0d9a07d872ea6dafca1f2, '', 0, '?'),
(0xbe0b3af9a22b889814680b795e578301, 'wp-includes/block-template.php', '/home/forwardbetcasino/public_html/wp-includes/block-template.php', 1, 0x00000000000000000000000000000000, 0x5d414876cd55e0ca9512805cd6135be1, 0xbd361130b6efec71297a622a4e8fae763428dd38644f877923efaa9d1705335d, '', 0, '?'),
(0xbe23ce943669bb2fc9f09ab410c39b8c, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Regular.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/StreamableInterface.php', 1, 0x00000000000000000000000000000000, 0x9d4979b30985ab4d2b85298470bbb19f, 0x6a5c5d0cb37b65a67581b0ada8c43cfd50eb9115a46bf27948350b087736dca3, '', 0, '?'),
(0xbe2b2e5d6e1580ecaf1f80558df5b41a, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js.gz', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js.gz', 0, 0x7a87d155c06d832c840e23aaf839b413, 0x7a87d155c06d832c840e23aaf839b413, 0x9bf301febdb6ac5e9abeac68a417e62bfcdcd413779feb7b38eabed783cf9b8b, '', 0, '?'),
(0xbe2f3def2b486845d1de3134d3ca86a5, 'wp-content/plugins/wordfence/views/tours/login-security.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-theme-json.php', 1, 0x00000000000000000000000000000000, 0x527e287b3ad965a080a29c17ce786f51, 0x3742f0ef13aa0a0f6c6965ba0646a79f7fbeb3df83b0cc6e3895524202b3ecc3, '', 0, '?'),
(0xbe33535e8f0e7138428ca6b803de7fe0, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php', 0, 0xc5bafbbd0ec73e8770d2b85d549aa63a, 0xc5bafbbd0ec73e8770d2b85d549aa63a, 0x6c4f7c54c04bc5e566e22e11c180607eb48ca5342c5896768649139b1588a574, '', 0, '?'),
(0xbe3c3006481feac7afeb4cc9dff6782a, 'wp-content/plugins/elementor/assets/images/library-connect/right-2.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/library-connect/right-2.png', 1, 0x00000000000000000000000000000000, 0x7c637e6d6145fceddde7bf2e9f9939d3, 0xad27ea95729af07cf22084cb855e8149fcfbdb8f0314430aab20b8ab701493a9, '', 0, '?'),
(0xbe40296020d5e47e4fdd7defbb6163cc, 'wp-includes/blocks/heading/style.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/logger/class-logger.php', 0, 0x052be760fbd2d0ff4d49b7d80a0be512, 0x052be760fbd2d0ff4d49b7d80a0be512, 0xd0b8239edad07e1f7f2d8a0aed3316d60d04fd6bd84a1975d2f23684249d9a1d, '', 0, '?'),
(0xbe455d34e5b83772466a1c8904362533, 'wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg', 1, 0x00000000000000000000000000000000, 0xf8741a7b40d47645244a7ea7dc954388, 0x843919e5a5a5c43385fceb599551de189a5d280a4f4bfcbf7ea4462ccc6970d6, '', 0, '?'),
(0xbe57ceae32271fdc5a72e4673a385774, 'wp-content/plugins/elementskit/widgets/image-swap/image-swap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-swap/image-swap.php', 0, 0xc1342ca2f27fe83d855c739d25a2a3e2, 0xc1342ca2f27fe83d855c739d25a2a3e2, 0x05f3ec1ec931b81b210632f9b7f78140c3db1f0c3453d7e62312f974ebc1f367, '', 0, '?'),
(0xbe59f649b612911e6c1c54580aec56e8, 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerInterface.php', 0, 0x1c854346f99becc35f9f41c69e5846d7, 0x1c854346f99becc35f9f41c69e5846d7, 0xed6a428d2fdd874c8d548fdb6fc38e6dead7b15483ebcd41f0b296ef0cbf7de0, '', 0, '?'),
(0xbe5dfa7c7ce9396f924b107c98c99def, 'wp-content/plugins/elementskit-lite/modules/header-footer/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/init.php', 1, 0x00000000000000000000000000000000, 0xb0b785b281631c24ac680a3fa535d8e9, 0xa53a1d93b5c5d2f776e39d7ad76959e4ae65fca0571ab03d44333a66e08c0138, '', 0, '?'),
(0xbe6088559f1a474aa7c1dc9294a06d46, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/congrats-shape.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/congrats-shape.png', 1, 0x00000000000000000000000000000000, 0x89ffbcc8e7044af33bef942b7ed00c07, 0x52080d071ef97dd9e7a942601e20ebf6fec53f90905e9a8ea8d6e5de0ccebb69, '', 0, '?'),
(0xbe6226870ac297532ac620c53576a7cd, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php', 1, 0x00000000000000000000000000000000, 0x0a3ed9b7d47b14acda669a8aff2f6db0, 0x5f849e72143ea77b8bbd405f19c49d1b0cf4a3a1011789b69d0657899a2d0e9b, '', 0, '?'),
(0xbe6c07f59bc9024d2b4ac407b16dd6dd, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss', 1, 0x00000000000000000000000000000000, 0xb17ddc2796dcec27b7515ecc6fc22b5e, 0x21338fb41d60440c5464fa6b12a0b2898e33b7dc1feaf75a9616329536de7d04, '', 0, '?'),
(0xbe79faae7688510bd94617143669b929, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFitTextAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFitTextAmp4email.php', 1, 0x00000000000000000000000000000000, 0x279cbdcb7a12c2f613445342d8d65530, 0x1ff56516c40b41bec41808ba1e72d8de867113cac3843d10c0b8d3c6f4f79490, '', 0, '?'),
(0xbe7ac61f6200ba229702ceda5e116c41, 'wp-content/plugins/elementskit/widgets/advanced-slider/advanced-slider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-slider/advanced-slider.php', 0, 0x4b20c0532aa6222f975842fd8884555b, 0x4b20c0532aa6222f975842fd8884555b, 0x00de6f47a128613a9099b7562b112adc1e659a87666dc7c527e6fa3971ad17cc, '', 0, '?'),
(0xbe7be3b350f23455f4d2a2060cba7895, 'wp-content/plugins/wp-rocket/inc/Logger/LoggerAware.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Logger/LoggerAware.php', 0, 0xdb38e16eb96b16575cf50216f17a8b31, 0xdb38e16eb96b16575cf50216f17a8b31, 0x47e8b86cf8ce569a4ed1c24ff0f9f9cc91070284bfe9bbd57d9c01ef0a857c27, '', 0, '?'),
(0xbe80047ecbf09a4ea19640aecf6ca273, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg', 1, 0x00000000000000000000000000000000, 0x0892540daca3f244a35691c2ad028af4, 0xa60070da345ca8b1935f5b7db34d5f06c785de11bb40c75a24419ac75b3e2659, '', 0, '?'),
(0xbe80a4c23eb5d595e785fccf9846976f, 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/4.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/4.png', 1, 0x00000000000000000000000000000000, 0xe658091bc12e86570f4baef349327804, 0xb32ca0d70e6cfab506ba09832dfc484fa4426cce2fb56a183504ba802107cff5, '', 0, '?'),
(0xbe8397f14e1ee9c4f5fe40bd28ba3397, 'wp-includes/ID3/module.audio.mp3.php', '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio.mp3.php', 1, 0x00000000000000000000000000000000, 0xf9f9b99884c9287ee93309418f90c662, 0xaabcd23ab513fbfc7697dc383f73eebf0af13dcec092a8dae8293e57c6aceec0, '', 0, '?'),
(0xbe8a2e761579200ccdd0573413d6d915, 'wp-content/plugins/elementor/app/modules/import-export/wp-cli.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/wp-cli.php', 1, 0x00000000000000000000000000000000, 0x48269e576a465ddcb4d5bca6de41b989, 0xc2f812e5c378554371a49c0a8807303c1e59f40ed475e751462a538fd74c3ef3, '', 0, '?'),
(0xbe8a68a2dddf29554740c87896cc7609, 'wp-admin/edit-tags.php', '/home/forwardbetcasino/public_html/wp-admin/edit-tags.php', 1, 0x00000000000000000000000000000000, 0xfded6fe2e5c50339a33ae9c678124005, 0xde6afbeabde34d2dca91178926aec57980c60378e9349c4be7e36125f1451556, '', 0, '?'),
(0xbe9662b92991c229f121562e3afdeb1b, 'wp-content/plugins/elementor-pro/modules/custom-code/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-code/module.php', 0, 0x0c867ee5ce47bc7af33b70aa11a6ac0b, 0x0c867ee5ce47bc7af33b70aa11a6ac0b, 0x66061d77db14c4648c0f111a38f267b1856f754aed24493d854d07134d0e81f9, '', 0, '?'),
(0xbe96f3c415e9259682a93951ae13cf81, 'wp-content/plugins/elementskit-lite/libs/template/transformer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template/transformer.php', 1, 0x00000000000000000000000000000000, 0x94a2429fe1ff7635e6368c33d1cfe26d, 0xf0079565497208157bea312baf866dab4c8dd0efb2c9f6e23985d829f69008fe, '', 0, '?'),
(0xbe994010ac591eca45533ae07e669163, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdExit.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments.php', 1, 0x00000000000000000000000000000000, 0x87bd05ce9ee93c224b1cb3d4ca8258b8, 0x0677a62ba2f0c72c93ae85650efb7176896b42536b215b537291251886e923f9, '', 0, '?'),
(0xbe9a2cdc1d9acd44250782be92142a7a, 'wp-content/plugins/elementskit-lite/widgets/video/video.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/video/video.php', 1, 0x00000000000000000000000000000000, 0x8b627d941182a9a90d044e4aeb4916f1, 0xfe18f505e6e799e902a61cf27aad858db898563e279de32c0fe87f6ae5e74262, '', 0, '?'),
(0xbe9c85aa51e352794cd12709a51b1378, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotTable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotTable.php', 0, 0xed66c2a328db9588b47c02c087087f99, 0xed66c2a328db9588b47c02c087087f99, 0x3ea95b8e6bb8a5281bb343a1a200922e073a55565dacc5c8bffedcc748c76ca7, '', 0, '?'),
(0xbe9f58eeec77121bd50f1cb1044592eb, 'wp-includes/blocks/more/block.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x3edf4e1bbda7d3bbe9e87e550c66fa5c, 0xec647f052e4bb8aa5de3dea806e15e7f9508c4855522b266c01ec64fcc894258, '', 0, '?'),
(0xbebe7899abfdd66d590d3d91ecce5039, 'wp-content/plugins/akismet/_inc/img/logo-a-2x.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpUtils.php', 0, 0xbe426c0cc496ffff898360d240384c44, 0xbe426c0cc496ffff898360d240384c44, 0x8b154d630a70aabd15ad93441315aede39d8f66c6e7f498422834126c8176bb1, '', 0, '?'),
(0xbec5880c621bad9a65c0b26dc16fc1de, 'wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.css', 1, 0x00000000000000000000000000000000, 0x5cb63dd5bc51aa43de4c4b2603698fb2, 0xb0acdae7a87df8cdcbb97424adc829c3caa6bb9250f114fc31c08f7edc80fad9, '', 0, '?'),
(0xbec5c17bce5657e17777f86c88d29305, 'wp-content/plugins/elementskit-lite/libs/stories/views/template.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/stories/views/template.php', 1, 0x00000000000000000000000000000000, 0x28fa7f2d81210a42f8b04284b2cb90b7, 0xd12e6706cf028b16eb28b812feb4efa1099c81cc781fe31c0623b9aaacd944f2, '', 0, '?'),
(0xbed973ed88166431c4bc7174bba704bb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotValue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotValue.php', 0, 0x5f7823e1644b8d413664e244d558296f, 0x5f7823e1644b8d413664e244d558296f, 0xef381e93b2ef2d7a0c952e8d0cc7e9758ceb80ad340a7c8cad5de9e646f6856a, '', 0, '?'),
(0xbede51d8ca7b428496dfee457500f546, 'wp-content/plugins/luckywp-table-of-contents/plugin/WpWidget.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/Component/Carousel.php', 1, 0x00000000000000000000000000000000, 0xeeb2a29aeb4b5dcb7e7a9de9a3418ea9, 0x8af3c98eafd085c33e68cbdd6b31bbb908f022365259824a6b872dad50a68c5a, '', 0, '?'),
(0xbee132185d6871753ade543645d155b6, 'wp-content/plugins/wordfence/lib/wfAPI.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfAPI.php', 0, 0x96635a0b8ba94121d4a1742281bdefb8, 0x96635a0b8ba94121d4a1742281bdefb8, 0x254c3af0d3216f55b507686bef1fb08622cfa9a1fd9cbd4730ef20caa85239b8, '', 0, '?'),
(0xbee220475db0a8e090cf8cd6a63f7211, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ParameterResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x48c5bf3df2c4bbced7f8dc909d9d4b84, 0xd381da1a49891987879bf83b65c3cfa78c4ddf58c643d2dfef1d100bd822867e, '', 0, '?'),
(0xbee6e36e31b7d1e788a1ba068f902875, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php', 0, 0xcc83acdbf13d5cec189c788fd5e3324c, 0xcc83acdbf13d5cec189c788fd5e3324c, 0x22b9a4c4b9faf9bf654f13c3c31e5ad54df5be12797610ca9fb80d9c261d945f, '', 0, '?'),
(0xbee8fd82da2ee5005b7596f7bfa29a1f, 'wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg', 1, 0x00000000000000000000000000000000, 0x1ff7d0e2135c59ac6e68512a66c56119, 0xbf56a7fb6ac3f79479e190b07c1969a882620678eaf6ac753d78db1fcfe7d14f, '', 0, '?'),
(0xbeeb4c5f9e4ff3e25724de8f23e304bd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php', 0, 0xb08dba18fa62828d70222f8975f2432d, 0xb08dba18fa62828d70222f8975f2432d, 0x10f5206a935edd5e9ee537687794c27d2ec5dd59f8753e67109e553ab52b423f, '', 0, '?'),
(0xbeeb83bee010c534ed33d98df99ca265, 'wp-content/plugins/elementskit-lite/widgets/post-list/post-list-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/post-list/post-list-handler.php', 1, 0x00000000000000000000000000000000, 0x301e37d4213c9c86eb1f9c03c0ffedfe, 0x439d9fa8e0e48b6dd37eaa885a6f2403fd7ab48a089e363507c1336d6c576d49, '', 0, '?'),
(0xbef2cfd6cf777da7182c7fd2d29809a1, 'wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/ServiceProvider.php', 0, 0x51a3d7fb6f36eab66fcd240cdd0b3909, 0x51a3d7fb6f36eab66fcd240cdd0b3909, 0xacc1117f31cc27cffbe0465e709e5842ce5eb5b0c1315abdaa7388d6436d1a11, '', 0, '?'),
(0xbefff522dc9d7cf573cb38037fb6d638, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizer.php', 1, 0x00000000000000000000000000000000, 0xec1e5bb279c4048962f0bd72e57e8e73, 0xbbb9efe828ba2ca433cd56f12d0156e6122d1e221fd9f54f73e0cb9c8bb0a979, '', 0, '?'),
(0xbf0a17db99af785595216344dc2e3b15, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php', 0, 0x532053b38f32e1b02b36c15800b0fbcd, 0x532053b38f32e1b02b36c15800b0fbcd, 0xb83ed5dae714b002fec6faf48f5cffaadce429a65b6bfb2e15ccbf34d65110d3, '', 0, '?'),
(0xbf0f094965d3d4a95b47babcb35fc136, 'wp-includes/js/dist/editor.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/editor.js', 1, 0x00000000000000000000000000000000, 0xc0e95830481e9aeadcb982c065c11183, 0x4f2e4122b6cd3357a66a1e5ecaca4ece48a37de8b74748873574914e781b91c1, '', 0, '?'),
(0xbf16817dcd4aa8d48d261a71b65ac7dd, 'wp-content/plugins/elementor/modules/library/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/module.php', 1, 0x00000000000000000000000000000000, 0x204a9445a123dd1fe2d79551fd5466a1, 0x1613b89a657ae339a333d885d7d6030e489bde1743f63ab260c291f59fe50904, '', 0, '?'),
(0xbf1c77ea487837c3f29ec6937932f94e, 'wp-content/uploads/2024/03/chat-svgrepo-com.svg', '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/chat-svgrepo-com.svg', 0, 0x67a27a38e41953cc8d7c91df03de32c2, 0x67a27a38e41953cc8d7c91df03de32c2, 0x9986c81ab767701e18e13d3934164dbb9f3446543f9a3a7a2a13fc07fa3183e4, '', 0, '?'),
(0xbf23b24175490c2e46aaf92ff6a0c70f, 'wp-includes/js/wp-pointer.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php', 0, 0x94f4d06525b6d886a1026bbe4ba3e1c3, 0x94f4d06525b6d886a1026bbe4ba3e1c3, 0x357d9ed3f603e69b6f16a18ad61d23ab5d25d0fb34cb399a0cc36c5f08269e54, '', 0, '?'),
(0xbf265c4624e216ddbd4cadd3d2480b5c, 'wp-content/plugins/elementskit-lite/widgets/lottie/lottie-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/lottie-handler.php', 1, 0x00000000000000000000000000000000, 0xc89d47446dcd2285cc83ca2093c69ced, 0x62cab99b0198123de7fed25bc4455543b2025ee839bb40ae0d839ddd6694f5f5, '', 0, '?'),
(0xbf2b227cdc4f55d3c3fd64aa8e35bba2, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Perfmatters.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgTransformed.php', 1, 0x00000000000000000000000000000000, 0xcd4b526d27e5c9e6031fa718fe01c715, 0xc01cf5b45927d7f6e6a9e1282ecf59f23c1b521cff2e740eddee089b334c8713, '', 0, '?'),
(0xbf2fbd994aa8c115565869725c59c1a8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsVars.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/care-global.1690810710.css', 1, 0x00000000000000000000000000000000, 0x119c6b4bb72ed2c7b4ac551e0fa6cd5e, 0x32f2c6b298767b225302dbf33dabab5e21dafeab573a432c4f4a95653ac93907, '', 0, '?'),
(0xbf382ee0989aff6319e5ab18badf2cd7, 'wp-content/plugins/elementor/assets/js/packages/locations/locations.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/ActionSchedulerSubscriber.php', 0, 0x13b384be85209efeb1cf000b179162f9, 0x13b384be85209efeb1cf000b179162f9, 0x951aea04c93b302f4a21bf21b5b5f60212f8caf9a09f7fa8fe56e22d7951bf39, '', 0, '?'),
(0xbf3c1d0024e9b00dd683c927284f6bdc, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', 1, 0x00000000000000000000000000000000, 0xec49d073e31db50181d8d5851f864044, 0x7d3868253f1ec37ce4dbdb7ce4428982a5693414f75f1a60ee0d3728d16d4e4b, '', 0, '?'),
(0xbf40ea11c92cd0086e5c96809d2b6bb7, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x08d10bad8793997a1ee07e2603296abc, 0xce36938a24c31fcb06fb899d8b7ffcfb9420963f674332c7855300372ae7988b, '', 0, '?'),
(0xbf41d7363d0d76847c39df4b29f1ddd6, 'wp-content/themes/jannah/framework/plugins/class-tielabs-sensei.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-sensei.php', 0, 0xd575f42024512c23c56b353227d114e6, 0xd575f42024512c23c56b353227d114e6, 0x03b5788a2c898b72c1220df2d19d21246220dad6c5510321a8a7f152bc70cb95, '', 0, '?'),
(0xbf42e5b8d7e08e2a4600cf1b868ccbff, 'wp-content/themes/jannah/templates/footer-tiktok.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/footer-tiktok.php', 0, 0x7b2424aa98d187dbe151fc91541a60cb, 0x7b2424aa98d187dbe151fc91541a60cb, 0x5cc2f42e78fe25a2afc398807e24988d6e3902d514e23d5c25accec0ee7630ae, '', 0, '?'),
(0xbf466e54e0dd27b3d55767619c6f3302, 'wp-content/plugins/elementor/assets/lib/animations/styles/shake.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/shake.min.css', 1, 0x00000000000000000000000000000000, 0xe03681e539bd11bbe783bb46d6382145, 0x86f9fa7bc1dfddad381f6c0d115d0a44cdc02140d43a9f1453a3ba3f7d99b1cf, '', 0, '?'),
(0xbf49c92d3ab20624195ba1a8fa3c4e80, 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-render-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-render-base.php', 1, 0x00000000000000000000000000000000, 0xbae8eae2c5c28bc783fb41a88be6a356, 0xe94f8c2c0dd08c23264640ffe7c2c2b9615434d699368924f8262e99ba7b1002, '', 0, '?'),
(0xbf4dbb7001e4b468e893ebc48f82f48e, 'wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php', 1, 0x00000000000000000000000000000000, 0xfc58f17934b7c2fc10afd0d058c7456a, 0x5e8ca7194a1eea0d711af9d0d0a31a6ea29c7cdf69d45318b738f7436b4585be, '', 0, '?'),
(0xbf5377658caf9e8eb39cedf7ee9c2d02, 'wp-content/plugins/elementor/assets/css/responsive-bar.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/responsive-bar.css', 1, 0x00000000000000000000000000000000, 0x1f809444714851a0e99cd60f81d429aa, 0x8f729f5cce31de07c2156e54375b416925177b3249a2c253227e6bfcde89ad87, '', 0, '?'),
(0xbf5c76da75f30ed3323870e63e7326ec, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyErrorTemplate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyErrorTemplate.php', 1, 0x00000000000000000000000000000000, 0x358706770cf42b16118245e8f9b78029, 0xe77f9040d27b553d041f4fe0c9adb18f681a965c499506689cefbc5093e30b19, '', 0, '?'),
(0xbf6c73eb12d00de96e55dd2a2042b654, 'wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x18ace78efc82d886441fc093ef15c455, 0x1b0cd00af20e3dc4fd42686604f17d02cc4e2b4d4a84488ee06959ed2909fa04, '', 0, '?'),
(0xbf6d5c709220b639f619e82f577e6a15, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartAxis.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartAxis.php', 0, 0x11d23479bc61c53b30289a7c76ae8395, 0x11d23479bc61c53b30289a7c76ae8395, 0x8d2afb14bd8b36c152f78e45956057cf5ee190c2566acf3563c55d50712367a2, '', 0, '?'),
(0xbf76e997464997cb3268b4cff8a46ec1, 'wp-content/plugins/wordfence/readme.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/readme.txt', 1, 0x00000000000000000000000000000000, 0x12c0320d39c7f9716d357d585205fed7, 0xb6aec6d7a6d3a47d09cf6f2cdb393ac44d06ba3a8487793168847d8928294b5e, '', 0, '?'),
(0xbf7b8931f0fa22b806a65eeb01d2c82e, 'wp-includes/class-wp-widget-factory.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-widget-factory.php', 1, 0x00000000000000000000000000000000, 0xfc14180efd3213fa6c4e0ebfabe99356, 0x74acb129da09a4d0883734abf1af14ef4138c3c3736bd0ea65649f3b06616612, '', 0, '?'),
(0xbf7c1f6f9dbb47945bee0995617c95b9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ThemeColorPair.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ThemeColorPair.php', 0, 0xb8b2c424de31d7de26a2435317d64718, 0xb8b2c424de31d7de26a2435317d64718, 0xefdd9060a13eba148a7c66847a6f4542a6678ab718e06b69a5d6cce99434a323, '', 0, '?'),
(0xbf7f26dd10d41eff86c14aaf9d1546c2, 'wp-content/plugins/elementor/core/utils/assets-config-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/assets-config-provider.php', 1, 0x00000000000000000000000000000000, 0x54bcd5c9f19b449de6d34f11f26fae20, 0x34aebcb47fdf5162526434603fac17100f5cc769218670f6a2c0c1309c2054b0, '', 0, '?'),
(0xbf91ebdb687bb1d0cf22533f2570e686, 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles-pro.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles-pro.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xbf9738f7984e575051834d6779610576, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-conflicts.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-conflicts.js', 0, 0x107e74063982b2c28cea8e021b12c26b, 0x107e74063982b2c28cea8e021b12c26b, 0x7a03715cb10fb74bca291d38d1ee133b200d91e5dee1cc5646022c1bf1114516, '', 0, '?'),
(0xbf9774a340bd8bca5c1a88c4eb046050, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpConsentBlocking.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/social-links/block.json', 1, 0x00000000000000000000000000000000, 0x4beb1727b479967e03a518eff7aa6e7f, 0x7773af8c5cbf26aa9dde093d98c9fa6a3177db04cf8f1e0c21010b94e1d4d560, '', 0, '?'),
(0xbf997314bcf383499e71468d9b8aa3b5, 'wp-admin/includes/class-theme-installer-skin.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-theme-installer-skin.php', 1, 0x00000000000000000000000000000000, 0xd240e97ea42176acac5dca0a4fc4cd2a, 0xef399bc58b1de10718e4f730169962bfbe1c6e25c36bf2b8020ff45f27c18f93, '', 0, '?'),
(0xbf99b83d563ba2178bededc24e2e4b07, 'wp-includes/js/wp-list-revisions.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', 1, 0x00000000000000000000000000000000, 0x0bd24190790a59a36e32f921fa067fcb, 0x53681956fd5a745ed47ecd9bb7178cba0a232416d6920da13517f056d11582bb, '', 0, '?'),
(0xbfaa374657e0d16d217797b516535a3d, 'wp-includes/blocks/video/theme.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/video/theme.css', 1, 0x00000000000000000000000000000000, 0xf00cac293e070f9248f6683f37154605, 0x33c2e199bcb03c48b7743f3ebf194eb24f1f1575ce8ac08f9245670487dd8e4a, '', 0, '?'),
(0xbfae4e63cdb33b1d4b57abc7e5d61188, 'wp-content/plugins/elementskit-lite/libs/emailkit/assets/logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/emailkit/assets/logo.svg', 1, 0x00000000000000000000000000000000, 0x63c2384e4e3f2e2c9c8aab9a749dd29b, 0x11deff8f88a56e9e485d3fda81051566cdaad4e5b203ca163c9f6d8606a831fe, '', 0, '?'),
(0xbfb70a1485d39b4951454409e6fcea89, 'wp-includes/class-wp-comment-query.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-comment-query.php', 1, 0x00000000000000000000000000000000, 0xe950026967cc37a5cbc514275f4c9f4f, 0x8b6c27adf3d37f09d3c0c87eb73535226ccd0f046a97e67c411922b41ed43205, '', 0, '?'),
(0xbfb726a862973efb0251438732e0af2d, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-short-description.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-short-description.php', 0, 0xea3cbd7fd8a857ce2643a1ae473f757f, 0xea3cbd7fd8a857ce2643a1ae473f757f, 0x67fa93c7b8f72a6d5ba3c9a6cb807b4ee9bd37a679dd2ad0cbaec86b481f26f9, '', 0, '?'),
(0xbfc286ed170c8abd0e85dd8a17e92c0c, 'wp-content/plugins/elementor/core/admin/notices/base-notice.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/notices/base-notice.php', 1, 0x00000000000000000000000000000000, 0x4c6093f734cfae2d643f37c7f5fe7fc3, 0xc32152711d0485840d09d504d4f5343e06c3bfab54f30dde2221446958e8e729, '', 0, '?'),
(0xbfc3607baa83f4bbdbf747b231344ba6, 'wp-content/plugins/elementskit-lite/libs/framework/assets/js/ekit-admin-core.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/js/ekit-admin-core.js', 1, 0x00000000000000000000000000000000, 0x21a472043327991be946237c18a6d727, 0x630cdeaa1afdd3c63d596915e7cd98cd242ef6ce382c8ee2f02d43a3f8266150, '', 0, '?'),
(0xbfc438e8d72df96bffa70262777a0898, 'wp-content/plugins/elementskit/widgets/creative-button/creative-button-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/creative-button/creative-button-handler.php', 0, 0xc209d502b7c03b00ff4998e49873f340, 0xc209d502b7c03b00ff4998e49873f340, 0x14d1cae3d87c036ec97ff0ee8748de350cf2cf8f2b21fcb5e8c40444e802ee7b, '', 0, '?'),
(0xbfc9470a735809b5796c533d3a50d32a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScript.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScript.php', 1, 0x00000000000000000000000000000000, 0xcab0680cc1b2589c6101658063dfc633, 0x8bf1b2105696f7a2297511a6afed161fbbcff9c1f63ce9b08a5384da8ded8705, '', 0, '?'),
(0xbfcc6e0ecebe386e14bfd050705c607a, 'wp-content/themes/twentytwentyone/assets/css/ie-editor.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/ie-editor.css', 1, 0x00000000000000000000000000000000, 0x3f11e574ecf971311738fdeae39eb8e5, 0xdf8ca8492d900ba5415609a9f91e443bf94a8152ee76614a1423a7187a23e49a, '', 0, '?'),
(0xbfd726846521d9448f89ad26bbd1fba5, 'wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-smtp.php', 1, 0x00000000000000000000000000000000, 0x2ee6969a618871d8dd93cfa09da9be8e, 0x124229484a02a2acaba5da90f252a87073d020ddf898bfa91d092b2738166b5f, '', 0, '?'),
(0xbfe0da846b90bfe1e8afdbc669edac5e, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-url.php', 0, 0x68714a26d2459e6abaec4b97f99545e1, 0x68714a26d2459e6abaec4b97f99545e1, 0x67d3bdb5920aa210a10a6e0b910b26a81d0814a0531310b932c35784dd233b72, '', 0, '?'),
(0xbfe8fcb4e57d0e48700f2b93d255da82, 'wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php', 1, 0x00000000000000000000000000000000, 0xe6b9f272db67de6ae3abfcdcf108b7fd, 0x7d324542e9477299100e2b2d7984359919b16ab6e2a3e605367e2b82d69a28b9, '', 0, '?'),
(0xbfec4c1ae397c5117ca80f3d9a639989, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', 1, 0x00000000000000000000000000000000, 0x4230f5f71b999aec6f75918dcc8c1bc2, 0x8e9c87fc372f518ce3a5e5c690d59077ff673ac41e3fa1c0237b73fef0c99ffa, '', 0, '?'),
(0xbfff64411f2385f6cd2ae782c5b96f37, 'wp-admin/js/customize-controls.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/customize-controls.min.js', 1, 0x00000000000000000000000000000000, 0xdd5285cbba7d33a6e4de9b4e6fd9b80d, 0x2f1a2c71b1215fca028e6e35ac47a517aafd0d16807e18228b95de8ecf56e85c, '', 0, '?'),
(0xc00cbe782d4d8098dc2df64ea7f79172, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt', 1, 0x00000000000000000000000000000000, 0x9309839bb3892d6e429009cb8c29fb75, 0x3840f9adadfa3911657ba50312d38d238bd2a3f4d46e0a59e60ed68398e17f4c, '', 0, '?'),
(0xc012ce561a46c317d300e1cc1d8e7c80, 'wp-includes/sodium_compat/src/Core32/Poly1305.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Poly1305.php', 1, 0x00000000000000000000000000000000, 0xdf404267e9c1bb454af8c6bd174811b6, 0x6901a7eda67c5c49a69703c706f19d144589918cc95f950bac58e7b6886a92d9, '', 0, '?'),
(0xc0150a1bf54e47002167e52a19950634, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TimeOfDay.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TimeOfDay.php', 0, 0xb41a4fa38d9a46ba9e46f1e9b4a56da3, 0xb41a4fa38d9a46ba9e46f1e9b4a56da3, 0xe92dd0004e307374f6f5ec534d0f85a00cc8ed8ad1577e194e0b36b6e12aa531, '', 0, '?'),
(0xc015abcd78cb4f570d83a0a80217a0c7, 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', 1, 0x00000000000000000000000000000000, 0xa9a3d8a654e1d0aca9d48463ec2fa5f4, 0x544ab60c29821f2c38e371b240a966cc3c44da9b94d60d78ddc80ee517c44689, '', 0, '?'),
(0xc01a881d183bbc7b567fc97e28edaf12, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MailHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MailHandler.php', 0, 0x540d37afb867a6ae90b41129f024a7f4, 0x540d37afb867a6ae90b41129f024a7f4, 0x94816db09f761870560086a1d47af6648c8e251a74b3de1d17f3551d9f4e2eb5, '', 0, '?'),
(0xc01d9de4df09518ede21940f53d4afe3, 'wp-content/plugins/amp/src/Optimizer/AmpWPConfiguration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Optimizer/AmpWPConfiguration.php', 1, 0x00000000000000000000000000000000, 0x53563f51982b2d1dcebb986c91fe73dd, 0xc71becc122d41004ff640572f78bffd0515272172ea6488ab8854bc9a508ec45, '', 0, '?'),
(0xc027e2b3bc525a3824d1129d7d57daa8, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/admin-global-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0xf43652adad6bc8a95b4964f3a8e9ef11, 0x0973f46e81414581ade209f42f5e36a4c14c2a64216ccaf4aef5cefe756b5350, '', 0, '?'),
(0xc02a3648ba200a91d547176511d02d79, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ValueSetMismatch.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ValueSetMismatch.php', 1, 0x00000000000000000000000000000000, 0x1402a2482ee8a3e28c9aa12f4a7e3371, 0xa75225d6e7eec58c69d12276deed9802c0e88a43bee33b829f9b19550abac916, '', 0, '?'),
(0xc02fe0fe7df802007ae436a429d5b370, 'wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff2', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalyticsExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x01614383aaa62a22d7458648538c9ab4, 0x39fb3bed339384382023d411adb465d6598fba22771bcdca4b3f239afdb74811, '', 0, '?'),
(0xc03abb7ab9ddb3fe65a7aa1d4cd3d1a4, 'wp-content/themes/twentytwentyfive/assets/css/editor-style.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/css/editor-style.css', 1, 0x00000000000000000000000000000000, 0x313e5f71753f03ea8ff853a3702a3519, 0x74582dca9f226020bcb730c5b30901011b8f9d89bba99b85118e549dde352651, '', 0, '?'),
(0xc04168dfc412153cba2dc94f0ad40505, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/RedirectMiddleware.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/RedirectMiddleware.php', 0, 0xa0c4913768cb36ec5ce443034808e983, 0xa0c4913768cb36ec5ce443034808e983, 0x8f0eefed14785f2ab36ca52230b28ce78044fa33c9da5325bf7840fb21a0fb3d, '', 0, '?'),
(0xc0440388ff210c56442b93f311eaeb14, 'wp-content/plugins/wordfence/views/scanner/scan-type.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/CloudflareFacade.php', 0, 0x4e8d1b44fa99d9aa54b6bd4260a8d5d5, 0x4e8d1b44fa99d9aa54b6bd4260a8d5d5, 0x3f383705e0f18e335f6d6922107963cc5e52417e3a1584197f10a0637d352577, '', 0, '?'),
(0xc04db92f3ce650f4df8de7662e16a4f0, 'wp-includes/js/jquery/ui/effect-bounce.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-bounce.js', 1, 0x00000000000000000000000000000000, 0x800cd17ff58e62df0fa9be9f7b6f237b, 0x7682cb54e5c4326e3e605f3b3586b610b9ce3e0003e525059f5e9a08ece7f30f, '', 0, '?'),
(0xc05654ae99326503e377ce67df8b7538, 'wp-includes/js/jquery/ui/button.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/button.js', 1, 0x00000000000000000000000000000000, 0x28d6319c3a6188d3f13f716aa78a4008, 0xf8546d85ef2209596a15b7db12c5e1ff259e05dd9a4de7f9162752613e38f2e7, '', 0, '?'),
(0xc057f093839abf46c1d1476a55f0165a, 'wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss', 1, 0x00000000000000000000000000000000, 0x7e110a90ae2b35bed7f07f07b3e434cc, 0x5cce9b1c3b33585dedc0cd0833adb77b7b38fe19d2925a00893e9ec75c872695, '', 0, '?'),
(0xc06650039d73c1b13466f512268ea74e, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-16.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-16.png', 1, 0x00000000000000000000000000000000, 0xf883d7775a52d86280c52ce458061a85, 0x3f49dac5216b0e31fea632e9a2db9a3df651e8550e69899e6ae75b6f90211a20, '', 0, '?'),
(0xc066d4968422444b47ad1077dba23ee2, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Ajax/AjaxHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Ajax/AjaxHandler.php', 0, 0x9db75f7edeb6c7b347733fb6d57042d6, 0x9db75f7edeb6c7b347733fb6d57042d6, 0xb39f5f3bcd4580a3d0f07f6665ba442c43d1076beaaeeb8426cef186a2d75422, '', 0, '?'),
(0xc0719c56a940d03dce5a702312ac2203, 'wp-content/plugins/elementskit-lite/modules/layout-manager/library-source.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/library-source.php', 1, 0x00000000000000000000000000000000, 0x848d68ff3e8c93e97ebdcc8b8ed4a4d6, 0x2662525867984132a8764f9ad954e63cab43074fd22bebbddebdebd9fb4f8fd2, '', 0, '?'),
(0xc07abb36d9d92bf0d4dc50480da67455, 'wp-includes/css/dist/block-library/style.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/style.css', 1, 0x00000000000000000000000000000000, 0x5a8d146264c8f744788ad69739bb354f, 0x15d441a6bdae51c0b3b5d2e6afdd76c0003aaa3c3c7ed8557ec6b3fc4c4c7f83, '', 0, '?'),
(0xc07c57fa3ec20a78caa7d87954017bcc, 'wp-content/plugins/elementor/core/settings/base/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/base/manager.php', 1, 0x00000000000000000000000000000000, 0xdce6d777d88502997bb41897a441a907, 0x430f7a0725cb9a357a32d92ed9fa428c9cc08f0c1686279f99d7c0e2bec2a7fc, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc07ca49c779954c1e20f02ff814ffa81, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/ClearCache.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/ClearCache.php', 0, 0x7c76d0091855b7902bc7539c32d96b5e, 0x7c76d0091855b7902bc7539c32d96b5e, 0x20c17eb3e00c95cb1568dd191c9a0d2220052c99fb9ad450a0a9355eef1b8cc4, '', 0, '?'),
(0xc080d3e990e7e75c37157da9926c82a4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataExecutionStatus.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataExecutionStatus.php', 0, 0xabfe0075570704a60340f8feb12ed3e8, 0xabfe0075570704a60340f8feb12ed3e8, 0x943cd9fec539b4b58ca88e3585567cae3422a8b150cb8509f649c22798e6ef72, '', 0, '?'),
(0xc0818dcba5ccb04d56d0970c65aa41fa, 'wp-admin/js/widgets/media-video-widget.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-video-widget.min.js', 1, 0x00000000000000000000000000000000, 0x5655f636a4fd06111544c2f5c15d43d0, 0x57e65f110854de3ee6295270ff3e6ec87d506dd47ae498000ca3a23a73b163f7, '', 0, '?'),
(0xc08d9874a615e5281b8b696c7416592f, 'wp-includes/css/dist/list-reusable-blocks/style.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/ui/checkboxradio.js', 1, 0x00000000000000000000000000000000, 0x20976bc40482ee4e67278b60f60c73a6, 0x967bf6303f0bbff4eff5b8163bcbb46420abd4ac256ff36f8857bf692937a5cc, '', 0, '?'),
(0xc0971e23162718dea238ce830ee1c2db, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php', 0, 0x1e45d4bbe55880c884d7a7a95853a2e3, 0x1e45d4bbe55880c884d7a7a95853a2e3, 0x59454ad6ff7ba344de8155e18c202010be6b1313e09063c4c40b5c2f53224224, '', 0, '?'),
(0xc09965063c754ecf106f4ca33bdeab6b, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/LineName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/LineName.php', 1, 0x00000000000000000000000000000000, 0x3b0627038b188dc3b829a7b710c1230b, 0x0e355c050a19b54408864efc30dfe3924914d4cbdd75b8a8d67a5968cff53dbf, '', 0, '?'),
(0xc09c58ef22c998929d9c633532653866, 'wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', 1, 0x00000000000000000000000000000000, 0x8cbd719b617f5a3abd7d485011137e66, 0x5960375dcab8b7f47fa54ee7de82730d775fd10ce8f701d23aa604ea2dec22a3, '', 0, '?'),
(0xc09de5ef18bdaabe53de7bdde1e93a17, 'wp-content/cache/min/1/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js', 0, 0xf39beb38bd09e8d2111deec9c1ff2bc1, 0xf39beb38bd09e8d2111deec9c1ff2bc1, 0x89b87d53f74bf77c35b63352937c490fa8e07f70eb549d9307ea8e945fc00bc4, '', 0, '?'),
(0xc0a0ded5f1a6d4576a519defd8fd6072, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', 0, 0x1f7e363c31c68d33a15341ff90874f4f, 0x1f7e363c31c68d33a15341ff90874f4f, 0xdfad682f8d6c090171c21d96bdb3e25040f852f901edfb050efda18669697b22, '', 0, '?'),
(0xc0b133221dfc0c287ad9618034ee388c, 'wp-includes/images/media/code.png', '/home/forwardbetcasino/public_html/wp-includes/images/media/code.png', 1, 0x00000000000000000000000000000000, 0x2d6f96130cad55ca9310eed555a9555f, 0x27654d0620615b52231871329ad76b7aad2b2a0e3c81fcc4fcf7d13700deca6a, '', 0, '?'),
(0xc0be45eb14793c8968809f5feff5eac3, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-info.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-info.php', 0, 0x5a5506b4e902b17d6da981be4e59755f, 0x5a5506b4e902b17d6da981be4e59755f, 0x702ab3f4886af7a3aceb5891017a46dbd39e541f4ff48057716528cd957600e9, '', 0, '?'),
(0xc0c554197ba11fdf32981a1a97384546, 'wp-content/plugins/elementor/includes/controls/hover-animation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/hover-animation.php', 1, 0x00000000000000000000000000000000, 0x6644559e136dfd14706005656c0efe9c, 0x2216db415c53be129482ea8cc78a35e9588276d9c40a51c6fabdfadeed0b3ee6, '', 0, '?'),
(0xc0c6cefbfa6dba01d07bb740af6d12df, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php', 0, 0x322782f78a4f3d19fee4ad81f47a509d, 0x322782f78a4f3d19fee4ad81f47a509d, 0x688fdfb68770da1efb75bd4d64517fac0f4d3baa4bf7118fe10e0c16e99d54fa, '', 0, '?'),
(0xc0c8d372af532edb3c939ba6ccaa68c9, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/Autowiring.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/Autowiring.php', 1, 0x00000000000000000000000000000000, 0xc9aff158cf47e01a8113e81967c0654e, 0xd5cc3b135369e4f25f96661ee98541ee51d7a257af7546dea8f33a97c181c0de, '', 0, '?'),
(0xc0c981dd21a20843c08a1b7f83c8c23f, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CSSString.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/CSSString.php', 1, 0x00000000000000000000000000000000, 0x1a9abbc9802f4315f8f4257b67f3302b, 0xeffc688df8d271c1c24032f1e91e5eeb7d77a80d92fe3297de13ff741fb7dcc7, '', 0, '?'),
(0xc0ca6cb2ae2f78587a3c854d40658c86, 'wp-content/plugins/elementor/assets/js/packages/menus/menus.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/menus/menus.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc0dc92100d0d3177351e87bd16377886, 'wp-content/plugins/elementor/includes/widgets/text-editor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/text-editor.php', 1, 0x00000000000000000000000000000000, 0x545eb19840ab60c63291bba569614ad3, 0x9de5f83457d8ea211a307ffa5d3ac8c281161c0d9f208e6f2505e82d18daf4af, '', 0, '?'),
(0xc0e23504d2a4e603875ae2b6eda7ccc9, 'wp-content/plugins/elementor/includes/settings/controls.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/settings/controls.php', 1, 0x00000000000000000000000000000000, 0x9418a132330024d3552b81c94e5355a5, 0xd6af24bd00c897c967cedd434ef7e346c94595aadd1af13f7c4779bc7b652649, '', 0, '?'),
(0xc0e4ec03c554d407373539f938588359, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Net/SSH2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Net/SSH2.php', 0, 0x18b7e683693c0ff687ba77cc1e37c1be, 0x18b7e683693c0ff687ba77cc1e37c1be, 0xb0c8fa1b53e14efc78dc519545bb44187bdbe9611c227f9ba60d4457382c4c14, '', 0, '?'),
(0xc0e6fc7e01b9fd975cf90b3fbfebe9cb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectMinNumChildTags.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectMinNumChildTags.php', 1, 0x00000000000000000000000000000000, 0xe64e540c3a678a135b2dd1258760470d, 0xbd5ee0319dc4fab1c79695cb1b0cff51bdfe4d57a49463abc3c16f644901f84b, '', 0, '?'),
(0xc0f8736f74f4cd8887500d7d0be072be, 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app-initiator.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes-app-initiator.min.js', 0, 0xc187315b7f4720e3e069a3f8d5528fec, 0xc187315b7f4720e3e069a3f8d5528fec, 0xef5ebf8b5ed5e57e754657ab27f4b7b3e4eea237ce4bb10409f2be7b8a8097d4, '', 0, '?'),
(0xc0faf6e4c53cf7789785816e036f3644, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss', 1, 0x00000000000000000000000000000000, 0x15ff7ebb6feda6f605cf20024c360384, 0xa8dc48e076b1048b4f23bb5e9d5b66e9d038bce53acede15bb204d33f2af4d84, '', 0, '?'),
(0xc0fd0a353baa0980456200a8d08c71ef, 'wp-content/plugins/wp-rocket/inc/Engine/Support/Rest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/Rest.php', 0, 0x8e57acb5237f0155be5f948bd46f93ce, 0x8e57acb5237f0155be5f948bd46f93ce, 0x451979d8797174f24b05c80b53a6a049c4e4c7813ff6a2ca0bf77af22fb1e73e, '', 0, '?'),
(0xc1031304a93c7ab4c76f3d06f0a57266, 'wp-includes/class-wp-duotone.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/redirect-handler.php', 0, 0x4a24d5f6de254956096530e09e9aba56, 0x4a24d5f6de254956096530e09e9aba56, 0xcc0bb3f22289064364aff102c5abb13569714e853ade36a5deafc2142dd90702, '', 0, '?'),
(0xc10dce248109e762e75da2687cf4c2cf, 'wp-content/plugins/elementor-pro/assets/js/qunit-tests.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/qunit-tests.js', 0, 0xe707bd5b7103831f6f719c53d6a33cd7, 0xe707bd5b7103831f6f719c53d6a33cd7, 0x9e5c952d1840385482517c6fe70c65d9e868493926e7d652800dcbbbcf68252a, '', 0, '?'),
(0xc1117e5194d4811cc5b4044670ecdbcd, 'wp-includes/class-wp-taxonomy.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-taxonomy.php', 1, 0x00000000000000000000000000000000, 0x54c6a0da0176a1b2f5072074189946ce, 0xeffc3119654dd3e2ec0b341260f7699ef82e76260c6fe4952aec839dc52cc645, '', 0, '?'),
(0xc1174013f38384f78a9cebb5b04f6ea3, 'wp-includes/blocks/html/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/html/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x59bd5fe4a881701202ecf34fff96dcbd, 0xed3f8f74415ac5e86cbd9db3e5e164689cbd6f2b99c4f082e6d8659986fb30c9, '', 0, '?'),
(0xc11e7b58fa5227680604adff102376e7, 'wp-content/plugins/elementskit/widgets/stylish-list/stylish-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/stylish-list/stylish-list.php', 0, 0x93e50a03c38a6fc7099e2e94d1a2d8fe, 0x93e50a03c38a6fc7099e2e94d1a2d8fe, 0x36c9abf1ccd5b6bad15304249638e21c1dcb5c57b0b21e88f3f2e2149748d399, '', 0, '?'),
(0xc1212a226fba33c0b3e9f4a980a5ac3f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php', 0, 0x1f64e5e1f0fddfef8f2f765ee9f44ec8, 0x1f64e5e1f0fddfef8f2f765ee9f44ec8, 0x34114c48b7f2b7ed357766455fcfac109eb86deee012e8d0645a40f865080d92, '', 0, '?'),
(0xc1252b953aa477995022ec790cf4fc68, 'wp-content/plugins/wordpress-seo/admin/views/form/select.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/form/select.php', 1, 0x00000000000000000000000000000000, 0x55824edf40f285f296767fd5204d2997, 0xe16c9ba962298a8d0b1017a7f8cbde25548e59742b5c9503147245c64dbc506c, '', 0, '?'),
(0xc126387717009ce63a43815904db4805, 'wp-content/themes/jannah/assets/js/shortcodes.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/shortcodes.js', 0, 0x28fddc2678fe831c9b91087b80117aab, 0x28fddc2678fe831c9b91087b80117aab, 0xa23f1f53b4de65421a877c67738bf36b4253984c8e38083870c6398e89bc36f3, '', 0, '?'),
(0xc12ba6c4f74c70447c0b51a95df9b6a0, 'wp-content/plugins/wordpress-seo-premium/vendor/composer/InstalledVersions.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/api-client.js', 1, 0x00000000000000000000000000000000, 0x81999443d34ff669becee4bcfd4e30da, 0x7cfb034079367d059098b7e1b5e60084860493faac393064128f82f51dae5c43, '', 0, '?'),
(0xc130d70eafc7164698daf5a0840b4fd2, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-post.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-post.php', 0, 0x293c77927068cf7a3942c02b84d3e4d5, 0x293c77927068cf7a3942c02b84d3e4d5, 0xa0a8d8c3e9db255ec98ac65c6c98454ebb0c56cf402566e4616c87185dcdd622, '', 0, '?'),
(0xc13a6976e31fbac046e7efaeaaec1f74, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerRangeTypeAttributes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerRangeTypeAttributes.php', 1, 0x00000000000000000000000000000000, 0x645dad08e9642933146c1638d649c429, 0x708fb78261bcf20eaab3af004d195548b773373610468f8e1e1f3dd2c15204a5, '', 0, '?'),
(0xc1471bd57e5b3212ba11403f3e65b0f7, 'wp-content/plugins/amp/src/Cli/TransformerCommand.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Cli/TransformerCommand.php', 1, 0x00000000000000000000000000000000, 0xd93ff206e67bb744e975fc93ff0ab743, 0x7dce5bdb941df97e7099aed83e00d53763ba17ac259c6b9729a6d5abf1b6ce99, '', 0, '?'),
(0xc14c8508bf4d9518ea7f98bf0e753102, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php', 0, 0xdf6ab26c30e6460e55c805a93a265408, 0xdf6ab26c30e6460e55c805a93a265408, 0xe33ee7a7c8e6c7560df5fe61fd4734c3ffcebeab8dd855fff59bf7b83d380c39, '', 0, '?'),
(0xc1527ac6c82f5fce38be402793211788, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', 1, 0x00000000000000000000000000000000, 0xc907f52506a5983c4499c0391685a0e1, 0xe2ed8a25ebd559f548e491baa2748e9c4f952bb90ed968e01ea05c0ba61dbe30, '', 0, '?'),
(0xc164a61fcfadb9c30f7a3c155953a5e4, 'wp-content/themes/jannah/framework/admin/theme-options/background.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/background.php', 0, 0x77c30b017b1f42c9e811ea5701d1a758, 0x77c30b017b1f42c9e811ea5701d1a758, 0xc3543dc57c9bacc2bbefd14b6c7c4714f921782accb367f6b386cf764d5a08a2, '', 0, '?'),
(0xc16b486de531d30ef36030d1b9af965f, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_classmap.php', 0, 0x4b669e9ffed113a1264749053447abbf, 0x4b669e9ffed113a1264749053447abbf, 0x55802ed4af7d9cec6d70f16a92672f9484e6ff621e7e23d57550e09bee782e1a, '', 0, '?'),
(0xc17a5a05d0b76d666e052d2887d67b57, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-1-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-1-render.php', 0, 0x6bcf50b3013816d8d2d7e0e5dffd14f0, 0x6bcf50b3013816d8d2d7e0e5dffd14f0, 0x2979a4ba8d44209d855414cab002e8af1c41488dda479998dd941c3bf80aef1a, '', 0, '?'),
(0xc17addbfe4af2658e29d9936a498cc73, 'wp-admin/css/media-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x264e03522f82bf5721a8a42c11204562, 0x1afd753c5ab90f656c3e13add0ecc5ee18f5dacf895a0fc49cab04ab66756eaf, '', 0, '?'),
(0xc188e4b4cbf76a0b857b0b3db5b3dff5, 'wp-includes/SimplePie/src/Credit.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Credit.php', 1, 0x00000000000000000000000000000000, 0xbb517ce4d18f15dfe87fc768dbc6d11b, 0xeff3929106d1fee4d0e4716caf831ef57e18d21426010a346407dd09356173ee, '', 0, '?'),
(0xc18a3d1cc4f5d75d1f1a604a2f618ad7, 'wp-content/plugins/elementskit-lite/libs/framework/controls/settings/radio.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings/radio.php', 1, 0x00000000000000000000000000000000, 0x3a82d7bff6858f420851798a1d61f3c1, 0xbdab1022ad3356545cc55df399c17ae1f34c73cdf41dc765512ca2e1f8185d24, '', 0, '?'),
(0xc18eaba2f65fdef7feb80ca443363ad1, 'wp-content/plugins/wordpress-seo/lib/migrations/constants.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/migrations/constants.php', 1, 0x00000000000000000000000000000000, 0x8949cb9f5a54cadc63d22a75aefd191a, 0x337e6f02193b872eef6f0c8b2d3f90f68fd8c4a1eea96f57e61f77171915400e, '', 0, '?'),
(0xc1941eda3a55ff381f888d9ffc5459f8, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/DefinitionHelper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/DefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0xc312e4f1df107ede36543830da6a1593, 0xef34e7bd5e56f56521bf8b4a0e0ecd49a55d916a9f7996f3e5c0900cd3859924, '', 0, '?'),
(0xc19c1021e7e07990cf46bcbf5dc9c6c3, 'wp-admin/includes/class-wp-ajax-upgrader-skin.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-ajax-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xf47fb69875c5aa0ecde9d6987ab32442, 0x14f9553c7a561f7f7c0854098577fbf8fd55197a6e339968cb7687410e537b13, '', 0, '?'),
(0xc19ce748944cb997c592c2c08ad8c742, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php', 0, 0x76bd4d10a3438f65f4aeed9c7a5dc2ab, 0x76bd4d10a3438f65f4aeed9c7a5dc2ab, 0x534ce5d96ab3d40bb262fec2b03011e56a2fc7ba08de2eae25f855b74df5ac27, '', 0, '?'),
(0xc19ffb9453b38c5cb9c8c81785e1aaab, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/validation-result.php', 0, 0x0d2e270e8782caae5d903f41c5ee80b8, 0x0d2e270e8782caae5d903f41c5ee80b8, 0x7fc79566eaa1f139b2e9cb5366d9b97c1f18f382adcaae75357e4cd758b2dbf4, '', 0, '?'),
(0xc1a0feac0a1d20f09de6e6fc84ce287a, 'wp-includes/PHPMailer/Exception.php', '/home/forwardbetcasino/public_html/wp-includes/PHPMailer/Exception.php', 1, 0x00000000000000000000000000000000, 0x31a957f1d74aaad734db3a781fe3de05, 0x09534da9c65aa65d79f40c5b5d34c1993870765318b27ca71d2ffe7b2e6219b2, '', 0, '?'),
(0xc1a31362eff0961b27d8eac6bb69b8ec, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Avada.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css', 1, 0x00000000000000000000000000000000, 0x21a51584e69b24f72b28a2829faf155c, 0x44908228a0dc568c5ca2cc81edb6a37cfaddd1fec1cbfbb4f386c4edc0fdd340, '', 0, '?'),
(0xc1acbcfef4b7875c44c9ecfcf5d4db2c, 'wp-content/themes/jannah/templates/loops/loop-large-above.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-large-above.php', 0, 0x534fb4e8a876f76dd5e4b989b5151bed, 0x534fb4e8a876f76dd5e4b989b5151bed, 0x3716eef61805769b92108a8666dd4503c3da1c4f37a581e4989030d40ccb0625, '', 0, '?'),
(0xc1b32efdc592536d241a1ded988686c2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/GetQuotaProjectInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/GetQuotaProjectInterface.php', 0, 0x72746d78f504afbc837ee5fb94ecd5e4, 0x72746d78f504afbc837ee5fb94ecd5e4, 0x9c852fd9aa46bf8a366cfff034d0fac7f7ac9947fec8c9570f8a775d50ecc118, '', 0, '?'),
(0xc1b799db37e7ee420e784eee7afe2ff9, 'wp-content/plugins/elementskit/widgets/gallery/gallery-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/gallery/gallery-handler.php', 0, 0xd2180d39d60b8c2b00d819d5f264fbba, 0xd2180d39d60b8c2b00d819d5f264fbba, 0x762e3eb0f716859471ba108b6b54fe8a36972c37d23a1ba6951b4644be75ff15, '', 0, '?'),
(0xc1b848a57b1083ee13184c1a816c3c6d, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownRight.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownRight.css', 1, 0x00000000000000000000000000000000, 0x7169baf44f4dec6c4050c0e4752122b8, 0x208cb2d59ed320b3b0668a9299a7d6a0e2c353430c2bcf3eeae4c9fd817d1dfb, '', 0, '?'),
(0xc1bd7589b27bc25d502225d8d481385b, 'wp-content/plugins/elementor/includes/settings/validations.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/settings/validations.php', 1, 0x00000000000000000000000000000000, 0x23d55b9df48dca0d71fb5aaf02ec2b98, 0xc09fec2a6caa62d6f16f9410abb3035a6084b745dcdbe063bf3bf6207d6ed52f, '', 0, '?'),
(0xc1c55ee8a2cf139e1c602661072bd066, 'wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.min.js', 1, 0x00000000000000000000000000000000, 0x996ef1907dca3f1eaa4a4b6b87a24907, 0xd4b65f8895046b7c98f8a3f166227064683e6ad0f9a110d05b8767072b70edec, '', 0, '?'),
(0xc1c87d73ee896a9d6cccc78e096d21d1, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCarousel.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCarousel.php', 1, 0x00000000000000000000000000000000, 0x7c60802bca1065a946f9f50f05364141, 0x6247f512d98d8fd8c4cef4edde9764cce5ea8a999bcd780fe5c3e284dcf12d50, '', 0, '?'),
(0xc1c98fc6420f0f3a1c9c01c5f24fdd0b, 'wp-content/plugins/elementor-pro/modules/video-playlist/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/video-playlist/module.php', 0, 0x842481ec1965a585c3ab8ae190274538, 0x842481ec1965a585c3ab8ae190274538, 0x13bbec66f32f5a088f01df88cb664fdfda0add9b93b6decf3591a672449b99ca, '', 0, '?'),
(0xc1d9b50a68b6cd4a78b56476cfd4835d, 'wp-content/plugins/wordfence/lib/wf503.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wf503.php', 1, 0x00000000000000000000000000000000, 0x5c2dde6f157007cf604f731c7d184280, 0x2fefa70b5d3be325585fe76b7a23124ffb1061ce3b8ad7f448ebdf9f8d081008, '', 0, '?'),
(0xc1dc5fd16c9423b109c46bf650b5e93a, 'wp-content/plugins/elementor/assets/js/text-editor.2f2f7e0ea1e16387a004.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/text-editor.2f2f7e0ea1e16387a004.bundle.js', 1, 0x00000000000000000000000000000000, 0x1b72347d1282f20d62fff880caf5d03a, 0xac9da52b59f7299720774e5a92b4b13a1a7201ca42c3595a964d2f22e333ff2d, '', 0, '?'),
(0xc1e5b703f4c9be1472a43b96767c2f89, 'wp-content/plugins/wordpress-seo/js/dist/new-settings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/new-settings.js', 1, 0x00000000000000000000000000000000, 0x37ded9a42047a6fb4960478b0d0da5e2, 0x08c2d2d12bd3343c695e55f0f5cb77dfc783dec0c6c5827336c2ebc13d78e4e3, '', 0, '?'),
(0xc1ea40d46a7938f7a2b9e26401a1a3c0, 'wp-content/plugins/elementor-pro/modules/off-canvas/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/off-canvas/module.php', 0, 0x9ccaad6e01f1b1e9247317fdb39b9352, 0x9ccaad6e01f1b1e9247317fdb39b9352, 0xdeac246298f751f83f386ba1bcc28c9cfaf5087d211e16879e633f2a3962f52d, '', 0, '?'),
(0xc1eff55e7c4adfca951a25a18a2262e8, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss', 1, 0x00000000000000000000000000000000, 0xfab3695e0f65f55d994d93e7aefe8040, 0xbf7e0a6629eedc5a13bca48682ebaa3f227acf1d49d8fe5caa4ee4b98d0796f9, '', 0, '?'),
(0xc1f0a024f6548658fc40238e8441a4e7, 'wp-admin/js/widgets/text-widgets.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiTools.php', 0, 0x49d634bb8bcf6511c1e4ddcc64baf5e4, 0x49d634bb8bcf6511c1e4ddcc64baf5e4, 0xd794ee07c7448ff60d7ef33839bf3ba9484c53e02d20fbaafbfcb17446ac7098, '', 0, '?'),
(0xc1f91f02c1327a73f18efa3478ce4542, 'wp-includes/ID3/module.tag.id3v1.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/yoast-admin-or-introductions-route-conditional.php', 0, 0xf6f13bc82e383cd5d122efd6643e7170, 0xf6f13bc82e383cd5d122efd6643e7170, 0xadc7269918372f47319cfb58e7c0b3be3c0f1617ece37ba36ff9ed41f03a91da, '', 0, '?'),
(0xc2024f6263aeb32220cec7db7c064a28, 'wp-includes/images/smilies/icon_evil.gif', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_evil.gif', 1, 0x00000000000000000000000000000000, 0x03d05e8df44d8f3eca070e7a9302e5f8, 0x8fa6e7517c783ebfc5e94056d09b5f12b82f80228ece571504f499f306af2553, '', 0, '?'),
(0xc20578e49a379571e08554e540d2efab, 'wp-content/plugins/elementskit-lite/widgets/funfact/funfact-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/funfact/funfact-handler.php', 1, 0x00000000000000000000000000000000, 0x72a25d7972b2ef4b4677b36107abec34, 0x9d98a36d0b7fef7ec65050134eae0d649a0f57f7e399143da124e76267655a01, '', 0, '?'),
(0xc20764f926caf3884289d10e4e545717, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/APIClient.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/IncompatiblePluginsLists/APIClient.php', 0, 0x0a2ed243c02da09b65649e6fb9f55657, 0x0a2ed243c02da09b65649e6fb9f55657, 0x233119d5e891c2cb3b683b28ffb0233c38c24db83f75e64db5c426167cd95372, '', 0, '?'),
(0xc20b568809f7eb393f9bb36dd0693ae4, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php', 0, 0x09ceb4d1b533f86cee5dd80da5fc45ef, 0x09ceb4d1b533f86cee5dd80da5fc45ef, 0x4ee9abbcb387941f55b3981b0f507dc42721376f90d6feff8b6df89a2d29197e, '', 0, '?'),
(0xc20db7445cba574721f7328684f3572f, 'wp-content/plugins/amp/src/PairedUrlStructure/PathSuffixUrlStructure.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/PairedUrlStructure/PathSuffixUrlStructure.php', 1, 0x00000000000000000000000000000000, 0x644ab607e66303dddff0838e38743a4e, 0x3f3d05258b78eef330c1310d5bf95b187d6a9e2a63fb6e4ac810122bb5bc512d, '', 0, '?'),
(0xc20e1792a5b565adee379446d3251e02, 'wp-includes/blocks/post-title/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-title/style.css', 1, 0x00000000000000000000000000000000, 0x9e38cad80f587057a6d90d11897732f4, 0x7bdd293a6dce7b1c5e53da173fd76a0ae19038784a42d0cf0a7e29ac51347d63, '', 0, '?'),
(0xc212d4521c48b231ffba4e08501b2f6d, 'wp-content/plugins/elementor-pro/assets/js/taxonomy-filter.ce05524d53c2d4c5aa24.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/taxonomy-filter.ce05524d53c2d4c5aa24.bundle.js', 0, 0x7f884ab79c3de72e867d385d3cb1d29a, 0x7f884ab79c3de72e867d385d3cb1d29a, 0x1b8d6c370fe7b4e64c4525a41331f6aa4c5bd573de42a6f4ea28ff1adb2d13ff, '', 0, '?'),
(0xc2142e5dfda7a3a4ca5e872b3d3790d4, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregate.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/panel-elements.php', 1, 0x00000000000000000000000000000000, 0x69a1d986e30fd63d80a089ac66b96d03, 0x081e738561b8a8b81a9e0617767d9d1039df09e60869f6aa5f0ba1b60a5c3514, '', 0, '?'),
(0xc21e3754d32168011325199c62c7855b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLiveList.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLiveList.php', 1, 0x00000000000000000000000000000000, 0x09162cf80350ab4f85a75f58c6ffd918, 0x44942652afba0fe70335508242bf006461617259688f9f3dd0e56200bb1b7622, '', 0, '?'),
(0xc21fb5ee097d2138c6b2a33bb930db6c, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php', 0, 0xa4c9d44c7adfc88866d8ff2e59a60e20, 0xa4c9d44c7adfc88866d8ff2e59a60e20, 0x3d3d5c1a283e919610d31fea198b65c937e3fcfb784ac0a769f56726c91d8b0b, '', 0, '?'),
(0xc231a88c575628329f9836b284b31594, 'wp-admin/images/icons32.png', '/home/forwardbetcasino/public_html/wp-admin/images/icons32.png', 1, 0x00000000000000000000000000000000, 0xd1dbac5be76d39851ce74aa134cc1aea, 0x441bcc6b438d6489ee97697c617c99b9e0ddd92bf20d9e087887afcc8cbcf1ab, '', 0, '?'),
(0xc2338213e8d14e92eef5fa7e35c36937, 'wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php', 1, 0x00000000000000000000000000000000, 0xef786fcf0add9b641ecbadb27463528c, 0xed39216e824ed3a8fcd879fbfcd083baf88b5798087e9ab438aace3f875013f7, '', 0, '?'),
(0xc235ab758a75c8b8adb138f55094d2ba, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php', 1, 0x00000000000000000000000000000000, 0xf996ebbddc8a3a9fadddf1e5b5b70659, 0x268bf4795a04c3c865c9f5c16e9e875ff6a4d826c407c9ee8730f6412001c135, '', 0, '?'),
(0xc23608b3bf044d1bcd93c6e829ccbb19, 'wp-includes/blocks/text-columns/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/block.json', 1, 0x00000000000000000000000000000000, 0x498e27f27cd9dcf518cbf0eba23d38ac, 0xbe1903b84efd8940484b999130fe94bdf8d7ce394c9cff2aee9316e31ec87c9d, '', 0, '?'),
(0xc23da9bc867dff4c73517f0a60712615, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php', 0, 0xc4bdf3e8ffe7fddcf4fdcf835e63508e, 0xc4bdf3e8ffe7fddcf4fdcf835e63508e, 0xce8d92caf93491377aa7db16a4f003dff1b7afaa0eee683c620546f598601315, '', 0, '?'),
(0xc24f4855d47c945ab1a9192318975a0a, 'wp-content/plugins/elementor/modules/announcements/triggers/is-flex-container-inactive.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/assets/script-loader-packages.php', 1, 0x00000000000000000000000000000000, 0x9e70c0aa7c32d433a22665cc7f12ac91, 0x274f86594ecf51763d73f1a1c508798520c1c760370305b5fc71d16e369c1b12, '', 0, '?'),
(0xc2504179ce186675fed10b4a988fc77f, 'wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.asset.php', 0, 0x5e1cbf44657ce1841b7dab9d1571687f, 0x5e1cbf44657ce1841b7dab9d1571687f, 0xc45255eaa154787b66943fe4a09d26c2a834bec3146594bfe2f0f90b8efbe21e, '', 0, '?'),
(0xc250672a6c2e5c07bba5e1fdec809127, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Subscriber.php', 0, 0x29512a8b3d1b03c6eb75652638f1a5ab, 0x29512a8b3d1b03c6eb75652638f1a5ab, 0x182eb2b2a997e1ca730b48f56ece68be0d4c641c49b375d1324ca31ab5ccab98, '', 0, '?'),
(0xc2527976bf82f4475c1469a7c389a958, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesByDataFilterRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesByDataFilterRequest.php', 0, 0x285bac2c2efaab50a11556abd2722f59, 0x285bac2c2efaab50a11556abd2722f59, 0xf34c806e55a3a10fefa840e98c262da4ced3e382f64260c6396d977a02cc5158, '', 0, '?'),
(0xc2596d069652f46cab7f5800f886d93a, 'wp-content/plugins/wordfence/views/options/option-textarea.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/vendor/moment.min.js', 1, 0x00000000000000000000000000000000, 0x2b64d1f1d1ae67c198e8b75cb741d4b7, 0x6a37cabbcc3ed4ef77ab30470f442451ebd42fbf24cf2bebb89bd6dc4d3aea0b, '', 0, '?'),
(0xc2693981ba243ab9bcd39e6caf7bd1e1, 'wp-includes/theme-previews.php', '/home/forwardbetcasino/public_html/wp-includes/theme-previews.php', 1, 0x00000000000000000000000000000000, 0xc921cfcf83fb9e0623d478302c4f59bf, 0xf25d19c448b4985bb36cf40d2e0d6343a9ab1ae598bf1ae791f033fa599b0c50, '', 0, '?'),
(0xc26ad5e755c355e991581ad0e82f4a2f, 'wp-admin/includes/class-core-upgrader.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-core-upgrader.php', 1, 0x00000000000000000000000000000000, 0x770f15cd3c738d28a7d62765e537da42, 0xf9f3f9a7a59f5cc74ba9e1f4d34457531efcf3a2a766c65c4fcbfa436ae701ad, '', 0, '?'),
(0xc2895d24fe109ddfd560f82126a0f23c, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/user-role-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/user-role-condition.php', 0, 0x02cb9cac791a3c7d559cc737b1395ee5, 0x02cb9cac791a3c7d559cc737b1395ee5, 0x2dc2acc06b177bbe96d3f252f4de818e94ff0cb0798577fbd1541d1dcd41f874, '', 0, '?'),
(0xc28aea0267d8b2682fe1b8ae994fb24e, 'wp-includes/class-wp-block-type.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-type.php', 1, 0x00000000000000000000000000000000, 0x725b9e53f5f515333f706e44d14e85c6, 0x2d5eafce346aec89391cb562696418f3334d7bdd192db86fce62555f5ed5ec87, '', 0, '?'),
(0xc28dfef7c0889ec4a11021b1faa6911a, 'wp-includes/blocks/categories/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/style.css', 1, 0x00000000000000000000000000000000, 0x50c59a4586234992b981bddb86e0bd80, 0x11923d05deff4fc806f001e22dcaec3b084e3855fe50331da03c286fced98684, '', 0, '?'),
(0xc29254602b4691022e41fe7313169707, 'wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', 1, 0x00000000000000000000000000000000, 0x5c9c677b8e08cc0f2a6848f3e0ef56c7, 0x6918920a88d837ba74c635c678a8ef1d030caabdc9cff04dd294d710be06b1af, '', 0, '?'),
(0xc29989183646b9075a4b5be8a9cd71e0, 'wp-content/plugins/wordpress-seo/js/dist/languages/it.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/it.js', 1, 0x00000000000000000000000000000000, 0xf5b7a881f2505c4d0b2cc5e90bca7031, 0xa0b6faad5ce73fa6b3a71043b9c31e3de23ec81efa6e34d7a963717d3562679b, '', 0, '?'),
(0xc29b5d7248670080cddda44f8050d194, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php', 0, 0x96b14cc4fb14e85b7639e351b8b3f72e, 0x96b14cc4fb14e85b7639e351b8b3f72e, 0xd1bfd1598df5f0824e0536bea26f0829515fbf8a546a8f2c9ff189575ca02856, '', 0, '?'),
(0xc29f584492facf7f416928079da4c05f, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Dreampress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Dreampress.php', 0, 0xd9748bb4f2dc4d79e2c6b1021bc212dd, 0xd9748bb4f2dc4d79e2c6b1021bc212dd, 0x4776b6a4f89fd5c053f84a44e1a25fc77945f69731dd60a5a034a2f0285a905e, '', 0, '?'),
(0xc2a1481f1401efb292cffe7854370744, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', 1, 0x00000000000000000000000000000000, 0xe85ba4e9d1c7d9a1bc03bc66acb9ff6d, 0x3f7fb74c9e7b70dcdec009515fb8b9692b3c5b1633f36168a3df4f66a8929de0, '', 0, '?'),
(0xc2b10ea35340b40f382371564a3a273e, 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/user-role.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/user-role.php', 0, 0xb0c8c9b7361a5aa58a9742bd21e7f73e, 0xb0c8c9b7361a5aa58a9742bd21e7f73e, 0x47d4e1f6d9a5db10d7e7dc82b71851597c36e79a9b67b851bd7c3877d593cc7a, '', 0, '?'),
(0xc2b37ced26f0bf064bc28cc025af89fc, 'wp-content/plugins/elementskit-lite/widgets/page-list/page-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/page-list/page-list.php', 1, 0x00000000000000000000000000000000, 0x1602901b626bd8b363c52c17202eb8ff, 0x0592c3232e13ebf2637ecd0591075a26a6fd4beee31c2d86c9454827205af5bf, '', 0, '?'),
(0xc2b68834459f61cfaa9ecaaec7d5fd4c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshSchedule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshSchedule.php', 0, 0xc350541d312ff7e876a7725d778cb777, 0xc350541d312ff7e876a7725d778cb777, 0x51a6bb3ac64a82da42ff7464eeaa03b0dfe5b7b7ccb3c9100d6790ef0ee52af4, '', 0, '?'),
(0xc2b983c3021a1948c569cf24b40b8bc4, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/MutableDefinitionSource.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/MutableDefinitionSource.php', 0, 0xe0ef4a9f7a90fc828ab19684e5f81ebf, 0xe0ef4a9f7a90fc828ab19684e5f81ebf, 0x7cbb0d06878e357ea7ec45880808b66da4f94d0d2517b79fb8eead3eca1a1e46, '', 0, '?'),
(0xc2c0318c92c17cb80f7d9a94e264511d, 'wp-admin/export.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/wp-cli-initializer.php', 0, 0xf9a3ab7163c54dca27167e32f3806917, 0xf9a3ab7163c54dca27167e32f3806917, 0x1bbd81932c46df50baa47a5fd65fdc88ed108dd0170c81534f60ff0325791b7c, '', 0, '?'),
(0xc2caeb17de3ffe1910fe5dd3f60a0021, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Black.woff2', 1, 0x00000000000000000000000000000000, 0xf6798ebb06715aa26be023e74bc4292a, 0x693c5af02d15484e5f8aeb26f1bf29a8f58e7a4b2b309afa4ed07bcfdfdb19cb, '', 0, '?'),
(0xc2d683d7c31bbdddad583d01345454b6, 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-base.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-base.min.css', 1, 0x00000000000000000000000000000000, 0xf0084571cd230ffef96cee59b19a958f, 0x21f153596657363115b60a20f47f88be5bf5791534272b2a8f31b3ea5be3a9f4, '', 0, '?'),
(0xc2d8a6af45b77429977fccb62a58b8f5, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/register-premium-assessments-2340.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/article.php', 1, 0x00000000000000000000000000000000, 0x056db6fa9d50ee8fd68d23f1321508a2, 0x1ebc9663606ae7981d9af8da779a4aafba6471cf351f6c0b80950ac5b7c27be4, '', 0, '?'),
(0xc2e5de81f04893ddc39b15dc274ff52b, 'wp-content/plugins/disable-gutenberg/uninstall.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/UpgradePhpMessage.php', 1, 0x00000000000000000000000000000000, 0x9ad70cc5b185e570181b339b06e7560c, 0xc690c42ddf4b3a74ed6a40d17d70589e019ffd066b90d688203614aafb2a5c26, '', 0, '?'),
(0xc2fa8eb1cea01f04da37c6f4c8442c83, 'wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', 1, 0x00000000000000000000000000000000, 0xbbd84f24bf0d632bac446ea42d2faee8, 0xd2014de91ec16b879c8e2f87bdc691ac04c44846bb310a4d243178dd2dac55e3, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc2fa964ffa540302a34fb6cf7fe8e831, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSource.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSource.php', 0, 0xe91e01b601f1c717f4ec9b891504561d, 0xe91e01b601f1c717f4ec9b891504561d, 0x0c7693852b5d0b09b80f047d97cd4088a62a6a246eb98af760d79ddfad1c1079, '', 0, '?'),
(0xc2fd0931aa07f5d090e3808581533a28, 'wp-includes/js/thickbox/loadingAnimation.gif', '/home/forwardbetcasino/public_html/wp-includes/js/thickbox/loadingAnimation.gif', 1, 0x00000000000000000000000000000000, 0xce2268030dd2151b63cdf4ffc2f626ba, 0x1742ff46fae5119c60bc462d9bcb6caeda9bb1525436cfe9bae5fcfed585fddb, '', 0, '?'),
(0xc306520ae0e790aa5419cfeb70a098ed, 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpRewrite.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/src/CloudFlare/IpRewrite.php', 0, 0x48d96d8ffedc19202cc4079faf03ef56, 0x48d96d8ffedc19202cc4079faf03ef56, 0x8ab1f64967bcec04c3cf977158358936854459e710054f30c9eab44c2b273615, '', 0, '?'),
(0xc30db55724326c76397b18dcad3a84d9, 'wp-includes/blocks/post-title/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-title/style.min.css', 1, 0x00000000000000000000000000000000, 0x4597e11139c9caa22e8b6090b29b4250, 0xf762d4586a14bf4c9f015840d61d73b76f394513f60d7b3bbe91c56d46d414d0, '', 0, '?'),
(0xc310c9713299bfb937bb7ab898526703, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Annotation/Inject.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Annotation/Inject.php', 1, 0x00000000000000000000000000000000, 0xe868843fcfdadf035bc4a6e8460642f3, 0xa0549e6ad661d5f7ec4f5948bcb3418ed1444797d08671116c4509387d72c8e0, '', 0, '?'),
(0xc313773a6b4044900b699e57510e02be, 'wp-content/plugins/wordfence/lib/wfModuleController.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfModuleController.php', 1, 0x00000000000000000000000000000000, 0xbf1fb7126f49f119c6b76b8690f96217, 0x372e1bddb0ccbf95f299dc55b684d44c163ed622cd54054d350bb15dbfda3e86, '', 0, '?'),
(0xc31717c57017ba17dae7e56c4942cc3a, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-url.php', 1, 0x00000000000000000000000000000000, 0x59601aca51ddc69ea184d7ec2795585e, 0x2fe82fd13205a2c6ee91e1544bcaa436176cbe9c9e7b99db382d4a9ad856779b, '', 0, '?'),
(0xc31780c930602e9fcfd6dbd40cd4d643, 'wp-content/themes/jannah/framework/vendor/Mobile_Detect/Mobile_Detect.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/Mobile_Detect/Mobile_Detect.php', 0, 0xc4d23659a1452fb03bbc1803f4c5ed48, 0xc4d23659a1452fb03bbc1803f4c5ed48, 0x3181fa2dff0af8636943a6a9d88cd2d6f93b1e3d5f757049e55bb43f2f1cc14c, '', 0, '?'),
(0xc31795e25e5287832cb64486ea51486d, 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/edit-site.js', 1, 0x00000000000000000000000000000000, 0x8e542ea9a89862d217e3adc952e1495f, 0x75bf472c10b128e30023da22693b7f060b8e5f8d3e8fcf60da6ab7a079d169cb, '', 0, '?'),
(0xc323d022d4981605c1969d41d63a0e2e, 'wp-includes/Requests/src/Transport/Curl.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php', 1, 0x00000000000000000000000000000000, 0xb454335ec9fe15344acb652cd0d6e4cf, 0x8218cb978f846846c437208d15ec0f7d47ff40d42d57532f88f816f5bf46bf86, '', 0, '?'),
(0xc32d39b1a0a731ec75dc41a8db36d87c, 'wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/RewriteTest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/cloudflare/cf-ip-rewrite/tests/RewriteTest.php', 0, 0x82df30d1063689f857bff90166190bfa, 0x82df30d1063689f857bff90166190bfa, 0xf5d1a27c69e023dc2bbbd64841c12ada93c1fa7087b557be2f96840fbd940923, '', 0, '?'),
(0xc32f685936f32e165351c207de5ce66c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DimensionRange.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DimensionRange.php', 0, 0x14e970c28bb570c98181d1644d6084e4, 0x14e970c28bb570c98181d1644d6084e4, 0x23c2481eb6192316ee915abb2352d83251a8a621e2d07e9d1c80669818f63ad6, '', 0, '?'),
(0xc32fffe330f35707669ad9fe89c4a680, 'wp-includes/images/media/video.svg', '/home/forwardbetcasino/public_html/wp-includes/images/media/video.svg', 1, 0x00000000000000000000000000000000, 0x3b7b119ec6f971e18c072745156ca4ac, 0xf6ac29388d031375eb47af5cc4d14cbac31916bfa7620ce20c451cd144e4499e, '', 0, '?'),
(0xc330129b75f2b4109d3d60559865ca3f, 'wp-includes/SimplePie/src/Enclosure.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Enclosure.php', 1, 0x00000000000000000000000000000000, 0xb08289e777cf00cf345f5468c25df7bc, 0x60c782bbbc2746cb06d2c7b19ea3eb1f1be759f8f1d15f54d700fafb87fc0690, '', 0, '?'),
(0xc339021d8c72135ecfcd2dfc29b09382, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInRight.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInRight.min.css', 1, 0x00000000000000000000000000000000, 0x75af339c16743196367eed8f35e98a3f, 0xfe28c22c20e8311609fdfcd66c0910e0c9f4919268b86fa94a967a6feced841b, '', 0, '?'),
(0xc34f6f4d45d7c771afde90d70793b127, 'wp-content/themes/jannah/templates/header/load.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/header/load.php', 0, 0x8a454dbeed29af8b7b67562875027090, 0x8a454dbeed29af8b7b67562875027090, 0xcb6645bb2067005bb98694bde9d37ffcea52af84a1f3fbef151061d96e6c757c, '', 0, '?'),
(0xc354acb5c721d8a908378f6cb0c93c1f, 'wp-includes/js/codemirror/htmlhint-kses.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9735b9b278c4d7a86f13f6f0e1170b18, 0x6281df2df7a8cea382351cd57b6dc63b547c48930dccdafa9e57d63f831e445c, '', 0, '?'),
(0xc35f16b497a76a5358e032ce1951513d, 'wp-includes/ms-load.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/File.php', 1, 0x00000000000000000000000000000000, 0xbbce93e34971b3b191f1a63def411063, 0x91fccee0fb454c08de77119365f74dd16a802daacfb0d9a49d2455dfbad26c9e, '', 0, '?'),
(0xc361e835ead28b3ccc51949c39e5f2d1, 'wp-content/themes/jannah/templates/single-post/head.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/head.php', 0, 0x9a0930a70efc0650881405e83bf32ed7, 0x9a0930a70efc0650881405e83bf32ed7, 0x0aef240237b77cbc8723c9245c6ab3d01607d801123590d7cf5618ab6de58e4b, '', 0, '?'),
(0xc369b0b53a2f1a06bdf88afed24eb3e8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php', 0, 0x7fe515b6720486b8c6a94166ede4c91f, 0x7fe515b6720486b8c6a94166ede4c91f, 0x7fb3ea155505bbfca9224d6c7b37f912ebc179c069c340afd34dc98a887e8fa2, '', 0, '?'),
(0xc36e67f2404f0c3a63c18027b99c9422, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0Js.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php', 1, 0x00000000000000000000000000000000, 0x6193d5977134a1c7911b9bd5a87cc42d, 0xa5c36ed3fcc855faff871a399b3a12224d6fccd9811c320162089cb9d232cd38, '', 0, '?'),
(0xc38cd0bd9130b01f8d7562e0f2cef14d, 'wp-content/plugins/elementor/modules/checklist/data/endpoints/user-progress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/data/endpoints/user-progress.php', 1, 0x00000000000000000000000000000000, 0x19d64eaedc72cb34d4d2003ed05174db, 0x27b32e2ce46564fc6f8fd302dfa4f39aad44d705f316af7532bcbc2c8b74bd83, '', 0, '?'),
(0xc38e31f868d267c453a7d1ef4a96af86, 'wp-content/themes/jannah/framework/classes/class-tielabs-advertisment.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-advertisment.php', 0, 0xe78052b2dc6757cf604d499be10d19bb, 0xe78052b2dc6757cf604d499be10d19bb, 0x5c29cabde703df31742f2a78cba3e18f343a2fca63cf15b48808ca76d668ffef, '', 0, '?'),
(0xc3917748e2cb19812b719a0ba446b6a3, 'wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x29bfc784c76cde1ffc25991c3cb86127, 0xc2a732d261a56895df9ac7215f61e4dd347bf129fdbc315eb904e58ad312c26b, '', 0, '?'),
(0xc3932133aeac2f949f5ad83cb781cf1c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShareExtensionJsonScript.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShareExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x23890f2fb3a945adeb1bc497562edaa4, 0xba6af30264c81e2af9b14a331b1e376832840e60e63c01266a62242054aa0058, '', 0, '?'),
(0xc395f5c575555b2c4992590206d6dbce, 'wp-includes/Requests/src/Exception/Transport/Curl.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php', 1, 0x00000000000000000000000000000000, 0x1dd0a2a25231a1f9d218558d92555104, 0x0ce1810f71fff9145d74284adee1bde66a0dc3df2339ce6f82ec0100c8bef7dc, '', 0, '?'),
(0xc39e2d5ba39636a46d5b0435197795f7, 'wp-content/plugins/amp/includes/admin/class-amp-template-customizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/admin/class-amp-template-customizer.php', 1, 0x00000000000000000000000000000000, 0x29ba0313e46960466c55d5a1441ed709, 0x3a8d36290e03bc37c9cfa139ace49a2702db0f1424eaa25a7eefb8f1cde14545, '', 0, '?'),
(0xc3a3d938ec959ef04b79f062cdf01b86, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineScriptTooLong.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/blob.min.js', 1, 0x00000000000000000000000000000000, 0xa0564bcb715d7da7ece965b053c9ad99, 0xce5a2f399bb983ebb1ebefccce139b90b5fff4fffe797de4ccc24c936d0bc18c, '', 0, '?'),
(0xc3ae32204e1b4cbe828062da955fe8d1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php', 0, 0x48f70f3229fbeb92403b5c27276cdd79, 0x48f70f3229fbeb92403b5c27276cdd79, 0x0a9b8c249bad7478b3e0f57dc656cd8b36bbda8b886c08c38654f15fb7b718ce, '', 0, '?'),
(0xc3bda3c15084b23726dda360e38d0829, 'wp-includes/sodium_compat/autoload.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/autoload.php', 1, 0x00000000000000000000000000000000, 0x231438693d5d5fe26e12e9037b1c8e55, 0xd667a2ec786cd1f79ced76231f96cec98881bb39d7e3a319b8a2e555f2ad6727, '', 0, '?'),
(0xc3c0009a3f1e3c35e25d88eb20e2c68d, 'wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.dff562edd49e93d1658e.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.dff562edd49e93d1658e.bundle.min.js', 0, 0xe7f7ddd485e88f2fc2d52af103f70b29, 0xe7f7ddd485e88f2fc2d52af103f70b29, 0x1f44b822d0c79b5b5641f21470fa7ad818886bd42426dbc2b7ddcf0cdd8d7648, '', 0, '?'),
(0xc3c8435b164a96889afb9c6f79ace170, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Rfc7230.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Rfc7230.php', 0, 0xfcd3b8f394165918b5a7ee42f3522e1a, 0xfcd3b8f394165918b5a7ee42f3522e1a, 0xc9bda274df2444cd9f093595f7c545e564f40adf37255b355de56876b9a0c88f, '', 0, '?'),
(0xc3c94eb499c63a5d0b80e4798e0acfb1, 'wp-includes/blocks/search/view.min.asset.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/search/view.min.asset.php', 1, 0x00000000000000000000000000000000, 0x7f040464b83a9f5182e26a06f28fd917, 0x36beb27f466eb35b4cc500131721d66d0ba2d21fd86d39fccdd66d23a26bfbcc, '', 0, '?'),
(0xc3cd746e529fd894c0e1afcec6255e81, 'wp-admin/images/align-right.png', '/home/forwardbetcasino/public_html/wp-admin/images/align-right.png', 1, 0x00000000000000000000000000000000, 0x42d8f3e2874f6523d36c403a502b2276, 0xf291fcc9b3fcf69143ba0cba3ff23dfff2e826a1b055795aa9333192a5213c63, '', 0, '?'),
(0xc3d082b333c52dd6ce095a4845e71168, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/post.php', 1, 0x00000000000000000000000000000000, 0xbc4f98d9b6bcbc589610f32866e9ef54, 0x300bbff07012baa3dcfb818244fc8cf05a1b8a912cfad13e08daee3da9c135ec, '', 0, '?'),
(0xc3d796a8136b85ccc4ed54114b4292ee, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/editor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/editor.js', 0, 0x12885c1d0094c8a11f810f1f54c24ab9, 0x12885c1d0094c8a11f810f1f54c24ab9, 0x451e0b7deb3e70232ca3db9cc9febeeefb1264e769217bba632a37f0a81c3581, '', 0, '?'),
(0xc3d934cc6c21847217c1ead884c3dfd3, 'wp-includes/class-wp-block-type-registry.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-type-registry.php', 1, 0x00000000000000000000000000000000, 0x7cc26552154845b4dd778423dd2cbb66, 0x6601dcb85e4265c3cc6ed588d9f194598a6c5a265ddac8f486d8de48924c64ec, '', 0, '?'),
(0xc3dd65a485667a9eb1c2656f789fe4a8, 'wp-content/themes/twentytwentyone/package-lock.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/package-lock.json', 1, 0x00000000000000000000000000000000, 0x18b7432c98137cbe8825c8ae6e8caa7f, 0x0560c3572b05b1079ee77ff4a93909b851dfb0a8322b1d98fa58ca79599ca2c4, '', 0, '?'),
(0xc3dec4e3c2f69b22a8ade185df414ddd, 'wp-content/plugins/elementor/assets/js/f634673e5824ceb13f3d.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/f634673e5824ceb13f3d.bundle.js', 1, 0x00000000000000000000000000000000, 0x7b046f3583badc431e1b2d65cf29fc74, 0x2c0bd886e6ef281613ab874ad01ca218647aaabbadca895d1f863a93d18ace59, '', 0, '?'),
(0xc3e16959969086851e007f0a52299684, 'wp-includes/post-thumbnail-template.php', '/home/forwardbetcasino/public_html/wp-includes/post-thumbnail-template.php', 1, 0x00000000000000000000000000000000, 0xd8419234206a3d98fc922f8e290c4074, 0x9c6324df04b08d6acc2451f57cf695a3afa036bac5bf72869e01cf0bf9fea44e, '', 0, '?'),
(0xc3e2cca31fc19568e5206f8e9b245c81, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php', 0, 0xc41f1aec9c44a1a591a33e5ed52e252d, 0xc41f1aec9c44a1a591a33e5ed52e252d, 0xa2f09040560f44657a2fa6ec6f7ebed448996345de9de3bc3ac5298c5d7fefb5, '', 0, '?'),
(0xc3e575ff58dbddbc23822d11c6c2f8aa, 'wp-includes/class-wp-http-ixr-client.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-ixr-client.php', 1, 0x00000000000000000000000000000000, 0x34a99cf8a3358f6554d6b9dafde787e5, 0x46f4c940b211b5064999d1962534cb175db9109161af6b04733c1413506bac6b, '', 0, '?'),
(0xc3e70370093987b58619403fc0e34c2e, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/author-tag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/author-tag.php', 0, 0x1adf832b66003dc2341941badf9d4fbe, 0x1adf832b66003dc2341941badf9d4fbe, 0xf40c3323a706c59e11f94e5f43f04f7ad36edc02e2f8c1a0a4e0370d4d8bd7fb, '', 0, '?'),
(0xc3e84a16b2a03fee92e6429a064284e0, 'wp-content/plugins/amp/assets/images/reader-themes/twentysixteen.jpg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryGridLayerAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0xda09dd109d896fc36ad24bc8bc33a8eb, 0x68dd3484a3ab1a2bd63e47958413ffaefda9cf91307ce0c4668818f8e0d7e7dd, '', 0, '?'),
(0xc40055cec6cd1d0b8fcbf66153adcc0b, 'wp-includes/widgets/class-wp-widget-block.php', '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-block.php', 1, 0x00000000000000000000000000000000, 0x0467479a502723e2831c4461a778ad5c, 0x06a67cf1b01e58954bed6551f9aed0174c4b82fcbbb1f8d9ef5bee7500c34052, '', 0, '?'),
(0xc40363e198a3bc72e4bfcd1677b9e3a8, 'wp-includes/blocks/file/view.js', '/home/forwardbetcasino/public_html/wp-includes/blocks/file/view.js', 1, 0x00000000000000000000000000000000, 0xcf76eccf07a04b275b2348a9518c3699, 0x7e7610179fb763618e954cf362e88e08217058117ab13a9c491cd524474ac02d, '', 0, '?'),
(0xc40fbdbb3d581ffcca528a7176956878, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/InsecureCredentials.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/InsecureCredentials.php', 0, 0xa31fe70c1ec64e65d79dbc9a682ac3d1, 0xa31fe70c1ec64e65d79dbc9a682ac3d1, 0x3e031ad43bc7ab8307eae1703d373a1426112ae695464081a752691bc362e95c, '', 0, '?'),
(0xc41838bb6424e76e788913a59979c59a, 'wp-includes/blocks/navigation-submenu/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xde23a1720df76cb3f800b37b402f82b0, 0x02af53e875f1c1b42f7b52c8c4c05c82c9f065d20fb22d78e346dfda682145da, '', 0, '?'),
(0xc41de635c4a829cc30dec61b588727cf, 'wp-admin/widgets-form-blocks.php', '/home/forwardbetcasino/public_html/wp-admin/widgets-form-blocks.php', 1, 0x00000000000000000000000000000000, 0xa7d385532ce4f50335d8322490ae12ed, 0x75dcf53471ff5ce686969a8db3ffc087da93c029567ad0f475cd87ba8798eeb0, '', 0, '?'),
(0xc4214e60bddf52f2f6ac94eb7b887d39, 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php', 1, 0x00000000000000000000000000000000, 0x805f06b5f7c554a0294f4594725a0780, 0x87063415938ca93aeeb3bfa5c82b3b81ed6b9aa3abd80822a02b3350703ef537, '', 0, '?'),
(0xc42629fd9483db4e1d7e0626fc80cbd0, 'wp-content/themes/twentytwentyone/screenshot.png', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/screenshot.png', 1, 0x00000000000000000000000000000000, 0x062aa7061ebbd6f104d9915e52d7090b, 0x1ac6e28675c64090275c8fe1ae4b4cb7381d32a6429dc072821a3248431cd26f, '', 0, '?'),
(0xc4336b3c521f368880b983cfd6947ac9, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/HttpEquivCharset.php', 1, 0x00000000000000000000000000000000, 0x615f89a3346b0d70f40a4beb5535eb45, 0x7013f352d6934e9cd921d4320596f8612fa878bc3d6fb1b5f2865a08d68f83b0, '', 0, '?'),
(0xc443a0e4a0b7b25482091d669420fa12, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/fonts/genericons.woff', 1, 0x00000000000000000000000000000000, 0xf3f73b280148eeed102d4a6874ac7886, 0x84b63b0ed2166d13861eda7ddbe29dc5eecacc65287e9179306dbe1b3da07d2c, '', 0, '?'),
(0xc455aceb255565e9943fd9efb2a21a68, 'wp-content/plugins/amp/assets/js/wp-polyfill.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-polyfill.asset.php', 1, 0x00000000000000000000000000000000, 0x13e9da339c872f2742bb523895ad617a, 0xe27bee45cc8006462b6f99161c46e606b671b8b7dae0d1d26647dfd55a0ca4a9, '', 0, '?'),
(0xc456d57be980229ff6cd1ea74d4a269c, 'wp-includes/sodium_compat/src/Core/AEGIS/State256.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/AEGIS/State256.php', 1, 0x00000000000000000000000000000000, 0xe9128db83cd7e590e641f54235001514, 0x3dff3d7cc10f6e131d8389fc97da9376461bc96bfcda5fd1ef5bcc5fb44ffa9c, '', 0, '?'),
(0xc45b2b1113d6e869bf7cc56cee60ee6b, 'wp-content/themes/hello-elementor/includes/admin-functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/admin-functions.php', 1, 0x00000000000000000000000000000000, 0x311a0850787cd6807bdbade81c1fc4f1, 0x5c8d236b8b3ecdda3cb6939e21edaaeaf6050876c2a0ff3eceef6a07a61dd3f8, '', 0, '?'),
(0xc45e4be0f3369d02918d7c31e1b63e26, 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/edd.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/edd.php', 0, 0x4e3c9fe75ce70805e22718754c2e19b5, 0x4e3c9fe75ce70805e22718754c2e19b5, 0xff7b533ac6c6c79ba80b0f0f1ed1c055c93b2d198a84d5a77cf72d3df9da55fe, '', 0, '?'),
(0xc45ee8e6151deee59464bb6f44dd94fe, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php', 0, 0x36c0706a876060f2b6721f250cbe0e9a, 0x36c0706a876060f2b6721f250cbe0e9a, 0x30edd7a68ad9cc7f1e8a72885ccc132316e84147323bb7c2c9adbaddc5de2b97, '', 0, '?'),
(0xc460ef031b2c7d0ca3d7440613e7d840, 'wp-includes/class-wp-recovery-mode.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-recovery-mode.php', 1, 0x00000000000000000000000000000000, 0xba12e7e9f5594cbfeacfa84f100bfca3, 0xb677114cf50227b5dc9cd22ba597ad898db2e9def66fd5e5605b9110892bd4c7, '', 0, '?'),
(0xc46659accddf178f0fb6a9ed8eab7e33, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MonthField.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_MonthField.php', 0, 0xc562fc24bddf20e97db05b84d1e8cef7, 0xc562fc24bddf20e97db05b84d1e8cef7, 0x53825d014b73f1a444aafcc380760269b79649be18ba7425b56ab83d9ee27f27, '', 0, '?'),
(0xc46680159be4eafc613be1fbf6379d46, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products-deprecated.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products-deprecated.php', 0, 0xac851ce592f5f9639054ebb69ba68d09, 0xac851ce592f5f9639054ebb69ba68d09, 0x07eda562cea6b79c180f8ab1ca2c22274cea90dc3b1ca4179594b0b7022374e5, '', 0, '?'),
(0xc46fe441780f9010ab075915d4962a4d, 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Subscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/search/theme.css', 1, 0x00000000000000000000000000000000, 0xbe874fc131663433b41ea1d6d1bc5f30, 0x7d2bbb917bc8963139c7440057308953b928007f9aa9736a28aa082525a77082, '', 0, '?'),
(0xc476004628ae59bc78bdc1041396f5ca, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/VersionDetector.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/VersionDetector.php', 1, 0x00000000000000000000000000000000, 0xa85ee7930f0e5157908fba8f79102932, 0xbd5ae259319a8801ef68782f5b2fcddffaddc657368b38bf8315f187335a4ae2, '', 0, '?'),
(0xc476fb562f57ce0bcf7b1d7d215ecf4e, 'wp-includes/blocks/html/editor-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comments/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7154cdd6ebd86151f79b0a0ea916cf21, 0x6aa5c29b898979e45e4e74c2155076de174d9970c3fb1578f9bf9474f93f0b2e, '', 0, '?'),
(0xc4885e41f59a2b6c86aeac6ff86489d2, 'wp-includes/js/tinymce/skins/wordpress/images/audio.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/smilies/icon_cry.gif', 1, 0x00000000000000000000000000000000, 0x459b141a8d45d6439b1ec8d9e6737811, 0x9dd4d81c0797768c928c8765b5f0edcf77bbb5494865978f1461b57f922d63fd, '', 0, '?'),
(0xc49b0bc577fab2022bebb671415a1f12, 'wp-includes/blocks/group/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/group/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x5fc6c4cd7f3dafd065fbe92bfd199f21, 0x66d4092cd238e8f8455472750a72e66e65e1ae043758da39dec1717e165422fb, '', 0, '?'),
(0xc49d0455181ba073061ff3de3d9377c7, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/InstanceInjector.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/InstanceInjector.php', 1, 0x00000000000000000000000000000000, 0xfdeab2b113f955248f07da39c0d64fa4, 0x6957599027deed4e82b8bbef935d05079f04f564dec3405a6434f09ffc0a83bc, '', 0, '?'),
(0xc49f5c9b782ae9aa3dc409b02eaa5619, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/screenshot.png', 1, 0x00000000000000000000000000000000, 0xadaf7418d24b0fd6058cf02d1b1d17d6, 0xf6ca5ced4d206d751d81d6164482fc3d8df0d2b6e224f32fc87b37a880ddcec0, '', 0, '?'),
(0xc4a603a8a6534e4c818668600febc5d5, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss', 1, 0x00000000000000000000000000000000, 0x34c296a3c48ab84bbb24bfd6263d5eef, 0x41c35594c1043ace8731ef6b84ba71489c1476ff1182ff729c33b80fa6fed64d, '', 0, '?'),
(0xc4a83955bc718e89372514743daa247b, 'wp-content/plugins/amp/includes/embeds/class-amp-tiktok-embed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-tiktok-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x91248516c46c42081ce1418ee833bacf, 0x730953a8b358c169dffe33e7bc4a974e1a24dcf938fca3bd64cd8f61e067c662, '', 0, '?'),
(0xc4a994af594e46c9f6d8dd10f9e70e3d, 'wp-content/themes/jannah/framework/widgets/instagram.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/instagram.php', 0, 0x1d000fe6b78820a84d2a184f95f291f1, 0x1d000fe6b78820a84d2a184f95f291f1, 0xfaf595c9a4af8c8f3dabad47dbe5a481a7c7c8ee306a6f89c0498695b9bf51b4, '', 0, '?'),
(0xc4aa7e0ab13733a45c6e98868fa93288, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/StringDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/StringDefinition.php', 1, 0x00000000000000000000000000000000, 0x439cf61015da74acef995e0c2b61cbee, 0x2abdb4e36b16321a2aa1d93bd7c8655936117d335dca0fae9b4dc0f4bacc66d9, '', 0, '?'),
(0xc4acce755e0527c14a8ffae98362f284, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateSheetRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateSheetRequest.php', 0, 0x5775d52376ed35d1f52e43d138376c2f, 0x5775d52376ed35d1f52e43d138376c2f, 0xfadb08bd3c339b50abe994237cea939b6c56b606c922c56314c377670c9accd8, '', 0, '?'),
(0xc4b34af50a607c19c6352c4854f508bb, 'wp-admin/includes/admin-filters.php', '/home/forwardbetcasino/public_html/wp-admin/includes/admin-filters.php', 1, 0x00000000000000000000000000000000, 0xed3bee48bfd572865a8cb72c4ee369a5, 0x1506d1304b6a88f7e31d570e2aa105fda681a413f5210c363cf0963121a27c61, '', 0, '?'),
(0xc4b63efa3b0df9cac7eee0490a0db2f4, 'wp-content/plugins/elementskit/widgets/pinterest-feed/markup/pin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/markup/pin.php', 0, 0xba52f8689cb0c554c163461bf31ba8b4, 0xba52f8689cb0c554c163461bf31ba8b4, 0x7ba54a37ae2ac0e89d3e56c9651ad60617523b152c0974621ac0d8f4fb82bbc3, '', 0, '?'),
(0xc4b687c696966f9d8ae7c3a8667b550b, 'wp-includes/js/jquery/ui/effect-highlight.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-highlight.js', 1, 0x00000000000000000000000000000000, 0xdef0f7c16eff42733e3dc27d5b2b43e3, 0x86097bb24ea5f9abcb1bacbd14cd6dee398643544f96f8ed2fd013d26b4b3077, '', 0, '?'),
(0xc4b8cada5ef67f0f2a2783450b588c0b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/AggregateException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/AggregateException.php', 0, 0x9690ae2ed9f27f3ae1826a560c8bb95e, 0x9690ae2ed9f27f3ae1826a560c8bb95e, 0x2cffcc067f1321018d84cadd73c0f9a2fbc78f9abf1d9f35e0bdf3bda8666c69, '', 0, '?'),
(0xc4c1fb6bf61e47dc26d0f35f573c5e6c, 'wp-content/plugins/elementor-pro/modules/forms/controls/fields-repeater.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/controls/fields-repeater.php', 0, 0x2cbf1d16e1576e044b7aeafdca427aaa, 0x2cbf1d16e1576e044b7aeafdca427aaa, 0xccaedaa8006b9301dcbe8759080e55662a65ea0de260c4b593189ee5fdc312d9, '', 0, '?'),
(0xc4c98cea9b93b1932019be3b74a3f6c4, 'wp-content/plugins/amp/includes/amp-frontend-actions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/amp-frontend-actions.php', 1, 0x00000000000000000000000000000000, 0x075126102284d65015c25c9ed650ec6c, 0x1541efd8152c91dcd33bc62b8d1e0c5cef93345df87f46bd26512c5c07c80b41, '', 0, '?'),
(0xc4cf6582fd4e102dcfdd40311a05a3cb, 'wp-includes/blocks/legacy-widget/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/legacy-widget/block.json', 1, 0x00000000000000000000000000000000, 0x8347d414dd748d6e7297c20b2a619cf3, 0xe03ee4a32188fb164fb4ae6a65f886d6451922ef91ec7e392a35a830b5943381, '', 0, '?'),
(0xc4d1bac9a90c9582027579e2d2efdb7d, 'wp-includes/sodium_compat/src/Core/Salsa20.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x180b1baeb9a362356c4ae523fb9af576, 0x633d30ef8c2d14238e2d54e453c5588603269eb434a190e4ef00c84b38050d8f, '', 0, '?'),
(0xc4d81cd7ad88c48e1eae17fd9b85f1ec, 'wp-content/plugins/wordpress-seo/src/deprecated/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/deprecated/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xc4e0ca99007df4dfe794a04b9bf62eff, 'wp-includes/js/jquery/jquery.color.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.color.min.js', 1, 0x00000000000000000000000000000000, 0x197b29e306ad379d77abe20c46168718, 0xb29b2e521427eac431e7fe74adcf6166af2a742e8b7274ef7627a0627f87dbe8, '', 0, '?'),
(0xc4ecdcd0f610cf1ad8cc610e758d97ba, 'wp-content/themes/hello-elementor/editor.min.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/editor.min.css', 1, 0x00000000000000000000000000000000, 0x04ad60744aca506956c4a132bb6febe8, 0x22b685b9cd0833dcb0d1b995431ae9a416c21d31ec0372a7c452587d6294c717, '', 0, '?'),
(0xc4edbcacc0ebb4e080ec38176941c54a, 'wp-content/themes/jannah/framework/plugins/amp-templates/footer.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/footer.php', 0, 0x0b64260191d6ec1540ccd5d471382154, 0x0b64260191d6ec1540ccd5d471382154, 0xcc3be60214edc28dd8b04b944610d243ad3cd508481075df76a36ab62a7248da, '', 0, '?'),
(0xc4f19c18c5d0846a5bf627508060c179, 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x88fea7d3a35432f1ad1969e5c38b56d2, 0x735436fb0ac066d6e8213928158a48bcfccfdc17652a5167a52f75a9fcc1e435, '', 0, '?'),
(0xc50100ddc89dcff6dca7ef4ffa50feba, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/ServerRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/ServerRequest.php', 0, 0x8b1318a133bc6e0df721f68eab5b2a9f, 0x8b1318a133bc6e0df721f68eab5b2a9f, 0x1d201496a165ea9bdfb0128b898f454bbb974cbaae7581c810b646788f280d89, '', 0, '?'),
(0xc503e49c805ff8b750b775c61303e801, 'wp-content/plugins/elementor-pro/assets/lib/lottie/lottie.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/lottie/lottie.js', 0, 0xe17c1ee277acd9ec869c632c425e3018, 0xe17c1ee277acd9ec869c632c425e3018, 0x0aac8b2dc2b3df1fe449c670e84035b95a22fa6f731830e4d9f25270eca989ba, '', 0, '?'),
(0xc5047622f1c907aff045c5afbedbff9c, 'wp-content/plugins/elementor-pro/modules/announcements/triggers/is-license-expired.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/announcements/triggers/is-license-expired.php', 0, 0xb63599905199cba57b8f43a7ce47eb17, 0xb63599905199cba57b8f43a7ce47eb17, 0x703325df9d7cd44253665b369ebbfc65b6e5a9a26484164d62256813b5917d42, '', 0, '?'),
(0xc506332acd8bbecba2211e36e1d2c0b9, 'wp-content/plugins/elementor-pro/modules/call-to-action/widgets/call-to-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/call-to-action/widgets/call-to-action.php', 0, 0x1d1e54eda3d50d8ba2aa12fa81a41ed1, 0x1d1e54eda3d50d8ba2aa12fa81a41ed1, 0x5990f8c8d2443472756e87c074aaac80f8f5d5210825e5389e5286d08a0d0d1a, '', 0, '?'),
(0xc50faa117b41b8ea6d6df910df2a9d4b, 'wp-includes/nav-menu-template.php', '/home/forwardbetcasino/public_html/wp-includes/nav-menu-template.php', 1, 0x00000000000000000000000000000000, 0xd1b0f8ef187085bd8b44ad93e02d6733, 0xfedd40296aa7458a2daa5c596863719a2007d27463d4f66f04504b09d2ed83a1, '', 0, '?'),
(0xc51398f75a0fe6587c0ee56fc7cad472, 'wp-content/plugins/elementor/app/modules/import-export/processes/export.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/export.php', 1, 0x00000000000000000000000000000000, 0xa424311140cefa6afcafd8af5cde331d, 0x5e650f475dcd3d54b532a8b6630eca11379f08214f82d756804a6e170275846e, '', 0, '?'),
(0xc5204d3443f3f5f3ae792ebb5353d483, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/Inflector.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/Inflector.php', 0, 0xbd10aab7f38d0d252f129c0edc3bb679, 0xbd10aab7f38d0d252f129c0edc3bb679, 0x65a501e5fa6b76f2af5d4dca04108de4d98d25d79dbaf94c5bd6f23435256fa2, '', 0, '?'),
(0xc528b8f9fbebb7c9e2e55ad65b49e1e5, 'wp-content/plugins/wpseo-video/uninstall.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/uninstall.php', 0, 0xdb59a3ec3e9c6945a42ec89032c732f4, 0xdb59a3ec3e9c6945a42ec89032c732f4, 0x3c180b714fc3bde128dbb89f384479cf9b2cdbb18db08f4b21c50914f7262f79, '', 0, '?'),
(0xc5364ecfabe57cc3472538b4ea06ab02, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-content.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-content.php', 0, 0x1e21408889f41e955d4e4c436d33779f, 0x1e21408889f41e955d4e4c436d33779f, 0x4263450dc5b2863cc1ca83d694dbfb3be158ef94ef3c7322b0e27539e0f0c745, '', 0, '?'),
(0xc541c982838a5d9a5897668e01b1504b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPostAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPostAmp4email.php', 1, 0x00000000000000000000000000000000, 0xf49c0fa1cf50b4d7f5da6aa050adcfd9, 0x2bb8a03dc80d352893797639b7d040fba745d187806013f18528ddea60f74c49, '', 0, '?'),
(0xc5475ba5816a3580da0449aa5a056489, 'wp-content/plugins/elementskit/widgets/hotspot/style/following_line_style.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/hotspot/style/following_line_style.php', 0, 0x9aa32ce4d86ad3f607ab9e5e5eff9696, 0x9aa32ce4d86ad3f607ab9e5e5eff9696, 0x211e9b245a76da14c4a4cc198cfcbd035a017064ac65b444ae97bfac38388744, '', 0, '?'),
(0xc5507a05c5f0ea11891ad6e79a574a76, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSheetResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSheetResponse.php', 0, 0x8ff5a41534bff5f2551931cfd6e3160d, 0x8ff5a41534bff5f2551931cfd6e3160d, 0xd875205724b9e08112c0dba2369740a73b82de9e937d55a92426721e0c25ca1a, '', 0, '?'),
(0xc5516d688f56d878b3e7c0d7a093b951, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php', 0, 0x21668895c8306b8c6fb6ca0c24efb713, 0x21668895c8306b8c6fb6ca0c24efb713, 0xee2b5796455fe2d7068f1aadd17ad8574920aec261807320dcf68365390255ba, '', 0, '?'),
(0xc55467a3be75f0963d8caf09bf792bc1, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/custom_indic.gif', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', 1, 0x00000000000000000000000000000000, 0xe19eab1492565e53bbd2b5f347c4a7bd, 0x80952289467e73e2d1dfc663434040fa46025f209ee7561e3b5aa8a484d8d543, '', 0, '?'),
(0xc556dd805e8057bb34dbf9de7f2d7a58, 'wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss', 1, 0x00000000000000000000000000000000, 0xe8667101dd6107679344bc83e10c6922, 0x2d75b915d1127cda35b207f84305441960ebd3e7a3a9511c7247f98b291226c9, '', 0, '?'),
(0xc5594a0caae2ab14408de5c88630ecb2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpJwplayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpJwplayer.php', 1, 0x00000000000000000000000000000000, 0x6751b3d5d66940ee4b8650c1f0ae619b, 0x5a6f087641c92acc46cbcf37d7dabef73653ba2f0ceb9c9cf993e2f814bb62fc, '', 0, '?'),
(0xc5594b0e93259362e23896e6967a1c4c, 'wp-content/themes/hello-elementor/assets/js/hello-frontend.asset.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-frontend.asset.php', 1, 0x00000000000000000000000000000000, 0xbf1d5a45ed090fe29957a43036920934, 0x5819eb109209dfa2499b5c51da662845641d796150f4d435de9ec54d894d5570, '', 0, '?'),
(0xc55fcc186e80fca3b3c970b7bc9d6156, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x3e2a4cd6311ecacbb5a9226b2546832b, 0x1b5ab1f669e94ddb66bc558c76b1692de57d29f406f966d12286fe4d6e643f58, '', 0, '?'),
(0xc56023e3d8479662af43d0e51bd68ace, 'wp-includes/js/swfupload/handlers.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/OutputFormat.php', 1, 0x00000000000000000000000000000000, 0xb84470600e41b74ad4f04bb2a9dc3036, 0xbcd3d867cb02c3c8937e9d50154ea60381f9c7407d79ebe2f916adb726adeb5d, '', 0, '?'),
(0xc566156cad3b05e53b9acdb454fbcca6, 'wp-content/plugins/elementor/assets/js/7b18c3f2f2bfffda289f.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/7b18c3f2f2bfffda289f.bundle.js', 1, 0x00000000000000000000000000000000, 0xa87ebbfbebe723cdf65ca2b4d5d2efcc, 0x5f7c81f82d5108570847298aa1526fcb70e2434bc70cff6d19b0335e421fd21d, '', 0, '?'),
(0xc567bd84eb3c4d746b7149d6771e297f, 'wp-content/themes/jannah/templates/single-post/featured.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/featured.php', 0, 0x40ee3eb6cb91763cf59ad2554e55fcea, 0x40ee3eb6cb91763cf59ad2554e55fcea, 0xe985a0a44865aa8f8478d2ae3fb425f528086c23947f1c4733d8ee7d533969dd, '', 0, '?'),
(0xc577b6ba2550dc6d3e3226d7c516b640, 'wp-content/plugins/amp/assets/images/reader-themes/twentytwelve.jpg', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentytwelve.jpg', 1, 0x00000000000000000000000000000000, 0x1f9c98b711136181c1559f4a01950010, 0xab5dea97aa0c8cdfb7079362af5a431d2d0499d977afd409bf843133e62d4464, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc577c3d491ebb99d8fd30e20fb3a724e, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/edit-widgets/style.min.css', 1, 0x00000000000000000000000000000000, 0xa0b9fe3a2918932e87f1bbbcf6ead0c0, 0xcc9ca10bdb043431aad8df48912ba534a74ec7194154bde66fc21cb311fd0e20, '', 0, '?'),
(0xc580f066edf0f1023b088f34c51f19fb, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/control-media-preview.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/control-media-preview.php', 0, 0x7295c6919838088f651fe58029a16a62, 0x7295c6919838088f651fe58029a16a62, 0x6498cf348e553042e01f80ee447a4ed0872e2c35f3a336ea657852a522af7b1c, '', 0, '?'),
(0xc5826aa844df8bbf2e11a5cb9644a589, 'wp-admin/css/forms.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/forms.min.css', 1, 0x00000000000000000000000000000000, 0xc9c9d6f656dc8529026ba5199d1fa16d, 0xe1e835cecb2ac2ec135af4aad9ea2f8bbe116de0ba62203362768294b6d1d02a, '', 0, '?'),
(0xc5833be9aac6d8bfa8ef031cdeb2035d, 'wp-content/plugins/amp/src/Admin/ValidationCounts.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AdminServiceProvider.php', 0, 0xd85707e07461e2f3f14d7c4b7c30eabb, 0xd85707e07461e2f3f14d7c4b7c30eabb, 0x932b42c7802ee391b3946c80c849106361d5e6891b40fc67d1a567e9331d7593, '', 0, '?'),
(0xc5860b801bd4a17969d344e28231049b, 'wp-includes/blocks/embed/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/editor.min.css', 1, 0x00000000000000000000000000000000, 0xbe72117a103846d97c4fdb9223cae75e, 0x27093da3633b203eb2b0ac8b6673c4e70603b03e7801284f27d10286b493bb5e, '', 0, '?'),
(0xc58ab3f73683f7bd40e04c286014f6e2, 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning.php', 1, 0x00000000000000000000000000000000, 0x175cb221dfb45fb22678906808a39547, 0x6cbf74969c0f0f218d6fca5690084cc303fe6013cd8265dcb6e33cb71eac60eb, '', 0, '?'),
(0xc58f7c41fd3134be67a1c2bd08cc6342, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/pullquote/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x166852cb3c1955470390aad9fb7416da, 0x419e6f695ef897ae9d3c1d682b469679e151d4a1e64e6fadc10b785d4c34d14f, '', 0, '?'),
(0xc59c8300bb3e6a19f42d8cbba79aa4ea, 'wp-includes/blocks/latest-comments/style.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AAmp4email.php', 1, 0x00000000000000000000000000000000, 0x37e4b1928d8ae4beb2607cf9ffaf3ab8, 0x5f8beb9328aecf2e926a6c5541880c2c189640eb3a796a16599e3e6f27cc9478, '', 0, '?'),
(0xc5a10d4a1faf2ed3cd0fd3d8694a5a9d, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/SelfReference.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/SelfReference.php', 1, 0x00000000000000000000000000000000, 0x7e610f6357c985d75acf3befe55d7331, 0xc42a5d89dd8c0b5a607cdde0a35ce9c83178faac1fcb6430399f3ff6a7d2ae68, '', 0, '?'),
(0xc5b43c1478616951cf95c5c07b1bda06, 'wp-content/plugins/wp-rocket/views/settings/fields/radio-buttons.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php', 1, 0x00000000000000000000000000000000, 0xb316d896b579f4d19ca0ba6203190fa6, 0xcf773fe41c577e97b68f5f3df688e7856ecd58afbb8d694f3c2c121288c2dac0, '', 0, '?'),
(0xc5c65ff929b75687736794c6ceca172d, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-data-tabs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-data-tabs.php', 0, 0xa5a90283bcc2ed1b124a90198e08e692, 0xa5a90283bcc2ed1b124a90198e08e692, 0x4f4019c805e67d39ab162384b9f901e79b8ba7bedbef57f93825503837905f16, '', 0, '?'),
(0xc5cd2d8670936c45c6f3d86b86112ff6, 'wp-includes/js/jquery/jquery.hotkeys.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe353217d4555ab5c62b367be6889813d, 0x1a4ab7fb1d5ddd7820d5ae54ee0c15be17c463c1301b6e983920202b56e96be2, '', 0, '?'),
(0xc5ce820676da30fc72fe6dbcb7f4fef2, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss', 1, 0x00000000000000000000000000000000, 0xd436df9475e255c28e895128834146cf, 0xcca91a5451625b63ed55e62cb3d9737e148c9e24ec465f0ae6b11f65cb09daf7, '', 0, '?'),
(0xc5cf893c8bc7bd96d744e36fdd4edabb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideo.php', 1, 0x00000000000000000000000000000000, 0xc2b72d608024e99988d0820b3317943a, 0xf171545e453db7ca1ac6b72eec3653acdcb430729049ee150a04c72ed78144e0, '', 0, '?'),
(0xc5d41f5584ac9d457eb08bff2db2601b, 'wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js', 1, 0x00000000000000000000000000000000, 0xe81997348507469ee1fa6227a4098eee, 0x7cfc5ad01883aeba3335a1a366c3b17a78597d8265588fe8a07a8c0f959a127e, '', 0, '?'),
(0xc5d5b7116c7b474bdefaf45f9f5bfe54, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ScriptTag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/Parser/ScriptTag.php', 1, 0x00000000000000000000000000000000, 0xd7c69252cbd4729598c3c6a9d4ba19f1, 0xfbcc0bc05881862906497135dc062032719c6da5a730d49935fb21ee3d3fa46c, '', 0, '?'),
(0xc5dc87cd84ed59c89c33945532cb73a9, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/select.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/select.png', 1, 0x00000000000000000000000000000000, 0x7b086953a8c62d2685a65644979d5d04, 0x823cf43deb8acff1fa23c952cc3f0864c67c6873a25a2faddac18d759e2b1241, '', 0, '?'),
(0xc5e22a7bb7d0149ec836236fea6fabd1, 'wp-content/themes/jannah/templates/loops/loop-overlay.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-overlay.php', 0, 0xca74ff791824bae5a2d94347db109789, 0xca74ff791824bae5a2d94347db109789, 0x23129b1dac53249cdd822571582ba6722b594795a770a63827ce15e03fc5b127, '', 0, '?'),
(0xc5f1c2e0e930d3d8d67bbdf7dc8b6c4a, 'wp-content/themes/jannah/templates/archives.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/archives.php', 0, 0xc14758ba3bbd415555914b28716d2896, 0xc14758ba3bbd415555914b28716d2896, 0x55e41ae0e8668b6635bd4d66979c3ec4ed12bd1f763298d078fda9cba6c195b3, '', 0, '?'),
(0xc5f54fc9a084d9aab8adeaa5e8b189d8, 'wp-content/themes/jannah/assets/js/scripts.min.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/scripts.min.js', 0, 0x6b87e5781e8aed2fbe651c292e9ce520, 0x6b87e5781e8aed2fbe651c292e9ce520, 0xc448e052bae030d239ed70e7c9ea71715101e9ef3243e04c075c8d1abde9eb96, '', 0, '?'),
(0xc5f65a5444c00d9d5bf8e546634c4cd3, 'wp-includes/blocks/gallery/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/block.json', 1, 0x00000000000000000000000000000000, 0x29a4877bf0571dd59fe09c3b7b36192e, 0x448266c1b19f7c39c9936f3a84acf3f0ec7c164e2b55ce5f5d5ee3751c06fe0e, '', 0, '?'),
(0xc5fd789a9715daa1cf580354f9345ef9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDailymotion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDailymotion.php', 1, 0x00000000000000000000000000000000, 0x5d5bd48d6d276572a902ccd41a355bc1, 0x7cef87093272bbc451e3f1fa9bf7814d4e9166ce64cdab207eb3136671ebd88e, '', 0, '?'),
(0xc604dac03222b00218a7c1eb00a31a97, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php', 0, 0xc816809adbb49f3e638f31a0a3544de0, 0xc816809adbb49f3e638f31a0a3544de0, 0x4bbef3f2792079faad202aa5e695295c3cae1b1631eed39676d0decd4ec39d13, '', 0, '?'),
(0xc60719b77878dfd7771b5dfcef331db5, 'wp-content/plugins/wordfence/lib/wfScanPath.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanPath.php', 1, 0x00000000000000000000000000000000, 0x3b596b8c6a8ba0a3527a4124123230d8, 0x188ce0adb933ac765186506a8bc57506242491f7659aebdc8b834871a995ee87, '', 0, '?'),
(0xc6082a6d0cbc90d5bfe05d34e7338a44, 'wp-content/plugins/wpfront-notification-bar/images/settings32x32.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/themes/inlite/theme.min.js', 1, 0x00000000000000000000000000000000, 0xe25a3d100d6f3c33a4a145d0ed1e16c2, 0xb7220cc13b6cbeaf007327e26c420eb433719a36298c38920a40064487b2b8ea, '', 0, '?'),
(0xc61115e82a0357df65b0e669cd0958ab, 'wp-content/plugins/elementor/assets/js/packages/editor/editor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.js', 1, 0x00000000000000000000000000000000, 0x8870a102207addc6dc34b73adf2ad5ef, 0x39ccd0da75852dfa7698f93195c33ce047ce8338830332acccecf15272fdc316, '', 0, '?'),
(0xc613299584aa772f6df5a850600af7a1, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Color.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Value/Color.php', 1, 0x00000000000000000000000000000000, 0x04f572c4c722736e4aaa581b8aaefe3e, 0x5722d781012afce69316b9ae4fb254adbb1d1895519cd8a164871aa964b1e837, '', 0, '?'),
(0xc617315f06bb6d84ca14f12dd32bae7f, 'wp-content/plugins/elementskit-lite/widgets/ninja-forms/ninja-forms.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/ninja-forms/ninja-forms.php', 1, 0x00000000000000000000000000000000, 0x8c8c1027c22fbb7121c9f393a9b4adc4, 0x079dd665079db459c0514ecb6275870e6b6f149ccc75c75c37d3e791d5bdf094, '', 0, '?'),
(0xc6183855ff67fcf3eed0cdb4d1381c07, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyphref.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php', 1, 0x00000000000000000000000000000000, 0x414e639fcf7b63464bb63691cd7318d2, 0x8dbaee9a8ac461c7a0fbd15fae3f0d435777046429dafc3649841e9ff8bd1fe7, '', 0, '?'),
(0xc6282573f42f7115ed11d94a63c22764, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Net/SFTP.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Net/SFTP.php', 0, 0xb846c5321d17b80e1df58c0ae4c700e3, 0xb846c5321d17b80e1df58c0ae4c700e3, 0x9c465d98fbc119872589f54d14f5f7f1428ec144f7a52c701377233ed3a46d06, '', 0, '?'),
(0xc629b3211e98580f3fa985483b2b3092, 'wp-content/plugins/elementor/assets/js/packages/utils/utils.strings.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/utils/utils.strings.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc62b92a0cd67d405bec27136a55e00e8, 'wp-admin/images/wheel.png', '/home/forwardbetcasino/public_html/wp-admin/images/wheel.png', 1, 0x00000000000000000000000000000000, 0x4530bd2071306dbbc61a592556b958a0, 0x285db43a3d64d371db85bc4f7b39128cc28013d480a5769a85c8987e8ab2daf3, '', 0, '?'),
(0xc6370e2442a68c47259d2454cd1552de, 'wp-includes/SimplePie/src/Parser.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Parser.php', 1, 0x00000000000000000000000000000000, 0xe5ad7e5bc675d55ffc711a7c856714d8, 0xecebd4dc723b584bf210a7e06c88f6c79e62b089c382ccfa357dbd875cc84c9e, '', 0, '?'),
(0xc63e783c22db473f7d29a59cec49ed55, 'wp-content/plugins/elementskit/libs/framework/classes/utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/framework/classes/utils.php', 0, 0x6904a3750b9710aa301606fc290f6c8d, 0x6904a3750b9710aa301606fc290f6c8d, 0x723d5a1a194c349d81a5d639b31acdf453a5e19b26afb7440bb814a85f310ea7, '', 0, '?'),
(0xc640b3f03a3ca2056f7c134a2d65b41f, 'wp-content/plugins/wordfence/images/wf-error-badge.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/wf-error-badge.svg', 1, 0x00000000000000000000000000000000, 0x89455174c4d87309a14d7abd79a6f7e1, 0xbfe5a8e6ae9946a6ce1960c461a4dd80de6bb6ddc86d45ed51b4a52b7ea40ee7, '', 0, '?'),
(0xc647add3e4b6b3aaca83483f620c03f2, 'wp-content/plugins/wordpress-seo-premium/src/config/migrations/20210827093024_AddIndexOnIndexableIdAndStem.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/config/migrations/20210827093024_AddIndexOnIndexableIdAndStem.php', 0, 0x48dff0171601f424e7afac806af6e26d, 0x48dff0171601f424e7afac806af6e26d, 0x6b801981e4e253e4e4a8fcfb6f9e86cd5041c4e97e3a6626a9e48420cce7ba59, '', 0, '?'),
(0xc64fd91137ecb911ee40114883e13c9e, 'wp-content/plugins/wpseo-video/detail-retrieval/class-vine.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-vine.php', 0, 0x7a3b6139cbf6a9f9e07c2684e9267817, 0x7a3b6139cbf6a9f9e07c2684e9267817, 0xb287ae0f6e90793fe2d2e32076015979deb33c5f5c39cc081919b8db6ecb6908, '', 0, '?'),
(0xc6580d4ece8c222692d2ec3547f3174e, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriterExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0xe363c56b38106b7de47a503d1272263d, 0x57592d0d22f6670551c403e409053eae5e873088ffae7b60d0a85b6183dab49c, '', 0, '?'),
(0xc661fa90d58d18b974737dc6e863854b, 'wp-content/plugins/amp/assets/css/amp-default.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xc665c433b21643c0cc298a38bcf70c00, 'wp-content/plugins/elementor-pro/modules/nav-menu/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/nav-menu/module.php', 0, 0x1f292ee04250f3d1d07d27797520a629, 0x1f292ee04250f3d1d07d27797520a629, 0x2308643a85f7b52f9ab317aab01d7c16021c54ca39cb4fc1866b50bb9915793f, '', 0, '?'),
(0xc667b5c330e2237b84b24159bb9f5128, 'wp-content/plugins/wordpress-seo/src/deprecated/src/config/wordproof-app-config.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php', 1, 0x00000000000000000000000000000000, 0x638bda17da7c8acb68e3a968f149b8a3, 0x84e378ca5897957693ce00ddcbf6ccdcfa86c853ee23f43201e426efa84eb0fe, '', 0, '?'),
(0xc66f6b8bb3d8cf731d1ac864135132f5, 'wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints/favorites.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 1, 0x00000000000000000000000000000000, 0xab9e93b31d006a7fbf94ea0dd6c15f8d, 0x84b5fc83e0455b1ad18b3fdba280c1d27857f436ad61409a538b0bd1d1bc12bb, '', 0, '?'),
(0xc6775ffab1a55480a38336662af64796, 'wp-content/languages/themes/twentytwentyfour-fa_IR.l10n.php', '/home/forwardbetcasino/public_html/wp-content/languages/themes/twentytwentyfour-fa_IR.l10n.php', 0, 0x7e77cb8681950a4ac92b9239c439683f, 0x7e77cb8681950a4ac92b9239c439683f, 0xe49e2cbe3c13846c635f7263423f6d1fdba2d47334c0bbe7cbddc8289afe3169, '', 0, '?'),
(0xc6858e908b06877c5fcb692f79a1d209, 'wp-includes/js/tinymce/plugins/media/plugin.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/media/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x36ce270b0231ea5adefe919ec2661b20, 0x0ae93e8debe1e74551de69b6e6bcba98e46b8f7f7dc3aea8c7b2938d97fea3e7, '', 0, '?'),
(0xc687113f6421288e10a5daa77257ac17, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/abstracts/ActionScheduler_Lock.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php', 1, 0x00000000000000000000000000000000, 0xda0cf03dfbadf678eb9024fc16b42f22, 0xa0dd07184845ac2a06f89820db64c7adb1c9fc6cd9c62995add81d7acc38d3b6, '', 0, '?'),
(0xc689e7137babdfcdc927647daf0eead1, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-upsell.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-upsell.php', 0, 0xe06f73d9f3b6a93fb7be7c3a1af84571, 0xe06f73d9f3b6a93fb7be7c3a1af84571, 0xc31befb2f94e95cbfd2cd47c78f5abfd01e332fc8497ca00e65e9fa3122bc3f7, '', 0, '?'),
(0xc68b25028490dd68917daac1d2d374ec, 'wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.js', 0, 0xff3d0d45cc4fdeffd64699e3b80702b5, 0xff3d0d45cc4fdeffd64699e3b80702b5, 0x8dd65c9d03d4371deb23c6f831dfb2aad7264973bbae51b89515a23b361b3618, '', 0, '?'),
(0xc68f749dafbf1ae2bbea6f2bddd5d8b4, 'wp-includes/blocks/spacer/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x73de0f6b93cbe96b90337ac4d35529c4, 0x7532ff54d8da7a22bb84edffcf2d67be89b6265dcc56db136ab295244f3e1f8b, '', 0, '?'),
(0xc690388b0e739199a8d01fde81b00b66, 'wp-content/plugins/elementor-pro/assets/js/app.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/app.js', 0, 0x2760a10ae5c8573890accf6d1612ab89, 0x2760a10ae5c8573890accf6d1612ab89, 0x17218e1a00d4448fb0da5bfd857b1e3917d2d32177d87a9585d13f60a22e843c, '', 0, '?'),
(0xc691fc59a443724a041e72d7cb16b5d6, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', 1, 0x00000000000000000000000000000000, 0x9eb70bb6a8854e7fc66c9a3a2289d7cd, 0x4e96ad06105576db9b5cef1e4f48906a89e28eb87e77ddc0540e3c0c6ee391cc, '', 0, '?'),
(0xc69d07e5660a89fc1ae50043915d9c8e, 'wp-content/plugins/elementor/assets/js/editor-document.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-document.min.js', 1, 0x00000000000000000000000000000000, 0xb5aa313d854dc7732c7bfc2e80012243, 0x2a18d91b1dde222254f399aaf99e0ab982d8c02c9d6923de0610704c2836db7b, '', 0, '?'),
(0xc69ee652361fca435b5a97b3258cd1a1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php', 0, 0x93e53896e0f3ec04d4c47bb8f684039e, 0x93e53896e0f3ec04d4c47bb8f684039e, 0x17ca963ff3c0388251c29ce88020bf5d5f1c0cde736029635f70f0b37931eaa9, '', 0, '?'),
(0xc69f4e6cb115ac86043a54bbba8734c5, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/primitive-transformer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/primitive-transformer.php', 1, 0x00000000000000000000000000000000, 0xf98a35ac5f5719c9ba38a895d37b4289, 0x6460dbcae4d26fc834681371ef2d9310fd4f5a3bfa86d9c7d1032bebfc1d7ebe, '', 0, '?'),
(0xc6a90ada071eb9b8d09210cfe7bfe143, 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/suggest.js', 1, 0x00000000000000000000000000000000, 0x3a2474569145d51ecabf7fc4fb078982, 0x72e71c2c4bcb70c59772715e62a25c91b83d725ad0155d83c90307361f812b0b, '', 0, '?'),
(0xc6ac8ce553588983dd5a93f9e2339b7f, 'wp-includes/js/dist/plugins.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/plugins.js', 1, 0x00000000000000000000000000000000, 0x175ab89791d0eee62b6d9066489aecd9, 0x24c676b61d6d5df540ac8371c9800f2172f3a893874828cf602b09d9495b805b, '', 0, '?'),
(0xc6b186b83d9cee66fd21e98797506bf6, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-manager.php', 0, 0x1ec191599d3370e2383964136a91bef2, 0x1ec191599d3370e2383964136a91bef2, 0x2c3e55d95de4f266ebcf58b048ee76448f5cd5d366c417e47d05a49716e0aac9, '', 0, '?'),
(0xc6bc1185b9edd27e398ce77ee7b18cf7, 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', 1, 0x00000000000000000000000000000000, 0xa99372e3c9400667810c1018039eb187, 0x76473e5956a05e9ca81013593f3b034dc260bf40b051c68204d4da308c57eb22, '', 0, '?'),
(0xc6c5eed43b56deaf809da46e81547920, 'wp-includes/class-wp-theme-json-resolver.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-theme-json-resolver.php', 1, 0x00000000000000000000000000000000, 0x7b361e9468d3534bfa43a4bc34c896fc, 0x1fe51c32b1ab0763b4331a67ca5ea80ac740453ca6b364064597c38266a99e72, '', 0, '?'),
(0xc6cd7a068f8351ff3854e28f552f59a3, 'wp-content/plugins/wordpress-seo-premium/src/routes/prominent-words-route.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/routes/prominent-words-route.php', 0, 0x020948985f3c9fbdb721d5ed2f6fc828, 0x020948985f3c9fbdb721d5ed2f6fc828, 0x6442f70ea5ba68f01d3c78c5d6dffeea80ec635e3a5ffd5d3eb7ebc944146724, '', 0, '?'),
(0xc6d591668329635729d697a04f67e381, 'wp-content/themes/twentytwentyone/assets/js/customize.js', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/customize.js', 1, 0x00000000000000000000000000000000, 0xf558d21bc735d41f25130bae248e9cd8, 0x7d8e4321be4d6b3b27ad3f5d955d8596565798e6fd418865149a42df8a191def, '', 0, '?'),
(0xc6d66781048d76ce2ed98e96b9b98f4b, 'wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js', 1, 0x00000000000000000000000000000000, 0x187609344766f2111373c96f1dae69d0, 0xa9c2f1da3cdd8fdb9f43faf304fa0beba86b53d64f4bde44969da609cafff53a, '', 0, '?'),
(0xc6e26eb1aea091d3bd7a8c99446b0e9e, 'wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar-custom-css.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php', 1, 0x00000000000000000000000000000000, 0xd84696412181a90f887e1b07d02b6ff2, 0x3776a9672d266a052c2ab89b55d8fb2090091db0d7f487c4490a39d943c9769c, '', 0, '?'),
(0xc6ea0280b6cd46c97d6392139eca8e8d, 'wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-base-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x93b66c51d1560619a3bd47e5a8fb0c00, 0xe1b1d3591cdd7695928b45b435bb1a534eaca6cabdf0139dab39a2f158077a0f, '', 0, '?'),
(0xc6ebaab340d120049b3d0ca4c5187960, 'wp-content/plugins/wordfence/views/options/options-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/options-title.php', 1, 0x00000000000000000000000000000000, 0xa2db98e4a9d6c9036a0ce78e93dd8645, 0xeefbfea34b7811669bbbb49f8493ea2b6504c796d9adae11ca8cf5890ef9bc6d, '', 0, '?'),
(0xc6fbae566c3912c23a2e7bca7f72f8e7, 'wp-content/plugins/wp-rocket/assets/js/heartbeat.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/heartbeat.js', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc701cd8c25072bcb65168d40755128cf, 'wp-includes/js/dist/editor.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/editor.min.js', 1, 0x00000000000000000000000000000000, 0xee22e30c78800fb9dca8d42b8c275b48, 0x45be5403e1f884fe1cb98b26b4f9cc730410a40af752f20bb7ad0f04be5dee9c, '', 0, '?'),
(0xc702e88cf4561b9eb86109cf09fe364f, 'wp-content/plugins/elementor/includes/base/controls-stack.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php', 1, 0x00000000000000000000000000000000, 0x534a8be76dc17d26cdf42de69706fdbd, 0x7bf3b451b72137b9fc4519fb6cb9b0fb4d0392dece9de92a249d76c2f96130dd, '', 0, '?'),
(0xc705660721fb2ab28f4fd70ef62b6e1d, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php', 1, 0x00000000000000000000000000000000, 0xe3acf62d13f86840ce7cb8d25f7113c1, 0x681d7d13d79036f2db078458ba313cac73ca86e64423086b198af68335938735, '', 0, '?'),
(0xc70bbd4dfc9360ce75a15fd9fb061541, 'wp-content/plugins/elementor-pro/elementor-pro.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/elementor-pro.php', 0, 0xd7edc6e13b99c8614e3a00b3dbe60856, 0xd7edc6e13b99c8614e3a00b3dbe60856, 0x64497f2f37d313b2b090dadcd2cfa4b111db8a9e4b4dfb4deb922c865b82ea62, '', 0, '?'),
(0xc70d0d60139f61ac8f9eb40eac057dd4, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-shrink.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-shrink.min.css', 1, 0x00000000000000000000000000000000, 0x904cd5abc33089d174aa58a8433985b6, 0x18b6f72b504f395bab86ac95a67b7a705826e99dec33fa90f4eed179b6d5791e, '', 0, '?'),
(0xc70ddedf21d5e8e705216d4a1a6da808, 'wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js', 1, 0x00000000000000000000000000000000, 0x06f1133335cf646923f66525aa2bf4b7, 0x27e0f9e6e5516908316defaaa8f396cab170dbaba6b6c1822556cd85a7074415, '', 0, '?'),
(0xc71c6bbd3c0cb3c48b902484cd93b880, 'wp-content/plugins/elementor/assets/images/eyedropper.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/eyedropper.svg', 1, 0x00000000000000000000000000000000, 0x516b68fbdc092c6eb7f2a40629782b7e, 0xaf4fec04bd121d96efcbae24197c8964b9c6696e742d5013d3ea3c2bdbcc9c43, '', 0, '?'),
(0xc71d6b38513f3cd78ad30ba379997089, 'wp-content/plugins/akismet/views/title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/title.php', 1, 0x00000000000000000000000000000000, 0xf758a4434e337c292dce324e61a9b1b2, 0xa2919a74fb437af420909ea4cd6e191b90606a0dad4dcdf04e1d224167f3d7e6, '', 0, '?'),
(0xc72325e965203bf3da5cf6ddd26a1af0, 'wp-content/plugins/elementor/assets/js/contact-buttons.a5e2cc7274ba4c94eb66.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/contact-buttons.a5e2cc7274ba4c94eb66.bundle.js', 1, 0x00000000000000000000000000000000, 0x53ed046c94a9228a3e9e470aaf8212a6, 0xf893cf79f4844a3e60ca3ab9eedb150de5c4fb7ed8892d0f5f646cb26a9583c2, '', 0, '?'),
(0xc727e2556be5a83fbc2b5b4ecc35d17a, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.7.php', 0, 0xb0b9d75974a6ddf61a32c2248c9d7212, 0xb0b9d75974a6ddf61a32c2248c9d7212, 0xb66f9dbf0f5f0d9ba951ea6154d50b259a86f7e8fca732e9c2bc6deb8e0e2d8e, '', 0, '?'),
(0xc731f8b13bdfbfa9100c912ff4633ddc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRender.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRender.php', 1, 0x00000000000000000000000000000000, 0xf7da5fb3eb4cac7bbe2c077f59d6dc85, 0x65d5897f94151c85c7425011db3053dd3ffb92bb18aaf1ffbb63fa167a7e945e, '', 0, '?'),
(0xc73e309dbaadafc5835e4c78d10a8a73, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/sf-move-login.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/sf-move-login.php', 0, 0x4fb397ffebef2fb205ccc9b2c0bf3977, 0x4fb397ffebef2fb205ccc9b2c0bf3977, 0xca363956028d129c3066b9b5fbf5ced639fccb8a5aef1d3e9670473bf8942127, '', 0, '?'),
(0xc742f7dd2300963a9e536eeed9a0e9d8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBrightcove.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBrightcove.php', 1, 0x00000000000000000000000000000000, 0xf60fd2aa17e6ee076774757aa3e56570, 0xb58b33fb57f2fbd1f950b7a466f44ac85fdf9cd89079893ebe031e21e38bcab4, '', 0, '?'),
(0xc7435dd05530c7ab22dbf03e07539cda, 'wp-content/plugins/elementor-pro/assets/js/off-canvas-editor.3501c11d63bc4f4d5b89.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/off-canvas-editor.3501c11d63bc4f4d5b89.bundle.js', 0, 0xc522eac61b37b6711dbaf487fddc273e, 0xc522eac61b37b6711dbaf487fddc273e, 0x2f6d7ff2f5809dc93c2a98b4e2a261528fb3387b6e5a01b1b7a1aeb6f6991424, '', 0, '?'),
(0xc746558547aed8d0a564af63819d4e43, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss', 1, 0x00000000000000000000000000000000, 0xd7416ccd9f0887991ad4809263069096, 0x1cf078b496ec131e159b9628f798536eb6d40a3bb6797b25945fb86a82d2cc2f, '', 0, '?'),
(0xc7498f23e6dd29cfedcb81175c0eaea3, 'wp-content/plugins/elementor/core/kits/controls/repeater.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-author/style.min.css', 1, 0x00000000000000000000000000000000, 0x374304bb38d6e3a2dfe815be9b0296d8, 0x4b47d7b7f17933fcb057d0f09a00c98a836f1a7727c091d0f30d8626f58eb4ac, '', 0, '?'),
(0xc755adaa82bae02a40b182f2fb4a721c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php', 0, 0x2ea01cbb2b2a1e4012752058f7593f1c, 0x2ea01cbb2b2a1e4012752058f7593f1c, 0x9b9fc1727deabb5fc2385847c604eda9af1729950a754eb8894ee9c5d06c5f2d, '', 0, '?'),
(0xc7577d0d1044c5ac11bd778bb02abef1, 'wp-includes/blocks/query-pagination-next/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-next/block.json', 1, 0x00000000000000000000000000000000, 0xc07c70242ea4c14e57eebb02e5bcf44a, 0xc2a24a43cd8a0be0e15c7432bce3ae7f28e18f0c1731d22459f953560b68c038, '', 0, '?'),
(0xc75e7b5b06d4ef62f5dc23248b581173, 'wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Cloudways.php', 0, 0x8dab507d442b07565c239082ed6c06b3, 0x8dab507d442b07565c239082ed6c06b3, 0x896d245828ade95131d32072f47f9a4a16de45824747c4ea0830797cdcf3b552, '', 0, '?'),
(0xc7822d6929f62ef85ccee8e67a845e61, 'wp-includes/Text/Diff/Engine/shell.php', '/home/forwardbetcasino/public_html/wp-includes/Text/Diff/Engine/shell.php', 1, 0x00000000000000000000000000000000, 0x7443bb26aa932003ba7742d0e64007c6, 0xfe12b4af9cdd9905ef07a73c834a32419c513ce54e49bfac577c09655796c4d0, '', 0, '?'),
(0xc78516fa39a0d919393aa0f7a41afe15, 'wp-includes/cache.php', '/home/forwardbetcasino/public_html/wp-includes/cache.php', 1, 0x00000000000000000000000000000000, 0x27adab7ef39103c4a9ba42eb3cf90658, 0xa7cd38d2d368e6966253af7a95058e6df77361626a1c4b1600e4eee69725bf6f, '', 0, '?'),
(0xc7905204e4b0eefb125d30bd36f8c1bf, 'wp-content/themes/jannah/framework/plugins/class-tielabs-woocommerce.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-woocommerce.php', 0, 0x7486cbb41426f76309099a5a7d33eb10, 0x7486cbb41426f76309099a5a7d33eb10, 0x2fd5ab41bdcfcb24541d03cb83951847c2c133ef56894deb757ed02fb3616bda, '', 0, '?'),
(0xc79bc7c701fd731eabdf699965838eae, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Invoker/FactoryParameterResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Invoker/FactoryParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x21d9fb4ae064b8d357c7869f5bc9ffbc, 0x99032458a0084aab271bd57f7b1894a8609e182ef34755e1f921680a9a439e65, '', 0, '?'),
(0xc79dc25ebf78f0a44a421acd332dab36, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x90479618fe12355d7b2295bce3ab56d8, 0xa843cb4a727e571619e8844f59852a5bf33a5b6a29abb2c247fdd084d612658a, '', 0, '?'),
(0xc7a4113e7ab1d4849f139d214a5d3e0e, 'wp-includes/css/wp-auth-check-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/wp-auth-check-rtl.css', 1, 0x00000000000000000000000000000000, 0x39c5340bc57ea1269d9dd539e724e4cb, 0xe8b302b40e830f124d6914611d27dd12069433cb19b1461be8ddad87f92e650e, '', 0, '?'),
(0xc7abc93dc5e86d04912fe01fc19c5e12, 'wp-admin/includes/schema.php', '/home/forwardbetcasino/public_html/wp-admin/includes/schema.php', 1, 0x00000000000000000000000000000000, 0xf634d7b13fa70741fe1af1fd55ccd1dc, 0xf0de5418dcb680af1cba2b0cbf49f4aa0712d8a2a722ef52b2fe53231fb3b1f8, '', 0, '?'),
(0xc7ac71030e77069b9205d69580721d4f, 'wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-star-rating.min.css', 1, 0x00000000000000000000000000000000, 0x6ef61a0655c2868c91c257c9a88f6441, 0x6168d18d0946bf7a529552b057f8e12655b588ebc4c668e5fa7e018ab4bd1406, '', 0, '?'),
(0xc7b35caadd5f4c2d11065980c58c2524, 'wp-includes/ID3/module.audio.dts.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configs/version.php', 1, 0x00000000000000000000000000000000, 0x94cece6c22b062eabb044483d67d8d49, 0x9784093e20fa6c754b9318ad354b79900e356a1293df05078ecc604f63e0faf8, '', 0, '?'),
(0xc7b4a9ab7ff91e88333299541117333f, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/FormatterInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/FormatterInterface.php', 0, 0x5f31f2018ef6c20187f9f522370dc4dc, 0x5f31f2018ef6c20187f9f522370dc4dc, 0xdccc1b2f5a5b18e6c81bcb40a5092e756e8e4c60c2a00b77ce8d55fd77a50f85, '', 0, '?'),
(0xc7b8723045e82a1dca26b380d30b18f1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteSheetRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteSheetRequest.php', 0, 0xd7558f6443dc17d380e7b849f1057d6a, 0xd7558f6443dc17d380e7b849f1057d6a, 0x8cdde372482628cde8b314db37bf0461b62ee2a02c9f4ea3cea826bdede10f87, '', 0, '?'),
(0xc7bf5880adc44dd1d93e5de2e6290248, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Ezoic.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Ezoic.php', 0, 0x522ab769c31f1018580555e9ea2d3a4d, 0x522ab769c31f1018580555e9ea2d3a4d, 0x313942af3a592e5d2d32f200def95f17fdeb4b9f6f4cc0c649cbbc83374ed2f5, '', 0, '?'),
(0xc7bfb2bc0265e567adcb210306b4958c, 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/genesis.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/genesis.php', 1, 0x00000000000000000000000000000000, 0x00b08628a2efeb92450ca718ded899fa, 0x2240fed3c0c5966aedbbb64bf36ef97ff0eeb779f72d0ebb41639590d68af4a5, '', 0, '?'),
(0xc7d2ac9f40fa903e809bea11fac05dd1, 'wp-admin/images/contribute-code.svg', '/home/forwardbetcasino/public_html/wp-admin/images/contribute-code.svg', 1, 0x00000000000000000000000000000000, 0xb725278c2b638cb79b9dff90f526224c, 0x521bf58075694bb574c91a906a6c9d8802d640b937dbc18fa123e4551c2aad41, '', 0, '?'),
(0xc7dbbae6de8591828a3ba406e6a7c627, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-excerpt.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-excerpt.php', 0, 0xe698986d109a3810bef4eedfd48b7914, 0xe698986d109a3810bef4eedfd48b7914, 0x2ebcc4de2aaad75c3a1d7be56115ba0894e9507f1baa1dfed47f864c75e3a610, '', 0, '?'),
(0xc7e46d79760848e513f2bdcc8d87e0ce, 'wp-includes/blocks/table/theme-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/support.js', 1, 0x00000000000000000000000000000000, 0xd7ac7c6565004d262b55cdb89076f5a1, 0x50066d9bd076eff852752f5a623dd476018aa6c51db7750f17572eb138496ada, '', 0, '?'),
(0xc7f17ddb0c43931b1e775895544380fb, 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/assets/json/json-handler.php', 1, 0x00000000000000000000000000000000, 0x2ccf9198e0cc4595bf90daf590c23576, 0xf5bcf00daf660d2e9cf9c0dfe6d4b419db2294f04dbaca4f2ba0754c1ddc1d81, '', 0, '?'),
(0xc7f9a8772ed6f6285307a62a1749cb65, 'wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss', 1, 0x00000000000000000000000000000000, 0x1bfcb56e1842c0b0dc6ac7dbc4ff7ffd, 0x29e8d5c769a0086fdf5b47131a43e3294590cfb36c108c7f0dc568cb6411b321, '', 0, '?'),
(0xc7fc90a5ae02f229a935b8994472c60d, 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php', 1, 0x00000000000000000000000000000000, 0x2a39f2fd6a424aed274f251a92870549, 0x62080bb8cd5e3d1047e3fb280e15f29912da111d2de5a99029a6e978af581be7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc7fcacb5dad28e91d9c483fcf445fb24, 'wp-content/plugins/wp-rocket/inc/classes/traits/trait-config-updater.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/traits/trait-config-updater.php', 0, 0xbd83ffc1f172e10d58d04b3fc9cd7acd, 0xbd83ffc1f172e10d58d04b3fc9cd7acd, 0xec0b391e092b984ce0ff58128254d5a6ec74fdd2b342f0b729ed990f6db2e4b6, '', 0, '?'),
(0xc7ffaac7dc5b5ebfb8a979459aa17342, 'wp-content/plugins/wordpress-seo/src/models/indexable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/models/indexable.php', 1, 0x00000000000000000000000000000000, 0x503a702c8942fedaafb94dba85109ce7, 0x21a785fd2a0095a3c83d3a60af348b8b8245a24719c8bed484c34b91682c9374, '', 0, '?'),
(0xc80288c4e83848f2eea0b6f249263403, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php', 0, 0x749726ef8172403b85ece66603e0808d, 0x749726ef8172403b85ece66603e0808d, 0x9f6969667af7ceb0505c9f423c57d9b47087cc32a3ae192c0eaa541d7fefc3d0, '', 0, '?'),
(0xc803a33b1c44f8ead4e93f75205e6104, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php', 0, 0xb6c57fb10c4b95c4b488b416a1c86d4d, 0xb6c57fb10c4b95c4b488b416a1c86d4d, 0x2a0bfd528b196fc212dc359855ee17628fb77ffd45529137ffd8b8fa45b7b83d, '', 0, '?'),
(0xc805a878b4aad39dc3b0130c7f13eb26, 'wp-content/plugins/wp-rocket/views/settings/fields/hidden.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/hidden.php', 0, 0x3b931bedf73c416e3dc7a22882af0b54, 0x3b931bedf73c416e3dc7a22882af0b54, 0xa3065f4ac4ed7f408a54ec149cfd7ea7da803cac9dcd554c65bdf64761990c8a, '', 0, '?'),
(0xc813ea7cf8c8324501ad3c7323696cc0, 'wp-content/plugins/elementor/app/modules/import-export/runners/export/taxonomies.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/smilies/icon_idea.gif', 1, 0x00000000000000000000000000000000, 0xe5ecd43c5dd7ff5718330e1974de81e5, 0xc57bf4325e1d14113453921da0b689546ca8e7b7e7ae49864ad1517ff8f62218, '', 0, '?'),
(0xc8230489c9c4b923cd6c583c4cf215c8, 'wp-content/themes/twentytwentyfive/patterns/footer.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/footer.php', 1, 0x00000000000000000000000000000000, 0x268114551267548374e4ce9201b9530b, 0xe7d1763d4d42626c7789ed80df5ec25f5896d65dde7ed13d7be271f3686a4c83, '', 0, '?'),
(0xc833e636880a63399ef4fe15c893564a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/functions.php', 0, 0x23126595dc73d8b60a12b563515cde1a, 0x23126595dc73d8b60a12b563515cde1a, 0x651c63d6204b92a3cfab7be0b4b1dc79201d8ff81ca8ac1eec1a13fb4e06a2bb, '', 0, '?'),
(0xc836bfeca177bca18e725dcfec2a5c23, 'wp-content/plugins/wordfence/license.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/license.txt', 1, 0x00000000000000000000000000000000, 0x1ebbd3e34237af26da5dc08a4e440464, 0xdb4017480bcedfc101e5e54d3befbabe89352069d0dd192799e56feda43556f6, '', 0, '?'),
(0xc8379807008ef9031174748a13b27f2e, 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/status-renewing.php', 1, 0x00000000000000000000000000000000, 0x687742edaeeeeffe65142028109bba81, 0x89d4ec5e4b24bcd3dcfa3100a46ec68426e4694d7be7ab18248c065ee08a6889, '', 0, '?'),
(0xc838e2d7ecb6c3528d363e47228aa3f0, 'wp-includes/js/dist/element.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/element.js', 1, 0x00000000000000000000000000000000, 0x4e89af447521724e32888e19e64cd88b, 0x6942b83d7eb31d82e826dc071e2e504081b9f8a9f7e851a9195f098498ce7f18, '', 0, '?'),
(0xc83bb1b081944ebc513ee389c4f4a802, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php', 1, 0x00000000000000000000000000000000, 0x4756a23b3ff6d5c45e85bfd2ba26cc97, 0xb97f2d4c37a3d7305e519654fe413e8745644f1b4cd2b2bdba06a38ce954bba8, '', 0, '?'),
(0xc84508f2c80eb08c8c6f2b0b1560063d, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Proxy/ProxyFactory.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Proxy/ProxyFactory.php', 0, 0xaf362ce415a9a19650cf4854abbeed85, 0xaf362ce415a9a19650cf4854abbeed85, 0xe377eed93bca780ab9c1a4e273f7cb40df556b3589caff0a3d06df2e7f5d7e28, '', 0, '?'),
(0xc84c807f66ed284a6f49f7d553a4d095, 'wp-content/plugins/amp/src/Optimizer/HeroCandidateFiltering.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Optimizer/HeroCandidateFiltering.php', 1, 0x00000000000000000000000000000000, 0x63654919f95c7bcb723d3318e5e262af, 0xa8b2176fa6e11e14eacd831505566c0a7cda49e1feb4c5eca164e757687bc39f, '', 0, '?'),
(0xc84d5d795007ecc34d9095bf65087e0f, 'wp-content/themes/jannah/templates/featured.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/featured.php', 0, 0xb02914f2698b0ddd2b0a7996140d7a66, 0xb02914f2698b0ddd2b0a7996140d7a66, 0xde9a5f08906b7a005cdbbc97eb07902ffa453e1afafa8872d51e17a8f49daa86, '', 0, '?'),
(0xc85918072427abbb0ebe9a106f91e3ec, 'wp-includes/css/wp-auth-check-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dt.php', 1, 0x00000000000000000000000000000000, 0xfa70e254e1f76637f5a558797455e252, 0x9e17887dd0cd0628fc02aa9b795b8ed73898529da6aa4db73a3e9a3a865f9b13, '', 0, '?'),
(0xc866da39f2a9bba4875fc4473dce3ad3, 'wp-content/plugins/elementskit/widgets/comparison-table/styles/body-cell.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/comparison-table/styles/body-cell.php', 0, 0x2b358581e3f4119c01947bc7fff56faf, 0x2b358581e3f4119c01947bc7fff56faf, 0x7832dc9ce4259394b9a411d6542d99e6f10a151f5eabe323dc5503d394ba7ca1, '', 0, '?'),
(0xc86aafd00adc76f0b63e19b67d36636f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Http/REST.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Http/REST.php', 0, 0x68df0279439521bc54254b7108eb7174, 0x68df0279439521bc54254b7108eb7174, 0x98ac8ba9281f6b3f01214724bb2d857cc0d078f53198814408e79617cbb30261, '', 0, '?'),
(0xc875e5d9437e1c370ae8e6f457b365d7, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', 1, 0x00000000000000000000000000000000, 0xa30c4b9eeb6ff36084c61f9755f3abc2, 0xf9843443f209b7fa78a4dcdfe4ccb6eeafd6fa95510606f90a062a1e9737befd, '', 0, '?'),
(0xc878f6bc786ab48d81ab5ed780ba83d5, 'wp-content/plugins/wordfence/vendor/composer/installed.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Subscriber.php', 0, 0xc6cc0215ba385fc4cbad23195d568757, 0xc6cc0215ba385fc4cbad23195d568757, 0x15bc3bd3898b9e38221cf368f4743d33ec6cf1bb0ad0880bc5b5d48f147fc430, '', 0, '?'),
(0xc87fee855fd03fac974815ac372f5f49, 'wp-content/themes/jannah/templates/single-post/content.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/content.php', 0, 0x7a278291b95bab36e9c8f151586195a0, 0x7a278291b95bab36e9c8f151586195a0, 0xfaa7c4af9ff9de2d109dfa1892d4cf39ca0d79ee6526a27071050c5af965e371, '', 0, '?'),
(0xc881b7f4c182232fee969da3009cb736, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Subscriber.php', 0, 0xe7f1714d75a5f5d4285197881b8249bc, 0xe7f1714d75a5f5d4285197881b8249bc, 0x44fce7e0a07ed57787d9c3f3f2165794b867a1f458d8e17db90bcee172d461a0, '', 0, '?'),
(0xc88d509ec320e933c4efd114800a94cd, 'wp-includes/class-wp-customize-control.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-customize-control.php', 1, 0x00000000000000000000000000000000, 0x4129c6834637c8a7d760fb34b81ef853, 0xf9797c1b892eaee343792f34367022bdb4eb0d3e5cd100ccfa205cad3658446f, '', 0, '?'),
(0xc88dd9b612cde27454ad6cc9fa7e8a01, 'wp-includes/js/dist/development/react-refresh-runtime.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe.php', 1, 0x00000000000000000000000000000000, 0x276612f196c8a9779d74ff710b6be5ce, 0x453b36061ed9fd7984f993d610638017191f61c6635f31a629beca8f079dcd88, '', 0, '?'),
(0xc8c35ba71ca4cb6a6bd9370cde88aada, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory360.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory360.php', 1, 0x00000000000000000000000000000000, 0x4b5afc9f4d66780f5160d7bdbe1c51bc, 0x3ee4cee9016077504858c161e183abd80ee55c554a94fc1bed0e7e606d32175f, '', 0, '?'),
(0xc8cb0196fcb5cea710bc63efab131003, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php', 0, 0x8b11cc35f0d7fe62d0ab6222e5950a8d, 0x8b11cc35f0d7fe62d0ab6222e5950a8d, 0x20e2dc229fca8410599bc01cedd9b496829ee7440d68c181357fb45efa61968d, '', 0, '?'),
(0xc8cde23be51097e3fd4c99090d0d53cc, 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-core-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-core-render.php', 1, 0x00000000000000000000000000000000, 0x6dee373d6b0e80e1eba68c6c42b3cd77, 0xfaaff036f1e58df307a59503d720ea3134add8dbba76f3780d34177b31e4a5c6, '', 0, '?'),
(0xc8e0518971e17dde859b815b0d82e53c, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/v1/templates/editor-body-v1.view.php', 1, 0x00000000000000000000000000000000, 0xd26db72b02d95c7a0b0244b6b1fafae4, 0x85ce0919d011bf5b63e4ea20600f26ba7738bfb58284f7f1471af6274daea298, '', 0, '?'),
(0xc8f30127a994098ae7ceb4502b21a2f4, 'wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcbafa2f149b56d96bb056591a15b109c, 0x190869c6a90fd6874b1a4261caff3cd32843710cd2c0722ef0d6b34b429ad1bf, '', 0, '?'),
(0xc8f551692ed597c9294b5175463f6faa, 'wp-content/plugins/wordpress-seo-premium/src/exceptions/remote-request/not-found-exception.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H1.php', 1, 0x00000000000000000000000000000000, 0xbfe1bca2e20f58026570cd332c2d0b1e, 0x0b26d69a282b0f0bf2dabf1972d9b89a8ab45a0f5dc2d71ba885d51a67fb7e03, '', 0, '?'),
(0xc910b691ba97f45e2ab45c4827a0a53b, 'wp-content/plugins/elementor/modules/site-navigation/data/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/site-navigation/data/controller.php', 1, 0x00000000000000000000000000000000, 0x3193566fa50b570293b69a4e9c5793ee, 0xd5df08aacf3f0a592835b725186dec869ad551e780184a2ec4d8d7bf1f5d5efa, '', 0, '?'),
(0xc91318a583dbd07e0d1a4b342823e3c5, 'wp-admin/user/credits.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php', 0, 0x13063ed5386691b25d4b1607c8cadf64, 0x13063ed5386691b25d4b1607c8cadf64, 0xdfba92e09fa94c08bfbcf72596b523a51af5ef1729437443666f3641aad13800, '', 0, '?'),
(0xc91828744368f4935801d77f8ea48268, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateReferencePoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateReferencePoint.php', 1, 0x00000000000000000000000000000000, 0x457ed22202e9c7ef4e981d2b33962cb3, 0x714401fb5afa8fcefc1f19e476293678b4896d992f9368a26cdeb73f69b6800a, '', 0, '?'),
(0xc91d0ae4d8430e0630fef477cc011723, 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php', 1, 0x00000000000000000000000000000000, 0x6c16605b179bb46377689868f6a063da, 0x5eca8319e4af0024f4ad6c9d6091508099f70c11b26f1b2dc3fa2eec7bd12f4e, '', 0, '?'),
(0xc927fe715242fa496f90c7fb97c18100, 'wp-content/themes/twentytwentytwo/inc/patterns/query-default.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBodymovinAnimation.php', 1, 0x00000000000000000000000000000000, 0xf9a48985959ed3cacc13e506a3e8933f, 0x376fd51c614d739c1407477d8a0e1a5dc5df7c9223aa700f62542d0d9b246156, '', 0, '?'),
(0xc92f6db537141bf936e004f194dbd3ac, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/NoAutowiring.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/NoAutowiring.php', 1, 0x00000000000000000000000000000000, 0x5fe303eed54cd5cb891fdd11b10c013c, 0xf77295a809609694d72ad6cf8b72924588a5afb4fd2b1b98bcfc9a1460a921b1, '', 0, '?'),
(0xc931b0e0ac39578175ded380341b42ab, 'wp-includes/blocks/query-no-results/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-no-results/block.json', 1, 0x00000000000000000000000000000000, 0xfd2164c3738ca6c40ca16ff9dad0b7dd, 0xd0d4400fdffa7ed1a4c779c9ec2b178e4e1ad72111b0a7c88fe6f6c004414c66, '', 0, '?'),
(0xc939e0856f498c4764ef81c8745987f6, 'wp-content/plugins/elementskit-lite/widgets/icon-hover/icon-hover.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/icon-hover/icon-hover.php', 1, 0x00000000000000000000000000000000, 0x3977fcd03f9ef1b84a4dfe40b1bb8fdd, 0x472ba198011817e7b0e44c973af1b0d9293319dac01ac25866f1e1ca0526fb55, '', 0, '?'),
(0xc93cdf07f0abb8d8fbf911d1664e4cd1, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2400.css', 1, 0x00000000000000000000000000000000, 0x2b8befd85abbe2444de3db3d8a955a5f, 0x9ca05eef099d6793f41a003fefde87ed9f2e38a9ca5772dbc8997dc1ed1d2a02, '', 0, '?'),
(0xc94137a827e143239e778a53fb738e1e, 'wp-admin/css/about.css', '/home/forwardbetcasino/public_html/wp-admin/css/about.css', 1, 0x00000000000000000000000000000000, 0x983c5ebe4b04d84cbbfdc8e13d036fd4, 0x9d1b9b1563a1aee720c926bb78dcb982a7b4031d84c90ea8c12427c21af76141, '', 0, '?'),
(0xc94735465e8dae1701d5d4b5041a944e, 'wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css', 1, 0x00000000000000000000000000000000, 0x49584d0498e649fe746169774d7e2929, 0x81cfe547ccfeaa6b4b49cedadc358f65fe4023372a3f434b8269c4c016b14dd8, '', 0, '?'),
(0xc947a453d5ad5e782d4749bc34a7ef12, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/transformers/array-transformer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/styles/transformers/array-transformer.php', 1, 0x00000000000000000000000000000000, 0xab76267a9cd92dd6e4f758f66666321a, 0xc4efe11ded60a68f5685b63f8dd6034a8527b5a18e1853162938940f66ce2bda, '', 0, '?'),
(0xc947aa0fdc4df14180f14ff2f7ee7e53, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DelayJSLists/APIClient.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-customizer-design-preview-legacy.js', 1, 0x00000000000000000000000000000000, 0x20a10ee7b9d145404a69819c41b17b9a, 0xada1f9d838fdfe8692e12aca79ef95583fae64f847dd5b2ab2fcb1ff78af84ca, '', 0, '?'),
(0xc957776da8fb25fcab7859876b221e48, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php', 0, 0xfe04b064ee33cdae252e590487998480, 0xfe04b064ee33cdae252e590487998480, 0xbc0a1620ca263c6a1bd17d4aabcc8cdc761ca2896e5e77a814d3c1b6e16fcb5b, '', 0, '?'),
(0xc962463a521c9901f549ae45b4bc5142, 'wp-content/plugins/amp/src/MobileRedirection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/MobileRedirection.php', 1, 0x00000000000000000000000000000000, 0xef910584c828d4e2aeec086f946a0020, 0x458d336f781af077eb96a3ed314c1d915ab47f553b108067eecac1cb221ebf70, '', 0, '?'),
(0xc96c2f9d9bc845d8d6ba5a9787cb7834, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/comments-number.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/comments-number.php', 0, 0xd2ae3e8bba4dd01e476d5e3698b7f639, 0xd2ae3e8bba4dd01e476d5e3698b7f639, 0x776c26fd8499e6198eac2b53692578c672f14c66ff2b59ad11d7c38a579aec4e, '', 0, '?'),
(0xc96c589477c1f3014207f52a58a757f1, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status400.php', 1, 0x00000000000000000000000000000000, 0x476c43b51a207d902adf1f620ac2395d, 0x7cf92dfe3b17d1f1ccf9aec85b6595e51536552a050febcd7c44a98eb24333c4, '', 0, '?'),
(0xc97707658b41219f244bea9c05b2cbb2, 'wp-content/plugins/wpfront-notification-bar/js/options.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/options.js', 1, 0x00000000000000000000000000000000, 0x31d4613a867c459e26b8fb42a61aed49, 0x552ebe9d0a8a6b3bea0908b413352f5510897bd4ff43035d99dca06ca4e2d4e8, '', 0, '?'),
(0xc980e98c415b9a1d2b1a9bb37242189c, 'wp-includes/SimplePie/src/Parse/Date.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/css-filter.php', 1, 0x00000000000000000000000000000000, 0xc303397ab2efa2935f3554af9d2fdf7b, 0x4eb28d8437a5630a61e020be4b282b93ed913d83ea2a8eee4ae627e9a1af0210, '', 0, '?'),
(0xc983211cd946bb834d690da8768b5981, 'wp-content/plugins/elementskit/modules/masking/extend-controls.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/extend-controls.php', 0, 0x7d41cd491c18245dae0195ce04c9a4b6, 0x7d41cd491c18245dae0195ce04c9a4b6, 0x4aaa97a59dd0238a8496c9652fe77ac1254187c3e58e0be71374d2ac1bf603a5, '', 0, '?'),
(0xc98638a8c2d6c070c5bbd1b5020756fd, 'wp-content/plugins/wordfence/lib/wfActivityReport.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfActivityReport.php', 1, 0x00000000000000000000000000000000, 0xab85f4fe2f7d1ecfe955ec472b06efec, 0x276f15961877942c585e01c8789ab5af289888952acedde5c32f83543f8c61b5, '', 0, '?'),
(0xc98b14b002fd53e8dd64970fc413f517, 'wp-content/plugins/elementor/assets/js/e-home-screen.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/e-home-screen.min.js', 1, 0x00000000000000000000000000000000, 0x17822cd40b15d0c1670a51c10ee4adb3, 0x2d04d8c2da3b8074cd6965b8c3eddd383354682f41816f097f6b3743d053c95c, '', 0, '?'),
(0xc98ed80d54971d83bb66fb67c02f39d1, 'wp-content/plugins/wp-rocket/vendor/autoload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/autoload.php', 0, 0xda9fbf2b91ddeb9aabd43dac15ae185e, 0xda9fbf2b91ddeb9aabd43dac15ae185e, 0x277a7e61c99626b1131c828b232bba46fe3947beb79a21787679b62764c1dfa7, '', 0, '?'),
(0xc998e0f1eac6f089c9bf88bee627cac1, 'wp-content/plugins/elementor/core/files/css/post-preview.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/css/post-preview.php', 1, 0x00000000000000000000000000000000, 0x55a6a44831f6509a8d29f6544c7ce193, 0x7c2f9733ddf50460f7436402011e0ba364448197d3e00585b94eaf4492e2ee95, '', 0, '?'),
(0xc999d80f9d9f97b48b6659361c28df5b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelManifest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelManifest.php', 1, 0x00000000000000000000000000000000, 0x9775d2a041214aeb9d2435ea3ba99ca5, 0x3d3825e83077fa5b08eb7131731257b248e6610fb7f4f1ef04a33dd2d7d39543, '', 0, '?'),
(0xc9a1ee888bcaa77eb2a2c1bf022e296b, 'wp-admin/includes/class-custom-background.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-custom-background.php', 1, 0x00000000000000000000000000000000, 0xfe36ba6ce964ac1582f8049fcab0c25a, 0x089d2c5956433f653c3e9383e4a5677544160e9797d2840009817c4b976b5489, '', 0, '?'),
(0xc9a74d3a018245e7eb1828ac8e36253d, 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/Listener.php', 0, 0xdd0b6269d1eeac815929c034a74784b1, 0xdd0b6269d1eeac815929c034a74784b1, 0x16f31b00ee8e44354074818ed819058e2565c2de5e01aca5a06bd6e5a322142e, '', 0, '?'),
(0xc9af79074330f632d26e1bfac5fc32ab, 'wp-content/themes/jannah/buddypress.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress.php', 0, 0xcee8d5cd382f03b7a185c3ee19885d96, 0xcee8d5cd382f03b7a185c3ee19885d96, 0x73d7d9f74ba1645eaba105313a11faf8139e3aba08111d5d9e2f0d0a0aa34cf7, '', 0, '?'),
(0xc9b27480388ff1d035d3544d9227a76c, 'wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php', 1, 0x00000000000000000000000000000000, 0x010e631b4fdf3592093bebdc9057fce3, 0x7c1d3709bbeb1e92105f894f4a86f00a38398439e6a1879fc063fc513d4f6403, '', 0, '?'),
(0xc9b6e21de9ecea7aa69e82f2c557fc13, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesRequest.php', 0, 0x825c4dc7789f7e513a4c130952b216a1, 0x825c4dc7789f7e513a4c130952b216a1, 0x75e9ebd7f56b67db7a9c2696864b3a6cf34a596142b6aff9bf19e67e69a4c47e, '', 0, '?'),
(0xc9b9bc1b963a6e5d69c6e1895b6beed5, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterLoadFilter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/utils.php', 1, 0x00000000000000000000000000000000, 0xd9818672de458952b88b52f6356ff8a2, 0xf8ca7e62c99b8d3f2bbb641047a61aa3bdf952ca6ebcfc1087f98ea7144efbb0, '', 0, '?'),
(0xc9bbba0d81e38674e69da1b5ffef3d6b, 'wp-content/plugins/elementor/core/documents-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/documents-manager.php', 1, 0x00000000000000000000000000000000, 0xfd85332d5c8ec69d442f9bcd04ff3822, 0xda01696fa47b5dd6031ef6fd30a36ecf56d508df9d0d7f263ca4927ae49e9ccf, '', 0, '?'),
(0xc9bcb508c5e8f65771214be7289d59b6, 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/cross-out.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/cross-out.svg', 1, 0x00000000000000000000000000000000, 0x854158d348e3f129769c4d57a0791f15, 0x20dbebf5a41ff474348e1bbbef88eec76b88feb313039111aeb8352d1126e81d, '', 0, '?'),
(0xc9bde28b9d2e84595c0c2bd29a23a58c, 'wp-content/plugins/elementskit-lite/widgets/dual-button/dual-button.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/dual-button/dual-button.php', 1, 0x00000000000000000000000000000000, 0xc0c25fe8ffaa8234a65b52bcdd3f6a61, 0x1baf6c1a747f4ed49506118633a29258ab97200915390f2bd902e5084211e26f, '', 0, '?'),
(0xc9c5027309b9a9664c71537e67f248ac, 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/user-role.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/user-role.php', 0, 0xd03028d421a6c5974bfbbec516c113a5, 0xd03028d421a6c5974bfbbec516c113a5, 0xcf0d21ac658c9f1d45ce311e8b9f8b73676e37bd697a5b314b56af7c47f8d364, '', 0, '?'),
(0xc9c684425d91081dbbbf6161d704223a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 0, 0x1e0ce87787802a8ffd65a84e9b3ddca4, 0x1e0ce87787802a8ffd65a84e9b3ddca4, 0x9cc03bd6f73470f471ae5853d0f2adbd50fc02e00547d95886262175b5f68032, '', 0, '?'),
(0xc9c7e56c85909e1b0f519a1c5b98d331, 'wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css', 1, 0x00000000000000000000000000000000, 0x74a518f5b798b5798ea9cd22e0195973, 0x33f332151389182f1b13ceb9eec5ff4470b5016e5865001875510a4f239d8247, '', 0, '?'),
(0xc9cd4a819704417e0189837c539c881a, 'wp-content/plugins/wpseo-video/detail-retrieval/class-embedly.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-embedly.php', 0, 0x6f57b8a8b2b6107d94ecd2ce001d7981, 0x6f57b8a8b2b6107d94ecd2ce001d7981, 0xffaa64c1d090d4c4d5559f2ebde35aca5c21346a16cb9b6307224bf52da7fefd, '', 0, '?'),
(0xc9d203b086933244b41d69dc651c10bd, 'wp-admin/css/l10n.css', '/home/forwardbetcasino/public_html/wp-admin/css/l10n.css', 1, 0x00000000000000000000000000000000, 0x8f0727424655f0926242a140b1e6100d, 0x1a36376098b9f86c201acfd698270788bc1ebded965677aa4c53e201d834da55, '', 0, '?'),
(0xc9d6787fc1fac8c356b7801934fcd2c0, 'wp-content/plugins/elementor-pro/modules/notes/database/models/note.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/models/note.php', 0, 0x86f73e83c41ddfcb6a0db0d5895b4836, 0x86f73e83c41ddfcb6a0db0d5895b4836, 0x4a9933a66aff78ec5a76351501a86b3ac41d450b7403fb96073936853b0103bc, '', 0, '?'),
(0xc9dd7abec710c4846a0122f82b830e2d, 'wp-content/plugins/elementor-pro/modules/countdown/widgets/countdown.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/countdown/widgets/countdown.php', 0, 0x0d78bc12582dc976ea77ed5913ac4658, 0x0d78bc12582dc976ea77ed5913ac4658, 0xf2264f2e0231beb64b265c51589a3b70511535b7efa99c13226f4a1f6441e095, '', 0, '?'),
(0xc9e11f5572444a735b46c98e8e6e0b44, 'wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php', 1, 0x00000000000000000000000000000000, 0x06e79159d34879b9f8e0f654e9a5b62e, 0x1223bf99b31648d53bc5a0f409107ce7488a5569eded75479540029445819863, '', 0, '?'),
(0xc9e385c43f22e8f1262dec6abb0799fb, 'wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php', 1, 0x00000000000000000000000000000000, 0x19ba02c521e680794ef4d19cf1fb7af0, 0xd4e3bfdda9029e00f3a01824b40a1bb7ccd06f5b845c71f1cd9e72768d222fca, '', 0, '?'),
(0xc9eb0932efe183d3cc4384be5612c9f9, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentType.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/search/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xeaf08ee726a7d457b0c32b87c80187d8, 0x53e528f6679391f40525f41e0124251e88b07087bb2b33f7989d5cddca3aee35, '', 0, '?'),
(0xc9fd1226d450ff6fec780bd9e5a0d9d8, 'wp-content/plugins/elementor/assets/js/editor-notifications.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-notifications.min.js', 1, 0x00000000000000000000000000000000, 0x854ce2e1d5ec4b48966abc5811d338a8, 0x91a21c092f447a4fc5ef3e8140f91935b33e048a7424d531b0afa979fda4f95a, '', 0, '?'),
(0xc9fd3e6bb7aacf9605cca3b0f055ab12, 'wp-content/plugins/wpfront-notification-bar/css/settings.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/html.php', 1, 0x00000000000000000000000000000000, 0x900f7f64795abc5023d65dcb2184c19b, 0x6963966fd83b090a8e6f823d3b915627f45d574745055312aa295ce551579e99, '', 0, '?'),
(0xca00466654215581ae8fc142fea274f4, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/DeactivationIntent.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/DeactivationIntent.php', 0, 0xeda27685ba159e750ec8e678ad54f871, 0xeda27685ba159e750ec8e678ad54f871, 0xcf86072d78cfacb66d097e167cfa9a845034f9d75cf9f05d24bcacb28a86bc0d, '', 0, '?'),
(0xca20b38fab1b9c2afa2c3e92bb9a96e2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php', 0, 0x82d2ffa81d38e31da2a250667a7450ed, 0x82d2ffa81d38e31da2a250667a7450ed, 0xa56454d73743c6a0819b456d733fac9801913d1bf85ee07b31adba09b837384a, '', 0, '?'),
(0xca20fc861fb5740264726c011950066a, 'wp-includes/css/dist/widgets/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/widgets/style.min.css', 1, 0x00000000000000000000000000000000, 0x3aad378b048208b4aabb8c9e8dd9ca68, 0xfa9480242e2644948f25b70f20d46657ef75a32c8509d199ce2c0266e4554aa3, '', 0, '?'),
(0xca222ede822eb4d407cae31e3ad094d7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddProtectedRangeResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddProtectedRangeResponse.php', 0, 0x0a42b565f3d99bd65245f169fe09ed80, 0x0a42b565f3d99bd65245f169fe09ed80, 0x3dbad0638c0c309c86168559574d07e5bcb814d4f78064d9fa869a4cc8656844, '', 0, '?'),
(0xca259593e7a1845fa2bac28053667395, 'wp-content/plugins/wpseo-video/detail-retrieval/class-hulu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-hulu.php', 0, 0xb397e4c7c985f77fc29094e03344afce, 0xb397e4c7c985f77fc29094e03344afce, 0x58c51d907668dfac0f424f98877071abcf8e62f17c47ce1952690ba5286a1f2d, '', 0, '?'),
(0xca265517bdff757bae2a53d4537e1082, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php', 0, 0x14d78aa648b0a2fbfb09b3c56637c4a5, 0x14d78aa648b0a2fbfb09b3c56637c4a5, 0x890b0d1c26d45b8dae587eccd08aad05d5ee5b9dccb72feabd53089c4db37c41, '', 0, '?'),
(0xca28138671823450e87dfd354f7afc6b, 'wp-admin/js/inline-edit-tax.js', '/home/forwardbetcasino/public_html/wp-admin/js/inline-edit-tax.js', 1, 0x00000000000000000000000000000000, 0x9e9b5fa115a292680e8c413fb9f8bb44, 0xb19b4c5a8d56286afbe430ef7ede1a33751fbf0e299bd47a7465660acbdec74f, '', 0, '?'),
(0xca321423a8f2ec917e4d77911e13918c, 'wp-content/plugins/elementor-pro/core/data/endpoints/base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/data/endpoints/base.php', 0, 0xa13c03b32bae10f05b40a069d657eec0, 0xa13c03b32bae10f05b40a069d657eec0, 0x2f1678b6849cef8b25cdc3771d0aa1355ca80dfe506728a36a97a57f2f493d5d, '', 0, '?'),
(0xca352f80fa9a0bcc94e26bafe377caaf, 'wp-includes/interactivity-api/interactivity-api.php', '/home/forwardbetcasino/public_html/wp-includes/interactivity-api/interactivity-api.php', 1, 0x00000000000000000000000000000000, 0x8111d54b8744dd700c430e2c5009eb3a, 0xb2f360ddd09b4bcc487ec51c42c3bddeeb784207e480c79c4ba2a1ad23976c25, '', 0, '?'),
(0xca3a34c99648bf711070ea125567e886, 'wp-content/plugins/elementskit/widgets/instagram-feed/instagram-feed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/instagram-feed/instagram-feed.php', 0, 0x260ff0ad026620e05a6690ecadf67851, 0x260ff0ad026620e05a6690ecadf67851, 0xb44ca0f1d9cc365650d1d644bfb2042f9123f6375ca03077ed9e27d4129099ed, '', 0, '?'),
(0xca3e6e5d6efb8bb2e23c27a70acbc050, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/OrgChartSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/OrgChartSpec.php', 0, 0x73a431edb9aa23b23745136c23d8acee, 0x73a431edb9aa23b23745136c23d8acee, 0xb2cd3fa7532efc313f9d50eebcff34a302e7b7bad681c2cc088f6c068564129a, '', 0, '?'),
(0xca40193e412d0079459d2221e8231018, 'wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSocialShare.php', 1, 0x00000000000000000000000000000000, 0xbc68e282155222263f11fb3676ee118f, 0xbce193ec8b5da4651350471b43352284cafc4186c5d80b44020600ece3085172, '', 0, '?'),
(0xca4a680623513ab515546ec86a050768, 'wp-content/plugins/elementor-pro/modules/popup/display-settings/base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/display-settings/base.php', 0, 0x4c1efece19dc588cde0992fac9ec7ddf, 0x4c1efece19dc588cde0992fac9ec7ddf, 0x2e6b0c6138a00001073e27c72602b336050268b9669359a5075b613432009982, '', 0, '?'),
(0xca4f42fd661ec51fe03da92f301ed876, 'wp-content/plugins/elementor/modules/atomic-widgets/base/atomic-widget-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/base/atomic-widget-base.php', 1, 0x00000000000000000000000000000000, 0x852f56223ff6280be721774dc6681510, 0xae2dee7e7a8e7f7b2b3072ef13082b89f0181aad77b0ab8b026810637ce7b6a3, '', 0, '?'),
(0xca5279a9d32aa991ace5f1bf659f33f5, 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot', 1, 0x00000000000000000000000000000000, 0xc8757089301b6554a6882c92412f5eb3, 0xeecf5569b90b5d2a7147f2d1a7fcaa62132b59a34665a3ca75e2f85c95b2c145, '', 0, '?'),
(0xca52b110add902d188e9b0debfbe0830, 'wp-admin/css/themes.css', '/home/forwardbetcasino/public_html/wp-admin/css/themes.css', 1, 0x00000000000000000000000000000000, 0x2c4240112d2757057d3da88195342e9e, 0xbc5df9cb4ed96fd49585e3530c282e9ae5b5e769a7d5d7fd608cfe66e2f3e27a, '', 0, '?'),
(0xca57cf385eb4f657ee0275be4949f9c7, 'wp-content/plugins/elementor-pro/modules/posts/traits/pagination-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/traits/pagination-trait.php', 0, 0x3039a06670676e30294a4c61d43fd3cc, 0x3039a06670676e30294a4c61d43fd3cc, 0x90dea42a7fe6163dd16f49e563e5e076ede52a4a883739845ba5a92cb9e6064c, '', 0, '?'),
(0xca58e0a20696c43a6a7cdea6bf6f9ae2, 'wp-includes/SimplePie/src/Rating.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Rating.php', 1, 0x00000000000000000000000000000000, 0xd67ab872090d68e00b06f864dd883cb8, 0xe24c3c28c7aab9c2d3466197b5d14d8f2a3fc3304c59159f7e4f7350d58753a5, '', 0, '?'),
(0xca6201d7c3aecf83cfae853ef8327c7d, 'wp-content/plugins/elementor/core/utils/collection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/collection.php', 1, 0x00000000000000000000000000000000, 0xf2827a60394bfef5c49e6cf412511d56, 0x9ebaed235eaa13f584276bd1b9335236de7ce450c094e4ad774fa36fbcf9f312, '', 0, '?'),
(0xca644280ed28654a8db95167a22ea874, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartData.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartData.php', 0, 0x1d9b32ed2f777ad1716c917f44e2bf39, 0x1d9b32ed2f777ad1716c917f44e2bf39, 0x83205b09e5ff73e541757b45ffb41011b8ede0ee5b98abff02f6845bc08426dd, '', 0, '?'),
(0xca647b3cd43010038cb42c6f2a110bb3, 'wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php', 1, 0x00000000000000000000000000000000, 0x76569a1574884abf07d9e649fe4481b8, 0x9f3de6ab9c20c4873a0599470ba7ccead61a9397d3d0eaa2a1324b6ab029d32a, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xca6846034d3c40602503712de3e61503, 'wp-admin/includes/class-wp-filesystem-direct.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-filesystem-direct.php', 1, 0x00000000000000000000000000000000, 0x579d0405c4a635d2ea69b0a5c04c6291, 0x1fb243cb7ac9945d202bd049d2372698344d6883b946376ddceb4e3998d15bd9, '', 0, '?'),
(0xca69bff201bf55fb462ea74c7d4d918a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/PushoverHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/PushoverHandler.php', 0, 0x944d8d68d4405b9eb37a6d592ed51c9e, 0x944d8d68d4405b9eb37a6d592ed51c9e, 0x10f11ec22be33f333f10c270f7f7b99f463fb60ff893f95160ccff7492f786fe, '', 0, '?'),
(0xca6e27678297496e5ab458273a0b7710, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_222222_256x240.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0xa1b3887a86cf1791f23c0b53b4d3585f, 0xdabe918ee8ed11122a36acf883315a28fe02189cfff6279d110a23ac57a33d36, '', 0, '?'),
(0xca72b99e7ba41a6ba114c022a8a46b1d, 'wp-admin/css/site-health-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/site-health-rtl.css', 1, 0x00000000000000000000000000000000, 0x694571fe5641f064ba8b609dbed81c7b, 0xec21494ce5315d6e619dfcae548a553bc4a207b33df688fc441245b8727abd82, '', 0, '?'),
(0xca74fe9f2a00d6d886a878dd5c2c2568, 'wp-content/plugins/elementor-pro/modules/notes/notifications/user-mentioned-notification.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/notifications/user-mentioned-notification.php', 0, 0x42649f08cd4b5bce1436719f484c09f0, 0x42649f08cd4b5bce1436719f484c09f0, 0xed65fa7cfddb8581a68e71fd2816a075249a83f472f5cd0b0dc639d702e21da2, '', 0, '?'),
(0xca785ecc640b26b0ca011c61dece894b, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/plugin-install.php', 1, 0x00000000000000000000000000000000, 0xab5eea7691507da37335a1ec4b05f26b, 0x4aa90dd412019085cb8a5550d07ceb5fb3963d10c72d19de190812b2366b3503, '', 0, '?'),
(0xca7b26b848f64ef260623549d08cff45, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/search/theme.min.css', 1, 0x00000000000000000000000000000000, 0xcc11bc037a16fca9e598bb0be6801e53, 0x81ec182d4edf6b22942c5b9d5bd16aa55f74202da858d3127f4fd6fde8de1bc3, '', 0, '?'),
(0xca8a9a32bc25f0892b615fd2f44c0846, 'wp-includes/blocks/columns/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x6cceaffd46487df1fe78d20ecc04d82f, 0x78dbcb386d6316c16e05110b42114334bc00d489dd339df8a3f49093a849ebec, '', 0, '?'),
(0xca8e2284519600f66313e91dd1f7fc3a, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_HoursField.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/IterableSection.php', 1, 0x00000000000000000000000000000000, 0x59a1f51683392ad2a1fc0f560e4272f2, 0x1bc429a0345310119a75ce3b16b0e3471ffe5c0551889bc6a670864ba15a263c, '', 0, '?'),
(0xca97e6cc900c401b8f535b57eba69685, 'wp-content/plugins/wordpress-seo/images/academy/copywriting.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/copywriting.png', 1, 0x00000000000000000000000000000000, 0x166d8aff14c4550758f72e7beb350da6, 0xf84e6bc365af57463898408a691017f7601c61e4b03288ff5d654be95df2bbac, '', 0, '?'),
(0xca99c10ead9fb708ffaa7cd814f844df, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/ResponseInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/ResponseInterface.php', 0, 0xfc51c3298834343f6b3aed4037ecd443, 0xfc51c3298834343f6b3aed4037ecd443, 0x1d455fbee71dd7b9570b327ebbbb3bcb5065e1e7fe857786bacb84e3e94191f4, '', 0, '?'),
(0xca9afb6c37da2ac20445900d3591649d, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/AdminPageSubscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/exceptions.php', 1, 0x00000000000000000000000000000000, 0x1710205640168de351a854a8996c08ac, 0x9886fc3c8e78743e8b5c26e72271e38175a586e41d6f2f6db9368c94b65445de, '', 0, '?'),
(0xcaa6a8e86f619110d1383fbe4280399e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Response.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Response.php', 0, 0x3c82297062dfb5319e105ffe8982fa98, 0x3c82297062dfb5319e105ffe8982fa98, 0x8fd992b99583662dc23e58dc960a27deaa9e8723de1ba7d626043ad6d5e31db3, '', 0, '?'),
(0xcaad5c3983850aa57aac9bed783dfbd6, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/UnlimitedElements.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/UnlimitedElements.php', 0, 0x953ca2e5c06c7d3b0fdd6e26f8d018d0, 0x953ca2e5c06c7d3b0fdd6e26f8d018d0, 0xcd5098ad05e37a73fd766472af7be1e4a4dfd18762ccdbbc333faa0a13ec0de8, '', 0, '?'),
(0xcaade63970da37f72bd6f16c2aed1d02, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x0e2e7436b0e4f87e6fd318fb42b0930e, 0x064ae72cb41800d9d7b8a915d600a14ccaf8b4a1ac815d208d7525eefd9aa0d9, '', 0, '?'),
(0xcab573e242f2fe732a781db86e91096b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php', 1, 0x00000000000000000000000000000000, 0x4067673acfd5a65ffbd5602c57c3da20, 0x5471d5b52e4b343fe5fbf2ca3274bf13e9771c4986ba4ca1c365a349f84ee81f, '', 0, '?'),
(0xcab573f7138b098b9fcfe9523ef8da3f, 'wp-content/themes/twentytwentyone/page.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/page.php', 1, 0x00000000000000000000000000000000, 0x8b47113afd844c6c877d0021e2bde925, 0x6d44545ac81dc0040dabcf842863877a4799dc9f4b6cf64090c814e083ca4b76, '', 0, '?'),
(0xcabe89229f1e4bef9a2d8a26b98ab2d8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/IterativeCalculationSettings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/IterativeCalculationSettings.php', 0, 0x5e6212b2b61f0e2027f9295d8ff23189, 0x5e6212b2b61f0e2027f9295d8ff23189, 0x380aff9f0e5adaf61c8c52228ddeeeffe2cf8a49dcadefc7529988c36fd8e204, '', 0, '?'),
(0xcad0339deeb628393205beb48ab304ec, 'wp-content/plugins/elementor/includes/rollback.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/rollback.php', 1, 0x00000000000000000000000000000000, 0x5cdf6eb65f44005b42cf0a7f1455beb1, 0x71a2bab81faf3fe0081676d17761f4bbb4c15a09b7fe5f2b5e58da72a4aa76e9, '', 0, '?'),
(0xcad26f18cc3c485a517e9bb2d9868ec6, 'wp-includes/script-modules.php', '/home/forwardbetcasino/public_html/wp-includes/script-modules.php', 1, 0x00000000000000000000000000000000, 0xa4370ed2f32d8fc9b6e78b49a76dd649, 0xb43b3661d8d56c4db3dba90afbce6ae380841f52d4f11e6e2293ae2d622ac099, '', 0, '?'),
(0xcad7eec03342f10d889e8e3310a8bf7e, 'wp-content/plugins/elementor/assets/js/packages/store/store.asset.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/wp-emoji-release.min.js', 1, 0x00000000000000000000000000000000, 0xb976b651932bfd25b9ddb5b7693d88a7, 0x643faabeb76b4f733fcda252590e8ebb32142522e33d1922fec7c4b10aeec90f, '', 0, '?'),
(0xcade36967c2de64d224fc8772fc72112, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateFilterViewRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateFilterViewRequest.php', 0, 0xfe81c38ef6a68aa0e97ef866fbe17822, 0xfe81c38ef6a68aa0e97ef866fbe17822, 0x9ca2c595addc7f063b297fc51ce24c057a86f18290b7c667824e68f0bd65c2cb, '', 0, '?'),
(0xcae3b19b998bad205639f87be2b6e962, 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', 1, 0x00000000000000000000000000000000, 0x7eb9f1044a6e77cde6387a32f3737761, 0x9c753cfc4ff138420c651c274faf6200791f048e504ad2783798e7fedcff49f3, '', 0, '?'),
(0xcae4ba2477a185b249d2e4c5833ca774, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php', 0, 0x30bccfa80866bfbeb3e6eded46d1c25f, 0x30bccfa80866bfbeb3e6eded46d1c25f, 0x7b42771d4cf357a229ccf5a33cbe7e36af64602a07332b7e03710dd5cc0b0468, '', 0, '?'),
(0xcae51f0bb9d7b56cac028cc5640f909c, 'wp-content/plugins/elementor-pro/license/api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/license/api.php', 0, 0x96ebcfb860aaa23a0157bdf0a03cb3a0, 0x96ebcfb860aaa23a0157bdf0a03cb3a0, 0xca52db0567968794695841d46e652d0b17cee2f33cd3a2f83bf293e692db9c6e, '', 0, '?'),
(0xcae6354f7e12ef59d0723d24f3674b72, 'wp-content/themes/twentytwentyfive/patterns/services-team-photos.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/services-team-photos.php', 1, 0x00000000000000000000000000000000, 0x6991e19856e7754c48b0ede5dba80e08, 0x32acf78476f750b6a29fb944292c44f9522b48f0c98c45de2b1175b6e5b91607, '', 0, '?'),
(0xcaece37572711ccd7518ec8c8462537a, 'wp-content/plugins/elementskit/widgets/woo-product-list/woo-product-list-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-product-list/woo-product-list-handler.php', 0, 0xa4e69d205dc8b2e97797736f456dfe6d, 0xa4e69d205dc8b2e97797736f456dfe6d, 0x4b336f136847e7592fae7d0fb4094a36424eeadb41eb7c5f8230dd1d50e70fbf, '', 0, '?'),
(0xcaed1555996630d266bb7ca9543daaf4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCallTracking.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x185b636ceb728b75a90609c3d0a1755e, 0x3670cb17d32760c02b2a5b411347e0348a8dfcfafc5e36c58aa3e81225d4c143, '', 0, '?'),
(0xcaf2e14694ae4cd635d81f1971b004c7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAd.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAd.php', 1, 0x00000000000000000000000000000000, 0x73ecd66585ad3de854909b52fb8ada68, 0xf8841f2f58b55bbc51c8e5f1beedfd8f221a73c178aa924f27c21c50d0d1af87, '', 0, '?'),
(0xcb01f3b51ac59654192e09e6ce2e33cf, 'wp-content/plugins/elementor-pro/core/database/base-database-updater.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/database/base-database-updater.php', 0, 0x1f27c727983404830c23f55c70080c01, 0x1f27c727983404830c23f55c70080c01, 0xa57b1fd66c7fc7b6b5c263ec605c7494adf21a890880afcdf3a1fd46807c8d9a, '', 0, '?'),
(0xcb0f50cdbe370c12125baef5c6a6fedb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDimensionRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDimensionRequest.php', 0, 0xb8d5551dcc8de85beff021fb51d03efb, 0xb8d5551dcc8de85beff021fb51d03efb, 0xb44b9d03744e41412fd0368a311b39137783f9cb4ae92e8640186e59d7a77560, '', 0, '?'),
(0xcb16a815e744bc1ee260a852f0c0c98b, 'wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js', 0, 0xcd004ce09f8696ff2516c1f91fa048c8, 0xcd004ce09f8696ff2516c1f91fa048c8, 0x32666f92312ea8924bebbb4461c3a7f19031412039256ba42482a797a8de13cd, '', 0, '?'),
(0xcb1b6edf37ad824ac0b71a7131fc3104, 'wp-includes/fonts/class-wp-font-collection.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/directionality/plugin.js', 1, 0x00000000000000000000000000000000, 0x2601d622e85809262029c6cf3dca8024, 0xb5268b5bec40e0ca3588b928d308ac637691a7024cfb8d594936f0423b29062d, '', 0, '?'),
(0xcb26414ebb28a33cacaee5e13bdea475, 'wp-content/plugins/amp/src/Optimizer/OptimizerService.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/icons.php', 1, 0x00000000000000000000000000000000, 0xb63856e1f5ca23697405b7565220cac2, 0x68ac88a57ba3fb436269b94e0102bcfb50c2208dacacb50523eba161f643d036, '', 0, '?'),
(0xcb27537a26b0c3b712f131de0ef2a0ce, 'wp-content/plugins/elementor/assets/js/text-path.39fb59e43970222f5a3e.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/text-path.39fb59e43970222f5a3e.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xa7c5be1c37627ed6e5a42b1a4930687b, 0xfdf003aace8211952b2d4ecab84c963b8c261d5f0b986335881970079d1cfcc4, '', 0, '?'),
(0xcb29e8dd1a8acca6f0f21996f449d7f4, 'wp-content/plugins/elementskit-lite/modules/header-footer/activator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/activator.php', 1, 0x00000000000000000000000000000000, 0x79f749df1bb6a04dd78994321d4b8ca6, 0x56ad88fae6686f487395b61f1cd31719b50f9cb8e1e0268f9fc8d095d141b887, '', 0, '?'),
(0xcb2a285d3eb8265a1016f244b164279a, 'wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import/taxonomies.php', 1, 0x00000000000000000000000000000000, 0x0c5d680988917b6a9d56ea6dc52d65b4, 0xf9ff79e5fabe5ec07c78a9a12a96c150593c90a3f6a19eb5a4464d2a87e4f2fd, '', 0, '?'),
(0xcb2dfd532ab88fe02da11849f43edd78, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/FactoryInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/FactoryInterface.php', 0, 0x5ab30c546a5356dadb0eed85a5956483, 0x5ab30c546a5356dadb0eed85a5956483, 0x9247bccca85097777ec6f911554f945fbe02611e544aaf737ff215776eb8444d, '', 0, '?'),
(0xcb308ad88d1b2b2470ec1aef9bd79d9c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotMinifyAmpScript.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x0405dab862faf2af1039f41bb087b14d, 0xe946a92f271ca18d804d259439f4a07d40acce6657a33e8c960c15532aad156d, '', 0, '?'),
(0xcb36a03ca5ca43eaefaebfb9563a2872, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xa2f8507b98601f1658ec7386810d284c, 0x6bfc8b3684572ada74e5d8219f3bbc3d22fb2600159475cb5b3461e972bbbaaf, '', 0, '?'),
(0xcb3956a730a2a626ec82bfae702b5097, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CreateDeveloperMetadataRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CreateDeveloperMetadataRequest.php', 0, 0x47b0349e5d65d27348dd970ba06c7fe0, 0x47b0349e5d65d27348dd970ba06c7fe0, 0xe83f82dcd2cf82a5bb7ce5a97339d71967d21b393ac9a873bd402e5933e18df9, '', 0, '?'),
(0xcb3e6d4279981416f87db084d29b80e6, 'wp-content/plugins/amp/src/PairedUrlStructure/QueryVarUrlStructure.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/PairedUrlStructure/QueryVarUrlStructure.php', 1, 0x00000000000000000000000000000000, 0x2ef76eb484f83107a0bcda1afaeb0ff1, 0xf1691514405aa77b1c200abf22867dfe795c786362cb6acbf21fe137105cba16, '', 0, '?'),
(0xcb46fe148d4b8b4b4d74df0b249c08ec, 'wp-content/plugins/elementor/app/view.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/view.php', 1, 0x00000000000000000000000000000000, 0xf64625ee3fe8168faca860c9a88facfa, 0x575640cffaa12a660b14342fac98362c8fbf57437676c87ff134efbf209121d6, '', 0, '?'),
(0xcb4eb1d5e10b0b9af957a4f74379bfb1, 'wp-content/plugins/wordpress-seo/css/dist/academy-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/academy-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x3f9ed2cb97569450e2c80010b80c27ac, 0x2b9c07e834a8c65499235d58e5bcbe49677eb27c847db58a2bedfcee43cb297e, '', 0, '?'),
(0xcb553cdd3f592cf5cf1381a7d8bb2810, 'wp-admin/js/svg-painter.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/svg-painter.min.js', 1, 0x00000000000000000000000000000000, 0xc3b7b2010492e0ff9623be39b4afeca5, 0x06927e4865b1fbff8a9a4c697c9510aa8feb0f30ddef3735de6adcd514097711, '', 0, '?'),
(0xcb55d0c47dda42a3cd1e09114a73fdaa, 'wp-includes/class-wp-object-cache.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-object-cache.php', 1, 0x00000000000000000000000000000000, 0x264705f6c34dd96140604498289f33e3, 0xdde2450c8fa1d54feaca449d7789d9ab07d2d777977d59f4f6cddbd664b8a7af, '', 0, '?'),
(0xcb58388a0ad8e41b90cd0cfefa080230, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/LoadInitialSitemap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/LoadInitialSitemap.php', 0, 0x4eacfffecaad74d262dbccec434cb5c9, 0x4eacfffecaad74d262dbccec434cb5c9, 0xc6e58c6604f887bd9daa65d0cffb450b78800e27bcec2413fa85afc91e9e5b17, '', 0, '?'),
(0xcb6041316de676d01ba460a3f78e96a3, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-9.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-9.min.css', 1, 0x00000000000000000000000000000000, 0x6e39d2c9d17399b315633422ff5cde57, 0xcbcfc263daac40a88e71062f4c515eef802a65c2442fd1789f7c861807c36488, '', 0, '?'),
(0xcb6103cf9ec74a2dacef3bb1e1c7edda, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/Proxy.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/Proxy.php', 0, 0x89bb2ab921139baa70b840fc5f7256ac, 0x89bb2ab921139baa70b840fc5f7256ac, 0x78f40170ee7162d03379ae5bd6485bdabc5c56630f45ebeda070de92b75204b1, '', 0, '?'),
(0xcb639fdaae7180b61022962e7c30073e, 'wp-content/plugins/wordfence/images/icons/check-response.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/apps/admin.min.css', 1, 0x00000000000000000000000000000000, 0xeab11326e24132186c5c47780dc05841, 0x2c30bf8d1155c6073398d702ff453a670a61461d39e063dd271e10ab54546742, '', 0, '?'),
(0xcb68156efcd0be9e364d4e235d43b7dd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php', 0, 0x26eb81e778e779208459d2ec039035c7, 0x26eb81e778e779208459d2ec039035c7, 0x0ef4f2c4bc2412eebf37ab6fc65bcfdf58bedcd6391dcee74b8e856057e65b43, '', 0, '?'),
(0xcb7178a0c157320988f012e9138444b4, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Property/Import.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php', 1, 0x00000000000000000000000000000000, 0x04f107d34fed755c4d2c211790fe8706, 0xf943341fd0a58020d95d7b2822a1c466bdca493846c2b430bb7a5b474036b436, '', 0, '?'),
(0xcb73f1bf89a77d72e1698f84bda1cd53, 'wp-includes/block-supports/shadow.php', '/home/forwardbetcasino/public_html/wp-includes/block-supports/shadow.php', 1, 0x00000000000000000000000000000000, 0x4f5adf7176abd842aebca93c562ac0f2, 0x7adf9dc91a08f57a33c35b621a915cbf2658504fbc199b02ccf73fdb4784c153, '', 0, '?'),
(0xcb790fd01f3691366c0ceb9a4dac43b7, 'wp-content/plugins/wordfence/views/waf/firewall-status.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/firewall-status.php', 1, 0x00000000000000000000000000000000, 0xfdeb04fbd8c5f0b853d3342c3db37450, 0x8ddee22d2e5c077a1e6fa5d6910cfaca8867e7a46d50a450ed0f52a72ed224ef, '', 0, '?'),
(0xcb792efb060db56452cf59b51ee1685b, 'wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-duration-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-duration-presenter.php', 0, 0x745cc9cc870519cbcc658b6fa1db061b, 0x745cc9cc870519cbcc658b6fa1db061b, 0xf4f5be4776c2e3efa00442cb692fb9cf5d30c4306121868e5560ca19cae13d21, '', 0, '?'),
(0xcb7c47b5d224ead1eea582c56b99fae4, 'wp-includes/js/dist/vendor/wp-polyfill-url.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/video/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa3d02dfecb68bc86e10c175ab11568c9, 0xfcd877d4dcf102f8273506dbb8c6051d61ee1e45a54e12f90fb11bd76be0ccea, '', 0, '?'),
(0xcb8de547e4af806f1b65b7ffef6f9c1c, 'wp-includes/js/shortcode.js', '/home/forwardbetcasino/public_html/wp-includes/js/shortcode.js', 1, 0x00000000000000000000000000000000, 0x0540a810bff1d0c5e2c9507df353ce8a, 0x7903611b1965c3614bd40eb55206e5002511d4c6177879bfc175fe79fbe286a2, '', 0, '?'),
(0xcb935e5192d5f27c6278c6665e14e48f, 'wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', 1, 0x00000000000000000000000000000000, 0xa7e6b5bea00d5e19270413774cebeb01, 0x2f9a47c7f149c6bcaef03c24b7ac35f90a826ec7f237190e09918fa6818390b5, '', 0, '?'),
(0xcb9c411b7441a700c391655aa462fed2, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-tagline.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-tagline.php', 0, 0x049a610e37da898c11305fdd30fd62bf, 0x049a610e37da898c11305fdd30fd62bf, 0xd6175f7012eb5b0671aa0d1375cb1b1cd7342140dd83d44a7563890df995f9ed, '', 0, '?'),
(0xcba2137bc959fe11a794cd02ba829246, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesByDataFilterRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesByDataFilterRequest.php', 0, 0xf4c7d8313969fdfd2f8d1a24e47096f2, 0xf4c7d8313969fdfd2f8d1a24e47096f2, 0x94e7bbfd4bae1bc3bb18383c95ca7981e803fcef10df72743c114668ca2dbfc7, '', 0, '?'),
(0xcba4d490927b25106bf2a58e23b666db, 'wp-includes/js/mediaelement/wp-playlist.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/wp-playlist.min.js', 1, 0x00000000000000000000000000000000, 0x016e57c369b89e7ad654c81819d6af1c, 0xdb943c9c17a8019f518a795cfa429a85757ce902cd8fe8fbc28b66edb2437c64, '', 0, '?'),
(0xcba83f787fe03d0a649ca0230103ed08, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/cart.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/cart.php', 0, 0xc98e0af362de740aa2e19c19fa18d1b9, 0xc98e0af362de740aa2e19c19fa18d1b9, 0x2a081a08eddb4959b55e44c727a69b97fdf2c1f6596459455caab4c44c6cf532, '', 0, '?'),
(0xcbabfdd8470548a110ffdab392b8aaac, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureScope.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureScope.php', 1, 0x00000000000000000000000000000000, 0xdfb4a159b496c4253ff810a830b33edc, 0xe9c863644d6e01ab76f294d459ec133370b061f6226c0b15ea2523d8bf6985a6, '', 0, '?'),
(0xcbacf3342046993c185c2686a593e608, 'wp-content/plugins/wp-rocket/inc/Engine/CDN/Subscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/s2member.php', 0, 0x799682899bfd0c62c9231c454b0589d7, 0x799682899bfd0c62c9231c454b0589d7, 0xbe3e316db0ce11a97a3af8d5dd5878a04d975f748698c834463289220748943c, '', 0, '?'),
(0xcbb40dfa7f704ca54e9247ae88e9ce87, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-footer.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-footer.js', 0, 0x1a74f729397b6365ea97e0eed20977d4, 0x1a74f729397b6365ea97e0eed20977d4, 0x79a2483bc5f027a1780dd6c394307116ee4401fb84c5990b3ca35a349032a670, '', 0, '?'),
(0xcbb4daae6e158644b76c6d89dad239f3, 'wp-content/plugins/wordpress-seo/src/user-meta/user-interface/additional-contactmethods-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/user-interface/additional-contactmethods-integration.php', 1, 0x00000000000000000000000000000000, 0x99dc2cb559a3aa6d757a8c7dcb3d0804, 0x14eae3ca8ccf0859fa69c4029859080ee705af9a9d2718f7230bac0d6fb7679b, '', 0, '?'),
(0xcbb86e513d0e70462b2a447ef65da035, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBanner.php', 1, 0x00000000000000000000000000000000, 0xd9f383417c62cd3053fe2224420eb266, 0x7fabed00be2a80ddeb5e05e516f5e28bb807c293a583a6d32645c0c7cf9ce5c7, '', 0, '?'),
(0xcbc10208ace89c2ede474f80a6535d37, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDuplicatesResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDuplicatesResponse.php', 0, 0xe30bb8934602531fd76ad7db8dcb5415, 0xe30bb8934602531fd76ad7db8dcb5415, 0x3332222f59d75c7e69e25acb1e0a77ff4b5089e34becab2f62055c73d6fe5b1b, '', 0, '?'),
(0xcbc2a5cf74472653c2d8f1081f9c7ad1, 'wp-content/plugins/elementor/assets/js/bdd4030576f6a94a4f0d.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/bdd4030576f6a94a4f0d.bundle.js', 1, 0x00000000000000000000000000000000, 0x6da27a5dd7c5fbb63b32369363e6b71d, 0x795dd81def90a0eda155bb8991495b8626d6dfb6804e1a1f0e46895086130e19, '', 0, '?'),
(0xcbc79d86dc5181bd5f799c64f69d2ba3, 'wp-includes/sodium_compat/src/Core/XChaCha20.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x5886f18d5520695530c66c6c391bfd63, 0x8dfe5fd27624141fedb855375f912a0d3fac2b1f0ff35ef78ce289be01bec480, '', 0, '?'),
(0xcbc86148e357d5c7b0c859ed0ab3fc8f, 'wp-content/plugins/elementor-pro/vendor/composer/autoload_namespaces.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/autoload_namespaces.php', 0, 0x224007c97efb82c7b45b0e92f240af41, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0xcbcb94d14734fb09c1e11223045a9791, 'wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/elementor-preview.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/third-party/elementor-preview.php', 0, 0x73f527de5446040b63ebb1ac5c41715b, 0x73f527de5446040b63ebb1ac5c41715b, 0xb758e7523da7a8ea30ada84eba31301b552b27fe9e84b1e1e3159010525b91d4, '', 0, '?'),
(0xcbd2adda505300ab5710b88796f92b7a, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTCSSSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTCSSSubscriber.php', 0, 0x25f7ac9ecc2213e70de79ec83f58fd69, 0x25f7ac9ecc2213e70de79ec83f58fd69, 0x017ee33c806bb01a0253655cfa517f4f54ff7d60997f1171a072988390eccf80, '', 0, '?'),
(0xcbd6e6bb0f4efabd1c00d9dddcb9ce74, 'wp-includes/js/jquery/ui/spinner.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/spinner.js', 1, 0x00000000000000000000000000000000, 0xab2e24fa39a2cdbcdb5b7a6fd1fa81da, 0x40d0fc653858656a8a54c0775bbac2af453dd54b215cc41eacaa503544afb8e2, '', 0, '?'),
(0xcbda20fe44bfda6d07a2b8b6d7e31625, 'wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/personal-data.php', 1, 0x00000000000000000000000000000000, 0xf1c5ff3b599e8993dadcfc85fb7ecfa3, 0x19d83bbfe457c99ee3a38ca3530af64ede55881650f5bc6949a1300253768d0a, '', 0, '?'),
(0xcbddd3b02d4edb731879f2f01c60a40a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Iam.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Iam.php', 0, 0x38c2ce81378bf051ae490fc12c51b1e0, 0x38c2ce81378bf051ae490fc12c51b1e0, 0xb1642feb086e1e3926e90542cc6462434a951c7a31c8986ea4510fdd9258f4ad, '', 0, '?'),
(0xcbde214b3f6da06f1883283ce09ea779, 'wp-content/plugins/wpseo-video/js/videoseo-admin-global.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/js/videoseo-admin-global.min.js', 0, 0xd8c62840f17c4da44a265c9b7a745105, 0xd8c62840f17c4da44a265c9b7a745105, 0x4597d1244b26570141efe8b307844efd8b1c6a5f81f9119145ca65b9aad3fad4, '', 0, '?'),
(0xcbe4a959418b6dbebecb3c53921f390c, 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php', 1, 0x00000000000000000000000000000000, 0xa32a80d627e360b8ac5c4b61af64f510, 0x54ff9367e5a013ea358f90d663a36f316437c26e6691cae2d2aa6aafd39ee292, '', 0, '?'),
(0xcbe785ee79ced2865244b81d15825f88, 'wp-content/plugins/elementskit-lite/widgets/testimonial/testimonial.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/testimonial.php', 1, 0x00000000000000000000000000000000, 0xfc92dd87de9ddef47dd7b6a19a4e7e5d, 0xcf58059834f4dee5e502de88075652d665aa356dae16f7e5fc96df0094bdb79d, '', 0, '?'),
(0xcbe7ebda3559b8b896f0cd052e69d827, 'wp-includes/Requests/src/Hooks.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoScriptTypeApplicationJson.php', 1, 0x00000000000000000000000000000000, 0x0b87dc0f4dedbc9445c5cce01ba10c5d, 0xc3fe427b82dd4e3b0e72390a3c7da04d5f2449860787369d4e92873c8303c87e, '', 0, '?'),
(0xcbeefde5d6dbad89a5c418e43f21d03e, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-cart.d0d01530f5be6736b5d2.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-cart.d0d01530f5be6736b5d2.bundle.min.js', 0, 0x4f50359d0aa569bc3abe2e81f99e46d3, 0x4f50359d0aa569bc3abe2e81f99e46d3, 0xa16e5c686d873b495a3dd0e71bbf15cfa58bf38468a40bfc7e956e68d0e50ec1, '', 0, '?'),
(0xcbef1d76ed452cbf2d4fe47bcf01ba96, 'wp-includes/link-template.php', '/home/forwardbetcasino/public_html/wp-includes/link-template.php', 1, 0x00000000000000000000000000000000, 0xade33d1e2f0fecc7954573f5b7f74cdf, 0xd0b5b88b12489794d71d763cbeda62d4e584d8392fc201124be2054a87d919e8, '', 0, '?'),
(0xcbf0a8917592c4b093dad9632bd303aa, 'wp-content/plugins/wordpress-seo-premium/src/presenters/mastodon-link-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/presenters/mastodon-link-presenter.php', 0, 0x379fe884da1a9401dc7d8e42dc244855, 0x379fe884da1a9401dc7d8e42dc244855, 0xe6d10e5c2daafff3fdcf4314b729d549f7c1bfe0a15f6e0954567184f64629c6, '', 0, '?'),
(0xcbf5cdfeae966b3a016d5433523cf291, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php', 0, 0x608e4bb8cec76cbfd8c50b7057baea19, 0x608e4bb8cec76cbfd8c50b7057baea19, 0x812fbe74bb2f285435f7db2c33cdf5a28e1b69b977ff0513da979785895cba6c, '', 0, '?'),
(0xcbfe7118e9cde1d63c49aa71ca321721, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespecularlighting.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespecularlighting.php', 1, 0x00000000000000000000000000000000, 0xd61b9b7b9b632516b15d74fde544c2d6, 0x9fc52ee45afaf44dda5774e46ad0d21ff98d84cfd798678eefe93d4e20fb9d7c, '', 0, '?'),
(0xcbffcabde70f9e19157016089d1a6eff, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/WebProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/WebProcessor.php', 0, 0x8c8427ff9a63abc38c73b464238b34ba, 0x8c8427ff9a63abc38c73b464238b34ba, 0x085dcde572fe76a680d1ea24f8977df727f229397ac6e7d271b6c4ddbd6cea61, '', 0, '?'),
(0xcc05b49511ca7b17e840e0718ea16d75, 'wp-content/themes/twentytwentyone/template-parts/header/entry-header.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php', 1, 0x00000000000000000000000000000000, 0x54e0f245a206353051f7c2443d946cb4, 0xce3226bc97f12ea0a7c6c2285347971d6cfdb2a35ec94ec1ff4326122fcf81b5, '', 0, '?'),
(0xcc13ba3de1e93cf088b7ddab722c33e0, 'wp-content/themes/jannah/framework/admin/theme-options/buddypress.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/buddypress.php', 0, 0x64875c84f4d25dc616bf8d13a21671c3, 0x64875c84f4d25dc616bf8d13a21671c3, 0x51f515de916efc1c3ab0bbd2ff5742db7fb71f7ba64451f101189f8fe12c6df7, '', 0, '?'),
(0xcc217fe94c54e133959f69d9ea781bc5, 'wp-admin/update-core.php', '/home/forwardbetcasino/public_html/wp-admin/update-core.php', 1, 0x00000000000000000000000000000000, 0xecc01c3cac89efcd101907f6ab677d4d, 0xa1c5a95e938e7d6425a7f84aecbb182f4d945282ab049a9a6c3c8fbd250c4524, '', 0, '?'),
(0xcc25fbf659634d07821476afe418bc7b, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php', 1, 0x00000000000000000000000000000000, 0x0c3feef367a3e0101a1e76a26389f060, 0xb112ef5e0ca57aacaa0a347bf124a7b9cc0ee5837d3c29bdfb0030b6b064c84e, '', 0, '?'),
(0xcc268903ae3e83040ed727d87a38c7b9, 'wp-content/plugins/wordfence/css/wf-roboto-font.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wf-roboto-font.1690810710.css', 1, 0x00000000000000000000000000000000, 0xb8c15dd5ef0c0bf0184f0f8c75ddb59c, 0xf48a2bc5684a7e08bfca86b4aa2ae9ec612a14a0fd0fe247623637a70da93ab1, '', 0, '?'),
(0xcc2b13cc93c917e1c92fc0ccbbebcea7, 'wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/mce.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/exporters/redirect-option-exporter.php', 0, 0x818e4b00a798ef605a8ce28a40bc7b6c, 0x818e4b00a798ef605a8ce28a40bc7b6c, 0x9452fe0cc48c7b2ff9d9fe690a8d02ce2faf5d683a8fac3dbee956ac2018d76d, '', 0, '?'),
(0xcc2fa67d1091a1c2a695c66b41b85a6a, 'wp-includes/blocks/query-pagination/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x52b2be9738c348c9a2de0bff5e4dba7b, 0x23eb1273f428a9c8b2576d22c0021af586b4015af04fcb9b5075b5b4856b5c70, '', 0, '?'),
(0xcc30d032d1313fd8211ea3b738d852e5, 'wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status404.php', 1, 0x00000000000000000000000000000000, 0x4921c482e066dcf65a704c2e08726587, 0x726382ed9e63b186e435bb1aef1614841508b73aba5e9d1f4b94d1fd59ae527c, '', 0, '?'),
(0xcc3cc0a1e0c7b28335f7bfe0844f0a94, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionPath.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/site-logo/editor.min.css', 1, 0x00000000000000000000000000000000, 0x046f2a7223c8438efcbf0b7077a897d0, 0xcd1a0889c651bbd6180aa7ab65bba5d071e0d30ab4bcb290788d7c5afbf1d6a3, '', 0, '?'),
(0xcc40123e2263449fc3a6e1497269f077, 'wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-menu-item.php', 0, 0x65bfe204e85ffa8c8f9d3d0c5868e1c6, 0x65bfe204e85ffa8c8f9d3d0c5868e1c6, 0x87a0b333ee82935117ac6810ae5811328d72a91c658cdf96cda0034c5f14451a, '', 0, '?'),
(0xcc4cea4ff90012550526a9d91609d9f2, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/RequestedEntryHolder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/RequestedEntryHolder.php', 1, 0x00000000000000000000000000000000, 0x1cee0e7fbc3b3672514be46cd1ec07c2, 0x8c185d163da206a0898374f8c687fbf58305d08e0cca9d9ef6dad448b33697b0, '', 0, '?'),
(0xcc4dcf5471265b3ffdf93eecb98ae50a, 'wp-admin/css/colors/ectoplasm/colors.scss', '/home/forwardbetcasino/public_html/wp-admin/css/colors/ectoplasm/colors.scss', 1, 0x00000000000000000000000000000000, 0xa11d4eb32b571f26866a22949f779a5e, 0xeb01cfffa13a1274b58df9862bca3acc9be4a07ff2dc6467cd9259272ecc1d4f, '', 0, '?'),
(0xcc4de8d67febe07adfc5ad59ba1efcae, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?'),
(0xcc54ea4160dc01215105e2c7d58680ef, 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-widget-importer.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-widget-importer.php', 0, 0xcfdfc878812b2f38b0f2f656a3a6a30b, 0xcfdfc878812b2f38b0f2f656a3a6a30b, 0x0088f65ac0526fa6879a41c36354653a72f2a6c1d38e62106664bf07530d97e6, '', 0, '?'),
(0xcc568ddaae999cc612ea4dafe96ad381, 'wp-includes/js/plupload/license.txt', '/home/forwardbetcasino/public_html/wp-includes/js/plupload/license.txt', 1, 0x00000000000000000000000000000000, 0x751419260aa954499f7abaabaa882bbe, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0xcc5acc04172cda591a30e45a5cb51fa7, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php', 0, 0xc84baaee66226e1a349f681c2149bfa5, 0xc84baaee66226e1a349f681c2149bfa5, 0xf341f9fd5d1003a7a202b75eeaeb1fd415f6547549a9dc3cc2ae7e0f2f897d6e, '', 0, '?'),
(0xcc5dbddb5679a8eda5a952ce861ac2ed, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/JWT.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/JWT.php', 0, 0xa2f79554193b92333ac4098176a38034, 0xa2f79554193b92333ac4098176a38034, 0x25f401b3a092db637559168e103f2947697107bdb5a69fa35310aee3634d5d19, '', 0, '?'),
(0xcc60d5f8b870a9b3044cb54c2a810691, 'wp-content/plugins/amp/includes/validation/class-amp-validation-error-taxonomy.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comment-template.php', 1, 0x00000000000000000000000000000000, 0xc2ca5dc7091c3297fdee1e6134da853d, 0xc73c9fe2c25341f3ee303a5afd15a4ceb716ab762decc35aa619ea964585cad8, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcc6617013e703b1012d73d713376fbb0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedPropertyInAttrValue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedPropertyInAttrValue.php', 1, 0x00000000000000000000000000000000, 0x3b6021c895787ff7225361e8ec2524b1, 0xff2aff4a24c293ac6dddd3a55a37265ca5827403f6b746fe040ebf774f4d7b1e, '', 0, '?'),
(0xcc763c988d94d9e337b85d3bd6c18b38, 'wp-content/themes/hello-elementor/assets/js/hello-editor.min.js', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-editor.min.js', 1, 0x00000000000000000000000000000000, 0x7fd1444fb09e0696db3d782eed1ddc1d, 0x594c34b9ecfd46dfeb51d6d5ebac221765136d60473d4a7fa236b091dbba5256, '', 0, '?'),
(0xcc7fd1fba0699bef6eb06a2fc472bcd5, 'wp-includes/js/dist/i18n.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/i18n.min.js', 1, 0x00000000000000000000000000000000, 0xa8127c1a87bb4f99edbeec7c37311dcd, 0x467826a0827775c8e98ec19b1f0d49eb83efaa4d6924cfbee6c115f35a608247, '', 0, '?'),
(0xcc8138860091f889540e9ccad306337c, 'wp-content/themes/jannah/assets/js/sliders.min.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/sliders.min.js', 0, 0x941282bf3dd7babcec0fa2fb9288601e, 0x941282bf3dd7babcec0fa2fb9288601e, 0x0863a20094e9b6808866b34257655aee3dc551cd10f9cfb95746ed0ceeabf25b, '', 0, '?'),
(0xcc81d4910fa61041b948615daa273aa9, 'wp-includes/blocks/index.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/index.php', 1, 0x00000000000000000000000000000000, 0xa7cb9dd1c50b51ef225f552801233462, 0xd3e76e2129d17ac1c8282b1c4eace8454632398095d636a1f78db94f60f690ec, '', 0, '?'),
(0xcc85d67b89e684b5fe71f44936defcbc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php', 1, 0x00000000000000000000000000000000, 0xb900af898fe95b8e88d5758921579d44, 0x3c44feef5ba02a776150fb32b502a6453169f2a8b007b868555f283a9c6f8a7e, '', 0, '?'),
(0xcc86abace85f1bde697982b79648f915, 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/css/jquery.fonticonpicker.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/css/jquery.fonticonpicker.css', 1, 0x00000000000000000000000000000000, 0xea66b7c6197e0ad94f027e8bd9941c3e, 0xb8fa06197120ef09ec72698ea3c3b0641555641a9e4499f7d87b5da89569c1de, '', 0, '?'),
(0xcc86bff063889f6a103c3cb9f3fb7b24, 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js', 1, 0x00000000000000000000000000000000, 0x783ce05322be2f696bef85dece5204ee, 0xb82246c736dca2a8cf1d605032bb3aca8d05d8bc6fd82af15b4e0859669310ed, '', 0, '?'),
(0xcc8b90b871c842103361ea59efe72df6, 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', 1, 0x00000000000000000000000000000000, 0xfb0060277db72883a58362b7868c4123, 0x632c8042150b701fa332fd3802a0d5eda8306a8790377d68702df907f2e5ae86, '', 0, '?'),
(0xcc997efcc88cc3ae2b9de4ed6279c881, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0xf9c784f7fa18e7b095c3dbb9df330577, 0xcaa3123e7971d3a9e4665f17239bbbbc8a86518e9e75c85789220c955e3fa5db, '', 0, '?'),
(0xcca1625a180dbb2728c98ae567fb2c49, 'wp-content/themes/jannah/framework/classes/class-tielabs-helper.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-helper.php', 0, 0x4e4b71b03183d32626469d909ded08ac, 0x4e4b71b03183d32626469d909ded08ac, 0xd5f91c66a0610ec8c96e4f7194c904cb9fbc76cd9f345ae4fbe12c6ee6c113c6, '', 0, '?'),
(0xcca3ac841717801a1ba71eb325c84cab, 'wp-content/plugins/wp-rocket/assets/js/lazyload-css.js.min.map', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-css.js.min.map', 0, 0x36a491d439d15e6e4657dde0d919f00b, 0x36a491d439d15e6e4657dde0d919f00b, 0xcdb22097cbcd98a84d7b1c21691fbfaf4fc0aa2c026ef1d7b2a2aedefdedf0e1, '', 0, '?'),
(0xccab6a0bb6c8f617391151a41ed71912, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/add-to-cart.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/add-to-cart.php', 0, 0x591b19496cfff359d174f6215273d378, 0x591b19496cfff359d174f6215273d378, 0x21c083dedd039ae2f49651c7e0259636b6345cc80f2a70f523030a8073e3e5a9, '', 0, '?'),
(0xccad69452e3481157aca366579bed6f0, 'wp-content/plugins/luckywp-table-of-contents/config/plugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/config/plugin.php', 1, 0x00000000000000000000000000000000, 0xd74bc9e8662a8b5dd3854725ab9769a8, 0xc30aafa7ef05e07441813819af06940fc6d057f6fcd7295d2c4c4c67efca39b0, '', 0, '?'),
(0xccb530eb9bd5745b7320313f45445812, 'wp-content/plugins/elementskit/modules/advanced-tooltip/assets/js/init.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/advanced-tooltip/assets/js/init.js', 0, 0xe8411e8cedd7f58aec1e24fcaeb1fb7f, 0xe8411e8cedd7f58aec1e24fcaeb1fb7f, 0x71148b527488bef13e0d7728026882d43128cfd37e2603d64cc316411e2a9512, '', 0, '?'),
(0xccb8bf128dac992d5d1a9f97896efc08, 'wp-includes/sodium_compat/src/Core/Ristretto255.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Ristretto255.php', 1, 0x00000000000000000000000000000000, 0x6b39f703775ad608ea7e98b920f8f427, 0x207a10be1f60574e3f5dfdd39f90422c4b84f5c84a036cb4ea8a57b1a83e6ba1, '', 0, '?'),
(0xccb8d2fc83d6c8e818838439c5bca439, 'wp-content/plugins/elementskit-lite/widgets/testimonial/testimonial-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/testimonial-handler.php', 1, 0x00000000000000000000000000000000, 0x664d8bad36bf3ce9c8bc81392cc5820b, 0x7b2de3fd6f644529dde2ccb79b3b710a60a1a528ca6be4d877b49f24ee89e9c9, '', 0, '?'),
(0xccbd1ff320fe981c9f5899246f42b907, 'wp-content/plugins/akismet/_inc/akismet.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaUrl.php', 1, 0x00000000000000000000000000000000, 0x595ad15a11a7c89c586ba424a94c3f42, 0x7f7bba5f7010b69ba145469ef00b8bada93050d0932355766aa9414aac967b05, '', 0, '?'),
(0xccc38a356666cd3b2c472127f6f3272d, 'wp-admin/css/colors/ocean/colors.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/ocean/colors.css', 1, 0x00000000000000000000000000000000, 0x68a5073007f01e6f7c7d0cc99638edf5, 0xa1ec69f3ea50fca8285a97b6a6e02ad825b78cb8dc597b942af88fce6154dec8, '', 0, '?'),
(0xccc5ceead5223b2bc20d7875b4e4ca77, 'wp-includes/js/mediaelement/renderers/vimeo.js', '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/renderers/vimeo.js', 1, 0x00000000000000000000000000000000, 0xc03f1bc87e730cd0e2e069360f47b82f, 0xadcb7b83f693db779805d82d0dfe8c0c8aaa067a46e1765f80fb5c7766cbe2e5, '', 0, '?'),
(0xccc78ab745c17696632ceed8b579535e, 'wp-includes/images/crystal/license.txt', '/home/forwardbetcasino/public_html/wp-includes/images/crystal/license.txt', 1, 0x00000000000000000000000000000000, 0xf05db54c63e36918479b6651930dcfe7, 0x76e8da706d84ca0163ebf836df597e222c2156b9d845586cfc05146ce3227ade, '', 0, '?'),
(0xccd1b3970cacb3060418c1b746903acf, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php', 0, 0x6244ab2742ab52fbdb914d2f1c4f1632, 0x6244ab2742ab52fbdb914d2f1c4f1632, 0xa17a906ab74460bbff1520862df56210c5ddf7f3cb14f436dc73c93ea110e8f0, '', 0, '?'),
(0xccd25722ddbaccf1a41975da45b8cc54, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/news-seo.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png', 1, 0x00000000000000000000000000000000, 0xc901cf2abd2b8d1afe3f99b1551d92aa, 0xff75249933cc3b7b968a65e9dee52da985da24744bc06f19088fcb52b7e39eca, '', 0, '?'),
(0xcce5b1171f96f352d450a16f9ed3c542, 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/time.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/time.php', 0, 0x5d6367aa7ea4df778f821f850c318daf, 0x5d6367aa7ea4df778f821f850c318daf, 0x82535e9eb9f67627ac7312f001cec9d5f7888718f687af8f5284c1d4f16c8868, '', 0, '?'),
(0xccf120dec579cc6e73974813a6726d36, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/GelfHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/GelfHandler.php', 0, 0x46a769f01146465dc84285b3990d2e29, 0x46a769f01146465dc84285b3990d2e29, 0x2f45aa159585bee95f9c5e59656d8ff99df3ef8dbed63668c17164f584cbc350, '', 0, '?'),
(0xccf91eebee81dfa5c27257b5193fa25d, 'wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css', 1, 0x00000000000000000000000000000000, 0x501fc15f2589fd053eeb79ed026de4ac, 0x346c7110820fcf81b180eff9bba510f796a5ef6d2a81e69b4f4f81122e66eb08, '', 0, '?'),
(0xccf9804d5c5532bd8cc7c9cf785d7b38, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php', 1, 0x00000000000000000000000000000000, 0x641b627348684f08578075a2d5dfc59f, 0xfa03683eb3553a701aa5aca10caed0a22e45f79c50d75d81b07763f5ff26bc7c, '', 0, '?'),
(0xccfa0d5a00f44a3d1aa204eeb36e6bfb, 'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x9b95c79dbfa48015ae81dc39dd3f7256, 0x72cfe0d92357fa36e60fdd682fa52b3c301d0c9c775c27c255215ae37f144707, '', 0, '?'),
(0xcd071cdfaeeab0f5b02ad050f6715bfb, 'wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comment-edit-link.php', 1, 0x00000000000000000000000000000000, 0x849c91dc5c46ebc2af829086865ef3c9, 0x2875c04da2767346afe29f16bc5227bdb15696479d9782a24450c6446ec23619, '', 0, '?'),
(0xcd0fa9ffe1877011f76ad69b6092c877, 'wp-admin/css/customize-controls-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/customize-controls-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe5310b78d3b66a5d051ff46a9448b382, 0x5545c8d85d2b0d3d6f052f0a154d27d386b529888f696d30953a2dbc42a4565e, '', 0, '?'),
(0xcd16f03b6d7802f71389d2b004ef7604, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA.php', 0, 0xb9f163c52f73221e57e254967cb58db4, 0xb9f163c52f73221e57e254967cb58db4, 0xff9351acf1280662ff38c9c6126af89ba78258a10f360762cc878af4c54003f6, '', 0, '?'),
(0xcd1ab13dfb09c7faa5ea71decda8560a, 'wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Configs/version.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/network.php', 1, 0x00000000000000000000000000000000, 0xb10b8d91ba2a4a3b75635e3052f3b513, 0x5495c2fdf76096685b85720c9a8114541b8e5587b28e67e9012bb6a1aba41934, '', 0, '?'),
(0xcd1fd464a64d23dbb1c2f300cd83323f, 'wp-content/themes/jannah/framework/widgets/ads.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/ads.php', 0, 0x57462310fea10848ef951e9cbb0c65a1, 0x57462310fea10848ef951e9cbb0c65a1, 0x53217720af97de4add6e6311dc85bf0e8467f4c1708bef37a13524bf07f1304d, '', 0, '?'),
(0xcd205b8e76e5bbeaa5b27e7602dbd60f, 'wp-content/plugins/amp/assets/css/amp-customizer-legacy-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-customizer-legacy-rtl.css', 1, 0x00000000000000000000000000000000, 0x853845d8629cb4189195a823d31dcbaf, 0x09c7715e2a896746386ec1030ae72441d8d8cd5c0a060bd8e56d70fe0c83e5e7, '', 0, '?'),
(0xcd29c4c503e4f2009f65875fd4353dab, 'wp-content/plugins/wordfence/lib/diffResult.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/diffResult.php', 1, 0x00000000000000000000000000000000, 0x670ee85120bcaabded668dfa1637c546, 0xf5d28e93ce45d402f588f3d88a3e5e216abaa1004f9280c66312618ab45eb0d2, '', 0, '?'),
(0xcd33d0b79aebfd82d9b46708da18f157, 'wp-content/plugins/elementor/assets/js/responsive-bar.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/responsive-bar.min.js', 1, 0x00000000000000000000000000000000, 0x7cd5786bac0e5ba3986b282d2a309c2a, 0xea96e40517cf13a65e1c75c1fdcec69b23a175e395adedf536b3014722107c47, '', 0, '?'),
(0xcd3467cb3433ca21ce425cea9f91b20b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', 1, 0x00000000000000000000000000000000, 0xdbd4d7d16ae1661b4b5f65b252dd9c73, 0x8788c70b0c187732f929ef23231146f3018c5698ad14a87dd684be20d6ed8ecf, '', 0, '?'),
(0xcd35f2e5366c717e577b566697b9b17c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php', 0, 0x915ca898b746950086b1ff4fe4b5d119, 0x915ca898b746950086b1ff4fe4b5d119, 0x4724cd2b6bbe97b66c76652a336156fb3872c208b3cf410fd6aff64354eb970b, '', 0, '?'),
(0xcd4508c3041467f65ab176d159b31083, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-base-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-base-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd837f07225932d40937e0c5ac4ef43d8, 0x1780c175bdc112b90a70daf803d8c461d94718d6712624773e07235a45c9d288, '', 0, '?'),
(0xcd4966fe066329cce187063c3c4f14f6, 'wp-content/plugins/wordpress-seo/images/cornerstone_content.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Crypto.php', 1, 0x00000000000000000000000000000000, 0x811c2d70fc98ff820045c863629c63a5, 0x22dacc989f4c8e18d7d921d27b0372446e507a5ef4041fda58f26af4c4fb4c6b, '', 0, '?'),
(0xcd4fba5f956058f87c8bed3992a0714a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteNamedRangeRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteNamedRangeRequest.php', 0, 0x68e5e50a2f46fa88b7469b0b781aa773, 0x68e5e50a2f46fa88b7469b0b781aa773, 0x20ccc22287ff1bc83299a97ad4bae4cffa10cd9e131eff07bd9e93cd0278d98c, '', 0, '?'),
(0xcd5e1d2691f36052e179928b1899ec4a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php', 1, 0x00000000000000000000000000000000, 0x76bd3090d8e78cd013ff52380cc5590c, 0x6d4bc9233d500d6843c5900f91729c882830535dde502d1b7f45122be532b3be, '', 0, '?'),
(0xcd694647711f39ba828e2a1ccf050ae3, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-07.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-07.png', 1, 0x00000000000000000000000000000000, 0x2df55843783800e6b64814d90f1d9aa6, 0x9dc9c4026ea9b8c62fc067ba63941610a99742e749a07afe1a7454cf63934665, '', 0, '?'),
(0xcd6d8d13a5024c304e22c8547eec62dc, 'wp-includes/theme-compat/footer-embed.php', '/home/forwardbetcasino/public_html/wp-includes/theme-compat/footer-embed.php', 1, 0x00000000000000000000000000000000, 0x16841cf55adc04ab84f22e932b96196a, 0x83691da7c944ff414af6cf883b76172c671763cc1118250891e788d1095e1923, '', 0, '?'),
(0xcd71c2a7252424f20e5a3d30ef66a3e4, 'wp-content/plugins/elementor/app/modules/import-export/usage.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/install-rtl.css', 1, 0x00000000000000000000000000000000, 0xb0e87b73bd6012118b068d3be490236b, 0xcc0021bd90469d385ce4b8903e5576a2dbdb9bbe60d00b72faf1056e384f64d2, '', 0, '?'),
(0xcd7bfb4a93e21a5af82607ddff78b3bc, 'wp-content/plugins/elementor/assets/js/toggle.d79746a764407a0828ee.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/toggle.d79746a764407a0828ee.bundle.js', 1, 0x00000000000000000000000000000000, 0xf58aeb8a6318c265c44d05fc812b2e40, 0x73a9168bbb94880e317b4e6d2a61dff1af0d16a0e24edebf53013f10cdacda47, '', 0, '?'),
(0xcd808dc649e74e0de7ae8bcaabf41bbf, 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/Exception/InvalidImageException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/Exception/InvalidImageException.php', 1, 0x00000000000000000000000000000000, 0xe09494d68e97c0b1c66ce10ef4b0b282, 0x5e7c51c9d726a6f4a86d608ca361af7db4e857ef0858fa5d2b005a296f5896c3, '', 0, '?'),
(0xcd8e33d7a2e04a796ecefec4804d07e0, 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0xcd93df59e13336bee96ce7805918abb0, 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php', 1, 0x00000000000000000000000000000000, 0xd6498e77987dd509027f9bacdb4bee6b, 0xd2702c11f6f94500163fbfa2ef6f71ddede58a07c2771f971cd6141b5f2f5601, '', 0, '?'),
(0xcd987b599b457f5ea7bdd1643281ea16, 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/controller.php', 0, 0x2f1e9609b6619f8177b1704ef49e35d1, 0x2f1e9609b6619f8177b1704ef49e35d1, 0x312af19c1ee0d5d3e3deebb6807ed431861997748e5414c9d77b08a8d9a2f854, '', 0, '?'),
(0xcd992e4989b72a45a783d32465164712, 'wp-content/plugins/elementor-pro/assets/js/notes/notes.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes.min.js', 0, 0x25d9c3801272579d8294af5fda8fac4f, 0x25d9c3801272579d8294af5fda8fac4f, 0xf81f962791a41c9f141b45b1187935b8ee66dd4d86eb771694f4f4801f595584, '', 0, '?'),
(0xcd9b7da97e8b95e3c1f8e9521967ea63, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_hsb_s.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_razz.gif', 1, 0x00000000000000000000000000000000, 0x7aec68426aa06f01e2b1ac250e5aee62, 0xbb362646b54c0d91ddff3c1a52ba23ecba9da34c64703de840664957f0589522, '', 0, '?'),
(0xcd9bfa3d5008347818b9ad8858f72efd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php', 0, 0x3996c208a590afe592e2bb31e965df2e, 0x3996c208a590afe592e2bb31e965df2e, 0xd1da4700600b8b0ec0a9378b7e141c553fedc604c1bb74ab537a9a2959534b2d, '', 0, '?'),
(0xcda7d25723b6fe54e7b16425f2abb68c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BubbleChartSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BubbleChartSpec.php', 0, 0x3c6b020f917c205e8b49f393eda37476, 0x3c6b020f917c205e8b49f393eda37476, 0x21e58582a55dfb848292e683e531bcae6f286c2403c10c5db76ade0da74b8027, '', 0, '?'),
(0xcdaa75b96f77734643b9475b6383efab, 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x0e4b5bede8f2db329605b38aa2b743f0, 0xdcc262bf6231bf3cc71142be021f3e601e9f5dd52a487b14dd0091ac7611aa4e, '', 0, '?'),
(0xcdb14e02c16a0d80b49259c967778ad1, 'wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/community.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/community.png', 1, 0x00000000000000000000000000000000, 0x0daa5d86554c3902ec8138b71b81e207, 0x3590f51a191624dea8777671271213a2f34745ba2cb682454bf5e454be0bd105, '', 0, '?'),
(0xcdb4178875f53ef3c3e04c3cfa4c4e84, 'wp-content/plugins/elementor-pro/assets/js/d241154d3774d66da9eb.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/d241154d3774d66da9eb.bundle.min.js', 0, 0x07a7fd79936ecda27de743c8411ebac7, 0x07a7fd79936ecda27de743c8411ebac7, 0x6733e0c1baf882e2643a6849a5cd991a46f2460caaa490e8fb2b9dc4388cd157, '', 0, '?'),
(0xcdb613946aca83e0b0b118fdffb72da6, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveResults.php', 1, 0x00000000000000000000000000000000, 0x537f679da8bff5efab5bbcdfb90b43d2, 0x4fb84c1d87e4bf8bde5585d6ffef8da229b897dcb6037f392a2edb674ba7bbbb, '', 0, '?'),
(0xcdc4dd1d5f8a50859d3da5b3ad4f2983, 'wp-includes/Requests/src/Exception/Http/Status402.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status402.php', 1, 0x00000000000000000000000000000000, 0xa7792033f74e814a43ba4077fd9f43ab, 0x52e32ebb2db909e88968906bb856b6fd4899508481a9f787276a7898d2602abe, '', 0, '?'),
(0xcdc556e21d56b0104c6a74c96f0e2fbc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php', 0, 0xd33fda6bf6fd3d074ecd99bdf4b804b6, 0xd33fda6bf6fd3d074ecd99bdf4b804b6, 0x38b2ba23daa55f67e75737a39136fc92315f708165b6480d3c20a7e9c255a22a, '', 0, '?'),
(0xcdc87918d85571a7aceabd68c59d18df, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', 1, 0x00000000000000000000000000000000, 0x4c44bec75320d89aa2166dfaf198473a, 0x6f67fab0533fba4ac0284eaffc6a88f6e9e6cafeab51a51ed273020986f2595e, '', 0, '?'),
(0xcddcd6ef3bc3567407168421a424b6f8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCacheUrl.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCacheUrl.php', 1, 0x00000000000000000000000000000000, 0x7ddbaae4a9eba0f33b73bb546ededdc2, 0x94c60b1b53c555dbc9ace592d1cd50fe5858fef646a03e23da094f641f3c8c88, '', 0, '?'),
(0xcde0b464f9b7f0b315e696b82be6b894, 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.js', 1, 0x00000000000000000000000000000000, 0xbd1b15c90e30ee4cc32625c8aa2d25ae, 0x40cef0460fff651dcb13bc6b0d0112d1260c7d7bfaba985a235d56621e4f9582, '', 0, '?'),
(0xcde733c0cdcd0182e41946f43cb6a138, 'wp-includes/js/underscore.js', '/home/forwardbetcasino/public_html/wp-includes/js/underscore.js', 1, 0x00000000000000000000000000000000, 0xe700f5fcaa01b7a4c4c1533e1a53b48e, 0x1cef8238a25a43d7d30abc4dacb84908f86479c90a27702c17614a930c4764ff, '', 0, '?'),
(0xcde85c676ece26aec6f0238eb509bd30, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php', 0, 0x0835b3401423eb70fb7085f838939899, 0x0835b3401423eb70fb7085f838939899, 0xa83d95d232820119c2541bb7cb836f4df999912e13ba7e3499760c8a2e942a01, '', 0, '?'),
(0xcde9104c9f6a662a5698014565acb29b, 'wp-content/plugins/wp-rocket/views/settings/enable-google-fonts.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/l10n/class-wp-translation-controller.php', 1, 0x00000000000000000000000000000000, 0x186d8f0a002c9353bf780bc8615a4c57, 0x74d48b214ba492e2b17d14cf2f530ca461292ddab55641ff79ece35dc9e3cec3, '', 0, '?'),
(0xcdf6cbc3f29e4982edb92be293c1395c, 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/operating-system.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/operating-system.php', 0, 0x2efb99aeab88d6b6c2c910fd72688633, 0x2efb99aeab88d6b6c2c910fd72688633, 0x3914a8701399213832b7ae1e8d927f8058f1e92863d4794a8fa7a5fe518cdcf4, '', 0, '?'),
(0xcdf889bb6a2867f91f807e6a5523b7d6, 'wp-admin/includes/class-wp-filesystem-ssh2.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-filesystem-ssh2.php', 1, 0x00000000000000000000000000000000, 0x02a39b6fbc9e191a4c0784327d040439, 0xdc9f9bf1a0cb70002406b674259c13d595ede4ada52563509bb5bec7b5cc9deb, '', 0, '?'),
(0xcdfe988287e8d7edc5427f74fa881303, 'wp-content/plugins/elementor/includes/widgets/divider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/divider.php', 1, 0x00000000000000000000000000000000, 0x5034ae30b4ce291035c5fa4ef872aa3a, 0x62cca4028686accd41b68654cb0dbc85027f3c76efadfca2c67a25cee14ab455, '', 0, '?'),
(0xcdff3f405b830d2bd90cb1d07d13954b, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/BigCommerce.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/BigCommerce.php', 0, 0x850f5500643c0755b91f6a045a3de74f, 0x850f5500643c0755b91f6a045a3de74f, 0x771e102db788bacdc1afbc599bba4cca3237e66fb3f1c27b6ab3615e9b7b7179, '', 0, '?'),
(0xce01c11a36a81df4b48f2c4f14097035, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/Guzzle5HttpHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/Guzzle5HttpHandler.php', 0, 0xaf18bd7abf98f9ddc36c563a5550d7af, 0xaf18bd7abf98f9ddc36c563a5550d7af, 0xc9649583ad8bf4676e9b5296bfb6bdd7cb5223cca364b233ab0edf071446a6db, '', 0, '?'),
(0xce03d69a536a261358e2ffff33dff160, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/SelfReference.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/SelfReference.php', 0, 0x64c1ec382c60c696ccde4bd8e82e711f, 0x64c1ec382c60c696ccde4bd8e82e711f, 0xc81cf504dc0ebe427874a184257aec1e465ae8342d1d2191eed6cf39367743ad, '', 0, '?'),
(0xce05d46889d6f04ebcfe0024bf03ba07, 'wp-content/themes/twentytwentyfive/patterns/cta-grid-products-link.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/cta-grid-products-link.php', 1, 0x00000000000000000000000000000000, 0x66a8da0c6e7afbbcb08b8b85ec68eb8c, 0xbfe23c505d60741cbc14137bdc06c6030bb32d2093542feb848e5a100025fcfb, '', 0, '?'),
(0xce11654ad6e007cdddf0aeeed3957851, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartColumnStyle.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartColumnStyle.php', 0, 0x50b514a2bc5145210174105379a67211, 0x50b514a2bc5145210174105379a67211, 0xbac2e6f85a4bf84c7bbb800d70b17ef1c022013a7f0c345cb8a1b95f0e079760, '', 0, '?'),
(0xce15958481e7167c498274469512ea03, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessScroll.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessScroll.php', 1, 0x00000000000000000000000000000000, 0xb75d84b9f6771f3936679556681f9c5b, 0xa605c8c172cab858119ce027f83e93808d5ccd5c37d58eb1a158f339f8dab086, '', 0, '?'),
(0xce1d75e88789ee51f0a1b37098301474, 'wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', 1, 0x00000000000000000000000000000000, 0xd0af38d07f718037bff08b0fb17ce6b0, 0xf94b67fa62984eb62d811069c7628d0c28a8b1fda05229d6fe63b5956887e752, '', 0, '?'),
(0xce20a2ea4d75ce29026016a4a93ed732, 'wp-content/themes/twentytwentyone/image.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/image.php', 1, 0x00000000000000000000000000000000, 0x30c4ae3f0ea295f8cb95486f558a0fe0, 0x1ee9726122f05512ad37f6141140f1707f4ab64523ace77a3a89f46560842c0c, '', 0, '?'),
(0xce25722611492be8fd9a6b60bd3e9381, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php', 1, 0x00000000000000000000000000000000, 0x7043f273b4e3246b946dd5a470ae1554, 0xf0e5aebe82329bbc109ca0566bf0bd8fb93ce99ca1317954a2a427105b411559, '', 0, '?'),
(0xce43f1ffb626f8ffb9f3270584051988, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php', 0, 0xe505ad4b4b9779f112deab701e72c45d, 0xe505ad4b4b9779f112deab701e72c45d, 0x1acef10a8487b93d49235a885c91a534848f6cd699c414b5a4ef75f3b0aee560, '', 0, '?'),
(0xce4ab38dd5efd4966fe35b63600a1683, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/wps-hide-login.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/security/wps-hide-login.php', 0, 0x6f6ee5e172927401c8bbc60d3ba714fc, 0x6f6ee5e172927401c8bbc60d3ba714fc, 0xfb3c4d091bb46bf0983da2e10f6d8900fe4020ed28defb37cd853621f5cba0c9, '', 0, '?'),
(0xce4e3a208fdcf8a39abedf40956bcf82, 'wp-content/themes/twentytwentyone/template-parts/post/author-bio.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php', 1, 0x00000000000000000000000000000000, 0x60a71acb747a8d97d52653349f1abb7f, 0x4d38428ee4dd005ac1ace1cb3f24798ccd33c40e0555b0655a1d82e78316a149, '', 0, '?'),
(0xce4f88d23acc62f8ee1f1e7e32adf3bd, 'wp-content/plugins/wordpress-seo/images/acf-logo.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/acf-logo.png', 1, 0x00000000000000000000000000000000, 0xbe88d1b7e3ee9c3d429bf523e63a2661, 0xc36174c4f6cb47b1ad586d3544633b78894019e69a7c13f0d7903df4cce77ea6, '', 0, '?'),
(0xce5f292daa5d13edcb8c6b4f09c3f7c3, 'wp-includes/ID3/module.tag.apetag.php', '/home/forwardbetcasino/public_html/wp-includes/ID3/module.tag.apetag.php', 1, 0x00000000000000000000000000000000, 0x64191f404f099692cb252f663347c094, 0xdd4b272931c1f6849d2be42b2b83ab15ae21a42e831ed62aa928107b2e5beb58, '', 0, '?'),
(0xce6525d53602cfe16d9a4938803fb42c, 'wp-content/plugins/elementskit-lite/compatibility/backward/utils-backward-compablity.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/backward/utils-backward-compablity.php', 1, 0x00000000000000000000000000000000, 0xfbe6383485ae05dac510a42e219a6b24, 0xa6a0259fb2b49e8c9ca74d2b5e158a233790a1fc4ea991bbf5eed469a63209d2, '', 0, '?'),
(0xce69022cd13c52cd7980144dfbf46bd3, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php', 0, 0x92cdf62c9c6f1246dd44163a4e88be34, 0x92cdf62c9c6f1246dd44163a4e88be34, 0xb26a1e4b9e62a0bcca8d792c60aa17ca08ff79be356fefea66daae5fb6150c65, '', 0, '?'),
(0xce697b8a82d1fea6a24741b90c2bff84, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/fill_circle.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/fill_circle.svg', 0, 0xbb6a0755baa3cebfafd893adb424d851, 0xbb6a0755baa3cebfafd893adb424d851, 0x8742155bfc8472ba452686e46b02228121ac304396ce6b3c475a3b25de84eb58, '', 0, '?'),
(0xce6c2f1d3cc0cd55e7eb5a410e078be5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xadaf27e8d088b5486e309db416ec0d76, 0xce3c69e27f71e1ea871d04c3b3744978c538aa2b954991b5d98d871d573ba527, '', 0, '?'),
(0xce6ea6c172548f97bbd2a8763047b8e4, 'wp-content/plugins/elementskit/widgets/image-hover-effect/image-hover-effect-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-hover-effect/image-hover-effect-handler.php', 0, 0x43cf2f001b21dbee5fb39a7c2232447f, 0x43cf2f001b21dbee5fb39a7c2232447f, 0x1320580078f30a727c11b2b7ac390ffb842ab11b042b686977daea5c31e203fb, '', 0, '?'),
(0xce7c9ecf1566f780eee8c92c32ad5409, 'wp-admin/term.php', '/home/forwardbetcasino/public_html/wp-admin/term.php', 1, 0x00000000000000000000000000000000, 0x6132bdd7b177b0fb53462ef9c7c7c5e9, 0x29699d4385fdebd048e13335fab003da381b839989dd6c427b42aa66f6b2d767, '', 0, '?'),
(0xce7d488c2ab10f733e0147590de22df0, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/ProcessorInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php', 1, 0x00000000000000000000000000000000, 0xd8407ad265c408fb2c011586c46e6f4c, 0xc9277e85afe118cef8c5553ac1dcdadb3b88458f710094f245e0147862c4006a, '', 0, '?'),
(0xce808c05c19da855d7be0ec96e1041b4, 'wp-content/plugins/elementskit/modules/advanced-tooltip/assets/js/tippy.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/advanced-tooltip/assets/js/tippy.min.js', 0, 0x06a7be0d6503ba3e43dadd8cef02bc92, 0x06a7be0d6503ba3e43dadd8cef02bc92, 0x249f70fe42f9f05d7d7e01c381f9c9d0d29f497abb51ee1592cbb83c39fbb1e7, '', 0, '?'),
(0xce838fa8de1271e492b976b7125f7bea, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset.php', 1, 0x00000000000000000000000000000000, 0x590afd521d0071abb63ecb7ede00cac6, 0x2f60e96c6a40133199f6f7df365fa20b13d7410ea7858520a0e9d86d738c80ca, '', 0, '?'),
(0xce92f77561a678cb84e831674d8579ba, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroup.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroup.php', 0, 0x8bfab07e83d336354354dbc56d006e59, 0x8bfab07e83d336354354dbc56d006e59, 0xe5e34317b3d16b58416920869bfa2610b6e0e2dc6325048a5db20373aed52a11, '', 0, '?'),
(0xce9d0b507cd9da92fc879ef35c0bc36f, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x88208477045ee3ae0fb3195de7b7a34d, 0x95abf2b0c1f1f7a75a45fc4f1d15ebb43728ad6e7f599bee0f68ee07cba88387, '', 0, '?'),
(0xcea0459f50d07acc57c187a6178660bf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingUrl.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingUrl.php', 1, 0x00000000000000000000000000000000, 0x67b7fc92795d467f1fc76428aa8d7eed, 0x2834dfe318d9a0214c2c44a7ba14c3fa997468619cf4b246114c4d16400446e3, '', 0, '?'),
(0xceb1a5055a0e0409a0da69d349c88fad, 'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-navigation-link/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8343fcea16629b72ac86bc1cb5923ad8, 0x4184f9f9ce21b6449467edf524b53be81c7eb3d990ba6fb21e931fa3ee503b7b, '', 0, '?'),
(0xceb4205125ed2660bc040076f0fdd21b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feblend.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/actions/ai-generator-action.php', 0, 0xad4ca22163893b896b6bf10a292bed07, 0xad4ca22163893b896b6bf10a292bed07, 0x753fd7a22918dfe7d5ee4c7d986edfe0bdb06b2acdcb87c54b1d6b0ed5d12728, '', 0, '?'),
(0xcec0409a4d33d990f58c1a98b96e5074, 'wp-content/plugins/elementskit/widgets/yelp/markup/review-card.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/markup/review-card.php', 0, 0x5374468eb7187f59e891f8a525c5f463, 0x5374468eb7187f59e891f8a525c5f463, 0xcdebd9af1ea41e8af240b530127a5a6b11d8f0160b725ae59e71e0879642b62a, '', 0, '?'),
(0xcec14a415b4506ea9c40675a3ebdc14a, 'wp-content/themes/jannah/framework/admin/theme-options.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options.php', 0, 0xd47e890a8374b176355752e6354f7b30, 0xd47e890a8374b176355752e6354f7b30, 0x01f27e57eab420aaa660f22354250a732b64091706fe63a2d1b0acfaa8492058, '', 0, '?'),
(0xcec593fefafacf94f2031f3d9fba2336, 'wp-admin/images/post-formats32.png', '/home/forwardbetcasino/public_html/wp-admin/images/post-formats32.png', 1, 0x00000000000000000000000000000000, 0x57597e8f4f92f87bf02b5f4c896b453b, 0x6bbe3c3814a42e5f44b4e34b0e188b82b5df475ba735652d49283077b0e16807, '', 0, '?'),
(0xcec6fbb2e8f560a2b1aa74c874ae2582, 'wp-content/plugins/amp/includes/bootstrap.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg', 1, 0x00000000000000000000000000000000, 0x57487d990516e79086f9b308b1416c7e, 0x0e1bae92d7eb1b0232ccafaad3e6ba25533dda74d888856edaec3df157021063, '', 0, '?'),
(0xced3b43af4c2446b5a9bd578d405aaa2, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/error-404.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/error-404.php', 0, 0xb9fb1c96b52f4aa9b2e4bf39ede6c7c0, 0xb9fb1c96b52f4aa9b2e4bf39ede6c7c0, 0x2e789cecae757c1d681c5b0e4dd251b72b905ac515cbe0e617fe06c8472fab7d, '', 0, '?'),
(0xceded6df4fa2406d1828c6bcbbbeac56, 'wp-content/plugins/elementskit/modules/conditional-content/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/init.php', 0, 0x0b9a1fb2303b8dbd3f40c092445e7893, 0x0b9a1fb2303b8dbd3f40c092445e7893, 0xf25b349eeb0091d535d240947793c5ada0cbc410b49a9f7883fd6b8885040a47, '', 0, '?'),
(0xcee414977fcfffc9018faeaa0a178c50, 'wp-includes/blocks/quote/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/style.css', 1, 0x00000000000000000000000000000000, 0x2941ccbfaff0ca3c811c3adfec3e4e7f, 0x99ed954fe31e2fe20abbc62f471cab1522ef73ce81bd52c88c77841bbcdd657f, '', 0, '?'),
(0xcef1a159d91ff34904374683c22947fb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddNamedRangeResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddNamedRangeResponse.php', 0, 0xda5616a6c2a02621aad634673e91f2cf, 0xda5616a6c2a02621aad634673e91f2cf, 0x77129d14ff9449b8bcbf7dc711197bffa9d5441f54f2565bc69e5bc362aaa2c9, '', 0, '?'),
(0xcefca5f53a9fa227e21f9607ab9a508d, 'wp-content/plugins/elementskit-lite/libs/framework/controls/settings/date.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings/date.php', 1, 0x00000000000000000000000000000000, 0xfe487479396c9db13ecfe8371943a486, 0x3a7d6792e41a30ff69abb4c80e659e86f12bde6fe3d81941da1dbfbb9e525c18, '', 0, '?'),
(0xcefed242d430b47ff614e469607a7a0c, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2', 1, 0x00000000000000000000000000000000, 0x5d6f52ed08dffd2c88104b8019bb6860, 0x2050e0955e1b6296813e0002aa57d6c08cac43eb781694f9327bc746b922f09e, '', 0, '?'),
(0xcf02df132c949f11b440ced6f3ba51cc, 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGwdAnimation.php', 1, 0x00000000000000000000000000000000, 0xf293e2a76fe9863661260f50dc636508, 0x38c5555a5cb16eaebfe90c17b69e0b5da58571e4981daccfcabe564b788cd985, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcf05c20a00db307bff0ec29af182eb8d, 'wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', 1, 0x00000000000000000000000000000000, 0x99d43d827d5ca22755a43cb8ca7d4d24, 0xd6913e29f7570ec8301690f06d1da0d8bcf828f7ef67080538ed2eae9b9fa7e4, '', 0, '?'),
(0xcf144ddefe287869b84aeaa6c9eac652, 'wp-content/plugins/elementor-pro/modules/forms/controls/fields-map.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/controls/fields-map.php', 0, 0xebe62194ea7afc0b675f9e3eafe43e96, 0xebe62194ea7afc0b675f9e3eafe43e96, 0x85d16b48516ee9cbdb640e1c63c7960ba92a7ed2a70cf3a9fadb49ee2cac86d3, '', 0, '?'),
(0xcf246f03f4b76a134a9941d0b849ceb2, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/colors/sunrise/colors.min.css', 1, 0x00000000000000000000000000000000, 0xf487fee36f83be7f288e49be46c54b12, 0x06e1bac3f4d94ae9eb46b8dee6f49fb29ec86ac24df49d8388cd383287cefc3d, '', 0, '?'),
(0xcf2e0bc1f47d7e2530958c40deb1b8e6, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php', 0, 0xb638f52fbf2a3ca48a5a6db0b0588c52, 0xb638f52fbf2a3ca48a5a6db0b0588c52, 0x4bfd8a2cdb5582e75c792490cdea11e1eec326d00e34fc3af619a383d3c486f0, '', 0, '?'),
(0xcf2e18918f54edaf71f3a30b36e19f2c, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/init.php', 1, 0x00000000000000000000000000000000, 0xf93df8abb46a75c3ec85cdb64c9eaa4b, 0x978dd95336dba0bee9b182faf812118d5669ac74cc412aa9fe37ec5756866211, '', 0, '?'),
(0xcf3236cb36dd2309535b0b68285cb2b5, 'wp-includes/css/dist/block-library/common.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/common.css', 1, 0x00000000000000000000000000000000, 0x60dd1466a46beb8063f402d591b2893d, 0x5a2f982550540aaf58be93e8082f1229445deecb0b08c5100c869fa8fb481289, '', 0, '?'),
(0xcf35df643e05d0226891f7a551ffe3a4, 'wp-content/plugins/elementor/includes/controls/groups/typography.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/typography.php', 1, 0x00000000000000000000000000000000, 0xfa24d372be2616e26269fcb56a3f151b, 0x8c2f750cafdda918fa29dc405f476186ae491cefa6edea08f9a6aaed48aa0769, '', 0, '?'),
(0xcf36625400c8a7453218be3f613755e1, 'wp-content/plugins/wpseo-video/detail-retrieval/class-snotr.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-snotr.php', 0, 0x15a62fa096a79fe0fa9c625592a87c5c, 0x15a62fa096a79fe0fa9c625592a87c5c, 0x313ed2d96dbc45285112d69f78febde49c4ba12f7b39ddff99579f875dad5022, '', 0, '?'),
(0xcf383cd2415f5163f6f6958eec89a63a, 'wp-content/plugins/amp/includes/admin/class-amp-editor-blocks.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php', 1, 0x00000000000000000000000000000000, 0xc586ac5cfe067afb3ad9b0a8d2ad5075, 0x8406519414d83a9b12d312b35b4a790fbd925fd197f2886312c2ef82ca56bf1f, '', 0, '?'),
(0xcf3cdfb403db6c28ae413aeae4500264, 'wp-content/plugins/elementskit/modules/sticky-content/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/sticky-content/init.php', 0, 0x878c70778b22e7bc501d50a86bdb3d2d, 0x878c70778b22e7bc501d50a86bdb3d2d, 0x848c9eaf5793d7f7291a622227bc096ef7a4239f8d144a4d62e7fd031cac5c6a, '', 0, '?'),
(0xcf471001b92ddaa060ac078298082a72, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ins.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ins.php', 1, 0x00000000000000000000000000000000, 0x65836433bc31f9aeaea53498bc1a8884, 0x6997da512272eb4cfd3d5159c424ea7f21a2f437bcfc76b094561693fdef1cc4, '', 0, '?'),
(0xcf493bdbfc15343dafe12b46ac80b152, 'wp-content/plugins/elementor-pro/assets/js/stripe-button.61d93594d6b7865f8b3f.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/stripe-button.61d93594d6b7865f8b3f.bundle.min.js', 0, 0xe13937d7f6f646955a86829b34d6cbe0, 0xe13937d7f6f646955a86829b34d6cbe0, 0x1eb1ec75867377c1aa7e8225ec9ddbbf603067d379079bb52c2a1e01200043c8, '', 0, '?'),
(0xcf4d965698860cfb9d74d700de8b256b, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.css', 1, 0x00000000000000000000000000000000, 0xf802d86207609d2c7c84c08d3d9355b4, 0x4c118d57132f9594454cf66012f7c9553b2a27bebcdb10fd28352d6b94dea127, '', 0, '?'),
(0xcf5f71205e11a1c73ce038efc73ae809, 'wp-admin/css/colors/modern/colors.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/modern/colors.min.css', 1, 0x00000000000000000000000000000000, 0xc6b7df6a2d0b98dcb06e72eccbb290c8, 0xbe1989593d8a3d1d30cc98c48d74cfbbe95babb90e1aa7ed141c40643757b3f0, '', 0, '?'),
(0xcf63dcf7c938e9bbf4dab29a9e24156e, 'wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/pagely.php', 0, 0x936d2e855cb2afe1f3854a7ac2f850c8, 0x936d2e855cb2afe1f3854a7ac2f850c8, 0xed06833a6d735ea46aef12db965564f63b4fba625f93f253fd9318624abe8972, '', 0, '?'),
(0xcf6e0ad1ba22f46945db01b27a6159b7, 'wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php', 1, 0x00000000000000000000000000000000, 0x947ece24fa6f3cb8199745d825fd5b9c, 0x930442804af0d4ee6808723b8360c327c9b16a5265defbf578b16cc6048799a3, '', 0, '?'),
(0xcf70c1abb84c606bc5258f452d1d042b, 'wp-content/themes/jannah/buddypress/members/single/cover-image-header.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress/members/single/cover-image-header.php', 0, 0xb6f17fe588ff0df56476455f26c57778, 0xb6f17fe588ff0df56476455f26c57778, 0x5c897996b871417a162c106beabc528eb654e6d19b67dd8a26fe586c1054d2e9, '', 0, '?'),
(0xcf7327cf6517583d40aac66e021c4a27, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/WPCache.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/WPCache.php', 0, 0xb3fb9ff30a9397cbd4e3d6c0b2780da1, 0xb3fb9ff30a9397cbd4e3d6c0b2780da1, 0x66b689caa8a7bc3847837cbdc83df91ff1a64b4cbd0efcc54516bf8b2f912ae4, '', 0, '?'),
(0xcf7546f3e2915e47faa545082b88b663, 'wp-admin/network/freedoms.php', '/home/forwardbetcasino/public_html/wp-admin/network/freedoms.php', 1, 0x00000000000000000000000000000000, 0x75a8908136eb7cba94741f4a34bf31b4, 0xe083e2a042eb3bb5f104bdf84dd93702a905df838006e10e5bb239199f3c2fa0, '', 0, '?'),
(0xcf808d7418471dc8a99d04c8c08ba444, 'wp-includes/js/tinymce/plugins/image/plugin.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/group/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x3301836a43804fd1ba7d926078ddb0a6, 0x0480fb4743f1663053ae226873c9e71170345975521b1a16f6ad24e0c578714f, '', 0, '?'),
(0xcf8ed724e2d83d430cb330008465d905, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Container.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Container.php', 0, 0x9656ac63e036123304ce2a730ad053e0, 0x9656ac63e036123304ce2a730ad053e0, 0x4776066dde6b85b487524e7630330a5269ce0ef21f29e49d854693ad7309c06d, '', 0, '?'),
(0xcf9436d51c0f4c718f01660f7fa213d4, 'wp-content/plugins/elementskit-lite/widgets/mail-chimp/classes/mail-chimp-rest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp/classes/mail-chimp-rest.php', 1, 0x00000000000000000000000000000000, 0xf2794f32f18f2db912a1c2e5141dd202, 0xd810c07b0635b8c6bca8c4bbf466d70f75c9c86fdd9dc8933d0efa94332faf0a, '', 0, '?'),
(0xcf95de1c7f11680c2d983874625fd8aa, 'wp-content/plugins/elementor-pro/modules/floating-buttons/documents/floating-buttons.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/documents/floating-buttons.php', 0, 0xf52090d1740fdbe95f563d11304238de, 0xf52090d1740fdbe95f563d11304238de, 0xa44b42f6de88d18a67a7a64e9f5a65ef7f1151d198a0c4bb2e089af48d885a14, '', 0, '?'),
(0xcf975aa546eff2ead0f709b9a5dde052, 'wp-content/plugins/elementor-pro/modules/usage/features-reporter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/usage/features-reporter.php', 0, 0xbecf70d1bc95299ab6a2e65a1c1dcdea, 0xbecf70d1bc95299ab6a2e65a1c1dcdea, 0xf30ee97c44c7bc939d04b4e2e5dd0d08087ab057b179daeef612b1be1a5af959, '', 0, '?'),
(0xcf9a96229eb289056af079b1d4cddd5e, 'wp-includes/js/dist/blob.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/blob.js', 1, 0x00000000000000000000000000000000, 0xf601295d3262041eea36d958fb15a309, 0x867fb15ec42ed425304923adf4987b9cf8c5af50c341185e291b41f68a2008f2, '', 0, '?'),
(0xcfa1c0aa694bfe277925aabf49f46774, 'wp-content/plugins/amp/assets/js/mobile-redirection.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/js/login.1690810710.js', 1, 0x00000000000000000000000000000000, 0xe3ca7b36e71c104b104d8cfb778615a3, 0x1e12fff993c50ab6f003b7c446a5d0b42134d46900a62ece1a6fe86f11b205e4, '', 0, '?'),
(0xcfaf5e0205ac02aa7e74bec5b34cc9b4, 'wp-content/plugins/wp-rocket/views/settings/fields/rocket-cdn.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/readme.txt', 1, 0x00000000000000000000000000000000, 0xcee873070aba3e9f949a2fc1b1c72c03, 0xf2d817cc55435a7a5dcca7ec0327df5c24f3519a19c8aa66816533dade64d387, '', 0, '?'),
(0xcfbcfdcf0a7806d4a180c5fa256542da, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2', 1, 0x00000000000000000000000000000000, 0xf183dfe0537eb3d9bde04344b4e5cecc, 0x22cf1a9106dbbb62fbf39cfaca169b5bf4ca24934de164972f83ed8da42ee77a, '', 0, '?'),
(0xcfc2c813adc10b48d4b9f2dc66eb6be1, 'wp-includes/js/tinymce/wp-tinymce.php', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/wp-tinymce.php', 1, 0x00000000000000000000000000000000, 0x311e5f489730acede25553c3e14068f3, 0xc19ad1dbeb0b0ccf5fd895d7dec94ecd9eed04bd96ec31892ae3d6c79c03fdf6, '', 0, '?'),
(0xcfca9b1582efc756c7c579630eb5b71c, 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/my-listing.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/my-listing.php', 0, 0x886ae0ea5f3cf1348e14bd45f98592eb, 0x886ae0ea5f3cf1348e14bd45f98592eb, 0x327f6c1ebc771507846abb65a2659aa33425b6ae62f002fba99fd24e34a0273c, '', 0, '?'),
(0xcfcae6e411bef7bd3573236fb3779952, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DescendantTagLists.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DescendantTagLists.php', 1, 0x00000000000000000000000000000000, 0xfdc2c67863f6a14d1d28e33c17ae3540, 0x22e3ff4c65c60679f3a176c5567b6a7b1318b20b2d9dc32b40037f462ea65206, '', 0, '?'),
(0xcfd1c00c4d02d09b9999cfa37e262490, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php', 1, 0x00000000000000000000000000000000, 0x53bd4be4626f02dadaae59080e5f14fa, 0x7a7e0aec9786cff9bc074e844eb1daeba5e68121d8cfa1b78bf9abfd640e0f8e, '', 0, '?'),
(0xcfd3e4d8f212b4d70a176310fec7d099, 'wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-endpoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-endpoint.php', 0, 0x8a8794f5684648aae71f6ae89eaeef75, 0x8a8794f5684648aae71f6ae89eaeef75, 0xdf6364543d45ba8ecb93aa23e2b21484763db5b8aaf0a088370cfa8ec690f851, '', 0, '?'),
(0xcfd68e36fc0c1c6239aa61c123732b57, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.min.css', 1, 0x00000000000000000000000000000000, 0x2108262303774a1a8bd411a0b7d56446, 0x47d0177dcbe88b4e419859f29db79abc9c200f164d9e8bb8ab2df1f08062c837, '', 0, '?'),
(0xcfe2f23018f927df2d0c11769a776ab5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Http/Batch.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Http/Batch.php', 0, 0xb1a2a21b6d59850c9c45431808d58960, 0xb1a2a21b6d59850c9c45431808d58960, 0xe68e20009acdcda472c459c39daaad73284c0bf6564ab56a2b87783f52fa7c06, '', 0, '?'),
(0xcfe3533c43a3d5a7180e159f3667bf29, 'wp-includes/Requests/src/Exception/Http/Status408.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status408.php', 1, 0x00000000000000000000000000000000, 0x4cfad9c8e2c75d70c3a6d68a114bfdc9, 0xab137c1367d52b197dd5ba4977f4ab0f79eb1f546c664f0da2c64f9c64ee98a0, '', 0, '?'),
(0xcfe98bada1827b5eaa074d552af48d5f, 'wp-includes/js/twemoji.js', '/home/forwardbetcasino/public_html/wp-includes/js/twemoji.js', 1, 0x00000000000000000000000000000000, 0xbdb01526e0b7f76b0889c1c48a58e74e, 0x8e253d08740675c1706cfd4c2b572ebeeda879ab8ec1f57bccef8f710a9386e9, '', 0, '?'),
(0xcff53ccbb7e90375a592a9ea519aafa3, 'wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js', 1, 0x00000000000000000000000000000000, 0xf65820ee67b975faf8d2dac5d8674af1, 0x89c1144e3fab2993f864a84424e08ccc18d17a5bb4166d9ad99a76950919b04b, '', 0, '?'),
(0xcffc10f45c549fa8400f534fe17c6d02, 'wp-includes/blocks/audio/block.json', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.js', 1, 0x00000000000000000000000000000000, 0x337d70deb495cf0f4264fd7b66c65b1f, 0x973de2f961f21f6462193c2bfb8e8cdaeb5607615edbad5c73965fe23f85df88, '', 0, '?'),
(0xcfff40b6f7414f3d09f279171341bc0e, 'wp-includes/class-wp-paused-extensions-storage.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-paused-extensions-storage.php', 1, 0x00000000000000000000000000000000, 0xc7f3dbf22f6f7455626905cd05b283ca, 0x2ecad4b2b24aed5fe499e79eed502cf04834f3147f41d8f6f3cc0fd56c598705, '', 0, '?'),
(0xd00811ac5d6dd9b2a71f0907e296adec, 'wp-content/plugins/wordfence/vendor/composer/installed.json', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x4d01e3a3582291a0c6b717bb55825d5c, 0x2aa43596c59301ade12c10159ef4567582432a825feff5f46f310a50439c0d46, '', 0, '?'),
(0xd00cecbcfa02a682046773988629dd85, 'wp-includes/blocks/latest-posts/editor-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/tab.php', 1, 0x00000000000000000000000000000000, 0xab84efca4214749edc9cb6bb7e48596f, 0x0071c1e760a22572f728acc799074b8b1139bd2e7ca13620f50f5939e1d4aa82, '', 0, '?'),
(0xd011a24d4025f16c483e4684b327e486, 'wp-content/plugins/amp/src/ObsoleteBlockAttributeRemover.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/ObsoleteBlockAttributeRemover.php', 1, 0x00000000000000000000000000000000, 0xd73018a990a8300ab3716e1fb69103a4, 0x1651165732bdf6d84cf779cfecc3193a7cd8fb404611780c65f9268d47eb49d3, '', 0, '?'),
(0xd02523f3ba1fe97415c1cf07f2348478, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x1b7912a85701fb307b58e56ea75aff30, 0x19c500410256f08c525888cac895ca7edc18e164a7135eed2f2985144052f2c6, '', 0, '?'),
(0xd03179f57d6590b5bb008ca91901e781, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/favicon_backup.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/favicon_backup.png', 1, 0x00000000000000000000000000000000, 0x6294e67409861bceea727735d24904ce, 0x234c0d2bcf493a9909b6852b7bcce8bd5366734d4a7770eb371b693f6af79b5d, '', 0, '?'),
(0xd03270ae7e29a6da28ab2f708c27a66a, 'wp-content/plugins/tinymce-advanced/mce/advlist/plugin.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/advlist/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x07f871a08c4e74b122700f08d62cd2d5, 0x3b506f9c6dd262f56f930fbbf3669ffdf13da40d738c974080a0d1ebbbd3c9e2, '', 0, '?'),
(0xd0373652f856ce2c3a4cefdef58c4001, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrRequiredButMissing.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrRequiredButMissing.php', 1, 0x00000000000000000000000000000000, 0x49f3a140ba1c0e7c14d0a6caaaccf62d, 0x29b7d3daf896be2e2148501ef283cc9ec7c87398684933fe8c4637b6600cb242, '', 0, '?'),
(0xd03874ad57ed27985c515fb9cbb07cb1, 'wp-content/plugins/elementor-pro/core/integrations/actions/email/email-address.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/actions/email/email-address.php', 0, 0x881c126849b00da7f144ff31896c09f9, 0x881c126849b00da7f144ff31896c09f9, 0x378f04e2cfffa8724afb21ab499f49f67bb84663552bd0675dee8d0bbbf746f8, '', 0, '?'),
(0xd03e366259a3b99541550c460bf02e01, 'wp-includes/blocks/archives.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/archives.php', 1, 0x00000000000000000000000000000000, 0xb83cf2ba3f19821fc6c7016b745cd326, 0xd2f5af6a145f7832d8b4fef27186e387e78a12768bc53f3385037ffcdf639f67, '', 0, '?'),
(0xd03e9b7306cb1f6c019b574437f54db0, 'wp-includes/bookmark-template.php', '/home/forwardbetcasino/public_html/wp-includes/bookmark-template.php', 1, 0x00000000000000000000000000000000, 0x26c4ca813f96ec3acb6eef003581d169, 0xaf674a238ae08b570988fcad6c79a36e3465a245b40104548e13a4923329ce57, '', 0, '?'),
(0xd05401c9dc40431739250b161f1969b2, 'wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php', 1, 0x00000000000000000000000000000000, 0xf36e981d7ef6654168e8981b21a1b821, 0x87ddeb56868339b162273f4a241180ada339413ea02e90ce54a8102678b28a6b, '', 0, '?'),
(0xd05a818c6f74f1f43fb0358838a8342e, 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-yoast-videoseo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-yoast-videoseo.php', 0, 0x4ca33885156d02572058ee17f7069450, 0x4ca33885156d02572058ee17f7069450, 0x2d2ebcfa683ccbba206dfeccdf09b50390ae3aaa14a69a10c92069f00666238e, '', 0, '?'),
(0xd05e25d289cacd9fdd65d288e88c92d6, 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/block-library/classic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xddae75bad8788c0fc332c4ea98563843, 0x3639ad12e1e9f2d853ee24b5cc03420723e76e2e301ec92538d56c462a2422c3, '', 0, '?'),
(0xd06c23bf78bd43f6efa359ce00b0fc5f, 'wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-post-filter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-orphaned-post-filter.php', 0, 0x7e8488587cb600e3ca1644dbb95f1963, 0x7e8488587cb600e3ca1644dbb95f1963, 0x5638cd7cf18f8bde585bef54a242e0fdcc0fd38e5c74b94c55c3aeaddbeaddbb, '', 0, '?'),
(0xd06e457cb405fcac2c43090ab86ae3ca, 'wp-content/themes/jannah/templates/login.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/login.php', 0, 0x27d158490fcb61fb71e999454d5bbcd0, 0x27d158490fcb61fb71e999454d5bbcd0, 0xd935c485acb675a640c58d62df512b269d05eca882d457e7227e0c7b64ec8bcd, '', 0, '?'),
(0xd071c71ddadd2c6b4bb8b1ffeee80149, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0xb844efe3f6576c41794cc118045254b2, 0x884762ae8881c61870659a4ae083e61f402ba0769111b18783212f2ac7f082f0, '', 0, '?'),
(0xd087a7da5c6fcd002446767adff300e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFormAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFormAmp4email.php', 1, 0x00000000000000000000000000000000, 0x257438b3fc45bc2bef650c8361eeb0d9, 0xe5f4f4a8e6dbf829fb65bfee9d4100cfcc9d43897c98edefb948897622744523, '', 0, '?'),
(0xd08f0b798800e94f2d2c4f770327f1d8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ellipse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ellipse.php', 1, 0x00000000000000000000000000000000, 0xd3b161208be4434c689d75b8712774f5, 0xcc202c9ac78ac7ec1db116678f15bf04b6cc1a5f81770b0fcc69e2d8ae2e71c4, '', 0, '?'),
(0xd094efe7e0d0c0229c4ba5057e0e70a6, 'wp-content/plugins/elementor-pro/core/container/config.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/container/config.php', 0, 0xafdb9fafdd28ff5674fc45be1f5648c0, 0xafdb9fafdd28ff5674fc45be1f5648c0, 0x6033831c3482d5f1688643a787ffef2ac713e0bd215d240cd2bc86f9b76e97fe, '', 0, '?'),
(0xd0a122543d46053aa1aae9d080c50ffb, 'wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/smilies/icon_arrow.gif', 1, 0x00000000000000000000000000000000, 0x2009c9ff4a3cd667fecc6f9d08393a78, 0xa56e1c8163b2eed6783092c4a5e3c2e1748b944e85a1d8debe59083258002119, '', 0, '?'),
(0xd0a3235c9d47487b732be45a8ce931e8, 'wp-content/plugins/elementor-pro/vendor/composer/InstalledVersions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/InstalledVersions.php', 0, 0x182d5924ff0b528f008a83d1f5809d02, 0x182d5924ff0b528f008a83d1f5809d02, 0x4ea252c3ad32e1c6df488a68db264813583a62075d8bfd64ccb38afecf324fe5, '', 0, '?'),
(0xd0a92f6e7bfebb29c0ceb44e7bf1111e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/frontend.js', 1, 0x00000000000000000000000000000000, 0x6a0f89929eb0eb5fb6092760de1c0a94, 0xa2b258327810c8f0d2a9588776d836dfa65232e11d30d5c02039dc9ab4f73973, '', 0, '?'),
(0xd0ad5116b74be18572f91eb17de0fdae, 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/6.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/6.png', 1, 0x00000000000000000000000000000000, 0xdf66f73d6ea6c059a05136ee6ad975b5, 0xdce7aaa414e6aed887e33fa022a67a28cddf972a0b095cb462cc7e6ef79ee735, '', 0, '?'),
(0xd0aea107d876d2574c0ed1a40c0ea99a, 'wp-content/plugins/wordpress-seo/images/readability-icon.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/readability-icon.svg', 1, 0x00000000000000000000000000000000, 0x69a28b9346146830bdd842e38ee37db4, 0xc11457bbff0ac0df8183a6ec99b9bad3f789df37f86072dc19c51b7b494ed246, '', 0, '?'),
(0xd0b1dc542ac20eed84c33098a33dcab9, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidDefinition.php', 0, 0xfdec5fb1a029fce8540e3e776644d75a, 0xfdec5fb1a029fce8540e3e776644d75a, 0x121f1b016f2a62f0df8a610496954139daddb1f15338efad87988a162336cf56, '', 0, '?'),
(0xd0b7e5f37867bdde412bff96644ea379, 'wp-content/plugins/elementor/assets/images/app/site-editor/product.svg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/dynamic-blocks-2340.min.js', 0, 0x1aee25c8d7f639274f27b9c92ded6808, 0x1aee25c8d7f639274f27b9c92ded6808, 0x98da2b52d7e6f8ada3f36420c1ae99bc8aee533597ead086f5efddabffd3bbbc, '', 0, '?'),
(0xd0c1a01661b216e54fdc5dab82034324, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-4-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-4-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfc89ef149af01e94cebaac3bd0627192, 0x76c887dd807b4c1c185573414ea80a4950927b49ebc3d729d0e08d84c692cb28, '', 0, '?'),
(0xd0c2e71cc42ff008456d53f1edfe7ef4, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x15d968d9751a0f4eae5f8f30155803cc, 0x608d247b283f361cc66d6516b9786427bcc2a9d3e150d40399cd6a6eda981f57, '', 0, '?'),
(0xd0c9c9148a8e2e1c705dbcc816bde05a, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', 1, 0x00000000000000000000000000000000, 0x1eb7d948b09c4c4d8bf1ee5d6a3895d2, 0x5b6c6a3d1f93e087425b0a7f2215bfb1c97542be755b5564e6b2523eb165ceab, '', 0, '?'),
(0xd0cd757cbe3d3aa331be0e13e7d276f8, 'wp-includes/blocks/post-excerpt/editor.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/js/media-upload.js', 1, 0x00000000000000000000000000000000, 0x468bdfbb563fc2df1961cf6e0dc808ba, 0x9945a59fc0ffe491f2612c9f1a82e12c794da02f5c6951d9d3a01622d23f3238, '', 0, '?'),
(0xd0daf1ae189907515f702f6e3469a358, 'wp-content/plugins/amp/src/Admin/PluginActivationNotice.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/PluginActivationNotice.php', 1, 0x00000000000000000000000000000000, 0x9cd697ca1f2f6db8912882275f244bb3, 0xcf6d2d657cd8070886d425909a4176458c8bd63161555a4a693cba56ef68c69d, '', 0, '?'),
(0xd0db611e269690d96c048f737b312930, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php', 0, 0xa83489b3a800a5b4f7028893513a35f1, 0xa83489b3a800a5b4f7028893513a35f1, 0x27d0dbcb383237f3862e435d05677c05d8084aebb4ff9a7dc54c68309e97e8e4, '', 0, '?'),
(0xd0e02f113c7660368e93595dace00d08, 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss', 1, 0x00000000000000000000000000000000, 0x289f81a2f0d3d7c3ee1fc97bc6b84dab, 0xec0dacfe87453da1b9b0054b03d2c249f379211159b6a7762ae45ca9935f963e, '', 0, '?'),
(0xd0e08a2358664f82ac89d4ffd1bc61bf, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/thrive-leads.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x5932146552c5d1dbdbbbc0491fe88bd5, 0x527773cafa35c7a836fefed61d03e6a1d0a2f64b78f49e69192c8d05757cbbdc, '', 0, '?'),
(0xd0fae46423b7ac75a98ca3d2eebb5e34, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-gallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-gallery.php', 1, 0x00000000000000000000000000000000, 0x54c662eed56a2ba02a8f41c33f5fd42a, 0xe0fe624b75019d59d091265e3dbcbee5ad0f8c4fd17fbd5df938476a62dfd60f, '', 0, '?'),
(0xd0fc15215ab9266b417958fddbe19f29, 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x614f5963cd2a4329eb0282889e8625ca, 0xe6a9fb7ed0243b8d567cb8b426388d98a46d70c89be2d3688e0fbcbe1f3e9bee, '', 0, '?'),
(0xd1039c4555bbabf42dd184834ddeea3a, 'wp-includes/blocks/more/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/more/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfe7aa9c5ecddebf1e2e29975f3848564, 0xfee479162abe43c4eb3657e7c0babcd58fdbb3c3772fd638f5a83aa57419beb7, '', 0, '?'),
(0xd109427e6d3919bb626e629bc587603d, 'wp-includes/blocks/details/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/details/editor.min.css', 1, 0x00000000000000000000000000000000, 0x99327f1747e01461e4a046b221505e19, 0x235f082acb06d925299f266bc2c23bffa6e25d5691b108107eecbd7a170c9d6f, '', 0, '?'),
(0xd10e5d4a5fdacc7f6e194672659906a8, 'wp-content/themes/hello-elementor/header-footer.min.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/header-footer.min.css', 1, 0x00000000000000000000000000000000, 0x4f6608672aae4899d264369dd0c580d9, 0x49d2658a475f4753c66ae7a242ad8266d9ef6ba00ca42acca400616f7b55f418, '', 0, '?'),
(0xd11090e6c1e633bab300236879d3a45b, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/AutowireDefinitionHelper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/AutowireDefinitionHelper.php', 0, 0xd88878c3421ff7910f70daf38ad5e083, 0xd88878c3421ff7910f70daf38ad5e083, 0x779296c741e0860f951d821e0d2b64f3d0f200065fa5b0a056def5dbd8a12d31, '', 0, '?'),
(0xd11aee62d1e6c16d80418062471ebcc9, 'wp-content/plugins/elementor/modules/nested-tabs/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/nested-tabs/module.php', 1, 0x00000000000000000000000000000000, 0xf0109bad3e5a5e9400b63915aa07a8a9, 0xc9127bb750a29971ba812f35e3d1a640f038cf20232e0d82e8e825b755a5b9c0, '', 0, '?'),
(0xd123872474b8ec80a6aaf4bf14884dc4, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Xstore.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Xstore.php', 0, 0x73943d1e742625fdb776778a0de9ed97, 0x73943d1e742625fdb776778a0de9ed97, 0x299e75289ee24cb4cd28cc2bdd5d40aeb6dc03bd75d124f9bfba157a652e1cc9, '', 0, '?'),
(0xd124402560ca4cf1540edfdbaac50260, 'wp-content/themes/jannah/framework/widgets/social-counters.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/social-counters.php', 0, 0x8ced86bd76cc0002c46a395825f7d7cb, 0x8ced86bd76cc0002c46a395825f7d7cb, 0x4c5926915d611f7632e42610f90b57a5b7d583a9be63fc6fe301649d0bda4f19, '', 0, '?'),
(0xd13285802da3774a053dfbcdda7b2089, 'wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/text-columns/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd1ebef77f2e5607dde4efb0abafe5803, 0xac7421efe3fe6c8e60af7c2ab55e85abd930bb09dd6c7f2443a7bb06f23b87ed, '', 0, '?'),
(0xd147bdb6ac439621340408961d7c609e, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-title.php', 0, 0xc600bcc65a4bdad37f649678bd3b1272, 0xc600bcc65a4bdad37f649678bd3b1272, 0x1a351b13b31373869c793415e4baccfd2650e91d140ba8db64cebd8638708473, '', 0, '?'),
(0xd14908c0c15c7409a0115b49b2f1cb9c, 'wp-content/plugins/luckywp-table-of-contents/core/validators/RequiredValidator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/RequiredValidator.php', 1, 0x00000000000000000000000000000000, 0xd26b2db98a3986c554060d1e0b34df05, 0x7f9411f71a044e797f80e746bcec57d5b0d34cea93f043aee7f511395b01b95c, '', 0, '?'),
(0xd14b30b50c27b2dfb521e425b17f02ec, 'wp-content/plugins/elementskit-lite/compatibility/backward/module-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/backward/module-list.php', 1, 0x00000000000000000000000000000000, 0x4eb7b4ee075c6ba9c5556459c3bb9d40, 0x05f7e1c4fcdde273916d9822ab00dc0ae4377a5e1c005a7b14628dea94b0dd21, '', 0, '?'),
(0xd1555714f3abab7e2f4e8ad309a7099c, 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php', 1, 0x00000000000000000000000000000000, 0x5ae6457166246a8bc0709cf26e23e67e, 0x4705d9a24c4621f7fdddbf1e5d97a08d6e2313cb32f8d4e435d8e71b08f79a8b, '', 0, '?'),
(0xd15f5c63396d4c8a76e9e8a33189d1fc, 'wp-includes/compat.php', '/home/forwardbetcasino/public_html/wp-includes/compat.php', 1, 0x00000000000000000000000000000000, 0x78f3d195533dbff4b3f81cecda6a26a7, 0x9e3bd6efc5f0d093058cba84eed54e1193294e76da94be8921f160eeafbb3492, '', 0, '?'),
(0xd16d61f50e764d769f1c4b12f3b3a51a, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp', 1, 0x00000000000000000000000000000000, 0xddba90f8fd3735994ec50a38f6750ef8, 0x72b5c589f77b0b5e896f328b675de2e16768ea6af2d5a26750d7aa99597118b0, '', 0, '?'),
(0xd175526ca374d007ddcdc0b4229318d1, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidAttrValue.php', 1, 0x00000000000000000000000000000000, 0x7840380afb5156e649873e2a21c38c0a, 0xd9a416a408899f155f346b4f84f36d633e8003e977d55dfbaf1f6572d174392b, '', 0, '?'),
(0xd1818296d6c2b029d7ed90de26e254a3, 'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateCountdown.php', 1, 0x00000000000000000000000000000000, 0xef7faa868c8488b60599dfcbb49913ca, 0xb7e15a4cbc71ef18d5b26894cbb516217d33a65969cc89e5228a478d1df8d2ff, '', 0, '?'),
(0xd18ddaac78562688545a780f6a779582, 'wp-includes/blocks/footnotes/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/footnotes/block.json', 1, 0x00000000000000000000000000000000, 0x8a08ab2ee7eef7518cacbc66e66ef333, 0x6cdf692b21eb29662525d075a50e21ce598465b8c7d4e6023427151ea49699be, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd18e293343e5704cd99c30b53db48cc1, 'wp-content/plugins/elementor/core/utils/str.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/str.php', 1, 0x00000000000000000000000000000000, 0xacff7d9545fb1e6cef31ebf71a8c0d98, 0x39ac4807939c49650cac183ef2c5e7f18ca20e3259281a31767ece6bf2e51183, '', 0, '?'),
(0xd194dd626c2f8c0fd8e8ee40d14e845d, 'wp-content/plugins/elementor/includes/controls/base-units.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/base-units.php', 1, 0x00000000000000000000000000000000, 0x2dc983f84f8a31572a37038eaf480d1b, 0x61135f8b2f35d7826f344c25f5cb1439025b7fd0afa1e66ead4660f393a1dcae, '', 0, '?'),
(0xd196b48f2299d073826ba3e306fc3833, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss', 1, 0x00000000000000000000000000000000, 0x60bcd3988896de04c08ffb299818c66e, 0xd12825d54c7bc130d70f64ea082026ecc958d23249fe958a1a95ca9c6771fba6, '', 0, '?'),
(0xd19bd758ca438bdb6c428dc8861e2ce7, 'wp-includes/blocks/query/view.min.asset.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-list-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc4bfa5503490a4e2414759013c08e292, 0x7acae1b30e2349082fbb7ce0f1997850de1d91b85e6c07043b382dcdaa29ff0d, '', 0, '?'),
(0xd1b6c9b77a96484327b330307702fa2a, 'wp-content/plugins/elementor/assets/css/widget-google_maps.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-google_maps.min.css', 1, 0x00000000000000000000000000000000, 0xa9a5cbf32a894038f587c4da5c24e563, 0xaf7e3b0e1a1b4a760ed81424249717f3b166b4fef3dd059ff43df417bafff4df, '', 0, '?'),
(0xd1b6dc223c39deba8c5a19586daac795, 'wp-includes/class-wp-theme-json-schema.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-theme-json-schema.php', 1, 0x00000000000000000000000000000000, 0x8f6079cfe419756ceea6878f86835b29, 0x3c5a359aaae8a465ec93779473ddf05bbf0c719193729cbd5fec3135c6f137bf, '', 0, '?'),
(0xd1c2436e1dbf43f1be5ea5033338d1d3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Uri.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Uri.php', 0, 0x64dabd70291c5727edb27f716fb61526, 0x64dabd70291c5727edb27f716fb61526, 0xd1e63b0807cd995a4690b318c35b10f6488f8f0d58ffe2f9d5edd03c3a9647c4, '', 0, '?'),
(0xd1c252e3f69125a115a6741824eea489, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-6-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-6-render.php', 0, 0xcf444624fe72f55014b275c5be536f7a, 0xcf444624fe72f55014b275c5be536f7a, 0xe5630cefaf0af7c2b60421f706614f171857979fd844752b33527d13c4780387, '', 0, '?'),
(0xd1c8dddcfd6aba049b2850153004aef2, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-horizontal.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-horizontal.css', 1, 0x00000000000000000000000000000000, 0x0bcd313022a584280c07151b3859fcfd, 0x6cc911f91ec0ddf08093567e5733eca1f989ce79543da96ef6c50bd5b0c4cfb0, '', 0, '?'),
(0xd1c9cd60ba4a76eef335676a57918079, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMathml.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMathml.php', 1, 0x00000000000000000000000000000000, 0xad91680c9f1e82f5114e1b98ca3403d7, 0xfc25615a7f76835e678539a49cf769fe73aef7594a07efadfa4be7e147986d3f, '', 0, '?'),
(0xd1ceac74c00e5c11041761144d87dfc6, 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-prop-types-mapping.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-prop-types-mapping.php', 1, 0x00000000000000000000000000000000, 0xa4ca13732b56fe1a004991c08abfd637, 0x242d73f19f30ef440c7310de96048385defaba39c820e18c52c03f67eec2acf8, '', 0, '?'),
(0xd1d4cdc0b9570bbe5a070cdd0491e2b6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWistiaPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWistiaPlayer.php', 1, 0x00000000000000000000000000000000, 0x77b33c27eb987f1d3e7d23965cc8182b, 0x15d43add336ad8812ec5dbbfa8635cce4204cf5fc87680c5032fc1d0a2ae324f, '', 0, '?'),
(0xd1da065b92c20bd03aa6d76094329bde, 'wp-content/themes/jannah/framework/blocks.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/blocks.php', 0, 0x86566088c8ebed61806062fdb8165429, 0x86566088c8ebed61806062fdb8165429, 0x3630be2641b949ef006ee2d61d4334ae311bbe488774cc2d5b6273988af66603, '', 0, '?'),
(0xd1dee476b169549728528160c09a7b26, 'wp-content/plugins/elementskit-lite/libs/framework/views/init.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/init.php', 1, 0x00000000000000000000000000000000, 0xa9cc1b9ae067435316e40184b7b917ea, 0xbd151be3c5ff57733895ec0fd95529d819c1d3ca5796930adf4784efab5d97ec, '', 0, '?'),
(0xd1ec199f29309e8504a4992561acb311, 'wp-content/plugins/elementor-pro/core/app/modules/kit-library/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/kit-library/module.php', 0, 0x68bcabc881ec75aecc955e6e7429808a, 0x68bcabc881ec75aecc955e6e7429808a, 0x7ca58a0749de8971153d0b69ec53a979a00013077d943780fd0898238cf752c1, '', 0, '?'),
(0xd1f21459c366dbdaf1388f763fc2e742, 'wp-content/plugins/elementskit-lite/modules/layout-manager/assets/js/ekit-layout-library.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/js/ekit-layout-library.js', 1, 0x00000000000000000000000000000000, 0xc62ca4545ebde29e37d50c1d4fe024b5, 0x6a76f87c222dc37f174bad3df20468d604bb9caa1f9a2c16831310c6554babb0, '', 0, '?'),
(0xd1f286bed45fa75623f0aafeade64274, 'wp-content/wflogs/config-transient.php', '/home/forwardbetcasino/public_html/wp-content/wflogs/config-transient.php', 0, 0x2e79321f73603ee35babdf440dc0f778, 0x2e79321f73603ee35babdf440dc0f778, 0x411ee908a1b0618d6d33e87d483a45b5fb5edc88f467805dddf788e33a1d4456, '', 0, '?'),
(0xd1f6aa8cc1cb6d8ee6a15d19f5128831, 'wp-content/plugins/elementor/data/base/processor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/base/processor.php', 1, 0x00000000000000000000000000000000, 0xc034ff27bb56fe43fba3bdeec900b1d6, 0x4277a5695920792e86d84ed5085d46540a300701c4606bf8b2f58e77d5f96fca, '', 0, '?'),
(0xd1f8e8df51481924af62e6a2c3798244, 'wp-content/plugins/elementskit-lite/libs/xs-migration/migration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/xs-migration/migration.php', 1, 0x00000000000000000000000000000000, 0xbcaf1189c72640b15a15a58de4e0a1f3, 0xb29c97dd0ccbac071942fb34496b0b434a2389dd30b98509486ac33efdbdc3c3, '', 0, '?'),
(0xd1f929fbc40d57b6b1e8b9a3d73c4fac, 'wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', 1, 0x00000000000000000000000000000000, 0xe44e1e8de4ec3dae733ddca19e3ab82e, 0x346ade21248b4a1552a73094e2177334a308715719b594a3427fc5e6dbb1348b, '', 0, '?'),
(0xd1fae8d905a7a0fc6a5e6920549d89ee, 'wp-content/plugins/elementor-pro/assets/js/popup.f7b15b2ca565b152bf98.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/popup.f7b15b2ca565b152bf98.bundle.min.js', 0, 0x5111e5b9b1af237ef2521ad5a4d25ba7, 0x5111e5b9b1af237ef2521ad5a4d25ba7, 0x085c84b18f6895b019857392c40ebf58e61dcb904398a7b4527ceaebb57fb643, '', 0, '?'),
(0xd1ffaa7d1c8273426dcec2277ba73062, 'wp-content/plugins/elementskit/widgets/twitter-feed/twitter-feed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/twitter-feed/twitter-feed.php', 0, 0xfe3e94b549b6bdc51cb867a3bbe5017b, 0xfe3e94b549b6bdc51cb867a3bbe5017b, 0x7933e53fc8a88843c337e8942313607d374b1a22d547cbdf741a7a66b0074d1d, '', 0, '?'),
(0xd2066e25f1c82799d56f3e549275d39d, 'wp-content/plugins/elementor-pro/base/base-widget.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/base/base-widget.php', 0, 0x381795e407abb5b3ae859d0367abc69e, 0x381795e407abb5b3ae859d0367abc69e, 0x750ff22cae60067147d44b99685f3c4bdffa113f2462d174ca3ee52e2f8074b7, '', 0, '?'),
(0xd207800c890cb1d614ec66707a9ef6c4, 'wp-content/plugins/amp/includes/embeds/class-amp-base-embed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-base-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x10179b063b03d2cd5f6f45e56033fa7c, 0xecb32ad24bc3e3d6a3811ce67a2526b3ce7cd05e5d1aa6e76cdae1571c9c0d7b, '', 0, '?'),
(0xd20cd2d80cb7ec4bc83131a9aa620300, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/user-edit.php', 1, 0x00000000000000000000000000000000, 0x0cc57b44d3277e8cd9fe3112bd249e05, 0x06fa01af4718f15b51c31ba9294e6fcbd4b8ecb4b45d61c3ef4e83faca7fa887, '', 0, '?'),
(0xd212008b396936a904c0789dc0838dba, 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php', 1, 0x00000000000000000000000000000000, 0xec9491151b7f4a1c546d70e1ffc06386, 0xdc84d4916cd0e6d1f71935226dc0d2051561a5e65a042cd24740b847697ae4f2, '', 0, '?'),
(0xd21306e3ab4073155efffed845e0422e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SyslogHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SyslogHandler.php', 0, 0x9bd2ca10bcfa5a65bc3e81c9a758324e, 0x9bd2ca10bcfa5a65bc3e81c9a758324e, 0x831f2a70fca62154084c298c3d203f5fe4979624ad77a0afa368cba6d46d80e4, '', 0, '?'),
(0xd213a8593ababf5295c2e77cb06ebd4a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php', 1, 0x00000000000000000000000000000000, 0x562a4bb6532a86845ebfca13287da80e, 0x14e6fc24012ef6b6978f4195d45e6a130e170a336e0fced1da5e5f4ce41f1753, '', 0, '?'),
(0xd214a2f75b58a1249cd3f81b69cba1ca, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-code.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-code.php', 1, 0x00000000000000000000000000000000, 0xbee4ab27a245614649a794e0ededb41e, 0xe6f80f6b94610ccd9651a31dbc54e460dde5176ccc8281a780a209721e2917a3, '', 0, '?'),
(0xd22335228d2e98d860f874dcda44104f, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-csv-loader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/loaders/redirect-csv-loader.php', 0, 0xa51b085edf851a153903a06aeb3a633e, 0xa51b085edf851a153903a06aeb3a633e, 0x99e086479ea43367463bd7ed1a4ab6b9e11a9c8a9631d34153052e529109ccda, '', 0, '?'),
(0xd23703b55b2a77a24a0a6e1288acba3e, 'wp-includes/js/dist/redux-routine.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/redux-routine.min.js', 1, 0x00000000000000000000000000000000, 0x147b08fadc5cbcc9007b99d05cdf44e1, 0xff52f31fbdb4eefadac18a22b13b4ab82e82eb28411874e586c6d36bd133f9eb, '', 0, '?'),
(0xd237fe88ef0cc9cfa3e77e1c530f670d, 'wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js', 1, 0x00000000000000000000000000000000, 0xce73f57fe15d9c943883e4ae79d09f71, 0xa9eb6571229310aa137ae62509ceb77a09a9d0788ec3f6c0ae6290b0ed87c081, '', 0, '?'),
(0xd238af1e73e98e97899adfb94f1768c4, 'wp-includes/js/dist/vendor/regenerator-runtime.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenu.php', 1, 0x00000000000000000000000000000000, 0xc61de1c41f2db1bad3de789ba06afd8d, 0x0cba2f024d20a52088c68a121a4e247a179faf210658539087210d5b6bf0d727, '', 0, '?'),
(0xd248509b42893589845045b75126811a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelCanonical.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/js/settings.js', 1, 0x00000000000000000000000000000000, 0x78217d6dface414c10d31a04db5627a8, 0x97e2e5097f54c99b21c8673b7bb41e48c04745ba0dc170d710a8024f82bf6865, '', 0, '?'),
(0xd25671d91b041d915f8001ed2c95fd9f, 'wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/roadmaps.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/roadmaps.png', 1, 0x00000000000000000000000000000000, 0x39847469153b0e696db169f0270e26ab, 0xb00555ce85cd94d32976e55747d7a6d04afcf1b9577f1bc30d92260b86e74bd6, '', 0, '?'),
(0xd25af30af82581e047ab93a3200b48c9, 'wp-content/plugins/elementor-pro/modules/notes/database/transformers/user-transformer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/transformers/user-transformer.php', 0, 0xeb836dfb5a918eaf0c84e94e0d659226, 0xeb836dfb5a918eaf0c84e94e0d659226, 0xf9d8c8573bf78863e02aeabf1df07bfb93ea67656374096434adb9de635fc24e, '', 0, '?'),
(0xd26375596888833adf0ba457f058a3df, 'wp-content/themes/twentytwentyfive/patterns/header-columns.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/header-columns.php', 1, 0x00000000000000000000000000000000, 0x0ef92bc617e423036c596de6ea0bb28d, 0xc70ff867afd5329983c19a219f52a2c59e5a9aebf27f76eddaefeffda4f1c01c, '', 0, '?'),
(0xd267837392548891c71d41a15d87a619, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedRelativeUrl.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-tabs-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x29e02017fa34f419f665d182d4e1c038, 0xe6165482cd793cba0c8213719134473b53579aa619dcd420a09916cbade7a948, '', 0, '?'),
(0xd2780a415be82a5a7853c2e639ae4e59, 'wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss', 1, 0x00000000000000000000000000000000, 0x9d29984d2bf52ea1f5e88cdbc678bda8, 0x7696c32aa123a82820f4529105a0bbfacb684c0c151ed7c446aa886fb178a383, '', 0, '?'),
(0xd28c0821c871eb3e981f988aa8a68e59, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xcd64052d8a8083a40e38b2306211fdf3, 0x39876f95ef214614f6af1273757041889b5f1bf5db1a646163c05d4bf77a318c, '', 0, '?'),
(0xd296368ad0f24dd6a614b6ae357748cc, 'wp-content/plugins/wordfence/views/options/option-text.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookPage.php', 1, 0x00000000000000000000000000000000, 0x45994780f6e228faf995b8cf202a571f, 0x3f1bec214f19e05b9b9af4bdccef7c59f7d1721056b960821fc5df6ffe6505a0, '', 0, '?'),
(0xd29eb3e5faecc79ff603094b73cdd7d0, 'wp-includes/images/icon-pointer-flag-2x.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeModal/views/modal.php', 1, 0x00000000000000000000000000000000, 0xf72e68d3adfbf752c9fd32b57eba8a22, 0x1a5b6534f5e219743a26eeebeaca015bd092262730e6b7beb6ed6fd54fc815e0, '', 0, '?'),
(0xd2aa1b9e0f6bf8cf197da2a281068345, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/ajax-actions.php', 1, 0x00000000000000000000000000000000, 0x5664cf72e7794ad8e60928818e41c61c, 0x9fac4907f07d0e709f09cc00d4e397074e80e1f2b5ebf1fb48c7da2e1e6240c8, '', 0, '?'),
(0xd2adf3905f566c4bf867b02101708631, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/options-reading.php', 1, 0x00000000000000000000000000000000, 0xdd52d33538b41dc93eeeb4cb3e9f57ed, 0xbac712ff57e910fcfac702255991890202c808a8c1120514f65f4a1eaf5c7b7b, '', 0, '?'),
(0xd2ba4bb1ef6da1c7b1f110907bd1a789, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php', 0, 0x5b9015cf5cb2705d69de9b685c2427db, 0x5b9015cf5cb2705d69de9b685c2427db, 0x5f9a57ca77cb82aaee4f0ce2330bd3180c9c12fa596aa516ee21729d5b712c33, '', 0, '?'),
(0xd2ba7f6a3515e7ec8fc5bdab16be5f79, 'wp-content/plugins/elementor-pro/modules/forms/classes/action-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/action-base.php', 0, 0xfe4ed0ec4d6c59495c9d2ef7bec74138, 0xfe4ed0ec4d6c59495c9d2ef7bec74138, 0x9af97f43f2221fffb94661c7ad5a0b1a67df145e931f43a05e42fb4ef9b4e62d, '', 0, '?'),
(0xd2beef6535b23cf641367714959ac196, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/Compiler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/Compiler.php', 0, 0x8fae6125553f55bef0bcb23229f4137c, 0x8fae6125553f55bef0bcb23229f4137c, 0xb5d5c8eec06ebe9db50670754d8a95d08361460cda7234e5af94d94f71ebf84d, '', 0, '?'),
(0xd2c04738ea5c51c1c6df0d75de608b9e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveSharedConfigsAttrs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveSharedConfigsAttrs.php', 1, 0x00000000000000000000000000000000, 0x7e148f8d83abbff1e84b1957fc5c5044, 0xefa136433fac836129502117c5a281293b297e11f4ce05860bdfd8f13bc780aa, '', 0, '?'),
(0xd2cafadfedf0d6bb93531808c5f881c3, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.js', 1, 0x00000000000000000000000000000000, 0x8d28590a43796221a79e022d93520b8f, 0x99024f693beda863400187ca244103b3c3f10f97f9628fb280c5d95cd0324bfd, '', 0, '?'),
(0xd2cb7272fc951b3567bdac86b83baecb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomposite.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/description-data-provider-interface.php', 1, 0x00000000000000000000000000000000, 0xe909eab6be19ebd8c196677c94b1d3ea, 0x8d1b57df2fcef26934c9dd93e0f4eb7a69e503acdb970af61e47f5e89d56d1a2, '', 0, '?'),
(0xd2d54c7435393396755e98ebe429d9d4, 'wp-admin/images/comment-grey-bubble-2x.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/Exception/FailedToMakeInstance.php', 1, 0x00000000000000000000000000000000, 0xe77f0c07bd2bbc7ca1a2450e6fb7958b, 0xef2f75f65c5b0a9d20133801fde1ac3c316ada2063033c7d2b91c7db9b70d0f0, '', 0, '?'),
(0xd2d919cda22b2dbed8c7aaa577e64192, 'wp-content/themes/jannah/framework/admin/theme-options/sidebars.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/sidebars.php', 0, 0xed4b5c7f35d98df860d3f9e40494d5a3, 0xed4b5c7f35d98df860d3f9e40494d5a3, 0x5ba29e7b457563f4bd5690af2b61bf4a05361fb6b13584a5c4599a7867907216, '', 0, '?'),
(0xd2dd18cf7197be7e33e7cb1bc5d4f198, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2', 1, 0x00000000000000000000000000000000, 0x3772a29a2fdcab4c910485565c9d85a2, 0x2e7f9149a179903a5015e61b5ddc10ca21c67e509d09d7ab3ac8708335659150, '', 0, '?'),
(0xd2e77228ee3794c65bcd5ea473afd525, 'wp-content/plugins/elementor/core/base/providers/social-network-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/providers/social-network-provider.php', 1, 0x00000000000000000000000000000000, 0xe8516e9c254074cfaccc0bb8e4ad6b5d, 0x128c26076b5f7f71bbbe0e6771dd20fa31ec2e696db7161d264ca26ab8afd365, '', 0, '?'),
(0xd2f16cfca4491e0d2c0f904238f0a6ba, 'wp-includes/blocks/quote/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/style.min.css', 1, 0x00000000000000000000000000000000, 0x46936ddcfd142f78c51f25b1726b61b0, 0x0788ad59f6885359a54f4f63133174ea6a7852b4c919a454891cc0a908fa42f2, '', 0, '?'),
(0xd2f5cc418f585a96adb50c0b1010113d, 'wp-includes/Requests/src/Ssl.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Ssl.php', 1, 0x00000000000000000000000000000000, 0x541ecee9d8766275cfd8b63abacd7cc9, 0x92c48b5ec8a8e79e854bc94663225764200056d5d69c91ae2c65622848332cf6, '', 0, '?'),
(0xd2f905a4993cd014d150df1daf55d5ac, 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/trait.php', 0, 0x86bf1eb6e5df4e49826a5e83696a07c8, 0x86bf1eb6e5df4e49826a5e83696a07c8, 0x2689ac7ed2bd773fb3462c4a02fa977f94bd465e8171e2bb84d9dc6978f04292, '', 0, '?'),
(0xd2fb5072f44098d6e1affaafef34a621, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.min.css', 1, 0x00000000000000000000000000000000, 0xd55494b6ed94dc96e70f28943d4345d8, 0x0df227605e7c2950dd153d584e450ddb82e5c61da5ae83f326561ef691f37fde, '', 0, '?'),
(0xd301b475f987bca90f8026a711cf051e, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DecoratorResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DecoratorResolver.php', 0, 0x8877cdcd289bf7ed8219787058e1fe6e, 0x8877cdcd289bf7ed8219787058e1fe6e, 0x5c2f78660c36ac6e526029b96b2fa216e638f4a38179aa7cfc9308ed28530f89, '', 0, '?'),
(0xd30b77835d6349fd157782e9c8b0d848, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', 1, 0x00000000000000000000000000000000, 0x68f33a70bd4d6258580c9b123719dc77, 0xe6d8f918a94f714e2eaaac88e8ba5c6e5eeb3d869fe493919735b3e13bf86c56, '', 0, '?'),
(0xd30d904c9923158aa7553df8ec2afc4e, 'wp-content/plugins/elementskit-lite/modules/widget-builder/fonts/element-icons.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/fonts/element-icons.woff', 1, 0x00000000000000000000000000000000, 0x535877f50039c0cb49a6196a5b7517cd, 0x9fa0742fb26238033fdbf789ab890fcdbd6aa2f00d81cb4fb909a406e510de2a, '', 0, '?'),
(0xd30ed98c67c13e09b1477108b702d5bd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/LibxmlCompatibility.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/LibxmlCompatibility.php', 1, 0x00000000000000000000000000000000, 0x8393d18d7ed72f8fa8ae7892795381fd, 0x66528101fb6cb34a499714c13230e36b896cd7b69d5d339f114f1933f14684d1, '', 0, '?'),
(0xd31bde0f8c803afb2aea8a1faf559a6d, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-background-process.php', 0, 0x25cb0121bb5172f4da7d4f7287c8b90d, 0x25cb0121bb5172f4da7d4f7287c8b90d, 0xec1a8fece129f5618314de3d49eeefaeae2bf235237cac6f20d5c92d80362583, '', 0, '?'),
(0xd320d9abd51a73045950cb65a5f869c8, 'wp-content/plugins/elementor-pro/modules/library/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/library/module.php', 0, 0x195f08370048d478b47d3f1cef6d7b8d, 0x195f08370048d478b47d3f1cef6d7b8d, 0x3a1657f92b933dbff5de78e56ea0595814f1812a99d6ba7496af49f5a2326d8a, '', 0, '?'),
(0xd32845684c667cd00382f9bbf1b6197e, 'wp-includes/blocks/details/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/details/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x99327f1747e01461e4a046b221505e19, 0x235f082acb06d925299f266bc2c23bffa6e25d5691b108107eecbd7a170c9d6f, '', 0, '?'),
(0xd32b3d52508d8adc66f7454ad567d27a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptImg.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/text-shadow.php', 1, 0x00000000000000000000000000000000, 0x088a046789d52ebcacb99ea4b11de993, 0x88f8cb71ad5ee974691695b711f560bdcdf92e6a34dcb69625e925b3c93c349d, '', 0, '?'),
(0xd345236cf0c24cfee65f26dcaab3c2ef, 'wp-admin/images/arrows.png', '/home/forwardbetcasino/public_html/wp-admin/images/arrows.png', 1, 0x00000000000000000000000000000000, 0x7fda76920124f03e88d1dfd93e03bf59, 0x92595789129a280c86f04e33961232553bd5e20ec6ced13c2e6917446421c4d1, '', 0, '?'),
(0xd348208a2539ddded56cb6d48594450b, 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', 1, 0x00000000000000000000000000000000, 0xf7c1a8885af0da7c4a53caf31ce79c17, 0xc197b9af695ce94a6b46f3d3745cf300177814dfc9135265f16865c102266abc, '', 0, '?'),
(0xd34dde7096120003a8afcd606bfc6e50, 'wp-includes/template-canvas.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Radialgradient.php', 1, 0x00000000000000000000000000000000, 0xafd7701a71838138148206c582fd5d01, 0x5b18f27de92a1d85bf35dc4d83201a3494178f741af3d22213acef64fa886a21, '', 0, '?'),
(0xd351485c37cdc79be1433982064e35bb, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/lightbox.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/lightbox.php', 0, 0x4a007be73311292fec4ef850a6eff1af, 0x4a007be73311292fec4ef850a6eff1af, 0x9db478dbc4ce9c6b1d50970a626441a88c240d0346f807bd41a5c54729b0c004, '', 0, '?'),
(0xd355f7806ed02f7c724019daaaf2d7c1, 'wp-content/wflogs/config.php', '/home/forwardbetcasino/public_html/wp-content/wflogs/config.php', 0, 0x4dcb26bc5878b297d8e02a115cfc20d6, 0x4dcb26bc5878b297d8e02a115cfc20d6, 0xae6a52f35e36fe8d560a0a677e91e2f0df5318d73fa3fdc1fa4b9f7a45803e08, '', 0, '?'),
(0xd35aac2541df9f1600867364f2c576e6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php', 0, 0x26af128afc4890a7531cf3680f5dbe3b, 0x26af128afc4890a7531cf3680f5dbe3b, 0x79f54a11da472d50b954245624e4884ead1d21a888c5fbfd0ef0f34f7f3aafb8, '', 0, '?'),
(0xd3648750b95d96903f6ac5c17c06db7b, 'wp-content/plugins/amp/includes/utils/class-amp-string-utils.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConnatixPlayer.php', 1, 0x00000000000000000000000000000000, 0xf524a494536ffb2b3032885c16954078, 0x79cf6fa58856432e2dffc6b3ee669654891be545b51a6d8182fe2bf3e7612096, '', 0, '?'),
(0xd36a7313a49e7732f9ec1270aefd7153, 'wp-content/plugins/wordfence/lib/wfIssues.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php', 1, 0x00000000000000000000000000000000, 0xe8cb67c862a8dfbb65f34fe2d0b5694f, 0xb4684b49f2ae2b0a8aba8605d8e0004beb1e4f22d59cd8d81d543b5d23b7e069, '', 0, '?'),
(0xd3737dd4f9c7b6ea29d3541dd056afcf, 'wp-includes/blocks/nextpage/block.json', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/admin-bar-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x95b44e1df4861b8b9e8b1cb2c7b69c3d, 0xd2b7d0059e0758e855c4a95efa63c021e6b45b89ddd3f69010934dee601806f1, '', 0, '?'),
(0xd37d15b3efaa65a8e9437fd3cb218e2a, 'wp-includes/js/codemirror/codemirror.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframe.php', 1, 0x00000000000000000000000000000000, 0x616c5e9d5b936f54246e30c0f564dea2, 0x0c66514e592c0b4989742e2f92f129f5a7e0dd26e7408472296fdb7aad059cbe, '', 0, '?'),
(0xd381d56c2d9cf4f679344e10677f7030, 'wp-content/themes/twentytwentyone/template-parts/content/content-single.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-single.php', 1, 0x00000000000000000000000000000000, 0xb3308e46181a4c4fe9b5c06b3a1103cc, 0x5a9f3802e317fb21211cca1850877ff181accc387ea80094aafdd6f565fdbb68, '', 0, '?'),
(0xd3827ce4b11048381ceb2d3a8e13466c, 'wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items/custom-code-promotion-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items/custom-code-promotion-menu-item.php', 0, 0x4507ab61398a857e896b77a19ffe63b2, 0x4507ab61398a857e896b77a19ffe63b2, 0x62161288b45898c0133ea3b5021cc44fda6870dafe40be608862e44144cf165a, '', 0, '?'),
(0xd38d9a2d77049879181439b52ca8d0c5, 'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/connect/connect-menu-item.php', 1, 0x00000000000000000000000000000000, 0xf5f43483656713caaf011aa8381518e5, 0x21f35cb1be53a600026e9f7f75d960f5c3732d6074b9b5408fba4a27b2709e96, '', 0, '?'),
(0xd3900b329da5081366f162f23d79a874, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php', 0, 0x2cf74aaaa490b4c31344a71bc5a9e688, 0x2cf74aaaa490b4c31344a71bc5a9e688, 0x38e016b3a2a6f47d2bba8b7b33117b390a13b2908c42788d9eb6f13d2730bccf, '', 0, '?'),
(0xd395cbfd819604c20aa7ae0c74ca3014, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0x6d7047ccd1d76142fe9a4e583e9cf328, 0x25c12d2acea836469ec869ba0d1657cfb9894dd7bdac5749b185863a8f76fd44, '', 0, '?'),
(0xd395f1b842983518f7a6b2140a7093ff, 'wp-content/plugins/elementor-pro/modules/forms/fields/acceptance.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/acceptance.php', 0, 0x333cd1aad99192e962654c0d7b880cac, 0x333cd1aad99192e962654c0d7b880cac, 0x9e9b6c875dc545df43f27cd772ac9d8e8a0663878adea9d7293d7bb700863dde, '', 0, '?'),
(0xd39651145cd25f5f215ddb8b7335f1df, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php', 0, 0xe63bb762bc5a101f4a2eb0714edf9bd3, 0xe63bb762bc5a101f4a2eb0714edf9bd3, 0xb0eb6890c0d5924781bd266e4a0643e5ae4bcd166203e694f5678bf8708c3f73, '', 0, '?'),
(0xd39764f7945dc9fa30b66a1aa65eaf22, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/title-data-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/title-data-provider.php', 1, 0x00000000000000000000000000000000, 0xf5746392ab93174d594b79ab188322b1, 0xaa33f166a01949ba08ff3b21d9f35b90927553dd838f4e4c202852231b562f5f, '', 0, '?'),
(0xd39fee02f106c76d79ac2b0a661de93a, 'wp-includes/js/wp-api.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-api.min.js', 1, 0x00000000000000000000000000000000, 0xeec9b61d09405cb099e6fb52a55433b9, 0xe890f1a03ca9b162d08d5338fce8a3f2c31699226655022d0cd09bc3724d7e4c, '', 0, '?'),
(0xd3a201242c8471b190ea1981008613e8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php', 0, 0x8981c0bda768de75bcbf328ce613cfe1, 0x8981c0bda768de75bcbf328ce613cfe1, 0x8bf99dd62349708bfe9dcb98fa560e4be1b3a6c84f78bea40001ca8b4ce21aac, '', 0, '?'),
(0xd3a4acb7e6ccfbc7954cd9468d9d5a51, 'wp-includes/css/dist/block-library/common-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/common-rtl.css', 1, 0x00000000000000000000000000000000, 0x3adc65739af6d6555168b48cb5e00566, 0x667d5c7637d38846f846df5d897d5550add099d46788f21dbe6f922ec066cf4d, '', 0, '?'),
(0xd3aa1ed5d5dc2146740983253f6c405d, 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comment-author-name/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x33b05c9e4946d3c866e279cb4cb2e85a, 0xb2e8ec3d074effca499a39b187003a0efa23c8d4f624791594ff6e7114febc98, '', 0, '?'),
(0xd3ba47afc067ff9b534b9c8cecb4f2e2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/Curl/Util.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/Curl/Util.php', 0, 0x87cab4527696981d09c57cafc3a130ea, 0x87cab4527696981d09c57cafc3a130ea, 0x3fc7e5dc2fc7549e0a3d662a6e3a634eae27bfe356ac8f90019e191bd95e04d7, '', 0, '?'),
(0xd3bbdbacccb85ae9028b6128cb3b899a, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php', 1, 0x00000000000000000000000000000000, 0x91daa9c2714d5e7407926f182b8425f6, 0x0e3f0adba1d307f92e3d62038465de66516b6a00c57b70d67c9ee84ce2600bb9, '', 0, '?'),
(0xd3d18de0046f28fd48138e747478fb2e, 'wp-includes/blocks/table/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/table/style.min.css', 1, 0x00000000000000000000000000000000, 0xfd690cdf40eedab5d615669e4f809683, 0x757058ee3bc16071ec1152b5e7a2a94a301a0802c18a20629e59b7af82130298, '', 0, '?'),
(0xd3d6ed40d9d661de189503ef4f8f2268, 'wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd-disabled.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner-ocd-disabled.php', 0, 0x93e06145ecdde4795da45338f8aec8ad, 0x93e06145ecdde4795da45338f8aec8ad, 0x9d0c52c0a5d1667d9857ff833ef93a1cdc2b4e9c0bb3ea7d27bc56859b9e22e2, '', 0, '?'),
(0xd3e2b33e5a7f62b56f26900ec2d41c8d, 'wp-content/plugins/akismet/views/config.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/config.php', 1, 0x00000000000000000000000000000000, 0x6b0ff25600d3269a21ce0b249d78e809, 0xad1d2338185bbf4a8d6a8305cf76c2f7fb8de6f2ee8aecfbb58799242e9e3fdc, '', 0, '?'),
(0xd3e3970f35ac1ba8ec96c4baec25b5cb, 'wp-includes/blocks/buttons/editor-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/rocket-addon.php', 0, 0x7c71c0cdab7652efcea9e0ecdbc72bf7, 0x7c71c0cdab7652efcea9e0ecdbc72bf7, 0xd2e91323caa2cd092edca0b615625ce71e55dc47a4fe6ec8a1e50fd00a0c29ea, '', 0, '?'),
(0xd3ec9fc365d369280b23c2efeeb35887, 'wp-content/plugins/elementor/assets/css/app-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app-rtl.css', 1, 0x00000000000000000000000000000000, 0xd38012d1370750bba2f4fc5f970ea071, 0x50855488bca10d8e1854991cbad3ae34c123bbd086d7c5cf6b66a3dc4e675fc1, '', 0, '?'),
(0xd3ede4ed47cedec149061a96d8a338a1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php', 1, 0x00000000000000000000000000000000, 0xfc45c792710c953579abee065fe83d18, 0x7021a5e24df6b3bebf6cf2b115664563a6254541d90f3fe43235b70e8a4c2139, '', 0, '?'),
(0xd3f01348d9cc4147ff7cb399a48f22ad, 'wp-includes/blocks/nextpage/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/nextpage/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x36527f639bb11330b5742046bce6f630, 0xece358a7906b57a6a69f9c9f34e7ea78d55989d4c49812d1489a37f39a79a161, '', 0, '?'),
(0xd3f3c14937df8753d11c329126b08e88, 'wp-admin/erase-personal-data.php', '/home/forwardbetcasino/public_html/wp-admin/erase-personal-data.php', 1, 0x00000000000000000000000000000000, 0xf75d79437caf9b44f1d14a26f7b22183, 0xf426b6e0d200fe0526eec95995a8d4e3b455a2cdc503cd1b91354640edf5cf29, '', 0, '?'),
(0xd3fd44986036311e8669ef1467da619a, 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/8.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/8.png', 1, 0x00000000000000000000000000000000, 0x1dcc1e7ad47356d1d36a6a30b6322b46, 0x47501f6ab33665d2a061de9ca44a592f8e15f2c49b5fd7b5545c59eee367e972, '', 0, '?'),
(0xd3fe3f48340ba956aa88898fad0a83ce, 'wp-includes/blocks/pullquote/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/editor.min.css', 1, 0x00000000000000000000000000000000, 0xe169d4087d967d4f10619d02be5860a3, 0x35689e3344d909a2b1132108add0a30ef45e4916d6756e2ba083912fd95fbe75, '', 0, '?'),
(0xd4005fa184fb4e8cd09decc09a76d667, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-text.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-text.php', 0, 0x961da01f828d23197ab8d14e4d859253, 0x961da01f828d23197ab8d14e4d859253, 0xb43f588caeb15202b5437e4ed2ac0368738c56bc25318cc1814b8132335c2b79, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd403c6b0012433cd5e81a65dc2ea6d54, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-custom-field.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-custom-field.php', 0, 0x57e4fac429477678c61ba934794394ce, 0x57e4fac429477678c61ba934794394ce, 0xd35a0b538e2ccc986912425aa5410cd398d6280ebae756ef32a3e12a3f9ca832, '', 0, '?'),
(0xd4096b4a923ffb20a20b4078aab092a4, 'wp-includes/blocks/categories/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x904374dc954be1d0d1a5b491b8b67c80, 0xb2a37ad39944b80fd3b6b4816ef6bfad0281c4218041cb83895d980bded6043f, '', 0, '?'),
(0xd40ce8f2ff010fe59dcd302aee57c7d4, 'wp-content/plugins/index.php', '/home/forwardbetcasino/public_html/wp-content/plugins/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xd412920d130a15ab386e7d02f49805d1, 'wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php', 1, 0x00000000000000000000000000000000, 0xb2242e7c57a475210a27023df787aefb, 0x81dddad05602f9e36f98a3e1cb8add82f95af0e9abfb3b8590dca6d07e0b0c06, '', 0, '?'),
(0xd413438c233fdd6e6af74f6a437798a5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/HistogramChartSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/HistogramChartSpec.php', 0, 0x3f18982512e76bf8326bfc2f080e09e8, 0x3f18982512e76bf8326bfc2f080e09e8, 0x81fb4ed0e17f30dde2fdea8bbfefd572900bcf3a6887f449ecf2000eeb41fe9d, '', 0, '?'),
(0xd417b533c331febe9e27c8bf56fcc1ab, 'wp-content/plugins/wordpress-seo/images/link_suggestions.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/link_suggestions.png', 1, 0x00000000000000000000000000000000, 0x62a2caf06a961d8a5e29535c568a7d09, 0x2a0b5179344bd83cc055e6786cf94d3553fb645d1f824aac4924b894ca1dc981, '', 0, '?'),
(0xd41d9c413f6a26816c925c8874518e7c, 'wp-includes/Requests/src/Capability.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Capability.php', 1, 0x00000000000000000000000000000000, 0x640e7a0ccfa41477127b8689c4edb8d9, 0x672495bfaff7bc9a5fe63b1d5ed73ea39b6dce94b4bba82dbd64c270ab8a2b67, '', 0, '?'),
(0xd42f2f2e1800f20bb3aca56c6c4fcf28, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-author-name/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7da1dcc119d972ba4d58a6051710db6f, 0x99d6d57e920928f90fdafecf5a90d93c3dca24dea4d323ae12b61bd2ddb977e9, '', 0, '?'),
(0xd43de4f1608bb025c375469c3e1e34d0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php', 0, 0x8032457581cd72c8530364809b2595cd, 0x8032457581cd72c8530364809b2595cd, 0x127d72b42874ae2778a1f0ca00a491f8ff276901ec5415dbf8e2f0645087c453, '', 0, '?'),
(0xd44e99f41e1b16f1af338fbd72efd6f6, 'wp-content/plugins/luckywp-table-of-contents/admin/SiteHealth.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/SiteHealth.php', 1, 0x00000000000000000000000000000000, 0x97c840a5e4e20aa5ae5f8c91639fa463, 0x11e9b37b9631b458bc76e7f3d5985cc6631f5ca1243982d440a6b632e9abf932, '', 0, '?'),
(0xd4552c8eb6c3f18059db18e4b6bc3088, 'wp-content/plugins/elementor/includes/controls/base-data.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/align-none-2x.png', 1, 0x00000000000000000000000000000000, 0xf858439905295bd705b09b2dba3418bd, 0xb3dfa7265151bd7022137edb1a3853d78a9a89efcdf60459dee5ebc516531760, '', 0, '?'),
(0xd461ca31a835e2e7c62904b62a312a84, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php', 0, 0x6a1753b5dce9c798d7ee9afd655ae960, 0x6a1753b5dce9c798d7ee9afd655ae960, 0x3c8ccb27d7c317aee5139aa3fbbb41199236a8e564e0852eca64bacb8ab3bf24, '', 0, '?'),
(0xd463d46e060ca2665d4e20224454a406, 'wp-content/themes/jannah/framework/plugins/class-tielabs-bbpress.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-bbpress.php', 0, 0x54d5001c030c1af15bd56b6b9a8ddba7, 0x54d5001c030c1af15bd56b6b9a8ddba7, 0x15d811e59960e97cc449229347c1369380490244fb5bd9d9080088d3491618f1, '', 0, '?'),
(0xd468250aa95978c38456b9aee476e039, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2', 1, 0x00000000000000000000000000000000, 0x8d91b2700ea05dadc7174f304fb02a9c, 0x69cfc28f439ff563aab252af3a5ecbb465a704bfdf1af7718dca8abc82e21159, '', 0, '?'),
(0xd468eb36eed0e0befa743505f0cc4f29, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-gallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-gallery.php', 0, 0x4a9d8040c5087f598a028eab64be6792, 0x4a9d8040c5087f598a028eab64be6792, 0x8b8f710e36fda6b99b4de672e0dd05d6bbce9a20ec1a2feadd1e623195357a84, '', 0, '?'),
(0xd46e2de5346ce2a1b95996bc1db2f8ec, 'wp-content/plugins/elementor-pro/assets/js/loop.da94e53412e56933f721.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/loop.da94e53412e56933f721.bundle.js', 0, 0x9d23e6ba935d43d62c8e889ac7d127e6, 0x9d23e6ba935d43d62c8e889ac7d127e6, 0xf874c7dda52c205a553b5897d4f7f84ae1c24d278510c2386c52968c11a55ca4, '', 0, '?'),
(0xd477a356fbc95124023b0a7cdab01baf, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php', 0, 0x833e98171fde654500be510159d57763, 0x833e98171fde654500be510159d57763, 0xe4336a1df308308ac61865ab0127dbe18e7efb8e9c1829fe901d5c8fe566bf0c, '', 0, '?'),
(0xd48088f56ab5456a1a0e1bfe702b6f18, 'wp-content/plugins/elementor/modules/library/documents/container.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/documents/container.php', 1, 0x00000000000000000000000000000000, 0xe13d25dfed07012d678bfc7d988c4a6e, 0x21b23befd06e465509947750d171324bfe8bd6e80d128779a0a1eafedcd9d1e4, '', 0, '?'),
(0xd480c244c35cd0898a2d36ae8a6ef509, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php', 0, 0x1f68fbc0159048ea90d68b1770c67ba8, 0x1f68fbc0159048ea90d68b1770c67ba8, 0xc85c4f8bf0b62e05ad8a46efc3759b06eed02e59b0ea29bea8429d5de246ed5c, '', 0, '?'),
(0xd4884ffa146dcd176f390eda55693cce, 'wp-content/plugins/elementor-pro/assets/js/gutenberg-woocommerce-notice.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/gutenberg-woocommerce-notice.min.js', 0, 0xb1d465a5b4551ad3ba1d9a5671ceb891, 0xb1d465a5b4551ad3ba1d9a5671ceb891, 0xcb3c11a412ae60cc855d5e2242eb5bce488151f5aca0cd3872fc72528193d9f6, '', 0, '?'),
(0xd490c49f89c360c7cec73f725e9b31bf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOlLi.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOlLi.php', 1, 0x00000000000000000000000000000000, 0x92ec8cad58b21cb0ee41266d2d078956, 0xb914496b9b4e4f491df8918127594b283aa2fa31dbbaf7ccd9d1a5497525deef, '', 0, '?'),
(0xd49208b5cd30f6c634119c2a5eabdd60, 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/all-conditions-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/all-conditions-list.php', 0, 0x501afe9d2f92a225c511a069bba24f29, 0x501afe9d2f92a225c511a069bba24f29, 0x62bcec4ba2515e65f8e7a17c671c2c96c103c4e2a3eb08320984971c63dbd49c, '', 0, '?'),
(0xd49244481cac3a16d104d1e73e30bbba, 'wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/DB.php', 1, 0x00000000000000000000000000000000, 0x66c2d3e2663fbc852bf53964d894b117, 0x88083d32386055342da145a7da30bfefc48a062b6c6eaf37b3ca4e43639839fc, '', 0, '?'),
(0xd49bf761f9da13fd9ae18dc17472ad87, 'wp-includes/blocks/video/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/video/block.json', 1, 0x00000000000000000000000000000000, 0xca6f0daf39d103c5efff9c05c573c090, 0x0f860ea56aa66bf42868bb8c310858dda5164ea8ef2d9e408da7c2afc783aa59, '', 0, '?'),
(0xd49c64ad18263b30cc0c3bf07d68bcd9, 'wp-includes/blocks/columns/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/style.css', 1, 0x00000000000000000000000000000000, 0x6cceaffd46487df1fe78d20ecc04d82f, 0x78dbcb386d6316c16e05110b42114334bc00d489dd339df8a3f49093a849ebec, '', 0, '?'),
(0xd4a6aac27abfa7eb5f852b3e69b1d720, 'wp-content/plugins/elementor/core/dynamic-tags/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/dynamic-tags/manager.php', 1, 0x00000000000000000000000000000000, 0x8805e16a7324945096ad126e94e88db1, 0x74de14f54409f050eceb95c68ba653a9cdab2fd6698834ea7ddd76c8dd102439, '', 0, '?'),
(0xd4a8f540cc820976a334efc92557e894, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/SysVCacheItemPool.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/SysVCacheItemPool.php', 0, 0x687f96078758bfbe4b1d4a86715ce267, 0x687f96078758bfbe4b1d4a86715ce267, 0x9249ec4941a16fd3dfae1afecef1dc729923e0dddf0582814b20808029102ccc, '', 0, '?'),
(0xd4a9fcc23d46dc7fe9a89d8a3444ffd9, 'wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/responsive-widgets.php', 1, 0x00000000000000000000000000000000, 0xa424deed1e5e9c722b8e92fd004e5980, 0x8f16f56018ba68933b8de9a7fc1ebbcea8b11af16766b200743f5dc5d3a46a76, '', 0, '?'),
(0xd4ab940c298ad248cff8c07f5d2c3606, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Exception.php', 0, 0x1e993da03b3ab43b92ee82132676ab29, 0x1e993da03b3ab43b92ee82132676ab29, 0x1cd53f2685cc0f09e99ffd6d17ea60657dff04b35578a5df82fe844bdd3b6534, '', 0, '?'),
(0xd4bb71be45e87be4c4f0916ea5b9038e, 'wp-includes/blocks/verse/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json', 1, 0x00000000000000000000000000000000, 0x8aa6eefeae3758068f094e5e26c40b53, 0xf6991805379886e9e6caba32f35c3f096f2037d63753e20cdd3d7eff7b3e9bdd, '', 0, '?'),
(0xd4c6c0a49bdb062aa9e5dca69b67a92f, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-customizer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/admin-bar.css', 1, 0x00000000000000000000000000000000, 0xf950ee0133220a78e43dacc8a4a136fb, 0x6fe88105f9ace4f03a22c570dbe0cc0e3938ca33de36ca080df6939e8fa815d3, '', 0, '?'),
(0xd4ca70ff04fd53959a60df5d545d44c8, 'wp-includes/css/dashicons.css', '/home/forwardbetcasino/public_html/wp-includes/css/dashicons.css', 1, 0x00000000000000000000000000000000, 0x2c4af0bbdf2fb60fc46ee752e4bb7ee9, 0x710807d4a1d004fab81b63ab17c771d36c352fdd331924cb9d549c470e5705e9, '', 0, '?'),
(0xd4cc866cd298dc5ce734e22c432d936d, 'wp-includes/css/dist/block-library/editor.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor.css', 1, 0x00000000000000000000000000000000, 0x0be4b38b47c81b87b4201d9c94ccd4c6, 0x71b1dbed43fe387222bc98fdb5207a6a5419cfe20481b6d2e2207027e230647b, '', 0, '?'),
(0xd4d0832bc1f8129abd3d3ea51da4cbe3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Options.php', 1, 0x00000000000000000000000000000000, 0x1a251f923c49af9dd9cfb2697f240dd9, 0x901f58e82ce960347a10b83303ce0a1d8014e887eee965c399407ed02d58518a, '', 0, '?'),
(0xd4d9c5bdd97593a418d31b93200701c4, 'wp-content/plugins/elementor/core/upgrade/upgrades.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/upgrades.php', 1, 0x00000000000000000000000000000000, 0x7a0eb13972602c1cbc1a95db7fb5a278, 0x7003720daa02af4917dca3777d6f33de0a4194cef3c3a7d025843b69ff49718b, '', 0, '?'),
(0xd4decc9f87bc3a48ad4362672a49103b, 'wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', 1, 0x00000000000000000000000000000000, 0xdb3f0161ff346291b8c0d12c6277a348, 0x9ecaf87bc7e429ff2edf2c2477c15397a1d99c3084f56fe2ab96eae5fcce29e8, '', 0, '?'),
(0xd4e0b44fc3b1919ce112c715b6f59c93, 'wp-content/themes/jannah/templates/single-post/newsletter.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/newsletter.php', 0, 0x8b03e815f7175f453186b0b0273afa76, 0x8b03e815f7175f453186b0b0273afa76, 0x73dc5c24f056bec533095edb337403a62f14d8ff4343da6a6cf93125c8791991, '', 0, '?'),
(0xd4ea53facee94f366a481a52ef5fef6e, 'wp-content/plugins/elementor/core/settings/general/manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/general/manager.php', 1, 0x00000000000000000000000000000000, 0x32b527eb40766f56d05626c5e216dcdf, 0x214ae05ca84ffefb49153698282e537886137c70f742c4fddd22017f788ba8f0, '', 0, '?'),
(0xd4f847190aa585a58dce2009fdffc676, 'wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-03.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-03.php', 1, 0x00000000000000000000000000000000, 0xf0d8084b7ff627c88ecf6ae476861553, 0x985569daa03a460076009e9a29cc24fbd8096b72459c374a7d9bd2f7b04fc429, '', 0, '?'),
(0xd50196d5468a860a5b0b3d36b5ff360a, 'wp-content/plugins/akismet/views/logo.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php', 1, 0x00000000000000000000000000000000, 0xc3c7f77e9ce2de7a8466388bad95b66d, 0x3b2199088175180f73df1e8a60273462bc0c7098943873626c52025a7bba79c2, '', 0, '?'),
(0xd50d62e29c642fd3a13bea9e1a8c2378, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/js/user-suggest.min.js', 1, 0x00000000000000000000000000000000, 0x367c33a48d97c3738e4a063a2b4956d6, 0xc78c088f3042fac8a07c06f3714fad0946a1b1a4e63e838f678480c0a690d323, '', 0, '?'),
(0xd5197697f0efe61966d3eb2a26cebe9e, 'wp-includes/Requests/src/Exception/Http/Status409.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status409.php', 1, 0x00000000000000000000000000000000, 0x0dd40f011f5afa443697e8f324cf5b24, 0xab479ddc0b39d3ee3733d20692dd55c9ac1f07e7837dd34f9f40069ccf1be02c, '', 0, '?'),
(0xd52065d505066457e174923c58a944f2, 'wp-content/plugins/wp-rocket/inc/classes/admin/class-options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-options.php', 0, 0xb3155c7af84e9cbd069364cab2dec6e4, 0xb3155c7af84e9cbd069364cab2dec6e4, 0x88102dbade06ec3795b4e7a5b4a01dc139416689e3a88f9f1c90745d569e5ea0, '', 0, '?'),
(0xd532a1f688f4a95f52d5e0925bb9c059, 'wp-includes/blocks/code/theme.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/code/theme.css', 1, 0x00000000000000000000000000000000, 0x06fa51eaba1a5189d7ddd2efa9a9f917, 0xb8bd20d4f5e324a50d9b2487e00467496040822b39910dc084f291eb18b56d66, '', 0, '?'),
(0xd542496d1653c0d43936df379286f058, 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xeca022554522b445623b100544e56ef0, 0x168ba9d4b1ebbb7296679ddcea0c43584a55cb31f89202d6890f59612cd9f031, '', 0, '?'),
(0xd547f61068cbb2a73bc5d427ddb7962f, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss', 1, 0x00000000000000000000000000000000, 0xbdb8be6a7c855a59d8e417f186d3fb50, 0x97ae9f3a2e50befc421d4950b2b269e86cb0b1203968b2c2ee2082056a10fe09, '', 0, '?'),
(0xd5536b99ba45b8500f36d1016412147f, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Invoker/DefinitionParameterResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Invoker/DefinitionParameterResolver.php', 1, 0x00000000000000000000000000000000, 0x05618295b6e28f75b5105cdd19f168d1, 0xa1c1081408bead39e8e1323dae50ed43221fdb712a1b352740430b2eee84f6cd, '', 0, '?'),
(0xd55702c61fa3713081fd9182b6459041, 'wp-content/plugins/amp/uninstall.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/uninstall.php', 1, 0x00000000000000000000000000000000, 0x16fd408ecd059aa7ffc82305cc999e13, 0xaa8a7780f01de938edef9e17be148330c96df85c53fba623f2e6bc6511dfdef4, '', 0, '?'),
(0xd5627b71158d3b7cbb32f794ec1d28ce, 'wp-content/plugins/elementor/includes/controls/groups/border.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/border.php', 1, 0x00000000000000000000000000000000, 0xd341dfe93fe2d404753e12aef55aeace, 0x6645d3243ee50f2ff0ff8efe4b8327029984fe315462fddd06ecc0fa45c3e801, '', 0, '?'),
(0xd5670bd6bffe806d9c0be38ba38bd949, 'wp-includes/js/dist/data.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/data.js', 1, 0x00000000000000000000000000000000, 0xc3048f856eb180f757698ad5095e5599, 0x32cc9a4cf3bf8a6441c27fb2cf85b464d444122a046b21f98e351ea93a7ccf02, '', 0, '?'),
(0xd569567026c5bf5daaff2edc89949c87, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Client.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php', 1, 0x00000000000000000000000000000000, 0x8b7e56d1d1c19a906eb0712f94fdda31, 0x7238c3a6d96559ca6beee23561ce6ed51adb5b809555ce2c545ea28b1c5e6531, '', 0, '?'),
(0xd56c67c2c8320559356a0af663fb4a95, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureStream.php', 0, 0x6e47ca1f043170dfdd65c283b38444e0, 0x6e47ca1f043170dfdd65c283b38444e0, 0xe395e7fc88121b57bfd650a58f5e7ef1f4c92733e0c877c61c6b5ab6995decf8, '', 0, '?'),
(0xd570ef735a5a8523f74e3797f3659d19, 'wp-includes/css/dist/block-editor/style.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/style.css', 1, 0x00000000000000000000000000000000, 0x8931ab458bbec0b02a9e113b1017912a, 0xb87ffa1103a902472236a5535e252341fcfc9a164f88d1ba82fdfd1f37e2836d, '', 0, '?'),
(0xd5737fc6188b2cf33f6881694de910bb, 'wp-content/plugins/wordpress-seo/src/values/robots/directive.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/mask-shapes/sketch.svg', 1, 0x00000000000000000000000000000000, 0x3b7ac1b999821fb6a03e80c871621792, 0xa452da8205fd431e208c25d9f1607d5d76fbe72a4ab62077bbe839598c5d73c1, '', 0, '?'),
(0xd585949fdf90e35393892b1bfd94a482, 'wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg', 1, 0x00000000000000000000000000000000, 0x4fe05663091076c2b90c4ee3316929ac, 0xec8bb9fd3df3f6f792b33e8e19647a8a30f28a14800ded48986f83e1482f82f6, '', 0, '?'),
(0xd59235b55c83261326c5c4ca691a70f6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteFilterViewRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteFilterViewRequest.php', 0, 0xa07e0f0196fa547007ba33c9323e4b94, 0xa07e0f0196fa547007ba33c9323e4b94, 0x7e88cef60475140e3bb256ebcb063706d9c3a1c037b4c29eac142ea482cbdc86, '', 0, '?'),
(0xd592cd49034201e3ab5f7fbb4db8b7ab, 'wp-content/plugins/amp/assets/css/amp-paired-browsing-app-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xecae9b92f3390a2e6861bf8b3d38e4b6, 0x0c8daba4b602628cf09b168a3f1b7f43af3d50fdcb0ae6a645ce48cd67f77045, '', 0, '?'),
(0xd59fe5a5ef44fb56d17b22106a988352, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x812cedd80d290fb40a7889375ca25c71, 0x6997985b5bf42fd84a736fdc2a79bcdcfb4295ef4e729f053f7e756ac4612a0d, '', 0, '?'),
(0xd5a7a3003d2d4d010eccb75729421c38, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x4d2cffce7261b43f733045568a84f80d, 0xd1187082eab31b0e6eaee52dc946303398ef36c0d6cf0355cc16d7beb66e8540, '', 0, '?'),
(0xd5ae6ed3c74075bc3ab5c35df675bdc6, 'wp-content/plugins/elementor/core/modules-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/modules-manager.php', 1, 0x00000000000000000000000000000000, 0x326c9f2d23ad768a0e6d6d91109844ee, 0xb06f8bbee177eec3c8e66fcbb10e37ab43976c07c34e46f8c9207bc8066eebc5, '', 0, '?'),
(0xd5b74ba13b2dc01c2f978e5537cd669b, 'wp-includes/class-wp-block-parser-frame.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/LiteSpeed.php', 0, 0x00901872c0e356010c757acb7a5b03d6, 0x00901872c0e356010c757acb7a5b03d6, 0xa4d1067971c5d855095bf07e0203eb6db9a273fc2501e0cbf28feaad51ed41da, '', 0, '?'),
(0xd5c3f6f8c8a892e18c72d1e9254dc3a8, 'wp-includes/blocks/file/view.asset.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/file/view.asset.php', 1, 0x00000000000000000000000000000000, 0x2143e38c7866065d5c5f309bec4f6993, 0x6fd827d17c46cbf38937a4af5da02be552e22b78b7343d79f059767a06305237, '', 0, '?'),
(0xd5c4b4d1fa93df27c1c0832358bc1c12, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/MutableDefinitionSource.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/MutableDefinitionSource.php', 1, 0x00000000000000000000000000000000, 0xebc895c7053c66eb4d6412cd6976f9db, 0x613ecdbf78cb6c552f2cec4f2ed4ccde4ecc20953705da19e3dd32e927b96899, '', 0, '?'),
(0xd5c52a91ed713bea98f5dfae7ec30f4c, 'wp-content/plugins/wp-rocket/views/deactivation-intent/form.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/dashboard-background.svg', 1, 0x00000000000000000000000000000000, 0x5b480d6b67f680796a4ba34f4d87c5fc, 0xb0cb63b52e4b2e687cf04d9bdcc016a19c3d8dca80f1305292cfad44050facea, '', 0, '?'),
(0xd5d1f77cdf83ca9b3fd82c340c53cdca, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php', 0, 0x3a1a9ba9105b50d4d8c48b73fd2d8fbe, 0x3a1a9ba9105b50d4d8c48b73fd2d8fbe, 0xe303e3de95969fa72f97d4cf909ff55edd94dcf9fe63ff02d4b24e04be4b3ba9, '', 0, '?'),
(0xd5d6b4eb792e62b6922ad5b5e7dbc7f3, 'wp-content/plugins/wordpress-seo-premium/src/integrations/publishing-principles-schema-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/publishing-principles-schema-integration.php', 0, 0x87bb63c4d0e9efca9049b5805fe2beca, 0x87bb63c4d0e9efca9049b5805fe2beca, 0x60f13b21f147571c712974acca93ac8e8fe62e9e5a7b563a61d7ef5c5000054e, '', 0, '?'),
(0xd5dd50457e5d4f9fa1c7276e1abe933f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/ResettableInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/ResettableInterface.php', 0, 0xff4c88fff7b1ea19fedb0e27c8d0a3ab, 0xff4c88fff7b1ea19fedb0e27c8d0a3ab, 0x255b02ac9c06b919dad1206850f98abc62b566e97389fdd89205e2294c80b523, '', 0, '?'),
(0xd5e5754f529f4fccaa6b733933aaa4a0, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php', 1, 0x00000000000000000000000000000000, 0xb630d95f114d577b14b6defddb0df902, 0x3c237bdd63c66dcf7cce17fb5ef004497ded3619e87969dbdf99d5848e205500, '', 0, '?'),
(0xd5e9d9220132e6ba232221d47a57be09, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-9-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-9-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6ddeba009db2089180c19872358f0885, 0xc3c70e9dd02bd0762dcfb915275094135ab4f92874f4bdd36de8ce9ec1f6fe6a, '', 0, '?'),
(0xd5ebc3999fcdef151952b0abc42d4233, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMustache.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfStyle.php', 1, 0x00000000000000000000000000000000, 0x738f86bb315fb865fe6b325292b29ec9, 0x6ac61de9a28e14b7b0c814ae5f63d7363332a41b33d68501e35d47737d0b2e0a, '', 0, '?'),
(0xd5f5fc94f32d9820c9148fa9c81911d4, 'wp-includes/Requests/src/Exception/Http/Status403.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status403.php', 1, 0x00000000000000000000000000000000, 0x23594f1e647343480b4d47b990d537bd, 0x1a59e4dc0c1113a0454b71d2c09a657601dd40f739958de56e334a79e12682bc, '', 0, '?'),
(0xd5f6bcfacda436e9002ffd936bfac0f4, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 1, 0x00000000000000000000000000000000, 0xd3b3c92f5616f1da6157839f36b3180d, 0x74a6d563a94174c35db4df7b9dc2204eca4027792942ebd7434c9213b7d0f9a1, '', 0, '?'),
(0xd5f77934e945c157b568360ade13e4e7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/BaseTransformerConfiguration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/BaseTransformerConfiguration.php', 1, 0x00000000000000000000000000000000, 0xd91667830c979364208416262d3b2cbf, 0x38dc66f99f63737e695d20fbef889376bfbb7bd02a3f2df6fc4809a8e71d3746, '', 0, '?'),
(0xd5faf9b2812cec74eb47ac5e51467abb, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php', 0, 0xc22a335dde193ccdf5dd5d90c8278e96, 0xc22a335dde193ccdf5dd5d90c8278e96, 0xd0bd7274d2db7dbe51d937fc8840a5ff4913013d101f7db4610b6d7593289851, '', 0, '?'),
(0xd5fc4a9c3fbd2cc089a6db5115ee3694, 'wp-includes/blocks/read-more/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/read-more/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe09be99d87cd4ff657be92465b476b34, 0x483909f81f760aa2dcadfbb2d9f718a09f42a5a0350d7f9d9afb603ee175a565, '', 0, '?'),
(0xd6014f0e10199eafbb42350dc29388b9, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/module.php', 0, 0xde3510c9c8465be8f0cfd3a38d3e84d1, 0xde3510c9c8465be8f0cfd3a38d3e84d1, 0x33b95a1e7a1699ac8eca6db8fefa8f7fea2f397bdcdad51a0f77f4fb9c68f3a3, '', 0, '?'),
(0xd6099be087128c864152a95a131aeae9, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php', 1, 0x00000000000000000000000000000000, 0x0fe73d3a6c2cac27ffd753f6b10068c5, 0xaab22b7f49b7f7040070d02dd67db26665d530d36f796a6316e0c0b51474d400, '', 0, '?'),
(0xd618c9e32da6fce4ba888031b82c56f4, 'wp-content/plugins/wordpress-seo/css/dist/icons-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/icons-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x943814ded31dda32ae8cdec4cdd19820, 0xa324e7f69a463fc21035dbb814c22252697bccd2166376255b4975e682860680, '', 0, '?'),
(0xd623cb12954bae93078ef5961951286a, 'wp-content/plugins/elementskit/widgets/motion-text/motion-text-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/motion-text/motion-text-handler.php', 0, 0x819bfbe3ab6998601f1817d418550b5d, 0x819bfbe3ab6998601f1817d418550b5d, 0x71efa986a3d139ae649693d5e40c9d4a9ef38ae9695ab4a54f3d2e8063445eff, '', 0, '?'),
(0xd6288e9668668a582dfd1922908bc544, 'wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/ImageDimensions.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js', 1, 0x00000000000000000000000000000000, 0x526a1fc43ca81c9c74886aae1fde5b06, 0xda02f154a286a35b0ff8d721df48fb76dd600ce0fde9a64eec0b0f83c745f378, '', 0, '?'),
(0xd63cf938e93b100370ae2078b9544704, 'wp-includes/css/dist/edit-widgets/style.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-widgets/style.css', 1, 0x00000000000000000000000000000000, 0x0c2193bb3a35f5092776c3e2304c726e, 0xeeb7ee1cffc6fb9b1c0ba1cec8bbe1cbab7b57060d2122e80fa2843ecb4f5aca, '', 0, '?'),
(0xd63f7e4cfa92f338f730aa9aa43ecb69, 'wp-content/uploads/2024/03/apk-file-format-symbol-svgrepo-com.svg', '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/apk-file-format-symbol-svgrepo-com.svg', 0, 0x41824990505b8a3ac27ccc1a2d2b90b5, 0x41824990505b8a3ac27ccc1a2d2b90b5, 0x72b1020b847fc12dbd4bbd89221a892fe82a991d0457ef1e5f70d4b0942f4c23, '', 0, '?'),
(0xd63fd8b2129d3ce80cf0ac7232855ee5, 'wp-content/plugins/elementskit-lite/widgets/pricing/pricing.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/pricing/pricing.php', 1, 0x00000000000000000000000000000000, 0x95f6d6556e913450cf9a07bbb7cad429, 0xcd336380063d40381ee086b7b87244e319ca31663f27c8eeefe27feca802dc8d, '', 0, '?'),
(0xd6413ee1630dc0deee371f55d8b94b3a, 'wp-content/plugins/elementor/includes/plugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/plugin.php', 1, 0x00000000000000000000000000000000, 0x9a3c2a7bc26c44c89f5412452b19a482, 0x7f2a2b7db013c05e8b3f27d4eaafc62ed12f1c31abded969b37be03e575b0473, '', 0, '?'),
(0xd646c0198f386d80750f405ff35854d6, 'wp-content/themes/twentytwentythree/parts/footer.html', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x36da784d2634992fb78820fd1829373f, 0x2e54ef49434479e4a63e51ea7152ab926c5230e47a7974fb452487b0edc18296, '', 0, '?'),
(0xd64ae4f70ade73ce4b14d7b36bcc5c9b, 'wp-content/plugins/elementor/modules/usage/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/usage/module.php', 1, 0x00000000000000000000000000000000, 0x13f36b7902b371e92c90dc4511048694, 0x717daacc671a402b26317c6363379c4dc824b2898f3dc48f91e93204bd1b9aa0, '', 0, '?'),
(0xd653d22afec3d6fefeba90c9a0dedf85, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-title.php', 0, 0x1935e37200ffdd0f7baabe89c9f11df3, 0x1935e37200ffdd0f7baabe89c9f11df3, 0xdabd43fc45b69261db691ca132efbaf1ae15aedd30d1f319bcb8548443d69425, '', 0, '?'),
(0xd658da897cee1e38d1f5c1ec7dc242dd, 'wp-includes/js/tinymce/plugins/link/plugin.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/icon-pointer-flag.png', 1, 0x00000000000000000000000000000000, 0xb0d32c87f2ad8bc2455ebf6a60171027, 0x6f71b70eda3994c1617b29687d073d23bebdfcebe75418fbd7a71404c908c20f, '', 0, '?'),
(0xd65c5feae6e620f45894493a77be329f, 'wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items/base-promotion-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items/base-promotion-item.php', 0, 0x57bd27f86697c3929008aa74e4b0ac10, 0x57bd27f86697c3929008aa74e4b0ac10, 0xe81e151c618cfacaaf8ad7ca6b3092809f8dd7dc241a4ab91785f72ce6c6a39a, '', 0, '?'),
(0xd65c820556c8c547b490862ba8b6aa60, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/favicon.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/favicon.svg', 1, 0x00000000000000000000000000000000, 0xe2d02aa70e9a694cbf650f6dc2b46129, 0xd3b76617378b37baaffb1abca33e8be8179ecef4ef824171ecdb1623d4e2caf7, '', 0, '?'),
(0xd6606728561b1cb018b652b969002759, 'wp-content/themes/jannah/framework/plugins/class-tielabs-instagram.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-instagram.php', 0, 0xafb01698e1046fa090d485881ab9658b, 0xafb01698e1046fa090d485881ab9658b, 0x6dab0f80cec25d8b11e0ab66182b10388166aa5ff609f13ccd86f281ac50f55e, '', 0, '?'),
(0xd665c699a0e57dc79c4d57d4bb2d9687, 'wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/block-supports/elements.php', 1, 0x00000000000000000000000000000000, 0x50f0876b86314533d9d7aca7b534c95c, 0x0c1c78237f67a75f44491326d2803fd93de91e1ddadfbf25f60894ab0c53ced9, '', 0, '?'),
(0xd66de18b9e6aa8efbcc75710ec42767c, 'wp-includes/blocks/template-part/theme.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/theme.min.css', 1, 0x00000000000000000000000000000000, 0x8fee5ba2edc81af6759c37fc20d4edea, 0x258e81fb462e5238189663e8800bbf40d142954c4806d467239c59b1530911cf, '', 0, '?'),
(0xd66fd2a82a4b02eeea6f98377b83203c, 'wp-includes/ID3/module.audio-video.matroska.php', '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio-video.matroska.php', 1, 0x00000000000000000000000000000000, 0x46d9e3d36f70e41c0ebba6484a0921bb, 0x7768649bb49fbba6edbc3dcc6e3dcb791d4c593c2c6f592d8a4b935a01136c6d, '', 0, '?'),
(0xd67241fca4cf5d09809a2f7381fa2bd1, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/media/interactive.png', 1, 0x00000000000000000000000000000000, 0x52d7accb82aef17fc2c3b4c58968dc48, 0x7bf3f487205b4bea04e01000172183eab8bd90b22fe15cb96c772ec1a8eadd08, '', 0, '?'),
(0xd67515d80b2a7f8bc0cb219bed1c0db4, 'wp-content/plugins/elementor/includes/controls/section.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/section.php', 1, 0x00000000000000000000000000000000, 0x625a14f4f43694feefb99a0906f5c921, 0x41c54c6ff622ec050fc504cb72332803aa7df7af44b76e4b2587e807ac16c444, '', 0, '?'),
(0xd67bdde65e8a1b851194fe5e54c1d901, 'wp-content/plugins/elementor/assets/js/packages/utils/utils.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/utils/utils.min.js', 1, 0x00000000000000000000000000000000, 0x35b57bd909c3355a280ea57d7a43367d, 0xfcd529c3aeb6c325286d19869e7ab34fce7e008e1abea6b56a8ca03baf5ff50a, '', 0, '?'),
(0xd68b02cb38935bbdc0a6899830bdca8a, 'wp-content/plugins/wordfence/views/waf/debug.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/debug.php', 1, 0x00000000000000000000000000000000, 0xfb41f6104e99af7a91f01dcc09dcbf9c, 0xc597943589a36244471288218b021412e208cdde067b1f74b62a229ffdc879bb, '', 0, '?'),
(0xd68cb7f10b71e6c3b3fd58b05bc8d2c7, 'wp-includes/class-wp-feed-cache.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-feed-cache.php', 1, 0x00000000000000000000000000000000, 0xecdf7c4a231fa92ecd867e6a862e60b2, 0xa6d319d1681e5e53b18046e1febf77f0625cd276293a3e0af233d448b69df5b0, '', 0, '?'),
(0xd692668f33fdaac9eac184f345046919, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php', 0, 0x775a90dacbd2c60c6584b0dadfb9cb1f, 0x775a90dacbd2c60c6584b0dadfb9cb1f, 0xc2f1fd91fbc483098d6b431d5038c56d105757923cc99e9588fa7b125dd64dbd, '', 0, '?'),
(0xd6987f800966e9fa78ba903d8039ae61, 'wp-content/plugins/elementskit-lite/widgets/tab/tab.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/tab.php', 1, 0x00000000000000000000000000000000, 0x6c5079a3012f0a8829db8b778fee7549, 0xf9010d0df89659013a01fa1ca3fb83b03a669863e0bdca772a9a968192102952, '', 0, '?'),
(0xd6997ee4980f15b388e87df09d72587e, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/fancy-animated-text-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/fancy-animated-text-handler.php', 0, 0xab5752ed1bb3809d706775e3d5b295fa, 0xab5752ed1bb3809d706775e3d5b295fa, 0x4b764ebcf21375a077cc5229e8aeab68e64c8930d0ebf95a60690b5794c51e81, '', 0, '?'),
(0xd69b862e18ef6cf99b264424cfcfb73f, 'wp-includes/l10n/class-wp-translations.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/css/admin.1690810710.css', 1, 0x00000000000000000000000000000000, 0x4a586c58810cd32bfe85bffee9ac08db, 0x3aa9354aeb1f7013c5bcfbe50b1d20f5a18c57b922d0f69b077b4f7aeea9a66b, '', 0, '?'),
(0xd69ee6c2ce874b5684fe342f8fdb00e2, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/FactoryDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/FactoryDefinition.php', 0, 0x1901651edcfea78aec9d02cd94364cfe, 0x1901651edcfea78aec9d02cd94364cfe, 0x0008c22ab1877b93c912d74625c687c4d20ebed5c6a947bff12bd649269d72ac, '', 0, '?'),
(0xd69f4ad02bc17c94f616a595a512a28a, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/CSS.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/CSS.php', 0, 0xa52ebab2e9c8caf1e5172f20f36095e1, 0xa52ebab2e9c8caf1e5172f20f36095e1, 0xd76e2a584ac2a6467d0c7879eb321028db9c4854dd605ff2f6cf42c15e91b751, '', 0, '?'),
(0xd6a6d2b1389dc47d842fe22acab9fc66, 'wp-content/plugins/elementor-pro/modules/payments/widgets/stripe-button.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/payments/widgets/stripe-button.php', 0, 0x51ac1dc84d8a47e3b6b0710271b016dd, 0x51ac1dc84d8a47e3b6b0710271b016dd, 0xf7a617c45494e5d4e7936968b36e8d183aa19170c30821664b1cefd2567091ae, '', 0, '?'),
(0xd6aec36d4ee54741f8731eff04eeac2e, 'wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', 1, 0x00000000000000000000000000000000, 0xbde7deac493d88c826d10e2e29b7afb6, 0xaafd7ed06d4ba274a7f4d794483f24b59f65791509cea8514db7921b37c0768f, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd6b1a0fb1d4efe3901adb66bd474073e, 'wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-04.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-04.php', 1, 0x00000000000000000000000000000000, 0xd51ddc2ddcc210c9bdfb4b68e62ec33d, 0x6862d255829d6e0c8d3a2ba42b48b5ec7002eccecb58a972f2fded1d6cb2fa56, '', 0, '?'),
(0xd6b3643882c75f38b9e69e4d6e3ba7e4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php', 0, 0x49fd399d991d963b4302b26b9fdeb82c, 0x49fd399d991d963b4302b26b9fdeb82c, 0x933b7a866d9320920b231854150817823b2024a9f49e182da07281d1701c0fec, '', 0, '?'),
(0xd6b652080a48d4206727af47e4ef2f64, 'wp-content/themes/hello-elementor/assets/js/hello-admin.asset.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-admin.asset.php', 1, 0x00000000000000000000000000000000, 0x7be99733ddfe226c8a71d6f46188f412, 0x31248943a872d0c42f3da93916ebd5f84000132d739032dab36db655a93f3832, '', 0, '?'),
(0xd6b6cbe539d89e66f8706f020c331674, 'wp-includes/class-wp-admin-bar.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figcaption.php', 1, 0x00000000000000000000000000000000, 0xc8a93fd15cd1266f2674192ab14404bc, 0x66727e4f2ee5ddd25c7a6856c7a1bc12d8d08450efc47192bfb4715bf4f5f8f5, '', 0, '?'),
(0xd6cf4a1dd8fbef21ac5b5736dda7e9fd, 'wp-content/plugins/wordfence/lib/IPTraf.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/IPTraf.php', 1, 0x00000000000000000000000000000000, 0x86ab38f977de5658af38be9b7e24f2f6, 0xafef03a0a925ef1cca03f5ca0b6dc2fcf9e8f2b39aab0b2d5bab003a8826a0fd, '', 0, '?'),
(0xd6cf7ba98aa56e71c12c186a28937811, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-profile-picture.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-profile-picture.php', 0, 0x75fb4a31d622ac1c525716ed7b0c02eb, 0x75fb4a31d622ac1c525716ed7b0c02eb, 0x4171a3fdce644f35b794256d7ba04c05951d75ff759d27c7fe69c4f61df9a721, '', 0, '?'),
(0xd6d1473717ebaa1642cc86365814cfba, 'wp-content/themes/twentytwentyfive/patterns/template-home-news-blog.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidationResult.php', 1, 0x00000000000000000000000000000000, 0x1ca1a41378ef411ba0ea7f4e288c4443, 0xe0803d9f8b8cc47f6defe1666f423ee4186cff0826abc32ca851b3050a9361d1, '', 0, '?'),
(0xd6e0643f751d166301307c3a26b87d07, 'wp-includes/SimplePie/library/SimplePie/gzdecode.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/gzdecode.php', 1, 0x00000000000000000000000000000000, 0x6877ebbb27d0d1dbc2176b3e1fa9f974, 0x42378deb10500eb569ecf717adf9bcd48f06c03cd22d04982e2ef3930925c278, '', 0, '?'),
(0xd6ec3bcacc4d96bc78b4e6b6c31a179e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/MimeType.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/MimeType.php', 0, 0xb25dcd102dcfc36d4ce674138d1c095d, 0xb25dcd102dcfc36d4ce674138d1c095d, 0x93c664631e7b970017a682b3ddb2dd58d7e410effe86010eef24868323b4aab9, '', 0, '?'),
(0xd6fa5bb12f9dfe6c0b9a4277008776b9, 'wp-content/plugins/wp-rocket/assets/img/play-alt.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/play-alt.svg', 0, 0x6ea52a6fdc68775a4b174384b2bd1473, 0x6ea52a6fdc68775a4b174384b2bd1473, 0xfe6d1924af325bb82b9589b2236cd7d02dadace39ff8a3b8ffacb1b0b16ad53b, '', 0, '?'),
(0xd700c4732ca59bfbefd3843d2cbeb9bb, 'wp-content/plugins/elementor/core/common/modules/finder/base-category.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/base-category.php', 1, 0x00000000000000000000000000000000, 0xa4fb81a189412446480b47cb75186856, 0x6ce511f6b472127b65a5c70dd8a8aab83afe4fa3ac85381a89a23edc8e7cba43, '', 0, '?'),
(0xd705b61b480868704d1ebea3f39d98f8, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryDvhPolyfill.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryDvhPolyfill.php', 1, 0x00000000000000000000000000000000, 0x93da66d7c1083e49ce4a4201cef542fc, 0x28237099cde15361e059241435c7a4cadbabe8df8436eb1843d7f3478202f4b4, '', 0, '?'),
(0xd70ae8c179d3780ee6e59368ebcc0747, 'wp-content/plugins/elementor/includes/admin-templates/beta-tester.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/posts.css', 1, 0x00000000000000000000000000000000, 0xe0911524237ff6df83ac220e1c2a3b19, 0x4642945415ed81b6c061f9074c71de664b71e7391947dafd0f3af85571c3a687, '', 0, '?'),
(0xd7128482222dadf27370fef2e6ea35d9, 'wp-content/plugins/wp-rocket/uninstall.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/uninstall.php', 0, 0xd44f3935b165574c5ade1bf1a5e74684, 0xd44f3935b165574c5ade1bf1a5e74684, 0xaea57afc632fcb6733ab38a059033e5e60b87f0987f763c5fd188d0fef67a42d, '', 0, '?'),
(0xd71325cf75d663ea70d696b4de5d17d1, 'wp-includes/blocks/calendar/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/calendar/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xac09575841667e44a6a1c26191fb615a, 0xd2973b6d547dd6f6cf2686bf5d8f68d0def24ed364bba2ef4568169354e1b9d9, '', 0, '?'),
(0xd718da8b4cdf54176504cb1e4b40da06, 'wp-content/plugins/amp/assets/images/amp-page-fallback-wordpress-publisher-logo.png', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-page-fallback-wordpress-publisher-logo.png', 1, 0x00000000000000000000000000000000, 0x9a5542d84528c413946888202e12583e, 0xaed15902a9cf74b06dc874c4061ba7f864760ffd9b1ca33181aa39e1d435ec9f, '', 0, '?'),
(0xd71bb7d726489a17b48eae44e2d702fe, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php', 0, 0x66632a466d0a3689e57082aaa4f59baf, 0x66632a466d0a3689e57082aaa4f59baf, 0x30b36afd4ad51ab1b3c4f9497b5038aaa80a82343b2336127427e445be2b05f1, '', 0, '?'),
(0xd71d557863c4d7f2a758ae46a792ea46, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-regex.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects-tab-regex.php', 0, 0x147d1fea21b6d439d5d6f2bbcad25de8, 0x147d1fea21b6d439d5d6f2bbcad25de8, 0x59631618cbf3882c6d135337947e539b46779ca2b3e9a92025e52220240dd44c, '', 0, '?'),
(0xd72088d11b63c51b4bad07ee2d7f5114, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-image-dimensions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-image-dimensions.php', 1, 0x00000000000000000000000000000000, 0x175639cc9f86c1b19396b20163f797c4, 0xbdef67fa7a769a2bdb303f4099bc7b3412df9a4819c38583fc2dffdba9016bc5, '', 0, '?'),
(0xd72242360a625ac164aef7144690df80, 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php', 0, 0xdc33ad6c95738c75a2084a31c961e5ae, 0xdc33ad6c95738c75a2084a31c961e5ae, 0x4281ffd3eaa26d44732a5ec91660d48003b57209d06c14c64514e1628d509275, '', 0, '?'),
(0xd7258d69cb9d8b6dc9fee6d8406ef302, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/ReflectionBasedAutowiring.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/ReflectionBasedAutowiring.php', 0, 0x504c8c434887cd069359eb23e08c9f48, 0x504c8c434887cd069359eb23e08c9f48, 0xe7a0a4bc41502aa79a7652eb91d504fe37970d861bd5d032b5219463c93daf14, '', 0, '?'),
(0xd72e3177de6947d790b502a048552284, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-menu-cart.eb61fe086245485310a4.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-menu-cart.eb61fe086245485310a4.bundle.min.js', 0, 0x73ceb165fae1d531e38a842ec4dd73a1, 0x73ceb165fae1d531e38a842ec4dd73a1, 0x80cbc60d6a468187e07432209b17d5e1dbea38897bc307e8e15cfdc9b7fdeafa, '', 0, '?'),
(0xd7351c50793daffe1719ebefd7f09d36, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/template-conditions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/template-conditions.php', 0, 0x64e1a83e9a13a1709f67a1c46c0a52dc, 0x64e1a83e9a13a1709f67a1c46c0a52dc, 0xc3862a52cbf2c3e04e006eb88e217d6982d43827c1ad76d79c2aa28e151b1116, '', 0, '?'),
(0xd747c8a9f5efbf3694a415b3c8000859, 'wp-admin/includes/class-wp-posts-list-table.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-posts-list-table.php', 1, 0x00000000000000000000000000000000, 0x65a89cdc65c5df4c9dea27c47e38ab81, 0x193735545e0bef5340be814b0cb1634d32c94cdc4d88126a7a5915fa357e50d2, '', 0, '?'),
(0xd7491be3094ab58e617e529a8d075aa8, 'wp-admin/includes/class-wp-application-passwords-list-table.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-file-upload-upgrader.php', 1, 0x00000000000000000000000000000000, 0x6d02a428f8affbdc4d423f2a7fedcdac, 0x4547c02476a6948535a97c3954c2db62e80ccde629f7c289d73e88525f5afa82, '', 0, '?'),
(0xd75021e29fc8c108f9be7db853d5d2b0, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss', 1, 0x00000000000000000000000000000000, 0xee2c57d8ee09b6298ec31c2cd75e906d, 0x472b78da8d61c8b4d1be18e484ae9f430042e7e9962c0c1401adfc4ca4e70c77, '', 0, '?'),
(0xd755501c3a1f146d0a9c2398fd0c6ed3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpEmbedlyCard.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php', 1, 0x00000000000000000000000000000000, 0x80033d14f90560f1e6b7428ae2f25754, 0x4393099356822fe3c6a2a0415ab8564b65626b83dc69bdbfb1dee2c0fde1c271, '', 0, '?'),
(0xd766bf6b5b788b959ce4207f5c8c2f59, 'wp-includes/js/dist/redux-routine.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/redux-routine.js', 1, 0x00000000000000000000000000000000, 0x4160571e87da1676ea6d8f472d6412fc, 0x0a0162c199bf9b8fe8026add92480592250eb4e8ca7a410321b5eac39eaae84f, '', 0, '?'),
(0xd76d40c791696caa1346999d346b3619, 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php', 1, 0x00000000000000000000000000000000, 0x66246461f6dcda2804706e9d15a3d0c7, 0xb86a4a811f3b4c70476129c8e9cdce7ea8f2079417f807791408713f806b3527, '', 0, '?'),
(0xd76f529d65e39c02b958f406445f159e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/Handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/Handler.php', 0, 0xf6b59421b7c816114a314e13d71687f0, 0xf6b59421b7c816114a314e13d71687f0, 0x014661149f3200f636170cc6977679f1f33c8250e9f0b8be59e869a6b8ccbf54, '', 0, '?'),
(0xd772e00d13f23e6ad44924370b9986bb, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Settings.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-network-query.php', 1, 0x00000000000000000000000000000000, 0x536349dbfdcb1bf394b9e7665fb1cc89, 0x39de4cda5c9d61be13286286f78805afd8a036f914da20ccb6c2035c343168fe, '', 0, '?'),
(0xd77b2914f314055d0ca06b17cca8e3cb, 'wp-content/plugins/amp/assets/js/wp-hooks.js', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-hooks.js', 1, 0x00000000000000000000000000000000, 0xb5913a1810a82afb41d645d4a6ebb4af, 0x1b0cda0ac116d8c2ce0d00de40a7969b4d82ee4c765df8752c6cfd98ae071851, '', 0, '?'),
(0xd78e7bf4c4f6d425e9f6b02a1425b6c5, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_flat_75_ffffff_40x100.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-core-block-handler.php', 1, 0x00000000000000000000000000000000, 0x2bb6d6afb3f4e2aa3ecd3f7e3519d4d7, 0x617c73ede46c1d4f30142fa054e4fc34445d3431fb70a41d13da5d62d72042aa, '', 0, '?'),
(0xd79997754d36b783308788cdea424aee, 'wp-content/plugins/elementor/assets/shapes/waves.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/waves.svg', 1, 0x00000000000000000000000000000000, 0x91d56a585ca5e58959e60242825082bf, 0x2153ac6b5535347b55d70488b4a43241b9e0c4fc5d7eb25b406768a11966c15a, '', 0, '?'),
(0xd79ddd5806d473d73b90fdee3a1d1a90, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/ArgumentCount.php', 1, 0x00000000000000000000000000000000, 0xe48fbd1b244af0cc7acfe9dc66d84455, 0x56683610c8e223af45499ce88d203da682f3bb0d36b4550b211ac2848c98b328, '', 0, '?'),
(0xd79e947984376d4504359d83854f5fc1, 'wp-admin/js/media.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/media.min.js', 1, 0x00000000000000000000000000000000, 0x5da10176a0b6fb72ea6f248d1bc3b41c, 0x0c0c0616148086f7c535d5c8ed694a71b0fc5c42e2a99aac657eb25c772b4399, '', 0, '?'),
(0xd7a63e15c354f8a4dcf122fd06869e28, 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/bbtheme.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/bbtheme.php', 0, 0xdf820cbc05740e2e5e4f3218b64e85e7, 0xdf820cbc05740e2e5e4f3218b64e85e7, 0xa59fc125e358d976bfb938b5a183dadfc8bf96e281fa658593312caa2fa02508, '', 0, '?'),
(0xd7a9889bf363da0e23ed7cb1980306c7, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/templates/class-amp-post-template.php', 1, 0x00000000000000000000000000000000, 0x80c33cb43654b2dd74307a9e6c917c26, 0x83192dc7f47270379322a081cadf1c7d2ffd2b9c4276cfac29a36abd1d98a88c, '', 0, '?'),
(0xd7c76a3096a9de77fe06457dc2ae529f, 'wp-admin/css/wp-admin.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/wp-admin.min.css', 1, 0x00000000000000000000000000000000, 0x8065e85570ca93fb489a57745021a048, 0xca5eb4c9dd452dca528c03f8b1a28127233f916c65c0ae6d4c1930af6b554090, '', 0, '?'),
(0xd7ca501ec1d9805cf4c62f6fb5ae9476, 'wp-includes/Requests/src/Exception/Http/Status406.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status406.php', 1, 0x00000000000000000000000000000000, 0xf90534feb7a6292d87d580f6a5004799, 0x24a32bc4d47d64c66d3ccb0cc37c76b1d56977ec8ff88b7231d4d7479ae730e2, '', 0, '?'),
(0xd7d1047fef9fb14869b83f98b116097a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 0, 0x4f7c414bbcacb53e150125a92e7f907c, 0x4f7c414bbcacb53e150125a92e7f907c, 0xab6102201e3020a2b678b9460e20201a65d9ce378ed4a713efd552e8bd3f2e07, '', 0, '?'),
(0xd7e0ee195d9e661e411f2f6ab5fdc8e2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Article.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-rating.min.css', 1, 0x00000000000000000000000000000000, 0xe59aba88053b2ecf19fd20f22a31894d, 0x4d6e171e486d50915b74301255aa88ef4cc0d5c7ae16447caccc0a22c2f3940c, '', 0, '?'),
(0xd7e45ecb75a9ade2cb7d9d47bbd41514, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/email_unlockRequest.php', 1, 0x00000000000000000000000000000000, 0x1881f0a4ce817ecd9ff1ecfe616bb1d6, 0x751a1ca006671e247d036f1ba882fbeb62c4848df12b0da0e30ab803bbb138b2, '', 0, '?'),
(0xd7f12452c9d2d5de621359e07b272755, 'wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/3.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/3.png', 1, 0x00000000000000000000000000000000, 0x042c8a915a084fc4e05d3ccbff7adc4b, 0x41d6083ff2e4e18aa8b4ccd1fb30428dc6f9ef3e475bcf3903b0c95db04c0afd, '', 0, '?'),
(0xd7f18fda4da7859ee952a14edf6120f3, 'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0xedd48585c9d7f6984779ae24fd94eb26, 0x8b83025c92532f9f331503f5b30b296e62ccc7707ab8ecb6b2323f54c695c134, '', 0, '?'),
(0xd7f24f4d75a7ef2eef3b58ae5d5cdd01, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-forward.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-forward.min.css', 1, 0x00000000000000000000000000000000, 0x07de771819c8267cf5178d0cd18f7362, 0x64f1c63acea8e4f08ac2f21f2061070e4b851da045a7936b11a746e86ed5f8ec, '', 0, '?'),
(0xd800b33f61a6bff289dddf3677557f40, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php', 0, 0x10d71410dddf2f09cfb45d9274b81760, 0x10d71410dddf2f09cfb45d9274b81760, 0xfab0cd73603e28ce13a6cd5051ca1c332c430018f3f680856576d8b20e658976, '', 0, '?'),
(0xd80f308d223b9d30d316e08fdbccadfc, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-4.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-4.min.css', 1, 0x00000000000000000000000000000000, 0xc12159c80c82980337fb3c74f4885585, 0xc08b1e8e0f817d63a7612d5b50d99ae3b21a13b3669bea8804885d8c6f8005f0, '', 0, '?'),
(0xd812d97f3c1451aafde7dd015f34b074, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss', 1, 0x00000000000000000000000000000000, 0xacf97b47109a078c28e6eb95a468eff1, 0x7ad2e4d0a5f3dd59dbd0d8275295489e798dce52699d567ee813820ac8bf79ac, '', 0, '?'),
(0xd816c01a768c493a776de4b2277e4b2d, 'wp-includes/ID3/module.audio-video.riff.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Option.php', 1, 0x00000000000000000000000000000000, 0x7472c7b1e9751e579526bb5aa5585185, 0x445cbcd5031dbfca5dd63708c57374826fa0f1d52f4e105b11244b9774046e14, '', 0, '?'),
(0xd824fd4e8f434031beffd1ddcfc39c9d, 'wp-content/plugins/elementskit-lite/modules/header-footer/views/theme-support-footer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/views/theme-support-footer.php', 1, 0x00000000000000000000000000000000, 0xe988a36d55a8aff41e3a2b2a9ba662ad, 0x65072adb5ac1b535fb127840387fec5fffe49c678ccd2f54d07865a9ddcda8cf, '', 0, '?'),
(0xd82677fbf0b85237900e83c71e3b241a, 'wp-content/plugins/elementor-pro/assets/js/woocommerce-checkout-page.10d97c3a8cb77aebc1bf.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-checkout-page.10d97c3a8cb77aebc1bf.bundle.js', 0, 0xc0d5bf9ed0baf22108b02a33d8838061, 0xc0d5bf9ed0baf22108b02a33d8838061, 0x995e5cd467494ad044a997e1c617b14ecddf6deaf04a6dc3d67d50b344790f57, '', 0, '?'),
(0xd826e35a6801cd06249b1b0cc3896f82, 'wp-includes/class-json.php', '/home/forwardbetcasino/public_html/wp-includes/class-json.php', 1, 0x00000000000000000000000000000000, 0x23c9deb0d142730fe241cd2a872edac6, 0x75f938d967c5c79339bdebc0adf99ad8cdf1d148f8064b32f84af7b895002ca1, '', 0, '?'),
(0xd828d9c24b11b96f16b319fc06073546, 'wp-content/plugins/wordpress-seo/js/dist/term-edit.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/term-edit.js', 1, 0x00000000000000000000000000000000, 0x400dc1895bc7f5e8282ebb3f42481977, 0x3b1a30d472d8d723e6c059e1c8723817432d215fe9974c14b3fd0f3deb417930, '', 0, '?'),
(0xd82ef7364c18fcd35812856e05b54566, 'wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js', 1, 0x00000000000000000000000000000000, 0x5e8558259596269915c97dfa9929e740, 0x601f17e07ba5f848e8f6fec8b40bf918e04f21988d1aae4c6e8fcff952c0d463, '', 0, '?'),
(0xd8325789c4be43145e20159e6cffd123, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-icons_2e83ff_256x240.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.js', 1, 0x00000000000000000000000000000000, 0x584e3f5ba5e4c68113cb5a8d4c0722f0, 0x8fc5f75995ed94e345b436af34f46713162fb6a11e0b80d1e8073c227a7124ba, '', 0, '?'),
(0xd83b78933d696b02251715ed6cbe964e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Hex.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Hex.php', 0, 0x3f73fe70ff0e7dd5aced55d179184b4c, 0x3f73fe70ff0e7dd5aced55d179184b4c, 0xce9bb4d61dc12f9227c759075426fb53a155a9a4d6510f884999fe6dc2763d86, '', 0, '?'),
(0xd83b87041f84db6fe9b4e4fcc60c5ccc, 'wp-content/plugins/elementor/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xbcd93024dbf89895ecc8ee14fe032356, 0xa3faec7d714683881dea1c7ff48fab6027e2df76869dc546b67f080bfdfc7eee, '', 0, '?'),
(0xd83e143bb335777b7407924421a01fe1, 'wp-content/plugins/elementor-pro/modules/forms/actions/mailerlite.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/mailerlite.php', 0, 0xcb6a0834181076af7c8caaf353231b8e, 0xcb6a0834181076af7c8caaf353231b8e, 0x0ada53904d05906e539d91252d05c4dd0069defba8072118f559a234e66d76cd, '', 0, '?'),
(0xd84105af682949881a5d4772def68345, 'wp-admin/includes/import.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/2fa2.svg', 1, 0x00000000000000000000000000000000, 0xe4be191fdc07ee8ad40e06fb00bf9448, 0x6eb870f58cca85b9a8fc47ca13bf30d5364b0b1171c14a5d8ceebec304be4afb, '', 0, '?'),
(0xd84d268f33160ddcc13315434d61517b, 'wp-admin/images/yes.png', '/home/forwardbetcasino/public_html/wp-admin/images/yes.png', 1, 0x00000000000000000000000000000000, 0xc42bf814a237dc89970d715ae8516b13, 0xa03dca51eae21947ddebe7883925b94b86e616e62ccb0dfb1a46f079f585e71f, '', 0, '?'),
(0xd854fdc84027bf4ce9205c97c3cce238, 'wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php', 1, 0x00000000000000000000000000000000, 0x8e7daa4d173a0c5d818d6ec6e42247b6, 0x04a5615d85912cf3b911e31c5d7ab43b813234f777a8b68144ff1ad92f66a4b0, '', 0, '?'),
(0xd85b25f98eb21458aceee63cb119d772, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/GravInstaller.php', 0, 0x11ffdaf6c760dbe6a079f90de9bdac41, 0x11ffdaf6c760dbe6a079f90de9bdac41, 0x66b3c370eb28a0da2f6f442cafe8b6e16bd86921fab5c02c316b8641a4de7176, '', 0, '?'),
(0xd8651dc7878f99d47ff7dd026e677d2e, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/weepie-cookie-allow.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/cookies/weepie-cookie-allow.php', 0, 0x163d291c0110f62e13fd7c1324e56822, 0x163d291c0110f62e13fd7c1324e56822, 0x953daeb5b5a55ca3e06bd6a3eed4a28e10de2d23e8016cf585ab759d9d8e2c6d, '', 0, '?'),
(0xd876f5fde3c60deafbb4120b26588d89, 'wp-includes/js/jquery/ui/selectable.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/selectable.min.js', 1, 0x00000000000000000000000000000000, 0x35464c2053d6275e837ba91e375eb862, 0x33057335e71b9a8f36a3bd70cf87d755decf1457848ab2ed10149b48937c0729, '', 0, '?'),
(0xd878bcf8ceb2d0a6ace0a841098a3cea, 'wp-content/plugins/wordfence/lib/wfCrypt.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AdminSubscriber.php', 0, 0xd9113c20e412ff95cc852746888858be, 0xd9113c20e412ff95cc852746888858be, 0xdc6028fb458cb93323146028fa0a8da643803ebcf08ce1365a947961f50a4add, '', 0, '?'),
(0xd879e7217a0098be3f691a285edf70b8, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-9-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-9-render.php', 0, 0xf420ed822d40b7f015834af084095ec1, 0xf420ed822d40b7f015834af084095ec1, 0x427907e52c58f7803bdb747d7824a0db53360da428383b98e7af1b42a5b62d37, '', 0, '?'),
(0xd8816a51058784fc3f7071a75826270a, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/wp-seo-premium-elementor-2340.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-white-icon.svg', 1, 0x00000000000000000000000000000000, 0x80b99939e8a68f5ebaf27133e700035b, 0xa7a55ed7daa1705aba06fc0aa60cc113a1586a1a3e8cccf34b910cb8c3f7d282, '', 0, '?'),
(0xd885911b20acec503beb0f6644b837ba, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-text.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-text.php', 0, 0x30271fcd00c11b9abd5758cb5ccdc089, 0x30271fcd00c11b9abd5758cb5ccdc089, 0xebc57a4b7e94c2d698565292807dbd84c8a92320d1f8cabdf6ae9db55a5d96c8, '', 0, '?'),
(0xd8936a5741b269342d9362b5492afc99, 'wp-content/plugins/elementskit-lite/libs/pro-awareness/pro-awareness.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/pro-awareness.php', 1, 0x00000000000000000000000000000000, 0x0faaa9d1563c8294f2b0fb2f9e7f7d4b, 0xe2e7be11e348fee4a93e6dabbeb3d3b06bc5090d0b9df077b5898e0271c6031b, '', 0, '?'),
(0xd893852dfab6d1ffe414a39cd4cec8d1, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/premium.1690810710.css', 1, 0x00000000000000000000000000000000, 0x101a1cb9a60b2b44714b991ed28d1855, 0x9d02d297b16404b4cd195514fb4113d045bcaeb3716def3a2ca02a147ff5c995, '', 0, '?'),
(0xd8997294f3bb706a40d1a8495be0cd3a, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-sub-id.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-sub-id.js', 0, 0x280e645afa56405000c75b56b26280ee, 0x280e645afa56405000c75b56b26280ee, 0x8b68c4733690376a098c86149a18c8f2a94edcfffa8fec0f3b4d7ad0c13ad329, '', 0, '?'),
(0xd8a2cb465dc4c998cac50ce9555a114a, 'wp-content/themes/twentytwentyfive/assets/images/location.webp', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/location.webp', 1, 0x00000000000000000000000000000000, 0xc8dda29f86b03fb43bd74a95026baa03, 0xcc42f0ecc5ac75b226626b3b1fb4615365cdb11dd4810164379b27103068234a, '', 0, '?'),
(0xd8afbbc984bae6e44d55f55fb8d85b9f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptEnclosureForAmpStyleTags.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptEnclosureForAmpStyleTags.php', 1, 0x00000000000000000000000000000000, 0x118857eda7881bb40a5ae7e967b2b8cf, 0xac7b223f637894f3d0227d6695811a00b2d746de2ee9cd182da990482b939632, '', 0, '?'),
(0xd8b1a52da45f7d5a916813fbec0ab11a, 'wp-admin/includes/class-walker-nav-menu-edit.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-walker-nav-menu-edit.php', 1, 0x00000000000000000000000000000000, 0xf6bd2c32b4c12622006eda4c1930e468, 0x66f305cb194ca8feabd3e35c065b98b72bdddc2c2c4b1bb5a790f1b1c95cd56c, '', 0, '?'),
(0xd8b8c14b703d93f78d6acc9f32d624bf, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-border.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-border.php', 1, 0x00000000000000000000000000000000, 0x51b0cfa9ca5d9668cc64f0fb5089ebfe, 0x2861644094362dcab38dd6c647bb6e129c99f7fb2832c703f224ecdee990ead7, '', 0, '?'),
(0xd8c04da2c58872003328d594b52c048e, 'wp-content/languages/plugins/elementor-fa_IR.l10n.php', '/home/forwardbetcasino/public_html/wp-content/languages/plugins/elementor-fa_IR.l10n.php', 0, 0x2cb676befd358a2a01c6153a1ac870a3, 0x2cb676befd358a2a01c6153a1ac870a3, 0x3c27c54bd0a5441cbf8e9dc4d1e3bfe6f59c9597a38bbd582851852d2a5e6f72, '', 0, '?'),
(0xd8c573ae28a905600e6b24e84a09b75f, 'wp-content/plugins/amp/assets/js/amp-validation-tooltips.asset.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 1, 0x00000000000000000000000000000000, 0x15097c2c55c79ee3494942e044784be8, 0xf636f065e0c79239854e8f738c88fbb6536dd7f22de38395a07ef925394c8b45, '', 0, '?'),
(0xd8dc38ce2b90314adc25756ffa0023fa, 'wp-content/plugins/elementskit-lite/widgets/caldera-forms/caldera-forms-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/caldera-forms/caldera-forms-handler.php', 1, 0x00000000000000000000000000000000, 0xf9a3c0273b59d0bebb39cbe062313b68, 0x28d3b37217fbd5d77138fbe06e0e2a078f40f9726c0dc9a3d3557d37ab8c7fb2, '', 0, '?'),
(0xd8ed8ae4db9211a4ecd8657a03811b21, 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/new-settings-2400.css', 1, 0x00000000000000000000000000000000, 0x57089872843e5a35bb56372cb82a950d, 0xd959c8f5835066a4907f5a42a720c4b30d08337d0589c7d5d2e7f22e5ba1bf1c, '', 0, '?'),
(0xd8eed2a1fd8eaa4b2582af88fb145eb2, 'wp-includes/js/dist/dom-ready.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/dom-ready.min.js', 1, 0x00000000000000000000000000000000, 0xe4bc17cc45ca91ab0f09dea134975c51, 0xf8b604690fec218236d1935d1080adc07352903917aa3654914d3c0a6c6e038e, '', 0, '?'),
(0xd9062d680a0d6096e9c3bddb95432f73, 'wp-includes/class-wp-query.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-query.php', 1, 0x00000000000000000000000000000000, 0xa3e96a0b9cd3a9d7726ed4cf089320c3, 0x4cbc1b36a02ee401443ec56cbabfa05371360cfc44e84ea05f765e8e740f6e0b, '', 0, '?'),
(0xd90bb16b5a61758fecb7f30363691892, 'wp-content/plugins/elementor/assets/js/fd6a00ae23a1bc2c6190.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/fd6a00ae23a1bc2c6190.bundle.js', 1, 0x00000000000000000000000000000000, 0x85bba99d230bd01b41add1093c250926, 0xf9fa39e1126a69220fa951c50a62e73b0db25c104632d7a180f193a77d2b6fdc, '', 0, '?'),
(0xd90c056783d1229f1517a99467f811c3, 'wp-content/cache/critical-css/index.html', '/home/forwardbetcasino/public_html/wp-content/cache/critical-css/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd915686e4f16ee33d994c56805154383, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php', 0, 0xa6f3b3efba366710ab4f357c11f0ef20, 0xa6f3b3efba366710ab4f357c11f0ef20, 0x70836e73a6c30223146408f3c146248897cf57cd95c1dfd928518ca19037c136, '', 0, '?'),
(0xd916366f412b29425a866ecc0d8fc875, 'wp-content/themes/hello-elementor/template-parts/archive.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/archive.php', 1, 0x00000000000000000000000000000000, 0x22e9624d5fc2cb53c948a2bcc82d5bb4, 0x9a61b91f9addf89ab9b100a742b27bc15456ce84fbb2c9c73847495ef9b096bd, '', 0, '?'),
(0xd9165d464b15bd3d938489166da64ab8, 'wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.js', 1, 0x00000000000000000000000000000000, 0xd5e3262f9f557bb91d6ffba0801707f6, 0xfdb0d8ea6bcf6349b9de71da90ac24325dd277e2ba09395b54b1026236a95670, '', 0, '?'),
(0xd91f1b59af60b94b7bc00fc6c5a10342, 'wp-content/plugins/elementor-pro/assets/js/progress-tracker.8cccdda9737c272489fc.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/progress-tracker.8cccdda9737c272489fc.bundle.min.js', 0, 0x9f25b7eec20571d4dab7a8cff1579a77, 0x9f25b7eec20571d4dab7a8cff1579a77, 0xa3a50bfa5325b7ed1b52fce7b6fbb4b234b8708b10b80580acda0d1738bcd1e2, '', 0, '?'),
(0xd9254e855ec7bd76d53773fd400afd35, 'wp-content/themes/twentytwentyone/assets/css/ie.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/ie.css', 1, 0x00000000000000000000000000000000, 0xb3464fd7739b84946bc3258194b8a0d1, 0x2cd86fee4468089c6a587724e05918c7900f35e876249502a17bb2b4de1bab2b, '', 0, '?'),
(0xd927307a6e70d0c60442b9df293ed054, 'wp-content/plugins/luckywp-table-of-contents/plugin/Plugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Plugin.php', 1, 0x00000000000000000000000000000000, 0x1b6816fe973914d9a52543b13a53ee3d, 0xe3f0b9a58238d3ba1c901ba5fd499c9aefa00bf5b2ede3cf74eab579ae94d77f, '', 0, '?'),
(0xd92c28a1691c0f373a5ecc5e10e78923, 'wp-includes/js/tinymce/plugins/paste/plugin.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/paste/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x645805aedb03bd9f95a5f37ad286d6ab, 0x8366f7d700577b3f71bdc5dec6fefdc5e68bd7556ce0be50f3fdd6ab0e633812, '', 0, '?'),
(0xd936aec15beb30836f4b5d8ac5c860e9, 'wp-content/plugins/wpseo-video/detail-retrieval/class-ustudio.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-ustudio.php', 0, 0x82020a631e0e303d52d4dce52d8e5d51, 0x82020a631e0e303d52d4dce52d8e5d51, 0x04f0e597f5db3f1e98b4a1343807fdd985d04a326c1218bc21b19cba70517b93, '', 0, '?'),
(0xd937940180a555062f821ccadc3d48a2, 'wp-content/themes/twentytwentyfive/patterns/template-page-photo-blog.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Html.php', 1, 0x00000000000000000000000000000000, 0xf803bc415ce8543c74a1d02b86d25f5e, 0x7b76d5a14ff1fa562fe07cb647c7cb0d1310ab8f60b67bacc9732216eadd1628, '', 0, '?'),
(0xd94ae01cef9a5e1a37fc957547966b2b, 'wp-content/plugins/wordfence/lib/wfDB.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfDB.php', 1, 0x00000000000000000000000000000000, 0xbf964b3f46d663bb32820bf21fdac5ee, 0xedfeaad361e6c9a6e1f554b8adeb489fcc3651e14d7baa2bb2a887cfa47d7ab6, '', 0, '?'),
(0xd94e8eef4ca33a3aa0363b6b0a270be1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC.php', 0, 0xf874aae8642cfb674672568f9b0b2d84, 0xf874aae8642cfb674672568f9b0b2d84, 0x415aa1d34e70ffb1b128fb8fc1bbdf8f7fd30f9a38c81438c3f7a2e216d6d8dd, '', 0, '?'),
(0xd94f0e278827cb1b438102af0f9287e9, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', 1, 0x00000000000000000000000000000000, 0x77e544c5e1b8af3abd25f443afcbea73, 0x8418575708676e032e2670b280f3aaa5260aac6fa030a09ae8cc47ff1c484905, '', 0, '?'),
(0xd952da4decc33c36163025109bb3b13b, 'wp-admin/network/contribute.php', '/home/forwardbetcasino/public_html/wp-admin/network/contribute.php', 1, 0x00000000000000000000000000000000, 0x0c63ad794ac501df9bd042f5bca5009d, 0xdf43a2e2dcf34b640653e04997beb453dfaad5ab2c7f3c15c6c17f2c46bc91e8, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd95b79790787232745e41fb31bf306d0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyRequiresQualification.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyRequiresQualification.php', 1, 0x00000000000000000000000000000000, 0x95e507b73d682f83623ca11806eba5a0, 0x52a9d4611ca4bc5623976f99761464f81c10d797ac16db0a96146cb1375a30f5, '', 0, '?'),
(0xd961d88dd82fd4c2865dc4004b35b875, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AutoExtensionsConfiguration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AutoExtensionsConfiguration.php', 1, 0x00000000000000000000000000000000, 0xf9fa16a7c5f589e1edb909e483fb3f10, 0xfa9eb2b0d188ff5529e23f12a60cdf96df713324e4f37cf488e0277d0dd51bb2, '', 0, '?'),
(0xd964c5d32533dfe85af08134fd955f2b, 'wp-includes/css/dist/edit-post/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe17012d6d213d026a6e703548c3b8050, 0x73553cd0bbb35f844af2ca62cb25ffac2eab2a53cc66e5fac3d169a270785121, '', 0, '?'),
(0xd96befdb2f799eb3a9fd9b2689139f47, 'wp-includes/images/rss-2x.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/export/export-keywords-post-query.php', 0, 0x79a335657e4a4862e6cb7c297c1ecd1b, 0x79a335657e4a4862e6cb7c297c1ecd1b, 0x5dc6b5496e8b5e36f427d6a47f9653931aab117df2586f6f7f71d02e9faff8fd, '', 0, '?'),
(0xd972265660f80de2e9e491bd16f3d943, 'wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/webp-interface.php', 0, 0xe0cbb58c2245e55147a5afeaa75cb2e9, 0xe0cbb58c2245e55147a5afeaa75cb2e9, 0xab60f4e33d231ef5057dc67b60d1fc268b2ca9881a97b26b58ec10939ead724d, '', 0, '?'),
(0xd988e90654c49668787e4410743e6c9f, 'wp-includes/js/dist/compose.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/compose.js', 1, 0x00000000000000000000000000000000, 0xe35d29f245d59001868baaac5b56b93a, 0x46db5a895051c933abf3a5d0a07f01f81aacab9f2d8aaf46acb4339f6b97805f, '', 0, '?'),
(0xd98aa4c40cea6617ced0f0568b6309f5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php', 0, 0x02254724292d3b140d5d33f2d47136c2, 0x02254724292d3b140d5d33f2d47136c2, 0x654a02f9b9520ff2005def3f904ce9f4614d0038fbbe4cdfbc9cff582755b06f, '', 0, '?'),
(0xd98d659b07b66b3795a49cbf7c4274fc, 'wp-content/plugins/elementskit/widgets/blog-posts/blog-posts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/blog-posts/blog-posts.php', 0, 0xfc89213c07e0a117eb17f696f749fd4f, 0xfc89213c07e0a117eb17f696f749fd4f, 0xd0f9a3e925c653fc7febcd4863e82798f16c83ff7c31ce99bf135aaadf6562c6, '', 0, '?'),
(0xd98dcac8095bd5f530e5a2df4a18065e, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf', 1, 0x00000000000000000000000000000000, 0x4f2f2cddd36ede927d47cdf78d352b2a, 0xc9c089c2d0a51282362ff25da99692ac1a5c3e2f5ad01f1c38922fe8d49e6c3a, '', 0, '?'),
(0xd98e6e6fe153e2d03c5f90e0f1ce7f6a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php', 0, 0x8a5a2ab5c4b2a5867263ab91995350ac, 0x8a5a2ab5c4b2a5867263ab91995350ac, 0x490aa2755ae698475151a4a442d06be7076697d750449cf5080b42a1f6f32199, '', 0, '?'),
(0xd99029ea02c9b1b208cbb0c898859fac, 'wp-content/plugins/elementor-pro/assets/js/paypal-button.f4f64e46173f50701949.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/paypal-button.f4f64e46173f50701949.bundle.min.js', 0, 0x3e61fa2683f467bdf81f2c0dc1c0ed0d, 0x3e61fa2683f467bdf81f2c0dc1c0ed0d, 0x4d72ee139a0c1e6dab988a14b8056f09df7c782e88433d4c0a5a00070f2b14a1, '', 0, '?'),
(0xd997363ee41cf12448e972a12a4bde32, 'wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/ajax24.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0xd9a5e7328bb2059489f3a40e1d12b083, 'wp-content/plugins/amp/assets/images/bell-icon.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/bell-icon.svg', 1, 0x00000000000000000000000000000000, 0x151b55ec1400efa97737d3effbdc9bdf, 0xf98c79b8cc14c56d5c28a16bf7d22e36ffdbfb7cd25211d4cd103027f8d55139, '', 0, '?'),
(0xd9a92e868d8b7e8b07c6ab1d270ee896, 'wp-content/plugins/elementor/assets/lib/animations/styles/lightSpeedIn.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/lightSpeedIn.min.css', 1, 0x00000000000000000000000000000000, 0xc302bf9e4ed8f1b2f74a1b957df8584d, 0xe97a468d7648bedc7e385fc8f8aa7cefc751d5c15c46ac2058d96d311ff4a05a, '', 0, '?'),
(0xd9a97299659559d84eb27d4b9bab9903, 'wp-content/plugins/amp/includes/deprecated.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x696c35ce429d922816555446be8df29c, 0xf051ccfe6270c59f7a427aec790580636008dbb3a5686a4bf7b70fdbacb81a08, '', 0, '?'),
(0xd9af5079f17f8632cac9e255a0462d85, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/SvgBasicDeclarations.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/SvgBasicDeclarations.php', 1, 0x00000000000000000000000000000000, 0x3ac051c84f6d07c6c9c73a9e60700763, 0x935d295af9cb44f37dece55ed023d40490058f740ece53f10b152a39cbdf3876, '', 0, '?'),
(0xd9b1bab5104d5072cb12d1687e8c9ef9, 'wp-includes/blocks/post-content/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/block.json', 1, 0x00000000000000000000000000000000, 0x31fd9df49126d7edb1b55d3064e26f0b, 0xd6e3c766c1e5e2969446389fe231e637dbf56ca8aec9757faf64e857c3099ec6, '', 0, '?'),
(0xd9be5b9c9876994a5f2ebd1f47f0b280, 'wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js', 1, 0x00000000000000000000000000000000, 0x75904bd1cf5406531a35088001358f88, 0xfc7e7d8fcaf0b1dbbd15144005d696228c058da49ea04a6634a42a5777ebb8ba, '', 0, '?'),
(0xd9c126223fd75f8012d89a8ade24318d, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/AutowireDefinition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/AutowireDefinition.php', 1, 0x00000000000000000000000000000000, 0x7b8c22f10b8577fc573a06154da591bd, 0x52eb9d9c3ded96d801d26d80bb68437ae60d439340a8e0b6e927ee85b8d96511, '', 0, '?'),
(0xd9c3d87bb007c2af8da86f062df3fc76, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/MessageFormatterInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/MessageFormatterInterface.php', 0, 0xbed5415317d501aac5f2c46df01f9d7a, 0xbed5415317d501aac5f2c46df01f9d7a, 0xc3b75e58bcdc81725b623e491fcd74ef85f72bd4515f736b7970a68c615c8438, '', 0, '?'),
(0xd9c5971e0645732e3900b5193c85d671, 'wp-content/plugins/elementor/core/files/base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/base.php', 1, 0x00000000000000000000000000000000, 0xa94e3e11b53fc659ee39814597778bf0, 0xfe29a5d57ccb3a06dfe5aa008a7e5e24e8a314490d7f10686e21235e4938dda0, '', 0, '?'),
(0xd9d089e84f79d9d8f0f1f1f15f0f9f9e, 'wp-content/plugins/amp/assets/js/wp-hooks.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-hooks.asset.php', 1, 0x00000000000000000000000000000000, 0xccf68a0fd648aed7a484f9b9fca2f138, 0xdb3c50943b0e3282666230c2e78f34ac4abba32b4a1dffefe3834b6afdb422d0, '', 0, '?'),
(0xd9dcf2dfe24eeabbc219232c3af120f4, 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/homepage.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/woocommerce.php', 0, 0xe5f385935d1bc1eb6cf70ad9d26a496b, 0xe5f385935d1bc1eb6cf70ad9d26a496b, 0xedf225a180ce06dfa7040e81a2d3dc8dfdeb4d5933a9dc97541869bea79d0e93, '', 0, '?'),
(0xd9e8aee0283ee96dacccf5a0373dd1d3, 'wp-content/plugins/elementor/modules/home/transformations/filter-get-started-by-license.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-get-started-by-license.php', 1, 0x00000000000000000000000000000000, 0xbf76e153af43dbc005714b13d9a8bb6a, 0xc4ea75e4576852253fe9d2d427c1df9e3310a5a47c66003be5c0f9949ec0bd1a, '', 0, '?'),
(0xd9ebbc217df13df6602a841b675a3d1f, 'wp-admin/network/themes.php', '/home/forwardbetcasino/public_html/wp-admin/network/themes.php', 1, 0x00000000000000000000000000000000, 0x2cfe3741517021cf9e2faf77064e03b1, 0x4c5cd931652417fb002fe8387da245fcb2e7dbf88001ac4a5fa45e0192c4a671, '', 0, '?'),
(0xd9f0013cfd472b010e2633ed39f0a86c, 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/skin.min.css', 1, 0x00000000000000000000000000000000, 0x13fe85bf5c96a042969ca526e87077c7, 0x373e785626767cc2adabe6559e2620ddb722c7a57a396adb4625d1bd4bdede56, '', 0, '?'),
(0xda0bad17f74f06c9726ff3435d16cf93, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseUrl.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x5867c6ca5586ace771c88c7da3dee7c0, 0xa716db5dda036c4c8a86f434053bae1fecc85ed3f780d860d19279751a2e4a09, '', 0, '?'),
(0xda169198ca5e259e9757605071a5f6ac, 'wp-content/plugins/elementor-pro/modules/woocommerce/traits/products-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/traits/products-trait.php', 0, 0x7187a78af8ecc106e54df8c7ada47472, 0x7187a78af8ecc106e54df8c7ada47472, 0x9b0b826c61e99c30be3347cdb824aed35e8805ad49dce6fb08fda70b8e67b452, '', 0, '?'),
(0xda178677fa3dc5a2c44ffa26b94610ca, 'wp-admin/css/colors/midnight/colors.scss', '/home/forwardbetcasino/public_html/wp-admin/css/colors/midnight/colors.scss', 1, 0x00000000000000000000000000000000, 0x985514edecd0a3d6318430da652c1457, 0xb9416017c9452db9158050a0a900c14cad0026e875341c7f1ee656b8ef30a1cc, '', 0, '?'),
(0xda1d1b135235d25fcd4ac03940f8a3a8, 'wp-content/plugins/elementor-pro/base/base-widget-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/base/base-widget-trait.php', 0, 0x002675677c8bb641e9350fa9f54fdb32, 0x002675677c8bb641e9350fa9f54fdb32, 0x8346cf0c2bcdf2301c647db5347d6fca1be2398b82cb18ab9e713796b7468002, '', 0, '?'),
(0xda1fcaf5c6291ff111e28218104487ab, 'wp-includes/block-i18n.json', '/home/forwardbetcasino/public_html/wp-includes/block-i18n.json', 1, 0x00000000000000000000000000000000, 0x6ee5f3de2192bc0ba43a4499c938e684, 0xf166fd1e5c749b4d26eb0d1ffb31c9092475330305048ee1f31d0320d4d915e7, '', 0, '?'),
(0xda27a3ddf81f3790ec62e2e4087e2036, 'wp-includes/sodium_compat/src/Core/Base64/Original.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/cache-lifespan.php', 0, 0xb4f8650d5f115ddc64c03e5230bade3d, 0xb4f8650d5f115ddc64c03e5230bade3d, 0x2c2cb3d63d3e125125bf9ff72b4196d4822fea86fe18d138796469b3f455b5fc, '', 0, '?'),
(0xda35db326843c1d8c118725e39d5359f, 'wp-content/plugins/elementor-pro/modules/notes/user/capabilities.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/user/capabilities.php', 0, 0x9d7b6cab8665dbf35838eb17887b833b, 0x9d7b6cab8665dbf35838eb17887b833b, 0xcd5b8aab62e8a5a79d1731d23ee2e84996ee83872a411c96d7e3fac741d791a5, '', 0, '?'),
(0xda388d430e2b6e8575be2d1875ee2266, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feoffset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feoffset.php', 1, 0x00000000000000000000000000000000, 0x9942b4a6c728851e9a0fe4a14952ea54, 0xa1a06a84720650a40174c0e5bf5d8345e839815df69c4aa25ad454c15d57489b, '', 0, '?'),
(0xda421f1362befc113cf18eea570e587e, 'wp-content/themes/jannah/framework/admin/theme-options/amp.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/amp.php', 0, 0xae516a51e0f2bb871c89beef6e6af668, 0xae516a51e0f2bb871c89beef6e6af668, 0xa6b96f1bdff97a0adb367c1dabdc0851f4842a47c39aa6b13045bd176269d883, '', 0, '?'),
(0xda42a85af653be3ed4cf78eaa88fbace, 'wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php', 1, 0x00000000000000000000000000000000, 0x0eb0d2a2b4bb364f693369e8142ebbb9, 0x79acad3a8bf62aa4fa42ca1dc04d698a7d28ef9820c3028824dc842fb2850511, '', 0, '?'),
(0xda44a66c244d5e2677d56951205950d4, 'wp-content/plugins/elementskit-lite/libs/framework/assets/css/admin-style.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/css/admin-style.css', 1, 0x00000000000000000000000000000000, 0xb959d449e34b4d1062aee22ec92ab125, 0x4b8ffecdf419a346b0fedb85aa38f99fe3096f7bd35d20b5f20a9eb419eabdb3, '', 0, '?'),
(0xda568acedb43d00fc093f46476dba6b1, 'wp-includes/blocks/file/editor-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-currency-converter-widget.php', 0, 0x384256e8862c2282cd0a3e294bd77c73, 0x384256e8862c2282cd0a3e294bd77c73, 0x60d32dd03a7b5f20d2faf97ed6b457da5cfd1b832baf58e716aa4413fd5672d8, '', 0, '?'),
(0xda5c2dff5c57c3870e79f489aa4e97b4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SamplingHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SamplingHandler.php', 0, 0xb63fa7b8b58ee51ac9021ca9c88511ea, 0xb63fa7b8b58ee51ac9021ca9c88511ea, 0x9d25c5fd5599442c8484161753223274f6e13bea646d508a2713e501945fe2a4, '', 0, '?'),
(0xda60dcfe6e2327dca5e5546734f7fab7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php', 0, 0x59e5dc8895a36d1d68822aa2b31f736e, 0x59e5dc8895a36d1d68822aa2b31f736e, 0x3175e1ee0367771bacf39301db3ff95f29cbfb9ba64768896225f56ede3ceb4f, '', 0, '?'),
(0xda64a8d68fc9c08214487bac0d91e88a, 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/tailwind-2400.css', 1, 0x00000000000000000000000000000000, 0xf3678e4c4acbee17d420792e1266e565, 0xe13fc52d2a9e080617abd18f685464fe630b32befb7dbaaff80e2dbb2dc23025, '', 0, '?'),
(0xda6ad44c68abab2bd58c5f850eeae870, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Installer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/Installer.php', 0, 0x1ca9d81690d282202baa160bc5027d5a, 0x1ca9d81690d282202baa160bc5027d5a, 0xa7a85dfda90452e46b96b53a44ca6e85ce9c5ef78604e6d74b192608c5db3ec0, '', 0, '?'),
(0xda6b84e65507eb420fe6afe9f853d1b7, 'wp-content/wp-rocket-config/forwardbet.casino.php', '/home/forwardbetcasino/public_html/wp-content/wp-rocket-config/forwardbet.casino.php', 0, 0x72033e3f033560101e8ef8adb6a40a33, 0x72033e3f033560101e8ef8adb6a40a33, 0x0fb99c0bfd702de168a6407909b1ae1dc15af705092a04e27420cf8a73ba09cb, '', 0, '?'),
(0xda7537381fbec2b8e44bd48a6b680bee, 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', 1, 0x00000000000000000000000000000000, 0xe9744ad6b61b059544dc92be2bff4318, 0xebacf42275759e6788492445af85ae443dd0f0bf0aba9eb751b382672dec545a, '', 0, '?'),
(0xda7a91294c5171a87b9ab22551e4450e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAttr.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/js/link.min.js', 1, 0x00000000000000000000000000000000, 0x0a85937781be68b5ae08a3f592738f5b, 0x9779d78804cd6838db48692a0b1d0d218d8bd9342a943c3967b75622b6559af8, '', 0, '?'),
(0xda882df2e4648caaed25b1c6ff97ee89, 'wp-content/plugins/elementor/assets/js/packages/store/store.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.js', 1, 0x00000000000000000000000000000000, 0x533676a3088bd4d1eea778103fb82d5f, 0xcc19783af949048c0b1c2dda21de555b71f32a3bcff408d3734f9300bbf913b7, '', 0, '?'),
(0xda89780e60d939ed4cc5a54d91d22c4c, 'wp-includes/css/dist/block-editor/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x3b0eb08f3afbb0a9d86fc29b51ca1841, 0xeaffc120157c568763abad9c91f1c016f8e70113f44e594f565896d25658bca0, '', 0, '?'),
(0xda8b72cb837e99e2a44443af72b413ac, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningTagRequiredByMissing.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPMessageDismissListener.php', 1, 0x00000000000000000000000000000000, 0xb1c021e931aff1a1870e082fa142d61d, 0xfee03373d1a850c7109f565c3cbb8fa4bd35e67eb01aff01c3a1413028d06e42, '', 0, '?'),
(0xda9aa7e9deb4aca498ebd0759d5fde0c, 'wp-includes/blocks/post-template/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4ad19636dc1c8f296635ee1e9cb84a41, 0x76350886b2849b4221b6e7749d7c5e6d42c8ec82deae03071f27fc95279dcd2c, '', 0, '?'),
(0xda9d1160f559e58f65b96a38db275144, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PieChartSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PieChartSpec.php', 0, 0xd18db958ade9aaa4dbc71ff022d80ef9, 0xd18db958ade9aaa4dbc71ff022d80ef9, 0x31ccfcbe4dc53ede82f8c8ad59878d9e5ef90cfa362ffff77df3537174aa203c, '', 0, '?'),
(0xda9f68d1c54314fcffd998dc179acbc7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php', 0, 0x249436341e57d371a5a1925da4ee91d6, 0x249436341e57d371a5a1925da4ee91d6, 0xf5745b73bad162893c84d4eb1327161ed63f73ca32157902d190657afd7bb58d, '', 0, '?'),
(0xda9fb1f164f233d612e1853d0a8f5dd0, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php', 1, 0x00000000000000000000000000000000, 0x67616c7367c0682f249a7d0a5849127a, 0xafeed541aa0fa201d212a7bfb0324cf70db5db0d1dc111861d0e0f642cbe3238, '', 0, '?'),
(0xdaaa7efc56a35de0c7ff810f116a05cb, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-shortpixel-subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-shortpixel-subscriber.php', 0, 0xb32651e92b4519e7375d5cd1bc95bde7, 0xb32651e92b4519e7375d5cd1bc95bde7, 0x449d4de035b02d475a6e7293e3498f59fda51df161fe958e7168b3aa1235befe, '', 0, '?'),
(0xdaaaa00a7b4e7a78233b1aeaffb6ea1b, 'wp-content/themes/jannah/framework/widgets/soundcloud.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/soundcloud.php', 0, 0x144625c0d55baf2b0ead6119d93f5f6d, 0x144625c0d55baf2b0ead6119d93f5f6d, 0x782202d70cfc818284535093a33e88fd5a06457d1c31eac95c01d0ef3127eb66, '', 0, '?'),
(0xdaad2100dafbca5732fdb36bc05b0529, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/FakeEnum.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/FakeEnum.php', 1, 0x00000000000000000000000000000000, 0x78915631d39f1da19c094c140270e083, 0xd3d17a552644811321c4b3076ad075457532e0babd3f02e23125ffa4243427a0, '', 0, '?'),
(0xdaaf1b0d027ce211a1b717187ea312fa, 'wp-content/plugins/elementor/assets/js/packages/locations/locations.strings.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php', 1, 0x00000000000000000000000000000000, 0x6e9e65992b72a73eb64e83d039521c62, 0x170a3dd2a4ac8e512087aea07e935c01fa75daff4bdd64601a239ea8261c0413, '', 0, '?'),
(0xdab98bd1edac3ad099719edf57e46c20, 'wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x6a1331944ad7b3db99c34b0821e19b94, 0x0210d7c7d28d5cc6835bdb205138fdf1576b3a48c692148267f92902e6cf16c1, '', 0, '?'),
(0xdac1243a4521d8a4e11e7fc3288fc3eb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textarea.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textarea.php', 1, 0x00000000000000000000000000000000, 0xa19d019fd2ebd2a195fcb3815ec53330, 0x7991cc9b22ad6900dd8fe1f3b8a0da23fd479975402d1d1c145e9f270f34b554, '', 0, '?'),
(0xdac28a8f2336f8104b1d2523660d1bc8, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', 1, 0x00000000000000000000000000000000, 0x39404730d6e97acacc306a5e441719cb, 0x115bbcdc6aa7e19339c19196ce4261ce7cb3fefbad0fddf0e229af3eb74f6119, '', 0, '?'),
(0xdac2b0da44642612f68e05060c7e6e98, 'wp-content/plugins/wordfence/css/license/free-global.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/free-global.1690810710.css', 1, 0x00000000000000000000000000000000, 0x69dc6af567451f9442370c14c1712cc7, 0xf8ac5c115231a222a8606c2032ed4cef4cd7639458658b9f45740809424d8e7c, '', 0, '?'),
(0xdad2d39268d9483d355434aaf11ee773, 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-4.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-4.svg', 0, 0x3edbed766ef3a93ab0708db42dbc5f00, 0x3edbed766ef3a93ab0708db42dbc5f00, 0xcd758e36863a3c96848890976f6cb3cd22883674cff075ee8cdfec7ac2d13bea, '', 0, '?'),
(0xdad422481272a334543cbeeee80d8b69, 'wp-content/plugins/elementor-pro/modules/notes/data/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/data/controller.php', 0, 0xa9235aa29da3e722629d57ffde84f160, 0xa9235aa29da3e722629d57ffde84f160, 0x27f0856a19f2a18bc6949bbd454d386e7711f2b77fab5d2592daf69331c2089d, '', 0, '?'),
(0xdad684ce281fe01cd81b81fe3477da2e, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/zigzag_2.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/zigzag_2.svg', 0, 0xfe7ec51073c4d168f0501359b9835ad6, 0xfe7ec51073c4d168f0501359b9835ad6, 0x0a276bad4b1beed47be9307e0a08b86951972d36afdf30c9270b9f1919f5fabc, '', 0, '?'),
(0xdad772ebca77c69ef4bf9513d61311cf, 'wp-includes/blocks/footnotes.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/footnotes.php', 1, 0x00000000000000000000000000000000, 0x1413954aaf7405a92b9d60ecb4923ac3, 0x90f932e42ae0711318c32de5da688d745112beed65b37b9075c0c4455adc2769, '', 0, '?'),
(0xdae3ccad0a35ef4285f3eea3df2bd56c, 'wp-includes/blocks/gallery/style-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0x2466fa9d3ac685523767f3e5326ed350, 0x1f1fedbb3ccfbfcf6e6d80f903a4b9a63cdc5e0e380fb833a2b7160832fdf98e, '', 0, '?'),
(0xdaea71d8bc8b18b600702c0b9eb18b8d, 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/media-utils.js', 1, 0x00000000000000000000000000000000, 0xe2cefd971bc872d839faad9d222195cf, 0x9f8eb2529a8847f6b70a04a615b32946e2e8facb368519d18f8c7b937a04a1cc, '', 0, '?'),
(0xdaeba1704e6539ad4f88694558291e21, 'wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/heartbeat.js', 1, 0x00000000000000000000000000000000, 0xf7d383af90590064a998703e9ea850b0, 0x37173fb346e8d2c4ad781ae6942703a7f0cf10b33292dc6676f3faf498101a05, '', 0, '?'),
(0xdb02e38e5f0dac4a4ce823ae4042ccd6, 'wp-admin/css/colors/midnight/colors.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/midnight/colors.min.css', 1, 0x00000000000000000000000000000000, 0xcdb05c0d36ad0fa2fb6c25b32bfb5078, 0x8517f392843d7a8acd165729f490d547a151f606c7b6e78e5ac296c77fcfd867, '', 0, '?'),
(0xdb0878d4c7c4570a65c9bae4f89df458, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/timepicker/js/timepicker.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrack.php', 1, 0x00000000000000000000000000000000, 0x287ca26c5d0be754ec13542441be4de3, 0x1af53db06afb04a9d88e3d9a922aaa5cfb4da2e2a8415e72b6c9df0816c51fed, '', 0, '?'),
(0xdb20e649d95f58b2d3039abc101ba83f, 'wp-admin/js/gallery.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/gallery.min.js', 1, 0x00000000000000000000000000000000, 0x560ccd0d7e3778c2446563e3b2621ebf, 0xd1d0a330ac0923e7b5750d2f0ca185a80b4c3a84684a52279ae7d539806bd8d2, '', 0, '?'),
(0xdb2d5621e6d34271269c6a31e70101e7, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Factory/RequestedEntry.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Factory/RequestedEntry.php', 1, 0x00000000000000000000000000000000, 0x377a763d04925f2bc31621e334e00d50, 0x29443984375b00487d43e712f976e62f350df77705d6071965f6acd712fd4714, '', 0, '?'),
(0xdb329a76dcd4db21b480b43a27db9460, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestorWithHint.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', 1, 0x00000000000000000000000000000000, 0x34f88f74e1d7515344760e92bef498c0, 0x7f027421851742fb8a78565cce4e3cff0bbb740f70cf2153060245c5d0b38996, '', 0, '?'),
(0xdb3c9415faa5007659a13e1e6d610712, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php', 1, 0x00000000000000000000000000000000, 0x0307a004e633e43d34e0ac2bb4d8325d, 0x691a25e7320fc082c86cdacee04075461469cb08c53db41d8a5f005097d5b0b7, '', 0, '?'),
(0xdb51736c237b4b90311ce66e80991dc7, 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-config.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-config.php', 0, 0x35584dae6872b6e0f32eeeadfef7c5ab, 0x35584dae6872b6e0f32eeeadfef7c5ab, 0x5afc3ce9190f5bfe445188f85f288349a7dd077795ee9d03e537afbdb498939c, '', 0, '?'),
(0xdb57aa3ba590162ebc2b38143c838355, 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/3.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/3.png', 1, 0x00000000000000000000000000000000, 0x4867a1302d0d40709cfb4012d2e3a9b2, 0x5ef9dfabed04c7b21f8538bc960ea2829d8f9ee15bfe5e79671f90d3c473eeb0, '', 0, '?'),
(0xdb5bcedde4dd923855c8698ad0f251b6, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/footer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/footer.php', 0, 0x8ce27577dd8a63b8e8e07069d23b2b35, 0x8ce27577dd8a63b8e8e07069d23b2b35, 0x60b9fac89e6f0c977cecaffa7958346d67a6e2d8655aeeb2a068c978d635bafb, '', 0, '?'),
(0xdb5df71bc0f13feefdc761132baab981, 'wp-content/plugins/elementskit-lite/widgets/wp-forms/wp-forms.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/wp-forms/wp-forms.php', 1, 0x00000000000000000000000000000000, 0xb786dd146d4e45f580ab8d73ff12e3e0, 0x3933b37948b73f0d4be492fb974d21ecd125771b9fb1cff3b031534b1b450921, '', 0, '?'),
(0xdb6b0d4e5b2c9627f509564391244475, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php', 1, 0x00000000000000000000000000000000, 0x160c9e0e8a4a034fb52abcf4d590c218, 0xdc157da7aef41aadb0f1cfda82d04c0d422512a9a30aee4fc0a2326e1aab4ef3, '', 0, '?'),
(0xdb76365e41e8f380412f5d2c3627793a, 'wp-admin/css/site-health.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/site-health.min.css', 1, 0x00000000000000000000000000000000, 0x79c7435b5f218d0432cf196ae06ac561, 0x7bb24acb14f3184b7101cb408ff1015c6f83c9796d72a54a1bbf1bd625bb1038, '', 0, '?'),
(0xdb84f2d28f3e99fa3a02e9a0bf1bf873, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebar.php', 1, 0x00000000000000000000000000000000, 0x0c7c9d16e0b985c17ec026c5e1a6c2cd, 0xdead0a8c233b466c935f2f0b533c6d5ac1967fe3aeb0fcfa6d4a7df55e249f18, '', 0, '?'),
(0xdb867844b7cc4c7ffde17a5723c5994d, 'wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/Requests/library/Requests.php', 1, 0x00000000000000000000000000000000, 0x358f4eaa456ae53479780e22f0db241c, 0xb850cfc7defeeca5003550a15ef5392a9178472902fcd6acc061ed58bc9f7cc4, '', 0, '?'),
(0xdb8b7b533000003d9a315fd8a60dc035, 'wp-includes/js/dist/priority-queue.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/nurse.webp', 1, 0x00000000000000000000000000000000, 0xf91f5f16501274541bc7bc7a6999ac5d, 0x92eb1ed27b9a6a7e1616b184afdac7ac5bfdb7292701ab87c70685bf2db2de5a, '', 0, '?'),
(0xdb90630aa84ab06410247d9ba8cbe0b3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php', 0, 0x1904471191ce234e6e3779cf7a901996, 0x1904471191ce234e6e3779cf7a901996, 0x15859a8075ad0aa12ff97c2adfdb5db632dc5ae679c9b1265bc834bbd8b3832d, '', 0, '?'),
(0xdb90af61a3940c175ff35e0bd63c1416, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/UnsignedSerializableClosure.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/UnsignedSerializableClosure.php', 0, 0xc594e49056edb7e68b5d1613af738e09, 0xc594e49056edb7e68b5d1613af738e09, 0x261fe93f8b53ff420f2cc678977efca90f7077d97c3e34a81477b59a14407b65, '', 0, '?'),
(0xdb921a9b735fb16d5e43ae184a968ed6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/PluginSuppression.php', 1, 0x00000000000000000000000000000000, 0x6e0e656060ec867ffe78a1523ca78cec, 0x2ab7448bd65c5b9b611e072c9a52b75fdfdbe79940a68e02ed5ff512eca4b4c5, '', 0, '?'),
(0xdba5b66c918b76b3ea3b60c575ba2bef, 'wp-content/plugins/elementskit/widgets/audio-player/audio-player.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/audio-player/audio-player.php', 0, 0xd1a61692a64099bf5f80d3511865e4fd, 0xd1a61692a64099bf5f80d3511865e4fd, 0xd784191e349ca91b3ae2de121dfd11933fadf7a4e483e2ee8c72dfa1fd78cf8e, '', 0, '?'),
(0xdba785f602a4a8cdcf0df5e3b18220fe, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-page-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/presenters/redirect-page-presenter.php', 0, 0x380a93494bfcbd2d9c8a692c9c1959f5, 0x380a93494bfcbd2d9c8a692c9c1959f5, 0x89e20b615b34df22f6be4da1c4b46ef900d3b7e05e8d2fe621d555f98bc32281, '', 0, '?'),
(0xdbaaf2eaf7092ee6d5b8df5cbef20eaf, 'wp-includes/js/tinymce/skins/wordpress/wp-content.css', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/wp-content.css', 1, 0x00000000000000000000000000000000, 0x81fc83c10f836091c606556e000d88b4, 0x3ea5a0e48740c63a736fabeee5fa58e91c3db9b0134b6498ce6b7516887b8a08, '', 0, '?'),
(0xdbabaa4d0d805aa686d11c2bced25594, 'wp-content/themes/jannah/framework/admin/theme-options/woocommerce.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/woocommerce.php', 0, 0x3ec387dbdec7cdd9ec781c5325f8af7d, 0x3ec387dbdec7cdd9ec781c5325f8af7d, 0x7845933166b86e820b26b9e02031bdcbe819d61282cc9fe2fa59686e0fcc512b, '', 0, '?'),
(0xdbaf9bc50e97a4324dbe974ba766b2bc, 'wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBold.woff2', 1, 0x00000000000000000000000000000000, 0x5119d43e8cf7625983567e413ec786d7, 0x5c8cb0831bb46b335da6623b30457a228c135aae51649bb36b77e69f7c9fd8c6, '', 0, '?'),
(0xdbb196b034dcc1adccc47cc0a2827454, 'wp-content/plugins/elementor-pro/assets/js/countdown.6e87ca40d36793d92aea.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/countdown.6e87ca40d36793d92aea.bundle.js', 0, 0x3d7ea902d3e1d17f7c219c79c305a66d, 0x3d7ea902d3e1d17f7c219c79c305a66d, 0x3c56d24c3a94076880cf728c01001c9432c084b0f40767e4b8f16148cc1ef969, '', 0, '?'),
(0xdbb3003ddce3c68188e74834eb7ba2c3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderTransformed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderTransformed.php', 1, 0x00000000000000000000000000000000, 0xa4c059d0a884c1f325b64083d47e77b7, 0xeef5955feda8abd62b6215f34d07e0fbd3678875fea2e0368e4e80c0ca5497e9, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xdbb3576bd070442db72b860d6dfcaa8c, 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2', 1, 0x00000000000000000000000000000000, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaddf40e2a382a94ceb4551f1f18928816965ba96715b4e7c26b0e37ff9c390f7, '', 0, '?'),
(0xdbb6b27f6ed596df884437556c28c32c, 'wp-content/themes/twentytwentyfive/patterns/services-3-col.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2', 1, 0x00000000000000000000000000000000, 0xb04ef08ba8e7c6adc660cd64cc768ad1, 0xe0bb6f57617029b93de4d371237b0e64cf36d978c1f602f9ade02844ef450cef, '', 0, '?'),
(0xdbbfe6c28f541c89610d21b822721092, 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-3-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-var-3-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x635401a6c0421d1eed29bf4fc212278a, 0x050c2f46d58ba0bdc8bbbc321bae7d83e2db6221b60d3cb6816586b8c074eeff, '', 0, '?'),
(0xdbc09b9614e0d2c80bc7d41d2a9d292e, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ConvertPlug.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ConvertPlug.php', 0, 0x4ab75aae37da13389323651dfe3a70ca, 0x4ab75aae37da13389323651dfe3a70ca, 0xf782dcb50a3b7bd9228895cf6cbf99b86d50c5f51e0aa7aa7dbab7430a2f4429, '', 0, '?'),
(0xdbc61cf84d196e6c9a9b6faf7c5ac9db, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php', 0, 0x134fc39d59f5112c875c9fae2d1af12a, 0x134fc39d59f5112c875c9fae2d1af12a, 0x0f56239b7c7117163156ee19fcd7812dca28e307df2382911df2f4d5d8ae332d, '', 0, '?'),
(0xdbc642449879231f7980ece5e30d6901, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ArrayResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ArrayResolver.php', 1, 0x00000000000000000000000000000000, 0xd1ab23d13cc1a9f21868e91df7e8d218, 0x6a8aedb20aaf2253c78bcaba9c0c698c5c861998ea142f9a3c6a29216ac5ca3d, '', 0, '?'),
(0xdbc81cf8dbb13b85a9ec7d6b85a2747d, 'wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php', 1, 0x00000000000000000000000000000000, 0x6f1d05a3b4c712613c8c676ff3770df7, 0x1f207c02b3b8ec919b3f863e930688bb7eef962ffe3e3114c13a9540498c569f, '', 0, '?'),
(0xdbc872819abcc1b5d8811d3dd4d492e9, 'wp-includes/images/rss.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateCountdown.php', 1, 0x00000000000000000000000000000000, 0x4b52cb9d6273dcca11dac3835d1d206f, 0x79fefc35aadc115bb7ec0aa12ee90b3dda8027c056794d6f89d6ab5a8a462de6, '', 0, '?'),
(0xdbdb5d6028d862ec976179b40b8275a0, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-imagify-subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-imagify-subscriber.php', 0, 0x8f27bcc678bc4c38451d90b6a1c03cb5, 0x8f27bcc678bc4c38451d90b6a1c03cb5, 0xf7dfb2a57493222bc5fb7ca19004b55ae6123704a73ad6b8aaaeda185f342669, '', 0, '?'),
(0xdbdbde8923ba398b15020fc2e2dad6c0, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-base.php', 0, 0x5318d8e4c1a3d7b737783f1ec91b502e, 0x5318d8e4c1a3d7b737783f1ec91b502e, 0x6b8859c1b21b0f132c8bfa3c2ad40f673bef552172e29505bc59f9d5b25725cb, '', 0, '?'),
(0xdbde77f80c025225d81d778bef661b78, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForAmpStory10Css.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/colorpicker.js', 1, 0x00000000000000000000000000000000, 0xf01017ca562067f4840eb2b6f99f2daf, 0x85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd717, '', 0, '?'),
(0xdbe01674d65f6a08dec57829cbc8bea2, 'wp-content/plugins/elementskit-lite/compatibility/data-migration/settings-db.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/data-migration/settings-db.php', 1, 0x00000000000000000000000000000000, 0x53093fde75eeec7b3104fe7478b47fa3, 0x95e5e199a40768be95c45783c8e2b44db2ac385f7d034d4134b8c72d0b54248c, '', 0, '?'),
(0xdbe1f8375d1acf12402cf4d52f54c115, 'wp-content/plugins/elementor/includes/heartbeat.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-unsupported-exception.php', 1, 0x00000000000000000000000000000000, 0x9a39b55069283ab7fba9c6781c7677ae, 0xdb5ed3af9a810e51aa1fe234219ed472ece3ab5b8322b6af7db79ff38cd69bc4, '', 0, '?'),
(0xdbe653e1355cb0f5b4610afc4fbdd337, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/ContainerBuilder.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/ContainerBuilder.php', 1, 0x00000000000000000000000000000000, 0x39ea2cfc45c0d26d8ea46eb1ccfca73c, 0xa61c21433dc90d18e7474f827ce3a2e615fb014b6521af4905ae33993e9b257b, '', 0, '?'),
(0xdbe65a36fdc38b8e456e17c48ce2f0b6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/ElementDump.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/give.php', 0, 0x91f05205225db99b82d402198cab80d2, 0x91f05205225db99b82d402198cab80d2, 0x172286b9c47f973682690489b53d6a31f34d7e9dd9d507c6b893785c3496ae92, '', 0, '?'),
(0xdbec8f3f10c8dd5568da05df588c5961, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js.gz', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js.gz', 0, 0xfcd00b7b4bb8a2676c0861338848d6a1, 0xfcd00b7b4bb8a2676c0861338848d6a1, 0x7953aa0c8fd9815038abb85a0b60d9cd9b25428678bfdf4a44961f032ffa452a, '', 0, '?'),
(0xdbf7d2df55857f3894ade7532f67941d, 'wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items/saved-templates-menu-item.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExitConfigurationJson.php', 1, 0x00000000000000000000000000000000, 0x7481e51e579e08abea6a135c070298a9, 0xf550c35386ce531da26ba1e2fbd67ce16f9ff59e9d5bcadbdc4a796b09ba025d, '', 0, '?'),
(0xdbff929dfd1aec73fe185af5c9f38b3e, 'wp-content/plugins/elementor-pro/modules/posts/traits/query-note-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/traits/query-note-trait.php', 0, 0x6849e9bdbe7ea3d4d76d2f33b0525d8e, 0x6849e9bdbe7ea3d4d76d2f33b0525d8e, 0xaddc4e4f89b92f4b453e7bf6213a7fddb074da7098b496703071af443ddb2eab, '', 0, '?'),
(0xdc00ddd87b752554ec31163f17a9f2a6, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-body.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-body.js', 0, 0x7f9d6467962b60e12ffe28daf859ff7d, 0x7f9d6467962b60e12ffe28daf859ff7d, 0x72ab404dac5c679b61fd070259a605c5e44101dbffb1f789bcb3cda432ce9532, '', 0, '?'),
(0xdc030cfaf5225baf19cc047cc0bb8724, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/youtube.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/youtube.php', 1, 0x00000000000000000000000000000000, 0xd719c05d7e45b2b12ada930c78e67a76, 0x132359bf95bc717e0c0ad75b7a51d18d30a77a7fc2e53ac6b81d5a31e5a05221, '', 0, '?'),
(0xdc06f9ebf9d7ba8679eb1e9d38b3b8cb, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-section-document.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-section-document.php', 0, 0x9f55718c9891e2c4a72c3ddcb5daaa4c, 0x9f55718c9891e2c4a72c3ddcb5daaa4c, 0x3080da73893983d377bc3b7c753d7b0592264ad9f29dfe7cc3ead9c86ea2da75, '', 0, '?'),
(0xdc0746e80418aa860d758e44bc620837, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/feed-rdf.php', 1, 0x00000000000000000000000000000000, 0x7847b337eb25949ea00062d0f8ecfec9, 0x703d6d3d47dc6cf29468826e0868d2c1b81356d3e55dd32dd3fb2b9d3103ca61, '', 0, '?'),
(0xdc0f61fae8a2485b033a83cb68a5ef7c, 'wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/BeforeValidException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/BeforeValidException.php', 0, 0xf5282cf106f9b457a5c5e648bb3254d4, 0xf5282cf106f9b457a5c5e648bb3254d4, 0xf562f4a053283d7d5f50d021c987882536eb8b8f3ebc80fdfa7bd62b2ba2f148, '', 0, '?'),
(0xdc0f74553014de1f7fefd3ee02f5c5a2, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DefinitionResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DefinitionResolver.php', 0, 0xb2cc340721f6b1360fd523c4d840e556, 0xb2cc340721f6b1360fd523c4d840e556, 0x592f9ab7ca24cac5b4917cd7b266e6ce60853c14d7a2e9731093023ccffe5a9d, '', 0, '?'),
(0xdc14ba1f1b8b8ebcc62c0e5a8aec82a6, 'wp-content/themes/twentytwentytwo/templates/single.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/single.html', 1, 0x00000000000000000000000000000000, 0xacf11d7a6fb8794e5d03c9bd32b4b804, 0x0068dd6bf89bda055176db36509fff722297a13a52462ee86d8f240cf5cfad49, '', 0, '?'),
(0xdc17f3f314eec796ed1105c9ffb6826f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x182d5924ff0b528f008a83d1f5809d02, 0x4ea252c3ad32e1c6df488a68db264813583a62075d8bfd64ccb38afecf324fe5, '', 0, '?'),
(0xdc201fb0d527d617a0c519d62785b3bd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php', 1, 0x00000000000000000000000000000000, 0xcf07ac1620da370b9440cf20b36ccad4, 0x81436c4d08150fde90ec27be61b50aa9f49c20a22fc557a23011aabae76e16a2, '', 0, '?'),
(0xdc21f5b9a7dd606d72368b80d40c7619, 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-logger.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-logger.php', 0, 0x6de8debc3ad588b108ce30cc2ed432f0, 0x6de8debc3ad588b108ce30cc2ed432f0, 0x02a429ee5f3bd3aafc715da309bbe18d7511e070957b8922a573ee7080d62bc1, '', 0, '?'),
(0xdc3247fd3fa65f15e6fc5ce8c6fa2d42, 'wp-includes/canonical.php', '/home/forwardbetcasino/public_html/wp-includes/canonical.php', 1, 0x00000000000000000000000000000000, 0xe3dd4fe365758ab85ae4ceef99b181f6, 0xca28b63a9149f947db8dc9e3a42ef3e9fc7431118cab3e25985a7a5783f66ad1, '', 0, '?'),
(0xdc3ee4c36e2a705b46a08f423a17a0bc, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', 1, 0x00000000000000000000000000000000, 0x18ab50c158b248c6c3467c85664145e4, 0xe3532fa1a9b085e51a053749e182788c3d828f02b2bb24bab6d8a481ac12c7d6, '', 0, '?'),
(0xdc443a8fc016c00cab44418a9a5843bd, 'wp-content/themes/twentytwentyfour/readme.txt', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/readme.txt', 1, 0x00000000000000000000000000000000, 0x679a815a46db93ffaba37458a369d14f, 0x9ce112d63f37a4abfda9f9bf60b2813796560db49580c4c19b25df4335eb224d, '', 0, '?'),
(0xdc48f214deaaff8e63921c9442464c94, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/CachingStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/CachingStream.php', 0, 0xff9300318ae516b769a943068af93985, 0xff9300318ae516b769a943068af93985, 0x7b0b24edd0557253256c3fc8c2f08f83a6cd6e90296d7c4de812c598dcedab15, '', 0, '?'),
(0xdc49865a5111029d4f26c9f871ce33fe, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Service/Exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Service/Exception.php', 0, 0x443d38615907ed1f43f84a60cb37c86e, 0x443d38615907ed1f43f84a60cb37c86e, 0x9f618b6dcd08083fa198db2566204e89f065c49b14cdc13000027d319e28258e, '', 0, '?'),
(0xdc596a624875a64e5639c2aa52cdf126, 'wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/wfselect2.min.1690810710.js', 1, 0x00000000000000000000000000000000, 0x0e06ccc4a1ef1420c7a75e7407b82c67, 0xf32075ec11e356206e6801435048ce5d1d38cb0bd22a291147f8fd602e72e5fa, '', 0, '?'),
(0xdc6b6dd78faf8aa5902b42abeeff2419, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeSuccess/views/widget.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/customizeSuccess/views/widget.php', 1, 0x00000000000000000000000000000000, 0x8d71f4ca4f53192d228a6f65241083cb, 0x63e40a0e6bb143fe2378c93eea30fb8a48341d766b78d2572dfc68df7f595206, '', 0, '?'),
(0xdc6c372363699805ae07e6f2b6a6a9e2, 'wp-content/plugins/elementskit/widgets/team-slider/parts/content.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/team-slider/parts/content.php', 0, 0x2b639bebb7f0c23f38eef05934ce57b2, 0x2b639bebb7f0c23f38eef05934ce57b2, 0x570822affd0c5795e6d705c29314ea094e9aca60d4b629f9ae2e87e353106799, '', 0, '?'),
(0xdc6e744202f8947c942da20329f561fd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/ServerException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/ServerException.php', 0, 0xb10f29fd7e1d67007cb7f444fba52bc9, 0xb10f29fd7e1d67007cb7f444fba52bc9, 0xda2066d5f910bb92b0f22f5c98db7bf415f7e6b4efdfa139adb21fc96d1442bd, '', 0, '?'),
(0xdc8e93971a40f3f5fa8a64f54e8f406c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php', 0, 0x35f28eaf11940a0da55c69cd4b649ad5, 0x35f28eaf11940a0da55c69cd4b649ad5, 0x96868a7dd1b56b70c32e4078202e18ad2859022bebdc96a0eba47874e2fd293d, '', 0, '?'),
(0xdc914be2dd93e0a5c9d0256550be5e55, 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', 1, 0x00000000000000000000000000000000, 0x67b37dd9689a6b39f179620813a92857, 0xa5fad91a4493fc51e05e8bfd5ca1961da3ec1c90399b14a33bdb3776a2e746cb, '', 0, '?'),
(0xdc9461bd3f3b5117b93b20565cf4d1ec, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php', 0, 0x62c81e289bd09123a3cb69f091ba7ca8, 0x62c81e289bd09123a3cb69f091ba7ca8, 0xe81500af2b2ab146e7155eb960408b448fe5945a6d2833a1e8713373c3df7119, '', 0, '?'),
(0xdca1f609be94e92184f1ae5f72dbd7f5, 'wp-content/plugins/wordpress-seo-premium/assets/images/cornerstone-icon.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/assets/images/cornerstone-icon.svg', 0, 0x4182a37876284b6a9c9ee1b7eade91eb, 0x4182a37876284b6a9c9ee1b7eade91eb, 0x8633737f93399886c5815993894b0e02c167b23029dd75b9556f963feeb5b50d, '', 0, '?'),
(0xdca229bc9e6c07832fee56552a7cc447, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/InvokerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/InvokerInterface.php', 1, 0x00000000000000000000000000000000, 0xc0c439b13ac7c2222e4b960505bbf255, 0x9a3cae614125441b9be30c8062900df785c7689411587fee119cdaee21d84bdf, '', 0, '?'),
(0xdca6a0cf780ceb3e67422a8d0659132a, 'wp-content/plugins/elementskit-lite/widgets/ninja-forms/ninja-forms-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/ninja-forms/ninja-forms-handler.php', 1, 0x00000000000000000000000000000000, 0x5c3a8e4225a250f18e2f491288255e1d, 0x96854096fa405d51924b44ac3be68cc4208a734f93c07ba0b3616010c160d6b5, '', 0, '?'),
(0xdcad7fd1d7842aee94e3fa848db9df76, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/ultimate-review-logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/ultimate-review-logo.svg', 1, 0x00000000000000000000000000000000, 0xce9109cc48695a38ed07a78ed3ff2b8a, 0x95d142a232904fc36371551cec3f8b8d4d2a391613a0e61b50b99cc7fe485540, '', 0, '?'),
(0xdcafd06f8cc65ac50186dcfd92304b5a, 'wp-content/plugins/elementskit-lite/libs/banner/banner.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/banner/banner.php', 1, 0x00000000000000000000000000000000, 0x63cb813daefacfd97f5b4507d48683bc, 0x98e4e9a9405488491142cd7e4df154a6bb7266ea017976eae2d07c4241b40a09, '', 0, '?'),
(0xdcb1dc7e0cd497adc8621c0d9f6afb36, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PasteDataRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PasteDataRequest.php', 0, 0xe845b9758be1a2a15af9d789adc25c03, 0xe845b9758be1a2a15af9d789adc25c03, 0x519a2f199db39a00c0c9d5155ce3f82798eea6c402ac300cc3d50382b3c5545c, '', 0, '?'),
(0xdcb20349c13a20b6e56fd0aaf722f27f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/replacement-variables-integration.php', 0, 0x9eb4aaa5ecd48c62308936c51d175c96, 0x9eb4aaa5ecd48c62308936c51d175c96, 0x2ec54bc3c9730176b4616f7bcfca359830aa392e404d674523bb59f31705c0a1, '', 0, '?'),
(0xdcba9d214142f2c0955ec9cd2d8eba09, 'wp-content/plugins/elementor/assets/js/element-manager-admin.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/element-manager-admin.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x9d0e256e4bb7388a0bcc4473113dd058, 0x52e3013690bd7194b8a2b64e6a916799c74c70b341817bcfc12f654b49571300, '', 0, '?'),
(0xdcbfb0069d6f60b0bac2f9dc6927d05c, 'wp-content/plugins/luckywp-table-of-contents/core/admin/AdminController.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/admin/AdminController.php', 1, 0x00000000000000000000000000000000, 0x1939bc25081d92e2524a7e92eff2d9a6, 0x0d540da9dae310e43042ea931ca551abb659f45f83c990016cd2fcc15ac10fe5, '', 0, '?'),
(0xdccb8fa3e4eb25a5dc7de94858efeea1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php', 0, 0x19f4a05a50e825074508db8dc69cc188, 0x19f4a05a50e825074508db8dc69cc188, 0x779127c1c15982e58c4a6d320ef75d99c724cd7261ee02495aba9377d3a6cc1d, '', 0, '?'),
(0xdccce42edc5506db09fdaf5904e4e43d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfPersistenceController.php', 1, 0x00000000000000000000000000000000, 0xf825ebe26b05798a9d9e1f69d54d4f2a, 0xf2a2efffabeccf5828be33300d0ae5ef0a50459ecca018849b208e39e0f6aac8, '', 0, '?'),
(0xdcd39f5bfcdb6745666b737f834217f9, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php', 0, 0x58afe15f63e1d727d8784d39feb8e0b4, 0x58afe15f63e1d727d8784d39feb8e0b4, 0x60edf9f6b3b092532c77194439b96b934300357fceb2aed431396a42aa5bcdcc, '', 0, '?'),
(0xdcd4cf5a4319d3695435673fef66f42f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php', 1, 0x00000000000000000000000000000000, 0x1c816ae2c638f9c58b670787d8fb6723, 0x5a051801b439d7c413a8de8739eeb2dff1f09d61ae67075db79b5676fa62916e, '', 0, '?'),
(0xdcdb33ccabeefbc322d732351c7a78c4, 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/2.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/2.png', 1, 0x00000000000000000000000000000000, 0x3e2a47db29c2a57e0cd3c0418a623e03, 0xcb940a65ba226a95ec695ce3d6dca5e1ebe69d1b7b392621965d2e9b7eca437e, '', 0, '?'),
(0xdce1f1eafed210adfdc980a87755ccb0, 'wp-content/plugins/elementor-pro/modules/loop-builder/widgets/base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/widgets/base.php', 0, 0x54d6718d8aa91fc2586a102547b12166, 0x54d6718d8aa91fc2586a102547b12166, 0xe810dcf9422a4407e8608e00476d79569d1e51604235669f84b38d8af99396a5, '', 0, '?'),
(0xdce56bf67672111fbb37a54c4eed471a, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/FactoryDefinitionHelper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/FactoryDefinitionHelper.php', 1, 0x00000000000000000000000000000000, 0x2e468d9ead904c1387b5635cb5ada32c, 0x89e5b48125b59ae8d8a25f49f030f687962b20a3ce55e0b91c2d375ba7858441, '', 0, '?'),
(0xdce9d5bb5a6d6c95ee34f4cbae550f03, 'wp-includes/images/smilies/simple-smile.png', '/home/forwardbetcasino/public_html/wp-includes/images/smilies/simple-smile.png', 1, 0x00000000000000000000000000000000, 0xe94bb2cf7bc285138eb166b201779768, 0xf4b43f59a961675c02903c7983c3c1b380300031e483c238bd33870ebe48a467, '', 0, '?'),
(0xdcf217c366da3d7251fd0c1ef7ea0c8f, 'wp-content/plugins/elementor/assets/js/app-packages.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app-packages.min.js', 1, 0x00000000000000000000000000000000, 0x6fba8450ba966c9465de3540df807808, 0x5ae3aaaff4ea6996bb4e69f8378a5953391c8cde123a47379a2ff561c72d9d54, '', 0, '?'),
(0xdcf4ec28c5440fb342b8fe43d7e89a14, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridRange.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridRange.php', 0, 0xf3e0307105cf1f10765d999afe6c3147, 0xf3e0307105cf1f10765d999afe6c3147, 0x36a4fcbc0ced1dc8c89ae174d511cc954f18c797021705c0cb82a452060548ba, '', 0, '?'),
(0xdd0b406d4f797e6cbc257e7cee992f09, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widthField/views/widget.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x7e90d7762c05e3e36bea04672c97f40d, 0x3295094fd16a89b25883d7eb2faa6ca9aaeccf6f027a2af435a7cfd67bf65444, '', 0, '?'),
(0xdd11ba0d00464ac8e49642e1de65e712, 'wp-login.php', '/home/forwardbetcasino/public_html/wp-login.php', 1, 0x00000000000000000000000000000000, 0xfa76aa4229c58dca75da85195d9089da, 0xa0e180425b997dd146b7cb524d31826e218c9b99d783fe8248387129ec2b8e1a, '', 0, '?'),
(0xdd11d7b528f5e99c08824bdb42edd80b, 'wp-includes/js/codemirror/fakejshint.js', '/home/forwardbetcasino/public_html/wp-includes/js/codemirror/fakejshint.js', 1, 0x00000000000000000000000000000000, 0x35c876f72c524f6c78065d4a27294b1b, 0xcded912d8f36f3240824a83bb2998e7d70744fa7345d32b680d0a252e335d6a1, '', 0, '?'),
(0xdd1218c2d4ac671723e2d5d9a0c9dcd5, 'wp-content/themes/twentytwentyone/404.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/404.php', 1, 0x00000000000000000000000000000000, 0x936e98c4365afa05932ec44315ce410b, 0xe7a417f0989bfb2d63958fbafd57f4f183ba6fa604d0360a16feb601af980628, '', 0, '?'),
(0xdd122593aa1b11ebf16a749c1c7db7e2, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2', 1, 0x00000000000000000000000000000000, 0x2deedd5c61fd987390810c19bcf7fd8f, 0x164e9834c57c523619a882c5290e0f40778c0e1b1337cd04efbe9e8062476eb1, '', 0, '?'),
(0xdd19e1f773c07f1a44e9fbf2d37f97ea, 'wp-content/plugins/wordpress-seo-premium/src/conditionals/ai-editor-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/ai-editor-conditional.php', 0, 0x8cab92907c738d7c8498c216c06ea573, 0x8cab92907c738d7c8498c216c06ea573, 0x04ef03a59991d3ecc263e3317ad797819780dec7deeb0c3eacd973bd6766dbd0, '', 0, '?'),
(0xdd2be9ef6c77838a459c35993e465324, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/CompiledContainer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/CompiledContainer.php', 1, 0x00000000000000000000000000000000, 0x8311a8465fd3781e21ffdc5614c78d46, 0x5f9410afc8f98b03d8d85d081ef8f5c03c786978cabe4302ec25dac664324728, '', 0, '?'),
(0xdd2f2b898df7a5ab6d1d72ec13b188e7, 'wp-content/plugins/elementor/core/breakpoints/breakpoint.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/redirects.php', 1, 0x00000000000000000000000000000000, 0xe006eb09c2161020d1d61a8c8c68ca1e, 0x8bbc7ec7748e3ff99e646ad294c7f92ee22457d6c7558d426365ea4228e41f48, '', 0, '?'),
(0xdd3a463f4e729b8c8255a1f2caf3e2f0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartCustomSubtotal.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartCustomSubtotal.php', 0, 0xd8488876a1807dd6fa41370c69c489bf, 0xd8488876a1807dd6fa41370c69c489bf, 0xb5a62257c6d01d66668f1187799cd49527669a20aa02609b672e10d273a67a21, '', 0, '?'),
(0xdd46e0f7649fabc27f0b2ec4bbebf80f, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/SpinUpWP.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/SpinUpWP.php', 0, 0x925023ac72bb3b287258cc9510ff9a25, 0x925023ac72bb3b287258cc9510ff9a25, 0x307a8616bdb1a83c619da0c16706f5749cf311247074168896dc53ecc07a91b8, '', 0, '?'),
(0xdd4a3006cff5a7c96aa05967da68a30b, 'wp-includes/js/tinymce/plugins/lists/plugin.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/lists/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x32b438beb73a7396a577bc39e74a8fa3, 0x2962f2902334e69465acbe2ad8392899b03df45145a365307c31fba6e00afd06, '', 0, '?'),
(0xdd4c6fbb68dd589833befc8eb233aad9, 'wp-content/plugins/elementor-pro/core/integrations/actions/action-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/actions/action-base.php', 0, 0x9ac7106078ac397e48e5637eb73d8621, 0x9ac7106078ac397e48e5637eb73d8621, 0x327172215d859c57fc7cb7c8e0e643a6da3d0139c2575f34479f182f19924fa2, '', 0, '?'),
(0xdd521b28a7a87baa6e7eff163e23e458, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVimeo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVimeo.php', 1, 0x00000000000000000000000000000000, 0x6506202fdf7d02ee0188b4539d8bf783, 0xe78365a6a21a2b2025d0f645b3d6257207e19baeef4752b1dbababc7d1296ba0, '', 0, '?'),
(0xdd585c570e633724c9d654633f619aaf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/GlobalAttrs.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/sort.gif', 1, 0x00000000000000000000000000000000, 0xfba0b2ac81a0edbd2aa220aa92dacf33, 0x765006901f84842d7eab1978920cb54f2205099214c71115d0d9e1fe3b1780e9, '', 0, '?'),
(0xdd608ce34c5c332d699a5f33b3530dad, 'wp-includes/blocks/code/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/code/style.min.css', 1, 0x00000000000000000000000000000000, 0x68faa9e8ed9568e8773eb6a8c643a7d7, 0x23d53090639c948ae16bfa5381e6021f76dcbe6cf7b4956e0ceb6c4a8037fcb0, '', 0, '?'),
(0xdd632b254cf3346a2b9767392c7391ad, 'wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js', 1, 0x00000000000000000000000000000000, 0x07a20c626ed982d0c8ed1631251b4b8e, 0xe7660132c8dd8148c82ef64c4655a6188edb7d123cced02d8113b473c211b8c9, '', 0, '?'),
(0xdd6574c72a2ad0441381a59e1a8e4f9c, 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-capabilities.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-capabilities.php', 0, 0x6c96ecc2ae3774b2afb5d1a4c209e4ba, 0x6c96ecc2ae3774b2afb5d1a4c209e4ba, 0x9e25a10d976f188b8939c80889c6c0d319a9d1ec433d45bf7dde206457472a8e, '', 0, '?'),
(0xdd6685e39d18798efcac1bc4a7972a21, 'wp-admin/js/nav-menu.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/nav-menu.min.js', 1, 0x00000000000000000000000000000000, 0x70a904dfd95f00c4159e30486612190e, 0x7a32baa0d58bce440a92699f303944512876ea20f383ab1c7a74b1827579a656, '', 0, '?'),
(0xdd66c550cf7e1427e88afec87e46c395, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedisplacementmap.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', 1, 0x00000000000000000000000000000000, 0x43db44c7db89185e77034451b40f37d4, 0x36881a7ab5134ba49944678763fa69bed943e58d70d46fa80c343a511ca70364, '', 0, '?'),
(0xdd6af91da3df0a4f3579cd570ed0d68a, 'wp-content/plugins/elementskit-lite/core/config-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/config-list.php', 1, 0x00000000000000000000000000000000, 0x9f017f1d9eb3ad9e5deecadcffd43e6b, 0x44ae00fee3819c7500d82a2d8abfd5499719bd492ed4cb889179d5e1094f2a50, '', 0, '?'),
(0xdd6f66ef99f0e4a841ffeed79d28120b, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php', 1, 0x00000000000000000000000000000000, 0x6e4a215e0d84595ecb26e9a95b63e1fe, 0x08ce8f2497f66b86185b826fae42f74c5a4068cc6157c286540cf2cc657f91c7, '', 0, '?'),
(0xdd7d060e3944c89fa3a2faf81cdc3cb5, 'wp-includes/assets/script-modules-packages.php', '/home/forwardbetcasino/public_html/wp-includes/assets/script-modules-packages.php', 1, 0x00000000000000000000000000000000, 0x0b7171c6d942ac908fc82c020cd25a86, 0x3093663e61babf3a1bb3d89dcdf429803246b214389f3008937fb8dfff9001d9, '', 0, '?'),
(0xdd887242e609649261ce4813cd40f40a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/SpecifiedLayoutInvalid.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/SpecifiedLayoutInvalid.php', 1, 0x00000000000000000000000000000000, 0xf34d856cadbff95cdf135327606b4db5, 0x14339c91c232d81a64af5d27617893001a5155a2fe702c197a059530ba65d445, '', 0, '?'),
(0xdd96bc27d6227c33e25f99747ca9f601, 'wp-includes/class-wp-term.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-term.php', 1, 0x00000000000000000000000000000000, 0x007476c50b9265b7c7c1692f9fa03a91, 0xa3dc03dce004c656d2dc476ba63cd07c3c50ef539f099d35d749e19edf5fe8db, '', 0, '?'),
(0xdd98a13ebbf7a85cdcf6c68cd9eca968, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php', 0, 0x74ef99879f6fa1142511e46adba65bdf, 0x74ef99879f6fa1142511e46adba65bdf, 0xd446de406700d68d4e78d7df9892e10f955a30b73a72ffb0c81aef8b8921b803, '', 0, '?'),
(0xdda2a02e80a9616c0dc49778554c8369, 'wp-content/plugins/elementor/modules/home/transformations/filter-condition-introduction-meta.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-condition-introduction-meta.php', 1, 0x00000000000000000000000000000000, 0x8dd6164b09a3fe6f9b27810246b1899f, 0x5b0b8e498855012f2a88763817694027db3f57f547719e63cc71a0703e263ef5, '', 0, '?'),
(0xdda6f211fee4afec7b62fd68309f51b6, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss', 1, 0x00000000000000000000000000000000, 0xd436df9475e255c28e895128834146cf, 0xcca91a5451625b63ed55e62cb3d9737e148c9e24ec465f0ae6b11f65cb09daf7, '', 0, '?'),
(0xddb1b72a7891d9372b43bd93c98dcc1e, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/query-title/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x398a2d6d86437f1d6c2dffe212bf6812, 0xd069c9292116196e8fd26c65230cd5d4fce4616e6971ca6c610a08d14fff588f, '', 0, '?'),
(0xddb5bf694b23ac18e8c31d425d1995a8, 'wp-includes/blocks/term-description/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/term-description/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc80a6f1a932a911103d31e97587165c0, 0x8f1b99398cc5a4550707248d5c7e03efcf117b5d7401b9be062d6d91c2ec90be, '', 0, '?'),
(0xddbf5dadaf55119e16913f1c10862115, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-abstract-validation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-abstract-validation.php', 0, 0xb3eca1a2746fde39b0415b397e16e6dd, 0xb3eca1a2746fde39b0415b397e16e6dd, 0x6e2b34c86c1d5d6281dcbf1bcbfa474f73558a54b7b33475b91f2f87648919f5, '', 0, '?'),
(0xddc5954654e090b2603ef07ee9e6c188, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-in.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-in.css', 1, 0x00000000000000000000000000000000, 0xaf576590294a327ac652d7d7a5106383, 0xd2bc8279907fcc65a76ca1344183b474b6fd6e16125ec65b69416d89a30662d0, '', 0, '?'),
(0xddc82fc23d7fdd5c3a7536f7dc54d6ab, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpMegaMenuAllowedDescendants.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/history/module.php', 1, 0x00000000000000000000000000000000, 0x2bb567f4a8d256bd52ca2d8387c27fad, 0xa3c9567ce94053f39683b4fde65825ac63608830414e31bf9ba71a35055e08cb, '', 0, '?'),
(0xddd1fb0214c2340e0ed2f7b497b0f283, 'wp-includes/blocks/media-text/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9f295a2d6924a89a6d12fd6f13e990ff, 0x42f384ab23e81676b3df26fc6aada476bb618bfd00dfed4718a724214b2bca5e, '', 0, '?'),
(0xddd3150089850e6232b5313faebbf43a, 'wp-includes/js/dist/core-commands.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/core-commands.min.js', 1, 0x00000000000000000000000000000000, 0xef9193b78bd7dac7092716ef3e3a2733, 0x1b46fc58c2eac14720fe5962cd0a922dd5c60714b548dd2fdeb34181b622d101, '', 0, '?'),
(0xddd7217ae0c9489b13e054b9dbb0b705, 'wp-includes/js/dist/router.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/router.min.js', 1, 0x00000000000000000000000000000000, 0x002b0b7b9736d2fa8f25027ac6eaa3c3, 0xf86240acd8c9ab602c22354266fbea450dfdc753bdfa69e3238f1f31adef4142, '', 0, '?'),
(0xddde2ef300f8a73bbc6802efe9501fc4, 'wp-content/plugins/elementskit-lite/core/build-modules.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/build-modules.php', 1, 0x00000000000000000000000000000000, 0x6082c3b0ca86f7884d3fef84e098fa98, 0x7b8bb435f4c819c4a72398166337f5cac29063dd7ece3d25741590b488284bdd, '', 0, '?'),
(0xdde38285d13108977dd22c0e6e4fbf67, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/date-condition-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/date-condition-base.php', 0, 0xc2059e8b419c31ad87a8546d0e38bdc1, 0xc2059e8b419c31ad87a8546d0e38bdc1, 0x0e6b4bd6fb73935a388580bb2f02278ea92a094afa75d9cabab17d0bd2338d6e, '', 0, '?'),
(0xdde6882798c41d7c3f980cc23efbeda3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDelightPlayer.php', 1, 0x00000000000000000000000000000000, 0xa59165d90a7bf50369f1d0e3dfb484b5, 0xd03751e46163f4f9d424811dbffe2c521f2c8e3101cc45bfd91fbebc19a8789e, '', 0, '?'),
(0xddf8e78a86a34c337c7c736a44d1cb8e, 'wp-content/plugins/elementor-pro/core/app/assets/js/ui/connect-button.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/assets/js/ui/connect-button.js', 0, 0x90f1bf1cdbf303465e913806ffcb8f15, 0x90f1bf1cdbf303465e913806ffcb8f15, 0x7ee88308488eb852c4710c719f9f803d36f0a766ba01f8ea7650a052a839cb7c, '', 0, '?'),
(0xddfd49774285b71807238703ffeee4a7, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php', 0, 0x020edd6683ca01f8e03a69a487fc8cfc, 0x020edd6683ca01f8e03a69a487fc8cfc, 0x370fe7432f3eada38cec86d3fb3e8ac05ffdd24335d45e8580f890626e996744, '', 0, '?'),
(0xde05f9e0020f32c83b2c97743d445e5d, 'wp-content/plugins/elementor/core/isolation/plugin-status-adapter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/plugin-status-adapter.php', 1, 0x00000000000000000000000000000000, 0x433f490d755db2fb4fdf57614e12e8ba, 0x78e8d8c07d515ad803020e76ff9f0b7be55620a825611691b4198fbb09d582cf, '', 0, '?'),
(0xde09ffbc8946bcdd01e4ddca45bcaf29, 'wp-includes/blocks/comments.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments.php', 1, 0x00000000000000000000000000000000, 0x29fb4e603c4ad84f09b4ab64dc9d65e5, 0x0de48587cd537984276e8c924e4dbb7c696609a27e6a31f87f00cbad959ba90a, '', 0, '?'),
(0xde0c4f154b4e9f0089596e22b2820c61, 'wp-content/plugins/akismet/views/connect-jp.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/connect-jp.php', 1, 0x00000000000000000000000000000000, 0xa081b8fc0d4f819cc1bd7114f5653de7, 0x5f7a185cb715a62826e1d16ef040d9a9d6cb863379c35ec981356f360d110020, '', 0, '?'),
(0xde11481343fd99b6e212f4d029aa43cd, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', 1, 0x00000000000000000000000000000000, 0xfcea79ebda4bc1e60a13c8758840d078, 0x41ddb6badd813b5f7c73cfc8a434cdd45fd7297ab5614bc751be451f6521a9ba, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xde19070270abd5ad5edf4023e0d4921b, 'wp-content/plugins/wordfence/views/scanner/scan-progress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress.php', 1, 0x00000000000000000000000000000000, 0x62131fb7317bea0940f56d9f14390730, 0xef4b05aaca4d24ae9de3298f2b534351460e1fa031715ae9547660edbb12720c, '', 0, '?'),
(0xde1aaa939c6b673bdb2c71a093515324, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BaselineValueFormat.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BaselineValueFormat.php', 0, 0x42218549e238a1f290a76e2e02e0063f, 0x42218549e238a1f290a76e2e02e0063f, 0x19e0f13cb1fdad5973057adc57b8310b8a24b62d52ec0916b6ed76ad104daf82, '', 0, '?'),
(0xde1f307ddecaeb9585e486e6eb005449, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php', 0, 0x9346e26919b7cf50e1697258020da52c, 0x9346e26919b7cf50e1697258020da52c, 0x5e0563b40b3706c9f14c0139d3b50a0faf89923a8a689313a985908f709495db, '', 0, '?'),
(0xde2fee2a4e57a4a0e20cef01911d9350, 'wp-content/plugins/elementor/assets/css/frontend-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.css', 1, 0x00000000000000000000000000000000, 0x1c19065be6a6fea66c41c677517e852c, 0xc8f77d240e16f381ee4d20d5774c332d213aac1d5bf74568fb1025ed5e68f3b3, '', 0, '?'),
(0xde32799ae35e88971aff5ab33c684751, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDataSourceRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDataSourceRequest.php', 0, 0xbb5e4d9330b927e20bdfad82ff7d9661, 0xbb5e4d9330b927e20bdfad82ff7d9661, 0xeb19a1c03dd0abe0c5c0f747f67a67983b35af8cab8fb9c92175e540c4d1a834, '', 0, '?'),
(0xde335eebcb504d9f5998e6ed488844d8, 'wp-includes/js/tinymce/skins/wordpress/images/video.png', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-wp-privacy-policy-content.php', 1, 0x00000000000000000000000000000000, 0xcc7643ceb1166cfaf24c11ccb31e67e4, 0xcdc650b432a008c8cbafcb00768110459c102aa9f835672699b1be7d05489975, '', 0, '?'),
(0xde3ad2f6ffa5a6f425ed14a41e7a6532, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php', 1, 0x00000000000000000000000000000000, 0x1a1754cb4b9f72ef21597003eab92b1f, 0x6733bcf2f2463a5041d445f36635bb4008ace41f60311549ab290ed6e433bfb5, '', 0, '?'),
(0xde42a793d0552b2857878dbf9df25ae4, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-typography.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-typography.php', 1, 0x00000000000000000000000000000000, 0xbc580d5b8ac25e3de7873acb83b2c880, 0x62e0dc655ffdc6cc152176d31a6a7dd9c0fbf6567a09b2ab25b3a34afe80b937, '', 0, '?'),
(0xde49cb5b351cafeb460ed13f3d7f86cb, 'wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/accordion.c16b88b2e8a0c50189bc.bundle.js', 1, 0x00000000000000000000000000000000, 0xec9c7c0f075164c8ad9b369441ea77fc, 0xbbc3a97f9c1b07076b2855fff4fdb7a9d253a215225dede0f5faa10d74487886, '', 0, '?'),
(0xde4d030bd48d397c896bfffc4e0ba458, 'wp-content/plugins/amp/src/Admin/OptionsMenu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/OptionsMenu.php', 1, 0x00000000000000000000000000000000, 0xf378e8089c6f2ef90f0b82fa4f1ba1a7, 0xd6683ea4a73d3bf4f729e23554f47a2f7b8bd9dffad210e6f527849d1722beab, '', 0, '?'),
(0xde4ec45cfc7c0ff3602ab72c19294034, 'wp-includes/images/xit-2x.gif', '/home/forwardbetcasino/public_html/wp-includes/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0xde5185905c0588ca0882b245f27f1cf6, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php', 1, 0x00000000000000000000000000000000, 0x650ac31492a2fb8e50af77f7f8f2d09d, 0xf5f22147061b859ab08e268678e8c24ed259a620ecc103a7597d64499b88e784, '', 0, '?'),
(0xde587215bcbc2f44f77df16542c4304b, 'wp-includes/css/dist/patterns/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/patterns/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x39c764c984633fe82a904db83ea69764, 0x214b7c6bd657ae9bd0b936c477b3e56f8433b69427db479ba5e50126b01d1fc5, '', 0, '?'),
(0xde62d47cc8023fc1887e2c8247020633, 'wp-content/plugins/elementor/assets/js/packages/query/query.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.asset.php', 1, 0x00000000000000000000000000000000, 0x96a73ab9c7adcb4ec59e1dd3c0da74b9, 0xcbf53930628cf1958497f7ee84a3562f2fb34d68fbccfe4671869885bdb8a76f, '', 0, '?'),
(0xde761b93c773d7c7bee282a17cb137c6, 'wp-includes/SimplePie/src/Cache.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects.php', 0, 0x132af553f33cd2d0aace9dec995b8725, 0x132af553f33cd2d0aace9dec995b8725, 0x70341613ab746f74160882339d3c77cea2aa59a6956f20974168b6ae14430904, '', 0, '?'),
(0xde880ffbd3938848414938ea589dfdd1, 'wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-post-meta-box.css', 1, 0x00000000000000000000000000000000, 0xd44fe8e893e3a4be16f53bdb5129a62a, 0x948f66d137b3132d5093428a2794486fd4af1aa977fbcd6d2dfa017ff62980e6, '', 0, '?'),
(0xde92b63f49f1cea96925fafd67c679c1, 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_dashboard_options.php', 1, 0x00000000000000000000000000000000, 0xe578d4d0551dd2e9bac365e6fad2b553, 0x488890a69dfe23dd827966bef6a83641988a0281552837313407aa904a8a32d9, '', 0, '?'),
(0xde9aedeaa7addedf852267d1813c4e72, 'wp-includes/blocks/text-columns/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd1ebef77f2e5607dde4efb0abafe5803, 0xac7421efe3fe6c8e60af7c2ab55e85abd930bb09dd6c7f2443a7bb06f23b87ed, '', 0, '?'),
(0xdea0c671abc70ea1c844c41484e4622c, 'wp-includes/blocks/paragraph/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/editor.css', 1, 0x00000000000000000000000000000000, 0x22612709622bb530d499c2abb6ec9e4f, 0xa9af18c5cd03c12877a00cbd936dc2a4c562c1051a3a91978337ed3da731cde8, '', 0, '?'),
(0xdea88fa27a2b42c143b482e1812d9a9c, 'wp-content/plugins/wordpress-seo/js/dist/addon-installation.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/addon-installation.js', 1, 0x00000000000000000000000000000000, 0x0908d8ca63c2e1f157079c3e65bb857a, 0x59d44f31b16e5f63c474112c9ea4f6d50bbeda035d05af5fd6c6f37ac6b773b8, '', 0, '?'),
(0xdeaaff258bd5f0252da689c5e0c21485, 'wp-content/plugins/wordpress-seo/images/alert-info-icon.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php', 1, 0x00000000000000000000000000000000, 0xbfcfdebec0e380a81415153acfe77e31, 0xa0273f0d3da0aaf56c0b99ab35c08bbe93c3241458d11cfb2618a4fc19f4afdd, '', 0, '?'),
(0xdec1cc1431b6d9076d546bbcc168a2cc, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-1-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-1-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x82eaadc47dcdb73325731ee4058397a9, 0x17b5e189fc31ad8148e7d28f01b0c59c79e6cc5ec1aefdf8761ac150e7da3369, '', 0, '?'),
(0xdec48c96302398356d1a6edae81b6612, 'wp-content/plugins/amp/vendor/composer/autoload_files.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0x13da4c88c696ad0cdc160a2135794c31, 0x5544292ebe0b9027b8f45a0b189851dc246d119c201463baf984e81b8c3f3b5b, '', 0, '?'),
(0xded3a84f9c7d13f96d31c65c68e4e694, 'wp-content/plugins/amp/includes/sanitizers/class-amp-audio-sanitizer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app-packages.js', 1, 0x00000000000000000000000000000000, 0xc5b6b177e2e021cada95a9428eb7c4c3, 0x303f28ffe72e0953fb8cde583369b24fe1a7953be7050bb8e989ad3d734e633b, '', 0, '?'),
(0xded507d4449d991acf451ee66c0cf0c7, 'wp-content/plugins/amp/includes/embeds/class-amp-meetup-embed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-meetup-embed-handler.php', 1, 0x00000000000000000000000000000000, 0x76fe26cc26a29239fab022dd0cc37d3c, 0x0cfc5db820e88bebd21179c187598e67ffabcc3f7de47387c1504c667e26930b, '', 0, '?'),
(0xded8f58f986e4e8b5170c8b22d66f760, 'wp-content/themes/jannah/archive-web-story.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/archive-web-story.php', 0, 0xfc95dc0d05e6d379153d5074894c7a7b, 0xfc95dc0d05e6d379153d5074894c7a7b, 0x641a8a8b7b542bb35bb51269543ce69677df2287120ab68433fdd9f0998e433b, '', 0, '?'),
(0xdede8b19b3ad94310446f3f8ebdb6193, 'wp-content/plugins/wordfence/lib/wfArray.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfArray.php', 1, 0x00000000000000000000000000000000, 0x98a7c2729a7a54aa4789eb7e534aad44, 0x38736ea262b941deba11a0d92ebc9bce72ec307aa98421f1f7e04e3c80737f41, '', 0, '?'),
(0xdee1bb639438d3d2dc442fcefdea6997, 'wp-content/themes/jannah/inc/help-links.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/help-links.php', 0, 0x0c7a7084739ae271d8d781016cd50af2, 0x0c7a7084739ae271d8d781016cd50af2, 0xcceda7626c216656092ab41b4b0b8bc50a18da68ff005a5cca2236d1e151c1f3, '', 0, '?'),
(0xdee429794557c6c386f6f6b0e6c3fda5, 'wp-content/plugins/elementskit-lite/libs/stories/stories.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/stories/stories.php', 1, 0x00000000000000000000000000000000, 0xd6ce034543c2fc1f8c5ab3e880062ff8, 0x120e6f056ac74e9be826c358de9167ca94918c6a6e359cf2f658a58e8d3a8237, '', 0, '?'),
(0xdee8a9950f2d74e5549d6469099dda5f, 'wp-content/plugins/elementor-pro/assets/js/archive-posts.6e398ddd4a81a78bcea3.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/archive-posts.6e398ddd4a81a78bcea3.bundle.js', 0, 0x21619c7894886ac46a8921aa76c7d1e5, 0x21619c7894886ac46a8921aa76c7d1e5, 0x0ac48dae715745a72de405d0fafeee6295fbc621b9888e0f0675f381a3220fb8, '', 0, '?'),
(0xdef2c3fd3a8b431de9ffcbc50281df0e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageTypeAdsense.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageTypeAdsense.php', 1, 0x00000000000000000000000000000000, 0x1974ae2ffb1f7f16d2432aa90c962984, 0x7b6813fce69b367e16f7d75f12aa88b8305e4ba62bbe9fee0eed1241237fd3d7, '', 0, '?'),
(0xdef7dc969fc6ada172672d8f9a34fa5e, 'wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGetAmp4email.php', 1, 0x00000000000000000000000000000000, 0x29a0b9b81b2b7277f9a5b2350f1aa4dd, 0x4f5c4654a82954f2cac400f06878838da94f3f10e8ea5a393cd1014a51b8345b, '', 0, '?'),
(0xdf03435a5b7d18cb220ded6afa0834d4, 'wp-includes/js/dist/vendor/regenerator-runtime.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/regenerator-runtime.min.js', 1, 0x00000000000000000000000000000000, 0x135b95e49a664764201b55ef1c1bc50f, 0x3b6f4549c5b1a4c0a00245d08b120ae783e0afedc1b8de8e499501bd8b19f9bd, '', 0, '?'),
(0xdf0a6b9559e111bf85c6756c8ba5dfdf, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/wplink.min.js', 1, 0x00000000000000000000000000000000, 0xe7cdc6c14ad76a34c0b62382f9f9ffee, 0x6a750751d6d88c4bdf7054255cd1992844317efef62ad015979ebd61bc090fe0, '', 0, '?'),
(0xdf103ae5abbffcd50ef41cff2369d0c4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Border.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Border.php', 0, 0xcfbb13df7d656d7f7e82f037e2414464, 0xcfbb13df7d656d7f7e82f037e2414464, 0xc20a77e5f6c3986776cfe98fa3a0489539d12d8395f9b8ecdca8b81a3e6c889d, '', 0, '?'),
(0xdf18638959fbbe7d01155ed0510b15b2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6AmpNestedMenu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0xdeb5b445da23a91427ef9d66d69d4c71, 0x7ac0135ba98b98e34fecf47f01cc292d27b97c0bc41cf254b620776c3cba88e2, '', 0, '?'),
(0xdf204302ee7ce4a9aebaa9da7c223a8c, 'wp-content/plugins/elementor/assets/css/conditionals/lightbox.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/lightbox.css', 1, 0x00000000000000000000000000000000, 0xa00cbe8c36611572a262194e650cba70, 0xfc9b1c7757b49ca5a1af324ddd671060fb1b801f26a8be3531e4ce26596b7fb7, '', 0, '?'),
(0xdf26f3d6fc6e372cb4487b4741ba32f7, 'wp-includes/sodium_compat/src/Core/AES/Expanded.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php', 0, 0x166072e16edb8e58ea4313afde09c154, 0x166072e16edb8e58ea4313afde09c154, 0x980438be0bfb4beb3f117891f66ebce0b598fa9e03be5d071a35c3b2a3ef1137, '', 0, '?'),
(0xdf33c1a659e2cdca1c4f2467ac153c40, 'wp-content/plugins/elementor-pro/assets/js/carousel.298f1fc9c115422aad0e.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/carousel.298f1fc9c115422aad0e.bundle.js', 0, 0xf4989530d3a88e8e513a7e341616267c, 0xf4989530d3a88e8e513a7e341616267c, 0x771a11f1ddb58899d0ddf219d5b49bdadbe6581a314b37a8326c5f0dedc6b39d, '', 0, '?'),
(0xdf3b1b4f6c36f6b8d49916ad944e5b8b, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-meta.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-meta.php', 0, 0x4801b0f0e57047e0f16e4b0c0b68bb68, 0x4801b0f0e57047e0f16e4b0c0b68bb68, 0x60199fc31012fd166d13fcbdc11f9a7c6f133ebcb5e4c0f7784574baa522fb88, '', 0, '?'),
(0xdf3d405cf0124a7051f36d5c1086c036, 'wp-admin/includes/class-wp-upgrader-skin.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xac942e512bf30fee3ec23b195fe93471, 0x460d4526cb1878f5286bbe260bcd95b06dd86b10d26978d1117b262ec09c713c, '', 0, '?'),
(0xdf45e0afeca561874e4344c3cfbae5c7, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Aside.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Aside.php', 1, 0x00000000000000000000000000000000, 0x29ee3d2dd2f400c7259b5a81e9d65d41, 0xff3fc7159d0f913ab475b6b02e87e74c0592ea9380727d5fc4b115e1c71e5af6, '', 0, '?'),
(0xdf478bccd5d8c966768a9e99d76e8833, 'wp-content/themes/hello-elementor/style.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/style.css', 1, 0x00000000000000000000000000000000, 0xcee3f17235beccc04c9f76d129078213, 0x18d561448a0a293593c3f7f3ecb3316448954f4612de1608302c381150dcbaae, '', 0, '?'),
(0xdf4c11238da6b9e0e261b38f895720f1, 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0xbae53a6eaf7a740fb512b51eafc3e01c, 0x2434b967e1bfdb3affc7d7412a7fdbe4f1e1e9a879ca5eb56d3dba322b2b0696, '', 0, '?'),
(0xdf4c5269284533e4583826bc724982c0, 'wp-content/plugins/elementskit-lite/libs/framework/views/layout-settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/layout-settings.php', 1, 0x00000000000000000000000000000000, 0x596fb093648e2c3c9a79f06a0664b32f, 0x526ec995e8a4f07859b08edad1359a05513e990e72fc1d0ce07f4b77fc20d7ec, '', 0, '?'),
(0xdf4ce16d518947b3d483976376c88d36, 'wp-content/plugins/elementor/assets/css/templates/widget-nested-tabs.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-nested-tabs.min.css', 1, 0x00000000000000000000000000000000, 0xcfc93fa33455de27ee7367681564032c, 0xb5d8a52c5d644c28e87cc011d52dcbc5bafc7fa93aae0f80c92ca7e7decee99f, '', 0, '?'),
(0xdf53b46c8b78bef0a6b82d73e881cf4d, 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-7.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-7.svg', 0, 0x00c44553f8432ad6e6bb4e553610ef49, 0x00c44553f8432ad6e6bb4e553610ef49, 0xd59a3e022f2265eb48b56f04c06a8a58f2556e2828b0ee861054e197c670cd20, '', 0, '?'),
(0xdf5992d13f85180e9d296680c305f60e, 'wp-content/plugins/wp-rocket/inc/Addon/Sucuri/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Sucuri/Subscriber.php', 0, 0xe464e0eff12c57d11fec343f976d025c, 0xe464e0eff12c57d11fec343f976d025c, 0x5eef98e51e4391ff9b2b821a8b0280a9bbb8235b1ff58bdfecfbd42873bb66fa, '', 0, '?'),
(0xdf5ae485a26739c9d59378dfb880fb9b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php', 0, 0x2dae3ca068d624d74c174d49df42c87c, 0x2dae3ca068d624d74c174d49df42c87c, 0x4daef3db19d4d44ada4c7b17ec63e9fa5c01df2b61539a7920326161c1cfac38, '', 0, '?'),
(0xdf60683337811d859052ac43e13f5220, 'wp-content/plugins/elementskit-lite/widgets/mail-chimp/mail-chimp.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp/mail-chimp.php', 1, 0x00000000000000000000000000000000, 0xc394adfcec84a8c7a5d929fc2ad51013, 0x8f598df72aa58362a44165ac7583654b3776a44a7ec8ae1d9753eed17efdfbbe, '', 0, '?'),
(0xdf627a932f9b838f5414ba1137614879, 'wp-includes/js/mediaelement/mejs-controls.svg', '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mejs-controls.svg', 1, 0x00000000000000000000000000000000, 0xf0849a5e79712b10e1531925e3edb879, 0x8bbdae17d2d3cf68f3851fa9af41331e4c9a3abeee271f31f7ea81a0c20f5ce8, '', 0, '?'),
(0xdf6c0c5076667fb7c080b14ea5f6c1ff, 'wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Assets.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Assets.php', 0, 0x343430ca8ae764b3106772dde8f18465, 0x343430ca8ae764b3106772dde8f18465, 0x3763c6968cef274729017eb1046447957d216632616aa69d84c715fc5822835a, '', 0, '?'),
(0xdf71821ff99c158a1d25c5b193206d2b, 'wp-admin/css/colors/light/colors-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/light/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x500ae28d597e89d5509f9bda73f0099d, 0x1d3855d8515cb6f18a659679c2965f9d2874b44561ec89b48296fea076c3077b, '', 0, '?'),
(0xdf7a239b3edb6ce4b1f152d3e5109466, 'wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/model.php', 1, 0x00000000000000000000000000000000, 0xf185ef2bc1278d3a151a228ff4be9120, 0x09f0a225fd93c3a8076ccead28671e43649683a7c15c707bece64937304dc0f5, '', 0, '?'),
(0xdf7e3e678706f53e6a5e302561ae7367, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SvgTitle.php', 1, 0x00000000000000000000000000000000, 0x445ada80eb13dcb134423469d2034992, 0x913064cb174eebbeb4d417198b11c16b6cb29f7390e2cfba686b307af686c5d1, '', 0, '?'),
(0xdf944ffab72831a3a08d0d292e04eae8, 'wp-content/plugins/elementor/modules/home/classes/transformations-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/classes/transformations-manager.php', 1, 0x00000000000000000000000000000000, 0xe9b9c6ac2b3e48a9c3e27b5be557d833, 0x827b15a810d1be402f58fb979b59324e24a7be980db6a09748ad577c34e375f7, '', 0, '?'),
(0xdf94bfcfcb198a8b9c487f8975d426e1, 'wp-includes/js/plupload/plupload.js', '/home/forwardbetcasino/public_html/wp-includes/js/plupload/plupload.js', 1, 0x00000000000000000000000000000000, 0xdda0aa24705a5218d13e271c8c187cf7, 0xe022b3cd16ba96385b4a25aa2e1bbacb9aa463af7f560d0d0145bdbe29140e27, '', 0, '?'),
(0xdf94d28c7b0cedfbbf8ccd222e951fae, 'wp-content/plugins/elementskit/widgets/whatsapp/parts/footer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/whatsapp/parts/footer.php', 0, 0xd99f6ef4e5632e98b3bc3d21737522b9, 0xd99f6ef4e5632e98b3bc3d21737522b9, 0x94fa952c6e48078efdd30aba2641251ec6d8718ca1dc4296ee0c75533be5aca2, '', 0, '?'),
(0xdf97cf0b0651b5a675e221d9b678955b, 'wp-includes/js/wpdialog.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationValue.php', 1, 0x00000000000000000000000000000000, 0xa7c1946f27fe8bf4b8d41391fc3c73de, 0x48a02203fc552bede397fbd1d6b6b0c6603e794d58a2e531fc318ef30f260c99, '', 0, '?'),
(0xdf9dae902447acaac656920d5c01abf7, 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0x912ec66d7572ff821749319396470bde, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0xdfa77d92650454f7e4bcf4751226d7cd, 'wp-content/plugins/elementor-pro/modules/forms/fields/number.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/number.php', 0, 0x5ba69070939dff2294c8397f4f3de7c6, 0x5ba69070939dff2294c8397f4f3de7c6, 0x6fc78024f8daeee134647c00947d40371a290389066584d66127ac79d8c93ac1, '', 0, '?'),
(0xdfa91c88c15b4bd6619f3d8946a2181b, 'wp-content/themes/jannah/framework/widgets/youtube.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/youtube.php', 0, 0x5718b12ac95fa5bd546f2e7df331d1cd, 0x5718b12ac95fa5bd546f2e7df331d1cd, 0x68f1e40dc6a1367d9a286e2ed96957cc975b1f2abaff89b36933f3773c4b17e7, '', 0, '?'),
(0xdfaff5be287544bd65724849a1fe5059, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Em.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-http-streams.php', 1, 0x00000000000000000000000000000000, 0xa2af3e2c511b821731a80128fac45e3d, 0xb5dbc1dfdbc2a15cc38dbd9e1ad8d3efa889fa48cc1a6fcda6464eb38cb5c8a1, '', 0, '?'),
(0xdfb226168875f0e529bd9b0d38fd8a5a, 'wp-content/plugins/luckywp-table-of-contents/plugin/Settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Settings.php', 1, 0x00000000000000000000000000000000, 0x103d0d59718f13c03784e30514ebbe13, 0x842abb00e8f2636553a053863d0b7601a0832b76e10f883329ce35007df23a26, '', 0, '?'),
(0xdfb411e2f91f025338d6d1130841d0a2, 'wp-includes/js/jquery/ui/autocomplete.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage10.php', 1, 0x00000000000000000000000000000000, 0xd46ff54e067939aab1e466ef40fe25b0, 0x1bc813dbc086e441c4d75ebe56c9c57e88a8344e41abcdd5e10922ce7d1592dc, '', 0, '?'),
(0xdfb6f4ab3db627db821563f767bf106e, 'wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php', 1, 0x00000000000000000000000000000000, 0x1e727fe7d269700793c171fb6a100c5d, 0xd2c9ddbaf00073c5969932c39844f5803097247765a37063a1c23d5650dc82d1, '', 0, '?'),
(0xdfb956cc3dbfa3bb22e0236ea70902b9, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', 1, 0x00000000000000000000000000000000, 0x05065fe02d8554b30500ca32b24c2dd5, 0xa2c8b4bef7a3e067921241e35dd37a2ddba303b202f0a2fbfce1b7b811075bcf, '', 0, '?'),
(0xdfbfe6fa25ad810b7d652ce3ff7f71f1, 'wp-content/plugins/amp/assets/css/amp-validation-error-taxonomy-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php', 1, 0x00000000000000000000000000000000, 0x3522061c7512d07178f5e7fc6d34a4e5, 0x065ba4f0903b221e8812f91621a6640c60036d67ac8f138230f5f1ebfe7fc487, '', 0, '?'),
(0xdfc4b53e1593842342a77fbe62f3f1c7, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xa0db939cd1f447ff632cab993d635ea5, 0xecdbe4078bab47ea638bc0ef0708e8742804350a2c3925d9f797a3cae529ef65, '', 0, '?'),
(0xdfc8a630e12024a2374f3e8de9bfe00b, 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 1, 0x00000000000000000000000000000000, 0x9ee39f4a68587f387a6f3f73891b9e48, 0xe7d8d335fe7e0b731cee6244643167ad950e679030c8c48f8778926eb73f182a, '', 0, '?'),
(0xdfca21886943bf493959491cdab1f9c0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAmpDomain.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAmpDomain.php', 1, 0x00000000000000000000000000000000, 0xa831692963059506277309b6207fafbc, 0x2a87e762fb03b43fda4c6d0cb2ba625dd6a825bc0033a49fbe2252a49954d7e4, '', 0, '?'),
(0xdfd18be7c18ff7197a3405ec20095546, 'wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js', 1, 0x00000000000000000000000000000000, 0x0367ebe1f1e7223dab6d9a09e0e4491d, 0x0c8c1c5b84095e0d4b73e41f9d49a3f9540317adce2f93f57e9197cd3a1489ca, '', 0, '?'),
(0xdfd3475d95d23998a1f4651e3780f528, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss', 1, 0x00000000000000000000000000000000, 0x3eeb61ad373ad79c1c7be15ac3dffb68, 0x225b335bbe401e27a1866024124970ef1f452ed2b953c17ba50cca1888222430, '', 0, '?'),
(0xdfd4597618947acfd6972a9639e3ef61, 'wp-includes/js/jquery/ui/tooltip.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/tooltip.js', 1, 0x00000000000000000000000000000000, 0x8bc25dcd1f2311d131442ed27b1cb3ea, 0x96367690563eb5bbe76fe208033ebd2c6b3be0290c85b472e834d2086597aee4, '', 0, '?'),
(0xdfda65ff0f83db100a122af5dedc76b2, 'wp-includes/blocks/comments/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x67dfbf3ebed91ab9bb8103c33d284465, 0x2d303a272021fe6fbab736d58d02b6ee00395a4e094037b5fe42a8010958e776, '', 0, '?'),
(0xdfe3998c4b0f12ef51c9ba79d12bbac2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php', 0, 0x36fd9715aafb29aa550737faa1ae95d1, 0x36fd9715aafb29aa550737faa1ae95d1, 0xc0d7bec60281e9e0393919c4bdd426c7dba0688159659b6d00de20df46d9986b, '', 0, '?'),
(0xdfe4fe12f050627652035e857e405ff6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php', 0, 0x3826a6d06c06161332610d24e4ffc05e, 0x3826a6d06c06161332610d24e4ffc05e, 0x9ce447e309b5808b5503184410055e80c04befa709fc1331198c8fcb638c0461, '', 0, '?'),
(0xdfe55dd73fc074d32860198fd1383556, 'wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', 1, 0x00000000000000000000000000000000, 0xc19c267cf25af802926a8d58e3b20fa3, 0xe7474ed6a85ad64bff2b12ff3177691fac5477a5291e49fdbdd6c267c4326e2f, '', 0, '?'),
(0xdfe656e5eefcf0d2c21714345cfd886f, 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/siteground.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Bridge.php', 0, 0x4f04fd104c057f8218e213449d2141ca, 0x4f04fd104c057f8218e213449d2141ca, 0x0a1a8ea0919de1e391a5fb490e6612f9997c4da11ae07b62f113ae772e752969, '', 0, '?'),
(0xdfe797246470c5eac943b3128fa90c90, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss', 1, 0x00000000000000000000000000000000, 0xadee937707c532d927a175647d9f929a, 0xc6b5491767131b22caa75b20729ecbd1387056678152e3cf7eb4db28c3d929b4, '', 0, '?'),
(0xdfec65c59f2ba00dbee10983ea8bfceb, 'wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss', 1, 0x00000000000000000000000000000000, 0x7e2f97a9d12b28070f37f144b5e11d18, 0x29ea76497983168b1d618cc8223ff88bcecb40768e705941714ab0e615bb3ea5, '', 0, '?'),
(0xdfec8d0b4715731c21436f55893b1d98, 'wp-content/plugins/wp-rocket/inc/Engine/Media/ServiceProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/dist/edit-widgets/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x2ee77cf2bd12b6dbff188e6cadda0f2c, 0x8a731e44ca5c40cf9e9c4ce21717e61d018f8eba47ab57b5298eaf20331ca1e0, '', 0, '?'),
(0xdff7f55155232a73c80af4aa391b3d82, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetAndInlineStyleTooLong.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetAndInlineStyleTooLong.php', 1, 0x00000000000000000000000000000000, 0x2614a9d5156179f7e305f4b9c97ed106, 0xb02260177ed1e564ae0fdf366990ef3e1e8faff779bd9336946e42f516d3c14b, '', 0, '?'),
(0xdffb6cfd9286185eb10e6c8553e6d07b, 'wp-content/plugins/wordpress-seo-premium/src/integrations/blocks/related-links-block.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/blocks/related-links-block.php', 0, 0xa1ce185c5e0346e6fd4e672cbd8e3487, 0xa1ce185c5e0346e6fd4e672cbd8e3487, 0xd8a251667d4661782732068a05801664271601ceebbf635b30e1b1cfe8904d5e, '', 0, '?'),
(0xdfff28672b0b8b30c71e11937ee14671, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/conditions.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/conditions.js', 0, 0xfce5fcc8aec14bb32231a670e3dbb992, 0xfce5fcc8aec14bb32231a670e3dbb992, 0x4fd1ff4951f815f4db98a20e060f97e210e18a4434fcc56a0a11397050df6f52, '', 0, '?'),
(0xe000926a404d89ad619f130209323799, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ConditionalFormatRule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ConditionalFormatRule.php', 0, 0xd2e268662980d67e20183813c735c693, 0xd2e268662980d67e20183813c735c693, 0xbd4ad61a4b4a8080a06974983ce90ebb926fc1444582ccdbfd0522117c9c601f, '', 0, '?'),
(0xe0043af791e5e9ba8348ed79c2e2e193, 'wp-includes/js/dist/vendor/wp-polyfill-inert.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecolormatrix.php', 1, 0x00000000000000000000000000000000, 0x2934608bd3f93f9a9ac9f98052829906, 0x829926aca20c4f615ca0e1723a03c43b6f9398db9490d4e0d63ab4f3eb01b0d1, '', 0, '?'),
(0xe00b3dce4fed07b3adc44dfa579beb55, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_overlay.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/images/colorpicker_overlay.png', 1, 0x00000000000000000000000000000000, 0xc7a33805ffda0d32bd2a9904c8b02750, 0x2ae1ce1469cdbe498d251ac60f681889f26553b498d28f7869e22f79a61a2a8a, '', 0, '?'),
(0xe00fb2d1ad66cfe275049ff37e9bc994, 'wp-content/plugins/wordpress-seo-premium/classes/premium-register-capabilities.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-register-capabilities.php', 0, 0xd99f4161a6c7fc4ca8e60c9ac07d243a, 0xd99f4161a6c7fc4ca8e60c9ac07d243a, 0x749d029a872d10e57ec5f9b4bc87022589ba30f918e99a75123dec550d16484b, '', 0, '?'),
(0xe0159f3c5325d39fd742ea717d0187d8, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/Subscriber.php', 0, 0x92d852ddae92b1da39f45297fc188806, 0x92d852ddae92b1da39f45297fc188806, 0xd8f154d38793fa047eaba075c0eeb491f25f16abc3387baae3879023163d5319, '', 0, '?'),
(0xe01a12b31f7455a8520d221c43a9e7cc, 'wp-includes/blocks/avatar/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/block.json', 1, 0x00000000000000000000000000000000, 0x8d0c5fd0fd1cd9931542ec45e0bb2f41, 0x29df7132e895b7caf95e8b57e26bda4e8884b9d0cc0b69ffbce7ac418c303fac, '', 0, '?'),
(0xe025e78f665c2b2c080285e6cd005c59, 'wp-admin/includes/class-wp-filesystem-base.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/vendor/lodash.js', 1, 0x00000000000000000000000000000000, 0x75c532db3476dcfcc572d8cb5e5ee7f0, 0x14e0647811f4490c1f5ee20fcd19532758919ce9b7f1f7c377222d2107eefee9, '', 0, '?'),
(0xe0300416c5b66cafdc0b9d6257a9e256, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php', 1, 0x00000000000000000000000000000000, 0x966d3a85d6384a0218db28c2096806e8, 0x5bcc8e669ca807a2d00b13b3d59a406a0a0c478888b4089feb119484150ad20f, '', 0, '?'),
(0xe03f379b60bedd391985158fe390c385, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss', 1, 0x00000000000000000000000000000000, 0x1e22bdbe4966f74483537ec245653b22, 0x2dd04c5c5ae925db0604fb08b045725f5e6e6e6957c7422dc66d439795c53541, '', 0, '?'),
(0xe0480fe4e98c8438d7f8fe66dc560e6e, 'wp-content/plugins/elementor/data/base/processor/after.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/base/processor/after.php', 1, 0x00000000000000000000000000000000, 0x0ae48e413cfc94fe51886306ba178d86, 0x758778b131e761bf5004ed13464f4947055db13570fe9e5ea1c7ea412754e2c6, '', 0, '?'),
(0xe04fb12a91d29ee1a0393bb2a1ad88e7, 'wp-includes/blocks/embed/theme-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x41674c13e4de2f90d09e13b8f7ac670a, 0x16b6741ea29eb92360429c218e49f4e6ec7e7b915e84a421797cb56fe4c3a246, '', 0, '?'),
(0xe052379f7ea21a7091ac108fc0466be4, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/BootableServiceProviderInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/BootableServiceProviderInterface.php', 0, 0x5c2b48e78c6d2af531e99639e3bd2015, 0x5c2b48e78c6d2af531e99639e3bd2015, 0xdc5cfbee7de10146d4265d1095898251eb5fc5d75d2ca3d0ddb04f195c189d58, '', 0, '?'),
(0xe05473a3f165d836d837aafd54dc016a, 'wp-content/plugins/elementor-pro/assets/js/contact-buttons-var-10.fc383e580d728636b0fa.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/contact-buttons-var-10.fc383e580d728636b0fa.bundle.js', 0, 0x0ef68a969057b25328438e8c83954cc0, 0x0ef68a969057b25328438e8c83954cc0, 0xb4c0be24b8609e8da286dd0a6b73f3a74779ac3944122ccc0406b94bf4eee32f, '', 0, '?'),
(0xe0584c8874bf159ea3ce430c632daf97, 'wp-includes/blocks/query/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/query/editor.min.css', 1, 0x00000000000000000000000000000000, 0xa8ec4906b18233e1d1229d5552a11de6, 0x5ee370748e963c259fc36131d93b6cfb19e67dc053cdf8f59dfe818e2877e77c, '', 0, '?'),
(0xe0596535082595067c5686bcd074822d, 'wp-content/plugins/wordpress-seo/css/dist/notifications-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x301522dfa3472ce97f0b9e0a3201297d, 0xf5f517e8c4388027d028bcbce6f87d79c213b14e85af06edebb0f33666682570, '', 0, '?'),
(0xe05a95175e721344fdacadf1e4b0fc7f, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-products-deprecated.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-products-deprecated.php', 0, 0x09e2f716419c81811c74b0f2068ebd16, 0x09e2f716419c81811c74b0f2068ebd16, 0xa10a19a86ecb732bbd228d73aa29fccd4272be0e656956a2776347705df4aeb3, '', 0, '?'),
(0xe05c31dd83e225e156457c3c4eb5b017, 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0xe05cf0cdd9cf424d3e2aa9968eb866b8, 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-9-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-9-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6e39d2c9d17399b315633422ff5cde57, 0xcbcfc263daac40a88e71062f4c515eef802a65c2442fd1789f7c861807c36488, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe060fa1823702ee76aa1ff8a68d78971, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php', 0, 0x8ba1199903b0324a1caa3a9b14a0c3dc, 0x8ba1199903b0324a1caa3a9b14a0c3dc, 0xb9ec86ea7cde287af977bc7bd3307dd2a6da89d69b0f532f404a92d2218a7f2e, '', 0, '?'),
(0xe06b2f985a56625b6afd84644e4be202, 'wp-content/plugins/elementor/data/base/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/base/controller.php', 1, 0x00000000000000000000000000000000, 0x8a4a03ed1b682902a519a541a36e0e70, 0x70713f18b16634deb74d9bfc8a59891c606d4516792d43731b1040c3f83a57fc, '', 0, '?'),
(0xe06f44b50e76f4c1c2c1a7e8c221e586, 'wp-content/themes/jannah/framework/framework-load.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/framework-load.php', 0, 0x29c93480dbdb4a68188354fde4baab84, 0x29c93480dbdb4a68188354fde4baab84, 0x3e3d898969c7876dfe8f014045d5124c2d541691045c2ed1dba96dbe4ac4045d, '', 0, '?'),
(0xe070a808ce17659ba1141ed9f1f01750, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php', 0, 0xefa534c590b92a8f1baa697557fe714e, 0xefa534c590b92a8f1baa697557fe714e, 0xfc5959e92c4bef699d159dd4e27891c3dc5e93c1ed408693a5f3381cf482a021, '', 0, '?'),
(0xe07172d08ddf87901f1b45dfa043894a, 'wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php', 1, 0x00000000000000000000000000000000, 0xc744eb3057e2ac734961f50d79ab8b35, 0x1f5aff8a4d292975ec427ae56d9ca40119785e929a200e4ac4bf38d6a1721c93, '', 0, '?'),
(0xe073a2349f6bf0a5947b4f0566a19711, 'wp-content/plugins/elementor-pro/assets/js/jszip.vendor.eba4ace24dcc63eadac0.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/jszip.vendor.eba4ace24dcc63eadac0.bundle.min.js', 0, 0x21e4aa648f1a8c389580a20d31379de1, 0x21e4aa648f1a8c389580a20d31379de1, 0xd28b372941b550a868c6f68fa477f68d6a10145280807700d358ddc9313bb7f0, '', 0, '?'),
(0xe073a97488d30e646b4d8877c0554f38, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', 1, 0x00000000000000000000000000000000, 0x28ab009a500b560dcaaf6596c195fd61, 0x0a2d5762b7078967ebba94c57713a226b979380607f4f05fb7ba31fad090282f, '', 0, '?'),
(0xe073e08c7e1fa6229498bcf7713f11bf, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php', 0, 0x5b977d18fbd35ff0db958116b5a4588c, 0x5b977d18fbd35ff0db958116b5a4588c, 0x3b0f0ca8e4fadcb6da8f69ac964b78e5a5bd5b16ec00afdca519d8fc7d2a33a0, '', 0, '?'),
(0xe076b835f112e5ba4e1eb5f10c96de5a, 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/flywheel.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/flywheel.php', 0, 0x5fe31e00a8c3d3679a4b327e26a9dc1b, 0x5fe31e00a8c3d3679a4b327e26a9dc1b, 0xc8e7731308e0340afccc4ae8de17699820a3a1d103aa1c2bfe61f84258c16080, '', 0, '?'),
(0xe07ea9bba59a7bc3d346a7975c2cb0a5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php', 0, 0x64da469ffe70147ce1a2a20d8367f714, 0x64da469ffe70147ce1a2a20d8367f714, 0x4f34cb12dc0f865b72cd055d5c0e81e9582dce26bad3c3944b70c54af21d6643, '', 0, '?'),
(0xe08469b7f7f234fbbb5a6ce1d0832040, 'wp-includes/css/dist/block-editor/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x76bd6dca15b8a1162c05118043be7047, 0x7105f6fc707d264c7ba6aab1e91ee925027daebda1a55b300a95db261fcb8356, '', 0, '?'),
(0xe0855598bff9bd083227bcd4e72d85a7, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot', '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot', 1, 0x00000000000000000000000000000000, 0x674f50d287a8c48dc19ba404d20fe713, 0xfbfae57e382001176972aebfdd0b0a135070afa60a32f28a35a7446168427a50, '', 0, '?'),
(0xe08d023ebe5d2a6104d5e098f552f3e3, 'wp-content/plugins/wordpress-seo/src/helpers/product-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePoint.php', 1, 0x00000000000000000000000000000000, 0x532ece6bda8322b3a088e7ed76450496, 0x233f28fe10482a2701010f613d236bda082288a776ee98b756ffb062bc952237, '', 0, '?'),
(0xe096ca7210aad64dd3dcb42d0a538384, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', 1, 0x00000000000000000000000000000000, 0x6552e8db72fa238855fffdbde78a8f12, 0xe8d01f9473c84718640491936ce349422d3f60377c72da52dedd33b58183ac56, '', 0, '?'),
(0xe09c7406e1656caadf52b38bf2dcee37, 'wp-includes/class-wp-exception.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-exception.php', 1, 0x00000000000000000000000000000000, 0x6083a93c2df7650f67f8f06633219f83, 0x98eea0cd34bed4fcdff365dd198f566e6934aa2dd8a01586fb44cc7c51747d7a, '', 0, '?'),
(0xe09f7f3afca2e46d71aed88a31aad40a, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.css', 1, 0x00000000000000000000000000000000, 0x77a32596a00dc63fb591a810eadbe0e0, 0x00e8b02ebdb5e482aa859a511095698c496682d58e10aa49fab5609793ef4d4a, '', 0, '?'),
(0xe0a1aff4b32aaab0bff85e5a74513a23, 'wp-content/themes/twentytwentyfive/patterns/template-home-text-blog.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/src/RemoteRequest/CachedResponse.php', 1, 0x00000000000000000000000000000000, 0xc78063d203c5ba4a335753ea013a9d15, 0x027b3e14a10b789a8d67a34a28ad9282b1fcb5be6711e0cd08268367ce8da344, '', 0, '?'),
(0xe0a4c136dccf914baa935374e764d9de, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Definition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Definition.php', 1, 0x00000000000000000000000000000000, 0xc534fd901dff0adff13d59b57e78b618, 0x311aa6e7360cc354a98e7d4231b4c8c8503e24137cd091584bfcbc8fb307b6d1, '', 0, '?'),
(0xe0b46d4c467c425caa2d94db8e329f14, 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php', 1, 0x00000000000000000000000000000000, 0x6ca5fb19da81c9a6de15cd86ee7a3667, 0x6c79c01a86d1f90f6c670f85bc20ff7ca3cd228ac77e217fbe6b7fa126a68a05, '', 0, '?'),
(0xe0c0adb59bf967883cd266ce1fed3a47, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nextid.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2', 1, 0x00000000000000000000000000000000, 0xb4d6b90f14c0441aac364e194978408e, 0x44b154e122f678b8251fb3428e189478c41a656f501bf5d59a470cdca55831d3, '', 0, '?'),
(0xe0cc46bb683fb6b7baf30515d3ab0b59, 'wp-content/plugins/elementskit/widgets/image-morphing/image-morphing.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/image-morphing.php', 0, 0xe2ac2e25681a024ee8988dd5286df141, 0xe2ac2e25681a024ee8988dd5286df141, 0xe7ef272b55424bdd3958d5bb58121ab703886b2344caae5872682574f1a5411d, '', 0, '?'),
(0xe0d9b9d090d7e42d6f6678badb266379, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDimensionGroupRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDimensionGroupRequest.php', 0, 0x527af23d7205f35c6c146889c1f8e345, 0x527af23d7205f35c6c146889c1f8e345, 0x10a884aa52579d7a975cc5df0d4678e251b3695108a790f9f7bc8e22b6775959, '', 0, '?'),
(0xe0e427e7b9fcb8ab32ad08d3ccc27e20, 'wp-content/plugins/elementor-pro/modules/woocommerce/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/module.php', 0, 0xb0c50109b94257daafdcdecff1c8ed8b, 0xb0c50109b94257daafdcdecff1c8ed8b, 0xa7d40304b0740780278c16265cad1a022a0e7ff942302932ba348c2c93afb231, '', 0, '?'),
(0xe0f7d45ef18178af2e779df36124e22a, 'wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php', 1, 0x00000000000000000000000000000000, 0xc1ca5579f5e2cca5e51048ee2dfc9a8c, 0x3eb0acad792c96a708caa3e9f6b23bea29684bd9ca39645fad753ffa2b2ca21d, '', 0, '?'),
(0xe0fbd5da36296430a3c4914648ac1016, 'wp-content/themes/jannah/assets/js/css-vars-ponyfill.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/css-vars-ponyfill.js', 0, 0xcce9fd4d76dd2f6c3ea09db403a01cf2, 0xcce9fd4d76dd2f6c3ea09db403a01cf2, 0xf7e0dbc38420eaa6ff0694dcc058ad01d3e8724ed085cd31bedc209864165c6a, '', 0, '?'),
(0xe0fe7dd1adcec86c5bdb82147452738c, 'wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/manager.php', 1, 0x00000000000000000000000000000000, 0x47df6c3173c297c011d56743f1782559, 0xe85edac523cf5b891a901e1d405b3e9718d22bff6db6051f4ae2a61d0b55e322, '', 0, '?'),
(0xe104c0464e367da03bc6aefd4486d0d5, 'wp-content/plugins/elementor/modules/dynamic-tags/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/dynamic-tags/module.php', 1, 0x00000000000000000000000000000000, 0x8e2c187f77844368c5887c276b456ed1, 0x382c3bdb3f49e4186d0bbc9f24c56dd75cb97f85bcd2e4d25f2c11f6697e37da, '', 0, '?'),
(0xe105a95ebafb625296e55349e121d33f, 'wp-includes/class-wp-image-editor-imagick.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-image-editor-imagick.php', 1, 0x00000000000000000000000000000000, 0x33de70454bf16b4ba481c721506f3390, 0x3226b152ddd7d14a69eca645e570263b7d58833e96b11742afc4e4bcf36f13a7, '', 0, '?'),
(0xe10836e6acccac48340faa4f828424cc, 'wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/grid-flower-2.webp', 1, 0x00000000000000000000000000000000, 0xb918a975ae328f3963f7ea247bcbe591, 0xf41e63ca9428f58fb7f071e4b8452e1a0a88e20eaf3c1e8aec32f73c827cead6, '', 0, '?'),
(0xe11957fcebc2bd31cba873d9142b446b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php', 0, 0x76f2ed9ca0a78a87b9d0e6f0c59ed75c, 0x76f2ed9ca0a78a87b9d0e6f0c59ed75c, 0x67245b1b6f9636097d0c40453cbcd6b1c1356f85a87a94befac8399c2f09a2df, '', 0, '?'),
(0xe119b4f4da736b9336012fa7abd0bdba, 'wp-content/plugins/wordfence/lib/wfSupportController.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseHtml.php', 1, 0x00000000000000000000000000000000, 0x3e3d7261a17e96ad02a2ac481f4d30b8, 0xa3ca2af8bd625353c8e3aa8cc369e742d7e9836372ca3607ef4e671e32f53021, '', 0, '?'),
(0xe1221a066361931dfeb2f1973ce12a01, 'wp-content/plugins/elementor/includes/controls/heading.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/heading.php', 1, 0x00000000000000000000000000000000, 0xcd83a0b82b40abee1b97c8f41eff3ef5, 0xd046c2929542e35aab5e08fbb87c50bdbb275a32797de8e8b7e617889ced09ee, '', 0, '?'),
(0xe12537f524c075918356f0063d353061, 'wp-content/plugins/amp/templates/single.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/single.php', 1, 0x00000000000000000000000000000000, 0x69847d2bfa09d9cbb31713a4dc4dacfb, 0xd555c319070599faa67dc8daf42af9d22d318f68890b08d634f0e8f78e378b58, '', 0, '?'),
(0xe1370a7ee26c747637d2f1830d32dc52, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ClearBasicFilterRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ClearBasicFilterRequest.php', 0, 0x3ff7bf60210a53d9de95dcd929be9c4d, 0x3ff7bf60210a53d9de95dcd929be9c4d, 0x5f783bf68110525ff7f6a7d889b530c3aad073dd82cbe00cfaf54ec9ea28a5ad, '', 0, '?'),
(0xe13fb11e705f134cfac9187745912cb4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php', 1, 0x00000000000000000000000000000000, 0xddc16f332b5006c4c45b0fd4392ce306, 0x47b0ac100db24e7033a203a1f878ae87d278f877f21f225148bf2756d1098709, '', 0, '?'),
(0xe14086108b4d5d191c22b0a085694e4a, 'wp-includes/class-wp-http-requests-hooks.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-requests-hooks.php', 1, 0x00000000000000000000000000000000, 0x23c95816fe06dd7fddc72d74b3f8d0bd, 0x32853a9f28dbc0941d40a527e88356c129e3ee7bd600628c3bbd660f5fb2fb77, '', 0, '?'),
(0xe14d6760bbf2becb97de4c0c1360d428, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxCollection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxCollection.php', 1, 0x00000000000000000000000000000000, 0x56e222803a6bd24fb0394adec9c2fc20, 0x00006cabc2d0878892f45b6ed0fa35d3493fe6cc4c158c796a4866ef371a35de, '', 0, '?'),
(0xe154be107e7029064bc83dc8e51f9cd2, 'wp-content/plugins/elementor/assets/lib/animations/styles/rubberBand.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rubberBand.min.css', 1, 0x00000000000000000000000000000000, 0x2e0dc8afc38999b3915acdc38a73396a, 0xa1c5f6e6a35098553923f23223f94037c5946717442422c90fe8fe02df33e3cc, '', 0, '?'),
(0xe154c254b239dcb005cad80a106aed7e, 'wp-includes/blocks/query.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/query.php', 1, 0x00000000000000000000000000000000, 0xf381ef33ae7abaa30a4c8ba488de8fed, 0x45fb335f114bc8079d4d08b3b33be44b15bc438877d16e6752b782cbc99d1c33, '', 0, '?'),
(0xe15ab18eae283e28aa3162deab945aea, 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fediffuselighting.php', 1, 0x00000000000000000000000000000000, 0x85d4bb2a8c99c9d3d57aad99149ebddb, 0xf0878d1ba44a8c598603acd43d2d77d026f2d09cd47d9ca89417732539ebec5f, '', 0, '?'),
(0xe161fbdbddfe233d1cd1420c743e3119, 'wp-content/plugins/wordpress-seo-premium/classes/premium-javascript-strings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-javascript-strings.php', 0, 0x33bee5ed2c906fefe6511e25e8bc4f48, 0x33bee5ed2c906fefe6511e25e8bc4f48, 0xd1ba5063bc0f6ed14b59492d4d6fb881a6e5e8bd5f5e6b4485fe6723a869f375, '', 0, '?'),
(0xe1657a217be36f24d9cb2c1d96e8e717, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fetile.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill.js', 1, 0x00000000000000000000000000000000, 0xd0f938bdd67d9c25fd449f1cdec6cae4, 0xb32c987b9ace936731948a1cb804a1dfb584effcffa0c5daa4fda79fd3536108, '', 0, '?'),
(0xe166a099e72a8e04e0381b6988e90ed9, 'wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php', 1, 0x00000000000000000000000000000000, 0x9a64c7fbeb05c615d486539e0700d53f, 0x78325d4a0d780db1336ebe1712dc171173648282cac188b7784efd820fb07f27, '', 0, '?'),
(0xe1718d402fbbb9eaa691d99e2d014dcb, 'wp-admin/network/site-users.php', '/home/forwardbetcasino/public_html/wp-admin/network/site-users.php', 1, 0x00000000000000000000000000000000, 0xc9c5705857bde5fc206f1620d9b71346, 0x26da1ee99ec9fa4935684064be3b0f83e71fd95e4f1d0787c320db61cafa1e43, '', 0, '?'),
(0xe172465037d6639c2c3468383088cc47, 'wp-content/plugins/elementor-pro/assets/js/video-playlist.9e1bbc4fcb37864c89d6.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/video-playlist.9e1bbc4fcb37864c89d6.bundle.js', 0, 0x03db937600fd167b641f7b1f49fb0d57, 0x03db937600fd167b641f7b1f49fb0d57, 0x3d12c390ab6305a50b4b79235741dc4ec31155962f5b962ead75967807ac449f, '', 0, '?'),
(0xe17e4fae049eca21236a72716172df16, 'wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php', 1, 0x00000000000000000000000000000000, 0x94af1b5835d5ec6d55007126dd95f81c, 0xdff68b4defaa594d3736b2c574de95a2f37b2a2a9695823e7199c2ffa572a1b0, '', 0, '?'),
(0xe17f3291243da43d43b3041659b94ba5, 'wp-content/plugins/elementor-pro/data/base/controller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/data/base/controller.php', 0, 0xf65ed74da667747c3181480f2a33c70c, 0xf65ed74da667747c3181480f2a33c70c, 0x00f35ef130ffcd9814d8ca0b02c8637219ef57ebd6a62b642eca786c992faad7, '', 0, '?'),
(0xe1933c0040f0226978f0ecd451cb7722, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageDismisser.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xce18b63d1db760db7612021a43f71cad, 0x7815a2d605abd3a1550d127558ba614cc97126d2f38e1d9412cc00932decd64e, '', 0, '?'),
(0xe19604ee6130501540dc615c788afe2d, 'wp-includes/blocks/social-link/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/social-link/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x97d150ab7989b378e6a7ac4b566d40c5, 0xd5d1f28c41e1f0a7a8a4fb89834ecc00e3172bf434f050f20ce75d656c52aa70, '', 0, '?'),
(0xe1993ec293eac6cc0af43590b4ebe45a, 'wp-includes/customize/class-wp-customize-image-control.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/alert.php', 1, 0x00000000000000000000000000000000, 0xc0a0e4bf0003716ffa2eba89fb78338a, 0xd3da6d8d8315e118fe10769a1defc7c9e707bd1e6db85f84658068f190583ba0, '', 0, '?'),
(0xe1a14cc5312e94a9a52dd01be3796ec9, 'wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css', 1, 0x00000000000000000000000000000000, 0x41eeb854407638d7a129d82acf052c3a, 0xd5cc68cb9fa0383e2203aaa6b7424ece31d9d3816af2b3ffa5c575f03e7a29e3, '', 0, '?'),
(0xe1a4f65a496933316e1f8aa9ec0686c4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php', 0, 0x2047e096b6868146ae80f2c73fdebb60, 0x2047e096b6868146ae80f2c73fdebb60, 0x336890d62ea9aaaaa7bf534d2f4a3655ee6d25a752a95d71c4b38bb89a51881b, '', 0, '?'),
(0xe1a5f6bc4aa2db635a9b4a7be3c84cfa, 'wp-content/plugins/wordpress-seo-premium/cli/cli-redirect-command-namespace.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/languages/continents-cities-fa_IR.l10n.php', 0, 0xea7504bab145e9c210a649c21d96e458, 0xea7504bab145e9c210a649c21d96e458, 0xaf13ae3dcd7a3e5f38bc0d8ccb9e593e47eafa148bb38e91d3de6248fb6fb040, '', 0, '?'),
(0xe1a78cc11d79fd49d70c4303e82bb531, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTimeago.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Audio.php', 1, 0x00000000000000000000000000000000, 0x02d58336a1e35295ea10ff9712728512, 0xb5e3b2fd45540f8bd65340008ebdae583d30b5848f8b8089873f8e24eed5cf18, '', 0, '?'),
(0xe1aa76a0eec1baf2517f3236456e5648, 'wp-content/plugins/elementskit-lite/widgets/back-to-top/back-to-top.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/back-to-top/back-to-top.php', 1, 0x00000000000000000000000000000000, 0xd973bd5cd0e07862a717017cf63f982f, 0x3148ad5f60b590e3b2074469a2a9048ed220ebb23ee1f1f03765871e311c8263, '', 0, '?'),
(0xe1ac3bc1447468f245d347ec3e934889, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', 1, 0x00000000000000000000000000000000, 0x1b1e90cdce93f5ff6a4ef779a5c3387f, 0x550e99cd414da6560ac9c350576b8e7875fb09901f09b6dafbb59b068c2ff83d, '', 0, '?'),
(0xe1ae6472ce8bc86ada2759d2fde3b952, 'wp-content/plugins/elementor-pro/modules/pricing/widgets/price-table.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/pricing/widgets/price-table.php', 0, 0x00dfed60091ce792b86e9fd91b026051, 0x00dfed60091ce792b86e9fd91b026051, 0x66a416cd5e25e21c26139e6bc97cbb9c4add2851b713a95284496e44cb40a963, '', 0, '?'),
(0xe1ba9df32b920686b539a60ad65eca72, 'wp-content/plugins/wp-rocket/inc/deprecated/subscriber/Optimization/class-dequeue-jquery-migrate-subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/subscriber/Optimization/class-dequeue-jquery-migrate-subscriber.php', 0, 0xf71415db8f24091f4a42e4e7bdf86872, 0xf71415db8f24091f4a42e4e7bdf86872, 0x59834d050bd3bbef9a4ddb094d74f090467a6accef057e6e74a06a40c35bca85, '', 0, '?'),
(0xe1bae75a0d0877334d871a6eb684a443, 'wp-content/themes/hello-elementor/template-parts/dynamic-header.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/dynamic-header.php', 1, 0x00000000000000000000000000000000, 0x49541cce1341f9108aa2439d24c7ec8d, 0x4be6d9fc19d371fdedffdc3fae20a34e972a23a887fd120b6aca1be42841282b, '', 0, '?'),
(0xe1bdfa7ddabf37691e263d81b611dd2a, 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.min.css', 1, 0x00000000000000000000000000000000, 0x86f3e0dfe44db331736e557c06344d41, 0x8abb297fc5d38a412ffeca5f53b9b76b6adc0d25baf8434c5a5060b015227477, '', 0, '?'),
(0xe1bf39fb9a9f4770910dbd0e3ae20c74, 'wp-content/themes/jannah/buddypress/blogs/index.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress/blogs/index.php', 0, 0x54554811393f6748204946d191d53fc3, 0x54554811393f6748204946d191d53fc3, 0xfaa9751e5113d22d088fa31e3115c6bd74a79eeedca4b734303a072f3632ce9f, '', 0, '?'),
(0xe1c89f78048f8bb7d35e8b2400786e14, 'wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose/floating-date-1.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose/floating-date-1.png', 1, 0x00000000000000000000000000000000, 0x2a5696b12ccf9613f7d2dce1b163f08b, 0xdb68e93c6ec4f9aaf6a96b41a09cd2a1c7f691b93a1edf9cb9b361c3a5770346, '', 0, '?'),
(0xe1c8fb9b6d027c18eb9979629cc1b6e1, 'wp-includes/class-wp-recovery-mode-email-service.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-recovery-mode-email-service.php', 1, 0x00000000000000000000000000000000, 0xf2d442c6a9f567f825e5b57d7772b9f2, 0x1291ea8523edc702cc1d0a60829888a1fcabbd417059c7bb47f66167a4448bec, '', 0, '?'),
(0xe1d9fb0fac067425e7ff91892870b039, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SearchDeveloperMetadataResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SearchDeveloperMetadataResponse.php', 0, 0xbdc6676e3fcc80ebf84a591ef8859417, 0xbdc6676e3fcc80ebf84a591ef8859417, 0x1d732cc9de36179dfd1a9825a3ef3d1afe429c074fc0dd425dfe998adb96e6aa, '', 0, '?'),
(0xe1da68fd52b9c0976462a4999e935854, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Image.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/details/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x14d7f86d2a9d636176534795c162c9a6, 0xce817df829cd3fc375c36e7f34f6f51b3b5b6c129df6b0b1d277b3108fda9c3d, '', 0, '?'),
(0xe1ddafa6d334b0e0bd2c798eed5a55a5, 'wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css', 1, 0x00000000000000000000000000000000, 0xf9a4d42bf66491dd2e49cd5a425bfc4e, 0xb1f6f913adf85c7f9b74fea826f08b9ec573a7a322318f49d9bdf47b5d48edf0, '', 0, '?'),
(0xe1e07617bea4851c55b489db672b01f8, 'wp-content/plugins/elementor-pro/vendor/composer/installed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/installed.php', 0, 0x4634581ddc39475dd858feef00de54e8, 0x4634581ddc39475dd858feef00de54e8, 0xa4ba403e77fc438c3c9a1dd5eaf96b6bdaa2519f2b2c40aaf657c151076adc59, '', 0, '?'),
(0xe1e122d0432aff04aad7199add2eaeb1, 'wp-content/plugins/wordfence/vendor/.htaccess', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xe1f15c39c3a33e9c189f84497a349363, 'wp-includes/js/tinymce/plugins/hr/plugin.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/hr/plugin.js', 1, 0x00000000000000000000000000000000, 0xa40ec96b2b25c1356c33e6c1212db9b3, 0xd932609294d95269804c9db32365d884fc3416c736f267f4aa70866f7ef81312, '', 0, '?'),
(0xe1f7b2ffb94c60ed52d260d7959bb72a, 'wp-content/plugins/elementor/includes/widgets/image.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/image.php', 1, 0x00000000000000000000000000000000, 0x6d1aee52c96db77066de8d91b835b330, 0xc1576deb061850c6cd32b6c6d79b1d01be35fdfa016cab59a66a1a4174cdc001, '', 0, '?'),
(0xe1f8bdd95b874ec358777dec755af46e, 'wp-content/plugins/elementor-pro/modules/payments/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/payments/module.php', 0, 0xb927527313b47216ba63b1436965a544, 0xb927527313b47216ba63b1436965a544, 0xd12e8980a6a4413f21045752aeb925cd1d4feddee2a35971a824529ff4f70dd4, '', 0, '?'),
(0xe1fa38d30afff38fb812b0b5f46f8bcf, 'wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css', 1, 0x00000000000000000000000000000000, 0x719506afbb4e5cbe7c3e1d4c738678fb, 0x21caf22674cf6f9228618d12c0b166c752234dfd7fff80f1c867eba8dc7b2b41, '', 0, '?'),
(0xe1fcde9f438e1945d54f0b7d0dd58d9a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 1, 0x00000000000000000000000000000000, 0x944de3d8e2943a31acbcfc68f307a59a, 0x0310191f36923d9302ed9bc8e2e048d836d9587ff60fb6eb34f67bb555caecc9, '', 0, '?'),
(0xe1fe7720f6876b2ac6cc3d3c11bdfbeb, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php', 0, 0x600943e60004aa3ccefdc8b900018017, 0x600943e60004aa3ccefdc8b900018017, 0xfc183829b05cc847294e500b79827096aeafd121382059d17d602e2eeefe431e, '', 0, '?'),
(0xe20f424b8619c0f54197613ce4ad6c32, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Transport.php', 1, 0x00000000000000000000000000000000, 0xd80b4861e0f28bf21f78c1b39de810a3, 0xf4379843960d8b581a3cce773d2c3810e17277777b63dc6de05bfd4d30f6c744, '', 0, '?'),
(0xe2195d00000f6e744871bab7609e7a3b, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/ObjectCreationCompiler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/ObjectCreationCompiler.php', 0, 0x955c37dad74607b98f667942c4a8b96e, 0x955c37dad74607b98f667942c4a8b96e, 0x5b5cf99a186321681bd4491d571f33f868626acfe6b0b5aedb50ccb1235227c2, '', 0, '?'),
(0xe2242ce3b3ec2bc5e04b1e4b213a2468, 'wp-content/themes/twentytwentyfour/templates/single.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/single.html', 1, 0x00000000000000000000000000000000, 0x6c2fbdef8388f78b4861d47fea4be01d, 0x4b8df2541e35d8a6abd6f287d789677ebe43a576ae5d896a03965bf7456fca60, '', 0, '?'),
(0xe2287575c06fb47692d64f9f2dbc8114, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php', 0, 0xa90767c86372d782641bcdb11698a719, 0xa90767c86372d782641bcdb11698a719, 0x4eae89e8cf2cfefd0f62808bb9ed91da56e2bd79d530d5b334f60151eccdcce8, '', 0, '?'),
(0xe22f1154a8384deb353373ec01b49897, 'wp-content/themes/jannah/inc/widgets.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/widgets.php', 0, 0x4f778399648bc773b5c7cc9d9280a1ad, 0x4f778399648bc773b5c7cc9d9280a1ad, 0x3f7949196c7936c3afa3aa29f8b244e1cfa8fcc9744b08f0d51796747fdf9012, '', 0, '?'),
(0xe2306b3884749d63f12832d581bc3b2a, 'wp-content/plugins/elementor-pro/assets/js/gallery.b7d55bc976e04f751975.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/gallery.b7d55bc976e04f751975.bundle.js', 0, 0x1a9940aa3384d02ac4f4923c937b7d02, 0x1a9940aa3384d02ac4f4923c937b7d02, 0xed8cf173cba78e655312e764af6676d4b2e04f67e7f9903ab4074a2500fc7550, '', 0, '?'),
(0xe23371d00951a456f126cd9424e9ad49, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php', 0, 0xef29ad40cebd19f8bf7f8d69af696a92, 0xef29ad40cebd19f8bf7f8d69af696a92, 0x69b0fa1becf27f3fd79130a26d1972a9df0af6d38d0a21810750fa8beab93143, '', 0, '?'),
(0xe239526ad73c6fbd71fb835c2e13ca5d, 'wp-content/plugins/wordpress-seo/src/deprecated/src/introductions/application/ai-generate-titles-and-descriptions-introduction-upsell.php', '/home/forwardbetcasino/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, '?'),
(0xe23cdeb3e212771c04302300dc9ad480, 'wp-content/themes/jannah/assets/fonts/fontawesome/fa-brands-400.svg', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/fonts/fontawesome/fa-brands-400.svg', 0, 0x0cb5a5c0d251c109458c85c6afeffbaa, 0x0cb5a5c0d251c109458c85c6afeffbaa, 0xac4fe8f339ba92b9a19bb2a90159245a23cc6a535c257fd289c25ee3d021b395, '', 0, '?'),
(0xe23ed123ca4ce813200ae6f1582778d5, 'wp-content/plugins/elementskit-lite/widgets/header-offcanvas/header-offcanvas.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/header-offcanvas/header-offcanvas.php', 1, 0x00000000000000000000000000000000, 0x4ec35e6e3e426d3b534c341bdaf28ca7, 0x750a99e6518c8a4a76568db64b16841395cf9f3c826a4fb6d396da568e073556, '', 0, '?'),
(0xe2440965863398d55a871c5001ed9604, 'wp-content/themes/twentytwentyfive/patterns/footer-columns.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/footer-columns.php', 1, 0x00000000000000000000000000000000, 0x046ad8e98a046bcd933d9cdca78040d1, 0x4c6c3a9ca143c02c2eb26a92de2dc6197040a770c4db187fc47e726138589c5a, '', 0, '?'),
(0xe24cb63e81d99f89237b36707d59e3ce, 'wp-admin/options-writing.php', '/home/forwardbetcasino/public_html/wp-admin/options-writing.php', 1, 0x00000000000000000000000000000000, 0x5edf53542a9ccc0c6c3f078342f3f4f8, 0x833259bcccd91013369292a9b0c861fb4709c9d25212dc94d5b644a12a58b542, '', 0, '?'),
(0xe25536cf8573c464c27e787f16a1fdf0, 'wp-includes/sodium_compat/src/Core32/XChaCha20.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0xbf5902ce255253c712ff9bcef1ef5459, 0x602dacf9b3eec3c0a09fd44ab7a200e2a450cce4c1a41c234d22e5b526816fef, '', 0, '?'),
(0xe25656f6a946163d2fc751287127cf33, 'wp-content/plugins/elementor/includes/controls/code.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/code.php', 1, 0x00000000000000000000000000000000, 0x3ace4e914843ff2557c3d688dcd3ecff, 0x3b8092d565e0d203057297702c6e0eb2974e6fd894945ecc7e0ca5d649b19bae, '', 0, '?'),
(0xe25e7d025209ed045612377b57490d48, 'wp-includes/blocks/search.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/search.php', 1, 0x00000000000000000000000000000000, 0xae4ded4e52dfc9efa76f6653726c57e0, 0xea6525eac330dd66a4bd3041c57924871d5e281bdb34379bb983d3fa24ac49da, '', 0, '?'),
(0xe273aa0f539825f1b7ba6a869a54ee04, 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-cards.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-cards.php', 0, 0x9f5528bf13a72148f89cd0226dc9d426, 0x9f5528bf13a72148f89cd0226dc9d426, 0x018c41879483000d4cc933dd22af90b4c3978fb5032328ef3f0575546db0b1ab, '', 0, '?'),
(0xe2791ba830489d23043be8650a22a22b, 'wp-includes/js/dist/server-side-render.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/server-side-render.js', 1, 0x00000000000000000000000000000000, 0xdf1b5dff999c9dcab1a2a7e105c7017d, 0x3e34258ae16b01a9c8959726cf646cb0536b05b35a0cfad7d5a2910de6551c28, '', 0, '?'),
(0xe27b4b7efed5b28e82d6c5b2f1e1dba8, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss', 1, 0x00000000000000000000000000000000, 0x12e4fcc8dd6b0526d8c097ed7da93b31, 0xc52e763befff7198d05da86db62cfc7f5cd894af0cd6c1f1a15a72fd2eed0a7b, '', 0, '?'),
(0xe283d0b66e03658b2cef8655d9731db7, 'wp-content/plugins/amp/src/DependencySupport.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/DependencySupport.php', 1, 0x00000000000000000000000000000000, 0x8810f961d794c0b4981357b9892f9d0c, 0xd5b5cc48c3e2b0be54e1ffaafc22db0da76c0a0fb4962517adaaeb7a18655b22, '', 0, '?'),
(0xe28942857c94a5b2e31683bd44051bf7, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', 1, 0x00000000000000000000000000000000, 0x8e57b992a6ba26684535864f78b8ea15, 0x310d8ae9fb8d2a961f685c9de442f66fd51796d042ae7dfff95ff98458443718, '', 0, '?'),
(0xe293929bad07dffa5555e18fa893c92c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/ConnectException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/ConnectException.php', 0, 0x9077d39cef45c48af42234ee16267c80, 0x9077d39cef45c48af42234ee16267c80, 0x8d07e321ab60e6fb8bc05fed22e98de7fe3b592c8c48f4e3b58725c9350f853b, '', 0, '?'),
(0xe293f5150360610228eef0fed95543f7, 'wp-content/plugins/wp-rocket/views/settings/page-sections/tutorials.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/tutorials.php', 0, 0xa815ee500a656164a941a62cfbfbea81, 0xa815ee500a656164a941a62cfbfbea81, 0xd2f12189de13a241f506e252a337f7f56fddf335e87d4080e33e9221e6584d62, '', 0, '?'),
(0xe29891936e19c5c850c02e1a1ec72c17, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates-conditions.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates-conditions.js', 0, 0x69b08421d344890a02f82e523814bbe7, 0x69b08421d344890a02f82e523814bbe7, 0x4b344a49e1b6966e594b4ddc8ddca344e4031bb02ef021a897f2d464bdda5012, '', 0, '?'),
(0xe29dd5728f9fcbfd6b3a566885f73323, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php', 0, 0x7e9020529bb52e7b16ac6dea3f6a353c, 0x7e9020529bb52e7b16ac6dea3f6a353c, 0xb4a2964efa4d875549cfb8dbed223ea636807882bd9ba3108c16700525fdd81e, '', 0, '?'),
(0xe2a628e5e0bf61b2ab70c1ca179ee982, 'wp-content/plugins/amp/src/Infrastructure/Deactivateable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Deactivateable.php', 1, 0x00000000000000000000000000000000, 0xd156d5ecae11d659657a389b2eff9a83, 0x3a68c34c42d5c3a8afe400d653bfd76f1d52d9a5aae5277b8f2227eaaebc5a86, '', 0, '?'),
(0xe2a7cdb71f20559fbdd8554d102652b0, 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-post-taxonomy.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-post-taxonomy.php', 0, 0x71b1b42a2c1d4dfafabc80869253bc2b, 0x71b1b42a2c1d4dfafabc80869253bc2b, 0x38a5fc375d04141a6fd0f764564f1ea765fdf0757a68bbd961cd5b935ee7f2bd, '', 0, '?'),
(0xe2a8841ac8068a8f3eb9c7b8bc281ebe, 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/7.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/7.png', 1, 0x00000000000000000000000000000000, 0xa5bbd99704d9943427dab3372f5432cd, 0x824f9cbc583bf0d98cf78505bea23924fde473bd09287ec2065abcaae24aac8e, '', 0, '?'),
(0xe2ab956f6dc54bbd6712d695a6cad11a, 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php', 1, 0x00000000000000000000000000000000, 0xf99bb4789324283989402482f5e6ef06, 0x440e3bf02a60814b5b3fcbf435858a475b06998564f7a43593114245dfc18e76, '', 0, '?'),
(0xe2c38f9c5b3cc607d6d5a4e44e8940fe, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Service/Resource.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Service/Resource.php', 0, 0x297f3445fd68e857857b72a077d8bd11, 0x297f3445fd68e857857b72a077d8bd11, 0x04be812805481bdb8bf68b8a2e3c62c1df87ca0ac15fe473c3038559b01649b2, '', 0, '?'),
(0xe2c40b5a61399f55c07a15fcb31cd5b6, 'wp-includes/class-wp-date-query.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-date-query.php', 1, 0x00000000000000000000000000000000, 0x877b80c5bd5f1b851b10e88b2fe643a4, 0x774521ab6d8e6a3415d13d1761b2080e8500ba33ad3ed3d5aac325a309de69ee, '', 0, '?'),
(0xe2c566f2b9ae07cde6ea44bf27e442d8, 'wp-content/themes/jannah/framework/widgets/facebook.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/facebook.php', 0, 0x93d3632a4b39fcc2bee51d6b44554532, 0x93d3632a4b39fcc2bee51d6b44554532, 0xe62cf2b2a27119c2676df020ff2691182e951d4f06af5035ca54878564db09a8, '', 0, '?'),
(0xe2cd26952b3ddb5b923fe1ff62a521d4, 'wp-content/plugins/elementor/assets/css/widget-social-icons.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css', 1, 0x00000000000000000000000000000000, 0xacd81fcae82317e04a5d74d6c3ab58f6, 0xaa6bb3366166374c0cfe9c83bd1d6c5a66b5b0957b53ad518fe80a12c319ef34, '', 0, '?'),
(0xe2d9d3c8cd2d50bf463f951b3af50305, 'wp-includes/blocks/comments/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/style.css', 1, 0x00000000000000000000000000000000, 0x6538d6e05fa9a91abfabea8f908005b2, 0xaf0af471a085433521cace7c7614d6db002b694dcfd4a00fa04b80d6665c7b7d, '', 0, '?'),
(0xe2ddd8211e6a47d13465909fabaa236f, 'wp-content/plugins/elementor-pro/modules/query-control/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/module.php', 0, 0x67ddfadbb0f80dbade6ac245759c99d4, 0x67ddfadbb0f80dbade6ac245759c99d4, 0x7a06f9b663e811320019bfb4e3addae310d8639923c66cbd5ddec20f7716b33e, '', 0, '?'),
(0xe2df03f32cefd04cefd1dc7c36e2765e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dir.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/user.php', 1, 0x00000000000000000000000000000000, 0x53cdc11d516b8215ced545329df5280e, 0xbaf194b4a94b4592bf81d8d9103668e3ecbd966486367f0a5329336fc2621c6e, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe2e4c4b80f3adf2c70b431bfdb1b4872, 'wp-admin/js/dashboard.js', '/home/forwardbetcasino/public_html/wp-admin/js/dashboard.js', 1, 0x00000000000000000000000000000000, 0x83e26709f1cb316dc801d1b11d359c2a, 0xc4d8e7fedf8d59b1dce9c8e97659498afde46e109a0953440b37b6cc5cb66460, '', 0, '?'),
(0xe2ec98890d93ede5dd196eb209bde80f, 'wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', 1, 0x00000000000000000000000000000000, 0x9940070823fd6ad7880373f0a064337b, 0x7e3f1a4c0e87de286f25ca9388d3035e97f7f7190b7d3b1d9794ef2b42a05925, '', 0, '?'),
(0xe2f541d67227c89f02e8618d47457742, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BandedRange.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BandedRange.php', 0, 0xf33390778e9c73535e0747ca6aaa6a3a, 0xf33390778e9c73535e0747ca6aaa6a3a, 0xde41b6d4bf5345e0ce29385992243ac67943f401b980449229abb9a8a0d7b006, '', 0, '?'),
(0xe2fac816dc069c8fcaab97a21054f7ef, 'wp-content/plugins/wpseo-video/vendor/composer/InstalledVersions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/InstalledVersions.php', 0, 0x13e6e46602b746a98d692a8c1b663e3c, 0x13e6e46602b746a98d692a8c1b663e3c, 0xf1a64deed7a06b6979d8cca827db1b8eef07b353b3bc0a56d77c54c4b41bc0ba, '', 0, '?'),
(0xe2fbeac42c5501175f7096dd240fb90b, 'wp-content/plugins/elementor/core/editor/data/globals/controller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/post-formats.png', 1, 0x00000000000000000000000000000000, 0xdc4bffe1d10093e4d92533a8d60cba07, 0x39c6ba0e8306260ccf5d9faf6e9f45181b75a1c0615d6946e9f7c6f3bfc6b3c2, '', 0, '?'),
(0xe304d81ca5424930da13b5bf8b0f0a92, 'wp-content/themes/jannah/assets/js/br-news.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/br-news.js', 0, 0x39506dac5671f2b65d39481f5c3644b4, 0x39506dac5671f2b65d39481f5c3644b4, 0x4b3d524abee3c770bd803c84b39a1aeb008360708e74dab6bc38f19c989750f6, '', 0, '?'),
(0xe3061c071c35efe3f6b4fd98878ca615, 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php', 1, 0x00000000000000000000000000000000, 0x1bd90fe7cd0a205e136fc49d8a07db9e, 0xd54c99958ed295e3d264f999f94ca3f7bb1326472a762c06d8827821721e5e9d, '', 0, '?'),
(0xe30fff0c2464b1d0a657f9a1e14827cd, 'wp-content/plugins/disable-gutenberg/inc/settings-display.php', '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/inc/settings-display.php', 1, 0x00000000000000000000000000000000, 0x4a740ad1e7f68c1c28810de5f99d2b5c, 0xa18699052fb4abf36d2e44ef7b9d136eb92bad4d2eaf905638c62388d1be9957, '', 0, '?'),
(0xe314fb49b9a9534cbcc8b2c60371b328, 'wp-content/plugins/elementor/core/upgrade/custom-tasks.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/custom-tasks.php', 1, 0x00000000000000000000000000000000, 0x47f8b584b2985a2ace07f831ad42d064, 0x3f407e8f4d143957421d11be2962055831fd42f366a696de1699f25810dbd97d, '', 0, '?'),
(0xe31e785c356e9e570aac8ad21bddc70f, 'wp-includes/blocks/embed/theme.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-srcset-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xcd8df582266aa4579f6ccb524769794b, 0x97b74008f807d7e621358c4f55a6cd8db1e7249f66e3cefbb69ddafb0b0dd886, '', 0, '?'),
(0xe330973bea2d2cd3411f15de4579e60e, 'wp-includes/theme-compat/sidebar.php', '/home/forwardbetcasino/public_html/wp-includes/theme-compat/sidebar.php', 1, 0x00000000000000000000000000000000, 0x5cdee20119c8e48ae7a474030fcd07a5, 0x313d8655a9679e50769358aa336181cb40aeb8a09a6225ecf9bdba6fd45ce227, '', 0, '?'),
(0xe3323344c5f6342fe20c235cf24be90c, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-photo-blog.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Subscriber.php', 0, 0xd84256c79ee250350b7c45a5f92716de, 0xd84256c79ee250350b7c45a5f92716de, 0xa5085a80053aeec656f530ddea8e07cd258944694eb968690121c6dfb9fa80d2, '', 0, '?'),
(0xe3389406cd9c1a162c78a9fee8a3f511, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteProtectedRangeRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteProtectedRangeRequest.php', 0, 0xea55cb76bf493ddaf259f054eb2fa017, 0xea55cb76bf493ddaf259f054eb2fa017, 0x34e83672d597e04ea74329d8ec6af3c85eaa74e3c2cee334e39199aecda9fb03, '', 0, '?'),
(0xe33a4f52c74125d1c203c9cfb9379766, 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php', 1, 0x00000000000000000000000000000000, 0x9a23a71fd6b023c9097662e7c4022e1a, 0xb730d5bcb9d786bd15e81ea5e900a6c8626a1e3e2a13fa878d96833946be48b1, '', 0, '?'),
(0xe33e1dc3ac8dc4b2adbdb1edfe206d84, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/executable-redirect.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/dom.js', 1, 0x00000000000000000000000000000000, 0xa4c1f17e912dc03c2510aaa3797cc26f, 0xc4bd27a61fcb922e245fd2353be8a38aa4f9aff8f45d955691a1b8c9a0dbe81d, '', 0, '?'),
(0xe353b9ca224215634202e5072dc6799f, 'wp-content/plugins/wordpress-seo/src/commands/command-interface.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageLightbox.php', 1, 0x00000000000000000000000000000000, 0xf131e3098cfdc84ce635adfe38d967ed, 0xe0b94ff1ee76d2281f1ad4db79a5922ead7ab8dc8f1bbb8d9875a182e9aeb62b, '', 0, '?'),
(0xe361dd4f6a1c27f7c5bb442ad6815634, 'wp-cron.php', '/home/forwardbetcasino/public_html/wp-cron.php', 1, 0x00000000000000000000000000000000, 0xb1f6b11b2b5fa069df6cc6a22e3944dd, 0x1d96d06f6b93cc77f2a1223ccfc22561c2b085d87e1126187baaa1462a28229c, '', 0, '?'),
(0xe36261df6cc2c198340fb0e68bb24ef0, 'wp-content/plugins/elementor/includes/controls/url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/url.php', 1, 0x00000000000000000000000000000000, 0xaf7f50bbe01914343cc06dc2e200c3eb, 0x0bb88cecdd02acc76fd55079e714aa663bb5ee419129c508931c125be068b2b0, '', 0, '?'),
(0xe36d81355e02b9dbc0c775c8eab0393e, 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/plugins-manager.php', 1, 0x00000000000000000000000000000000, 0xb4d2e48fbd285e6a8386bce3a7b7789a, 0xdc929102c45a8282f05987c6ea6a2ae921396aa1c403ea3793d750f5e0866db8, '', 0, '?'),
(0xe3744dba268e0f7804b356b199bcccd6, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss', 1, 0x00000000000000000000000000000000, 0x8632973134329f02259dde46bdcb2980, 0xd9874fcf78e62cef7b653ec57acec9818bb1078373979c1fb9dc3243a49edcb3, '', 0, '?'),
(0xe3796afcdfe6ed7b9006be5a7d36af9b, 'wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php', 1, 0x00000000000000000000000000000000, 0x827230fe4252040c55c522438085836d, 0xd647b59d104659a0101ebc5066fa9d51330765c54b60e55fc55d0b14deb888cf, '', 0, '?'),
(0xe3860b3f3f708ac49b1f0ffac6e14dba, 'wp-content/plugins/wpfront-notification-bar/js/tinymce.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', 1, 0x00000000000000000000000000000000, 0xefdeea6accf2b5d2ab2565f30006cfbb, 0x89cb2ddf9f26a481283ad5348268c93fa93f4ff1ba72919482608af8734868ea, '', 0, '?'),
(0xe39ca4a90819f2687a88aaf0b54fa998, 'wp-content/plugins/elementor-pro/assets/js/hotspot.d513dd152bf605a2ffbf.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/hotspot.d513dd152bf605a2ffbf.bundle.js', 0, 0x979e3b70aec634d8020f708c0b7f4c32, 0x979e3b70aec634d8020f708c0b7f4c32, 0xe472cdea288096c5fbaab40463f6f10a7778ae36d02ab1c89f8acaa80e05060e, '', 0, '?'),
(0xe3a065c65cdb6bee12637fe70bdf5866, 'wp-includes/customize/class-wp-customize-upload-control.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/wikipedia.php', 1, 0x00000000000000000000000000000000, 0xc0bb2922771de493e8752842fd61c1da, 0x641aca95ae55c34e77b24425f2cafcbcad8abf2a50bafe6b7ed5461c4ccb3625, '', 0, '?'),
(0xe3aab6195441966e707dbdef45101fae, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2', 1, 0x00000000000000000000000000000000, 0xefc7e0c102afc0000c15a1452c0dbe8b, 0xfe39cbb81dbb30de25094085d170de75eeeb7f6395418add0ca0a525bae67384, '', 0, '?'),
(0xe3ad72dd406ad736466b5f028ba293e7, 'wp-content/plugins/elementor-pro/modules/search/widgets/search.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/search/widgets/search.php', 0, 0x367c6ec5cac54b648c6741b9c7dc88b6, 0x367c6ec5cac54b648c6741b9c7dc88b6, 0x54cf5dd4272a6321190a0161c1e48aa74c4228371a3720c272ffde8c2434123a, '', 0, '?'),
(0xe3b20c00c2a3ff8673b38ede27bd74f7, 'wp-content/plugins/elementor-pro/modules/notes/notifications/user-replied-notification.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/notifications/user-replied-notification.php', 0, 0xef689cd62add8ddd87a4e7b290010f85, 0xef689cd62add8ddd87a4e7b290010f85, 0x7eda223ab115c8485f6643881f32991df75c648026c3846e4df11631156bd423, '', 0, '?'),
(0xe3b6046b8e12d7e514798cf91acd2635, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/jquery-ui/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', '/home/forwardbetcasino/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, '?'),
(0xe3bed199931c1c2a59db96ad2c8b8c40, 'wp-content/themes/twentytwentyfive/parts/footer-newsletter.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/footer-newsletter.html', 1, 0x00000000000000000000000000000000, 0x7a54076b657425cc93a367bc4a8fbdc4, 0xaf90ee30fb3a8ee5e04364ebe71f18355a6fc908e77239d24531680029845d69, '', 0, '?'),
(0xe3c4bcc307529614026e96b8496dc305, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DetectInvalidByteSequence.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/NotFoundExceptionInterface.php', 0, 0xdd04ae960e768697d1394e91d04ed7f4, 0xdd04ae960e768697d1394e91d04ed7f4, 0x1b320f2b8b14ce7e355928bde2178ea7ef3aea250446854192888a170c938218, '', 0, '?'),
(0xe3cfa0e1e717c0e4c01b90a9ca7abd08, 'wp-content/themes/jannah/framework/admin/theme-options/blocks.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/blocks.php', 0, 0x91194b9f62a1b2f611f680934f368f22, 0x91194b9f62a1b2f611f680934f368f22, 0xcf3280709b6c254d1c0ff4310702d344ed43752107d81d5281a92265a4649cd3, '', 0, '?'),
(0xe3e11e71d53832bdfa1f76c22614234d, 'wp-includes/js/tinymce/plugins/wpview/plugin.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/fonts/dashicons.ttf', 1, 0x00000000000000000000000000000000, 0x1e37a8a1c2f7de7cb1afd8fba108875a, 0xdf4407baca442b76658268a0de733eb198ac5afc666f82f77657887e042c1b3d, '', 0, '?'),
(0xe3ff38fe3f70c843d87c54ac5a11bab3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/legacy-widget.php', 1, 0x00000000000000000000000000000000, 0x85b4033e3caa76ce4b052c6b77d77663, 0xc1f1460678d2170779ddeef3a7e396e900a6c33f3b76e31133130bdf4c81c1ad, '', 0, '?'),
(0xe407d1e723ff694ae5ae48b73ff640b8, 'wp-includes/class-wp-http-curl.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-wp-ms-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0xa90e8875da6ad1135341aef072ce2dfb, 0x81c9d59fee2ab507a1835d690ef89c82e08f76c0112cbbee51430941a30493e4, '', 0, '?'),
(0xe4170abc78dc66e85e34bb63ec35f377, 'wp-content/plugins/elementor-pro/assets/js/social.ac16c075939dcb93f70c.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/social.ac16c075939dcb93f70c.bundle.js', 0, 0x3d51b0cae6592e0d84f6b16d8d47f8e2, 0x3d51b0cae6592e0d84f6b16d8d47f8e2, 0xc9cc3e758200d9b258744c15105477c56c1f6b8e4e5c4449835ab72e3fc9e91e, '', 0, '?'),
(0xe4182bb79ca859e2fe990aaf64622ac1, 'wp-content/themes/twentytwentyfive/styles/sections/section-1.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-1.json', 1, 0x00000000000000000000000000000000, 0x226bec3b05b1db989be23321f0dcf875, 0xfe20ecd65a2dd49b4f05785f9f3727512cf8b3b982888df914d4fa143556f4dc, '', 0, '?'),
(0xe41af4084be9f5015eaa14bdfb0a19f5, 'wp-includes/blocks/image/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/block.json', 1, 0x00000000000000000000000000000000, 0x7a15d84f2daa566fb7adbf8e3b2e9ff7, 0x115f69eabdd90019ca32f4fd2ee668612c0b0ab66fe26022c82e32562ad542bd, '', 0, '?'),
(0xe420063e1f681e8a7b3abb28c8ef2b37, 'wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php', 1, 0x00000000000000000000000000000000, 0xfc7c2d2b03ec41fa0ba9fc0673e59aa4, 0x694a8136bbaf2c2c548d7ca76883bd58ee2ae609d2c5026908f8e884c29fd5c7, '', 0, '?'),
(0xe4299d645802bb3aeee690f5683a7d6b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0xe47f1a5aebfc5cc82944349c2e6368fc, 0x08cc17e54339b202a3ccbbff8031905016b1e4c40acf35ea2ee01c0b5f5b3a2c, '', 0, '?'),
(0xe42cb001d22a6956a84f3161df0a33eb, 'wp-includes/blocks/post-featured-image/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php', 1, 0x00000000000000000000000000000000, 0x3a4c7f36f7cdf369c9ab8e48b241c85d, 0xfa871946b951b0cefb51d0fbc43458d5788ada26ea246c13488ddff9d46b64d8, '', 0, '?'),
(0xe432aff5d17a186365453659785b2c79, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.min.js', 0, 0x67f9f7ae410b7e0d2e1fd15bf37bb10e, 0x67f9f7ae410b7e0d2e1fd15bf37bb10e, 0xa42685c75d26c564eaf62b54627e02a621fb77e6c5425674245df7654ab6563c, '', 0, '?'),
(0xe432d519ff0ec697ef04852520930104, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Table.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Table.php', 0, 0x7bf532d1e7b2528c3b719995c3bb3589, 0x7bf532d1e7b2528c3b719995c3bb3589, 0xace1e417c64d5ce4a26f026ad4b1e6fda13520b2bbba402de8075cb259117d5e, '', 0, '?'),
(0xe435ef658b2f4198ab10f55e9789a5df, 'wp-content/themes/jannah/author.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/author.php', 0, 0x1fb24b2b6100a10bcba366e1d789112e, 0x1fb24b2b6100a10bcba366e1d789112e, 0x01f3734552169096d8483aa4736c17ed5f4f231c68de56b1dd24a5d3ca49fe80, '', 0, '?'),
(0xe43d0f8ad661bdfbe5e2a3ebe65db628, 'wp-content/plugins/elementskit-lite/modules/widget-builder/api/common.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/api/common.php', 1, 0x00000000000000000000000000000000, 0x5294b0b310b7c1b05ad586a5dd85b1dc, 0x13b1074d310d92e6dd90c5bdb2436f55783e63c656fabfd9f4a432d5d966695f, '', 0, '?'),
(0xe440772b93228c55083c8cf65356ee04, 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2', 1, 0x00000000000000000000000000000000, 0xd08783f96d85924c3a1ce35b37c6c30a, 0x9b227fee3bd2e730db59bad3d2aefe348dfbfa0afe46b73508b641cd3f81719a, '', 0, '?'),
(0xe445f04dfef6c1d210bd1ef070ab01a9, 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-full-content.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/skins/skin-full-content.php', 0, 0xab797b55a36aed56086c262855145f8b, 0xab797b55a36aed56086c262855145f8b, 0x816ece0d46096a278a68eb371ae8d990c641b6e89d374a12802ef5a0d97e35b1, '', 0, '?'),
(0xe4478d3028271b2c2215d61782d733c3, 'wp-content/plugins/elementor-pro/assets/js/screenshot.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/screenshot.js', 0, 0x3171638c72773c1d3ec22d80908da9d2, 0x3171638c72773c1d3ec22d80908da9d2, 0xceef56c99a141c4818b96a46fdb5f0eacf05352aacf1e72ca5eaf728bc539510, '', 0, '?'),
(0xe449d049e89662b5d65e79e224a77607, 'wp-content/plugins/akismet/_inc/img/arrow-left.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/img/arrow-left.svg', 1, 0x00000000000000000000000000000000, 0xb811f6abe3935e5dc4d35039ba4b47e2, 0xb1a24af43bd7b08da3ececa7c36b9b9dc53a14bec01d1b7d75f23e6b4093ee46, '', 0, '?'),
(0xe44c009ae27434b056a3364d86a0c6c2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/MessageFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/MessageFormatter.php', 0, 0x3bef4f3273596d1b9a3939a6ed38e64f, 0x3bef4f3273596d1b9a3939a6ed38e64f, 0x05aa828d6bbda3b5d6296c314dfefe6c2d426cf03e63af3cd4f4021bb29d9122, '', 0, '?'),
(0xe452dfede83cbcb2cdd17e43376d35db, 'wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png', 1, 0x00000000000000000000000000000000, 0xdb0aaf3ef43ab7ca3356216c926e9330, 0xc4dc7c83fe8217bfa198264c25396bb679bd06017d22366b145f25040df1e7ad, '', 0, '?'),
(0xe4575550d93def57b8317f54f00f121c, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/logo-ekit.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/logo-ekit.png', 1, 0x00000000000000000000000000000000, 0x19c65192e952e2c7bf4c8786abb70df1, 0x1afcb52d1008e03a99275eac45385143fd588b61e86a1df03ad8e5ce59dc998d, '', 0, '?'),
(0xe45c2fe89d8457de6ece2d950a9d2039, 'wp-includes/blocks/image/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xab9e14c988cf427bf5692d64d4008de7, 0xf0baa5baeda18efd61cea715a6478b1451e184b113e513bb971a2c43fa310ad5, '', 0, '?'),
(0xe45e43d8e52a4de183b5542c04281b03, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-page.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-page.php', 0, 0x26482045e3caaa46c23f89ae64d853b6, 0x26482045e3caaa46c23f89ae64d853b6, 0xbd9275261b2ad69c4903fceef9d0d40ec68be15ac56e04846b8c0dbea127cfaa, '', 0, '?'),
(0xe465b1cbb32f767cba6e0bb684e7d38a, 'wp-content/themes/twentytwentyfive/patterns/hero-full-width-image.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/hero-full-width-image.php', 1, 0x00000000000000000000000000000000, 0xd399c497e7d91638ee60bfbc5ba6e642, 0x8c11b3601565bf78c138e404d45f963518070e34074a3229919a572aa55fbe94, '', 0, '?'),
(0xe479f1620762159fdf8f08752423d496, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/options.svg', 1, 0x00000000000000000000000000000000, 0xa556c9f0d1b4aec7f31707bb4103efa5, 0x443ac2106277c3235e9b8f80cf34ac42c04b4950893f08097ac06e8956cc5f19, '', 0, '?'),
(0xe47dc6b18201becfb875aa7c33ee03a3, 'wp-content/themes/jannah/assets/js/desktop.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/desktop.js', 0, 0x119ef15e929e165763181507f8bfe604, 0x119ef15e929e165763181507f8bfe604, 0xde0e72d5193665300b04b9ab1116ff66f9118b120b80ffcd63aadd7a400861b3, '', 0, '?'),
(0xe47dffd8caadf1428e969788d09cea72, 'wp-content/plugins/elementor/assets/svg-paths/arc.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/svg-paths/arc.svg', 1, 0x00000000000000000000000000000000, 0x3422609f974b6c5d5672a913fa5c2634, 0xed0a9d3b78a946aebcf823e95c8dc66fcf3328b87e82fe1b1492f88b96d99956, '', 0, '?'),
(0xe47e5446311321bcddb11960e87ff385, 'wp-content/plugins/elementor/assets/js/lightbox.01a419d1fcdd47a75a77.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/lightbox.01a419d1fcdd47a75a77.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x3b51bddd589c74840d98348b93aa2401, 0x83472a2a2dfb389f514a9bf24403441623b779de2221c561e516e4bc65606848, '', 0, '?'),
(0xe4803f322a0d30e28990b58feab11f32, 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/SerializableClosure.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/SerializableClosure.php', 0, 0x11d165401b1fae5b09c59d996964cf59, 0x11d165401b1fae5b09c59d996964cf59, 0x033638b0894dc89a986cd5c37dde07b7e5b026ea5baeec43b02efdd15867e952, '', 0, '?'),
(0xe480935c47adb69c0e4700e2f53e8da1, 'wp-content/plugins/amp/assets/js/amp-plugin-install.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverInterface.php', 0, 0xc2513733817a23b35a7319990d5a3e5e, 0xc2513733817a23b35a7319990d5a3e5e, 0x23f7d37fdfa6b9e392bbdb5e3eb648f19b91a452dd836c6d305329b2cdf73ce1, '', 0, '?'),
(0xe49535a33304aaf6bad67a6c6e3958ab, 'wp-content/plugins/elementor-pro/core/app/assets/js/index.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/assets/js/index.js', 0, 0x3daf5aeb16d774b8346df1c3c93c29bc, 0x3daf5aeb16d774b8346df1c3c93c29bc, 0x2746d4aef181fd675a29cd67781f7a71b8d35bdfc55abb0d086c8b3eb45a6f6d, '', 0, '?'),
(0xe498f43c5ec529490ac6f7471694c256, 'wp-content/plugins/amp/assets/js/amp-post-meta-box.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php', 1, 0x00000000000000000000000000000000, 0x70f8292a43bd371e7c81a04b71f6cdf8, 0x32c063e40a0bf6d2b35a0f42355ed044846155cac8b7e8362d2747ee63e946ef, '', 0, '?'),
(0xe49bdc205ef15c64bae806f060920546, 'wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/single-terms-query.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/single-terms-query.php', 0, 0xb06143f0169df92dc097100ae5269289, 0xb06143f0169df92dc097100ae5269289, 0x3ba4e074de89e19143fa60a115694b58f1bb8ccf3e9dd5bf2595dd0a992db72c, '', 0, '?'),
(0xe49f69f0fd8fa0cc741adc6fce61d389, 'wp-content/themes/twentytwentyfive/patterns/overlapped-images.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html', 1, 0x00000000000000000000000000000000, 0x8719cbe08d994efeec5cc669efbfe8df, 0x58dc9894335ec8a689ae802a17eef162cd493a36c4556b425c1fe8b811b8ad63, '', 0, '?'),
(0xe4bad881983b0a082a8fe6181e2ce703, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php', 0, 0x068e9b0855665ea0e0b9fa5ed8d3d28d, 0x068e9b0855665ea0e0b9fa5ed8d3d28d, 0xb2e04ab41228ebb1572b9472703ab36f55027b7fdb3a9fe599fcb898d1892d01, '', 0, '?'),
(0xe4bc79aa111fb1968d30b8f4d1ae3585, 'wp-content/plugins/wp-rocket/views/cpcss/activate-cpcss-mobile.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/cpcss/activate-cpcss-mobile.php', 0, 0x6c3ce522340808a12b168e0c55924f5c, 0x6c3ce522340808a12b168e0c55924f5c, 0x279e77a7c72c1c7e6e22e157a9c307bf253158e35ba438031860b4e71ff4fb41, '', 0, '?'),
(0xe4ca2c9afd6bcf4681212fe4e8452818, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataPlaylist.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php', 1, 0x00000000000000000000000000000000, 0xa4aec944995c3f4c6259be04b39628d1, 0x0e3c270f8f53b879a4392b7f6febad6eb1c009aa210ceafdcc5cee85256f2d63, '', 0, '?'),
(0xe4dbea7852d4a64a32d1ff17c0997702, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1690810710.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/js/dashboard.min.js', 1, 0x00000000000000000000000000000000, 0xfaf78de88df0d30cb009e93199d7537c, 0x1a82b53e5c3271a8aa04a30cd8baf348d316ed7428629557fa5d724442a9f735, '', 0, '?'),
(0xe4e483616cba1ae4d7f83588e29930b5, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/ServiceProvider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/ServiceProvider.php', 0, 0x4b2a566282b5b81164ede9e6a1441a08, 0x4b2a566282b5b81164ede9e6a1441a08, 0x787a3953b0b9df884d2c1f90d810d037528c60f39459d35aa3a9450fcf7cd435, '', 0, '?'),
(0xe4ea1fbf31fe5dc34d7cae4b1dd4465a, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfBulkCountries.php', 1, 0x00000000000000000000000000000000, 0xb0b1fca53b5d02e04d54e9ae8c16aa3d, 0xbf42162409db28965a8c1f84ea2da153583f5ae1f17d2032c79d6b06283235e4, '', 0, '?'),
(0xe4f00f0e0341106168faf6a4bbe3ce64, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_lol.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_lol.gif', 1, 0x00000000000000000000000000000000, 0xb76e7729d43c4a49182d020741285bef, 0x732b880b0d550032e4e5b323d71a817e15bc0f7adddd8068e873ee988dcc02ab, '', 0, '?'),
(0xe4f61b003087f9719fc48a4e792994d4, 'wp-includes/plugin.php', '/home/forwardbetcasino/public_html/wp-includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xf667d69261d4665809962ac45c654b30, 0x77d31a632e2890aaa8d5551f63990849f19f7379ffeb38f7ffeaa999c91a7e1f, '', 0, '?'),
(0xe500e13d27828304ed91628abcba97c1, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/OptimizationProcess.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/OptimizationProcess.php', 0, 0xe31e7cc319e9e37fa45162c38959926f, 0xe31e7cc319e9e37fa45162c38959926f, 0x236df6c62a7305c5adaad76065c521450717fb60d9b655c940286a226d4d6739, '', 0, '?'),
(0xe5037ff53eab30219446dfdfd15aa705, 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/preview-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/preview-manager.php', 0, 0x7dd87a8713ba8c95bf3af35bbdf1119c, 0x7dd87a8713ba8c95bf3af35bbdf1119c, 0x21ae0620d556ee3acf64e1b4f3ea4488e14b0bdee5e14c80805aa3064a057a2c, '', 0, '?'),
(0xe50437a480f02f44761e393112c26a2f, 'wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php', 1, 0x00000000000000000000000000000000, 0x8aa14c77f4df722be1ff0695ed6c47f9, 0xb9562452918559ace0d543431828dd9e373a214a35539e0d8318c815ae50ca37, '', 0, '?'),
(0xe5063d4e6d8e3e9f34347ed1b1676a1f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNexxtvPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNexxtvPlayer.php', 1, 0x00000000000000000000000000000000, 0xb502e91f317350625d8c47122b4b7ae4, 0xe2c61c12378f265a3a9f828e11be85b9fba8b96163b8192885b157d4c39a95d1, '', 0, '?'),
(0xe509e3e5828127dbc32f18ad1213b99a, 'wp-content/plugins/elementor/assets/js/atomic-widgets-editor.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/atomic-widgets-editor.js', 1, 0x00000000000000000000000000000000, 0x5111ec10085d2d273cc090e9089952ef, 0x2059bd75229a5d9e796d11bbdbe3726ce0e7757223d74f8bf2379f8868689f63, '', 0, '?'),
(0xe50a018a18d51e80042db099fc507506, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-4.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-4.min.css', 1, 0x00000000000000000000000000000000, 0xfc89ef149af01e94cebaac3bd0627192, 0x76c887dd807b4c1c185573414ea80a4950927b49ebc3d729d0e08d84c692cb28, '', 0, '?'),
(0xe50bb3f14a3e2675c8a7d3cb552975ba, 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/Cleaner.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/Cleaner.php', 0, 0xdc8f9b9f59a43ea8589e8c0f9a8f2697, 0xdc8f9b9f59a43ea8589e8c0f9a8f2697, 0x7110e8c2e19ebe4a33ec3340ad3ddd654d39477f7259044599270bee870e456d, '', 0, '?'),
(0xe50e44675473cf7d145a3d1af9b80c0c, 'wp-content/plugins/elementskit/widgets/dribble-feed/dribble-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/dribble-feed/dribble-api.php', 0, 0xa70a80a7ce1bfe4aa70700e2a11826e7, 0xa70a80a7ce1bfe4aa70700e2a11826e7, 0x2983a77cf13467dd1b7cb27faff3296e86ee315117d693da2c721bc0ca99d862, '', 0, '?'),
(0xe515b1efdbae2308ef0abf34bff5fa76, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_wink.gif', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerDefault.php', 1, 0x00000000000000000000000000000000, 0x31be411be87a888e903c5d5cf9cae9f8, 0xc701c40fde9c45b2465cb09333e4ed6837f4e2ce12aec610d179676f3b2e9282, '', 0, '?'),
(0xe519af2fcd74a05922635195d35b3b38, 'wp-content/themes/jannah/framework/widgets/comments-avatar.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/comments-avatar.php', 0, 0x512cfb185c3f76b44be75506abfc8a3f, 0x512cfb185c3f76b44be75506abfc8a3f, 0x8bdba05e5ab93736115f3fcb6804062a58d23103029cf226c077fa02da0cc8a3, '', 0, '?'),
(0xe51aac1830d52ba77d82b136f71ea720, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/OptionSubscriber.php', 0, 0x6db4c2ce54cc82823a1c237151df35e6, 0x6db4c2ce54cc82823a1c237151df35e6, 0x5846111e44f6fd871562dd5d14367fe4a747ebf3e3e97ae8a82e64d13c6cd14f, '', 0, '?'),
(0xe52318cfa25d42cba3231d47493b1734, 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/chart.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/chart.js', 1, 0x00000000000000000000000000000000, 0x316f5be8d12117f2467debb5eeb507fe, 0x5d77dfe651c884c6df5a7a46569dab41902f0ae738e2e5af338f0d0843322664, '', 0, '?'),
(0xe5270fd26046cc94cc7ed908c496939c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 1, 0x00000000000000000000000000000000, 0x43bffdf5d88de9cc30d02b438f84b285, 0x603e26136928c5b99b85821c4394cedf66ffeeeb2610f1cf12ec3e591322a60b, '', 0, '?'),
(0xe5272a90b20593d810ad93fb77c01ca8, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-type.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-type.js', 0, 0x1a89e0702c7cdae0cb24e5333facb96f, 0x1a89e0702c7cdae0cb24e5333facb96f, 0xb0f19c7066f7ad45e4ab0b3787363b468caa95ea7b9c54dc0b92e5633a6628a3, '', 0, '?'),
(0xe529a6e9b7ab9cca1267cca80b125214, 'wp-includes/blocks/loginout/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/loginout/block.json', 1, 0x00000000000000000000000000000000, 0x45bbaf5c83c6e3e1bc7c218f65cb9405, 0xa00f04eac82df992db8afc32a4bcdc51f611d866b68e5a4616c46087ee1c6e26, '', 0, '?'),
(0xe52e813c73e2620262920cd832bad40f, 'wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x4d2a65be76da57fa071a447146df1d4a, 0xafda275ad45a556d029924bfef48783ba37cb5130d52870ae0e0431f3cf38606, '', 0, '?'),
(0xe53526243551a102928735ec9eed4edf, 'wp-includes/js/dist/edit-widgets.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/edit-widgets.js', 1, 0x00000000000000000000000000000000, 0x84ead9205faab02148ad6e669fe2d383, 0xa4166e50ab0a2770b3ade75874516bcec2f4a8aafd5152d19b2cf297e4ff2e8a, '', 0, '?'),
(0xe53a05da5c6e4ab08ac5451896bfd821, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php', 1, 0x00000000000000000000000000000000, 0xd8340566bffafc271b3f92cd01531fb6, 0x0e4a4cb050893d1801c07f1c3c63332ba561aa1d4f1bd5979d1c9c451028d0b3, '', 0, '?'),
(0xe53c85d2c08e50ad3fcbb17155984a36, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-thumbnail.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-thumbnail.js', 0, 0x9895f07d9a426ab9d4581bea1f30b3eb, 0x9895f07d9a426ab9d4581bea1f30b3eb, 0x519570e557e7d39bccc52aeacf1758fbe72c118fde07808102242cf5f0ad7693, '', 0, '?'),
(0xe53cc2500e118d0cecd3ac1582fb0d88, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-file.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-file.php', 0, 0xdb1d6c3f3e41b253ea2259df854b6bcc, 0xdb1d6c3f3e41b253ea2259df854b6bcc, 0xf1f16c15185a50be24d6c65e52a2f2cbd63fee62cb57034d068dd1429e0a835b, '', 0, '?'),
(0xe5402e105c41a0077b3529712a8a6006, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php', 1, 0x00000000000000000000000000000000, 0x240634126574896d6a0b92dc70dc592e, 0x21af3e4dc7eb43d090350344d39fbd01633ff696222e1e25d3cb1dfb2f89d635, '', 0, '?'),
(0xe5422235fbca2b3592618a8f6951f454, 'wp-content/plugins/elementor/modules/home/api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/api.php', 1, 0x00000000000000000000000000000000, 0x3a05bbd8032b8eaa76031b92224865b9, 0x40cc026856f71a52ad3a6e4322cf2bc896d9838cb36fb1a3a6f3e076989bb078, '', 0, '?'),
(0xe5439ec7b413fae9b26b910b717b2e4c, 'wp-includes/js/dist/block-serialization-default-parser.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/l10n.min.css', 1, 0x00000000000000000000000000000000, 0x6ab6ae6bd910d522bb3edb221bd2aab2, 0x296a8017f6bdaf5406ad9c4400efa24d0cab33335f01649e061c30d423a63e0a, '', 0, '?'),
(0xe549bf29df823afe24a9ed220739739b, 'wp-includes/blocks/term-description/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/term-description/style.css', 1, 0x00000000000000000000000000000000, 0xc80a6f1a932a911103d31e97587165c0, 0x8f1b99398cc5a4550707248d5c7e03efcf117b5d7401b9be062d6d91c2ec90be, '', 0, '?'),
(0xe549dce4ee61ac2119b19b06ad6396b7, 'wp-includes/Requests/src/Response/Headers.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Response/Headers.php', 1, 0x00000000000000000000000000000000, 0x1df650fcd64cab9783c76cb3cd77ceb3, 0xa7cf18c5eb309f15e961f88b6d0483c12e2a62b81f33a400b7416879cca742b8, '', 0, '?'),
(0xe54d62cc11301507092598ce5096acc3, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInDown.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInDown.css', 1, 0x00000000000000000000000000000000, 0x068abb5d522f3f1771c1678847ea1dfc, 0xc2a7a1c5efe7e42618cca5ccd01c0273372d3898cc12ff44db021ad67589bf41, '', 0, '?'),
(0xe54e01e06543cd522c030d4620c6f665, 'wp-content/plugins/elementor/modules/wp-cli/command.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/wp-cli/command.php', 1, 0x00000000000000000000000000000000, 0x4afe7aa65a963903afbf76611ca4bf4a, 0xac5547527d6c6eb4752d5e649c624fa9e93e7137c8aa9b63b8971f87d2a23472, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe552abb90f71b12076f6da077a0d5055, 'wp-content/plugins/wordfence/languages/wordfence.mo', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/languages/wordfence.mo', 1, 0x00000000000000000000000000000000, 0x79ad610febdf3a604c8eb194dc06b54f, 0x976cc38d5c6443e43dd4972f1877ba283dfa47e14ef946d1a1967b2843632ac8, '', 0, '?'),
(0xe552cbe4353f922d2053a3065e4897fd, 'wp-admin/js/editor-expand.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText2.php', 1, 0x00000000000000000000000000000000, 0xde3f7894b96e9b2dd5271c907b064724, 0xa804a1492d26188a87edc18b78da40098443ed93b1d5bc91c026cd8f2bf62a14, '', 0, '?'),
(0xe557e51a307b6bea02cd881993cb89a3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAudio.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAudio.php', 1, 0x00000000000000000000000000000000, 0x28c639640bfde7a42f039f5b996e7d97, 0x89778b73026a500215bb98e2be0b152d51047af3102c3ea52eb4587490d88a2e, '', 0, '?'),
(0xe561880497fe8f21da2f5adde413687a, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-21.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-21.png', 1, 0x00000000000000000000000000000000, 0x3152533b603ded2fd518d4a707dc25de, 0xf490d21f494a70f72f355bb5afc649d9ed674b0d72382b9c0b4fcc68fd1578db, '', 0, '?'),
(0xe565c590c2faf4fcfd6e03b7859f41db, 'wp-content/plugins/wordfence/lib/wfView.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfView.php', 1, 0x00000000000000000000000000000000, 0x5b9edcbad10f2dcb864e0a995ccf6e4f, 0x78e1883251bf85ede06d6bd9ab4049465268d548757ec25238a8227aec4b34c6, '', 0, '?'),
(0xe569ada5f272b4d40d56054e6f6d4ea7, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/date-of-publish-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/date-of-publish-condition.php', 0, 0xe6e5ea74b9c55390ed6c03e893992a54, 0xe6e5ea74b9c55390ed6c03e893992a54, 0x977465c97c0ec3622d46d9b354fb5e9402447455ed9e8d3c2460fb23f1524056, '', 0, '?'),
(0xe569ef98f1de9087751f29dbf0d379ec, 'wp-content/plugins/wordpress-seo-premium/classes/views/export-keywords.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/export-keywords.php', 0, 0x33f7253c2a7b83515cef15433d584cc4, 0x33f7253c2a7b83515cef15433d584cc4, 0x7815aa5b3c2452d8bd70c1f66eb88bdee49deca9e4f599671f698d024ac63891, '', 0, '?'),
(0xe56a209642d92f5c40ebb4f059637428, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-1.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-1.min.css', 1, 0x00000000000000000000000000000000, 0x82eaadc47dcdb73325731ee4058397a9, 0x17b5e189fc31ad8148e7d28f01b0c59c79e6cc5ec1aefdf8761ac150e7da3369, '', 0, '?'),
(0xe56c81111f3f6b8ebc2169d17a44a71f, 'wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php', 1, 0x00000000000000000000000000000000, 0x56c6decd769db22dfa374d0a46dc2995, 0x06f2e3352f2515514c183978cb2d3714859b72bc0890ca7e6f7da05d5289fd18, '', 0, '?'),
(0xe56f82dff8ef3a6f4e0e70271b64b321, 'wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', 1, 0x00000000000000000000000000000000, 0xbea736e0ab93284497ae3422d978beec, 0x9de86656ba27bd4dd3e1b67c47c9af1f004d541b00a18329c67c5b07379a9079, '', 0, '?'),
(0xe570ccf217e2eee0ee1f7d5f23110521, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/times.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/times.svg', 0, 0xa8860be13f0da6a5292dee33f7cac7e8, 0xa8860be13f0da6a5292dee33f7cac7e8, 0x49820bd38f5046c9e4c5a7f2c9aec35b542e99ac135d60420dac9a06d1343a2d, '', 0, '?'),
(0xe57365feac9f0851727f5e54e8194bf9, 'wp-includes/blocks/post-title/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-title/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9e38cad80f587057a6d90d11897732f4, 0x7bdd293a6dce7b1c5e53da173fd76a0ae19038784a42d0cf0a7e29ac51347d63, '', 0, '?'),
(0xe577c5895a18d301bb2d909b0a95e372, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss', 1, 0x00000000000000000000000000000000, 0xd4084b8a631be41ae0b6b8231b1ad6ad, 0xecb310e2a97c4e179e00fcaf6136390201e2194188e731154eb8252b9ba0e392, '', 0, '?'),
(0xe57bd2800a6802cd27679e2930735c06, 'wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.js', 1, 0x00000000000000000000000000000000, 0xd1463860a23f95fa791a5857a6e27b81, 0x676163ad157d4a46e4186c5a96d7fdebfe6053748a9a4dfff6dbcfb50f633646, '', 0, '?'),
(0xe57fa1a8d3f38d60a906c31d3c172d8c, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0xb14a1a93c51b9cd136c611a392c79c10, 0x2e544cc3aa72a7b7b26342f0dd9152f478c01dbcdc90ef1b48e9ce7f87311366, '', 0, '?'),
(0xe58423976ece9010ba93eeb309bba3d6, 'wp-includes/css/dist/edit-site/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/style.min.css', 1, 0x00000000000000000000000000000000, 0x223865f1258e00e220de1e9983fc943d, 0x95e13fa1aeceaf18c9a38f396798b39ac9eaf47fb686933e5b070394c444fc18, '', 0, '?'),
(0xe5886b61b1a5e543ba6c4b7257edf81e, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x94bc0858fac01d969cce47b8edf2dbc9, 0x0fd5cc028f423198e40094d7d942d70fcad11857c882519a930c743e4dd04065, '', 0, '?'),
(0xe58b915f27e12205b8df3a0f1156c425, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/functions.php', 0, 0x3180cd08c7a35f2dcc2c416d8ebaf997, 0x3180cd08c7a35f2dcc2c416d8ebaf997, 0xa56fe7dc2129140c01b1acea100f7ab993c21100b80172a9a6f164ae70a4d5df, '', 0, '?'),
(0xe590d5fab035dc0831518a3f9e5fb5a2, 'wp-includes/https-migration.php', '/home/forwardbetcasino/public_html/wp-includes/https-migration.php', 1, 0x00000000000000000000000000000000, 0x621b64bc865e14b4716e02fac3cca02b, 0x507e3905880f38871959a087a2a7922a32e6142a9eb4a06add0669bbc5ad81b3, '', 0, '?'),
(0xe59244e96da1971ee7a95a6788d045a7, 'wp-content/plugins/elementor-pro/modules/library/classes/shortcode.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/library/classes/shortcode.php', 0, 0xe63c2a19515dccff0c08e8e6646af203, 0xe63c2a19515dccff0c08e8e6646af203, 0xcb8c5b7128ac140a49b371e9db3dee757185fcd97b97eaabc3cd6b4ca90f76c1, '', 0, '?'),
(0xe595432017b6eaf0a7186493bc3f6f78, 'wp-content/plugins/elementor/assets/css/conditionals/lightbox.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/lightbox.min.css', 1, 0x00000000000000000000000000000000, 0xadccc5462d6c473b9ecebbbd8801e926, 0xc04ffd0d917427c88157f09fe713ca5ccab58cb300a94d738d31224d35048127, '', 0, '?'),
(0xe59b6a10c116e1def3ecc414f15e8aed, 'wp-content/plugins/amp/includes/sanitizers/class-amp-img-sanitizer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1690810710.css', 1, 0x00000000000000000000000000000000, 0x2965edf466d523a160509e7e37c4146e, 0x2d6dedc67aeddc6ee04eca1646fb4500d1ad5c7671eb9d734c3f975a121ab2bd, '', 0, '?'),
(0xe5ac8d3146ccc4addd6c2a5c382904ac, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleDocumentEmbed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleDocumentEmbed.php', 1, 0x00000000000000000000000000000000, 0xeea283489910da20c8553348d0c8e5d5, 0xf00b56dd77a9d51a82dcd0e36bf8f4e80e14e361dd0f07f0cb31f4098da1e9f1, '', 0, '?'),
(0xe5acaa421144554c20be723f17fa9b30, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialog-delete.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialog-delete.js', 0, 0xaaa855a2bba7c6fea3d3ed41c55ff7ca, 0xaaa855a2bba7c6fea3d3ed41c55ff7ca, 0x3d144d5547296714c1cf5409202c7a68744e1d5bb75686630b9cbaf33ef91fcd, '', 0, '?'),
(0xe5b24bd8b98304f3ebb95e11c379e44b, 'wp-content/plugins/elementor/modules/atomic-widgets/base/atomic-control-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/base/atomic-control-base.php', 1, 0x00000000000000000000000000000000, 0x2cc2c3328f16fd9561e0d3c1217f1d51, 0x486839c70e341b6915bf50126224e7d7ad0f93311d83f1653de5b9ae281cb6fa, '', 0, '?'),
(0xe5b3b324bf20407a36a7006092d12faa, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/el.js', 1, 0x00000000000000000000000000000000, 0xa361d329db762ec582114596c18cc935, 0x71569c0879e0fe1fe19346f2938745b9a4c632db9f04186e304704779762d053, '', 0, '?'),
(0xe5b55a3f28e1fae9f898acfd2c434193, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/description-data-provider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php', 0, 0xf2ef72a63034b760c0888502c6e689d4, 0xf2ef72a63034b760c0888502c6e689d4, 0xf95dfc4a4970a2e3bafef4a2979bdcae7c0e43b5617dcc6dc5f0cd205eeaeeed, '', 0, '?'),
(0xe5cfcfd6a9269e494a76f4c06ba933a9, 'wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/workouts-integration.php', 0, 0x9ec439cbded97a0d247f6a7dff3614f1, 0x9ec439cbded97a0d247f6a7dff3614f1, 0x745afb5c49b1de7a1682c96993037753b172c0878f58e4ff8c3b69171886f595, '', 0, '?'),
(0xe5dc18b4ecb0f2d2bb397c99f28495f8, 'wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessFewcents.php', 1, 0x00000000000000000000000000000000, 0x8b35d1fc5fb779f64c0638a21dd0de15, 0x9e29a110e30a6566c907a75df4c97db6ced0a34093259df829c3c1dd47010af0, '', 0, '?'),
(0xe5e5085b7d8c6698f26054ca5824879b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoElement.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoElement.php', 1, 0x00000000000000000000000000000000, 0x2cb8c2ae212458851a71ac814cdb0d40, 0x43359f917ec7881b93b494d4feaa9603d712ddc3260593a34e413e1d11a32b54, '', 0, '?'),
(0xe5ec71cd2aa6a50cd33573bf660caaba, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/autoload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/autoload.php', 0, 0xa1b8d724a2ded683a1128cc8c7d323bc, 0xa1b8d724a2ded683a1128cc8c7d323bc, 0xc8cd799453725c6ae7ee97db77a48caffd624b567305919ed4835f6be0820409, '', 0, '?'),
(0xe5ef946ca63074444aa0de4e650efb54, 'wp-content/plugins/wp-rocket/inc/Logger/Logger.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Logger/Logger.php', 0, 0x20ca410b1015e85b2834c7a348774c10, 0x20ca410b1015e85b2834c7a348774c10, 0xfcacd8f6dc9d9b4508a4e345c8e78db21df21783dd1e520fe548f0fd598e8770, '', 0, '?'),
(0xe5fecac82666a93e743132bc301f88ba, 'wp-content/plugins/elementor-pro/modules/loop-filter/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/module.php', 0, 0xed929f2cdf88d934b6063f1d5d8febd5, 0xed929f2cdf88d934b6063f1d5d8febd5, 0x24757e08c4ed3d3b64a763cfc276c3f26c4fafb25b31fb96a769eb720e9e0faa, '', 0, '?'),
(0xe60058acd0c12549b1bdc772d33cce91, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpRuntimeCssConfiguration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImage.php', 1, 0x00000000000000000000000000000000, 0x8e96b57bc95e67897955b3d2b48180b8, 0x45a3b06945d27e9218b59d9ec905ec4837810c2ca5dcd19c859ab23d171f23b2, '', 0, '?'),
(0xe60c71d8b5df74abc7ec97cc5c69dc76, 'wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.js', 1, 0x00000000000000000000000000000000, 0x04ac3b4c665d3f4b997f6719a916bb21, 0x76b5d97ddb0e73feb05d97aa9776cd5ccf6fd4ddd754d9b2c5572feb30f8cf76, '', 0, '?'),
(0xe60df2625cf19989c4c98db21ac412eb, 'wp-admin/edit-form-advanced.php', '/home/forwardbetcasino/public_html/wp-admin/edit-form-advanced.php', 1, 0x00000000000000000000000000000000, 0xe20570fe58fe2dabc3384abf474b94ce, 0x88afe2ff57d2567643cf93af1244d89d3fe540ed4fafcbdd7ddd8fcb9142efd8, '', 0, '?'),
(0xe61519afb0ac619dcd93348b34d4924c, 'wp-content/plugins/elementor/core/editor/loader/v2/js/editor-loader-v2.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/v2/js/editor-loader-v2.js', 1, 0x00000000000000000000000000000000, 0xb524da508dfdc3a2cce9285d67bf7822, 0x00d0b442b2a52a9fa613ed154d18f85647d96319797b0de685403c38c52fe0cc, '', 0, '?'),
(0xe61ac41a890cc3e30546fc18ff38e0b1, 'wp-content/plugins/elementskit-lite/languages/elementskit-lite-ru_RU.po', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/languages/elementskit-lite-ru_RU.po', 1, 0x00000000000000000000000000000000, 0xd4632a46ddfbf4708f65cf394668dc4e, 0xa8fe00aec5f15883b7ad4d8a0f661e572322f4ba2142e904ba255bff4d28e1e8, '', 0, '?'),
(0xe61f7f76d19f8e4803a8fdcb7f351725, 'wp-includes/blocks/site-logo/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x39925e706d1e319a917f25771a5e36e6, 0x38a8981f26188fb6a132c034a6483ca2527e263c6f39db2ce641eb7ef5a87c84, '', 0, '?'),
(0xe6209395f21215cc601a0b72819beb77, 'wp-content/plugins/elementor-pro/modules/gallery/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/gallery/module.php', 0, 0xa54c73b9a83117763e41e08d67f815ee, 0xa54c73b9a83117763e41e08d67f815ee, 0x4eebba6997ef4cd10363e52240cbe3967f1fb877510a1076c495221b109d797b, '', 0, '?'),
(0xe628f55eea643750967e87181b793161, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/search-results.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/search-results.php', 0, 0x4df05ed75e198312e8a725c424cd9d23, 0x4df05ed75e198312e8a725c424cd9d23, 0x6c3815c3b31f1fa1c57f5fd7c1d291425c42a80ab76e6250aff9de82ded3f933, '', 0, '?'),
(0xe62b821ef9ab2ee2f8c765161046abc8, 'wp-admin/css/dashboard.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/go-pro-promotion-item.php', 1, 0x00000000000000000000000000000000, 0xf230229f93470f81cddbd4dcefda4009, 0x3786e8831c0f2980c1fdc0d05e0e57a9d864684a3f7de69c68e05f450f4996fc, '', 0, '?'),
(0xe63965baf2d06b6bf652ca6f9786fe53, 'wp-includes/embed.php', '/home/forwardbetcasino/public_html/wp-includes/embed.php', 1, 0x00000000000000000000000000000000, 0xfe790f3f75dce28bf9442f98eb9e6d81, 0x733dfed48a49b86191585bb2ac8d0563d2ca0b7595c07fb8e8df74983635b0b6, '', 0, '?'),
(0xe63ac8e5b0219f2390288d42a29f9a73, 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php', 1, 0x00000000000000000000000000000000, 0x2148d7da526b032b338484a2015778f0, 0xdf16ce80f662a66887aecca9734abf9672548c7591071b2c2ad62ca05dde8e42, '', 0, '?'),
(0xe646ea883a199fe2c5554686f0978c3c, 'wp-content/plugins/wp-rocket/views/settings/page-sections/media.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/blank.gif', 1, 0x00000000000000000000000000000000, 0xc9fd1cfbca9f678ed068ed6b4bbeb666, 0x3e84f845ef47c5f34cf30cb4204513b2f29a4a519187f47ccc4290c090696acf, '', 0, '?'),
(0xe64a7e5f6fb866996bb3a8f6f3bacf0b, 'wp-includes/js/wp-embed.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php', 0, 0xc21634640ca425cfeb1a266505a6de1e, 0xc21634640ca425cfeb1a266505a6de1e, 0x5c493456d31885161c92c0612507e6c2763ffd39a9652c4dda737f8b3aa98c84, '', 0, '?'),
(0xe6774f08583b77dfbe5a2c05b85ccdee, 'wp-content/plugins/amp/src/Infrastructure/Conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Conditional.php', 1, 0x00000000000000000000000000000000, 0x59c1b937c44919590a95f984c5e6da90, 0xb332e5290d3cbf4f4f129671a21f3f5f67da8144bd675595f4f51ba8e1031afc, '', 0, '?'),
(0xe68234e6ea783b4d95458a44d92653ac, 'wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php', 1, 0x00000000000000000000000000000000, 0x0b0b88bc2c422230861db31a99bd1a44, 0xa1695593492380472284620cf9d5d47d6ce40195e3aad79c62d0acd5a041894d, '', 0, '?'),
(0xe6833096a623cca20df8a7a14b957ccc, 'wp-includes/html-api/class-wp-html-decoder.php', '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-decoder.php', 1, 0x00000000000000000000000000000000, 0x056f3467b0fc6cb65d142f1c9696e42b, 0xd256b228c229c5fc37beb029cb4769b78c4d7baf3d247f973bd7a1c9a369ad9f, '', 0, '?'),
(0xe69148de33724c8680653cc0c219f149, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/functions.php', 0, 0xf16e760f79c56f4660da1a6edf4ed23c, 0xf16e760f79c56f4660da1a6edf4ed23c, 0x8a873eda90e5fefcba62d6ebaba5bb6f9f7d19f714e5ab8cdf30f75f00e169a9, '', 0, '?'),
(0xe6959c617d42b244627ad359e001451a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php', 0, 0x50e8b65e24d4deb0a24cfcc7504019e0, 0x50e8b65e24d4deb0a24cfcc7504019e0, 0xbd1122b3b186b78cd3396844fe0feac6bb50eb709c50b1744dd29c48c0555276, '', 0, '?'),
(0xe6a339fae00efe232b8dfb2eb11fa1d8, 'wp-content/plugins/amp/assets/js/wp-polyfill.js', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-polyfill.js', 1, 0x00000000000000000000000000000000, 0xcf48f4a482688df92ff19bc1616e4362, 0x1988d3b94051c81b911340fdf30ac8792323792279474b8f10049d64d12ab930, '', 0, '?'),
(0xe6a44f734cea7fed1e630dae57f82c9b, 'wp-includes/images/media/code.svg', '/home/forwardbetcasino/public_html/wp-includes/images/media/code.svg', 1, 0x00000000000000000000000000000000, 0xcacaf34d7652a6ec241bc245cc5e2eaf, 0x93facbb264f01487f06e9366ae114e929852a6e7a0e66e25578372d00aadb6c1, '', 0, '?'),
(0xe6a509e03fc556bdd17c02b02c49aee5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php', 0, 0x281a7fadae220267bb9f09905e3130a7, 0x281a7fadae220267bb9f09905e3130a7, 0x0cfbf0cae3aa0f3b73a786fe7045d8a17de29163b3ea96881a391108f496e135, '', 0, '?'),
(0xe6a798baee37dd5ef4bb1362b30822b3, 'wp-content/plugins/wordfence/images/back_disabled.jpg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/back_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x68d901c2d467d8faef69eee30406863e, 0x8ee48f9b084ef337d367ce8bc43fec4662217d84adddbfb0dd43a803ade9b387, '', 0, '?'),
(0xe6bc67acec77df8dfc686df797d541fa, 'wp-includes/blocks/freeform/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/freeform/editor.css', 1, 0x00000000000000000000000000000000, 0xf3a0b45981e112fa9053aaa9a18c2811, 0xfc4178cfdc3c1f855d8b37270dca1a2f1f6f7a01dfb9b7ef117ad7e839810b91, '', 0, '?'),
(0xe6bf79a76c9a8073f3a7553ec23cf2e1, 'wp-includes/css/customize-preview.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/customize-preview.min.css', 1, 0x00000000000000000000000000000000, 0xa8cd62ed8b1280c85362c67395ae1f22, 0xdf8c89d949f952f05cc4b90311d40565a3b87a33dafc51734395c1bed7510688, '', 0, '?'),
(0xe6c31511b49865d295f7688256902280, 'wp-content/plugins/wordfence/views/options/block-controls.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/yoast/whip/src/Interfaces/MessagePresenter.php', 0, 0x8529d52a900935b6d0502dd0604f646f, 0x8529d52a900935b6d0502dd0604f646f, 0xb46da41855da00bb4501952d080c992b74bcc5af28bfa8a6f48fbafdd42ada9e, '', 0, '?'),
(0xe6ce57fbeac322fadaea01536b073acd, 'wp-admin/images/align-center-2x.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php', 1, 0x00000000000000000000000000000000, 0xf8cc1daed94a0e987381d306c799f942, 0xa5b24552a0f44a1862c61fc8b8492216caec74de5d2c98715014fe317f5c6644, '', 0, '?'),
(0xe6d95b4c32409c992abbc28282f549a7, 'wp-includes/blocks/comments-title/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-title/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x20df5d43da21d17c41d5174a4800feca, 0xf89e6620299843dabe1c8a4b47c01aee439e03b0c7f4c5a5204c99b90770e4b5, '', 0, '?'),
(0xe6e2a3a3f44de54fd716baeeef8355ae, 'wp-admin/js/editor.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/editor.min.js', 1, 0x00000000000000000000000000000000, 0x6d8123cea5d0c45b8d3dcb3203f4e740, 0x5189302b556ed88ba964ded37fb96dec9ffdcbada226a33c2ee732778d1dfd4e, '', 0, '?'),
(0xe6e569a0435104a499d9ac2d38fbb4da, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php', 1, 0x00000000000000000000000000000000, 0x66a37e94044cfc7bc867a116dd0a2118, 0xf215657336712301236bcd092ca55c675c2029ea85650ea9a110637d7a029923, '', 0, '?'),
(0xe6e918bc228c4c4a31ec43344e44f710, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', 1, 0x00000000000000000000000000000000, 0xcd70bbf22b1c582d3bdfa8798e44b06a, 0x7cba5cf576a847f8e53ec8e7a9d7b44bef5740dfd17ff64d5293c051805185ce, '', 0, '?'),
(0xe6f7b5c8c23b9f579ce38eeca1cd6ca5, 'wp-includes/js/dist/deprecated.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/deprecated.js', 1, 0x00000000000000000000000000000000, 0x6bcbd9c2132e6e682ca76b2524302839, 0x435fbbac3bce8be5fa1b260240ffef6a76b9940267676f1ae6be171e3808aa31, '', 0, '?'),
(0xe6ff3eed381a0b081005ff2aec990094, 'wp-includes/blocks/comment-reply-link/style.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/AdvancedCache.php', 0, 0x544bab38079347f9a7f48bb615753c59, 0x544bab38079347f9a7f48bb615753c59, 0x87618b42e022d6f25fbdbe86fa201c895b7324569b65e99bd55d4aa84fdbc398, '', 0, '?'),
(0xe7094f7497f0627f639d0f18e69e36de, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/functions_include.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/functions_include.php', 0, 0xe152cff63dd80fd0f3171b6c65934b96, 0xe152cff63dd80fd0f3171b6c65934b96, 0x3f6fdc749763e1febc8b3bc902d110a18ff302800487284081121abad76a42c4, '', 0, '?'),
(0xe70eec518ae58acd6fea4350deb6e39a, 'wp-includes/blocks/navigation-submenu/editor-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/number.php', 1, 0x00000000000000000000000000000000, 0xb9bf0912f597dd37c00337da296dcd84, 0x589db2c9226f278630eaf62e65c24930c790606b71eea23b6447cfa332d56e37, '', 0, '?'),
(0xe7150efe4701db09e99d7a8d06cf2c7f, 'wp-content/plugins/elementskit-lite/core/build-inline-scripts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/build-inline-scripts.php', 1, 0x00000000000000000000000000000000, 0xbee046ec02f32ac64ba2b9fb75f15dfc, 0xcf7c29556d72bb05a7679bef9e4a5239c8987707c414e274e8655ff82acff6cb, '', 0, '?'),
(0xe715b6500d83efadf71d12cb5cec08c0, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/application/integrations/integration-information-repository.php', 1, 0x00000000000000000000000000000000, 0xe14fcea47a2ef675eaa0ca3b12326b09, 0xd5bf98e74f4449ca80de738fbe4fc3320ab69dcb50cf1de34d323cd892ca55be, '', 0, '?'),
(0xe71e1622d5c6a181fc9f173776732bf6, 'wp-admin/includes/class-pclzip.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-pclzip.php', 1, 0x00000000000000000000000000000000, 0x42e0d8dd66070f213a8e2f3d6cd795ba, 0xfe3341f0e2979ef833a950388e2d9a7bdafcd323191595b789b1960cc9dd7056, '', 0, '?'),
(0xe72a4c01e8ecf062094ee76637010f86, 'wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php', 1, 0x00000000000000000000000000000000, 0xf015459e248463e098d2bbb9ecb7f5de, 0x4f4cb2601eafecb3bca6071d1827e15dde278fd1a926e1e4f1e3595cb0be820a, '', 0, '?'),
(0xe72e9d0a077a1ba0ff5c479f15a9d067, 'wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php', 1, 0x00000000000000000000000000000000, 0x929a8edf39862052e1a667be0f7c218b, 0xfd6fb0e388ac70cc3cc7df3b007634885276df76118c26c43dee7e1ca0ff5f4d, '', 0, '?'),
(0xe72ebac6cd25fd44c74449d6f5147e30, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/UserRefreshCredentials.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/UserRefreshCredentials.php', 0, 0xead25c299a4b2dd445a282c551fa258a, 0xead25c299a4b2dd445a282c551fa258a, 0x4bbed6c27362cb2df8066fc1f23955c49cd515f4d6f5750aa80636b815721d50, '', 0, '?'),
(0xe7321a16f089207b44b75afd82b82d1b, 'wp-content/plugins/wordfence/fonts/ionicons.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/ionicons.woff', 1, 0x00000000000000000000000000000000, 0x05acfdb568b3df49ad31355b19495d4a, 0x2aa1d75c26bf74e4ada80e5c08c309675416778fb089b5af2cc63183a91f7fa2, '', 0, '?'),
(0xe7367141799373368f2b664e3be65115, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Invoker/DefinitionParameterResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Invoker/DefinitionParameterResolver.php', 0, 0x6bb280a02cc6571099803dea4572a965, 0x6bb280a02cc6571099803dea4572a965, 0xf2e6f8c70c8e68012b4aeb95c1b1710d6409bd89cafc5dd404a8eb0dc477a789, '', 0, '?'),
(0xe73f2f0f5823b7386576ff7102869b11, 'wp-content/plugins/wpseo-video/detail-retrieval/abstract-class-wpseo-video-details.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/abstract-class-wpseo-video-details.php', 0, 0xe873858aa1e44fcfbb80ff7b819137d9, 0xe873858aa1e44fcfbb80ff7b819137d9, 0x56fb34746ac84ccba2c898f0085d7a2ea5a73ddd63afb8bf6594f54b22fc0e84, '', 0, '?'),
(0xe742db455b0957e789024a91e7ff7d33, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_LogEntry.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-widget.php', 1, 0x00000000000000000000000000000000, 0xbf3286a6b95db0a2534b37f0a8b24c59, 0x0b2e750d2f62844fe42122b867e3694fd2878bc56b7adbf574e9e3fb7e8a8d37, '', 0, '?'),
(0xe75983355feb67795e797893330aa147, 'wp-content/plugins/elementor-pro/core/utils/abtest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/utils/abtest.php', 0, 0xd689306ca86d8af2568370439f3169f4, 0xd689306ca86d8af2568370439f3169f4, 0x317f22c9c42dd6bcc1f6ca6791474a18b88b8ff885d83f0c321d3ddd399fade6, '', 0, '?'),
(0xe75cf022a74d2ff2e36c1a78b1d69a1d, 'wp-includes/block-supports/block-style-variations.php', '/home/forwardbetcasino/public_html/wp-includes/block-supports/block-style-variations.php', 1, 0x00000000000000000000000000000000, 0xc03d95043dc607e97349c473a0e053d0, 0x2f6c05d37d4f83e177ee3dbf2bd421fa0738e8e00e410282f796cb7d4e27d0fb, '', 0, '?'),
(0xe75f7d176be3e62503d5e142f19bef0d, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/functions.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x186f14f236a619e0cb850bedbf04e6d0, 0x2207727287f0f4c14bac1308310d92641a3f416044215c9d874f057d3af058f1, '', 0, '?'),
(0xe76b851eb973a9b0a46157e42adb66ed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php', 1, 0x00000000000000000000000000000000, 0x162ea00808bf5b26fc0ff6134c1946eb, 0xe71876e73d25998765c676cad77a9281ae050de5d8725530a35b3668c643cd5e, '', 0, '?'),
(0xe7788dce94294e5833752f408c3459aa, 'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php', 1, 0x00000000000000000000000000000000, 0x12207f27fbc127a6b37b7deecf348a8c, 0xea4e6392261e2089aac474cbc464ce6e1421fcc92bc97b5775ebcf301868cd0d, '', 0, '?'),
(0xe77a5000b70c95a572de23cf2206af8d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordionSection.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordionSection.php', 1, 0x00000000000000000000000000000000, 0xb85ad13f23d9f0c7d475de61a83c9807, 0x1c3843f7959ad8ce953fe071e4df861258c3943a057410c5a8ecf1160acd63bc, '', 0, '?'),
(0xe7931ada73f52066f1c29e91dc8a8a74, 'wp-content/plugins/elementor/assets/lib/animations/styles/tada.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/tada.min.css', 1, 0x00000000000000000000000000000000, 0xc4849afd1bd2e6c156ef24796bb3dd98, 0x802ab52990d38b29b90b70a2ad7fd67e3d158010cd0191c6b93eca0eb9c5bb13, '', 0, '?'),
(0xe7944afaa1d19165f70d586494d424dd, 'wp-includes/class-wp-customize-widgets.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-customize-widgets.php', 1, 0x00000000000000000000000000000000, 0x2535024137766a6d1a35f9ed4f2abfc3, 0x0d0d122f178613091959530e179b48beee3c89714e33690d48b47c8da2a524aa, '', 0, '?'),
(0xe795b2f88ab22a097a2c1b6c38d8811f, 'wp-content/plugins/elementor/includes/editor-templates/repeater.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/repeater.php', 1, 0x00000000000000000000000000000000, 0x10f8ef2cc03858774be85fa05f843e46, 0x6c7ffc428a4fe057c0e6bd3f63a55c848254c0b37d1fe936d3fb5c4ebf823fb7, '', 0, '?'),
(0xe79852c004d65524383803a282e86a48, 'wp-content/plugins/amp/assets/css/amp-site-scan-notice-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/social-links/style.min.css', 1, 0x00000000000000000000000000000000, 0xfe78d02067ecc6e591e4e8a8914bbcdc, 0x95e752e5b67cb2a9664ec6f31ae4697144ac56650d0a0aa5111fb395b121d977, '', 0, '?'),
(0xe79b34bd4b412912152c984be651537c, 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/neve.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/neve.php', 0, 0xc7a17fd6330c22619208ee883f52f482, 0xc7a17fd6330c22619208ee883f52f482, 0x6eef479d2515fedd6835286e03eff7bf2989083f0970585824732747375a060b, '', 0, '?'),
(0xe79b7e9de9fe83b21eaba239fed2da1d, 'wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg', 1, 0x00000000000000000000000000000000, 0xe09d438adae4cb8d4a110bcaaf74c94a, 0xb6a9ffea6d37b41bc25fdd21ef91f7b45d7bd0f555c5adda40ea5337572ca93f, '', 0, '?'),
(0xe7a1d2984722818c3a30f65cf94b4823, 'wp-content/themes/twentytwentyone/assets/sass/style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/style.scss', 1, 0x00000000000000000000000000000000, 0x755dde842d48219e7ce6978d7e4967cb, 0x6bd4a8150a4184aba25258287d26dc8c0acd6cffe8284194d8353c028ef3e5aa, '', 0, '?'),
(0xe7aed7d62bbd1038a41d9a6c3f7e956b, 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/ServiceProvider.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo2.php', 1, 0x00000000000000000000000000000000, 0x263ae3e7d1726be89263818acaab41e5, 0xe19692dc53f21791ed6db9d31d4ea0d61af23f82c7f3c6206f5b9f21858a6025, '', 0, '?'),
(0xe7b96b4eedb73e74f1e42cf5d1ecfda5, 'wp-includes/blocks/file/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/file/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xc510142d8d113e5a8d519c1a8652acd9, 0x283a8e75bfc057d26ee7515255f667f6a3cf44cc83e78a06095e4c276d98e2f7, '', 0, '?'),
(0xe7bd3601c45369efeac70dd9846e54db, 'wp-includes/blocks/comments/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x13ea577d493ed795fbb0c3039478b5e2, 0x5b10f7be864ac8105776291e403171b8494f3a9105b5441f78e0eb318298333f, '', 0, '?'),
(0xe7bd5593a2a81e7a1ac9b8a19fee879a, 'wp-content/plugins/wpseo-video/post-analysis/abstract-class-supported-plugin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/abstract-class-supported-plugin.php', 0, 0x937ae7d53f16a2986acc433216ef049c, 0x937ae7d53f16a2986acc433216ef049c, 0x53be754eb02762ea6900122222b1f91ba940825fbb4e8bf8d7f879775ea4df50, '', 0, '?'),
(0xe7be8aff981adeb3a154112affe238a6, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php', 0, 0x740987efcfcb6d21acd47e415ef35391, 0x740987efcfcb6d21acd47e415ef35391, 0x12aef7852302f88a4c11133f13fb164f4d3672cd2f575fa00b7e1b95b9a4a6fe, '', 0, '?'),
(0xe7c05fbd33e4ceb423c09882347ba346, 'wp-content/plugins/amp/includes/settings/class-amp-customizer-settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/settings/class-amp-customizer-settings.php', 1, 0x00000000000000000000000000000000, 0x04250eba19411ec2d97f3648160378bb, 0xf1944d8c78f80eee6dc44c2dc52b27a99e0adc7dba23287f143cdf264bf1612d, '', 0, '?'),
(0xe7c3d54bff679bd0e5876f1b23e71330, 'wp-activate.php', '/home/forwardbetcasino/public_html/wp-activate.php', 1, 0x00000000000000000000000000000000, 0xd08029209367f69dc571b761fcc0289a, 0xeb01987e68bb983a77040b7cc8dbf1fe3ebe2326cb8046ddc7759b48f1ac03f3, '', 0, '?'),
(0xe7c589fb0969e0f690bf2f051517d0ad, 'wp-includes/formatting.php', '/home/forwardbetcasino/public_html/wp-includes/formatting.php', 1, 0x00000000000000000000000000000000, 0x0296a3a49a5d83c28dcc0374fc0e5551, 0x691fb2d90c9b72027f4d4249edadeff8a2e7b4b61b9aebd836f84e7d003cfb0f, '', 0, '?'),
(0xe7ce1fe0b5d8b31bbdf322b8a2c33586, 'wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2400.css', 1, 0x00000000000000000000000000000000, 0x5f961592b0bad9f3e6df3e652bd5217e, 0x1e1a8fc77af2b75b7abf2d49407fdbca116c707eabcbe3d50f54d0673cab5753, '', 0, '?'),
(0xe7ce90a8c5263e42b5d4c5feda4099c2, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/vertical-header.php', 1, 0x00000000000000000000000000000000, 0x8f91b3c14057446534b68d4c1f4988fe, 0xfaed956c8c554b141d6d2adf361522af2055b59bea10d5a923586f9b276a4fea, '', 0, '?'),
(0xe7dadd4cb32e641544041d76ec12f905, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', 1, 0x00000000000000000000000000000000, 0x2c96269b317be80034aa48d81f9e2ccd, 0x2b0ed33da8f99fc4fede15dcc9b15b147f320890b6c8a97ebf3c6faa6368cefe, '', 0, '?'),
(0xe7dcb701ce8a7565709471f50a67e491, 'wp-content/plugins/elementor-pro/core/isolation/wordpress-adapter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/isolation/wordpress-adapter.php', 0, 0x20d79f6dd857acb56feb6eb41c5b74a3, 0x20d79f6dd857acb56feb6eb41c5b74a3, 0x2455c8ace32936f184c48ad67e3e781de8fe2800eefc1f76e285f00d968957d1, '', 0, '?'),
(0xe7dde29feabfa97bfe956ec67ff650f7, 'wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/colors/blue/colors.css', 1, 0x00000000000000000000000000000000, 0x0b9d6ef07917e73eac171c5ed438f908, 0xd37a2c794ecece9566ffd6412db5cfc16cbdd6b502cbdc07fe101123696445fb, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe7e55b9819d7b3c251f04596db776f27, 'wp-content/plugins/elementskit/widgets/stylish-list/stylish-list-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/stylish-list/stylish-list-handler.php', 0, 0xbfb78130659a75c038d1359dde45e04e, 0xbfb78130659a75c038d1359dde45e04e, 0x2a23b398bcd80929951a038df27e65a7ee5bc5e99459ceb081ebce704e4be315, '', 0, '?'),
(0xe7e7517a52f880fd66943b4f295b827a, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BoldItalic.woff2', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/terms/social-data-provider.php', 1, 0x00000000000000000000000000000000, 0xe42443f05641f8eaefebf1d85aa2e6d6, 0x0f49f4485ed10c55911f0f01fe859af90944a7ccce281b9cf1ad3b6e60a58c9a, '', 0, '?'),
(0xe7f7fd683c014f115b9b1bf5f7fa02c0, 'wp-content/plugins/wp-rocket/views/settings/fields/import-form.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php', 1, 0x00000000000000000000000000000000, 0x083507261c48e54aee8befee98bff6c6, 0x47b6055751654e7e54bab44548c1cf73c86ac4e28e70c422b8056e8a8c84c6ef, '', 0, '?'),
(0xe802a818c3b7916724eb94f54de273df, 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/workouts-2340.min.js', 0, 0x13ceaf0defe38f7378df94e8485be1f1, 0x13ceaf0defe38f7378df94e8485be1f1, 0x1c9bbe80f254874ada15916c15ff283c770bddb4a3254fca8e43f5dbb80d8eac, '', 0, '?'),
(0xe8075aad8f4d91fa70785cd68799f54a, 'wp-content/plugins/elementor/includes/widgets/counter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/counter.php', 1, 0x00000000000000000000000000000000, 0xd6d46995a8af00468af3e1fedda5873e, 0xeb3ba6d5d08ee83a06fbd7289a2f445b1101a1b4521326599024e75dfc71fa80, '', 0, '?'),
(0xe815edba6650266a4f57b0eb7f7233fd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php', 0, 0x5f9da69463fbf6b14f0b2e81287eeb40, 0x5f9da69463fbf6b14f0b2e81287eeb40, 0xe868eba9480926e4771a7d62646457038d39d36096171b74773794621c60f71c, '', 0, '?'),
(0xe818b817db7fc92ce82fc0517a2f0c37, 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-transformer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-transformer.php', 1, 0x00000000000000000000000000000000, 0x39084141bd918abb231c0a6a0a1412ec, 0x8d57ec1db535a8e5684a6ce1602d36977b7c8524abe1a7e654044f2e033fc13f, '', 0, '?'),
(0xe81bf5d7963f1bba344e892d0bb80c13, 'wp-includes/Requests/src/Exception/Http/Status417.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status417.php', 1, 0x00000000000000000000000000000000, 0xf3ac936e4cbf85c12ccc5578a3d1cd28, 0x400276b10841ba04aa5ab38f37c817c4c358b542ba2dbfbb256f759f68d73570, '', 0, '?'),
(0xe81fff0bf4995ee6d8737c77a64cc307, 'wp-content/plugins/wordpress-seo/src/config/researcher-languages.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/InvalidArgument.php', 1, 0x00000000000000000000000000000000, 0xbe0bb752251cba0fe639482619469992, 0xcf4c62be177615fddd475a9c08a76a27acb0b28b3c4b23b74a99a5d19353e9f5, '', 0, '?'),
(0xe825799d3e7d48c3166f14dae6fa2836, 'wp-includes/js/jquery/ui/core.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/core.min.js', 1, 0x00000000000000000000000000000000, 0x8fbc22c79d40119dde9a5d16897002b9, 0x196e2b5fa13f5bb3634d0d3be638fa5d5d2f55a6d40b14e122b97d0d49f22f36, '', 0, '?'),
(0xe82ba5214a8edca7315ffd7fe1370bb6, 'wp-content/plugins/wpseo-video/detail-retrieval/class-archiveorg.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-archiveorg.php', 0, 0xbacae59096caf3cba451f2a4d5e2c5a3, 0xbacae59096caf3cba451f2a4d5e2c5a3, 0x55f13d3c21c889e578cefc7cfdfd8b998666ee899db5654786b3e11c87722ea2, '', 0, '?'),
(0xe83042c509e4d71e10582e892951d622, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/module.php', 0, 0x54be8a783c1c4fb3b150517e110d7a94, 0x54be8a783c1c4fb3b150517e110d7a94, 0x91714956cf71d90c396f6294140828044eac2d6b62739c864b0784768a85ce81, '', 0, '?'),
(0xe834bcbd9acf74962c41518beacbb941, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DeduplicateTag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DeduplicateTag.php', 1, 0x00000000000000000000000000000000, 0xf2416eabe77356bef385a8aafa8ef9a8, 0xce92c4658e3bfcea244e77413de84e4096af0dd4dd592482f9faafb07a5cd9c6, '', 0, '?'),
(0xe847fd05bf79999f5a13d56fcb7fc90f, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php', 1, 0x00000000000000000000000000000000, 0x96b240de2b9100a4b095be0daa0dfd22, 0xd7dd687efd43a27c5a65e75c2df9da82c957afc82715538eead25d36f8e78fc6, '', 0, '?'),
(0xe85307484c656e0f50ee7137bec48d89, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/quote/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0d1c01ce355fe07e04077c636efeb609, 0x878ee3491dffb945363ba557f4263e9e8f3c00de6360250a15cc706a7a6b5475, '', 0, '?'),
(0xe857d83cc0928e2920ced7629bce48e8, 'wp-content/plugins/elementor-pro/base/base-carousel-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/base/base-carousel-trait.php', 0, 0x9880f6ca5ed30399f10b70b435d369b8, 0x9880f6ca5ed30399f10b70b435d369b8, 0xa62b5b3f46444746b3b6ab791916c1ee522256f568e355f9d7c381ddf892afbd, '', 0, '?'),
(0xe85dbc187fc1badf90e8973ecb7bcf0a, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php', 1, 0x00000000000000000000000000000000, 0x071e2a4b067d1d1599640bc1ca41a635, 0xb2656d3b9dd25ff46a34a607cf3b237b36d9f36072d270f047809a2547cf3818, '', 0, '?'),
(0xe8609c44c24eb027689eefa0f8b89364, 'wp-content/plugins/elementor-pro/modules/flip-box/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/flip-box/module.php', 0, 0x8d09eb84bcc6b52ea2bb4978b507333f, 0x8d09eb84bcc6b52ea2bb4978b507333f, 0xcc3271d0e6725b41cdb05654d5b3d30eadaf424692fe265b2e9157985070482b, '', 0, '?'),
(0xe861fcf23023ed99d8f4b37bb1230fec, 'wp-content/plugins/amp/assets/images/reader-themes/twentythirteen.jpg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0xe86a2fbcc21b150be6ebd2f52674a964, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoIframeCommon.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoIframeCommon.php', 1, 0x00000000000000000000000000000000, 0xddf0f76ed2d829a8704192ca975af289, 0x376954d657b6d9f52fd79d390489b394188a4c3578e42777bda3182c5f2d8911, '', 0, '?'),
(0xe8776a3082a2363798b315841f40f954, 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php', 1, 0x00000000000000000000000000000000, 0x8ac981cb710cf2732d9b413e5e7c8355, 0xb9f999fd7201c3417ed7af5f2c1a987aa4f08ea299a7ba8fbf000fc2dcf47d7c, '', 0, '?'),
(0xe87c0a4a7f628f2ab9f106f5a06c32fd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php', 0, 0x9b9912f69e3cbcd4c0794e154fa69591, 0x9b9912f69e3cbcd4c0794e154fa69591, 0x8763b4fac3460ae54fb68120d21ed79b9f25cad71642d1ad826e62eec6775d97, '', 0, '?'),
(0xe87e401866c3523f245bacbba2ec75a0, 'wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js', 1, 0x00000000000000000000000000000000, 0x0e6f6290f91604966779a997ab0fd0ae, 0x9ba4ecd6bc21befebb29f5e4a424b497f97afe8d5d62b0b7745204cb951ee468, '', 0, '?'),
(0xe87f4a89d9e579949e306dec60e4a82f, 'wp-includes/class-IXR.php', '/home/forwardbetcasino/public_html/wp-includes/class-IXR.php', 1, 0x00000000000000000000000000000000, 0x98c90c30bce3e0430f601071a578dbfc, 0x5dcdddf17aef707f9f80719f4e22434b57c71ee49be9b49b89f8638ef4044d0b, '', 0, '?'),
(0xe8887677f310a44194f1c09a1259d87d, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-2-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-2-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd3e7a854c3de931ee945723733e97eac, 0x9536461d41a26b4f34b1a90e32658b362dd3f6b847d8536c33c962e66008e33e, '', 0, '?'),
(0xe889efb97f7195e6384fba04cf3bc341, 'wp-includes/blocks/shortcode/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/shortcode/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa83e60b1f859c7f3fdaef93c018a18bf, 0xf5c5b533c84a0fb2a07d6739ba782031ca854686a9fd1df60ff7de9066160391, '', 0, '?'),
(0xe88b5028d2f3fcce015eed4e75bd4994, 'wp-content/themes/twentytwentythree/screenshot.png', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/screenshot.png', 1, 0x00000000000000000000000000000000, 0x14139b2f73f6ce2379a49f2075993ff3, 0x99968cc8b37737d9c9fff49cd11d027f5f965d688fe1d449053e89cab30f4fd9, '', 0, '?'),
(0xe88c00855da870ddd2de91ea96090d47, 'wp-admin/css/customize-nav-menus.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/customize-nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0x90ef2a8d530dad8ee3b680640823aba8, 0xc3fe5ec84f7faa727890362aa2a5f4697b3635d18c1e643f3379e249a91bf182, '', 0, '?'),
(0xe891f773d958d233b61cbafd66cafd24, 'wp-includes/blocks/file.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/file.php', 1, 0x00000000000000000000000000000000, 0x2572be056508f88ce8aa7d740783b679, 0xbadbbe8bd4609b3bc80d2d9ff69d426eab7ba3410a164c8f29a6b919a8a96f52, '', 0, '?'),
(0xe89dcaa330bd56dcedce3459837f1e6a, 'wp-content/plugins/wp-rocket/views/settings/page-sections/advanced-cache.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php', 1, 0x00000000000000000000000000000000, 0x4684a66ffadfe0f9bc642a529e8ebe3b, 0xa0b03532052c8b60c95531097243782e0afd5edd82b7754439677236d4a58503, '', 0, '?'),
(0xe89f5e040786d0b02e6db5d4ae651f7e, 'wp-content/plugins/elementor/assets/css/admin.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin.min.css', 1, 0x00000000000000000000000000000000, 0x5fc9cc8df499e9e567b89c1eb2bde66e, 0xa5458e00f37b89efc21a60aa42d1db11e6aca6b27ceca87d50701850406b3a4f, '', 0, '?'),
(0xe8a7de645d0f26d21d2e329db6dc6d05, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php', 0, 0x7487f645cce3f1847808cd9dfdf0fa77, 0x7487f645cce3f1847808cd9dfdf0fa77, 0xa4838cee1b8a8afcf69ad06c6e5ca66d0ed6e10d754e2d2b3d9f4931c6919136, '', 0, '?'),
(0xe8aca46ae1b6d80e2cd0d31ef0db3d3e, 'wp-includes/blocks/site-logo/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4000d8bc639b2859277e98e93a9e98a1, 0x4247d20bea654a8f419438a4ffbca6c62a88c75b0ff4bbddde4db8519c55786d, '', 0, '?'),
(0xe8af516b8ba70f6464f15ef8173d9c2f, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/js/colorpicker.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive/editor-responsive.min.js', 1, 0x00000000000000000000000000000000, 0xfd59b656c3795378c38ff622ce5051ad, 0x5cc33916585a8ff2224afa409632bed5f4cc6cec3becf3e74e14fbbedd9e9906, '', 0, '?'),
(0xe8bb71943a9bd3498735b5ba942f8f76, 'wp-content/plugins/amp/includes/embeds/class-amp-soundcloud-embed-handler.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/drops.svg', 1, 0x00000000000000000000000000000000, 0x7c87b195597ae2a2eb9d3618a1de3b79, 0x547e76e650ab3305e02674a3572d95aff8ef830209b09b17e7544ea971419b93, '', 0, '?'),
(0xe8cc9e9b28862684ee321d51826471c2, 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1690810710.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/js/admin-global.1690810710.js', 1, 0x00000000000000000000000000000000, 0xafc3710421e8c3f900f0ad80a027a5fb, 0x07d8571bb43424617fbcf6dc2778f419e9e02d05acd44bcebc9623925aaff0fc, '', 0, '?'),
(0xe8cda94032ed1cd30c1a661c1b919f6c, 'wp-content/themes/twentytwentytwo/screenshot.png', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/screenshot.png', 1, 0x00000000000000000000000000000000, 0xfa3e1ba2ee701c83b1a40d204c46a57a, 0xac9f3f43e49d1c2dfddfe6acb3aa94985936d0d16327e61a7677943d12292a6f, '', 0, '?'),
(0xe8d2e8b53686310dc3e38986fb2da335, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/PumpStream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/PumpStream.php', 0, 0x9d9a2f8d37020dacb3cc979fd3698ee5, 0x9d9a2f8d37020dacb3cc979fd3698ee5, 0x89e1540c7e47c0903cfc707b1cff236d8c17db09f5a241f2e2f4d841bdc51bb8, '', 0, '?'),
(0xe8d83b5b6a5a5d0679c509c816388a59, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ColorStyle.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ColorStyle.php', 0, 0xdbe772cdc26b59a550d9bc9d8a751b83, 0xdbe772cdc26b59a550d9bc9d8a751b83, 0x785eb2c67d2b8bb32f13b3a4adef9e335fe216520a78c85b8615e3a06f5b24ff, '', 0, '?'),
(0xe8e19bc5c157ce7fe317b6e93a9d865d, 'wp-includes/js/dist/primitives.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/primitives.js', 1, 0x00000000000000000000000000000000, 0x8dfe9dd4e6fac75e6cc03d8c9d545092, 0x9836d7683bacb63c28dc83105ae4c37105645bc603c5f2d49c66a93aba1aa8be, '', 0, '?'),
(0xe8e55fe4c8efe0643e345a8a4a39066c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPage.php', 1, 0x00000000000000000000000000000000, 0xe4a6dd6621f05d97257723e3709d122e, 0x09ce19234fdc76cb0df261f81b2dac6789a9f2d7617f0011ee8f2fd26581d239, '', 0, '?'),
(0xe8ed295146e244efe9cc38d8f1402cd3, 'wp-content/plugins/elementor/modules/element-cache/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/element-cache/module.php', 1, 0x00000000000000000000000000000000, 0xd4c1fec62066fe9f60aa4b08c15ec31b, 0x90af6f6b22089f2eaa6b02126e0b46bb028784f01942ef8c5b6eb7ddfcac5c7c, '', 0, '?'),
(0xe8ed9d75b3ad71a04cadc3bdd290dcbf, 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1690810710.css', 1, 0x00000000000000000000000000000000, 0xad0fde0acc216d5d151827c278cb5fb7, 0xd3578794fe49af59a2de54c3c4af51b2102e30283f83cb46a399cf66237cc64d, '', 0, '?'),
(0xe8f21f0c3c7cc686332308a760ae7d8a, 'wp-includes/blocks/separator/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/editor.css', 1, 0x00000000000000000000000000000000, 0x6d6650fb2c66f3271dd7bcae744f6751, 0xbb8f38e0e39c7659a7eacd9cef207bb66b7a669e377b2bbed5fa11c1d4d77fc6, '', 0, '?'),
(0xe8f287f251cb6fb5482a04b982c028ef, 'wp-content/plugins/wordfence/images/sort_asc.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_asc.gif', 1, 0x00000000000000000000000000000000, 0x2cb8bb49a7c52bc6bea0eafa7f3d80fc, 0x64b943ec1b5402bee8b5da1d85ee65262c29d1b4fae04647ee1a64e39d4f4ec5, '', 0, '?'),
(0xe8f300fc1538f01dca0d9bc7d213c916, 'wp-content/plugins/elementskit/widgets/woo-mini-cart/woo-mini-cart-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-mini-cart/woo-mini-cart-handler.php', 0, 0x980244ee1e5a352197fb69c388d6a204, 0x980244ee1e5a352197fb69c388d6a204, 0x577073b4c934c2a5f4cef4e8e5139d74ade3f912f50901b98af977f372d59c27, '', 0, '?'),
(0xe8f4889d5f8ba4c73fbe3c6da9f8e8e5, 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-10-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-10-render.php', 0, 0x6c4c512e06cfcf3a52ea63b2be52fa4f, 0x6c4c512e06cfcf3a52ea63b2be52fa4f, 0xcb4206e006c44881ca5e237538f9bde412a7b6786fe400107e8a7915f6aebd30, '', 0, '?'),
(0xe8f9ba9a4261cd4a3adf23f692827372, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/functions.php', 0, 0xfa78ec46b36de228c2d0f8889d50fb37, 0xfa78ec46b36de228c2d0f8889d50fb37, 0x398f5496e2cfb167aa7b039b31c8d78c9cf2e0cc794b94a2f4fae96d20ba4208, '', 0, '?'),
(0xe9003176bcffee11f305651eb5d7e028, 'wp-content/plugins/elementskit/widgets/popup-modal/backup/footer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/popup-modal/backup/footer.php', 0, 0xe8b013ed5197163ea692ba654942ae33, 0xe8b013ed5197163ea692ba654942ae33, 0x50a19957f4409721c49b398d3d1786e2be530feb40222df15cfee794bbc8b1ba, '', 0, '?'),
(0xe904a5902ef468fb7aa366f6037f90d6, 'wp-content/plugins/wordpress-seo/js/dist/languages/nb.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/style.min.css', 1, 0x00000000000000000000000000000000, 0x36660b1d84961e0281b35076f4cc1fbf, 0xd71156521a89f67c3b7d7c4a003cb5273a78042171c0cab3c9a39413766946f7, '', 0, '?'),
(0xe90b4124fdd3103ed6c7dd0254aa832e, 'wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php', 1, 0x00000000000000000000000000000000, 0xe78dd1d13f1021d73994f0be823caa79, 0x1725f4ccc4027a4d5c8eb9158354da12f6767f9b3433db6c22e34e6d6af02560, '', 0, '?'),
(0xe9122b9007ea7f828d33f4bb7005551f, 'wp-content/plugins/wordfence/lib/wfOnboardingController.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfOnboardingController.php', 1, 0x00000000000000000000000000000000, 0x405dbf228781d0ee8bbce6926cdcad72, 0xe5334bd30bf47a87ca1ff1bd14f6f5811a6f18adebf06d854a5046f2203c3600, '', 0, '?'),
(0xe9199b514acf2aea6fa3c3697f898103, 'wp-content/plugins/amp/includes/validation/class-amp-validated-url-post-type.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/validation/class-amp-validated-url-post-type.php', 1, 0x00000000000000000000000000000000, 0x029c8b659bf64f926b628ddf47882552, 0x64f6a80f037ed08f1e3f90fa855e7fb90686f6a123fa2f7d4c5e80f0f6be1cb8, '', 0, '?'),
(0xe91b6b180ba114c933e52175e87184fa, 'wp-content/plugins/elementskit-lite/widgets/social-share/social-share.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/social-share/social-share.php', 1, 0x00000000000000000000000000000000, 0x7d56fe6696648cd07943b141eef5f0b0, 0x36305d80b3a4d6a808c3fe8024f6c3f70d0e3c0cca1a11ca4cf89187f9bf38aa, '', 0, '?'),
(0xe9227aeb9b30eee83709d758ca7371bd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php', 0, 0xd94e2e7281b67d54cb2a5af08b6b1772, 0xd94e2e7281b67d54cb2a5af08b6b1772, 0xfb9ff03974d7dbb09e238b3e24b9e6ec86fc46fc49b01e5b09692ae3cd2930ad, '', 0, '?'),
(0xe9228965ad8dc296416c42e48b45992f, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php', 1, 0x00000000000000000000000000000000, 0x7668ff6c5a869a2ea85d6d607194aa60, 0x04c8a6288d7b729845fb287567fd5f1f09dcb9206b95e60d50cb60f5389163bd, '', 0, '?'),
(0xe922dd864749abf5684e1098a6ab5e8b, 'wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent/jquery-hover-intent.min.js', 1, 0x00000000000000000000000000000000, 0x235a6659ca7b430ccdbcbc412ddc50e0, 0x8cf3e0366375db0d1081513ae97f241b8017a5a4963382fd16dafa950b0b7f6c, '', 0, '?'),
(0xe92376072429e21b44aa3df6aaef337c, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/from-url-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/from-url-condition.php', 0, 0xa080f1ff32e5433bf436e3258578c68c, 0xa080f1ff32e5433bf436e3258578c68c, 0x8e9236ab6e38faf1fd8939e6a67fc9133b86c2e4626903c7b94c0d8a77cc15e4, '', 0, '?'),
(0xe92605850252f176133d44e547f58116, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/ErrorHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/ErrorHandler.php', 0, 0x834c7bedaa92206861e3ee99860bbf10, 0x834c7bedaa92206861e3ee99860bbf10, 0x0014b1d21af01903d35fa90c5e00b47926a619a58dce15cf2052eb26db7fdef4, '', 0, '?'),
(0xe928b1ff598f1139a7c963e201d860d4, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php', 1, 0x00000000000000000000000000000000, 0x84617388d16296b655d5cc5c92ccb97f, 0xf7c8e2a9cd6b7b52ddab3c4621bf09b56f1eeaec522c759a975f46369858f451, '', 0, '?'),
(0xe929dd44ebff74f9c4fee1cf474a1dab, 'wp-content/uploads/2024/03/svg-sports.svg', '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/svg-sports.svg', 0, 0x44efabfdcf31a031d5793012d6da1961, 0x44efabfdcf31a031d5793012d6da1961, 0x9b5bd9ade8c6ff5d3095073b066547d07d6359e8da79c2122826c126e5508e01, '', 0, '?'),
(0xe92c0b3cfa45c2b42690f5e27a65c54d, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php', 1, 0x00000000000000000000000000000000, 0x7124e85d8f9dc578ff887cf6e57aa056, 0x9867edec3a16a654505f5519946fa4b5b37d567478ea8b0e3da329fdb8f1522f, '', 0, '?'),
(0xe92c4267836d72cbf646dc856e449909, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SqsHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SqsHandler.php', 0, 0x58e3b2d89fa5ec74d14adb370cf13787, 0x58e3b2d89fa5ec74d14adb370cf13787, 0x6ae47a7e4878492219a730347e9e9aef9cfec95f93b76cde6043ed73d148a2a3, '', 0, '?'),
(0xe93090f28a13ce876845549c41a780a4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpRecaptchaInput.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpRecaptchaInput.php', 1, 0x00000000000000000000000000000000, 0x0264ad4b0226fc66a50f354db1f8ec55, 0x09c751ac6b8eafa266de63af68fa7612a9d001dcc653aa12535196af58d975f2, '', 0, '?'),
(0xe94171cbeace08a150b925c1d74e84d6, 'wp-content/plugins/luckywp-table-of-contents/core/validators/RangeValidator.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/O2Switch.php', 0, 0x81adc78c3d287dde34d3a50262cbd090, 0x81adc78c3d287dde34d3a50262cbd090, 0x3846c6d34b1fbaa205044b1f5f697adb8aaddd50c83b41c34dedf19f1646752c, '', 0, '?'),
(0xe946ce6a2159e97b072e4a3d2cb5ae12, 'wp-admin/images/stars.png', '/home/forwardbetcasino/public_html/wp-admin/images/stars.png', 1, 0x00000000000000000000000000000000, 0x5bace01f99903e3cf56bb27bd2ec2891, 0x2f09deef2285dac088044661ecb1943c5359dac367dc0fac0bd0d889468cd740, '', 0, '?'),
(0xe94baf02dfc10350774568d88b9f00fa, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php', 0, 0x7236caea07faddaf624ce372916b93ff, 0x7236caea07faddaf624ce372916b93ff, 0x985880bc1043fc2b2552d13fb94404f9c1f72a5b439ef2315a38caa0d4041fb2, '', 0, '?'),
(0xe94c6ff91988c8b5561d702b62481888, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-products.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-products.php', 0, 0x44a04c4f5054c5b1dbf626e889a9e9a7, 0x44a04c4f5054c5b1dbf626e889a9e9a7, 0x7b8da61652114ae39b8d1e0fa29ccfc09943c2ed3408f6d492a91d4c4edd2ead, '', 0, '?'),
(0xe950cd0abc3b82227d9c1d95a4197c00, 'wp-content/plugins/elementskit/widgets/unfold/unfold-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/unfold/unfold-handler.php', 0, 0xe131a78cd4b6fb3e9a8a421bdc62d566, 0xe131a78cd4b6fb3e9a8a421bdc62d566, 0x77718f9bc7e4b56309e0b3e8fce1a57c5cbd557270ecb9e1ed50458d90dfa959, '', 0, '?'),
(0xe955fce4951d260d650072b83981e257, 'wp-content/themes/twentytwentyfive/patterns/template-single-text-blog.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-text-blog.php', 1, 0x00000000000000000000000000000000, 0x3f43b3d5789a40acf626ca0c64d107e5, 0xb1dc176854ff282343bb4dbf23b944e11fa84ee9b577929f79dab802c9dd82f6, '', 0, '?'),
(0xe95d1ff7572f3eef7d3c38e8205646e3, 'wp-admin/includes/theme.php', '/home/forwardbetcasino/public_html/wp-admin/includes/theme.php', 1, 0x00000000000000000000000000000000, 0x9af0c02bf5b08215631b5c07047b3e26, 0x499ab71cdc39c733c24837639346500ecbfa13ccff30555d22f89ca6cdc6c8fa, '', 0, '?'),
(0xe95e2e976a547df93cde04048c49be99, 'wp-admin/js/accordion.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/accordion.min.js', 1, 0x00000000000000000000000000000000, 0x18d7d9cf4f957d9a4520c303b0641621, 0x61db63068db0439f01742d7fd82317a4fd7f4d2167dde5fc338b5f26240ae5ab, '', 0, '?'),
(0xe9606ef9aeb4e56cc4b7b499fa965ff1, 'wp-content/themes/jannah/framework/admin/theme-options/web-stories.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/web-stories.php', 0, 0x75897495a9ce0ebcb6d36af88b0cbaa6, 0x75897495a9ce0ebcb6d36af88b0cbaa6, 0xdf9b8bfd5a354bfd9f543ed94d58261ba7adf82fd713b515822c17e4eec34a05, '', 0, '?'),
(0xe96705d1c1b614ff55290d165228e21f, 'wp-includes/js/dist/is-shallow-equal.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/is-shallow-equal.js', 1, 0x00000000000000000000000000000000, 0x78438ff7f56ed02183a54bce783a278c, 0x21614af9ee52b315f996fd20310c2ae27e9a0b56a5fdce447705721e014efb28, '', 0, '?'),
(0xe96c146ac65fedc44292d264c12fd7c6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/InsertDimensionRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/InsertDimensionRequest.php', 0, 0x88b546d92b642b0beb8e582850fc5b2c, 0x88b546d92b642b0beb8e582850fc5b2c, 0x76cc0d9476107cae299e37ee60dd14a599a52c935f04672e8ae6d40ace0e608b, '', 0, '?'),
(0xe96c47b3f646ec9b39996a7a76b19067, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/RequirementsChecker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/RequirementsChecker.php', 1, 0x00000000000000000000000000000000, 0x4f695e86f78e77650f3dc5819c430f1e, 0xd607c42294c7add739a31e9bf8c82bed59583347a122d163a3ef13c78d67226c, '', 0, '?'),
(0xe96ccda7f22a78020f7ccd116d7c43fe, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CreateDeveloperMetadataResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CreateDeveloperMetadataResponse.php', 0, 0x9ef5edbb6cadfeb4bb73b6db1c303fc6, 0x9ef5edbb6cadfeb4bb73b6db1c303fc6, 0x9d12bd49dfa0d010c271a47537c75ff76e2a579efca08ee7906f1b4b541849f7, '', 0, '?'),
(0xe975bd7bb80586b3bbdad04ed6abb2e8, 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Response.php', 1, 0x00000000000000000000000000000000, 0xaecea39339cadaaa2c0a1652ef944c2f, 0x558f44f5ca742b04b7129db512cea3e46e2bdb3670b83100b0816260abecb2e8, '', 0, '?'),
(0xe9919b6a3906d0044691cacc6ab87c5a, 'wp-content/plugins/wp-rocket/assets/js/micromodal.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/micromodal.min.js', 0, 0xdd694c727fc5e6f6372e142b66ddb576, 0xdd694c727fc5e6f6372e142b66ddb576, 0x78ae1e9b62d94438ecb271edfaa26f6fa54cf35124ad055c3f4e9ef25447147e, '', 0, '?'),
(0xe9a0bbc0794e3c8ea08039806f1a3c0c, 'wp-admin/js/xfn.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/xfn.min.js', 1, 0x00000000000000000000000000000000, 0x813cd73e42928efb32358a0d31552aa8, 0x12054f098fef8601f3685e644c677af2f29d01cc490577fa76c684615a31fbee, '', 0, '?'),
(0xe9a174184c488a3aa7ec5028d911d0f6, 'wp-includes/css/dist/widgets/style.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/widgets/style.css', 1, 0x00000000000000000000000000000000, 0xf867ca1655e41e052efcbeb24c25c69c, 0x6e8b4af0ebde95a2e775f230b4b8bf64ceef0f11261d92e35a968153ef5e696e, '', 0, '?'),
(0xe9a8b7fe52bce1b4a651dc278e9d47aa, 'wp-content/plugins/elementor-pro/modules/forms/classes/form-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/form-base.php', 0, 0x4a905088f29c000fc8b0c26bdd27cab6, 0x4a905088f29c000fc8b0c26bdd27cab6, 0x022ed389bf267845f509d72a67bc66bb3ad666ab74a641417ceb964cdb70138f, '', 0, '?'),
(0xe9aa68b7df731dc99d73d16ba36cf871, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Annotation/Injectable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Annotation/Injectable.php', 0, 0x5e70550787bbf75c70206643cb494e3c, 0x5e70550787bbf75c70206643cb494e3c, 0x0df50cc5691082b2979cf5fcfb3b59a61d33dc6632da24644863a6a6e8c59d07, '', 0, '?'),
(0xe9aaca6dac164d1e74a88604db57b342, 'wp-admin/images/align-left.png', '/home/forwardbetcasino/public_html/wp-admin/images/align-left.png', 1, 0x00000000000000000000000000000000, 0x5cfd7930cffa6412f75af26f2e689ed4, 0xe95f5dea3c23b653ce22b4425e55345f02dd513c21409a01783f4a24aea34bcf, '', 0, '?'),
(0xe9ad7431ccac44fa752bd638b14530fd, 'wp-content/plugins/elementor-pro/modules/lottie/widgets/lottie.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/lottie/widgets/lottie.php', 0, 0x8b1872fdc2397d938ef41819fb028bdc, 0x8b1872fdc2397d938ef41819fb028bdc, 0x325333fe2567318e1580dfabd74f0dd266a48aae6f49bb7bc928c70224ff2681, '', 0, '?'),
(0xe9ae78f52aab41f99cd2fd1e521ac5f3, 'wp-content/plugins/elementor/assets/js/checklist.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/checklist.js', 1, 0x00000000000000000000000000000000, 0xd0841c7d1b7d5828d8971c82522169c7, 0x4912c3b04960705181e3b19f72f4713bcb494d10c3aa08ae2fbca91932300100, '', 0, '?'),
(0xe9b02a61f40bcf2bbba48fc3e3009d61, 'wp-content/plugins/amp/assets/images/amp-logo-icon.svg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassNameWithOptionalValue.php', 0, 0xd9b92df78f172cf8866b177875745c66, 0xd9b92df78f172cf8866b177875745c66, 0x699078a15b689029c5228099d87acee13ac966101b3816f01b76139222738dfa, '', 0, '?'),
(0xe9b66c282105f70b85bb5132a588738f, 'wp-includes/SimplePie/src/RegistryAware.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/RegistryAware.php', 1, 0x00000000000000000000000000000000, 0x62f8537d10d59976a20da056f4f84f70, 0x4e07ce10e4fa25716e5e4b900f6447cb41a0544b2eba6b441b05e73d24a85309, '', 0, '?'),
(0xe9bb63ef38ffef781102ab05efe5cfb5, 'wp-includes/blocks/preformatted/style.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/yoast-premium-prominent-words-indexation-2340.min.js', 0, 0x1b906d767b2a8c17bac7710ebfac1ed9, 0x1b906d767b2a8c17bac7710ebfac1ed9, 0xb0b5cee737cd9a718c20a90d967337c40553bc193c51e390dd265a371504f682, '', 0, '?'),
(0xe9c1dd6e4595e74386f4f70b3a353c17, 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/double-underline.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/double-underline.svg', 0, 0x521f3760fc8000729d06ccc309f82ec1, 0x521f3760fc8000729d06ccc309f82ec1, 0xda581edc415274996721af2454a523669b9b73743fc9d614814c2a0fceb0eb9b, '', 0, '?'),
(0xe9d4dee27493fe985a01d14f2783200a, 'wp-includes/js/thickbox/macFFBgHack.png', '/home/forwardbetcasino/public_html/wp-includes/js/thickbox/macFFBgHack.png', 1, 0x00000000000000000000000000000000, 0x189217c8b067ef86add757922c2f75b4, 0x5277cb2fe0bf68d7ed2671e8de5d5aa2bd5f8ff3c4d61f1d4e6779f49588b9db, '', 0, '?'),
(0xe9d648c0e88da4f10ce6fc11900008d7, 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-7.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-7.php', 0, 0xfedf851c8ae38cff9c911bc142f10972, 0xfedf851c8ae38cff9c911bc142f10972, 0xb4edf66e95a1dd7d9837e8c4af36faca310939e9b5e24af5b6208b482ee7c7ba, '', 0, '?'),
(0xe9d8de78218e094cf198381c2d1fe54c, 'wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items/custom-code-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items/custom-code-menu-item.php', 0, 0x6a44af494956490dc2e69a25b814f015, 0x6a44af494956490dc2e69a25b814f015, 0x244c6b04ddbae74aa24780f7599c245c13e3c9dc8e1c3a2236a763246d21d910, '', 0, '?'),
(0xe9d9d9f4cb7ba7d99b4c48c8067a2c7b, 'wp-includes/js/dist/script-modules/a11y/index.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Context.php', 1, 0x00000000000000000000000000000000, 0xe667c2f58ab94cee7a8467515b7f86df, 0xa818c98c2336ac0c3ae67a6d846c7af92afcdb771a9708212fe65ca1c428f1af, '', 0, '?'),
(0xe9dd79df7a2b1fc9bf0076b93763b4d8, 'wp-content/plugins/elementskit-lite/libs/framework/classes/ajax.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes/ajax.php', 1, 0x00000000000000000000000000000000, 0x0824dcbcb5993dc9a624dfc1508426ae, 0x823d282adadc3c5b32eca107bf4df30b424fee1e8a63fe1dfccc0fab55e4f272, '', 0, '?'),
(0xe9eda8deb93d6ca87ff5a196f5ed6dab, 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/IntrospectionProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/IntrospectionProcessor.php', 0, 0x16e5f2552df453619d1350e930988edc, 0x16e5f2552df453619d1350e930988edc, 0x4f09aae458551fb68ae9fa610e88cedef8437e27efb720ef4313fe9291f90af4, '', 0, '?'),
(0xe9eff78000f1d05dc018dd5d87c1ae0d, 'wp-content/plugins/elementor-pro/core/isolation/wordpress-adapter-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/isolation/wordpress-adapter-interface.php', 0, 0xae607b87c829ebed255249af6defde8e, 0xae607b87c829ebed255249af6defde8e, 0xbff48e8fe88c0af5b2abc93796c7d819b4a0773463c4d5c2ef73f74b7d9d8f75, '', 0, '?'),
(0xe9f868e1fd92f41e32992f86da329e60, 'wp-content/plugins/elementskit/widgets/init/enqueue-scripts.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/init/enqueue-scripts.php', 0, 0x7ff62acbd332b99deae47ce81a02c397, 0x7ff62acbd332b99deae47ce81a02c397, 0xcc6c8c969473e1527a6714657e38cb7d511a913dd007e7efea7e8053161b6747, '', 0, '?'),
(0xe9fcc87d0b1a885745061727c186dbfe, 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/goodshare.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/goodshare.min.js', 1, 0x00000000000000000000000000000000, 0x9773806c0dbe2dad90d3c5cf1e916373, 0x2fda828be48498712c028ef5d1382e77b1fa3e7fbace9ed9e914d99b54dc8771, '', 0, '?'),
(0xe9ffe088b7a91fc0f4741020ec59e6e1, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php', 1, 0x00000000000000000000000000000000, 0x8dbcaff822827af775cbbd9922a0e3fc, 0x513dac7de241a7a2507b8dc65064a94331b68e69896a596b08880132061d0835, '', 0, '?'),
(0xea0191213ec5060bc3d91d16ca0b8b1b, 'wp-content/plugins/wp-rocket/views/settings/fields/cnames.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/cnames.php', 0, 0x16584976d77d35178b457a1745682618, 0x16584976d77d35178b457a1745682618, 0x3b689b2e80b7d727ea5920682729c254182e52881a79a733e0c1ff3e86ed4f76, '', 0, '?'),
(0xea0c116b4c4e00f4e7bb781836400e07, 'wp-admin/css/list-tables.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/list-tables.min.css', 1, 0x00000000000000000000000000000000, 0xd56fb16f8e41f8afa9db89c60d08c8a2, 0xc0217af832963a50dc86bc3cbe5e42a716bbe585fd2b57b87f40342193c3df99, '', 0, '?'),
(0xea0eb39ff5ae1749dc34b55062f21adf, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/category-image.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/category-image.php', 0, 0x0c49418319e1b8e6c2a48c121a66453a, 0x0c49418319e1b8e6c2a48c121a66453a, 0xb229dc200b2fd58734259925f4189bf322584442bafd9463961ecab431b33706, '', 0, '?'),
(0xea13ee4c45e8e8bca48c5f4890e2ed48, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php', 0, 0x24b36bae4e950bc4d88a4eff4f7e1414, 0x24b36bae4e950bc4d88a4eff4f7e1414, 0x6809bb77c053d9c0bd78a4fb27da540101152e7d05cfb864417126aab650bda3, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xea18c1d281946d5eee6bd7a45c1b2253, 'wp-content/plugins/elementor-pro/base/module-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/base/module-base.php', 0, 0x12b90f845b9a6a338b4f507045a48971, 0x12b90f845b9a6a338b4f507045a48971, 0x060a8db8cccbaa5ddf69e42836a4e08111e3be4940f633190904b458b85b58ad, '', 0, '?'),
(0xea20ce82b19fe389b082cf567c70a9d6, 'wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js', 1, 0x00000000000000000000000000000000, 0xad72e8bbfeaf09ac51bf35fa716cd504, 0x319cf98a99ade98acc88317b23f47815e6c6e46042d43e3cb468d1581b0e914b, '', 0, '?'),
(0xea22361d8291e3b42dca01efcc194c85, 'wp-includes/blocks/comment-template/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-template/style.min.css', 1, 0x00000000000000000000000000000000, 0xdef181a7203793529b4c07d17900a39e, 0x4c7ebbe17c4792bd0f795e7fa6d69d479e4309f402c79ab4c425a66d1541751c, '', 0, '?'),
(0xea2d2ea706b40578b6c9a4e052bbdb1f, 'wp-admin/includes/privacy-tools.php', '/home/forwardbetcasino/public_html/wp-admin/includes/privacy-tools.php', 1, 0x00000000000000000000000000000000, 0x163ee566e00e46af6e6ad3db2558c48c, 0x4f206450de9d458581d53cd1d9d2a1d0e75072d6b8ecb87510287458a5b0a123, '', 0, '?'),
(0xea2d4862724fb61a3a35c9b99dc1c0a4, 'wp-content/plugins/elementor/vendor/composer/ClassLoader.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc02be6d96671f88d28aad3ffa134c8ae, 0x1cfc6b28a80d284ef081bcfe6a6a9004da0cc227cecca3e5362ef72f91d2d527, '', 0, '?'),
(0xea2d4bcece7da9ccf1bc9f52726047b0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnim.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnim.php', 1, 0x00000000000000000000000000000000, 0x862cd10e5fdd031856edc09044831e09, 0x7442602672a2e010698edd028308a32dbff58bb4bdd64cf5824423b39d630230, '', 0, '?'),
(0xea304ae994c7c1e9cd6678b023587b97, 'wp-includes/sodium_compat/namespaced/File.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/File.php', 1, 0x00000000000000000000000000000000, 0x5dd66d03c777e82fe65cc6793511da0e, 0xbbc990748964379648f190867d3db7f91e2e7493e2437724966063bac01327fc, '', 0, '?'),
(0xea30d1fe013970af0dff4484926bbd64, 'wp-content/plugins/wpseo-video/detail-retrieval/class-funnyordie.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-funnyordie.php', 0, 0xf11b3a86b5eb5bb9795ed3c345f33bd7, 0xf11b3a86b5eb5bb9795ed3c345f33bd7, 0x7b665973d4ea92440009a23b879682596cbfe32251d1b4f3ff58347326361c97, '', 0, '?'),
(0xea32d438501ffa4a4ad5a69504cdeaf5, 'wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar-add-edit.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/templates/template-wpfront-notification-bar-add-edit.php', 1, 0x00000000000000000000000000000000, 0xce58ea5fabac420899882fdfd41e9021, 0x3f91df63ab6705d95a3eea06c0b15513ca02255376247a34cef9f058d51a49f2, '', 0, '?'),
(0xea34cad7e7ba3291160629412e3b34d1, 'wp-includes/js/customize-preview.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/views/upgrade-popin.php', 0, 0x195e1021c5305b6a43dee82306e3fa51, 0x195e1021c5305b6a43dee82306e3fa51, 0x0cfcc10d0cba33abe77896146b635d3c9dfe894af25aabbd85587111d7c63f19, '', 0, '?'),
(0xea3a9587ca20534cdca684f421aeda0f, 'wp-content/plugins/elementor/assets/css/common-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/common-rtl.css', 1, 0x00000000000000000000000000000000, 0x0c113425e45162dd239639f0a4714490, 0x996ca9a7a1b08a5a40e9f8d0b03109752488ad187cc9f53b128ef0cc73517a1f, '', 0, '?'),
(0xea3af66d585473240d8794606237bf7f, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/suport-thumb.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/suport-thumb.png', 1, 0x00000000000000000000000000000000, 0x83417816d53f5a6a92a7f9de4e17e059, 0xbb5d62f86b3317051e1d14fe8bea19fce40cf1cad4782c43f14e7d1bb6add1d4, '', 0, '?'),
(0xea478b3c157046a3bf98670dbb0a7e11, 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/login-status.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/login-status.php', 0, 0x67971ea39dd902710e4ff40c311abb2c, 0x67971ea39dd902710e4ff40c311abb2c, 0x74ab23a0514a626bbe079edb9950f4f329f4c41b584de7180644c9871eaca15b, '', 0, '?'),
(0xea47d1807338ca5a9704379302fd47e0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion2.php', 1, 0x00000000000000000000000000000000, 0x526362a3dfd8b36cee788a45d75affec, 0xaa512332050c049f8b0259ad89b10b67921356cd9b325c2b2dcf7b885ace1b3d, '', 0, '?'),
(0xea4853c4e0a6bbcb2f573914710c787b, 'wp-content/plugins/elementskit-lite/widgets/image-comparison/image-comparison-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/image-comparison/image-comparison-handler.php', 1, 0x00000000000000000000000000000000, 0x7f38d65330c72fb407388e451122ecbb, 0x4e2d4bf84ffeb8d6fe3cc68c58e6a69fd6dff34c73f467a51d977ea1b887f35a, '', 0, '?'),
(0xea4d53096edbb06ed1cbc526413220ce, 'wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php', 1, 0x00000000000000000000000000000000, 0xdf7d20024431c0434eab3fe25242d32a, 0xf8c9487f8ad78e09421eeb547acb1699924309f9ecfa3a0644592ca9e9ecf9bf, '', 0, '?'),
(0xea51c941100ee809f03d1e489faf372d, 'wp-includes/js/jquery/ui/droppable.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/index-now-ping.php', 0, 0xcaaf5ad747dd70546a3a3967675aedbb, 0xcaaf5ad747dd70546a3a3967675aedbb, 0xb1e8da4d464d7f3af5f678b1633b01785a336c47925d5faf91ba6049c6b16ada, '', 0, '?'),
(0xea640aba763be84f313a9daeae2c546e, 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', 1, 0x00000000000000000000000000000000, 0x9df292bcd0beb536a4cafeaf8f05a2e3, 0x72cc0a7a14c9e895e91e3ea298bd670fe369d4028f0d75f7b4753cb216e49b46, '', 0, '?'),
(0xea672d83c321b161bcdbfb483e6ca44d, 'wp-content/themes/jannah/templates/category-footer.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/category-footer.php', 0, 0x5f5347b3b784379c756516bbbdb58864, 0x5f5347b3b784379c756516bbbdb58864, 0xb3047c224afb2368e70e402e18e5fb5c57201498e08c9df46d2cfdd76eb7110e, '', 0, '?'),
(0xea6907122bb3b1afb0e48ea5e4959f3d, 'wp-content/themes/hello-elementor/header-footer.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/header-footer.css', 1, 0x00000000000000000000000000000000, 0x8365db92f2d37883bc393d744976f23d, 0xe09fd130c337554d6589a470c57bbded4aef7636fe3acfb466dbda9630cf9772, '', 0, '?'),
(0xea693cb14a38d1b3c972bacf217c9b53, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php', 0, 0x4dd5ceac4b80d71ec91d43836b12c3ce, 0x4dd5ceac4b80d71ec91d43836b12c3ce, 0x347196d989844a05a20cdbb3c61dadb46cabb60cf6d3371bf4f5d03867b41c14, '', 0, '?'),
(0xea6e3d67eba338a9cf32db21afb6ada3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php', 0, 0xf282ee5ba1679ada1f48e3dff3267c04, 0xf282ee5ba1679ada1f48e3dff3267c04, 0xf9a90b43fa5357507928c3a80e90d6d0ae1460dbfd00360380c6e80ec8d897b1, '', 0, '?'),
(0xea7240a411c84406be8b5ad00ce4afa9, 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x018a214be50e091e357910bca181532a, 0xcefdbf885479874fee2575173bc855ec937de367e6fc319fef29980c7fdd5ac3, '', 0, '?'),
(0xea7a9b3f565048b620f716965b6747d6, 'wp-content/themes/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-posts-grid-news-blog.php', 1, 0x00000000000000000000000000000000, 0xa684b266ed011e0210daf1fc75f9d0ce, 0xffc50756847524da20002e68519a17a3813022656bf5b0d219da4f8afb93f694, '', 0, '?'),
(0xea7e231149fde6330d5ffdecdaecbdd6, 'wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', 1, 0x00000000000000000000000000000000, 0xe7cef67cf4c17292d4bed495a135fff7, 0x1ad3d32fb05ab117092944541144738c7f5083ebf5d5004f336bf14d11eee94d, '', 0, '?'),
(0xea875a88f947d175fdecb2a39abfb5bd, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0xe7a6f4de5b66db47648ed6cf65b69391, 0x7ac219308d1ee41b78d76b937f5b8681f5eb69c19b632acda0de301fa132af5a, '', 0, '?'),
(0xea8da5b2ab326a456267d88857b278db, 'wp-includes/css/editor-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php', 1, 0x00000000000000000000000000000000, 0x0440fd154ec1507facfb432d5152eb4b, 0x6af0956fc7e1e9ffb1cceaa6b49f18149fa8e5aeb8291298f9ab4b54b3528eaa, '', 0, '?'),
(0xea974e4017781f16958a2d3d1652780e, 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-abstract-buffer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-abstract-buffer.php', 0, 0xb05949d45c4a4644badd189368a90d0e, 0xb05949d45c4a4644badd189368a90d0e, 0x1b22d76063f5f94334edaab06e1632fda4d0eabc8d8590b6e0cbaad81f6f74f5, '', 0, '?'),
(0xea99dc4d8875c39e5a1468faa5b1d3b7, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php', 1, 0x00000000000000000000000000000000, 0x6362a4673dd6e82bb055af4413f10db1, 0x5761b2ac9b12c5066983f8d2a3669431e77015dd181e86771cb54e1eff84d1e2, '', 0, '?'),
(0xea9f5a89105503348f28249c28630985, 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-5.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-5.svg', 0, 0x2cef91f5862fdbdf7e0a3a272a09eb20, 0x2cef91f5862fdbdf7e0a3a272a09eb20, 0xca9c05911abdf67a379a41990cd789e6a65eabbe663f591dd9b4b2b32a51c726, '', 0, '?'),
(0xeaa2dfb9334ed6bf8bec6d03e099dbb0, 'wp-content/plugins/elementskit/widgets/price-menu/price-menu-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/price-menu/price-menu-handler.php', 0, 0xecf596531d7b63d0f1183c79af47a63c, 0xecf596531d7b63d0f1183c79af47a63c, 0x416098e72d2e8fee9e1937a86ba9d094213da7b3f0873433daf8a1dcc9412c33, '', 0, '?'),
(0xeaa5b7aceff594495b5b4453a7fc390b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Editors.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Editors.php', 0, 0x2b7c7a4d583300b68afc5c00070b1c6e, 0x2b7c7a4d583300b68afc5c00070b1c6e, 0xd486b5a5cc85106725fb1ec46e7b5abdc78fb8f29aa962e071de56b896143aef, '', 0, '?'),
(0xeaae941bf48bd53cb6cbd02c075af2b3, 'wp-includes/blocks/comments-pagination/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/editor.css', 1, 0x00000000000000000000000000000000, 0xaa0333a4a7eb329ce8bd5b060c75cb5a, 0x100534c52dafb71bd5c529073bb1a3dc1437a41a34dd1141a41d5c211443fc49, '', 0, '?'),
(0xeaafc2b9ec5e79258c58981bbdb2b824, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Invoker/FactoryParameterResolver.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Invoker/FactoryParameterResolver.php', 0, 0x036da40b6a510b4b7a8f059b8abd4378, 0x036da40b6a510b4b7a8f059b8abd4378, 0xc806e47a0ee9f0e3d1ce82efe982bc5ccf4f393fa9965eb1f2e6aa36e95dd0c9, '', 0, '?'),
(0xeaafc787be1dc6db34cb93541f60a16b, 'wp-includes/js/wp-pointer.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/search/view.js', 1, 0x00000000000000000000000000000000, 0x1a955464d316e7078495930bd41bede4, 0xbaa1f936149b70a86494c9dc629d3cc42e01513171f87287aeec60da4dbe832a, '', 0, '?'),
(0xeab3b89ff54094c7eef6d1fb6e4f7b65, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow-rotate.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow-rotate.css', 1, 0x00000000000000000000000000000000, 0xfdb3fe9f103642acb8f8b917c675d77d, 0x7acd5d29afb502e3adf871cadfb25def8c49a32d3800da0acebd664253b6ee90, '', 0, '?'),
(0xeac47e4400d7342323a6f023d7b8f8cc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php', 0, 0x7afdbf841e5ecd4f68214fd3ca2b9b3a, 0x7afdbf841e5ecd4f68214fd3ca2b9b3a, 0xef88c95dc84fc3dc93a0536255114dc623bf98b80b458ae2d63a6d6eaea83c83, '', 0, '?'),
(0xead8332be10b0ee6c1555675c41de34d, 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Schema.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Schema.php', 0, 0x4a6f6035e608c36d90252939f0acd820, 0x4a6f6035e608c36d90252939f0acd820, 0xe3ee174c25c46eb19bd27e22212ea9621a0f56edec5c91bc5c524e3434e622db, '', 0, '?'),
(0xeae608167a338d267ae52a2fc11c0ce4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Errors.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Errors.php', 1, 0x00000000000000000000000000000000, 0x6da10bd389afa32faf393c49a259be67, 0x19817e91fca168ffa99f0f9077e5206c1f7a6f06d0506c92f89d732e59cf4b1a, '', 0, '?'),
(0xeaecb0214ee4d3da4bd8386f7be5a71c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedWithDataMultiSizeAttribute.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/site-health-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdbed57bed7e53c617ebb3b0f88920cfa, 0x2b0f17442ec8c8ccbf62cfbc75e75e181ec78df7133e86ac20044fadcd84a35f, '', 0, '?'),
(0xeafa6219d7d5d5ef3a8d0d81bdc4ff32, 'wp-content/plugins/luckywp-table-of-contents/readme.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/readme.txt', 1, 0x00000000000000000000000000000000, 0xa1a577e87d77dfa192e8b409ed7aae95, 0xda1e221976f3d124d77954de0858523ebb2b8d7f664868996852e81bb73118d0, '', 0, '?'),
(0xeaffb510e6ade54c9014433c7d38a5ab, 'wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Subscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Subscriber.php', 0, 0x2e12bb273a738d7fd154f775ed2f3386, 0x2e12bb273a738d7fd154f775ed2f3386, 0xf0736a1cb683bd5dabcfa1494cce30d741b2b6be2d05a086c9a5cb72b72474fc, '', 0, '?'),
(0xeb058c14cef6f20cb8a2be844a41fa0d, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php', 1, 0x00000000000000000000000000000000, 0x0fe7dfb5687f30e0ada19697f68ae958, 0x19a1f911ba42761795fac0e22402c8dab977a7a67710f330dc3f49849d7902ff, '', 0, '?'),
(0xeb09f87bfe1a6c747589ee1f5c49f4be, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PDFEmbedder.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xd3d9b6c1f668ab720e0e6447018ecdb6, 0xb35f37ec0932eebc9477012d5462e2092db3e8373130ceb541d506b0e1ffed66, '', 0, '?'),
(0xeb1e8f3eb9f2e780bd666e1016f1983d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/AbstractLogger.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/AbstractLogger.php', 0, 0x27a7c987d7875a042ad5ab0212609b8b, 0x27a7c987d7875a042ad5ab0212609b8b, 0x265872ae9006157ba8d107acff882853875979650480de66d91d3b12395f51c7, '', 0, '?'),
(0xeb2abd52fd8c5118f9ddea51651b74bd, 'wp-content/plugins/amp/assets/js/wp-url.js', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-url.js', 1, 0x00000000000000000000000000000000, 0xfecc041594b31074ca74d2aaac612f2a, 0x6368c096d64835f35a2e3663ff31a9254ee904eacae3d9911af56c5c0da24f03, '', 0, '?'),
(0xeb2d6eea242eff230b0b6725c47dddf7, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 1, 0x00000000000000000000000000000000, 0xe52014c24f0bd99143488cd89673ba20, 0x705898dc07e975637bf02d08e34bd78fda98a02f4f6e0f45309c9a8407294a42, '', 0, '?'),
(0xeb309e818a52f04ab37b79edcba3f7ef, 'wp-includes/general-template.php', '/home/forwardbetcasino/public_html/wp-includes/general-template.php', 1, 0x00000000000000000000000000000000, 0xc069053af214ebfb9381ed43436d766e, 0x57ef55a0f959e6cd1cfd861780c02ea9e0c53f790ddbf0fc89b11700f62ed627, '', 0, '?'),
(0xeb362745b7f86e668c2b1aa16b76ab60, 'wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/no.png', 1, 0x00000000000000000000000000000000, 0xc86bbf1c64c924f99fdc9f5637f0c08b, 0x0ae03ec8d214a27e68c45af5a4d35000fd551030ca3b2720107bf5291209ac3e, '', 0, '?'),
(0xeb4c3c964cd27469a1f25e92eec5f776, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStickyAd.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-rewrite.php', 1, 0x00000000000000000000000000000000, 0x435189818425506b72fbf7cf206f31d8, 0xdc043b4da948e5711cc7396b36c17f61aa0d157ba5e6ac3c7c9737904082985b, '', 0, '?'),
(0xeb4fd3bf10fa3b0ea43d5c144abc7a79, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3fac1e9fd004e605cdd83f06673efe7d, 0xbb104a7c1f78e1ab0b5eea035760830ce3e31df66f71423c941073cefe658473, '', 0, '?'),
(0xeb5142dd7bdf0b6e6743d1a585dabfaa, 'wp-content/themes/jannah/framework/widgets/text-html.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/text-html.php', 0, 0xb7aff7d7e3c4dcf0132eb117cc76a61c, 0xb7aff7d7e3c4dcf0132eb117cc76a61c, 0x10fd15b04f17ce3b506902456af2fbfef1f3917629ad355f09c8fcd395267444, '', 0, '?'),
(0xeb5146d43074e82bbcf6d8e199f0aa97, 'wp-includes/css/dist/block-library/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/style.min.css', 1, 0x00000000000000000000000000000000, 0x8c9f31823282e4e056eb0aa7fac262a9, 0x094b73791704b98504271b61c2042fe785137f6298b206ad887c65185cdd2745, '', 0, '?'),
(0xeb52ffb474c88661175fa407e8e34fb8, 'wp-content/plugins/amp/includes/sanitizers/class-amp-nav-menu-toggle-sanitizer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/parts/header-small-dark.html', 1, 0x00000000000000000000000000000000, 0x4921b787365e1f58a8c1f79b512bd267, 0x0924cdf7246f97fd70c3b18c79322274af416b9b2ccbcf63ad1aeebe49790e18, '', 0, '?'),
(0xeb55c1dd26dce2db2e7f501e3252b762, 'wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library.asset.php', 1, 0x00000000000000000000000000000000, 0x84596d94317f94646a3a18771fe93b1e, 0x8c18de7363138c5d9f350507f4ae9b3f86477466501ca6c7885d01d1b5caea2c, '', 0, '?'),
(0xeb58173dee6606d6c395df0d907c6531, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-8-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-8-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa0455dfdc9d4d7bfe170714678260ce9, 0x71e1ed49d1a23240d0c9c6b8ed3d30a4d31acc2e63c0e8cfca589a9dc4cdac16, '', 0, '?'),
(0xeb5f8b31743d7154b551a42aab46f28f, 'wp-includes/blocks/gallery/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/style.min.css', 1, 0x00000000000000000000000000000000, 0xd31ad3fee2da824d4f846ab522e0a405, 0xc760234d7d8957e383d9a4d98750146cfddce27c8adcafb674270c299af5d7fa, '', 0, '?'),
(0xeb61b68e02752239733f824880f8c6e5, 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', 1, 0x00000000000000000000000000000000, 0x83fc2531f914730fac987f15a5c38b47, 0x45948457d9b3a63fcc34e8e88540553fac1c3089018005eb62500b1dba2be668, '', 0, '?'),
(0xeb64beeed29592740fee19d65db1e72c, 'wp-content/plugins/wordfence/css/iptraf.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/iptraf.1690810710.css', 1, 0x00000000000000000000000000000000, 0xd065ba62662e84c20add565bdd785068, 0x154a8a8b2d0640205d11e1190b032dd0f28709d46371db17fae557510c2438ab, '', 0, '?'),
(0xeb6d2b3a6f5debcd1dba6175b87bafb7, 'wp-content/themes/twentytwentythree/styles/grapes.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/grapes.json', 1, 0x00000000000000000000000000000000, 0xed8ca9203f522c95554d838928dd0b15, 0xe5bae344b2049f6fa4a825ec009d5f143ba82ff01e9805c0f82229bcf7abc35b, '', 0, '?'),
(0xeb6f62f24c16103669845d02845189e8, 'wp-content/plugins/elementor/assets/js/e-home-screen.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/e-home-screen.js', 1, 0x00000000000000000000000000000000, 0x2b4e31fc7998a2ce89a2fe8f99d50559, 0x31cd031236a2ed5fd051252578567a58cd3a2248002c59ac26c335771277611c, '', 0, '?'),
(0xeb6fedb1007035a42f87ec1abed30d04, 'wp-content/plugins/elementskit-lite/widgets/testimonial/style/style1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style/style1.php', 1, 0x00000000000000000000000000000000, 0x2f4015626db7d1d35a81a2298c6e21c9, 0x4949b19e824724e7f9fa921d1483769a73d8000d5caf8ba88707405d4b073614, '', 0, '?'),
(0xeb73e6eeb45a7a12e76078b06d663a20, 'wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss', 1, 0x00000000000000000000000000000000, 0x76bcf0d95db7ff63e5c8c89b0cc3de26, 0x6d724fef7af349798fc7b281f571b176d1cb98715a9c1d9291ace3126906ba15, '', 0, '?'),
(0xeb768506aede3472e7e43434f61a7ad0, 'wp-content/plugins/elementor/core/utils/import-export/url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/import-export/url.php', 1, 0x00000000000000000000000000000000, 0x0312f7a43c7a8e177d183aff31960db6, 0xad99165f3a4cdedd0d27476959d7e701bac87c15e734a20f732e7dc3e86d6831, '', 0, '?'),
(0xeb7fcff374eb5c8f9b7d0d6bfd93ee8b, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/ratelimiting.svg', 1, 0x00000000000000000000000000000000, 0x005b7f9bec4db1c99e1ea579500fb0e9, 0xf44083ea0cad0cf453c4e77927e84e2b996be942c0bf33864a21501b62c69695, '', 0, '?'),
(0xeb8194d3d256a1db5a5f13d86108c0b3, 'wp-content/plugins/elementor/assets/js/ai-media-library.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-media-library.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x5b6282acc7adb824993ae6b1447eda2b, 0xe3f14e9f4ceca7c1c823fb160f0d36267d24b9634e8541020c0768e1ffee59ef, '', 0, '?'),
(0xeb8e77de088bedc69d00fe86a0c982e2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbed.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 1, 0x00000000000000000000000000000000, 0x406fadf364f4d95c3ad5c1402537cca1, 0x995ee4d706c81ed112efa67097cd71c822be7aa522747b3820c50bfeb32b8744, '', 0, '?'),
(0xeb948b103e40dfc9dd3aa2903f99011e, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownLeft.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownLeft.css', 1, 0x00000000000000000000000000000000, 0xd4485765b1cb31c6bb98de343464eafd, 0x4481081e69fcd9b658e23b97dd29d2f3c658ad4d66beb503b85e9ac6229374b7, '', 0, '?'),
(0xeb95d875d29ea9e525579d844fc9bc81, 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-dynamic-css.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-dynamic-css.php', 0, 0xa39696b807ed081387b8e9c0016f3549, 0xa39696b807ed081387b8e9c0016f3549, 0xb56ffd666767023cc6b49c5fd3c040d230c8466e8c87d82783d22e82815c5f8f, '', 0, '?'),
(0xeb9c02d84ca119a517b9c84d8304d3f9, 'wp-includes/blocks/comments-title/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-title/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x5f9f65e3fe1b1efad647a6416cc4d309, 0x19c6b3547a87bc0f5d1cabbc0995f98982cd4789e1e96298d20c9067c2fbbdab, '', 0, '?'),
(0xebacd17a834b52903583d8b12dcf89c5, 'wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-02.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-02.png', 1, 0x00000000000000000000000000000000, 0x26e44f26f7f73d36c075febb89c921a7, 0xf65fe14720bbfe9e666db37da6aeca4df11895e5a2a86dd76ba32f8806a77b2e, '', 0, '?'),
(0xebadb70de710217a7d4d4c9d114b8145, 'wp-includes/ms-files.php', '/home/forwardbetcasino/public_html/wp-includes/ms-files.php', 1, 0x00000000000000000000000000000000, 0x61819c80d9dfe334f55ecf23b209699d, 0xfeced0b465ee085d5d8049f59ee85b132997a7aa391f137e776407aba14bde0a, '', 0, '?'),
(0xebb1b0fa36237cc8e3e0de0574c4b812, 'wp-content/plugins/wordfence/modules/login-security/classes/model/script.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/media-views.css', 1, 0x00000000000000000000000000000000, 0x3f5960110e2534393e892f8a71d610ee, 0x6fb67e41361eb5e14053950a68ad1ea40bf4ad467c95b67a37eb82d254ee31ad, '', 0, '?'),
(0xebb7a4d6214d60806627108cbc8cba91, 'wp-content/plugins/wp-rocket/assets/img/play.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-icon-list.min.css', 1, 0x00000000000000000000000000000000, 0x4973a81aaedaf56d9d2984c77f4b9cc4, 0xfd80c5b1fb0a9dfeae7e28397b099e1f3ae7b55ec8d9d3768827958252f27aca, '', 0, '?'),
(0xebb9329a7cf53f825db8f8b0cfb80fc7, 'wp-includes/css/dist/nux/style.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/nux/style.css', 1, 0x00000000000000000000000000000000, 0x25e2f152b3198fcbe3e54f30bd0deafa, 0x62eb0972b2fb172b1b8e3781e7a6c5b6883a089d5c75876cb784a701be1b578a, '', 0, '?'),
(0xebbe5ba9565c2f069a74e257b6716d1e, 'wp-content/plugins/elementor/modules/wp-cli/update.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/wp-cli/update.php', 1, 0x00000000000000000000000000000000, 0xa4536224e26f0b7685ec95c07aaad977, 0xe9303376cca0edef96c9d1e672a2a88453f03998d2be4e166e985e261af16134, '', 0, '?'),
(0xebbf436d530f6160559e7cfd59525491, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php', 0, 0x37b4eff9e56004a6657c3515d53188e4, 0x37b4eff9e56004a6657c3515d53188e4, 0xd6d383b0b51a2b6fbad0d8a8601df38b1a4e74fd95a8cfeb6e2b0f441ea6d4e3, '', 0, '?'),
(0xebc4406732d1d7aed372563888be4f30, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/TransferStats.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/TransferStats.php', 0, 0x1f648f2240983503a723ef1f01736062, 0x1f648f2240983503a723ef1f01736062, 0xc656f65ede62f6cece6c0807c2a845805da0a62c1d238d9d6fdcd71d7591626a, '', 0, '?'),
(0xebc8c4d7ae46eeea70de73a5d834a311, 'wp-content/plugins/wordfence/images/back_enabled.jpg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/back_enabled.jpg', 1, 0x00000000000000000000000000000000, 0xa1a1f1f85d07c8f77fa394d248038ec3, 0x14b9beb639ed87a52952b524707823af108f71208efeb0a398c77b234cf84fba, '', 0, '?'),
(0xebc8cd799e5d3ba2b4e5e6014d2be846, 'wp-content/plugins/wordpress-seo/css/dist/elementor-2400-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/elementor-2400-rtl.css', 1, 0x00000000000000000000000000000000, 0x5c66e31563f3bfb7442d92d12ecba11b, 0x8466fb62c098290c8c4229899c6987e8d744db1f08699b8cea51c529e2f323fb, '', 0, '?'),
(0xebcc939320056b9375e662c43d2e9581, 'wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.min.js', 1, 0x00000000000000000000000000000000, 0x41c6898ff1bb2a06b8cc36777f342dbc, 0x2c6dc7db0c84dc50cf2d3e02748575836fd8113570d4ea23a64eb3d74047f1b0, '', 0, '?'),
(0xebd0d10f156957063b60d3e0428f3c2b, 'wp-content/themes/twentytwentythree/readme.txt', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/readme.txt', 1, 0x00000000000000000000000000000000, 0xa25a979a593b4516bb2e3326ba4ab985, 0x4d05642f08fcaa33dec2922ce0c1a068c1a2d61634fdf4decb83d0887ca9b7e3, '', 0, '?'),
(0xebd58117b85a54409adc1185be3b43a6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/MustacheScriptTemplates.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-ajax.php', 0, 0xb3e7a7f3bb357229772d478a0a600e38, 0xb3e7a7f3bb357229772d478a0a600e38, 0xc47228b5453f2cb023e8ab3f95936f960d3adb4de12eae4039ff54bd7097d304, '', 0, '?'),
(0xebdd7641c06473bd8397b5ae4bb55d0f, 'wp-admin/post.php', '/home/forwardbetcasino/public_html/wp-admin/post.php', 1, 0x00000000000000000000000000000000, 0x14479146ba446d03ab7d971ca3a1652e, 0x4f24e858cc1b8a5006c1bd5178675c488bbfdd9ccb577c8b293564d742f7c751, '', 0, '?'),
(0xebe1092f5e5f281407de4043ec54ce27, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextToColumnsRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextToColumnsRequest.php', 0, 0xaa9960db7e7dc78fd8bbef1310ce0ae5, 0xaa9960db7e7dc78fd8bbef1310ce0ae5, 0xe59989202bb4a1f88c24933ea231c939d2a355b17095d4bcc096507c01ee9c1a, '', 0, '?'),
(0xebe35943e0de6f83166f52d4e4ba9e94, 'wp-includes/capabilities.php', '/home/forwardbetcasino/public_html/wp-includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0xc65cc95024257615f8d849ffe996102a, 0x4ae8c149c8a1b684ab2139f817e9dd1bdb03af68e5e756d9047e243cedef0632, '', 0, '?'),
(0xebf02834cbc231c8f335f62a25781f3a, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-tag-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-tag-condition.php', 0, 0x3225042a62cefd5da483860bf8f84942, 0x3225042a62cefd5da483860bf8f84942, 0xe417539cf08eaa03f0e698653477bef1540abb1faa11454188128c506853e93d, '', 0, '?'),
(0xebfa73c8d336e15a6595ebb4b2bc9067, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php', 0, 0xe253acb2ea3e639706e4e119c9dbd8eb, 0xe253acb2ea3e639706e4e119c9dbd8eb, 0xb09acd708b42a16d58ef234544b0d4d80d89cdd19c160a69a7026b4ca9fb38d0, '', 0, '?'),
(0xec0837a8dca14e04ab36f22a57faee10, 'wp-content/themes/jannah/templates/loops/loop-live-search.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-live-search.php', 0, 0xc7548c45d651299946574824521b59cc, 0xc7548c45d651299946574824521b59cc, 0x9b32887e0bdec0ec7eedb8d4d7d5c7b02faf4c471fa69bf136b13885e7d25b66, '', 0, '?'),
(0xec0cdfc32ee3b5937ed158ffd1b937d2, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/dashboard-status.php', 0, 0x80f3391e85ee077015b0f1159cb11c05, 0x80f3391e85ee077015b0f1159cb11c05, 0xe9bfe9a27afc8018cebeada670e97c586cc500cd3d6d8babaf356939f3e0a319, '', 0, '?'),
(0xec1360dc12f2f816c5d37d536d802772, 'wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php', 1, 0x00000000000000000000000000000000, 0x69e8a3685c5a08b05388decd9e054da9, 0x1e0b0af535a30d8785cf212dcb60420a3d1f6218b2d9e2ece8b70c9764ff3579, '', 0, '?'),
(0xec208bc57028e9828aabc8bc8961a387, 'wp-includes/blocks/navigation/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc056c45728a54ccba2653c021cef5536, 0xa2afa33be2c55262423c6814bc69d46ac777410a88b5a54aada5dd7c9e5ca8ea, '', 0, '?'),
(0xec22e8cf174ffdb2810bcc95c66a2fb7, 'wp-includes/images/media/archive.svg', '/home/forwardbetcasino/public_html/wp-includes/images/media/archive.svg', 1, 0x00000000000000000000000000000000, 0x89a2e1f716e21fee7d2be5838d81cfaf, 0xe7d69eb4a5195c5f6df43d8bc9df3a368817364e7ee2c9a52cba0e4da29f7a93, '', 0, '?'),
(0xec26943c8fe4cada6180e63ee27cc11b, 'wp-content/plugins/wpseo-video/detail-retrieval/class-screenr.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-screenr.php', 0, 0x1b6a7d9110481fa384fc31841d7dc9f8, 0x1b6a7d9110481fa384fc31841d7dc9f8, 0xd08738d1d6749cb8597c931f5a3e2e2c0f609e94c3ad42e04b156f3250a7dc41, '', 0, '?'),
(0xec2a56210ad42b489f3a4b421651eb2c, 'wp-includes/Requests/src/Exception/Http/Status511.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVine.php', 1, 0x00000000000000000000000000000000, 0xa5f5ad190a1b47c465cba2ffb7c61526, 0x5426d3258d8d6d3e133a5aa05d128fd2a6e58b2ce9244fd52ff70a92bf0c930f, '', 0, '?'),
(0xec2de36c0c259541fbad1556ebd2cf66, 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/classes-transformer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/classes-transformer.php', 1, 0x00000000000000000000000000000000, 0xd20b9a41d922d8b9c598a5d4e0bd84c3, 0x9ec4d6ffa6550063c94b8d40c3644c8b10d8a5a4455d7766c5a4fd9c541413cd, '', 0, '?'),
(0xec38b7daa799ba737deff7d5b6e04e69, 'wp-includes/class-phpmailer.php', '/home/forwardbetcasino/public_html/wp-includes/class-phpmailer.php', 1, 0x00000000000000000000000000000000, 0x27c5d946213b892032f3b1bbb134c526, 0x47b1c45a479085e383ed35ff5fdc9a85e0ac58535b5788c4533a397040db3f9c, '', 0, '?'),
(0xec3fd8d4defdb7689bb10290d217ce3b, 'wp-includes/js/quicktags.js', '/home/forwardbetcasino/public_html/wp-includes/js/quicktags.js', 1, 0x00000000000000000000000000000000, 0x8ccab5c603d93e0925856e4ba47b3c35, 0x6d776414ffc2ec5eca8be0900d800ea73106a05e4b96c9283c6e56a6e38ed0e8, '', 0, '?'),
(0xec440d0f687dbc0419e811afb682210a, 'wp-includes/js/jquery/ui/effect-drop.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-drop.min.js', 1, 0x00000000000000000000000000000000, 0x6a5de31476265a9359d9caf2d0888679, 0xa0231dc507f6820346d9591512e306d94feeac26198564f622ea8cc60a756a10, '', 0, '?'),
(0xec47f7fd8b1b0b8a1755df9ab1fc46cc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php', 0, 0xf306c090231a9d670b7a29d47652c4a3, 0xf306c090231a9d670b7a29d47652c4a3, 0x9302958a5f0065c792e940f56c43168ce592e2baf66981be6c0e9cfa70dfe9d8, '', 0, '?'),
(0xec4877c421b0e8cad31fd6395a3c7473, 'wp-content/plugins/elementor-pro/modules/forms/actions/drip.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/drip.php', 0, 0xed7f10181a16ad7e4628e18b77514146, 0xed7f10181a16ad7e4628e18b77514146, 0x9c5d758cacabd13ff8f4a43175544c0096c8203d6c5905241c1a673d8f90d5bc, '', 0, '?'),
(0xec503cabf5056811aee2856ca452410e, 'wp-includes/blocks/list-item/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/list-item/block.json', 1, 0x00000000000000000000000000000000, 0x6c8663173d7b4be35ad0a6b28921b4e4, 0xb38c2756bd7781e3939f0eb0ec39cf3e6723aa3716c170c27b6950407b58d87b, '', 0, '?'),
(0xec54f7c64061e04ab8fd515a22c0a046, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php', 1, 0x00000000000000000000000000000000, 0xd2e86238e68c9ace4af6f48b9f26011e, 0x6da2b2fbd5b432274fb3ba813f931776f39698fcdb4eff16711c7825ff3456a2, '', 0, '?'),
(0xec5ee2a400216a6f1586b470e47dae9f, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php', 0, 0xae84a3a73d60888777d532899036ee64, 0xae84a3a73d60888777d532899036ee64, 0x36f3c5b7d95768148b098a90fa9bb730ac573fea9ede9dcf599dc79d6de7b706, '', 0, '?'),
(0xec77cccae9c5edd1b23745a054c864fc, 'wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg', 1, 0x00000000000000000000000000000000, 0x9f373a91c244797da09f315f511851d8, 0x976a6f00dd95bab2f0126d25ad9c3b15390c778bbb796e3b29c0b10582eb07bf, '', 0, '?'),
(0xec78113323d7b50863f385c1ce6037d8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php', 0, 0xcd339bf80e23e443ad475c89aaee939f, 0xcd339bf80e23e443ad475c89aaee939f, 0x9ac62ec6a7ca4a61089102b6e6d6942eea7bb9b0688a7a8f22dba0bca0a829f5, '', 0, '?'),
(0xec7b37507cedeb6aa7b07cb2ae09d5ac, 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterSubscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/code/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x21a096298dd0f8ef3ef23890fcee6f24, 0x19f5a00925e442dcca0715d52acb30a3457373cbe97884a32def9af69ce35c73, '', 0, '?'),
(0xec7ea07aac72700b3be8c1382bbed9b2, 'wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotInlineRuntimeCss.php', 1, 0x00000000000000000000000000000000, 0x713fbaf12f8f7b9ea562c97e66d80848, 0x76b4869ad53c9f70c5d78329a70e415bdc43e22466486593360913b53c6609ba, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xec917cb66079e459c4b6b2bb968e906f, 'wp-content/themes/twentytwentyone/postcss.config.js', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/postcss.config.js', 1, 0x00000000000000000000000000000000, 0x7cd74c9e43a600b2968b25653f9ba4d9, 0xdb39fb9084c436d1a1c6b38ea4efb493e11f745f54a1d7748394849dfa73e8ec, '', 0, '?'),
(0xec98e422bfa8ce10fa31f06021645d97, 'wp-content/plugins/wordpress-seo/src/introductions/readme.md', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php', 1, 0x00000000000000000000000000000000, 0xc86276a4b2b8beaa2261a832d0a16a6b, 0x116270d0949f49f185ac2bcc158fa98afa3b835f0919f323c53a5d116ec208ae, '', 0, '?'),
(0xeca0a70ce27af01fb98d58bc4d2447af, 'wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mad.gif', 1, 0x00000000000000000000000000000000, 0xe4355c00894da1bd78341a6b54d20b56, 0x338b690cb08ae5888d5a2bb22b3c4126b1cf11eb0fdc6ee9e33fabbc821925c1, '', 0, '?'),
(0xeca1e763dac62e4417c272bf207cf6ee, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/Anchor.php', 1, 0x00000000000000000000000000000000, 0x72295a334347dae7d58924d907083efe, 0xb4e678ee2b807d61de27c2f74124312cf844fddaac42a16d83363e04cf431f2b, '', 0, '?'),
(0xeca598df2892dafeff7b4aed85e5c0f8, 'wp-content/plugins/amp/src/Infrastructure/Activateable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Activateable.php', 1, 0x00000000000000000000000000000000, 0x38c1565580c79b40e6bb728afd779a18, 0x3355c3e46ac9dde1210d55828f08b128323dbaa5d9de54e7fd8a12d16b2c1565, '', 0, '?'),
(0xecb883fa7615c8db36e09a3b980e7e8f, 'wp-includes/js/tinymce/utils/mctabs.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/utils/mctabs.js', 1, 0x00000000000000000000000000000000, 0xeb81a1ec2259f9b1b4933e7855e5ada3, 0x2597597d12dabf8312261429fb01a2f84d61596782bfd08dc9dced2aa66c8105, '', 0, '?'),
(0xecb8eee1e1dd1bf29814ea5b7f0876e1, 'wp-content/cache/wp-rocket/index.html', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', 1, 0x00000000000000000000000000000000, 0x29945661ee36b0d7f86e45182e966317, 0x3082d7658db2c38a70b4f069ce76611a186f798f2dbcba5bf23e157caa2acd0e, '', 0, '?'),
(0xecc02d78c71428c545b66f49843ddd07, 'wp-includes/class-wp-customize-section.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-customize-section.php', 1, 0x00000000000000000000000000000000, 0xbe2bfbd206f46f6f10980ad9c9ea41b8, 0x0e4162937127ff31a01c0b819af92b03829c84959dbd17eb44519934eb8168b8, '', 0, '?'),
(0xecc92c8a6bad3f8e71664ba4268f7695, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Internal.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Internal.php', 1, 0x00000000000000000000000000000000, 0xd85de8a08675b7370bdae00080d7c7db, 0x90300c6bf7d3a9770ab7ff41604fb3a91e99a73633f63a73e57a328434819dcb, '', 0, '?'),
(0xecd9c9f916dcf7b9bfa00bcc2cd12ae7, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect.php', 0, 0x687fc28777620eff4fc6ab64bf02d1fc, 0x687fc28777620eff4fc6ab64bf02d1fc, 0x69d249b779c043c8e9e3c9a1c84b2320075827a92239180f8a353b10031e0a18, '', 0, '?'),
(0xecee4214d6a4df08b29d1e5b1538d431, 'wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php', 1, 0x00000000000000000000000000000000, 0xd0342e7529f414478118c9063e2a029e, 0x9c36135e046fd7d445e501f1436e2eafa1e86dbbb8aa04a5ee9efb5f6980423f, '', 0, '?'),
(0xecf0b7cc3848426c8620b3144c720bc6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessLaterpay.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessLaterpay.php', 1, 0x00000000000000000000000000000000, 0xb117b23d6cfc61cfc0235c79d3d65144, 0x046bf4159c29b846503383cb071c3be7a0191c53cd978a22b54a8d305f68f685, '', 0, '?'),
(0xecfb0e99983904fc152b994be17fcb2a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/customize-preview-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x45f9db3faff36e5a1e0ca3d2ef64a52d, 0x47a8968d69b10d6cba69555ef5aa6eeade726dba35f0c9ce8fdbbb8c5c6c8d07, '', 0, '?'),
(0xed085ce1531c83d587968038b8963b32, 'wp-includes/class-wp-tax-query.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-tax-query.php', 1, 0x00000000000000000000000000000000, 0xbb98b777a4aa1947e50e2b68bb86c4f0, 0x091025040e0dc022213150375fb59f42fef7f92679d691b63cc20189f8f0b9b2, '', 0, '?'),
(0xed0f96f86dd79401d4ca464024807e72, 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/image/view.min.js', 1, 0x00000000000000000000000000000000, 0xddf28baf863e1fd5f7a650f5493ecda5, 0xba3d32521c2c770aca151a604526fde171b6ac6ded7cc17d856cd2823bcda20b, '', 0, '?'),
(0xed1599757071649657085a4aa76c2fd8, 'wp-content/plugins/wp-rocket/inc/classes/event-management/class-event-manager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/event-management/class-event-manager.php', 0, 0x6b5bc59e9e6fa600e2a3f4253e998fe4, 0x6b5bc59e9e6fa600e2a3f4253e998fe4, 0xb7afe5a9f3d76508546acb62dcd74892ca8d747594fe8de5ea80b4f626cc356b, '', 0, '?'),
(0xed192c2ba84cfaf9b3b05c83ff4163d5, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php', 1, 0x00000000000000000000000000000000, 0xdc66bc85e4cc418ba8f6f5276d50ab68, 0x6d9193ba9ea56d83dbe53d6e6a0670dfae85afc80d7dc56cf195380fa8c39e88, '', 0, '?'),
(0xed1ffe35f41cd0a3e9acf0154ad5316b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateSpreadsheetResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateSpreadsheetResponse.php', 0, 0xf196df4878c4c1452654fb138541bb07, 0xf196df4878c4c1452654fb138541bb07, 0x73027d1367a8a39412e27ccccea5bed6bf6648591090188ff991c0bda4cc05ac, '', 0, '?'),
(0xed23e444fd136fc4dc405337707a4e94, 'wp-content/plugins/elementskit/widgets/comparison-table/comparison-table.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/comparison-table/comparison-table.php', 0, 0xece693a13d7be3a391d2a9220da150d1, 0xece693a13d7be3a391d2a9220da150d1, 0x6f9480dd14458ee09856672838233fc706efe0ee9e7ff31d62994f6758e03ab3, '', 0, '?'),
(0xed287dd19606e03fd328236fec07174e, 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ThinItalic.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/support/github.png', 1, 0x00000000000000000000000000000000, 0x4aa08acbb0f4c5197eaf7beb51ea8a8d, 0xf62f7ad5891fbd9a32e60619ac97029754183a0717acb5e4f8031161e452a638, '', 0, '?'),
(0xed31655c3fd7a8b7bebfe80aa0fe4020, 'wp-content/themes/jannah/templates/footer.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/footer.php', 0, 0xc5a668d80ddc296606bc97554c0911d1, 0xc5a668d80ddc296606bc97554c0911d1, 0x685ee56dd97694bd4e18fd3a747b0d4a167af8a2fd13b4e8b00219ad1ad0a437, '', 0, '?'),
(0xed323ab5b12ed147dea4386510f896f7, 'wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php', 1, 0x00000000000000000000000000000000, 0xfc4b06ea50cbe41978fa65454a86b17b, 0xfeb649f510100b7901392a3729bcfda1af38dfde096b81d60c8ea0ee0aaed8d1, '', 0, '?'),
(0xed353648b3c737056d94cbb1a61d828d, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInUp.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInUp.min.css', 1, 0x00000000000000000000000000000000, 0xb0b2e5ff2a6ff61d6ee9103d45c5649c, 0x172b09433430348b0338af77ec173c58e587bd3229418ee821df434801308f84, '', 0, '?'),
(0xed4e18ddd427a2210d42c46ab6cb33cf, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0x5c1048c9d62123819aa63e62e1578be6, 0x9626df78c10e8677d3ceb19068d8c4299ac59340356ddfd22e293906df181852, '', 0, '?'),
(0xed4f87412983af3deddb99964cb0e5b7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FindReplaceRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FindReplaceRequest.php', 0, 0xf0ee60ed435f072a099b2609ce59d881, 0xf0ee60ed435f072a099b2609ce59d881, 0xd70dd6dd53dd360ad84863cd4c61458537d1cb26dbde543654d07582d3a8e7df, '', 0, '?'),
(0xed529f8a22201333cbc9a954fd119613, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/module.php', 0, 0xe2142c62787686bdfa1bab56fd3a61fa, 0xe2142c62787686bdfa1bab56fd3a61fa, 0x4afeb3afd5274fde59760b42e4621bb52f1a2aadb796a462c379d642c25a7e42, '', 0, '?'),
(0xed54c78f7763d4ecb4e86d317fe43aba, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Metadata.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Metadata.php', 1, 0x00000000000000000000000000000000, 0x9fbfca6be95871dfa31a21ba1e0eebaa, 0x11e2fa8b5f99bac2a70d2fa754b94ccf81d8fd62bd1735fd0ac19b240244353c, '', 0, '?'),
(0xed5d1dd62c742d32464c9473e202d1e7, 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-embed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-embed.php', 0, 0x8feb8477f667a9be6864d2f07ca7d15e, 0x8feb8477f667a9be6864d2f07ca7d15e, 0xa80513e5f07397693b47ef617e2de8fe7e638a65a6b6a11b45b6c9a0d26cc606, '', 0, '?'),
(0xed5d9a1da740830a97ab3ec4baee596e, 'wp-admin/admin-post.php', '/home/forwardbetcasino/public_html/wp-admin/admin-post.php', 1, 0x00000000000000000000000000000000, 0x22964d21cfba2c63e298d8f5bc7cdc33, 0xac62d2ba71627b064924abb3f584992e70a33f1d65a9cb000eb7809816de0aac, '', 0, '?'),
(0xed5f00bc10375c874001ad5664187f0b, 'wp-content/plugins/elementor/modules/floating-buttons/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/module.php', 1, 0x00000000000000000000000000000000, 0xe8e1808dde9c7eca6eddab64da81aebc, 0x50698e8db93a5ef85b0c2bcdf33b859f64dbffc613ace3e9a6563e31d5487fc9, '', 0, '?'),
(0xed6b2e8c4f6a4dc7180f5383e590c39f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php', 1, 0x00000000000000000000000000000000, 0x6512cb2306ed1c6a3d0ae05281beb004, 0x30bf7155cb21d780d066960c95dfbb759e74b8924b8be70a45e0338ba88061b2, '', 0, '?'),
(0xed7ee9b471ffc33ad384afdcc1b8f591, 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/page-title.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/page-title.php', 0, 0xac8290a4346dc03abeb5ef09a6fa7217, 0xac8290a4346dc03abeb5ef09a6fa7217, 0x087e9ba21c3a9002028619a8d9b09d64e4ef22f6d8ed5efb4132a972c6c13559, '', 0, '?'),
(0xed7f4affd0a0b91571e046401efb8e9e, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-wys.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-wys.php', 1, 0x00000000000000000000000000000000, 0xae202d976d8fcb10354fa1870cdb4582, 0x63a8f1b98770b2249605124e00fdfbdd2f66d74398c35a1e37181780853e2f8d, '', 0, '?'),
(0xed83efa93fe683c95147c7c0c641a5d0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerStaticModeAttributes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerStaticModeAttributes.php', 1, 0x00000000000000000000000000000000, 0xcdc41af1e3923799eb1968630f8042f3, 0xbeb03541e17c68773efc583a12d8e64cc1652a9834c971038436a3288fdc11b3, '', 0, '?'),
(0xed88d2e3493093b1422cf31d68ca9b70, 'wp-includes/class-wp-term-query.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DeclarationLists.php', 1, 0x00000000000000000000000000000000, 0x81fdb9a812e9b2c1f535cc79649f2c24, 0x6560b806e0a0beece23f14ff330b23e9d02e89db78a67d43bbaa7408966a51fd, '', 0, '?'),
(0xed998bad7c64c11b73be10dc996b3cf1, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/wp-social-logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/wp-social-logo.svg', 1, 0x00000000000000000000000000000000, 0xbdd0265119e9bbec07f84c4660360caa, 0x49f111ee2e10d6da387ea832993ccd5278fe81bcc5da661f322913a3f5960dff, '', 0, '?'),
(0xed9f712217df2b9bc1668a76e61b7962, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InputCommonAttr.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InputCommonAttr.php', 1, 0x00000000000000000000000000000000, 0x63b78beefedfa994646b2d6f9c1c655e, 0x668ea567c8849c4c0768d05f746bd99af3baec7f910a752214877b255e464cca, '', 0, '?'),
(0xeda30f91961fee1e05fa8799e8b3ae5d, 'wp-includes/customize/class-wp-customize-code-editor-control.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-code-editor-control.php', 1, 0x00000000000000000000000000000000, 0xe99fe66a4dd8d196c2e9e96c4da3915f, 0x937807465a8a4b63dfc9338137c460d4aa246a06188f67f1fd5dd417510becdb, '', 0, '?'),
(0xeda3d283731784f70162eff30184f0fd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php', 0, 0x0a7025b66e2ff636147978e139e67eb5, 0x0a7025b66e2ff636147978e139e67eb5, 0xb675fac93e148949bc47b397298e032295e7cea0823cfb4785169af565400033, '', 0, '?'),
(0xeda48f5ad21a87350acd6ab47d851140, 'wp-includes/blocks/buttons/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/buttons/block.json', 1, 0x00000000000000000000000000000000, 0x81837420011ddb3f4372b489f85ef19d, 0xe520d4fe25906f5abe428a7aa8d7176f8929b989dc0e9ebf4b50be89c90cb0aa, '', 0, '?'),
(0xeda536e2e1eea8fd459ef77bdff5af14, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/Spreadsheets.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/Spreadsheets.php', 0, 0x963adae225fb781b86982b2efe94c130, 0x963adae225fb781b86982b2efe94c130, 0x94ab4eb088f354bca1985c126404a09a0da5f8f8eda38d79c2c5d859746f2daa, '', 0, '?'),
(0xeda7460c0496f4ecddf7b7066dbab9ac, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/class-wp-automatic-updater.php', 1, 0x00000000000000000000000000000000, 0x4f6395914af2b51f0248a64899f2dfa7, 0x48b496b6d5fa248729c4f4ce208a2e0885d3b8f262bd109e1c164a35ec34b6f1, '', 0, '?'),
(0xedb0515222e6c3400b331daaf676e053, 'wp-admin/js/link.js', '/home/forwardbetcasino/public_html/wp-admin/js/link.js', 1, 0x00000000000000000000000000000000, 0xcfb69035a7edfba4abd69ef9b450f4a7, 0x4fcd6ecac46efff4f2cb95cc7b3f9fe0c85121ef3df888d117a256a56f69d3da, '', 0, '?'),
(0xedb3c63db420f0ffea2e6e3df44fa0ef, 'wp-content/plugins/elementskit/widgets/facebook-review/markup/overview-card.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/markup/overview-card.php', 0, 0x5fa437c8a6208bc6b1948511f07a282f, 0x5fa437c8a6208bc6b1948511f07a282f, 0x5afbb995cefbd6b08ab0876f1f1d4448a425f161f5d2298ed105b47ed44adf67, '', 0, '?'),
(0xedb8d5121bcb5988435f392b3a664cd6, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSlicerResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSlicerResponse.php', 0, 0xa22de7d1509a7db4069bbc41c4f291c8, 0xa22de7d1509a7db4069bbc41c4f291c8, 0x73589bcb38ae8b71fb00855e2f0abd326be84e81850e8e47d7999d0e0e23028c, '', 0, '?'),
(0xedba47ae2093d87eaa15d0fff460f816, 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 1, 0x00000000000000000000000000000000, 0xdade37ec66f557b7d59a371201c1b486, 0x70fb7fdc76e0770420b0dddcaa39f9b60e9fa93fa1b00e9061ddffc914807a8c, '', 0, '?'),
(0xedc29d4cfa28dc6dfb145165fe19c1ce, 'wp-content/plugins/wp-rocket/inc/Engine/License/Renewal.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/Renewal.php', 0, 0x11871633d5bd45e47c7dba21f4676a6b, 0x11871633d5bd45e47c7dba21f4676a6b, 0xf7412e5dd1f40982d7c01037bd261a6a8f8011ba7761f06cacbe62fdf1e0ca25, '', 0, '?'),
(0xedc6a989cbe217e2431258dcf1f5d2fc, 'wp-content/themes/jannah/tag.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/tag.php', 0, 0x0648a51bf5894dfac8e66c232bdf01be, 0x0648a51bf5894dfac8e66c232bdf01be, 0x9c2f5d257ba518a159332f0a5d023cca7ca11732f6a60030cf50bb787d876d9a, '', 0, '?'),
(0xedd8c0551f85d845e0fd4bda822af155, 'wp-includes/blocks/gallery/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/editor.css', 1, 0x00000000000000000000000000000000, 0x1cee8959a72068b961a925613f5f2965, 0xb6c30e38701dad2ecfcd278da54e238e964da6abb53048ca3b268d0e56e538b2, '', 0, '?'),
(0xede91a61985d5de34189ea27688ea480, 'wp-admin/network/settings.php', '/home/forwardbetcasino/public_html/wp-admin/network/settings.php', 1, 0x00000000000000000000000000000000, 0xcdc249643beceabf2b341993dce022eb, 0x17620b9c82f1390b0561d04783a62111b9456e7d5069fc27e1dbd03a1e54f867, '', 0, '?'),
(0xedea5bd1a9ca5cc0568f558afe00c0ed, 'wp-content/themes/jannah/framework/vendor/tgm/class-tgm-plugin-activation.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/tgm/class-tgm-plugin-activation.php', 0, 0xf68d9a6f134cb4820e8c4cc1d2b953d4, 0xf68d9a6f134cb4820e8c4cc1d2b953d4, 0x584de59c0c54011afcbeabb42998f61890eccc20c6a3858c004687cd87db9fc0, '', 0, '?'),
(0xedf10fb2833dc3fa63e4d9879ce60bfd, 'wp-admin/includes/upgrade.php', '/home/forwardbetcasino/public_html/wp-admin/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0x89d8aade25777afab1ba7f3a5ac3baba, 0x09319abfd67256a92f62b06e4f8957a2da69d0b025c292101ef7a2cce4e4b299, '', 0, '?'),
(0xedf89123230849c2c361d22dcc298e82, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Exceptions/InvalidType.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.asset.php', 1, 0x00000000000000000000000000000000, 0x5e1cbf44657ce1841b7dab9d1571687f, 0xc45255eaa154787b66943fe4a09d26c2a834bec3146594bfe2f0f90b8efbe21e, '', 0, '?'),
(0xedff563f46a7a6b76246974bbbee32ba, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/round_triangle.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/round_triangle.svg', 0, 0x5a49da39851e79669126880dcbbf23aa, 0x5a49da39851e79669126880dcbbf23aa, 0x3d40dc5648430d5127d312b89221a74d839f0bb5df44c05a9b93c7d66a3674ec, '', 0, '?'),
(0xee110f36035c9dd7d2704a1c8f159907, 'wp-content/plugins/wordpress-seo-premium/classes/premium-prominent-words-support.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/mce-view.min.js', 1, 0x00000000000000000000000000000000, 0x687d0e991cfbe6bf37c8abf1e0ca0a42, 0x72822276e15aac656a52b0f73766d82f1054ccb69f3d71f1fcbcf0aa4a0edb8a, '', 0, '?'),
(0xee1abd0487e57b3a1aaa028ae5341e66, 'wp-includes/js/customize-preview-nav-menus.js', '/home/forwardbetcasino/public_html/wp-includes/js/customize-preview-nav-menus.js', 1, 0x00000000000000000000000000000000, 0x1b5b4e6d2012ac6cf156d2aa3384a68e, 0x06e9352c8c8b4d33c535f7dd6e28744c35b6a03b5ee6c4502f0e397ab1e1d838, '', 0, '?'),
(0xee2116d86d6dabbf6698a3d30d8ab99e, 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php', 1, 0x00000000000000000000000000000000, 0x285824bc5bdac1a806506c5567f1be32, 0x99d7a4004f65250a8543c5c8ecd35b7596c07be52a8a00ac63370005991d1a75, '', 0, '?'),
(0xee2bdb2f9a9d4167764cc45b87b155e3, 'wp-content/plugins/elementor/assets/lib/animations/styles/pulse.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/pulse.min.css', 1, 0x00000000000000000000000000000000, 0x452887209c29011e8ffb4036cf8631da, 0xfd78ab3c2b9dfe24da60a7183304ac7701cacb431317201a155b1f8ccbaf0d05, '', 0, '?'),
(0xee2ec97a9b8326b78a942eda3179b3c2, 'wp-includes/css/dist/format-library/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/format-library/style.min.css', 1, 0x00000000000000000000000000000000, 0x8f96da61d81957168616f1adadd6d649, 0xc9c00a9d164418e7472c4c2fbf95bc160af0104d00d9a5307cda045b1f8e286b, '', 0, '?'),
(0xee2ef82571a4242436d98c7e3fb64770, 'wp-content/plugins/wp-rocket/assets/img/logo-cloudflare2.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo.php', 1, 0x00000000000000000000000000000000, 0x50a2ed893405bf7915ec7ba8c1b6717a, 0x9688cc28d5a19758fb786da3a18717d42dd291de4fcaad6906f88e9ffbf1d47a, '', 0, '?'),
(0xee31a560e012e21970899596aa09a64b, 'wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-syntaxhighlighter-subscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/footer-centered.php', 1, 0x00000000000000000000000000000000, 0xa4e26462ffc875fb2e2b867dcd5c2c9e, 0xf83549479f90bd490bc3f1a1c716fa185b847dbc7f0cfa652da95bf2b5b15b02, '', 0, '?'),
(0xee35f12387c58c14e969b86d3f85b08f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateBordersRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateBordersRequest.php', 0, 0x96f8c6226344faa1e4c1593694008828, 0x96f8c6226344faa1e4c1593694008828, 0xa9ea87c9da0414e5755d997895a6f91be1c001d3dc7ecb9fa48d8dd2477e8761, '', 0, '?'),
(0xee37a05a81e7d4376a07cfb5d3ad23da, 'wp-content/plugins/elementor-pro/modules/loop-filter/traits/hierarchical-taxonomy-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/traits/hierarchical-taxonomy-trait.php', 0, 0xa935931d337fe279cb2a1911dd167619, 0xa935931d337fe279cb2a1911dd167619, 0x4e53e41aa63373c71bdd30c52ca89a1a9fdf72f51a74c7d66b5dc6c2c3212752, '', 0, '?'),
(0xee3c0e41212254fb4d3f9eea7779f29e, 'wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comments/style.min.css', 1, 0x00000000000000000000000000000000, 0xc87c0e83580524c7823de760a295a89e, 0xf5b8088e20607d6e460257368536daae3462536cc6227ebc30dbf50e371dd9f7, '', 0, '?'),
(0xee40cac0d717e668105955f1d71cb7c1, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/x.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/x.php', 1, 0x00000000000000000000000000000000, 0x23b95006de6cda51bc28505a02722fb7, 0xd8e4c5420a31056af80e7208f8552a98c80fc81f8d6a3bc4b09fd080c056cb52, '', 0, '?'),
(0xee48bcd1fcc3a503de859407ee36ef4b, 'wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js', 0, 0xb68cfbd7a2d4e647a9fd9d36d98efc61, 0xb68cfbd7a2d4e647a9fd9d36d98efc61, 0x911310493d78645e098dc1cf0dcdb53cf073f995ab3ae0c3c7c5a68f016c3f48, '', 0, '?'),
(0xee4b7fa12e06b9f7b36278e61e7b3b1c, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-3.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-3.min.css', 1, 0x00000000000000000000000000000000, 0x7d681fdb05b6536e11a2d4bdec9a8beb, 0xdf11ebca0322b190163430a308fb12c9399df69a3de703de70c1bd7a8cf57b3b, '', 0, '?'),
(0xee4d969fba6a09aa75e2c3a3cc2ab759, 'wp-content/plugins/elementor/modules/apps/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/apps/module.php', 1, 0x00000000000000000000000000000000, 0x75339fcbde1298a31b803e8f66608dab, 0x531e838ea26f717ef939dd19836b768b77567b3335f253164c36f5995244d6cd, '', 0, '?'),
(0xee4e328b1de8b0089975558ee460e3f0, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/extend-controls.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/extend-controls.php', 1, 0x00000000000000000000000000000000, 0xb0804dfc2c9d73daf5b45428930a3a76, 0x39b57aaaf77c2dd0ae559e88118313376ed4db56a50b221bc0d0cad2a6e47932, '', 0, '?'),
(0xee516eb012151042325a6cc2e4ad9179, 'wp-content/plugins/elementor/includes/base/element-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/base/element-base.php', 1, 0x00000000000000000000000000000000, 0xa9c566354ead8f4fcffd16f1bff3e43e, 0x95f7ef3a65b7d949f8e85b3e8617810201c0b52415fbc03a4065111743ff609b, '', 0, '?'),
(0xee53692603c9ae837c327ace4ac9bd7e, 'wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter/editor.min.css', 1, 0x00000000000000000000000000000000, 0x4e4a5fd05e1ef1df14f1aab5662bd57d, 0x586fddc904ca427f53d895190f58ea2d2338643cbe6ec9ca6068d2faaf63fb62, '', 0, '?'),
(0xee61c46575f7c3a120d2cc19e2435203, 'wp-content/themes/twentytwentyfive/templates/index.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/templates/index.html', 1, 0x00000000000000000000000000000000, 0xb048f307ae5e2145b9cab7a5096dd604, 0x32d303e10753ebc32352f0e22b8e2500b96feb2cca1a462ce62820df9217ef3d, '', 0, '?'),
(0xee654ea4a472a8f921580953b9f108c8, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-bottom.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-bottom.css', 1, 0x00000000000000000000000000000000, 0xd14c48d9e7b0f8af4b0cbb2d32271a9e, 0x5a906ed2b417d117881794b13c7bc1655bec81242d9c7a443ab3a39aa48f2db0, '', 0, '?'),
(0xee696c00f593d68f9a73c08873afa8e0, 'wp-includes/blocks/post-author-name/style.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-name/style.min.css', 1, 0x00000000000000000000000000000000, 0x7da1dcc119d972ba4d58a6051710db6f, 0x99d6d57e920928f90fdafecf5a90d93c3dca24dea4d323ae12b61bd2ddb977e9, '', 0, '?'),
(0xee6b792d5ef06db16c420f65a6b0e691, 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-customizer-importer.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-customizer-importer.php', 0, 0xbaa832a52e8e285ec649d9eaafcb73a8, 0xbaa832a52e8e285ec649d9eaafcb73a8, 0xfbecebc7761b9918d1c49b54f21f562f8cc364206413e4ef5114319abd95d7b1, '', 0, '?'),
(0xee7071974b17a0c46783ad91b6346b04, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php', 1, 0x00000000000000000000000000000000, 0x7613f84b9bfafd3c95db74ddd720c251, 0xf44f5b5ee18918c1b07956a6136016cbe2ea9e3de968e82b0fefb0b064d1002d, '', 0, '?'),
(0xee76160c58f4d655dead1f2ed98375c9, 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/twenty-nineteen.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/twenty-nineteen.php', 1, 0x00000000000000000000000000000000, 0xd0a5672d547b5a8ce8f85ef81d203920, 0x17b7a51eace773d8099a36d21963b9e73c46a9682b8f12ee6769b29b1173e70a, '', 0, '?'),
(0xee79d1bc35cfc7211f2aa6e320a8b11e, 'wp-content/themes/twentytwentyone/searchform.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/searchform.php', 1, 0x00000000000000000000000000000000, 0xe66764fb77c2f6fd8a7dbf242765c00c, 0x45997529f9bd6cb0af45bc34b2f9d2ebe8a78f981ee7af93e857a80fd6d07a46, '', 0, '?'),
(0xee7f464217deff7f84738b1c172e1973, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php', 0, 0xe617d0393cea7a5fe526a2edb0882541, 0xe617d0393cea7a5fe526a2edb0882541, 0x1bca3f0ae5e6cf5909ec5f644cebdb10285ad55a84f59830b51548f8ea38e1f9, '', 0, '?'),
(0xee82f7f3154b11f9df96d959096de754, 'wp-content/plugins/elementor/modules/ai/connect/ai.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/ai/connect/ai.php', 1, 0x00000000000000000000000000000000, 0xad4b880d59be1b1162b01013825543b2, 0x829d567983668c69d15d7c5727b995a659bf80685a3158a22628583f1ffb2ec4, '', 0, '?'),
(0xee982185238a301175119329605e330e, 'wp-content/plugins/elementskit-lite/libs/pro-label/views/modal.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-label/views/modal.php', 1, 0x00000000000000000000000000000000, 0xa859f2ab97ce1ebcc1840a371853c1a7, 0xdfa3fab79da60e17083ae5b24162672e01191c7a009c5f5db769e0fd1a77279c, '', 0, '?'),
(0xee9d6293bbaba693b7fef936a98e1328, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGist.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGist.php', 1, 0x00000000000000000000000000000000, 0xb166e0b5f558228ee9a22bb722ec6490, 0x6f65e168f86f5ad42eea420ebdb2e6897c5ab34012f06fd5cf8898152290a40e, '', 0, '?'),
(0xee9dae5ac12851b2c8495118edc3023d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioSource.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', 1, 0x00000000000000000000000000000000, 0xd58a385441c08f13327ae16f2d00336d, 0xcde0439679cfb45d7ea01c27661157b499f54189139f312c5378dad2120d0375, '', 0, '?'),
(0xeea12834426347b73fe4608743187260, 'wp-content/plugins/elementor-pro/assets/js/progress-tracker.fd1d31a26340ed74e10a.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/progress-tracker.fd1d31a26340ed74e10a.bundle.js', 0, 0x4041c2a4b1de993752d0d921647c81b9, 0x4041c2a4b1de993752d0d921647c81b9, 0x2ebecd6ee142dea0d0be2bf82749363f7aa2d21e784c91d0b6efe094fcac2fa3, '', 0, '?'),
(0xeea1a47e5a02d96432aefd80faccbfbc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php', 0, 0x240af7c7910086b537234588757928b9, 0x240af7c7910086b537234588757928b9, 0x26ecb6c2e555ae4ce1565118f3801f641024366ee0f8a097b6802b217cb072ca, '', 0, '?'),
(0xeea626e400c5fa1e9560122fa2a08f28, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/ServiceAccountCredentials.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/ServiceAccountCredentials.php', 0, 0x05eaeb6a25ff486a8f965a5298908e52, 0x05eaeb6a25ff486a8f965a5298908e52, 0xe897994c124fb210dba4ed58d02c2a47c80023945ec9435dfc8b2ef08a26d29c, '', 0, '?'),
(0xeea6fe2aa0f71991bedb8ca3d60a38f0, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/thank-you-page-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Row/UsedCSS.php', 0, 0x410941e1ae6bbc22608553d747460286, 0x410941e1ae6bbc22608553d747460286, 0xc92302788061580fc9e60de30424f76701b24d3f8aae7a2f4d388dbcde046537, '', 0, '?'),
(0xeeb2aa3cf19998aadca224a4ce6f9f45, 'wp-content/plugins/elementor/modules/floating-buttons/documents/floating-buttons.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/documents/floating-buttons.php', 1, 0x00000000000000000000000000000000, 0x18783e5f492490891e019960781b7e9a, 0x713dcafa7c5d827d20d3c3c4ac9d9646f4b7ee14b7f04c5a9617c9c463a622e8, '', 0, '?'),
(0xeeb916b7a1734b1c0164eb2ddd7fd17d, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DefaultLists/DataManager.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc63b1c5463e5fc5a1e8a08d0814f70eb, 0x60b9499c755de9c6005dad54df9d5879fb21d490e51113369250416c9fdafe54, '', 0, '?'),
(0xeebe3c843776bacd1f59363fe9e09dd1, 'wp-includes/blocks/separator/editor-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php', 1, 0x00000000000000000000000000000000, 0x9e3b2aedbde0e878f8e54cf50aca58d2, 0x067f612dcd1dc4ddb20cf2e85fce75ae9c90cba9b2a1ac58f20f231e5a4e0bbc, '', 0, '?'),
(0xeec902b983db67a2fabb7e2eb33205f9, 'wp-content/plugins/wordpress-seo/js/dist/externals-redux.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-redux.js', 1, 0x00000000000000000000000000000000, 0x13f1028779058eb182a7e73f2d60ecb8, 0xcc507fe17e6e0729fcc96223bb3835859d9287fad9b46283a4c3fd1ba302f1dc, '', 0, '?'),
(0xeeceafbedb1f3ff1b967165784f5f739, 'wp-includes/blocks/embed/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5cba226dae1f5d8cae4091ddc243f2d3, 0x2afec493be2346cf9a006ab282d96b8ef6bf828735689935aadda29dc73ceed7, '', 0, '?'),
(0xeed0dda9c563b50b373cf4116e5c9e96, 'wp-content/themes/jannah/framework/admin/theme-options/lightbox.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/lightbox.php', 0, 0x886f40968fd9df4b6491619b8a3b9249, 0x886f40968fd9df4b6491619b8a3b9249, 0x3abc4785136e3d5cb7d8ec027faab385e53ca010960b1371d2f09037ce7d1683, '', 0, '?'),
(0xeed4c0172c3f091018e0a972a275fae0, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/AdminSubscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/dallas-creek-square.webp', 1, 0x00000000000000000000000000000000, 0xe2658a111f10c10215c636e674e0ee8b, 0x5ca9a0d3697642a55660035351156ac77c7fcbcabfca7d126502e52bc85f663c, '', 0, '?'),
(0xeedc69290bf8609cc0fe473519d6a1af, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/style.css', 1, 0x00000000000000000000000000000000, 0x1bc0c9b3cedd6852ce9453f5cc1d5a06, 0x899275caac4818ce6ceaf7bf17d6022496e4f9a889d2b78d23c0e993f26e3da2, '', 0, '?'),
(0xeee13d9f9fc3217950b397a48a04b687, 'wp-includes/Requests/src/Exception/Http/Status414.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status414.php', 1, 0x00000000000000000000000000000000, 0xe3b09a4465b5b86cae177eeb894aa970, 0xf6c9c97f982efd08b1ac486d8db00c3c2bd61ddba6291dd29df3c844d7513c35, '', 0, '?'),
(0xeee1b24e9694e7a646a656ef59ec7f43, 'wp-includes/blocks/shortcode.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/shortcode.php', 1, 0x00000000000000000000000000000000, 0x2da08858d79c8a95a78b15a1ea83b9e7, 0x8aa4e16edd57e13f17ca63a949cb9ce2d3a685597d3d8d1af640599897343f72, '', 0, '?'),
(0xeee7584fa57a2dde6c39c6b7e1308e60, 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/class-wp-block-patterns-registry.php', 1, 0x00000000000000000000000000000000, 0xa43c34b07bcfb00c329721d6bf23cd5a, 0xaa50eaa2475f89343e86b7004167fe1f65cb449add1c320cf52ad727330d3b75, '', 0, '?'),
(0xeefa12b1c12798482f010325cd896af6, 'wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export/plugins.php', 1, 0x00000000000000000000000000000000, 0xf5bcb21efb149233776d10fb9fd9dbe2, 0xcc999eae488eac43dc57d9250aa0c8db246f394b35b60e4627a42bb7829c0b05, '', 0, '?'),
(0xef02a6f6891844c907c66e6bc9ffc1c0, 'wp-content/themes/twentytwentyone/index.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/index.php', 1, 0x00000000000000000000000000000000, 0xb33466075ddb551e29ce57fe229bd33d, 0x24f899606a30139bc992fa0b63f631042dbb4b400d66e69edc6efd5288335495, '', 0, '?'),
(0xef07407d26a34a7ecfc2be26f3e8001c, 'wp-includes/customize/class-wp-customize-new-menu-control.php', '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-new-menu-control.php', 1, 0x00000000000000000000000000000000, 0xabc84e91e07089c56143c771a06b101d, 0x8446becc309448796365e54c7551acabce2616a7e4984c1e69480aa944c5a94b, '', 0, '?'),
(0xef10ee2b1be4962d03d19dacda617e31, 'wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-03.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-03.png', 1, 0x00000000000000000000000000000000, 0x195c9fb1d022ce2307d405a10448fa6d, 0xc1ce88f69b893dcea1ae57b5be510b3b79b5e30cb18a855b799a89d0d7bceb7f, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xef12ddb2f2eb7882c527c4204a763bf8, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widthField/WidthField.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9c4da0f4c738182ee774af98e152990b, 0xcb4da547a4689d395c4aa514c5dc6f344f17e79077520c76e853bb32f9f4f104, '', 0, '?'),
(0xef1fdc9366f9c976c5e83024ef863d33, 'wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php', 1, 0x00000000000000000000000000000000, 0x7e392eb6e1a54df7e50053e6a4a0f4b6, 0xd303e31559d96483198d6af378788d074a90e84282a92a9aae3797d52de50adf, '', 0, '?'),
(0xef2af0b8c05a33878705405b68f42ef3, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpViqeoPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpViqeoPlayer.php', 1, 0x00000000000000000000000000000000, 0xdd3e6a93703d971b024054308d2177cf, 0xb3e9d466e8eef1a5448fa2d68b65284b34a519a735e5d38783185afe18a1ac1b, '', 0, '?'),
(0xef330d77dbd95e8e3141437f80582b05, 'wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/support.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/support.png', 1, 0x00000000000000000000000000000000, 0x69addfe10aaed81755e415d7550b6d1a, 0x4a85221c17142107e8f3eb95911b65d50c4ebe9607d141d00c464d45d607b733, '', 0, '?'),
(0xef37e26b657d97ec294b570e8f739801, 'wp-includes/SimplePie/src/SimplePie.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/SimplePie.php', 1, 0x00000000000000000000000000000000, 0x8faa17497763e60a2411492b015bd35c, 0x072d592ebb921e28374323a69639ed8c3fe965b2bc49334c7987aceadd3e99e4, '', 0, '?'),
(0xef3b0c4ce17489d7ac43b0839094c9a3, 'wp-content/plugins/wordfence/tmp/.htaccess', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/tmp/.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04, 0x09f9a601485149e9717abcdaa4f870c6399f43343e48fc80c233067fa8898447, '', 0, '?'),
(0xef3c03b54598a94b24b321a813dc931e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Meter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Meter.php', 1, 0x00000000000000000000000000000000, 0xab52d3da5c0c518ee817641341ef07ce, 0x5384fa075199f53487b999c21371e7e6bf1c37393b2f4f1116265b71d7a222bd, '', 0, '?'),
(0xef3f37ef8c89405fedd86c4ad184b758, 'wp-content/themes/jannah/templates/category-slider.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/category-slider.php', 0, 0x330f57a64c0fc26aade37bb2c3ca3283, 0x330f57a64c0fc26aade37bb2c3ca3283, 0xc5d3d3f9b626245e0065c8fd23ef0739cba3534062e4977f3d30d459d0fc596b, '', 0, '?'),
(0xef4d2b28a92b2871b7abd0cd6f7d4ad3, 'wp-content/plugins/wp-rocket/views/settings/page-sections/addons.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/addons.php', 0, 0xd03488c0f045b523d86c3ab00b970a55, 0xd03488c0f045b523d86c3ab00b970a55, 0xc62de7b26f7899d84fdf733126040af4d076b64af904de46d4ef228dedd8545c, '', 0, '?'),
(0xef50d486eec8dddefa6130bf056be5ec, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php', 0, 0xb06a5ffb7dd69fdfff1d6f0b17dc48af, 0xb06a5ffb7dd69fdfff1d6f0b17dc48af, 0xa3ec127c59c1d3d53d75caaa2e89044f50b801659013ebd0ba25fa68539b0010, '', 0, '?'),
(0xef573fa6b49dfa9d89f57079600641e9, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/comparators-checker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/comparators-checker.php', 0, 0x3d481d8d5042515030c13d926923ccd2, 0x3d481d8d5042515030c13d926923ccd2, 0xe4b1860855ae1b742a74ce009d7101e46c3dfd0440db70af36c56a19272d55ab, '', 0, '?'),
(0xef595e7e357e91a8709f472d8a8c0f8a, 'wp-includes/js/customize-views.min.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/functions/i18n.php', 0, 0x14a7565c4aa27f76b33942625e20af98, 0x14a7565c4aa27f76b33942625e20af98, 0x07fd21ed8fc5156cbe551b6c9b1fd993a76d9e21667fa91dd90f763db6ed1acf, '', 0, '?'),
(0xef64d1045fd439d6c9ec18b6ddd1ad04, 'wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints/refresh-loop.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints/refresh-loop.php', 0, 0xdc59928af995d62c49900f380b5e77b8, 0xdc59928af995d62c49900f380b5e77b8, 0xebc8b87d1264925d55811da53f62d1e3b0f7e1f315954961528f01a25b3514b2, '', 0, '?'),
(0xef683c6e7d507e6cb76dd931c8d7fa27, 'wp-content/plugins/elementor/modules/dev-tools/deprecation.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/paragraph/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd2528348fafcffa9cef1ddc7c282093b, 0xc1ec69376a8b960b3bc75719803b2905c0e8842e455403f5508cd2d3740238bf, '', 0, '?'),
(0xef6a91b976267f4ab8142ff9258515cf, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesResponse.php', 0, 0x7f25c30a4dd83058dcbaf9e0ffedfd78, 0x7f25c30a4dd83058dcbaf9e0ffedfd78, 0x65f9c7d7ecb5330c87e2da08e1a7d442ce68fe1a02d2ac52f8421ce28a9164a8, '', 0, '?'),
(0xef72a303cdd3b17e0816814143c22750, 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/condition-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/condition-base.php', 0, 0xa66b569955990590680870fb4ed37bdc, 0xa66b569955990590680870fb4ed37bdc, 0xa4c9206c61833daed39b2e0be8d37e6672217464d28a4251c46094bf7c3d071e, '', 0, '?'),
(0xef738a78db284bf6ca8fa51680066a29, 'wp-content/plugins/elementskit/widgets/advanced-toggle/style/nav-tab-style.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-toggle/style/nav-tab-style.php', 0, 0x574721ddad34c20f661b771f85574676, 0x574721ddad34c20f661b771f85574676, 0x82fe569db627c3244364537c806df2230923224114323b5203c0d38aaf761d0c, '', 0, '?'),
(0xef75085f7ff48b8b08ffc2ca7e2100c4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0xbd217981a50557551c5bab1075334651, 0xd7f2f3c4b7d6cd9e26469c9214e549e906e46659b0479fbc8baadfe5fe9f1b30, '', 0, '?'),
(0xef87dad2a3f32b0a2248266b0331f900, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.min.css', 1, 0x00000000000000000000000000000000, 0x7339af1b7f9c226094755fe645ff381a, 0x9e3e24dbd2c149d785fa358743b50f4e7ba9414d5329ad169c57daa455b73aea, '', 0, '?'),
(0xef8bcbf89f14e790040a9c8804a25a40, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion.php', 1, 0x00000000000000000000000000000000, 0x8bef93126945578db7a3f692b409a434, 0x5880f18e7ed838864dbebb08661cc3c16f20260334864ae116e9400d527a1b84, '', 0, '?'),
(0xef8ff041bdf73c63269d4c635a61911a, 'wp-content/plugins/elementor/core/logger/items/php.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/items/php.php', 1, 0x00000000000000000000000000000000, 0xb4ab4fedf1ba8b0a47f9020f4765e3e4, 0xe47b077fb0d2f5d1d65a00173fdcde5a04e96f505fb659c0fb015e2acfce7812, '', 0, '?'),
(0xef9664578971f7f778429b3456de5eea, 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKey.php', 0, 0x86520e416032785b6599eed7b6399a3d, 0x86520e416032785b6599eed7b6399a3d, 0x30b9fd0dd64430854d41bdb9e216e1ffcb0bb12378fb20b09cd4960f8209dc34, '', 0, '?'),
(0xef9eb124e4809569b85d01c9ee484a26, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_NullAction.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_NullAction.php', 0, 0xb4fac88ef4d10f6557531d10dcf43ca2, 0xb4fac88ef4d10f6557531d10dcf43ca2, 0x480511d4c0ae0cb61ad1f0d61015e874fa61c02149906355bb7c8f7c69d92708, '', 0, '?'),
(0xefa18e4ea6110bf4b41deb7fb773b18f, 'wp-content/plugins/amp/src/BackgroundTask/RecurringBackgroundTask.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/BackgroundTask/RecurringBackgroundTask.php', 1, 0x00000000000000000000000000000000, 0xe25cdddf0684c18de1a9b6535beb7247, 0xbd8e12ec206f4d38021207fe5bd33084b831d3f9137d7ab5617413485509dd0c, '', 0, '?'),
(0xefa3a34b4d854eb36b3ddffcb3d95b3c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/DefaultConfiguration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/DefaultConfiguration.php', 1, 0x00000000000000000000000000000000, 0xd2e904012cffdb0c20cfac85488cf53c, 0x6cb9652b14615e591f4b4df2661c4666aa01064069b86ef0cebc9d23f92416d6, '', 0, '?'),
(0xefab2d9c0a71685ad985f213cd62e7e8, 'wp-content/themes/jannah/framework/admin/theme-options/typography.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/typography.php', 0, 0x16399128590fdb5851ef0266b073e1aa, 0x16399128590fdb5851ef0266b073e1aa, 0xea3bbf598daf5e7ed729d88474393cfdd4f2207e2643860a5d87b3dde1ae4898, '', 0, '?'),
(0xefafa6f643d756e124e0a37ab03b3051, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js.gz', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js.gz', 0, 0x8792f2f14334f3cde762e38909c96d29, 0x8792f2f14334f3cde762e38909c96d29, 0x02ad5c75d4005936b8a25f1cef07bc8e79792174663fb0c5af0c25ad31b968f0, '', 0, '?'),
(0xefb2424abda49a3d34eadf1bf7c212a6, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/semrush-route.php', 1, 0x00000000000000000000000000000000, 0x3736dfda964bb7c4a155eca803ffbe96, 0xc4dcd4c820068940060d9c07ec36d0e9efeda885f02c738609ebb9b9eebe5fc7, '', 0, '?'),
(0xefbe9802518cb9a97ff7b429420aeb2c, 'wp-content/plugins/wordfence/images/loading_large.gif', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/loading_large.gif', 1, 0x00000000000000000000000000000000, 0x8259bcae7b114f628955577ebc59cb99, 0x7038f12797f799097497cfdf3a8451df6f5d7b354731e5e8e3bb19c545bec711, '', 0, '?'),
(0xefc010fb50868961600e5875eea5a106, 'wp-admin/css/color-picker-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/color-picker-rtl.css', 1, 0x00000000000000000000000000000000, 0x9e22fd3af44004dc90985e4a1fb68ae0, 0xd745ba03e38b02140ed55f7713fcab86b9b619ec313ae7e6c507d0d3c22dc445, '', 0, '?'),
(0xefc57b7fb4fa200df053066cc5bfe909, 'wp-content/plugins/wordfence/views/.htaccess', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xefccb89b5754ba07d4a29d347316abed, 'wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js', 1, 0x00000000000000000000000000000000, 0xe5d4157240fa5589e6e7205cdab63b80, 0x49e73077dedb1ef7c350dae22c7ac6575754bb545633b8836927007ce1cc07f8, '', 0, '?'),
(0xefd15818123d55a117706670be80c15a, 'wp-includes/taxonomy.php', '/home/forwardbetcasino/public_html/wp-includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0xef204e37a8d336275a4fde5a7c7639b3, 0xccf1ed6b50205337afb16a2fac4267143ff6e95059fee712efbe0db40b867487, '', 0, '?'),
(0xefd81e04eedb561eb903121f316cc93e, 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php', 1, 0x00000000000000000000000000000000, 0xe1a541e6304926f21a7666aa5ce49f66, 0xbe58e64bc39695b8aab7d96d025f3cfd099f4a33f2df69c510a9a157d63954d4, '', 0, '?'),
(0xefd9c834857ea78e5e55314578e61483, 'wp-includes/blocks/site-title/editor.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php', 1, 0x00000000000000000000000000000000, 0x52cbe3cafa16708a0dadc3c76f254674, 0x9c5c1c1dbd71c305e20220eb44bc1973fc609ec5720fea9e4be4e2ffa60a8d37, '', 0, '?'),
(0xefdca0a7a7e1437235e15e96c304cac7, 'wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose/floating-date-2.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose/floating-date-2.png', 1, 0x00000000000000000000000000000000, 0xbeea7c704a4cfb5bb9d9994cfd8d3cd9, 0xeaf1a8cf5e7a2974a18e81f31d330bb9561d14d268e359fe4b0e28275a0236a0, '', 0, '?'),
(0xefde8c742be95cf52bc65861865a551b, 'wp-content/plugins/wordfence/lib/wfScan.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/smilies/icon_biggrin.gif', 1, 0x00000000000000000000000000000000, 0xfc4bb2f14a72a7bd3abf5d0e6b49d87c, 0x3a9a909db2abd6d994ebc607c54d15189c9bd3db58250b09cc193c38bd67349f, '', 0, '?'),
(0xefef2f678266561df681741056b6ee90, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/InstanceInjector.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/InstanceInjector.php', 0, 0x286fdc833e3404467b58a821dae70dd4, 0x286fdc833e3404467b58a821dae70dd4, 0x238a9d4c6367821db97d6ccd4200c7eb302609b720540f9453fc0bb1b91f2a65, '', 0, '?'),
(0xefef365887d4aa34f1e35b5f879d3d74, 'wp-content/plugins/wordfence/lib/wfScanEngine.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php', 1, 0x00000000000000000000000000000000, 0x40a95cb0dc0607a44db6d28d4c0a3bcd, 0x761d5d37ac00b9a3e5a31b049822d548b08db9183430f406819bc4d00468ab12, '', 0, '?'),
(0xeff19814ac64f0922a2934df3863e641, 'wp-content/plugins/elementor-pro/modules/table-of-contents/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/table-of-contents/module.php', 0, 0x4f2983a7cd0e5b60b3b4ee2ea2ba6517, 0x4f2983a7cd0e5b60b3b4ee2ea2ba6517, 0xeb6edc24f075a43e7e799bcdcc9c7ef2ca40be65a94131d5f908fc99c81e704e, '', 0, '?'),
(0xeff4b1a863b5d047bcb6b8286045bb95, 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', 1, 0x00000000000000000000000000000000, 0xe4bc0db6ae1b006c705fd1803e13e223, 0xa6ada6bb542ca6da7d317761ef59eff8e0b2df3403428d495d774158dbb58cda, '', 0, '?'),
(0xeffbd90bfe1d4846ae9c3e0ea7cf471b, 'wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/dashboard.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/dashboard.php', 1, 0x00000000000000000000000000000000, 0x6975a3e4d87053d8ad7e2c770e503e6e, 0xd06f8d50b4f33bed65bf3a461799c4fe113f5f50c0477d8432937399cfd66e08, '', 0, '?'),
(0xeffc435e88887543e6717218c354cdac, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php', 0, 0x4785020d54d8b12a5ada7ba0e5eefaae, 0x4785020d54d8b12a5ada7ba0e5eefaae, 0x395f9264503f28b30f05e1c15ad277ee07d4453f3c4ad3d1fc3a9a7064da7865, '', 0, '?'),
(0xeffd197b29bc60c23a8131dce78429af, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Encoding.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Encoding.php', 0, 0x72f2aaceffad33b8ed5d2ea060695cb2, 0x72f2aaceffad33b8ed5d2ea060695cb2, 0xbb43e888a6a072cd206b60a5ffc6b8548c44baf2a78e6dc5de04ef3f4d7c435b, '', 0, '?'),
(0xefff80c9391787ca72c00b4dd4a7c4e8, 'wp-includes/js/customize-preview-widgets.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/customize-preview-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x9862c95e5ab56922279e58ea7d8a6b66, 0x1f9883b3a689f0e46f859dcf43e7831686f8140e4dc786f93da14d18a530caab, '', 0, '?'),
(0xf000574e891c65d10348c8ece2f0d292, 'wp-content/plugins/elementskit-lite/modules/header-footer/assets/css/select2.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/css/select2.min.css', 1, 0x00000000000000000000000000000000, 0xbf8f1bb83893b4844133b6246bd07e1c, 0xe05da23d0836ae903c19b6bb24b140a7c989326271292fa2a896d2f81148484e, '', 0, '?'),
(0xf0022853ec598b2be511fa2b4efa9d19, 'wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg', 1, 0x00000000000000000000000000000000, 0x46b52baf76cb26247bf12381c4a1efb1, 0x5edb48dabf6f82f0e8f99085bb52dad44435d06791e6418dc34651b8eb478a42, '', 0, '?'),
(0xf0077b8c05c641f44192545ced9dc75d, 'wp-content/plugins/wordpress-seo/images/support/help_center.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-currencyswitcher.php', 0, 0x7a8bdd8d78299e1f64d45c7b27cfde9a, 0x7a8bdd8d78299e1f64d45c7b27cfde9a, 0xc2d28ccb61d8072b9f3d956eafaa2bbf0965c7abcbb2db0d12c45cf017c5909c, '', 0, '?'),
(0xf00a05d3f04a84b956ad48eeb776e50e, 'wp-content/plugins/elementor/assets/css/conditionals/e-swiper.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.css', 1, 0x00000000000000000000000000000000, 0x3e3d755970706f7daf7b983af704edb0, 0x2514da54b6a18007ac503484890ce0eba73ba7f794e7323d1fdfe68cfd13b02f, '', 0, '?'),
(0xf0150e259a3cf02e00c8c9485a01d06c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGet.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGet.php', 1, 0x00000000000000000000000000000000, 0x7944ea22675636ec211d4064b34e6886, 0x2fb53fc1a92ae5e3d52d30711498b447479087f14945f30328b0c9d86991932f, '', 0, '?'),
(0xf01920c07fde8d3c3a39ce137cc2ce36, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0xb2264e7529a97767c6a11c675e26c3cc, 0x3521daecaaec8594084e7b4763a80219dbfb0bba79de5df2fc3e5c3b184221d9, '', 0, '?'),
(0xf01bb8ca36294a0f6f2a8aa7014e6e2b, 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/menu-header.php', 1, 0x00000000000000000000000000000000, 0x4199ceb720e0f2f4663af4d2b1ff20fb, 0xdff830ad07a0dacd31d56ce07c62650fcb46bcaed8dd2b6537be742aeab21d82, '', 0, '?'),
(0xf025ab0ddf619be7ed9c0abe17c67b62, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SocketHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SocketHandler.php', 0, 0xf380c854999712f42543a87f0dd1fc42, 0xf380c854999712f42543a87f0dd1fc42, 0x51f2fa40ee930918665acb6904c88f44327c51fa1915df0e007142702e60f904, '', 0, '?'),
(0xf031cc1c8a70487d140e456a6972bac3, 'wp-content/plugins/wordpress-seo/js/dist/workouts.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/wp/Options.php', 1, 0x00000000000000000000000000000000, 0x9f9dfe9683284700f6bd3eb0fc6cf3d1, 0x4d5695cfa9f90341514b49bc03724ec2a5a18ddeb60c8563895c7e35d30295fe, '', 0, '?'),
(0xf03a6b0aeab63aaab25f39296a50708c, 'wp-includes/blocks/tag-cloud/editor.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/editor.css', 1, 0x00000000000000000000000000000000, 0x6777c4a9673149937b346e9a85b5e148, 0x78c3c24a0f84abefd61ccfccff1d45a4895b6d46025e658b23fe69e2d4fb30d6, '', 0, '?'),
(0xf03daa9d5a9e86aa7a71ceeaf3133228, 'wp-includes/html-api/class-wp-html-active-formatting-elements.php', '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-active-formatting-elements.php', 1, 0x00000000000000000000000000000000, 0x13f919ec271857ae2199b98d99e7d3c3, 0xfb49b5dcb7ca125d5340049eec35298739d89bf44fffd85db59908a6ea709881, '', 0, '?'),
(0xf0492f1ab34ee732e9f70bf6e1c9f170, 'wp-includes/sodium_compat/src/Core32/Ed25519.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Ed25519.php', 1, 0x00000000000000000000000000000000, 0xe42aaefffe17b2a6ebce65ffecaec52f, 0x31af8dc868b965e4a22bef0bc93ab27a1cec61060b188bf0e9f783cda33440ed, '', 0, '?'),
(0xf0497d574ff0e365f5633c1f33e8db97, 'wp-content/plugins/elementskit-lite/modules/header-footer/views/modal-editor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/views/modal-editor.php', 1, 0x00000000000000000000000000000000, 0x521ddec20f6d81d5982c553cb25308e5, 0x176b3b7126d74cb9375ce0a85be891ca905c0ac76eddb6f3c115ccc94a613aea, '', 0, '?'),
(0xf04b91fdcf7d152558144399b076fa78, 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x0c7b4753c1dd3087abd6f9ee85c32906cbf1f62e7e83a9236dbc7dce3a32c8c5, '', 0, '?'),
(0xf04ce58c6f77bc17863aa1b4ec14a7ab, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/SetCookie.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 0, 0xd9c804b30968dbd08eeca18f869a86ca, 0xd9c804b30968dbd08eeca18f869a86ca, 0xda0ad658ebb348902dca891d142e48b34fc20db1928e04c7fb2449bb8118192d, '', 0, '?'),
(0xf053a710de395165d2c649bc33180eca, 'wp-includes/blocks/details/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/details/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xa9b39bef6232daf57c5e13ae01e4b076, 0x5729749c0c5633f50b3e4da52ac5db81dbd554436ad54f6324e3cb8838dfb282, '', 0, '?'),
(0xf056120f6cd46678e221711fd779fa86, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php', 0, 0x131cb87a8c1ed0bfa87a8d43189becce, 0x131cb87a8c1ed0bfa87a8d43189becce, 0x3b9d8d113220582a78dab32b33ffe93af5d2d356e5a3d3e7d74c3cfe0fb9a213, '', 0, '?'),
(0xf05c2ccdeecf2a6342cd666bb41cf9bd, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/prominent-words/metabox-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/prominent-words/metabox-integration.php', 0, 0xf9ea87d8664c069f4be8e3a9d1d0c12d, 0xf9ea87d8664c069f4be8e3a9d1d0c12d, 0x6455734e601100dc57218e988babf17726116c4698262fcdc0c3ae3488775f4f, '', 0, '?'),
(0xf06b92e7d814fb471c8fe600fbf46f15, 'wp-includes/block-bindings/pattern-overrides.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php', 1, 0x00000000000000000000000000000000, 0x0c05b54c51186aec8e47f0e9cdd1ca90, 0x5673723b346b6f5675297c778a01a7c4bed5c306c0176176d9f4a50f73fe1bc9, '', 0, '?'),
(0xf0777c10fbbf545817ad8e780f7c2b5d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAnalytics.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAnalytics.php', 1, 0x00000000000000000000000000000000, 0xdad5aef7fae55919cf8d52a00894f179, 0x528c59ca87e2b993eafb64f3d94c34871ecb381237c6fa279775f29845794705, '', 0, '?'),
(0xf07dd9aa4c31c0735f3d81cc94d7e67e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/readme.txt', 1, 0x00000000000000000000000000000000, 0xc3d192a04f69b4f5ddad43b550fbed44, 0xdde0f289e4d44242309f28a26f6659e5075ed4c800333e007b2b23a3d9d7bfe8, '', 0, '?'),
(0xf087f82ab4409f56344ec95a1c12414e, 'wp-content/plugins/wordpress-seo-premium/classes/premium-option.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-option.php', 0, 0x166a5ab9b84981ca8255c5b6f0e09333, 0x166a5ab9b84981ca8255c5b6f0e09333, 0xeab5d0f8a301c52b25e175df1461bf78dfba1cef34f427664b07513c2f5bbed2, '', 0, '?'),
(0xf0902612db4766e3db2fbf445dfa9845, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php', 0, 0xd37487d066ce5151d99fcdf794d44d09, 0xd37487d066ce5151d99fcdf794d44d09, 0x211861b24b8c219f09539e6d3fd9d23d58ff124ff683fd921397da50ad2c1329, '', 0, '?'),
(0xf091c9f3f280e933ff8c3a8fc0b45e63, 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgXlinkAttributes.php', 1, 0x00000000000000000000000000000000, 0xdf7739c5e08d9fe42e29f9f908ad08f1, 0x26b6e6bb6bcc152d5d24e1447a4fef5ec103eaa3ee5c077f2a9ad8970288a834, '', 0, '?'),
(0xf0951c074005db6bcc66ee852f17aa92, 'wp-content/cache/wp-rocket/forwardbet.casino/category/betforward-betting-site/index-https.html', '/home/forwardbetcasino/public_html/wp-content/cache/wp-rocket/forwardbet.casino/category/betforward-betting-site/index-https.html', 0, 0x8c65b1a5f2ccfb3fa948a3515f6edd36, 0x8c65b1a5f2ccfb3fa948a3515f6edd36, 0x4c7462193a1bbdda3f842f15519a9b9432b7d2722899a274c6757602adb03833, '', 0, '?'),
(0xf099897869944a80b321412e8702f2cd, 'wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-fix-assessments-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/admin/ai-fix-assessments-integration.php', 0, 0x918a92d4c4881f1eeefa3c92997131aa, 0x918a92d4c4881f1eeefa3c92997131aa, 0x60b6e422dc9fb7dd8e6061074a760864342418fbc69f38807acfff3673afa1e6, '', 0, '?'),
(0xf09a959d182e222e66f3956316fed7ec, 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateIn.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateIn.min.css', 1, 0x00000000000000000000000000000000, 0xbe55969c7d604c02245fe8d742c59bd5, 0x796294a2bbcec174f9e5b95c2a8b318d514c0af157e99258fec1ca476b1d38fd, '', 0, '?'),
(0xf0a0f757700c333c8abbdb1ae0790b22, 'wp-content/plugins/elementor-pro/modules/popup/tag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/tag.php', 0, 0xb7d72f03909629a5bfe0d25d478b7254, 0xb7d72f03909629a5bfe0d25d478b7254, 0x0e2e597e784c7361c0a1a121d4fc5cbecb62bf0187c9767e802319a23076589f, '', 0, '?'),
(0xf0adab1e660b233ce1648fcf2a7a5383, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVk.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/check-care.svg', 1, 0x00000000000000000000000000000000, 0x9a4093db6e3f6475e4c7a16f73b03f1d, 0x4aefe5e7f558dd3ba157ed6069b922b6995b2af8e2f526604bb03e7234d0090c, '', 0, '?'),
(0xf0bdae5893ace76d7dbc7b48733c6dc0, 'wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/documentation.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/documentation.png', 1, 0x00000000000000000000000000000000, 0x94d4216bfb8c17bcd8704810f6e3699c, 0x8c5dd0bb08d3b2871fa08294960d7a92ee9ebe93726207cca487c61e839a90a3, '', 0, '?'),
(0xf0c0fd7f0b578d9f9e53cc50e2fd8315, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Layout.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Layout.php', 1, 0x00000000000000000000000000000000, 0xa1a3323f0df56186dcd4e45b257955f4, 0x131ce9a9db434c4188a64c2375554dcf23969037100adb245354ed78f3e942da, '', 0, '?'),
(0xf0c979ccfe75e86eb59ddb635bd9a79d, 'wp-includes/sitemaps.php', '/home/forwardbetcasino/public_html/wp-includes/sitemaps.php', 1, 0x00000000000000000000000000000000, 0xe7605320a5b398f245be58bb5e5941b4, 0xc525d6f81ee0aa53e469f9ac8dfa783310926bae99bd1b4fdbf16e7a5df6bfa4, '', 0, '?'),
(0xf0d0b726a74cdbbdc2a8119de3564e8a, 'wp-includes/css/buttons.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/buttons.min.css', 1, 0x00000000000000000000000000000000, 0x5c113141f5f44bd474a14e5b75e00595, 0xf696c8538459065e95c49cf4f2034dd5ac36c4a09efcb6314de5f567ed1f1f9d, '', 0, '?'),
(0xf0d4e776c3481abef263d68e3ac448a1, 'wp-content/themes/twentytwentyfive/parts/footer.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/footer.html', 1, 0x00000000000000000000000000000000, 0x608aa5412849fd5d011f9c747573f656, 0x5b05f38e53405f96ee6b10f2442388f56d4c25b1c80a869cdd91fee73f17e5a4, '', 0, '?'),
(0xf0ea3bcc621ef828982eaae7c1285391, 'wp-content/themes/twentytwentytwo/templates/single-no-separators.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/single-no-separators.html', 1, 0x00000000000000000000000000000000, 0x3421066511749ae9b69b6202d5f62c1d, 0x23d41b57b6c856d94350647692fcbbcf4a0af8b31e4204966f340398de2c513b, '', 0, '?'),
(0xf0f0dd0d41469c63dad52febd2e11b7e, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingLayoutAttributes.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/widgets/class-amp-widget-categories.php', 1, 0x00000000000000000000000000000000, 0xe864c41faf68f6338244ab3b6e79e10b, 0xa7f262b0b88fdb073872222ab3b6c4fd240080db78c910c4dd89ccb60fb47dda, '', 0, '?'),
(0xf0f4ab538933eed1a9a70f10f6d85450, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php', 0, 0x32d0e4366475f51ad30e6b6fafc01dc6, 0x32d0e4366475f51ad30e6b6fafc01dc6, 0x75c64f344d9a9f1007737adec42889df6b245b5c046c53d9f9f56a16d01debff, '', 0, '?'),
(0xf0f4d1cc4701f6b8b725b765d04f48bc, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/customize-widgets.css', 1, 0x00000000000000000000000000000000, 0x78e21f68b6efe9644de72a9245e38979, 0xe45aeb9a30da801694235ddf2a01cf12d01f9cd4af0de2193dd27fd17daa692d, '', 0, '?'),
(0xf0feb03882ac8a31e654c884b3c77b3c, 'wp-content/plugins/elementor/assets/shapes/curve.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/curve.svg', 1, 0x00000000000000000000000000000000, 0x472422e0596b67c1282ec5fe5f766e03, 0xa59ecbb68ca4ba1344b2eabd3d1218b280a1abbd4515199991a391c62cd79b94, '', 0, '?'),
(0xf103ab070301497388e5b69953e39b27, 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/oceanwp.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/oceanwp.php', 1, 0x00000000000000000000000000000000, 0x7df0a1ee9c1b57bbb7b5fbd8975abc14, 0xd72b533bd97687afbc81f17595afd718074d6bd0f3be71c8d64e57cc2aa075fb, '', 0, '?'),
(0xf105f8e59372702e187585337a78800b, 'wp-admin/includes/class-ftp.php', '/home/forwardbetcasino/public_html/wp-admin/includes/class-ftp.php', 1, 0x00000000000000000000000000000000, 0xc3b7614c9ea370a134c77ea196c98afc, 0x935f8d9ea161a942516544859a84fc089a53618b3d8909657756ad2bdd40811d, '', 0, '?'),
(0xf1085499defb1cc3a8635cc5be78451a, 'wp-includes/blocks/search/view.js', '/home/forwardbetcasino/public_html/wp-includes/blocks/search/view.js', 1, 0x00000000000000000000000000000000, 0x1a955464d316e7078495930bd41bede4, 0xbaa1f936149b70a86494c9dc629d3cc42e01513171f87287aeec60da4dbe832a, '', 0, '?'),
(0xf10ed233508d646fd32cc374bc0feac5, 'wp-includes/blocks/comments-pagination-numbers.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-numbers.php', 1, 0x00000000000000000000000000000000, 0xfcd9511e557be4d759ec9736db0d23b1, 0xc982fa61d1176b3a7f6fa6dc33cdb05129ffcea7dde1b30a3ef5b3020605957d, '', 0, '?'),
(0xf118d9a579f49ab99d56fd68d779e560, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpApesterMedia.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpApesterMedia.php', 1, 0x00000000000000000000000000000000, 0xdb60eb22ec514d3667a6a5b487486867, 0x0812d965ab8efef260c617eeec6353446779ff2de387c6070fab2d04252a23b1, '', 0, '?'),
(0xf11a8077970fb3793a5b75600e6f3fd5, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/condition-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/condition-base.php', 0, 0xd776eae2f57f10a4ad6b4e1ff2588a18, 0xd776eae2f57f10a4ad6b4e1ff2588a18, 0xec3063a280c9d9f0133c6674f152f941acd0d5b1e230071f9875de01a320fb49, '', 0, '?'),
(0xf11f309a0a385011386f77b2c636b2c4, 'wp-includes/SimplePie/src/Item.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedBySpecifiedLayout.php', 1, 0x00000000000000000000000000000000, 0x03500fb9a6f8468f3787f6fd62871541, 0x3c91163428c1f22dd18f4d93ddc5e31b0ef44894a4c274fc6bedbb40185cddff, '', 0, '?'),
(0xf1254cc031c48de420fb4ad2d2d99eb7, 'wp-content/themes/twentytwentytwo/inc/block-patterns.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/dist/token-list.min.js', 1, 0x00000000000000000000000000000000, 0x410cea17c94003f204c042edf9bca566, 0x3a4a0400acecd203213a913f6945121d068df329bc334683a51d32eff55f9a6c, '', 0, '?'),
(0xf12aba5f32415762b6b8b64ffc785de0, 'wp-content/plugins/wp-rocket/inc/admin/admin.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php', 1, 0x00000000000000000000000000000000, 0x9d700d270e38fcefba9c6ae7ca20257f, 0x8b175520f5861a11b183a3613b71baad9a19205f9b90b27484a6c1de334a0a9f, '', 0, '?'),
(0xf135bb9695276d59153069e028dae350, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dd.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dd.php', 1, 0x00000000000000000000000000000000, 0x13b7f9e58d88d88fc61ef4841fccc805, 0x17b614255d701305c6c4490227c55530c36860958b5628b7190a0b542233665f, '', 0, '?'),
(0xf137495f5fb2cd14cbcc76442192ab86, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/tools.php', 1, 0x00000000000000000000000000000000, 0x8fe7aacc4971e7e2ba47e8c8a7a66eb6, 0xaadfaa95d6809ba4af051d0b88a1e3a554ca26a89f6ed9fdd21bab0844d58987, '', 0, '?'),
(0xf13d6489dad73d4610c89dcd61a9b5ca, 'wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js', 0, 0x3dd742c14a46fb7b38232d4c8eda0a24, 0x3dd742c14a46fb7b38232d4c8eda0a24, 0x6171412094991f5de85f67fe476b41e57dcdb06c652f654e81d2f5b379226a97, '', 0, '?'),
(0xf145aa60995feb7ef181b992716629e2, 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ImageParser.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/styles/swiss.json', 1, 0x00000000000000000000000000000000, 0x6da8834c0bb9d63d2429dec1418a7845, 0x006370e3ad522fbc078b3a9f8f605c2d6aca5f70675fabcc7c3bb77b2ffe3206, '', 0, '?'),
(0xf14cfed46aa93e833ac0e928bb032d03, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpInputmaskCommonAttr.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpInputmaskCommonAttr.php', 1, 0x00000000000000000000000000000000, 0xbce917c08d1a9dad8d07897d27e6c775, 0x74b698e7b403fe8b6fd3495447916374a999572ecd511346e39e02ce2f381912, '', 0, '?'),
(0xf14e62c4938570090a1bd2f005233f45, 'wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', 1, 0x00000000000000000000000000000000, 0xc270f16abe49424ff51f86bba754d4a0, 0x6c9f93c66c89861d315817739c882933b272062476c669a4392b2a1801198524, '', 0, '?'),
(0xf15a2fa5bcfb7b4c74e5d5ae4624801c, 'wp-admin/js/svg-painter.js', '/home/forwardbetcasino/public_html/wp-admin/js/svg-painter.js', 1, 0x00000000000000000000000000000000, 0xc86383d9c9afe109a3a29753238bf89d, 0xdc75f5ba48a290174462c3d2050201e072b56c74240fee9440cd524586155974, '', 0, '?'),
(0xf15e765bd463b75e38b499bab1c3a477, 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/jetpack-markdown.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/jetpack-markdown.php', 1, 0x00000000000000000000000000000000, 0xf831bfdc532c95509298e84787567750, 0xc8bbca11d6c0227677434da32744d5fd2a034508d4c7d44c7cf8b92d201d5412, '', 0, '?'),
(0xf1607ee3a1c5ff68629e423ee777a499, 'wp-content/plugins/wpseo-video/js/yoast-video-seo-plugin-1470.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/js/yoast-video-seo-plugin-1470.min.js', 0, 0x4d2b5aa5053fd4a4788671eb1259a28b, 0x4d2b5aa5053fd4a4788671eb1259a28b, 0x6ecc39e804b13a94a766e8b0fff2becff08eb4d580a42e535d248756250570c1, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf1612bc86c4544e236e8eafc26552218, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsTemplate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsTemplate.php', 1, 0x00000000000000000000000000000000, 0x56cc18ce61da5ed16b0ed3b5f32fbb1f, 0x6ca005cf19f09af609364d109754469a26f1fdee5238d8aa1fca1969b595ea15, '', 0, '?'),
(0xf162799c7a164ba4fec56f29f49b83d3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php', 0, 0x507e353b8f3d57e60915158609c6e0c6, 0x507e353b8f3d57e60915158609c6e0c6, 0x3cf509b41b54bcc38b7d0b8fbdc7de431a6140f98331bcaf150d19c68a3dafdb, '', 0, '?'),
(0xf16b269b5dcdd6498d60c58bfb234674, 'wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar/editor-app-bar.js', 1, 0x00000000000000000000000000000000, 0x5f248e0807a230399c16a36bf09d6dad, 0xd0845f255b92c9ac15a8d97d619354c851f4a0b50a9842c16e5ebb9162aaae6e, '', 0, '?'),
(0xf16d7d54aa72245c1f977769d28192b1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartSpec.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartSpec.php', 0, 0xe209c1831e5fc961ce7e1e55148020a6, 0xe209c1831e5fc961ce7e1e55148020a6, 0x86493d2df4ef63aa44730826120feb8561961b0439d184d04d8965d35836eee9, '', 0, '?'),
(0xf16e48ff401db7ec2128ceed7935709e, 'wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js', 1, 0x00000000000000000000000000000000, 0x20ef7607fbbf65f7375cca9bd7a03d81, 0x1b2168b865f364a3b9eb65d6895377d8b103fd9a9fb4a2147e6ee2ccd2492178, '', 0, '?'),
(0xf173d1cc64e206f937abf197ab78d32d, 'wp-content/plugins/amp/includes/sanitizers/class-amp-tag-and-attribute-sanitizer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-tag-and-attribute-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x82aaaad1682abdd22e99acac1fb111a6, 0x50913a7660548b1f8dd2778a5da351aa8dd240dfebad1ac7c8f1697966580cc7, '', 0, '?'),
(0xf1764703cb9cdc218583ac1bfba7b50f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/LinkManager.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/LinkManager.php', 1, 0x00000000000000000000000000000000, 0x26b37411008cc55e2e43ee3c33deb1f3, 0x37ac357cae7c450efcef56081c43ea2b2885f7dc30c71b8646a693efd33c195b, '', 0, '?'),
(0xf17949b45ff5e427693d8a91acaa2722, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php', 0, 0xe095803b4532957f8ba2a53999ea6e23, 0xe095803b4532957f8ba2a53999ea6e23, 0x37159947459acd9d8d17899fa076a5c9cfb1a7f9813a40345cd58ded4a73fe76, '', 0, '?'),
(0xf17b2ffb575c122262030dffba55f2c5, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/Subscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/app.php', 1, 0x00000000000000000000000000000000, 0xd8803e05b469a1db07e3e8610630815b, 0xfb895ccc31648122e69e2fa1350f9da78bea12f26331a18b2412c0ba7dc7f730, '', 0, '?'),
(0xf18841b666e219f9e0a7da7edc5877dd, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Is.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Is.php', 0, 0xda5ca7223def8d27ab79376b98f6419c, 0xda5ca7223def8d27ab79376b98f6419c, 0x65e66041aa6b639ab89474c5201772e011df5bab6434616c9b3433e87b474f1a, '', 0, '?'),
(0xf18aa276108c113a07b944b81e59ec47, 'wp-includes/js/plupload/plupload.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/plupload/plupload.min.js', 1, 0x00000000000000000000000000000000, 0x111b8979f6f57c288948fd651584ceea, 0x9788530356ed8504798eca628c875a0c8caec4caeb6a12bf7ae17897304ca4c9, '', 0, '?'),
(0xf18ace01befb95d061c8bf7ca20f9d5d, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-6-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-6-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0f902916692d0c171c5d347ba59899ff, 0x09c11a0f5f4e02b2e713fbbfe8962b118862baf857c36029342bc8407eebb393, '', 0, '?'),
(0xf1989ebc7d4efc5eb03cf44f64c5ff7c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6.php', 1, 0x00000000000000000000000000000000, 0x6ce0c8312e3ffc020d5fe9e5c3b9351f, 0x58d7b5f86e1291999d5ca181b92c84fcac809a5cfbb68def240f39d868dcf248, '', 0, '?'),
(0xf19acda8deb9c0c230c981a7e4b791d9, 'wp-includes/blocks/video/theme-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/media.php', 1, 0x00000000000000000000000000000000, 0xed07eae239f730d32670e3ce069c331d, 0xdab4691bdbf6f4c6ffa0d7c27e5c79baf7f9a8631032c3da8cd42e7235809d8e, '', 0, '?'),
(0xf1a02b51f663660ad6f6f2340f0b3d2c, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter.php', 1, 0x00000000000000000000000000000000, 0x296e6fb856c92c9a68d123d50d7aefed, 0xe751975e426183b7119316edbf210fcc735a79314b8fc126eb861231e2cf238f, '', 0, '?'),
(0xf1a88ba7d1f497780d2b5e3bf90ecca9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataValidationRule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataValidationRule.php', 0, 0x8bc8f4c2e02046236475d7ca28fc3b90, 0x8bc8f4c2e02046236475d7ca28fc3b90, 0xfabbec30598a534340377342781c7f7edb6c3cdfee3dfb9c1f09193641658dc3, '', 0, '?'),
(0xf1a9a2a87c886df4f72e4f5cc590e6a0, 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/cross-out.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/cross-out.png', 1, 0x00000000000000000000000000000000, 0x930f766015d43d7da42e470fcd4c75e2, 0xaeb5264f89e9842a4cd492c03c9a37642a8fc507c14fcf3303af4d28800137fe, '', 0, '?'),
(0xf1ad2cb04fa37f5e95fe6ba1bde2116a, 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/css/colorpicker.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/colorpicker/css/colorpicker.min.css', 1, 0x00000000000000000000000000000000, 0xd28e0c4f3e532251b7e52d2477891a3f, 0x3665617c345baca323e63553da4e7b370ba731989f66eafeeb4f309d81ca8e50, '', 0, '?'),
(0xf1b0afe520763dda2f517fd66efadd35, 'wp-content/plugins/wordpress-seo-premium/src/routes/link-suggestions-route.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-archives.php', 1, 0x00000000000000000000000000000000, 0x2b87c9afd240748dd09d40f858f17f26, 0x68f7c48a8cd65ab114d6783ab589c7df7238cb1dbe1340debefbcd9324a34bc6, '', 0, '?'),
(0xf1b31480b8a70c88ff12db7854dfed69, 'wp-content/plugins/tinymce-advanced/readme.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/readme.txt', 0, 0x4b28fdeb3bc54175cfd44e6cef2c818d, 0x4b28fdeb3bc54175cfd44e6cef2c818d, 0x1118b8d8bef93c2fa3a5a2c0bd05166e1a699d0b0c2f6a2693bceee408f49b2c, '', 0, '?'),
(0xf1bb7db14f153b55eba969c4e33cc082, 'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', 1, 0x00000000000000000000000000000000, 0xc721e25acf93da7dd5694620a0e5966f, 0x9ef39eec3b5e266012328eb0823af30e2628c6bd7bca97b881114c79395c64ab, '', 0, '?'),
(0xf1c156eb17f9e07cda91e4e2532323d2, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php', 1, 0x00000000000000000000000000000000, 0x33125a784a844f0235af770bb718989b, 0x7cbcfc592269d747d0f847c38cf237e43a856c449bcf7d652a829f78afe2ce2b, '', 0, '?'),
(0xf1c15dc1b20d9ebe157db9a4f4275d70, 'wp-content/plugins/elementskit/widgets/comparison-table/comparison-table-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/comparison-table/comparison-table-handler.php', 0, 0x5b545d5f8e3dcbc70c4dc6f51cd879bb, 0x5b545d5f8e3dcbc70c4dc6f51cd879bb, 0xdccae22b057ab190ecfbeb7e24a7eab2693e77bc63de6e817feb11cf2a17473b, '', 0, '?'),
(0xf1c44e644a2696fc15e0139b72556974, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsent.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxChild.php', 1, 0x00000000000000000000000000000000, 0x78ce259a8ed4fe771876194169ddfede, 0xf492e98a4f6d942e416c2eb71396fbb55cd3977d58eca9595304eeca4f05596d, '', 0, '?'),
(0xf1d08624e4b1e1114818642bd8bb179f, 'wp-includes/assets/script-loader-packages.min.php', '/home/forwardbetcasino/public_html/wp-includes/assets/script-loader-packages.min.php', 1, 0x00000000000000000000000000000000, 0x12bc30ed443f01ce5dabee5e7ac4e2e0, 0xe191251c81f77b95fcaa24d2adeeeb9d60b9456e6d58d7378c1e961be1bca4b7, '', 0, '?'),
(0xf1dd9d6da277c93c56f4b33c910e99a4, 'wp-content/plugins/wpseo-video/detail-retrieval/class-brightcove.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-brightcove.php', 0, 0xb5e20456ac5cb7c67b6d1046b8cef2b7, 0xb5e20456ac5cb7c67b6d1046b8cef2b7, 0x1ab1b93c4b98b014d524f200d4cf6f0d4a6bab51e1debc891b02fd1773c24298, '', 0, '?'),
(0xf1e08c90574a94b5667a69040a031960, 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php', 1, 0x00000000000000000000000000000000, 0x138b714ada0c6d26cbcf0b5ec38102b3, 0x8e128ad5a655068ca7e273b009fbbeeeef2259a8b9ec3d2e06501249f437d661, '', 0, '?'),
(0xf1efaaaf08be7a79b4d5c83e5f2b9474, 'wp-includes/class-wp-user-meta-session-tokens.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/promote-notice.php', 0, 0x11eabb8b39eed9f8e678d41a616fd888, 0x11eabb8b39eed9f8e678d41a616fd888, 0x3fa560f37d3f8940fb52bd69d88f91e024467590717485cd463f44fc299396b4, '', 0, '?'),
(0xf20153d074e3706f37a89c2c50c7876c, 'wp-content/plugins/amp/includes/utils/class-amp-image-dimension-extractor.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php', 0, 0x9d0b508824cbb6e7913d4795dfdef4a6, 0x9d0b508824cbb6e7913d4795dfdef4a6, 0x0c12eb03a886d067de38e92e83ac533698ec2dd87ff8fa31a4a5aec111c25ca8, '', 0, '?'),
(0xf209da4696416182679afea5d1845df6, 'wp-content/plugins/elementor-pro/modules/forms/classes/convertkit-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/convertkit-handler.php', 0, 0x208b283f0cb6601d51e042eee95a8bda, 0x208b283f0cb6601d51e042eee95a8bda, 0x41486a035ef5d02621e388c03314e9545008cdd56fc693d74c3dc836ce3897c7, '', 0, '?'),
(0xf20f1ee3dd48f6722023e2772f933a34, 'wp-includes/js/dist/plugins.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/plugins.min.js', 1, 0x00000000000000000000000000000000, 0x3c6b653506dcef8d392c474f8e5bf1e4, 0x3ba4ab8ea3b0a9f69425aaa01808cb7c555382b07c49893892cb0cff32baa657, '', 0, '?'),
(0xf221ebf3bc9a58ce7cf5c28c92401be2, 'wp-content/plugins/elementskit-lite/compatibility/backward/plugin-class-backward-compatibility.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/backward/plugin-class-backward-compatibility.php', 1, 0x00000000000000000000000000000000, 0xdfbf55a1adf5f3d0b46def13a78cfa5c, 0xcb318e93b9e29440d731b40335e43dcd691a65fda895fc240ce1edfcca336a4b, '', 0, '?'),
(0xf2230570acab1664d808da9f97c29a0f, 'wp-content/themes/twentytwentyfive/styles/blocks/post-terms-1.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/blocks/post-terms-1.json', 1, 0x00000000000000000000000000000000, 0x2d4ffdca283449a17a57c877fdcd17ed, 0x2e7422dab751618f6f7a426397f5ec088e28981bf1e00c37b4cf55fa03037dcb, '', 0, '?'),
(0xf223e39ed06dc75838b89b2bcb8adcb5, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php', 1, 0x00000000000000000000000000000000, 0xf7347117f3db6b728944c858e6225dac, 0xe843ac60e46e29e982779631349eef4bda48e2a92db2a75ffa61141ea6d5093d, '', 0, '?'),
(0xf225fe0dd6f0ca39fc0af137b23bdb66, 'wp-content/themes/jannah/assets/js/dev/breakingNews.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/breakingNews.js', 0, 0xe022793a4ab62a11c6f75d099878c8c3, 0xe022793a4ab62a11c6f75d099878c8c3, 0xf3bae0ada58ee57a257cda881361f765e70855efdad4166ba9de44d588e0ed5c, '', 0, '?'),
(0xf22a70fee55394b21786adfe18cfed1d, 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInLeft.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInLeft.css', 1, 0x00000000000000000000000000000000, 0x45fb6929e2ebc78fecf8d2e2addcfaf5, 0x67b0b895fe57d158362732d1d56f406658951fb42020eda344701a92feab38ea, '', 0, '?'),
(0xf22f822b46f897d058446095b6665021, 'wp-content/plugins/elementor/modules/system-info/reporters/base.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x15a9d59b6580e62fed76c0a2e99b94e6, 0xd1ac14de0c9a569a089810e98c3a9ed11a9326c346c548b79f00de7de02dca5b, '', 0, '?'),
(0xf2404f599698808a2b6ce17d771b976b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/ValidateTagResult.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/assets/main.min.css', 1, 0x00000000000000000000000000000000, 0x47e7dcd203bcb84d9c2694d26c032ab1, 0x03f37727ed7147cd0931401309e24a89dea512b1b7c8cd4e1c87c82c1742bb59, '', 0, '?'),
(0xf24c3ecb3bb52a09aab959db9e6d031f, 'wp-includes/blocks/preformatted/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/preformatted/style.css', 1, 0x00000000000000000000000000000000, 0xe74f6f4a7d5baf8cd7bbf5a5c1578ac9, 0x059bbf6d80e401e3412d90b6e4609238c7ef09a3502061d479ed3c0bf0289cee, '', 0, '?'),
(0xf25fd56385a6a28e061158faf2df0722, 'wp-content/plugins/elementskit-lite/widgets/social/social.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/social/social.php', 1, 0x00000000000000000000000000000000, 0x317a3ed4f09aca6dbc1340db97cdbe90, 0x2d93e4fdef3bc1368f2f9ce5728881cfb5c9b229102bf25c0416da65ce9a8115, '', 0, '?'),
(0xf264ed54016fc8668bf6d2b7dc621853, 'wp-content/plugins/wordfence/lib/menu_dashboard.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_dashboard.php', 1, 0x00000000000000000000000000000000, 0xa948ccc2a3e67bf8063d3716c2a77820, 0xb377dabdc3be248d37858583eb8a1621235858188a499c7b401e587b13434ff0, '', 0, '?'),
(0xf2668a867d35de66f9ee188ceadd48c2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/AES.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 0, 0x03c3907bcd0d8d43d9d368fb70c8bb31, 0x03c3907bcd0d8d43d9d368fb70c8bb31, 0xb083d28d3d669733615e8663d4861cd5d03c836387cdb0c235ab439730a5f101, '', 0, '?'),
(0xf268b5714aad30f9a96d2ecba2b12ba8, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php', 0, 0xd5738cb55c0bc2c531c85933a122a858, 0xd5738cb55c0bc2c531c85933a122a858, 0x35194ead2916ed9ee8a8c4e47ad3e4148c041b069a9510f82f9c02871564b190, '', 0, '?'),
(0xf26a9df11d0a6a3cc063aa4042890458, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/css/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xae90acdb8a33286a88b4a4000891ea68, 0xee134a1ed22b56bba1ef62c11373536f67b6f153efab94cfe456cbf53ccb4bcb, '', 0, '?'),
(0xf2753bc88c30e5719477aa9c3de0df0c, 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', 1, 0x00000000000000000000000000000000, 0x310c804117a4d7b6ab245e3ef4bf93cb, 0x707df83a8f5c4f81959ab2dbc5e910cee7d53151dcf5365879b38c5459d602eb, '', 0, '?'),
(0xf27c0bd50b55f9b8c72ba1721d3ccd98, 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-12.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-12.svg', 0, 0x8e1d1717ffb7e1ed265c43d0328ab2e6, 0x8e1d1717ffb7e1ed265c43d0328ab2e6, 0x7d43522c96e8b7a82fcc115c842d0f5b59cc4b237a7554691e5920c2ebbad3dd, '', 0, '?'),
(0xf27f15bb3da72e039801a5f51067498f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php', 0, 0xd285e47e2b2035bcdde26a597189624c, 0xd285e47e2b2035bcdde26a597189624c, 0xdad8fbe10c426810116d242dfae3b3714c278ebabbb1ed8c04689555bf3a8175, '', 0, '?'),
(0xf2863f3de4838d8462b9b8b7f41c5ef0, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php', 1, 0x00000000000000000000000000000000, 0x5ec90baf68d4689006ba917be4438fa6, 0xbe965735c765102c06d1c684f38f43e33e79107881f322faa27ead483735827a, '', 0, '?'),
(0xf296dd05d50b6a1b4be926b785edd659, 'wp-content/plugins/akismet/class.akismet-admin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/class.akismet-admin.php', 1, 0x00000000000000000000000000000000, 0x077c29563cc1d570c6f5ee9e3ab77a92, 0x2f3f9f6db0ca4002190d6792ecb166c69a0967ae767f68cac9a22b4245bd5eba, '', 0, '?'),
(0xf29a4000b236038ee11f6e96994332f3, 'wp-content/plugins/elementskit/widgets/popup-modal/popup-modal.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/popup-modal/popup-modal.php', 0, 0xea7c4e725ffcb64cea0ba4d0aeb5c778, 0xea7c4e725ffcb64cea0ba4d0aeb5c778, 0xc015ba69eda9931bc667cfd54438ed0ce5b35652e15fd0fb540b392d4e2c200f, '', 0, '?'),
(0xf29dd78507fc99c1248c547b02382f66, 'wp-content/plugins/wordpress-seo/src/functions.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/functions.php', 1, 0x00000000000000000000000000000000, 0x48b14b8f80a4064a9de73bd296396d79, 0xd7ad10f7450df6a686fcc1ca023e8ac4b2c5e3861fca3d2bd97489b236484a51, '', 0, '?'),
(0xf2a824637bb139375ed086c8f74ad867, 'wp-includes/js/dist/server-side-render.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/server-side-render.min.js', 1, 0x00000000000000000000000000000000, 0x3bdc1d4ddad1a9fc55e6de6572014fb1, 0xd24c25afae4a5658b0a8db162b596728c32f70bb0c5134cee9ac2697d77c28d4, '', 0, '?'),
(0xf2acf81ad06c8bab849af7382fa41b7e, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/block-supports/custom-classname.php', 1, 0x00000000000000000000000000000000, 0x3da7bbe6b74606ed4772906be13912b2, 0x7bcdaac537dc10e2c0bf2a777a0d8b70c23386613306c704ea85a7be9837b440, '', 0, '?'),
(0xf2aefe2cd7a728262e0f2269af01c0ed, 'wp-content/themes/jannah/assets/js/dev/fitvids.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/fitvids.js', 0, 0x1580cc8c572fa16034961c708cc2742b, 0x1580cc8c572fa16034961c708cc2742b, 0x399826280bc017ffc92e77fd949a75b46f505ad19d4fa4563cdb32b2172b16b5, '', 0, '?'),
(0xf2afaf8cf51af5f3b01bced60fd223f6, 'wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1690810710.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/swfupload/handlers.js', 1, 0x00000000000000000000000000000000, 0xc2c1ec2ac323cd308b2dc6d58370f514, 0x48b323fdafa59f613a9a8731fa89c0d5f6f0ed97dfaf6f72726aec757ae07a56, '', 0, '?'),
(0xf2b1a0adfc1fb242c95204d47a878759, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.table-hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe56f81676f199db7bf937e69a64909fa, 0x843cb28a3db81fa48d3b923ac1745f2c77ab04c48349b7ca1806c12c8a2c999c, '', 0, '?'),
(0xf2b484b0b00dea17cf943e1d9577eaa0, 'wp-content/themes/twentytwentyfive/patterns/template-search-vertical-header-blog.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/resize-2x.gif', 1, 0x00000000000000000000000000000000, 0x887b335656b4ed4656ac1c1966e4254b, 0xe687b47932717f99fe5af06fa0a67eb4a2285b971e826000601b43b8691a4c27, '', 0, '?'),
(0xf2c01545f6c0988abbafab776a033315, 'wp-content/themes/jannah/assets/js/videos-playlist.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/videos-playlist.js', 0, 0x239e9196827b40e5d4a9b0ea9799ff71, 0x239e9196827b40e5d4a9b0ea9799ff71, 0x5431cb2dff5e91e072fac5b7a4846e6f78a96f9c7bee40de1d8be901597fa9bc, '', 0, '?'),
(0xf2c089dea1d6f9f677477562f2be80d5, 'wp-content/plugins/elementor/assets/shapes/drops-negative.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/drops-negative.svg', 1, 0x00000000000000000000000000000000, 0xbfcb090853a9a16cac5f79d684acc0d1, 0x51578bed8467e2ddb1719b8097c637b8fdcbb0903522f9a2e307c62eb046c2ba, '', 0, '?'),
(0xf2c2cc5f667f04c2a0181024c14f3c6f, 'wp-admin/js/common.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/common.min.js', 1, 0x00000000000000000000000000000000, 0xeac227bb6c5709c30fc702bb86019d5f, 0x36e16c26cd52b15476f9b3a2f102c5991199994d2da128df569f145ff838c7f9, '', 0, '?'),
(0xf2d089a5379890d8cb35e2b7267f5eaf, 'wp-content/plugins/elementor-pro/modules/compatibility-tag/compatibility-tag-component.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/compatibility-tag/compatibility-tag-component.php', 0, 0x3ba0880176561eb26ab69f44cdd36b67, 0x3ba0880176561eb26ab69f44cdd36b67, 0xe338b544966d97d0fdd250a7d9616b441635e9c27227a846a505db58786aed31, '', 0, '?'),
(0xf2d22506af00faca7a9466c04ec87053, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 1, 0x00000000000000000000000000000000, 0x5345ad90ee783d64afa87ec1b1ab654d, 0x2283770b942525177b8e98e50c0c3d4c28b0b8c568180b4be20dc6a2480eea50, '', 0, '?'),
(0xf2d762d4a346edc42e7054f4ef119f00, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php', 0, 0xa3d35ad928a37e67093838a2a7bad981, 0xa3d35ad928a37e67093838a2a7bad981, 0x2f191d7958ee196ce8ff8dcc9e0d11014ffd6bd58fc58ec64958bcf705a896cc, '', 0, '?'),
(0xf2da77ce2b07222bfa24e319ac5e1cb8, 'wp-content/plugins/wordfence/lib/wfLog.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfLog.php', 1, 0x00000000000000000000000000000000, 0x02deb0ddd2df7b9d2aff215ffaf60256, 0x6cb748733766c1432e839314b84970963aca66c4cfc01a3677f199c065facfb6, '', 0, '?'),
(0xf2ece78351e5a649a97f6be38185087e, 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/date.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/date.php', 0, 0x396826c207490b18b4e13bccffcbe9b1, 0x396826c207490b18b4e13bccffcbe9b1, 0x0134cf7c2c7073752ea0706ee440e8e5c75e5e546f12a5f726de35124a0d352d, '', 0, '?'),
(0xf2ee61dd75374aee44c7ea224275e903, 'wp-content/plugins/elementor/assets/images/library-connect/left-2.png', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1fe2e290e20cdaab6ab5793603d9a78e, 0x53a9c67be3a80d1a2ba8725d046010cf4eddecaecbc718910c213309a453c43c, '', 0, '?'),
(0xf2efc45f4dddb05bab899e35c3af2a95, 'wp-content/plugins/elementor/assets/lib/animations/styles/bounce.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounce.css', 1, 0x00000000000000000000000000000000, 0x59275c28fa85d9c31c9c02ed836f9a93, 0x677620d950c4a3bb2bbd3aba0a4203655f66fa6cc60149ffa332329ea9b7f621, '', 0, '?'),
(0xf2f48f1e26406c860617aebbc4cedebb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SectionAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SectionAmp4email.php', 1, 0x00000000000000000000000000000000, 0x6c43535a8cf238a0332b71900d0337f5, 0x4e4b320a74ddf3327b0ffc44cab7f8d3fa6bba8bbc7caf15413d65dd86ef266c, '', 0, '?'),
(0xf2f701b760b0b1c2f3efeeccf9c34355, 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/my-listing.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/my-listing.php', 1, 0x00000000000000000000000000000000, 0x72898a955a603c1979deb7eb145f5c24, 0xe516499908fb06266c7e086cd5c1dd687489385a2616acee8698f5c25e94cde0, '', 0, '?'),
(0xf2fde03efd49a8e0f0cc947990a365bb, 'wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social-data-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/seo/posts/social-data-provider.php', 1, 0x00000000000000000000000000000000, 0x6dc8cd8a5ccf2a247a93223ad2b25f7e, 0x0b965b6ad3c835d27251f2a965ca8772f2c0106b270d1530a42369d0e08b0567, '', 0, '?'),
(0xf306d410ba3c0ff866c383f77900ac59, 'wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss', 1, 0x00000000000000000000000000000000, 0xbf11f01ae62eabcab98008c2888067db, 0x22bc65dbb0bc7d80298173bc1fe1c0d193caab745bbc22a1699eb7c6eb2f56f4, '', 0, '?'),
(0xf31e7906cf2de78f666e3690158643a3, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', 1, 0x00000000000000000000000000000000, 0x637739f527d4f8a71a778e8d44e692f9, 0xf2a08c711b01b5017eb5840e15e8d1a0712f84b6254cd55827ae3540199df50a, '', 0, '?'),
(0xf32202eb8d4e0baafbf33a5eae884246, 'wp-content/plugins/elementskit-lite/modules/controls/ajax-select2-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/ajax-select2-api.php', 1, 0x00000000000000000000000000000000, 0xa3e6e4278e0e111bec5010a8bb4a9591, 0x9020e050b434d1011bd29e2cfb569592595a8b715541d74a2bce675baf3d4466, '', 0, '?'),
(0xf3235cfab7e2a82f87760e0516581e52, 'wp-admin/js/theme.js', '/home/forwardbetcasino/public_html/wp-admin/js/theme.js', 1, 0x00000000000000000000000000000000, 0xbad98f67668cbdc547e71eef07ba5f57, 0xfaa91842403ecceed8fe20842c601c5afdc687097a713304ae043a03a2bcfd1c, '', 0, '?'),
(0xf3248334fa15b2a7d4cfd1858ea36d38, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php', 0, 0x22315eab63bb5f2392f6cf6bfdf6242e, 0x22315eab63bb5f2392f6cf6bfdf6242e, 0xcac7d344bc24f857c500d4b95d0ff861ccd199fc56cabe6841107fdf78ee6e77, '', 0, '?'),
(0xf324f3e2dee9fa4f76619aaab838ef25, 'wp-includes/blocks/text-columns/editor.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/id.js', 1, 0x00000000000000000000000000000000, 0xad1e255fe9ec130f044f05e5a5f53ab5, 0xd806bf59a5640184608538fc7a6d0950c2e7b39dd59c4b042dcd9ab111c14f61, '', 0, '?'),
(0xf32aff75708691c0fd790797045b1a12, 'wp-includes/class-wp-token-map.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-token-map.php', 1, 0x00000000000000000000000000000000, 0x93370ec54c8d7c8fdecc6e8e8cc70741, 0xd80e540e33a9dd2ed5193c4c9cfb0a2f584ee1aa930e3269138b3d81855db156, '', 0, '?'),
(0xf32d59fa5f2c0f7627f2169163f227c8, 'wp-content/themes/twentytwentyfive/templates/home.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/templates/home.html', 1, 0x00000000000000000000000000000000, 0xb048f307ae5e2145b9cab7a5096dd604, 0x32d303e10753ebc32352f0e22b8e2500b96feb2cca1a462ce62820df9217ef3d, '', 0, '?'),
(0xf331687e9edd854e17e500d48bcc4f00, 'wp-content/themes/twentytwentyfive/patterns/hero-podcast.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/hero-podcast.php', 1, 0x00000000000000000000000000000000, 0xa0fd88d6b0ae1b75ec7fe2dadd43e4e1, 0x11091cb91862424ff2c608491a6a7175f84d26a12661fe8bcf3b371609d7224b, '', 0, '?'),
(0xf3423992aa313d0d895e7daea801b494, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/facebook.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/additional-contactmethods/facebook.php', 1, 0x00000000000000000000000000000000, 0x0a2131d00f7ca186bd85f36793a7d1a8, 0x7b6cf34b38cf3d81497fea2b5aca8da121117e61a750cebbb2141e32e5f030bd, '', 0, '?'),
(0xf34f66f6612d546dc5812692a77699d0, 'wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptTransformed.php', 1, 0x00000000000000000000000000000000, 0x6eb6634b4077a775925f2458bc89c40e, 0x4f4f675f5a8f00088feb97d9cb0e90b037ef85c7e7dd9e31fadaf25ba0b53810, '', 0, '?'),
(0xf352da8b5e42117d8aff3a442e559c70, 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-render-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-render-base.php', 1, 0x00000000000000000000000000000000, 0xbf04e7d6e4c63e6eefe6b5f605088420, 0x857303173a64cdd97c0b19738ea68131630c89e2d489dc55df4df69044affb80, '', 0, '?'),
(0xf3578bb56e18d146aa26b28060f8e8ec, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/featured.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/featured.svg', 1, 0x00000000000000000000000000000000, 0xb4a13f666d5a66fbb302093a2523ad10, 0x0e4ed9b24f0925bd4a3113b01467ca957e8d91f661b1faf45a52c228bac215b7, '', 0, '?'),
(0xf35f9ead9cf185e63c44a4c16867c8e5, 'wp-includes/block-patterns/query-offset-posts.php', '/home/forwardbetcasino/public_html/wp-includes/block-patterns/query-offset-posts.php', 1, 0x00000000000000000000000000000000, 0x8d88de4e74573432db1e997fa03a89b5, 0x89d5a27d3d1f251b667cde9eec569ed894e0232f3dc8bcb66bc0ec969c2abcf9, '', 0, '?'),
(0xf36c4691aebedc63eb9295d24cc180f8, 'wp-admin/js/iris.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/iris.min.js', 1, 0x00000000000000000000000000000000, 0x8932e03208a83f1cdea19a1c197bc4c3, 0x8364551ec244a3901932f2f01fccced347d3cafdc8fe23b999eb6c6b5e5b1ab0, '', 0, '?'),
(0xf3712907796ab605b107e5600649f78f, 'wp-content/plugins/elementor/core/logger/items/file.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/items/file.php', 1, 0x00000000000000000000000000000000, 0x84f85b593043403a623d08503579b803, 0x90ce4eea3a2e0826129e682a4516eee04e2880840ef20406b8b97e18d1ac204d, '', 0, '?'),
(0xf37384b7d81db365cd29662a1d3953b0, 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/vendor/humanmade/WordPress-Importer/class-wxr-importer.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/vendor/humanmade/WordPress-Importer/class-wxr-importer.php', 0, 0x19f8c9f67d82acaedf9dc15b5d2d4697, 0x19f8c9f67d82acaedf9dc15b5d2d4697, 0x5287ec5cf4ab0e8a0bb33ea2246b27369ebd4f409f9e03c4f358d6fd69b3f8b8, '', 0, '?'),
(0xf37a5f731947b7599a338c92113b7739, 'wp-content/plugins/wpseo-video/classes/class-wpseo-option-video.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-option-video.php', 0, 0x59c2734bffb3047c625ed07dc555a851, 0x59c2734bffb3047c625ed07dc555a851, 0x14819fcd55e75139c6207b0686480c0958d314481dd49f1944c035f654d247f8, '', 0, '?'),
(0xf37fb01190b1107a6fde2971796dbe94, 'wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-text-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5b9fca7905e5e42a1276870f2d8f4231, 0xd17af5baa8ba7e408670f8a9b9dc2c6517f198be6ccb4c466fb7577817e6f0ba, '', 0, '?'),
(0xf38715e72cb76fd921c20e7abe6a22f3, 'wp-admin/css/edit.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/edit.min.css', 1, 0x00000000000000000000000000000000, 0xdb0279a7c6615e4a5c2cd624fd523077, 0x2c301ef75bf59097fb5b601cec3806be63d3b08be77e39872f59bdb69101227f, '', 0, '?'),
(0xf38ad8a05dd4669588f050f4a2860483, 'wp-content/plugins/wordfence/lib/wfLockedOut.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfLockedOut.php', 1, 0x00000000000000000000000000000000, 0x0312ba1aca7fc0362f4e8517efe1870b, 0x270f2497f27bc8f896ef691ec850271a544250f43c8a50700bb7c8c1fa5792de, '', 0, '?'),
(0xf38ce9b913c8c45e0740a6e939a7cace, 'wp-includes/blocks/read-more/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/read-more/style.css', 1, 0x00000000000000000000000000000000, 0xe09be99d87cd4ff657be92465b476b34, 0x483909f81f760aa2dcadfbb2d9f718a09f42a5a0350d7f9d9afb603ee175a565, '', 0, '?'),
(0xf395bb05583031755b47d7e13f62e0a4, 'wp-content/plugins/amp/includes/widgets/class-amp-widget-text.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/widgets/class-amp-widget-text.php', 1, 0x00000000000000000000000000000000, 0x03da6b19601c2dfffd63fa7e67a8874f, 0x514c81067608a95b2666bc9d2e9736f80ebfd1a201901d798fd40d6585f726c2, '', 0, '?'),
(0xf39dda56ed9f2e604a786265d579f8a2, 'wp-content/themes/twentytwentyone/inc/custom-css.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/custom-css.php', 1, 0x00000000000000000000000000000000, 0xd760d80037dfc2f1097c8d5db0b9439c, 0x0e07029c15d740c4c4f5f4916d1bc273c7ac9f819c7d7413e1d121fcdd0024cb, '', 0, '?'),
(0xf3a04d95cd1bb60a84597b16384beef4, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php', 0, 0x08996e774d7485f8ffc83738d43515bb, 0x08996e774d7485f8ffc83738d43515bb, 0x429a5716e99e6b9ff993cb95865ad816c4b034d0d08a6f526f71d00d70a06bfb, '', 0, '?'),
(0xf3a661a8c4e6bc879f14e2e33a840c8a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Li.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Li.php', 1, 0x00000000000000000000000000000000, 0x08f3400044c963ca097693a734997ca9, 0x8ae2facedca415c02df96f3591c8a0c983e9e75742b9dfa0966cc112a0e09015, '', 0, '?'),
(0xf3a79f0d6ba2d74ee677c4105613ebf0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOoyalaPlayer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOoyalaPlayer.php', 1, 0x00000000000000000000000000000000, 0x2affaae949423574312417ec7bccdd09, 0x1116cdad4eb821970e71a1e1ddf3a2e778253e00b7ecb525908a7aa633fc1ab0, '', 0, '?'),
(0xf3aa9c542f0bb810dacf53fc7f7eb933, 'wp-content/themes/hello-elementor/assets/js/hello-admin.js', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-admin.js', 1, 0x00000000000000000000000000000000, 0x769f422a4caee5a8b5d3c14fad85d362, 0x9983153a49b53de63b370819cd8e7d843be4914aabfefe00eb7b8d134122fe5d, '', 0, '?'),
(0xf3af1ac06b4496b0d396614c3d5b0656, 'wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php', 1, 0x00000000000000000000000000000000, 0x0dc78422b5b1a4a3544acf87d99670b4, 0x90ab9edfc6074c4ac20cd5ac407e9317f6a82229bcb111953f0541e488cb3c8d, '', 0, '?'),
(0xf3aff608d35be53c2d151a6249b6b20a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/TagProcessor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/TagProcessor.php', 0, 0xc942e6f47af01d8fdab575698ac0fbd6, 0xc942e6f47af01d8fdab575698ac0fbd6, 0x08038833fa464c52b08f23928d7ecc5177f3f7111fe6c5f14fff6d7fde8bcb4b, '', 0, '?'),
(0xf3b3ce889a9dc86e492c60436b818ac7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php', 0, 0xe7a654df646f739f9d6b6a97ebbc40c3, 0xe7a654df646f739f9d6b6a97ebbc40c3, 0xd0da0a8d678a744f19cea9689173403d50f8d5b0f8855f2251559115b877a53d, '', 0, '?'),
(0xf3bd97ff64b134a5c5525a5ee19a7c96, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerAnimateIn.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/wysiwyg.php', 1, 0x00000000000000000000000000000000, 0x0f17d09550dc966a8226d25f9c13a1dc, 0x2ed08925c95e7c5dd6d00ebef8d5d35bd1a679b4bff93728ac05cc2ab73457a4, '', 0, '?'),
(0xf3c20fa3ff05642225dd76b1eef82c01, 'wp-content/plugins/elementor-pro/core/admin/admin.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/admin/admin.php', 0, 0x1d5ec26f0041402baef5aee0103c257f, 0x1d5ec26f0041402baef5aee0103c257f, 0x51420f9c6095bba15e37cd9faf9b63171f819f2531360fbb7ee929c08d40e481, '', 0, '?'),
(0xf3c3007f4c90ebe1078bc6139d360ec2, 'wp-includes/blocks/latest-posts/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/style.css', 1, 0x00000000000000000000000000000000, 0x9c7f99cf86f74c1b62274709f9c1bdb9, 0x4cd4c09a0078cce53eb3a0002b68b07b047d2fb66f5b23564c2a2dab69448b67, '', 0, '?'),
(0xf3cf2cc87b4628c80894c48c7d82501c, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php', 1, 0x00000000000000000000000000000000, 0x6dd8cfe0f07ccb58d2a3dda465509e65, 0x9b25a6c9f685f23fe5aff6cd3ce746dcda44e6b45127820b7c9a194b727bc196, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf3d1e61403156e0cc730d62566c536b4, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-name.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-name.php', 0, 0xf297b767c44c35842354bda5f02f6cd8, 0xf297b767c44c35842354bda5f02f6cd8, 0x2fcc91038c3762d8477b07290473d830b867c6fcc17df3608c27359658076534, '', 0, '?'),
(0xf3ddbbf8a6c57e6de58a5fa69b0e57ed, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-htaccess-util.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-htaccess-util.php', 0, 0x63e0b30c8f2363123fd8909e37b5a79f, 0x63e0b30c8f2363123fd8909e37b5a79f, 0x00368f4b436faeba729eeac3fda7aadab6792e54dd218f155405785767090142, '', 0, '?'),
(0xf3df262ef3d0a65178542f72629c1286, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/i18n/polylang.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/i18n/polylang.php', 0, 0xf5f9ef64648c2538f59b6f35c37f3fe9, 0xf5f9ef64648c2538f59b6f35c37f3fe9, 0x88a466c489502cf3623c3a4d60502478565b992954ac32a08405563ecd3f6474, '', 0, '?'),
(0xf3ee4ca26a2ef1fde8401c2948539837, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/InvalidArgumentException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/InvalidArgumentException.php', 0, 0x90d7b6b41f40973b2a48d42156888dda, 0x90d7b6b41f40973b2a48d42156888dda, 0x13c4bc6f28d7cec37b55aecdb3fa169f0c80918a6f4d7e6fb06a52d7fc8c7d5e, '', 0, '?'),
(0xf3f125a4f9269064841d83a749cd424c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Response.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Response.php', 0, 0x380d9aa9adef2fcf45fddc9d4afe0107, 0x380d9aa9adef2fcf45fddc9d4afe0107, 0x7fbb3d48c851104cfb5f88a91293aa7ff8d4a25c419bfac038f0a8543e01a709, '', 0, '?'),
(0xf3f2133afe74f163bd70bc43c12bf928, 'wp-content/plugins/elementor-pro/modules/query-control/classes/elementor-post-query.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/classes/elementor-post-query.php', 0, 0x02add6f6fa42dd5a2729717225e6f084, 0x02add6f6fa42dd5a2729717225e6f084, 0x03aa43b8bab69a0246780d964805eb1045a933fcaea0d2fa6bb577acf9a8874c, '', 0, '?'),
(0xf3f2a6faa111c96511fb6073ccbac6b1, 'wp-content/themes/twentytwentyfour/templates/page-wide.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/page-wide.html', 1, 0x00000000000000000000000000000000, 0x452598cb7a961a610c83684368ab6d86, 0x4fae14f69448627f5e35b1b47801f76f271538da2d6d95018a6ebcf19e3fe73e, '', 0, '?'),
(0xf3f3d2cdd1e29e9ef905aa5ed59852db, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0xc9de6f019485e51e97b9e5a76880675b, 0x12800be0c015df81152ed6112d6834603953205f0de8932949cd2886ed57d3f2, '', 0, '?'),
(0xf3fa38d4d85532e8ff54e34d15659ca1, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', 1, 0x00000000000000000000000000000000, 0xebb2a8402bb5c9911a7e9c4735207772, 0xec0ff6de0aaf5fc4df772a507a8f8f9e2a5a23ed34b377182c4cb775659fa907, '', 0, '?'),
(0xf3ff56ac936b39dbb4ee73bfbb80d6bf, 'wp-admin/css/customize-controls-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/customize-controls-rtl.css', 1, 0x00000000000000000000000000000000, 0x93216c0c7d086b4429245afe7f1bd772, 0xc3e4c2d45742d0c23cad6b4f49b73009bc27691d567865db99e5d96a9b52843c, '', 0, '?'),
(0xf403c1c2697216ed68267ba2118373b7, 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/solid.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/solid.js', 0, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe59dd461c7a7f7362bbb477f3b4e72d6, 0xe130176a10b3aef7f48d12d072e60859a6a8bf432a867c6890b23d89f6b75d44, '', 0, '?'),
(0xf40882128e3beaa25ef0a9b8b4386384, 'wp-includes/css/buttons.css', '/home/forwardbetcasino/public_html/wp-includes/css/buttons.css', 1, 0x00000000000000000000000000000000, 0xa4799d0cd89e88e9b7c3f4d7e76d6a6d, 0x02403a18a376b83570a4c0d5225f80f51d2f8412a290be8eeebcdf15d825a4bd, '', 0, '?'),
(0xf4118aa5955250cafa70dbd6dde8e720, 'wp-content/plugins/wordpress-seo/src/integrations/support-integration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/support-integration.php', 1, 0x00000000000000000000000000000000, 0x44b267632c70a9e90e1bde73b2d57c3d, 0xf7916d70ddd3980919d9df60897b34abddf0f1c39d20c39693ade2590ec42327, '', 0, '?'),
(0xf411adcbab1d51fd83921095e0859781, 'wp-content/themes/twentytwentyfive/styles/blocks/01-display.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/blocks/01-display.json', 1, 0x00000000000000000000000000000000, 0x3ce72eb396682ec40b6cb0ec5dd0ed01, 0xfa938c6d1f78ad392c4df751ddb264347eb1252b4e3485be3b266fb71d98173d, '', 0, '?'),
(0xf41316d7a273824afe46dff0e94a119a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php', 0, 0x57a3e15d30ee9690144d9cc9370316fa, 0x57a3e15d30ee9690144d9cc9370316fa, 0x2b823b5cfe4997ed46dad8ded15e5a45286da02c2d5b60491593b2d8548fefc0, '', 0, '?'),
(0xf41810539da05d2c083446721138d176, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php', 1, 0x00000000000000000000000000000000, 0x1766f02d5cb1e93bb5b1f558dfeb8b3d, 0x1aab3738088d5565159029d631e7a82fb43cdc6ad9271ce998f926d591e72b28, '', 0, '?'),
(0xf41f957d32b4d1aa575971e9e93b617b, 'wp-content/plugins/wordpress-seo/src/config/semrush-client.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/semrush-client.php', 1, 0x00000000000000000000000000000000, 0xe9acfcfa9185a576c2f687d45f6388fe, 0xe2ec5ae45a452448db6a821f7cbae7237c3b9e1fc4c5bb5729f60355d39ee5c0, '', 0, '?'),
(0xf4216e1a804571fce9cde51028e316d6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Iteration.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Iteration.php', 1, 0x00000000000000000000000000000000, 0x37e8ac069cbe3ff4cfcc9e6cf40b05cb, 0xfb98c31c9dbe1813da1175abd1160d931db15c20ed81aeaaa47bd693dbdf3c17, '', 0, '?'),
(0xf428d3d4bfa3ed90c9b6dbbee2e8b6ae, 'wp-includes/js/dist/edit-widgets.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/edit-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xd2b42e8217dd8a72047d393718fd1a71, 0x29f5f33bcaa2d2369fcdce180416e410266121651a59ed47b60f16bb42c9e613, '', 0, '?'),
(0xf44840dee367c1055fac757cd8825982, 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-edit-users-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-can-edit-users-conditional.php', 1, 0x00000000000000000000000000000000, 0xd4478327e7834eba49293c4fa97bced7, 0x98b43f5a20fd87dadee9b647723d1f4f9edf30e637c5fd985d98d1ed7364e817, '', 0, '?'),
(0xf44976a2ae7efa70e9b7b3b5b190951a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceChartProperties.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceChartProperties.php', 0, 0x9d2cb56b6ce3ec4d5364eebc08a2d87f, 0x9d2cb56b6ce3ec4d5364eebc08a2d87f, 0x86ed849aa33b524b9900ca3e081afe12ed3bd6f0161edc0b781016b92619ac21, '', 0, '?'),
(0xf44a1b1427238982724e8430610dc87f, 'wp-includes/images/crystal/audio.png', '/home/forwardbetcasino/public_html/wp-includes/images/crystal/audio.png', 1, 0x00000000000000000000000000000000, 0x996e56f18f3ac9cf89f347d8d42d236b, 0xa27e421a2dd7bc9d18046f667c57a278125cfeaa7ca84d0feb29e5df1589cba2, '', 0, '?'),
(0xf450a81da93e1b3f87bdd6a7698ff346, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Schemas/Cache.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.asset.php', 1, 0x00000000000000000000000000000000, 0x4e8912a49cbd2e11e16c968e760f292f, 0x76ad00af464e613f36d8d81966f7b2f6266426cfbec7e46017be093791b63ad5, '', 0, '?'),
(0xf459b4aa528959692fb5b76c404858d3, 'wp-includes/js/media-grid.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/media-grid.min.js', 1, 0x00000000000000000000000000000000, 0x4d08883e3e295a1cc2ceab0ee9890acc, 0xf795e82bec2cce6d608dc9a23b72dfc7b40aa231877a97cd3d6d7d9706a381e3, '', 0, '?'),
(0xf45a5202c8eb3bbade29d3321efc79d9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Create.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Create.php', 0, 0x819d406e4ac8734ce6d7bacdc7484149, 0x819d406e4ac8734ce6d7bacdc7484149, 0x15dc77a0ed0dc8e78d9fd8baa57b76f90e83b25a5bf4cd021d9f56df2330011c, '', 0, '?'),
(0xf45acdeb961f51b521d5d0faf6ae2aa0, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 1, 0x00000000000000000000000000000000, 0x6079002378c473fa47ec4ab6d674b0e4, 0xdb41e172ebd0c4783f6a8e92018dd22387c20c43f546cb4f82472da253d6f724, '', 0, '?'),
(0xf45dbbd0980a189e28aa3f57265cecb4, 'wp-includes/blocks/audio/theme.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/theme.css', 1, 0x00000000000000000000000000000000, 0x7078ebdaba950189f8cd352943341a4d, 0x5e7df58562923e3fd60bb4d0d14bb1383cbf52c0dc8a24fbc0037b30ad36848f, '', 0, '?'),
(0xf464e7e9979a2a5febdd3d4650288ae2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/MockHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/MockHandler.php', 0, 0xf95199ce101d11c77af98bfcb89c6121, 0xf95199ce101d11c77af98bfcb89c6121, 0x41873c10e9dfc27e6c009a88f6c6a40db305bae21ce074ce2693d7935e57f1f4, '', 0, '?'),
(0xf476a291733f772f5561f6055577006c, 'wp-content/plugins/elementor-pro/core/container/container.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/container/container.php', 0, 0x2bbe831bacd5b015b7630d550bf955de, 0x2bbe831bacd5b015b7630d550bf955de, 0x7c88d2543b73626b3abbbeb5e8fcf220afd96c9b1908769a2a81afb4473b4766, '', 0, '?'),
(0xf477df163e116402c20b8c163f648513, 'wp-includes/blocks/post-featured-image/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/editor.min.css', 1, 0x00000000000000000000000000000000, 0xa0935a5028624e47d40b56fbd1aa7ed5, 0xb2286666c179f25acf2df503d3d1690a69b3a50f027c0aef02cae43ed9e2f3f9, '', 0, '?'),
(0xf47b8a85e43c2ddab92aef87dd8f428e, 'wp-content/plugins/wpfront-notification-bar/js/options.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/options.min.js', 1, 0x00000000000000000000000000000000, 0x8d4bd7be16151d166eb56a552ba873fb, 0x80699e6de034063895bc467f32b65d6d0bfffbe55393d4a111f28d05a3a9e563, '', 0, '?'),
(0xf489654d48c74e7051021d1015df8784, 'wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render/single-button-cta-render.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render/single-button-cta-render.php', 0, 0x82e94c8ba52c40a085513d4f46e6b0b5, 0x82e94c8ba52c40a085513d4f46e6b0b5, 0x557f0f0add7f94a9d3f6703296b5794f692ff938fb845a894fb83cc986127842, '', 0, '?'),
(0xf489cf80e57b1d71c622281c14672439, 'wp-includes/Requests/src/Exception/Http/Status504.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status504.php', 1, 0x00000000000000000000000000000000, 0xbc2167de474e26eb026173af6f491677, 0xc640c89c002198071d8a93f44671033f946483ccd12cc7ac4de3b16f800bc06d, '', 0, '?'),
(0xf48d88373a9462fccb0d012cdd6a61f8, 'wp-includes/js/dist/blocks.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/blocks.min.js', 1, 0x00000000000000000000000000000000, 0x397df369354ab5ef9fff974ff68c586d, 0x66a6a233dfdbc4ebe95a597486ef47eeb97e524c4aa9a9a3265bd2d8daf0786f, '', 0, '?'),
(0xf493dc5252dee312353c71f6083bdd86, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/metform-logo.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/metform-logo.svg', 1, 0x00000000000000000000000000000000, 0x7f4f011b2b613eaf18799fa762f54957, 0x31f5a74a1f7cdd92a568e7c5c7d0b416967226f2a818980d4b646965dddf217d, '', 0, '?'),
(0xf49709ef0703b767658bcea80e1f32a1, 'wp-content/themes/twentytwentythree/parts/header.html', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/grid-with-categories.php', 1, 0x00000000000000000000000000000000, 0xe64ba458daf182ec401944d8787a8842, 0x98e669b22f3d1dbc90ef87b48b7842f27df50143ce6e097cfe3bd80d04f079b2, '', 0, '?'),
(0xf49c887f128c8e01c749cc2a9f3a6fcd, 'wp-content/plugins/akismet/LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0xf49cbf582f22f949f004728b74f555cf, 'wp-content/themes/jannah/framework/admin/theme-options/blocker-detector.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/blocker-detector.php', 0, 0x50793125a123184749183d97293651ec, 0x50793125a123184749183d97293651ec, 0x3c595cb636cbc7b850d75849f45b4260724028ffe90e07a18fb24bd5b25b8451, '', 0, '?'),
(0xf4a3c4514c9a2d8a0d69933e4a494041, 'wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php', 1, 0x00000000000000000000000000000000, 0x8e9fe7e9ba2b90ff09fa8cf39a4a991b, 0xcc1af9680be82c979e7542e06537b9be55fac364162fb966c574896d86495c7f, '', 0, '?'),
(0xf4a57a5abb66c5cce869705e8932d78e, 'wp-includes/js/mediaelement/mediaelement.js', '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelement.js', 1, 0x00000000000000000000000000000000, 0x8677a01af598bae51778352bee2e63d0, 0x99fe44e19052ca79a3b0180aaafb3a9b74800f01c6b4d6c08d37b1c843408457, '', 0, '?'),
(0xf4aa6bee9362dac678cfae5bd1c6c4a1, 'wp-content/plugins/elementskit-lite/widgets/post-tab/post-tab.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/post-tab/post-tab.php', 1, 0x00000000000000000000000000000000, 0x93f7087b2fdae35dfd14f53ef36eae0c, 0x3f924fea4fc6f5c342baca799e57168973a34624c5eedb7c3bc570be2af467eb, '', 0, '?'),
(0xf4ad6ae5381dfa9cc8c48fc31aacb1f3, 'wp-includes/js/wp-backbone.js', '/home/forwardbetcasino/public_html/wp-includes/js/wp-backbone.js', 1, 0x00000000000000000000000000000000, 0x1b93fa8d6322480c23244329370c92f8, 0x1dce363a4f8bceb2855283029192a7a1bd639535e311a49f60db003ddcae5cb0, '', 0, '?'),
(0xf4b94a60bbad16e2b1e04d6417d53ab5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php', 0, 0xdf88a9d9bc53622dd3777ecaae195e29, 0xdf88a9d9bc53622dd3777ecaae195e29, 0xe4421917dc5231ca3baf2891bccbfd2dea6ef13bf0d5c65c94ceb2434370b5bc, '', 0, '?'),
(0xf4bec46fd2b3ce784d063d7e01c43276, 'wp-content/themes/hello-elementor/includes/elementor-functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/elementor-functions.php', 1, 0x00000000000000000000000000000000, 0x8670f1cb9cb631ee92d1972a0cc832f9, 0x7b96915770b0ea5cae3d7fa2d1cc43c5bd92dbf6d9f2fc05405c6830d5327472, '', 0, '?'),
(0xf4c2bef968d699d1bd6aa5bcffefb2b0, 'wp-includes/blocks/comment-content.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-content.php', 1, 0x00000000000000000000000000000000, 0x11747fa360896e50763b558362b00205, 0xb1f4dd3b058d6a187b0b78e4959493ec3ec0bf4f7a695a89b8c05074fd089911, '', 0, '?'),
(0xf4cfb38e9f5d6661ef97ff8ee6219a33, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew.min.css', 1, 0x00000000000000000000000000000000, 0xf1a6830c68a7cb4c780dd9344e732779, 0x659bc141bc7242592ad111a4bbd80dcc978802ce58d580dda1ffc4e628dfb8b7, '', 0, '?'),
(0xf4d5b6bc9199917f7ba9ff1994ca56d8, 'wp-content/plugins/luckywp-table-of-contents/front/Toc.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/front/Toc.php', 1, 0x00000000000000000000000000000000, 0xd40d2be19b905eb8874b3d52af9305b3, 0xb77aee055f62b8e427b08a9263441cc6bd7431d9fde8b7a1026e6ecb8d0eb698, '', 0, '?'),
(0xf4d6e382ce168993048e883b63e8ed5a, 'wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2', 1, 0x00000000000000000000000000000000, 0x7a82bf0f49aaed8a086fe79b8070ceb9, 0xfd698eb09a87a8ca406658e0ffccf0be0635aed8afd116c41b3924a0217c0d03, '', 0, '?'),
(0xf4db32747a599820cc07e15f0ca860fb, 'wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php', 1, 0x00000000000000000000000000000000, 0x985829ff072d0043ed84c1ced38012c8, 0x3de334aa62dbfbc43ccccedaec14cac9c563250a3cd4721dfca9b4db3480cb04, '', 0, '?'),
(0xf4e54ea734e3d8df8f6ffaddba335e50, 'wp-includes/block-supports/settings.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php', 1, 0x00000000000000000000000000000000, 0x89d779acca9de65ca41f0ecab9316183, 0x8d94bac29f9f04caebbf2fa855a8f97eec0f0b50362bd4ace2ba1759d5766df7, '', 0, '?'),
(0xf4fc3fa994a1274bc5741b899e76d789, 'wp-content/themes/hello-elementor/classic-editor.min.css', '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/classic-editor.min.css', 1, 0x00000000000000000000000000000000, 0x519d0169f90a3924d11a1c0e657a8344, 0x1e74d129bc5de44e1793b7368e30f48bb0143731ee34ab5e2ff22788c1aa4f76, '', 0, '?'),
(0xf4feb39ba72ad8cbb0b3393d80b4e102, 'wp-includes/SimplePie/library/SimplePie/Restriction.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Restriction.php', 1, 0x00000000000000000000000000000000, 0x6f5b2ea5f8b5751fc4d9225ea7b15ea5, 0xd4fc47468ee70c6d5858d9bba60df3007977af4273a47849ac8fda3f25138a77, '', 0, '?'),
(0xf4fed543464305be542fdaae2b103a60, 'wp-includes/blocks/comments-pagination-numbers/editor.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519/README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0xf50228542f4990fb83888b65ea157642, 'wp-includes/blocks/table/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/table/style.css', 1, 0x00000000000000000000000000000000, 0x5605d13abf503a8581a654bc50db3e0a, 0xae91d5a5c66bcbca2e1579383e4a3d2e80c609dcc58a08fb2cf8c642e6fb237b, '', 0, '?'),
(0xf50e1f6420b5d96a25e95641bd54da64, 'wp-includes/assets/script-modules-packages.min.php', '/home/forwardbetcasino/public_html/wp-includes/assets/script-modules-packages.min.php', 1, 0x00000000000000000000000000000000, 0xb4055efc6ddefad7fc3658c03b468fc4, 0xfa85a186c9badd0f801f51dd57d96a4c661d850bb539dcaafce2a20acc137cb7, '', 0, '?'),
(0xf50ecb123cea8823684f78330d4cf670, 'wp-includes/SimplePie/library/SimplePie/Source.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Source.php', 1, 0x00000000000000000000000000000000, 0x870116ed374dbb8671b9f5fc4a123c38, 0x5f007fe0e36385f92da9fa717d2e8cbe6e8acc28186541baed15ab1aa80b0fe1, '', 0, '?'),
(0xf521a5d6900f28794a6f2a12c8ee4ad8, 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0xde3687d90950975799186e22e7b5d062, 0x940fe14567708dfad4a87768ce07922e9414b0a715a70533c10aeba666cd4edc, '', 0, '?'),
(0xf5247b7434e1e11d92962cb7dd300a12, 'wp-content/plugins/luckywp-table-of-contents/admin/Rate.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-shake.js', 1, 0x00000000000000000000000000000000, 0x45e1005e56741728779b2a7c48af4483, 0xa01ada685b67eca8369df1a61abc7f16224ed64f1ab9bd3aec642f1bfb82b3af, '', 0, '?'),
(0xf52af731b647e98dab76ed4cdf9f6e8c, 'wp-includes/sodium_compat/src/Compat.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Compat.php', 1, 0x00000000000000000000000000000000, 0x7f66eefb9a94339eda9513154775ed26, 0x02c9586540162b56eb6d6c3ac031c9de8e97243b4294f2f173da77cfd084984b, '', 0, '?'),
(0xf52d227f44ed9dcacab944b23561d02f, 'wp-includes/cron.php', '/home/forwardbetcasino/public_html/wp-includes/cron.php', 1, 0x00000000000000000000000000000000, 0xbffd88b8eeeb09d2a6e68bf1aeb51483, 0x085b56c200606e381dd948cb5822bde35250949d14da8f5aafdc5372d3337175, '', 0, '?'),
(0xf52fbffe867a19160285ce38c0d5d099, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-related.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-related.php', 0, 0xbfeb91996dbe86bf6ff8cbfe2702cd26, 0xbfeb91996dbe86bf6ff8cbfe2702cd26, 0xdc78405c917c6e7785128761b3fa30f1767b52a9ae38df104ced0d7713ff7b51, '', 0, '?'),
(0xf531fca478fd3a88c6133913ed690c8d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddNamedRangeRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddNamedRangeRequest.php', 0, 0x3166b7c961dd18b689b6bdce1e7c6aaa, 0x3166b7c961dd18b689b6bdce1e7c6aaa, 0xaab67e4318ed1a2d5ce80d3f4e1f6034be7e67b0c658e5e2f2be0069310034f1, '', 0, '?'),
(0xf53298eb8f0d38a2a982778b1b7e8c85, 'wp-content/plugins/amp/src/Sandboxing.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Sandboxing.php', 1, 0x00000000000000000000000000000000, 0x842c3175d9fc570da93db2248de4d745, 0x3b820614a8843b6233a5f455d8b9f74ab211edb4969906a3cab5a96a17dcdd85, '', 0, '?'),
(0xf53d25c7451454169fdff64094368caf, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/transformers/linked-dimensions-transformer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/styles/transformers/linked-dimensions-transformer.php', 1, 0x00000000000000000000000000000000, 0xdc32cd62f86872cb3d01bae1ab8834b2, 0x3eb85ba33a313abaa484127f6aa56450be84cffddf914b02cf153c6176a10732, '', 0, '?'),
(0xf53e558440739e0790a99ec5c51e7b72, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Settings.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/wpdialog.js', 1, 0x00000000000000000000000000000000, 0xb68fe4c88b1b179c35d05520f2d463d3, 0x7dcd4c5335cf7ac062ac240f5e470600d050c6f69cfa23fa7b8a124965d8d2f6, '', 0, '?'),
(0xf54567f6d0b397459b6781ab5a004edc, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonLinkAttrs.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfDict.php', 1, 0x00000000000000000000000000000000, 0x79df204c07fceaef5a216245b1d46cda, 0x1c1181f314b5ca2e047b18304a65fa14c27bd7352dc6f2ec0b7e5b549a24c49e, '', 0, '?'),
(0xf5482d89e72dc7db080d0a8fd30e637a, 'wp-content/themes/jannah/assets/js/dev/viewport-checker.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/viewport-checker.js', 0, 0xe471c241248f2e637a18bbabc8d7e27a, 0xe471c241248f2e637a18bbabc8d7e27a, 0xe8ee1463d4c489593dbeff4efb948223fcaec99fabc4834426426cf2dce7fa0c, '', 0, '?'),
(0xf54fd81f5bddca4fad3ea5db189f9d2a, 'wp-content/plugins/elementor/assets/css/widget-spacer.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-spacer.min.css', 1, 0x00000000000000000000000000000000, 0xe315dc8fa9fcd433290aa90ea72efcc6, 0x5439ac51ae532b9e41d66a5c5a71440af83236ba6d835806dd5393d94ca607a6, '', 0, '?'),
(0xf5637d62e3dc66c9b0dc8083791c9c42, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/link-in-icon.svg', 1, 0x00000000000000000000000000000000, 0x9eec146dd53474f2ea103144a3c6c09a, 0x869f3fd3bd70bb92c41b4d0fa952f787d8150a0849d8f4128f8dd46da123b81e, '', 0, '?'),
(0xf569a1ccfaee049f3dc3d60342219c9d, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteBandingRequest.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteBandingRequest.php', 0, 0x7a644d78d6ce69a2a09623b1d27970a3, 0x7a644d78d6ce69a2a09623b1d27970a3, 0x880587082bedb7d6a5251c763bc26531970f4b9ddd75321d6c2e0de44be6003b, '', 0, '?'),
(0xf573d6214e0d67e1e3ddc5b04b5f96ff, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2400.css', 1, 0x00000000000000000000000000000000, 0x95c30ca52ee08a2c6515c9be3de3512f, 0x8ffa96a2ca9e1b0629942dc9f7a5a060be3c79c1c79ce9d5dfbcc70aa347dee5, '', 0, '?'),
(0xf5742f28b8cc8cf0c94ac70f61bcd463, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/BaseTagMustPreceedAllUrls.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/media-editor.js', 1, 0x00000000000000000000000000000000, 0x93a84034566188cba3829bf2c5f086e1, 0xb89bac7f39995297d61c87ae0d87a0c6b26f5bc74e864b1896cfc5a12a688bef, '', 0, '?'),
(0xf57c7fd154fb2fb456d056b5ea9187bf, 'wp-content/themes/twentytwentyfive/patterns/page-landing-book.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php', 1, 0x00000000000000000000000000000000, 0x320da91d1121b35dcdf52c92fd878e1f, 0x72ecccfed1941132eb58c3427dc553b68afbb9ae9e24e170deca7b66e7c4476c, '', 0, '?'),
(0xf57d42b1c400e56ec5226b375409e051, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_5.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_5.svg', 0, 0x855369309fc78e4937be37eea9f274cf, 0x855369309fc78e4937be37eea9f274cf, 0x8a0e976ea0a883a7327bba8937f7533bab95b1eaec240d462f89933eb1ccd4ae, '', 0, '?'),
(0xf57fc02895b99c7703fd07c453c2d64f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php', 1, 0x00000000000000000000000000000000, 0x0cd03d7556fe9c70a52490e7af7d7e1a, 0x73b1263d60e060a91bfae7b40a0a2d11c505be7cd27ab4d81f96fa54433ec6c0, '', 0, '?'),
(0xf581d46ffdd62b755535cfb544830889, 'wp-content/uploads/2024/03/vpn-svgrepo-com-1.svg', '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/vpn-svgrepo-com-1.svg', 0, 0x9f3b0d0503445235a5f7beb45ed80855, 0x9f3b0d0503445235a5f7beb45ed80855, 0x257a312d7f25b3c711386d9c0858e455dad79f827b70f06b985d28c0d87fc34b, '', 0, '?'),
(0xf587c0bf4441c1ab3fc8083e3af72a6a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingSVGElements.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingSVGElements.php', 1, 0x00000000000000000000000000000000, 0x6f525dba75681463ddc6a1e021e46d22, 0x72284dd9a4dcd59a1a59e45d7d96eaf7cf7d83b5bf1623e6ca116265910917e1, '', 0, '?'),
(0xf5889e8b82c2b490c243106012935c64, 'wp-content/plugins/elementor-pro/modules/notes/user/personal-data.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/user/personal-data.php', 0, 0xcf37d02106a139e950b557732ac88bc3, 0xcf37d02106a139e950b557732ac88bc3, 0xe3460635520bcbf7c89ced08c719bb8c4fb2539696a8b7f62b5110c87c72e48d, '', 0, '?'),
(0xf58ccec01cef9db6aca2e0b13ebfc285, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpTransformed.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comment-reply-link.php', 1, 0x00000000000000000000000000000000, 0x1063c949cf6b7eecda04e96b34c90e56, 0x96b21be3dc8fa6f69a3fdac222a0483ce0bf27b848bf7501a08561cf68264e0a, '', 0, '?'),
(0xf5a586c2d8de3e192b1bdc9e4c5bee6d, 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 1, 0x00000000000000000000000000000000, 0xabd3613571800fdcc891181d5f34f840, 0x2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e, '', 0, '?'),
(0xf5a5dbfd28ebc5f8259e23803904796e, 'wp-admin/css/forms.css', '/home/forwardbetcasino/public_html/wp-admin/css/forms.css', 1, 0x00000000000000000000000000000000, 0xe4e5b3f40666d9e37c28430fd7604987, 0x4e9fec75e6aa36ffef101446af4b3a909e4ab5078becde8fd86897ebc6f40519, '', 0, '?'),
(0xf5a66f8dbc624272cf6a33231f0dbc97, 'wp-content/plugins/wordfence/waf/pomo/entry.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/pomo/entry.php', 1, 0x00000000000000000000000000000000, 0x3bc2b2694716518c9d92418dd4eaae77, 0x0337395d93f9a7238c2f96c3f772f96213439d74655c6303f59298df8f9e8350, '', 0, '?'),
(0xf5a8f5f20648a3a94cf3bb3c80cc9135, 'wp-includes/blocks/query/view.js', '/home/forwardbetcasino/public_html/wp-includes/blocks/query/view.js', 1, 0x00000000000000000000000000000000, 0x37501fd7edf155446a1043585e46e6d7, 0x0ec858d9fcf084428eb152071b9d907bcab112b8b8e6f619664a2e70ae025426, '', 0, '?'),
(0xf5ad6ef6c14a04c8c49c04fd40655147, 'wp-content/themes/twentytwentytwo/templates/blank.html', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/blank.html', 1, 0x00000000000000000000000000000000, 0x7466de6912d8f3290dcd9a42fdeb849e, 0x767831d5bba57d80e9308b0f2f773390bcdee063c7150c916719eb281b0c70dd, '', 0, '?'),
(0xf5b744b0b5aa36ed53ff2fc86351823f, 'wp-includes/customize/class-wp-customize-background-position-control.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItemsItem.php', 1, 0x00000000000000000000000000000000, 0x7249a3b7f875db7e8dd4b59af86f41b0, 0x1607177bd401ab810ccb16fd049a7f31baef9cc39c83ee083ad9c605f19d0e3b, '', 0, '?'),
(0xf5c0f2e4c7855540c2bb509f0119dada, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/migrations/table.php', 1, 0x00000000000000000000000000000000, 0x6a6da4388e77c49481f225094fd35f24, 0x09b9dc04a193e45b7f39e7c594fc5d1de6905ae410d79dcd6e041fa3f3b38def, '', 0, '?'),
(0xf5c8896d96c4d76d8184025e6dd94223, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', 1, 0x00000000000000000000000000000000, 0xa4a7f5bc65b9a0980f54238e57b8b21d, 0xf7d7dda696a4d8847417391a62a16bd47e1370076f4d6cc85c3b32f437ff51fe, '', 0, '?'),
(0xf5cdad488cabf9389233e8543ef70940, 'wp-content/plugins/elementor-pro/modules/loop-builder/assets/images/loop-item.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/assets/images/loop-item.svg', 0, 0x7539c21faed087dd8de2e9ef39337a41, 0x7539c21faed087dd8de2e9ef39337a41, 0x6b04138066b4ea51454e78c7760eb5ee0def7402b3eb8037cc735dad0252d4e7, '', 0, '?'),
(0xf5cdc4700a22d5e68aa2c06444fbaf46, 'wp-content/plugins/amp/src/Admin/SiteHealth.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/SiteHealth.php', 1, 0x00000000000000000000000000000000, 0x1df4180b10d8c64f4ccf60b721d2797c, 0xf2016e1cc3119d0e4418644b41f86546444e6e6c4e6b04e122b7d792db265e2f, '', 0, '?'),
(0xf5d290364f80dfd227d0a423239c2ea7, 'wp-content/plugins/elementskit-lite/widgets/post-grid/post-grid.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/post-grid/post-grid.php', 1, 0x00000000000000000000000000000000, 0x493457a580139bc6fbfdfddaee39a035, 0x4c3575bece2e645a3ae1f85b18d2ed6302da7c539a11d610c644093432e3600b, '', 0, '?'),
(0xf5df2ccc7a52b3737558ca23837a7980, 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-cache.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-cache.php', 0, 0x5aa00b874adb3722073a92a436a5e00e, 0x5aa00b874adb3722073a92a436a5e00e, 0x52a441cd856e0e66500109c908b3d0a708da318c930c656a5e09fb2b1f67924d, '', 0, '?'),
(0xf5e6d8f5a379a0f800ba0c22acee5105, 'wp-admin/user/menu.php', '/home/forwardbetcasino/public_html/wp-admin/user/menu.php', 1, 0x00000000000000000000000000000000, 0xf97ae3568dd21c9bacbe87a589bffde1, 0x070192ef6d980ddd291111bf946830d245b943a7a4c34e8fb660df445b092433, '', 0, '?'),
(0xf5e78a349c264e25db1a46fc75dde29e, 'wp-content/plugins/elementor-pro/core/connect/apps/activate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/connect/apps/activate.php', 0, 0x4fa76c8308971849baabc7bf6fcf7a18, 0x4fa76c8308971849baabc7bf6fcf7a18, 0x29cdbb1b9ae6f20c8f682ac7fa45b147b29c39efbdd7e7ad3d59fa20fba52988, '', 0, '?'),
(0xf5ee28aac41a19d118766476ba035196, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php', 1, 0x00000000000000000000000000000000, 0x1f15206215d30d6ec03e5f9cdaee06b0, 0xa6550b7221321c8f6d429e00e3c93dc143353557e4b6d3198df0381f2cc1030d, '', 0, '?'),
(0xf5f11e8dadf9ec5e827a4f35e43cd6ea, 'wp-includes/blocks/details/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/details/style.css', 1, 0x00000000000000000000000000000000, 0xa9b39bef6232daf57c5e13ae01e4b076, 0x5729749c0c5633f50b3e4da52ac5db81dbd554436ad54f6324e3cb8838dfb282, '', 0, '?'),
(0xf6029e2232727f2157b50bf6612b49f9, 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-fonts-promotion-menu-item.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-fonts-promotion-menu-item.php', 0, 0x51d3983522e37f9f6ff860e8f404ba50, 0x51d3983522e37f9f6ff860e8f404ba50, 0x94dc952349214fc929541961f275f5288ed4ce9047254af1760c1c91c3642502, '', 0, '?'),
(0xf60b807ea191e4e215bbe27284439b9e, 'wp-admin/link-parse-opml.php', '/home/forwardbetcasino/public_html/wp-admin/link-parse-opml.php', 1, 0x00000000000000000000000000000000, 0xa48056974525e35d5bc049bc6170c5a9, 0xc5b63692d49507397edfeb79c67de835467e9b0405b6d78640db321892039929, '', 0, '?'),
(0xf612460608148a3a2280e8a3a47c0c7b, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-rotate.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-rotate.css', 1, 0x00000000000000000000000000000000, 0x85ce08cc8f07ff879845261a2b1d4933, 0xa345ff9f36facfddeed0e4d55c05fc8840e45eedb9ccf6d8da1b3a46e78beb44, '', 0, '?'),
(0xf61507be6e96e3010780858eb4eb578e, 'wp-content/plugins/amp/assets/js/amp-customize-controls.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-customize-controls.asset.php', 1, 0x00000000000000000000000000000000, 0x993b927b9ed5ce32715a6b5d08515c8d, 0xe84c295f7a30f304e1875878a290e9ee1759db48949c160318cc79dc6833908b, '', 0, '?'),
(0xf62ed5adf6b80c047f68d13d6e32c4f7, 'wp-content/plugins/elementor/assets/css/widget-nested-tabs.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-nested-tabs.min.css', 1, 0x00000000000000000000000000000000, 0xa96e19096ec2f98c548addfa326f8a2f, 0x58e47da0775dcda89a20c17476677140cee13540b5f3c4e5330bf65bd2756686, '', 0, '?'),
(0xf62fb44894c78c86c869f1135bda765b, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/actions/ActionScheduler_Action.php', 0, 0x3e5f44ab93a24e1e67927ff59b6cda53, 0x3e5f44ab93a24e1e67927ff59b6cda53, 0x7d581937524dd69a62dba6f887d89dae80102c19085fe8ee0d07144e973c7ee8, '', 0, '?'),
(0xf64c2444d6904a7488765af69c40e1d4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceTable.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceTable.php', 0, 0xc070a74a2394b744578a8fd14cc4a8cc, 0xc070a74a2394b744578a8fd14cc4a8cc, 0x3e4ad75d1fdb3b5d1ae13fec866ba1a53106cce0caa31f43b016d1b35a53737f, '', 0, '?'),
(0xf64e0d284893fcb8d795c5f7a14fd275, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxQualifiedRuleHasNoDeclarations.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor.css', 1, 0x00000000000000000000000000000000, 0x1dd269c9a4d580b6366851fa03815ccb, 0xb917a7a9713a2744beebca6f5a15674ec3719c407db2ebfc44cd8934b5ef110a, '', 0, '?'),
(0xf65639b4d44bb1e1c4676f58b1b937d3, 'wp-admin/images/align-left-2x.png', '/home/forwardbetcasino/public_html/wp-admin/images/align-left-2x.png', 1, 0x00000000000000000000000000000000, 0x698538b14fb9839aecd01d5e97c66316, 0x246b62b63eb6e0ce0ccd18f16b269e3a09da8261ac37b916b65a63646d82b425, '', 0, '?'),
(0xf657233ae6e156b8f3a69afc5e483358, 'wp-includes/blocks/nextpage/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/nextpage/editor.min.css', 1, 0x00000000000000000000000000000000, 0x36527f639bb11330b5742046bce6f630, 0xece358a7906b57a6a69f9c9f34e7ea78d55989d4c49812d1489a37f39a79a161, '', 0, '?'),
(0xf65e3b79ac96f5da40aa4c44c8555acf, 'wp-content/plugins/elementor/modules/floating-buttons/base/widget-contact-button-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/base/widget-contact-button-base.php', 1, 0x00000000000000000000000000000000, 0x13e8e3410711677c68d9a366553fe36c, 0xb2b63a91548909f8a6c1c28f0160532feb4b8e4793cd12f40237380ed3fedf9d, '', 0, '?'),
(0xf662467bd88d84d4698a842df5d6189b, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php', 1, 0x00000000000000000000000000000000, 0x02179e02ebb72b0a192be854fdd1727f, 0x364f6eb5a01771491ae20a5ad1fa317ebfcccdef40594933408c4604b19a6ef4, '', 0, '?'),
(0xf66c6a5433d4bca0455f749abcb9bf6b, 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/elements.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/elements.php', 0, 0x8114cb1ec4300c2efd6aceec2de1b9c9, 0x8114cb1ec4300c2efd6aceec2de1b9c9, 0x39ef672730ddf6909172b4d0993c7d9bb66090c46648c702cd95e62897b0f39f, '', 0, '?'),
(0xf674528c2868c851a3a55930f06de999, 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.js', 0, 0x522f5a7c4d23212b216d7197dcc16da4, 0x522f5a7c4d23212b216d7197dcc16da4, 0x8c1f3e023eae2983342fe019b61881eda3cc8fe0feb4ae783231f0bc5b4da6bb, '', 0, '?'),
(0xf679f2af105949bd1e62191251660006, 'wp-content/plugins/elementor/modules/page-templates/templates/canvas.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/page-templates/templates/canvas.php', 1, 0x00000000000000000000000000000000, 0x6006f2b9a5ee3875f74d864d704ac92f, 0x7bea91c6b0f318a8d28578cedb84e6647d701c24c9b9d12563178415d71e8b25, '', 0, '?'),
(0xf67f8010a3a1823a9224b66487063411, 'wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css', '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css', 1, 0x00000000000000000000000000000000, 0xe1f49a248328dd26ce32d52cd61febea, 0x64bab3ed54eb1a95bce962930e4f3d4926275bb6649f51ed6d8479b83628fea1, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf682444605c24474ba80b37957f65478, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgUsingSrcset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgUsingSrcset.php', 1, 0x00000000000000000000000000000000, 0x22ab93834d9c194ca0ee43962f3b75fe, 0x91936eff5bbccec5217a84e494b23c9427f77c34bd497c4e92dc728b32ebae10, '', 0, '?'),
(0xf68ba6dbfd24d36495c1103c9e093bdb, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/browsers.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/browsers.svg', 0, 0x123dd481e0c1fa6667d2cae436d094c8, 0x123dd481e0c1fa6667d2cae436d094c8, 0x29210ac16b70f9662570076ba5f67af0fde5350dce7ea14f4875c6c749ea041a, '', 0, '?'),
(0xf693c9b1ce7ab30c7931bec498331fc2, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php', 0, 0xd54f2798043750d6bec8c9b7d66eb14a, 0xd54f2798043750d6bec8c9b7d66eb14a, 0xd839e4ed7507e88caed1429dd590e2020948ecabb50e825dc77f5692d39e1843, '', 0, '?'),
(0xf69577acd0a4d99995e52a2403c839d5, 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-9.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-9.min.css', 1, 0x00000000000000000000000000000000, 0x6ddeba009db2089180c19872358f0885, 0xc3c70e9dd02bd0762dcfb915275094135ab4f92874f4bdd36de8ce9ec1f6fe6a, '', 0, '?'),
(0xf69d92c586692743e2fd773fbe6f8750, 'wp-content/plugins/elementskit/widgets/coupon-code/coupon-code-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/coupon-code/coupon-code-handler.php', 0, 0xe09eb1f30d0d0211ce321a4e599a62ee, 0xe09eb1f30d0d0211ce321a4e599a62ee, 0x1cd0bd836c264a6d8c3b433d2f2616749f7365d52ab87f975bda29cba8acd40a, '', 0, '?'),
(0xf6a8a392c2fe4814a953213bf820f396, 'wp-admin/js/user-profile.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/user-profile.min.js', 1, 0x00000000000000000000000000000000, 0x1de3e5a5414ebd5a0c7bb34775699c6b, 0x636d19523111712a9ca66d5327c2063afd5064d87abc989ed2d2c24abd5906cf, '', 0, '?'),
(0xf6bb27467f75fe57f0c4f6b636662535, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php', 0, 0xd2c197de0f5c80059f57cd9bf56e11d3, 0xd2c197de0f5c80059f57cd9bf56e11d3, 0xc6f8baec980b18c6f5f6cfd645201e81192d7cd0a7b1343a1bf0eb788f849615, '', 0, '?'),
(0xf6bd53b43a01736f8b1b5b6554c791c0, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php', 0, 0x635f390ab3fe21cc0cefee5243556257, 0x635f390ab3fe21cc0cefee5243556257, 0xdb877a69c24b9834709fea8c0f911201bedce082d7245222250cfc84e1800ffc, '', 0, '?'),
(0xf6c840e67d9f7ea5344791763c82046d, 'wp-includes/sodium_compat/src/Core32/X25519.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/X25519.php', 1, 0x00000000000000000000000000000000, 0x67e9a562f1663e158e95ebbd3d99b2b7, 0xacbe939adfbad760cf1127b88b830ee79bb19308cdd096782369a7d4c523aa08, '', 0, '?'),
(0xf6caed862ba202039ac771c97057a3c3, 'wp-includes/update.php', '/home/forwardbetcasino/public_html/wp-includes/update.php', 1, 0x00000000000000000000000000000000, 0xf19d0f5763d52d201a59194c5621d6b0, 0x9c5cf39ce4a1b0c6924297f4e774d14fc457e55745cf0a69005d2001802c3038, '', 0, '?'),
(0xf6cd894fdf5015c190ded59ccf372d18, 'wp-content/plugins/elementor-pro/modules/notes/notifications/views/email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/notifications/views/email.php', 0, 0x1c36f0ce24485855218805c0d852982e, 0x1c36f0ce24485855218805c0d852982e, 0x447a992c89b7de4a889d5073a24ce8f397a963d8ddbb88d216e649600756864a, '', 0, '?'),
(0xf6d3a400f39ca8ed2d2cc8603d7e8984, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIzlesene.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/user/profile.php', 1, 0x00000000000000000000000000000000, 0x9fb67838a0cc21a8b58378965312d76a, 0xecc94a80edc56696765ef744d377f416dba60ac6c673f04275a62fa50e9e8c4c, '', 0, '?'),
(0xf6d9e1d6177fb34098ca1e6954c09f6c, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-box-shadow.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-box-shadow.php', 1, 0x00000000000000000000000000000000, 0x7e331d37dd2a24842f422a9f1f0e9675, 0xc943a752127412887bc775eb272831b9e5f03facaf67e1ba65d63840cc3bec82, '', 0, '?'),
(0xf6de2515deb3bcd93362a4eeba9b9cc6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpNestedMenuAllowedDescendants.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpNestedMenuAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x934940b41f09b83b79d4b78e3d6ffe11, 0x2de350cad074ba67e5d50aa109b6e36100af5ffbb68046909d82e084dd6b1e19, '', 0, '?'),
(0xf6ded041da440990d0898aa968f00fd1, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Utils.php', 0, 0x07e9c30a4e28faaf97f78a1d4ae55952, 0x07e9c30a4e28faaf97f78a1d4ae55952, 0x0045a3ed7a50b2a120555e09b61805ebff583b6bd82132e05fb3ddb4ed9dc500, '', 0, '?'),
(0xf6e30785504bfef3fb06731ec413fc94, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/user-data-thumb.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/user-data-thumb.png', 1, 0x00000000000000000000000000000000, 0x0e1bf0607c17baaf8ab2ba3ab2a9dfa5, 0x7a99168ec5b324298f457232a96b46d4c0ae33764f6d62aba2f1f0b98355b123, '', 0, '?'),
(0xf6e323844d261ffedae4f3c9d3532b9e, 'wp-content/plugins/elementskit-lite/widgets/contact-form7/contact-form7-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/contact-form7/contact-form7-handler.php', 1, 0x00000000000000000000000000000000, 0xf54b54e87ceb00ee86901db32e3e4d49, 0x8d94becc4bec5ff659e2da4eb7c8667ed71bbcfe81b64efa386ee106f5482a82, '', 0, '?'),
(0xf6e77959152968af05954ebffac381d3, 'wp-includes/js/dist/customize-widgets.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/customize-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x8d833a7ee43cfc7628a122797b1218a3, 0xeb85dfa09818faedc4a1f9237727a5f5dec228503123bb4bb4ac5015dc9fca87, '', 0, '?'),
(0xf6f3e95e9d87507b759ed7c3e4679e5d, 'wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php', 1, 0x00000000000000000000000000000000, 0x2287292713844e610cb447f45bf37d43, 0xc296e4df1d0d2497bd1b02c6349f168053d99f9143620ffdc265ab0d3b5bfc4b, '', 0, '?'),
(0xf70806bf0c7d62f2908bd5a1c3fe4efc, 'wp-includes/js/dist/core-commands.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/core-commands.js', 1, 0x00000000000000000000000000000000, 0x5621020c2204080cab99e8b1d67c9c26, 0x26d5b100cd0955a508e8ba4bb655003605546a638c1948e4804765293c64b0db, '', 0, '?'),
(0xf70deda01699d0dd47760d37b5305e07, 'wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-metadesc.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/user-meta/framework/custom-meta/author-metadesc.php', 1, 0x00000000000000000000000000000000, 0x74ed5900cd799c535ec4f851ea4c7162, 0xb0b3553d4110ac09ea1aac3f4e6000f9c565fa32b6a7ab84ad567b02ca7ae38b, '', 0, '?'),
(0xf70fb28c155d7ffc969bafb576f8797f, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialog-rename.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialog-rename.js', 0, 0xf323e09b8ed40e07b16d6ccea97d3f8e, 0xf323e09b8ed40e07b16d6ccea97d3f8e, 0xf4605a619601211c7e2adbda13a1522ff44874f5fafb3f24f332fb1289cf8a0a, '', 0, '?'),
(0xf7112a4e649a458add02ea1df3254600, 'wp-content/plugins/amp/src/ReaderThemeSupportFeatures.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/inner-section.php', 1, 0x00000000000000000000000000000000, 0x7567721d9e3a3d63346a80a131b34838, 0x069f652e0076fbe1714032f02d9830b12cda61d034cfabc4ae01f3500749c8aa, '', 0, '?'),
(0xf71c09a6e0f53a06a145e3995004251f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp3pIframeSrc.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/Text/Diff/Engine/string.php', 1, 0x00000000000000000000000000000000, 0xcdc0ae04c3b9d3f48d6618a072c6fd5a, 0xba2e30d8af6c0f1d8a3eab2f482d972f7002ab34c37bfa4465015b25254e8b58, '', 0, '?'),
(0xf7207bacde147c09b6fa767c64a18cd6, 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-2.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-2.min.css', 1, 0x00000000000000000000000000000000, 0xd3e7a854c3de931ee945723733e97eac, 0x9536461d41a26b4f34b1a90e32658b362dd3f6b847d8536c33c962e66008e33e, '', 0, '?'),
(0xf7207f30f34d49e396cf68d83d2e6a31, 'wp-content/plugins/wp-rocket/inc/ThirdParty/ReturnTypesTrait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/ReturnTypesTrait.php', 0, 0x4af256a1351f3b379af5a16c580279c4, 0x4af256a1351f3b379af5a16c580279c4, 0x50e28f05b66b191b845f558be96928dd3c082d16b5c9c4819956f3ba47e6c5be, '', 0, '?'),
(0xf7241c55a47edba92f423a941eb70ec0, 'wp-content/plugins/elementor/modules/home/transformations/filter-top-section-by-license.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-top-section-by-license.php', 1, 0x00000000000000000000000000000000, 0xad9a3f2665650d2d86a0cfad98a830c3, 0x79233d19cfdd398475d888cf98c19223983e229e9ec0016764307d77538ff600, '', 0, '?'),
(0xf733615afffe21033b98b20a2a32ab2c, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_NullLogEntry.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_NullLogEntry.php', 0, 0x3462f8814256ae4e950f2d602496a11d, 0x3462f8814256ae4e950f2d602496a11d, 0x63294eacfe866b848511590d246f92423521262a04d6810414641fd20934ef13, '', 0, '?'),
(0xf736b103f3883cbeb466fd542a11c28f, 'wp-content/plugins/wordpress-seo-premium/classes/redirect/validation/redirect-self-redirect-validation.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Html/AtRule.php', 1, 0x00000000000000000000000000000000, 0xf91ffafcbbd246c1fb40c70156b9a9e5, 0xf17a2fda2e9c4a7dff50ee8a5b7bf80fbe532fd710899f0ad8df29a00add25e5, '', 0, '?'),
(0xf755eb136a53764563d63817104aab20, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php', 0, 0x4e41f4feb518549070472d416ead219c, 0x4e41f4feb518549070472d416ead219c, 0x60a87ba354be0c6a9585a7f4705b3b94dc3c7bb1f92ff54e04e702fc0d777796, '', 0, '?'),
(0xf763ec98707eab307b0f66a365b20810, 'wp-includes/images/media/document.svg', '/home/forwardbetcasino/public_html/wp-includes/images/media/document.svg', 1, 0x00000000000000000000000000000000, 0x84f84b43d3abf64d95d90b43096fbd1d, 0x7d764c58b4554c046d0883e010e6faa090191669518d1c5170488909df9ce88b, '', 0, '?'),
(0xf76fa06c0fa7b4832adcdedb2ee757f0, 'wp-content/plugins/elementor-pro/modules/loop-builder/traits/alternate-templates-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/traits/alternate-templates-trait.php', 0, 0xcfcf48ab4d1bdc0188044034f3f48d22, 0xcfcf48ab4d1bdc0188044034f3f48d22, 0x9debe6cbaf9d9ad4aa76a2a43d4cf8acd38452a41d7b60d0dde4b3ec4c446ec3, '', 0, '?'),
(0xf77aae09f4648acb4919806f636657e6, 'wp-content/plugins/amp/assets/css/amp-validation-counts.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tspan.php', 1, 0x00000000000000000000000000000000, 0xa80f7f451dba4f7e7853b6c641a36baa, 0x5cfeff0ff7ecc0afbaebe395451fba48c9f2711886b207c3698aee9a6fa980f8, '', 0, '?'),
(0xf7883211166596c95c41fa19139d1f99, 'wp-content/plugins/elementor-pro/modules/floating-buttons/base/widget-floating-bars-base-pro.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/base/widget-floating-bars-base-pro.php', 0, 0x5dc4cdf7e11a42b0f66d7f0b4997780e, 0x5dc4cdf7e11a42b0f66d7f0b4997780e, 0x6f5978b0c197a20ade9f81227ff04c4e1b409db79850414d0a89f0eb6cdce6c0, '', 0, '?'),
(0xf78d5d0715818d70dd529f2f24b831f6, 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', 1, 0x00000000000000000000000000000000, 0xc12b0f1284244260771fe4c695b491e1, 0xff61bac401dde236e3eccdce9faacbee765d7a358c92dac194be0d8d70f163a0, '', 0, '?'),
(0xf7963413475184e4b9b48dc06abac5f0, 'wp-content/plugins/elementskit-lite/libs/framework/assets/css/admin-global.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/css/admin-global.css', 1, 0x00000000000000000000000000000000, 0x1b78dbbb34c2585b09490e92d8cb3af6, 0x8449e6344522f073f8ee3fac828e98e597aae45cc0c0358128fb1f034b4216d9, '', 0, '?'),
(0xf799823d54f17a3f7d0548306c151a22, 'wp-content/themes/twentytwentyfour/styles/maelstrom.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/styles/maelstrom.json', 1, 0x00000000000000000000000000000000, 0xf87c7002eb0dec6227444eced2d92c8e, 0xd7c6e9b26e5896a01a2904cee6cde70687871f2a61eb15bf111f7641ebe7778f, '', 0, '?'),
(0xf79b571b8982f82db6d1d0d0f8ced106, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hr.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status405.php', 1, 0x00000000000000000000000000000000, 0xbec4f2b33123639cce1c4e9e06a3a20b, 0xcd79333c3c90dbb4b379069bbe48df8f53b502390751f6618fb49baede46d9af, '', 0, '?'),
(0xf7a32fbeb5b99be0c66a9cd2079f44db, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/responses/lock-error-response.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/responses/lock-error-response.php', 0, 0x842e44df1bf9fb41201ad5aca0653719, 0x842e44df1bf9fb41201ad5aca0653719, 0x5be90fc380d06e412ce5cf860b24d8ceec3f5c9be80749665d64739977478657, '', 0, '?'),
(0xf7a332483cb9db2063054306fcc8e5f5, 'wp-content/plugins/amp/includes/utils/class-amp-dom-utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/utils/class-amp-dom-utils.php', 1, 0x00000000000000000000000000000000, 0xecd4c965a490526865ed385edada0430, 0x516860be1ec92ba0ca6f2bc8ad6fad1f2b6d2fdaff16cb19821ec4a096b85d32, '', 0, '?'),
(0xf7a9e57e463d456e13c37bf41fe35149, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-sink.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-sink.css', 1, 0x00000000000000000000000000000000, 0xda1c8a8940bafb77f25539c32e270478, 0x89325d7199ba59e6757c321c6dde1e4e3417fd05ec72d12de145cf9adad5e636, '', 0, '?'),
(0xf7aed9ed8bc3704ce5f400ba5218ef44, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php', 0, 0xb5b7f501f408631eadcaea09d479a50a, 0xb5b7f501f408631eadcaea09d479a50a, 0xd26d725504313d475d13911f5ff390536c1eba7bb07d81a27fae735dfd8e4f96, '', 0, '?'),
(0xf7af75963791fff241bed96f7fb6c032, 'wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php', 1, 0x00000000000000000000000000000000, 0x81c2ad18c3104165e9d306e63145488b, 0x01c835cfb8c4be65ae41bd07624bba27068d9049432bc5fadf075b70531f2518, '', 0, '?'),
(0xf7b56555af915215cfb4c8f4f598b0ef, 'wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php', 1, 0x00000000000000000000000000000000, 0x33685ac29d2de5dbcd707bc013b0c47c, 0xc3e8e0d373cab86cb4e3a50a7e92bc66828e908c2174650111d74f195bd51480, '', 0, '?'),
(0xf7ba5a77d93a00f732114969ce366079, 'wp-content/plugins/elementskit-lite/widgets/progressbar/progressbar-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/progressbar/progressbar-handler.php', 1, 0x00000000000000000000000000000000, 0xbcbab5c2b24b98b2eb4303cb3c990ebb, 0x8f5df95ef8aa6d50ceba09712275ee17aaa2e27cd4ce9ca6aa63b44a2e9dbc10, '', 0, '?'),
(0xf7bb06cd40d7635c610151d987dbd597, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php', 0, 0xf268f77cf4e5abf06f904837df3ae2c0, 0xf268f77cf4e5abf06f904837df3ae2c0, 0x9eaf5d872889e901eda5cc4818ece8a38933dd71d867d3fc02314ddc86613b37, '', 0, '?'),
(0xf7c04d72f8b9ba3e2f778c630beded4e, 'wp-content/plugins/amp/includes/class-amp-http.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/class-amp-http.php', 1, 0x00000000000000000000000000000000, 0xb46e3b3b157f39c37b637c90af4233d5, 0x032ebd0ce45721b32c55b088ee2b636ccedadfbf5c75eca95b30f11dcf14601d, '', 0, '?'),
(0xf7c61c5f77efc68c02e89bdf189ed00e, 'wp-includes/widgets/class-wp-widget-media-video.php', '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-media-video.php', 1, 0x00000000000000000000000000000000, 0x76499adf31e638d24bf57bfe0317f7e7, 0x4ed049d93720bf720de62f4b33640eb97d492a6fe9ef1b8919c516bdbc5d0199, '', 0, '?'),
(0xf7c942f18148858ca577a5858f07ed05, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', 1, 0x00000000000000000000000000000000, 0x654f9b53af7ce42c965880aec92a523b, 0xa43dcc3d9b7ab9d2232b457497d1eef4194689bc8a32183acbe6741f594a6aa3, '', 0, '?'),
(0xf7cd518e6e3a341aeb3f4bbf2ab78de5, 'wp-content/plugins/wordfence/css/license/premium-global.1690810710.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/premium-global.1690810710.css', 1, 0x00000000000000000000000000000000, 0xd9ac35cdc02689eb0696175d55bcca00, 0x3d3a49eac3235f41a45c52058bf5cfd6a358d4e646a2a7534f9919887265f363, '', 0, '?'),
(0xf7d8e9a8c58a67b158635ce9b0092d7a, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php', 0, 0x0690c435a646384d58ca615edfe9dce8, 0x0690c435a646384d58ca615edfe9dce8, 0x2444e2595234d80a01a65b9b70e6894707642aec206fb9fb4c3ce8c6e63d3876, '', 0, '?'),
(0xf7dd16ef17d0b3d9defa8db9d0927977, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php', 1, 0x00000000000000000000000000000000, 0xa061f272275bb270b9382fdf3ae1c434, 0x253ec34ea5be916d43f9c1731b8d1150c243117ce7c2609009d3b94c021a9fcf, '', 0, '?'),
(0xf7f22551057bdcc646a3e20fe07d3332, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/contact-url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/contact-url.php', 0, 0xc2434dedcd184b7f02e5c5432eb82e6c, 0xc2434dedcd184b7f02e5c5432eb82e6c, 0xfef37edecbf1862f5e22fe3a9b59c781aadc7f05b07acd54b1ee21b58cfd30e3, '', 0, '?'),
(0xf7f8045830f2c7e4b850cb91c9b76337, 'wp-content/plugins/wp-rocket/views/metaboxes/post_edit_options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/metaboxes/post_edit_options.php', 0, 0xe5400d14867ba7018ed7d80d2f2ddc6d, 0xe5400d14867ba7018ed7d80d2f2ddc6d, 0x54634c617b51cca5e4f574260b60001cf52c5e6dc2d37e4f672618aabf76e7e3, '', 0, '?'),
(0xf7fd984a0f53fcb94d7298f6eda161a6, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataEpisode.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataEpisode.php', 1, 0x00000000000000000000000000000000, 0x42c2a722fd3612b1fbc69f41775d80f3, 0xbf7aee30914e118c2d454a5212abd0b40e79cd43c7a236a0f3f2dfca48c187a8, '', 0, '?'),
(0xf8030f20cc83c929cf1bfb73efaf68f3, 'wp-content/plugins/elementor-pro/assets/js/page-transitions.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/page-transitions.min.js', 0, 0x5a4d501f4aa1109074651773da9ecaca, 0x5a4d501f4aa1109074651773da9ecaca, 0xd6295a8eb0914251ba7fca0f228ef12a8dd7acf48de5474f989c8185d58f544b, '', 0, '?'),
(0xf80ce21ad5b9548d35a23f8e5c1be80e, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-url.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-url.php', 0, 0xaa9ad091272b7b396049711fa7e8338d, 0xaa9ad091272b7b396049711fa7e8338d, 0x2fee955d4195da7e6587c0b88330589540af9622ca0a28a694bc30db7baa6b70, '', 0, '?'),
(0xf810684076888279168fa39aeb77b7ab, 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregate.php', 0, 0xe10f5b732858eb73778fb3efd9689635, 0xe10f5b732858eb73778fb3efd9689635, 0x5aded285c8aafd12e01910d12db46c9f758739018f3a90bfbd8967deb8f1540e, '', 0, '?'),
(0xf81b3ff0f7de7779221c57fd6a4127e4, 'wp-content/plugins/amp/vendor/autoload.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0xf7282c18c3d7271aab6b77ae6ddccb29, 0x333980871eb48f2279b99a8ca00f648dcf90c4ea6696c2b10fa020092da8571a, '', 0, '?'),
(0xf81c2d7c56f1fb8ffb99c448db2584aa, 'wp-admin/site-health.php', '/home/forwardbetcasino/public_html/wp-admin/site-health.php', 1, 0x00000000000000000000000000000000, 0x84c1c8c3e2b86647dce90125853403ab, 0x8191f4c52dee663209ba57a91c50b9a18636eac527f645b000014398ce076fae, '', 0, '?'),
(0xf81ee8c7a2bd42d5b428d65c06bd304a, 'wp-includes/class-wp-text-diff-renderer-inline.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Copyright.php', 1, 0x00000000000000000000000000000000, 0xf7d4dd07bd5e309f84719ecf5fb7feac, 0xa164175d636119467ad54fe1e0219dd4363940d993f24f76f2f526a7c0db4b38, '', 0, '?'),
(0xf82ced426e00fd901954e6c7b9958202, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/introductions-2340.min.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/archive.html', 1, 0x00000000000000000000000000000000, 0x32ddfcc5c4e11e3ba5bd0ad11394fc97, 0x4f57c312ab5368abb1392ddc712e688b212e0c6e25bb79102e9e5e596eb41f37, '', 0, '?'),
(0xf8361dc4c4b1ca8b48ac3f157b60f240, 'wp-content/plugins/amp/assets/js/amp-validation-detail-toggle.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', 1, 0x00000000000000000000000000000000, 0xe5d93966c72212832687b1d40906e038, 0x974a619f88205e9ece65fec6f535fe297a03ec51d8829423d86c3234da123c8e, '', 0, '?'),
(0xf83ecf0bf349376daa9bf13e96eaa38d, 'wp-includes/blocks/embed/editor-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbe72117a103846d97c4fdb9223cae75e, 0x27093da3633b203eb2b0ac8b6673c4e70603b03e7801284f27d10286b493bb5e, '', 0, '?'),
(0xf842c514577920b38ef9d9f53c975bc7, 'wp-content/plugins/amp/assets/css/amp-icons.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0xde60c2b6362470595a68e502fcc1d4e1, 0x78f50d594c8d67fd7b9bd77da00067f6ff347fca67deb2cb56d28d8807827550, '', 0, '?'),
(0xf854d6703f3e4336678cc9c10162293f, 'wp-content/plugins/wp-rocket/views/settings/page-sections/page-cdn.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php', 1, 0x00000000000000000000000000000000, 0x78ed2e526044a772b7ae13449bd1a8e5, 0xb2c333126086a672b90d93f339cb42d2419ecbfaed526430e5b4c64a6b6bfedb, '', 0, '?'),
(0xf856f76c7f1528ba1ab7473485247061, 'wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels/editor-panels.min.js', 1, 0x00000000000000000000000000000000, 0x3fe8e0a66e856b02d0c398c134a8a2c0, 0x47121ea65a801b7e252efb2d087b95b5657cf8d7bf574d01ed5fd8439937273c, '', 0, '?'),
(0xf8612ae1cbab4371102c707f173567c6, 'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', 1, 0x00000000000000000000000000000000, 0x35f1743148fa87f54c10943378e75bf4, 0xd12d81534a1b119bbb80fa97a6e0a6cf2efa2368cf2728c16298345b7ff9529e, '', 0, '?'),
(0xf86748b588c28ca815b2da02e5e9809c, 'wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/js/revisions.min.js', 1, 0x00000000000000000000000000000000, 0xa9fbc69b7e6365f196e474812950c6e3, 0x1de235850cfad2b058de0a349693a60c74c70de72f01fb94dcae47704db0d25a, '', 0, '?'),
(0xf86ef0c9b4892a39fa8fe839785efd8d, 'wp-content/plugins/elementor-pro/modules/forms/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/module.php', 0, 0x227c95a963d6fbd51461be87fff4a4a1, 0x227c95a963d6fbd51461be87fff4a4a1, 0xb3e3f912979566f3c99740224f430ab7c27e786e1f7aabc535728150d2fcafa6, '', 0, '?'),
(0xf87ae5b64db74571f190f079a9ac45f3, 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/thrive-visual-editor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/thrive-visual-editor.php', 0, 0x9f7fe4be9df08abf758eaadf53a4fdf5, 0x9f7fe4be9df08abf758eaadf53a4fdf5, 0x65434d384825f7775a89ea76d6a4df2876a130ca31292712100c168503341151, '', 0, '?'),
(0xf887ec24f9e7d4afc2e5c1fd06b57414, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecRuleName.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/codemirror/codemirror.min.css', 1, 0x00000000000000000000000000000000, 0xa632336ab79ded318dc02844c4faf3b5, 0xe107b9ce8ce12c61c2c075e4edc040ba73f159254bfd96cb102d6fbcc76e0da6, '', 0, '?'),
(0xf8a6af018f16a0fadf434d703c4581e6, 'wp-includes/class-wp-oembed.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-oembed.php', 1, 0x00000000000000000000000000000000, 0x8fa0996eb573d97844cd2360ab33b5c0, 0xea8496b1c33f1162c21509cbd0951981960c4d6a6a1367e6afad44e4f052b057, '', 0, '?'),
(0xf8ab12362bf912d925d5c9ba01201db4, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/forms/CustomizeForm.php', 1, 0x00000000000000000000000000000000, 0x5ebce703e135eeaf2ab9c6b34ebf9d90, 0xdab3e097313e6f082ce15ff9c1bf05e533c89deb92dadb3e24f35a1929531dc9, '', 0, '?'),
(0xf8b77dbdd8d79389f74f31efbc9989a3, 'wp-content/plugins/elementor-pro/core/notifications/notification.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/notifications/notification.php', 0, 0x69b2429dfe99d9c02d944ebc2831b2d3, 0x69b2429dfe99d9c02d944ebc2831b2d3, 0x0c93089cefa722bf0d41ba399fbe5c2d8fcc698347f9fba32e19813edaf1ba68, '', 0, '?'),
(0xf8bcaaffa3824dfe5f97631396198e13, 'wp-content/plugins/amp/assets/css/wp-components.css', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/wp-components.css', 1, 0x00000000000000000000000000000000, 0xf4cbe1f775134c40940dfacfb63c7ba1, 0xa17a2811aa06e4cf344b0bdcdfec60205e72ffb97cdc07bcd840737c4795d6d9, '', 0, '?'),
(0xf8c2364b31fdfe9b28eef6dd7d2f4158, 'wp-admin/network/user-new.php', '/home/forwardbetcasino/public_html/wp-admin/network/user-new.php', 1, 0x00000000000000000000000000000000, 0xd493aa75510e886448cb4852c970946d, 0x8617abc524be32308ae7647490ca188edcb553b12b75a9bd55517dffaea89296, '', 0, '?'),
(0xf8c7782ef2aef5d2e94240aa4f014108, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/MessagePresenter.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/MessagePresenter.php', 1, 0x00000000000000000000000000000000, 0x8529d52a900935b6d0502dd0604f646f, 0xb46da41855da00bb4501952d080c992b74bcc5af28bfa8a6f48fbafdd42ada9e, '', 0, '?'),
(0xf8c8a3cfc5581382ff3b2f79ddf79f33, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Optgroup.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Optgroup.php', 1, 0x00000000000000000000000000000000, 0x11743d3806d9e5144564b2dc262f84cb, 0xe029c3ce863e02897bebf8896b2a51d3f124fd5916f647ca93bff78c6cffdc98, '', 0, '?'),
(0xf8cea1e225660758074da5623389ec9e, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/OverlayPosition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/OverlayPosition.php', 0, 0x12b3fe0369208a9d224ba23eabd66a49, 0x12b3fe0369208a9d224ba23eabd66a49, 0xf900a4d8ce09db0a9d0d0c4c6824f146d2a96d3853a0390b36efe39516356b73, '', 0, '?'),
(0xf8d307c60087069c4d2eff1d82f562bc, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php', 0, 0x8dbc0943dc67589535791e7ba6bd671e, 0x8dbc0943dc67589535791e7ba6bd671e, 0x89cb5f36e42cf0c27bd696ed399930f627e2525b40aadeda3b3047958d6d6833, '', 0, '?'),
(0xf8d61e79e8d0ae71a8ce0ba61a2a2745, 'wp-content/plugins/elementskit/widgets/image-morphing/image-morphing-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/image-morphing-handler.php', 0, 0xb917f7d7355c8eb64c49e7b7c19abb1f, 0xb917f7d7355c8eb64c49e7b7c19abb1f, 0xc89fddb69467ff520f41784a1ae249368204f1b8e0a480c7325119a46d218068, '', 0, '?'),
(0xf8da640140eb84c73d272a1a8b40fd2d, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/calendar/style.min.css', 1, 0x00000000000000000000000000000000, 0xac09575841667e44a6a1c26191fb615a, 0xd2973b6d547dd6f6cf2686bf5d8f68d0def24ed364bba2ef4568169354e1b9d9, '', 0, '?'),
(0xf8dda76c70f8532a4c53125424ad382f, 'wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss', 1, 0x00000000000000000000000000000000, 0x839fa3d53f1cb5b09d2c650df8b5182f, 0xe6e3fa9e6a232a970c6ca71522b7926456ab356d70dc5e17c5dd9b24df040eb2, '', 0, '?'),
(0xf8f00fe60464b7c6e9a2a4de8b3784de, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomponenttransfer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomponenttransfer.php', 1, 0x00000000000000000000000000000000, 0x3aa1449fa7764db75957f9fba6eae464, 0xabf7633aadf375f9c9011c622946b16f80c38fd1518ea5290604bb00ccfc0297, '', 0, '?'),
(0xf8f49d9fc4a9cf7d78ec99285417bd9c, 'wp-includes/js/dist/block-library.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/block-library.js', 1, 0x00000000000000000000000000000000, 0xe4590dd709a6b683ba099fc628e4efaa, 0x3c21d48fb40fe2270bcff8566877ee7b4e20a95eb4c50ee019a158dd31d00f9d, '', 0, '?'),
(0xf8faf1fc035468e7e15e4d8848f35673, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php', 1, 0x00000000000000000000000000000000, 0x97fc7b1effcb428d9b95ab16fb6ddfb1, 0x7b7fb993d7dc92d1a9966c850d991cadd3b0e6ffd4465ea0463d583935649969, '', 0, '?'),
(0xf8fc2e46a46c9ca7a816aec5a6338f79, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ConditionValue.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ConditionValue.php', 0, 0x6d2bc10c7f1258882fba607c5d2cd207, 0x6d2bc10c7f1258882fba607c5d2cd207, 0x55cb0162a808b0228bbc3406802777f7950099eaed827b51de79e8edf63b08ec, '', 0, '?'),
(0xf909c35e77e4303b8df4ff228c44b1f4, 'wp-content/plugins/elementor-pro/modules/forms/actions/activecampaign.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/activecampaign.php', 0, 0xb0e05e134003d479833f71881047bc63, 0xb0e05e134003d479833f71881047bc63, 0xe45f87449cee9b1dd117005435344daa7ea8d6e2b8d17af5f5c128ee99e612ff, '', 0, '?'),
(0xf90ae12f49607551d2246fc6939a1d85, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js.gz', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js.gz', 0, 0x3c5539cfa1e048339a859e09b763c40b, 0x3c5539cfa1e048339a859e09b763c40b, 0x37b21caeac87e9fb87f51a2be09b9b5a3682dc685e92f6053d96d49ba132af2e, '', 0, '?'),
(0xf90e09c54043204813f1aa1eea29c604, 'wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9cbdd4c216c0930f80cf98a4ef6e00c2, 0xf2981f273226b75892e9931ef3fbc8c99547ab06e90257aba4ede965d1c700a9, '', 0, '?'),
(0xf9115e51366c84cf4a21a00409e2cda6, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 1, 0x00000000000000000000000000000000, 0xdc07c91c9d0c5c059be66f4ee42e928e, 0x3e3481df6933ae7c8c1e8b761731b5074ee9a6f23602877744a8294dfce46a72, '', 0, '?'),
(0xf918bc2bc778d07eeea8207969260051, 'wp-content/themes/twentytwentyone/template-parts/header/site-nav.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php', 1, 0x00000000000000000000000000000000, 0x03c0950fc925462060f6c52f924f6619, 0x1016342569ccfed2718a7252ac6ebb49267e2ed459fed0d542693e683fe7e740, '', 0, '?'),
(0xf920c584319a727d6d4a4757df52a8d9, 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidHtmlAttribute.php', 1, 0x00000000000000000000000000000000, 0x5e3fd391827355dcb1da11a7bd04fbaa, 0x9f938b4597399aeaad5354c827353bb5572d93230937e58c6102a0dc50d0a92a, '', 0, '?'),
(0xf9303f049992f7c289253eefab73f627, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php', 0, 0xbdeeec02aa62974978e877ab32c0c087, 0xbdeeec02aa62974978e877ab32c0c087, 0x30a6d9e68dd5efd2ee11e555b07968fece902d3eb3189033d3484cc2ff6fd41e, '', 0, '?'),
(0xf939073521b9e6694dfcb67edd261d64, 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/documents/library-document.php', 1, 0x00000000000000000000000000000000, 0x51b1009cda7b8ad302d3762c3cdcb685, 0x116fa68a95b07efccbeea451a7a1384e45167d598e8622ba99e0a7e8d4508c62, '', 0, '?'),
(0xf940eb138fdb41053f2c0e11f78a40dc, 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers-tab.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers-tab.svg', 0, 0x78f92fabf03d9ddbaf9e9769c6002481, 0x78f92fabf03d9ddbaf9e9769c6002481, 0x2bdb689c15e91e6d8d23618c887c0850dfdd0ae9e8ee852e62702ab6ea79199e, '', 0, '?'),
(0xf943874631b001fcfc8109cf5cb54f57, 'wp-includes/SimplePie/src/HTTP/Parser.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ja.js', 1, 0x00000000000000000000000000000000, 0x26c20d6886503852a0c4a752659fa2b7, 0x874db55390d77d0d09855ef64926cb76a0a5371956044cbd57432e69ffcdf3d0, '', 0, '?'),
(0xf94b37c1977d39b2f5490ae483214027, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListUpdate.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListUpdate.php', 1, 0x00000000000000000000000000000000, 0x91eb0f25326661f816533b2e20327744, 0xc9eab148778cbbe7f7c503dcf1a3a821bc49ba9beafe015587aacb865fdadbb8, '', 0, '?'),
(0xf9501ae097784b1f7aa36ba2596c598f, 'wp-content/plugins/elementor/core/isolation/elementor-adapter-interface.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/elementor-adapter-interface.php', 1, 0x00000000000000000000000000000000, 0x50e48b8d093963abc45805a535852e9a, 0x31945929d29f1501b8a95a380ad805bff63b0dc72e4797abb1a8f03f450b536b, '', 0, '?'),
(0xf953676f4b9bb4c4a50ce988770b6424, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_FatalErrorMonitor.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/classes/ActionScheduler_FatalErrorMonitor.php', 0, 0x3d9ef7f72cff2323e1b22edf216ffece, 0x3d9ef7f72cff2323e1b22edf216ffece, 0xba8ca141ba2c3d8292f12560099d79211f18b276e81e90f835d403788db7de37, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf95609eb8db5579e7f6b79169d8209b3, 'wp-includes/blocks/navigation-link.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link.php', 1, 0x00000000000000000000000000000000, 0xe8234c8cc1cf1e448913def7eee9db59, 0x01403fb1f4bdc02a4acc01792ffe6e1c4708455545390258f8ead6d3605264f5, '', 0, '?'),
(0xf95c1a7d07b5e2641899167150304712, 'wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php', 1, 0x00000000000000000000000000000000, 0xb9ffa3d588f29b50b788c9b52a2d0172, 0x4657b02aaaeb23816100a180e03b8c2ba2c147227bc939228b8a6e6bae418dda, '', 0, '?'),
(0xf95de2435cee92d84ad99fbd9215705b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpStoryCssOptimizerConfiguration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php', 1, 0x00000000000000000000000000000000, 0x56d8843d920a830fe298c42decc86d60, 0x7ac6cc1a20870fe26165caeaa70c5b20fcb45bb916f7c0662b01d654f79c1854, '', 0, '?'),
(0xf96dfa7e8812e29f8e0c194c0f46ffef, 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Queries/Cache.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Database/Queries/Cache.php', 0, 0x9094b35146f572b0d883ab77624ebc93, 0x9094b35146f572b0d883ab77624ebc93, 0x01ee692e62437af4beaf74bb25228d70093bc14917f8331b32aab078931bd576, '', 0, '?'),
(0xf9743fbb37b842a7f1b945ca5a0002a2, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Listing.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Listing.php', 1, 0x00000000000000000000000000000000, 0xe655c38d5a5364676f6e51666787258d, 0xdb18deea17600351d77340922dc90febbc3023429056dd9daad4d510709c0d13, '', 0, '?'),
(0xf9795bd65d26f49e2e0faccea4968b2d, 'wp-content/themes/jannah/framework/classes/class-tielabs-videos.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-videos.php', 0, 0x6a010a2072e2eba7c18fecae08928ddd, 0x6a010a2072e2eba7c18fecae08928ddd, 0xad8906b45c09d1c98d469f932a8a9951ab467dda8c0a63e2e91649404a5d62e8, '', 0, '?'),
(0xf97a0ba4b081b481c02b5cf25b2014e2, 'wp-content/plugins/elementskit/modules/parallax/assets/svg/double_stroke.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/double_stroke.svg', 0, 0x6aa7dfbaf46cce8052a05da81b30282b, 0x6aa7dfbaf46cce8052a05da81b30282b, 0xfdadbb839ec3864be5be7afa91655d188b00db2fe0ea6041c1dff39454612f20, '', 0, '?'),
(0xf97fcaa79089c45418ed850d3c9570d1, 'wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf', 1, 0x00000000000000000000000000000000, 0xe19174fb2c0e19b1fa67492a07886c75, 0x337abacc9a34ff74b4762a01a78065e1f533e979e4131bc25ab3a97194ac9627, '', 0, '?'),
(0xf9829bb2dfaf1493a29112df4f11c7a4, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAttrMissing.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAttrMissing.php', 1, 0x00000000000000000000000000000000, 0x7b7ba45ddb0a6b796f34939a851ad33a, 0x471286791d729c819d5970441102ea4eacd77b660edfa5319a9c9303d6cef9f9, '', 0, '?'),
(0xf984479d94681e7adff54c240352c767, 'wp-content/plugins/elementskit-lite/modules/header-footer/cpt-hooks.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/cpt-hooks.php', 1, 0x00000000000000000000000000000000, 0xfe28fa998cc088ef72fff15f4ac114aa, 0xe85ae61de41799111d137c8e4b16c551fa93187ab80c8f76a461455c91c67b4f, '', 0, '?'),
(0xf984c9b1259bb9617b5abc6a090225bf, 'wp-includes/class-wp-editor.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-editor.php', 1, 0x00000000000000000000000000000000, 0x0750f1de9902aaf5dabc8c851c92221e, 0x92c2c41db0dd7930ea22fd1d09889d565b89aa4e927b666171d739385e961f66, '', 0, '?'),
(0xf987fb29fb472ed7860a6cf21375a849, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentExtensionJsonScript.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0xc1c65286bbcc3df02cb7ab971d06a143, 0x18c9e6c3b82e63af6d29262851f5117e276588fdec732c99f261ba83c7e84f69, '', 0, '?'),
(0xf9932cfca6a160cff974f7e074dc6237, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/block.json', 1, 0x00000000000000000000000000000000, 0x3c5b7bc671edee3d4e3e3d94a17f6fa6, 0x1bc8cde667887d7b9088b0aef4354c32fea4a09299bbed738da21f7a7a2d3656, '', 0, '?'),
(0xf99951d2059c986b2b297cad69b1c39e, 'wp-includes/Requests/src/Exception/Http/Status429.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.min.js', 1, 0x00000000000000000000000000000000, 0x8fc076be863fa9fe1895882b1a56f48d, 0xe8115c0514e03f22b47cdf6cee88590ead5012cff0b505029a22c63fd0442ec6, '', 0, '?'),
(0xf99ee88bbc89ad961cd31633f705fab2, 'wp-includes/blocks/shortcode/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/shortcode/block.json', 1, 0x00000000000000000000000000000000, 0x476bc991cd1b26a9d7cacd1b32a64a24, 0xe9c3b550f524dcfc9ce56622f0185908b0a9cf78b8c2116f42332d176eb185e3, '', 0, '?'),
(0xf9a28db870f66c345bb2feb0659bdbfb, 'wp-admin/js/inline-edit-tax.min.js', '/home/forwardbetcasino/public_html/wp-admin/js/inline-edit-tax.min.js', 1, 0x00000000000000000000000000000000, 0x75b8f42c32a02f623317538beebaa1f9, 0x07b946c4630c7bc32bd56fca3e0ac9d03485b8fe50d3c0bcf7542c8a9ac853e8, '', 0, '?'),
(0xf9ab8fe555bf7fb7bd1d5cfe17f14124, 'wp-content/plugins/luckywp-table-of-contents/config/settings.php', '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/config/settings.php', 1, 0x00000000000000000000000000000000, 0x855288807f3a4b1bdec73f236101c2f8, 0x41f13f7f1db24911276c7dd9094969863a8e9915e77638b9e8c8562d0bcf7a48, '', 0, '?'),
(0xf9b17c330f41280086cc30ca27d8493f, 'wp-content/plugins/wordpress-seo/src/commands/index-command.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/commands/index-command.php', 1, 0x00000000000000000000000000000000, 0x808edc1561d24cc1ebfd4c8926ca8bfd, 0x362575ec587c61273bb2373a91306e6ae4bbce5f801f2911760531ef74c00deb, '', 0, '?'),
(0xf9b6bbb8b252cdb47dffe8340fbf763a, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php', 0, 0xf38d8575cc8e13a213af23213f083597, 0xf38d8575cc8e13a213af23213f083597, 0xa398e0a9ff70699ecb3d92dede7a2b23b138c216843dd7ed6efd7eb1bda77d82, '', 0, '?'),
(0xf9b715345034c79a1cb4b31795b6ed34, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php', 0, 0x4c919df8f2a98d15510039a76d9a4d98, 0x4c919df8f2a98d15510039a76d9a4d98, 0x7c33a5d92cff55789bf6ae600469f3cb403f18e58f662e40462f788a7d682385, '', 0, '?'),
(0xf9c601a75980f424082c389572574ec1, 'wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-author-archive.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/opengraph-author-archive.php', 0, 0x776c5eb2d576de18bdcf673507d93918, 0x776c5eb2d576de18bdcf673507d93918, 0xa23b339656d6a43738c29817914cabfa91c350477a3d5cbbbf3405ec8d90f041, '', 0, '?'),
(0xf9ca6c5d148a8102be6709538144ae6e, 'wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php', '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php', 1, 0x00000000000000000000000000000000, 0xabf67bb4dd44b94f851161b1199669ca, 0xb7cd31bafeb2b76005a68d3c1805e4f78bcee83716a8d9bccf32913d9d5fdd07, '', 0, '?'),
(0xf9cb4de8875ddabeda681b043dcee7a9, 'wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation/editor-site-navigation.min.js', 1, 0x00000000000000000000000000000000, 0x982a83d9419ab93c7f24bf99be2db76f, 0x210268626a67c000f5a2797866367063ad870fd3f262287765b9cb2d0fc4dd8c, '', 0, '?'),
(0xf9cc95b937dc62babc9ba816916471da, 'wp-content/plugins/elementskit/widgets/woo-product-list/woo-product-list.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-product-list/woo-product-list.php', 0, 0xe139b2d9895e067d21217102e18d5520, 0xe139b2d9895e067d21217102e18d5520, 0xa920c2df580bf03477079c73d0b7e47f0229731889079e0246de772427b86c5b, '', 0, '?'),
(0xf9cecf79e9549a161948d2a30e089d41, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcAmp4email.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcAmp4email.php', 1, 0x00000000000000000000000000000000, 0xc381295be2488713bfbbebac982512f0, 0x12efa8d934e6dd4a281dc8807753f37f60e71c4bbe2b81a356300de347898cdf, '', 0, '?'),
(0xf9d19ec1bdfb42914fe4839c9c2b002c, 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/lib/cron-expression/CronExpression_FieldInterface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/rest-api/class-wp-rest-request.php', 1, 0x00000000000000000000000000000000, 0x0f1347790fa31a8fddebdbd714a82745, 0xb1f3dd03e2d294f1b8aea5fdcff832eedbc81da9cebaa9ff53ed18312dc9b741, '', 0, '?'),
(0xf9d5876fb7a03cebcce1b4735009d7b4, 'wp-content/plugins/elementor-pro/assets/js/notes/vendors-node_modules_radix-ui_react-alert-dialog_dist_index_module_js-node_modules_radix-ui_r-e4587e.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/vendors-node_modules_radix-ui_react-alert-dialog_dist_index_module_js-node_modules_radix-ui_r-e4587e.js', 0, 0xe80d52ec122f150dbf25a07bb4692138, 0xe80d52ec122f150dbf25a07bb4692138, 0x46a6b1c9e770ab8989cec33b7d261cc7afc0630fc2374a46d76ca4f6b91888c4, '', 0, '?'),
(0xf9dea63fd11ce9f3254202fecd5052ff, 'wp-content/plugins/wordpress-seo/src/generators/generator-interface.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/block.json', 1, 0x00000000000000000000000000000000, 0xef764a43f4e9f1b79c3f1eadb4622c10, 0xdde55f93b4aa6c96a36ebd0322102e0fd7a7fc01a4362bef33546756cc096070, '', 0, '?'),
(0xf9f2f178c79494ec638838438ae696dd, 'wp-content/plugins/elementor-pro/assets/js/archive-posts.16a93245d08246e5e540.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/archive-posts.16a93245d08246e5e540.bundle.min.js', 0, 0x5c6d7e8c9c2f75dcf2a75d12cbf3bbd7, 0x5c6d7e8c9c2f75dcf2a75d12cbf3bbd7, 0x2464380f296fa6d54b976d6305ccff509bca998255c9f25ea491413b08dfee11, '', 0, '?'),
(0xfa01529cde3dfadd2ac964f2d56e0390, 'wp-admin/includes/media.php', '/home/forwardbetcasino/public_html/wp-admin/includes/media.php', 1, 0x00000000000000000000000000000000, 0x96e0ad172a57630eac3567c34ab31482, 0xd030b2617be2059609d0db68967966112d415599220bfb0d99ae501e0e51e0b3, '', 0, '?'),
(0xfa0da602d78da3efd0f6c2954b7b2102, 'wp-includes/css/dist/block-library/elements.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/elements.min.css', 1, 0x00000000000000000000000000000000, 0x907348f8a3c448e391a1a80320b90808, 0x1d2ff0af684c4ccaadef536848aebc8db2c24aa4d4ba3420ab2022b63fcd4140, '', 0, '?'),
(0xfa0f3e8848c157ca30256a9e1d5baf89, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php', 0, 0xa0d69e7351915731c19e9349adb12028, 0xa0d69e7351915731c19e9349adb12028, 0xafca64fc477b69a0798a3248d7a05d113068a04dbe24dd3f9a08ebf0470721d0, '', 0, '?'),
(0xfa110911f79002101f4cd94915b6d03c, 'wp-includes/Requests/src/Exception/Http/Status416.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status416.php', 1, 0x00000000000000000000000000000000, 0x134ad740455b58a49c32cdff51f21327, 0x9043013a92cfa767e67733654906e3cdb9738bdf5c7794391948dad43804582f, '', 0, '?'),
(0xfa1c86388dee3d119aba91c75bd5b183, 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/pomo/plural-forms.php', 1, 0x00000000000000000000000000000000, 0x98c85b8b2f8b67081ed40012875ad358, 0x67b42f14862dcb60d86a6c92e75f589dab6b8aff2a597147c6ced2918d9dd558, '', 0, '?'),
(0xfa2180994bbd8c14aeadd4d74f3d861a, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php', 0, 0x38f449ff30b86d6a403018dd25f855f8, 0x38f449ff30b86d6a403018dd25f855f8, 0x7b139da57b6faa5df976726cf1536158ca7282f350d6ce93063f89252ec3f945, '', 0, '?'),
(0xfa2188ee369b4b866d90a261141d4987, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php', 0, 0xc6d798f6bc34b06318b1d59e017060ce, 0xc6d798f6bc34b06318b1d59e017060ce, 0x7855060fa3a9d037bbb35c5cbcec8fd088292e00139e84c306d52581ca53cfa9, '', 0, '?'),
(0xfa2228a7f8c2623f1a671b8273e171c7, 'wp-includes/css/dist/reusable-blocks/style-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js', 0, 0x87886b478ffbb5aa82d41f32036041fe, 0x87886b478ffbb5aa82d41f32036041fe, 0xbcef5ac47a94be388668821c9390405d617de683ade20faa5cb78026e9de1662, '', 0, '?'),
(0xfa2d5e67ff88ccba4000072ff7119386, 'wp-content/index.php', '/home/forwardbetcasino/public_html/wp-content/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xfa2ed5b6bbd5f15a67027bda3df19acc, 'wp-admin/css/customize-controls.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/customize-controls.min.css', 1, 0x00000000000000000000000000000000, 0x6b00eaf5e3219f79d647eb3477ca4043, 0x9a618887f41de8b471e186ea5c0f0fd08f00d558ab2adc69e402d88a2694f60a, '', 0, '?'),
(0xfa342fd6e1d981bb7e07b119e93c2bae, 'wp-includes/blocks/post-excerpt/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/block.json', 1, 0x00000000000000000000000000000000, 0x71ec6f4b3b355e01d266e17c8eb6c14a, 0x344ee46c2e8b971f3f5cd552854d65385e25f1d204af0c8ce61768a8fc1b5e44, '', 0, '?'),
(0xfa36c7d40a7a80ca2cd3eeddf6ae5ace, 'wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/media-text/style.min.css', 1, 0x00000000000000000000000000000000, 0x014dc36fd17962f9f731371c9fa961fe, 0xab5f182db66f509d6cc2adf245e74b31017a454251715c08e78d86f471b925f7, '', 0, '?'),
(0xfa51323313866aeb6bf084f9b2f91d79, 'wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css', 1, 0x00000000000000000000000000000000, 0xb4306849df6811bc2c13291ed2420418, 0xdcfff36f5d1b6fa5941b05583ae3bfe56b6dfba2de5dbbb789e2cfc278acf2f1, '', 0, '?'),
(0xfa61d579c823e5829923528696abb872, 'wp-content/plugins/amp/assets/images/amp-validation-errors.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPushWidget.php', 1, 0x00000000000000000000000000000000, 0x1f296fafff087907754340231a6cba37, 0xf48bfa13706e842ef733d2f3a0fb4d1960d1cdf984f8b6a14d6c19ba0c38bfc0, '', 0, '?'),
(0xfa6481f8378c3d92967d583209dff638, 'wp-content/themes/jannah/framework/classes/class-tielabs-logging.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-logging.php', 0, 0xfe8f9e277ad59873443e175967092113, 0xfe8f9e277ad59873443e175967092113, 0xdb860eaec9d85cbdecb9ac5f92a9db6b5b1d1b3c0b60c0846462ff24154d3e47, '', 0, '?'),
(0xfa689a1653367269eef07438d09b50cb, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/B.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/B.php', 1, 0x00000000000000000000000000000000, 0x2480f905f3b745dd235c22600e0537d7, 0x95b49e9cb8b3eabd2156ca8545414d16dfa8f34b17a81cf99a368afa4d69fc1b, '', 0, '?'),
(0xfa69fe3b0e6ef53d5923ad8b13ed852a, 'wp-content/plugins/elementor/assets/js/counter.3f74a246dff765f39aea.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/counter.3f74a246dff765f39aea.bundle.js', 1, 0x00000000000000000000000000000000, 0xdcb0d18de5aa142b5f9a686c5ea9c306, 0x2f8eb69a9fac0af60a9483414082c0fc19f274db871cfb9839ff2cbfb9170fb9, '', 0, '?'),
(0xfa6b30ee6be29f86f1e356c405588386, 'wp-includes/blocks/file/style-rtl.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/jquery/ui/resizable.js', 1, 0x00000000000000000000000000000000, 0x503858d96c680f223b73b48dedb9633b, 0x68c745d7774bfd40289e1958543377a5ccdc729e58646c7fda03247a05f14ca8, '', 0, '?'),
(0xfa736a695bd60f2bb10284d6c18dbce7, 'wp-content/plugins/elementor/includes/controls/text.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/text.php', 1, 0x00000000000000000000000000000000, 0xab36858672cddfd8ae1cad6a4da1e28d, 0xc64ab8771fd84e3787143f6f74b08359cd7c347fb6d95830e7215094286b750a, '', 0, '?'),
(0xfa76689124c05c23c4ed007ba9d488a7, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/tutorial-banner.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/tutorial-banner.png', 1, 0x00000000000000000000000000000000, 0xfa26bd797c876296ce688755bd3b1b1f, 0xea445f7f003cabf457c786d15a2fe09dc2657106ae460c20597140766db3df84, '', 0, '?'),
(0xfa7709a59a8d2bbb026a0ceca402fbc0, 'wp-content/plugins/wordfence/views/common/status-circular.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/status-circular.php', 1, 0x00000000000000000000000000000000, 0xf0e219df7fba2919df2e1e3da3b7a567, 0x71345e222dfa3986e687e1ed0a0e6419310271ac918810e84f2cedf98f1c18c7, '', 0, '?'),
(0xfa7dc21338bcd5e5c0092f63d1b5630e, 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-navigation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-navigation.php', 0, 0xca27eca525ecd536fe8244ed8ba82ecb, 0xca27eca525ecd536fe8244ed8ba82ecb, 0x718a9b8283f96fc90db7e493c97d84f9e4e62c584c3d47509cef2740fdbd1f0b, '', 0, '?'),
(0xfa837f242a18df2dccd98b1bc6ecc70c, 'wp-includes/blocks/quote/theme.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/theme.css', 1, 0x00000000000000000000000000000000, 0xdd711f800dcebb811f77c3e79f23e3cc, 0xb20b5d79a02edf9bcf679f2d807dd04d9539d38127dfecb296e613a0731629ce, '', 0, '?'),
(0xfa8837da9421f532a6782592584efa33, 'wp-content/plugins/wordfence/views/options/option-token.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 1, 0x00000000000000000000000000000000, 0x7bce36bf2355513af7917c193e23ebd6, 0xd228ddee5b0ad713ccbbe2896f9f52416f9133a4bc5e05e608a1c60cfd190804, '', 0, '?'),
(0xfa9365db0cba1aa0e181957483c4c4f7, 'wp-includes/Requests/src/Port.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Port.php', 1, 0x00000000000000000000000000000000, 0x0774e4fc32e041d4eb4e723829cad314, 0xa04f5d67fc63784933e2a6da78ec88a5e35ab91a3f3cb7a4c72710b74861d0dc, '', 0, '?'),
(0xfa9894e7d94c1d3f40a79a2e127e4faf, 'wp-admin/css/colors/midnight/colors-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/midnight/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xb78b93fed98c44bea59e647985a3e221, 0x2bbcf2a209ae7712d276c85d41b00f536a066cc65a8343f43463c1c997a9b2bb, '', 0, '?'),
(0xfa9a6726d1fdedf153cc3504561aff26, 'wp-content/themes/twentytwentytwo/functions.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/functions.php', 1, 0x00000000000000000000000000000000, 0xdf7e2ff53c53e899576585ddd2d820ff, 0xac0aec1168f73dfee2449b9b4dcbe93aa107245189f6ba17c2231302d6320a53, '', 0, '?'),
(0xfaad6abfd73dedb1c9e130e7cffc3324, 'wp-content/plugins/wordpress-seo-premium/assets/js/dist/manage-ai-consent-button-2340.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/assets/js/dist/manage-ai-consent-button-2340.min.js', 0, 0x8ae2d97ab825f0b8d278fcff9be1865e, 0x8ae2d97ab825f0b8d278fcff9be1865e, 0xc20be90243b4626b4843aff62fb354a968c8f3695c02338f669637241537180f, '', 0, '?'),
(0xfab3acbb540a199a88f4ad652e28bcb1, 'wp-includes/class-wp-image-editor.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-image-editor.php', 1, 0x00000000000000000000000000000000, 0x9bf19ef0e2408dfcf4a6343a949fd710, 0xfc45228b4db4b968532eb6ae5328964046f020e0dfd11d5365a905096274880d, '', 0, '?'),
(0xfab5a17097d5bf1f33bc615e2aaedcdc, 'wp-content/plugins/amp/src/Admin/ReenableCssTransientCachingAjaxAction.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/ReenableCssTransientCachingAjaxAction.php', 1, 0x00000000000000000000000000000000, 0xce8456a2850f6ff04a1402688d91b108, 0xb0a327f2bbced3b37f9fcbd9522b7eecc17bb080e414c827b4bc241ed4f08bb1, '', 0, '?'),
(0xfabfd898c32d0ea96d34297df9f909ce, 'wp-includes/js/dist/reusable-blocks.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/reusable-blocks.min.js', 1, 0x00000000000000000000000000000000, 0x012dbe44adb98cc9aee51797aa79731a, 0xb6513afa7885488a3c0b1746cd118ce689157cbac8be9da2965d51b0f7d66fe9, '', 0, '?'),
(0xfac0cd0013c8e79c4d14ed02c5e1e4dd, 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-short-description.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-short-description.php', 0, 0x1bd9531a43ae615e6e747db39c4baa48, 0x1bd9531a43ae615e6e747db39c4baa48, 0x978b737344d2cadfaa8e18c6c302eb2b3c8155b7d3a5f138418a5d15336078f0, '', 0, '?'),
(0xfac2648991fad7c1109cdf6c0c08d0a2, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php', 0, 0x7d89963de625fcbf900593375cd13856, 0x7d89963de625fcbf900593375cd13856, 0xa9774813039270ede95bde1077bc329e40751aa389224c48abb70f61369851a6, '', 0, '?'),
(0xfac38e956274f2012ba5514c945e4475, 'wp-content/plugins/elementor/assets/js/packages/menus/menus.asset.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/menus/menus.asset.php', 1, 0x00000000000000000000000000000000, 0xc3d63ab04a5ae1f23de42097798521c4, 0xef9a03b24151dd026ca7637ef6bb2819eb3dd5ea4cf9c14428cb02f2e8e8624e, '', 0, '?'),
(0xfacca4cfbf161123c21a1dc8c1cc5d4e, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bob.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bob.min.css', 1, 0x00000000000000000000000000000000, 0x99dc44ad942f4889be28d393894c5c0a, 0xac07bbf02c7e1f36edce8d5273e9e76423f6b6a579f5f7d5b1fe6e14778725a1, '', 0, '?'),
(0xfad4c6d7410f228cafbef21f6b07a727, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php', 0, 0xa44d3c515fa6f6a3d2574a610e030298, 0xa44d3c515fa6f6a3d2574a610e030298, 0x645e220868736d57d94a6d30e4141ad0b428040756f9aedea9c72c98a02feae3, '', 0, '?'),
(0xfadab3e60307cce6c335a7e713a5f941, 'wp-includes/SimplePie/src/IRI.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/comment-content/style.css', 1, 0x00000000000000000000000000000000, 0x6e4693ee96e9ce19e2f1bc4d6a1afffe, 0xa00c66f021851d761bba7dad3e999b8d434e0f4d0049f214a437222238164954, '', 0, '?'),
(0xfadde00d7397c473b347b7d1d63e9807, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rp.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x98bf206f154033196580135d4022a980, 0x06ed9e46cccf024528db9b36e144ed14916437411842470ecca09d9d0f55172a, '', 0, '?'),
(0xfae2907d87dbe1b350c39b99505ca91a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xbd2b06717b96cb5b83a3172a24c62bf7, 0x8621f71c990cdcf4f34b5c869eeed6f7156aafe1bb590e4f85e2e6479f0b0de1, '', 0, '?'),
(0xfae8528a2c9e41a7c0fd1af1474a272d, 'wp-includes/default-filters.php', '/home/forwardbetcasino/public_html/wp-includes/default-filters.php', 1, 0x00000000000000000000000000000000, 0xcc5763dfec56f17a24a86e60c0620800, 0x7ada513cff51d45009446e410b13260e1f56a76095f660ffb71ea02c2e9e1a23, '', 0, '?'),
(0xfaede74217e9f2ef7a3ba9a09fc40fc4, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php', 1, 0x00000000000000000000000000000000, 0x139d212e9fe927f8661716c75dab89b3, 0x96ddbca55efd06089d5195b3691e06e089f8ea2345742e2be9dcd781ce55edeb, '', 0, '?'),
(0xfaf7678a28af3335d1d235ed6b861928, 'wp-includes/blocks/heading/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/heading/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x67d7cd6a0e9df53dc8624919f5f6d667, 0x4201ba51fd36626244ab4afa740c11d0905e0879599af0799db790fbb2869d09, '', 0, '?'),
(0xfaf76ec349f963ad3fe6306e7648f183, 'wp-content/plugins/elementor/includes/elements/section.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/elements/section.php', 1, 0x00000000000000000000000000000000, 0x0a24a90ceb4c0280b364fabde23d692a, 0x0d7b49cdbeaf4f776d14788a0318c00fdbbd7ddc554eefe836995c3307a6bd49, '', 0, '?'),
(0xfafbb1a280f38681e07c1d9be0ec7f7b, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fepointlight.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/images/xit.gif', 1, 0x00000000000000000000000000000000, 0x3fbe60af8570a35292e12cc8e65fec70, 0xa316c84186007c3d66fd890be919e7f24a9c533ccff59511fef51f0bb698de7c, '', 0, '?'),
(0xfb0580b6d0ace7709a491604d2c65952, 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-accessibility-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xc781bbc37440ab7f690f6fb9b0a90e12, 0x1d3357cc0a7db38c3f3cd570e6e9e2dd02f1cad8256cf1525a7e677e08720754, '', 0, '?'),
(0xfb0a4e994cbcbf3c66664a692b246943, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php', 1, 0x00000000000000000000000000000000, 0x9c6c9532f0cca23dfd17e0867c0a5e87, 0x0d65653acea83c9669dae1cddf92ce23879734d8831deb081c29225683bda7e1, '', 0, '?'),
(0xfb15c43a6c9b737bb4f63c5ed8084b3f, 'wp-includes/js/dist/vendor/react-jsx-runtime.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/react-jsx-runtime.js', 1, 0x00000000000000000000000000000000, 0x2d4703e5d3fe16d4ee0230e6b73e439c, 0x25a7bd1dc86ff9edf777e8df10b25a911ecb149f9fdcd6aac1fc7ad685be7f19, '', 0, '?'),
(0xfb1802bd4c8e1f14c9b35111a7542d5f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php', 0, 0x2ecd94cbe82c16576b96235abb4dd79c, 0x2ecd94cbe82c16576b96235abb4dd79c, 0xe3eb0b4c9bdcbb99dcb7446595999d22897fdd4a228d17b57b4c67139f945395, '', 0, '?'),
(0xfb19cdb7a67db59fd85b81168c842834, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php', 1, 0x00000000000000000000000000000000, 0x4464e95702f106c819bfdd48837a4bcb, 0xe0e265e8c0271f323f95ef2e1c4374fc276f25432030f458e440a93f8b79addf, '', 0, '?'),
(0xfb1fc135caee5ee9a0badfa5107939ff, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedAttr.php', 1, 0x00000000000000000000000000000000, 0x86c32175daf4630c5dbca77371e7c6a0, 0xb8cfd9ae4488e76a0844d5bfcd21058ff6bd99de360922327a2c4ec1723546a7, '', 0, '?'),
(0xfb28d08abb514226a6808cf6513fe99f, 'wp-includes/blocks/categories.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/categories.php', 1, 0x00000000000000000000000000000000, 0xa88175d821eaf9b2a41fd0ec7a9bbebd, 0x00d0b3dd11a3614fdbce45fc6476fb277a596a348714bea5356ee829d9147b28, '', 0, '?'),
(0xfb2a3e4630e9701a04654d7bc99f133c, 'wp-includes/css/dist/block-editor/content.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/content.min.css', 1, 0x00000000000000000000000000000000, 0xbeee11e71600080f3cea9ef3f46c49c1, 0x5f3823891f752cd880b55f687ca3225250131715f0ce8331d282199fde521d81, '', 0, '?'),
(0xfb2d0371edc6a397b7e39e5a30e70975, 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2', 1, 0x00000000000000000000000000000000, 0x8e57b992a6ba26684535864f78b8ea15, 0x310d8ae9fb8d2a961f685c9de442f66fd51796d042ae7dfff95ff98458443718, '', 0, '?'),
(0xfb2f1c977681ad14b8b0e5ea4a5969c0, 'wp-content/plugins/elementor/assets/css/widget-divider.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-divider.min.css', 1, 0x00000000000000000000000000000000, 0xe53ddce377e13fea293cbeb10594202f, 0x89e54826c20e273d481e6ef17c682678643ab99e083397f18a8ee991b3ebdcaa, '', 0, '?'),
(0xfb3fffe0a10016970c8266ff64f82df9, 'wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0x8f4d450c798a684e38389f5d80444440, 0xe9c36c416a36fb0a5443464aaf850c694ed0111cbb313b29e4cbecaf3a34db5b, '', 0, '?'),
(0xfb4481cf10e1ea5de69f7cdfbcaa2499, 'wp-includes/js/mediaelement/wp-mediaelement.js', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/akismet-frontend.js', 1, 0x00000000000000000000000000000000, 0x91954b488a9bfcade528d6ff5c7ce83f, 0xd514e8c8cdb2adcf5d27b573fd4869a90d3be1137b12fabc404da1639574c146, '', 0, '?'),
(0xfb5068dcc81f077f1eb3b7a4117256e2, 'wp-admin/css/revisions-rtl.css', '/home/forwardbetcasino/public_html/wp-admin/css/revisions-rtl.css', 1, 0x00000000000000000000000000000000, 0x881087998d3d565ab8cb984fdbc7bbb1, 0x4b2eb615ed50a41158255ad3956c1c3d8211ecbae2927cad6c85fc9cc25808af, '', 0, '?'),
(0xfb537696bd0a9c6221cb271a0d50ec14, 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js', 0, 0x2b409915efdf12e4078bbc340f58ae80, 0x2b409915efdf12e4078bbc340f58ae80, 0x652d5c60200f6bcddcf1575a032b0e3f851454511e126f24362511b723241979, '', 0, '?'),
(0xfb5437dc14ca8142e9552f0cc2a17280, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Options.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Cli/Options.php', 1, 0x00000000000000000000000000000000, 0x2a55d13d3d2b83b60c9af9af6726ef8a, 0x1d3a19bb03cb4d68fb04ceb60cdd71e88803dd000ca33c5f87eb6e4215b15a02, '', 0, '?'),
(0xfb57e15c6047f377155249fa0c3ec55e, 'wp-content/themes/jannah/assets/js/dev/live-search.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/live-search.js', 0, 0x4bf4826e1153112a158b171be2cc4908, 0x4bf4826e1153112a158b171be2cc4908, 0x286a70e01a79733db5eb744abbc5c584bb4af23a13756157af71e5732b966539, '', 0, '?'),
(0xfb59db73b24d8fd1a81210776be797f8, 'wp-admin/images/about-release-badge.svg', '/home/forwardbetcasino/public_html/wp-admin/images/about-release-badge.svg', 1, 0x00000000000000000000000000000000, 0x6fae3927855d6ffdf11307c04d7ec3bd, 0x8721f0bf908f1804cff58e720b19ff7b3b69e2fe451ec58493c53462a2cb23bb, '', 0, '?'),
(0xfb5b0341f9e2fd242f5d741c7becebf1, 'wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php', 1, 0x00000000000000000000000000000000, 0x76044b28fad6f71ca16f6229c1c29603, 0xc911810306d0b703b86949f3745a997bf1a5d52ac26264292149449b23e73d83, '', 0, '?'),
(0xfb60993e835b3540061ed331e2f2cb9d, 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-05.png', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-05.png', 1, 0x00000000000000000000000000000000, 0x9f22bf6a3025ad15d972347774cfbbf7, 0x4a76a8282dcebe06499f57824bda260d0f3917a936bcf75d4429929159036803, '', 0, '?'),
(0xfb64e5d451bb62b811c8a749034ace23, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/bootstrap.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/bootstrap.php', 0, 0x92f7490e155b38f7f88267936546291a, 0x92f7490e155b38f7f88267936546291a, 0x80d64cd8809a890cc27b2fbb33dfb272524eea92f3ed52a63a046d1e54afd404, '', 0, '?'),
(0xfb6b3d9191f65c620f9d19f1cddca1c8, 'wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/book-negative.svg', 1, 0x00000000000000000000000000000000, 0x59d8d29eca763fb76a67a30676d92b39, 0x594d777be0df7a9cf535164c79682c1a9637e645f0dc2a13f95b6386a0999d9f, '', 0, '?'),
(0xfb6cb69c5b30a912f992e0cd89109250, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', 0, 0x61d14f901e456339e121387c377115d5, 0x61d14f901e456339e121387c377115d5, 0xcd98932690a9475bc8d885c3873418b2e9ab36577ed692486bc4f18a0c12c988, '', 0, '?'),
(0xfb7a74f05ba0d312fea2c0a0149b8e93, 'wp-includes/blocks/heading/style-rtl.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/heading/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x21b61c3c0466064b2f92f3996cf33703, 0x1c4819999b3359f9849aa8464089f91e261c2773a0addb2b839c6bc77d2f9f87, '', 0, '?'),
(0xfb823d5c3ae5b354dc725e5e034cbe67, 'wp-content/plugins/elementor-pro/modules/theme-builder/api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/api.php', 0, 0x79656bfa92d5c4c091ac749cd982c2c6, 0x79656bfa92d5c4c091ac749cd982c2c6, 0x91411cd3f63095baae0f8dbec1156bfee5c9b45600f1d2c6dc45e5e6b7743a85, '', 0, '?'),
(0xfb8311082a702a32cb8d88116f45acae, 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/APIClient.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/APIClient.php', 0, 0x51a15732ae6e0c2919342fe9790b181a, 0x51a15732ae6e0c2919342fe9790b181a, 0x58ed542d2e7fe7491af4a4d9015ec85c0755a66762d64b5b39dacfcb6b22d292, '', 0, '?'),
(0xfb99f9360ec128068473418c36595cc1, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Annotation/Inject.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Annotation/Inject.php', 0, 0x6daaf2498e4a365918ccca47411dc646, 0x6daaf2498e4a365918ccca47411dc646, 0xece28d1e74a62cd1000de04127905ede746cf545b501ba2f92fdf951302991f1, '', 0, '?'),
(0xfbac2e37b5e747a7571b1690cac141a3, 'wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/ConfigSubscriber.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/ConfigSubscriber.php', 0, 0xdea14a7a7c8a848ae12a82c95425f924, 0xdea14a7a7c8a848ae12a82c95425f924, 0x1e1c309a7ae0f1db1f5af968e0592e6666af1ece768178fbabe1b8588aa0d593, '', 0, '?'),
(0xfbad5265077c1dc91ab061af28039b91, 'wp-content/plugins/elementor-pro/assets/js/ajax-pagination.2390838f542f1a8d5ed4.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/ajax-pagination.2390838f542f1a8d5ed4.bundle.js', 0, 0x9d4753e0d5721baf39865613620b0f41, 0x9d4753e0d5721baf39865613620b0f41, 0x23e7ed44f4a0f1064f23b163b1c527115ccdff9ada501f18a6a577dcaaec7379, '', 0, '?'),
(0xfbb05dc90e8efdbb4d1e10cb58a344c2, 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/block.json', 1, 0x00000000000000000000000000000000, 0xedd7ed0e20807af31ad7d22ef38bf802, 0x88cb0a68286e7f710e89b50528ea576e1090f781d443f2046bb8dfef4f347f36, '', 0, '?'),
(0xfbb88fb525d95932597f17a080dced6b, 'wp-includes/SimplePie/library/SimplePie/Cache/DB.php', '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache/DB.php', 1, 0x00000000000000000000000000000000, 0xc581f1e36b7d93ffd0a49896abe9e534, 0xf8b44cb1373a501431b57d068e5b142d2f3767ae34c239e684c8921a4ec136f5, '', 0, '?'),
(0xfbc1442ecb2cc9618278f63d5fa4f3fe, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedDomain.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedDomain.php', 1, 0x00000000000000000000000000000000, 0xe9b3ed0d57a439345f04512e436fff6c, 0x3896057c9d9f5a5504ce7e2ec36d5b299028c749b1277516e9e70e20cfc93d04, '', 0, '?'),
(0xfbc232b0a9d0147ac135f127f7e8fc53, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Invoker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Invoker.php', 0, 0xaa2a945c0de53efe1a5b8506f672a68e, 0xaa2a945c0de53efe1a5b8506f672a68e, 0xc935fdc13879e2d255a960bab9ebc3e409dd3e80d530f44e1128a2080acc04a3, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xfbc38c05221fd1c17497ca350405c29b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TreemapChartColorScale.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TreemapChartColorScale.php', 0, 0x33a8704752784c44ffa88ef87707d644, 0x33a8704752784c44ffa88ef87707d644, 0xfb949581407fbb40cd0a01a0cd5037d3c20023d4699eff274311c472e1964b13, '', 0, '?'),
(0xfbc96458f0e3bbd7a11fc096407c58e2, 'wp-content/plugins/elementor/core/editor/promotion.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/promotion.php', 1, 0x00000000000000000000000000000000, 0xb0aa8fe85da0146ac1b86fb71170039b, 0x6c7cc777a5a61a2a418cd6881c9cab3db8a6305856ecc0cfab4d57a3a45a2250, '', 0, '?'),
(0xfbcffe17cbe8d5902d467d65de38b709, 'wp-content/plugins/wordpress-seo/src/generated/assets/externals.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/externals.php', 1, 0x00000000000000000000000000000000, 0x49d84069a727f5657f748e2b58a2ccb7, 0x56e188dcd55bde133ed646e5c04538c940eb9acdee3b1b3c2ad66ad8e7f0c4df, '', 0, '?'),
(0xfbd1f7eb53e34b357fc13437cac19353, 'wp-includes/css/dist/block-library/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x2ad3a9e12ddad07753a53e092ec6988d, 0x8bcde8bf765d993d41135fdc90342bf4ecbe464b87e52ed3de53532fc10ffd9d, '', 0, '?'),
(0xfbd20d5d37a29b9124eb3d464c4fbab0, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsResultsCategoryAttrs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsResultsCategoryAttrs.php', 1, 0x00000000000000000000000000000000, 0x850dc649f15d3e4ce1c80f23af961ba2, 0xfd3ef72aa073c44f28de128d02dc9872ddc02d1d24e0c2b66abd413c7fd84a40, '', 0, '?'),
(0xfbdb1ac2e10fd30070f407408607f044, 'wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstallServiceworker.php', 1, 0x00000000000000000000000000000000, 0x0ed621792c752b264d08728154b36646, 0xffa108ffb922b7f6e194a7147675840c3c1f114f0c27c715ca3238e517c4be80, '', 0, '?'),
(0xfbe1cb05569ce838ef8896ee9275cc9f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/EachPromise.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/EachPromise.php', 0, 0x512f03c8041a05d3c0f0e96c888d6e96, 0x512f03c8041a05d3c0f0e96c888d6e96, 0xbd9d0a320a194a67fbe7af883b49a30c3da2bec43e02fafbb5b4bbc2afbe0047, '', 0, '?'),
(0xfbeb084eaa6328768aba1c7d67e558ad, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/GeneralDisallowedTag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/GeneralDisallowedTag.php', 1, 0x00000000000000000000000000000000, 0xfad2a481737366f1b03d6355af7fb6ce, 0x1d5cb678bc48b95b95afc07cdbd475ab6b66d0f17afa14e98aa46503bea77758, '', 0, '?'),
(0xfbeed5d4ea2b6604365115e1fafc7939, 'wp-includes/js/jquery/ui/selectmenu.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/selectmenu.js', 1, 0x00000000000000000000000000000000, 0x297bdeed66a8eaf1edebfde0ef3097c4, 0x0cce3159b6e4fca8c881c16bd24be5fa15ca83b21db748e4d99164980e145054, '', 0, '?'),
(0xfbf0888dcf8158806e050df7e63f83c8, 'wp-includes/sodium_compat/src/Core/XSalsa20.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0x70f7a6c6aeb975af847f026f373b7e7a, 0x99a5afdac820256cf279bd278f23045b89f61f805ff27b451315bd5d388d25dc, '', 0, '?'),
(0xfbffeee13f690f2e51bf5b1fa08e45e1, 'wp-includes/blocks/post-navigation-link.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-navigation-link.php', 1, 0x00000000000000000000000000000000, 0xa0e63643e1cde05c26fc1124480e65bd, 0x7f2f0f56fd19f2bbbdeb6d5136c8fff2a9cee1fd8027259d6b3bef800f371e13, '', 0, '?'),
(0xfc04cf380f5740214c72885234ba38cf, 'wp-content/plugins/elementor/assets/js/nested-accordion.82e5c4e9017e457a5f2e.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.82e5c4e9017e457a5f2e.bundle.js', 1, 0x00000000000000000000000000000000, 0xa123a9374f58f04b19df1a79fdf1c545, 0xb70d5526d4afc185007ba9ce5a2d8957edb22aa94ccae93b192c3dcd001f4265, '', 0, '?'),
(0xfc057d961a63cab6bbecf5f5c605883b, 'wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-business.php', 1, 0x00000000000000000000000000000000, 0x468bfa88d566f796ab724f66b86a49a4, 0xaae4215df79d5688ce7d8958e9313f19fdc0e4f107e6f6808177503aa513c411, '', 0, '?'),
(0xfc16fdcc59b49c66534c716208f0fb98, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_smile.gif', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/announcements/classes/announcement.php', 1, 0x00000000000000000000000000000000, 0xa8a7bb9aeb17d58959f77f87d9715799, 0x9eb42bebcc3f5d506df943721d322dbdd05cde1a852a0fde55fffe4fecfb7552, '', 0, '?'),
(0xfc181f874ad1091f6a655c0c694e7fb3, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/CancellationException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/CancellationException.php', 0, 0x49ed67bda7d60f6564f19072ddccf7bf, 0x49ed67bda7d60f6564f19072ddccf7bf, 0x28d491bb90e855a517dfcacf4dbeb1c986d20995fd7401ab184f1bdd76f20c63, '', 0, '?'),
(0xfc1d5d29e9e909b983f37b973f527d1b, 'wp-includes/feed-rss.php', '/home/forwardbetcasino/public_html/wp-includes/feed-rss.php', 1, 0x00000000000000000000000000000000, 0x694aad3f59437f963e5e91ee661d05b8, 0x90666c925019bbdf663589327f741e59338b187802cb1cff01f544c0d1d784cc, '', 0, '?'),
(0xfc206d2ef282ee305b907fab1ecfabc0, 'wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php', 1, 0x00000000000000000000000000000000, 0xfc0096fc1b9e59194d6fce37764846c8, 0x6eee067abc8d22a7c864d7d0ac60f81039cb35b39beb1af098699cb14e5c424d, '', 0, '?'),
(0xfc220e2849664f82074aa1677613ff12, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php', 0, 0xa3cdacb1dd7b417ae1aebdff465f6ede, 0xa3cdacb1dd7b417ae1aebdff465f6ede, 0xf2e469116e8f68b96123d821b092ff2f1e9185593726bb0897a0e084746eadc4, '', 0, '?'),
(0xfc2bb5c256ddbd0ec6951279941d48c8, 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/floating-bars-var-2.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/floating-bars-var-2.php', 0, 0x503bb4aacb2402c39c540adf4a132172, 0x503bb4aacb2402c39c540adf4a132172, 0xda957352fed6038420703b474b04559176ebbb318a23bc78d756689a25c38e31, '', 0, '?'),
(0xfc303c5073c9f1d79e480f97d1c13232, 'wp-includes/js/jquery/jquery.table-hotkeys.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.table-hotkeys.js', 1, 0x00000000000000000000000000000000, 0x373fd24635fd16735335c33793ff2c28, 0x4a3c8acd3f5982f8b094bdd75375c5aaaf55268a0a4e79b460546b080c124ce7, '', 0, '?'),
(0xfc3463fd71b2222419db38f7c8e33f2a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplateInAttrName.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplateInAttrName.php', 1, 0x00000000000000000000000000000000, 0x92de2183c183dc1670fb1f07abc9bf57, 0x9aec2b261942e1a08ecb8d61a17f03d3eb829409b2d10e49c68a135265751413, '', 0, '?'),
(0xfc3928468c526a7f32b96e05365d818a, 'wp-admin/css/colors/light/colors.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/colors/light/colors.min.css', 1, 0x00000000000000000000000000000000, 0x3d56fea13ad155bfcd4213cc344fdf8d, 0x6182994f0cf35c99f5606e746c5db6c6ae7f860caf2a35acd36df2610051b7ab, '', 0, '?'),
(0xfc4a5de78e21ea7b01c04e6991edbf4b, 'wp-content/plugins/luckywp-table-of-contents/core/base/BaseObject.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/about.min.css', 1, 0x00000000000000000000000000000000, 0xea8f165a5bc8f55f73658cc1f5c2ca5b, 0x855d02b475fa7f5768fb8f47737e93c28e5926494b7e3bf027eef97b9054e367, '', 0, '?'),
(0xfc50c7f9e0b5b1e2123c3835ed44d9d9, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/RFC4648.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/RFC4648.php', 0, 0x4554b92c58805ecdd72e3f054e2b4e87, 0x4554b92c58805ecdd72e3f054e2b4e87, 0x05582235f72892471a6688d5880bb4a3fc0151e7fca642ee86ea66677a689062, '', 0, '?'),
(0xfc542d8765be3c0e7a0746141cef12a6, 'wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php', 1, 0x00000000000000000000000000000000, 0xa667b7655e3899a949dd035b87b1ba78, 0x737dfc909feb014fbdd77402a72f1306a94197c6b3ad9f9f556d330b37e9bb0d, '', 0, '?'),
(0xfc58182401b7874d8527d0012ff0fce2, 'wp-content/themes/jannah/framework/admin/theme-options/logo.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/logo.php', 0, 0xa9ded6866677ada13aba5deec1cbc561, 0xa9ded6866677ada13aba5deec1cbc561, 0x572b5c98c675b02c1bc6e456789aeaa39136ea7ed8764b9619b89703b5e85d97, '', 0, '?'),
(0xfc5b33fc787a08b058b6a21baa4313e5, 'wp-content/plugins/elementor/assets/js/ai-admin.min.js.LICENSE.txt', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-admin.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xe12f603fb756a27cd716665729de287c, 0xc04670be211bd15121bd73864eaf0ac67260464a5f71ba7d89d73af042f16a62, '', 0, '?'),
(0xfc5d09b1a9af6e5fa6cba45b6cead4dd, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss', 1, 0x00000000000000000000000000000000, 0x29ed9f793f3e0407b746e10a7e1d5ea0, 0x5a808e0a1c0e9b0d9d7e5957866dabcbe91955e8d81ff4d139461574da51a2fa, '', 0, '?'),
(0xfc5e67c0ee563c4131c61a0fc105a809, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/main.php', 0, 0xcfc53d8bc41ae40f432d76ab0b87eb18, 0xcfc53d8bc41ae40f432d76ab0b87eb18, 0x48f99db5035c64d9534dae46f734ce6c4cff55c7f2a7858cd37ed47b721f00af, '', 0, '?'),
(0xfc6f8f35832bb0aeef8649c4decb4a50, 'wp-admin/site-editor.php', '/home/forwardbetcasino/public_html/wp-admin/site-editor.php', 1, 0x00000000000000000000000000000000, 0xd558c012c2d74521ef982de120d8b387, 0xa0ec4729bdd9cb5d5772399883a8ad83cd05a6243c2852faececb3a14bb8fd81, '', 0, '?'),
(0xfc70cf83916a659794dde0beb5bff2ce, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png', 1, 0x00000000000000000000000000000000, 0x165086a3af3783767872a5b23f7aa0ca, 0x680c5ad41fa51a5ce8b0e93ee0e4d07b2534bf9da4460ad3d4921f779fcbaef1, '', 0, '?'),
(0xfc71f349dd9165828b6dd73b11b5f62c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AmqpHandler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AmqpHandler.php', 0, 0xd27b6dec0baa0250a140a24e2b9c2310, 0xd27b6dec0baa0250a140a24e2b9c2310, 0x255a84a4d228364ae04c4c350ff8a5ecc600aae9dfbf854bcd61bc34bc491233, '', 0, '?'),
(0xfc76365afe27f54ff1494c22dd954dd6, 'wp-includes/js/dist/block-editor.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/dist/block-editor.min.js', 1, 0x00000000000000000000000000000000, 0x4600d157e635d24cf2e85a7a73798e83, 0x3037f093f8f4a482b9dcf9a182f4ce92a595b8fb88b11046e1992bb6f953feb7, '', 0, '?'),
(0xfc774e106361e1c88a1c8f52ee736cb5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PointStyle.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PointStyle.php', 0, 0xd8100fb06f37460443771c043bc57acb, 0xd8100fb06f37460443771c043bc57acb, 0x3bca9e53bf1f6416385f242309cea6074dbcd55bc9442af5eeee1f331fba0071, '', 0, '?'),
(0xfc77a0f155be282ad6c7daae264f4683, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Multicol.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Multicol.php', 1, 0x00000000000000000000000000000000, 0x8671238d50eb01e17eb3308c161374e4, 0x9fcfa6435e2d8ebe3b046996c29f9c0bd01d9f492c2d9382e99e59780080db3a, '', 0, '?'),
(0xfc7e06b6d2713059fc6b65c518a1ff4b, 'wp-content/plugins/elementor-pro/assets/js/table-of-contents.a69f0926fa4d59c22200.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/table-of-contents.a69f0926fa4d59c22200.bundle.js', 0, 0xa69552c3ad237515a8f2a6643cf49797, 0xa69552c3ad237515a8f2a6643cf49797, 0x91ba900a924ed8aac03ac685e19be040bf52e001ffce1067630fbc726a7d0443, '', 0, '?'),
(0xfc8267a78f721aa311ffce61c30e9155, 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/current-date-condition.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/current-date-condition.php', 0, 0xc5832e30362a57ee0d0a25e69a267124, 0xc5832e30362a57ee0d0a25e69a267124, 0x2c8a527680ab503c3bc170e1d6758f88144953685467414d41009d37d2db5aed, '', 0, '?'),
(0xfc8970b78a0739bd367f17c3a8e552e6, 'wp-admin/css/common.css', '/home/forwardbetcasino/public_html/wp-admin/css/common.css', 1, 0x00000000000000000000000000000000, 0x03d6f325c881ef15a0a4d7b042573267, 0x0c2d28d185063a4db7a639a13020f1083fab0e4a5130881eef3ea9345b6dacf1, '', 0, '?'),
(0xfc9086b50eb26cc2c9484792ec419fb4, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php', 0, 0xda16c3153922c5b9ac98a0b3a1a481f3, 0xda16c3153922c5b9ac98a0b3a1a481f3, 0xa7dfcbcd86b4f32c347fb554486516348f982544b8dce11e12319f2ea35ee602, '', 0, '?'),
(0xfc98958cb51cc6aa71a5e682b38b0cd0, 'wp-includes/js/tinymce/plugins/paste/plugin.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/paste/plugin.js', 1, 0x00000000000000000000000000000000, 0xeb5ecbdece73d7b68b0c7bb0fbde8932, 0x8c1ac51158389f632b887888ceb70ca0e196f314ad14265767f19c606d86cbb4, '', 0, '?'),
(0xfc9a6c7879fd1ac21bf9d4c416229691, 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', 1, 0x00000000000000000000000000000000, 0x45552e37aec4eff1483e699ae03bc510, 0x99d32ce5f22b783e02afccd7031e2056888efd3772994c4b73268ab6477fed8e, '', 0, '?'),
(0xfca71ca3079c8593b775d9fd6c75844d, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetTooLong.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetTooLong.php', 1, 0x00000000000000000000000000000000, 0xd336820b3f4cfe8468682a04486eb430, 0xa2a5490663e88c29c67dbabd01b6444fd81f27535b4a578e022be29c3260a7f8, '', 0, '?'),
(0xfcb2c7a390b03e9451825446bf8377ad, 'wp-content/themes/jannah/templates/loops/loop-scroll.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-scroll.php', 0, 0x6f4ab23d3c6e901a7edb226e53dfbc12, 0x6f4ab23d3c6e901a7edb226e53dfbc12, 0xad25b5ff1508f7d52a2534098fb58a5c51f5feea135b913733f9694467615deb, '', 0, '?'),
(0xfcb78f71f3904cf8f33ed4c62351c400, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x9f7d24109a3fa1e1ccdfd30369fd87c3, 0x7184f7956ef62602254789cc137e5c97a65e16bde9c6d3900c8f9a1397d8309b, '', 0, '?'),
(0xfcb8f052bb06d889e122bec3e0548a65, 'wp-content/plugins/elementor/core/utils/force-locale.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/force-locale.php', 1, 0x00000000000000000000000000000000, 0xc8a63365035a55b0445f20d29f4271e5, 0x7b93858780a033ace930a34cd75d0af7476c9f7bdc8b4780249db67c0e76e8de, '', 0, '?'),
(0xfcb94ffdbe799affe46796e80d60abe9, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Themify.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0xfcc1af99077fe4df34d44b393f27d286, 'wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss', 1, 0x00000000000000000000000000000000, 0x1acf74c5bda80ed08b6ae393e53f8c1f, 0x8b4708633349bd18ea173eceadb6cf07021e6ab0dcfca7c6f01d5f2f2a8744d3, '', 0, '?'),
(0xfcd5a8b008fd0a9fa1d14b7d411a3b2e, 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SimpleCustomCss.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SimpleCustomCss.php', 0, 0xaf1c4f9681bb853a48535d375f84b63b, 0xaf1c4f9681bb853a48535d375f84b63b, 0xe63a3e0d56ee3d6a23ccfe99f5fa2da2ec0a32a5de6cbc6b76b89ba3083c8ca2, '', 0, '?'),
(0xfcde49c4eb1b08d5cb96d39afe5786fb, 'wp-content/plugins/elementor/assets/shapes/pyramids.svg', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-optimus-subscriber.php', 0, 0xb03e4bef48fb171fdb1e5b21f27cbcd4, 0xb03e4bef48fb171fdb1e5b21f27cbcd4, 0x50aff2a99ecc4d4c18e1c0fcb76159e96a03d0f857342ab1ffa592e93f0dac4a, '', 0, '?'),
(0xfcfc112f8ef8ea5ba7bb2fd602bf5a1d, 'wp-includes/blocks/post-navigation-link/style-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-navigation-link/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0a52c4287af44aa92c0fce7133e3fdf2, 0x47600930740b9caa199de6d2d484f43f53278fee24ef960aad9d3f7f2adb4ce0, '', 0, '?'),
(0xfd028516e83bedd28c3a70cab687fa29, 'wp-content/plugins/elementor-pro/assets/js/contact-buttons.b9e4576d72aaeeaa8e80.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/contact-buttons.b9e4576d72aaeeaa8e80.bundle.js', 0, 0x36287114e4de802ea7189280f8a452d1, 0x36287114e4de802ea7189280f8a452d1, 0x54f6e45bb0831f449e53a0dc29c385f69a1651b784d40746998e1f5ea88a5704, '', 0, '?'),
(0xfd05a96c26edfae1eefa69318c46fc6b, 'wp-content/plugins/wp-rocket/views/settings/page-sections/cache.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/cache.php', 0, 0xee779b70b6d52bab731271d27a0bcd87, 0xee779b70b6d52bab731271d27a0bcd87, 0xa02075ae303b74a8577488dc36de9043eb4ab03bd9262e4c29f3f10a73a18ad0, '', 0, '?'),
(0xfd06d87528dbccaad9ad1113bc414462, 'wp-content/plugins/elementor-pro/modules/carousel/widgets/reviews.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/carousel/widgets/reviews.php', 0, 0xfc87a00442606985c4ad05e1602d609f, 0xfc87a00442606985c4ad05e1602d609f, 0x8a65269547891405f234d75e96186649e77e89880fbcd391f21d7d0b81fd9cc9, '', 0, '?'),
(0xfd078c427cf7b478d5bcc82db25e2a50, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php', 0, 0xe0262a16203bb0f1a6996da251168f1d, 0xe0262a16203bb0f1a6996da251168f1d, 0x0fbf6abc46164f1c2ea59c8a2d7bfebf4cc401f7488203325f94c1ca8bbd545d, '', 0, '?'),
(0xfd0b988e5500a402a1f0c4b96b2b08ee, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php', 0, 0xc1a56ad1bbc64d24bd4a675e3552464f, 0xc1a56ad1bbc64d24bd4a675e3552464f, 0x60590ad59ec02dace731ecd48a776fcc4c45d1474104f8680031d2693255a777, '', 0, '?'),
(0xfd0e698c75fbbb6322898b71d96e155f, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/SpreadsheetsSheets.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/SpreadsheetsSheets.php', 0, 0x763c0beaf07382189ff03f30fbd3f377, 0x763c0beaf07382189ff03f30fbd3f377, 0x494f9333c30cb845f2a92e7a35595f08447429974edc0dc0e14451e516bc7253, '', 0, '?'),
(0xfd10630ca0789266f6f9b8a2f5de72ac, 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/general.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/general.php', 0, 0xef1f04a5ce03c96b1d0ace4059ecdbec, 0xef1f04a5ce03c96b1d0ace4059ecdbec, 0x6011bfef91412adbe9e48b389dd5d72aeda8ca23eeca2c83da60d60a58b7fc24, '', 0, '?'),
(0xfd13abefd38e2010066fa684201a0bf2, 'wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php', 1, 0x00000000000000000000000000000000, 0xbeffb474757121277f54dac21af40b39, 0x3b92441e626a43110a25ab4603c1d661aa6941bbb70d5717816410b8d016ba5a, '', 0, '?'),
(0xfd15e3c2323c703d3caa2d9606be22ef, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php', 0, 0x7bdbfdd460b1879416329af77c890dff, 0x7bdbfdd460b1879416329af77c890dff, 0x010e98c53a6d38c387e985d72b9d0fcfb69de887679daba98e59f878e7a721d9, '', 0, '?'),
(0xfd1b5d513bfe6a2ab0213602066e8b33, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartDomain.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartDomain.php', 0, 0xcbaf8cab03d8ce523faa91f4c9d59b23, 0xcbaf8cab03d8ce523faa91f4c9d59b23, 0x84de3fc38a4d1daf8bf9dfcd5cf8d102e8c1e6d49e70bf843d3bcd71e5916822, '', 0, '?'),
(0xfd21937fbdfb05042e34b94de1968fb5, 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-forward.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-forward.css', 1, 0x00000000000000000000000000000000, 0xc465afbb35207d036ae3f50f911387d3, 0x7a5216edfb19b43e90834208f85edfe31152d576384715409a60882994631ed7, '', 0, '?'),
(0xfd26f3e64241bbb96fba5c83e51599cf, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoCommon.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoCommon.php', 1, 0x00000000000000000000000000000000, 0xda07af45d2cd6096036deb652e9d5f69, 0x817fee8767393da01b8df16e3a4b6eee0d6be946931fcf76837bb7a86dd37bea, '', 0, '?'),
(0xfd2822a9df59194c07a4879adca9bfc9, 'wp-content/plugins/elementskit/widgets/behance-feed/behance-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/behance-feed/behance-api.php', 0, 0xc4653d79dd2187f09cd97d528d225ad4, 0xc4653d79dd2187f09cd97d528d225ad4, 0xd0cd801e1fe542415bd2bed166edd29781398491966e6f1f08550856a0476363, '', 0, '?'),
(0xfd2b0b715e65b795e9e36775cf46360a, 'wp-includes/theme-compat/embed.php', '/home/forwardbetcasino/public_html/wp-includes/theme-compat/embed.php', 1, 0x00000000000000000000000000000000, 0xc805c5a273be5ed0f4bb71a20f6362ff, 0x57f5dcf43554a670c1aa3b192da56eac8830bb618b95baa94f0a19d315f4a692, '', 0, '?'),
(0xfd3210d7f2e577d31a3400d17cface1e, 'wp-content/plugins/elementor-pro/modules/notes/user/delete-user.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/user/delete-user.php', 0, 0x77babc3175b85afc30486097047a1843, 0x77babc3175b85afc30486097047a1843, 0x85b4f5501dcdaccc9c1206e14710383f93280d60fc760d79874a603e40a84635, '', 0, '?'),
(0xfd32e5a3e702a9ea3d456ac298dd680a, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php', 1, 0x00000000000000000000000000000000, 0x22ece54533c6622662039171a5eb0094, 0x31acbb38fd743b32d3217106dfd5ab332566217a766d4083cb98c41722e70e41, '', 0, '?'),
(0xfd38d8080d9c4a0b3771aacb8fedd28c, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SpreadsheetTheme.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SpreadsheetTheme.php', 0, 0x0546d231e14dacfdad0948d53b2842ce, 0x0546d231e14dacfdad0948d53b2842ce, 0x0223eaa234e015dca3aa98ca13ecc82a04944bb8fcd226f352d03898a604cd25, '', 0, '?'),
(0xfd39e998afaceb9bf16c54ebbee350dd, 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-9.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-9.svg', 0, 0x0b94e940a0d7cc47cda93dd553a1c94c, 0x0b94e940a0d7cc47cda93dd553a1c94c, 0xfe57227ad4f6eeb817676e74e6d322d87b7a8ae6454eb03481cb4d55cd714a36, '', 0, '?'),
(0xfd40b830cf8ab4957e5df82463f1c809, 'wp-content/plugins/wordpress-seo-premium/src/repositories/prominent-words-repository.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/repositories/prominent-words-repository.php', 0, 0x9c76421055beafbd09d173bf075b1284, 0x9c76421055beafbd09d173bf075b1284, 0x1fda95dd8200b0398e6ba34973502d7de2817088a711a48bda9ed8ec2920b212, '', 0, '?'),
(0xfd45b9067e850d50453132df010b23f7, 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/js/jquery.fonticonpicker.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/js/jquery.fonticonpicker.min.js', 1, 0x00000000000000000000000000000000, 0xb6ca7d036697c84fcee14586c6ad1ef9, 0x042fa2b679d75924045d3349d45204c2cbb9b2e4a53cf60276dae889e78f2b62, '', 0, '?'),
(0xfd47fe9db2212368d41113390984f226, 'wp-includes/js/tinymce/plugins/wordpress/plugin.js', '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.js', 1, 0x00000000000000000000000000000000, 0x5e488295227fe8a3e6e14966fe05660a, 0xcfda9814aba35aaf3950a04d53916468fe029f66901b28d82dfeff7455eb66de, '', 0, '?'),
(0xfd4b056af21818e2aa160b68ba91e8f9, 'wp-content/plugins/wordfence/images/loading_background.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0xfd4e70846d43e3926a4db9720370e479, 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/countdown-timer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/countdown-timer.php', 1, 0x00000000000000000000000000000000, 0x0a952fff0eb4b8e290e0c26baff0c86f, 0xac7062b5a52902eed710ee570e90f211a28f929c1d184278d76be2a4ac6b5d47, '', 0, '?'),
(0xfd4f1dcc8b2cddcc59e5cc0ca91c48ac, 'wp-content/plugins/amp/includes/embeds/class-amp-crowdsignal-embed-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/embeds/class-amp-crowdsignal-embed-handler.php', 1, 0x00000000000000000000000000000000, 0xc9e66214cc52953ebe57cdd7f7ed5864, 0xa117501456672cb262992833a026988cc36f9a7e3666ca4d14ea59d8ddf2b438, '', 0, '?'),
(0xfd50f0de08be3afb8176b48dbf1b5177, 'wp-includes/blocks/list/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/list/block.json', 1, 0x00000000000000000000000000000000, 0x2ddef0f67912c110eda0fe8cd0b3dca0, 0x51b5826e75abd1d0b878c1c4c27f493eb07c48183b26fbb04108699d2950cb5e, '', 0, '?'),
(0xfd52eb4c078f61fa889afc2272f3b4d1, 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-stroke-simple.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-stroke-simple.php', 1, 0x00000000000000000000000000000000, 0xd2f4c250a075d36df0f0f197a45d2cc9, 0xe3deee1fed0a624bcd6c03f0ee806012927f73fb4a1e9f4a8f847f89e085b986, '', 0, '?'),
(0xfd54014851608eb20541bb38a9b9621a, 'wp-content/plugins/elementor-pro/modules/woocommerce/data/endpoints/set-notice-dismissed.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/data/endpoints/set-notice-dismissed.php', 0, 0x8518ff63dad0519c797466567b6883b6, 0x8518ff63dad0519c797466567b6883b6, 0x03608dffa57cf768581e86e9c46350a4a183297195a356f33b75abe59f216c21, '', 0, '?'),
(0xfd56bc4680de875212ff0e150146af05, 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js', 0, 0x16fb63aafad40babe488c7409c89b276, 0x16fb63aafad40babe488c7409c89b276, 0xd0b7a0702419fe88e03819eb3fcb906d5606f882bd2437f95fd482d2fd33cdf9, '', 0, '?'),
(0xfd5c17fb96afe6813300685d053f3fe9, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss', 1, 0x00000000000000000000000000000000, 0xcfd62efbff262714ade10e0d761bad7a, 0x14ff98c998b4e8dc0c4091a918bc8b6c93902b5895adeec1dd535a6ac79b61f0, '', 0, '?'),
(0xfd60536be5c5375474e07f76b9a058bd, 'wp-includes/class-wp-list-util.php', '/home/forwardbetcasino/public_html/wp-includes/class-wp-list-util.php', 1, 0x00000000000000000000000000000000, 0x635fc6375e82ae612b5a112810dc4914, 0xf47ba0effa709331cb348e99c1685777b1d6147a027120adcc91ae5a723d57fc, '', 0, '?'),
(0xfd6204955dd7ae8b3330b3c6d50d16bb, 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Cron/Subscriber.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/elementor.php', 1, 0x00000000000000000000000000000000, 0xb43e769ae8cb0cfc3099456e4932cae3, 0xeaf69f4512e94499f19257dbfed5a897f33cb8a58daa174e7816f719a813c1ac, '', 0, '?'),
(0xfd6b4cc948a2cfbaedf081ba360a6051, 'wp-content/plugins/wp-rocket/inc/front/cookie.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/audio/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x29845b8b98bc4af75b37be19b2db3e9f, 0x76dcbd5ab20f527d94e05ae6b166477c2d0f21549cb155f5bf730eb6776fbb34, '', 0, '?'),
(0xfd708565cf772e7d3aefe2977dff5f7a, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskPaymentCard.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSkimlinks.php', 1, 0x00000000000000000000000000000000, 0x8105cfd4cf0a74c42f7a45b17e20ed99, 0x912d3fc26fdadf8bf602fc78091d1bba3af5bc6d345f0806dc30b7bbc5dc8b21, '', 0, '?'),
(0xfd7cc5f59a4d57ab85e0106a28aadebb, 'wp-content/themes/twentytwentyone/assets/js/polyfills.js', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/polyfills.js', 1, 0x00000000000000000000000000000000, 0xa32ca91d60e1f56ebb9c3a93a5f1ff30, 0x4ff45d32be8987d83c32d918ce0a51787df895c317510b371238cfe11c90401b, '', 0, '?'),
(0xfd7cd22a84ac5e60aaf4dde73a5c58fb, 'wp-content/themes/twentytwentyfive/styles/05-twilight.json', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/05-twilight.json', 1, 0x00000000000000000000000000000000, 0xe4abd7bbb193f75784d35aa5bd68190a, 0xa17e48dd62049d0c947d8980b7baa4652e7eca192e1497ac576737ffb51d2514, '', 0, '?'),
(0xfd85f766d228e5d32b0ecc12eaf58a91, 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php', 0, 0x6a8420fff7979ee74d76741dbf264abd, 0x6a8420fff7979ee74d76741dbf264abd, 0x555cb5f9ce5b3e34c40027eb4d6781e769a217fefc1b67a0bc2b09e136926e51, '', 0, '?'),
(0xfd8f92100e0b5a4c8b8f4f926cd6e114, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/vendors/classes/class-rocket-mobile-detect.php', 0, 0xeaf5f7004bbcb8fb4c81ab1d01033b85, 0xeaf5f7004bbcb8fb4c81ab1d01033b85, 0x1b7c03ffb2cf5eba42416eae476e4ca70615a5a41230084703ee513285a4cec9, '', 0, '?'),
(0xfda0939bef3be475a9e3c6072e15fa36, 'wp-content/plugins/elementskit/widgets/content-ticker/content-ticker.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/content-ticker/content-ticker.php', 0, 0xf41de82d659e0580bd662e748672932f, 0xf41de82d659e0580bd662e748672932f, 0x2dfbe1f065e86626512b5682275f6ad6564e83e4c4d5f3480e347a3e55abac98, '', 0, '?'),
(0xfda477b8aed8487db13326d583ac4e9f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionDeprecatedVersion.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp', 1, 0x00000000000000000000000000000000, 0x6093fb08de84bc26ca6043890556007f, 0xb70e292d52492fbee3a4f0919e4c4175d6bd90c0bdf38874dc372c54d880751b, '', 0, '?'),
(0xfda9d57f27e68042e2088aad37531dc2, 'wp-includes/js/zxcvbn-async.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 1, 0x00000000000000000000000000000000, 0x48e7be0ae422ad89f8217c2057a6e884, 0xf3cf3e6bcf2f4dc5a455b9224a50f207441f3c7145082307f29980157d920518, '', 0, '?'),
(0xfdadddfd41c97ed9287177f12432a2ca, 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/FactoryDefinitionHelper.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/FactoryDefinitionHelper.php', 0, 0x4bd684d1ff43681b4950a9dca1ea8892, 0x4bd684d1ff43681b4950a9dca1ea8892, 0x04d7aba7f3474da3957710e950d93a5981e3d62bae9ce406f25ef5f9bbee3733, '', 0, '?'),
(0xfdb3c1538ef3cf0205e6e35f1712e51f, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpVideo.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpVideo.php', 1, 0x00000000000000000000000000000000, 0x6890d516bad4708d80bedafea10ac12d, 0x35b2f7f3a48d66e953d76d2b4f8531c0b5ba3c8bdc2bfe9e504cbf47b30b00d0, '', 0, '?'),
(0xfdb44e0cef6b72eb9a0d56dbcf7a7e9a, 'wp-content/plugins/elementskit/widgets/yelp/yelp.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/yelp.php', 0, 0xc2a088b46c957af8d3b8c77056ffe0e3, 0xc2a088b46c957af8d3b8c77056ffe0e3, 0x53915073696df76d22c7e4bab5fdeefa405dea80b23b00888b5ba4595c9aa4b0, '', 0, '?'),
(0xfdb4f6d7f8f529dd28a4d03c1f07d9dd, 'wp-includes/js/json2.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/json2.min.js', 1, 0x00000000000000000000000000000000, 0x1e5cff07c827582498700504f7bc7176, 0x76ec04ca542fe0cec5af9244d8691a5c107986712d42a73de4c86b38beb7a769, '', 0, '?'),
(0xfdb76223182141a1335856da3409e399, 'wp-includes/blocks/comments-pagination/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/style.css', 1, 0x00000000000000000000000000000000, 0x36023645b4b24cd0a16a832dd48828b1, 0x0e6026af6091387342568ccf8143a9f561ca1891b9c2069a0bcf9021899507fb, '', 0, '?'),
(0xfdb9efe070b35395072f34fdf1d4f638, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveList.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php', 1, 0x00000000000000000000000000000000, 0x258af8d56cebc71160fddfe315551a4b, 0x7bcb46d957de62130629356086911fa251501a17a62c29f7cad9b201b80eced4, '', 0, '?'),
(0xfdc07668117932cae625c2cb28b1bb29, 'wp-includes/blocks/code/theme.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/code/theme.min.css', 1, 0x00000000000000000000000000000000, 0xaa5a8c096dd9c5e8c4c645964a0599b8, 0x9a77287fe6248f08cadeec8d8ead422ed3f0e37d9e65139e7f2da4b1f0c197aa, '', 0, '?'),
(0xfdc2dfc9a3837eefdb1944d074f8a4e5, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Header.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Header.php', 0, 0xecdc0edd44397aa61bd0979633793928, 0xecdc0edd44397aa61bd0979633793928, 0xff7ea9499fd1808947f84fd370ad9eadac24a924359405fd5aa42b01875c364d, '', 0, '?'),
(0xfdc690ab084fb17c418e37c23b6fed83, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php', 1, 0x00000000000000000000000000000000, 0x85dd0c7b4189a6734eddfd661e12e8b7, 0xbefd2f6b0fc627ab8646e1c9791cdf99e1ca3b46e540c71224167064737ab4fc, '', 0, '?'),
(0xfdc9da217c4d081e07576ba1f27072b3, 'wp-includes/blocks/query/editor-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/query/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xfdfad6fa7e8f1d515debf7722fed92aa, 0xb22d5452916f979770b1506bed4c841c8ecdb60661b52f5b51aeb75b2e022e18, '', 0, '?'),
(0xfdcd6184ed274054e791938903f5d6ca, 'wp-admin/images/date-button.gif', '/home/forwardbetcasino/public_html/wp-admin/images/date-button.gif', 1, 0x00000000000000000000000000000000, 0x762130cf9d24c70a2de6bdae4ce5cc54, 0x68c9c5b5ceb4e498bcf9ef6e24b086dbf3cf1bea1ea3b98be8051471214923fa, '', 0, '?'),
(0xfdd2ddc2872a662b6c4862c7fb2f28c9, 'wp-content/plugins/elementskit/widgets/advanced-tab/advanced-tab.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-tab/advanced-tab.php', 0, 0xd7ad97b92d4b0f3535f66efbf4786170, 0xd7ad97b92d4b0f3535f66efbf4786170, 0x5bec377e47f934f53b9e699ec5cf624732b4b713907feec4310919831d2e5853, '', 0, '?'),
(0xfde3ad694c704c26e087defe29dd677f, 'wp-content/plugins/elementskit/widgets/pinterest-feed/markup/load-more.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/markup/load-more.php', 0, 0x898b447b680f1bb1b54fc2953fab52ac, 0x898b447b680f1bb1b54fc2953fab52ac, 0x380f35b166bbb64348564ac935d6ce89434ebac133c73e3a92c099b97186a3eb, '', 0, '?'),
(0xfdef654ade0659be87436ab06846b02b, 'wp-content/plugins/elementskit/modules/header-footer/views/theme-support-footer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/views/theme-support-footer.php', 0, 0x53bf7c1a64651474e2f8c15dfbc0f9dc, 0x53bf7c1a64651474e2f8c15dfbc0f9dc, 0x77dbc41b0698627063c4f3141dc609ad154cdae1ca64ce87c84dc2f8be4d6698, '', 0, '?'),
(0xfdf478ad51f47dd9000acd7c57865784, 'wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php', 1, 0x00000000000000000000000000000000, 0xe7d85d4570edcbcdd00c4f2d4ebeb670, 0x3278c7982ff299610cf65244be081caffb827a3dc868990f80b5fa178e7b059a, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xfdf8330139f6c3d9a671631187de9e8c, 'wp-content/plugins/elementor/assets/js/import-export-admin.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/import-export-admin.min.js', 1, 0x00000000000000000000000000000000, 0x638570d96680c8cae25f20e32d75890a, 0xec85c5bcd9aadb6941c85aef809c6da2909e64258bf974586cff2e5eea224a21, '', 0, '?'),
(0xfdfb762c6b5bbf2e960dcaeaa2cf7068, 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-button-portal.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-button-portal.js', 0, 0x66b47cfbe4c80a4946c5e1e5faa2c757, 0x66b47cfbe4c80a4946c5e1e5faa2c757, 0xecba269411b9693b3bc8faa327c9138c8374f017e033eb3ae441c91813bf5290, '', 0, '?'),
(0xfdfe861c5c67acb94f30acdf418ca444, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddFilterViewResponse.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddFilterViewResponse.php', 0, 0xa413927f3dfcd80e5ca15e6edef92c4c, 0xa413927f3dfcd80e5ca15e6edef92c4c, 0xcdd8fea37dcc9690940615e6cd9c412607b93c4ddc422b8945f47e8a73adb307, '', 0, '?'),
(0xfdff3bd3cac842f171f9111f5ff23457, 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-has-position.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-has-position.php', 1, 0x00000000000000000000000000000000, 0x4761d72e7acf4d52dad4e678b46aed90, 0xe3fd3543bad5b48d4c1ca96245ea8262bc86ea2056e245ed1eab603add3fd34d, '', 0, '?'),
(0xfe0951f5babae137b5901a7a39602d81, 'wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js', 0, 0x6774098f366e0f830d0b7dcfea331cc2, 0x6774098f366e0f830d0b7dcfea331cc2, 0xe2d11bdee4542d972223a7bb7acba7c46279ed415d511caf8fd7c1ef408d8974, '', 0, '?'),
(0xfe0d9af0596183dc060490d49294a220, 'wp-includes/Requests/src/Exception/Http/StatusUnknown.php', '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/StatusUnknown.php', 1, 0x00000000000000000000000000000000, 0x8c4d25bb7da4d2857028f2a6dcec0cc3, 0x39c0705e6edafa23f2faf2550e42f38b54adfd6178493805d8ab649ea0cb9c43, '', 0, '?'),
(0xfe149f0e38ec4d06edb760e868cf0c98, 'wp-content/themes/jannah/assets/js/single.js', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/single.js', 0, 0xb351a714de15429b395d32248b069a9f, 0xb351a714de15429b395d32248b069a9f, 0xe817cfecef2e0f6f42b4add1c9020dbc0dffb95381ee2b58a6d0aa9537acfcd4, '', 0, '?'),
(0xfe15eb828f0d3f385b39806b51271d73, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/images/media-button-video.gif', 1, 0x00000000000000000000000000000000, 0xc2d206df3efdc0db758b8065ad77f04a, 0x59a265b897dc226e2bf223401013acf5bec6bc865a8286c467e1905650fee927, '', 0, '?'),
(0xfe1cc082db3b6f0f1d73b19d76c7ed12, 'wp-content/plugins/elementskit/widgets/woo-product-carousel/woo-product-carousel-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-product-carousel/woo-product-carousel-handler.php', 0, 0x75b97fe778c6534efe527e8f0749b1da, 0x75b97fe778c6534efe527e8f0749b1da, 0x5a4ddac31d51740a01a35ef64e2e8a54aa8a7b319e93335c63c875694cd14c7e, '', 0, '?'),
(0xfe20a3a16d85bcf89e5a14b2f5e492af, 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/tag.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/tag.php', 0, 0x3aa143bbdeb8ed472f1cbf197d3406e3, 0x3aa143bbdeb8ed472f1cbf197d3406e3, 0xba993d9343380ced6aecc4fb07b62dbe6122545e930381f74f3f9e0b0c600ccf, '', 0, '?'),
(0xfe227c79ccfe00e3c21d1c381600de56, 'wp-content/themes/jannah/framework/functions/formatting.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/formatting.php', 0, 0x3997511185217084674497348798a938, 0x3997511185217084674497348798a938, 0x81b9aea519c15f18c78db4affaf3c293f869006e6b7cad60eb49dbc640207801, '', 0, '?'),
(0xfe257cddbdb03e3f767b6aca1311b706, 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', 1, 0x00000000000000000000000000000000, 0x1356c4df3de06cace0ef0932e258ff95, 0xd7b4b530cbca1eaa4d229713b9722c5fd1c68e3e29479412fecdf1e9771d673f, '', 0, '?'),
(0xfe2c3d3c1f32e2453b3fb574a809b530, 'wp-includes/Requests/src/HookManager.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/page-list/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0edc506213371b7246ce946dc0a7ab54, 0x616f03e17f30438c8d48ffa2babe2a42b670a73581ed681a0dbe19e36a0d470c, '', 0, '?'),
(0xfe2faea1ed1c041ea68659c43e463052, 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/astra.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/astra.php', 1, 0x00000000000000000000000000000000, 0x37f96e90bb108366b14bc433a1307359, 0x7937609802ec2daa3f35902d95f5f1e6f2252f940e659f472e768d9793e10779, '', 0, '?'),
(0xfe37324617f72c2758bde8e5c9014ee1, 'wp-content/plugins/wp-rocket/assets/img/imagify-hover.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/core/experiments/wp-cli.php', 1, 0x00000000000000000000000000000000, 0xbac0eaf886516050b72633fae1e71814, 0xd9839841902db2a8ee6b99654f02077ba214470ae7c9c73eaa1b71c53489889d, '', 0, '?'),
(0xfe39103eda84b051243b12a9d6c155be, 'wp-content/plugins/elementor/assets/images/logo-platform.svg', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/logo-platform.svg', 1, 0x00000000000000000000000000000000, 0x1c15d96b7e7fa5913eb984734ca7955b, 0x664b69eae390aeebbaeca8e976668efc1931c68879aec3b52e66e0c88d618daf, '', 0, '?'),
(0xfe46cf25adb3430fc2d43081bba3a12c, 'wp-admin/css/list-tables-rtl.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/list-tables-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1a9865c2dd18124d4b2259cc956afa6f, 0xf9bae501935e7669e4fe1e246c6a107a5e0f6bab222b32a7edc821b89e846ced, '', 0, '?'),
(0xfe4922ed70a2d074ca51b9c95b5a3678, 'wp-includes/css/admin-bar.min.css', '/home/forwardbetcasino/public_html/wp-includes/css/admin-bar.min.css', 1, 0x00000000000000000000000000000000, 0xa8e1cb74aae1c73660082f16889a71a2, 0x18231a5cf11e22420e136a1952f84524fad24741d1d56f2fe63dac9ffb60657a, '', 0, '?'),
(0xfe4b58d980ddf008ef05ebaa32237ad3, 'wp-includes/blocks/comments-title/editor.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/old-premium-integration.php', 1, 0x00000000000000000000000000000000, 0x18b932717d0647b76c6c2c5db92453fb, 0x9f287ed835a1a4c3c8e65469deff6b171aba95a3dc188049861d22fcff6a3b99, '', 0, '?'),
(0xfe5c3b4923bb81ed0fe8a91cbc245e0c, 'wp-content/themes/jannah/templates/loops/loop-grid.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-grid.php', 0, 0xe197781c053c4ce18381f0cdacd5d3b0, 0xe197781c053c4ce18381f0cdacd5d3b0, 0xa8c493eaa94d8e2d4b257387504df9eb108339e7b0889ebc8d15caa55439d741, '', 0, '?'),
(0xfe63b5d4776b9d2894910ff8348d33c3, 'wp-admin/includes/list-table.php', '/home/forwardbetcasino/public_html/wp-admin/includes/list-table.php', 1, 0x00000000000000000000000000000000, 0xa4cd79dda37a9800c6c1709c6f0c7209, 0xd6b8c30b27de14154b12603abce610a624f2d7efd824629ca27d24279e329710, '', 0, '?'),
(0xfe6756dce0d6484977139ed321b592c0, 'wp-includes/css/customize-preview.css', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php', 1, 0x00000000000000000000000000000000, 0xb801e34a91be3002613a86b841a1bc5a, 0xaef3104d3af0509eefd4ab48af3402cee31a4eb1d64030955ca379693f5e75f2, '', 0, '?'),
(0xfe679e8d38547096c1567dd0599f2bce, 'wp-content/plugins/elementor-pro/assets/js/form.3b797cf593ad0ec04b83.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/form.3b797cf593ad0ec04b83.bundle.js', 0, 0xfab91b0a2596c5bd0fe1c2869688d164, 0xfab91b0a2596c5bd0fe1c2869688d164, 0x3594bf8f5ffda1ad4dd3dff8d937256695289cc47bee2eaa9ca6ef2d0a60edd0, '', 0, '?'),
(0xfe792e187bfc754adfa035fd5b901a2e, 'wp-includes/blocks/more/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/more/editor.min.css', 1, 0x00000000000000000000000000000000, 0xfe7aa9c5ecddebf1e2e29975f3848564, 0xfee479162abe43c4eb3657e7c0babcd58fdbb3c3772fd638f5a83aa57419beb7, '', 0, '?'),
(0xfe7d0c3be431a3f26a378b32adcc0df1, 'wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg', 1, 0x00000000000000000000000000000000, 0x94233051597f9770cb9a94414fda6523, 0x023464adacd75348de9834b2883270e2a6bfd795e7882fe0953ff509b147aa31, '', 0, '?'),
(0xfe7d80e641a9ee35ed205007d486cef4, 'wp-includes/blocks/gallery/style-rtl.min.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/theme-compat/footer.php', 1, 0x00000000000000000000000000000000, 0xe85e58b5b0f4e9b77ba8e4aae951b833, 0x936e749bceffbf8732aa169fa72e20af7c3f3c9792076d665945f5f4857e8449, '', 0, '?'),
(0xfe7ffa9e20b092c013e6cdcff04f832e, 'wp-content/plugins/elementskit-lite/modules/layout-manager/assets/css/preview.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/css/preview.css', 1, 0x00000000000000000000000000000000, 0xb7bb43bd87a4a1e6a2cd910c5c11a7ad, 0x97aa8032a45fbcdb121d13d72d52ab5c9923844c4e654dda2f7146b186a2df61, '', 0, '?'),
(0xfe80781a70aac1085e161c171b6cce8b, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php', 0, 0x3259d3e9a471f5a6dd8e9596ec547b2c, 0x3259d3e9a471f5a6dd8e9596ec547b2c, 0xc00b7e8d6910bcf5511a87eb74fd7a413c4132515ec37c358a4ed13d604f4a65, '', 0, '?'),
(0xfe9a8094ff317195970c89fcece72a70, 'wp-content/plugins/amp/src/QueryVar.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php', 1, 0x00000000000000000000000000000000, 0x41c22a6be3cc89d7ed7145c32ad8ba4e, 0xef7e7456ef738b94d99e22b10655ceed6439a4c01d55e36a22e38ba24f6efe56, '', 0, '?'),
(0xfea7fddfa49c2eda3fc3606759aeb558, 'wp-content/themes/twentytwentyone/header.php', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/header.php', 1, 0x00000000000000000000000000000000, 0x663612ed21b7bd2f70f7b28a671502ae, 0x629d683d1163af127787acf2271a628d87cc3d255742743173744ea6fd62b613, '', 0, '?'),
(0xfeac139cd9118295871c1c93448514a3, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageScriptTypeApplicationJson.php', 1, 0x00000000000000000000000000000000, 0x7e16b83a600689ae10896810384e32ee, 0xb64758f6ea670330a27fedd13b06736829d199543126c5d480b344b1408990e4, '', 0, '?'),
(0xfeaed91d8d8015dc3d89f1a818e59424, 'wp-content/plugins/elementor-pro/modules/forms/classes/ajax-handler.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/ajax-handler.php', 0, 0xdb79f93774b3b7719f85d63b07f70e5a, 0xdb79f93774b3b7719f85d63b07f70e5a, 0x8f591d2ec474c2974cbed0a9d43e4d03638a3c6d42dfc090e3ed0d0f67ec035b, '', 0, '?'),
(0xfeb580bb4723358192df91b5fbdc7abd, 'wp-content/plugins/elementor/modules/styleguide/module.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/styleguide/module.php', 1, 0x00000000000000000000000000000000, 0x20126fc5e446be0a4173b670c7c243ee, 0x683ce5b0915e15df7364823da96e1a78a1a899a65f80be252414288b0690f2d6, '', 0, '?'),
(0xfeb978be3587bff28b746ea730003200, 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/data-provider.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/data-provider.php', 0, 0x8e6a13e30f0cfca3b5352f6ee785db42, 0x8e6a13e30f0cfca3b5352f6ee785db42, 0xf7d057343d2d922784091ca3992077c32b8ea15b70347b65a99b4ea55e1a57ef, '', 0, '?'),
(0xfec53549a9f354df2bb2b9310ae3a0eb, 'wp-content/plugins/elementor-pro/assets/js/code-highlight.d86022c8668c4b072592.bundle.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/code-highlight.d86022c8668c4b072592.bundle.min.js', 0, 0x82f96cb0b016c68a7a983b507335e01f, 0x82f96cb0b016c68a7a983b507335e01f, 0xf927671cef3bfe00341ce4404070b65ae88ad2f31a0ea1fd29fc9fd60aa134f8, '', 0, '?'),
(0xfec872417cc68beef8c464834feca8b0, 'wp-includes/blocks/image/theme-rtl.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/image/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xfb1b0f8b146b05087ed7dcf842301599, 0xfeb1579edfa48d25acf0b86db764d91bba44c205272e5d5bf71ad485633cedcf, '', 0, '?'),
(0xfecb5f4f2631ca2363f2dff0589d910f, 'wp-content/plugins/elementor/modules/atomic-widgets/styles/styles-renderer.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/styles/styles-renderer.php', 1, 0x00000000000000000000000000000000, 0x378a0c0607de7cbe4975fccb2799a586, 0xcc5de6842c707276f168561d316e196107aa07874626fb3fe059db7590c50d6f, '', 0, '?'),
(0xfedbcf43bc09e89debde7d289fb5d164, 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php', 1, 0x00000000000000000000000000000000, 0x9285f4fb4faf75bcd790875d602b027b, 0x02aeff54e7d677416bdacd50dba88f4627dc369c567ef69a77731912f37094ca, '', 0, '?'),
(0xfedf85dc79dcbd05077fedd88d6de4b6, 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php', 0, 0xbddd94c90beac23949010137b47cabf9, 0xbddd94c90beac23949010137b47cabf9, 0xbfb1d80d009a42b4799066f57ba700af1f9ba1a63604403465fd7453cc9605c2, '', 0, '?'),
(0xfee0a203bf77039bf1190827a2362907, 'wp-includes/rss-functions.php', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x21f0699cd14cb3563d582bb20976307e, 0x34e7ce2d3c34ae2c2256b2c8b158ca98c3ae0eca685297094bfe46eb6ba1141e, '', 0, '?'),
(0xfeeff635dc88f5257767c5b608adbba9, 'wp-content/plugins/amp/back-compat/templates-v0-3/meta-taxonomy.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Medium.woff2', 1, 0x00000000000000000000000000000000, 0xfaac648f47808006216ab54338a4b42c, 0x8e5112aab41a6fa811f12dd281074c7d92d2a5168a4eeb549197749c16912f1e, '', 0, '?'),
(0xfef50e4c2454afd5dd9b985b6160208a, 'wp-content/plugins/elementskit/widgets/price-menu/price-menu.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/price-menu/price-menu.php', 0, 0xa4681349f16312b25368d25616b152c6, 0xa4681349f16312b25368d25616b152c6, 0x85e3a609c9dac0bc93e8a457b30c6c0625d1859eb2d98a54b6449a3fb80fe421, '', 0, '?'),
(0xff06189b3fd4e24f731a1109dad09ced, 'wp-content/plugins/wordpress-seo/css/dist/modal-2400.css', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/modal-2400.css', 1, 0x00000000000000000000000000000000, 0x9281b34f942c529a24b6162f6d191406, 0xade1ac08ca9ec13f3f01d099e320fd102427069fe17730b257595d0632afa0af, '', 0, '?'),
(0xff0b3a3cac657b8d0793a07c4a358b59, 'wp-content/plugins/elementor-pro/assets/js/animated-headline.3eca5f2deb261b97d554.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/animated-headline.3eca5f2deb261b97d554.bundle.js', 0, 0xf2aa7e7426412f5646f52390d3ba2908, 0xf2aa7e7426412f5646f52390d3ba2908, 0x3c65dd52c4c8b2287472ae63ab8c60f32cdba2e77d46864f4d453874251a0def, '', 0, '?'),
(0xff1de4c69e9d6fb2c4324a7cff13738f, 'wp-content/plugins/elementskit/modules/header-footer/assets/js/elementskit-menu-admin.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/assets/js/elementskit-menu-admin.js', 0, 0x50174b3d6aabf68a1497c4405096fdce, 0x50174b3d6aabf68a1497c4405096fdce, 0xfc97001a134e3c02f97a0b9d8fdb0e65f95008aa0c878aa950dd7f0724eda677, '', 0, '?'),
(0xff220cb3231790184615ade04c0278a7, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php', 0, 0xc739149130825b592c303b1cd6fe0eac, 0xc739149130825b592c303b1cd6fe0eac, 0x0d59f306e5e186e5636428079d3145d2851175eb24af1cf15f22e49a5fcffebf, '', 0, '?'),
(0xff2255d5021908467e4202872ee8dc53, 'wp-includes/blocks/video/editor.min.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/video/editor.min.css', 1, 0x00000000000000000000000000000000, 0xc4719e4061b80298ee1ddb005918eb55, 0x654a163bd6e6d4fdf4911df3432175e7d45c6786f008bf1b636fda71ed56c971, '', 0, '?'),
(0xff27ac4f700d22014d9a0beeaabde09d, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-text-area.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-text-area.php', 1, 0x00000000000000000000000000000000, 0xaf0207c3763cc7f77a1501fd2c9477ac, 0x05c002a8de576e9e114f10e2c54c27586ddd84ad598a3d23ae65f8edebf74e22, '', 0, '?'),
(0xff2e9411619d0933ec4a5a5227c98f24, 'wp-content/plugins/elementor-pro/assets/js/app.min.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/app.min.js', 0, 0x04e3ae9e52151a430b0f2553450c03b7, 0x04e3ae9e52151a430b0f2553450c03b7, 0xc914b94842d6972f34d8e47cb149e48c3ba3ccae6fb53e6a83a2d70d64a24a86, '', 0, '?'),
(0xff3b0860ba2472e79fcbd124b39ea63d, 'wp-content/plugins/wordfence/images/icons/warning128.png', '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/warning128.png', 1, 0x00000000000000000000000000000000, 0x70cf47c01949d7742af693c6ca4e703d, 0xf9b9e4de2a10932f82d81f1fe404c8be739bf874e841fe88b8d27f7d2e62275c, '', 0, '?'),
(0xff41faa36119874bd46ff983f4af2b4f, 'wp-includes/blocks/post-author.php', '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author.php', 1, 0x00000000000000000000000000000000, 0x4a3fbfc1d7f4b4b66f15357924c651b5, 0x76c095a0860c8ec2a71b780e76580965375897587affc28983b9a58030e47728, '', 0, '?'),
(0xff453538bef979aae4d45773d64fbad5, 'wp-admin/css/admin-menu.min.css', '/home/forwardbetcasino/public_html/wp-admin/css/admin-menu.min.css', 1, 0x00000000000000000000000000000000, 0xb9d320e22e214f8fdeb450c21d541065, 0x2a23822cef3629ea8aa3505a9d727143a1871fc50f2e2c728f0ac5358d0240c1, '', 0, '?'),
(0xff46a5b04216eccb62dc85519eee256c, 'wp-content/plugins/amp/includes/sanitizers/class-amp-nav-menu-dropdown-sanitizer.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/js/plupload/wp-plupload.min.js', 1, 0x00000000000000000000000000000000, 0xafbaec35e6a20d1c060da2c173ed20eb, 0x08a66cf12dba0637bb86cf450ff0c9cae3a1fad8471a4d9cd8de553f7fde213f, '', 0, '?'),
(0xff5153be32f523cdc3c15db8737274d4, 'wp-includes/sodium_compat/src/Core/BLAKE2b.php', '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xe2838ea677d36c7f0504b90018bc7041, 0xd32bc4c6312cde332d844f45541c0b6f9ed61164cdd9c39bd59a63e53fee3caa, '', 0, '?'),
(0xff677e25cd8bd08b2e928f55c34fdc6c, 'wp-content/plugins/elementskit/modules/header-footer/cpt-api.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/cpt-api.php', 0, 0x3ec70e5e7db4be451def4f4347a4d95f, 0x3ec70e5e7db4be451def4f4347a4d95f, 0xc0a56743b1c7ffc111451e374240e507baec4d0b0ab3178e8c88ee06659b1d5a, '', 0, '?'),
(0xff6985077a249e79ee488f2bd0a8f55a, 'wp-content/themes/jannah/framework/widgets/patreon.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/patreon.php', 0, 0xc3e44a3a11159036d3b70c77a31656cb, 0xc3e44a3a11159036d3b70c77a31656cb, 0xfe4f02c764bd059916c79e341ae6354df30ce5ecf8faff0193a5c35bb538e6dc, '', 0, '?'),
(0xff6b1c8c0ff9fecf5050999801313cc3, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/common.min.css', 1, 0x00000000000000000000000000000000, 0x390a97a9c0625942a31afba05fe65798, 0x41562d608774e949302c7a3b80247c6e99651050668e6cf091c5bc8646a53bd9, '', 0, '?'),
(0xff7a378585a6212edfcae4a8f4509ad6, 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/widget/views/_override.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0xfaca17845f142a89047237ea99975695, 0x85db3fbf1955eabaf814da3faa71d7a7e494f53e1b9775de890f6edd5ffc86d7, '', 0, '?'),
(0xff7bae51770fec12883a092af6c07306, 'wp-includes/blocks/details/block.json', '/home/forwardbetcasino/public_html/wp-includes/blocks/details/block.json', 1, 0x00000000000000000000000000000000, 0x6ffbb227617bc819509c22d894432857, 0xd1b278e1a19ece6f70ed23e22898ce1b878cd7d2bc3aad35d621f6cfc484b1ee, '', 0, '?'),
(0xff7bb151e288f014e47a88a73c2abcee, 'wp-content/plugins/elementskit/hooks/register-modules.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/hooks/register-modules.php', 0, 0x3393cd82fa05831e2000f0a52c4e86db, 0x3393cd82fa05831e2000f0a52c4e86db, 0xdde6b06dd26c4c95ba4863d7a0ce5980af3a042a8f142399b22b828dadbf9761, '', 0, '?'),
(0xff7ed7f94b35229849f7c7067c3107be, 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php', 0, 0xd26547589256a61cc14e0a2c693df349, 0xd26547589256a61cc14e0a2c693df349, 0xf9bcabc501cc7266571899e4dbcfbdba4eeab5a6c3ed4862130e55aea17500d8, '', 0, '?'),
(0xff838401fed40231bda5d0caa6e91d5c, 'wp-content/plugins/elementor-pro/assets/js/jszip.vendor.a3c65615c1de5560962d.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/jszip.vendor.a3c65615c1de5560962d.bundle.js', 0, 0xa3886c507bc04fa424c805fcb34ee034, 0xa3886c507bc04fa424c805fcb34ee034, 0x5614a41932ac0b0187bf471037a37f51eb210b5784e6753499ab655c16f951a4, '', 0, '?'),
(0xff930e4846297f195ce7c12c9162f4fd, 'wp-includes/js/jquery/ui/controlgroup.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/controlgroup.js', 1, 0x00000000000000000000000000000000, 0x392d41a24a66103d3157c728a0f7a1c3, 0xe339e8fb747cf69f70cd3dac1215fad5d2c651e266696604774f3b5037db1c14, '', 0, '?'),
(0xff977e25429700837a98ee07f53f6f0f, 'wp-includes/IXR/class-IXR-message.php', '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-message.php', 1, 0x00000000000000000000000000000000, 0xbc3993c963a80cb059713890898d1c70, 0x4e648f7b5a9a0672d96bb8a1b5a4f462a9ebac94c7f8dd3d6d78b2f0494b4832, '', 0, '?'),
(0xff99ed10926115235329009e6df3d8a9, 'wp-content/themes/jannah/templates/single-post/fly-box.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/fly-box.php', 0, 0x105c806eff87b8249aa864d9ee472b01, 0x105c806eff87b8249aa864d9ee472b01, 0x6a6f8ac80d2c2f12d4448d2c4da214bf4a792888c49ee720c9de80900ade04c3, '', 0, '?'),
(0xff9ab40b70bdde4b535f65d6654a7139, 'wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg', 1, 0x00000000000000000000000000000000, 0xb224ad59e3ae6711737cc11dd8424d6a, 0xaea9bca39bc2968b83d2f2f5252a14ac6b6224af5a52ea91f1668a69ee9660a1, '', 0, '?'),
(0xff9d93cbb2ff72581819a366b1c52046, 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-choose.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-choose.php', 1, 0x00000000000000000000000000000000, 0xeba43947ea5f996b6d16f567e1d226d2, 0xcf9cf9b4f64e3eadea85f55ce779a51540f929f2d7d5f97154f547d7852c312d, '', 0, '?'),
(0xffa2127d06b070c6384865bed6544a77, 'wp-includes/SimplePie/library/SimplePie/Cache/Base.php', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/BlockquoteWithTiktok.php', 1, 0x00000000000000000000000000000000, 0x20c1639cf8c9bea7a12cf6a9ea0feacc, 0x3181a3c482d3f19e4af26e979797d9154f887165fe6d31cba75dcd82367125a7, '', 0, '?'),
(0xffa5e76169a59c92eb9f95acbcfaac45, 'wp-content/plugins/elementor-pro/assets/js/slides.bcd16bbde90338846bd7.bundle.js', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/slides.bcd16bbde90338846bd7.bundle.js', 0, 0x24cc1599a8dbe19d4ccf625b7e91c016, 0x24cc1599a8dbe19d4ccf625b7e91c016, 0xac639aea88dd510036d56107a5c7461993f463a96a39c12662bed10efed0ff2f, '', 0, '?'),
(0xffa861355b34fc053515bc4d659d7043, 'wp-includes/js/jquery/ui/effect-bounce.min.js', '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-bounce.min.js', 1, 0x00000000000000000000000000000000, 0x098999506a4bb9524676ddb202ff646a, 0xd371993ff2ac4e4b2f8978a8bd72bc936894809f5bcf7a60221d23baac3c6ccb, '', 0, '?'),
(0xffb06edf71ce4ede7e3f8c39f39ad76f, 'wp-content/themes/jannah/framework/classes/class-tielabs-opengraph.php', '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-opengraph.php', 0, 0x51094b7b49eec7ba97893b9326f72e6c, 0x51094b7b49eec7ba97893b9326f72e6c, 0xa3dbdb94264e31ccfcb2fe4871c2f1a6f4ae6a854e33607ebfb7434d820f161f, '', 0, '?'),
(0xffb451582c2239cd6476846bef9ab317, 'wp-content/plugins/elementor/assets/shapes/waves-negative.svg', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-admin/css/colors/sunrise/colors.scss', 1, 0x00000000000000000000000000000000, 0xe744ee64113e1a69e6584736a8a2d701, 0x0b177b148deb4a00cf1e8caa68f9c4ebc1cc7df784fff1b6d8bd6c5c75999be1, '', 0, '?'),
(0xffbba5c52a377e2a9aec68508ec0aca2, 'wp-content/plugins/elementor/assets/css/widget-testimonial.min.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-testimonial.min.css', 1, 0x00000000000000000000000000000000, 0x9735b9b278c4d7a86f13f6f0e1170b18, 0x6281df2df7a8cea382351cd57b6dc63b547c48930dccdafa9e57d63f831e445c, '', 0, '?'),
(0xffbbe6b8dfb97537f5c006e05b29e468, 'wp-includes/blocks/embed/editor.css', '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-includes/blocks/post-author-biography/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd5067cc6191e2c50f84a84f270a162af, 0xc3a97e8df90c0af1ad6d8678089bfb7944b3dcc977aab2d863ee160543eca527, '', 0, '?'),
(0xffcb2fc0cd54d5edebee2771d6d14b68, 'wp-content/plugins/wp-rocket/assets/js/cpcss-removal.js', '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/cpcss-removal.js', 0, 0x85bf2b352772dc3cf0bdca49c263bd40, 0x85bf2b352772dc3cf0bdca49c263bd40, 0x75549755b2ed359f606a81e7da9e7b4e04c54e1073e3f6eed34904b5e050f896, '', 0, '?'),
(0xffcd7d55de0f120ce4cafe021896370b, 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php', 1, 0x00000000000000000000000000000000, 0xb6506a5c209c133f10292b88e4f782e0, 0x823a224b760ca866acb17361d02990762f87b05c939641ed7eac3b78c0471313, '', 0, '?'),
(0xffd834db35b1b5712dabca702cf7bf15, 'wp-includes/blocks/file/style.css', '/home/forwardbetcasino/public_html/wp-includes/blocks/file/style.css', 1, 0x00000000000000000000000000000000, 0x27b3c9fae23d10a7a10032fda404dbee, 0x67d4985e56cf7b989621089515f39660e1684210f4c86112d4b9014eb7b42269, '', 0, '?'),
(0xffd87555a8ffc896c14a72b7656709ad, 'wp-content/cache/min/1/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js.gz', '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js.gz', 0, 0x0dd94e5ec839154328d65ba0e199f912, 0x0dd94e5ec839154328d65ba0e199f912, 0x886208fd2eb6eae2cfd6d22fe227851e5a4da6b2c9a89400eb74b5a451a25038, '', 0, '?'),
(0xffd96837c886e0b8ef4dad03b00a9695, 'wp-content/plugins/elementor/assets/css/editor-preview.css', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-preview.css', 1, 0x00000000000000000000000000000000, 0xa9da094a6cf7a6bea1baeb7e3b47d59b, 0xb8842354ab333d55613cf2ff2b97c716ac6dc70a6a8701d8c7ca92f41c60c9b0, '', 0, '?'),
(0xffdac2a936fef50e3cd7d500395a6952, 'wp-includes/js/jquery/ui/effect-fade.js', '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', 1, 0x00000000000000000000000000000000, 0x7ebb7659e9d7ff8784eabd8a3cc75276, 0xf17578895fc65528c5bb9030e42d44623987a8a244352c333ff7bd3ae6be669d, '', 0, '?'),
(0xffdc4b4427851f2ae3a6cc085ee1bab6, 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/archive-single-base.php', '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/archive-single-base.php', 0, 0x392ecd190b775a5ebd3b94da61d2ee21, 0x392ecd190b775a5ebd3b94da61d2ee21, 0xe6f677c7199f6ebc05b59c679840f6040ef1577698f48917c746b33a7a02b8c0, '', 0, '?'),
(0xffe88c7c4b966d8e091d66d1f7ff4e5b, 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-utils.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-utils.php', 0, 0xf40fb1d38491491ddef2ecca18cb3856, 0xf40fb1d38491491ddef2ecca18cb3856, 0xf820e17ba10309dd8c210e9f497a88dc8ee2d86e78b90b36116609e32d11b3d8, '', 0, '?'),
(0xffef625aad2b9096c03442e9b53140dd, 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStreamGallery.php', '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStreamGallery.php', 1, 0x00000000000000000000000000000000, 0xcb33bde8972289e21e9144f35b32d2ce, 0x4c65d99e517c17eef476fb9965b0d5c585c0d3dcddeab64d5bb38247e991224b, '', 0, '?'),
(0xfff7b0598a618d403b90db12696fcabb, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss', '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss', 1, 0x00000000000000000000000000000000, 0x77a60e57a2ef3abd2e70c96a5b797951, 0x1e76c8360124ac2da1969dc89319f8a26bed5ac3cc4f7082e8015dca229a7235, '', 0, '?'),
(0xfff8e574ddbb56b4a85fd010d2e0104c, 'wp-content/plugins/wordpress-seo-premium/src/integrations/routes/ai-generator-route.php', '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/routes/ai-generator-route.php', 0, 0xd8b809dde4109f361ce6b3db7b2b889d, 0xd8b809dde4109f361ce6b3db7b2b889d, 0xfe1a6c2c0dc73e432dcbfe9948a415396ba19d2819e6c0e8001af9f23aa0fcee, '', 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=utf8 COLLATE=utf8_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
(79966, 0.000000, 1741454810.602941, 0x00000000000000000000ffff67cdd34e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(79967, 0.000000, 1741455707.063723, 0x00000000000000000000ffff3326f1f4, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(79968, 0.000000, 1741456395.893778, 0x00000000000000000000ffffadc9b59a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(79969, 0.000000, 1741457187.338841, 0x00000000000000000000ffffa5e3199e, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(79970, 0.000000, 1741457748.069739, 0x00000000000000000000ffff2f6af3e2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(79971, 0.000000, 1741458468.653902, 0x200141d0040401000000000000001e56, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0', 'loginFailInvalidUsername', NULL, NULL),
(79972, 0.000000, 1741459053.381133, 0x00000000000000000000ffffba4072af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(79973, 0.000000, 1741459499.409495, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(79974, 1741459574.286256, 1741459574.103500, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/blog/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L2Jsb2cveG1scnBjLnBocA==\"}'),
(79975, 1741459573.663680, 1741459573.491500, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/new/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L25ldy94bWxycGMucGhw\"}'),
(79976, 1741459572.817081, 1741459572.651000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/old/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L29sZC94bWxycGMucGhw\"}'),
(79977, 1741459571.359183, 1741459571.181900, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/wordpress/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dvcmRwcmVzcy94bWxycGMucGhw\"}'),
(79978, 1741459570.654399, 1741459570.478000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/wp/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwL3htbHJwYy5waHA=\"}'),
(79979, 1741459569.912080, 1741459569.745400, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79980, 1741459569.293053, 1741459569.126200, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79981, 1741459568.263070, 1741459568.088600, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79982, 1741459567.635449, 1741459567.470800, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79983, 1741459567.123127, 1741459566.949900, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79984, 1741459566.615947, 1741459566.437400, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79985, 1741459566.117050, 1741459565.940700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79986, 1741459565.421258, 1741459565.250200, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79987, 1741459564.757451, 1741459564.579300, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79988, 1741459564.258928, 1741459564.094700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79989, 1741459563.821002, 1741459563.643800, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79990, 1741459562.965647, 1741459562.786400, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79991, 1741459562.173536, 1741459562.002000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79992, 1741459561.726500, 1741459561.558000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79993, 1741459560.781464, 1741459560.606100, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79994, 1741459560.151859, 1741459559.978800, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79995, 1741459559.634005, 1741459559.459100, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79996, 1741459559.061623, 1741459558.896100, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79997, 1741459558.448547, 1741459558.274300, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79998, 1741459557.697811, 1741459557.527000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(79999, 1741459557.114586, 1741459556.929800, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80000, 1741459556.624744, 1741459556.459600, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80001, 1741459555.976396, 1741459555.760300, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80002, 1741459555.447392, 1741459555.255700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80003, 1741459554.351880, 1741459554.176400, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80004, 1741459552.478522, 1741459552.307700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80005, 1741459551.829578, 1741459551.641700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80006, 1741459551.070254, 1741459550.890700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80007, 1741459550.338403, 1741459550.166100, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80008, 1741459549.580710, 1741459549.412400, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80009, 1741459549.006319, 1741459548.834500, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80010, 1741459548.298621, 1741459548.128000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80011, 1741459546.958841, 1741459546.792100, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80012, 1741459545.520232, 1741459545.346900, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80013, 1741459544.997266, 1741459544.822700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80014, 1741459544.542200, 1741459544.371100, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80015, 1741459543.984442, 1741459543.802000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80016, 1741459543.303456, 1741459543.125400, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80017, 1741459542.859507, 1741459542.687100, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80018, 1741459542.276039, 1741459542.104400, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80019, 1741459541.812497, 1741459541.643800, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80020, 1741459541.167901, 1741459540.998000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80021, 1741459540.237166, 1741459540.066000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80022, 1741459539.739088, 1741459539.567900, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80023, 1741459539.300296, 1741459539.123300, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80024, 1741459538.764272, 1741459538.590200, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80025, 1741459538.165262, 1741459537.994200, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80026, 1741459537.626956, 1741459537.457700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80027, 1741459537.127836, 1741459536.957500, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80028, 1741459535.912782, 1741459535.730200, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80029, 1741459535.361964, 1741459535.185600, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80030, 1741459534.662270, 1741459534.484000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80031, 1741459534.184969, 1741459534.015400, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80032, 1741459533.557810, 1741459533.386600, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80033, 1741459533.004229, 1741459532.834300, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80034, 1741459532.186825, 1741459532.011800, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80035, 1741459531.383779, 1741459531.211600, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80036, 1741459530.540714, 1741459530.376200, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80037, 1741459529.869909, 1741459529.686600, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80038, 1741459529.071873, 1741459528.905300, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80039, 1741459528.522954, 1741459528.348600, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80040, 1741459528.081123, 1741459527.907900, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80041, 1741459527.617020, 1741459527.440000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80042, 1741459526.984321, 1741459526.784300, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80043, 1741459526.476329, 1741459526.310800, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80044, 1741459526.037725, 1741459525.873600, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80045, 1741459525.511654, 1741459525.327700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80046, 1741459524.739702, 1741459524.576500, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80047, 1741459523.636488, 1741459523.464300, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80048, 1741459523.048641, 1741459522.869700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80049, 1741459522.161418, 1741459521.982800, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80050, 1741459521.136578, 1741459520.957200, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80051, 1741459520.664411, 1741459520.493900, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80052, 1741459519.848653, 1741459519.673900, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80053, 1741459519.298158, 1741459519.126200, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80054, 1741459518.537065, 1741459518.363900, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80055, 1741459517.636555, 1741459517.454200, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80056, 1741459516.884649, 1741459516.719700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80057, 1741459516.351994, 1741459516.178200, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80058, 1741459515.498648, 1741459515.328700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80059, 1741459514.483105, 1741459514.308300, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80060, 1741459513.923533, 1741459513.745600, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80061, 1741459512.994054, 1741459512.810600, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80062, 1741459512.536247, 1741459512.357100, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80063, 1741459512.061484, 1741459511.879900, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80064, 1741459511.571395, 1741459511.399100, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80065, 1741459511.125676, 1741459510.943000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80066, 1741459510.572973, 1741459510.391700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80067, 1741459509.589503, 1741459509.417600, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80068, 1741459509.153431, 1741459508.982200, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80069, 1741459508.097419, 1741459507.912400, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80070, 1741459507.563331, 1741459507.394900, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80071, 1741459507.128987, 1741459506.954900, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80072, 1741459506.557675, 1741459506.371000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80073, 1741459506.042261, 1741459505.863800, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80074, 1741459505.301503, 1741459505.135000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80075, 1741459504.704505, 1741459504.532500, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80076, 1741459503.828313, 1741459503.661500, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80077, 1741459503.150427, 1741459502.971800, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80078, 1741459502.592050, 1741459502.407200, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}');
INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(80079, 1741459502.143286, 1741459501.968900, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80080, 1741459501.642261, 1741459501.465700, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80081, 1741459500.856678, 1741459500.689000, 0x00000000000000000000ffff2d9a624a, 0, 503, 0, 0, 0, 'http://forwardbet.casino.66-29-136-62.cprapid.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80082, 0.000000, 1741459923.306643, 0x00000000000000000000ffff080c1083, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80083, 1741460078.251593, 1741460078.198900, 0x00000000000000000000ffffc2261710, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/themes/seotheme/db.php?u=', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80084, 0.000000, 1741460292.435763, 0x00000000000000000000ffffd440d7aa, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80085, 0.000000, 1741460652.464462, 0x00000000000000000000ffff2d4d1555, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80086, 0.000000, 1741461406.139441, 0x00000000000000000000ffff9f417d8a, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80087, 0.000000, 1741461579.939990, 0x00000000000000000000ffffc35ee6de, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80088, 0.000000, 1741462251.078179, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80089, 0.000000, 1741462252.593708, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80090, 0.000000, 1741462253.977339, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80091, 0.000000, 1741462255.361420, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80092, 0.000000, 1741462256.734275, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80093, 0.000000, 1741462258.309960, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80094, 0.000000, 1741462259.670573, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80095, 0.000000, 1741462261.034023, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80096, 0.000000, 1741462262.390762, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80097, 0.000000, 1741462263.764960, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80098, 0.000000, 1741462265.146474, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80099, 0.000000, 1741462266.550994, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80100, 0.000000, 1741462268.089741, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80101, 0.000000, 1741462269.475683, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80102, 0.000000, 1741462270.848120, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80103, 0.000000, 1741462272.219907, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80104, 0.000000, 1741462273.572935, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80105, 0.000000, 1741462274.922969, 0x00000000000000000000ffff228ef99a, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80106, 0.000000, 1741462276.287500, 0x00000000000000000000ffff228ef99a, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'', NULL),
(80107, 1741462277.476432, 1741462277.311500, 0x00000000000000000000ffff228ef99a, 0, 503, 0, 0, 0, 'https://forwardbet.casino//wp-login.php', 'https://forwardbet.casino//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),
(80108, 0.000000, 1741462446.384092, 0x00000000000000000000ffff5b864ff0, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80109, 0.000000, 1741462849.055392, 0x00000000000000000000ffff0dc87c3b, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80110, 0.000000, 1741462977.309488, 0x00000000000000000000ffff2dc31920, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80111, 0.000000, 1741463803.152258, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80112, 1741463839.778459, 1741463839.613500, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80113, 1741463839.283767, 1741463839.112700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80114, 1741463838.800656, 1741463838.636200, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80115, 1741463838.300038, 1741463838.135300, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80116, 1741463837.817049, 1741463837.641300, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80117, 1741463837.339064, 1741463837.169400, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80118, 1741463836.845552, 1741463836.669100, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80119, 1741463836.363469, 1741463836.180000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80120, 1741463835.824783, 1741463835.644700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80121, 1741463835.335932, 1741463835.151300, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80122, 1741463834.841653, 1741463834.656900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80123, 1741463834.342520, 1741463834.178500, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80124, 1741463833.858335, 1741463833.693100, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80125, 1741463833.385368, 1741463833.214000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80126, 1741463832.905752, 1741463832.731000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80127, 1741463832.402374, 1741463832.236500, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80128, 1741463831.903227, 1741463831.728600, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80129, 1741463831.342399, 1741463831.177700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80130, 1741463830.859621, 1741463830.676800, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80131, 1741463830.319303, 1741463830.139400, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80132, 1741463829.834332, 1741463829.662300, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80133, 1741463829.350113, 1741463829.174900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80134, 1741463828.866159, 1741463828.695300, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80135, 1741463828.369315, 1741463828.182800, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80136, 1741463827.878999, 1741463827.708200, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80137, 1741463827.403296, 1741463827.226700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80138, 1741463826.905226, 1741463826.731000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80139, 1741463826.393673, 1741463826.222000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80140, 1741463825.912225, 1741463825.735300, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80141, 1741463825.414134, 1741463825.233700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80142, 1741463824.902545, 1741463824.724100, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80143, 1741463824.416853, 1741463824.245000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80144, 1741463823.922289, 1741463823.742100, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80145, 1741463823.421370, 1741463823.232900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80146, 1741463822.901526, 1741463822.704800, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80147, 1741463822.393417, 1741463822.219800, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80148, 1741463821.911945, 1741463821.739300, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80149, 1741463821.429077, 1741463821.262300, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80150, 1741463820.954833, 1741463820.773000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80151, 1741463820.464961, 1741463820.294100, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80152, 1741463819.986796, 1741463819.823700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80153, 1741463819.511132, 1741463819.347100, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80154, 1741463819.038609, 1741463818.874000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80155, 1741463818.570759, 1741463818.395500, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80156, 1741463818.085064, 1741463817.913800, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80157, 1741463817.603963, 1741463817.418700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80158, 1741463817.088978, 1741463816.911900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80159, 1741463816.603224, 1741463816.435600, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80160, 1741463816.115960, 1741463815.945000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80161, 1741463815.639316, 1741463815.470900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80162, 1741463815.165175, 1741463814.994200, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80163, 1741463814.689432, 1741463814.509900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80164, 1741463814.206502, 1741463814.036900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80165, 1741463813.730033, 1741463813.552500, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80166, 1741463813.161141, 1741463812.994100, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80167, 1741463812.675282, 1741463812.503000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80168, 1741463812.191711, 1741463812.024700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80169, 1741463811.706651, 1741463811.527100, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80170, 1741463811.221056, 1741463811.038600, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80171, 1741463810.714567, 1741463810.536500, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80172, 1741463810.208625, 1741463810.035900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80173, 1741463809.731501, 1741463809.544200, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80174, 1741463809.219068, 1741463809.036700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80175, 1741463808.732622, 1741463808.552500, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80176, 1741463808.231672, 1741463808.061900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80177, 1741463807.752129, 1741463807.576700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80178, 1741463807.268539, 1741463807.093700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80179, 1741463806.783579, 1741463806.613200, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80180, 1741463806.289050, 1741463806.112800, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80181, 1741463805.809724, 1741463805.645700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80182, 1741463805.330898, 1741463805.167700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80183, 1741463804.844794, 1741463804.670600, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80184, 1741463804.346736, 1741463804.166800, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80185, 1741463849.586896, 1741463849.404600, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80186, 1741463849.093921, 1741463848.911100, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80187, 1741463848.561008, 1741463848.383500, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80188, 1741463848.070940, 1741463847.898200, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80189, 1741463847.590736, 1741463847.419900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80190, 1741463847.088513, 1741463846.917000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80191, 1741463846.606621, 1741463846.441900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80192, 1741463846.132894, 1741463845.960500, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80193, 1741463845.657145, 1741463845.467600, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80194, 1741463845.154466, 1741463844.980300, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80195, 1741463844.675609, 1741463844.505100, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80196, 1741463844.184227, 1741463844.006900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80197, 1741463843.701517, 1741463843.529100, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80198, 1741463843.226915, 1741463843.059300, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80199, 1741463842.747375, 1741463842.579200, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}');
INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(80200, 1741463842.207877, 1741463842.039500, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80201, 1741463841.730517, 1741463841.549400, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80202, 1741463841.245126, 1741463841.073900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80203, 1741463840.766657, 1741463840.577800, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80204, 1741463840.259884, 1741463840.085000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80205, 1741463859.634552, 1741463859.457900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/blog/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L2Jsb2cveG1scnBjLnBocA==\"}'),
(80206, 1741463858.941245, 1741463858.770700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/new/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L25ldy94bWxycGMucGhw\"}'),
(80207, 1741463857.927638, 1741463857.764600, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/old/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L29sZC94bWxycGMucGhw\"}'),
(80208, 1741463857.215989, 1741463857.043200, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wordpress/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dvcmRwcmVzcy94bWxycGMucGhw\"}'),
(80209, 1741463856.185901, 1741463856.013700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwL3htbHJwYy5waHA=\"}'),
(80210, 1741463854.974844, 1741463854.792300, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80211, 1741463854.472916, 1741463854.297200, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80212, 1741463853.980424, 1741463853.816700, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80213, 1741463853.489995, 1741463853.318000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80214, 1741463853.003943, 1741463852.835100, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80215, 1741463852.531061, 1741463852.357400, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80216, 1741463852.047134, 1741463851.875200, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80217, 1741463851.559896, 1741463851.383900, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80218, 1741463851.068929, 1741463850.892000, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80219, 1741463850.544004, 1741463850.373100, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80220, 1741463850.066738, 1741463849.892600, 0x00000000000000000000ffffc21ac06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80221, 0.000000, 1741464327.564963, 0x00000000000000000000ffff3e54bebe, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80222, 0.000000, 1741464482.302872, 0x2a034000004e0ef7445b27fffee6a949, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80223, 0.000000, 1741465566.511887, 0x2a03400000068011044375fffe64d199, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80224, 0.000000, 1741466164.184873, 0x00000000000000000000ffffd588542b, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(80225, 0.000000, 1741467045.729449, 0x2a0104f82190159b0000000000000002, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80226, 0.000000, 1741467555.237022, 0x24064f4000081000000000000000be6f, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80227, 0.000000, 1741467803.190693, 0x2600170046b0e0708bf9b29f4c522d61, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80228, 0.000000, 1741467885.291021, 0x00000000000000000000ffff965f8cf8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80229, 0.000000, 1741468404.260563, 0x00000000000000000000ffff4d442160, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80230, 0.000000, 1741469638.012131, 0x00000000000000000000ffff4a78dd7a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80231, 0.000000, 1741469800.045023, 0x00000000000000000000ffff54f7bfea, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80232, 0.000000, 1741471358.189244, 0x00000000000000000000ffff8f6e9d04, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0', 'loginFailInvalidUsername', NULL, NULL),
(80233, 0.000000, 1741471406.977530, 0x00000000000000000000ffffcdc4d60e, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80234, 0.000000, 1741471491.269610, 0x00000000000000000000ffffade7ddb1, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80235, 0.000000, 1741472490.595752, 0x2a020a00105500010046004100490002, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80236, 0.000000, 1741473453.295157, 0x00000000000000000000ffff3ea91425, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80237, 0.000000, 1741473884.135588, 0x2a03f4800001000b0000000000000027, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80238, 0.000000, 1741475307.805703, 0x00000000000000000000ffff05878ec9, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80239, 0.000000, 1741475552.679518, 0x00000000000000000000ffff67d52675, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80240, 0.000000, 1741477752.095800, 0x00000000000000000000ffff332629d7, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80241, 0.000000, 1741480108.978527, 0x00000000000000000000ffffabf4005b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80242, 0.000000, 1741482695.775556, 0x00000000000000000000ffff51b188d8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80243, 0.000000, 1741485487.538613, 0x00000000000000000000ffff76b352a5, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(80244, 0.000000, 1741488574.046026, 0x00000000000000000000ffff734e07b3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80245, 1741512436.535470, 1741512436.482200, 0x00000000000000000000ffffc4fb73a5, 0, 403, 0, 0, 0, 'http://forwardbet.casino/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpbXBsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80246, 0.000000, 1741520699.247509, 0x00000000000000000000ffff0e800e05, 0, 503, 0, 0, 0, 'https://forwardbet.casino/wp-login.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80247, 0.000000, 1741523000.251139, 0x00000000000000000000ffff743eb0f9, 0, 503, 0, 0, 0, 'https://forwardbet.casino/wp-login.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80248, 0.000000, 1741525511.087181, 0x00000000000000000000ffffba4074aa, 0, 503, 0, 0, 0, 'https://forwardbet.casino/wp-login.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80249, 0.000000, 1741528277.700678, 0x00000000000000000000ffffa45c7177, 0, 200, 0, 0, 0, 'https://forwardbet.casino/wp-login.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(80250, 0.000000, 1741538009.117984, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80251, 0.000000, 1741538010.493248, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80252, 0.000000, 1741538011.726742, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80253, 0.000000, 1741538012.989966, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80254, 0.000000, 1741538014.228039, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80255, 0.000000, 1741538015.557145, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80256, 0.000000, 1741538016.832939, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80257, 0.000000, 1741538018.070548, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80258, 0.000000, 1741538019.403372, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80259, 0.000000, 1741538020.672041, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80260, 0.000000, 1741538021.915723, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80261, 0.000000, 1741538023.172484, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80262, 0.000000, 1741538024.476517, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80263, 0.000000, 1741538028.395501, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80264, 0.000000, 1741538029.837171, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80265, 0.000000, 1741538031.096862, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80266, 0.000000, 1741538032.313528, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80267, 0.000000, 1741538033.558152, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80268, 0.000000, 1741538034.783569, 0x00000000000000000000ffff2b9c7eb3, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80269, 0.000000, 1741538036.024039, 0x00000000000000000000ffff2b9c7eb3, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'', NULL),
(80270, 0.000000, 1741539493.720073, 0x00000000000000000000ffff8c6a145c, 0, 503, 0, 0, 0, 'https://forwardbet.casino/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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80271, 0.000000, 1741539562.657366, 0x00000000000000000000ffff2256ba83, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80272, 0.000000, 1741540039.621763, 0x00000000000000000000ffff92046366, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80273, 0.000000, 1741540207.060039, 0x00000000000000000000ffff221553eb, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80274, 0.000000, 1741540489.512847, 0x00000000000000000000ffff92046366, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80275, 0.000000, 1741540558.755249, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80276, 1741541120.007630, 1741541119.951600, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80277, 1741541064.273946, 1741541064.217600, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80278, 1741540987.961061, 1741540987.904000, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80279, 1741540927.911976, 1741540927.856700, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80280, 1741540872.665781, 1741540872.608800, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80281, 1741540808.192632, 1741540808.137000, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80282, 1741540751.921453, 1741540751.866100, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80283, 1741540696.493601, 1741540696.437300, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80284, 1741540633.193854, 1741540633.137700, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80285, 0.000000, 1741541176.313050, 0x00000000000000000000ffff92046366, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80286, 0.000000, 1741541238.034711, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80287, 1741541829.862333, 1741541829.806300, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80288, 1741541770.941178, 1741541770.884900, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80289, 1741541705.420968, 1741541705.362900, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80290, 1741541647.686706, 1741541647.630900, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80291, 1741541589.016392, 1741541588.960300, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80292, 1741541532.502544, 1741541532.446900, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80293, 1741541463.854084, 1741541463.798800, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80294, 1741541409.151247, 1741541409.095100, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80295, 1741541353.160744, 1741541353.104200, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80296, 1741541286.001729, 1741541285.944900, 0x00000000000000000000ffff92046366, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(80297, 0.000000, 1741555674.606026, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80298, 0.000000, 1741555675.564763, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80299, 0.000000, 1741555676.407634, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80300, 0.000000, 1741555677.386400, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80301, 0.000000, 1741555678.317130, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80302, 0.000000, 1741555679.123352, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80303, 0.000000, 1741555679.976793, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80304, 0.000000, 1741555680.840909, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80305, 0.000000, 1741555681.715704, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80306, 0.000000, 1741555682.525471, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80307, 0.000000, 1741555683.359743, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80308, 0.000000, 1741555684.204143, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80309, 0.000000, 1741555685.009265, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80310, 0.000000, 1741555685.892067, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80311, 0.000000, 1741555686.968957, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80312, 0.000000, 1741555687.795966, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80313, 0.000000, 1741555688.636648, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80314, 0.000000, 1741555689.476534, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80315, 0.000000, 1741555690.318305, 0x00000000000000000000ffff23e8c178, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80316, 0.000000, 1741555691.145213, 0x00000000000000000000ffff23e8c178, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'', NULL),
(80317, 0.000000, 1741562130.552000, 0x00000000000000000000ffff2240da66, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80318, 0.000000, 1741563050.562212, 0x20011810418101200000000442af2c24, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80319, 0.000000, 1741564059.012802, 0x00000000000000000000ffff8e2cf152, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80320, 0.000000, 1741565173.699909, 0x00000000000000000000ffff670b657a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80321, 0.000000, 1741585380.214866, 0x00000000000000000000ffff223b93a4, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80322, 0.000000, 1741602707.841605, 0x00000000000000000000ffffac44af25, 0, 200, 0, 0, 0, 'https://forwardbet.casino/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(80323, 1741610368.602340, 1741610368.565700, 0x00000000000000000000ffff56362a45, 0, 200, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/give/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9naXZlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9naXZlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(80324, 1741610368.602134, 1741610368.565700, 0x00000000000000000000ffff56362a45, 0, 200, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/give/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9naXZlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9naXZlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(80325, 0.000000, 1741611123.736564, 0x00000000000000000000ffff9df57b6f, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80326, 1741617333.121670, 1741617333.067800, 0x00000000000000000000ffffb32bbf13, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-json/litespeed/v1/cdn_status', 'https://forwardbet.casino', 'Windows Nt', 'blocked:waf', 'XSS: Cross Site Scripting', '{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3Jlc3VsdF1bX21zZ10=\",\"paramValue\":\"PHNjcmlwdCBzcmM9aHR0cHM6Ly93cGxpY2Vuc2Uub3JnL2FkbWluLWJhci1yZWxvYWRlZC5taW4uanM+PC9zY3JpcHQ+\",\"path\":\"L3dwLWpzb24vbGl0ZXNwZWVkL3YxL2Nkbl9zdGF0dXM=\",\"category\":\"xss\",\"ssl\":1}'),
(80327, 1741620837.539143, 1741620837.505700, 0x00000000000000000000ffff023a382b, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-config.txt', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', 'logged:waf', 'wp-config.php back-up probing', '{\"learningMode\":0,\"failedRules\":\"logged|501\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbmZpZy50eHQ=\",\"path\":\"L3dwLWNvbmZpZy50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80328, 1741620842.654952, 1741620842.619800, 0x00000000000000000000ffff023a382b, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-config.', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', 'logged:waf', 'wp-config.php back-up probing', '{\"learningMode\":0,\"failedRules\":\"logged|501\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbmZpZy4=\",\"path\":\"L3dwLWNvbmZpZy4=\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80329, 1741620852.941380, 1741620852.906800, 0x00000000000000000000ffff023a382b, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-config.backup', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', 'logged:waf', 'wp-config.php back-up probing', '{\"learningMode\":0,\"failedRules\":\"logged|501\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbmZpZy5iYWNrdXA=\",\"path\":\"L3dwLWNvbmZpZy5iYWNrdXA=\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80330, 1741620851.379247, 1741620851.345500, 0x00000000000000000000ffff023a382b, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-config.data', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', 'logged:waf', 'wp-config.php back-up probing', '{\"learningMode\":0,\"failedRules\":\"logged|501\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbmZpZy5kYXRh\",\"path\":\"L3dwLWNvbmZpZy5kYXRh\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80331, 1741620862.748152, 1741620862.715600, 0x00000000000000000000ffff023a382b, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-config.cfg', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', 'logged:waf', 'wp-config.php back-up probing', '{\"learningMode\":0,\"failedRules\":\"logged|501\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbmZpZy5jZmc=\",\"path\":\"L3dwLWNvbmZpZy5jZmc=\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80332, 1741620875.857073, 1741620875.821900, 0x00000000000000000000ffff023a382b, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-config.htm', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', 'logged:waf', 'wp-config.php back-up probing', '{\"learningMode\":0,\"failedRules\":\"logged|501\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbmZpZy5odG0=\",\"path\":\"L3dwLWNvbmZpZy5odG0=\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80333, 1741620874.240921, 1741620874.207800, 0x00000000000000000000ffff023a382b, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-config.html', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', 'logged:waf', 'wp-config.php back-up probing', '{\"learningMode\":0,\"failedRules\":\"logged|501\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbmZpZy5odG1s\",\"path\":\"L3dwLWNvbmZpZy5odG1s\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80334, 1741620872.735564, 1741620872.702700, 0x00000000000000000000ffff023a382b, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-config.local.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', 'logged:waf', 'wp-config.php back-up probing', '{\"learningMode\":0,\"failedRules\":\"logged|501\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbmZpZy5sb2NhbC5waHA=\",\"path\":\"L3dwLWNvbmZpZy5sb2NhbC5waHA=\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80335, 1741620869.897465, 1741620869.863300, 0x00000000000000000000ffff023a382b, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-config.prod.php.txt', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', 'logged:waf', 'wp-config.php back-up probing', '{\"learningMode\":0,\"failedRules\":\"logged|501\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbmZpZy5wcm9kLnBocC50eHQ=\",\"path\":\"L3dwLWNvbmZpZy5wcm9kLnBocC50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80336, 1741620888.229180, 1741620888.192300, 0x00000000000000000000ffff023a382b, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-config.save', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', 'logged:waf', 'wp-config.php back-up probing', '{\"learningMode\":0,\"failedRules\":\"logged|501\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbmZpZy5zYXZl\",\"path\":\"L3dwLWNvbmZpZy5zYXZl\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80337, 0.000000, 1741632771.071871, 0x00000000000000000000ffff8ac724c7, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80338, 0.000000, 1741633252.214583, 0x00000000000000000000ffff93b6bf9d, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 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
(80339, 1741634008.238209, 1741634008.196400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'https://forwardbet.casino/termps.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3Rlcm1wcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(80340, 1741634006.021154, 1741634005.981100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'https://forwardbet.casino/tempfuns.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3RlbXBmdW5zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(80341, 1741634000.421349, 1741634000.381500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'https://forwardbet.casino/tempfuns.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3RlbXBmdW5zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(80342, 1741633999.321447, 1741633999.281200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'https://forwardbet.casino/userfuns.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VzZXJmdW5zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(80343, 1741633998.754145, 1741633998.704600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'https://forwardbet.casino/userfuns.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VzZXJmdW5zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(80344, 1741633997.843652, 1741633997.803900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'https://forwardbet.casino/inputs.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2lucHV0cy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(80345, 1741633996.935261, 1741633996.894600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'https://forwardbet.casino/inputs.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2lucHV0cy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(80346, 1741633994.394415, 1741633994.354300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'https://forwardbet.casino/thoms.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3Rob21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(80347, 1741633985.241258, 1741633985.201400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'https://forwardbet.casino/thoms.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3Rob21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(80348, 1741633976.520723, 1741633976.479400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'https://forwardbet.casino/hplfuns.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2hwbGZ1bnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(80349, 1741633972.529833, 1741633972.476800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/hplfuns.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2hwbGZ1bnMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80350, 0.000000, 1741645150.508536, 0x00000000000000000000ffffadf99058, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80351, 0.000000, 1741646032.120504, 0x00000000000000000000ffff2cc81b60, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80352, 0.000000, 1741646032.956100, 0x00000000000000000000ffff2cc81b60, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80353, 0.000000, 1741646368.388813, 0x00000000000000000000ffff5778090a, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80354, 0.000000, 1741647640.483919, 0x00000000000000000000ffffc040755d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80355, 0.000000, 1741648947.816285, 0x00000000000000000000ffffb8a8721c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80356, 0.000000, 1741650269.205001, 0x00000000000000000000ffffb4eb95b9, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80357, 0.000000, 1741651622.677185, 0x00000000000000000000ffff3ffa2697, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80358, 0.000000, 1741652982.882164, 0x00000000000000000000ffffc0faeb2d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80359, 0.000000, 1741656102.293305, 0x00000000000000000000ffff48a7682b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80360, 0.000000, 1741657672.294933, 0x200108d8180002ef0000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80361, 0.000000, 1741660529.955283, 0x00000000000000000000ffff8494b4b6, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0', 'loginFailInvalidUsername', NULL, NULL),
(80362, 0.000000, 1741661936.298780, 0x00000000000000000000ffff52df6667, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80363, 0.000000, 1741663470.024060, 0x00000000000000000000ffff85f283e2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80364, 0.000000, 1741664984.369590, 0x00000000000000000000ffff87b5efe1, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80365, 0.000000, 1741666432.476501, 0x200141d0000a18650000000000000000, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80366, 0.000000, 1741667344.950816, 0x00000000000000000000ffff641a16af, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80367, 0.000000, 1741667870.059054, 0x00000000000000000000ffffb8a8711d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80368, 0.000000, 1741668530.757307, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80369, 0.000000, 1741668531.718869, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80370, 0.000000, 1741668532.504820, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80371, 0.000000, 1741668533.274062, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80372, 0.000000, 1741668534.074389, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80373, 0.000000, 1741668534.851678, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80374, 0.000000, 1741668535.619121, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80375, 0.000000, 1741668536.403044, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80376, 0.000000, 1741668537.478959, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80377, 0.000000, 1741668538.328680, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80378, 0.000000, 1741668539.118675, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80379, 0.000000, 1741668539.906322, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80380, 0.000000, 1741668540.672651, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80381, 0.000000, 1741668541.490209, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80382, 0.000000, 1741668542.276056, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80383, 0.000000, 1741668543.054155, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80384, 0.000000, 1741668543.835770, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80385, 0.000000, 1741668544.624656, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80386, 0.000000, 1741668545.408583, 0x00000000000000000000ffff23c43f2c, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80387, 0.000000, 1741668546.203139, 0x00000000000000000000ffff23c43f2c, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'', NULL),
(80388, 0.000000, 1741668948.412600, 0x00000000000000000000ffff9c922332, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(80389, 0.000000, 1741669329.713040, 0x00000000000000000000ffff768bb056, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80390, 0.000000, 1741670777.178301, 0x00000000000000000000ffff73f5448d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80391, 0.000000, 1741672151.310206, 0x00000000000000000000ffff44b29153, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80392, 0.000000, 1741673486.122830, 0x00000000000000000000ffffb9c7ec6b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80393, 0.000000, 1741674780.180834, 0x00000000000000000000ffff94fb441c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80394, 0.000000, 1741676040.840551, 0x00000000000000000000ffff677c5fa8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80395, 0.000000, 1741677273.163505, 0x00000000000000000000ffff80c77eef, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80396, 0.000000, 1741677504.346791, 0x00000000000000000000ffff2cc85f54, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80397, 0.000000, 1741677505.295009, 0x00000000000000000000ffff2cc85f54, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80398, 0.000000, 1741678533.611719, 0x00000000000000000000ffffc0faef3d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80399, 0.000000, 1741679840.474645, 0x00000000000000000000ffff6bb4767d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80400, 0.000000, 1741681159.762066, 0x2a02c206205652270000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80401, 0.000000, 1741682495.046689, 0x00000000000000000000ffffc61b43d2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80402, 0.000000, 1741683833.455345, 0x00000000000000000000ffffc6367219, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80403, 0.000000, 1741685197.764047, 0x00000000000000000000ffff48a77e2f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80404, 1741686323.202284, 1741686323.164700, 0x00000000000000000000ffff5e663712, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/security-malware-firewall/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWN1cml0eS1tYWx3YXJlLWZpcmV3YWxsL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWN1cml0eS1tYWx3YXJlLWZpcmV3YWxsL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80405, 1741686323.202091, 1741686323.164700, 0x00000000000000000000ffff5e663712, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/security-malware-firewall/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWN1cml0eS1tYWx3YXJlLWZpcmV3YWxsL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWN1cml0eS1tYWx3YXJlLWZpcmV3YWxsL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80406, 0.000000, 1741686565.048109, 0x00000000000000000000ffffbca6ed4e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80407, 0.000000, 1741687925.953847, 0x00000000000000000000ffff33530287, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80408, 0.000000, 1741689287.129701, 0x00000000000000000000ffff5fd819bc, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80409, 0.000000, 1741690246.404720, 0x00000000000000000000ffff22abcbac, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80410, 0.000000, 1741690628.128250, 0x00000000000000000000ffff33530287, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80411, 0.000000, 1741690712.971609, 0x00000000000000000000ffff22459b4f, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80412, 0.000000, 1741692035.993249, 0x00000000000000000000ffff2f7710ed, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80413, 1741696104.993488, 1741696104.940400, 0x00000000000000000000ffffc2261710, 0, 403, 0, 0, 0, 'http://forwardbet.casino/assets/script/plugins/elrte/src/elrte.src.html', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2Fzc2V0cy9zY3JpcHQvcGx1Z2lucy9lbHJ0ZS9zcmMvZWxydGUuc3JjLmh0bWw=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80414, 0.000000, 1741696515.574643, 0x00000000000000000000ffffc7bccfa8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80415, 0.000000, 1741698056.496193, 0x00000000000000000000ffff3624d1a4, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80416, 0.000000, 1741699600.381394, 0x00000000000000000000ffff5ccd90c8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80417, 0.000000, 1741701140.103335, 0x00000000000000000000ffffd1ac0232, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80418, 0.000000, 1741702670.684432, 0x00000000000000000000ffff48a7682b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80419, 0.000000, 1741704204.254361, 0x00000000000000000000ffffd94fbdc1, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80420, 0.000000, 1741705744.824574, 0x00000000000000000000ffff339f3749, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80421, 0.000000, 1741707287.558910, 0x00000000000000000000ffffc61b43d2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80422, 0.000000, 1741711276.499292, 0x00000000000000000000ffff5e2eb653, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80423, 0.000000, 1741713799.198162, 0x00000000000000000000ffffadf99058, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80424, 0.000000, 1741716246.277211, 0x00000000000000000000ffffc61b43d2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80425, 0.000000, 1741719732.564207, 0x26001f18749739000a8ba2f97144e846, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80426, 0.000000, 1741722030.575148, 0x00000000000000000000ffff48a7682b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80427, 0.000000, 1741723196.758229, 0x00000000000000000000ffff71171744, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80428, 0.000000, 1741724364.495890, 0x00000000000000000000ffffa2f146e5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80429, 0.000000, 1741725535.810100, 0x00000000000000000000ffffb8a8711d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80430, 0.000000, 1741729074.641128, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80431, 0.000000, 1741729614.642067, 0x00000000000000000000ffff9df58ba4, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80432, 0.000000, 1741730209.714692, 0x00000000000000000000ffffc60cdd27, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80433, 0.000000, 1741731101.590177, 0x00000000000000000000ffff2cf2aefa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80434, 0.000000, 1741731102.504355, 0x00000000000000000000ffff2cf2aefa, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80435, 0.000000, 1741731337.875664, 0x00000000000000000000ffff5158352b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80436, 0.000000, 1741731442.510485, 0x00000000000000000000ffff9c922327, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(80437, 0.000000, 1741731540.638705, 0x00000000000000000000ffff5411304e, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(80438, 0.000000, 1741732482.246778, 0x00000000000000000000ffff2f7710ed, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80439, 0.000000, 1741733630.496377, 0x00000000000000000000ffffd9b69ee2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80440, 0.000000, 1741735981.884308, 0x00000000000000000000ffffa2f0aa63, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80441, 0.000000, 1741737183.923331, 0x00000000000000000000ffff44b29213, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80442, 0.000000, 1741738411.455911, 0x00000000000000000000ffff222e6be0, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80443, 0.000000, 1741739641.393041, 0x00000000000000000000ffffba40742d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80444, 0.000000, 1741740870.409412, 0x00000000000000000000ffffba40765a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80445, 0.000000, 1741741259.317557, 0x00000000000000000000ffffadf43a82, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(80446, 0.000000, 1741741343.103361, 0x00000000000000000000ffffc4fb5927, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80447, 0.000000, 1741742101.944939, 0x00000000000000000000ffffc0faeb2d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80448, 0.000000, 1741744586.297543, 0x00000000000000000000ffff33530287, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80449, 0.000000, 1741748008.185812, 0x00000000000000000000ffff23de1b87, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80450, 0.000000, 1741748169.852132, 0x00000000000000000000ffff2210264c, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80451, 0.000000, 1741748624.430487, 0x00000000000000000000ffff68eedd78, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80452, 1741748625.521390, 1741748625.479000, 0x00000000000000000000ffff68eedd78, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80453, 0.000000, 1741751744.977143, 0x00000000000000000000ffff67e3b012, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80454, 1741751746.560904, 1741751746.381200, 0x00000000000000000000ffff67e3b012, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80455, 1741752107.879085, 1741752107.839900, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/themes/jaida/lang.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2phaWRhL2xhbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(80456, 1741752102.884818, 1741752102.838400, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/themes/travel/issue.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3RyYXZlbC9pc3N1ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(80457, 1741752096.038515, 1741752095.999000, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/wp-help/mini.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1oZWxwL21pbmkucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80458, 1741752090.274598, 1741752090.234900, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/root-file-manager/wp-file.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yb290LWZpbGUtbWFuYWdlci93cC1maWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(80459, 1741752088.462210, 1741752088.418800, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/ph-file-manager/wp-file.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9waC1maWxlLW1hbmFnZXIvd3AtZmlsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(80460, 1741752082.590262, 1741752082.547900, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/fix/up.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maXgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80461, 1741752076.223741, 1741752076.183400, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/pwnd/pwnd.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9wd25kL3B3bmQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(80462, 1741752070.658443, 1741752070.605800, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/shell/about.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaGVsbC9hYm91dC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80463, 0.000000, 1741754759.307480, 0x00000000000000000000ffff225d1042, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0', '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
(80464, 0.000000, 1741754761.039302, 0x00000000000000000000ffff225d1042, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80465, 0.000000, 1741757543.130469, 0x00000000000000000000ffff3624d1a4, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80466, 1741757544.480437, 1741757544.304300, 0x00000000000000000000ffff3624d1a4, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80467, 0.000000, 1741760144.037344, 0x00000000000000000000ffffb220703e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80468, 1741760145.990323, 1741760145.812900, 0x00000000000000000000ffffb220703e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80469, 1741761223.783660, 1741761223.729300, 0x00000000000000000000ffffc4fb73a5, 0, 403, 0, 0, 0, 'http://forwardbet.casino/thoms.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3Rob21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80470, 0.000000, 1741762687.269741, 0x00000000000000000000ffffb4eb95b9, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80471, 0.000000, 1741762689.926707, 0x00000000000000000000ffffb4eb95b9, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80472, 1741763535.516962, 1741763535.476300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/images//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2ltYWdlcy8vd3AtaW5jbHVkZXMv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80473, 1741763528.843765, 1741763528.804200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/html5-named-character-references.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2h0bWw1LW5hbWVkLWNoYXJhY3Rlci1yZWZlcmVuY2VzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80474, 1741763524.983929, 1741763524.943700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/class-wp-html-unsupported-exception.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2NsYXNzLXdwLWh0bWwtdW5zdXBwb3J0ZWQtZXhjZXB0aW9uLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80475, 1741763523.216272, 1741763523.176300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/class-wp-html-token.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2NsYXNzLXdwLWh0bWwtdG9rZW4ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80476, 1741763522.473148, 1741763522.429400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/class-wp-html-text-replacement.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2NsYXNzLXdwLWh0bWwtdGV4dC1yZXBsYWNlbWVudC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80477, 1741763521.373892, 1741763521.326800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/class-wp-html-tag-processor.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2NsYXNzLXdwLWh0bWwtdGFnLXByb2Nlc3Nvci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80478, 1741763520.980565, 1741763520.935200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/class-wp-html-stack-event.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2NsYXNzLXdwLWh0bWwtc3RhY2stZXZlbnQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80479, 1741763519.745525, 1741763519.698000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/class-wp-html-span.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2NsYXNzLXdwLWh0bWwtc3Bhbi5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80480, 1741763519.349810, 1741763519.303200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/class-wp-html-processor.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2NsYXNzLXdwLWh0bWwtcHJvY2Vzc29yLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80481, 1741763518.935136, 1741763518.895300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/class-wp-html-processor-state.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2NsYXNzLXdwLWh0bWwtcHJvY2Vzc29yLXN0YXRlLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80482, 1741763517.807822, 1741763517.768500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/class-wp-html-open-elements.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2NsYXNzLXdwLWh0bWwtb3Blbi1lbGVtZW50cy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80483, 1741763517.335921, 1741763517.293100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/class-wp-html-doctype-info.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2NsYXNzLXdwLWh0bWwtZG9jdHlwZS1pbmZvLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80484, 1741763516.927848, 1741763516.888400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/class-wp-html-decoder.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2NsYXNzLXdwLWh0bWwtZGVjb2Rlci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80485, 1741763514.660001, 1741763514.607000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/class-wp-html-attribute-token.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2NsYXNzLXdwLWh0bWwtYXR0cmlidXRlLXRva2VuLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80486, 1741763510.457663, 1741763510.418500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api/class-wp-html-active-formatting-elements.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpL2NsYXNzLXdwLWh0bWwtYWN0aXZlLWZvcm1hdHRpbmctZWxlbWVudHMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80487, 1741763507.126122, 1741763507.086700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/html-api//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2h0bWwtYXBpLy93cC1pbmNsdWRlcy8=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80488, 1741763501.362084, 1741763501.318800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/global-styles-and-settings.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2dsb2JhbC1zdHlsZXMtYW5kLXNldHRpbmdzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80489, 1741763500.650184, 1741763500.610700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/fonts/class-wp-font-utils.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2ZvbnRzL2NsYXNzLXdwLWZvbnQtdXRpbHMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80490, 1741763498.476238, 1741763498.433200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/fonts/class-wp-font-library.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2ZvbnRzL2NsYXNzLXdwLWZvbnQtbGlicmFyeS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80491, 1741763496.582790, 1741763496.535400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/fonts/class-wp-font-face.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2ZvbnRzL2NsYXNzLXdwLWZvbnQtZmFjZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80492, 1741763496.192022, 1741763496.144600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/fonts/class-wp-font-face-resolver.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2ZvbnRzL2NsYXNzLXdwLWZvbnQtZmFjZS1yZXNvbHZlci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80493, 1741763495.621476, 1741763495.578200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/fonts/class-wp-font-collection.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2ZvbnRzL2NsYXNzLXdwLWZvbnQtY29sbGVjdGlvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80494, 1741763495.213620, 1741763495.169900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/fonts//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2ZvbnRzLy93cC1pbmNsdWRlcy8=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80495, 1741763494.237311, 1741763494.197700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/fonts.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2ZvbnRzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80496, 1741763493.021194, 1741763492.976700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-widget-form-customize-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC13aWRnZXQtZm9ybS1jdXN0b21pemUtY29udHJvbC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80497, 1741763492.615845, 1741763492.570800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-widget-area-customize-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC13aWRnZXQtYXJlYS1jdXN0b21pemUtY29udHJvbC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80498, 1741763492.051775, 1741763492.004700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-sidebar-block-editor-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1zaWRlYmFyLWJsb2NrLWVkaXRvci1jb250cm9sLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80499, 1741763491.374667, 1741763491.330000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-upload-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtdXBsb2FkLWNvbnRyb2wucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80500, 1741763490.945743, 1741763490.904600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-themes-section.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtdGhlbWVzLXNlY3Rpb24ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80501, 1741763490.503865, 1741763490.461600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-themes-panel.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtdGhlbWVzLXBhbmVsLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80502, 1741763489.352610, 1741763489.311200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-theme-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtdGhlbWUtY29udHJvbC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80503, 1741763488.387430, 1741763488.345100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-site-icon-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtc2l0ZS1pY29uLWNvbnRyb2wucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80504, 1741763487.961139, 1741763487.908400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-sidebar-section.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtc2lkZWJhci1zZWN0aW9uLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80505, 1741763486.334831, 1741763486.288700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-selective-refresh.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtc2VsZWN0aXZlLXJlZnJlc2gucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80506, 1741763485.414560, 1741763485.368700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-partial.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtcGFydGlhbC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80507, 1741763484.693811, 1741763484.654200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-new-menu-section.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtbmV3LW1lbnUtc2VjdGlvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80508, 1741763482.553427, 1741763482.514300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-new-menu-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtbmV3LW1lbnUtY29udHJvbC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80509, 1741763481.220257, 1741763481.174300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-nav-menus-panel.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtbmF2LW1lbnVzLXBhbmVsLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80510, 1741763480.729319, 1741763480.686200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-nav-menu-setting.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtbmF2LW1lbnUtc2V0dGluZy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80511, 1741763479.302749, 1741763479.261300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-nav-menu-section.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtbmF2LW1lbnUtc2VjdGlvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80512, 1741763475.221457, 1741763475.181900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-nav-menu-name-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtbmF2LW1lbnUtbmFtZS1jb250cm9sLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80513, 1741763471.136305, 1741763471.088800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtbmF2LW1lbnUtbG9jYXRpb25zLWNvbnRyb2wucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80514, 1741763466.945861, 1741763466.906200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-nav-menu-location-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtbmF2LW1lbnUtbG9jYXRpb24tY29udHJvbC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80515, 1741763464.891858, 1741763464.852300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtbmF2LW1lbnUtaXRlbS1zZXR0aW5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80516, 1741763462.001736, 1741763461.961700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-nav-menu-item-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtbmF2LW1lbnUtaXRlbS1jb250cm9sLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80517, 1741763457.766201, 1741763457.726100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-nav-menu-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtbmF2LW1lbnUtY29udHJvbC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80518, 1741763457.139514, 1741763457.099500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtbmF2LW1lbnUtYXV0by1hZGQtY29udHJvbC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80519, 1741763456.642128, 1741763456.600300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-media-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtbWVkaWEtY29udHJvbC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80520, 1741763455.767618, 1741763455.723100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-image-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtaW1hZ2UtY29udHJvbC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80521, 1741763454.784538, 1741763454.738400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-header-image-setting.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtaGVhZGVyLWltYWdlLXNldHRpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80522, 1741763454.378351, 1741763454.333700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-header-image-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtaGVhZGVyLWltYWdlLWNvbnRyb2wucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80523, 1741763453.968842, 1741763453.924900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-filter-setting.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtZmlsdGVyLXNldHRpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80524, 1741763453.164737, 1741763453.109400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-date-time-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtZGF0ZS10aW1lLWNvbnRyb2wucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80525, 1741763452.242040, 1741763452.201400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-custom-css-setting.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtY3VzdG9tLWNzcy1zZXR0aW5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}');
INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(80526, 1741763450.880541, 1741763450.840800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-cropped-image-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtY3JvcHBlZC1pbWFnZS1jb250cm9sLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80527, 1741763446.995136, 1741763446.951900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-color-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtY29sb3ItY29udHJvbC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80528, 1741763445.716841, 1741763445.672400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-code-editor-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtY29kZS1lZGl0b3ItY29udHJvbC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80529, 1741763445.132897, 1741763445.089800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-background-position-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtYmFja2dyb3VuZC1wb3NpdGlvbi1jb250cm9sLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80530, 1741763444.638135, 1741763444.598200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-background-image-setting.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtYmFja2dyb3VuZC1pbWFnZS1zZXR0aW5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80531, 1741763441.547007, 1741763441.504300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize/class-wp-customize-background-image-control.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS9jbGFzcy13cC1jdXN0b21pemUtYmFja2dyb3VuZC1pbWFnZS1jb250cm9sLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80532, 1741763439.823910, 1741763439.783900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/customize//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2N1c3RvbWl6ZS8vd3AtaW5jbHVkZXMv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80533, 1741763438.572213, 1741763438.530200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/css//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Nzcy8vd3AtaW5jbHVkZXMv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80534, 1741763437.856379, 1741763437.810800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wpdb.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwZGIucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80535, 1741763437.345223, 1741763437.300800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-token-map.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLXRva2VuLW1hcC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80536, 1741763436.839394, 1741763436.792400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-theme-json.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLXRoZW1lLWpzb24ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80537, 1741763436.337826, 1741763436.295900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-theme-json-schema.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLXRoZW1lLWpzb24tc2NoZW1hLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80538, 1741763434.405751, 1741763434.359300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-theme-json-resolver.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLXRoZW1lLWpzb24tcmVzb2x2ZXIucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80539, 1741763433.959856, 1741763433.919900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-theme-json-data.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLXRoZW1lLWpzb24tZGF0YS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80540, 1741763433.411110, 1741763433.371400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-textdomain-registry.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLXRleHRkb21haW4tcmVnaXN0cnkucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80541, 1741763431.632148, 1741763431.586600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-styles.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLXN0eWxlcy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80542, 1741763428.771094, 1741763428.731000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-scripts.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLXNjcmlwdHMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80543, 1741763427.852247, 1741763427.810400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-script-modules.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLXNjcmlwdC1tb2R1bGVzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80544, 1741763427.599537, 1741763427.546900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-plugin-dependencies.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLXBsdWdpbi1kZXBlbmRlbmNpZXMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80545, 1741763427.045314, 1741763427.006400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-navigation-fallback.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLW5hdmlnYXRpb24tZmFsbGJhY2sucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80546, 1741763426.638527, 1741763426.594700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-http.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLWh0dHAucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80547, 1741763425.466878, 1741763425.427900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-exception.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLWV4Y2VwdGlvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80548, 1741763424.029517, 1741763423.986600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-duotone.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLWR1b3RvbmUucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80549, 1741763423.579500, 1741763423.540600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-dependencies.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLWRlcGVuZGVuY2llcy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80550, 1741763423.008629, 1741763422.968700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-classic-to-block-menu-converter.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLWNsYXNzaWMtdG8tYmxvY2stbWVudS1jb252ZXJ0ZXIucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80551, 1741763421.607407, 1741763421.561100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-block-templates-registry.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLWJsb2NrLXRlbXBsYXRlcy1yZWdpc3RyeS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80552, 1741763419.834666, 1741763419.791200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-block-template.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLWJsb2NrLXRlbXBsYXRlLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80553, 1741763416.182319, 1741763416.142100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-block-parser-frame.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLWJsb2NrLXBhcnNlci1mcmFtZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80554, 1741763415.545950, 1741763415.501900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-block-parser-block.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLWJsb2NrLXBhcnNlci1ibG9jay5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80555, 1741763414.995832, 1741763414.949600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-block-metadata-registry.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLWJsb2NrLW1ldGFkYXRhLXJlZ2lzdHJ5LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80556, 1741763414.354101, 1741763414.310500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-block-editor-context.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLWJsb2NrLWVkaXRvci1jb250ZXh0LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80557, 1741763413.948800, 1741763413.908100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-block-bindings-source.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLWJsb2NrLWJpbmRpbmdzLXNvdXJjZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80558, 1741763413.178294, 1741763413.130900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-wp-block-bindings-registry.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLXdwLWJsb2NrLWJpbmRpbmdzLXJlZ2lzdHJ5LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80559, 1741763412.777434, 1741763412.732100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/class-avif-info.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NsYXNzLWF2aWYtaW5mby5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80560, 1741763411.884470, 1741763411.838600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/certificates//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2NlcnRpZmljYXRlcy8vd3AtaW5jbHVkZXMv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80561, 1741763410.615781, 1741763410.570400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/blocks/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2Nrcy8=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80562, 1741763410.116484, 1741763410.074600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-template.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXRlbXBsYXRlLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80563, 1741763409.442172, 1741763409.402100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-template-utils.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXRlbXBsYXRlLXV0aWxzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80564, 1741763407.541235, 1741763407.488700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/utils.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL3V0aWxzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80565, 1741763407.009745, 1741763406.963400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/typography.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL3R5cG9ncmFwaHkucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80566, 1741763406.093079, 1741763406.047900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/spacing.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL3NwYWNpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80567, 1741763404.512159, 1741763404.468600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/shadow.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL3NoYWRvdy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80568, 1741763403.076823, 1741763403.029400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/settings.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL3NldHRpbmdzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80569, 1741763402.702046, 1741763402.656500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/position.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL3Bvc2l0aW9uLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80570, 1741763402.166161, 1741763402.126000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/layout.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL2xheW91dC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80571, 1741763401.433036, 1741763401.392700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/generated-classname.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL2dlbmVyYXRlZC1jbGFzc25hbWUucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80572, 1741763400.005253, 1741763399.964600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/elements.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL2VsZW1lbnRzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80573, 1741763395.321089, 1741763395.275800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/duotone.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL2R1b3RvbmUucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80574, 1741763394.677278, 1741763394.631100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/dimensions.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL2RpbWVuc2lvbnMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80575, 1741763394.289136, 1741763394.243000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/custom-classname.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL2N1c3RvbS1jbGFzc25hbWUucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80576, 1741763393.697130, 1741763393.657900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/colors.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL2NvbG9ycy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80577, 1741763392.397442, 1741763392.357800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/border.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL2JvcmRlci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80578, 1741763391.900745, 1741763391.850900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/block-style-variations.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL2Jsb2NrLXN0eWxlLXZhcmlhdGlvbnMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80579, 1741763391.477676, 1741763391.431800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/background.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL2JhY2tncm91bmQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80580, 1741763390.951728, 1741763390.911500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports/align.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzL2FsaWduLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80581, 1741763389.895970, 1741763389.850400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-supports//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXN1cHBvcnRzLy93cC1pbmNsdWRlcy8=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80582, 1741763389.176804, 1741763389.133000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-patterns/social-links-shared-background-color.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXBhdHRlcm5zL3NvY2lhbC1saW5rcy1zaGFyZWQtYmFja2dyb3VuZC1jb2xvci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80583, 1741763388.482408, 1741763388.442200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-patterns/query-standard-posts.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXBhdHRlcm5zL3F1ZXJ5LXN0YW5kYXJkLXBvc3RzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80584, 1741763387.752248, 1741763387.698800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-patterns/query-small-posts.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXBhdHRlcm5zL3F1ZXJ5LXNtYWxsLXBvc3RzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80585, 1741763387.074019, 1741763387.033900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-patterns/query-offset-posts.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXBhdHRlcm5zL3F1ZXJ5LW9mZnNldC1wb3N0cy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80586, 1741763385.688033, 1741763385.640900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-patterns/query-medium-posts.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXBhdHRlcm5zL3F1ZXJ5LW1lZGl1bS1wb3N0cy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}');
INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(80587, 1741763385.093305, 1741763385.053300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-patterns/query-large-title-posts.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXBhdHRlcm5zL3F1ZXJ5LWxhcmdlLXRpdGxlLXBvc3RzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80588, 1741763384.862586, 1741763384.815000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-patterns/query-grid-posts.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXBhdHRlcm5zL3F1ZXJ5LWdyaWQtcG9zdHMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80589, 1741763384.259851, 1741763384.220500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-patterns//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLXBhdHRlcm5zLy93cC1pbmNsdWRlcy8=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80590, 1741763383.161262, 1741763383.121600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-editor.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLWVkaXRvci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80591, 1741763381.763975, 1741763381.719600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-bindings/post-meta.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLWJpbmRpbmdzL3Bvc3QtbWV0YS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80592, 1741763380.918013, 1741763380.869800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-bindings/pattern-overrides.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLWJpbmRpbmdzL3BhdHRlcm4tb3ZlcnJpZGVzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80593, 1741763379.976607, 1741763379.936900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-bindings//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLWJpbmRpbmdzLy93cC1pbmNsdWRlcy8=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80594, 1741763379.108573, 1741763379.068500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/block-bindings.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2NrLWJpbmRpbmdzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80595, 1741763376.057086, 1741763376.012600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/assets/script-modules-packages.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Fzc2V0cy9zY3JpcHQtbW9kdWxlcy1wYWNrYWdlcy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80596, 1741763375.656810, 1741763375.611900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/assets/script-modules-packages.min.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Fzc2V0cy9zY3JpcHQtbW9kdWxlcy1wYWNrYWdlcy5taW4ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80597, 1741763375.108904, 1741763375.064200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/assets/script-loader-react-refresh-runtime.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Fzc2V0cy9zY3JpcHQtbG9hZGVyLXJlYWN0LXJlZnJlc2gtcnVudGltZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80598, 1741763374.042954, 1741763373.997400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/assets/script-loader-react-refresh-runtime.min.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Fzc2V0cy9zY3JpcHQtbG9hZGVyLXJlYWN0LXJlZnJlc2gtcnVudGltZS5taW4ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80599, 1741763373.640093, 1741763373.599300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/assets/script-loader-react-refresh-entry.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Fzc2V0cy9zY3JpcHQtbG9hZGVyLXJlYWN0LXJlZnJlc2gtZW50cnkucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80600, 1741763373.258118, 1741763373.215900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/assets/script-loader-react-refresh-entry.min.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Fzc2V0cy9zY3JpcHQtbG9hZGVyLXJlYWN0LXJlZnJlc2gtZW50cnkubWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80601, 1741763372.048861, 1741763372.009200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/assets/script-loader-packages.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Fzc2V0cy9zY3JpcHQtbG9hZGVyLXBhY2thZ2VzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80602, 1741763371.527060, 1741763371.484700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/assets/script-loader-packages.min.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Fzc2V0cy9zY3JpcHQtbG9hZGVyLXBhY2thZ2VzLm1pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80603, 1741763370.561480, 1741763370.520300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/assets//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Fzc2V0cy8vd3AtaW5jbHVkZXMv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80604, 1741763369.735959, 1741763369.683900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Text/Exception.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1RleHQvRXhjZXB0aW9uLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80605, 1741763369.273006, 1741763369.232900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Text/Diff/Renderer.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1RleHQvRGlmZi9SZW5kZXJlci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80606, 1741763368.553485, 1741763368.506200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Text/Diff.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1RleHQvRGlmZi5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80607, 1741763368.111795, 1741763368.065100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Text//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1RleHQvL3dwLWluY2x1ZGVzLw==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80608, 1741763367.473774, 1741763367.430500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Source.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvU291cmNlLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80609, 1741763367.069485, 1741763367.027500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/SimplePie.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvU2ltcGxlUGllLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80610, 1741763366.696745, 1741763366.655000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Sanitize.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvU2FuaXRpemUucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80611, 1741763366.240855, 1741763366.200900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Restriction.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvUmVzdHJpY3Rpb24ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80612, 1741763365.854688, 1741763365.809300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/RegistryAware.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvUmVnaXN0cnlBd2FyZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80613, 1741763364.683414, 1741763364.641300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Registry.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvUmVnaXN0cnkucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80614, 1741763364.276353, 1741763364.236800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Rating.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvUmF0aW5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80615, 1741763363.753417, 1741763363.711400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Parser.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvUGFyc2VyLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80616, 1741763362.931812, 1741763362.888600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Misc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvTWlzYy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80617, 1741763362.511078, 1741763362.463400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Locator.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvTG9jYXRvci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80618, 1741763362.045496, 1741763361.999700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Item.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvSXRlbS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80619, 1741763361.243867, 1741763361.199600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/IRI.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvSVJJLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80620, 1741763360.854420, 1741763360.813600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Gzdecode.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvR3pkZWNvZGUucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80621, 1741763359.576587, 1741763359.533100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/File.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvRmlsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80622, 1741763358.437361, 1741763358.396500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Exception.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvRXhjZXB0aW9uLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80623, 1741763358.031763, 1741763357.987000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Enclosure.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvRW5jbG9zdXJlLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80624, 1741763357.102649, 1741763357.048400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Credit.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvQ3JlZGl0LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80625, 1741763355.973382, 1741763355.927800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Core.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvQ29yZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80626, 1741763354.220126, 1741763354.173300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Copyright.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvQ29weXJpZ2h0LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80627, 1741763353.143812, 1741763353.097300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Category.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvQ2F0ZWdvcnkucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80628, 1741763352.717586, 1741763352.672200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Caption.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvQ2FwdGlvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80629, 1741763351.880027, 1741763351.839200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Cache.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvQ2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80630, 1741763350.462429, 1741763350.417300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/src/Author.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9zcmMvQXV0aG9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80631, 1741763349.637495, 1741763349.591400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/library/SimplePie.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9saWJyYXJ5L1NpbXBsZVBpZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80632, 1741763348.201013, 1741763348.154300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie/autoloader.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS9hdXRvbG9hZGVyLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80633, 1741763345.442455, 1741763345.402500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/SimplePie//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1NpbXBsZVBpZS8vd3AtaW5jbHVkZXMv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80634, 1741763338.034021, 1741763337.994600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Transport.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9UcmFuc3BvcnQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80635, 1741763333.925469, 1741763333.885400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Ssl.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9Tc2wucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80636, 1741763332.101376, 1741763332.061000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Session.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9TZXNzaW9uLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80637, 1741763328.951283, 1741763328.909400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Response.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9SZXNwb25zZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80638, 1741763324.175675, 1741763324.135500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Requests.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9SZXF1ZXN0cy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80639, 1741763319.704759, 1741763319.662200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Proxy.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9Qcm94eS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80640, 1741763315.805791, 1741763315.762500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Port.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9Qb3J0LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80641, 1741763311.860104, 1741763311.819900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Iri.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9JcmkucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80642, 1741763308.114866, 1741763308.074200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Ipv6.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9JcHY2LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80643, 1741763304.513827, 1741763304.472600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/IdnaEncoder.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9JZG5hRW5jb2Rlci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80644, 1741763302.704566, 1741763302.649600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Hooks.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9Ib29rcy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80645, 1741763300.618574, 1741763300.572700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/HookManager.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9Ib29rTWFuYWdlci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80646, 1741763299.863591, 1741763299.816400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Exception.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9FeGNlcHRpb24ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80647, 1741763298.088306, 1741763298.042000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Cookie.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9Db29raWUucGhw\",\"category\":\"brute-force\",\"ssl\":0}');
INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(80648, 1741763297.624930, 1741763297.578100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Capability.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9DYXBhYmlsaXR5LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80649, 1741763297.120837, 1741763297.081600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Autoload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9BdXRvbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80650, 1741763296.160662, 1741763296.117900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/src/Auth.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL3NyYy9BdXRoLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80651, 1741763294.099200, 1741763294.060300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests/library/Requests.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL2xpYnJhcnkvUmVxdWVzdHMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80652, 1741763286.628044, 1741763286.588600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/Requests//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzLy93cC1pbmNsdWRlcy8=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80653, 1741763278.652251, 1741763278.612500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/PHPMailer/SMTP.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1BIUE1haWxlci9TTVRQLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80654, 1741763274.973737, 1741763274.927800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/PHPMailer/PHPMailer.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1BIUE1haWxlci9QSFBNYWlsZXIucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80655, 1741763270.555221, 1741763270.511100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/PHPMailer/Exception.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1BIUE1haWxlci9FeGNlcHRpb24ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80656, 1741763266.391060, 1741763266.351400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/PHPMailer//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1BIUE1haWxlci8vd3AtaW5jbHVkZXMv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80657, 1741763258.015231, 1741763257.967100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/IXR/class-IXR-value.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lYUi9jbGFzcy1JWFItdmFsdWUucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80658, 1741763253.960969, 1741763253.921000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/IXR/class-IXR-server.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lYUi9jbGFzcy1JWFItc2VydmVyLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80659, 1741763252.470808, 1741763252.429900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/IXR/class-IXR-request.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lYUi9jbGFzcy1JWFItcmVxdWVzdC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80660, 1741763251.863988, 1741763251.818500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/IXR/class-IXR-message.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lYUi9jbGFzcy1JWFItbWVzc2FnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80661, 1741763251.169886, 1741763251.129000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/IXR/class-IXR-introspectionserver.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lYUi9jbGFzcy1JWFItaW50cm9zcGVjdGlvbnNlcnZlci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80662, 1741763249.866978, 1741763249.827000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/IXR/class-IXR-error.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lYUi9jbGFzcy1JWFItZXJyb3IucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80663, 1741763248.940817, 1741763248.899500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/IXR/class-IXR-date.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lYUi9jbGFzcy1JWFItZGF0ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80664, 1741763248.224386, 1741763248.171000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/IXR/class-IXR-clientmulticall.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lYUi9jbGFzcy1JWFItY2xpZW50bXVsdGljYWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80665, 1741763246.403180, 1741763246.363800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/IXR/class-IXR-client.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lYUi9jbGFzcy1JWFItY2xpZW50LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80666, 1741763243.067494, 1741763243.024200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/IXR/class-IXR-base64.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lYUi9jbGFzcy1JWFItYmFzZTY0LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80667, 1741763239.802525, 1741763239.763100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/IXR//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lYUi8vd3AtaW5jbHVkZXMv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80668, 1741763235.512459, 1741763235.468400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.tag.lyrics3.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUudGFnLmx5cmljczMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80669, 1741763234.477185, 1741763234.437500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.tag.id3v2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUudGFnLmlkM3YyLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80670, 1741763233.922829, 1741763233.882700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.tag.id3v1.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUudGFnLmlkM3YxLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80671, 1741763233.472239, 1741763233.432700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.tag.apetag.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUudGFnLmFwZXRhZy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80672, 1741763232.486212, 1741763232.442700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.audio.ogg.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUuYXVkaW8ub2dnLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80673, 1741763232.032668, 1741763231.985100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.audio.mp3.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUuYXVkaW8ubXAzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80674, 1741763231.357616, 1741763231.310800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.audio.flac.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUuYXVkaW8uZmxhYy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80675, 1741763230.723795, 1741763230.675400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.audio.dts.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUuYXVkaW8uZHRzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80676, 1741763230.256222, 1741763230.208300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.audio.ac3.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUuYXVkaW8uYWMzLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80677, 1741763229.668785, 1741763229.629500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.audio-video.riff.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUuYXVkaW8tdmlkZW8ucmlmZi5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80678, 1741763229.250442, 1741763229.211000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.audio-video.quicktime.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUuYXVkaW8tdmlkZW8ucXVpY2t0aW1lLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80679, 1741763228.460639, 1741763228.418300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.audio-video.matroska.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUuYXVkaW8tdmlkZW8ubWF0cm9za2EucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80680, 1741763227.953173, 1741763227.910900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.audio-video.flv.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUuYXVkaW8tdmlkZW8uZmx2LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80681, 1741763227.489090, 1741763227.448400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/module.audio-video.asf.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9tb2R1bGUuYXVkaW8tdmlkZW8uYXNmLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80682, 1741763226.572428, 1741763226.530800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/getid3.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9nZXRpZDMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80683, 1741763225.444494, 1741763225.405200, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3/getid3.lib.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy9nZXRpZDMubGliLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80684, 1741763224.570307, 1741763224.517700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/ID3//wp-includes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL0lEMy8vd3AtaW5jbHVkZXMv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80685, 0.000000, 1741765286.817587, 0x00000000000000000000ffff91efbe24, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80686, 1741765288.964745, 1741765288.790100, 0x00000000000000000000ffff91efbe24, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80687, 0.000000, 1741768001.001691, 0x00000000000000000000ffff91efbe24, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80688, 0.000000, 1741768002.476916, 0x00000000000000000000ffff91efbe24, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80689, 0.000000, 1741768842.111134, 0x00000000000000000000ffffc34e3684, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80690, 0.000000, 1741768843.363198, 0x00000000000000000000ffffc34e3684, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80691, 1741768844.637568, 1741768844.596600, 0x00000000000000000000ffffc34e3684, 0, 503, 0, 0, 0, 'https://forwardbet.casino//wp-login.php', 'https://forwardbet.casino//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),
(80692, 0.000000, 1741770642.056957, 0x2a02c206216028130000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80693, 1741770643.344688, 1741770643.178400, 0x2a02c206216028130000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80694, 0.000000, 1741773330.105898, 0x2a0104f802222d870000000000000002, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80695, 1741773331.409684, 1741773331.238000, 0x2a0104f802222d870000000000000002, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80696, 0.000000, 1741774292.106712, 0x00000000000000000000ffff23c44548, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80697, 0.000000, 1741776112.304176, 0x2a02c206216028130000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80698, 0.000000, 1741776113.824663, 0x2a02c206216028130000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80699, 0.000000, 1741778421.958152, 0x00000000000000000000ffff222a49c5, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80700, 0.000000, 1741779114.712013, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80701, 0.000000, 1741779116.198434, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80702, 0.000000, 1741782091.943420, 0x00000000000000000000ffffd06dad67, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80703, 0.000000, 1741782093.155170, 0x00000000000000000000ffffd06dad67, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80704, 1741784071.768137, 1741784071.715200, 0x00000000000000000000ffff8fc6a546, 0, 403, 0, 0, 0, 'https://forwardbet.casino//?rest_route=%2Fwp%2Fv2%2Fusers', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly8=\",\"category\":\"brute-force\",\"ssl\":1}'),
(80705, 0.000000, 1741785071.612519, 0x00000000000000000000ffff7b018504, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80706, 0.000000, 1741785073.213227, 0x00000000000000000000ffff7b018504, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80707, 0.000000, 1741788072.119419, 0x00000000000000000000ffff94fb4407, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80708, 1741788073.414690, 1741788073.245800, 0x00000000000000000000ffff94fb4407, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80709, 1741790221.924523, 1741790221.890400, 0x00000000000000000000ffff34b9af3e, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-admin/install.php', NULL, NULL, 'blocked:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80710, 0.000000, 1741791203.771091, 0x00000000000000000000ffffc040755d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80711, 1741791204.799408, 1741791204.633100, 0x00000000000000000000ffffc040755d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80712, 0.000000, 1741794448.339497, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80713, 0.000000, 1741794450.218504, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80714, 0.000000, 1741796109.884900, 0x00000000000000000000ffff2d5861a8, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80715, 1741796541.024972, 1741796540.978100, 0x00000000000000000000ffffc2a381cf, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/worksec.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvd29ya3NlYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(80716, 1741796540.466005, 1741796540.425600, 0x00000000000000000000ffffc2a381cf, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/uploads/worksec.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93b3Jrc2VjLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(80717, 1741796539.918355, 1741796539.874300, 0x00000000000000000000ffffc2a381cf, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/upgrade/worksec.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBncmFkZS93b3Jrc2VjLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(80718, 1741796539.193583, 1741796539.152200, 0x00000000000000000000ffffc2a381cf, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-admin/maint/worksec.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL21haW50L3dvcmtzZWMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(80719, 1741796538.624913, 1741796538.572700, 0x00000000000000000000ffffc2a381cf, 0, 403, 0, 0, 0, 'https://forwardbet.casino/worksec.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dvcmtzZWMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(80720, 0.000000, 1741798166.812288, 0x00000000000000000000ffffb220703e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80721, 0.000000, 1741798169.267243, 0x00000000000000000000ffffb220703e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80722, 0.000000, 1741802160.910689, 0x00000000000000000000ffff8494b620, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80723, 1741802162.330981, 1741802162.151900, 0x00000000000000000000ffff8494b620, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80724, 0.000000, 1741806130.495242, 0x00000000000000000000ffffb9c7ec6b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80725, 1741806131.951682, 1741806131.774800, 0x00000000000000000000ffffb9c7ec6b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80726, 0.000000, 1741810111.761417, 0x00000000000000000000ffffd9b69ee2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80727, 1741810215.727486, 1741810215.674500, 0x00000000000000000000ffff68c298f1, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80728, 1741810204.283284, 1741810204.229600, 0x00000000000000000000ffff68c298f1, 0, 403, 0, 0, 0, 'http://forwardbet.casino/geju.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2dlanUucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80729, 1741810123.467281, 1741810123.424100, 0x00000000000000000000ffff68c298f1, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hYm91dC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}');
INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(80730, 1741810114.022553, 1741810113.847100, 0x00000000000000000000ffffd9b69ee2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80731, 1741812054.328695, 1741812054.275500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy8=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80732, 0.000000, 1741815467.915889, 0x00000000000000000000ffff40e279e3, 0, 302, 0, 1, 0, 'https://forwardbet.casino/wp-login.php', 'https://forwardbet.casino/wp-login.php?redirect_to=https%3A%2F%2Fforwardbet.casino%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'loginOK', NULL, NULL),
(80733, 0.000000, 1741818509.179634, 0x00000000000000000000ffffadf43a8a, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(80734, 1741821557.632886, 1741821557.592300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/revslider/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZXZzbGlkZXIv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80735, 1741821554.553470, 1741821554.510400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/revslider/plugin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZXZzbGlkZXIvcGx1Z2luLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80736, 1741821552.740767, 1741821552.688000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/plugins-setting/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9wbHVnaW5zLXNldHRpbmcv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80737, 1741823955.725905, 1741823955.673500, 0x00000000000000000000ffffc31412af, 0, 403, 0, 0, 0, 'http://forwardbet.casino/sites/all/libraries/elfinder/connectors/php/connector.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3NpdGVzL2FsbC9saWJyYXJpZXMvZWxmaW5kZXIvY29ubmVjdG9ycy9waHAvY29ubmVjdG9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80738, 1741826210.611115, 1741826210.578000, 0x00000000000000000000ffff34b9af3e, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-admin/install.php', NULL, NULL, 'blocked:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80739, 1741833050.934549, 1741833050.889100, 0x00000000000000000000ffffc4fb51f4, 0, 403, 0, 0, 0, 'http://forwardbet.casino/plugins/content/apismtp/apismtp.php.suspected?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhwLnN1c3BlY3RlZA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80740, 1741833050.721346, 1741833050.680600, 0x00000000000000000000ffffc4fb51f4, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/apikey/apikey.php.suspected?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocC5zdXNwZWN0ZWQ=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80741, 1741833050.589678, 1741833050.544400, 0x00000000000000000000ffffc4fb51f4, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/themes/seotheme/db.php?u=', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(80742, 1741833050.508715, 1741833050.463700, 0x00000000000000000000ffffc4fb51f4, 0, 403, 0, 0, 0, 'http://forwardbet.casino/plugins/content/apismtp/apismtp.php?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80743, 1741833050.300415, 1741833050.258600, 0x00000000000000000000ffffc4fb51f4, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/apikey/apikey.php?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80744, 1741833050.276421, 1741833050.233500, 0x00000000000000000000ffffc4fb51f4, 0, 403, 0, 0, 0, 'http://forwardbet.casino/alfacgiapi/perl.alfa', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FsZmFjZ2lhcGkvcGVybC5hbGZh\",\"category\":\"brute-force\",\"ssl\":0}'),
(80745, 1741833050.084564, 1741833050.031100, 0x00000000000000000000ffffc4fb51f4, 0, 403, 0, 0, 0, 'http://forwardbet.casino/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80746, 1741833050.072445, 1741833050.016700, 0x00000000000000000000ffffc4fb51f4, 0, 403, 0, 0, 0, 'http://forwardbet.casino/ALFA_DATA/alfacgiapi/perl.alfa', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80747, 1741833050.071851, 1741833050.018600, 0x00000000000000000000ffffc4fb51f4, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/themes/seotheme/db.php?u=', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL2RiLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80748, 1741848782.728379, 1741848782.685000, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/fileupload/fileupload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maWxldXBsb2FkL2ZpbGV1cGxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80749, 1741848779.644454, 1741848779.603800, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/uploads/upload_file.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy91cGxvYWRfZmlsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80750, 1741848776.792402, 1741848776.737800, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/wp-file-upload/file-upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLXVwbG9hZC9maWxlLXVwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80751, 1741848772.261361, 1741848772.221400, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/filemanager/file_manager.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maWxlbWFuYWdlci9maWxlX21hbmFnZXIucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80752, 1741848769.906306, 1741848769.866800, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-includes/js/tinymce/plugins/filemanager/filemanager.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2pzL3RpbnltY2UvcGx1Z2lucy9maWxlbWFuYWdlci9maWxlbWFuYWdlci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80753, 1741848765.363950, 1741848765.324300, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-admin/includes/upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2luY2x1ZGVzL3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80754, 1741848762.694730, 1741848762.654900, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-admin/media-upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL21lZGlhLXVwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80755, 1741848759.634081, 1741848759.594600, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-admin/upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80756, 1741848755.306846, 1741848755.265100, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/themes/modern-theme/uploadfile.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21vZGVybi10aGVtZS91cGxvYWRmaWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80757, 1741848751.528885, 1741848751.489600, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/themes/default-theme/upload-file.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2RlZmF1bHQtdGhlbWUvdXBsb2FkLWZpbGUucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80758, 1741848748.602333, 1741848748.562000, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/uploads/media-upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9tZWRpYS11cGxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80759, 1741848745.655904, 1741848745.606600, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/themes/custom-theme/file-upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2N1c3RvbS10aGVtZS9maWxlLXVwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80760, 1741848743.761323, 1741848743.718900, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/wp-file-uploader/wp-file-uploader.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLXVwbG9hZGVyL3dwLWZpbGUtdXBsb2FkZXIucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80761, 1741848742.632017, 1741848742.592500, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/fileuploadplus/upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maWxldXBsb2FkcGx1cy91cGxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80762, 1741848740.602785, 1741848740.562900, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/file-upload-pro/upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maWxlLXVwbG9hZC1wcm8vdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80763, 1741848732.695105, 1741848732.651500, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/filemanagerpro/upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maWxlbWFuYWdlcnByby91cGxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80764, 1741848730.446676, 1741848730.406100, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/media-upload/media-upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZWRpYS11cGxvYWQvbWVkaWEtdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80765, 1741848727.159085, 1741848727.113800, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/secure-upload/uploadfile.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWN1cmUtdXBsb2FkL3VwbG9hZGZpbGUucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80766, 1741848724.423444, 1741848724.383900, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/simple-uploader/upload-file.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtdXBsb2FkZXIvdXBsb2FkLWZpbGUucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80767, 1741848720.486102, 1741848720.445500, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/fileupload-manager/uploadfile.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maWxldXBsb2FkLW1hbmFnZXIvdXBsb2FkZmlsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80768, 1741848716.491784, 1741848716.450800, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/multimedia-upload/upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tdWx0aW1lZGlhLXVwbG9hZC91cGxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80769, 1741848711.185944, 1741848711.143100, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/themes/modern-theme/uploads/file-upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21vZGVybi10aGVtZS91cGxvYWRzL2ZpbGUtdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80770, 1741848707.934560, 1741848707.881500, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/themes/default/file-upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2RlZmF1bHQvZmlsZS11cGxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80771, 1741848690.199886, 1741848690.160200, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/multimedia-file-upload/upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tdWx0aW1lZGlhLWZpbGUtdXBsb2FkL3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80772, 1741848685.027796, 1741848684.986500, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/file-attachment/upload-file.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maWxlLWF0dGFjaG1lbnQvdXBsb2FkLWZpbGUucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80773, 1741848680.821883, 1741848680.781900, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/fileupload/fileupload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maWxldXBsb2FkL2ZpbGV1cGxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80774, 1741848675.987783, 1741848675.946000, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/simple-file-upload/upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtZmlsZS11cGxvYWQvdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80775, 1741848671.646578, 1741848671.606700, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/wordpress-file-upload/file-upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b3JkcHJlc3MtZmlsZS11cGxvYWQvZmlsZS11cGxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80776, 1741848667.474715, 1741848667.434400, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/themes/theme_name/includes/file-upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3RoZW1lX25hbWUvaW5jbHVkZXMvZmlsZS11cGxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80777, 1741848663.984331, 1741848663.941800, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/elementor/assets/lib/file-upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbGVtZW50b3IvYXNzZXRzL2xpYi9maWxlLXVwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80778, 1741848661.828395, 1741848661.788900, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/uploads/file_upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9maWxlX3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80779, 1741848655.935307, 1741848655.892800, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/file-upload-manager/upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maWxlLXVwbG9hZC1tYW5hZ2VyL3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80780, 1741848653.708816, 1741848653.668300, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/upload-file/upload-file.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91cGxvYWQtZmlsZS91cGxvYWQtZmlsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80781, 1741848646.338415, 1741848646.296300, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/upload-manager/upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91cGxvYWQtbWFuYWdlci91cGxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80782, 1741848640.616131, 1741848640.564400, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/file-upload/file-upload.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maWxlLXVwbG9hZC9maWxlLXVwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80783, 1741848626.620833, 1741848626.578500, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/uploadify/uploadify.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91cGxvYWRpZnkvdXBsb2FkaWZ5LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80784, 1741848622.632125, 1741848622.592400, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/wp-file-manager/file-manager.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvZmlsZS1tYW5hZ2VyLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80785, 1741848619.592165, 1741848619.552800, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/advanced-file-manager/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZHZhbmNlZC1maWxlLW1hbmFnZXIvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80786, 1741848614.728820, 1741848614.689600, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/filemanager/file_manager.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maWxlbWFuYWdlci9maWxlX21hbmFnZXIucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80787, 1741848609.770326, 1741848609.718400, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/clara/clara.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jbGFyYS9jbGFyYS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80788, 1741848606.985570, 1741848606.942900, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/dummyyummy/wp-signup.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kdW1teXl1bW15L3dwLXNpZ251cC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80789, 1741848604.973896, 1741848604.933900, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/pwnd-1/pwnd.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9wd25kLTEvcHduZC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80790, 1741848602.463599, 1741848602.422300, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/pwnd/pwnd.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9wd25kL3B3bmQucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80791, 1741848598.282587, 1741848598.241700, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/shell/noimg.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaGVsbC9ub2ltZy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80792, 1741848594.898568, 1741848594.858400, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/fix/up.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maXgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":0}');
INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(80793, 1741848590.597045, 1741848590.543400, 0x00000000000000000000ffffadd4cb6c, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/Core-Econ/upH.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9Db3JlLUVjb24vdXBILnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80794, 0.000000, 1741849668.765297, 0x00000000000000000000ffff5fadde31, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80795, 0.000000, 1741851005.944459, 0x00000000000000000000ffff9750212c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80796, 0.000000, 1741851265.872293, 0x00000000000000000000ffff323e892c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80797, 0.000000, 1741851972.820645, 0x00000000000000000000ffffc0faea47, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80798, 0.000000, 1741852536.955743, 0x240630c000000164be2411fffe3a20fa, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80799, 0.000000, 1741852978.163381, 0x00000000000000000000ffff7ac97dba, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(80800, 0.000000, 1741853980.900914, 0x00000000000000000000ffff965f8cf8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80801, 0.000000, 1741854018.391984, 0x00000000000000000000ffff68eedd78, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80802, 0.000000, 1741855072.199148, 0x00000000000000000000ffff7ac97dba, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80803, 0.000000, 1741855535.044827, 0x00000000000000000000ffff94fb0b66, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80804, 0.000000, 1741856133.468454, 0x00000000000000000000ffff80c77eef, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80805, 0.000000, 1741857194.933155, 0x00000000000000000000ffff4a51261a, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(80806, 0.000000, 1741857203.625961, 0x00000000000000000000ffffc0faef3d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80807, 0.000000, 1741858281.408131, 0x00000000000000000000ffff5e2eb027, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80808, 0.000000, 1741858989.113731, 0x24006180010000d000000000037a2001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80809, 0.000000, 1741859346.734590, 0x00000000000000000000ffffc6bb1d21, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80810, 0.000000, 1741860425.582799, 0x2a06644000002caa0000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80811, 0.000000, 1741861025.755983, 0x00000000000000000000ffff6778b0e0, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80812, 0.000000, 1741861522.650921, 0x00000000000000000000ffff6bb4706a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80813, 0.000000, 1741862610.951443, 0x00000000000000000000ffff2ff432f3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80814, 0.000000, 1741863260.643479, 0x00000000000000000000ffffba407646, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80815, 0.000000, 1741863711.352764, 0x2a024780000ed0ba0000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80816, 0.000000, 1741864785.642392, 0x00000000000000000000ffffc0faea47, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80817, 0.000000, 1741865733.710675, 0x00000000000000000000ffffadf99381, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80818, 0.000000, 1741865859.842517, 0x00000000000000000000ffff23eecbd5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80819, 0.000000, 1741866951.783458, 0x00000000000000000000ffffc60cdd27, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80820, 0.000000, 1741868049.998210, 0x00000000000000000000ffffb8a8711d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80821, 0.000000, 1741868464.801032, 0x00000000000000000000ffff74c1bec9, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(80822, 1741868848.793453, 1741868848.753300, 0x2a0102390292f3000000000000000001, 0, 403, 0, 0, 0, 'https://forwardbet.casino/uploaded_script.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZGVkX3NjcmlwdC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(80823, 1741868844.166455, 1741868844.113500, 0x2a0102390292f3000000000000000001, 0, 403, 0, 0, 0, 'http://forwardbet.casino/uploaded_script.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZGVkX3NjcmlwdC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80824, 0.000000, 1741869169.919318, 0x00000000000000000000ffff5fd819bc, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80825, 0.000000, 1741870276.927820, 0x00000000000000000000ffffc6367219, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80826, 0.000000, 1741871383.711361, 0x00000000000000000000ffffa2f146e5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80827, 0.000000, 1741871556.167526, 0x00000000000000000000ffff8b09d803, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(80828, 0.000000, 1741872503.296418, 0x00000000000000000000ffffd12644e2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80829, 0.000000, 1741873616.945796, 0x00000000000000000000ffff44b29213, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80830, 0.000000, 1741874733.240512, 0x00000000000000000000ffffbca6ed4e, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'loginFailInvalidUsername', NULL, NULL),
(80831, 0.000000, 1741875033.783685, 0x00000000000000000000ffff0e800e05, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80832, 0.000000, 1741876981.217741, 0x00000000000000000000ffff225d1042, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80833, 0.000000, 1741878123.725434, 0x00000000000000000000ffffa200d9d8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80834, 0.000000, 1741878819.363000, 0x00000000000000000000ffffd9b69ee2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80835, 0.000000, 1741879245.545025, 0x00000000000000000000ffff71171744, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80836, 0.000000, 1741880350.372858, 0x00000000000000000000ffff93b685e8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80837, 0.000000, 1741881230.046829, 0x00000000000000000000ffff8b9bace2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80838, 0.000000, 1741881417.984415, 0x00000000000000000000ffff44b29153, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80839, 0.000000, 1741882488.799555, 0x00000000000000000000ffffb8a8702e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80840, 0.000000, 1741883333.228176, 0x00000000000000000000ffff965f6e71, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80841, 0.000000, 1741883552.016402, 0x00000000000000000000ffff23eecbd5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80842, 0.000000, 1741884570.538303, 0x00000000000000000000ffff94fb4407, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80843, 0.000000, 1741885207.501216, 0x00000000000000000000ffff67617e74, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80844, 0.000000, 1741885590.472438, 0x00000000000000000000ffff5ccd90c8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80845, 0.000000, 1741886599.952376, 0x00000000000000000000ffff2d430e40, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80846, 0.000000, 1741886901.917859, 0x00000000000000000000ffff23ccac0c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80847, 0.000000, 1741887611.794990, 0x00000000000000000000ffff6bb47291, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80848, 0.000000, 1741888666.855372, 0x00000000000000000000ffffba407482, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80849, 0.000000, 1741889674.971765, 0x00000000000000000000ffff33de6ebb, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80850, 0.000000, 1741890632.937660, 0x00000000000000000000ffff4e8769d0, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80851, 0.000000, 1741890713.762007, 0x00000000000000000000ffff67a923be, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80852, 0.000000, 1741891741.064852, 0x00000000000000000000ffffc60cdd27, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80853, 0.000000, 1741892774.221866, 0x2a034000004e0ef7445b27fffee6a949, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80854, 0.000000, 1741892781.362981, 0x00000000000000000000ffffc6367262, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80855, 0.000000, 1741893819.130747, 0x00000000000000000000ffff2ff432f3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80856, 0.000000, 1741894845.349283, 0x00000000000000000000ffff68eedd78, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80857, 0.000000, 1741895157.545865, 0x00000000000000000000ffffb8a86d14, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80858, 0.000000, 1741895514.314876, 0x00000000000000000000ffff48a7682b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80859, 1741895516.069135, 1741895515.901400, 0x00000000000000000000ffff48a7682b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80860, 0.000000, 1741897000.176692, 0x00000000000000000000ffffc6bb1d21, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80861, 0.000000, 1741897001.558995, 0x00000000000000000000ffffc6bb1d21, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80862, 0.000000, 1741897356.333151, 0x00000000000000000000ffffc4fb508d, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80863, 0.000000, 1741897844.497366, 0x00000000000000000000ffff031d31a2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80864, 0.000000, 1741897926.917524, 0x00000000000000000000ffff9df58ba4, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80865, 0.000000, 1741898504.666231, 0x00000000000000000000ffffd9a06b5a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80866, 0.000000, 1741898506.213417, 0x00000000000000000000ffffd9a06b5a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80867, 0.000000, 1741899995.396640, 0x00000000000000000000ffffd9b69ee2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80868, 1741899996.727812, 1741899996.551200, 0x00000000000000000000ffffd9b69ee2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80869, 0.000000, 1741903026.021570, 0x00000000000000000000ffff2ff432f3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80870, 0.000000, 1741903027.551960, 0x00000000000000000000ffff2ff432f3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80871, 0.000000, 1741904191.534738, 0x00000000000000000000ffffabf4005b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80872, 0.000000, 1741904555.032673, 0x00000000000000000000ffffb5d61f4e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80873, 1741904556.218062, 1741904556.044000, 0x00000000000000000000ffffb5d61f4e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80874, 0.000000, 1741906087.804933, 0x00000000000000000000ffff4317fe60, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80875, 1741906089.694519, 1741906089.508500, 0x00000000000000000000ffff4317fe60, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80876, 0.000000, 1741907657.651332, 0x00000000000000000000ffff33530287, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80877, 1741907658.919213, 1741907658.743100, 0x00000000000000000000ffff33530287, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80878, 0.000000, 1741909257.647405, 0x00000000000000000000ffffc3fa1b16, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80879, 1741909259.565671, 1741909259.392000, 0x00000000000000000000ffffc3fa1b16, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80880, 0.000000, 1741910864.984876, 0x00000000000000000000ffffd9b69ee2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80881, 1741910866.292488, 1741910866.120600, 0x00000000000000000000ffffd9b69ee2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80882, 0.000000, 1741912492.852380, 0x00000000000000000000ffffd9b69ee2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80883, 1741912495.014731, 1741912494.833800, 0x00000000000000000000ffffd9b69ee2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80884, 0.000000, 1741913054.946032, 0x00000000000000000000ffffb62be63f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80885, 0.000000, 1741914145.585287, 0x2a024780000ed0ba0000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80886, 0.000000, 1741914147.156469, 0x2a024780000ed0ba0000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80887, 0.000000, 1741915806.050243, 0x00000000000000000000ffff34d7379f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80888, 0.000000, 1741915808.029935, 0x00000000000000000000ffff34d7379f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80889, 0.000000, 1741917450.215032, 0x00000000000000000000ffffb5d61f4e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80890, 1741917451.567632, 1741917451.393900, 0x00000000000000000000ffffb5d61f4e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80891, 0.000000, 1741918712.952700, 0x00000000000000000000ffff8e2cbfef, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80892, 0.000000, 1741919126.857976, 0x00000000000000000000ffff2f7710ed, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80893, 1741919128.648513, 1741919128.478200, 0x00000000000000000000ffff2f7710ed, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80894, 0.000000, 1741920795.180870, 0x00000000000000000000ffffb220703e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80895, 1741920796.418978, 1741920796.241400, 0x00000000000000000000ffffb220703e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80896, 0.000000, 1741922726.516581, 0x00000000000000000000ffffbca6ed4e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80897, 0.000000, 1741922728.122094, 0x00000000000000000000ffffbca6ed4e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80898, 0.000000, 1741923581.762556, 0x00000000000000000000ffffcb7c21d3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80899, 0.000000, 1741924696.483773, 0x00000000000000000000ffff6bb4706a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80900, 1741924697.702844, 1741924697.525600, 0x00000000000000000000ffff6bb4706a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80901, 0.000000, 1741926533.488005, 0x00000000000000000000ffffb00994de, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80902, 0.000000, 1741926534.998955, 0x00000000000000000000ffffb00994de, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80903, 0.000000, 1741927400.727187, 0x00000000000000000000ffff2f72a5f8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80904, 0.000000, 1741928219.554280, 0x00000000000000000000ffff44b29213, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80905, 1741928220.970689, 1741928220.790600, 0x00000000000000000000ffff44b29213, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80906, 0.000000, 1741929753.315125, 0x00000000000000000000ffff677f8681, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80907, 0.000000, 1741929860.365909, 0x00000000000000000000ffff14f5a7be, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80908, 1741930380.976742, 1741930380.923600, 0x00000000000000000000ffff03913272, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/litespeed-cache/readme.txt', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saXRlc3BlZWQtY2FjaGUvcmVhZG1lLnR4dA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80909, 1741930380.960525, 1741930380.923600, 0x00000000000000000000ffff03913272, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/litespeed-cache/readme.txt', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saXRlc3BlZWQtY2FjaGUvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saXRlc3BlZWQtY2FjaGUvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80910, 1741930380.960343, 1741930380.923600, 0x00000000000000000000ffff03913272, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/litespeed-cache/readme.txt', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saXRlc3BlZWQtY2FjaGUvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saXRlc3BlZWQtY2FjaGUvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(80911, 1741929864.329931, 1741929864.156300, 0x00000000000000000000ffff14f5a7be, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80912, 0.000000, 1741931385.953225, 0x00000000000000000000ffffb4eb95b9, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80913, 1741931387.284443, 1741931387.109700, 0x00000000000000000000ffffb4eb95b9, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80914, 0.000000, 1741932878.271008, 0x00000000000000000000ffffb5d61f4e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80915, 1741932879.347025, 1741932879.166600, 0x00000000000000000000ffffb5d61f4e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80916, 0.000000, 1741933749.940465, 0x00000000000000000000ffff743eb0f9, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80917, 0.000000, 1741934418.068409, 0x00000000000000000000ffffa2cf3be7, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80918, 1741934419.087503, 1741934418.916700, 0x00000000000000000000ffffa2cf3be7, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80919, 0.000000, 1741935801.667469, 0x00000000000000000000ffff031d31a2, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(80920, 0.000000, 1741935938.158924, 0x00000000000000000000ffff3624d1a4, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80921, 1741935939.411382, 1741935939.242000, 0x00000000000000000000ffff3624d1a4, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80922, 0.000000, 1741937490.470787, 0x00000000000000000000ffff0e800e05, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80923, 0.000000, 1741937492.870638, 0x00000000000000000000ffff0e800e05, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80924, 0.000000, 1741938054.515341, 0x00000000000000000000ffff6778b0e0, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80925, 0.000000, 1741939058.199400, 0x00000000000000000000ffff0e800e05, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80926, 1741939059.690368, 1741939059.506500, 0x00000000000000000000ffff0e800e05, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80927, 0.000000, 1741940500.196322, 0x00000000000000000000ffff9448d6c2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80928, 0.000000, 1741940650.248111, 0x00000000000000000000ffffb8a86559, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80929, 1741940651.580698, 1741940651.401400, 0x00000000000000000000ffffb8a86559, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80930, 0.000000, 1741942267.173280, 0x00000000000000000000ffff25bb1a48, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80931, 1741942269.125660, 1741942268.947100, 0x00000000000000000000ffff25bb1a48, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(80932, 0.000000, 1741943209.026124, 0x00000000000000000000ffff5fd85ad6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80933, 0.000000, 1741945494.182067, 0x00000000000000000000ffffb8a8711d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80934, 1741945495.555669, 1741945495.378000, 0x00000000000000000000ffffb8a8711d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80935, 0.000000, 1741946150.228532, 0x00000000000000000000ffff78186dc7, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80936, 0.000000, 1741947120.141965, 0x00000000000000000000ffffc3fa1b16, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80937, 1741947121.195840, 1741947121.018200, 0x00000000000000000000ffffc3fa1b16, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80938, 0.000000, 1741948772.751543, 0x00000000000000000000ffffa2f0aa63, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80939, 0.000000, 1741948774.005875, 0x00000000000000000000ffffa2f0aa63, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80940, 0.000000, 1741949445.499189, 0x00000000000000000000ffffc35ee6de, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80941, 0.000000, 1741950467.090103, 0x00000000000000000000ffff44b297f3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80942, 1741950468.403634, 1741950468.230800, 0x00000000000000000000ffff44b297f3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(80943, 0.000000, 1741952167.222920, 0x00000000000000000000ffffb4eb95b9, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80944, 0.000000, 1741952169.005767, 0x00000000000000000000ffffb4eb95b9, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80945, 0.000000, 1741953259.609125, 0x00000000000000000000ffff67d52675, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80946, 0.000000, 1741955614.548802, 0x00000000000000000000ffff768bb464, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0', 'loginFailInvalidUsername', NULL, NULL),
(80947, 0.000000, 1741957337.067094, 0x00000000000000000000ffff44b29213, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80948, 0.000000, 1741957338.652622, 0x00000000000000000000ffff44b29213, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80949, 0.000000, 1741960129.087455, 0x00000000000000000000ffffb4eb95b9, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80950, 0.000000, 1741960130.642900, 0x00000000000000000000ffffb4eb95b9, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(80951, 0.000000, 1741962054.360025, 0x00000000000000000000ffff50fbdb6f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80952, 1741962623.386087, 1741962623.333700, 0x00000000000000000000ffffc31412af, 0, 403, 0, 0, 0, 'http://forwardbet.casino/sites/all/libraries/elfinder/src/connectors/php/connector.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3NpdGVzL2FsbC9saWJyYXJpZXMvZWxmaW5kZXIvc3JjL2Nvbm5lY3RvcnMvcGhwL2Nvbm5lY3Rvci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80953, 0.000000, 1741967232.616867, 0x00000000000000000000ffff65c96ccb, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80954, 1741970935.760309, 1741970935.713900, 0x00000000000000000000ffffb2ee0a81, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/wp-time-capsule/wp-tcapsule-bridge/upload/php/index.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.2.23', 'blocked:waf', 'Malicious File Upload', '{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbZmlsZXNd\",\"paramValue\":\"RzcucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC10aW1lLWNhcHN1bGUvd3AtdGNhcHN1bGUtYnJpZGdlL3VwbG9hZC9waHAvaW5kZXgucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),
(80955, 0.000000, 1741971990.124610, 0x00000000000000000000ffff8b9bace2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80956, 0.000000, 1741974622.135165, 0x00000000000000000000ffff2f72a5f8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80957, 1741975256.187571, 1741975256.147100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/img/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ltZy8=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80958, 1741975254.009402, 1741975253.965500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/test/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3Rlc3Qv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80959, 1741975250.738736, 1741975250.699000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/assets/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Fzc2V0cy8=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80960, 1741975248.145252, 1741975248.103800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/images/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ltYWdlcy8=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80961, 1741975238.465258, 1741975238.412800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/uploads/elementor//wp-content/uploads/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9lbGVtZW50b3IvL3dwLWNvbnRlbnQvdXBsb2Fkcy8=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80962, 1741975226.234352, 1741975226.182100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/uploads/2025//wp-content/uploads/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI1Ly93cC1jb250ZW50L3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80963, 1741975192.623239, 1741975192.583900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/uploads/2024//wp-content/uploads/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI0Ly93cC1jb250ZW50L3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80964, 1741975182.340560, 1741975182.300800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/themes/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzLw==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80965, 1741975179.643097, 1741975179.603100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy8=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80966, 1741975177.257792, 1741975177.217700, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/themes/twentytwentyfour-fa_IR.l10n.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL3RoZW1lcy90d2VudHl0d2VudHlmb3VyLWZhX0lSLmwxMG4ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80967, 1741975176.328022, 1741975176.288000, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/themes/twentytwentyfive-fa_IR.l10n.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL3RoZW1lcy90d2VudHl0d2VudHlmaXZlLWZhX0lSLmwxMG4ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80968, 1741975172.555697, 1741975172.516400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/themes/hello-elementor-fa_IR.l10n.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL3RoZW1lcy9oZWxsby1lbGVtZW50b3ItZmFfSVIubDEwbi5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80969, 1741975170.768555, 1741975170.729500, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/themes//wp-content/languages/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL3RoZW1lcy8vd3AtY29udGVudC9sYW5ndWFnZXMv\",\"category\":\"brute-force\",\"ssl\":0}'),
(80970, 1741975166.718236, 1741975166.678900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/plugins/wordpress-seo-premium-fa_IR.l10n.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL3BsdWdpbnMvd29yZHByZXNzLXNlby1wcmVtaXVtLWZhX0lSLmwxMG4ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80971, 1741975162.839536, 1741975162.799600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/plugins/wordpress-seo-fa_IR.l10n.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL3BsdWdpbnMvd29yZHByZXNzLXNlby1mYV9JUi5sMTBuLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80972, 1741975160.079381, 1741975160.033900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/plugins/elementskit-lite-fa_IR.l10n.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL3BsdWdpbnMvZWxlbWVudHNraXQtbGl0ZS1mYV9JUi5sMTBuLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80973, 1741975157.762316, 1741975157.723100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/plugins/elementor-fa_IR.l10n.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL3BsdWdpbnMvZWxlbWVudG9yLWZhX0lSLmwxMG4ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80974, 1741975154.908947, 1741975154.869400, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/plugins/amp-fa_IR.l10n.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL3BsdWdpbnMvYW1wLWZhX0lSLmwxMG4ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80975, 1741975153.001046, 1741975152.952900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/plugins//wp-content/languages/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL3BsdWdpbnMvL3dwLWNvbnRlbnQvbGFuZ3VhZ2VzLw==\",\"category\":\"brute-force\",\"ssl\":0}'),
(80976, 1741975147.678033, 1741975147.638600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/fa_IR.l10n.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL2ZhX0lSLmwxMG4ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80977, 1741975145.242894, 1741975145.202900, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/continents-cities-fa_IR.l10n.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL2NvbnRpbmVudHMtY2l0aWVzLWZhX0lSLmwxMG4ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80978, 1741975142.212434, 1741975142.172100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/admin-network-fa_IR.l10n.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL2FkbWluLW5ldHdvcmstZmFfSVIubDEwbi5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(80979, 1741975139.972916, 1741975139.920100, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/languages/admin-fa_IR.l10n.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ3VhZ2VzL2FkbWluLWZhX0lSLmwxMG4ucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(80980, 0.000000, 1741976688.350384, 0x00000000000000000000ffffba407296, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80981, 0.000000, 1741978459.071932, 0x00000000000000000000ffff94fb0b66, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80982, 0.000000, 1741980256.975153, 0x00000000000000000000ffff67d52675, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80983, 0.000000, 1741981530.935849, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80984, 0.000000, 1741981841.545156, 0x00000000000000000000ffffc4fb5789, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80985, 0.000000, 1741982142.291161, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80986, 0.000000, 1741982263.283776, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80987, 0.000000, 1741982290.570943, 0x00000000000000000000ffff42df316c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(80988, 0.000000, 1741982375.717671, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80989, 0.000000, 1741982491.304383, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80990, 0.000000, 1741982594.524773, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80991, 0.000000, 1741982693.513542, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80992, 0.000000, 1741982809.293936, 0x00000000000000000000ffff2996e213, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80993, 0.000000, 1741982901.508990, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80994, 0.000000, 1741983003.648830, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80995, 0.000000, 1741983106.659933, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80996, 0.000000, 1741983223.586472, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80997, 0.000000, 1741983320.687217, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80998, 0.000000, 1741983428.260724, 0x00000000000000000000ffff2996e213, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(80999, 0.000000, 1741983531.486444, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(81000, 0.000000, 1741983632.108038, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81001, 1741983917.141570, 1741983917.084500, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81002, 1741983824.531272, 1741983824.474100, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81003, 1741983728.955747, 1741983728.900400, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81004, 0.000000, 1741984102.288182, 0x00000000000000000000ffff2996e213, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(81005, 0.000000, 1741984302.242500, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(81006, 0.000000, 1741984402.137789, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(81007, 0.000000, 1741984424.685237, 0x00000000000000000000ffff34e66262, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81008, 0.000000, 1741984501.828052, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(81009, 0.000000, 1741984591.249271, 0x00000000000000000000ffff2996e213, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(81010, 0.000000, 1741984676.221029, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(81011, 0.000000, 1741984768.221363, 0x00000000000000000000ffff2996e212, 0, 200, 0, 0, 0, 'https://forwardbet.casino/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),
(81012, 0.000000, 1741984856.728554, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/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', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'forwardbet.casino\'', NULL),
(81013, 1741985368.264613, 1741985368.208900, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'forwardbet.casino\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81014, 1741985287.496087, 1741985287.439800, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'forwardbet.casino\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81015, 1741985200.971511, 1741985200.915800, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'forwardbet.casino\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81016, 1741985116.107989, 1741985116.052000, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'forwardbet.casino\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81017, 1741985028.601185, 1741985028.543900, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'forwardbet.casino\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81018, 1741984936.921297, 1741984936.864900, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'forwardbet.casino\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81019, 1741985692.292813, 1741985692.237000, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'forwardbet.casino\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81020, 1741985614.168855, 1741985614.113300, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'forwardbet.casino\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81021, 1741985539.145376, 1741985539.088600, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'forwardbet.casino\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81022, 1741985453.914536, 1741985453.857400, 0x00000000000000000000ffff2996e212, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'forwardbet.casino\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81023, 0.000000, 1741986834.397396, 0x00000000000000000000ffff67761dc5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81024, 0.000000, 1741989563.528718, 0x00000000000000000000ffff9df583e5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81025, 0.000000, 1741992470.511835, 0x200141d0020a080000000000000000ff, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(81026, 0.000000, 1741995656.758193, 0x00000000000000000000ffff26390329, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81027, 0.000000, 1741997441.630843, 0x00000000000000000000ffffd818d5b7, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(81028, 0.000000, 1741999123.609874, 0x00000000000000000000ffffabf4005b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81029, 0.000000, 1742001680.063678, 0x00000000000000000000ffff9c922332, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(81030, 0.000000, 1742003082.253116, 0x00000000000000000000ffffba4077dc, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81031, 0.000000, 1742007728.549142, 0x00000000000000000000ffff08dad4b1, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81032, 0.000000, 1742010542.563328, 0x00000000000000000000ffff2291fad8, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81033, 0.000000, 1742013265.324668, 0x00000000000000000000ffff51b188d8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81034, 1742015592.592901, 1742015592.540200, 0x00000000000000000000ffff89b8305b, 0, 403, 0, 0, 0, 'https://forwardbet.casino//?rest_route=%2Fwp%2Fv2%2Fusers', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly8=\",\"category\":\"brute-force\",\"ssl\":1}'),
(81035, 0.000000, 1742019560.272473, 0x24008500130107380133013001030036, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81036, 0.000000, 1742026679.612991, 0x00000000000000000000ffff784d5419, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81037, 1742030311.587361, 1742030311.552700, 0x00000000000000000000ffff284f2985, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-admin/install.php', NULL, NULL, 'blocked:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(81038, 0.000000, 1742034840.743777, 0x00000000000000000000ffff784cc30b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81039, 0.000000, 1742044399.354730, 0x00000000000000000000ffff67fd0e5a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81040, 0.000000, 1742046807.727248, 0x00000000000000000000ffffadd34605, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81041, 0.000000, 1742049997.380049, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81042, 1742050060.707703, 1742050060.537600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/blog/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L2Jsb2cveG1scnBjLnBocA==\"}'),
(81043, 1742050058.563444, 1742050058.398000, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/new/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L25ldy94bWxycGMucGhw\"}');
INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(81044, 1742050055.941896, 1742050055.775800, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/old/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L29sZC94bWxycGMucGhw\"}'),
(81045, 1742050054.793470, 1742050054.627700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wordpress/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dvcmRwcmVzcy94bWxycGMucGhw\"}'),
(81046, 1742050053.038914, 1742050052.858900, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwL3htbHJwYy5waHA=\"}'),
(81047, 1742050051.097341, 1742050050.929600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81048, 1742050050.615560, 1742050050.431300, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81049, 1742050050.116806, 1742050049.942800, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81050, 1742050049.631882, 1742050049.444400, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81051, 1742050049.013713, 1742050048.846600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81052, 1742050048.532945, 1742050048.366600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81053, 1742050048.053817, 1742050047.889700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81054, 1742050047.574709, 1742050047.393100, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81055, 1742050047.067907, 1742050046.902500, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81056, 1742050046.553035, 1742050046.375500, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81057, 1742050046.064373, 1742050045.890200, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81058, 1742050045.584414, 1742050045.408400, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81059, 1742050045.053821, 1742050044.875600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81060, 1742050044.554683, 1742050044.375000, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81061, 1742050044.052833, 1742050043.872000, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81062, 1742050043.544631, 1742050043.356900, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81063, 1742050043.021763, 1742050042.849700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81064, 1742050042.535252, 1742050042.363600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81065, 1742050042.054750, 1742050041.891000, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81066, 1742050041.586562, 1742050041.401800, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81067, 1742050041.080807, 1742050040.906600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81068, 1742050040.592193, 1742050040.419500, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81069, 1742050040.095298, 1742050039.923300, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81070, 1742050039.609732, 1742050039.440700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81071, 1742050039.130223, 1742050038.939500, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81072, 1742050038.613198, 1742050038.415900, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81073, 1742050038.081056, 1742050037.908500, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81074, 1742050037.598427, 1742050037.411000, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81075, 1742050037.105417, 1742050036.920700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81076, 1742050036.607121, 1742050036.430000, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81077, 1742050036.118711, 1742050035.942300, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81078, 1742050035.633495, 1742050035.467100, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81079, 1742050035.126638, 1742050034.960400, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81080, 1742050034.642494, 1742050034.462500, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81081, 1742050034.143274, 1742050033.968100, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81082, 1742050033.641762, 1742050033.466400, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81083, 1742050033.075752, 1742050032.887500, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81084, 1742050032.580902, 1742050032.399100, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81085, 1742050032.085535, 1742050031.912900, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81086, 1742050031.592611, 1742050031.408700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81087, 1742050031.096531, 1742050030.925300, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81088, 1742050030.610984, 1742050030.430500, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81089, 1742050030.102515, 1742050029.925000, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81090, 1742050029.602515, 1742050029.421900, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81091, 1742050029.112263, 1742050028.936000, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81092, 1742050028.620343, 1742050028.446900, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81093, 1742050028.131307, 1742050027.948500, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81094, 1742050027.631994, 1742050027.453000, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81095, 1742050027.150939, 1742050026.984400, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81096, 1742050026.656039, 1742050026.484600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81097, 1742050026.135851, 1742050025.961200, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81098, 1742050025.634905, 1742050025.465800, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81099, 1742050025.151970, 1742050024.979700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81100, 1742050024.671744, 1742050024.502700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81101, 1742050024.192954, 1742050024.018600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81102, 1742050023.667206, 1742050023.484700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81103, 1742050023.171252, 1742050023.006400, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81104, 1742050022.666525, 1742050022.492000, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81105, 1742050022.173720, 1742050022.003100, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81106, 1742050021.691154, 1742050021.503500, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81107, 1742050020.305532, 1742050020.123300, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81108, 1742050019.788919, 1742050019.609700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81109, 1742050019.285153, 1742050019.114000, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81110, 1742050018.781121, 1742050018.604100, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81111, 1742050018.299964, 1742050018.116200, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81112, 1742050017.776240, 1742050017.585100, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81113, 1742050017.265317, 1742050017.090600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81114, 1742050016.750802, 1742050016.570200, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81115, 1742050016.247045, 1742050016.069800, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81116, 1742050015.745276, 1742050015.571600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81117, 1742050015.262729, 1742050015.086400, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81118, 1742050014.767004, 1742050014.581700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81119, 1742050014.261115, 1742050014.088500, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81120, 1742050013.774782, 1742050013.608500, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81121, 1742050013.290958, 1742050013.114900, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81122, 1742050012.776929, 1742050012.599800, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81123, 1742050012.266283, 1742050012.099100, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81124, 1742050011.782886, 1742050011.602900, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81125, 1742050011.296249, 1742050011.116000, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81126, 1742050010.789487, 1742050010.622600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81127, 1742050010.308014, 1742050010.127000, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81128, 1742050009.802469, 1742050009.622900, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81129, 1742050009.309838, 1742050009.133400, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81130, 1742050008.824920, 1742050008.638700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81131, 1742050008.271923, 1742050008.093400, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81132, 1742050007.771786, 1742050007.603800, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81133, 1742050007.295632, 1742050007.126400, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81134, 1742050006.779529, 1742050006.593900, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81135, 1742050005.923543, 1742050005.747600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81136, 1742050005.367615, 1742050005.199600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81137, 1742050004.869871, 1742050004.702500, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81138, 1742050004.390229, 1742050004.221700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81139, 1742050003.918403, 1742050003.755900, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81140, 1742050003.451695, 1742050003.278100, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81141, 1742050002.965769, 1742050002.789700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81142, 1742050002.482404, 1742050002.307600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81143, 1742050001.995949, 1742050001.823400, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81144, 1742050001.515625, 1742050001.338700, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81145, 1742050001.028423, 1742050000.857600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81146, 1742050000.548774, 1742050000.368100, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81147, 1742050000.064776, 1742049999.887300, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81148, 1742049999.568435, 1742049999.387600, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81149, 1742049999.072915, 1742049998.884800, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81150, 1742049998.566759, 1742049998.388400, 0x00000000000000000000ffff023a3830, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81151, 0.000000, 1742053245.386355, 0x00000000000000000000ffff03918406, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81152, 0.000000, 1742055074.452482, 0x00000000000000000000ffff670b657a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81153, 0.000000, 1742055995.901471, 0x00000000000000000000ffff5e2eb653, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81154, 1742055997.155511, 1742055996.980800, 0x00000000000000000000ffff5e2eb653, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81155, 0.000000, 1742058365.778156, 0x00000000000000000000ffff14cd6ea7, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81156, 0.000000, 1742060613.871274, 0x00000000000000000000ffff682d292d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81157, 0.000000, 1742062463.155605, 0x00000000000000000000ffffba40726e, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(81158, 0.000000, 1742064227.229985, 0x00000000000000000000ffffd90fa13a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81159, 0.000000, 1742066173.444563, 0x00000000000000000000ffff8494d681, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81160, 0.000000, 1742068318.664357, 0x00000000000000000000ffff416c29ab, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81161, 0.000000, 1742070706.925880, 0x00000000000000000000ffffac5d68e2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0', '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
(81162, 0.000000, 1742073463.458851, 0x00000000000000000000ffff7680a5ab, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81163, 0.000000, 1742076513.067270, 0x00000000000000000000ffff67cdd34e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81164, 1742079009.534061, 1742079009.488600, 0x00000000000000000000ffffc2a381cf, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZG1pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(81165, 1742079008.989926, 1742079008.947600, 0x00000000000000000000ffffc2a381cf, 0, 403, 0, 0, 0, 'https://forwardbet.casino/admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(81166, 1742079008.766895, 1742079008.726900, 0x00000000000000000000ffffc2a381cf, 0, 403, 0, 0, 0, 'https://forwardbet.casino/about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(81167, 1742079008.228284, 1742079008.187900, 0x00000000000000000000ffffc2a381cf, 0, 403, 0, 0, 0, 'https://forwardbet.casino/hoot.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2hvb3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(81168, 1742079007.705212, 1742079007.665600, 0x00000000000000000000ffffc2a381cf, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(81169, 1742079007.481331, 1742079007.441500, 0x00000000000000000000ffffc2a381cf, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hYm91dC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(81170, 1742079001.929617, 1742079001.877300, 0x00000000000000000000ffffc2a381cf, 0, 403, 0, 0, 0, 'https://forwardbet.casino/geju.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2dlanUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(81171, 0.000000, 1742079940.731547, 0x00000000000000000000ffff7680a5ab, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81172, 1742080751.950734, 1742080751.908300, 0x00000000000000000000ffffc118d304, 0, 403, 0, 0, 0, 'http://forwardbet.casino/vendor/phpunit/phpunit/src/Util/PHP/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQLw==\",\"category\":\"brute-force\",\"ssl\":0}'),
(81173, 1742080749.477114, 1742080749.425100, 0x00000000000000000000ffffc118d304, 0, 403, 0, 0, 0, 'http://forwardbet.casino/vendor/phpunit/phpunit/src/Util/PHP/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQLw==\",\"category\":\"brute-force\",\"ssl\":0}'),
(81174, 0.000000, 1742083725.284662, 0x2607f2980006a014000000000164159d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81175, 1742087012.395751, 1742087012.343600, 0x00000000000000000000ffffa161843b, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/uploads/5drd24.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy81ZHJkMjQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(81176, 0.000000, 1742087906.649572, 0x00000000000000000000ffff3cccc988, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81177, 0.000000, 1742092389.954322, 0x00000000000000000000ffff04f0487d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81178, 1742092396.021533, 1742092395.846000, 0x00000000000000000000ffff04f0487d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81179, 0.000000, 1742092584.400437, 0x00000000000000000000ffff7680a5ab, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81180, 0.000000, 1742093813.705092, 0x00000000000000000000ffff768bb464, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81181, 1742093815.083689, 1742093814.906900, 0x00000000000000000000ffff768bb464, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81182, 0.000000, 1742095392.011804, 0x00000000000000000000ffffa200d767, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81183, 1742095393.128548, 1742095392.958000, 0x00000000000000000000ffffa200d767, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81184, 0.000000, 1742097075.040195, 0x00000000000000000000ffff9750212c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81185, 1742097076.286123, 1742097076.106400, 0x00000000000000000000ffff9750212c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81186, 0.000000, 1742098401.376076, 0x00000000000000000000ffffa5e3c569, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81187, 1742099478.834199, 1742099478.789700, 0x00000000000000000000ffff526612bc, 0, 403, 0, 0, 0, 'http://forwardbet.casino/admin/index.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L2FkbWluL2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(81188, 1742099478.586514, 1742099478.547100, 0x00000000000000000000ffff526612bc, 0, 403, 0, 0, 0, 'http://forwardbet.casino/administrator/index.php', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFgxMTsgVWJ1bnR1OyBMaW51eCBpNjg2OyBydjoyOC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94LzI4LjA=\",\"path\":\"L2FkbWluaXN0cmF0b3IvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(81189, 0.000000, 1742100315.425927, 0x00000000000000000000ffff23b897c1, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81190, 0.000000, 1742100442.950603, 0x00000000000000000000ffffb00994de, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81191, 0.000000, 1742100444.382449, 0x00000000000000000000ffffb00994de, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81192, 0.000000, 1742102148.021092, 0x00000000000000000000ffff33530287, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81193, 1742102149.287282, 1742102149.116100, 0x00000000000000000000ffff33530287, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81194, 0.000000, 1742103748.916944, 0x00000000000000000000ffffc0faea47, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81195, 0.000000, 1742103750.352407, 0x00000000000000000000ffffc0faea47, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81196, 1742104075.453116, 1742104075.414700, 0x00000000000000000000ffff56362a45, 0, 200, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/everest-forms/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ldmVyZXN0LWZvcm1zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ldmVyZXN0LWZvcm1zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(81197, 1742104075.452890, 1742104075.414700, 0x00000000000000000000ffff56362a45, 0, 200, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/everest-forms/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ldmVyZXN0LWZvcm1zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ldmVyZXN0LWZvcm1zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(81198, 0.000000, 1742105314.115692, 0x00000000000000000000ffff33de6ebb, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81199, 0.000000, 1742105315.414127, 0x00000000000000000000ffff33de6ebb, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81200, 0.000000, 1742106820.779599, 0x00000000000000000000ffffa2f0aa63, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81201, 0.000000, 1742106821.979708, 0x00000000000000000000ffffa2f0aa63, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81202, 0.000000, 1742107941.814327, 0x00000000000000000000ffff59bba2af, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(81203, 0.000000, 1742108254.582641, 0x00000000000000000000ffff91efbe24, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81204, 0.000000, 1742108255.988922, 0x00000000000000000000ffff91efbe24, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81205, 0.000000, 1742109616.152565, 0x00000000000000000000ffff416d6386, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81206, 1742109617.481386, 1742109617.306900, 0x00000000000000000000ffff416d6386, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81207, 0.000000, 1742110772.317941, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81208, 0.000000, 1742110773.675535, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81209, 0.000000, 1742110776.152127, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81210, 0.000000, 1742110777.407960, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81211, 0.000000, 1742110778.644949, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81212, 0.000000, 1742110779.876837, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81213, 0.000000, 1742110781.104157, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81214, 0.000000, 1742110782.345400, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81215, 0.000000, 1742110783.561163, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81216, 0.000000, 1742110784.814925, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81217, 0.000000, 1742110786.063315, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81218, 0.000000, 1742110787.301487, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81219, 0.000000, 1742110788.549509, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81220, 0.000000, 1742110789.789097, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81221, 0.000000, 1742110791.059464, 0x24064f400008100000000000000097fa, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81222, 0.000000, 1742110792.283938, 0x24064f400008100000000000000097fa, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'omgadmin\'', NULL),
(81223, 0.000000, 1742110984.281556, 0x00000000000000000000ffffb00994de, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81224, 0.000000, 1742110985.710115, 0x00000000000000000000ffffb00994de, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81225, 0.000000, 1742112414.224528, 0x00000000000000000000ffff44b29213, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81226, 1742112415.555496, 1742112415.387200, 0x00000000000000000000ffff44b29213, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81227, 0.000000, 1742113866.383515, 0x00000000000000000000ffff44b29213, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81228, 1742114115.373812, 1742114115.320900, 0x00000000000000000000ffffc2261710, 0, 403, 0, 0, 0, 'http://forwardbet.casino/assets/admin/plugins/elrte/src/elrte.src.html', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2Fzc2V0cy9hZG1pbi9wbHVnaW5zL2VscnRlL3NyYy9lbHJ0ZS5zcmMuaHRtbA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(81229, 1742113867.722527, 1742113867.552000, 0x00000000000000000000ffff44b29213, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81230, 0.000000, 1742115311.960856, 0x00000000000000000000ffff44b29213, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81231, 1742115313.278773, 1742115313.106300, 0x00000000000000000000ffff44b29213, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81232, 0.000000, 1742115387.199573, 0x00000000000000000000ffffd818d83e, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(81233, 0.000000, 1742116776.732504, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81234, 0.000000, 1742116778.178899, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81235, 0.000000, 1742118270.320313, 0x00000000000000000000ffff5e2eb653, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81236, 1742118271.553908, 1742118271.377800, 0x00000000000000000000ffff5e2eb653, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81237, 0.000000, 1742119763.606557, 0x00000000000000000000ffff5b792cc6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81238, 0.000000, 1742119765.006734, 0x00000000000000000000ffff5b792cc6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81239, 0.000000, 1742121255.979378, 0x00000000000000000000ffff87b5efe1, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81240, 0.000000, 1742121257.468969, 0x00000000000000000000ffff87b5efe1, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81241, 0.000000, 1742122761.055166, 0x00000000000000000000ffff87b5efe1, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81242, 0.000000, 1742122762.497987, 0x00000000000000000000ffff87b5efe1, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81243, 0.000000, 1742124266.482293, 0x2a06644000002caa0000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81244, 0.000000, 1742124267.967926, 0x2a06644000002caa0000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81245, 0.000000, 1742125757.011559, 0x00000000000000000000ffff23eecbd5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81246, 1742125758.075135, 1742125757.890600, 0x00000000000000000000ffff23eecbd5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81247, 0.000000, 1742127294.850669, 0x00000000000000000000ffff94487e77, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81248, 1742127296.531834, 1742127296.361200, 0x00000000000000000000ffff94487e77, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81249, 1742127694.091357, 1742127694.046400, 0x00000000000000000000ffffc31412af, 0, 403, 0, 0, 0, 'http://forwardbet.casino/sites/all/libraries/plupload/examples/upload.php', NULL, 'ALittle Client', 'blocked:waf', 'N-Media Post Front-end Form < 1.1 - Arbitrary File Upload', '{\"learningMode\":0,\"failedRules\":\"69\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3NpdGVzL2FsbC9saWJyYXJpZXMvcGx1cGxvYWQvZXhhbXBsZXMvdXBsb2FkLnBocA==\",\"category\":\"file_upload\",\"ssl\":0}'),
(81250, 0.000000, 1742128834.421770, 0x00000000000000000000ffffa2f146e5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81251, 1742128835.482075, 1742128835.315900, 0x00000000000000000000ffffa2f146e5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81252, 0.000000, 1742133506.607171, 0x00000000000000000000ffffb8a8702e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81253, 1742133507.959052, 1742133507.776500, 0x00000000000000000000ffffb8a8702e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81254, 0.000000, 1742134385.742741, 0x00000000000000000000ffff5ccdb6fe, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81255, 0.000000, 1742135051.138247, 0x00000000000000000000ffffa2d5f93f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81256, 1742135052.256419, 1742135052.079900, 0x00000000000000000000ffffa2d5f93f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81257, 0.000000, 1742135371.679322, 0x2a0104f800a092e80000000000000002, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81258, 0.000000, 1742136611.467297, 0x00000000000000000000ffffc3fa1b16, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81259, 0.000000, 1742136612.701962, 0x00000000000000000000ffffc3fa1b16, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81260, 0.000000, 1742136680.841834, 0x00000000000000000000ffffd185c812, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81261, 0.000000, 1742138131.458803, 0x26003c0000000000f03c92fffee6d1b2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81262, 0.000000, 1742139711.913871, 0x00000000000000000000ffffc35ee6de, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81263, 0.000000, 1742139739.713761, 0x2a02c206216028130000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81264, 1742139740.995408, 1742139740.815600, 0x2a02c206216028130000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81265, 0.000000, 1742141328.190321, 0x00000000000000000000ffff5ccd90c8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81266, 1742141330.227651, 1742141330.044900, 0x00000000000000000000ffff5ccd90c8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81267, 0.000000, 1742142882.987583, 0x00000000000000000000ffff80c77eef, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81268, 0.000000, 1742142884.550569, 0x00000000000000000000ffff80c77eef, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81269, 0.000000, 1742144448.419657, 0x00000000000000000000ffff44b29153, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81270, 1742144449.884458, 1742144449.717100, 0x00000000000000000000ffff44b29153, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81271, 0.000000, 1742145965.230118, 0x00000000000000000000ffff94487e77, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81272, 1742145966.313975, 1742145966.145600, 0x00000000000000000000ffff94487e77, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81273, 0.000000, 1742147415.726072, 0x00000000000000000000ffff768bb4c5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81274, 0.000000, 1742147417.295333, 0x00000000000000000000ffff768bb4c5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81275, 0.000000, 1742148842.809729, 0x00000000000000000000ffffc6ba82d6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81276, 1742148844.123696, 1742148843.955700, 0x00000000000000000000ffffc6ba82d6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81277, 0.000000, 1742150273.967665, 0x00000000000000000000ffff22abe199, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81278, 1742150275.786897, 1742150275.611500, 0x00000000000000000000ffff22abe199, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81279, 0.000000, 1742151752.511535, 0x00000000000000000000ffffa200e80b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81280, 0.000000, 1742151753.781771, 0x00000000000000000000ffffa200e80b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81281, 0.000000, 1742153225.598711, 0x2a0104f802222d870000000000000002, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81282, 0.000000, 1742153227.043870, 0x2a0104f802222d870000000000000002, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81283, 0.000000, 1742154727.053006, 0x00000000000000000000ffff44b297f3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81284, 1742154728.434784, 1742154728.258000, 0x00000000000000000000ffff44b297f3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81285, 0.000000, 1742156208.208249, 0x00000000000000000000ffff74cc4e8c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81286, 0.000000, 1742156210.534282, 0x00000000000000000000ffff74cc4e8c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81287, 0.000000, 1742157683.103831, 0x00000000000000000000ffff5158352b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 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
(81288, 0.000000, 1742157684.588394, 0x00000000000000000000ffff5158352b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81289, 0.000000, 1742159175.192051, 0x00000000000000000000ffffc60ceb8a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81290, 1742159176.288896, 1742159176.117100, 0x00000000000000000000ffffc60ceb8a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81291, 0.000000, 1742160667.458188, 0x00000000000000000000ffff3624d1a4, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81292, 1742160668.697492, 1742160668.536900, 0x00000000000000000000ffff3624d1a4, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81293, 0.000000, 1742162143.658347, 0x00000000000000000000ffffc60cdd27, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81294, 0.000000, 1742162144.845940, 0x00000000000000000000ffffc60cdd27, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81295, 0.000000, 1742163626.060070, 0x00000000000000000000ffff25bb1a48, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81296, 1742163627.300159, 1742163627.129200, 0x00000000000000000000ffff25bb1a48, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81297, 0.000000, 1742165111.855575, 0x00000000000000000000ffff6794a4a6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81298, 0.000000, 1742165113.611359, 0x00000000000000000000ffff6794a4a6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81299, 0.000000, 1742166643.661451, 0x00000000000000000000ffff67a923be, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81300, 1742166645.036213, 1742166644.863100, 0x00000000000000000000ffff67a923be, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81301, 0.000000, 1742168169.708163, 0x00000000000000000000ffff80c77eef, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81302, 0.000000, 1742168171.283489, 0x00000000000000000000ffff80c77eef, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81303, 0.000000, 1742169711.409033, 0x00000000000000000000ffffba40765a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81304, 1742169712.673888, 1742169712.504900, 0x00000000000000000000ffffba40765a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81305, 0.000000, 1742171250.585140, 0x00000000000000000000ffffa2f0eef6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81306, 1742171251.628723, 1742171251.466300, 0x00000000000000000000ffffa2f0eef6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81307, 0.000000, 1742172792.889924, 0x00000000000000000000ffffc60cdd27, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81308, 0.000000, 1742172794.258748, 0x00000000000000000000ffffc60cdd27, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81309, 0.000000, 1742174333.190950, 0x00000000000000000000ffff5e2eb653, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81310, 1742174334.471513, 1742174334.305000, 0x00000000000000000000ffff5e2eb653, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81311, 0.000000, 1742175877.809126, 0x00000000000000000000ffff4317fe60, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81312, 1742175879.011479, 1742175878.834700, 0x00000000000000000000ffff4317fe60, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81313, 0.000000, 1742177427.697461, 0x00000000000000000000ffffa2f0aa63, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81314, 0.000000, 1742177428.949006, 0x00000000000000000000ffffa2f0aa63, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81315, 0.000000, 1742178963.165406, 0x00000000000000000000ffff80c77eef, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81316, 1742178964.573856, 1742178964.403500, 0x00000000000000000000ffff80c77eef, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81317, 0.000000, 1742182076.435195, 0x00000000000000000000ffffc61b43d2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81318, 0.000000, 1742182077.771376, 0x00000000000000000000ffffc61b43d2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81319, 0.000000, 1742183668.835006, 0x00000000000000000000ffffd06dad67, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81320, 1742183669.997770, 1742183669.820100, 0x00000000000000000000ffffd06dad67, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81321, 0.000000, 1742185172.045675, 0x00000000000000000000ffff58c64115, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81322, 1742185175.752586, 1742185175.584300, 0x00000000000000000000ffff58c64115, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81323, 0.000000, 1742186647.369469, 0x00000000000000000000ffff48a7682b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81324, 0.000000, 1742186648.751896, 0x00000000000000000000ffff48a7682b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', '{\"type\":1}'),
(81325, 0.000000, 1742188183.731560, 0x00000000000000000000ffffc6ba82d6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81326, 1742188185.031932, 1742188184.867500, 0x00000000000000000000ffffc6ba82d6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81327, 0.000000, 1742189884.064303, 0x00000000000000000000ffff91efbe24, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81328, 0.000000, 1742190957.952815, 0x00000000000000000000ffff2d430e40, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81329, 0.000000, 1742192035.200598, 0x2a0104f9002b08aa0000000000000002, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81330, 0.000000, 1742192477.595937, 0x00000000000000000000ffff84919e40, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81331, 1742192478.600234, 1742192478.429400, 0x00000000000000000000ffff84919e40, 0, 503, 0, 0, 0, 'https://forwardbet.casino//wp-login.php', 'https://forwardbet.casino//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),
(81332, 0.000000, 1742194181.804016, 0x00000000000000000000ffff33530287, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81333, 0.000000, 1742195281.674219, 0x00000000000000000000ffffc0faeb2d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81334, 0.000000, 1742196393.969667, 0x00000000000000000000ffff94fb4407, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81335, 0.000000, 1742197536.430449, 0x00000000000000000000ffff23eecbd5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81336, 0.000000, 1742198722.771804, 0x00000000000000000000ffff22abe199, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81337, 0.000000, 1742199873.950489, 0x00000000000000000000ffffa2f146e5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81338, 0.000000, 1742199991.112709, 0x00000000000000000000ffff2239e053, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81339, 0.000000, 1742201033.799710, 0x00000000000000000000ffff73f5448d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81340, 0.000000, 1742202209.986572, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81341, 0.000000, 1742203420.130976, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81342, 0.000000, 1742204656.846679, 0x00000000000000000000ffffc040755d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81343, 0.000000, 1742205918.389693, 0x00000000000000000000ffff7b018504, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81344, 0.000000, 1742207190.655249, 0x00000000000000000000ffff33b251f8, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15', 'loginFailInvalidUsername', NULL, NULL),
(81345, 0.000000, 1742208472.018616, 0x00000000000000000000ffff416d6386, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81346, 0.000000, 1742209751.034307, 0x26001f18749739000a8ba2f97144e846, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0', 'loginFailInvalidUsername', NULL, NULL),
(81347, 1742210452.488292, 1742210452.449200, 0x00000000000000000000ffffc23b1f18, 0, 403, 0, 0, 0, 'http://forwardbet.casino//hplfuns.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly9ocGxmdW5zLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(81348, 1742210449.240358, 1742210449.200800, 0x00000000000000000000ffffc23b1f18, 0, 403, 0, 0, 0, 'http://forwardbet.casino//termps.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly90ZXJtcHMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(81349, 1742210445.718121, 1742210445.679100, 0x00000000000000000000ffffc23b1f18, 0, 403, 0, 0, 0, 'http://forwardbet.casino//wp-content/termps.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly93cC1jb250ZW50L3Rlcm1wcy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(81350, 1742210443.384483, 1742210443.343100, 0x00000000000000000000ffffc23b1f18, 0, 403, 0, 0, 0, 'http://forwardbet.casino//wp-content/hplfuns.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly93cC1jb250ZW50L2hwbGZ1bnMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(81351, 1742210440.278424, 1742210440.236600, 0x00000000000000000000ffffc23b1f18, 0, 403, 0, 0, 0, 'http://forwardbet.casino//classfuns.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly9jbGFzc2Z1bnMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(81352, 1742210438.466583, 1742210438.426600, 0x00000000000000000000ffffc23b1f18, 0, 403, 0, 0, 0, 'http://forwardbet.casino//thoms.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly90aG9tcy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(81353, 1742210436.768944, 1742210436.729700, 0x00000000000000000000ffffc23b1f18, 0, 403, 0, 0, 0, 'http://forwardbet.casino//assets/images/siteheads.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly9hc3NldHMvaW1hZ2VzL3NpdGVoZWFkcy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(81354, 1742210434.511109, 1742210434.469700, 0x00000000000000000000ffffc23b1f18, 0, 403, 0, 0, 0, 'http://forwardbet.casino//ajax/siteheads.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly9hamF4L3NpdGVoZWFkcy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(81355, 1742210432.189621, 1742210432.147700, 0x00000000000000000000ffffc23b1f18, 0, 403, 0, 0, 0, 'http://forwardbet.casino//wp-content/siteheads.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly93cC1jb250ZW50L3NpdGVoZWFkcy5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(81356, 1742210429.745398, 1742210429.692700, 0x00000000000000000000ffffc23b1f18, 0, 403, 0, 0, 0, 'http://forwardbet.casino//siteheads.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly9zaXRlaGVhZHMucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(81357, 0.000000, 1742211021.233857, 0x00000000000000000000ffff6d7bec75, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81358, 0.000000, 1742212309.036316, 0x00000000000000000000ffffc61b43d2, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'loginFailInvalidUsername', NULL, NULL),
(81359, 0.000000, 1742213018.185617, 0x00000000000000000000ffffc4fb59ad, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81360, 0.000000, 1742213672.754101, 0x2a0104f8019250c10000000000000002, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81361, 0.000000, 1742214510.880280, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81362, 0.000000, 1742214513.069034, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81363, 0.000000, 1742214514.043231, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81364, 0.000000, 1742214515.079612, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81365, 0.000000, 1742214516.078927, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81366, 0.000000, 1742214517.073261, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81367, 0.000000, 1742214518.102795, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81368, 0.000000, 1742214519.089212, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81369, 0.000000, 1742214520.111802, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81370, 0.000000, 1742214521.125550, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81371, 0.000000, 1742214522.108870, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81372, 0.000000, 1742214523.096440, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81373, 0.000000, 1742214524.101588, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81374, 0.000000, 1742214525.105673, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81375, 0.000000, 1742214526.090817, 0x00000000000000000000ffffcebdbff4, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81376, 0.000000, 1742214527.099617, 0x00000000000000000000ffffcebdbff4, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'', NULL),
(81377, 0.000000, 1742215062.837693, 0x00000000000000000000ffffbe5c9aad, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81378, 0.000000, 1742217752.913202, 0x00000000000000000000ffffc6ba82d6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81379, 0.000000, 1742219106.838852, 0x00000000000000000000ffff4317fe60, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81380, 0.000000, 1742220468.662245, 0x00000000000000000000ffff6d7bec75, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81381, 0.000000, 1742221842.670412, 0x00000000000000000000ffffc0faef3d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81382, 0.000000, 1742223252.169251, 0x00000000000000000000ffff22abe199, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81383, 0.000000, 1742224671.080567, 0x00000000000000000000ffff5beea208, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81384, 0.000000, 1742226093.543808, 0x00000000000000000000ffffa2d5f93f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81385, 0.000000, 1742227957.823341, 0x00000000000000000000ffffc0fae2b2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81386, 0.000000, 1742228558.879370, 0x00000000000000000000ffff7cde7119, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81387, 1742228560.545615, 1742228560.365600, 0x00000000000000000000ffff7cde7119, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81388, 0.000000, 1742229071.680158, 0x00000000000000000000ffff3d04797c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81389, 0.000000, 1742230460.209914, 0x00000000000000000000ffff2d430e05, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81390, 0.000000, 1742230609.008393, 0x00000000000000000000ffffa200d9d8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81391, 1742230610.336099, 1742230610.161700, 0x00000000000000000000ffffa200d9d8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', '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', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81392, 0.000000, 1742231939.112108, 0x00000000000000000000ffff3d04797c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81393, 1742232346.453788, 1742232346.418000, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fvar%2Fwww%2F.env', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L3Zhci93d3cvLmVudg==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81394, 1742232346.338106, 1742232346.301300, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fvar%2Fwww%2Fhtml%2F.env', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC8uZW52\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81395, 1742232346.224214, 1742232346.188600, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fetc%2Fenvironment', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L2V0Yy9lbnZpcm9ubWVudA==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81396, 1742232377.937376, 1742232377.891700, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fvar%2Fwww%2Fhtml%2Fsettings.py', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5weQ==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81397, 1742232367.314703, 1742232367.271000, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fvar%2Fwww%2Fhtml%2Fconfig.js', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcuanM=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81398, 1742232367.057565, 1742232367.014500, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fvar%2Fwww%2Fhtml%2Fsettings.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5waHA=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81399, 1742232366.936381, 1742232366.900600, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fvar%2Fwww%2Fhtml%2Fsettings.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5qc29u\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81400, 1742232366.799003, 1742232366.763200, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fvar%2Fwww%2Fhtml%2Fconfig.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcucGhw\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81401, 1742232366.677869, 1742232366.639100, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fvar%2Fwww%2Fhtml%2Fconfig.yml', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcueW1s\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81402, 1742232366.428865, 1742232366.390300, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fvar%2Fwww%2Fhtml%2Fconfig.yaml', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcueWFtbA==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81403, 1742232366.301272, 1742232366.263100, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fvar%2Fwww%2Fconfig.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L3Zhci93d3cvY29uZmlnLmpzb24=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81404, 1742232366.035976, 1742232365.989600, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fvar%2Fwww%2Fhtml%2Fconfig.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcuanNvbg==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81405, 1742232381.338234, 1742232381.301800, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fvar%2Fwww%2Fhtml%2F.htaccess', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC8uaHRhY2Nlc3M=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81406, 1742232381.223988, 1742232381.188800, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?url=%2Fvar%2Fwww%2Fhtml%2Fconfig.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcucGhw\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81407, 1742232418.717718, 1742232418.680900, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fvar%2Fwww%2F.env', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L3Zhci93d3cvLmVudg==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81408, 1742232418.603215, 1742232418.566800, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fvar%2Fwww%2Fhtml%2F.env', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L3Zhci93d3cvaHRtbC8uZW52\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81409, 1742232418.485257, 1742232418.450000, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fetc%2Fenvironment', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L2V0Yy9lbnZpcm9ubWVudA==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}');
INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(81410, 1742232446.720379, 1742232446.683500, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fvar%2Fwww%2Fhtml%2Fsettings.py', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5weQ==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81411, 1742232446.604654, 1742232446.563900, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fvar%2Fwww%2Fhtml%2Fconfig.js', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcuanM=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81412, 1742232446.353652, 1742232446.317600, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fvar%2Fwww%2Fhtml%2Fsettings.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5waHA=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81413, 1742232437.389351, 1742232437.354200, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fvar%2Fwww%2Fhtml%2Fsettings.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5qc29u\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81414, 1742232437.261671, 1742232437.226200, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fvar%2Fwww%2Fhtml%2Fconfig.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcucGhw\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81415, 1742232437.150034, 1742232437.114900, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fvar%2Fwww%2Fhtml%2Fconfig.yml', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcueW1s\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81416, 1742232437.032553, 1742232436.985800, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fvar%2Fwww%2Fhtml%2Fconfig.yaml', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcueWFtbA==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81417, 1742232427.796221, 1742232427.759900, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fvar%2Fwww%2Fconfig.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L3Zhci93d3cvY29uZmlnLmpzb24=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81418, 1742232427.683745, 1742232427.646800, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fvar%2Fwww%2Fhtml%2Fconfig.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcuanNvbg==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81419, 1742232459.214537, 1742232459.178400, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fvar%2Fwww%2Fhtml%2F.htaccess', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L3Zhci93d3cvaHRtbC8uaHRhY2Nlc3M=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81420, 1742232459.093572, 1742232459.057700, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?uri=%2Fvar%2Fwww%2Fhtml%2Fconfig.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmld\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcucGhw\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81421, 1742232476.097734, 1742232476.062600, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fvar%2Fwww%2F.env', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L3Zhci93d3cvLmVudg==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81422, 1742232475.984192, 1742232475.945900, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fvar%2Fwww%2Fhtml%2F.env', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC8uZW52\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81423, 1742232475.868998, 1742232475.830400, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fetc%2Fenvironment', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L2V0Yy9lbnZpcm9ubWVudA==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81424, 1742232521.427334, 1742232521.390000, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fvar%2Fwww%2Fhtml%2Fsettings.py', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5weQ==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81425, 1742232521.182040, 1742232521.136500, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fvar%2Fwww%2Fhtml%2Fconfig.js', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcuanM=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81426, 1742232509.103065, 1742232509.068400, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fvar%2Fwww%2Fhtml%2Fsettings.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5waHA=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81427, 1742232508.817485, 1742232508.781800, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fvar%2Fwww%2Fhtml%2Fsettings.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5qc29u\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81428, 1742232508.681817, 1742232508.647900, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fvar%2Fwww%2Fhtml%2Fconfig.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcucGhw\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81429, 1742232508.464498, 1742232508.429600, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fvar%2Fwww%2Fhtml%2Fconfig.yml', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcueW1s\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81430, 1742232508.052958, 1742232508.018400, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fvar%2Fwww%2Fhtml%2Fconfig.yaml', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcueWFtbA==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81431, 1742232507.707409, 1742232507.670400, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fvar%2Fwww%2Fconfig.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L3Zhci93d3cvY29uZmlnLmpzb24=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81432, 1742232507.321490, 1742232507.285900, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fvar%2Fwww%2Fhtml%2Fconfig.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcuanNvbg==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81433, 1742232537.041342, 1742232536.994800, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fvar%2Fwww%2Fhtml%2F.htaccess', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC8uaHRhY2Nlc3M=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81434, 1742232524.299672, 1742232524.264100, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?file=%2Fvar%2Fwww%2Fhtml%2Fconfig.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcucGhw\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81435, 1742232638.815002, 1742232638.780300, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fvar%2Fwww%2F.env', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L3Zhci93d3cvLmVudg==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81436, 1742232638.685862, 1742232638.651100, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fvar%2Fwww%2Fhtml%2F.env', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC8uZW52\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81437, 1742232638.553916, 1742232638.519300, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fetc%2Fenvironment', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L2V0Yy9lbnZpcm9ubWVudA==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81438, 1742232675.269118, 1742232675.221700, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fvar%2Fwww%2Fhtml%2Fsettings.py', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5weQ==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81439, 1742232661.764174, 1742232661.727300, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fvar%2Fwww%2Fhtml%2Fconfig.js', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcuanM=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81440, 1742232661.505495, 1742232661.468800, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fvar%2Fwww%2Fhtml%2Fsettings.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5waHA=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81441, 1742232661.378310, 1742232661.341600, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fvar%2Fwww%2Fhtml%2Fsettings.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5qc29u\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81442, 1742232661.256691, 1742232661.221600, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fvar%2Fwww%2Fhtml%2Fconfig.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcucGhw\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81443, 1742232661.138809, 1742232661.101800, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fvar%2Fwww%2Fhtml%2Fconfig.yml', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcueW1s\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81444, 1742232661.005933, 1742232660.970000, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fvar%2Fwww%2Fhtml%2Fconfig.yaml', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcueWFtbA==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81445, 1742232660.886691, 1742232660.850400, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fvar%2Fwww%2Fconfig.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L3Zhci93d3cvY29uZmlnLmpzb24=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81446, 1742232660.769348, 1742232660.733700, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fvar%2Fwww%2Fhtml%2Fconfig.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcuanNvbg==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81447, 1742232693.232463, 1742232693.197400, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fvar%2Fwww%2Fhtml%2F.htaccess', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC8uaHRhY2Nlc3M=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81448, 1742232693.114602, 1742232693.067600, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?target=%2Fvar%2Fwww%2Fhtml%2Fconfig.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0YXJnZXRd\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcucGhw\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81449, 1742232710.992493, 1742232710.956200, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fvar%2Fwww%2F.env', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L3Zhci93d3cvLmVudg==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81450, 1742232710.767788, 1742232710.732200, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fvar%2Fwww%2Fhtml%2F.env', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC8uZW52\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81451, 1742232710.632005, 1742232710.597300, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fetc%2Fenvironment', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L2V0Yy9lbnZpcm9ubWVudA==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81452, 1742232735.883163, 1742232735.844600, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fvar%2Fwww%2Fhtml%2Fsettings.py', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5weQ==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81453, 1742232735.737394, 1742232735.702000, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fvar%2Fwww%2Fhtml%2Fconfig.js', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcuanM=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81454, 1742232735.478665, 1742232735.443500, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fvar%2Fwww%2Fhtml%2Fsettings.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5waHA=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81455, 1742232735.362178, 1742232735.325300, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fvar%2Fwww%2Fhtml%2Fsettings.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5qc29u\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81456, 1742232735.223322, 1742232735.187000, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fvar%2Fwww%2Fhtml%2Fconfig.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcucGhw\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81457, 1742232735.105455, 1742232735.069700, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fvar%2Fwww%2Fhtml%2Fconfig.yml', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcueW1s\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81458, 1742232734.990000, 1742232734.955500, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fvar%2Fwww%2Fhtml%2Fconfig.yaml', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcueWFtbA==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81459, 1742232734.867627, 1742232734.832100, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fvar%2Fwww%2Fconfig.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L3Zhci93d3cvY29uZmlnLmpzb24=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81460, 1742232734.749280, 1742232734.712300, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fvar%2Fwww%2Fhtml%2Fconfig.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcuanNvbg==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81461, 1742232769.339751, 1742232769.300800, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fvar%2Fwww%2Fhtml%2F.htaccess', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC8uaHRhY2Nlc3M=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81462, 1742232769.156711, 1742232769.118900, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?dest=%2Fvar%2Fwww%2Fhtml%2Fconfig.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkZXN0XQ==\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcucGhw\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81463, 1742232831.347537, 1742232831.311200, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fvar%2Fwww%2F.env', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L3Zhci93d3cvLmVudg==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81464, 1742232831.219470, 1742232831.182100, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fvar%2Fwww%2Fhtml%2F.env', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L3Zhci93d3cvaHRtbC8uZW52\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81465, 1742232831.089875, 1742232831.052700, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fetc%2Fenvironment', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L2V0Yy9lbnZpcm9ubWVudA==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81466, 1742232890.276672, 1742232890.234200, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fvar%2Fwww%2Fhtml%2Fsettings.py', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5weQ==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81467, 1742232890.100454, 1742232890.058400, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fvar%2Fwww%2Fhtml%2Fconfig.js', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcuanM=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81468, 1742232889.779605, 1742232889.736600, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fvar%2Fwww%2Fhtml%2Fsettings.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5waHA=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81469, 1742232889.523969, 1742232889.489100, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fvar%2Fwww%2Fhtml%2Fsettings.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9zZXR0aW5ncy5qc29u\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81470, 1742232889.108862, 1742232889.074600, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fvar%2Fwww%2Fhtml%2Fconfig.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcucGhw\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81471, 1742232888.740135, 1742232888.701700, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fvar%2Fwww%2Fhtml%2Fconfig.yml', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcueW1s\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81472, 1742232888.382874, 1742232888.347500, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fvar%2Fwww%2Fhtml%2Fconfig.yaml', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcueWFtbA==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81473, 1742232888.099997, 1742232888.064900, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fvar%2Fwww%2Fconfig.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L3Zhci93d3cvY29uZmlnLmpzb24=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81474, 1742232887.947736, 1742232887.912100, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fvar%2Fwww%2Fhtml%2Fconfig.json', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcuanNvbg==\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81475, 1742232925.712085, 1742232925.676000, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fvar%2Fwww%2Fhtml%2F.htaccess', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L3Zhci93d3cvaHRtbC8uaHRhY2Nlc3M=\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81476, 1742232925.559185, 1742232925.511600, 0x00000000000000000000ffffaa27da6d, 0, 403, 0, 0, 0, 'https://forwardbet.casino/?redirect=%2Fvar%2Fwww%2Fhtml%2Fconfig.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF0=\",\"paramValue\":\"L3Zhci93d3cvaHRtbC9jb25maWcucGhw\",\"path\":\"Lw==\",\"category\":\"lfi\",\"ssl\":1}'),
(81477, 0.000000, 1742233553.157700, 0x00000000000000000000ffff3133320c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81478, 0.000000, 1742234678.735103, 0x00000000000000000000ffffc0faea47, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81479, 1742234679.851256, 1742234679.673000, 0x00000000000000000000ffffc0faea47, 0, 503, 0, 0, 0, 'http://forwardbet.casino/wp-login.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(81480, 0.000000, 1742235197.086018, 0x00000000000000000000ffff0dc9db97, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81481, 0.000000, 1742236457.058622, 0x2a03b0c0000100e00000000005504001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81482, 0.000000, 1742237672.630922, 0x00000000000000000000ffffa7acbed3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81483, 0.000000, 1742238929.177414, 0x00000000000000000000ffff23ccac0c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81484, 0.000000, 1742239447.951890, 0x00000000000000000000ffff59bba2b0, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81485, 0.000000, 1742240144.602080, 0x00000000000000000000ffff7680a5ab, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81486, 0.000000, 1742241333.937815, 0x00000000000000000000ffff2d775412, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81487, 0.000000, 1742242524.043954, 0x00000000000000000000ffff0dc9db97, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81488, 0.000000, 1742243795.659545, 0x2a0104f8027119ce0000000000000002, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81489, 0.000000, 1742245144.957807, 0x00000000000000000000ffff3d04797c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81490, 0.000000, 1742246621.938985, 0x00000000000000000000ffff9df506cf, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81491, 0.000000, 1742247028.602841, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81492, 0.000000, 1742247029.584787, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81493, 0.000000, 1742247030.406043, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81494, 0.000000, 1742247031.312763, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81495, 0.000000, 1742247032.160706, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81496, 0.000000, 1742247033.027195, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81497, 0.000000, 1742247033.970015, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81498, 0.000000, 1742247034.895235, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81499, 0.000000, 1742247035.767784, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81500, 0.000000, 1742247036.625260, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81501, 0.000000, 1742247037.561170, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81502, 0.000000, 1742247038.425346, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81503, 0.000000, 1742247039.257078, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81504, 0.000000, 1742247040.154246, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81505, 0.000000, 1742247041.076017, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81506, 0.000000, 1742247041.917077, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81507, 0.000000, 1742247042.795426, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81508, 0.000000, 1742247043.654326, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81509, 0.000000, 1742247044.529366, 0x00000000000000000000ffff23ed8475, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81510, 0.000000, 1742247045.372212, 0x00000000000000000000ffff23ed8475, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'', NULL),
(81511, 1742247726.992132, 1742247726.938400, 0x00000000000000000000ffffc2261710, 0, 403, 0, 0, 0, 'http://forwardbet.casino/admin/plugins/elrte/src/elrte.src.html', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluL3BsdWdpbnMvZWxydGUvc3JjL2VscnRlLnNyYy5odG1s\",\"category\":\"brute-force\",\"ssl\":0}'),
(81512, 0.000000, 1742248232.336177, 0x00000000000000000000ffffb9d7a6b7, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81513, 0.000000, 1742249937.419575, 0x00000000000000000000ffffba4077aa, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81514, 0.000000, 1742251840.994377, 0x24006180000000d0000000000d53b001, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(81515, 0.000000, 1742253957.344698, 0x00000000000000000000ffff3ea91425, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81516, 0.000000, 1742256261.286615, 0x00000000000000000000ffffb62be63f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81517, 0.000000, 1742258716.885216, 0x00000000000000000000ffffd9ae9827, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81518, 0.000000, 1742259251.226223, 0x00000000000000000000ffff7ac97dba, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81519, 0.000000, 1742260584.894465, 0x2a06644000002caa0000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81520, 0.000000, 1742261488.506723, 0x00000000000000000000ffff67cdd34e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81521, 0.000000, 1742261929.819836, 0x00000000000000000000ffff22abe199, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81522, 0.000000, 1742263303.104253, 0x00000000000000000000ffffd06b42f3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0', '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
(81523, 0.000000, 1742264662.379842, 0x00000000000000000000ffffa2d5ff26, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81524, 0.000000, 1742264755.621811, 0x00000000000000000000ffff4a51261a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81525, 0.000000, 1742266040.643834, 0x200108d8180002ef0000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81526, 1742266294.723292, 1742266294.670400, 0x00000000000000000000ffffc31412af, 0, 403, 0, 0, 0, 'http://forwardbet.casino/components/com_jbusinessdirectory/assets/upload.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2NvbXBvbmVudHMvY29tX2pidXNpbmVzc2RpcmVjdG9yeS9hc3NldHMvdXBsb2FkLnBocA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(81527, 0.000000, 1742267502.208834, 0x00000000000000000000ffff80c77eef, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81528, 0.000000, 1742269112.749952, 0x00000000000000000000ffff94fb4407, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81529, 0.000000, 1742270746.860802, 0x00000000000000000000ffff73f5448d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81530, 0.000000, 1742272173.021842, 0x00000000000000000000ffff8b09d803, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81531, 0.000000, 1742272305.935889, 0x00000000000000000000ffff58c64115, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81532, 0.000000, 1742273763.923919, 0x00000000000000000000ffffa2f0eef6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81533, 0.000000, 1742274229.459459, 0x00000000000000000000ffff78186dc7, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81534, 0.000000, 1742274397.961933, 0x00000000000000000000ffff84919e40, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81535, 1742274398.954326, 1742274398.780800, 0x00000000000000000000ffff84919e40, 0, 503, 0, 0, 0, 'https://forwardbet.casino//wp-login.php', 'https://forwardbet.casino//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),
(81536, 0.000000, 1742275156.362702, 0x00000000000000000000ffffc6bb1d21, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81537, 0.000000, 1742275944.698890, 0x00000000000000000000ffff2ff432f3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81538, 1742276526.602633, 1742276526.418700, 0x00000000000000000000ffff2ff432f3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81539, 0.000000, 1742277461.890816, 0x2604a8800cad00d0000000000dd08001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81540, 0.000000, 1742277844.126191, 0x00000000000000000000ffffc6367219, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81541, 0.000000, 1742278813.219943, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81542, 0.000000, 1742278814.655781, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81543, 0.000000, 1742278816.186938, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81544, 0.000000, 1742278817.589682, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81545, 0.000000, 1742278818.987315, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81546, 0.000000, 1742278820.401109, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81547, 0.000000, 1742278821.797779, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81548, 0.000000, 1742278823.174565, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81549, 0.000000, 1742278824.562103, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81550, 0.000000, 1742278826.122001, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81551, 0.000000, 1742278827.524146, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81552, 0.000000, 1742278828.919889, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81553, 0.000000, 1742278830.322474, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81554, 0.000000, 1742278831.724646, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81555, 0.000000, 1742278833.120243, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81556, 0.000000, 1742278834.498751, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81557, 0.000000, 1742278835.904384, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81558, 0.000000, 1742278837.288694, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81559, 0.000000, 1742278838.692328, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81560, 0.000000, 1742278840.071317, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81561, 0.000000, 1742278841.470265, 0x00000000000000000000ffff80c78d8d, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'', NULL),
(81562, 1742278842.691128, 1742278842.522700, 0x00000000000000000000ffff80c78d8d, 0, 503, 0, 0, 0, 'https://forwardbet.casino//wp-login.php', 'https://forwardbet.casino//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),
(81563, 0.000000, 1742278872.189844, 0x00000000000000000000ffffafb236fa, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81564, 0.000000, 1742279146.041932, 0x00000000000000000000ffffbca6ed4e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81565, 0.000000, 1742280150.884024, 0x00000000000000000000ffffc7c015b5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81566, 0.000000, 1742280465.606700, 0x00000000000000000000ffff7b018504, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81567, 0.000000, 1742281625.445550, 0x00000000000000000000ffff96f2c8cc, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81568, 0.000000, 1742281809.133420, 0x00000000000000000000ffff5270ee9d, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'loginFailInvalidUsername', NULL, NULL),
(81569, 1742282844.389305, 1742282844.348700, 0x00000000000000000000ffff8fc6b218, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/themes/jaida/lang.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2phaWRhL2xhbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(81570, 1742282840.636795, 1742282840.594900, 0x00000000000000000000ffff8fc6b218, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/themes/travel/issue.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3RyYXZlbC9pc3N1ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(81571, 1742282828.082322, 1742282828.029400, 0x00000000000000000000ffff8fc6b218, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/wp-help/mini.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1oZWxwL21pbmkucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(81572, 1742282807.979711, 1742282807.938900, 0x00000000000000000000ffff8fc6b218, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/root-file-manager/wp-file.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yb290LWZpbGUtbWFuYWdlci93cC1maWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(81573, 1742282805.004087, 1742282804.962600, 0x00000000000000000000ffff8fc6b218, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/ph-file-manager/wp-file.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9waC1maWxlLW1hbmFnZXIvd3AtZmlsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(81574, 1742282796.951294, 1742282796.898600, 0x00000000000000000000ffff8fc6b218, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/fix/up.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maXgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(81575, 1742282758.386961, 1742282758.344400, 0x00000000000000000000ffff8fc6b218, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/pwnd/pwnd.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9wd25kL3B3bmQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(81576, 1742282755.189958, 1742282755.137500, 0x00000000000000000000ffff8fc6b218, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/shell/about.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaGVsbC9hYm91dC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(81577, 0.000000, 1742283158.166052, 0x00000000000000000000ffffd06dad67, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81578, 0.000000, 1742283250.975503, 0x00000000000000000000ffffbe5caf5d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81579, 0.000000, 1742284568.932118, 0x00000000000000000000ffff25bb1a48, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'loginFailInvalidUsername', NULL, NULL),
(81580, 0.000000, 1742285039.738326, 0x00000000000000000000ffff031d31a2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81581, 0.000000, 1742287025.160380, 0x200141d0020a080000000000000000ff, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81582, 0.000000, 1742287465.057694, 0x2a06644000002caa0000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81583, 1742287738.809801, 1742287738.624800, 0x00000000000000000000ffff80c78d8d, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php?rsd=', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'lockedOut', 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly94bWxycGMucGhw\"}'),
(81584, 0.000000, 1742288942.088066, 0x00000000000000000000ffff0fccdc79, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81585, 0.000000, 1742289193.760084, 0x00000000000000000000ffff678e1876, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81586, 0.000000, 1742289900.697999, 0x00000000000000000000ffff9c92232a, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(81587, 0.000000, 1742290415.732865, 0x00000000000000000000ffffb5d61f4e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81588, 0.000000, 1742290660.257170, 0x00000000000000000000ffff2d5861bc, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(81589, 0.000000, 1742291473.841276, 0x00000000000000000000ffff9448d6c2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81590, 0.000000, 1742291921.817631, 0x00000000000000000000ffffa75654d9, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81591, 0.000000, 1742293408.201541, 0x00000000000000000000ffffc6ba82d6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81592, 0.000000, 1742293990.726924, 0x00000000000000000000ffffb9da7df5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81593, 0.000000, 1742294898.160931, 0x00000000000000000000ffff2a7603a3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81594, 0.000000, 1742296384.125557, 0x2a0104f8019250c10000000000000002, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81595, 0.000000, 1742296748.919021, 0x2a03b0c0000100e00000000005504001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81596, 0.000000, 1742297881.083577, 0x00000000000000000000ffffa2f0aa63, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81597, 0.000000, 1742299382.067948, 0x00000000000000000000ffff222e6be0, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81598, 0.000000, 1742299779.744937, 0x00000000000000000000ffff743eceae, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(81599, 1742300086.943904, 1742300086.904200, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/themes/jaida/lang.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2phaWRhL2xhbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(81600, 1742300081.605631, 1742300081.564200, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/themes/travel/issue.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3RyYXZlbC9pc3N1ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(81601, 1742300074.267700, 1742300074.215700, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/wp-help/mini.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1oZWxwL21pbmkucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(81602, 1742300014.686800, 1742300014.645100, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/root-file-manager/wp-file.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yb290LWZpbGUtbWFuYWdlci93cC1maWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(81603, 1742300011.763020, 1742300011.721600, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/ph-file-manager/wp-file.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9waC1maWxlLW1hbmFnZXIvd3AtZmlsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(81604, 1742300004.370787, 1742300004.317600, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/fix/up.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9maXgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":0}'),
(81605, 1742299993.692925, 1742299993.648500, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/pwnd/pwnd.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9wd25kL3B3bmQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(81606, 1742299988.414094, 1742299988.361700, 0x00000000000000000000ffff867a7954, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/shell/about.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaGVsbC9hYm91dC5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(81607, 0.000000, 1742300958.882950, 0x00000000000000000000ffff7ac97dba, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81608, 0.000000, 1742302514.708042, 0x00000000000000000000ffff5778090a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81609, 0.000000, 1742303133.006129, 0x00000000000000000000ffffd588542b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81610, 0.000000, 1742304077.492920, 0x00000000000000000000ffff48a7682b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81611, 0.000000, 1742305648.595455, 0x00000000000000000000ffffa2f0aa63, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81612, 0.000000, 1742307022.579457, 0x24008500130107380133013001030036, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81613, 0.000000, 1742307248.450223, 0x00000000000000000000ffff7cde7119, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81614, 0.000000, 1742308861.725817, 0x00000000000000000000ffff677c5fa8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81615, 0.000000, 1742310479.542628, 0x00000000000000000000ffff25bb1a48, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81616, 0.000000, 1742311440.408072, 0x00000000000000000000ffff51b188d8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81617, 0.000000, 1742312098.293359, 0x00000000000000000000ffff768bb4c5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81618, 0.000000, 1742313504.014882, 0x00000000000000000000ffff94fb4407, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81619, 0.000000, 1742314856.080813, 0x00000000000000000000ffff34e66262, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81620, 0.000000, 1742315072.635314, 0x00000000000000000000ffffd9b69ee2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81621, 0.000000, 1742316516.061722, 0x00000000000000000000ffff5158352b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81622, 0.000000, 1742316698.642049, 0x00000000000000000000ffff08827338, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81623, 0.000000, 1742317946.667375, 0x00000000000000000000ffffb220703e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81624, 0.000000, 1742318282.474928, 0x00000000000000000000ffff2ee20a49, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81625, 0.000000, 1742319286.226566, 0x00000000000000000000ffffa200e8a0, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81626, 0.000000, 1742319744.421974, 0x00000000000000000000ffff14c6e06f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81627, 0.000000, 1742320614.581797, 0x00000000000000000000ffff5ccd90c8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81628, 0.000000, 1742321053.611331, 0x00000000000000000000ffff8491c46b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81629, 0.000000, 1742321914.654685, 0x00000000000000000000ffffbe5c9aad, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81630, 0.000000, 1742322383.232397, 0x20011810418101200000000442af2c26, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(81631, 0.000000, 1742323232.631007, 0x00000000000000000000ffff68eedd78, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81632, 0.000000, 1742324541.323560, 0x00000000000000000000ffff67a923be, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81633, 0.000000, 1742325364.228830, 0x00000000000000000000ffffb8a86d14, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81634, 0.000000, 1742325836.665047, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81635, 0.000000, 1742327149.907824, 0x00000000000000000000ffffbe5caf5d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81636, 0.000000, 1742327152.764567, 0x00000000000000000000ffffc61b43d2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81637, 0.000000, 1742328485.253793, 0x00000000000000000000ffff04f0487d, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'loginFailInvalidUsername', NULL, NULL),
(81638, 0.000000, 1742329173.818173, 0x00000000000000000000ffff08da1e7f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81639, 0.000000, 1742329773.449186, 0x00000000000000000000ffff25bb1a48, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81640, 0.000000, 1742331089.109605, 0x00000000000000000000ffff33b251f8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81641, 0.000000, 1742331436.764426, 0x00000000000000000000ffff67cdd34e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81642, 0.000000, 1742332423.632542, 0x00000000000000000000ffffc040755d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81643, 0.000000, 1742333518.379334, 0x00000000000000000000ffff9c922322, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(81644, 0.000000, 1742333756.918390, 0x00000000000000000000ffff33b251f8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81645, 0.000000, 1742333949.881308, 0x00000000000000000000ffff76b352a5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81646, 1742335012.922246, 1742335012.868600, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/uploads/5drd24.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy81ZHJkMjQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(81647, 0.000000, 1742335089.569238, 0x2603000361063ce00000000000000000, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81648, 0.000000, 1742336420.382841, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81649, 0.000000, 1742336651.176989, 0x00000000000000000000ffffd9ae9827, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81650, 0.000000, 1742337750.246180, 0x00000000000000000000ffffa2d7824a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81651, 0.000000, 1742339680.189456, 0x00000000000000000000ffffd9ae9827, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81652, 0.000000, 1742340501.540233, 0x00000000000000000000ffffc3fa1b16, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81653, 1742341422.697865, 1742341422.657100, 0x00000000000000000000ffff68d09e73, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-admin/install.php', NULL, NULL, 'blocked:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(81654, 0.000000, 1742341902.522706, 0x00000000000000000000ffff73f5448d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', '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
(81655, 0.000000, 1742342896.217314, 0x00000000000000000000ffffabf4005b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81656, 0.000000, 1742344706.191944, 0x00000000000000000000ffff225d1042, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81657, 0.000000, 1742346114.777303, 0x00000000000000000000ffffa2d7824a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81658, 0.000000, 1742347518.568460, 0x00000000000000000000ffff44b29213, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81659, 0.000000, 1742348929.747619, 0x00000000000000000000ffffb5d61f4e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81660, 0.000000, 1742350345.288986, 0x00000000000000000000ffffa2d7824a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81661, 0.000000, 1742350633.896836, 0x00000000000000000000ffff26390329, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(81662, 1742351419.749243, 1742351419.710600, 0x00000000000000000000ffff56362a41, 0, 200, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/learnpress/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9sZWFybnByZXNzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9sZWFybnByZXNzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(81663, 1742351419.749033, 1742351419.710600, 0x00000000000000000000ffff56362a41, 0, 200, 0, 0, 0, 'https://forwardbet.casino/wp-content/plugins/learnpress/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9sZWFybnByZXNzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9sZWFybnByZXNzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(81664, 0.000000, 1742351777.903985, 0x00000000000000000000ffff3624d1a4, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81665, 0.000000, 1742353216.266150, 0x00000000000000000000ffff22abe199, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81666, 0.000000, 1742354860.161393, 0x00000000000000000000ffffbe5cae25, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81667, 0.000000, 1742355812.912210, 0x00000000000000000000ffff67cdd34e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81668, 0.000000, 1742356534.076777, 0x00000000000000000000ffffbe5c9aad, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81669, 0.000000, 1742358220.658396, 0x00000000000000000000ffff74cc4e8c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81670, 0.000000, 1742359779.102844, 0x00000000000000000000ffffbe5cae25, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81671, 0.000000, 1742359979.032069, 0x00000000000000000000ffff5cdeb5cd, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81672, 0.000000, 1742361232.388839, 0x200108d8180002ef0000000000000001, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81673, 0.000000, 1742361996.352655, 0x00000000000000000000ffffb96205ae, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81674, 0.000000, 1742362631.294824, 0x00000000000000000000ffff44b29153, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81675, 0.000000, 1742363971.653638, 0x00000000000000000000ffff80c78d8d, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81676, 0.000000, 1742363973.027450, 0x00000000000000000000ffff80c78d8d, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81677, 1742363974.387134, 1742363974.210400, 0x00000000000000000000ffff80c78d8d, 0, 503, 0, 0, 0, 'https://forwardbet.casino//wp-login.php', 'https://forwardbet.casino//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),
(81678, 0.000000, 1742363981.119609, 0x00000000000000000000ffffd9b69ee2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81679, 0.000000, 1742363987.920196, 0x00000000000000000000ffff5411304e, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(81680, 0.000000, 1742365129.990816, 0x00000000000000000000ffff67bc52c6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81681, 0.000000, 1742365288.255925, 0x00000000000000000000ffffb8a8702e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81682, 0.000000, 1742366598.878716, 0x00000000000000000000ffffa200e8a0, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81683, 0.000000, 1742367942.558808, 0x00000000000000000000ffff8494d681, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81684, 0.000000, 1742367951.430314, 0x00000000000000000000ffffc0faeb2d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81685, 0.000000, 1742370729.819710, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81686, 0.000000, 1742371321.117385, 0x00000000000000000000ffffd588542b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81687, 0.000000, 1742372168.796387, 0x00000000000000000000ffff94487e77, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81688, 0.000000, 1742372578.054230, 0x00000000000000000000ffff80c78d8d, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81689, 1742372579.413013, 1742372579.245700, 0x00000000000000000000ffff80c78d8d, 0, 503, 0, 0, 0, 'https://forwardbet.casino//wp-login.php', 'https://forwardbet.casino//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),
(81690, 0.000000, 1742373251.998754, 0x00000000000000000000ffff3ead9548, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(81691, 0.000000, 1742373603.624930, 0x00000000000000000000ffffadf43a82, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(81692, 0.000000, 1742373631.036456, 0x00000000000000000000ffff67841402, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81693, 1742373792.055573, 1742373792.002300, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/uploads/5drd24.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy81ZHJkMjQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(81694, 0.000000, 1742375115.047066, 0x00000000000000000000ffff0e800e05, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81695, 0.000000, 1742375337.466046, 0x00000000000000000000ffff7703efe8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81696, 0.000000, 1742376601.203529, 0x00000000000000000000ffff68eedd78, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'loginFailInvalidUsername', NULL, NULL),
(81697, 0.000000, 1742377706.203720, 0x00000000000000000000ffffcb7c21d3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81698, 0.000000, 1742378123.918673, 0x00000000000000000000ffffa2f0aa63, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81699, 0.000000, 1742379632.968318, 0x00000000000000000000ffff6bb4706a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81700, 0.000000, 1742379637.083792, 0x00000000000000000000ffffac44af26, 0, 200, 0, 0, 0, 'https://forwardbet.casino/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(81701, 0.000000, 1742381144.606116, 0x00000000000000000000ffffc3fa1b16, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81702, 1742382161.939561, 1742382161.886700, 0x00000000000000000000ffffc2261710, 0, 403, 0, 0, 0, 'http://forwardbet.casino/plugins/elrte/src/elrte.src.html', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3BsdWdpbnMvZWxydGUvc3JjL2VscnRlLnNyYy5odG1s\",\"category\":\"brute-force\",\"ssl\":0}'),
(81703, 0.000000, 1742382702.001745, 0x00000000000000000000ffff0e800e05, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81704, 0.000000, 1742382981.420851, 0x00000000000000000000ffff678e1876, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81705, 0.000000, 1742384256.955833, 0x00000000000000000000ffffbe5c9aad, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81706, 0.000000, 1742385844.558928, 0x00000000000000000000ffff73f5448d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81707, 0.000000, 1742385866.964660, 0x00000000000000000000ffffb96205ae, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81708, 0.000000, 1742387489.968084, 0x00000000000000000000ffffbca6ed4e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81709, 0.000000, 1742389112.279232, 0x00000000000000000000ffffa2f0a8c5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81710, 0.000000, 1742390724.658301, 0x00000000000000000000ffffba40765a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81711, 0.000000, 1742391295.779200, 0x00000000000000000000ffff23b8a929, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81712, 0.000000, 1742392329.488571, 0x00000000000000000000ffff91efbe24, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81713, 0.000000, 1742393085.543466, 0x00000000000000000000ffff877db777, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81714, 0.000000, 1742393933.999273, 0x00000000000000000000ffff14f5eef2, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81715, 0.000000, 1742395552.114228, 0x00000000000000000000ffffc6367219, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81716, 0.000000, 1742397209.025078, 0x00000000000000000000ffffa2f0aa63, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81717, 0.000000, 1742400449.053251, 0x00000000000000000000ffffc04075c1, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81718, 1742400471.308837, 1742400471.274000, 0x00000000000000000000ffff34a95d9d, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp/wp-admin/includes/wp-admin/install.php', NULL, NULL, 'blocked:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwL3dwLWFkbWluL2luY2x1ZGVzL3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwL3dwLWFkbWluL2luY2x1ZGVzL3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(81719, 1742400695.347445, 1742400695.311600, 0x00000000000000000000ffff34a95d9d, 0, 403, 0, 0, 0, 'http://forwardbet.casino/admin.php?dir=%2Fvar%2Fwww%2Fwptbox', NULL, NULL, 'blocked:waf', 'LFI: Local File Inclusion', '{\"learningMode\":0,\"failedRules\":\"13\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkaXJd\",\"paramValue\":\"L3Zhci93d3cvd3B0Ym94\",\"path\":\"L2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),
(81720, 0.000000, 1742400747.078805, 0x00000000000000000000ffff8b3b93da, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81721, 0.000000, 1742401302.757572, 0x00000000000000000000ffff8ac724c7, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(81722, 0.000000, 1742402029.962479, 0x00000000000000000000ffffc6ba82d6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81723, 0.000000, 1742402643.491160, 0x00000000000000000000ffff14c6e06f, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'loginFailInvalidUsername', NULL, NULL),
(81724, 0.000000, 1742403538.577906, 0x00000000000000000000ffffb9c7ec6b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81725, 0.000000, 1742404226.699427, 0x00000000000000000000ffff78186dc7, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81726, 0.000000, 1742404941.918147, 0x00000000000000000000ffff67e3b012, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81727, 0.000000, 1742405677.966290, 0x00000000000000000000ffffba40741e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81728, 0.000000, 1742406298.746380, 0x00000000000000000000ffffd14a431d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81729, 1742406806.731396, 1742406806.676700, 0x00000000000000000000ffff340e2749, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/litespeed-cache/readme.txt', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saXRlc3BlZWQtY2FjaGUvcmVhZG1lLnR4dA==\",\"category\":\"brute-force\",\"ssl\":0}'),
(81730, 1742406806.715067, 1742406806.676700, 0x00000000000000000000ffff340e2749, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/litespeed-cache/readme.txt', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saXRlc3BlZWQtY2FjaGUvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saXRlc3BlZWQtY2FjaGUvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(81731, 1742406806.714857, 1742406806.676700, 0x00000000000000000000ffff340e2749, 0, 200, 0, 0, 0, 'http://forwardbet.casino/wp-content/plugins/litespeed-cache/readme.txt', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saXRlc3BlZWQtY2FjaGUvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saXRlc3BlZWQtY2FjaGUvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(81732, 0.000000, 1742406941.698812, 0x00000000000000000000ffff14fd9bb8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81733, 0.000000, 1742407657.593148, 0x00000000000000000000ffffba40765a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81734, 0.000000, 1742408262.091919, 0x00000000000000000000ffffa45aaa9e, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81735, 0.000000, 1742409024.067358, 0x00000000000000000000ffff677c5fa8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81736, 0.000000, 1742409705.698132, 0x00000000000000000000ffff877db777, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81737, 0.000000, 1742410395.108827, 0x00000000000000000000ffffb9c7ec6b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81738, 0.000000, 1742411248.951671, 0x00000000000000000000ffff23e2c4b3, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81739, 0.000000, 1742411775.550094, 0x00000000000000000000ffff5270ee9d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81740, 0.000000, 1742412873.144583, 0x00000000000000000000ffff8b63f1b5, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81741, 1742412874.368576, 1742412874.188600, 0x00000000000000000000ffff8b63f1b5, 0, 503, 0, 0, 0, 'https://forwardbet.casino//wp-login.php', 'https://forwardbet.casino//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),
(81742, 0.000000, 1742412982.991239, 0x00000000000000000000ffffd9ae9827, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81743, 0.000000, 1742413145.497220, 0x00000000000000000000ffffa2d5ff26, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81744, 0.000000, 1742414529.483289, 0x00000000000000000000ffff677c5fa8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81745, 0.000000, 1742414833.229695, 0x00000000000000000000ffff8bc41917, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81746, 1742415737.663393, 1742415737.630300, 0x00000000000000000000ffff0d4f3ac0, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp/wp-admin/install.php', NULL, NULL, 'blocked:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(81747, 1742416746.586041, 1742416746.532100, 0x00000000000000000000ffffc31412af, 0, 403, 0, 0, 0, 'http://forwardbet.casino/components/com_jbusinessdirectory/assets/uploadFile.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2NvbXBvbmVudHMvY29tX2pidXNpbmVzc2RpcmVjdG9yeS9hc3NldHMvdXBsb2FkRmlsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(81748, 0.000000, 1742416931.068102, 0x00000000000000000000ffffba407487, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81749, 0.000000, 1742417269.548221, 0x00000000000000000000ffff94487e77, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81750, 0.000000, 1742418697.546849, 0x00000000000000000000ffff677c5fa8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81751, 0.000000, 1742419223.771818, 0x00000000000000000000ffff5cdeb5cd, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81752, 0.000000, 1742420076.205472, 0x00000000000000000000ffff59bba61a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81753, 1742420080.479327, 1742420080.299400, 0x00000000000000000000ffff59bba61a, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(81754, 0.000000, 1742420120.685124, 0x00000000000000000000ffffb9c7ec6b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81755, 0.000000, 1742420140.351108, 0x00000000000000000000ffffc4fb508d, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81756, 0.000000, 1742421559.510915, 0x00000000000000000000ffffc7bcc865, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81757, 0.000000, 1742421706.157817, 0x2a0641c0000100040000000000000023, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81758, 0.000000, 1742423484.540745, 0x00000000000000000000ffff50401e20, 0, 503, 0, 0, 0, 'https://forwardbet.casino/wp-login.php?wp_lang=en_US', 'https://forwardbet.casino/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81759, 0.000000, 1742424363.210951, 0x00000000000000000000ffffabf4005b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81760, 0.000000, 1742424417.111320, 0x00000000000000000000ffffbe5cae25, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81761, 1742425347.302386, 1742425347.268700, 0x00000000000000000000ffffc4fb5797, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-admin/install.php', NULL, NULL, 'blocked:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":0}'),
(81762, 0.000000, 1742425875.947550, 0x00000000000000000000ffffd14a431d, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81763, 0.000000, 1742427357.616912, 0x00000000000000000000ffffc6367219, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81764, 0.000000, 1742428856.718749, 0x00000000000000000000ffff22abe199, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81765, 0.000000, 1742430368.814123, 0x00000000000000000000ffff6794a4a6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81766, 0.000000, 1742430942.114148, 0x00000000000000000000ffff965f8cf8, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81767, 0.000000, 1742431890.059838, 0x00000000000000000000ffffa200e8a0, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81768, 0.000000, 1742433426.009884, 0x00000000000000000000ffff2f7710ed, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:125.0.1) Gecko/20100101 Firefox/125.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81769, 0.000000, 1742434965.575931, 0x00000000000000000000ffff867a76f6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:127.0) Gecko/20100101 Firefox/127.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81770, 0.000000, 1742436534.100998, 0x00000000000000000000ffffc6ba82d6, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81771, 0.000000, 1742438135.193650, 0x00000000000000000000ffffd1ac0232, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81772, 0.000000, 1742439759.348155, 0x00000000000000000000ffff25bb1a48, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81773, 0.000000, 1742442553.542609, 0x00000000000000000000ffffbf60e3d1, 0, 200, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81774, 0.000000, 1742442554.536687, 0x00000000000000000000ffffbf60e3d1, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81775, 1742442555.478108, 1742442555.302800, 0x00000000000000000000ffffbf60e3d1, 0, 503, 0, 0, 0, 'https://forwardbet.casino//wp-login.php', 'https://forwardbet.casino//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),
(81776, 0.000000, 1742444073.488834, 0x00000000000000000000ffffd818d574, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'curl/7.30.0', 'loginFailInvalidUsername', NULL, NULL),
(81777, 0.000000, 1742451032.612518, 0x00000000000000000000ffff9750212c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81778, 0.000000, 1742452492.891826, 0x00000000000000000000ffffc7bcc865, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81779, 0.000000, 1742453093.031967, 0x00000000000000000000ffff0d54370c, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81780, 0.000000, 1742453843.867514, 0x00000000000000000000ffff5f539456, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81781, 0.000000, 1742453994.616447, 0x00000000000000000000ffff9750212c, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81782, 0.000000, 1742455107.876989, 0x2a0104f9004b3d0f0000000000000002, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81783, 0.000000, 1742455729.623533, 0x00000000000000000000ffff054bace6, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginFailInvalidUsername', NULL, NULL),
(81784, 0.000000, 1742457098.466360, 0x00000000000000000000ffffd06b42f3, 0, 200, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(81785, 0.000000, 1742457215.100652, 0x00000000000000000000ffff8b3b25f0, 0, 200, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0', 'loginFailInvalidUsername', NULL, NULL),
(81786, 0.000000, 1742458773.460593, 0x00000000000000000000ffff52c547f5, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.134 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81787, 0.000000, 1742459719.497829, 0x00000000000000000000ffff9de63468, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81788, 0.000000, 1742460446.940074, 0x00000000000000000000ffff3624d1a4, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81789, 0.000000, 1742462120.964483, 0x00000000000000000000ffff23bbfafd, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81790, 0.000000, 1742462405.327055, 0x00000000000000000000ffff2d56d30c, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81791, 0.000000, 1742462405.347450, 0x00000000000000000000ffff2d56d30c, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81792, 0.000000, 1742462405.331751, 0x00000000000000000000ffff2d56d30c, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81793, 0.000000, 1742462405.369532, 0x00000000000000000000ffff2d56d30c, 0, 503, 0, 0, 0, 'https://forwardbet.casino//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81794, 0.000000, 1742462843.631407, 0x00000000000000000000ffff342a71cc, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81795, 0.000000, 1742463826.801679, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81796, 0.000000, 1742464153.352349, 0x00000000000000000000ffff68f8c1bc, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81797, 0.000000, 1742465567.720019, 0x00000000000000000000ffff5158352b, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81798, 0.000000, 1742466194.257470, 0x00000000000000000000ffff451ec60a, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81799, 0.000000, 1742467307.616492, 0x00000000000000000000ffffbca536af, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81800, 0.000000, 1742468715.845074, 0x00000000000000000000ffff33d27b1f, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81801, 0.000000, 1742469058.583398, 0x00000000000000000000ffffd1ac0232, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', '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
(81802, 1742469331.169119, 1742469331.115800, 0x00000000000000000000ffff905b4601, 0, 403, 0, 0, 0, 'https://forwardbet.casino/wp-content/uploads/5drd24.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy81ZHJkMjQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(81803, 0.000000, 1742470041.597154, 0x00000000000000000000ffff444e254d, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81804, 0.000000, 1742470831.468924, 0x26001f18749739000a8ba2f97144e846, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81805, 0.000000, 1742471015.326525, 0x00000000000000000000ffff86d11309, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81806, 0.000000, 1742472023.881358, 0x00000000000000000000ffff5f6e8ff7, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81807, 0.000000, 1742472644.556194, 0x00000000000000000000ffff44b29153, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81808, 0.000000, 1742473135.510573, 0x00000000000000000000ffff5d51ec8f, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81809, 0.000000, 1742475194.324156, 0x00000000000000000000ffff43cd92de, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81810, 0.000000, 1742476437.442224, 0x00000000000000000000ffff2d430e40, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81811, 1742477352.564057, 1742477352.523200, 0x00000000000000000000ffff12d97e10, 0, 403, 0, 0, 0, 'http://forwardbet.casino/wp-ver.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLXZlci5waHA=\",\"category\":\"brute-force\",\"ssl\":0}'),
(81812, 0.000000, 1742477585.261359, 0x00000000000000000000ffff67baf19a, 0, 503, 0, 0, 0, 'https://forwardbet.casino/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81813, 0.000000, 1742478325.790134, 0x00000000000000000000ffffa2d5f93f, 0, 503, 0, 0, 0, 'http://forwardbet.casino/xmlrpc.php', 'http://forwardbet.casino', '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', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(81814, 0.000000, 1742478845.038674, 0x00000000000000000000ffff0fb96ae6, 0, 302, 0, 1, 0, 'https://forwardbet.casino/wp-login.php', 'https://forwardbet.casino/wp-login.php?redirect_to=https%3A%2F%2Fforwardbet.casino%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', 'loginOK', NULL, 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=utf8 COLLATE=utf8_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=utf8 COLLATE=utf8_general_ci;

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

INSERT INTO `wp_wfissues` (`id`, `time`, `lastUpdated`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES
(6364, 1742379637, 1742379637, 'new', 'skippedPaths', 25, '6fd0d290b978eab8027e6b79501ac149', '6fd0d290b978eab8027e6b79501ac149', '1 path was skipped for the malware scan due to scan settings', 'The option \"Scan files outside your WordPress installation\" is off by default, which means 1 path and its file(s) will not be scanned for malware or unauthorized changes. To continue skipping this path, you may ignore this issue. Or to start scanning it, enable the option and subsequent scans will include it. Some paths may not be necessary to scan, so this is optional. <a href=\"https://www.wordfence.com/help/?query=scan-result-skipped-paths\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a><br><br>The path skipped is /home/forwardbetcasino/public_html/wordpress', 'a:0:{}'),
(6365, 1742379856, 1742379856, 'new', 'file', 100, '187fe63d475007c599087451b69a45a7', '016b3b65b16a667cb816745f79ae7d95', 'File appears to be malicious or unsafe: wp-content/plugins/wordfence/wordfence.php', 'This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">}<span class=\"wf-hex-sequence\">\\x0a</span><span class=\"wf-hex-sequence\">\\x0a</span>add_action(<span class=\"wf-hex-sequence\">\\x0a</span><span class=\"wf-hex-sequence\">\\x09</span>&#039;plugin_loaded&#039;,<span class=\"wf-hex-sequence\">\\x0a</span><span class=\"wf-hex-sequence\">\\x09</span>function() {<span class=\"wf-hex-sequence\">\\x0a</span><span class=\"wf-hex-sequence\">\\x09</span><span class=\"wf-hex-sequence\">\\x09</span>wfConfig::set( &#039;onboardingAttempt1&#039;, &#039;skipped&#039; );<span class=\"wf-hex-sequence\">\\x0a</span><span class=\"wf-hex-sequence\">\\x09</span><span class=\"wf-hex-sequence\">\\x09</span>wfConfig::set( &#039;onboardingAttempt3&#039;, &#039;license&#039; );<span class=\"wf-hex-sequence\">\\x0a</span><span class=\"wf-hex-sequence\">\\x09</span><span class=\"wf-hex-sequence\">\\x09</span></strong> <br><br>The issue type is: <strong>IOC:PHP/nulledwf.B.13618</strong><br>Description: <strong>Nulled Wordfence plugin</strong>', 'a:13:{s:4:\"file\";s:42:\"wp-content/plugins/wordfence/wordfence.php\";s:8:\"realFile\";s:77:\"/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/wordfence.php\";s:4:\"shac\";s:64:\"C252F8BE274530030DA4863DD329EBC0ABC553B43E3EA79D3F8DF0347609E055\";s:9:\"highSense\";b:0;s:5:\"cType\";s:6:\"plugin\";s:5:\"cName\";s:18:\"Wordfence Security\";s:8:\"cVersion\";s:6:\"7.10.3\";s:4:\"cKey\";s:23:\"wordfence/wordfence.php\";s:7:\"canDiff\";b:1;s:6:\"canFix\";b:1;s:9:\"canDelete\";b:0;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),
(6378, 1742379860, 1742379860, 'new', 'wfPluginVulnerable', 100, '442fd3e50838535af357fb57085244f6', '442fd3e50838535af357fb57085244f6', 'The Plugin \"ElementsKit Pro\" has a security vulnerability.', 'To protect your site from this vulnerability, the safest option is to deactivate and completely remove \"ElementsKit Pro\" 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:26:{s:18:\"Requires Yoast SEO\";s:0:\"\";s:4:\"Name\";s:15:\"ElementsKit Pro\";s:9:\"PluginURI\";s:36:\"https://wpmet.com/plugin/elementskit\";s:7:\"Version\";s:5:\"3.4.1\";s:11:\"Description\";s:102:\"The most advanced addons for Elementor with tons of widgets, layout pack and powerful custom controls.\";s:6:\"Author\";s:5:\"Wpmet\";s:9:\"AuthorURI\";s:18:\"https://wpmet.com/\";s:10:\"TextDomain\";s:11:\"elementskit\";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:\"ElementsKit Pro\";s:10:\"AuthorName\";s:5:\"Wpmet\";s:10:\"pluginFile\";s:81:\"/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/elementskit.php\";s:4:\"slug\";s:11:\"elementskit\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/c8ae0a47-cba5-468e-8d25-7b7176373b9c?source=plugin\";s:9:\"cvssScore\";s:3:\"8.8\";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:L/UI:N/S:U/C:H/I:H/A:H\";s:16:\"updatedAvailable\";b:0;}'),
(6385, 1742397214, 1742397214, 'new', 'wfThemeUpgrade', 50, 'aa74f1c24112bf7ed9327ff8a50b024a', 'aa74f1c24112bf7ed9327ff8a50b024a', 'The Theme \"Hello Elementor\" needs an upgrade (3.0.1 -> 3.3.0).', 'You need to upgrade \"Hello Elementor\" to the newest version to ensure you have any security fixes the developer has released.', 'a:7:{s:10:\"newVersion\";s:5:\"3.3.0\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.3.0.zip\";s:3:\"URL\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:4:\"Name\";s:15:\"Hello Elementor\";s:4:\"name\";s:15:\"Hello Elementor\";s:7:\"version\";s:5:\"3.0.1\";s:10:\"vulnerable\";b:0;}'),
(6386, 1742397214, 1742397214, 'new', 'wfThemeUpgrade', 50, 'e560f6d3afdb304f014de3a3aae0a7ab', 'e560f6d3afdb304f014de3a3aae0a7ab', 'The Theme \"Twenty Twenty-Five\" needs an upgrade (1.0 -> 1.1).', '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.1\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.1.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;}'),
(6387, 1742397214, 1742397214, '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;}'),
(6388, 1742397214, 1742397214, 'new', 'wfThemeUpgrade', 50, 'ccdec36c9a8c3e0a542b4f630d1b5d85', 'ccdec36c9a8c3e0a542b4f630d1b5d85', 'The Theme \"Twenty Twenty-One\" needs an upgrade (1.9 -> 2.4).', 'You need to upgrade \"Twenty Twenty-One\" to the newest version to ensure you have any security fixes the developer has released.', 'a:7:{s:10:\"newVersion\";s:3:\"2.4\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.4.zip\";s:3:\"URL\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:4:\"Name\";s:17:\"Twenty Twenty-One\";s:4:\"name\";s:17:\"Twenty Twenty-One\";s:7:\"version\";s:3:\"1.9\";s:10:\"vulnerable\";b:0;}'),
(6389, 1742397214, 1742397214, 'new', 'wfThemeUpgrade', 50, 'fd8b24935e5e28270d494161f45661ab', 'fd8b24935e5e28270d494161f45661ab', 'The Theme \"Twenty Twenty-Three\" needs an upgrade (1.2 -> 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.2\";s:10:\"vulnerable\";b:0;}'),
(6390, 1742397214, 1742397214, 'new', 'wfThemeUpgrade', 50, '4a86fd9ce312ea0cd540171cd134d6b4', '4a86fd9ce312ea0cd540171cd134d6b4', 'The Theme \"Twenty Twenty-Two\" needs an upgrade (1.5 -> 1.9).', '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:\"1.9\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.9.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.5\";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=utf8 COLLATE=utf8_general_ci;

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

INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/.htaccess', 'wp-content/plugins/akismet/.htaccess'),
(2, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/LICENSE.txt', 'wp-content/plugins/akismet/LICENSE.txt'),
(3, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/akismet-admin.css', 'wp-content/plugins/akismet/_inc/akismet-admin.css'),
(4, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/akismet-admin.js', 'wp-content/plugins/akismet/_inc/akismet-admin.js'),
(5, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/akismet-frontend.js', 'wp-content/plugins/akismet/_inc/akismet-frontend.js'),
(6, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/akismet.css', 'wp-content/plugins/akismet/_inc/akismet.css'),
(7, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/akismet.js', 'wp-content/plugins/akismet/_inc/akismet.js'),
(8, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/fonts/inter.css', 'wp-content/plugins/akismet/_inc/fonts/inter.css'),
(9, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/img/akismet-activation-banner-elements.png', 'wp-content/plugins/akismet/_inc/img/akismet-activation-banner-elements.png'),
(10, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg', 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg'),
(11, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png', 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png'),
(12, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/img/arrow-left.svg', 'wp-content/plugins/akismet/_inc/img/arrow-left.svg'),
(13, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/img/icon-external.svg', 'wp-content/plugins/akismet/_inc/img/icon-external.svg'),
(14, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/img/logo-a-2x.png', 'wp-content/plugins/akismet/_inc/img/logo-a-2x.png'),
(15, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css', 'wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css'),
(16, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css', 'wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css'),
(17, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/akismet.php', 'wp-content/plugins/akismet/akismet.php'),
(18, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/changelog.txt', 'wp-content/plugins/akismet/changelog.txt'),
(19, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/class.akismet-admin.php', 'wp-content/plugins/akismet/class.akismet-admin.php'),
(20, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/class.akismet-cli.php', 'wp-content/plugins/akismet/class.akismet-cli.php'),
(21, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/class.akismet-rest-api.php', 'wp-content/plugins/akismet/class.akismet-rest-api.php'),
(22, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/class.akismet-widget.php', 'wp-content/plugins/akismet/class.akismet-widget.php'),
(23, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/class.akismet.php', 'wp-content/plugins/akismet/class.akismet.php'),
(24, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/index.php', 'wp-content/plugins/akismet/index.php'),
(25, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/readme.txt', 'wp-content/plugins/akismet/readme.txt'),
(26, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/activate.php', 'wp-content/plugins/akismet/views/activate.php'),
(27, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/config.php', 'wp-content/plugins/akismet/views/config.php'),
(28, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/connect-jp.php', 'wp-content/plugins/akismet/views/connect-jp.php'),
(29, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/enter.php', 'wp-content/plugins/akismet/views/enter.php'),
(30, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/get.php', 'wp-content/plugins/akismet/views/get.php'),
(31, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/logo.php', 'wp-content/plugins/akismet/views/logo.php'),
(32, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/notice.php', 'wp-content/plugins/akismet/views/notice.php'),
(33, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/predefined.php', 'wp-content/plugins/akismet/views/predefined.php'),
(34, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/setup.php', 'wp-content/plugins/akismet/views/setup.php'),
(35, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/start.php', 'wp-content/plugins/akismet/views/start.php'),
(36, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/stats.php', 'wp-content/plugins/akismet/views/stats.php'),
(37, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/views/title.php', 'wp-content/plugins/akismet/views/title.php'),
(38, '/home/forwardbetcasino/public_html/wp-content/plugins/akismet/wrapper.php', 'wp-content/plugins/akismet/wrapper.php'),
(39, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/LICENSE', 'wp-content/plugins/amp/LICENSE'),
(40, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/amp.php', 'wp-content/plugins/amp/amp.php'),
(41, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/admin-tables-rtl.css', 'wp-content/plugins/amp/assets/css/admin-tables-rtl.css'),
(42, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/admin-tables.css', 'wp-content/plugins/amp/assets/css/admin-tables.css'),
(43, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-admin-rtl.css', 'wp-content/plugins/amp/assets/css/amp-admin-rtl.css'),
(44, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-admin.css', 'wp-content/plugins/amp/assets/css/amp-admin.css'),
(45, '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-block-editor.css', 'wp-content/plugins/amp/assets/css/amp-block-editor.css'),
(47, '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-block-validation.css', 'wp-content/plugins/amp/assets/css/amp-block-validation.css'),
(49, '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-customizer-legacy.css', 'wp-content/plugins/amp/assets/css/amp-customizer-legacy.css'),
(51, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-customizer-rtl.css', 'wp-content/plugins/amp/assets/css/amp-customizer-rtl.css'),
(52, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-customizer.css', 'wp-content/plugins/amp/assets/css/amp-customizer.css'),
(53, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-default-rtl.css', 'wp-content/plugins/amp/assets/css/amp-default-rtl.css'),
(54, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-default.css', 'wp-content/plugins/amp/assets/css/amp-default.css'),
(55, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-icons-rtl.css', 'wp-content/plugins/amp/assets/css/amp-icons-rtl.css'),
(56, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-icons.css', 'wp-content/plugins/amp/assets/css/amp-icons.css'),
(57, '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-onboarding-wizard.css', 'wp-content/plugins/amp/assets/css/amp-onboarding-wizard.css'),
(61, '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-playlist-shortcode.css', 'wp-content/plugins/amp/assets/css/amp-playlist-shortcode.css'),
(65, '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-settings-rtl.css', 'wp-content/plugins/amp/assets/css/amp-settings-rtl.css'),
(68, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-settings.css', 'wp-content/plugins/amp/assets/css/amp-settings.css'),
(69, '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-validation-counts-rtl.css', 'wp-content/plugins/amp/assets/css/amp-validation-counts-rtl.css'),
(72, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-validation-counts.css', 'wp-content/plugins/amp/assets/css/amp-validation-counts.css'),
(73, '/home/forwardbetcasino/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'),
(74, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-validation-error-taxonomy.css', 'wp-content/plugins/amp/assets/css/amp-validation-error-taxonomy.css'),
(75, '/home/forwardbetcasino/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'),
(76, '/home/forwardbetcasino/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'),
(77, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-validation-tooltips-rtl.css', 'wp-content/plugins/amp/assets/css/amp-validation-tooltips-rtl.css'),
(78, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/amp-validation-tooltips.css', 'wp-content/plugins/amp/assets/css/amp-validation-tooltips.css'),
(79, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/wp-components-rtl.css', 'wp-content/plugins/amp/assets/css/wp-components-rtl.css'),
(80, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/css/wp-components.css', 'wp-content/plugins/amp/assets/css/wp-components.css'),
(81, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/fonts/genericons.woff', 'wp-content/plugins/amp/assets/fonts/genericons.woff'),
(82, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff', 'wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff'),
(83, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff2', 'wp-content/plugins/amp/assets/fonts/nonbreakingspaceoverride.woff2'),
(84, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-alert.svg', 'wp-content/plugins/amp/assets/images/amp-alert.svg'),
(85, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-black-icon.svg', 'wp-content/plugins/amp/assets/images/amp-black-icon.svg'),
(86, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-css-error-icon.svg', 'wp-content/plugins/amp/assets/images/amp-css-error-icon.svg'),
(87, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-delete.svg', 'wp-content/plugins/amp/assets/images/amp-delete.svg'),
(88, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-html-error-icon.svg', 'wp-content/plugins/amp/assets/images/amp-html-error-icon.svg'),
(89, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-icon-toolbar.svg', 'wp-content/plugins/amp/assets/images/amp-icon-toolbar.svg'),
(90, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-icon.svg', 'wp-content/plugins/amp/assets/images/amp-icon.svg'),
(91, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-js-error-icon.svg', 'wp-content/plugins/amp/assets/images/amp-js-error-icon.svg'),
(92, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-logo-gray.svg', 'wp-content/plugins/amp/assets/images/amp-logo-gray.svg'),
(93, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-logo-icon.svg', 'wp-content/plugins/amp/assets/images/amp-logo-icon.svg'),
(94, '/home/forwardbetcasino/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'),
(95, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-toolbar-icon-broken.svg', 'wp-content/plugins/amp/assets/images/amp-toolbar-icon-broken.svg'),
(96, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-valid.svg', 'wp-content/plugins/amp/assets/images/amp-valid.svg'),
(97, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-validation-errors-kept.svg', 'wp-content/plugins/amp/assets/images/amp-validation-errors-kept.svg'),
(98, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-validation-errors.svg', 'wp-content/plugins/amp/assets/images/amp-validation-errors.svg'),
(99, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/amp-white-icon.svg', 'wp-content/plugins/amp/assets/images/amp-white-icon.svg'),
(100, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/bell-icon.svg', 'wp-content/plugins/amp/assets/images/bell-icon.svg'),
(101, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/down-triangle.svg', 'wp-content/plugins/amp/assets/images/down-triangle.svg'),
(102, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/placeholder-icon.png', 'wp-content/plugins/amp/assets/images/placeholder-icon.png'),
(103, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/legacy.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/legacy.jpg'),
(104, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentyeleven.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentyeleven.jpg'),
(105, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentyfifteen.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentyfifteen.jpg'),
(106, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentyfourteen.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentyfourteen.jpg'),
(107, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentynineteen.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentynineteen.jpg'),
(108, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentyseventeen.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentyseventeen.jpg'),
(109, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentysixteen.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentysixteen.jpg'),
(110, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentythirteen.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentythirteen.jpg'),
(111, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentytwelve.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentytwelve.jpg'),
(112, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentytwenty.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentytwenty.jpg'),
(113, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/images/reader-themes/twentytwentyone.jpg', 'wp-content/plugins/amp/assets/images/reader-themes/twentytwentyone.jpg'),
(114, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-block-editor.asset.php', 'wp-content/plugins/amp/assets/js/amp-block-editor.asset.php'),
(115, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-block-editor.js', 'wp-content/plugins/amp/assets/js/amp-block-editor.js'),
(116, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-block-validation.asset.php', 'wp-content/plugins/amp/assets/js/amp-block-validation.asset.php'),
(117, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-block-validation.js', 'wp-content/plugins/amp/assets/js/amp-block-validation.js'),
(118, '/home/forwardbetcasino/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'),
(119, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-customize-controls-legacy.js', 'wp-content/plugins/amp/assets/js/amp-customize-controls-legacy.js'),
(120, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-customize-controls.asset.php', 'wp-content/plugins/amp/assets/js/amp-customize-controls.asset.php'),
(121, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-customize-controls.js', 'wp-content/plugins/amp/assets/js/amp-customize-controls.js'),
(122, '/home/forwardbetcasino/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'),
(123, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-customize-preview-legacy.js', 'wp-content/plugins/amp/assets/js/amp-customize-preview-legacy.js'),
(124, '/home/forwardbetcasino/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'),
(125, '/home/forwardbetcasino/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'),
(126, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-onboarding-wizard.asset.php', 'wp-content/plugins/amp/assets/js/amp-onboarding-wizard.asset.php'),
(127, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-onboarding-wizard.js', 'wp-content/plugins/amp/assets/js/amp-onboarding-wizard.js'),
(128, '/home/forwardbetcasino/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'),
(129, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-paired-browsing-app.js', 'wp-content/plugins/amp/assets/js/amp-paired-browsing-app.js'),
(130, '/home/forwardbetcasino/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'),
(131, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-paired-browsing-client.js', 'wp-content/plugins/amp/assets/js/amp-paired-browsing-client.js'),
(132, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-plugin-install.asset.php', 'wp-content/plugins/amp/assets/js/amp-plugin-install.asset.php'),
(133, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-plugin-install.js', 'wp-content/plugins/amp/assets/js/amp-plugin-install.js'),
(134, '/home/forwardbetcasino/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'),
(135, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-post-meta-box.js', 'wp-content/plugins/amp/assets/js/amp-post-meta-box.js'),
(136, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-settings.asset.php', 'wp-content/plugins/amp/assets/js/amp-settings.asset.php'),
(137, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-settings.js', 'wp-content/plugins/amp/assets/js/amp-settings.js'),
(138, '/home/forwardbetcasino/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'),
(139, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-site-scan-notice.js', 'wp-content/plugins/amp/assets/js/amp-site-scan-notice.js'),
(140, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-theme-install.asset.php', 'wp-content/plugins/amp/assets/js/amp-theme-install.asset.php'),
(141, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-theme-install.js', 'wp-content/plugins/amp/assets/js/amp-theme-install.js'),
(142, '/home/forwardbetcasino/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'),
(143, '/home/forwardbetcasino/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'),
(144, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-validation-counts.asset.php', 'wp-content/plugins/amp/assets/js/amp-validation-counts.asset.php'),
(145, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-validation-counts.js', 'wp-content/plugins/amp/assets/js/amp-validation-counts.js'),
(146, '/home/forwardbetcasino/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'),
(147, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-validation-detail-toggle.js', 'wp-content/plugins/amp/assets/js/amp-validation-detail-toggle.js'),
(148, '/home/forwardbetcasino/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'),
(149, '/home/forwardbetcasino/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'),
(150, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-validation-tooltips.asset.php', 'wp-content/plugins/amp/assets/js/amp-validation-tooltips.asset.php'),
(151, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/amp-validation-tooltips.js', 'wp-content/plugins/amp/assets/js/amp-validation-tooltips.js'),
(152, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/mobile-redirection.asset.php', 'wp-content/plugins/amp/assets/js/mobile-redirection.asset.php'),
(153, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/mobile-redirection.js', 'wp-content/plugins/amp/assets/js/mobile-redirection.js'),
(154, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/react-jsx-runtime.js', 'wp-content/plugins/amp/assets/js/react-jsx-runtime.js'),
(155, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/vendor/lodash.js', 'wp-content/plugins/amp/assets/js/vendor/lodash.js'),
(156, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-api-fetch.asset.php', 'wp-content/plugins/amp/assets/js/wp-api-fetch.asset.php'),
(157, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-api-fetch.js', 'wp-content/plugins/amp/assets/js/wp-api-fetch.js'),
(158, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-dom-ready.asset.php', 'wp-content/plugins/amp/assets/js/wp-dom-ready.asset.php'),
(159, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-dom-ready.js', 'wp-content/plugins/amp/assets/js/wp-dom-ready.js'),
(160, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-hooks.asset.php', 'wp-content/plugins/amp/assets/js/wp-hooks.asset.php'),
(161, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-hooks.js', 'wp-content/plugins/amp/assets/js/wp-hooks.js'),
(162, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-html-entities.asset.php', 'wp-content/plugins/amp/assets/js/wp-html-entities.asset.php'),
(163, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-html-entities.js', 'wp-content/plugins/amp/assets/js/wp-html-entities.js'),
(164, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-i18n.asset.php', 'wp-content/plugins/amp/assets/js/wp-i18n.asset.php'),
(165, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-i18n.js', 'wp-content/plugins/amp/assets/js/wp-i18n.js'),
(166, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-polyfill.asset.php', 'wp-content/plugins/amp/assets/js/wp-polyfill.asset.php'),
(167, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-polyfill.js', 'wp-content/plugins/amp/assets/js/wp-polyfill.js'),
(168, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-url.asset.php', 'wp-content/plugins/amp/assets/js/wp-url.asset.php'),
(169, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/assets/js/wp-url.js', 'wp-content/plugins/amp/assets/js/wp-url.js'),
(170, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/back-compat/back-compat.php', 'wp-content/plugins/amp/back-compat/back-compat.php'),
(171, '/home/forwardbetcasino/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'),
(172, '/home/forwardbetcasino/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'),
(173, '/home/forwardbetcasino/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'),
(174, '/home/forwardbetcasino/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'),
(175, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/single.php', 'wp-content/plugins/amp/back-compat/templates-v0-3/single.php'),
(176, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/back-compat/templates-v0-3/style.php', 'wp-content/plugins/amp/back-compat/templates-v0-3/style.php'),
(177, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/admin/class-amp-admin-pointer.php', 'wp-content/plugins/amp/includes/admin/class-amp-admin-pointer.php'),
(178, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/admin/class-amp-admin-pointers.php', 'wp-content/plugins/amp/includes/admin/class-amp-admin-pointers.php'),
(179, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/admin/class-amp-editor-blocks.php', 'wp-content/plugins/amp/includes/admin/class-amp-editor-blocks.php'),
(180, '/home/forwardbetcasino/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'),
(181, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/admin/class-amp-template-customizer.php', 'wp-content/plugins/amp/includes/admin/class-amp-template-customizer.php'),
(182, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/admin/functions.php', 'wp-content/plugins/amp/includes/admin/functions.php'),
(183, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/amp-frontend-actions.php', 'wp-content/plugins/amp/includes/amp-frontend-actions.php'),
(184, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/amp-helper-functions.php', 'wp-content/plugins/amp/includes/amp-helper-functions.php'),
(185, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/amp-post-template-functions.php', 'wp-content/plugins/amp/includes/amp-post-template-functions.php'),
(186, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/bootstrap.php', 'wp-content/plugins/amp/includes/bootstrap.php'),
(187, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/class-amp-autoloader.php', 'wp-content/plugins/amp/includes/class-amp-autoloader.php'),
(188, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/class-amp-comment-walker.php', 'wp-content/plugins/amp/includes/class-amp-comment-walker.php'),
(189, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/class-amp-http.php', 'wp-content/plugins/amp/includes/class-amp-http.php'),
(190, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/class-amp-post-type-support.php', 'wp-content/plugins/amp/includes/class-amp-post-type-support.php'),
(191, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/class-amp-service-worker.php', 'wp-content/plugins/amp/includes/class-amp-service-worker.php'),
(192, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/class-amp-theme-support.php', 'wp-content/plugins/amp/includes/class-amp-theme-support.php'),
(193, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/deprecated.php', 'wp-content/plugins/amp/includes/deprecated.php'),
(194, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/ecosystem-data/analytics-vendors.php', 'wp-content/plugins/amp/includes/ecosystem-data/analytics-vendors.php'),
(195, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/ecosystem-data/plugins.php', 'wp-content/plugins/amp/includes/ecosystem-data/plugins.php'),
(196, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/ecosystem-data/themes.php', 'wp-content/plugins/amp/includes/ecosystem-data/themes.php'),
(197, '/home/forwardbetcasino/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'),
(198, '/home/forwardbetcasino/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'),
(199, '/home/forwardbetcasino/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'),
(200, '/home/forwardbetcasino/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'),
(201, '/home/forwardbetcasino/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'),
(202, '/home/forwardbetcasino/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'),
(203, '/home/forwardbetcasino/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'),
(204, '/home/forwardbetcasino/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'),
(205, '/home/forwardbetcasino/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'),
(206, '/home/forwardbetcasino/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'),
(207, '/home/forwardbetcasino/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'),
(208, '/home/forwardbetcasino/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'),
(209, '/home/forwardbetcasino/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'),
(210, '/home/forwardbetcasino/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'),
(211, '/home/forwardbetcasino/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'),
(212, '/home/forwardbetcasino/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'),
(213, '/home/forwardbetcasino/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'),
(214, '/home/forwardbetcasino/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'),
(215, '/home/forwardbetcasino/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'),
(216, '/home/forwardbetcasino/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'),
(217, '/home/forwardbetcasino/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'),
(218, '/home/forwardbetcasino/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'),
(219, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/options/class-amp-options-manager.php', 'wp-content/plugins/amp/includes/options/class-amp-options-manager.php'),
(220, '/home/forwardbetcasino/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'),
(221, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-accessibility-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-accessibility-sanitizer.php'),
(222, '/home/forwardbetcasino/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'),
(223, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-audio-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-audio-sanitizer.php'),
(224, '/home/forwardbetcasino/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'),
(225, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-base-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-base-sanitizer.php'),
(226, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-bento-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-bento-sanitizer.php'),
(227, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-block-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-block-sanitizer.php'),
(228, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-comments-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-comments-sanitizer.php'),
(229, '/home/forwardbetcasino/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'),
(230, '/home/forwardbetcasino/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'),
(231, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-embed-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-embed-sanitizer.php'),
(232, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-form-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-form-sanitizer.php'),
(233, '/home/forwardbetcasino/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'),
(234, '/home/forwardbetcasino/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'),
(235, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-iframe-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-iframe-sanitizer.php'),
(236, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-img-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-img-sanitizer.php'),
(237, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-layout-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-layout-sanitizer.php'),
(238, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-link-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-link-sanitizer.php'),
(239, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-meta-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-meta-sanitizer.php'),
(240, '/home/forwardbetcasino/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'),
(241, '/home/forwardbetcasino/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'),
(242, '/home/forwardbetcasino/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'),
(243, '/home/forwardbetcasino/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'),
(244, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-object-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-object-sanitizer.php'),
(245, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-playbuzz-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-playbuzz-sanitizer.php'),
(246, '/home/forwardbetcasino/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'),
(247, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-rule-spec.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-rule-spec.php'),
(248, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-script-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-script-sanitizer.php'),
(249, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-srcset-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-srcset-sanitizer.php'),
(250, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-style-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-style-sanitizer.php'),
(251, '/home/forwardbetcasino/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'),
(252, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/class-amp-video-sanitizer.php', 'wp-content/plugins/amp/includes/sanitizers/class-amp-video-sanitizer.php'),
(253, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/sanitizers/trait-amp-noscript-fallback.php', 'wp-content/plugins/amp/includes/sanitizers/trait-amp-noscript-fallback.php'),
(254, '/home/forwardbetcasino/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'),
(255, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/settings/class-amp-customizer-settings.php', 'wp-content/plugins/amp/includes/settings/class-amp-customizer-settings.php'),
(256, '/home/forwardbetcasino/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'),
(257, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/templates/amp-paired-browsing.php', 'wp-content/plugins/amp/includes/templates/amp-paired-browsing.php'),
(258, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/templates/class-amp-content-sanitizer.php', 'wp-content/plugins/amp/includes/templates/class-amp-content-sanitizer.php'),
(259, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/templates/class-amp-content.php', 'wp-content/plugins/amp/includes/templates/class-amp-content.php'),
(260, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/templates/class-amp-post-template.php', 'wp-content/plugins/amp/includes/templates/class-amp-post-template.php'),
(261, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/templates/reader-template-loader.php', 'wp-content/plugins/amp/includes/templates/reader-template-loader.php'),
(262, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/uninstall-functions.php', 'wp-content/plugins/amp/includes/uninstall-functions.php'),
(263, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/utils/class-amp-dom-utils.php', 'wp-content/plugins/amp/includes/utils/class-amp-dom-utils.php'),
(264, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/utils/class-amp-html-utils.php', 'wp-content/plugins/amp/includes/utils/class-amp-html-utils.php'),
(265, '/home/forwardbetcasino/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'),
(266, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/utils/class-amp-string-utils.php', 'wp-content/plugins/amp/includes/utils/class-amp-string-utils.php'),
(267, '/home/forwardbetcasino/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'),
(268, '/home/forwardbetcasino/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'),
(269, '/home/forwardbetcasino/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'),
(270, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/validation/class-amp-validation-manager.php', 'wp-content/plugins/amp/includes/validation/class-amp-validation-manager.php'),
(271, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/widgets/class-amp-widget-archives.php', 'wp-content/plugins/amp/includes/widgets/class-amp-widget-archives.php'),
(272, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/widgets/class-amp-widget-categories.php', 'wp-content/plugins/amp/includes/widgets/class-amp-widget-categories.php'),
(273, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/includes/widgets/class-amp-widget-text.php', 'wp-content/plugins/amp/includes/widgets/class-amp-widget-text.php'),
(274, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/readme.txt', 'wp-content/plugins/amp/readme.txt'),
(275, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/AfterActivationSiteScan.php', 'wp-content/plugins/amp/src/Admin/AfterActivationSiteScan.php'),
(276, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/AmpPlugins.php', 'wp-content/plugins/amp/src/Admin/AmpPlugins.php'),
(277, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/AmpThemes.php', 'wp-content/plugins/amp/src/Admin/AmpThemes.php'),
(278, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/AnalyticsOptionsSubmenu.php', 'wp-content/plugins/amp/src/Admin/AnalyticsOptionsSubmenu.php'),
(279, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/GoogleFonts.php', 'wp-content/plugins/amp/src/Admin/GoogleFonts.php'),
(280, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/OnboardingWizardSubmenu.php', 'wp-content/plugins/amp/src/Admin/OnboardingWizardSubmenu.php'),
(281, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/OnboardingWizardSubmenuPage.php', 'wp-content/plugins/amp/src/Admin/OnboardingWizardSubmenuPage.php'),
(282, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/OptionsMenu.php', 'wp-content/plugins/amp/src/Admin/OptionsMenu.php'),
(283, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/PairedBrowsing.php', 'wp-content/plugins/amp/src/Admin/PairedBrowsing.php'),
(284, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/PluginActivationNotice.php', 'wp-content/plugins/amp/src/Admin/PluginActivationNotice.php'),
(285, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/PluginRowMeta.php', 'wp-content/plugins/amp/src/Admin/PluginRowMeta.php'),
(286, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/Polyfills.php', 'wp-content/plugins/amp/src/Admin/Polyfills.php'),
(287, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/RESTPreloader.php', 'wp-content/plugins/amp/src/Admin/RESTPreloader.php'),
(288, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/ReaderThemes.php', 'wp-content/plugins/amp/src/Admin/ReaderThemes.php'),
(289, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/ReenableCssTransientCachingAjaxAction.php', 'wp-content/plugins/amp/src/Admin/ReenableCssTransientCachingAjaxAction.php'),
(290, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/SiteHealth.php', 'wp-content/plugins/amp/src/Admin/SiteHealth.php'),
(291, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/SupportLink.php', 'wp-content/plugins/amp/src/Admin/SupportLink.php'),
(292, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/UserRESTEndpointExtension.php', 'wp-content/plugins/amp/src/Admin/UserRESTEndpointExtension.php'),
(293, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Admin/ValidationCounts.php', 'wp-content/plugins/amp/src/Admin/ValidationCounts.php'),
(294, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/AmpSlugCustomizationWatcher.php', 'wp-content/plugins/amp/src/AmpSlugCustomizationWatcher.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(295, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/AmpWpPlugin.php', 'wp-content/plugins/amp/src/AmpWpPlugin.php'),
(296, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/AmpWpPluginFactory.php', 'wp-content/plugins/amp/src/AmpWpPluginFactory.php'),
(297, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/BackgroundTask/BackgroundTaskDeactivator.php', 'wp-content/plugins/amp/src/BackgroundTask/BackgroundTaskDeactivator.php'),
(298, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/BackgroundTask/CronBasedBackgroundTask.php', 'wp-content/plugins/amp/src/BackgroundTask/CronBasedBackgroundTask.php'),
(299, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/BackgroundTask/MonitorCssTransientCaching.php', 'wp-content/plugins/amp/src/BackgroundTask/MonitorCssTransientCaching.php'),
(300, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/BackgroundTask/RecurringBackgroundTask.php', 'wp-content/plugins/amp/src/BackgroundTask/RecurringBackgroundTask.php'),
(301, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/BackgroundTask/SingleScheduledBackgroundTask.php', 'wp-content/plugins/amp/src/BackgroundTask/SingleScheduledBackgroundTask.php'),
(302, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/BackgroundTask/ValidatedUrlStylesheetDataGarbageCollection.php', 'wp-content/plugins/amp/src/BackgroundTask/ValidatedUrlStylesheetDataGarbageCollection.php'),
(303, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/BackgroundTask/ValidationDataGarbageCollection.php', 'wp-content/plugins/amp/src/BackgroundTask/ValidationDataGarbageCollection.php'),
(304, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Cli/AmpCommandNamespace.php', 'wp-content/plugins/amp/src/Cli/AmpCommandNamespace.php'),
(305, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Cli/CommandNamespaceRegistration.php', 'wp-content/plugins/amp/src/Cli/CommandNamespaceRegistration.php'),
(306, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Cli/OptimizerCommand.php', 'wp-content/plugins/amp/src/Cli/OptimizerCommand.php'),
(307, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Cli/OptionCommand.php', 'wp-content/plugins/amp/src/Cli/OptionCommand.php'),
(308, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Cli/TransformerCommand.php', 'wp-content/plugins/amp/src/Cli/TransformerCommand.php'),
(309, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Cli/ValidationCommand.php', 'wp-content/plugins/amp/src/Cli/ValidationCommand.php'),
(310, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Component/CaptionedSlide.php', 'wp-content/plugins/amp/src/Component/CaptionedSlide.php'),
(311, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Component/Carousel.php', 'wp-content/plugins/amp/src/Component/Carousel.php'),
(312, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Component/HasCaption.php', 'wp-content/plugins/amp/src/Component/HasCaption.php'),
(313, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/ConfigurationArgument.php', 'wp-content/plugins/amp/src/ConfigurationArgument.php'),
(314, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/DependencySupport.php', 'wp-content/plugins/amp/src/DependencySupport.php'),
(315, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/DevTools/BlockSources.php', 'wp-content/plugins/amp/src/DevTools/BlockSources.php'),
(316, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/DevTools/CallbackReflection.php', 'wp-content/plugins/amp/src/DevTools/CallbackReflection.php'),
(317, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/DevTools/ErrorPage.php', 'wp-content/plugins/amp/src/DevTools/ErrorPage.php'),
(318, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/DevTools/FileReflection.php', 'wp-content/plugins/amp/src/DevTools/FileReflection.php'),
(319, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/DevTools/LikelyCulpritDetector.php', 'wp-content/plugins/amp/src/DevTools/LikelyCulpritDetector.php'),
(320, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/DevTools/UserAccess.php', 'wp-content/plugins/amp/src/DevTools/UserAccess.php'),
(321, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Dom/ElementList.php', 'wp-content/plugins/amp/src/Dom/ElementList.php'),
(322, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Dom/Options.php', 'wp-content/plugins/amp/src/Dom/Options.php'),
(323, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Editor/EditorSupport.php', 'wp-content/plugins/amp/src/Editor/EditorSupport.php'),
(324, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Embed/HandlesGalleryEmbed.php', 'wp-content/plugins/amp/src/Embed/HandlesGalleryEmbed.php'),
(325, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Exception/AmpWpException.php', 'wp-content/plugins/amp/src/Exception/AmpWpException.php'),
(326, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Exception/FailedToMakeInstance.php', 'wp-content/plugins/amp/src/Exception/FailedToMakeInstance.php'),
(327, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Exception/InvalidEventProperties.php', 'wp-content/plugins/amp/src/Exception/InvalidEventProperties.php'),
(328, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Exception/InvalidService.php', 'wp-content/plugins/amp/src/Exception/InvalidService.php'),
(329, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Exception/InvalidStopwatchEvent.php', 'wp-content/plugins/amp/src/Exception/InvalidStopwatchEvent.php'),
(330, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/ExtraThemeAndPluginHeaders.php', 'wp-content/plugins/amp/src/ExtraThemeAndPluginHeaders.php'),
(331, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Icon.php', 'wp-content/plugins/amp/src/Icon.php'),
(332, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Activateable.php', 'wp-content/plugins/amp/src/Infrastructure/Activateable.php'),
(333, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/CliCommand.php', 'wp-content/plugins/amp/src/Infrastructure/CliCommand.php'),
(334, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Conditional.php', 'wp-content/plugins/amp/src/Infrastructure/Conditional.php'),
(335, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Deactivateable.php', 'wp-content/plugins/amp/src/Infrastructure/Deactivateable.php'),
(336, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Delayed.php', 'wp-content/plugins/amp/src/Infrastructure/Delayed.php'),
(337, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/HasRequirements.php', 'wp-content/plugins/amp/src/Infrastructure/HasRequirements.php'),
(338, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Injector/FallbackInstantiator.php', 'wp-content/plugins/amp/src/Infrastructure/Injector/FallbackInstantiator.php'),
(339, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Injector/InjectionChain.php', 'wp-content/plugins/amp/src/Infrastructure/Injector/InjectionChain.php'),
(340, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Injector/SimpleInjector.php', 'wp-content/plugins/amp/src/Infrastructure/Injector/SimpleInjector.php'),
(341, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Injector.php', 'wp-content/plugins/amp/src/Infrastructure/Injector.php'),
(342, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Instantiator.php', 'wp-content/plugins/amp/src/Infrastructure/Instantiator.php'),
(343, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Plugin.php', 'wp-content/plugins/amp/src/Infrastructure/Plugin.php'),
(344, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Registerable.php', 'wp-content/plugins/amp/src/Infrastructure/Registerable.php'),
(345, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/Service.php', 'wp-content/plugins/amp/src/Infrastructure/Service.php'),
(346, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceBasedPlugin.php', 'wp-content/plugins/amp/src/Infrastructure/ServiceBasedPlugin.php'),
(347, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceContainer/LazilyInstantiatedService.php', 'wp-content/plugins/amp/src/Infrastructure/ServiceContainer/LazilyInstantiatedService.php'),
(348, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceContainer/SimpleServiceContainer.php', 'wp-content/plugins/amp/src/Infrastructure/ServiceContainer/SimpleServiceContainer.php'),
(349, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Infrastructure/ServiceContainer.php', 'wp-content/plugins/amp/src/Infrastructure/ServiceContainer.php'),
(350, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Instrumentation/Event.php', 'wp-content/plugins/amp/src/Instrumentation/Event.php'),
(351, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Instrumentation/EventWithDuration.php', 'wp-content/plugins/amp/src/Instrumentation/EventWithDuration.php'),
(352, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Instrumentation/ServerTiming.php', 'wp-content/plugins/amp/src/Instrumentation/ServerTiming.php'),
(353, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Instrumentation/StopWatch.php', 'wp-content/plugins/amp/src/Instrumentation/StopWatch.php'),
(354, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Instrumentation/StopWatchEvent.php', 'wp-content/plugins/amp/src/Instrumentation/StopWatchEvent.php'),
(355, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/LoadingError.php', 'wp-content/plugins/amp/src/LoadingError.php'),
(356, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/MobileRedirection.php', 'wp-content/plugins/amp/src/MobileRedirection.php'),
(357, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/ObsoleteBlockAttributeRemover.php', 'wp-content/plugins/amp/src/ObsoleteBlockAttributeRemover.php'),
(358, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Optimizer/AmpWPConfiguration.php', 'wp-content/plugins/amp/src/Optimizer/AmpWPConfiguration.php'),
(359, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Optimizer/HeroCandidateFiltering.php', 'wp-content/plugins/amp/src/Optimizer/HeroCandidateFiltering.php'),
(360, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Optimizer/OptimizerService.php', 'wp-content/plugins/amp/src/Optimizer/OptimizerService.php'),
(361, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Optimizer/Transformer/AmpSchemaOrgMetadata.php', 'wp-content/plugins/amp/src/Optimizer/Transformer/AmpSchemaOrgMetadata.php'),
(362, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Optimizer/Transformer/AmpSchemaOrgMetadataConfiguration.php', 'wp-content/plugins/amp/src/Optimizer/Transformer/AmpSchemaOrgMetadataConfiguration.php'),
(363, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Optimizer/Transformer/DetermineHeroImages.php', 'wp-content/plugins/amp/src/Optimizer/Transformer/DetermineHeroImages.php'),
(364, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Option.php', 'wp-content/plugins/amp/src/Option.php'),
(365, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/OptionsRESTController.php', 'wp-content/plugins/amp/src/OptionsRESTController.php'),
(366, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/PairedRouting.php', 'wp-content/plugins/amp/src/PairedRouting.php'),
(367, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/PairedUrl.php', 'wp-content/plugins/amp/src/PairedUrl.php'),
(368, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/PairedUrlStructure/LegacyReaderUrlStructure.php', 'wp-content/plugins/amp/src/PairedUrlStructure/LegacyReaderUrlStructure.php'),
(369, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/PairedUrlStructure/LegacyTransitionalUrlStructure.php', 'wp-content/plugins/amp/src/PairedUrlStructure/LegacyTransitionalUrlStructure.php'),
(370, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/PairedUrlStructure/PathSuffixUrlStructure.php', 'wp-content/plugins/amp/src/PairedUrlStructure/PathSuffixUrlStructure.php'),
(371, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/PairedUrlStructure/QueryVarUrlStructure.php', 'wp-content/plugins/amp/src/PairedUrlStructure/QueryVarUrlStructure.php'),
(372, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/PairedUrlStructure.php', 'wp-content/plugins/amp/src/PairedUrlStructure.php'),
(373, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/PluginRegistry.php', 'wp-content/plugins/amp/src/PluginRegistry.php'),
(374, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/PluginSuppression.php', 'wp-content/plugins/amp/src/PluginSuppression.php'),
(375, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/QueryVar.php', 'wp-content/plugins/amp/src/QueryVar.php'),
(376, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/ReaderThemeLoader.php', 'wp-content/plugins/amp/src/ReaderThemeLoader.php'),
(377, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/ReaderThemeSupportFeatures.php', 'wp-content/plugins/amp/src/ReaderThemeSupportFeatures.php'),
(378, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/RemoteRequest/CachedRemoteGetRequest.php', 'wp-content/plugins/amp/src/RemoteRequest/CachedRemoteGetRequest.php'),
(379, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/RemoteRequest/CachedResponse.php', 'wp-content/plugins/amp/src/RemoteRequest/CachedResponse.php'),
(380, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/RemoteRequest/WpHttpRemoteGetRequest.php', 'wp-content/plugins/amp/src/RemoteRequest/WpHttpRemoteGetRequest.php'),
(381, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Sandboxing.php', 'wp-content/plugins/amp/src/Sandboxing.php'),
(382, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Services.php', 'wp-content/plugins/amp/src/Services.php'),
(383, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Validation/ScannableURLProvider.php', 'wp-content/plugins/amp/src/Validation/ScannableURLProvider.php'),
(384, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Validation/ScannableURLsRestController.php', 'wp-content/plugins/amp/src/Validation/ScannableURLsRestController.php'),
(385, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Validation/URLValidationCron.php', 'wp-content/plugins/amp/src/Validation/URLValidationCron.php'),
(386, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Validation/URLValidationProvider.php', 'wp-content/plugins/amp/src/Validation/URLValidationProvider.php'),
(387, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Validation/URLValidationRESTController.php', 'wp-content/plugins/amp/src/Validation/URLValidationRESTController.php'),
(388, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/Validation/ValidationCountsRestController.php', 'wp-content/plugins/amp/src/Validation/ValidationCountsRestController.php'),
(389, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/src/ValidationExemption.php', 'wp-content/plugins/amp/src/ValidationExemption.php'),
(390, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/featured-image.php', 'wp-content/plugins/amp/templates/featured-image.php'),
(391, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/footer.php', 'wp-content/plugins/amp/templates/footer.php'),
(392, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/header-bar.php', 'wp-content/plugins/amp/templates/header-bar.php'),
(393, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/header.php', 'wp-content/plugins/amp/templates/header.php'),
(394, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/html-end.php', 'wp-content/plugins/amp/templates/html-end.php'),
(395, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/html-start.php', 'wp-content/plugins/amp/templates/html-start.php'),
(396, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/meta-author.php', 'wp-content/plugins/amp/templates/meta-author.php'),
(397, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/meta-comments-link.php', 'wp-content/plugins/amp/templates/meta-comments-link.php'),
(398, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/meta-taxonomy.php', 'wp-content/plugins/amp/templates/meta-taxonomy.php'),
(399, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/meta-time.php', 'wp-content/plugins/amp/templates/meta-time.php'),
(400, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/page.php', 'wp-content/plugins/amp/templates/page.php'),
(401, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/single.php', 'wp-content/plugins/amp/templates/single.php'),
(402, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/templates/style.php', 'wp-content/plugins/amp/templates/style.php'),
(403, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/uninstall.php', 'wp-content/plugins/amp/uninstall.php'),
(404, '/home/forwardbetcasino/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'),
(405, '/home/forwardbetcasino/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'),
(406, '/home/forwardbetcasino/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'),
(407, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Amp.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Amp.php'),
(408, '/home/forwardbetcasino/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'),
(409, '/home/forwardbetcasino/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'),
(410, '/home/forwardbetcasino/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'),
(411, '/home/forwardbetcasino/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'),
(412, '/home/forwardbetcasino/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'),
(413, '/home/forwardbetcasino/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'),
(414, '/home/forwardbetcasino/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'),
(415, '/home/forwardbetcasino/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'),
(416, '/home/forwardbetcasino/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'),
(417, '/home/forwardbetcasino/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'),
(418, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CompatibilityFix.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CompatibilityFix.php'),
(419, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CssLength.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/CssLength.php'),
(420, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/DevMode.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/DevMode.php'),
(421, '/home/forwardbetcasino/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'),
(422, '/home/forwardbetcasino/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'),
(423, '/home/forwardbetcasino/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'),
(424, '/home/forwardbetcasino/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'),
(425, '/home/forwardbetcasino/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'),
(426, '/home/forwardbetcasino/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'),
(427, '/home/forwardbetcasino/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'),
(428, '/home/forwardbetcasino/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'),
(429, '/home/forwardbetcasino/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'),
(430, '/home/forwardbetcasino/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'),
(431, '/home/forwardbetcasino/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'),
(432, '/home/forwardbetcasino/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'),
(433, '/home/forwardbetcasino/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'),
(434, '/home/forwardbetcasino/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'),
(435, '/home/forwardbetcasino/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'),
(436, '/home/forwardbetcasino/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'),
(437, '/home/forwardbetcasino/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'),
(438, '/home/forwardbetcasino/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'),
(439, '/home/forwardbetcasino/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'),
(440, '/home/forwardbetcasino/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'),
(441, '/home/forwardbetcasino/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'),
(442, '/home/forwardbetcasino/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'),
(443, '/home/forwardbetcasino/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'),
(444, '/home/forwardbetcasino/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'),
(445, '/home/forwardbetcasino/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'),
(446, '/home/forwardbetcasino/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'),
(447, '/home/forwardbetcasino/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'),
(448, '/home/forwardbetcasino/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'),
(449, '/home/forwardbetcasino/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'),
(450, '/home/forwardbetcasino/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'),
(451, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Encoding.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Encoding.php'),
(452, '/home/forwardbetcasino/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'),
(453, '/home/forwardbetcasino/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'),
(454, '/home/forwardbetcasino/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'),
(455, '/home/forwardbetcasino/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'),
(456, '/home/forwardbetcasino/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'),
(457, '/home/forwardbetcasino/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'),
(458, '/home/forwardbetcasino/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'),
(459, '/home/forwardbetcasino/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'),
(460, '/home/forwardbetcasino/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'),
(461, '/home/forwardbetcasino/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'),
(462, '/home/forwardbetcasino/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'),
(463, '/home/forwardbetcasino/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'),
(464, '/home/forwardbetcasino/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'),
(465, '/home/forwardbetcasino/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'),
(466, '/home/forwardbetcasino/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'),
(467, '/home/forwardbetcasino/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'),
(468, '/home/forwardbetcasino/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'),
(469, '/home/forwardbetcasino/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'),
(470, '/home/forwardbetcasino/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'),
(471, '/home/forwardbetcasino/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'),
(472, '/home/forwardbetcasino/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'),
(473, '/home/forwardbetcasino/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'),
(474, '/home/forwardbetcasino/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'),
(475, '/home/forwardbetcasino/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'),
(476, '/home/forwardbetcasino/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'),
(477, '/home/forwardbetcasino/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'),
(478, '/home/forwardbetcasino/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'),
(479, '/home/forwardbetcasino/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'),
(480, '/home/forwardbetcasino/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'),
(481, '/home/forwardbetcasino/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'),
(482, '/home/forwardbetcasino/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'),
(483, '/home/forwardbetcasino/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'),
(484, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Extension.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Extension.php'),
(485, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/FakeEnum.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/FakeEnum.php'),
(486, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Format.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Format.php'),
(487, '/home/forwardbetcasino/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'),
(488, '/home/forwardbetcasino/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'),
(489, '/home/forwardbetcasino/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'),
(490, '/home/forwardbetcasino/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'),
(491, '/home/forwardbetcasino/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'),
(492, '/home/forwardbetcasino/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'),
(493, '/home/forwardbetcasino/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'),
(494, '/home/forwardbetcasino/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'),
(495, '/home/forwardbetcasino/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'),
(496, '/home/forwardbetcasino/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'),
(497, '/home/forwardbetcasino/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'),
(498, '/home/forwardbetcasino/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'),
(499, '/home/forwardbetcasino/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'),
(500, '/home/forwardbetcasino/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'),
(501, '/home/forwardbetcasino/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'),
(502, '/home/forwardbetcasino/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'),
(503, '/home/forwardbetcasino/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'),
(504, '/home/forwardbetcasino/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'),
(505, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Internal.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Internal.php'),
(506, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Layout.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Layout.php'),
(507, '/home/forwardbetcasino/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'),
(508, '/home/forwardbetcasino/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'),
(509, '/home/forwardbetcasino/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'),
(510, '/home/forwardbetcasino/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'),
(511, '/home/forwardbetcasino/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'),
(512, '/home/forwardbetcasino/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'),
(513, '/home/forwardbetcasino/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'),
(514, '/home/forwardbetcasino/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'),
(515, '/home/forwardbetcasino/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'),
(516, '/home/forwardbetcasino/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'),
(517, '/home/forwardbetcasino/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'),
(518, '/home/forwardbetcasino/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'),
(519, '/home/forwardbetcasino/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'),
(520, '/home/forwardbetcasino/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'),
(521, '/home/forwardbetcasino/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'),
(522, '/home/forwardbetcasino/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'),
(523, '/home/forwardbetcasino/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'),
(524, '/home/forwardbetcasino/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'),
(525, '/home/forwardbetcasino/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'),
(526, '/home/forwardbetcasino/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'),
(527, '/home/forwardbetcasino/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'),
(528, '/home/forwardbetcasino/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'),
(529, '/home/forwardbetcasino/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'),
(530, '/home/forwardbetcasino/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'),
(531, '/home/forwardbetcasino/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'),
(532, '/home/forwardbetcasino/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'),
(533, '/home/forwardbetcasino/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'),
(534, '/home/forwardbetcasino/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'),
(535, '/home/forwardbetcasino/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'),
(536, '/home/forwardbetcasino/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'),
(537, '/home/forwardbetcasino/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'),
(538, '/home/forwardbetcasino/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'),
(539, '/home/forwardbetcasino/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'),
(540, '/home/forwardbetcasino/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'),
(541, '/home/forwardbetcasino/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'),
(542, '/home/forwardbetcasino/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'),
(543, '/home/forwardbetcasino/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'),
(544, '/home/forwardbetcasino/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'),
(545, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(546, '/home/forwardbetcasino/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'),
(547, '/home/forwardbetcasino/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'),
(548, '/home/forwardbetcasino/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'),
(549, '/home/forwardbetcasino/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'),
(550, '/home/forwardbetcasino/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'),
(551, '/home/forwardbetcasino/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'),
(552, '/home/forwardbetcasino/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'),
(553, '/home/forwardbetcasino/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'),
(554, '/home/forwardbetcasino/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'),
(555, '/home/forwardbetcasino/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'),
(556, '/home/forwardbetcasino/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'),
(557, '/home/forwardbetcasino/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'),
(558, '/home/forwardbetcasino/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'),
(559, '/home/forwardbetcasino/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'),
(560, '/home/forwardbetcasino/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'),
(561, '/home/forwardbetcasino/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'),
(562, '/home/forwardbetcasino/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'),
(563, '/home/forwardbetcasino/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'),
(564, '/home/forwardbetcasino/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'),
(565, '/home/forwardbetcasino/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'),
(566, '/home/forwardbetcasino/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'),
(567, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Protocol.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Protocol.php'),
(568, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteGetRequest.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteGetRequest.php'),
(569, '/home/forwardbetcasino/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'),
(570, '/home/forwardbetcasino/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'),
(571, '/home/forwardbetcasino/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'),
(572, '/home/forwardbetcasino/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'),
(573, '/home/forwardbetcasino/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'),
(574, '/home/forwardbetcasino/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'),
(575, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Response.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Response.php'),
(576, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RuntimeVersion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RuntimeVersion.php'),
(577, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/ScriptReleaseVersion.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/ScriptReleaseVersion.php'),
(578, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Str.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Str.php'),
(579, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Url.php', 'wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Url.php'),
(580, '/home/forwardbetcasino/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'),
(581, '/home/forwardbetcasino/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'),
(582, '/home/forwardbetcasino/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'),
(583, '/home/forwardbetcasino/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'),
(584, '/home/forwardbetcasino/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'),
(585, '/home/forwardbetcasino/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'),
(586, '/home/forwardbetcasino/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'),
(587, '/home/forwardbetcasino/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'),
(588, '/home/forwardbetcasino/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'),
(589, '/home/forwardbetcasino/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'),
(590, '/home/forwardbetcasino/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'),
(591, '/home/forwardbetcasino/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'),
(592, '/home/forwardbetcasino/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'),
(593, '/home/forwardbetcasino/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'),
(594, '/home/forwardbetcasino/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'),
(595, '/home/forwardbetcasino/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'),
(596, '/home/forwardbetcasino/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'),
(597, '/home/forwardbetcasino/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'),
(598, '/home/forwardbetcasino/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'),
(599, '/home/forwardbetcasino/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'),
(600, '/home/forwardbetcasino/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'),
(601, '/home/forwardbetcasino/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'),
(602, '/home/forwardbetcasino/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'),
(603, '/home/forwardbetcasino/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'),
(604, '/home/forwardbetcasino/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'),
(605, '/home/forwardbetcasino/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'),
(606, '/home/forwardbetcasino/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'),
(607, '/home/forwardbetcasino/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'),
(608, '/home/forwardbetcasino/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'),
(609, '/home/forwardbetcasino/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'),
(610, '/home/forwardbetcasino/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'),
(611, '/home/forwardbetcasino/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'),
(612, '/home/forwardbetcasino/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'),
(613, '/home/forwardbetcasino/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'),
(614, '/home/forwardbetcasino/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'),
(615, '/home/forwardbetcasino/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'),
(616, '/home/forwardbetcasino/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'),
(617, '/home/forwardbetcasino/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'),
(618, '/home/forwardbetcasino/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'),
(619, '/home/forwardbetcasino/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'),
(620, '/home/forwardbetcasino/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'),
(621, '/home/forwardbetcasino/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'),
(622, '/home/forwardbetcasino/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'),
(623, '/home/forwardbetcasino/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'),
(624, '/home/forwardbetcasino/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'),
(625, '/home/forwardbetcasino/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'),
(626, '/home/forwardbetcasino/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'),
(627, '/home/forwardbetcasino/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'),
(628, '/home/forwardbetcasino/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'),
(629, '/home/forwardbetcasino/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'),
(630, '/home/forwardbetcasino/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'),
(631, '/home/forwardbetcasino/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'),
(632, '/home/forwardbetcasino/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'),
(633, '/home/forwardbetcasino/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'),
(634, '/home/forwardbetcasino/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'),
(635, '/home/forwardbetcasino/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'),
(636, '/home/forwardbetcasino/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'),
(637, '/home/forwardbetcasino/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'),
(638, '/home/forwardbetcasino/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'),
(639, '/home/forwardbetcasino/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'),
(640, '/home/forwardbetcasino/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'),
(641, '/home/forwardbetcasino/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'),
(642, '/home/forwardbetcasino/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'),
(643, '/home/forwardbetcasino/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'),
(644, '/home/forwardbetcasino/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'),
(645, '/home/forwardbetcasino/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'),
(646, '/home/forwardbetcasino/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'),
(647, '/home/forwardbetcasino/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'),
(648, '/home/forwardbetcasino/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'),
(649, '/home/forwardbetcasino/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'),
(650, '/home/forwardbetcasino/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'),
(651, '/home/forwardbetcasino/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'),
(652, '/home/forwardbetcasino/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'),
(653, '/home/forwardbetcasino/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'),
(654, '/home/forwardbetcasino/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'),
(655, '/home/forwardbetcasino/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'),
(656, '/home/forwardbetcasino/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'),
(657, '/home/forwardbetcasino/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'),
(658, '/home/forwardbetcasino/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'),
(659, '/home/forwardbetcasino/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'),
(660, '/home/forwardbetcasino/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'),
(661, '/home/forwardbetcasino/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'),
(662, '/home/forwardbetcasino/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'),
(663, '/home/forwardbetcasino/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'),
(664, '/home/forwardbetcasino/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'),
(665, '/home/forwardbetcasino/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'),
(666, '/home/forwardbetcasino/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'),
(667, '/home/forwardbetcasino/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'),
(668, '/home/forwardbetcasino/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'),
(669, '/home/forwardbetcasino/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'),
(670, '/home/forwardbetcasino/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'),
(671, '/home/forwardbetcasino/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'),
(672, '/home/forwardbetcasino/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'),
(673, '/home/forwardbetcasino/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'),
(674, '/home/forwardbetcasino/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'),
(675, '/home/forwardbetcasino/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'),
(676, '/home/forwardbetcasino/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'),
(677, '/home/forwardbetcasino/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'),
(678, '/home/forwardbetcasino/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'),
(679, '/home/forwardbetcasino/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'),
(680, '/home/forwardbetcasino/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'),
(681, '/home/forwardbetcasino/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'),
(682, '/home/forwardbetcasino/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'),
(683, '/home/forwardbetcasino/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'),
(684, '/home/forwardbetcasino/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'),
(685, '/home/forwardbetcasino/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'),
(686, '/home/forwardbetcasino/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'),
(687, '/home/forwardbetcasino/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'),
(688, '/home/forwardbetcasino/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'),
(689, '/home/forwardbetcasino/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'),
(690, '/home/forwardbetcasino/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'),
(691, '/home/forwardbetcasino/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'),
(692, '/home/forwardbetcasino/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'),
(693, '/home/forwardbetcasino/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'),
(694, '/home/forwardbetcasino/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'),
(695, '/home/forwardbetcasino/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'),
(696, '/home/forwardbetcasino/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'),
(697, '/home/forwardbetcasino/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'),
(698, '/home/forwardbetcasino/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'),
(699, '/home/forwardbetcasino/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'),
(700, '/home/forwardbetcasino/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'),
(701, '/home/forwardbetcasino/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'),
(702, '/home/forwardbetcasino/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'),
(703, '/home/forwardbetcasino/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'),
(704, '/home/forwardbetcasino/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'),
(705, '/home/forwardbetcasino/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'),
(706, '/home/forwardbetcasino/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'),
(707, '/home/forwardbetcasino/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'),
(708, '/home/forwardbetcasino/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'),
(709, '/home/forwardbetcasino/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'),
(710, '/home/forwardbetcasino/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'),
(711, '/home/forwardbetcasino/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'),
(712, '/home/forwardbetcasino/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'),
(713, '/home/forwardbetcasino/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'),
(714, '/home/forwardbetcasino/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'),
(715, '/home/forwardbetcasino/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'),
(716, '/home/forwardbetcasino/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'),
(717, '/home/forwardbetcasino/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'),
(718, '/home/forwardbetcasino/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'),
(719, '/home/forwardbetcasino/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'),
(720, '/home/forwardbetcasino/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'),
(721, '/home/forwardbetcasino/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'),
(722, '/home/forwardbetcasino/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'),
(723, '/home/forwardbetcasino/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'),
(724, '/home/forwardbetcasino/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'),
(725, '/home/forwardbetcasino/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'),
(726, '/home/forwardbetcasino/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'),
(727, '/home/forwardbetcasino/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'),
(728, '/home/forwardbetcasino/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'),
(729, '/home/forwardbetcasino/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'),
(730, '/home/forwardbetcasino/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'),
(731, '/home/forwardbetcasino/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'),
(732, '/home/forwardbetcasino/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'),
(733, '/home/forwardbetcasino/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'),
(734, '/home/forwardbetcasino/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'),
(735, '/home/forwardbetcasino/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'),
(736, '/home/forwardbetcasino/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'),
(737, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(738, '/home/forwardbetcasino/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'),
(739, '/home/forwardbetcasino/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'),
(740, '/home/forwardbetcasino/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'),
(741, '/home/forwardbetcasino/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'),
(742, '/home/forwardbetcasino/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'),
(743, '/home/forwardbetcasino/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'),
(744, '/home/forwardbetcasino/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'),
(745, '/home/forwardbetcasino/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'),
(746, '/home/forwardbetcasino/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'),
(747, '/home/forwardbetcasino/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'),
(748, '/home/forwardbetcasino/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'),
(749, '/home/forwardbetcasino/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'),
(750, '/home/forwardbetcasino/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'),
(751, '/home/forwardbetcasino/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'),
(752, '/home/forwardbetcasino/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'),
(753, '/home/forwardbetcasino/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'),
(754, '/home/forwardbetcasino/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'),
(755, '/home/forwardbetcasino/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'),
(756, '/home/forwardbetcasino/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'),
(757, '/home/forwardbetcasino/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'),
(758, '/home/forwardbetcasino/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'),
(759, '/home/forwardbetcasino/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'),
(760, '/home/forwardbetcasino/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'),
(761, '/home/forwardbetcasino/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'),
(762, '/home/forwardbetcasino/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'),
(763, '/home/forwardbetcasino/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'),
(764, '/home/forwardbetcasino/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'),
(765, '/home/forwardbetcasino/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'),
(766, '/home/forwardbetcasino/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'),
(767, '/home/forwardbetcasino/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'),
(768, '/home/forwardbetcasino/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'),
(769, '/home/forwardbetcasino/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'),
(770, '/home/forwardbetcasino/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'),
(771, '/home/forwardbetcasino/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'),
(772, '/home/forwardbetcasino/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'),
(773, '/home/forwardbetcasino/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'),
(774, '/home/forwardbetcasino/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'),
(775, '/home/forwardbetcasino/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'),
(776, '/home/forwardbetcasino/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'),
(777, '/home/forwardbetcasino/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'),
(778, '/home/forwardbetcasino/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'),
(779, '/home/forwardbetcasino/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'),
(780, '/home/forwardbetcasino/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'),
(781, '/home/forwardbetcasino/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'),
(782, '/home/forwardbetcasino/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'),
(783, '/home/forwardbetcasino/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'),
(784, '/home/forwardbetcasino/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'),
(785, '/home/forwardbetcasino/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'),
(786, '/home/forwardbetcasino/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'),
(787, '/home/forwardbetcasino/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'),
(788, '/home/forwardbetcasino/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'),
(789, '/home/forwardbetcasino/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'),
(790, '/home/forwardbetcasino/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'),
(791, '/home/forwardbetcasino/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'),
(792, '/home/forwardbetcasino/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'),
(793, '/home/forwardbetcasino/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'),
(794, '/home/forwardbetcasino/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'),
(795, '/home/forwardbetcasino/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'),
(796, '/home/forwardbetcasino/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'),
(797, '/home/forwardbetcasino/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'),
(798, '/home/forwardbetcasino/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'),
(799, '/home/forwardbetcasino/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'),
(800, '/home/forwardbetcasino/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'),
(801, '/home/forwardbetcasino/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'),
(802, '/home/forwardbetcasino/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'),
(803, '/home/forwardbetcasino/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'),
(804, '/home/forwardbetcasino/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'),
(805, '/home/forwardbetcasino/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'),
(806, '/home/forwardbetcasino/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'),
(807, '/home/forwardbetcasino/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'),
(808, '/home/forwardbetcasino/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'),
(809, '/home/forwardbetcasino/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'),
(810, '/home/forwardbetcasino/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'),
(811, '/home/forwardbetcasino/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'),
(812, '/home/forwardbetcasino/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'),
(813, '/home/forwardbetcasino/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'),
(814, '/home/forwardbetcasino/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'),
(815, '/home/forwardbetcasino/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'),
(816, '/home/forwardbetcasino/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'),
(817, '/home/forwardbetcasino/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'),
(818, '/home/forwardbetcasino/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'),
(819, '/home/forwardbetcasino/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'),
(820, '/home/forwardbetcasino/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'),
(821, '/home/forwardbetcasino/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'),
(822, '/home/forwardbetcasino/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'),
(823, '/home/forwardbetcasino/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'),
(824, '/home/forwardbetcasino/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'),
(825, '/home/forwardbetcasino/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'),
(826, '/home/forwardbetcasino/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'),
(827, '/home/forwardbetcasino/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'),
(828, '/home/forwardbetcasino/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'),
(829, '/home/forwardbetcasino/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'),
(830, '/home/forwardbetcasino/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'),
(831, '/home/forwardbetcasino/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'),
(832, '/home/forwardbetcasino/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'),
(833, '/home/forwardbetcasino/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'),
(834, '/home/forwardbetcasino/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'),
(835, '/home/forwardbetcasino/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'),
(836, '/home/forwardbetcasino/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'),
(837, '/home/forwardbetcasino/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'),
(838, '/home/forwardbetcasino/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'),
(839, '/home/forwardbetcasino/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'),
(840, '/home/forwardbetcasino/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'),
(841, '/home/forwardbetcasino/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'),
(842, '/home/forwardbetcasino/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'),
(843, '/home/forwardbetcasino/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'),
(844, '/home/forwardbetcasino/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'),
(845, '/home/forwardbetcasino/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'),
(846, '/home/forwardbetcasino/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'),
(847, '/home/forwardbetcasino/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'),
(848, '/home/forwardbetcasino/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'),
(849, '/home/forwardbetcasino/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'),
(850, '/home/forwardbetcasino/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'),
(851, '/home/forwardbetcasino/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'),
(852, '/home/forwardbetcasino/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'),
(853, '/home/forwardbetcasino/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'),
(854, '/home/forwardbetcasino/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'),
(855, '/home/forwardbetcasino/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'),
(856, '/home/forwardbetcasino/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'),
(857, '/home/forwardbetcasino/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'),
(858, '/home/forwardbetcasino/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'),
(859, '/home/forwardbetcasino/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'),
(860, '/home/forwardbetcasino/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'),
(861, '/home/forwardbetcasino/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'),
(862, '/home/forwardbetcasino/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'),
(863, '/home/forwardbetcasino/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'),
(864, '/home/forwardbetcasino/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'),
(865, '/home/forwardbetcasino/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'),
(866, '/home/forwardbetcasino/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'),
(867, '/home/forwardbetcasino/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'),
(868, '/home/forwardbetcasino/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'),
(869, '/home/forwardbetcasino/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'),
(870, '/home/forwardbetcasino/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'),
(871, '/home/forwardbetcasino/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'),
(872, '/home/forwardbetcasino/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'),
(873, '/home/forwardbetcasino/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'),
(874, '/home/forwardbetcasino/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'),
(875, '/home/forwardbetcasino/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'),
(876, '/home/forwardbetcasino/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'),
(877, '/home/forwardbetcasino/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'),
(878, '/home/forwardbetcasino/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'),
(879, '/home/forwardbetcasino/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'),
(880, '/home/forwardbetcasino/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'),
(881, '/home/forwardbetcasino/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'),
(882, '/home/forwardbetcasino/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'),
(883, '/home/forwardbetcasino/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'),
(884, '/home/forwardbetcasino/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'),
(885, '/home/forwardbetcasino/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'),
(886, '/home/forwardbetcasino/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'),
(887, '/home/forwardbetcasino/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'),
(888, '/home/forwardbetcasino/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'),
(889, '/home/forwardbetcasino/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'),
(890, '/home/forwardbetcasino/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'),
(891, '/home/forwardbetcasino/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'),
(892, '/home/forwardbetcasino/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'),
(893, '/home/forwardbetcasino/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'),
(894, '/home/forwardbetcasino/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'),
(895, '/home/forwardbetcasino/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'),
(896, '/home/forwardbetcasino/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'),
(897, '/home/forwardbetcasino/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'),
(898, '/home/forwardbetcasino/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'),
(899, '/home/forwardbetcasino/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'),
(900, '/home/forwardbetcasino/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'),
(901, '/home/forwardbetcasino/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'),
(902, '/home/forwardbetcasino/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'),
(903, '/home/forwardbetcasino/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'),
(904, '/home/forwardbetcasino/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'),
(905, '/home/forwardbetcasino/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'),
(906, '/home/forwardbetcasino/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'),
(907, '/home/forwardbetcasino/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'),
(908, '/home/forwardbetcasino/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'),
(909, '/home/forwardbetcasino/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'),
(910, '/home/forwardbetcasino/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'),
(911, '/home/forwardbetcasino/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'),
(912, '/home/forwardbetcasino/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'),
(913, '/home/forwardbetcasino/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'),
(914, '/home/forwardbetcasino/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'),
(915, '/home/forwardbetcasino/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'),
(916, '/home/forwardbetcasino/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'),
(917, '/home/forwardbetcasino/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'),
(918, '/home/forwardbetcasino/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'),
(919, '/home/forwardbetcasino/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'),
(920, '/home/forwardbetcasino/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'),
(921, '/home/forwardbetcasino/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'),
(922, '/home/forwardbetcasino/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'),
(923, '/home/forwardbetcasino/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'),
(924, '/home/forwardbetcasino/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'),
(925, '/home/forwardbetcasino/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'),
(926, '/home/forwardbetcasino/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'),
(927, '/home/forwardbetcasino/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'),
(928, '/home/forwardbetcasino/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'),
(929, '/home/forwardbetcasino/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'),
(930, '/home/forwardbetcasino/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'),
(931, '/home/forwardbetcasino/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'),
(932, '/home/forwardbetcasino/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'),
(933, '/home/forwardbetcasino/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'),
(934, '/home/forwardbetcasino/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'),
(935, '/home/forwardbetcasino/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'),
(936, '/home/forwardbetcasino/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'),
(937, '/home/forwardbetcasino/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'),
(938, '/home/forwardbetcasino/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'),
(939, '/home/forwardbetcasino/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'),
(940, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(941, '/home/forwardbetcasino/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'),
(942, '/home/forwardbetcasino/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'),
(943, '/home/forwardbetcasino/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'),
(944, '/home/forwardbetcasino/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'),
(945, '/home/forwardbetcasino/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'),
(946, '/home/forwardbetcasino/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'),
(947, '/home/forwardbetcasino/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'),
(948, '/home/forwardbetcasino/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'),
(949, '/home/forwardbetcasino/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'),
(950, '/home/forwardbetcasino/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'),
(951, '/home/forwardbetcasino/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'),
(952, '/home/forwardbetcasino/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'),
(953, '/home/forwardbetcasino/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'),
(954, '/home/forwardbetcasino/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'),
(955, '/home/forwardbetcasino/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'),
(956, '/home/forwardbetcasino/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'),
(957, '/home/forwardbetcasino/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'),
(958, '/home/forwardbetcasino/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'),
(959, '/home/forwardbetcasino/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'),
(960, '/home/forwardbetcasino/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'),
(961, '/home/forwardbetcasino/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'),
(962, '/home/forwardbetcasino/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'),
(963, '/home/forwardbetcasino/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'),
(964, '/home/forwardbetcasino/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'),
(965, '/home/forwardbetcasino/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'),
(966, '/home/forwardbetcasino/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'),
(967, '/home/forwardbetcasino/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'),
(968, '/home/forwardbetcasino/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'),
(969, '/home/forwardbetcasino/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'),
(970, '/home/forwardbetcasino/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'),
(971, '/home/forwardbetcasino/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'),
(972, '/home/forwardbetcasino/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'),
(973, '/home/forwardbetcasino/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'),
(974, '/home/forwardbetcasino/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'),
(975, '/home/forwardbetcasino/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'),
(976, '/home/forwardbetcasino/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'),
(977, '/home/forwardbetcasino/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'),
(978, '/home/forwardbetcasino/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'),
(979, '/home/forwardbetcasino/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'),
(980, '/home/forwardbetcasino/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'),
(981, '/home/forwardbetcasino/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'),
(982, '/home/forwardbetcasino/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'),
(983, '/home/forwardbetcasino/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'),
(984, '/home/forwardbetcasino/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'),
(985, '/home/forwardbetcasino/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'),
(986, '/home/forwardbetcasino/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'),
(987, '/home/forwardbetcasino/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'),
(988, '/home/forwardbetcasino/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'),
(989, '/home/forwardbetcasino/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'),
(990, '/home/forwardbetcasino/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'),
(991, '/home/forwardbetcasino/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'),
(992, '/home/forwardbetcasino/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'),
(993, '/home/forwardbetcasino/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'),
(994, '/home/forwardbetcasino/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'),
(995, '/home/forwardbetcasino/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'),
(996, '/home/forwardbetcasino/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'),
(997, '/home/forwardbetcasino/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'),
(998, '/home/forwardbetcasino/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'),
(999, '/home/forwardbetcasino/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'),
(1000, '/home/forwardbetcasino/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'),
(1001, '/home/forwardbetcasino/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'),
(1002, '/home/forwardbetcasino/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'),
(1003, '/home/forwardbetcasino/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'),
(1004, '/home/forwardbetcasino/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'),
(1005, '/home/forwardbetcasino/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'),
(1006, '/home/forwardbetcasino/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'),
(1007, '/home/forwardbetcasino/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'),
(1008, '/home/forwardbetcasino/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'),
(1009, '/home/forwardbetcasino/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'),
(1010, '/home/forwardbetcasino/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'),
(1011, '/home/forwardbetcasino/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'),
(1012, '/home/forwardbetcasino/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'),
(1013, '/home/forwardbetcasino/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'),
(1014, '/home/forwardbetcasino/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'),
(1015, '/home/forwardbetcasino/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'),
(1016, '/home/forwardbetcasino/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'),
(1017, '/home/forwardbetcasino/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'),
(1018, '/home/forwardbetcasino/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'),
(1019, '/home/forwardbetcasino/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'),
(1020, '/home/forwardbetcasino/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'),
(1021, '/home/forwardbetcasino/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'),
(1022, '/home/forwardbetcasino/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'),
(1023, '/home/forwardbetcasino/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'),
(1024, '/home/forwardbetcasino/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'),
(1025, '/home/forwardbetcasino/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'),
(1026, '/home/forwardbetcasino/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'),
(1027, '/home/forwardbetcasino/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'),
(1028, '/home/forwardbetcasino/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'),
(1029, '/home/forwardbetcasino/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'),
(1030, '/home/forwardbetcasino/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'),
(1031, '/home/forwardbetcasino/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'),
(1032, '/home/forwardbetcasino/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'),
(1033, '/home/forwardbetcasino/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'),
(1034, '/home/forwardbetcasino/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'),
(1035, '/home/forwardbetcasino/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'),
(1036, '/home/forwardbetcasino/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'),
(1037, '/home/forwardbetcasino/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'),
(1038, '/home/forwardbetcasino/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'),
(1039, '/home/forwardbetcasino/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'),
(1040, '/home/forwardbetcasino/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'),
(1041, '/home/forwardbetcasino/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'),
(1042, '/home/forwardbetcasino/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'),
(1043, '/home/forwardbetcasino/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'),
(1044, '/home/forwardbetcasino/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'),
(1045, '/home/forwardbetcasino/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'),
(1046, '/home/forwardbetcasino/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'),
(1047, '/home/forwardbetcasino/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'),
(1048, '/home/forwardbetcasino/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'),
(1049, '/home/forwardbetcasino/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'),
(1050, '/home/forwardbetcasino/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'),
(1051, '/home/forwardbetcasino/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'),
(1052, '/home/forwardbetcasino/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'),
(1053, '/home/forwardbetcasino/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'),
(1054, '/home/forwardbetcasino/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'),
(1055, '/home/forwardbetcasino/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'),
(1056, '/home/forwardbetcasino/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'),
(1057, '/home/forwardbetcasino/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'),
(1058, '/home/forwardbetcasino/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'),
(1059, '/home/forwardbetcasino/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'),
(1060, '/home/forwardbetcasino/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'),
(1061, '/home/forwardbetcasino/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'),
(1062, '/home/forwardbetcasino/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'),
(1063, '/home/forwardbetcasino/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'),
(1064, '/home/forwardbetcasino/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'),
(1065, '/home/forwardbetcasino/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'),
(1066, '/home/forwardbetcasino/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'),
(1067, '/home/forwardbetcasino/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'),
(1068, '/home/forwardbetcasino/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'),
(1069, '/home/forwardbetcasino/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'),
(1070, '/home/forwardbetcasino/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'),
(1071, '/home/forwardbetcasino/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'),
(1072, '/home/forwardbetcasino/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'),
(1073, '/home/forwardbetcasino/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'),
(1074, '/home/forwardbetcasino/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'),
(1075, '/home/forwardbetcasino/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'),
(1076, '/home/forwardbetcasino/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'),
(1077, '/home/forwardbetcasino/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'),
(1078, '/home/forwardbetcasino/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'),
(1079, '/home/forwardbetcasino/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'),
(1080, '/home/forwardbetcasino/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'),
(1081, '/home/forwardbetcasino/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'),
(1082, '/home/forwardbetcasino/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'),
(1083, '/home/forwardbetcasino/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'),
(1084, '/home/forwardbetcasino/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'),
(1085, '/home/forwardbetcasino/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'),
(1086, '/home/forwardbetcasino/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'),
(1087, '/home/forwardbetcasino/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'),
(1088, '/home/forwardbetcasino/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'),
(1089, '/home/forwardbetcasino/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'),
(1090, '/home/forwardbetcasino/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'),
(1091, '/home/forwardbetcasino/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'),
(1092, '/home/forwardbetcasino/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'),
(1093, '/home/forwardbetcasino/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'),
(1094, '/home/forwardbetcasino/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'),
(1095, '/home/forwardbetcasino/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'),
(1096, '/home/forwardbetcasino/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'),
(1097, '/home/forwardbetcasino/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'),
(1098, '/home/forwardbetcasino/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'),
(1099, '/home/forwardbetcasino/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'),
(1100, '/home/forwardbetcasino/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'),
(1101, '/home/forwardbetcasino/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'),
(1102, '/home/forwardbetcasino/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'),
(1103, '/home/forwardbetcasino/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'),
(1104, '/home/forwardbetcasino/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'),
(1105, '/home/forwardbetcasino/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'),
(1106, '/home/forwardbetcasino/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'),
(1107, '/home/forwardbetcasino/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'),
(1108, '/home/forwardbetcasino/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'),
(1109, '/home/forwardbetcasino/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'),
(1110, '/home/forwardbetcasino/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'),
(1111, '/home/forwardbetcasino/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'),
(1112, '/home/forwardbetcasino/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'),
(1113, '/home/forwardbetcasino/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'),
(1114, '/home/forwardbetcasino/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'),
(1115, '/home/forwardbetcasino/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'),
(1116, '/home/forwardbetcasino/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'),
(1117, '/home/forwardbetcasino/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'),
(1118, '/home/forwardbetcasino/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'),
(1119, '/home/forwardbetcasino/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'),
(1120, '/home/forwardbetcasino/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'),
(1121, '/home/forwardbetcasino/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'),
(1122, '/home/forwardbetcasino/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'),
(1123, '/home/forwardbetcasino/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'),
(1124, '/home/forwardbetcasino/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'),
(1125, '/home/forwardbetcasino/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'),
(1126, '/home/forwardbetcasino/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'),
(1127, '/home/forwardbetcasino/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'),
(1128, '/home/forwardbetcasino/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'),
(1129, '/home/forwardbetcasino/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'),
(1130, '/home/forwardbetcasino/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'),
(1131, '/home/forwardbetcasino/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'),
(1132, '/home/forwardbetcasino/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'),
(1133, '/home/forwardbetcasino/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'),
(1134, '/home/forwardbetcasino/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'),
(1135, '/home/forwardbetcasino/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'),
(1136, '/home/forwardbetcasino/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'),
(1137, '/home/forwardbetcasino/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'),
(1138, '/home/forwardbetcasino/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'),
(1139, '/home/forwardbetcasino/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'),
(1140, '/home/forwardbetcasino/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'),
(1141, '/home/forwardbetcasino/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'),
(1142, '/home/forwardbetcasino/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'),
(1143, '/home/forwardbetcasino/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'),
(1144, '/home/forwardbetcasino/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'),
(1145, '/home/forwardbetcasino/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'),
(1146, '/home/forwardbetcasino/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'),
(1147, '/home/forwardbetcasino/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'),
(1148, '/home/forwardbetcasino/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'),
(1149, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1150, '/home/forwardbetcasino/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'),
(1151, '/home/forwardbetcasino/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'),
(1152, '/home/forwardbetcasino/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'),
(1153, '/home/forwardbetcasino/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'),
(1154, '/home/forwardbetcasino/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'),
(1155, '/home/forwardbetcasino/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'),
(1156, '/home/forwardbetcasino/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'),
(1157, '/home/forwardbetcasino/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'),
(1158, '/home/forwardbetcasino/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'),
(1159, '/home/forwardbetcasino/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'),
(1160, '/home/forwardbetcasino/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'),
(1161, '/home/forwardbetcasino/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'),
(1162, '/home/forwardbetcasino/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'),
(1163, '/home/forwardbetcasino/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'),
(1164, '/home/forwardbetcasino/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'),
(1165, '/home/forwardbetcasino/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'),
(1166, '/home/forwardbetcasino/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'),
(1167, '/home/forwardbetcasino/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'),
(1168, '/home/forwardbetcasino/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'),
(1169, '/home/forwardbetcasino/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'),
(1170, '/home/forwardbetcasino/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'),
(1171, '/home/forwardbetcasino/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'),
(1172, '/home/forwardbetcasino/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'),
(1173, '/home/forwardbetcasino/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'),
(1174, '/home/forwardbetcasino/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'),
(1175, '/home/forwardbetcasino/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'),
(1176, '/home/forwardbetcasino/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'),
(1177, '/home/forwardbetcasino/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'),
(1178, '/home/forwardbetcasino/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'),
(1179, '/home/forwardbetcasino/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'),
(1180, '/home/forwardbetcasino/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'),
(1181, '/home/forwardbetcasino/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'),
(1182, '/home/forwardbetcasino/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'),
(1183, '/home/forwardbetcasino/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'),
(1184, '/home/forwardbetcasino/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'),
(1185, '/home/forwardbetcasino/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'),
(1186, '/home/forwardbetcasino/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'),
(1187, '/home/forwardbetcasino/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'),
(1188, '/home/forwardbetcasino/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'),
(1189, '/home/forwardbetcasino/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'),
(1190, '/home/forwardbetcasino/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'),
(1191, '/home/forwardbetcasino/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'),
(1192, '/home/forwardbetcasino/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'),
(1193, '/home/forwardbetcasino/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'),
(1194, '/home/forwardbetcasino/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'),
(1195, '/home/forwardbetcasino/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'),
(1196, '/home/forwardbetcasino/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'),
(1197, '/home/forwardbetcasino/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'),
(1198, '/home/forwardbetcasino/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'),
(1199, '/home/forwardbetcasino/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'),
(1200, '/home/forwardbetcasino/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'),
(1201, '/home/forwardbetcasino/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'),
(1202, '/home/forwardbetcasino/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'),
(1203, '/home/forwardbetcasino/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'),
(1204, '/home/forwardbetcasino/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'),
(1205, '/home/forwardbetcasino/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'),
(1206, '/home/forwardbetcasino/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'),
(1207, '/home/forwardbetcasino/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'),
(1208, '/home/forwardbetcasino/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'),
(1209, '/home/forwardbetcasino/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'),
(1210, '/home/forwardbetcasino/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'),
(1211, '/home/forwardbetcasino/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'),
(1212, '/home/forwardbetcasino/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'),
(1213, '/home/forwardbetcasino/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'),
(1214, '/home/forwardbetcasino/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'),
(1215, '/home/forwardbetcasino/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'),
(1216, '/home/forwardbetcasino/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'),
(1217, '/home/forwardbetcasino/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'),
(1218, '/home/forwardbetcasino/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'),
(1219, '/home/forwardbetcasino/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'),
(1220, '/home/forwardbetcasino/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'),
(1221, '/home/forwardbetcasino/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'),
(1222, '/home/forwardbetcasino/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'),
(1223, '/home/forwardbetcasino/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'),
(1224, '/home/forwardbetcasino/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'),
(1225, '/home/forwardbetcasino/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'),
(1226, '/home/forwardbetcasino/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'),
(1227, '/home/forwardbetcasino/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'),
(1228, '/home/forwardbetcasino/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'),
(1229, '/home/forwardbetcasino/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'),
(1230, '/home/forwardbetcasino/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'),
(1231, '/home/forwardbetcasino/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'),
(1232, '/home/forwardbetcasino/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'),
(1233, '/home/forwardbetcasino/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'),
(1234, '/home/forwardbetcasino/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'),
(1235, '/home/forwardbetcasino/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'),
(1236, '/home/forwardbetcasino/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'),
(1237, '/home/forwardbetcasino/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'),
(1238, '/home/forwardbetcasino/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'),
(1239, '/home/forwardbetcasino/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'),
(1240, '/home/forwardbetcasino/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'),
(1241, '/home/forwardbetcasino/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'),
(1242, '/home/forwardbetcasino/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'),
(1243, '/home/forwardbetcasino/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'),
(1244, '/home/forwardbetcasino/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'),
(1245, '/home/forwardbetcasino/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'),
(1246, '/home/forwardbetcasino/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'),
(1247, '/home/forwardbetcasino/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'),
(1248, '/home/forwardbetcasino/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'),
(1249, '/home/forwardbetcasino/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'),
(1250, '/home/forwardbetcasino/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'),
(1251, '/home/forwardbetcasino/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'),
(1252, '/home/forwardbetcasino/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'),
(1253, '/home/forwardbetcasino/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'),
(1254, '/home/forwardbetcasino/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'),
(1255, '/home/forwardbetcasino/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'),
(1256, '/home/forwardbetcasino/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'),
(1257, '/home/forwardbetcasino/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'),
(1258, '/home/forwardbetcasino/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'),
(1259, '/home/forwardbetcasino/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'),
(1260, '/home/forwardbetcasino/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'),
(1261, '/home/forwardbetcasino/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'),
(1262, '/home/forwardbetcasino/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'),
(1263, '/home/forwardbetcasino/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'),
(1264, '/home/forwardbetcasino/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'),
(1265, '/home/forwardbetcasino/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'),
(1266, '/home/forwardbetcasino/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'),
(1267, '/home/forwardbetcasino/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'),
(1268, '/home/forwardbetcasino/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'),
(1269, '/home/forwardbetcasino/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'),
(1270, '/home/forwardbetcasino/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'),
(1271, '/home/forwardbetcasino/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'),
(1272, '/home/forwardbetcasino/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'),
(1273, '/home/forwardbetcasino/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'),
(1274, '/home/forwardbetcasino/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'),
(1275, '/home/forwardbetcasino/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'),
(1276, '/home/forwardbetcasino/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'),
(1277, '/home/forwardbetcasino/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'),
(1278, '/home/forwardbetcasino/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'),
(1279, '/home/forwardbetcasino/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'),
(1280, '/home/forwardbetcasino/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'),
(1281, '/home/forwardbetcasino/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'),
(1282, '/home/forwardbetcasino/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'),
(1283, '/home/forwardbetcasino/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'),
(1284, '/home/forwardbetcasino/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'),
(1285, '/home/forwardbetcasino/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'),
(1286, '/home/forwardbetcasino/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'),
(1287, '/home/forwardbetcasino/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'),
(1288, '/home/forwardbetcasino/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'),
(1289, '/home/forwardbetcasino/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'),
(1290, '/home/forwardbetcasino/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'),
(1291, '/home/forwardbetcasino/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'),
(1292, '/home/forwardbetcasino/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'),
(1293, '/home/forwardbetcasino/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'),
(1294, '/home/forwardbetcasino/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'),
(1295, '/home/forwardbetcasino/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'),
(1296, '/home/forwardbetcasino/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'),
(1297, '/home/forwardbetcasino/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'),
(1298, '/home/forwardbetcasino/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'),
(1299, '/home/forwardbetcasino/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'),
(1300, '/home/forwardbetcasino/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'),
(1301, '/home/forwardbetcasino/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'),
(1302, '/home/forwardbetcasino/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'),
(1303, '/home/forwardbetcasino/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'),
(1304, '/home/forwardbetcasino/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'),
(1305, '/home/forwardbetcasino/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'),
(1306, '/home/forwardbetcasino/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'),
(1307, '/home/forwardbetcasino/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'),
(1308, '/home/forwardbetcasino/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'),
(1309, '/home/forwardbetcasino/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'),
(1310, '/home/forwardbetcasino/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'),
(1311, '/home/forwardbetcasino/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'),
(1312, '/home/forwardbetcasino/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'),
(1313, '/home/forwardbetcasino/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'),
(1314, '/home/forwardbetcasino/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'),
(1315, '/home/forwardbetcasino/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'),
(1316, '/home/forwardbetcasino/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'),
(1317, '/home/forwardbetcasino/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'),
(1318, '/home/forwardbetcasino/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'),
(1319, '/home/forwardbetcasino/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'),
(1320, '/home/forwardbetcasino/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'),
(1321, '/home/forwardbetcasino/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'),
(1322, '/home/forwardbetcasino/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'),
(1323, '/home/forwardbetcasino/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'),
(1324, '/home/forwardbetcasino/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'),
(1325, '/home/forwardbetcasino/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'),
(1326, '/home/forwardbetcasino/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'),
(1327, '/home/forwardbetcasino/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'),
(1328, '/home/forwardbetcasino/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'),
(1329, '/home/forwardbetcasino/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'),
(1330, '/home/forwardbetcasino/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'),
(1331, '/home/forwardbetcasino/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'),
(1332, '/home/forwardbetcasino/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'),
(1333, '/home/forwardbetcasino/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'),
(1334, '/home/forwardbetcasino/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'),
(1335, '/home/forwardbetcasino/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'),
(1336, '/home/forwardbetcasino/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'),
(1337, '/home/forwardbetcasino/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'),
(1338, '/home/forwardbetcasino/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'),
(1339, '/home/forwardbetcasino/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'),
(1340, '/home/forwardbetcasino/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'),
(1341, '/home/forwardbetcasino/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'),
(1342, '/home/forwardbetcasino/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'),
(1343, '/home/forwardbetcasino/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'),
(1344, '/home/forwardbetcasino/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'),
(1345, '/home/forwardbetcasino/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'),
(1346, '/home/forwardbetcasino/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'),
(1347, '/home/forwardbetcasino/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'),
(1348, '/home/forwardbetcasino/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'),
(1349, '/home/forwardbetcasino/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'),
(1350, '/home/forwardbetcasino/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'),
(1351, '/home/forwardbetcasino/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'),
(1352, '/home/forwardbetcasino/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'),
(1353, '/home/forwardbetcasino/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'),
(1354, '/home/forwardbetcasino/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'),
(1355, '/home/forwardbetcasino/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'),
(1356, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1357, '/home/forwardbetcasino/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'),
(1358, '/home/forwardbetcasino/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'),
(1359, '/home/forwardbetcasino/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'),
(1360, '/home/forwardbetcasino/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'),
(1361, '/home/forwardbetcasino/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'),
(1362, '/home/forwardbetcasino/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'),
(1363, '/home/forwardbetcasino/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'),
(1364, '/home/forwardbetcasino/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'),
(1365, '/home/forwardbetcasino/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'),
(1366, '/home/forwardbetcasino/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'),
(1367, '/home/forwardbetcasino/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'),
(1368, '/home/forwardbetcasino/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'),
(1369, '/home/forwardbetcasino/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'),
(1370, '/home/forwardbetcasino/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'),
(1371, '/home/forwardbetcasino/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'),
(1372, '/home/forwardbetcasino/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'),
(1373, '/home/forwardbetcasino/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'),
(1374, '/home/forwardbetcasino/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'),
(1375, '/home/forwardbetcasino/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'),
(1376, '/home/forwardbetcasino/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'),
(1377, '/home/forwardbetcasino/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'),
(1378, '/home/forwardbetcasino/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'),
(1379, '/home/forwardbetcasino/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'),
(1380, '/home/forwardbetcasino/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'),
(1381, '/home/forwardbetcasino/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'),
(1382, '/home/forwardbetcasino/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'),
(1383, '/home/forwardbetcasino/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'),
(1384, '/home/forwardbetcasino/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'),
(1385, '/home/forwardbetcasino/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'),
(1386, '/home/forwardbetcasino/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'),
(1387, '/home/forwardbetcasino/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'),
(1388, '/home/forwardbetcasino/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'),
(1389, '/home/forwardbetcasino/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'),
(1390, '/home/forwardbetcasino/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'),
(1391, '/home/forwardbetcasino/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'),
(1392, '/home/forwardbetcasino/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'),
(1393, '/home/forwardbetcasino/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'),
(1394, '/home/forwardbetcasino/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'),
(1395, '/home/forwardbetcasino/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'),
(1396, '/home/forwardbetcasino/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'),
(1397, '/home/forwardbetcasino/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'),
(1398, '/home/forwardbetcasino/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'),
(1399, '/home/forwardbetcasino/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'),
(1400, '/home/forwardbetcasino/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'),
(1401, '/home/forwardbetcasino/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'),
(1402, '/home/forwardbetcasino/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'),
(1403, '/home/forwardbetcasino/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'),
(1404, '/home/forwardbetcasino/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'),
(1405, '/home/forwardbetcasino/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'),
(1406, '/home/forwardbetcasino/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'),
(1407, '/home/forwardbetcasino/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'),
(1408, '/home/forwardbetcasino/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'),
(1409, '/home/forwardbetcasino/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'),
(1410, '/home/forwardbetcasino/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'),
(1411, '/home/forwardbetcasino/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'),
(1412, '/home/forwardbetcasino/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'),
(1413, '/home/forwardbetcasino/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'),
(1414, '/home/forwardbetcasino/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'),
(1415, '/home/forwardbetcasino/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'),
(1416, '/home/forwardbetcasino/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'),
(1417, '/home/forwardbetcasino/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'),
(1418, '/home/forwardbetcasino/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'),
(1419, '/home/forwardbetcasino/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'),
(1420, '/home/forwardbetcasino/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'),
(1421, '/home/forwardbetcasino/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'),
(1422, '/home/forwardbetcasino/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'),
(1423, '/home/forwardbetcasino/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'),
(1424, '/home/forwardbetcasino/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'),
(1425, '/home/forwardbetcasino/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'),
(1426, '/home/forwardbetcasino/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'),
(1427, '/home/forwardbetcasino/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'),
(1428, '/home/forwardbetcasino/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'),
(1429, '/home/forwardbetcasino/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'),
(1430, '/home/forwardbetcasino/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'),
(1431, '/home/forwardbetcasino/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'),
(1432, '/home/forwardbetcasino/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'),
(1433, '/home/forwardbetcasino/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'),
(1434, '/home/forwardbetcasino/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'),
(1435, '/home/forwardbetcasino/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'),
(1436, '/home/forwardbetcasino/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'),
(1437, '/home/forwardbetcasino/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'),
(1438, '/home/forwardbetcasino/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'),
(1439, '/home/forwardbetcasino/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'),
(1440, '/home/forwardbetcasino/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'),
(1441, '/home/forwardbetcasino/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'),
(1442, '/home/forwardbetcasino/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'),
(1443, '/home/forwardbetcasino/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'),
(1444, '/home/forwardbetcasino/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'),
(1445, '/home/forwardbetcasino/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'),
(1446, '/home/forwardbetcasino/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'),
(1447, '/home/forwardbetcasino/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'),
(1448, '/home/forwardbetcasino/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'),
(1449, '/home/forwardbetcasino/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'),
(1450, '/home/forwardbetcasino/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'),
(1451, '/home/forwardbetcasino/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'),
(1452, '/home/forwardbetcasino/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'),
(1453, '/home/forwardbetcasino/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'),
(1454, '/home/forwardbetcasino/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'),
(1455, '/home/forwardbetcasino/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'),
(1456, '/home/forwardbetcasino/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'),
(1457, '/home/forwardbetcasino/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'),
(1458, '/home/forwardbetcasino/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'),
(1459, '/home/forwardbetcasino/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'),
(1460, '/home/forwardbetcasino/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'),
(1461, '/home/forwardbetcasino/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'),
(1462, '/home/forwardbetcasino/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'),
(1463, '/home/forwardbetcasino/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'),
(1464, '/home/forwardbetcasino/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'),
(1465, '/home/forwardbetcasino/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'),
(1466, '/home/forwardbetcasino/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'),
(1467, '/home/forwardbetcasino/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'),
(1468, '/home/forwardbetcasino/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'),
(1469, '/home/forwardbetcasino/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'),
(1470, '/home/forwardbetcasino/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'),
(1471, '/home/forwardbetcasino/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'),
(1472, '/home/forwardbetcasino/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'),
(1473, '/home/forwardbetcasino/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'),
(1474, '/home/forwardbetcasino/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'),
(1475, '/home/forwardbetcasino/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'),
(1476, '/home/forwardbetcasino/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'),
(1477, '/home/forwardbetcasino/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'),
(1478, '/home/forwardbetcasino/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'),
(1479, '/home/forwardbetcasino/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'),
(1480, '/home/forwardbetcasino/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'),
(1481, '/home/forwardbetcasino/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'),
(1482, '/home/forwardbetcasino/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'),
(1483, '/home/forwardbetcasino/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'),
(1484, '/home/forwardbetcasino/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'),
(1485, '/home/forwardbetcasino/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'),
(1486, '/home/forwardbetcasino/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'),
(1487, '/home/forwardbetcasino/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'),
(1488, '/home/forwardbetcasino/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'),
(1489, '/home/forwardbetcasino/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'),
(1490, '/home/forwardbetcasino/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'),
(1491, '/home/forwardbetcasino/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'),
(1492, '/home/forwardbetcasino/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'),
(1493, '/home/forwardbetcasino/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'),
(1494, '/home/forwardbetcasino/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'),
(1495, '/home/forwardbetcasino/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'),
(1496, '/home/forwardbetcasino/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'),
(1497, '/home/forwardbetcasino/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'),
(1498, '/home/forwardbetcasino/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'),
(1499, '/home/forwardbetcasino/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'),
(1500, '/home/forwardbetcasino/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'),
(1501, '/home/forwardbetcasino/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'),
(1502, '/home/forwardbetcasino/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'),
(1503, '/home/forwardbetcasino/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'),
(1504, '/home/forwardbetcasino/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'),
(1505, '/home/forwardbetcasino/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'),
(1506, '/home/forwardbetcasino/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'),
(1507, '/home/forwardbetcasino/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'),
(1508, '/home/forwardbetcasino/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'),
(1509, '/home/forwardbetcasino/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'),
(1510, '/home/forwardbetcasino/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'),
(1511, '/home/forwardbetcasino/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'),
(1512, '/home/forwardbetcasino/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'),
(1513, '/home/forwardbetcasino/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'),
(1514, '/home/forwardbetcasino/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'),
(1515, '/home/forwardbetcasino/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'),
(1516, '/home/forwardbetcasino/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'),
(1517, '/home/forwardbetcasino/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'),
(1518, '/home/forwardbetcasino/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'),
(1519, '/home/forwardbetcasino/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'),
(1520, '/home/forwardbetcasino/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'),
(1521, '/home/forwardbetcasino/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'),
(1522, '/home/forwardbetcasino/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'),
(1523, '/home/forwardbetcasino/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'),
(1524, '/home/forwardbetcasino/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'),
(1525, '/home/forwardbetcasino/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'),
(1526, '/home/forwardbetcasino/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'),
(1527, '/home/forwardbetcasino/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'),
(1528, '/home/forwardbetcasino/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'),
(1529, '/home/forwardbetcasino/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'),
(1530, '/home/forwardbetcasino/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'),
(1531, '/home/forwardbetcasino/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'),
(1532, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/autoload.php', 'wp-content/plugins/amp/vendor/autoload.php'),
(1533, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/ClassLoader.php', 'wp-content/plugins/amp/vendor/composer/ClassLoader.php'),
(1534, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/InstalledVersions.php', 'wp-content/plugins/amp/vendor/composer/InstalledVersions.php'),
(1535, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/LICENSE', 'wp-content/plugins/amp/vendor/composer/LICENSE'),
(1536, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/autoload_classmap.php', 'wp-content/plugins/amp/vendor/composer/autoload_classmap.php'),
(1537, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/autoload_files.php', 'wp-content/plugins/amp/vendor/composer/autoload_files.php'),
(1538, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/amp/vendor/composer/autoload_namespaces.php'),
(1539, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/autoload_psr4.php', 'wp-content/plugins/amp/vendor/composer/autoload_psr4.php'),
(1540, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/autoload_real.php', 'wp-content/plugins/amp/vendor/composer/autoload_real.php'),
(1541, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/autoload_static.php', 'wp-content/plugins/amp/vendor/composer/autoload_static.php'),
(1542, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/installed.json', 'wp-content/plugins/amp/vendor/composer/installed.json'),
(1543, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/installed.php', 'wp-content/plugins/amp/vendor/composer/installed.php'),
(1544, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/composer/platform_check.php', 'wp-content/plugins/amp/vendor/composer/platform_check.php'),
(1545, '/home/forwardbetcasino/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'),
(1546, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ExifParser.php', 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ExifParser.php'),
(1547, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/FasterImage.php', 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/FasterImage.php'),
(1548, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ImageParser.php', 'wp-content/plugins/amp/vendor/fasterimage/fasterimage/src/FasterImage/ImageParser.php'),
(1549, '/home/forwardbetcasino/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'),
(1550, '/home/forwardbetcasino/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'),
(1551, '/home/forwardbetcasino/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'),
(1552, '/home/forwardbetcasino/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'),
(1553, '/home/forwardbetcasino/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'),
(1554, '/home/forwardbetcasino/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'),
(1555, '/home/forwardbetcasino/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'),
(1556, '/home/forwardbetcasino/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'),
(1557, '/home/forwardbetcasino/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'),
(1558, '/home/forwardbetcasino/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'),
(1559, '/home/forwardbetcasino/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'),
(1560, '/home/forwardbetcasino/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'),
(1561, '/home/forwardbetcasino/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'),
(1562, '/home/forwardbetcasino/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'),
(1563, '/home/forwardbetcasino/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'),
(1564, '/home/forwardbetcasino/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'),
(1565, '/home/forwardbetcasino/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'),
(1566, '/home/forwardbetcasino/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'),
(1567, '/home/forwardbetcasino/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'),
(1568, '/home/forwardbetcasino/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'),
(1569, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1570, '/home/forwardbetcasino/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'),
(1571, '/home/forwardbetcasino/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'),
(1572, '/home/forwardbetcasino/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'),
(1573, '/home/forwardbetcasino/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'),
(1574, '/home/forwardbetcasino/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'),
(1575, '/home/forwardbetcasino/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'),
(1576, '/home/forwardbetcasino/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'),
(1577, '/home/forwardbetcasino/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'),
(1578, '/home/forwardbetcasino/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'),
(1579, '/home/forwardbetcasino/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'),
(1580, '/home/forwardbetcasino/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'),
(1581, '/home/forwardbetcasino/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'),
(1582, '/home/forwardbetcasino/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'),
(1583, '/home/forwardbetcasino/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'),
(1584, '/home/forwardbetcasino/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'),
(1585, '/home/forwardbetcasino/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'),
(1586, '/home/forwardbetcasino/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'),
(1587, '/home/forwardbetcasino/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'),
(1588, '/home/forwardbetcasino/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'),
(1589, '/home/forwardbetcasino/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'),
(1590, '/home/forwardbetcasino/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'),
(1591, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Stream.php', 'wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/Stream.php'),
(1592, '/home/forwardbetcasino/public_html/wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/StreamableInterface.php', 'wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/StreamableInterface.php'),
(1593, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/css/font-icons.css', 'wp-content/plugins/disable-gutenberg/css/font-icons.css'),
(1594, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/css/settings.css', 'wp-content/plugins/disable-gutenberg/css/settings.css'),
(1595, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/disable-gutenberg.php', 'wp-content/plugins/disable-gutenberg/disable-gutenberg.php'),
(1596, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot', 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot'),
(1597, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg', 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg'),
(1598, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf', 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf'),
(1599, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff', 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff'),
(1600, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2', 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2'),
(1601, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/img/sun-icon.png', 'wp-content/plugins/disable-gutenberg/img/sun-icon.png'),
(1602, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/inc/classic-editor.php', 'wp-content/plugins/disable-gutenberg/inc/classic-editor.php'),
(1603, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-core.php', 'wp-content/plugins/disable-gutenberg/inc/plugin-core.php'),
(1604, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-features.php', 'wp-content/plugins/disable-gutenberg/inc/plugin-features.php'),
(1605, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php', 'wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php'),
(1606, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php', 'wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php'),
(1607, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/inc/settings-display.php', 'wp-content/plugins/disable-gutenberg/inc/settings-display.php'),
(1608, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/inc/settings-register.php', 'wp-content/plugins/disable-gutenberg/inc/settings-register.php'),
(1609, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/inc/settings-reset.php', 'wp-content/plugins/disable-gutenberg/inc/settings-reset.php'),
(1610, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/js/settings.js', 'wp-content/plugins/disable-gutenberg/js/settings.js'),
(1611, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot', 'wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot'),
(1612, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/readme.txt', 'wp-content/plugins/disable-gutenberg/readme.txt'),
(1613, '/home/forwardbetcasino/public_html/wp-content/plugins/disable-gutenberg/uninstall.php', 'wp-content/plugins/disable-gutenberg/uninstall.php'),
(1614, '/home/forwardbetcasino/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'),
(1615, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/app.php', 'wp-content/plugins/elementor/app/app.php'),
(1616, '/home/forwardbetcasino/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'),
(1617, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php', 'wp-content/plugins/elementor/app/modules/import-export/compatibility/envato.php'),
(1618, '/home/forwardbetcasino/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'),
(1619, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php', 'wp-content/plugins/elementor/app/modules/import-export/module.php'),
(1620, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/export.php', 'wp-content/plugins/elementor/app/modules/import-export/processes/export.php'),
(1621, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/import.php', 'wp-content/plugins/elementor/app/modules/import-export/processes/import.php'),
(1622, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/revert.php', 'wp-content/plugins/elementor/app/modules/import-export/processes/revert.php'),
(1623, '/home/forwardbetcasino/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'),
(1624, '/home/forwardbetcasino/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'),
(1625, '/home/forwardbetcasino/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'),
(1626, '/home/forwardbetcasino/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'),
(1627, '/home/forwardbetcasino/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'),
(1628, '/home/forwardbetcasino/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'),
(1629, '/home/forwardbetcasino/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'),
(1630, '/home/forwardbetcasino/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'),
(1631, '/home/forwardbetcasino/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'),
(1632, '/home/forwardbetcasino/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'),
(1633, '/home/forwardbetcasino/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'),
(1634, '/home/forwardbetcasino/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'),
(1635, '/home/forwardbetcasino/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'),
(1636, '/home/forwardbetcasino/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'),
(1637, '/home/forwardbetcasino/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'),
(1638, '/home/forwardbetcasino/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'),
(1639, '/home/forwardbetcasino/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'),
(1640, '/home/forwardbetcasino/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'),
(1641, '/home/forwardbetcasino/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'),
(1642, '/home/forwardbetcasino/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'),
(1643, '/home/forwardbetcasino/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'),
(1644, '/home/forwardbetcasino/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'),
(1645, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/usage.php', 'wp-content/plugins/elementor/app/modules/import-export/usage.php'),
(1646, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/utils.php', 'wp-content/plugins/elementor/app/modules/import-export/utils.php'),
(1647, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/import-export/wp-cli.php', 'wp-content/plugins/elementor/app/modules/import-export/wp-cli.php'),
(1648, '/home/forwardbetcasino/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'),
(1649, '/home/forwardbetcasino/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'),
(1650, '/home/forwardbetcasino/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'),
(1651, '/home/forwardbetcasino/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'),
(1652, '/home/forwardbetcasino/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'),
(1653, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/repository.php', 'wp-content/plugins/elementor/app/modules/kit-library/data/repository.php'),
(1654, '/home/forwardbetcasino/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'),
(1655, '/home/forwardbetcasino/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'),
(1656, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/kit-library/module.php', 'wp-content/plugins/elementor/app/modules/kit-library/module.php'),
(1657, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/onboarding/features-usage.php', 'wp-content/plugins/elementor/app/modules/onboarding/features-usage.php'),
(1658, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/onboarding/module.php', 'wp-content/plugins/elementor/app/modules/onboarding/module.php'),
(1659, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/modules/site-editor/module.php', 'wp-content/plugins/elementor/app/modules/site-editor/module.php'),
(1660, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/app/view.php', 'wp-content/plugins/elementor/app/view.php'),
(1661, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-bar.css', 'wp-content/plugins/elementor/assets/css/admin-bar.css'),
(1662, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-bar.min.css', 'wp-content/plugins/elementor/assets/css/admin-bar.min.css'),
(1663, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.css', 'wp-content/plugins/elementor/assets/css/admin-rtl.css'),
(1664, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-rtl.min.css', 'wp-content/plugins/elementor/assets/css/admin-rtl.min.css'),
(1665, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css', 'wp-content/plugins/elementor/assets/css/admin-top-bar-rtl.css'),
(1666, '/home/forwardbetcasino/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'),
(1667, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar.css', 'wp-content/plugins/elementor/assets/css/admin-top-bar.css'),
(1668, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin-top-bar.min.css', 'wp-content/plugins/elementor/assets/css/admin-top-bar.min.css'),
(1669, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin.css', 'wp-content/plugins/elementor/assets/css/admin.css'),
(1670, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/admin.min.css', 'wp-content/plugins/elementor/assets/css/admin.min.css'),
(1671, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app-base-rtl.css', 'wp-content/plugins/elementor/assets/css/app-base-rtl.css'),
(1672, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/app-base-rtl.min.css'),
(1673, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app-base.css', 'wp-content/plugins/elementor/assets/css/app-base.css'),
(1674, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app-base.min.css', 'wp-content/plugins/elementor/assets/css/app-base.min.css'),
(1675, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app-rtl.css', 'wp-content/plugins/elementor/assets/css/app-rtl.css'),
(1676, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app-rtl.min.css', 'wp-content/plugins/elementor/assets/css/app-rtl.min.css'),
(1677, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app.css', 'wp-content/plugins/elementor/assets/css/app.css'),
(1678, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/app.min.css', 'wp-content/plugins/elementor/assets/css/app.min.css'),
(1679, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/common-rtl.css', 'wp-content/plugins/elementor/assets/css/common-rtl.css'),
(1680, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/common-rtl.min.css', 'wp-content/plugins/elementor/assets/css/common-rtl.min.css'),
(1681, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/common.css', 'wp-content/plugins/elementor/assets/css/common.css'),
(1682, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/common.min.css', 'wp-content/plugins/elementor/assets/css/common.min.css'),
(1683, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.css', 'wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.css'),
(1684, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css', 'wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css'),
(1685, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/dialog.css', 'wp-content/plugins/elementor/assets/css/conditionals/dialog.css'),
(1686, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/dialog.min.css', 'wp-content/plugins/elementor/assets/css/conditionals/dialog.min.css'),
(1687, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.css', 'wp-content/plugins/elementor/assets/css/conditionals/e-swiper.css'),
(1688, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css', 'wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css'),
(1689, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/lightbox.css', 'wp-content/plugins/elementor/assets/css/conditionals/lightbox.css'),
(1690, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/lightbox.min.css', 'wp-content/plugins/elementor/assets/css/conditionals/lightbox.min.css'),
(1691, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/shapes.css', 'wp-content/plugins/elementor/assets/css/conditionals/shapes.css'),
(1692, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css', 'wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css'),
(1693, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.css', 'wp-content/plugins/elementor/assets/css/editor-preview-rtl.css'),
(1694, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css', 'wp-content/plugins/elementor/assets/css/editor-preview-rtl.min.css'),
(1695, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-preview.css', 'wp-content/plugins/elementor/assets/css/editor-preview.css'),
(1696, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-preview.min.css', 'wp-content/plugins/elementor/assets/css/editor-preview.min.css'),
(1697, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.css', 'wp-content/plugins/elementor/assets/css/editor-rtl.css'),
(1698, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-rtl.min.css', 'wp-content/plugins/elementor/assets/css/editor-rtl.min.css'),
(1699, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-v2-app-bar-overrides.css', 'wp-content/plugins/elementor/assets/css/editor-v2-app-bar-overrides.css'),
(1700, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor-v2-app-bar-overrides.min.css', 'wp-content/plugins/elementor/assets/css/editor-v2-app-bar-overrides.min.css'),
(1701, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor.css', 'wp-content/plugins/elementor/assets/css/editor.css'),
(1702, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/editor.min.css', 'wp-content/plugins/elementor/assets/css/editor.min.css'),
(1703, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.css', 'wp-content/plugins/elementor/assets/css/frontend-rtl.css'),
(1704, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css', 'wp-content/plugins/elementor/assets/css/frontend-rtl.min.css'),
(1705, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/frontend.css', 'wp-content/plugins/elementor/assets/css/frontend.css'),
(1706, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/frontend.min.css', 'wp-content/plugins/elementor/assets/css/frontend.min.css'),
(1707, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/ai/editor.css', 'wp-content/plugins/elementor/assets/css/modules/ai/editor.css'),
(1708, '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/announcements/announcements.css', 'wp-content/plugins/elementor/assets/css/modules/announcements/announcements.css'),
(1712, '/home/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/apps/admin.css', 'wp-content/plugins/elementor/assets/css/modules/apps/admin.css'),
(1714, '/home/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/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/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/notes/editor.css', 'wp-content/plugins/elementor/assets/css/modules/notes/editor.css'),
(1718, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css', 'wp-content/plugins/elementor/assets/css/modules/notes/editor.min.css'),
(1719, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.css', 'wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.css'),
(1720, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.min.css', 'wp-content/plugins/elementor/assets/css/modules/styleguide/styleguide.min.css'),
(1721, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/responsive-bar.css', 'wp-content/plugins/elementor/assets/css/responsive-bar.css'),
(1722, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/responsive-bar.min.css', 'wp-content/plugins/elementor/assets/css/responsive-bar.min.css'),
(1723, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/apple-webkit.css', 'wp-content/plugins/elementor/assets/css/templates/apple-webkit.css'),
(1724, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/apple-webkit.min.css', 'wp-content/plugins/elementor/assets/css/templates/apple-webkit.min.css'),
(1725, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css', 'wp-content/plugins/elementor/assets/css/templates/frontend-rtl.css'),
(1726, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/frontend-rtl.min.css'),
(1727, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.css', 'wp-content/plugins/elementor/assets/css/templates/frontend.css'),
(1728, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/frontend.min.css', 'wp-content/plugins/elementor/assets/css/templates/frontend.min.css'),
(1729, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/lightbox.css', 'wp-content/plugins/elementor/assets/css/templates/lightbox.css'),
(1730, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/lightbox.min.css', 'wp-content/plugins/elementor/assets/css/templates/lightbox.min.css'),
(1731, '/home/forwardbetcasino/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'),
(1732, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-accordion.min.css'),
(1733, '/home/forwardbetcasino/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'),
(1734, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-alert.min.css'),
(1735, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-base-rtl.min.css'),
(1736, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-base.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-base.min.css'),
(1737, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-10-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-10-rtl.min.css'),
(1738, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-10.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-10.min.css'),
(1739, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-7-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-7-rtl.min.css'),
(1740, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-7.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-7.min.css'),
(1741, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-9-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-9-rtl.min.css'),
(1742, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-9.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-contact-buttons-var-9.min.css'),
(1743, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-base-rtl.min.css'),
(1744, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-base.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-base.min.css'),
(1745, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-var-3-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-var-3-rtl.min.css'),
(1746, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-var-3.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-floating-bars-var-3.min.css'),
(1747, '/home/forwardbetcasino/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'),
(1748, '/home/forwardbetcasino/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'),
(1749, '/home/forwardbetcasino/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'),
(1750, '/home/forwardbetcasino/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'),
(1751, '/home/forwardbetcasino/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'),
(1752, '/home/forwardbetcasino/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'),
(1753, '/home/forwardbetcasino/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'),
(1754, '/home/forwardbetcasino/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'),
(1755, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-base-rtl.min.css'),
(1756, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-base.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-link-in-bio-base.min.css'),
(1757, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-nested-tabs-rtl.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-nested-tabs-rtl.min.css'),
(1758, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-nested-tabs.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-nested-tabs.min.css'),
(1759, '/home/forwardbetcasino/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'),
(1760, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-progress.min.css'),
(1761, '/home/forwardbetcasino/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'),
(1762, '/home/forwardbetcasino/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'),
(1763, '/home/forwardbetcasino/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'),
(1764, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-tabs.min.css'),
(1765, '/home/forwardbetcasino/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'),
(1766, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css', 'wp-content/plugins/elementor/assets/css/templates/widget-toggle.min.css'),
(1767, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/theme-dark.css', 'wp-content/plugins/elementor/assets/css/theme-dark.css'),
(1768, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/theme-dark.min.css', 'wp-content/plugins/elementor/assets/css/theme-dark.min.css'),
(1769, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/theme-light.css', 'wp-content/plugins/elementor/assets/css/theme-light.css'),
(1770, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/theme-light.min.css', 'wp-content/plugins/elementor/assets/css/theme-light.min.css'),
(1771, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-accordion-rtl.min.css'),
(1772, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-accordion.min.css', 'wp-content/plugins/elementor/assets/css/widget-accordion.min.css'),
(1773, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-alert-rtl.min.css'),
(1774, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-alert.min.css', 'wp-content/plugins/elementor/assets/css/widget-alert.min.css'),
(1775, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-base-rtl.min.css'),
(1776, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-base.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-base.min.css'),
(1777, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-1-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-1-rtl.min.css'),
(1778, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-1.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-1.min.css'),
(1779, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-10-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-10-rtl.min.css'),
(1780, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-10.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-10.min.css'),
(1781, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-3-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-3-rtl.min.css'),
(1782, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-3.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-3.min.css'),
(1783, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-4-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-4-rtl.min.css'),
(1784, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-4.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-4.min.css'),
(1785, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-6-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-6-rtl.min.css'),
(1786, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-6.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-6.min.css'),
(1787, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-7-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-7-rtl.min.css'),
(1788, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-7.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-7.min.css'),
(1789, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-8-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-8-rtl.min.css'),
(1790, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-8.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-8.min.css'),
(1791, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-9-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-9-rtl.min.css'),
(1792, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-9.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-var-9.min.css'),
(1793, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-vars-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-vars-rtl.min.css'),
(1794, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-contact-buttons-vars.min.css', 'wp-content/plugins/elementor/assets/css/widget-contact-buttons-vars.min.css'),
(1795, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-counter-rtl.min.css'),
(1796, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-counter.min.css', 'wp-content/plugins/elementor/assets/css/widget-counter.min.css'),
(1797, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css'),
(1798, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-divider.min.css', 'wp-content/plugins/elementor/assets/css/widget-divider.min.css'),
(1799, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-base-rtl.min.css'),
(1800, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-base.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-base.min.css'),
(1801, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-var-2-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-2-rtl.min.css'),
(1802, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-var-2.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-2.min.css'),
(1803, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-var-3-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-3-rtl.min.css'),
(1804, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-var-3.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-var-3.min.css'),
(1805, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-vars-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-vars-rtl.min.css'),
(1806, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-bars-vars.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-bars-vars.min.css'),
(1807, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-buttons-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-buttons-rtl.min.css'),
(1808, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-floating-buttons.min.css', 'wp-content/plugins/elementor/assets/css/widget-floating-buttons.min.css'),
(1809, '/home/forwardbetcasino/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'),
(1810, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-google_maps.min.css', 'wp-content/plugins/elementor/assets/css/widget-google_maps.min.css'),
(1811, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css'),
(1812, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-heading.min.css', 'wp-content/plugins/elementor/assets/css/widget-heading.min.css'),
(1813, '/home/forwardbetcasino/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'),
(1814, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css', 'wp-content/plugins/elementor/assets/css/widget-icon-box.min.css'),
(1815, '/home/forwardbetcasino/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'),
(1816, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css', 'wp-content/plugins/elementor/assets/css/widget-icon-list.min.css'),
(1817, '/home/forwardbetcasino/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'),
(1818, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-image-box.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-box.min.css'),
(1819, '/home/forwardbetcasino/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'),
(1820, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css'),
(1821, '/home/forwardbetcasino/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'),
(1822, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css'),
(1823, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css'),
(1824, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-image.min.css', 'wp-content/plugins/elementor/assets/css/widget-image.min.css'),
(1825, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-base-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-base-rtl.min.css'),
(1826, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-base.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-base.min.css'),
(1827, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-rtl.min.css'),
(1828, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-2-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-2-rtl.min.css'),
(1829, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-2.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-2.min.css');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1830, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-3-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-3-rtl.min.css'),
(1831, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-3.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-3.min.css'),
(1832, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-4-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-4-rtl.min.css'),
(1833, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-4.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-4.min.css'),
(1834, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-5-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-5-rtl.min.css'),
(1835, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-5.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-5.min.css'),
(1836, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-7-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-7-rtl.min.css'),
(1837, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-7.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-var-7.min.css'),
(1838, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-vars-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-vars-rtl.min.css'),
(1839, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio-vars.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio-vars.min.css'),
(1840, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-link-in-bio.min.css', 'wp-content/plugins/elementor/assets/css/widget-link-in-bio.min.css'),
(1841, '/home/forwardbetcasino/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'),
(1842, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css', 'wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css'),
(1843, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-nested-accordion-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-nested-accordion-rtl.min.css'),
(1844, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-nested-accordion.min.css', 'wp-content/plugins/elementor/assets/css/widget-nested-accordion.min.css'),
(1845, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-nested-tabs-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-nested-tabs-rtl.min.css'),
(1846, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-nested-tabs.min.css', 'wp-content/plugins/elementor/assets/css/widget-nested-tabs.min.css'),
(1847, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-progress-rtl.min.css'),
(1848, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-progress.min.css', 'wp-content/plugins/elementor/assets/css/widget-progress.min.css'),
(1849, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-rating-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-rating-rtl.min.css'),
(1850, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-rating.min.css', 'wp-content/plugins/elementor/assets/css/widget-rating.min.css'),
(1851, '/home/forwardbetcasino/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'),
(1852, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css', 'wp-content/plugins/elementor/assets/css/widget-social-icons.min.css'),
(1853, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css'),
(1854, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-spacer.min.css', 'wp-content/plugins/elementor/assets/css/widget-spacer.min.css'),
(1855, '/home/forwardbetcasino/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'),
(1856, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-star-rating.min.css', 'wp-content/plugins/elementor/assets/css/widget-star-rating.min.css'),
(1857, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-tabs-rtl.min.css'),
(1858, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-tabs.min.css', 'wp-content/plugins/elementor/assets/css/widget-tabs.min.css'),
(1859, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-testimonial-rtl.min.css'),
(1860, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-testimonial.min.css', 'wp-content/plugins/elementor/assets/css/widget-testimonial.min.css'),
(1861, '/home/forwardbetcasino/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'),
(1862, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css', 'wp-content/plugins/elementor/assets/css/widget-text-editor.min.css'),
(1863, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-text-path-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-text-path-rtl.min.css'),
(1864, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-text-path.min.css', 'wp-content/plugins/elementor/assets/css/widget-text-path.min.css'),
(1865, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-toggle-rtl.min.css'),
(1866, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-toggle.min.css', 'wp-content/plugins/elementor/assets/css/widget-toggle.min.css'),
(1867, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css', 'wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css'),
(1868, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/css/widget-video.min.css', 'wp-content/plugins/elementor/assets/css/widget-video.min.css'),
(1869, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/data/responsive-widgets.json', 'wp-content/plugins/elementor/assets/data/responsive-widgets.json'),
(1870, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/announcement.png', 'wp-content/plugins/elementor/assets/images/announcement.png'),
(1871, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg', 'wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Canvas.svg'),
(1872, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg', 'wp-content/plugins/elementor/assets/images/app/onboarding/Blank_Preview.jpg'),
(1873, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg', 'wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Account.svg'),
(1874, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg', 'wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Hello.svg'),
(1875, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg', 'wp-content/plugins/elementor/assets/images/app/onboarding/Illustration_Setup.svg'),
(1876, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg', 'wp-content/plugins/elementor/assets/images/app/onboarding/Library.svg'),
(1877, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/archive.svg'),
(1878, '/home/forwardbetcasino/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'),
(1879, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/footer.svg'),
(1880, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/header.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/header.svg'),
(1881, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/product.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/product.svg'),
(1882, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/app/site-editor/products.svg', 'wp-content/plugins/elementor/assets/images/app/site-editor/products.svg'),
(1883, '/home/forwardbetcasino/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'),
(1884, '/home/forwardbetcasino/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'),
(1885, '/home/forwardbetcasino/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'),
(1886, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/blur.png', 'wp-content/plugins/elementor/assets/images/blur.png'),
(1887, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/containers-announcement.png', 'wp-content/plugins/elementor/assets/images/containers-announcement.png'),
(1888, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/contrast.png', 'wp-content/plugins/elementor/assets/images/contrast.png'),
(1889, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/eyedropper.svg', 'wp-content/plugins/elementor/assets/images/eyedropper.svg'),
(1890, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg', 'wp-content/plugins/elementor/assets/images/go-pro-wp-dashboard.svg'),
(1891, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/go-pro.svg', 'wp-content/plugins/elementor/assets/images/go-pro.svg'),
(1892, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/information.svg', 'wp-content/plugins/elementor/assets/images/information.svg'),
(1893, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/kit-is-live.svg', 'wp-content/plugins/elementor/assets/images/kit-is-live.svg'),
(1894, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/library-connect/left-1.png', 'wp-content/plugins/elementor/assets/images/library-connect/left-1.png'),
(1895, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/library-connect/left-2.png', 'wp-content/plugins/elementor/assets/images/library-connect/left-2.png'),
(1896, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/library-connect/right-1.png', 'wp-content/plugins/elementor/assets/images/library-connect/right-1.png'),
(1897, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/library-connect/right-2.png', 'wp-content/plugins/elementor/assets/images/library-connect/right-2.png'),
(1898, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/logo-icon.png', 'wp-content/plugins/elementor/assets/images/logo-icon.png'),
(1899, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/logo-panel.svg', 'wp-content/plugins/elementor/assets/images/logo-panel.svg'),
(1900, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/logo-platform.svg', 'wp-content/plugins/elementor/assets/images/logo-platform.svg'),
(1901, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/no-search-results.svg', 'wp-content/plugins/elementor/assets/images/no-search-results.svg'),
(1902, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/placeholder.png', 'wp-content/plugins/elementor/assets/images/placeholder.png'),
(1903, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/images/unlock-sticky.svg', 'wp-content/plugins/elementor/assets/images/unlock-sticky.svg'),
(1904, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/152486453d0e39071cdb.bundle.js', 'wp-content/plugins/elementor/assets/js/152486453d0e39071cdb.bundle.js'),
(1905, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/294b4bf3066815c5927f.bundle.min.js', 'wp-content/plugins/elementor/assets/js/294b4bf3066815c5927f.bundle.min.js'),
(1906, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/2f08057553c95b827d30.bundle.min.js', 'wp-content/plugins/elementor/assets/js/2f08057553c95b827d30.bundle.min.js'),
(1907, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/4748df03726015eef04f.bundle.min.js', 'wp-content/plugins/elementor/assets/js/4748df03726015eef04f.bundle.min.js'),
(1908, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/49d9a23b08ff2c138b03.bundle.min.js', 'wp-content/plugins/elementor/assets/js/49d9a23b08ff2c138b03.bundle.min.js'),
(1909, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/49d9a23b08ff2c138b03.bundle.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/49d9a23b08ff2c138b03.bundle.min.js.LICENSE.txt'),
(1910, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/7b18c3f2f2bfffda289f.bundle.js', 'wp-content/plugins/elementor/assets/js/7b18c3f2f2bfffda289f.bundle.js'),
(1911, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/9c42cff515a6191fddaf.bundle.min.js', 'wp-content/plugins/elementor/assets/js/9c42cff515a6191fddaf.bundle.min.js'),
(1912, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/a730ee9caa710006b307.bundle.js', 'wp-content/plugins/elementor/assets/js/a730ee9caa710006b307.bundle.js'),
(1913, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js', 'wp-content/plugins/elementor/assets/js/accordion.8799675460c73eb48972.bundle.min.js'),
(1914, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/accordion.c16b88b2e8a0c50189bc.bundle.js', 'wp-content/plugins/elementor/assets/js/accordion.c16b88b2e8a0c50189bc.bundle.js'),
(1915, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.js', 'wp-content/plugins/elementor/assets/js/admin-feedback.js'),
(1916, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-feedback.min.js', 'wp-content/plugins/elementor/assets/js/admin-feedback.min.js'),
(1917, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-modules.js', 'wp-content/plugins/elementor/assets/js/admin-modules.js'),
(1918, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-modules.min.js', 'wp-content/plugins/elementor/assets/js/admin-modules.min.js'),
(1919, '/home/forwardbetcasino/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'),
(1920, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-notifications.js', 'wp-content/plugins/elementor/assets/js/admin-notifications.js'),
(1921, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-notifications.min.js', 'wp-content/plugins/elementor/assets/js/admin-notifications.min.js'),
(1922, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-notifications.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/admin-notifications.min.js.LICENSE.txt'),
(1923, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-top-bar.js', 'wp-content/plugins/elementor/assets/js/admin-top-bar.js'),
(1924, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin-top-bar.min.js', 'wp-content/plugins/elementor/assets/js/admin-top-bar.min.js'),
(1925, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin.js', 'wp-content/plugins/elementor/assets/js/admin.js'),
(1926, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin.min.js', 'wp-content/plugins/elementor/assets/js/admin.min.js'),
(1927, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/admin.min.js.LICENSE.txt'),
(1928, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-admin.js', 'wp-content/plugins/elementor/assets/js/ai-admin.js'),
(1929, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-admin.min.js', 'wp-content/plugins/elementor/assets/js/ai-admin.min.js'),
(1930, '/home/forwardbetcasino/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'),
(1931, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-gutenberg.js', 'wp-content/plugins/elementor/assets/js/ai-gutenberg.js'),
(1932, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js', 'wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js'),
(1933, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/ai-gutenberg.min.js.LICENSE.txt'),
(1934, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-layout.js', 'wp-content/plugins/elementor/assets/js/ai-layout.js'),
(1935, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-layout.min.js', 'wp-content/plugins/elementor/assets/js/ai-layout.min.js'),
(1936, '/home/forwardbetcasino/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'),
(1937, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-media-library.js', 'wp-content/plugins/elementor/assets/js/ai-media-library.js'),
(1938, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-media-library.min.js', 'wp-content/plugins/elementor/assets/js/ai-media-library.min.js'),
(1939, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai-media-library.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/ai-media-library.min.js.LICENSE.txt'),
(1940, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai.js', 'wp-content/plugins/elementor/assets/js/ai.js'),
(1941, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai.min.js', 'wp-content/plugins/elementor/assets/js/ai.min.js'),
(1942, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/ai.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/ai.min.js.LICENSE.txt'),
(1943, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/alert.c3c6a3fdf4745bd26b7f.bundle.js', 'wp-content/plugins/elementor/assets/js/alert.c3c6a3fdf4745bd26b7f.bundle.js'),
(1944, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js', 'wp-content/plugins/elementor/assets/js/alert.cbc2a0fee74ee3ed0419.bundle.min.js'),
(1945, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/announcements-app.js', 'wp-content/plugins/elementor/assets/js/announcements-app.js'),
(1946, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/announcements-app.min.js', 'wp-content/plugins/elementor/assets/js/announcements-app.min.js'),
(1947, '/home/forwardbetcasino/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'),
(1948, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app-loader.js', 'wp-content/plugins/elementor/assets/js/app-loader.js'),
(1949, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app-loader.min.js', 'wp-content/plugins/elementor/assets/js/app-loader.min.js'),
(1950, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app-packages.js', 'wp-content/plugins/elementor/assets/js/app-packages.js'),
(1951, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app-packages.min.js', 'wp-content/plugins/elementor/assets/js/app-packages.min.js'),
(1952, '/home/forwardbetcasino/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'),
(1953, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app.js', 'wp-content/plugins/elementor/assets/js/app.js'),
(1954, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app.min.js', 'wp-content/plugins/elementor/assets/js/app.min.js'),
(1955, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/app.min.js.LICENSE.txt'),
(1956, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/atomic-widgets-editor.js', 'wp-content/plugins/elementor/assets/js/atomic-widgets-editor.js'),
(1957, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/atomic-widgets-editor.min.js', 'wp-content/plugins/elementor/assets/js/atomic-widgets-editor.min.js'),
(1958, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/b7931adecb98651a09c7.bundle.min.js', 'wp-content/plugins/elementor/assets/js/b7931adecb98651a09c7.bundle.min.js'),
(1959, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/bdd4030576f6a94a4f0d.bundle.js', 'wp-content/plugins/elementor/assets/js/bdd4030576f6a94a4f0d.bundle.js'),
(1960, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/beta-tester.js', 'wp-content/plugins/elementor/assets/js/beta-tester.js'),
(1961, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/beta-tester.min.js', 'wp-content/plugins/elementor/assets/js/beta-tester.min.js'),
(1962, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/c96bb3445f3bc9de7d26.bundle.min.js', 'wp-content/plugins/elementor/assets/js/c96bb3445f3bc9de7d26.bundle.min.js'),
(1963, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/checklist.js', 'wp-content/plugins/elementor/assets/js/checklist.js'),
(1964, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/checklist.min.js', 'wp-content/plugins/elementor/assets/js/checklist.min.js'),
(1965, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/checklist.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/checklist.min.js.LICENSE.txt'),
(1966, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/common-modules.js', 'wp-content/plugins/elementor/assets/js/common-modules.js'),
(1967, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/common-modules.min.js', 'wp-content/plugins/elementor/assets/js/common-modules.min.js'),
(1968, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/common.js', 'wp-content/plugins/elementor/assets/js/common.js'),
(1969, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/common.min.js', 'wp-content/plugins/elementor/assets/js/common.min.js'),
(1970, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/common.min.js.LICENSE.txt'),
(1971, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/contact-buttons.31aad77620f461830ce9.bundle.min.js', 'wp-content/plugins/elementor/assets/js/contact-buttons.31aad77620f461830ce9.bundle.min.js'),
(1972, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/contact-buttons.a5e2cc7274ba4c94eb66.bundle.js', 'wp-content/plugins/elementor/assets/js/contact-buttons.a5e2cc7274ba4c94eb66.bundle.js'),
(1973, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/container-converter.js', 'wp-content/plugins/elementor/assets/js/container-converter.js'),
(1974, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/container-converter.min.js', 'wp-content/plugins/elementor/assets/js/container-converter.min.js'),
(1975, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/container.a7f0a15dfa05df34e1f7.bundle.js', 'wp-content/plugins/elementor/assets/js/container.a7f0a15dfa05df34e1f7.bundle.js'),
(1976, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/container.c65a2a923085e1120e75.bundle.min.js', 'wp-content/plugins/elementor/assets/js/container.c65a2a923085e1120e75.bundle.min.js'),
(1977, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js', 'wp-content/plugins/elementor/assets/js/counter.02cef29c589e742d4c8c.bundle.min.js'),
(1978, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/counter.3f74a246dff765f39aea.bundle.js', 'wp-content/plugins/elementor/assets/js/counter.3f74a246dff765f39aea.bundle.js'),
(1979, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/d91e4d7f57d57af2aab9.bundle.min.js', 'wp-content/plugins/elementor/assets/js/d91e4d7f57d57af2aab9.bundle.min.js'),
(1980, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/d9299811bc70ddb82fbf.bundle.js', 'wp-content/plugins/elementor/assets/js/d9299811bc70ddb82fbf.bundle.js'),
(1981, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/dev-tools.js', 'wp-content/plugins/elementor/assets/js/dev-tools.js'),
(1982, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/dev-tools.min.js', 'wp-content/plugins/elementor/assets/js/dev-tools.min.js'),
(1983, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/e-home-screen.js', 'wp-content/plugins/elementor/assets/js/e-home-screen.js'),
(1984, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/e-home-screen.min.js', 'wp-content/plugins/elementor/assets/js/e-home-screen.min.js'),
(1985, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/e-wc-product-editor.js', 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.js'),
(1986, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/e-wc-product-editor.min.js', 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.min.js'),
(1987, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/e-wc-product-editor.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/e-wc-product-editor.min.js.LICENSE.txt'),
(1988, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/e3f753621bf9be55ec4d.bundle.js', 'wp-content/plugins/elementor/assets/js/e3f753621bf9be55ec4d.bundle.js'),
(1989, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-document.js', 'wp-content/plugins/elementor/assets/js/editor-document.js'),
(1990, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-document.min.js', 'wp-content/plugins/elementor/assets/js/editor-document.min.js'),
(1991, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-environment-v2.js', 'wp-content/plugins/elementor/assets/js/editor-environment-v2.js'),
(1992, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js', 'wp-content/plugins/elementor/assets/js/editor-environment-v2.min.js'),
(1993, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v1.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v1.js'),
(1994, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js'),
(1995, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v2.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v2.js'),
(1996, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js', 'wp-content/plugins/elementor/assets/js/editor-loader-v2.min.js'),
(1997, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-modules.js', 'wp-content/plugins/elementor/assets/js/editor-modules.js'),
(1998, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-modules.min.js', 'wp-content/plugins/elementor/assets/js/editor-modules.min.js'),
(1999, '/home/forwardbetcasino/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'),
(2000, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-notifications.js', 'wp-content/plugins/elementor/assets/js/editor-notifications.js'),
(2001, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-notifications.min.js', 'wp-content/plugins/elementor/assets/js/editor-notifications.min.js'),
(2002, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor-notifications.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/editor-notifications.min.js.LICENSE.txt'),
(2003, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor.js', 'wp-content/plugins/elementor/assets/js/editor.js'),
(2004, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor.min.js', 'wp-content/plugins/elementor/assets/js/editor.min.js'),
(2005, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/editor.min.js.LICENSE.txt'),
(2006, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/element-manager-admin.js', 'wp-content/plugins/elementor/assets/js/element-manager-admin.js'),
(2007, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/element-manager-admin.min.js', 'wp-content/plugins/elementor/assets/js/element-manager-admin.min.js'),
(2008, '/home/forwardbetcasino/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'),
(2009, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/elementor-admin-bar.js', 'wp-content/plugins/elementor/assets/js/elementor-admin-bar.js'),
(2010, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js', 'wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js'),
(2011, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/f634673e5824ceb13f3d.bundle.js', 'wp-content/plugins/elementor/assets/js/f634673e5824ceb13f3d.bundle.js'),
(2012, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/fa0cbd4c7b6a8ad83224.bundle.js', 'wp-content/plugins/elementor/assets/js/fa0cbd4c7b6a8ad83224.bundle.js'),
(2013, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/fd6a00ae23a1bc2c6190.bundle.js', 'wp-content/plugins/elementor/assets/js/fd6a00ae23a1bc2c6190.bundle.js'),
(2014, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/floating-bars.1ebb83f158244b35bda6.bundle.js', 'wp-content/plugins/elementor/assets/js/floating-bars.1ebb83f158244b35bda6.bundle.js'),
(2015, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/floating-bars.e4547b87bc6fb09381ca.bundle.min.js', 'wp-content/plugins/elementor/assets/js/floating-bars.e4547b87bc6fb09381ca.bundle.min.js'),
(2016, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/floating-elements-modal.js', 'wp-content/plugins/elementor/assets/js/floating-elements-modal.js'),
(2017, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/floating-elements-modal.min.js', 'wp-content/plugins/elementor/assets/js/floating-elements-modal.min.js'),
(2018, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.js', 'wp-content/plugins/elementor/assets/js/frontend-modules.js'),
(2019, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/frontend-modules.min.js', 'wp-content/plugins/elementor/assets/js/frontend-modules.min.js'),
(2020, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/frontend.js', 'wp-content/plugins/elementor/assets/js/frontend.js'),
(2021, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/frontend.min.js', 'wp-content/plugins/elementor/assets/js/frontend.min.js'),
(2022, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/gutenberg.js', 'wp-content/plugins/elementor/assets/js/gutenberg.js'),
(2023, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/gutenberg.min.js', 'wp-content/plugins/elementor/assets/js/gutenberg.min.js'),
(2024, '/home/forwardbetcasino/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'),
(2025, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/image-carousel.9399f19d95d7300cbc2e.bundle.js', 'wp-content/plugins/elementor/assets/js/image-carousel.9399f19d95d7300cbc2e.bundle.js'),
(2026, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/import-export-admin.js', 'wp-content/plugins/elementor/assets/js/import-export-admin.js'),
(2027, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/import-export-admin.min.js', 'wp-content/plugins/elementor/assets/js/import-export-admin.min.js'),
(2028, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js', 'wp-content/plugins/elementor/assets/js/kit-elements-defaults-editor.js'),
(2029, '/home/forwardbetcasino/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'),
(2030, '/home/forwardbetcasino/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'),
(2031, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/kit-library.1f8d31888dc9d19dd031.bundle.min.js', 'wp-content/plugins/elementor/assets/js/kit-library.1f8d31888dc9d19dd031.bundle.min.js'),
(2032, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/kit-library.ac1a4cd5deae5526ce49.bundle.js', 'wp-content/plugins/elementor/assets/js/kit-library.ac1a4cd5deae5526ce49.bundle.js'),
(2033, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/lightbox.01a419d1fcdd47a75a77.bundle.min.js', 'wp-content/plugins/elementor/assets/js/lightbox.01a419d1fcdd47a75a77.bundle.min.js'),
(2034, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/lightbox.2c9ae19597fcd2a76c3a.bundle.js', 'wp-content/plugins/elementor/assets/js/lightbox.2c9ae19597fcd2a76c3a.bundle.js'),
(2035, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/media-hints.js', 'wp-content/plugins/elementor/assets/js/media-hints.js'),
(2036, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/media-hints.min.js', 'wp-content/plugins/elementor/assets/js/media-hints.min.js'),
(2037, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.82e5c4e9017e457a5f2e.bundle.js', 'wp-content/plugins/elementor/assets/js/nested-accordion.82e5c4e9017e457a5f2e.bundle.js'),
(2038, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.c3b109b714293a16bd95.bundle.min.js', 'wp-content/plugins/elementor/assets/js/nested-accordion.c3b109b714293a16bd95.bundle.min.js'),
(2039, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.js', 'wp-content/plugins/elementor/assets/js/nested-accordion.js'),
(2040, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-accordion.min.js', 'wp-content/plugins/elementor/assets/js/nested-accordion.min.js'),
(2041, '/home/forwardbetcasino/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'),
(2042, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-elements.js', 'wp-content/plugins/elementor/assets/js/nested-elements.js'),
(2043, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-elements.min.js', 'wp-content/plugins/elementor/assets/js/nested-elements.min.js'),
(2044, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.js', 'wp-content/plugins/elementor/assets/js/nested-tabs.js'),
(2045, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-tabs.min.js', 'wp-content/plugins/elementor/assets/js/nested-tabs.min.js'),
(2046, '/home/forwardbetcasino/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'),
(2047, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.0b608656da2be746fb80.bundle.min.js', 'wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.0b608656da2be746fb80.bundle.min.js'),
(2048, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.92a73d7a8a75bcb8cd67.bundle.js', 'wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.92a73d7a8a75bcb8cd67.bundle.js'),
(2049, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/new-template.js', 'wp-content/plugins/elementor/assets/js/new-template.js'),
(2050, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/new-template.min.js', 'wp-content/plugins/elementor/assets/js/new-template.min.js'),
(2051, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/notes.js', 'wp-content/plugins/elementor/assets/js/notes.js'),
(2052, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/notes.min.js', 'wp-content/plugins/elementor/assets/js/notes.min.js'),
(2053, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/onboarding.4a4002ff7ea58bfa166e.bundle.min.js', 'wp-content/plugins/elementor/assets/js/onboarding.4a4002ff7ea58bfa166e.bundle.min.js'),
(2054, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/onboarding.5ceee1b219b66e943cb0.bundle.js', 'wp-content/plugins/elementor/assets/js/onboarding.5ceee1b219b66e943cb0.bundle.js'),
(2055, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.asset.php'),
(2056, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.js', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.js'),
(2057, '/home/forwardbetcasino/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'),
(2058, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.min.js'),
(2059, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor/editor.strings.js'),
(2060, '/home/forwardbetcasino/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'),
(2061, '/home/forwardbetcasino/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'),
(2062, '/home/forwardbetcasino/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'),
(2063, '/home/forwardbetcasino/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'),
(2064, '/home/forwardbetcasino/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'),
(2065, '/home/forwardbetcasino/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'),
(2066, '/home/forwardbetcasino/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'),
(2067, '/home/forwardbetcasino/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'),
(2068, '/home/forwardbetcasino/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'),
(2069, '/home/forwardbetcasino/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'),
(2070, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.asset.php'),
(2071, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.js', 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.js'),
(2072, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.js.LICENSE.txt'),
(2073, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.min.js'),
(2074, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-editing-panel/editor-editing-panel.strings.js'),
(2075, '/home/forwardbetcasino/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'),
(2076, '/home/forwardbetcasino/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'),
(2077, '/home/forwardbetcasino/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'),
(2078, '/home/forwardbetcasino/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'),
(2079, '/home/forwardbetcasino/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'),
(2080, '/home/forwardbetcasino/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'),
(2081, '/home/forwardbetcasino/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'),
(2082, '/home/forwardbetcasino/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'),
(2083, '/home/forwardbetcasino/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'),
(2084, '/home/forwardbetcasino/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'),
(2085, '/home/forwardbetcasino/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'),
(2086, '/home/forwardbetcasino/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'),
(2087, '/home/forwardbetcasino/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'),
(2088, '/home/forwardbetcasino/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'),
(2089, '/home/forwardbetcasino/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'),
(2090, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.asset.php', 'wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.asset.php'),
(2091, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.js', 'wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.js'),
(2092, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.js.LICENSE.txt'),
(2093, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.min.js', 'wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.min.js'),
(2094, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.strings.js', 'wp-content/plugins/elementor/assets/js/packages/editor-style/editor-style.strings.js');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2095, '/home/forwardbetcasino/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'),
(2096, '/home/forwardbetcasino/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'),
(2097, '/home/forwardbetcasino/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'),
(2098, '/home/forwardbetcasino/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'),
(2099, '/home/forwardbetcasino/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'),
(2100, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.asset.php', 'wp-content/plugins/elementor/assets/js/packages/env/env.asset.php'),
(2101, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.js', 'wp-content/plugins/elementor/assets/js/packages/env/env.js'),
(2102, '/home/forwardbetcasino/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'),
(2103, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.min.js', 'wp-content/plugins/elementor/assets/js/packages/env/env.min.js'),
(2104, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/env/env.strings.js', 'wp-content/plugins/elementor/assets/js/packages/env/env.strings.js'),
(2105, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.asset.php', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.asset.php'),
(2106, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.js', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.js'),
(2107, '/home/forwardbetcasino/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'),
(2108, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.min.js'),
(2109, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js', 'wp-content/plugins/elementor/assets/js/packages/icons/icons.strings.js'),
(2110, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.asset.php', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.asset.php'),
(2111, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.js', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.js'),
(2112, '/home/forwardbetcasino/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'),
(2113, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.min.js'),
(2114, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/locations/locations.strings.js', 'wp-content/plugins/elementor/assets/js/packages/locations/locations.strings.js'),
(2115, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/menus/menus.asset.php', 'wp-content/plugins/elementor/assets/js/packages/menus/menus.asset.php'),
(2116, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/menus/menus.js', 'wp-content/plugins/elementor/assets/js/packages/menus/menus.js'),
(2117, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/menus/menus.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/menus/menus.js.LICENSE.txt'),
(2118, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/menus/menus.min.js', 'wp-content/plugins/elementor/assets/js/packages/menus/menus.min.js'),
(2119, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/menus/menus.strings.js', 'wp-content/plugins/elementor/assets/js/packages/menus/menus.strings.js'),
(2120, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.asset.php', 'wp-content/plugins/elementor/assets/js/packages/query/query.asset.php'),
(2121, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.js', 'wp-content/plugins/elementor/assets/js/packages/query/query.js'),
(2122, '/home/forwardbetcasino/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'),
(2123, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.min.js', 'wp-content/plugins/elementor/assets/js/packages/query/query.min.js'),
(2124, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/query/query.min.js.LICENSE.txt'),
(2125, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/query/query.strings.js', 'wp-content/plugins/elementor/assets/js/packages/query/query.strings.js'),
(2126, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/schema/schema.asset.php', 'wp-content/plugins/elementor/assets/js/packages/schema/schema.asset.php'),
(2127, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/schema/schema.js', 'wp-content/plugins/elementor/assets/js/packages/schema/schema.js'),
(2128, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/schema/schema.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/schema/schema.js.LICENSE.txt'),
(2129, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/schema/schema.min.js', 'wp-content/plugins/elementor/assets/js/packages/schema/schema.min.js'),
(2130, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/schema/schema.strings.js', 'wp-content/plugins/elementor/assets/js/packages/schema/schema.strings.js'),
(2131, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.asset.php', 'wp-content/plugins/elementor/assets/js/packages/store/store.asset.php'),
(2132, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.js', 'wp-content/plugins/elementor/assets/js/packages/store/store.js'),
(2133, '/home/forwardbetcasino/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'),
(2134, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.min.js', 'wp-content/plugins/elementor/assets/js/packages/store/store.min.js'),
(2135, '/home/forwardbetcasino/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'),
(2136, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/store/store.strings.js', 'wp-content/plugins/elementor/assets/js/packages/store/store.strings.js'),
(2137, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.asset.php', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.asset.php'),
(2138, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.js', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.js'),
(2139, '/home/forwardbetcasino/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'),
(2140, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.min.js'),
(2141, '/home/forwardbetcasino/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'),
(2142, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js', 'wp-content/plugins/elementor/assets/js/packages/ui/ui.strings.js'),
(2143, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/utils/utils.asset.php', 'wp-content/plugins/elementor/assets/js/packages/utils/utils.asset.php'),
(2144, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/utils/utils.js', 'wp-content/plugins/elementor/assets/js/packages/utils/utils.js'),
(2145, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/utils/utils.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/utils/utils.js.LICENSE.txt'),
(2146, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/utils/utils.min.js', 'wp-content/plugins/elementor/assets/js/packages/utils/utils.min.js'),
(2147, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/utils/utils.strings.js', 'wp-content/plugins/elementor/assets/js/packages/utils/utils.strings.js'),
(2148, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.asset.php', 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.asset.php'),
(2149, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.js', 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.js'),
(2150, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.js.LICENSE.txt'),
(2151, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.min.js', 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.min.js'),
(2152, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.strings.js', 'wp-content/plugins/elementor/assets/js/packages/wp-media/wp-media.strings.js'),
(2153, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/progress.6d15c16f0f5c4792940f.bundle.js', 'wp-content/plugins/elementor/assets/js/progress.6d15c16f0f5c4792940f.bundle.js'),
(2154, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/progress.985f012a6336ab21cb44.bundle.min.js', 'wp-content/plugins/elementor/assets/js/progress.985f012a6336ab21cb44.bundle.min.js'),
(2155, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/responsive-bar.js', 'wp-content/plugins/elementor/assets/js/responsive-bar.js'),
(2156, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/responsive-bar.min.js', 'wp-content/plugins/elementor/assets/js/responsive-bar.min.js'),
(2157, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js', 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.js'),
(2158, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js', 'wp-content/plugins/elementor/assets/js/styleguide-app-initiator.min.js'),
(2159, '/home/forwardbetcasino/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'),
(2160, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/styleguide.js', 'wp-content/plugins/elementor/assets/js/styleguide.js'),
(2161, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/styleguide.min.js', 'wp-content/plugins/elementor/assets/js/styleguide.min.js'),
(2162, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/tabs.520bc2ed4560c561029e.bundle.js', 'wp-content/plugins/elementor/assets/js/tabs.520bc2ed4560c561029e.bundle.js'),
(2163, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js', 'wp-content/plugins/elementor/assets/js/tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js'),
(2164, '/home/forwardbetcasino/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'),
(2165, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/text-editor.2f2f7e0ea1e16387a004.bundle.js', 'wp-content/plugins/elementor/assets/js/text-editor.2f2f7e0ea1e16387a004.bundle.js'),
(2166, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/text-path.39fb59e43970222f5a3e.bundle.min.js', 'wp-content/plugins/elementor/assets/js/text-path.39fb59e43970222f5a3e.bundle.min.js'),
(2167, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/text-path.39fb59e43970222f5a3e.bundle.min.js.LICENSE.txt', 'wp-content/plugins/elementor/assets/js/text-path.39fb59e43970222f5a3e.bundle.min.js.LICENSE.txt'),
(2168, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/text-path.a20877e832db83423958.bundle.js', 'wp-content/plugins/elementor/assets/js/text-path.a20877e832db83423958.bundle.js'),
(2169, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js', 'wp-content/plugins/elementor/assets/js/toggle.31881477c45ff5cf9d4d.bundle.min.js'),
(2170, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/toggle.d79746a764407a0828ee.bundle.js', 'wp-content/plugins/elementor/assets/js/toggle.d79746a764407a0828ee.bundle.js'),
(2171, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/video.78c625e89ab767d621c5.bundle.min.js', 'wp-content/plugins/elementor/assets/js/video.78c625e89ab767d621c5.bundle.min.js'),
(2172, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/video.817bd6a65a1542503aac.bundle.js', 'wp-content/plugins/elementor/assets/js/video.817bd6a65a1542503aac.bundle.js'),
(2173, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/web-cli.js', 'wp-content/plugins/elementor/assets/js/web-cli.js'),
(2174, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/web-cli.min.js', 'wp-content/plugins/elementor/assets/js/web-cli.min.js'),
(2175, '/home/forwardbetcasino/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'),
(2176, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/webpack.runtime.js', 'wp-content/plugins/elementor/assets/js/webpack.runtime.js'),
(2177, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js', 'wp-content/plugins/elementor/assets/js/webpack.runtime.min.js'),
(2178, '/home/forwardbetcasino/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'),
(2179, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/js/wp-audio.b8efdc046bc9df72a075.bundle.js', 'wp-content/plugins/elementor/assets/js/wp-audio.b8efdc046bc9df72a075.bundle.js'),
(2180, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json', 'wp-content/plugins/elementor/assets/lib/animate.css/animate-config.json'),
(2181, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate.css', 'wp-content/plugins/elementor/assets/lib/animate.css/animate.css'),
(2182, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css', 'wp-content/plugins/elementor/assets/lib/animate.css/animate.min.css'),
(2183, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/animations.min.css', 'wp-content/plugins/elementor/assets/lib/animations/animations.min.css'),
(2184, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounce.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounce.css'),
(2185, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounce.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounce.min.css'),
(2186, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.css'),
(2187, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.min.css'),
(2188, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInDown.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInDown.css'),
(2189, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInDown.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInDown.min.css'),
(2190, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInLeft.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInLeft.css'),
(2191, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInLeft.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInLeft.min.css'),
(2192, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInRight.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInRight.css'),
(2193, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInRight.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInRight.min.css'),
(2194, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInUp.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInUp.css'),
(2195, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/bounceInUp.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/bounceInUp.min.css'),
(2196, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bob.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bob.css'),
(2197, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bob.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bob.min.css'),
(2198, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-in.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-in.css'),
(2199, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-in.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-in.min.css'),
(2200, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-out.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-out.css'),
(2201, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-out.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-bounce-out.min.css'),
(2202, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz-out.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz-out.css'),
(2203, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz-out.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz-out.min.css'),
(2204, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz.css'),
(2205, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-buzz.min.css'),
(2206, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.css'),
(2207, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.min.css'),
(2208, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow-rotate.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow-rotate.css'),
(2209, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow-rotate.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow-rotate.min.css'),
(2210, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.css'),
(2211, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css'),
(2212, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-hang.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-hang.css'),
(2213, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-hang.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-hang.min.css'),
(2214, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pop.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pop.css'),
(2215, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pop.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pop.min.css'),
(2216, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.css'),
(2217, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-grow.min.css'),
(2218, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-shrink.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-shrink.css'),
(2219, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-shrink.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse-shrink.min.css'),
(2220, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.css'),
(2221, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.min.css'),
(2222, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-push.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-push.css'),
(2223, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-push.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-push.min.css'),
(2224, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-rotate.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-rotate.css'),
(2225, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-rotate.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-rotate.min.css'),
(2226, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.css'),
(2227, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.min.css'),
(2228, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-sink.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-sink.css'),
(2229, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-sink.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-sink.min.css'),
(2230, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-backward.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-backward.css'),
(2231, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-backward.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-backward.min.css'),
(2232, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-forward.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-forward.css'),
(2233, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-forward.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew-forward.min.css'),
(2234, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew.css'),
(2235, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-skew.min.css'),
(2236, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-bottom.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-bottom.css'),
(2237, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-bottom.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-bottom.min.css'),
(2238, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-horizontal.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-horizontal.css'),
(2239, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-horizontal.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-horizontal.min.css'),
(2240, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-skew.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-skew.css'),
(2241, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-skew.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-skew.min.css'),
(2242, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-bottom-right.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-bottom-right.css'),
(2243, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-bottom-right.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-bottom-right.min.css'),
(2244, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-top-right.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-top-right.css'),
(2245, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-top-right.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-to-top-right.min.css'),
(2246, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-top.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-top.css'),
(2247, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-top.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-top.min.css'),
(2248, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-vertical.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-vertical.css'),
(2249, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-vertical.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-wobble-vertical.min.css'),
(2250, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.css'),
(2251, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css'),
(2252, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.css'),
(2253, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css'),
(2254, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.css'),
(2255, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css'),
(2256, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.css'),
(2257, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css'),
(2258, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.css'),
(2259, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css'),
(2260, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/flash.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/flash.css'),
(2261, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/flash.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/flash.min.css'),
(2262, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/headShake.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/headShake.css'),
(2263, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/headShake.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/headShake.min.css'),
(2264, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/jello.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/jello.css'),
(2265, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/jello.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/jello.min.css'),
(2266, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/lightSpeedIn.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/lightSpeedIn.css'),
(2267, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/lightSpeedIn.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/lightSpeedIn.min.css'),
(2268, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/pulse.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/pulse.css'),
(2269, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/pulse.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/pulse.min.css'),
(2270, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rollIn.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rollIn.css'),
(2271, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rollIn.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rollIn.min.css'),
(2272, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateIn.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateIn.css'),
(2273, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateIn.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateIn.min.css'),
(2274, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownLeft.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownLeft.css'),
(2275, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownLeft.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownLeft.min.css'),
(2276, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownRight.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownRight.css'),
(2277, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownRight.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInDownRight.min.css'),
(2278, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpLeft.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpLeft.css'),
(2279, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpLeft.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpLeft.min.css'),
(2280, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpRight.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpRight.css'),
(2281, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpRight.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rotateInUpRight.min.css'),
(2282, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rubberBand.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rubberBand.css'),
(2283, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/rubberBand.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/rubberBand.min.css'),
(2284, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/shake.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/shake.css'),
(2285, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/shake.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/shake.min.css'),
(2286, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.css'),
(2287, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.min.css'),
(2288, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.css'),
(2289, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.min.css'),
(2290, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.css'),
(2291, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.min.css'),
(2292, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.css'),
(2293, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.min.css'),
(2294, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/swing.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/swing.css'),
(2295, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/swing.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/swing.min.css'),
(2296, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/tada.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/tada.css'),
(2297, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/tada.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/tada.min.css'),
(2298, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/wobble.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/wobble.css'),
(2299, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/wobble.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/wobble.min.css'),
(2300, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.css'),
(2301, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.min.css'),
(2302, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInDown.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInDown.css'),
(2303, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInDown.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInDown.min.css'),
(2304, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInLeft.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInLeft.css'),
(2305, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInLeft.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInLeft.min.css'),
(2306, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInRight.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInRight.css'),
(2307, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInRight.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInRight.min.css'),
(2308, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInUp.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInUp.css'),
(2309, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomInUp.min.css', 'wp-content/plugins/elementor/assets/lib/animations/styles/zoomInUp.min.css'),
(2310, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js', 'wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.js'),
(2311, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js', 'wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js'),
(2312, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js', 'wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.js'),
(2313, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js', 'wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js'),
(2314, '/home/forwardbetcasino/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'),
(2315, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.js', 'wp-content/plugins/elementor/assets/lib/dialog/dialog.js'),
(2316, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js', 'wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js'),
(2317, '/home/forwardbetcasino/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'),
(2318, '/home/forwardbetcasino/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'),
(2319, '/home/forwardbetcasino/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'),
(2320, '/home/forwardbetcasino/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'),
(2321, '/home/forwardbetcasino/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'),
(2322, '/home/forwardbetcasino/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'),
(2323, '/home/forwardbetcasino/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'),
(2324, '/home/forwardbetcasino/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'),
(2325, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css', 'wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.css'),
(2326, '/home/forwardbetcasino/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'),
(2327, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/eicons.json', 'wp-content/plugins/elementor/assets/lib/eicons/eicons.json'),
(2328, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot'),
(2329, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg'),
(2330, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf'),
(2331, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff'),
(2332, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2', 'wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2'),
(2333, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css', 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.css'),
(2334, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js', 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.js'),
(2335, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css', 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.css'),
(2336, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js', 'wp-content/plugins/elementor/assets/lib/flatpickr/flatpickr.min.js'),
(2337, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css'),
(2338, '/home/forwardbetcasino/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'),
(2339, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css'),
(2340, '/home/forwardbetcasino/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'),
(2341, '/home/forwardbetcasino/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'),
(2342, '/home/forwardbetcasino/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'),
(2343, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css'),
(2344, '/home/forwardbetcasino/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'),
(2345, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.css'),
(2346, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2347, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css', 'wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css'),
(2348, '/home/forwardbetcasino/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'),
(2349, '/home/forwardbetcasino/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'),
(2350, '/home/forwardbetcasino/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'),
(2351, '/home/forwardbetcasino/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'),
(2352, '/home/forwardbetcasino/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'),
(2353, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf', 'wp-content/plugins/elementor/assets/lib/font-awesome/fonts/FontAwesome.otf'),
(2354, '/home/forwardbetcasino/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'),
(2355, '/home/forwardbetcasino/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'),
(2356, '/home/forwardbetcasino/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'),
(2357, '/home/forwardbetcasino/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'),
(2358, '/home/forwardbetcasino/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'),
(2359, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/js/brands.js'),
(2360, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/js/regular.js'),
(2361, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/js/solid.js'),
(2362, '/home/forwardbetcasino/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'),
(2363, '/home/forwardbetcasino/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'),
(2364, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json', 'wp-content/plugins/elementor/assets/lib/font-awesome/json/brands.json'),
(2365, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json', 'wp-content/plugins/elementor/assets/lib/font-awesome/json/regular.json'),
(2366, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json', 'wp-content/plugins/elementor/assets/lib/font-awesome/json/solid.json'),
(2367, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js', 'wp-content/plugins/elementor/assets/lib/font-awesome/migration/mapping.js'),
(2368, '/home/forwardbetcasino/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'),
(2369, '/home/forwardbetcasino/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'),
(2370, '/home/forwardbetcasino/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'),
(2371, '/home/forwardbetcasino/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'),
(2372, '/home/forwardbetcasino/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'),
(2373, '/home/forwardbetcasino/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'),
(2374, '/home/forwardbetcasino/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'),
(2375, '/home/forwardbetcasino/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'),
(2376, '/home/forwardbetcasino/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'),
(2377, '/home/forwardbetcasino/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'),
(2378, '/home/forwardbetcasino/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'),
(2379, '/home/forwardbetcasino/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'),
(2380, '/home/forwardbetcasino/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'),
(2381, '/home/forwardbetcasino/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'),
(2382, '/home/forwardbetcasino/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'),
(2383, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/hover/hover.css', 'wp-content/plugins/elementor/assets/lib/hover/hover.css'),
(2384, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/hover/hover.min.css', 'wp-content/plugins/elementor/assets/lib/hover/hover.min.css'),
(2385, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js', 'wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.js'),
(2386, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js', 'wp-content/plugins/elementor/assets/lib/imagesloaded/imagesloaded.min.js'),
(2387, '/home/forwardbetcasino/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'),
(2388, '/home/forwardbetcasino/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'),
(2389, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js', 'wp-content/plugins/elementor/assets/lib/jquery-easing/jquery-easing.js'),
(2390, '/home/forwardbetcasino/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'),
(2391, '/home/forwardbetcasino/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'),
(2392, '/home/forwardbetcasino/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'),
(2393, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js', 'wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.js'),
(2394, '/home/forwardbetcasino/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'),
(2395, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js', 'wp-content/plugins/elementor/assets/lib/nouislider/nouislider.js'),
(2396, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js', 'wp-content/plugins/elementor/assets/lib/nouislider/nouislider.min.js'),
(2397, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js', 'wp-content/plugins/elementor/assets/lib/nprogress/nprogress.js'),
(2398, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js', 'wp-content/plugins/elementor/assets/lib/nprogress/nprogress.min.js'),
(2399, '/home/forwardbetcasino/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'),
(2400, '/home/forwardbetcasino/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'),
(2401, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js', 'wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js'),
(2402, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css', 'wp-content/plugins/elementor/assets/lib/pickr/themes/monolith.min.css'),
(2403, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/share-link/share-link.js', 'wp-content/plugins/elementor/assets/lib/share-link/share-link.js'),
(2404, '/home/forwardbetcasino/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'),
(2405, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.css', 'wp-content/plugins/elementor/assets/lib/swiper/css/swiper.css'),
(2406, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css', 'wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css'),
(2407, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/swiper/swiper.js', 'wp-content/plugins/elementor/assets/lib/swiper/swiper.js'),
(2408, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js', 'wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js'),
(2409, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css', 'wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.css'),
(2410, '/home/forwardbetcasino/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'),
(2411, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.js', 'wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.js'),
(2412, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js', 'wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js'),
(2413, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js', 'wp-content/plugins/elementor/assets/lib/tipsy/tipsy.js'),
(2414, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js', 'wp-content/plugins/elementor/assets/lib/tipsy/tipsy.min.js'),
(2415, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/mask-shapes/blob.svg', 'wp-content/plugins/elementor/assets/mask-shapes/blob.svg'),
(2416, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/mask-shapes/circle.svg', 'wp-content/plugins/elementor/assets/mask-shapes/circle.svg'),
(2417, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/mask-shapes/flower.svg', 'wp-content/plugins/elementor/assets/mask-shapes/flower.svg'),
(2418, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg', 'wp-content/plugins/elementor/assets/mask-shapes/hexagon.svg'),
(2419, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/mask-shapes/sketch.svg', 'wp-content/plugins/elementor/assets/mask-shapes/sketch.svg'),
(2420, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/mask-shapes/triangle.svg', 'wp-content/plugins/elementor/assets/mask-shapes/triangle.svg'),
(2421, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/arrow-negative.svg', 'wp-content/plugins/elementor/assets/shapes/arrow-negative.svg'),
(2422, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/arrow.svg', 'wp-content/plugins/elementor/assets/shapes/arrow.svg'),
(2423, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/book-negative.svg', 'wp-content/plugins/elementor/assets/shapes/book-negative.svg'),
(2424, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/book.svg', 'wp-content/plugins/elementor/assets/shapes/book.svg'),
(2425, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/clouds-negative.svg', 'wp-content/plugins/elementor/assets/shapes/clouds-negative.svg'),
(2426, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/clouds.svg', 'wp-content/plugins/elementor/assets/shapes/clouds.svg'),
(2427, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg', 'wp-content/plugins/elementor/assets/shapes/curve-asymmetrical-negative.svg'),
(2428, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg', 'wp-content/plugins/elementor/assets/shapes/curve-asymmetrical.svg'),
(2429, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/curve-negative.svg', 'wp-content/plugins/elementor/assets/shapes/curve-negative.svg'),
(2430, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/curve.svg', 'wp-content/plugins/elementor/assets/shapes/curve.svg'),
(2431, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/drops-negative.svg', 'wp-content/plugins/elementor/assets/shapes/drops-negative.svg'),
(2432, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/drops.svg', 'wp-content/plugins/elementor/assets/shapes/drops.svg'),
(2433, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/mountains.svg', 'wp-content/plugins/elementor/assets/shapes/mountains.svg'),
(2434, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/opacity-fan.svg', 'wp-content/plugins/elementor/assets/shapes/opacity-fan.svg'),
(2435, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg', 'wp-content/plugins/elementor/assets/shapes/opacity-tilt.svg'),
(2436, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg', 'wp-content/plugins/elementor/assets/shapes/pyramids-negative.svg'),
(2437, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/pyramids.svg', 'wp-content/plugins/elementor/assets/shapes/pyramids.svg'),
(2438, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/split-negative.svg', 'wp-content/plugins/elementor/assets/shapes/split-negative.svg'),
(2439, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/split.svg', 'wp-content/plugins/elementor/assets/shapes/split.svg'),
(2440, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/tilt.svg', 'wp-content/plugins/elementor/assets/shapes/tilt.svg'),
(2441, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg', 'wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical-negative.svg'),
(2442, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg', 'wp-content/plugins/elementor/assets/shapes/triangle-asymmetrical.svg'),
(2443, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/triangle-negative.svg', 'wp-content/plugins/elementor/assets/shapes/triangle-negative.svg'),
(2444, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/triangle.svg', 'wp-content/plugins/elementor/assets/shapes/triangle.svg'),
(2445, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/wave-brush.svg', 'wp-content/plugins/elementor/assets/shapes/wave-brush.svg'),
(2446, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/waves-negative.svg', 'wp-content/plugins/elementor/assets/shapes/waves-negative.svg'),
(2447, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/waves-pattern.svg', 'wp-content/plugins/elementor/assets/shapes/waves-pattern.svg'),
(2448, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/waves.svg', 'wp-content/plugins/elementor/assets/shapes/waves.svg'),
(2449, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/shapes/zigzag.svg', 'wp-content/plugins/elementor/assets/shapes/zigzag.svg'),
(2450, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/svg-paths/arc.svg', 'wp-content/plugins/elementor/assets/svg-paths/arc.svg'),
(2451, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/svg-paths/circle.svg', 'wp-content/plugins/elementor/assets/svg-paths/circle.svg'),
(2452, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/svg-paths/line.svg', 'wp-content/plugins/elementor/assets/svg-paths/line.svg'),
(2453, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/svg-paths/oval.svg', 'wp-content/plugins/elementor/assets/svg-paths/oval.svg'),
(2454, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/svg-paths/spiral.svg', 'wp-content/plugins/elementor/assets/svg-paths/spiral.svg'),
(2455, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/assets/svg-paths/wave.svg', 'wp-content/plugins/elementor/assets/svg-paths/wave.svg'),
(2456, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/changelog.txt', 'wp-content/plugins/elementor/changelog.txt'),
(2457, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/admin-notices.php', 'wp-content/plugins/elementor/core/admin/admin-notices.php'),
(2458, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/admin.php', 'wp-content/plugins/elementor/core/admin/admin.php'),
(2459, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/canary-deployment.php', 'wp-content/plugins/elementor/core/admin/canary-deployment.php'),
(2460, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/feedback.php', 'wp-content/plugins/elementor/core/admin/feedback.php'),
(2461, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php', 'wp-content/plugins/elementor/core/admin/menu/admin-menu-manager.php'),
(2462, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/menu/base.php', 'wp-content/plugins/elementor/core/admin/menu/base.php'),
(2463, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-has-position.php', 'wp-content/plugins/elementor/core/admin/menu/interfaces/admin-menu-item-has-position.php'),
(2464, '/home/forwardbetcasino/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'),
(2465, '/home/forwardbetcasino/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'),
(2466, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/menu/main.php', 'wp-content/plugins/elementor/core/admin/menu/main.php'),
(2467, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/notices/base-notice.php', 'wp-content/plugins/elementor/core/admin/notices/base-notice.php'),
(2468, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php', 'wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php'),
(2469, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/admin/ui/components/button.php', 'wp-content/plugins/elementor/core/admin/ui/components/button.php'),
(2470, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/app/app.php', 'wp-content/plugins/elementor/core/app/app.php'),
(2471, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/app/modules/import-export/module.php', 'wp-content/plugins/elementor/core/app/modules/import-export/module.php'),
(2472, '/home/forwardbetcasino/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'),
(2473, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/module.php', 'wp-content/plugins/elementor/core/app/modules/kit-library/module.php'),
(2474, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/app/modules/onboarding/module.php', 'wp-content/plugins/elementor/core/app/modules/onboarding/module.php'),
(2475, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/app.php', 'wp-content/plugins/elementor/core/base/app.php'),
(2476, '/home/forwardbetcasino/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'),
(2477, '/home/forwardbetcasino/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'),
(2478, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/background-task-manager.php', 'wp-content/plugins/elementor/core/base/background-task-manager.php'),
(2479, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/background-task.php', 'wp-content/plugins/elementor/core/base/background-task.php'),
(2480, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/base-object.php', 'wp-content/plugins/elementor/core/base/base-object.php'),
(2481, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/db-upgrades-manager.php', 'wp-content/plugins/elementor/core/base/db-upgrades-manager.php'),
(2482, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/document.php', 'wp-content/plugins/elementor/core/base/document.php'),
(2483, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php', 'wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php'),
(2484, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php', 'wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php'),
(2485, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/module.php', 'wp-content/plugins/elementor/core/base/module.php'),
(2486, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/providers/social-network-provider.php', 'wp-content/plugins/elementor/core/base/providers/social-network-provider.php'),
(2487, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/base/traits/shared-widget-controls-trait.php', 'wp-content/plugins/elementor/core/base/traits/shared-widget-controls-trait.php'),
(2488, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php', 'wp-content/plugins/elementor/core/behaviors/interfaces/lock-behavior.php'),
(2489, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/breakpoints/breakpoint.php', 'wp-content/plugins/elementor/core/breakpoints/breakpoint.php'),
(2490, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/breakpoints/manager.php', 'wp-content/plugins/elementor/core/breakpoints/manager.php'),
(2491, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/app.php', 'wp-content/plugins/elementor/core/common/app.php'),
(2492, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php', 'wp-content/plugins/elementor/core/common/modules/ajax/module.php'),
(2493, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/connect/admin.php', 'wp-content/plugins/elementor/core/common/modules/connect/admin.php'),
(2494, '/home/forwardbetcasino/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'),
(2495, '/home/forwardbetcasino/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'),
(2496, '/home/forwardbetcasino/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'),
(2497, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php', 'wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php'),
(2498, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/library.php', 'wp-content/plugins/elementor/core/common/modules/connect/apps/library.php'),
(2499, '/home/forwardbetcasino/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'),
(2500, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/connect/module.php', 'wp-content/plugins/elementor/core/common/modules/connect/module.php'),
(2501, '/home/forwardbetcasino/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'),
(2502, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/db.php', 'wp-content/plugins/elementor/core/common/modules/event-tracker/db.php'),
(2503, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/module.php', 'wp-content/plugins/elementor/core/common/modules/event-tracker/module.php'),
(2504, '/home/forwardbetcasino/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'),
(2505, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/base-category.php', 'wp-content/plugins/elementor/core/common/modules/finder/base-category.php'),
(2506, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/create.php'),
(2507, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php'),
(2508, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/general.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/general.php'),
(2509, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php'),
(2510, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/site.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/site.php'),
(2511, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php'),
(2512, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php', 'wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php'),
(2513, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/module.php', 'wp-content/plugins/elementor/core/common/modules/finder/module.php'),
(2514, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/common/modules/finder/template.php', 'wp-content/plugins/elementor/core/common/modules/finder/template.php'),
(2515, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/debug/classes/htaccess.php', 'wp-content/plugins/elementor/core/debug/classes/htaccess.php'),
(2516, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/debug/classes/inspection-base.php', 'wp-content/plugins/elementor/core/debug/classes/inspection-base.php'),
(2517, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/debug/classes/shop-page-edit.php', 'wp-content/plugins/elementor/core/debug/classes/shop-page-edit.php'),
(2518, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/debug/classes/theme-missing.php', 'wp-content/plugins/elementor/core/debug/classes/theme-missing.php'),
(2519, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/debug/inspector.php', 'wp-content/plugins/elementor/core/debug/inspector.php'),
(2520, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/debug/loading-inspection-manager.php', 'wp-content/plugins/elementor/core/debug/loading-inspection-manager.php'),
(2521, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/document-types/page-base.php', 'wp-content/plugins/elementor/core/document-types/page-base.php'),
(2522, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/document-types/page.php', 'wp-content/plugins/elementor/core/document-types/page.php'),
(2523, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/document-types/post.php', 'wp-content/plugins/elementor/core/document-types/post.php'),
(2524, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/documents-manager.php', 'wp-content/plugins/elementor/core/documents-manager.php'),
(2525, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/dynamic-tags/base-tag.php', 'wp-content/plugins/elementor/core/dynamic-tags/base-tag.php'),
(2526, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/dynamic-tags/data-tag.php', 'wp-content/plugins/elementor/core/dynamic-tags/data-tag.php'),
(2527, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php', 'wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php'),
(2528, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/dynamic-tags/manager.php', 'wp-content/plugins/elementor/core/dynamic-tags/manager.php'),
(2529, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/dynamic-tags/tag.php', 'wp-content/plugins/elementor/core/dynamic-tags/tag.php'),
(2530, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/data/globals/controller.php', 'wp-content/plugins/elementor/core/editor/data/globals/controller.php'),
(2531, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php', 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php'),
(2532, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php', 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php'),
(2533, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php', 'wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php'),
(2534, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/editor.php', 'wp-content/plugins/elementor/core/editor/editor.php'),
(2535, '/home/forwardbetcasino/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'),
(2536, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php', 'wp-content/plugins/elementor/core/editor/loader/editor-base-loader.php'),
(2537, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php', 'wp-content/plugins/elementor/core/editor/loader/editor-loader-factory.php'),
(2538, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php', 'wp-content/plugins/elementor/core/editor/loader/editor-loader-interface.php'),
(2539, '/home/forwardbetcasino/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'),
(2540, '/home/forwardbetcasino/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'),
(2541, '/home/forwardbetcasino/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'),
(2542, '/home/forwardbetcasino/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'),
(2543, '/home/forwardbetcasino/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'),
(2544, '/home/forwardbetcasino/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'),
(2545, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-app-bar-overrides.scss', 'wp-content/plugins/elementor/core/editor/loader/v2/scss/editor-v2-app-bar-overrides.scss'),
(2546, '/home/forwardbetcasino/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'),
(2547, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/notice-bar.php', 'wp-content/plugins/elementor/core/editor/notice-bar.php'),
(2548, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/editor/promotion.php', 'wp-content/plugins/elementor/core/editor/promotion.php'),
(2549, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php', 'wp-content/plugins/elementor/core/experiments/exceptions/dependency-exception.php'),
(2550, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/experiments/experiments-reporter.php', 'wp-content/plugins/elementor/core/experiments/experiments-reporter.php'),
(2551, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/experiments/manager.php', 'wp-content/plugins/elementor/core/experiments/manager.php'),
(2552, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/experiments/non-existing-dependency.php', 'wp-content/plugins/elementor/core/experiments/non-existing-dependency.php'),
(2553, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/experiments/wp-cli.php', 'wp-content/plugins/elementor/core/experiments/wp-cli.php'),
(2554, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php', 'wp-content/plugins/elementor/core/experiments/wrap-core-dependency.php'),
(2555, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/assets/files-upload-handler.php', 'wp-content/plugins/elementor/core/files/assets/files-upload-handler.php'),
(2556, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/assets/json/json-handler.php', 'wp-content/plugins/elementor/core/files/assets/json/json-handler.php'),
(2557, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/assets/manager.php', 'wp-content/plugins/elementor/core/files/assets/manager.php'),
(2558, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php', 'wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php'),
(2559, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/base.php', 'wp-content/plugins/elementor/core/files/base.php'),
(2560, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/css/base.php', 'wp-content/plugins/elementor/core/files/css/base.php'),
(2561, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/css/global-css.php', 'wp-content/plugins/elementor/core/files/css/global-css.php'),
(2562, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/css/post-local-cache.php', 'wp-content/plugins/elementor/core/files/css/post-local-cache.php'),
(2563, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/css/post-preview.php', 'wp-content/plugins/elementor/core/files/css/post-preview.php'),
(2564, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/css/post.php', 'wp-content/plugins/elementor/core/files/css/post.php'),
(2565, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/file-types/base.php', 'wp-content/plugins/elementor/core/files/file-types/base.php'),
(2566, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/file-types/json.php', 'wp-content/plugins/elementor/core/files/file-types/json.php'),
(2567, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/file-types/svg.php', 'wp-content/plugins/elementor/core/files/file-types/svg.php'),
(2568, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/file-types/zip.php', 'wp-content/plugins/elementor/core/files/file-types/zip.php'),
(2569, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/manager.php', 'wp-content/plugins/elementor/core/files/manager.php'),
(2570, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php', 'wp-content/plugins/elementor/core/files/uploads-manager.php'),
(2571, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/frontend/performance.php', 'wp-content/plugins/elementor/core/frontend/performance.php'),
(2572, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/frontend/render-mode-manager.php', 'wp-content/plugins/elementor/core/frontend/render-mode-manager.php'),
(2573, '/home/forwardbetcasino/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'),
(2574, '/home/forwardbetcasino/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'),
(2575, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/elementor-adapter-interface.php', 'wp-content/plugins/elementor/core/isolation/elementor-adapter-interface.php'),
(2576, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/elementor-adapter.php', 'wp-content/plugins/elementor/core/isolation/elementor-adapter.php'),
(2577, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/kit-adapter-interface.php', 'wp-content/plugins/elementor/core/isolation/kit-adapter-interface.php'),
(2578, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/kit-adapter.php', 'wp-content/plugins/elementor/core/isolation/kit-adapter.php'),
(2579, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/plugin-status-adapter-interface.php', 'wp-content/plugins/elementor/core/isolation/plugin-status-adapter-interface.php'),
(2580, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/plugin-status-adapter.php', 'wp-content/plugins/elementor/core/isolation/plugin-status-adapter.php'),
(2581, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/wordpress-adapter-interface.php', 'wp-content/plugins/elementor/core/isolation/wordpress-adapter-interface.php'),
(2582, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/isolation/wordpress-adapter.php', 'wp-content/plugins/elementor/core/isolation/wordpress-adapter.php'),
(2583, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/controls/repeater.php', 'wp-content/plugins/elementor/core/kits/controls/repeater.php'),
(2584, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/kit.php', 'wp-content/plugins/elementor/core/kits/documents/kit.php'),
(2585, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php'),
(2586, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php'),
(2587, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php'),
(2588, '/home/forwardbetcasino/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'),
(2589, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php'),
(2590, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php'),
(2591, '/home/forwardbetcasino/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'),
(2592, '/home/forwardbetcasino/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'),
(2593, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php', 'wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php'),
(2594, '/home/forwardbetcasino/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'),
(2595, '/home/forwardbetcasino/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'),
(2596, '/home/forwardbetcasino/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'),
(2597, '/home/forwardbetcasino/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'),
(2598, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/manager.php', 'wp-content/plugins/elementor/core/kits/manager.php'),
(2599, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/views/panel.php', 'wp-content/plugins/elementor/core/kits/views/panel.php'),
(2600, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php', 'wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php'),
(2601, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/items/base.php', 'wp-content/plugins/elementor/core/logger/items/base.php'),
(2602, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/items/file.php', 'wp-content/plugins/elementor/core/logger/items/file.php'),
(2603, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/items/js.php', 'wp-content/plugins/elementor/core/logger/items/js.php'),
(2604, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/items/log-item-interface.php', 'wp-content/plugins/elementor/core/logger/items/log-item-interface.php'),
(2605, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/items/php.php', 'wp-content/plugins/elementor/core/logger/items/php.php'),
(2606, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/log-reporter.php', 'wp-content/plugins/elementor/core/logger/log-reporter.php'),
(2607, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/loggers/base.php', 'wp-content/plugins/elementor/core/logger/loggers/base.php'),
(2608, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/loggers/db.php', 'wp-content/plugins/elementor/core/logger/loggers/db.php'),
(2609, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/loggers/logger-interface.php', 'wp-content/plugins/elementor/core/logger/loggers/logger-interface.php'),
(2610, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/logger/manager.php', 'wp-content/plugins/elementor/core/logger/manager.php'),
(2611, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/modules-manager.php', 'wp-content/plugins/elementor/core/modules-manager.php'),
(2612, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/base.php', 'wp-content/plugins/elementor/core/page-assets/data-managers/base.php'),
(2613, '/home/forwardbetcasino/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'),
(2614, '/home/forwardbetcasino/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'),
(2615, '/home/forwardbetcasino/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'),
(2616, '/home/forwardbetcasino/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'),
(2617, '/home/forwardbetcasino/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'),
(2618, '/home/forwardbetcasino/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'),
(2619, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/page-assets/loader.php', 'wp-content/plugins/elementor/core/page-assets/loader.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2620, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/responsive/files/frontend.php', 'wp-content/plugins/elementor/core/responsive/files/frontend.php'),
(2621, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/responsive/responsive.php', 'wp-content/plugins/elementor/core/responsive/responsive.php'),
(2622, '/home/forwardbetcasino/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'),
(2623, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/role-manager/role-manager.php', 'wp-content/plugins/elementor/core/role-manager/role-manager.php'),
(2624, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/schemes/color.php', 'wp-content/plugins/elementor/core/schemes/color.php'),
(2625, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/schemes/manager.php', 'wp-content/plugins/elementor/core/schemes/manager.php'),
(2626, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/schemes/typography.php', 'wp-content/plugins/elementor/core/schemes/typography.php'),
(2627, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/base/css-manager.php', 'wp-content/plugins/elementor/core/settings/base/css-manager.php'),
(2628, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/base/css-model.php', 'wp-content/plugins/elementor/core/settings/base/css-model.php'),
(2629, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/base/manager.php', 'wp-content/plugins/elementor/core/settings/base/manager.php'),
(2630, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/base/model.php', 'wp-content/plugins/elementor/core/settings/base/model.php'),
(2631, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/manager.php', 'wp-content/plugins/elementor/core/settings/editor-preferences/manager.php'),
(2632, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/model.php', 'wp-content/plugins/elementor/core/settings/editor-preferences/model.php'),
(2633, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/general/manager.php', 'wp-content/plugins/elementor/core/settings/general/manager.php'),
(2634, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/general/model.php', 'wp-content/plugins/elementor/core/settings/general/model.php'),
(2635, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/manager.php', 'wp-content/plugins/elementor/core/settings/manager.php'),
(2636, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/page/manager.php', 'wp-content/plugins/elementor/core/settings/page/manager.php'),
(2637, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/settings/page/model.php', 'wp-content/plugins/elementor/core/settings/page/model.php'),
(2638, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php', 'wp-content/plugins/elementor/core/upgrade/custom-tasks-manager.php'),
(2639, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/custom-tasks.php', 'wp-content/plugins/elementor/core/upgrade/custom-tasks.php'),
(2640, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/manager.php', 'wp-content/plugins/elementor/core/upgrade/manager.php'),
(2641, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/task.php', 'wp-content/plugins/elementor/core/upgrade/task.php'),
(2642, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/updater.php', 'wp-content/plugins/elementor/core/upgrade/updater.php'),
(2643, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/upgrade-utils.php', 'wp-content/plugins/elementor/core/upgrade/upgrade-utils.php'),
(2644, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/upgrade/upgrades.php', 'wp-content/plugins/elementor/core/upgrade/upgrades.php'),
(2645, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/assets-config-provider.php', 'wp-content/plugins/elementor/core/utils/assets-config-provider.php'),
(2646, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/assets-translation-loader.php', 'wp-content/plugins/elementor/core/utils/assets-translation-loader.php'),
(2647, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/collection.php', 'wp-content/plugins/elementor/core/utils/collection.php'),
(2648, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/constants.php', 'wp-content/plugins/elementor/core/utils/constants.php'),
(2649, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/exceptions.php', 'wp-content/plugins/elementor/core/utils/exceptions.php'),
(2650, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/force-locale.php', 'wp-content/plugins/elementor/core/utils/force-locale.php'),
(2651, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/hints.php', 'wp-content/plugins/elementor/core/utils/hints.php'),
(2652, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/http.php', 'wp-content/plugins/elementor/core/utils/http.php'),
(2653, '/home/forwardbetcasino/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'),
(2654, '/home/forwardbetcasino/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'),
(2655, '/home/forwardbetcasino/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'),
(2656, '/home/forwardbetcasino/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'),
(2657, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/import-export/url.php', 'wp-content/plugins/elementor/core/utils/import-export/url.php'),
(2658, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php', 'wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php'),
(2659, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/import-export/wp-import.php', 'wp-content/plugins/elementor/core/utils/import-export/wp-import.php'),
(2660, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/plugins-manager.php', 'wp-content/plugins/elementor/core/utils/plugins-manager.php'),
(2661, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/promotions/filtered-promotions-manager.php', 'wp-content/plugins/elementor/core/utils/promotions/filtered-promotions-manager.php'),
(2662, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/static-collection.php', 'wp-content/plugins/elementor/core/utils/static-collection.php'),
(2663, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/str.php', 'wp-content/plugins/elementor/core/utils/str.php'),
(2664, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php', 'wp-content/plugins/elementor/core/utils/svg/svg-sanitizer.php'),
(2665, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/utils/version.php', 'wp-content/plugins/elementor/core/utils/version.php'),
(2666, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/core/wp-api.php', 'wp-content/plugins/elementor/core/wp-api.php'),
(2667, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/base/controller.php', 'wp-content/plugins/elementor/data/base/controller.php'),
(2668, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/base/endpoint.php', 'wp-content/plugins/elementor/data/base/endpoint.php'),
(2669, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/base/processor/after.php', 'wp-content/plugins/elementor/data/base/processor/after.php'),
(2670, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/base/processor/before.php', 'wp-content/plugins/elementor/data/base/processor/before.php'),
(2671, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/base/processor.php', 'wp-content/plugins/elementor/data/base/processor.php'),
(2672, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/base/sub-endpoint.php', 'wp-content/plugins/elementor/data/base/sub-endpoint.php'),
(2673, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/manager.php', 'wp-content/plugins/elementor/data/manager.php'),
(2674, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/base-route.php', 'wp-content/plugins/elementor/data/v2/base/base-route.php'),
(2675, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/controller.php', 'wp-content/plugins/elementor/data/v2/base/controller.php'),
(2676, '/home/forwardbetcasino/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'),
(2677, '/home/forwardbetcasino/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'),
(2678, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index.php', 'wp-content/plugins/elementor/data/v2/base/endpoint/index.php'),
(2679, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/endpoint.php', 'wp-content/plugins/elementor/data/v2/base/endpoint.php'),
(2680, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php', 'wp-content/plugins/elementor/data/v2/base/exceptions/data-exception.php'),
(2681, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php', 'wp-content/plugins/elementor/data/v2/base/exceptions/error-404.php'),
(2682, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php', 'wp-content/plugins/elementor/data/v2/base/exceptions/error-500.php'),
(2683, '/home/forwardbetcasino/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'),
(2684, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/processor/after.php', 'wp-content/plugins/elementor/data/v2/base/processor/after.php'),
(2685, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/processor/before.php', 'wp-content/plugins/elementor/data/v2/base/processor/before.php'),
(2686, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/base/processor.php', 'wp-content/plugins/elementor/data/v2/base/processor.php'),
(2687, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/data/v2/manager.php', 'wp-content/plugins/elementor/data/v2/manager.php'),
(2688, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/elementor.php', 'wp-content/plugins/elementor/elementor.php'),
(2689, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/admin-templates/beta-tester.php', 'wp-content/plugins/elementor/includes/admin-templates/beta-tester.php'),
(2690, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/admin-templates/new-floating-elements.php', 'wp-content/plugins/elementor/includes/admin-templates/new-floating-elements.php'),
(2691, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/admin-templates/new-template.php', 'wp-content/plugins/elementor/includes/admin-templates/new-template.php'),
(2692, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/api.php', 'wp-content/plugins/elementor/includes/api.php'),
(2693, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/autoloader.php', 'wp-content/plugins/elementor/includes/autoloader.php'),
(2694, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php', 'wp-content/plugins/elementor/includes/base/controls-stack.php'),
(2695, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/base/element-base.php', 'wp-content/plugins/elementor/includes/base/element-base.php'),
(2696, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/base/skin-base.php', 'wp-content/plugins/elementor/includes/base/skin-base.php'),
(2697, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/base/sub-controls-stack.php', 'wp-content/plugins/elementor/includes/base/sub-controls-stack.php'),
(2698, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/base/widget-base.php', 'wp-content/plugins/elementor/includes/base/widget-base.php'),
(2699, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/beta-testers.php', 'wp-content/plugins/elementor/includes/beta-testers.php'),
(2700, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/compatibility.php', 'wp-content/plugins/elementor/includes/compatibility.php'),
(2701, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/conditions.php', 'wp-content/plugins/elementor/includes/conditions.php'),
(2702, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/container/config.php', 'wp-content/plugins/elementor/includes/container/config.php'),
(2703, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/container/container.php', 'wp-content/plugins/elementor/includes/container/container.php'),
(2704, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/alert.php', 'wp-content/plugins/elementor/includes/controls/alert.php'),
(2705, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/animation.php', 'wp-content/plugins/elementor/includes/controls/animation.php'),
(2706, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/base-data.php', 'wp-content/plugins/elementor/includes/controls/base-data.php'),
(2707, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/base-icon-font.php', 'wp-content/plugins/elementor/includes/controls/base-icon-font.php'),
(2708, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/base-multiple.php', 'wp-content/plugins/elementor/includes/controls/base-multiple.php'),
(2709, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/base-ui.php', 'wp-content/plugins/elementor/includes/controls/base-ui.php'),
(2710, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/base-units.php', 'wp-content/plugins/elementor/includes/controls/base-units.php'),
(2711, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/base.php', 'wp-content/plugins/elementor/includes/controls/base.php'),
(2712, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/box-shadow.php', 'wp-content/plugins/elementor/includes/controls/box-shadow.php'),
(2713, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/button.php', 'wp-content/plugins/elementor/includes/controls/button.php'),
(2714, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/choose.php', 'wp-content/plugins/elementor/includes/controls/choose.php'),
(2715, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/code.php', 'wp-content/plugins/elementor/includes/controls/code.php'),
(2716, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/color.php', 'wp-content/plugins/elementor/includes/controls/color.php'),
(2717, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/date-time.php', 'wp-content/plugins/elementor/includes/controls/date-time.php'),
(2718, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/deprecated-notice.php', 'wp-content/plugins/elementor/includes/controls/deprecated-notice.php'),
(2719, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/dimensions.php', 'wp-content/plugins/elementor/includes/controls/dimensions.php'),
(2720, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/divider.php', 'wp-content/plugins/elementor/includes/controls/divider.php'),
(2721, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/exit-animation.php', 'wp-content/plugins/elementor/includes/controls/exit-animation.php'),
(2722, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/font.php', 'wp-content/plugins/elementor/includes/controls/font.php'),
(2723, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/gallery.php', 'wp-content/plugins/elementor/includes/controls/gallery.php'),
(2724, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/gaps.php', 'wp-content/plugins/elementor/includes/controls/gaps.php'),
(2725, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/background.php', 'wp-content/plugins/elementor/includes/controls/groups/background.php'),
(2726, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/base.php', 'wp-content/plugins/elementor/includes/controls/groups/base.php'),
(2727, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/border.php', 'wp-content/plugins/elementor/includes/controls/groups/border.php'),
(2728, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/box-shadow.php', 'wp-content/plugins/elementor/includes/controls/groups/box-shadow.php'),
(2729, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/css-filter.php', 'wp-content/plugins/elementor/includes/controls/groups/css-filter.php'),
(2730, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/flex-container.php', 'wp-content/plugins/elementor/includes/controls/groups/flex-container.php'),
(2731, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/flex-item.php', 'wp-content/plugins/elementor/includes/controls/groups/flex-item.php'),
(2732, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/grid-container.php', 'wp-content/plugins/elementor/includes/controls/groups/grid-container.php'),
(2733, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/image-size.php', 'wp-content/plugins/elementor/includes/controls/groups/image-size.php'),
(2734, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/text-shadow.php', 'wp-content/plugins/elementor/includes/controls/groups/text-shadow.php'),
(2735, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/text-stroke.php', 'wp-content/plugins/elementor/includes/controls/groups/text-stroke.php'),
(2736, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/groups/typography.php', 'wp-content/plugins/elementor/includes/controls/groups/typography.php'),
(2737, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/heading.php', 'wp-content/plugins/elementor/includes/controls/heading.php'),
(2738, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/hidden.php', 'wp-content/plugins/elementor/includes/controls/hidden.php'),
(2739, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/hover-animation.php', 'wp-content/plugins/elementor/includes/controls/hover-animation.php'),
(2740, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/icon.php', 'wp-content/plugins/elementor/includes/controls/icon.php'),
(2741, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/icons.php', 'wp-content/plugins/elementor/includes/controls/icons.php'),
(2742, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/image-dimensions.php', 'wp-content/plugins/elementor/includes/controls/image-dimensions.php'),
(2743, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/media.php', 'wp-content/plugins/elementor/includes/controls/media.php'),
(2744, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/notice.php', 'wp-content/plugins/elementor/includes/controls/notice.php'),
(2745, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/number.php', 'wp-content/plugins/elementor/includes/controls/number.php'),
(2746, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/popover-toggle.php', 'wp-content/plugins/elementor/includes/controls/popover-toggle.php'),
(2747, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/raw-html.php', 'wp-content/plugins/elementor/includes/controls/raw-html.php'),
(2748, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/repeater.php', 'wp-content/plugins/elementor/includes/controls/repeater.php'),
(2749, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/section.php', 'wp-content/plugins/elementor/includes/controls/section.php'),
(2750, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/select.php', 'wp-content/plugins/elementor/includes/controls/select.php'),
(2751, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/select2.php', 'wp-content/plugins/elementor/includes/controls/select2.php'),
(2752, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/slider.php', 'wp-content/plugins/elementor/includes/controls/slider.php'),
(2753, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/structure.php', 'wp-content/plugins/elementor/includes/controls/structure.php'),
(2754, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/switcher.php', 'wp-content/plugins/elementor/includes/controls/switcher.php'),
(2755, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/tab.php', 'wp-content/plugins/elementor/includes/controls/tab.php'),
(2756, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/tabs.php', 'wp-content/plugins/elementor/includes/controls/tabs.php'),
(2757, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/text-shadow.php', 'wp-content/plugins/elementor/includes/controls/text-shadow.php'),
(2758, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/text.php', 'wp-content/plugins/elementor/includes/controls/text.php'),
(2759, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/textarea.php', 'wp-content/plugins/elementor/includes/controls/textarea.php'),
(2760, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/url.php', 'wp-content/plugins/elementor/includes/controls/url.php'),
(2761, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/wp-widget.php', 'wp-content/plugins/elementor/includes/controls/wp-widget.php'),
(2762, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/controls/wysiwyg.php', 'wp-content/plugins/elementor/includes/controls/wysiwyg.php'),
(2763, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/db.php', 'wp-content/plugins/elementor/includes/db.php'),
(2764, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php', 'wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php'),
(2765, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/global.php', 'wp-content/plugins/elementor/includes/editor-templates/global.php'),
(2766, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/hotkeys.php', 'wp-content/plugins/elementor/includes/editor-templates/hotkeys.php'),
(2767, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/library-layout.php', 'wp-content/plugins/elementor/includes/editor-templates/library-layout.php'),
(2768, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/navigator.php', 'wp-content/plugins/elementor/includes/editor-templates/navigator.php'),
(2769, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/panel-elements.php', 'wp-content/plugins/elementor/includes/editor-templates/panel-elements.php'),
(2770, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/panel.php', 'wp-content/plugins/elementor/includes/editor-templates/panel.php'),
(2771, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/repeater.php', 'wp-content/plugins/elementor/includes/editor-templates/repeater.php'),
(2772, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php', 'wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php'),
(2773, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/editor-templates/templates.php', 'wp-content/plugins/elementor/includes/editor-templates/templates.php'),
(2774, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/elements/column.php', 'wp-content/plugins/elementor/includes/elements/column.php'),
(2775, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/elements/container.php', 'wp-content/plugins/elementor/includes/elements/container.php'),
(2776, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/elements/repeater.php', 'wp-content/plugins/elementor/includes/elements/repeater.php'),
(2777, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/elements/section.php', 'wp-content/plugins/elementor/includes/elements/section.php'),
(2778, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/embed.php', 'wp-content/plugins/elementor/includes/embed.php'),
(2779, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/fonts.php', 'wp-content/plugins/elementor/includes/fonts.php'),
(2780, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/frontend.php', 'wp-content/plugins/elementor/includes/frontend.php'),
(2781, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/heartbeat.php', 'wp-content/plugins/elementor/includes/heartbeat.php'),
(2782, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/interfaces/group-control.php', 'wp-content/plugins/elementor/includes/interfaces/group-control.php'),
(2783, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/interfaces/has-validation.php', 'wp-content/plugins/elementor/includes/interfaces/has-validation.php'),
(2784, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php', 'wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php'),
(2785, '/home/forwardbetcasino/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'),
(2786, '/home/forwardbetcasino/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'),
(2787, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/maintenance-mode.php', 'wp-content/plugins/elementor/includes/maintenance-mode.php'),
(2788, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/maintenance.php', 'wp-content/plugins/elementor/includes/maintenance.php'),
(2789, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/controls.php', 'wp-content/plugins/elementor/includes/managers/controls.php'),
(2790, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/elements.php', 'wp-content/plugins/elementor/includes/managers/elements.php'),
(2791, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/icons.php', 'wp-content/plugins/elementor/includes/managers/icons.php'),
(2792, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/image.php', 'wp-content/plugins/elementor/includes/managers/image.php'),
(2793, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/skins.php', 'wp-content/plugins/elementor/includes/managers/skins.php'),
(2794, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/widgets.php', 'wp-content/plugins/elementor/includes/managers/widgets.php'),
(2795, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/managers/wordpress-widgets.php', 'wp-content/plugins/elementor/includes/managers/wordpress-widgets.php'),
(2796, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/plugin.php', 'wp-content/plugins/elementor/includes/plugin.php'),
(2797, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/preview.php', 'wp-content/plugins/elementor/includes/preview.php'),
(2798, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/rollback.php', 'wp-content/plugins/elementor/includes/rollback.php'),
(2799, '/home/forwardbetcasino/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'),
(2800, '/home/forwardbetcasino/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'),
(2801, '/home/forwardbetcasino/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'),
(2802, '/home/forwardbetcasino/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'),
(2803, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/settings/controls.php', 'wp-content/plugins/elementor/includes/settings/controls.php'),
(2804, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/settings/settings-page.php', 'wp-content/plugins/elementor/includes/settings/settings-page.php'),
(2805, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/settings/settings.php', 'wp-content/plugins/elementor/includes/settings/settings.php'),
(2806, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/settings/tools.php', 'wp-content/plugins/elementor/includes/settings/tools.php'),
(2807, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/settings/validations.php', 'wp-content/plugins/elementor/includes/settings/validations.php'),
(2808, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/shapes.php', 'wp-content/plugins/elementor/includes/shapes.php'),
(2809, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/stylesheet.php', 'wp-content/plugins/elementor/includes/stylesheet.php'),
(2810, '/home/forwardbetcasino/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'),
(2811, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/template-library/data/controller.php', 'wp-content/plugins/elementor/includes/template-library/data/controller.php'),
(2812, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php', 'wp-content/plugins/elementor/includes/template-library/data/endpoints/templates.php'),
(2813, '/home/forwardbetcasino/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'),
(2814, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/template-library/manager.php', 'wp-content/plugins/elementor/includes/template-library/manager.php'),
(2815, '/home/forwardbetcasino/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'),
(2816, '/home/forwardbetcasino/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'),
(2817, '/home/forwardbetcasino/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'),
(2818, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/template-library/sources/base.php', 'wp-content/plugins/elementor/includes/template-library/sources/base.php'),
(2819, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php', 'wp-content/plugins/elementor/includes/template-library/sources/local.php'),
(2820, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/template-library/sources/remote.php', 'wp-content/plugins/elementor/includes/template-library/sources/remote.php'),
(2821, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/tracker.php', 'wp-content/plugins/elementor/includes/tracker.php'),
(2822, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/user.php', 'wp-content/plugins/elementor/includes/user.php'),
(2823, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/utils.php', 'wp-content/plugins/elementor/includes/utils.php'),
(2824, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/accordion.php', 'wp-content/plugins/elementor/includes/widgets/accordion.php'),
(2825, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/alert.php', 'wp-content/plugins/elementor/includes/widgets/alert.php'),
(2826, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/audio.php', 'wp-content/plugins/elementor/includes/widgets/audio.php'),
(2827, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/button.php', 'wp-content/plugins/elementor/includes/widgets/button.php'),
(2828, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/common.php', 'wp-content/plugins/elementor/includes/widgets/common.php'),
(2829, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/counter.php', 'wp-content/plugins/elementor/includes/widgets/counter.php'),
(2830, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/divider.php', 'wp-content/plugins/elementor/includes/widgets/divider.php'),
(2831, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/google-maps.php', 'wp-content/plugins/elementor/includes/widgets/google-maps.php'),
(2832, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/heading.php', 'wp-content/plugins/elementor/includes/widgets/heading.php'),
(2833, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/html.php', 'wp-content/plugins/elementor/includes/widgets/html.php'),
(2834, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/icon-box.php', 'wp-content/plugins/elementor/includes/widgets/icon-box.php'),
(2835, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/icon-list.php', 'wp-content/plugins/elementor/includes/widgets/icon-list.php'),
(2836, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/icon.php', 'wp-content/plugins/elementor/includes/widgets/icon.php'),
(2837, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/image-box.php', 'wp-content/plugins/elementor/includes/widgets/image-box.php'),
(2838, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/image-carousel.php', 'wp-content/plugins/elementor/includes/widgets/image-carousel.php'),
(2839, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/image-gallery.php', 'wp-content/plugins/elementor/includes/widgets/image-gallery.php'),
(2840, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/image.php', 'wp-content/plugins/elementor/includes/widgets/image.php'),
(2841, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/inner-section.php', 'wp-content/plugins/elementor/includes/widgets/inner-section.php'),
(2842, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/menu-anchor.php', 'wp-content/plugins/elementor/includes/widgets/menu-anchor.php'),
(2843, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/progress.php', 'wp-content/plugins/elementor/includes/widgets/progress.php'),
(2844, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/rating.php', 'wp-content/plugins/elementor/includes/widgets/rating.php'),
(2845, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/read-more.php', 'wp-content/plugins/elementor/includes/widgets/read-more.php'),
(2846, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/share-buttons.php', 'wp-content/plugins/elementor/includes/widgets/share-buttons.php'),
(2847, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php', 'wp-content/plugins/elementor/includes/widgets/shortcode.php'),
(2848, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/sidebar.php', 'wp-content/plugins/elementor/includes/widgets/sidebar.php'),
(2849, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/social-icons.php', 'wp-content/plugins/elementor/includes/widgets/social-icons.php'),
(2850, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/spacer.php', 'wp-content/plugins/elementor/includes/widgets/spacer.php'),
(2851, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/star-rating.php', 'wp-content/plugins/elementor/includes/widgets/star-rating.php'),
(2852, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/tabs.php', 'wp-content/plugins/elementor/includes/widgets/tabs.php'),
(2853, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/testimonial.php', 'wp-content/plugins/elementor/includes/widgets/testimonial.php'),
(2854, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/text-editor.php', 'wp-content/plugins/elementor/includes/widgets/text-editor.php'),
(2855, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/toggle.php', 'wp-content/plugins/elementor/includes/widgets/toggle.php'),
(2856, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php', 'wp-content/plugins/elementor/includes/widgets/traits/button-trait.php'),
(2857, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/video.php', 'wp-content/plugins/elementor/includes/widgets/video.php'),
(2858, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/includes/widgets/wordpress.php', 'wp-content/plugins/elementor/includes/widgets/wordpress.php'),
(2859, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/license.txt', 'wp-content/plugins/elementor/license.txt'),
(2860, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/admin-bar/module.php', 'wp-content/plugins/elementor/modules/admin-bar/module.php'),
(2861, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/admin-top-bar/module.php', 'wp-content/plugins/elementor/modules/admin-top-bar/module.php'),
(2862, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/ai/connect/ai.php', 'wp-content/plugins/elementor/modules/ai/connect/ai.php'),
(2863, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/ai/module.php', 'wp-content/plugins/elementor/modules/ai/module.php'),
(2864, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/ai/preferences.php', 'wp-content/plugins/elementor/modules/ai/preferences.php'),
(2865, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/announcements/classes/announcement.php', 'wp-content/plugins/elementor/modules/announcements/classes/announcement.php'),
(2866, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/announcements/classes/trigger-base.php', 'wp-content/plugins/elementor/modules/announcements/classes/trigger-base.php'),
(2867, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/announcements/classes/utils.php', 'wp-content/plugins/elementor/modules/announcements/classes/utils.php'),
(2868, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/announcements/module.php', 'wp-content/plugins/elementor/modules/announcements/module.php'),
(2869, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/announcements/triggers/ai-started.php', 'wp-content/plugins/elementor/modules/announcements/triggers/ai-started.php'),
(2870, '/home/forwardbetcasino/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'),
(2871, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/apps/admin-apps-page.php', 'wp-content/plugins/elementor/modules/apps/admin-apps-page.php'),
(2872, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/apps/admin-menu-apps.php', 'wp-content/plugins/elementor/modules/apps/admin-menu-apps.php'),
(2873, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/apps/admin-pointer.php', 'wp-content/plugins/elementor/modules/apps/admin-pointer.php'),
(2874, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/apps/module.php', 'wp-content/plugins/elementor/modules/apps/module.php'),
(2875, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/atomic-styles.php', 'wp-content/plugins/elementor/modules/atomic-widgets/atomic-styles.php'),
(2876, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/base/atomic-control-base.php', 'wp-content/plugins/elementor/modules/atomic-widgets/base/atomic-control-base.php'),
(2877, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/base/atomic-widget-base.php', 'wp-content/plugins/elementor/modules/atomic-widgets/base/atomic-widget-base.php'),
(2878, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/base/style-transformer-base.php', 'wp-content/plugins/elementor/modules/atomic-widgets/base/style-transformer-base.php'),
(2879, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls/section.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/section.php'),
(2880, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls/types/image-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/image-control.php'),
(2881, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls/types/select-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/select-control.php'),
(2882, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls/types/text-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/text-control.php'),
(2883, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls/types/textarea-control.php', 'wp-content/plugins/elementor/modules/atomic-widgets/controls/types/textarea-control.php'),
(2884, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-prop-type.php'),
(2885, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-prop-types-mapping.php', 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-prop-types-mapping.php'),
(2886, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-module.php', 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-module.php'),
(2887, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-registry.php', 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-tags-registry.php'),
(2888, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags/dynamic-transformer.php'),
(2889, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/image-sizes.php', 'wp-content/plugins/elementor/modules/atomic-widgets/image-sizes.php'),
(2890, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/module.php', 'wp-content/plugins/elementor/modules/atomic-widgets/module.php'),
(2891, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/boolean-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/boolean-prop-type.php'),
(2892, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/classes-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/classes-prop-type.php'),
(2893, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-prop-type.php'),
(2894, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-src-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/image-src-prop-type.php'),
(2895, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/number-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/number-prop-type.php'),
(2896, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/prop-type.php'),
(2897, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/string-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/string-prop-type.php'),
(2898, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transformable-prop-type.php', 'wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transformable-prop-type.php'),
(2899, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/props-resolver.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/props-resolver.php'),
(2900, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformer-base.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformer-base.php'),
(2901, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/primitive-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/primitive-transformer.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2902, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/classes-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/classes-transformer.php'),
(2903, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/image-src-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/image-src-transformer.php'),
(2904, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/image-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings/image-transformer.php'),
(2905, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers-registry.php', 'wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers-registry.php'),
(2906, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/settings-validator.php', 'wp-content/plugins/elementor/modules/atomic-widgets/settings-validator.php'),
(2907, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/styles/styles-renderer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/styles-renderer.php'),
(2908, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/styles/transformers/array-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/transformers/array-transformer.php'),
(2909, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/styles/transformers/linked-dimensions-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/transformers/linked-dimensions-transformer.php'),
(2910, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/styles/transformers/size-transformer.php', 'wp-content/plugins/elementor/modules/atomic-widgets/styles/transformers/size-transformer.php'),
(2911, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/widgets/atomic-heading.php', 'wp-content/plugins/elementor/modules/atomic-widgets/widgets/atomic-heading.php'),
(2912, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/atomic-widgets/widgets/atomic-image.php', 'wp-content/plugins/elementor/modules/atomic-widgets/widgets/atomic-image.php'),
(2913, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/checklist-module-interface.php', 'wp-content/plugins/elementor/modules/checklist/checklist-module-interface.php'),
(2914, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/data/controller.php', 'wp-content/plugins/elementor/modules/checklist/data/controller.php'),
(2915, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/data/endpoints/steps.php', 'wp-content/plugins/elementor/modules/checklist/data/endpoints/steps.php'),
(2916, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/data/endpoints/user-progress.php', 'wp-content/plugins/elementor/modules/checklist/data/endpoints/user-progress.php'),
(2917, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/module.php', 'wp-content/plugins/elementor/modules/checklist/module.php'),
(2918, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps/add-logo.php', 'wp-content/plugins/elementor/modules/checklist/steps/add-logo.php'),
(2919, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps/assign-homepage.php', 'wp-content/plugins/elementor/modules/checklist/steps/assign-homepage.php'),
(2920, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps/create-pages.php', 'wp-content/plugins/elementor/modules/checklist/steps/create-pages.php'),
(2921, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps/set-fonts-and-colors.php', 'wp-content/plugins/elementor/modules/checklist/steps/set-fonts-and-colors.php'),
(2922, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps/setup-header.php', 'wp-content/plugins/elementor/modules/checklist/steps/setup-header.php'),
(2923, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps/step-base.php', 'wp-content/plugins/elementor/modules/checklist/steps/step-base.php'),
(2924, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/checklist/steps-manager.php', 'wp-content/plugins/elementor/modules/checklist/steps-manager.php'),
(2925, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php', 'wp-content/plugins/elementor/modules/compatibility-tag/base-module.php'),
(2926, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php', 'wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php'),
(2927, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php', 'wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php'),
(2928, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/compatibility-tag/module.php', 'wp-content/plugins/elementor/modules/compatibility-tag/module.php'),
(2929, '/home/forwardbetcasino/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'),
(2930, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/container-converter/module.php', 'wp-content/plugins/elementor/modules/container-converter/module.php'),
(2931, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php', 'wp-content/plugins/elementor/modules/content-sanitizer/interfaces/sanitizable.php'),
(2932, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/content-sanitizer/module.php', 'wp-content/plugins/elementor/modules/content-sanitizer/module.php'),
(2933, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php', 'wp-content/plugins/elementor/modules/dev-tools/deprecation.php'),
(2934, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/dev-tools/module.php', 'wp-content/plugins/elementor/modules/dev-tools/module.php'),
(2935, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/dynamic-tags/module.php', 'wp-content/plugins/elementor/modules/dynamic-tags/module.php'),
(2936, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/editor-app-bar/module.php', 'wp-content/plugins/elementor/modules/editor-app-bar/module.php'),
(2937, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/editor-events/module.php', 'wp-content/plugins/elementor/modules/editor-events/module.php'),
(2938, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/element-cache/module.php', 'wp-content/plugins/elementor/modules/element-cache/module.php'),
(2939, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php', 'wp-content/plugins/elementor/modules/element-manager/admin-menu-app.php'),
(2940, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/element-manager/ajax.php', 'wp-content/plugins/elementor/modules/element-manager/ajax.php'),
(2941, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/element-manager/module.php', 'wp-content/plugins/elementor/modules/element-manager/module.php'),
(2942, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/element-manager/options.php', 'wp-content/plugins/elementor/modules/element-manager/options.php'),
(2943, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/elements-color-picker/module.php', 'wp-content/plugins/elementor/modules/elements-color-picker/module.php'),
(2944, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/favorites/controller.php', 'wp-content/plugins/elementor/modules/favorites/controller.php'),
(2945, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/favorites/favorites-type.php', 'wp-content/plugins/elementor/modules/favorites/favorites-type.php'),
(2946, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/favorites/module.php', 'wp-content/plugins/elementor/modules/favorites/module.php'),
(2947, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/favorites/types/widgets.php', 'wp-content/plugins/elementor/modules/favorites/types/widgets.php'),
(2948, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-empty-view-menu-item.php', 'wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-empty-view-menu-item.php'),
(2949, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-menu-item.php', 'wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items/floating-buttons-menu-item.php'),
(2950, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/base/widget-contact-button-base.php', 'wp-content/plugins/elementor/modules/floating-buttons/base/widget-contact-button-base.php'),
(2951, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/base/widget-floating-bars-base.php', 'wp-content/plugins/elementor/modules/floating-buttons/base/widget-floating-bars-base.php'),
(2952, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-core-render.php', 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-core-render.php'),
(2953, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-render-base.php', 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/contact-buttons-render-base.php'),
(2954, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-core-render.php', 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-core-render.php'),
(2955, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-render-base.php', 'wp-content/plugins/elementor/modules/floating-buttons/classes/render/floating-bars-render-base.php'),
(2956, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/control/hover-animation-floating-buttons.php', 'wp-content/plugins/elementor/modules/floating-buttons/control/hover-animation-floating-buttons.php'),
(2957, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/documents/floating-buttons.php', 'wp-content/plugins/elementor/modules/floating-buttons/documents/floating-buttons.php'),
(2958, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/module.php', 'wp-content/plugins/elementor/modules/floating-buttons/module.php'),
(2959, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/widgets/contact-buttons.php', 'wp-content/plugins/elementor/modules/floating-buttons/widgets/contact-buttons.php'),
(2960, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/floating-buttons/widgets/floating-bars-var-1.php', 'wp-content/plugins/elementor/modules/floating-buttons/widgets/floating-bars-var-1.php'),
(2961, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/generator-tag/module.php', 'wp-content/plugins/elementor/modules/generator-tag/module.php'),
(2962, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/gutenberg/module.php', 'wp-content/plugins/elementor/modules/gutenberg/module.php'),
(2963, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/history/module.php', 'wp-content/plugins/elementor/modules/history/module.php'),
(2964, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php', 'wp-content/plugins/elementor/modules/history/revisions-manager.php'),
(2965, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/history/views/history-panel-template.php', 'wp-content/plugins/elementor/modules/history/views/history-panel-template.php'),
(2966, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php', 'wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php'),
(2967, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/api.php', 'wp-content/plugins/elementor/modules/home/api.php'),
(2968, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/classes/transformations-manager.php', 'wp-content/plugins/elementor/modules/home/classes/transformations-manager.php'),
(2969, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/module.php', 'wp-content/plugins/elementor/modules/home/module.php'),
(2970, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/base/transformations-abstract.php', 'wp-content/plugins/elementor/modules/home/transformations/base/transformations-abstract.php'),
(2971, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/create-new-page-url.php', 'wp-content/plugins/elementor/modules/home/transformations/create-new-page-url.php'),
(2972, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/create-site-settings-url.php', 'wp-content/plugins/elementor/modules/home/transformations/create-site-settings-url.php'),
(2973, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-condition-introduction-meta.php', 'wp-content/plugins/elementor/modules/home/transformations/filter-condition-introduction-meta.php'),
(2974, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-get-started-by-license.php', 'wp-content/plugins/elementor/modules/home/transformations/filter-get-started-by-license.php'),
(2975, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php', 'wp-content/plugins/elementor/modules/home/transformations/filter-plugins.php'),
(2976, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-sidebar-upgrade-by-license.php', 'wp-content/plugins/elementor/modules/home/transformations/filter-sidebar-upgrade-by-license.php'),
(2977, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/home/transformations/filter-top-section-by-license.php', 'wp-content/plugins/elementor/modules/home/transformations/filter-top-section-by-license.php'),
(2978, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/image-loading-optimization/module.php', 'wp-content/plugins/elementor/modules/image-loading-optimization/module.php'),
(2979, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/data/controller.php'),
(2980, '/home/forwardbetcasino/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'),
(2981, '/home/forwardbetcasino/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'),
(2982, '/home/forwardbetcasino/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'),
(2983, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/module.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/module.php'),
(2984, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php', 'wp-content/plugins/elementor/modules/kit-elements-defaults/usage.php'),
(2985, '/home/forwardbetcasino/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'),
(2986, '/home/forwardbetcasino/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'),
(2987, '/home/forwardbetcasino/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'),
(2988, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php', 'wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php'),
(2989, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/landing-pages/module.php', 'wp-content/plugins/elementor/modules/landing-pages/module.php'),
(2990, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/lazyload/module.php', 'wp-content/plugins/elementor/modules/lazyload/module.php'),
(2991, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/documents/container.php', 'wp-content/plugins/elementor/modules/library/documents/container.php'),
(2992, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/documents/library-document.php', 'wp-content/plugins/elementor/modules/library/documents/library-document.php'),
(2993, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/documents/not-supported.php', 'wp-content/plugins/elementor/modules/library/documents/not-supported.php'),
(2994, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/documents/page.php', 'wp-content/plugins/elementor/modules/library/documents/page.php'),
(2995, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/documents/section.php', 'wp-content/plugins/elementor/modules/library/documents/section.php'),
(2996, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/module.php', 'wp-content/plugins/elementor/modules/library/module.php'),
(2997, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/traits/library.php', 'wp-content/plugins/elementor/modules/library/traits/library.php'),
(2998, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/library/user-favorites.php', 'wp-content/plugins/elementor/modules/library/user-favorites.php'),
(2999, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/link-in-bio/base/widget-link-in-bio-base.php', 'wp-content/plugins/elementor/modules/link-in-bio/base/widget-link-in-bio-base.php'),
(3000, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/link-in-bio/classes/render/core-render.php', 'wp-content/plugins/elementor/modules/link-in-bio/classes/render/core-render.php'),
(3001, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/link-in-bio/classes/render/render-base.php', 'wp-content/plugins/elementor/modules/link-in-bio/classes/render/render-base.php'),
(3002, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/link-in-bio/module.php', 'wp-content/plugins/elementor/modules/link-in-bio/module.php'),
(3003, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/link-in-bio/widgets/link-in-bio.php', 'wp-content/plugins/elementor/modules/link-in-bio/widgets/link-in-bio.php'),
(3004, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/nested-accordion/module.php', 'wp-content/plugins/elementor/modules/nested-accordion/module.php'),
(3005, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php', 'wp-content/plugins/elementor/modules/nested-accordion/widgets/nested-accordion.php'),
(3006, '/home/forwardbetcasino/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'),
(3007, '/home/forwardbetcasino/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'),
(3008, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/nested-elements/module.php', 'wp-content/plugins/elementor/modules/nested-elements/module.php'),
(3009, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/nested-tabs/module.php', 'wp-content/plugins/elementor/modules/nested-tabs/module.php'),
(3010, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php', 'wp-content/plugins/elementor/modules/nested-tabs/widgets/nested-tabs.php'),
(3011, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/notes/module.php', 'wp-content/plugins/elementor/modules/notes/module.php'),
(3012, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/notifications/api.php', 'wp-content/plugins/elementor/modules/notifications/api.php'),
(3013, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/notifications/module.php', 'wp-content/plugins/elementor/modules/notifications/module.php'),
(3014, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/notifications/options.php', 'wp-content/plugins/elementor/modules/notifications/options.php'),
(3015, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/page-templates/module.php', 'wp-content/plugins/elementor/modules/page-templates/module.php'),
(3016, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/page-templates/templates/canvas.php', 'wp-content/plugins/elementor/modules/page-templates/templates/canvas.php'),
(3017, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php', 'wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php'),
(3018, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/performance-lab/module.php', 'wp-content/plugins/elementor/modules/performance-lab/module.php'),
(3019, '/home/forwardbetcasino/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'),
(3020, '/home/forwardbetcasino/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'),
(3021, '/home/forwardbetcasino/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'),
(3022, '/home/forwardbetcasino/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'),
(3023, '/home/forwardbetcasino/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'),
(3024, '/home/forwardbetcasino/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'),
(3025, '/home/forwardbetcasino/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'),
(3026, '/home/forwardbetcasino/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'),
(3027, '/home/forwardbetcasino/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'),
(3028, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/promotions/module.php', 'wp-content/plugins/elementor/modules/promotions/module.php'),
(3029, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php', 'wp-content/plugins/elementor/modules/promotions/widgets/pro-widget-promotion.php'),
(3030, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/safe-mode/module.php', 'wp-content/plugins/elementor/modules/safe-mode/module.php'),
(3031, '/home/forwardbetcasino/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'),
(3032, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/shapes/module.php', 'wp-content/plugins/elementor/modules/shapes/module.php'),
(3033, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/shapes/widgets/text-path.php', 'wp-content/plugins/elementor/modules/shapes/widgets/text-path.php'),
(3034, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/site-navigation/data/controller.php', 'wp-content/plugins/elementor/modules/site-navigation/data/controller.php'),
(3035, '/home/forwardbetcasino/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'),
(3036, '/home/forwardbetcasino/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'),
(3037, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/site-navigation/data/endpoints/homepage.php', 'wp-content/plugins/elementor/modules/site-navigation/data/endpoints/homepage.php'),
(3038, '/home/forwardbetcasino/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'),
(3039, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/site-navigation/module.php', 'wp-content/plugins/elementor/modules/site-navigation/module.php'),
(3040, '/home/forwardbetcasino/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'),
(3041, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/styleguide/controls/switcher.php', 'wp-content/plugins/elementor/modules/styleguide/controls/switcher.php'),
(3042, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/styleguide/module.php', 'wp-content/plugins/elementor/modules/styleguide/module.php'),
(3043, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php', 'wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php'),
(3044, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/module.php', 'wp-content/plugins/elementor/modules/system-info/module.php'),
(3045, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php', 'wp-content/plugins/elementor/modules/system-info/reporters/base-plugin.php'),
(3046, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base.php', 'wp-content/plugins/elementor/modules/system-info/reporters/base.php'),
(3047, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php', 'wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php'),
(3048, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php', 'wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php'),
(3049, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/plugins.php', 'wp-content/plugins/elementor/modules/system-info/reporters/plugins.php'),
(3050, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/server.php', 'wp-content/plugins/elementor/modules/system-info/reporters/server.php'),
(3051, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/theme.php', 'wp-content/plugins/elementor/modules/system-info/reporters/theme.php'),
(3052, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/user.php', 'wp-content/plugins/elementor/modules/system-info/reporters/user.php'),
(3053, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php', 'wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php'),
(3054, '/home/forwardbetcasino/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'),
(3055, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/templates/html.php', 'wp-content/plugins/elementor/modules/system-info/templates/html.php'),
(3056, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/system-info/templates/raw.php', 'wp-content/plugins/elementor/modules/system-info/templates/raw.php'),
(3057, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/usage/module.php', 'wp-content/plugins/elementor/modules/usage/module.php'),
(3058, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/usage/settings-reporter.php', 'wp-content/plugins/elementor/modules/usage/settings-reporter.php'),
(3059, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/usage/usage-reporter.php', 'wp-content/plugins/elementor/modules/usage/usage-reporter.php'),
(3060, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/wc-product-editor/module.php', 'wp-content/plugins/elementor/modules/wc-product-editor/module.php'),
(3061, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/web-cli/module.php', 'wp-content/plugins/elementor/modules/web-cli/module.php'),
(3062, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/wp-cli/cli-logger.php', 'wp-content/plugins/elementor/modules/wp-cli/cli-logger.php'),
(3063, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/wp-cli/command.php', 'wp-content/plugins/elementor/modules/wp-cli/command.php'),
(3064, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/wp-cli/library.php', 'wp-content/plugins/elementor/modules/wp-cli/library.php'),
(3065, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/wp-cli/module.php', 'wp-content/plugins/elementor/modules/wp-cli/module.php'),
(3066, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/modules/wp-cli/update.php', 'wp-content/plugins/elementor/modules/wp-cli/update.php'),
(3067, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/readme.txt', 'wp-content/plugins/elementor/readme.txt'),
(3068, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/autoload.php', 'wp-content/plugins/elementor/vendor/autoload.php'),
(3069, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/ClassLoader.php', 'wp-content/plugins/elementor/vendor/composer/ClassLoader.php'),
(3070, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/InstalledVersions.php', 'wp-content/plugins/elementor/vendor/composer/InstalledVersions.php'),
(3071, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/LICENSE', 'wp-content/plugins/elementor/vendor/composer/LICENSE'),
(3072, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/autoload_classmap.php', 'wp-content/plugins/elementor/vendor/composer/autoload_classmap.php'),
(3073, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/elementor/vendor/composer/autoload_namespaces.php'),
(3074, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/autoload_psr4.php', 'wp-content/plugins/elementor/vendor/composer/autoload_psr4.php'),
(3075, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/autoload_real.php', 'wp-content/plugins/elementor/vendor/composer/autoload_real.php'),
(3076, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/autoload_static.php', 'wp-content/plugins/elementor/vendor/composer/autoload_static.php'),
(3077, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/installed.json', 'wp-content/plugins/elementor/vendor/composer/installed.json'),
(3078, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/installed.php', 'wp-content/plugins/elementor/vendor/composer/installed.php'),
(3079, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor/composer/platform_check.php', 'wp-content/plugins/elementor/vendor/composer/platform_check.php'),
(3080, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/composer.json', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/composer.json'),
(3081, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Contracts/Serializable.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Contracts/Serializable.php'),
(3082, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Contracts/Signer.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Contracts/Signer.php'),
(3083, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php'),
(3084, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php'),
(3085, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php'),
(3086, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/SerializableClosure.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/SerializableClosure.php'),
(3087, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Serializers/Native.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Serializers/Native.php'),
(3088, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Serializers/Signed.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Serializers/Signed.php'),
(3089, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Signers/Hmac.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Signers/Hmac.php'),
(3090, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureScope.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureScope.php'),
(3091, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureStream.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureStream.php'),
(3092, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/ReflectionClosure.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/ReflectionClosure.php'),
(3093, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/SelfReference.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/Support/SelfReference.php'),
(3094, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/UnsignedSerializableClosure.php', 'wp-content/plugins/elementor/vendor_prefixed/laravel/serializable-closure/src/UnsignedSerializableClosure.php'),
(3095, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/LICENSE', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/LICENSE'),
(3096, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/composer.json', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/composer.json'),
(3097, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/CallableResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/CallableResolver.php'),
(3098, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Exception/InvocationException.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Exception/InvocationException.php'),
(3099, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Exception/NotCallableException.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Exception/NotCallableException.php'),
(3100, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Exception/NotEnoughParametersException.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Exception/NotEnoughParametersException.php'),
(3101, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Invoker.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Invoker.php'),
(3102, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/InvokerInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/InvokerInterface.php'),
(3103, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php'),
(3104, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php'),
(3105, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php'),
(3106, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php'),
(3107, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php'),
(3108, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/ParameterResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/ParameterResolver.php'),
(3109, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/ResolverChain.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/ResolverChain.php'),
(3110, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/TypeHintResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/ParameterResolver/TypeHintResolver.php'),
(3111, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Reflection/CallableReflection.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/invoker/src/Reflection/CallableReflection.php'),
(3112, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/LICENSE', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/LICENSE'),
(3113, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/composer.json', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/composer.json'),
(3114, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Annotation/Inject.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Annotation/Inject.php'),
(3115, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Annotation/Injectable.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Annotation/Injectable.php'),
(3116, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/CompiledContainer.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/CompiledContainer.php'),
(3117, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/Compiler.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/Compiler.php'),
(3118, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/ObjectCreationCompiler.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/ObjectCreationCompiler.php'),
(3119, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/RequestedEntryHolder.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/RequestedEntryHolder.php'),
(3120, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/Template.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Compiler/Template.php'),
(3121, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Container.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Container.php'),
(3122, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/ContainerBuilder.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/ContainerBuilder.php'),
(3123, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinition.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinition.php'),
(3124, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinitionExtension.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinitionExtension.php'),
(3125, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/AutowireDefinition.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/AutowireDefinition.php'),
(3126, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/DecoratorDefinition.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/DecoratorDefinition.php'),
(3127, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Definition.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Definition.php'),
(3128, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php'),
(3129, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/EnvironmentVariableDefinition.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/EnvironmentVariableDefinition.php'),
(3130, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidAnnotation.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidAnnotation.php'),
(3131, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidDefinition.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidDefinition.php'),
(3132, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ExtendsPreviousDefinition.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ExtendsPreviousDefinition.php'),
(3133, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/FactoryDefinition.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/FactoryDefinition.php'),
(3134, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/AutowireDefinitionHelper.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/AutowireDefinitionHelper.php'),
(3135, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/CreateDefinitionHelper.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/CreateDefinitionHelper.php'),
(3136, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/DefinitionHelper.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/DefinitionHelper.php'),
(3137, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/FactoryDefinitionHelper.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Helper/FactoryDefinitionHelper.php'),
(3138, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/InstanceDefinition.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/InstanceDefinition.php'),
(3139, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/MethodInjection.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/MethodInjection.php'),
(3140, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/PropertyInjection.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/PropertyInjection.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3141, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition.php'),
(3142, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Reference.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Reference.php'),
(3143, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ArrayResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ArrayResolver.php'),
(3144, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DecoratorResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DecoratorResolver.php'),
(3145, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DefinitionResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DefinitionResolver.php'),
(3146, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php'),
(3147, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/FactoryResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/FactoryResolver.php'),
(3148, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/InstanceInjector.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/InstanceInjector.php'),
(3149, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ObjectCreator.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ObjectCreator.php'),
(3150, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ParameterResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ParameterResolver.php'),
(3151, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ResolverDispatcher.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ResolverDispatcher.php'),
(3152, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/SelfResolvingDefinition.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/SelfResolvingDefinition.php'),
(3153, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/AnnotationBasedAutowiring.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/AnnotationBasedAutowiring.php'),
(3154, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/Autowiring.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/Autowiring.php'),
(3155, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionArray.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionArray.php'),
(3156, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionFile.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionFile.php'),
(3157, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionNormalizer.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionNormalizer.php'),
(3158, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionSource.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionSource.php'),
(3159, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/MutableDefinitionSource.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/MutableDefinitionSource.php'),
(3160, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/NoAutowiring.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/NoAutowiring.php'),
(3161, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/ReflectionBasedAutowiring.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/ReflectionBasedAutowiring.php'),
(3162, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceCache.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceCache.php'),
(3163, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceChain.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceChain.php'),
(3164, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/StringDefinition.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/StringDefinition.php'),
(3165, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ValueDefinition.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/ValueDefinition.php'),
(3166, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/DependencyException.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/DependencyException.php'),
(3167, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Factory/RequestedEntry.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Factory/RequestedEntry.php'),
(3168, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/FactoryInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/FactoryInterface.php'),
(3169, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Invoker/DefinitionParameterResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Invoker/DefinitionParameterResolver.php'),
(3170, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Invoker/FactoryParameterResolver.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Invoker/FactoryParameterResolver.php'),
(3171, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/NotFoundException.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/NotFoundException.php'),
(3172, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Proxy/ProxyFactory.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Proxy/ProxyFactory.php'),
(3173, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/functions.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/functions.php'),
(3174, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/LICENSE', 'wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/LICENSE'),
(3175, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/composer.json', 'wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/composer.json'),
(3176, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php'),
(3177, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php'),
(3178, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php'),
(3179, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php', 'wp-content/plugins/elementor/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php'),
(3180, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/psr/container/LICENSE', 'wp-content/plugins/elementor/vendor_prefixed/psr/container/LICENSE'),
(3181, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/psr/container/composer.json', 'wp-content/plugins/elementor/vendor_prefixed/psr/container/composer.json'),
(3182, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php'),
(3183, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/psr/container/src/ContainerInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/psr/container/src/ContainerInterface.php'),
(3184, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', 'wp-content/plugins/elementor/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php'),
(3185, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/36c2990924ec9596ffad.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/36c2990924ec9596ffad.bundle.js'),
(3186, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/admin.js', 'wp-content/plugins/elementor-pro/assets/js/admin.js'),
(3187, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/admin.min.js', 'wp-content/plugins/elementor-pro/assets/js/admin.min.js'),
(3188, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/ajax-pagination.2090b5f4906bcda1dcc2.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/ajax-pagination.2090b5f4906bcda1dcc2.bundle.min.js'),
(3189, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/ajax-pagination.2390838f542f1a8d5ed4.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/ajax-pagination.2390838f542f1a8d5ed4.bundle.js'),
(3190, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/animated-headline.3eca5f2deb261b97d554.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/animated-headline.3eca5f2deb261b97d554.bundle.js'),
(3191, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/animated-headline.73c41dd605898fe2d075.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/animated-headline.73c41dd605898fe2d075.bundle.min.js'),
(3192, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/app.js', 'wp-content/plugins/elementor-pro/assets/js/app.js'),
(3193, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/app.min.js', 'wp-content/plugins/elementor-pro/assets/js/app.min.js'),
(3194, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/archive-posts.16a93245d08246e5e540.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/archive-posts.16a93245d08246e5e540.bundle.min.js'),
(3195, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/archive-posts.6e398ddd4a81a78bcea3.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/archive-posts.6e398ddd4a81a78bcea3.bundle.js'),
(3196, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/cafdcd40a3ed0f7a7a4a.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/cafdcd40a3ed0f7a7a4a.bundle.js'),
(3197, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/carousel.298f1fc9c115422aad0e.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/carousel.298f1fc9c115422aad0e.bundle.js'),
(3198, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/carousel.3620fca501cb18163600.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/carousel.3620fca501cb18163600.bundle.min.js'),
(3199, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/code-highlight.d4867c919d0858f748df.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/code-highlight.d4867c919d0858f748df.bundle.js'),
(3200, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/code-highlight.d86022c8668c4b072592.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/code-highlight.d86022c8668c4b072592.bundle.min.js'),
(3201, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/contact-buttons-var-10.83d4216a4d1a44095e5c.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/contact-buttons-var-10.83d4216a4d1a44095e5c.bundle.min.js'),
(3202, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/contact-buttons-var-10.fc383e580d728636b0fa.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/contact-buttons-var-10.fc383e580d728636b0fa.bundle.js'),
(3203, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/contact-buttons.5398b922eb2a8fb72fd3.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/contact-buttons.5398b922eb2a8fb72fd3.bundle.min.js'),
(3204, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/contact-buttons.b9e4576d72aaeeaa8e80.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/contact-buttons.b9e4576d72aaeeaa8e80.bundle.js'),
(3205, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/countdown.0e9e688751d29d07a8d3.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/countdown.0e9e688751d29d07a8d3.bundle.min.js'),
(3206, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/countdown.6e87ca40d36793d92aea.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/countdown.6e87ca40d36793d92aea.bundle.js'),
(3207, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/custom-code.js', 'wp-content/plugins/elementor-pro/assets/js/custom-code.js'),
(3208, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/custom-code.min.js', 'wp-content/plugins/elementor-pro/assets/js/custom-code.min.js'),
(3209, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/d241154d3774d66da9eb.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/d241154d3774d66da9eb.bundle.min.js'),
(3210, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/display-conditions.js', 'wp-content/plugins/elementor-pro/assets/js/display-conditions.js'),
(3211, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/display-conditions.min.js', 'wp-content/plugins/elementor-pro/assets/js/display-conditions.min.js'),
(3212, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/e8a5a32d9cd9fad1244f.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/e8a5a32d9cd9fad1244f.bundle.js'),
(3213, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/editor.js', 'wp-content/plugins/elementor-pro/assets/js/editor.js'),
(3214, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/editor.min.js', 'wp-content/plugins/elementor-pro/assets/js/editor.min.js'),
(3215, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/editor.min.js.LICENSE.txt', 'wp-content/plugins/elementor-pro/assets/js/editor.min.js.LICENSE.txt'),
(3216, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/elements-handlers.js', 'wp-content/plugins/elementor-pro/assets/js/elements-handlers.js'),
(3217, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js', 'wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js'),
(3218, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/f6214a79e4b78ec016e6.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/f6214a79e4b78ec016e6.bundle.min.js'),
(3219, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/f6214a79e4b78ec016e6.bundle.min.js.LICENSE.txt', 'wp-content/plugins/elementor-pro/assets/js/f6214a79e4b78ec016e6.bundle.min.js.LICENSE.txt'),
(3220, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/floating-bars-var-2.6e9b0bce703a2a6f2410.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-2.6e9b0bce703a2a6f2410.bundle.min.js'),
(3221, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/floating-bars-var-2.c6ca10c575bf96977799.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-2.c6ca10c575bf96977799.bundle.js'),
(3222, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/floating-bars-var-3.e3ae97fbef2242a8b036.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-3.e3ae97fbef2242a8b036.bundle.min.js'),
(3223, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/floating-bars-var-3.f126e30880b01ca9a308.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/floating-bars-var-3.f126e30880b01ca9a308.bundle.js'),
(3224, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/form-submission-admin.js', 'wp-content/plugins/elementor-pro/assets/js/form-submission-admin.js'),
(3225, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/form-submission-admin.min.js', 'wp-content/plugins/elementor-pro/assets/js/form-submission-admin.min.js'),
(3226, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/form.3b797cf593ad0ec04b83.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/form.3b797cf593ad0ec04b83.bundle.js'),
(3227, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/form.a8f0864f4b4fda696ad1.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/form.a8f0864f4b4fda696ad1.bundle.min.js'),
(3228, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/frontend.js', 'wp-content/plugins/elementor-pro/assets/js/frontend.js'),
(3229, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/frontend.min.js', 'wp-content/plugins/elementor-pro/assets/js/frontend.min.js'),
(3230, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/gallery.1628df47530ab42dafba.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/gallery.1628df47530ab42dafba.bundle.min.js'),
(3231, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/gallery.b7d55bc976e04f751975.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/gallery.b7d55bc976e04f751975.bundle.js'),
(3232, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/gutenberg-woocommerce-notice.js', 'wp-content/plugins/elementor-pro/assets/js/gutenberg-woocommerce-notice.js'),
(3233, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/gutenberg-woocommerce-notice.min.js', 'wp-content/plugins/elementor-pro/assets/js/gutenberg-woocommerce-notice.min.js'),
(3234, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/hotspot.d513dd152bf605a2ffbf.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/hotspot.d513dd152bf605a2ffbf.bundle.js'),
(3235, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/hotspot.fa04300164c35a866a51.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/hotspot.fa04300164c35a866a51.bundle.min.js'),
(3236, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/jszip.vendor.a3c65615c1de5560962d.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/jszip.vendor.a3c65615c1de5560962d.bundle.js'),
(3237, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/jszip.vendor.eba4ace24dcc63eadac0.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/jszip.vendor.eba4ace24dcc63eadac0.bundle.min.js'),
(3238, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/jszip.vendor.eba4ace24dcc63eadac0.bundle.min.js.LICENSE.txt', 'wp-content/plugins/elementor-pro/assets/js/jszip.vendor.eba4ace24dcc63eadac0.bundle.min.js.LICENSE.txt'),
(3239, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/load-more.8b46f464e573feab5dd7.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/load-more.8b46f464e573feab5dd7.bundle.min.js'),
(3240, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/load-more.f5ecc1c66872d0bd2d17.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/load-more.f5ecc1c66872d0bd2d17.bundle.js'),
(3241, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/loop-carousel.5108cb72ebb124297adb.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/loop-carousel.5108cb72ebb124297adb.bundle.js'),
(3242, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/loop-carousel.f8067ec0c24b628c786e.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/loop-carousel.f8067ec0c24b628c786e.bundle.min.js'),
(3243, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/loop-filter-editor.46a4c013b80a381a50c9.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/loop-filter-editor.46a4c013b80a381a50c9.bundle.js'),
(3244, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/loop-filter-editor.67dfa5d044d7bd86bd6f.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/loop-filter-editor.67dfa5d044d7bd86bd6f.bundle.min.js'),
(3245, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/loop.4a16d82b8b5e3e00f25e.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/loop.4a16d82b8b5e3e00f25e.bundle.min.js'),
(3246, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/loop.da94e53412e56933f721.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/loop.da94e53412e56933f721.bundle.js'),
(3247, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/lottie.a02a01f29c0733918ac7.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/lottie.a02a01f29c0733918ac7.bundle.js'),
(3248, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/lottie.e74a53bfa4c0bd939250.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/lottie.e74a53bfa4c0bd939250.bundle.min.js'),
(3249, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/media-carousel.04412cb9b4479aa37408.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/media-carousel.04412cb9b4479aa37408.bundle.js'),
(3250, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/media-carousel.afbaabb756a7c18ddb09.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/media-carousel.afbaabb756a7c18ddb09.bundle.min.js'),
(3251, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/mega-menu-editor.bf20b71b37f3d569ab77.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/mega-menu-editor.bf20b71b37f3d569ab77.bundle.min.js'),
(3252, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/mega-menu-editor.c7a0b6827e67a5dd2350.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/mega-menu-editor.c7a0b6827e67a5dd2350.bundle.js'),
(3253, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.0d76e4a3b7bf65ff6f9b.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.0d76e4a3b7bf65ff6f9b.bundle.js'),
(3254, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.480e081cebe071d683e8.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/mega-menu-stretch-content.480e081cebe071d683e8.bundle.min.js'),
(3255, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/mega-menu.874d0f2de4fd151185dc.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/mega-menu.874d0f2de4fd151185dc.bundle.js'),
(3256, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/mega-menu.fe4f38a4ef93d528723e.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/mega-menu.fe4f38a4ef93d528723e.bundle.min.js'),
(3257, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.77332e668c3cf609c924.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.77332e668c3cf609c924.bundle.js'),
(3258, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.dff562edd49e93d1658e.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/menu-title-keyboard-handler.dff562edd49e93d1658e.bundle.min.js'),
(3259, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/nav-menu.1a66dd30011cc2fc8842.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/nav-menu.1a66dd30011cc2fc8842.bundle.js'),
(3260, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/nav-menu.7e665d03657d48aef483.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/nav-menu.7e665d03657d48aef483.bundle.min.js'),
(3261, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/nested-carousel-editor.0df35e0e1a284d4bd18b.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/nested-carousel-editor.0df35e0e1a284d4bd18b.bundle.js'),
(3262, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/nested-carousel-editor.6d7500036d0766bbe2fc.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/nested-carousel-editor.6d7500036d0766bbe2fc.bundle.min.js'),
(3263, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/nested-carousel.72d7c7e8361a33112452.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/nested-carousel.72d7c7e8361a33112452.bundle.min.js'),
(3264, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/nested-carousel.89e4316f7581676fce8a.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/nested-carousel.89e4316f7581676fce8a.bundle.js'),
(3265, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/363.min.js', 'wp-content/plugins/elementor-pro/assets/js/notes/363.min.js'),
(3266, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/363.min.js.LICENSE.txt', 'wp-content/plugins/elementor-pro/assets/js/notes/363.min.js.LICENSE.txt'),
(3267, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes-app-initiator.js', 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app-initiator.js'),
(3268, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes-app-initiator.min.js', 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app-initiator.min.js'),
(3269, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes-app.js', 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app.js'),
(3270, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes-app.min.js', 'wp-content/plugins/elementor-pro/assets/js/notes/notes-app.min.js'),
(3271, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes.js', 'wp-content/plugins/elementor-pro/assets/js/notes/notes.js'),
(3272, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes.min.js', 'wp-content/plugins/elementor-pro/assets/js/notes/notes.min.js'),
(3273, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/notes.min.js.LICENSE.txt', 'wp-content/plugins/elementor-pro/assets/js/notes/notes.min.js.LICENSE.txt'),
(3274, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/notes/vendors-node_modules_radix-ui_react-alert-dialog_dist_index_module_js-node_modules_radix-ui_r-e4587e.js', 'wp-content/plugins/elementor-pro/assets/js/notes/vendors-node_modules_radix-ui_react-alert-dialog_dist_index_module_js-node_modules_radix-ui_r-e4587e.js'),
(3275, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/off-canvas-editor.0b71c4c17860dfe25d59.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/off-canvas-editor.0b71c4c17860dfe25d59.bundle.min.js'),
(3276, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/off-canvas-editor.3501c11d63bc4f4d5b89.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/off-canvas-editor.3501c11d63bc4f4d5b89.bundle.js'),
(3277, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/off-canvas.36a6fc185766f194fd8a.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/off-canvas.36a6fc185766f194fd8a.bundle.min.js'),
(3278, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/off-canvas.c95061fdc941d4af3b58.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/off-canvas.c95061fdc941d4af3b58.bundle.js'),
(3279, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.asset.php', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.asset.php'),
(3280, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.js'),
(3281, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.min.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.min.js'),
(3282, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.strings.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-documents-extended/editor-documents-extended.strings.js'),
(3283, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.asset.php', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.asset.php'),
(3284, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.js'),
(3285, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.min.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.min.js'),
(3286, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.strings.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-notes/editor-notes.strings.js'),
(3287, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.asset.php', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.asset.php'),
(3288, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.js'),
(3289, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.min.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.min.js'),
(3290, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.strings.js', 'wp-content/plugins/elementor-pro/assets/js/packages/editor-site-navigation-extended/editor-site-navigation-extended.strings.js'),
(3291, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.asset.php', 'wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.asset.php'),
(3292, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.js', 'wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.js'),
(3293, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.min.js', 'wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.min.js'),
(3294, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.min.js.LICENSE.txt', 'wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.min.js.LICENSE.txt'),
(3295, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.strings.js', 'wp-content/plugins/elementor-pro/assets/js/packages/ui/ui.strings.js'),
(3296, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/page-transitions.js', 'wp-content/plugins/elementor-pro/assets/js/page-transitions.js'),
(3297, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/page-transitions.min.js', 'wp-content/plugins/elementor-pro/assets/js/page-transitions.min.js'),
(3298, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/paypal-button.55ffb013a3fe565f55a5.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/paypal-button.55ffb013a3fe565f55a5.bundle.js'),
(3299, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/paypal-button.f4f64e46173f50701949.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/paypal-button.f4f64e46173f50701949.bundle.min.js'),
(3300, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/popup.996738ad83c089bcc0b9.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/popup.996738ad83c089bcc0b9.bundle.js'),
(3301, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/popup.f7b15b2ca565b152bf98.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/popup.f7b15b2ca565b152bf98.bundle.min.js'),
(3302, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/portfolio.4cd5da34009c30cb5d70.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/portfolio.4cd5da34009c30cb5d70.bundle.min.js'),
(3303, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/portfolio.5727b56368be256d0893.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/portfolio.5727b56368be256d0893.bundle.js'),
(3304, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/posts.aec59265318492b89cb5.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/posts.aec59265318492b89cb5.bundle.min.js'),
(3305, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/posts.e99f84b83c36d4568ffe.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/posts.e99f84b83c36d4568ffe.bundle.js'),
(3306, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/preview.js', 'wp-content/plugins/elementor-pro/assets/js/preview.js'),
(3307, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/preview.min.js', 'wp-content/plugins/elementor-pro/assets/js/preview.min.js'),
(3308, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/product-add-to-cart.51a22e1fbd8f914ab3d5.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/product-add-to-cart.51a22e1fbd8f914ab3d5.bundle.min.js'),
(3309, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/product-add-to-cart.d5883897e035f9c53c5e.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/product-add-to-cart.d5883897e035f9c53c5e.bundle.js'),
(3310, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/progress-tracker.8cccdda9737c272489fc.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/progress-tracker.8cccdda9737c272489fc.bundle.min.js'),
(3311, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/progress-tracker.fd1d31a26340ed74e10a.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/progress-tracker.fd1d31a26340ed74e10a.bundle.js'),
(3312, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/qunit-tests.js', 'wp-content/plugins/elementor-pro/assets/js/qunit-tests.js'),
(3313, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/qunit-tests.min.js', 'wp-content/plugins/elementor-pro/assets/js/qunit-tests.min.js'),
(3314, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/screenshot.js', 'wp-content/plugins/elementor-pro/assets/js/screenshot.js'),
(3315, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/screenshot.min.js', 'wp-content/plugins/elementor-pro/assets/js/screenshot.min.js'),
(3316, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/search-form.8941aba5c12cdb05fb7c.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/search-form.8941aba5c12cdb05fb7c.bundle.js'),
(3317, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/search-form.b7065999d77832a1b764.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/search-form.b7065999d77832a1b764.bundle.min.js'),
(3318, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/search.48937a4ca41a631c75f1.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/search.48937a4ca41a631c75f1.bundle.min.js'),
(3319, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/search.c1431bd892d9870d7053.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/search.c1431bd892d9870d7053.bundle.js'),
(3320, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/share-buttons.63d984f8c96d1e053bc0.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/share-buttons.63d984f8c96d1e053bc0.bundle.min.js'),
(3321, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/share-buttons.fda49c1691f4a352c7ef.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/share-buttons.fda49c1691f4a352c7ef.bundle.js'),
(3322, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/slides.bcd16bbde90338846bd7.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/slides.bcd16bbde90338846bd7.bundle.js'),
(3323, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/slides.c0029640cbdb48199471.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/slides.c0029640cbdb48199471.bundle.min.js'),
(3324, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/social.ac16c075939dcb93f70c.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/social.ac16c075939dcb93f70c.bundle.js'),
(3325, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/social.f215e8a3efafbdbeb7ef.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/social.f215e8a3efafbdbeb7ef.bundle.min.js'),
(3326, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/stripe-button.61d93594d6b7865f8b3f.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/stripe-button.61d93594d6b7865f8b3f.bundle.min.js'),
(3327, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/stripe-button.cf3f67d6b95e0138bb6b.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/stripe-button.cf3f67d6b95e0138bb6b.bundle.js'),
(3328, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/table-of-contents.706ffc609e73df296eed.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/table-of-contents.706ffc609e73df296eed.bundle.min.js'),
(3329, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/table-of-contents.a69f0926fa4d59c22200.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/table-of-contents.a69f0926fa4d59c22200.bundle.js'),
(3330, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/taxonomy-filter.ce05524d53c2d4c5aa24.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/taxonomy-filter.ce05524d53c2d4c5aa24.bundle.js'),
(3331, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/taxonomy-filter.e839f2be32b7ea832b34.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/taxonomy-filter.e839f2be32b7ea832b34.bundle.min.js'),
(3332, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/video-playlist.9e1bbc4fcb37864c89d6.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/video-playlist.9e1bbc4fcb37864c89d6.bundle.js'),
(3333, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/video-playlist.af20fd9fd8778929829e.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/video-playlist.af20fd9fd8778929829e.bundle.min.js'),
(3334, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.js', 'wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.js'),
(3335, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js', 'wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js'),
(3336, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-cart.79b5dc500681930471c6.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-cart.79b5dc500681930471c6.bundle.js'),
(3337, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-cart.d0d01530f5be6736b5d2.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-cart.d0d01530f5be6736b5d2.bundle.min.js'),
(3338, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-checkout-page.10d97c3a8cb77aebc1bf.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-checkout-page.10d97c3a8cb77aebc1bf.bundle.js'),
(3339, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-checkout-page.776b4cec45070fe32636.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-checkout-page.776b4cec45070fe32636.bundle.min.js'),
(3340, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-menu-cart.81f5bafc26b94cc86238.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-menu-cart.81f5bafc26b94cc86238.bundle.js'),
(3341, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-menu-cart.eb61fe086245485310a4.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-menu-cart.eb61fe086245485310a4.bundle.min.js'),
(3342, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-my-account.4e940a8b4a52d1c98c5c.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-my-account.4e940a8b4a52d1c98c5c.bundle.min.js'),
(3343, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-my-account.7a9d36b2c12b970c6616.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-my-account.7a9d36b2c12b970c6616.bundle.js'),
(3344, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-notices.bcee9b5e1c8f65ac7927.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-notices.bcee9b5e1c8f65ac7927.bundle.min.js'),
(3345, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-notices.ee407e8319d2ee060119.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-notices.ee407e8319d2ee060119.bundle.js'),
(3346, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-purchase-summary.3676ccd8c29ef0924b84.bundle.min.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-purchase-summary.3676ccd8c29ef0924b84.bundle.min.js'),
(3347, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/js/woocommerce-purchase-summary.c8767542fa302a7f351f.bundle.js', 'wp-content/plugins/elementor-pro/assets/js/woocommerce-purchase-summary.c8767542fa302a7f351f.bundle.js'),
(3348, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js/dom-to-image.js', 'wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js/dom-to-image.js'),
(3349, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js/dom-to-image.min.js', 'wp-content/plugins/elementor-pro/assets/lib/dom-to-image/js/dom-to-image.min.js'),
(3350, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/brands.js', 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/brands.js'),
(3351, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/duotone.js', 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/duotone.js'),
(3352, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/light.js', 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/light.js'),
(3353, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/regular.js', 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/regular.js'),
(3354, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/solid.js', 'wp-content/plugins/elementor-pro/assets/lib/font-awesome-pro/solid.js'),
(3355, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/html2canvas/js/html2canvas.js', 'wp-content/plugins/elementor-pro/assets/lib/html2canvas/js/html2canvas.js'),
(3356, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/html2canvas/js/html2canvas.min.js', 'wp-content/plugins/elementor-pro/assets/lib/html2canvas/js/html2canvas.min.js'),
(3357, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/instant-page/instant-page.js', 'wp-content/plugins/elementor-pro/assets/lib/instant-page/instant-page.js'),
(3358, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/instant-page/instant-page.min.js', 'wp-content/plugins/elementor-pro/assets/lib/instant-page/instant-page.min.js'),
(3359, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/lottie/lottie.js', 'wp-content/plugins/elementor-pro/assets/lib/lottie/lottie.js'),
(3360, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/lottie/lottie.min.js', 'wp-content/plugins/elementor-pro/assets/lib/lottie/lottie.min.js'),
(3361, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.js', 'wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.js'),
(3362, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js', 'wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js'),
(3363, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.js', 'wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.js'),
(3364, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js', 'wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js'),
(3365, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/base/base-carousel-trait.php', 'wp-content/plugins/elementor-pro/base/base-carousel-trait.php'),
(3366, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/base/base-widget-trait.php', 'wp-content/plugins/elementor-pro/base/base-widget-trait.php'),
(3367, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/base/base-widget.php', 'wp-content/plugins/elementor-pro/base/base-widget.php'),
(3368, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/base/module-base.php', 'wp-content/plugins/elementor-pro/base/module-base.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3369, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/base/on-import-trait.php', 'wp-content/plugins/elementor-pro/base/on-import-trait.php'),
(3370, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/admin/admin.php', 'wp-content/plugins/elementor-pro/core/admin/admin.php'),
(3371, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/admin/canary-deployment.php', 'wp-content/plugins/elementor-pro/core/admin/canary-deployment.php'),
(3372, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/app.php', 'wp-content/plugins/elementor-pro/core/app/app.php'),
(3373, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/assets/js/hooks/use-feature-lock.js', 'wp-content/plugins/elementor-pro/core/app/assets/js/hooks/use-feature-lock.js'),
(3374, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/assets/js/index.js', 'wp-content/plugins/elementor-pro/core/app/assets/js/index.js'),
(3375, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/assets/js/ui/connect-button.js', 'wp-content/plugins/elementor-pro/core/app/assets/js/ui/connect-button.js'),
(3376, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/assets/js/utils.js', 'wp-content/plugins/elementor-pro/core/app/assets/js/utils.js'),
(3377, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/import-export/module.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export/module.php'),
(3378, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/export/templates.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/export/templates.php'),
(3379, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/import/templates.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/import/templates.php'),
(3380, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/revert/templates.php', 'wp-content/plugins/elementor-pro/core/app/modules/import-export/runners/revert/templates.php'),
(3381, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/kit-library/module.php', 'wp-content/plugins/elementor-pro/core/app/modules/kit-library/module.php'),
(3382, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/onboarding/module.php', 'wp-content/plugins/elementor-pro/core/app/modules/onboarding/module.php'),
(3383, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms/indicator-bullet.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms/indicator-bullet.js'),
(3384, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms/preview-iframe.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/atoms/preview-iframe.js'),
(3385, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/base-context.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/base-context.js'),
(3386, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/conditions.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/conditions.js'),
(3387, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/models/condition.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/models/condition.js'),
(3388, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/services/conditions-config.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/services/conditions-config.js'),
(3389, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/templates.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/context/templates.js'),
(3390, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/conditions-config.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/conditions-config.js'),
(3391, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/index.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/index.js'),
(3392, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates-conditions-conflicts.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates-conditions-conflicts.js'),
(3393, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates-conditions.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates-conditions.js'),
(3394, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/commands/templates.js'),
(3395, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/component.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/component.js'),
(3396, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/editor.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/editor.js'),
(3397, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/hooks/use-templates-screenshot.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/hooks/use-templates-screenshot.js'),
(3398, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/back-button.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/back-button.js'),
(3399, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-body.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-body.js'),
(3400, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-footer.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-footer.js'),
(3401, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-header.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-header.js'),
(3402, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-thumbnail.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template-thumbnail.js'),
(3403, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/molecules/site-template.js'),
(3404, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/organisms/site-templates.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/organisms/site-templates.js'),
(3405, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/add-new.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/add-new.js'),
(3406, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-button-portal.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-button-portal.js'),
(3407, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-conflicts.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-conflicts.js'),
(3408, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-name.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-name.js'),
(3409, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-sub-id.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-sub-id.js'),
(3410, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-sub.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-sub.js'),
(3411, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-type.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/condition-type.js'),
(3412, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/conditions-rows.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/conditions-rows.js'),
(3413, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/conditions.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/conditions/conditions.js'),
(3414, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/import.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/import.js'),
(3415, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/template-type.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/template-type.js'),
(3416, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/templates.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/pages/templates.js'),
(3417, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialog-delete.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialog-delete.js'),
(3418, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialog-rename.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialog-rename.js'),
(3419, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialogs-and-buttons.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/part-actions/dialogs-and-buttons.js'),
(3420, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/site-editor.js', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/site-editor.js'),
(3421, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/controller.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/controller.php'),
(3422, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/base-endpoint.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/base-endpoint.php'),
(3423, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/conditions-config.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/conditions-config.php'),
(3424, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/template-types.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/template-types.php'),
(3425, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates-conditions-conflicts.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates-conditions-conflicts.php'),
(3426, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates-conditions.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates-conditions.php'),
(3427, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php'),
(3428, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/responses/lock-error-response.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/responses/lock-error-response.php'),
(3429, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/module.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/module.php'),
(3430, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/render-mode-template-preview.php', 'wp-content/plugins/elementor-pro/core/app/modules/site-editor/render-mode-template-preview.php'),
(3431, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/behaviors/feature-lock.php', 'wp-content/plugins/elementor-pro/core/behaviors/feature-lock.php'),
(3432, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/behaviors/temp-lock-behavior.php', 'wp-content/plugins/elementor-pro/core/behaviors/temp-lock-behavior.php'),
(3433, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/compatibility/compatibility.php', 'wp-content/plugins/elementor-pro/core/compatibility/compatibility.php'),
(3434, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/connect/apps/activate.php', 'wp-content/plugins/elementor-pro/core/connect/apps/activate.php'),
(3435, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/connect/manager.php', 'wp-content/plugins/elementor-pro/core/connect/manager.php'),
(3436, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/container/config.php', 'wp-content/plugins/elementor-pro/core/container/config.php'),
(3437, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/container/container.php', 'wp-content/plugins/elementor-pro/core/container/container.php'),
(3438, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/data/controller.php', 'wp-content/plugins/elementor-pro/core/data/controller.php'),
(3439, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/data/endpoints/base.php', 'wp-content/plugins/elementor-pro/core/data/endpoints/base.php'),
(3440, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/data/endpoints/refresh-base.php', 'wp-content/plugins/elementor-pro/core/data/endpoints/refresh-base.php'),
(3441, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/data/interfaces/endpoint.php', 'wp-content/plugins/elementor-pro/core/data/interfaces/endpoint.php'),
(3442, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/database/base-database-updater.php', 'wp-content/plugins/elementor-pro/core/database/base-database-updater.php'),
(3443, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/database/base-migration.php', 'wp-content/plugins/elementor-pro/core/database/base-migration.php'),
(3444, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/database/join-clause.php', 'wp-content/plugins/elementor-pro/core/database/join-clause.php'),
(3445, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/database/model-base.php', 'wp-content/plugins/elementor-pro/core/database/model-base.php'),
(3446, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/database/model-query-builder.php', 'wp-content/plugins/elementor-pro/core/database/model-query-builder.php'),
(3447, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/database/query-builder.php', 'wp-content/plugins/elementor-pro/core/database/query-builder.php'),
(3448, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/editor/editor.php', 'wp-content/plugins/elementor-pro/core/editor/editor.php'),
(3449, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/editor/notice-bar.php', 'wp-content/plugins/elementor-pro/core/editor/notice-bar.php'),
(3450, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/editor/promotion.php', 'wp-content/plugins/elementor-pro/core/editor/promotion.php'),
(3451, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/editor/template.php', 'wp-content/plugins/elementor-pro/core/editor/template.php'),
(3452, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/actions/action-base.php', 'wp-content/plugins/elementor-pro/core/integrations/actions/action-base.php'),
(3453, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/actions/email/email-address.php', 'wp-content/plugins/elementor-pro/core/integrations/actions/email/email-address.php'),
(3454, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/actions/email/email-message.php', 'wp-content/plugins/elementor-pro/core/integrations/actions/email/email-message.php'),
(3455, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/actions/email/email.php', 'wp-content/plugins/elementor-pro/core/integrations/actions/email/email.php'),
(3456, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/exceptions/action-failed-exception.php', 'wp-content/plugins/elementor-pro/core/integrations/exceptions/action-failed-exception.php'),
(3457, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/exceptions/action-validation-failed-exception.php', 'wp-content/plugins/elementor-pro/core/integrations/exceptions/action-validation-failed-exception.php'),
(3458, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/exceptions/exception-base.php', 'wp-content/plugins/elementor-pro/core/integrations/exceptions/exception-base.php'),
(3459, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/integrations/integrations-manager.php', 'wp-content/plugins/elementor-pro/core/integrations/integrations-manager.php'),
(3460, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/isolation/wordpress-adapter-interface.php', 'wp-content/plugins/elementor-pro/core/isolation/wordpress-adapter-interface.php'),
(3461, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/isolation/wordpress-adapter.php', 'wp-content/plugins/elementor-pro/core/isolation/wordpress-adapter.php'),
(3462, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/modules-manager.php', 'wp-content/plugins/elementor-pro/core/modules-manager.php'),
(3463, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/notifications/notification.php', 'wp-content/plugins/elementor-pro/core/notifications/notification.php'),
(3464, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/notifications/notifications-manager.php', 'wp-content/plugins/elementor-pro/core/notifications/notifications-manager.php'),
(3465, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/notifications/traits/notifiable.php', 'wp-content/plugins/elementor-pro/core/notifications/traits/notifiable.php'),
(3466, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/php-api.php', 'wp-content/plugins/elementor-pro/core/php-api.php'),
(3467, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/preview/preview.php', 'wp-content/plugins/elementor-pro/core/preview/preview.php'),
(3468, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/upgrade/manager.php', 'wp-content/plugins/elementor-pro/core/upgrade/manager.php'),
(3469, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/upgrade/upgrades.php', 'wp-content/plugins/elementor-pro/core/upgrade/upgrades.php'),
(3470, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/utils/abtest.php', 'wp-content/plugins/elementor-pro/core/utils/abtest.php'),
(3471, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/utils/collection.php', 'wp-content/plugins/elementor-pro/core/utils/collection.php'),
(3472, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/utils/hints.php', 'wp-content/plugins/elementor-pro/core/utils/hints.php'),
(3473, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/utils/registrar.php', 'wp-content/plugins/elementor-pro/core/utils/registrar.php'),
(3474, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/core/utils.php', 'wp-content/plugins/elementor-pro/core/utils.php'),
(3475, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/data/base/controller.php', 'wp-content/plugins/elementor-pro/data/base/controller.php'),
(3476, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/data/http-status.php', 'wp-content/plugins/elementor-pro/data/http-status.php'),
(3477, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/elementor-pro.php', 'wp-content/plugins/elementor-pro/elementor-pro.php'),
(3478, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/license/admin.php', 'wp-content/plugins/elementor-pro/license/admin.php'),
(3479, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/license/api.php', 'wp-content/plugins/elementor-pro/license/api.php'),
(3480, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/license/assets/js/admin.js', 'wp-content/plugins/elementor-pro/license/assets/js/admin.js'),
(3481, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/license/notices/trial-expired-notice.php', 'wp-content/plugins/elementor-pro/license/notices/trial-expired-notice.php'),
(3482, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/license/notices/trial-period-notice.php', 'wp-content/plugins/elementor-pro/license/notices/trial-period-notice.php'),
(3483, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/license/updater.php', 'wp-content/plugins/elementor-pro/license/updater.php'),
(3484, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/admin-top-bar/module.php', 'wp-content/plugins/elementor-pro/modules/admin-top-bar/module.php'),
(3485, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/animated-headline/module.php', 'wp-content/plugins/elementor-pro/modules/animated-headline/module.php'),
(3486, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/animated-headline/widgets/animated-headline.php', 'wp-content/plugins/elementor-pro/modules/animated-headline/widgets/animated-headline.php'),
(3487, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/announcements/module.php', 'wp-content/plugins/elementor-pro/modules/announcements/module.php'),
(3488, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/announcements/triggers/is-license-expired.php', 'wp-content/plugins/elementor-pro/modules/announcements/triggers/is-license-expired.php'),
(3489, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-fonts-menu-item.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-fonts-menu-item.php'),
(3490, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-fonts-promotion-menu-item.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-fonts-promotion-menu-item.php'),
(3491, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-icons-menu-item.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-icons-menu-item.php'),
(3492, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-icons-promotion-menu-item.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/admin-menu-items/custom-icons-promotion-menu-item.php'),
(3493, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/custom-fonts.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/custom-fonts.php'),
(3494, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/typekit-fonts.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts/typekit-fonts.php'),
(3495, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts-manager.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/fonts-manager.php'),
(3496, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/custom-icons.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/custom-icons.php'),
(3497, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/font-awesome-pro.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/font-awesome-pro.php'),
(3498, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/fontastic.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/fontastic.php'),
(3499, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/fontello.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/fontello.php'),
(3500, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/icomoon.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/icomoon.php'),
(3501, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/icon-set-base.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/icon-sets/icon-set-base.php'),
(3502, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/templates.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/templates.php'),
(3503, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons-manager.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons-manager.php'),
(3504, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/classes/assets-base.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/classes/assets-base.php'),
(3505, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/classes/font-base.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/classes/font-base.php'),
(3506, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/assets-manager/module.php', 'wp-content/plugins/elementor-pro/modules/assets-manager/module.php'),
(3507, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/blockquote/module.php', 'wp-content/plugins/elementor-pro/modules/blockquote/module.php'),
(3508, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/blockquote/widgets/blockquote.php', 'wp-content/plugins/elementor-pro/modules/blockquote/widgets/blockquote.php'),
(3509, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/call-to-action/module.php', 'wp-content/plugins/elementor-pro/modules/call-to-action/module.php'),
(3510, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/call-to-action/widgets/call-to-action.php', 'wp-content/plugins/elementor-pro/modules/call-to-action/widgets/call-to-action.php'),
(3511, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/carousel/module.php', 'wp-content/plugins/elementor-pro/modules/carousel/module.php'),
(3512, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/carousel/widgets/base.php', 'wp-content/plugins/elementor-pro/modules/carousel/widgets/base.php'),
(3513, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/carousel/widgets/media-carousel.php', 'wp-content/plugins/elementor-pro/modules/carousel/widgets/media-carousel.php'),
(3514, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/carousel/widgets/reviews.php', 'wp-content/plugins/elementor-pro/modules/carousel/widgets/reviews.php'),
(3515, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/carousel/widgets/testimonial-carousel.php', 'wp-content/plugins/elementor-pro/modules/carousel/widgets/testimonial-carousel.php'),
(3516, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/checklist/module.php', 'wp-content/plugins/elementor-pro/modules/checklist/module.php'),
(3517, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/checklist/steps/setup-header.php', 'wp-content/plugins/elementor-pro/modules/checklist/steps/setup-header.php'),
(3518, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/code-highlight/module.php', 'wp-content/plugins/elementor-pro/modules/code-highlight/module.php'),
(3519, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/code-highlight/widgets/code-highlight.php', 'wp-content/plugins/elementor-pro/modules/code-highlight/widgets/code-highlight.php'),
(3520, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/compatibility-tag/compatibility-tag-component.php', 'wp-content/plugins/elementor-pro/modules/compatibility-tag/compatibility-tag-component.php'),
(3521, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/compatibility-tag/module.php', 'wp-content/plugins/elementor-pro/modules/compatibility-tag/module.php'),
(3522, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/countdown/module.php', 'wp-content/plugins/elementor-pro/modules/countdown/module.php'),
(3523, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/countdown/widgets/countdown.php', 'wp-content/plugins/elementor-pro/modules/countdown/widgets/countdown.php'),
(3524, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-attributes/module.php', 'wp-content/plugins/elementor-pro/modules/custom-attributes/module.php'),
(3525, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items/custom-code-menu-item.php', 'wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items/custom-code-menu-item.php'),
(3526, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items/custom-code-promotion-menu-item.php', 'wp-content/plugins/elementor-pro/modules/custom-code/admin-menu-items/custom-code-promotion-menu-item.php'),
(3527, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-code/custom-code-metabox.php', 'wp-content/plugins/elementor-pro/modules/custom-code/custom-code-metabox.php'),
(3528, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-code/document.php', 'wp-content/plugins/elementor-pro/modules/custom-code/document.php'),
(3529, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-code/module.php', 'wp-content/plugins/elementor-pro/modules/custom-code/module.php'),
(3530, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-css/admin-menu-items/settings-custom-css-pro.php', 'wp-content/plugins/elementor-pro/modules/custom-css/admin-menu-items/settings-custom-css-pro.php'),
(3531, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/custom-css/module.php', 'wp-content/plugins/elementor-pro/modules/custom-css/module.php'),
(3532, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/and-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/and-condition.php'),
(3533, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/cache-notice.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/cache-notice.php'),
(3534, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/comparator-provider.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/comparator-provider.php'),
(3535, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/comparators-checker.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/comparators-checker.php'),
(3536, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/conditions-manager.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/conditions-manager.php'),
(3537, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/custom-fields-data-provider.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/custom-fields-data-provider.php'),
(3538, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/data-provider.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/data-provider.php'),
(3539, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/dynamic-tags-data-provider.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/dynamic-tags/dynamic-tags-data-provider.php'),
(3540, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/classes/or-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/classes/or-condition.php'),
(3541, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-author-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-author-condition.php'),
(3542, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-category-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-category-condition.php'),
(3543, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-tag-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/archive-of-tag-condition.php'),
(3544, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/archive-condition-base.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/archive-condition-base.php'),
(3545, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/condition-base.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/condition-base.php'),
(3546, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/date-condition-base.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/date-condition-base.php'),
(3547, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/title-condition-base.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/base/title-condition-base.php'),
(3548, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/current-date-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/current-date-condition.php'),
(3549, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/date-of-modification-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/date-of-modification-condition.php'),
(3550, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/date-of-publish-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/date-of-publish-condition.php'),
(3551, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/day-of-the-week-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/day-of-the-week-condition.php'),
(3552, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/dynamic-tags-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/dynamic-tags-condition.php'),
(3553, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/featured-image-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/featured-image-condition.php'),
(3554, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/from-url-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/from-url-condition.php'),
(3555, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/in-categories-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/in-categories-condition.php'),
(3556, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/in-tags-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/in-tags-condition.php'),
(3557, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/login-status-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/login-status-condition.php'),
(3558, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-author-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-author-condition.php'),
(3559, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-parent-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-parent-condition.php'),
(3560, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-title-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/page-title-condition.php'),
(3561, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-author-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-author-condition.php'),
(3562, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-number-of-comments-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-number-of-comments-condition.php'),
(3563, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-title-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/post-title-condition.php'),
(3564, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/time-of-the-day-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/time-of-the-day-condition.php'),
(3565, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/user-registration-date-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/user-registration-date-condition.php'),
(3566, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/conditions/user-role-condition.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/conditions/user-role-condition.php'),
(3567, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/display-conditions/module.php', 'wp-content/plugins/elementor-pro/modules/display-conditions/module.php'),
(3568, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/dynamic-value-provider.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/dynamic-value-provider.php'),
(3569, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/module.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/module.php'),
(3570, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-color.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-color.php'),
(3571, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-date-time.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-date-time.php'),
(3572, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-file.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-file.php'),
(3573, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-gallery.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-gallery.php'),
(3574, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-image.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-image.php'),
(3575, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-number.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-number.php'),
(3576, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-text.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-text.php'),
(3577, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/acf/tags/acf-url.php'),
(3578, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/components/author-meta-filter.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/components/author-meta-filter.php'),
(3579, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/module.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/module.php'),
(3580, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/dynamic-value-provider.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/dynamic-value-provider.php'),
(3581, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/module.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/module.php'),
(3582, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-base.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-base.php'),
(3583, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-date-time.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-date-time.php'),
(3584, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-date.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-date.php'),
(3585, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-gallery.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-gallery.php'),
(3586, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-image.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-image.php'),
(3587, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-numeric.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-numeric.php'),
(3588, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-text.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-text.php'),
(3589, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/pods/tags/pods-url.php'),
(3590, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-description.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-description.php'),
(3591, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-meta.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-meta.php'),
(3592, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-title.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-title.php'),
(3593, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/archive-url.php'),
(3594, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-info.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-info.php'),
(3595, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-meta.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-meta.php'),
(3596, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-name.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-name.php'),
(3597, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-profile-picture.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-profile-picture.php'),
(3598, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-url.php'),
(3599, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/author-tag.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/author-tag.php'),
(3600, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/data-tag.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/data-tag.php'),
(3601, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/tag-trait.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/tag-trait.php'),
(3602, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/tag.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/base/tag.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3603, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/comments-number.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/comments-number.php'),
(3604, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/comments-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/comments-url.php'),
(3605, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/contact-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/contact-url.php'),
(3606, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/current-date-time.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/current-date-time.php'),
(3607, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/featured-image-data.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/featured-image-data.php'),
(3608, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/internal-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/internal-url.php'),
(3609, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/lightbox.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/lightbox.php'),
(3610, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/page-title.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/page-title.php'),
(3611, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-custom-field.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-custom-field.php'),
(3612, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-date.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-date.php'),
(3613, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-excerpt.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-excerpt.php'),
(3614, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-featured-image.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-featured-image.php'),
(3615, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-gallery.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-gallery.php'),
(3616, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-id.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-id.php'),
(3617, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-terms.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-terms.php'),
(3618, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-time.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-time.php'),
(3619, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-title.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-title.php'),
(3620, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/post-url.php'),
(3621, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/request-parameter.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/request-parameter.php'),
(3622, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/shortcode.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/shortcode.php'),
(3623, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-logo.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-logo.php'),
(3624, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-tagline.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-tagline.php'),
(3625, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-title.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-title.php'),
(3626, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/site-url.php'),
(3627, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/user-info.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/user-info.php'),
(3628, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/user-profile-picture.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/user-profile-picture.php'),
(3629, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/module.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/module.php'),
(3630, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-base.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-base.php'),
(3631, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-date.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-date.php'),
(3632, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-gallery.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-gallery.php'),
(3633, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-image.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-image.php'),
(3634, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-text.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-text.php'),
(3635, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-url.php', 'wp-content/plugins/elementor-pro/modules/dynamic-tags/toolset/tags/toolset-url.php'),
(3636, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/element-manager/module.php', 'wp-content/plugins/elementor-pro/modules/element-manager/module.php'),
(3637, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/element-manager/options.php', 'wp-content/plugins/elementor-pro/modules/element-manager/options.php'),
(3638, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/flip-box/module.php', 'wp-content/plugins/elementor-pro/modules/flip-box/module.php'),
(3639, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/flip-box/widgets/flip-box.php', 'wp-content/plugins/elementor-pro/modules/flip-box/widgets/flip-box.php'),
(3640, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/base/widget-contact-button-base-pro.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/base/widget-contact-button-base-pro.php'),
(3641, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/base/widget-floating-bars-base-pro.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/base/widget-floating-bars-base-pro.php'),
(3642, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-1-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-1-render.php'),
(3643, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-10-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-10-render.php'),
(3644, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-3-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-3-render.php'),
(3645, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-4-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-4-render.php'),
(3646, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-5-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-5-render.php'),
(3647, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-6-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-6-render.php'),
(3648, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-7-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-7-render.php'),
(3649, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-8-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-8-render.php'),
(3650, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-9-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/contact-buttons-var-9-render.php'),
(3651, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/floating-bars-var-2-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/floating-bars-var-2-render.php'),
(3652, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/floating-bars-var-3-render.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/classes/render/floating-bars-var-3-render.php'),
(3653, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/documents/floating-buttons.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/documents/floating-buttons.php'),
(3654, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/module.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/module.php'),
(3655, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-1.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-1.php'),
(3656, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-10.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-10.php'),
(3657, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-3.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-3.php'),
(3658, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-4.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-4.php'),
(3659, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-5.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-5.php'),
(3660, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-6.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-6.php'),
(3661, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-7.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-7.php'),
(3662, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-8.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-8.php'),
(3663, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-9.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/contact-buttons-var-9.php'),
(3664, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/floating-bars-var-2.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/floating-bars-var-2.php'),
(3665, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/floating-bars-var-3.php', 'wp-content/plugins/elementor-pro/modules/floating-buttons/widgets/floating-bars-var-3.php'),
(3666, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/activecampaign.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/activecampaign.php'),
(3667, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/activity-log.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/activity-log.php'),
(3668, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/cf7db.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/cf7db.php'),
(3669, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/convertkit.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/convertkit.php'),
(3670, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/discord.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/discord.php'),
(3671, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/drip.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/drip.php'),
(3672, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/email.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/email.php'),
(3673, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/email2.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/email2.php'),
(3674, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/getresponse.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/getresponse.php'),
(3675, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/mailchimp.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/mailchimp.php'),
(3676, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/mailerlite.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/mailerlite.php'),
(3677, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/mailpoet.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/mailpoet.php'),
(3678, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/mailpoet3.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/mailpoet3.php'),
(3679, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/redirect.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/redirect.php'),
(3680, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/slack.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/slack.php'),
(3681, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/webhook.php', 'wp-content/plugins/elementor-pro/modules/forms/actions/webhook.php'),
(3682, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/action-base.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/action-base.php'),
(3683, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/activecampaign-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/activecampaign-handler.php'),
(3684, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/ajax-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/ajax-handler.php'),
(3685, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/akismet.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/akismet.php'),
(3686, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/convertkit-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/convertkit-handler.php'),
(3687, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/drip-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/drip-handler.php'),
(3688, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/form-base.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/form-base.php'),
(3689, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/form-record.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/form-record.php'),
(3690, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/getresponse-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/getresponse-handler.php'),
(3691, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/honeypot-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/honeypot-handler.php'),
(3692, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/integration-base.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/integration-base.php'),
(3693, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/mailchimp-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/mailchimp-handler.php'),
(3694, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/mailerlite-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/mailerlite-handler.php'),
(3695, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/recaptcha-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/recaptcha-handler.php'),
(3696, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/recaptcha-v3-handler.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/recaptcha-v3-handler.php'),
(3697, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/classes/rest-client.php', 'wp-content/plugins/elementor-pro/modules/forms/classes/rest-client.php'),
(3698, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/controls/fields-map.php', 'wp-content/plugins/elementor-pro/modules/forms/controls/fields-map.php'),
(3699, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/controls/fields-repeater.php', 'wp-content/plugins/elementor-pro/modules/forms/controls/fields-repeater.php'),
(3700, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/data/controller.php', 'wp-content/plugins/elementor-pro/modules/forms/data/controller.php'),
(3701, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/acceptance.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/acceptance.php'),
(3702, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/date.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/date.php'),
(3703, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/field-base.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/field-base.php'),
(3704, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/number.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/number.php'),
(3705, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/step.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/step.php'),
(3706, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/tel.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/tel.php'),
(3707, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/time.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/time.php'),
(3708, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/fields/upload.php', 'wp-content/plugins/elementor-pro/modules/forms/fields/upload.php'),
(3709, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/module.php', 'wp-content/plugins/elementor-pro/modules/forms/module.php'),
(3710, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/registrars/form-actions-registrar.php', 'wp-content/plugins/elementor-pro/modules/forms/registrars/form-actions-registrar.php'),
(3711, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/registrars/form-fields-registrar.php', 'wp-content/plugins/elementor-pro/modules/forms/registrars/form-fields-registrar.php'),
(3712, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/actions/save-to-database.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/actions/save-to-database.php'),
(3713, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items/submissions-menu-item.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items/submissions-menu-item.php'),
(3714, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items/submissions-promotion-menu-item.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/admin-menu-items/submissions-promotion-menu-item.php'),
(3715, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/component.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/component.php'),
(3716, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/controller.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/controller.php'),
(3717, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/export.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/export.php'),
(3718, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/forms-index.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/forms-index.php'),
(3719, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/index.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/index.php'),
(3720, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/referer.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/referer.php'),
(3721, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/restore.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/endpoints/restore.php'),
(3722, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/forms-controller.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/forms-controller.php'),
(3723, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/data/responses/query-failed-response.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/data/responses/query-failed-response.php'),
(3724, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/entities/form-snapshot.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/entities/form-snapshot.php'),
(3725, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/migration.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migration.php'),
(3726, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/base-migration.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/base-migration.php'),
(3727, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/fix-indexes.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/fix-indexes.php'),
(3728, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/initial.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/initial.php'),
(3729, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/referer-extra.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/migrations/referer-extra.php'),
(3730, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/query.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/query.php'),
(3731, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/database/repositories/form-snapshot-repository.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/database/repositories/form-snapshot-repository.php'),
(3732, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/export/csv-export.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/export/csv-export.php'),
(3733, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/submissions/personal-data.php', 'wp-content/plugins/elementor-pro/modules/forms/submissions/personal-data.php'),
(3734, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/widgets/form.php', 'wp-content/plugins/elementor-pro/modules/forms/widgets/form.php'),
(3735, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/forms/widgets/login.php', 'wp-content/plugins/elementor-pro/modules/forms/widgets/login.php'),
(3736, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/gallery/module.php', 'wp-content/plugins/elementor-pro/modules/gallery/module.php'),
(3737, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/gallery/widgets/gallery.php', 'wp-content/plugins/elementor-pro/modules/gallery/widgets/gallery.php'),
(3738, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/global-widget/data/controller.php', 'wp-content/plugins/elementor-pro/modules/global-widget/data/controller.php'),
(3739, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/global-widget/documents/widget.php', 'wp-content/plugins/elementor-pro/modules/global-widget/documents/widget.php'),
(3740, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/global-widget/module.php', 'wp-content/plugins/elementor-pro/modules/global-widget/module.php'),
(3741, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/global-widget/views/panel-template.php', 'wp-content/plugins/elementor-pro/modules/global-widget/views/panel-template.php'),
(3742, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/global-widget/widgets/global-widget.php', 'wp-content/plugins/elementor-pro/modules/global-widget/widgets/global-widget.php'),
(3743, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/hotspot/module.php', 'wp-content/plugins/elementor-pro/modules/hotspot/module.php'),
(3744, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/hotspot/widgets/hotspot.php', 'wp-content/plugins/elementor-pro/modules/hotspot/widgets/hotspot.php'),
(3745, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/library/classes/shortcode.php', 'wp-content/plugins/elementor-pro/modules/library/classes/shortcode.php'),
(3746, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/library/module.php', 'wp-content/plugins/elementor-pro/modules/library/module.php'),
(3747, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/library/widgets/template.php', 'wp-content/plugins/elementor-pro/modules/library/widgets/template.php'),
(3748, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/library/wp-widgets/elementor-library.php', 'wp-content/plugins/elementor-pro/modules/library/wp-widgets/elementor-library.php'),
(3749, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/base/widget-link-in-bio-base-pro.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/base/widget-link-in-bio-base-pro.php'),
(3750, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render/icons-below-cta-render.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render/icons-below-cta-render.php'),
(3751, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render/single-button-cta-render.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/classes/render/single-button-cta-render.php'),
(3752, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/module.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/module.php'),
(3753, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-2.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-2.php'),
(3754, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-3.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-3.php'),
(3755, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-4.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-4.php'),
(3756, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-5.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-5.php'),
(3757, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-6.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-6.php'),
(3758, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-7.php', 'wp-content/plugins/elementor-pro/modules/link-in-bio/widgets/link-in-bio-var-7.php'),
(3759, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/assets/images/loop-item.svg', 'wp-content/plugins/elementor-pro/modules/loop-builder/assets/images/loop-item.svg'),
(3760, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/documents/loop.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/documents/loop.php'),
(3761, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-css-trait.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-css-trait.php'),
(3762, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-dynamic-css.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-dynamic-css.php'),
(3763, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-preview.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop-preview.php'),
(3764, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/files/css/loop.php'),
(3765, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/module.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/module.php'),
(3766, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/providers/taxonomy-loop-provider.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/providers/taxonomy-loop-provider.php'),
(3767, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-base.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-base.php'),
(3768, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-post-taxonomy.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-post-taxonomy.php'),
(3769, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-post.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-post.php'),
(3770, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-taxonomy-base.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/skins/skin-loop-taxonomy-base.php'),
(3771, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/traits/alternate-templates-trait.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/traits/alternate-templates-trait.php'),
(3772, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/views/cta-template.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/views/cta-template.php'),
(3773, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/widgets/base.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/widgets/base.php'),
(3774, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/widgets/loop-carousel.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/widgets/loop-carousel.php'),
(3775, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/widgets/loop-grid.php', 'wp-content/plugins/elementor-pro/modules/loop-builder/widgets/loop-grid.php'),
(3776, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/data/controller.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/data/controller.php'),
(3777, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints/get-post-type-taxonomies.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints/get-post-type-taxonomies.php'),
(3778, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints/refresh-loop.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/data/endpoints/refresh-loop.php'),
(3779, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/module.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/module.php'),
(3780, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/data/query-constants.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/data/query-constants.php'),
(3781, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/interfaces/query-interface.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/interfaces/query-interface.php'),
(3782, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/hierarchy-and-query.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/hierarchy-and-query.php'),
(3783, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/hierarchy-or-query.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/hierarchy-or-query.php'),
(3784, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/single-terms-query.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/query-types/single-terms-query.php'),
(3785, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/taxonomy-manager.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/taxonomy-manager.php'),
(3786, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/query/taxonomy-query-builder.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/query/taxonomy-query-builder.php'),
(3787, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/traits/hierarchical-taxonomy-trait.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/traits/hierarchical-taxonomy-trait.php'),
(3788, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/traits/taxonomy-filter-trait.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/traits/taxonomy-filter-trait.php'),
(3789, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/loop-filter/widgets/taxonomy-filter.php', 'wp-content/plugins/elementor-pro/modules/loop-filter/widgets/taxonomy-filter.php'),
(3790, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/lottie/module.php', 'wp-content/plugins/elementor-pro/modules/lottie/module.php'),
(3791, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/lottie/widgets/lottie.php', 'wp-content/plugins/elementor-pro/modules/lottie/widgets/lottie.php'),
(3792, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/mega-menu/controls/control-menu-dropdown-animation.php', 'wp-content/plugins/elementor-pro/modules/mega-menu/controls/control-menu-dropdown-animation.php'),
(3793, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/mega-menu/module.php', 'wp-content/plugins/elementor-pro/modules/mega-menu/module.php'),
(3794, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/mega-menu/traits/url-helper-trait.php', 'wp-content/plugins/elementor-pro/modules/mega-menu/traits/url-helper-trait.php'),
(3795, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/mega-menu/widgets/mega-menu.php', 'wp-content/plugins/elementor-pro/modules/mega-menu/widgets/mega-menu.php'),
(3796, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/motion-fx/controls-group.php', 'wp-content/plugins/elementor-pro/modules/motion-fx/controls-group.php'),
(3797, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/motion-fx/module.php', 'wp-content/plugins/elementor-pro/modules/motion-fx/module.php'),
(3798, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/nav-menu/module.php', 'wp-content/plugins/elementor-pro/modules/nav-menu/module.php'),
(3799, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php', 'wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php'),
(3800, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/nested-carousel/module.php', 'wp-content/plugins/elementor-pro/modules/nested-carousel/module.php'),
(3801, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/nested-carousel/widgets/nested-carousel.php', 'wp-content/plugins/elementor-pro/modules/nested-carousel/widgets/nested-carousel.php'),
(3802, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/admin-bar.php', 'wp-content/plugins/elementor-pro/modules/notes/admin-bar.php'),
(3803, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/admin-page.php', 'wp-content/plugins/elementor-pro/modules/notes/admin-page.php'),
(3804, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/data/controller.php', 'wp-content/plugins/elementor-pro/modules/notes/data/controller.php'),
(3805, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/data/endpoints/read-status-endpoint.php', 'wp-content/plugins/elementor-pro/modules/notes/data/endpoints/read-status-endpoint.php'),
(3806, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/data/endpoints/summary-endpoint.php', 'wp-content/plugins/elementor-pro/modules/notes/data/endpoints/summary-endpoint.php'),
(3807, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/data/endpoints/users-endpoint.php', 'wp-content/plugins/elementor-pro/modules/notes/data/endpoints/users-endpoint.php'),
(3808, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-author-display-name.php', 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-author-display-name.php'),
(3809, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-capabilities.php', 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-capabilities.php'),
(3810, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-note-position.php', 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-note-position.php'),
(3811, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-route-post-id.php', 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/add-route-post-id.php'),
(3812, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/migrations/initial.php', 'wp-content/plugins/elementor-pro/modules/notes/database/migrations/initial.php'),
(3813, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/models/document.php', 'wp-content/plugins/elementor-pro/modules/notes/database/models/document.php'),
(3814, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/models/note-summary.php', 'wp-content/plugins/elementor-pro/modules/notes/database/models/note-summary.php'),
(3815, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/models/note.php', 'wp-content/plugins/elementor-pro/modules/notes/database/models/note.php'),
(3816, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/models/user.php', 'wp-content/plugins/elementor-pro/modules/notes/database/models/user.php'),
(3817, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/notes-database-updater.php', 'wp-content/plugins/elementor-pro/modules/notes/database/notes-database-updater.php'),
(3818, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php', 'wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php'),
(3819, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/query/user-query-builder.php', 'wp-content/plugins/elementor-pro/modules/notes/database/query/user-query-builder.php'),
(3820, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/database/transformers/user-transformer.php', 'wp-content/plugins/elementor-pro/modules/notes/database/transformers/user-transformer.php'),
(3821, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/document-events.php', 'wp-content/plugins/elementor-pro/modules/notes/document-events.php'),
(3822, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/module.php', 'wp-content/plugins/elementor-pro/modules/notes/module.php'),
(3823, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/notifications/base-notes-notification.php', 'wp-content/plugins/elementor-pro/modules/notes/notifications/base-notes-notification.php'),
(3824, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/notifications/user-mentioned-notification.php', 'wp-content/plugins/elementor-pro/modules/notes/notifications/user-mentioned-notification.php'),
(3825, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/notifications/user-replied-notification.php', 'wp-content/plugins/elementor-pro/modules/notes/notifications/user-replied-notification.php'),
(3826, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/notifications/user-resolved-notification.php', 'wp-content/plugins/elementor-pro/modules/notes/notifications/user-resolved-notification.php'),
(3827, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/notifications/views/email.php', 'wp-content/plugins/elementor-pro/modules/notes/notifications/views/email.php'),
(3828, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/usage.php', 'wp-content/plugins/elementor-pro/modules/notes/usage.php'),
(3829, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/user/capabilities.php', 'wp-content/plugins/elementor-pro/modules/notes/user/capabilities.php'),
(3830, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/user/delete-user.php', 'wp-content/plugins/elementor-pro/modules/notes/user/delete-user.php'),
(3831, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/user/personal-data.php', 'wp-content/plugins/elementor-pro/modules/notes/user/personal-data.php'),
(3832, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/user/preferences.php', 'wp-content/plugins/elementor-pro/modules/notes/user/preferences.php'),
(3833, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/notes/utils.php', 'wp-content/plugins/elementor-pro/modules/notes/utils.php'),
(3834, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/off-canvas/module.php', 'wp-content/plugins/elementor-pro/modules/off-canvas/module.php'),
(3835, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/off-canvas/tag.php', 'wp-content/plugins/elementor-pro/modules/off-canvas/tag.php'),
(3836, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/off-canvas/widgets/off-canvas.php', 'wp-content/plugins/elementor-pro/modules/off-canvas/widgets/off-canvas.php'),
(3837, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/page-transitions/module.php', 'wp-content/plugins/elementor-pro/modules/page-transitions/module.php'),
(3838, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/payments/classes/payment-button.php', 'wp-content/plugins/elementor-pro/modules/payments/classes/payment-button.php'),
(3839, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/payments/classes/stripe-handler.php', 'wp-content/plugins/elementor-pro/modules/payments/classes/stripe-handler.php'),
(3840, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/payments/module.php', 'wp-content/plugins/elementor-pro/modules/payments/module.php'),
(3841, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/payments/widgets/paypal-button.php', 'wp-content/plugins/elementor-pro/modules/payments/widgets/paypal-button.php'),
(3842, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/payments/widgets/stripe-button.php', 'wp-content/plugins/elementor-pro/modules/payments/widgets/stripe-button.php'),
(3843, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-menu-item.php', 'wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-menu-item.php'),
(3844, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-promotion-menu-item.php', 'wp-content/plugins/elementor-pro/modules/popup/admin-menu-items/popups-promotion-menu-item.php'),
(3845, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/browsers.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/browsers.svg');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3846, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/devices.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/devices.svg'),
(3847, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/logged_in.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/logged_in.svg'),
(3848, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/page_views.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/page_views.svg'),
(3849, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/schedule.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/schedule.svg'),
(3850, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/sessions.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/sessions.svg'),
(3851, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/sources.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/sources.svg'),
(3852, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/times.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/times.svg'),
(3853, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/url.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing/url.svg'),
(3854, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/timing-tab.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/timing-tab.svg'),
(3855, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/click.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/click.svg'),
(3856, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/exit_intent.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/exit_intent.svg'),
(3857, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/inactivity.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/inactivity.svg'),
(3858, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/page_load.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/page_load.svg'),
(3859, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/scrolling.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/scrolling.svg'),
(3860, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/scrolling_to.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers/scrolling_to.svg'),
(3861, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers-tab.svg', 'wp-content/plugins/elementor-pro/modules/popup/assets/images/triggers-tab.svg'),
(3862, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/display-settings/base.php', 'wp-content/plugins/elementor-pro/modules/popup/display-settings/base.php'),
(3863, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/display-settings/timing.php', 'wp-content/plugins/elementor-pro/modules/popup/display-settings/timing.php'),
(3864, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/display-settings/triggers.php', 'wp-content/plugins/elementor-pro/modules/popup/display-settings/triggers.php'),
(3865, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/document.php', 'wp-content/plugins/elementor-pro/modules/popup/document.php'),
(3866, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/form-action.php', 'wp-content/plugins/elementor-pro/modules/popup/form-action.php'),
(3867, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/module.php', 'wp-content/plugins/elementor-pro/modules/popup/module.php'),
(3868, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/popup/tag.php', 'wp-content/plugins/elementor-pro/modules/popup/tag.php'),
(3869, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/data/controller.php', 'wp-content/plugins/elementor-pro/modules/posts/data/controller.php'),
(3870, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/module.php', 'wp-content/plugins/elementor-pro/modules/posts/module.php'),
(3871, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/skins/skin-base.php', 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-base.php'),
(3872, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php', 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-cards.php'),
(3873, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/skins/skin-classic.php', 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-classic.php'),
(3874, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/skins/skin-content-base.php', 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-content-base.php'),
(3875, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/skins/skin-full-content.php', 'wp-content/plugins/elementor-pro/modules/posts/skins/skin-full-content.php'),
(3876, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/traits/button-widget-trait.php', 'wp-content/plugins/elementor-pro/modules/posts/traits/button-widget-trait.php'),
(3877, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/traits/pagination-trait.php', 'wp-content/plugins/elementor-pro/modules/posts/traits/pagination-trait.php'),
(3878, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/traits/query-note-trait.php', 'wp-content/plugins/elementor-pro/modules/posts/traits/query-note-trait.php'),
(3879, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/widgets/portfolio.php', 'wp-content/plugins/elementor-pro/modules/posts/widgets/portfolio.php'),
(3880, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/widgets/posts-base.php', 'wp-content/plugins/elementor-pro/modules/posts/widgets/posts-base.php'),
(3881, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/posts/widgets/posts.php', 'wp-content/plugins/elementor-pro/modules/posts/widgets/posts.php'),
(3882, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/pricing/module.php', 'wp-content/plugins/elementor-pro/modules/pricing/module.php'),
(3883, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/pricing/widgets/price-list.php', 'wp-content/plugins/elementor-pro/modules/pricing/widgets/price-list.php'),
(3884, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/pricing/widgets/price-table.php', 'wp-content/plugins/elementor-pro/modules/pricing/widgets/price-table.php'),
(3885, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/progress-tracker/module.php', 'wp-content/plugins/elementor-pro/modules/progress-tracker/module.php'),
(3886, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/progress-tracker/widgets/progress-tracker.php', 'wp-content/plugins/elementor-pro/modules/progress-tracker/widgets/progress-tracker.php'),
(3887, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/classes/elementor-post-query.php', 'wp-content/plugins/elementor-pro/modules/query-control/classes/elementor-post-query.php'),
(3888, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/classes/elementor-related-query.php', 'wp-content/plugins/elementor-pro/modules/query-control/classes/elementor-related-query.php'),
(3889, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-posts.php', 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-posts.php'),
(3890, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-query.php', 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-query.php'),
(3891, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-related.php', 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-related.php'),
(3892, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-taxonomy.php', 'wp-content/plugins/elementor-pro/modules/query-control/controls/group-control-taxonomy.php'),
(3893, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/controls/query.php', 'wp-content/plugins/elementor-pro/modules/query-control/controls/query.php'),
(3894, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/controls/template-query.php', 'wp-content/plugins/elementor-pro/modules/query-control/controls/template-query.php'),
(3895, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/query-control/module.php', 'wp-content/plugins/elementor-pro/modules/query-control/module.php'),
(3896, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/role-manager/module.php', 'wp-content/plugins/elementor-pro/modules/role-manager/module.php'),
(3897, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/screenshots/module.php', 'wp-content/plugins/elementor-pro/modules/screenshots/module.php'),
(3898, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/screenshots/render-mode-screenshot.php', 'wp-content/plugins/elementor-pro/modules/screenshots/render-mode-screenshot.php'),
(3899, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/screenshots/screenshot.php', 'wp-content/plugins/elementor-pro/modules/screenshots/screenshot.php'),
(3900, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/scroll-snap/module.php', 'wp-content/plugins/elementor-pro/modules/scroll-snap/module.php'),
(3901, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/search/data/controller.php', 'wp-content/plugins/elementor-pro/modules/search/data/controller.php'),
(3902, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/search/data/endpoints/refresh-search.php', 'wp-content/plugins/elementor-pro/modules/search/data/endpoints/refresh-search.php'),
(3903, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/search/module.php', 'wp-content/plugins/elementor-pro/modules/search/module.php'),
(3904, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/search/widgets/search.php', 'wp-content/plugins/elementor-pro/modules/search/widgets/search.php'),
(3905, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/share-buttons/module.php', 'wp-content/plugins/elementor-pro/modules/share-buttons/module.php'),
(3906, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/share-buttons/widgets/share-buttons.php', 'wp-content/plugins/elementor-pro/modules/share-buttons/widgets/share-buttons.php'),
(3907, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/slides/controls/control-slides-animation.php', 'wp-content/plugins/elementor-pro/modules/slides/controls/control-slides-animation.php'),
(3908, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/slides/module.php', 'wp-content/plugins/elementor-pro/modules/slides/module.php'),
(3909, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/slides/widgets/slides.php', 'wp-content/plugins/elementor-pro/modules/slides/widgets/slides.php'),
(3910, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/social/classes/facebook-sdk-manager.php', 'wp-content/plugins/elementor-pro/modules/social/classes/facebook-sdk-manager.php'),
(3911, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/social/module.php', 'wp-content/plugins/elementor-pro/modules/social/module.php'),
(3912, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/social/widgets/facebook-button.php', 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-button.php'),
(3913, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/social/widgets/facebook-comments.php', 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-comments.php'),
(3914, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/social/widgets/facebook-embed.php', 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-embed.php'),
(3915, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/social/widgets/facebook-page.php', 'wp-content/plugins/elementor-pro/modules/social/widgets/facebook-page.php'),
(3916, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/sticky/module.php', 'wp-content/plugins/elementor-pro/modules/sticky/module.php'),
(3917, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/table-of-contents/module.php', 'wp-content/plugins/elementor-pro/modules/table-of-contents/module.php'),
(3918, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/table-of-contents/widgets/table-of-contents.php', 'wp-content/plugins/elementor-pro/modules/table-of-contents/widgets/table-of-contents.php'),
(3919, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/admin-menu-items/theme-builder-menu-item.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/admin-menu-items/theme-builder-menu-item.php'),
(3920, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/api.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/api.php'),
(3921, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/assets/images/conditions-tab.svg', 'wp-content/plugins/elementor-pro/modules/theme-builder/assets/images/conditions-tab.svg'),
(3922, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-cache.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-cache.php'),
(3923, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-manager.php'),
(3924, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-repeater.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-repeater.php'),
(3925, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/control-media-preview.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/control-media-preview.php'),
(3926, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/locations-manager.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/locations-manager.php'),
(3927, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/preview-manager.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/preview-manager.php'),
(3928, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/template-conditions.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/template-conditions.php'),
(3929, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/templates-types-manager.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/templates-types-manager.php'),
(3930, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/classes/theme-support.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/classes/theme-support.php'),
(3931, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/any-child-of-term.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/any-child-of-term.php'),
(3932, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/any-child-of.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/any-child-of.php'),
(3933, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/archive.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/archive.php'),
(3934, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/author.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/author.php'),
(3935, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/by-author.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/by-author.php'),
(3936, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/child-of-term.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/child-of-term.php'),
(3937, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/child-of.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/child-of.php'),
(3938, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/condition-base.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/condition-base.php'),
(3939, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/date.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/date.php'),
(3940, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/front-page.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/front-page.php'),
(3941, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/general.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/general.php'),
(3942, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/in-sub-term.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/in-sub-term.php'),
(3943, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/in-taxonomy.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/in-taxonomy.php'),
(3944, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/not-found404.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/not-found404.php'),
(3945, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post-type-archive.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post-type-archive.php'),
(3946, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post-type-by-author.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post-type-by-author.php'),
(3947, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/post.php'),
(3948, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/search.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/search.php'),
(3949, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/singular.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/singular.php'),
(3950, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/taxonomy.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/conditions/taxonomy.php'),
(3951, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/archive-single-base.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/archive-single-base.php'),
(3952, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/archive.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/archive.php'),
(3953, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/error-404.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/error-404.php'),
(3954, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/footer.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/footer.php'),
(3955, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/header-footer-base.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/header-footer-base.php'),
(3956, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/header.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/header.php'),
(3957, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/search-results.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/search-results.php'),
(3958, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/section.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/section.php'),
(3959, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-base.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-base.php'),
(3960, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-page.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-page.php'),
(3961, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-post.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single-post.php'),
(3962, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/single.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/single.php'),
(3963, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php'),
(3964, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-page-document.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-page-document.php'),
(3965, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-section-document.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-section-document.php'),
(3966, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/module.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/module.php'),
(3967, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/skins/post-comments-skin-classic.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/post-comments-skin-classic.php'),
(3968, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-base.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-base.php'),
(3969, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-cards.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-cards.php'),
(3970, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-classic.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-classic.php'),
(3971, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-full-content.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/skins/posts-archive-skin-full-content.php'),
(3972, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/theme-support/generate-press-theme-support.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/theme-support/generate-press-theme-support.php'),
(3973, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/theme-support/safe-mode-theme-support.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/theme-support/safe-mode-theme-support.php'),
(3974, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/views/comments-template.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/views/comments-template.php'),
(3975, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/views/panel-template.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/views/panel-template.php'),
(3976, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/views/theme-support-footer.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/views/theme-support-footer.php'),
(3977, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/views/theme-support-header.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/views/theme-support-header.php'),
(3978, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/archive-posts.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/archive-posts.php'),
(3979, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/archive-title.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/archive-title.php'),
(3980, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/page-title.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/page-title.php'),
(3981, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-content.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-content.php'),
(3982, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-excerpt.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-excerpt.php'),
(3983, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-featured-image.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-featured-image.php'),
(3984, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-title.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/post-title.php'),
(3985, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-logo.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-logo.php'),
(3986, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-title.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-title.php'),
(3987, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/title-widget-base.php', 'wp-content/plugins/elementor-pro/modules/theme-builder/widgets/title-widget-base.php'),
(3988, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/module.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/module.php'),
(3989, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/author-box.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/author-box.php'),
(3990, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/base.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/base.php'),
(3991, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/breadcrumbs.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/breadcrumbs.php'),
(3992, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-comments.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-comments.php'),
(3993, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-info.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-info.php'),
(3994, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-navigation.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/post-navigation.php'),
(3995, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/search-form.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/search-form.php'),
(3996, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/sitemap.php', 'wp-content/plugins/elementor-pro/modules/theme-elements/widgets/sitemap.php'),
(3997, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items/base-promotion-item.php', 'wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items/base-promotion-item.php'),
(3998, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items/base-promotion-template.php', 'wp-content/plugins/elementor-pro/modules/tiers/admin-menu-items/base-promotion-template.php'),
(3999, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/tiers/module.php', 'wp-content/plugins/elementor-pro/modules/tiers/module.php'),
(4000, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/usage/features-reporter.php', 'wp-content/plugins/elementor-pro/modules/usage/features-reporter.php'),
(4001, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/usage/integrations-reporter.php', 'wp-content/plugins/elementor-pro/modules/usage/integrations-reporter.php'),
(4002, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/usage/module.php', 'wp-content/plugins/elementor-pro/modules/usage/module.php'),
(4003, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/video-playlist/module.php', 'wp-content/plugins/elementor-pro/modules/video-playlist/module.php'),
(4004, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/video-playlist/widgets/video-playlist.php', 'wp-content/plugins/elementor-pro/modules/video-playlist/widgets/video-playlist.php'),
(4005, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/classes/base-products-renderer.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/classes/base-products-renderer.php'),
(4006, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/classes/current-query-renderer.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/classes/current-query-renderer.php'),
(4007, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/classes/products-renderer.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/classes/products-renderer.php'),
(4008, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/conditions/product-archive.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/product-archive.php'),
(4009, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/conditions/product-search.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/product-search.php'),
(4010, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/conditions/shop-page.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/shop-page.php'),
(4011, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/conditions/woocommerce.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/conditions/woocommerce.php'),
(4012, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/data/controller.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/data/controller.php'),
(4013, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/data/endpoints/base-endpoint.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/data/endpoints/base-endpoint.php'),
(4014, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/data/endpoints/get-notice-dismissed.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/data/endpoints/get-notice-dismissed.php'),
(4015, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/data/endpoints/set-notice-dismissed.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/data/endpoints/set-notice-dismissed.php'),
(4016, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/documents/product-archive.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/documents/product-archive.php'),
(4017, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/documents/product-post.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/documents/product-post.php'),
(4018, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/documents/product.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/documents/product.php'),
(4019, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/module.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/module.php'),
(4020, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/settings/settings-woocommerce.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/settings/settings-woocommerce.php'),
(4021, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-classic.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-classic.php'),
(4022, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-loop-product-taxonomy.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-loop-product-taxonomy.php'),
(4023, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-loop-product.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/skins/skin-loop-product.php'),
(4024, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/base-data-tag.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/base-data-tag.php'),
(4025, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/base-tag.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/base-tag.php'),
(4026, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/category-image.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/category-image.php'),
(4027, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-content.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-content.php'),
(4028, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-gallery.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-gallery.php'),
(4029, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-image.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-image.php'),
(4030, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-price.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-price.php'),
(4031, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-rating.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-rating.php'),
(4032, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-sale.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-sale.php'),
(4033, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-short-description.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-short-description.php'),
(4034, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-sku.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-sku.php'),
(4035, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-stock.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-stock.php'),
(4036, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-terms.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-terms.php'),
(4037, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-title.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/product-title.php'),
(4038, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/traits/tag-product-id.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/traits/tag-product-id.php'),
(4039, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/tags/woocommerce-add-to-cart.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/tags/woocommerce-add-to-cart.php'),
(4040, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/traits/product-id-trait.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/traits/product-id-trait.php'),
(4041, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/traits/products-trait.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/traits/products-trait.php'),
(4042, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates/cart/mini-cart.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/wc-templates/cart/mini-cart.php'),
(4043, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/add-to-cart.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/add-to-cart.php'),
(4044, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-description.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-description.php'),
(4045, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-products-deprecated.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-products-deprecated.php'),
(4046, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-products.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-products.php'),
(4047, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/base-widget.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/base-widget.php'),
(4048, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/breadcrumb.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/breadcrumb.php'),
(4049, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/cart.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/cart.php'),
(4050, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/categories.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/categories.php'),
(4051, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/category-image.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/category-image.php'),
(4052, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/checkout.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/checkout.php'),
(4053, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/elements.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/elements.php'),
(4054, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/menu-cart.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/menu-cart.php'),
(4055, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/my-account.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/my-account.php'),
(4056, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/notices.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/notices.php'),
(4057, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-add-to-cart.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-add-to-cart.php'),
(4058, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-additional-information.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-additional-information.php'),
(4059, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-content.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-content.php'),
(4060, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-data-tabs.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-data-tabs.php'),
(4061, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-images.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-images.php'),
(4062, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-meta.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-meta.php'),
(4063, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-price.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-price.php'),
(4064, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-rating.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-rating.php'),
(4065, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-related.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-related.php'),
(4066, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-short-description.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-short-description.php'),
(4067, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-stock.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-stock.php'),
(4068, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-title.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-title.php'),
(4069, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-upsell.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/product-upsell.php'),
(4070, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products-base.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products-base.php'),
(4071, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products-deprecated.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products-deprecated.php'),
(4072, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php'),
(4073, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/purchase-summary.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/purchase-summary.php'),
(4074, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/single-elements.php', 'wp-content/plugins/elementor-pro/modules/woocommerce/widgets/single-elements.php'),
(4075, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/wp-cli/license-command.php', 'wp-content/plugins/elementor-pro/modules/wp-cli/license-command.php'),
(4076, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/wp-cli/module.php', 'wp-content/plugins/elementor-pro/modules/wp-cli/module.php'),
(4077, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/wp-cli/theme-builder.php', 'wp-content/plugins/elementor-pro/modules/wp-cli/theme-builder.php'),
(4078, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/modules/wp-cli/update.php', 'wp-content/plugins/elementor-pro/modules/wp-cli/update.php'),
(4079, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/plugin.php', 'wp-content/plugins/elementor-pro/plugin.php'),
(4080, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/run-on-linux.js', 'wp-content/plugins/elementor-pro/run-on-linux.js'),
(4081, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/autoload.php', 'wp-content/plugins/elementor-pro/vendor/autoload.php'),
(4082, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/ClassLoader.php', 'wp-content/plugins/elementor-pro/vendor/composer/ClassLoader.php'),
(4083, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/InstalledVersions.php', 'wp-content/plugins/elementor-pro/vendor/composer/InstalledVersions.php'),
(4084, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/autoload_classmap.php', 'wp-content/plugins/elementor-pro/vendor/composer/autoload_classmap.php'),
(4085, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/elementor-pro/vendor/composer/autoload_namespaces.php'),
(4086, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/autoload_psr4.php', 'wp-content/plugins/elementor-pro/vendor/composer/autoload_psr4.php'),
(4087, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/autoload_real.php', 'wp-content/plugins/elementor-pro/vendor/composer/autoload_real.php'),
(4088, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/autoload_static.php', 'wp-content/plugins/elementor-pro/vendor/composer/autoload_static.php'),
(4089, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor/composer/installed.php', 'wp-content/plugins/elementor-pro/vendor/composer/installed.php'),
(4090, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Contracts/Serializable.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Contracts/Serializable.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4091, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Contracts/Signer.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Contracts/Signer.php'),
(4092, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Exceptions/InvalidSignatureException.php'),
(4093, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php'),
(4094, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php'),
(4095, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/SerializableClosure.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/SerializableClosure.php'),
(4096, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Serializers/Native.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Serializers/Native.php'),
(4097, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Serializers/Signed.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Serializers/Signed.php'),
(4098, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Signers/Hmac.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Signers/Hmac.php'),
(4099, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureScope.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureScope.php'),
(4100, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureStream.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/ClosureStream.php'),
(4101, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/ReflectionClosure.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/ReflectionClosure.php'),
(4102, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/SelfReference.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/Support/SelfReference.php'),
(4103, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/UnsignedSerializableClosure.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/laravel/serializable-closure/src/UnsignedSerializableClosure.php'),
(4104, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/CallableResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/CallableResolver.php'),
(4105, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Exception/InvocationException.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Exception/InvocationException.php'),
(4106, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Exception/NotCallableException.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Exception/NotCallableException.php'),
(4107, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Exception/NotEnoughParametersException.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Exception/NotEnoughParametersException.php'),
(4108, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Invoker.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Invoker.php'),
(4109, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/InvokerInterface.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/InvokerInterface.php'),
(4110, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php'),
(4111, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php'),
(4112, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php'),
(4113, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php'),
(4114, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php'),
(4115, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/ParameterResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/ParameterResolver.php'),
(4116, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/ResolverChain.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/ResolverChain.php'),
(4117, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/TypeHintResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/ParameterResolver/TypeHintResolver.php'),
(4118, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Reflection/CallableReflection.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/invoker/src/Reflection/CallableReflection.php'),
(4119, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Annotation/Inject.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Annotation/Inject.php'),
(4120, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Annotation/Injectable.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Annotation/Injectable.php'),
(4121, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/CompiledContainer.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/CompiledContainer.php'),
(4122, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/Compiler.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/Compiler.php'),
(4123, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/ObjectCreationCompiler.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/ObjectCreationCompiler.php'),
(4124, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/RequestedEntryHolder.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/RequestedEntryHolder.php'),
(4125, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/Template.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Compiler/Template.php'),
(4126, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Container.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Container.php'),
(4127, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/ContainerBuilder.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/ContainerBuilder.php'),
(4128, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinition.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinition.php'),
(4129, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinitionExtension.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ArrayDefinitionExtension.php'),
(4130, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/AutowireDefinition.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/AutowireDefinition.php'),
(4131, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/DecoratorDefinition.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/DecoratorDefinition.php'),
(4132, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Definition.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Definition.php'),
(4133, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Dumper/ObjectDefinitionDumper.php'),
(4134, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/EnvironmentVariableDefinition.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/EnvironmentVariableDefinition.php'),
(4135, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidAnnotation.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidAnnotation.php'),
(4136, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidDefinition.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidDefinition.php'),
(4137, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ExtendsPreviousDefinition.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ExtendsPreviousDefinition.php'),
(4138, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/FactoryDefinition.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/FactoryDefinition.php'),
(4139, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/AutowireDefinitionHelper.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/AutowireDefinitionHelper.php'),
(4140, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/CreateDefinitionHelper.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/CreateDefinitionHelper.php'),
(4141, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/DefinitionHelper.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/DefinitionHelper.php'),
(4142, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/FactoryDefinitionHelper.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Helper/FactoryDefinitionHelper.php'),
(4143, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/InstanceDefinition.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/InstanceDefinition.php'),
(4144, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/MethodInjection.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/MethodInjection.php'),
(4145, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/PropertyInjection.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition/PropertyInjection.php'),
(4146, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition.php'),
(4147, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Reference.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Reference.php'),
(4148, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ArrayResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ArrayResolver.php'),
(4149, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DecoratorResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DecoratorResolver.php'),
(4150, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DefinitionResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/DefinitionResolver.php'),
(4151, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/EnvironmentVariableResolver.php'),
(4152, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/FactoryResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/FactoryResolver.php'),
(4153, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/InstanceInjector.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/InstanceInjector.php'),
(4154, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ObjectCreator.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ObjectCreator.php'),
(4155, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ParameterResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ParameterResolver.php'),
(4156, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ResolverDispatcher.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Resolver/ResolverDispatcher.php'),
(4157, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/SelfResolvingDefinition.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/SelfResolvingDefinition.php'),
(4158, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/AnnotationBasedAutowiring.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/AnnotationBasedAutowiring.php'),
(4159, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/Autowiring.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/Autowiring.php'),
(4160, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionArray.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionArray.php'),
(4161, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionFile.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionFile.php'),
(4162, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionNormalizer.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionNormalizer.php'),
(4163, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionSource.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/DefinitionSource.php'),
(4164, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/MutableDefinitionSource.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/MutableDefinitionSource.php'),
(4165, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/NoAutowiring.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/NoAutowiring.php'),
(4166, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/ReflectionBasedAutowiring.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/ReflectionBasedAutowiring.php'),
(4167, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceCache.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceCache.php'),
(4168, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceChain.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Source/SourceChain.php'),
(4169, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/StringDefinition.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/StringDefinition.php'),
(4170, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ValueDefinition.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/ValueDefinition.php'),
(4171, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/DependencyException.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/DependencyException.php'),
(4172, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Factory/RequestedEntry.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Factory/RequestedEntry.php'),
(4173, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/FactoryInterface.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/FactoryInterface.php'),
(4174, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Invoker/DefinitionParameterResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Invoker/DefinitionParameterResolver.php'),
(4175, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Invoker/FactoryParameterResolver.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Invoker/FactoryParameterResolver.php'),
(4176, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/NotFoundException.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/NotFoundException.php'),
(4177, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Proxy/ProxyFactory.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Proxy/ProxyFactory.php'),
(4178, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/functions.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/functions.php'),
(4179, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php'),
(4180, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php'),
(4181, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php'),
(4182, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php'),
(4183, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php'),
(4184, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/psr/container/src/ContainerInterface.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/psr/container/src/ContainerInterface.php'),
(4185, '/home/forwardbetcasino/public_html/wp-content/plugins/elementor-pro/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', 'wp-content/plugins/elementor-pro/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php'),
(4186, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/autoloader.php', 'wp-content/plugins/elementskit/autoloader.php'),
(4187, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/elementskit.php', 'wp-content/plugins/elementskit/elementskit.php'),
(4188, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/export/export-screen.php', 'wp-content/plugins/elementskit/export/export-screen.php'),
(4189, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/hooks/register-modules.php', 'wp-content/plugins/elementskit/hooks/register-modules.php'),
(4190, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/hooks/register-widgets.php', 'wp-content/plugins/elementskit/hooks/register-widgets.php'),
(4191, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/import/import-screen.php', 'wp-content/plugins/elementskit/import/import-screen.php'),
(4192, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/autoload.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/autoload.php'),
(4193, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/BinCommand.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/BinCommand.php'),
(4194, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/CommandProvider.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/CommandProvider.php'),
(4195, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/Config.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/Config.php'),
(4196, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/Plugin.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/bamarni/composer-bin-plugin/src/Plugin.php'),
(4197, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/ClassLoader.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/ClassLoader.php'),
(4198, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/InstalledVersions.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/InstalledVersions.php'),
(4199, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_classmap.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_classmap.php'),
(4200, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_files.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_files.php'),
(4201, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_namespaces.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_namespaces.php'),
(4202, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_psr4.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_psr4.php'),
(4203, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_real.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_real.php'),
(4204, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_static.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/autoload_static.php'),
(4205, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/installed.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/installed.php'),
(4206, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/platform_check.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/composer/platform_check.php'),
(4207, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/BeforeValidException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/BeforeValidException.php'),
(4208, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/ExpiredException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/ExpiredException.php'),
(4209, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/JWK.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/JWK.php'),
(4210, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/JWT.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/JWT.php'),
(4211, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/SignatureInvalidException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/firebase/php-jwt/src/SignatureInvalidException.php'),
(4212, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AccessToken/Revoke.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AccessToken/Revoke.php'),
(4213, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AccessToken/Verify.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AccessToken/Verify.php'),
(4214, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/AuthHandlerFactory.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/AuthHandlerFactory.php'),
(4215, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php'),
(4216, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php'),
(4217, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.php'),
(4218, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Client.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Client.php'),
(4219, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Collection.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Collection.php'),
(4220, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Exception.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Exception.php'),
(4221, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Http/Batch.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Http/Batch.php'),
(4222, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Http/MediaFileUpload.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Http/MediaFileUpload.php'),
(4223, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Http/REST.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Http/REST.php'),
(4224, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Model.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Model.php'),
(4225, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Service/Exception.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Service/Exception.php'),
(4226, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Service/Resource.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Service/Resource.php'),
(4227, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Service.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Service.php'),
(4228, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Composer.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Composer.php'),
(4229, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Exception.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Exception.php'),
(4230, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Retryable.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Retryable.php'),
(4231, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Runner.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Task/Runner.php'),
(4232, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Utils/UriTemplate.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/Utils/UriTemplate.php'),
(4233, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/aliases.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient/src/aliases.php'),
(4234, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/autoload.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/autoload.php'),
(4235, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddBandingRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddBandingRequest.php'),
(4236, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddBandingResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddBandingResponse.php'),
(4237, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddChartRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddChartRequest.php'),
(4238, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddChartResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddChartResponse.php'),
(4239, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddConditionalFormatRuleRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddConditionalFormatRuleRequest.php'),
(4240, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDataSourceRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDataSourceRequest.php'),
(4241, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDataSourceResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDataSourceResponse.php'),
(4242, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDimensionGroupRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDimensionGroupRequest.php'),
(4243, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDimensionGroupResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddDimensionGroupResponse.php'),
(4244, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddFilterViewRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddFilterViewRequest.php'),
(4245, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddFilterViewResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddFilterViewResponse.php'),
(4246, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddNamedRangeRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddNamedRangeRequest.php'),
(4247, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddNamedRangeResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddNamedRangeResponse.php'),
(4248, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddProtectedRangeRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddProtectedRangeRequest.php'),
(4249, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddProtectedRangeResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddProtectedRangeResponse.php'),
(4250, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSheetRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSheetRequest.php'),
(4251, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSheetResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSheetResponse.php'),
(4252, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSlicerRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSlicerRequest.php'),
(4253, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSlicerResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AddSlicerResponse.php'),
(4254, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AppendCellsRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AppendCellsRequest.php'),
(4255, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AppendDimensionRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AppendDimensionRequest.php'),
(4256, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AppendValuesResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AppendValuesResponse.php'),
(4257, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AutoFillRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AutoFillRequest.php'),
(4258, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AutoResizeDimensionsRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/AutoResizeDimensionsRequest.php'),
(4259, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BandedRange.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BandedRange.php'),
(4260, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BandingProperties.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BandingProperties.php'),
(4261, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BaselineValueFormat.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BaselineValueFormat.php'),
(4262, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartAxis.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartAxis.php'),
(4263, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartDomain.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartDomain.php'),
(4264, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartSeries.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartSeries.php'),
(4265, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicChartSpec.php'),
(4266, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicFilter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicFilter.php'),
(4267, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicSeriesDataPointStyleOverride.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BasicSeriesDataPointStyleOverride.php'),
(4268, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesByDataFilterRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesByDataFilterRequest.php'),
(4269, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesByDataFilterResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesByDataFilterResponse.php'),
(4270, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesRequest.php'),
(4271, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchClearValuesResponse.php'),
(4272, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchGetValuesByDataFilterRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchGetValuesByDataFilterRequest.php'),
(4273, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchGetValuesByDataFilterResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchGetValuesByDataFilterResponse.php'),
(4274, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchGetValuesResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchGetValuesResponse.php'),
(4275, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateSpreadsheetRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateSpreadsheetRequest.php'),
(4276, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateSpreadsheetResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateSpreadsheetResponse.php'),
(4277, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesByDataFilterRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesByDataFilterRequest.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4278, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesByDataFilterResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesByDataFilterResponse.php'),
(4279, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesRequest.php'),
(4280, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BatchUpdateValuesResponse.php'),
(4281, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BigQueryDataSourceSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BigQueryDataSourceSpec.php'),
(4282, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BigQueryQuerySpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BigQueryQuerySpec.php'),
(4283, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BigQueryTableSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BigQueryTableSpec.php'),
(4284, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BooleanCondition.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BooleanCondition.php'),
(4285, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BooleanRule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BooleanRule.php'),
(4286, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Border.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Border.php'),
(4287, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Borders.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Borders.php'),
(4288, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BubbleChartSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/BubbleChartSpec.php'),
(4289, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickChartSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickChartSpec.php'),
(4290, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickData.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickData.php'),
(4291, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickDomain.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickDomain.php'),
(4292, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickSeries.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CandlestickSeries.php'),
(4293, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CellData.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CellData.php'),
(4294, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CellFormat.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CellFormat.php'),
(4295, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartAxisViewWindowOptions.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartAxisViewWindowOptions.php'),
(4296, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartCustomNumberFormatOptions.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartCustomNumberFormatOptions.php'),
(4297, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartData.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartData.php'),
(4298, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartDateTimeRule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartDateTimeRule.php'),
(4299, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartGroupRule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartGroupRule.php'),
(4300, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartHistogramRule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartHistogramRule.php'),
(4301, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartSourceRange.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartSourceRange.php'),
(4302, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ChartSpec.php'),
(4303, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ClearBasicFilterRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ClearBasicFilterRequest.php'),
(4304, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ClearValuesRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ClearValuesRequest.php'),
(4305, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ClearValuesResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ClearValuesResponse.php'),
(4306, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Color.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Color.php'),
(4307, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ColorStyle.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ColorStyle.php'),
(4308, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ConditionValue.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ConditionValue.php'),
(4309, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ConditionalFormatRule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ConditionalFormatRule.php'),
(4310, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CopyPasteRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CopyPasteRequest.php'),
(4311, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CopySheetToAnotherSpreadsheetRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CopySheetToAnotherSpreadsheetRequest.php'),
(4312, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CreateDeveloperMetadataRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CreateDeveloperMetadataRequest.php'),
(4313, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CreateDeveloperMetadataResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CreateDeveloperMetadataResponse.php'),
(4314, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CutPasteRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/CutPasteRequest.php'),
(4315, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataExecutionStatus.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataExecutionStatus.php'),
(4316, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataFilter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataFilter.php'),
(4317, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataFilterValueRange.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataFilterValueRange.php'),
(4318, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataLabel.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataLabel.php'),
(4319, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSource.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSource.php'),
(4320, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceChartProperties.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceChartProperties.php'),
(4321, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceColumn.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceColumn.php'),
(4322, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceColumnReference.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceColumnReference.php'),
(4323, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceFormula.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceFormula.php'),
(4324, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceObjectReference.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceObjectReference.php'),
(4325, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceObjectReferences.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceObjectReferences.php'),
(4326, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceParameter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceParameter.php'),
(4327, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshDailySchedule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshDailySchedule.php'),
(4328, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshMonthlySchedule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshMonthlySchedule.php'),
(4329, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshSchedule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshSchedule.php'),
(4330, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshWeeklySchedule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceRefreshWeeklySchedule.php'),
(4331, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceSheetDimensionRange.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceSheetDimensionRange.php'),
(4332, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceSheetProperties.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceSheetProperties.php'),
(4333, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceSpec.php'),
(4334, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceTable.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataSourceTable.php'),
(4335, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataValidationRule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DataValidationRule.php'),
(4336, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DateTimeRule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DateTimeRule.php'),
(4337, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteBandingRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteBandingRequest.php'),
(4338, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteConditionalFormatRuleRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteConditionalFormatRuleRequest.php'),
(4339, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteConditionalFormatRuleResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteConditionalFormatRuleResponse.php'),
(4340, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDataSourceRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDataSourceRequest.php'),
(4341, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDeveloperMetadataRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDeveloperMetadataRequest.php'),
(4342, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDeveloperMetadataResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDeveloperMetadataResponse.php'),
(4343, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDimensionGroupRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDimensionGroupRequest.php'),
(4344, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDimensionGroupResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDimensionGroupResponse.php'),
(4345, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDimensionRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDimensionRequest.php'),
(4346, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDuplicatesRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDuplicatesRequest.php'),
(4347, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDuplicatesResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteDuplicatesResponse.php'),
(4348, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteEmbeddedObjectRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteEmbeddedObjectRequest.php'),
(4349, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteFilterViewRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteFilterViewRequest.php'),
(4350, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteNamedRangeRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteNamedRangeRequest.php'),
(4351, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteProtectedRangeRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteProtectedRangeRequest.php'),
(4352, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteRangeRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteRangeRequest.php'),
(4353, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteSheetRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeleteSheetRequest.php'),
(4354, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeveloperMetadata.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeveloperMetadata.php'),
(4355, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeveloperMetadataLocation.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeveloperMetadataLocation.php'),
(4356, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeveloperMetadataLookup.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DeveloperMetadataLookup.php'),
(4357, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DimensionGroup.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DimensionGroup.php'),
(4358, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DimensionProperties.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DimensionProperties.php'),
(4359, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DimensionRange.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DimensionRange.php'),
(4360, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateFilterViewRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateFilterViewRequest.php'),
(4361, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateFilterViewResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateFilterViewResponse.php'),
(4362, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateSheetRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateSheetRequest.php'),
(4363, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateSheetResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/DuplicateSheetResponse.php'),
(4364, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Editors.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Editors.php'),
(4365, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/EmbeddedChart.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/EmbeddedChart.php'),
(4366, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/EmbeddedObjectBorder.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/EmbeddedObjectBorder.php'),
(4367, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/EmbeddedObjectPosition.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/EmbeddedObjectPosition.php'),
(4368, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ErrorValue.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ErrorValue.php'),
(4369, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ExtendedValue.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ExtendedValue.php'),
(4370, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FilterCriteria.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FilterCriteria.php'),
(4371, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FilterSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FilterSpec.php'),
(4372, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FilterView.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FilterView.php'),
(4373, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FindReplaceRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FindReplaceRequest.php'),
(4374, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FindReplaceResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/FindReplaceResponse.php'),
(4375, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GetSpreadsheetByDataFilterRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GetSpreadsheetByDataFilterRequest.php'),
(4376, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GradientRule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GradientRule.php'),
(4377, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridCoordinate.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridCoordinate.php'),
(4378, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridData.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridData.php'),
(4379, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridProperties.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridProperties.php'),
(4380, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridRange.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/GridRange.php'),
(4381, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/HistogramChartSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/HistogramChartSpec.php'),
(4382, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/HistogramRule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/HistogramRule.php'),
(4383, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/HistogramSeries.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/HistogramSeries.php'),
(4384, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/InsertDimensionRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/InsertDimensionRequest.php'),
(4385, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/InsertRangeRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/InsertRangeRequest.php'),
(4386, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/InterpolationPoint.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/InterpolationPoint.php'),
(4387, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Interval.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Interval.php'),
(4388, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/IterativeCalculationSettings.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/IterativeCalculationSettings.php'),
(4389, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/KeyValueFormat.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/KeyValueFormat.php'),
(4390, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/LineStyle.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/LineStyle.php'),
(4391, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Link.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Link.php'),
(4392, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ManualRule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ManualRule.php'),
(4393, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ManualRuleGroup.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ManualRuleGroup.php'),
(4394, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MatchedDeveloperMetadata.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MatchedDeveloperMetadata.php'),
(4395, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MatchedValueRange.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MatchedValueRange.php'),
(4396, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MergeCellsRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MergeCellsRequest.php'),
(4397, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MoveDimensionRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/MoveDimensionRequest.php'),
(4398, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/NamedRange.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/NamedRange.php'),
(4399, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/NumberFormat.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/NumberFormat.php'),
(4400, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/OrgChartSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/OrgChartSpec.php'),
(4401, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/OverlayPosition.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/OverlayPosition.php'),
(4402, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Padding.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Padding.php'),
(4403, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PasteDataRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PasteDataRequest.php'),
(4404, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PieChartSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PieChartSpec.php'),
(4405, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotFilterCriteria.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotFilterCriteria.php'),
(4406, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotFilterSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotFilterSpec.php'),
(4407, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroup.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroup.php'),
(4408, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupLimit.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupLimit.php'),
(4409, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupRule.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupRule.php'),
(4410, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupSortValueBucket.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupSortValueBucket.php'),
(4411, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupValueMetadata.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotGroupValueMetadata.php'),
(4412, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotTable.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotTable.php'),
(4413, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotValue.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PivotValue.php'),
(4414, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PointStyle.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/PointStyle.php'),
(4415, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ProtectedRange.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ProtectedRange.php'),
(4416, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RandomizeRangeRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RandomizeRangeRequest.php'),
(4417, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RefreshDataSourceObjectExecutionStatus.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RefreshDataSourceObjectExecutionStatus.php'),
(4418, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RefreshDataSourceRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RefreshDataSourceRequest.php'),
(4419, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RefreshDataSourceResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RefreshDataSourceResponse.php'),
(4420, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RepeatCellRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RepeatCellRequest.php'),
(4421, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Request.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Request.php'),
(4422, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/Spreadsheets.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/Spreadsheets.php'),
(4423, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/SpreadsheetsDeveloperMetadata.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/SpreadsheetsDeveloperMetadata.php'),
(4424, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/SpreadsheetsSheets.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/SpreadsheetsSheets.php'),
(4425, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/SpreadsheetsValues.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Resource/SpreadsheetsValues.php'),
(4426, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Response.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Response.php'),
(4427, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RowData.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/RowData.php'),
(4428, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ScorecardChartSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ScorecardChartSpec.php'),
(4429, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SearchDeveloperMetadataRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SearchDeveloperMetadataRequest.php'),
(4430, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SearchDeveloperMetadataResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SearchDeveloperMetadataResponse.php'),
(4431, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SetBasicFilterRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SetBasicFilterRequest.php'),
(4432, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SetDataValidationRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SetDataValidationRequest.php'),
(4433, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Sheet.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Sheet.php'),
(4434, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SheetProperties.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SheetProperties.php'),
(4435, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Slicer.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Slicer.php'),
(4436, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SlicerSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SlicerSpec.php'),
(4437, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SortRangeRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SortRangeRequest.php'),
(4438, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SortSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SortSpec.php'),
(4439, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SourceAndDestination.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SourceAndDestination.php'),
(4440, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Spreadsheet.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/Spreadsheet.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4441, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SpreadsheetProperties.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SpreadsheetProperties.php'),
(4442, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SpreadsheetTheme.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/SpreadsheetTheme.php'),
(4443, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextFormat.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextFormat.php'),
(4444, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextFormatRun.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextFormatRun.php'),
(4445, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextPosition.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextPosition.php'),
(4446, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextRotation.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextRotation.php'),
(4447, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextToColumnsRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TextToColumnsRequest.php'),
(4448, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ThemeColorPair.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ThemeColorPair.php'),
(4449, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TimeOfDay.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TimeOfDay.php'),
(4450, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TreemapChartColorScale.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TreemapChartColorScale.php'),
(4451, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TreemapChartSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TreemapChartSpec.php'),
(4452, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TrimWhitespaceRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TrimWhitespaceRequest.php'),
(4453, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TrimWhitespaceResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/TrimWhitespaceResponse.php'),
(4454, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UnmergeCellsRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UnmergeCellsRequest.php'),
(4455, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateBandingRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateBandingRequest.php'),
(4456, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateBordersRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateBordersRequest.php'),
(4457, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateCellsRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateCellsRequest.php'),
(4458, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateChartSpecRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateChartSpecRequest.php'),
(4459, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateConditionalFormatRuleRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateConditionalFormatRuleRequest.php'),
(4460, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateConditionalFormatRuleResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateConditionalFormatRuleResponse.php'),
(4461, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDataSourceRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDataSourceRequest.php'),
(4462, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDataSourceResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDataSourceResponse.php'),
(4463, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDeveloperMetadataRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDeveloperMetadataRequest.php'),
(4464, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDeveloperMetadataResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDeveloperMetadataResponse.php'),
(4465, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDimensionGroupRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDimensionGroupRequest.php'),
(4466, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDimensionPropertiesRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateDimensionPropertiesRequest.php'),
(4467, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateEmbeddedObjectBorderRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateEmbeddedObjectBorderRequest.php'),
(4468, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateEmbeddedObjectPositionRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateEmbeddedObjectPositionRequest.php'),
(4469, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateEmbeddedObjectPositionResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateEmbeddedObjectPositionResponse.php'),
(4470, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateFilterViewRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateFilterViewRequest.php'),
(4471, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateNamedRangeRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateNamedRangeRequest.php'),
(4472, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateProtectedRangeRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateProtectedRangeRequest.php'),
(4473, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateSheetPropertiesRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateSheetPropertiesRequest.php'),
(4474, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateSlicerSpecRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateSlicerSpecRequest.php'),
(4475, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateSpreadsheetPropertiesRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateSpreadsheetPropertiesRequest.php'),
(4476, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateValuesByDataFilterResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateValuesByDataFilterResponse.php'),
(4477, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateValuesResponse.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/UpdateValuesResponse.php'),
(4478, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ValueRange.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/ValueRange.php'),
(4479, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartColumnStyle.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartColumnStyle.php'),
(4480, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartCustomSubtotal.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartCustomSubtotal.php'),
(4481, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartDomain.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartDomain.php'),
(4482, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartSeries.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartSeries.php'),
(4483, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartSpec.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets/WaterfallChartSpec.php'),
(4484, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/apiclient-services/src/Sheets.php'),
(4485, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/autoload.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/autoload.php'),
(4486, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/AccessToken.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/AccessToken.php'),
(4487, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/ApplicationDefaultCredentials.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/ApplicationDefaultCredentials.php'),
(4488, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/InvalidArgumentException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/InvalidArgumentException.php'),
(4489, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/Item.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/Item.php'),
(4490, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/MemoryCacheItemPool.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/MemoryCacheItemPool.php'),
(4491, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/SysVCacheItemPool.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Cache/SysVCacheItemPool.php'),
(4492, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/CacheTrait.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/CacheTrait.php'),
(4493, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/AppIdentityCredentials.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/AppIdentityCredentials.php'),
(4494, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/GCECredentials.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/GCECredentials.php'),
(4495, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/IAMCredentials.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/IAMCredentials.php'),
(4496, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/InsecureCredentials.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/InsecureCredentials.php'),
(4497, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/ServiceAccountCredentials.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/ServiceAccountCredentials.php'),
(4498, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php'),
(4499, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/UserRefreshCredentials.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Credentials/UserRefreshCredentials.php'),
(4500, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/CredentialsLoader.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/CredentialsLoader.php'),
(4501, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/FetchAuthTokenCache.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/FetchAuthTokenCache.php'),
(4502, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/FetchAuthTokenInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/FetchAuthTokenInterface.php'),
(4503, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/GCECache.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/GCECache.php'),
(4504, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/GetQuotaProjectInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/GetQuotaProjectInterface.php'),
(4505, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/Guzzle5HttpHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/Guzzle5HttpHandler.php'),
(4506, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/Guzzle6HttpHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/Guzzle6HttpHandler.php'),
(4507, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/Guzzle7HttpHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/Guzzle7HttpHandler.php'),
(4508, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/HttpClientCache.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/HttpClientCache.php'),
(4509, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/HttpHandlerFactory.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/HttpHandler/HttpHandlerFactory.php'),
(4510, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Iam.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Iam.php'),
(4511, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Middleware/AuthTokenMiddleware.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Middleware/AuthTokenMiddleware.php'),
(4512, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php'),
(4513, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Middleware/SimpleMiddleware.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Middleware/SimpleMiddleware.php'),
(4514, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/OAuth2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/OAuth2.php'),
(4515, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/ProjectIdProviderInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/ProjectIdProviderInterface.php'),
(4516, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/ServiceAccountSignerTrait.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/ServiceAccountSignerTrait.php'),
(4517, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/SignBlobInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/SignBlobInterface.php'),
(4518, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Subscriber/AuthTokenSubscriber.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Subscriber/AuthTokenSubscriber.php'),
(4519, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Subscriber/ScopedAccessTokenSubscriber.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Subscriber/ScopedAccessTokenSubscriber.php'),
(4520, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Subscriber/SimpleSubscriber.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/Subscriber/SimpleSubscriber.php'),
(4521, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/UpdateMetadataInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/google/auth/src/UpdateMetadataInterface.php'),
(4522, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/BodySummarizer.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/BodySummarizer.php'),
(4523, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/BodySummarizerInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/BodySummarizerInterface.php'),
(4524, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Client.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Client.php'),
(4525, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/ClientInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/ClientInterface.php'),
(4526, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/ClientTrait.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/ClientTrait.php'),
(4527, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),
(4528, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),
(4529, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),
(4530, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),
(4531, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),
(4532, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),
(4533, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/ClientException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/ClientException.php'),
(4534, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/ConnectException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/ConnectException.php'),
(4535, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),
(4536, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),
(4537, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/RequestException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/RequestException.php'),
(4538, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/ServerException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/ServerException.php'),
(4539, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),
(4540, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/TransferException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Exception/TransferException.php'),
(4541, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),
(4542, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),
(4543, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),
(4544, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),
(4545, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),
(4546, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php'),
(4547, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/MockHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/MockHandler.php'),
(4548, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/Proxy.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/Proxy.php'),
(4549, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),
(4550, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/HandlerStack.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/HandlerStack.php'),
(4551, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/MessageFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/MessageFormatter.php'),
(4552, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/MessageFormatterInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/MessageFormatterInterface.php'),
(4553, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Middleware.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Middleware.php'),
(4554, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Pool.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Pool.php'),
(4555, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),
(4556, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/RedirectMiddleware.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/RedirectMiddleware.php'),
(4557, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/RequestOptions.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/RequestOptions.php'),
(4558, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/RetryMiddleware.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/RetryMiddleware.php'),
(4559, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/TransferStats.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/TransferStats.php'),
(4560, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Utils.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/Utils.php'),
(4561, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/functions.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/functions.php'),
(4562, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/functions_include.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/guzzle/src/functions_include.php'),
(4563, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/AggregateException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/AggregateException.php'),
(4564, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/CancellationException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/CancellationException.php'),
(4565, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Coroutine.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Coroutine.php'),
(4566, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Create.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Create.php'),
(4567, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Each.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Each.php'),
(4568, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/EachPromise.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/EachPromise.php'),
(4569, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/FulfilledPromise.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/FulfilledPromise.php'),
(4570, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Is.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Is.php'),
(4571, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Promise.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Promise.php'),
(4572, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/PromiseInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/PromiseInterface.php'),
(4573, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/PromisorInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/PromisorInterface.php'),
(4574, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/RejectedPromise.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/RejectedPromise.php'),
(4575, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/RejectionException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/RejectionException.php'),
(4576, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/TaskQueue.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/TaskQueue.php'),
(4577, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/TaskQueueInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/TaskQueueInterface.php'),
(4578, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Utils.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/Utils.php'),
(4579, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/functions.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/functions.php'),
(4580, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/functions_include.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/promises/src/functions_include.php'),
(4581, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/AppendStream.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/AppendStream.php'),
(4582, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/BufferStream.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/BufferStream.php'),
(4583, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/CachingStream.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/CachingStream.php'),
(4584, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/DroppingStream.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/DroppingStream.php'),
(4585, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/FnStream.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/FnStream.php'),
(4586, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Header.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Header.php'),
(4587, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/InflateStream.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/InflateStream.php'),
(4588, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/LazyOpenStream.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/LazyOpenStream.php'),
(4589, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/LimitStream.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/LimitStream.php'),
(4590, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Message.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Message.php'),
(4591, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/MessageTrait.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/MessageTrait.php'),
(4592, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/MimeType.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/MimeType.php'),
(4593, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/MultipartStream.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/MultipartStream.php'),
(4594, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/NoSeekStream.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/NoSeekStream.php'),
(4595, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/PumpStream.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/PumpStream.php'),
(4596, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Query.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Query.php'),
(4597, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Request.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Request.php'),
(4598, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Response.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Response.php'),
(4599, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Rfc7230.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Rfc7230.php'),
(4600, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/ServerRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/ServerRequest.php'),
(4601, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Stream.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Stream.php'),
(4602, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),
(4603, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/StreamWrapper.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/StreamWrapper.php'),
(4604, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/UploadedFile.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/UploadedFile.php'),
(4605, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Uri.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Uri.php'),
(4606, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/UriNormalizer.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/UriNormalizer.php'),
(4607, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/UriResolver.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/UriResolver.php'),
(4608, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Utils.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/Utils.php'),
(4609, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/functions.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/functions.php'),
(4610, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/functions_include.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/guzzlehttp/psr7/src/functions_include.php'),
(4611, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/DateTimeImmutable.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/DateTimeImmutable.php'),
(4612, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/ErrorHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/ErrorHandler.php'),
(4613, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php'),
(4614, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php'),
(4615, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php'),
(4616, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4617, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php'),
(4618, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php'),
(4619, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php'),
(4620, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php'),
(4621, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php'),
(4622, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LineFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LineFormatter.php'),
(4623, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php'),
(4624, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php'),
(4625, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php'),
(4626, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php'),
(4627, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php'),
(4628, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php'),
(4629, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php'),
(4630, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AbstractHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AbstractHandler.php'),
(4631, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php'),
(4632, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php'),
(4633, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AmqpHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/AmqpHandler.php'),
(4634, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php'),
(4635, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/BufferHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/BufferHandler.php'),
(4636, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php'),
(4637, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php'),
(4638, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/CubeHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/CubeHandler.php'),
(4639, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/Curl/Util.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/Curl/Util.php'),
(4640, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php'),
(4641, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php'),
(4642, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php'),
(4643, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php'),
(4644, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php'),
(4645, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php'),
(4646, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php'),
(4647, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FilterHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FilterHandler.php'),
(4648, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php'),
(4649, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php'),
(4650, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php'),
(4651, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php'),
(4652, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php'),
(4653, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php'),
(4654, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php'),
(4655, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php'),
(4656, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php'),
(4657, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/GelfHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/GelfHandler.php'),
(4658, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/GroupHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/GroupHandler.php'),
(4659, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/Handler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/Handler.php'),
(4660, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/HandlerInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/HandlerInterface.php'),
(4661, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php'),
(4662, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php'),
(4663, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php'),
(4664, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php'),
(4665, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/LogglyHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/LogglyHandler.php'),
(4666, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php'),
(4667, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MailHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MailHandler.php'),
(4668, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MandrillHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MandrillHandler.php'),
(4669, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php'),
(4670, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php'),
(4671, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php'),
(4672, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php'),
(4673, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NoopHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NoopHandler.php'),
(4674, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NullHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/NullHandler.php'),
(4675, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/OverflowHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/OverflowHandler.php'),
(4676, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php'),
(4677, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ProcessHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ProcessHandler.php'),
(4678, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php'),
(4679, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php'),
(4680, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/PsrHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/PsrHandler.php'),
(4681, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/PushoverHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/PushoverHandler.php'),
(4682, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RedisHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RedisHandler.php'),
(4683, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php'),
(4684, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RollbarHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RollbarHandler.php'),
(4685, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php'),
(4686, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SamplingHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SamplingHandler.php'),
(4687, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SendGridHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SendGridHandler.php'),
(4688, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php'),
(4689, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SlackHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SlackHandler.php'),
(4690, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php'),
(4691, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SocketHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SocketHandler.php'),
(4692, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SqsHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SqsHandler.php'),
(4693, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/StreamHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/StreamHandler.php'),
(4694, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php'),
(4695, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SyslogHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SyslogHandler.php'),
(4696, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php'),
(4697, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php'),
(4698, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php'),
(4699, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/TestHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/TestHandler.php'),
(4700, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php'),
(4701, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php'),
(4702, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php'),
(4703, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Logger.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Logger.php'),
(4704, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/GitProcessor.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/GitProcessor.php'),
(4705, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php'),
(4706, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php'),
(4707, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php'),
(4708, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php'),
(4709, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php'),
(4710, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php'),
(4711, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php'),
(4712, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php'),
(4713, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php'),
(4714, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/TagProcessor.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/TagProcessor.php'),
(4715, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/UidProcessor.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/UidProcessor.php'),
(4716, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/WebProcessor.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Processor/WebProcessor.php'),
(4717, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Registry.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Registry.php'),
(4718, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/ResettableInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/ResettableInterface.php'),
(4719, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/SignalHandler.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/SignalHandler.php'),
(4720, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Test/TestCase.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Test/TestCase.php'),
(4721, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Utils.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/monolog/monolog/src/Monolog/Utils.php'),
(4722, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base32.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base32.php'),
(4723, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base32Hex.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base32Hex.php'),
(4724, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64.php'),
(4725, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64DotSlash.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64DotSlash.php'),
(4726, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php'),
(4727, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64UrlSafe.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Base64UrlSafe.php'),
(4728, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Binary.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Binary.php'),
(4729, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/EncoderInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/EncoderInterface.php'),
(4730, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Encoding.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Encoding.php'),
(4731, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Hex.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/Hex.php'),
(4732, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/RFC4648.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/constant_time_encoding/src/RFC4648.php'),
(4733, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/random_compat/lib/random.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/random_compat/lib/random.php'),
(4734, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/random_compat/other/build_phar.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/random_compat/other/build_phar.php'),
(4735, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/random_compat/psalm-autoload.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/paragonie/random_compat/psalm-autoload.php'),
(4736, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php'),
(4737, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/AES.php'),
(4738, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php'),
(4739, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php'),
(4740, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php'),
(4741, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php'),
(4742, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php'),
(4743, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php'),
(4744, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php'),
(4745, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php'),
(4746, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php'),
(4747, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php'),
(4748, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php'),
(4749, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php'),
(4750, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php'),
(4751, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php'),
(4752, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php'),
(4753, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php'),
(4754, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DES.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DES.php'),
(4755, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php'),
(4756, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php'),
(4757, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php'),
(4758, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php'),
(4759, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php'),
(4760, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DH.php'),
(4761, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php'),
(4762, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php'),
(4763, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php'),
(4764, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php'),
(4765, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php'),
(4766, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php'),
(4767, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php'),
(4768, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php'),
(4769, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php'),
(4770, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php'),
(4771, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php'),
(4772, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php'),
(4773, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/DSA.php'),
(4774, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php'),
(4775, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php'),
(4776, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php'),
(4777, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php'),
(4778, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php'),
(4779, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php'),
(4780, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php'),
(4781, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php'),
(4782, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4783, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php'),
(4784, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php'),
(4785, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php'),
(4786, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php'),
(4787, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php'),
(4788, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php'),
(4789, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php'),
(4790, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php'),
(4791, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php'),
(4792, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php'),
(4793, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php'),
(4794, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php'),
(4795, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php'),
(4796, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php'),
(4797, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php'),
(4798, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php'),
(4799, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php'),
(4800, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php'),
(4801, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php'),
(4802, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php'),
(4803, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php'),
(4804, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php'),
(4805, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php'),
(4806, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php'),
(4807, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php'),
(4808, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php'),
(4809, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php'),
(4810, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php'),
(4811, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php'),
(4812, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php'),
(4813, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php'),
(4814, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php'),
(4815, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php'),
(4816, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php'),
(4817, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php'),
(4818, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php'),
(4819, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php'),
(4820, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php'),
(4821, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php'),
(4822, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php'),
(4823, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php'),
(4824, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php'),
(4825, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php'),
(4826, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php'),
(4827, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php'),
(4828, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php'),
(4829, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php'),
(4830, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php'),
(4831, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php'),
(4832, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php'),
(4833, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php'),
(4834, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php'),
(4835, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php'),
(4836, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php'),
(4837, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php'),
(4838, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php'),
(4839, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php'),
(4840, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php'),
(4841, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php'),
(4842, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php'),
(4843, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php'),
(4844, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php'),
(4845, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php'),
(4846, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php'),
(4847, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php'),
(4848, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php'),
(4849, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php'),
(4850, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php'),
(4851, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php'),
(4852, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php'),
(4853, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php'),
(4854, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php'),
(4855, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php'),
(4856, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php'),
(4857, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php'),
(4858, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php'),
(4859, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php'),
(4860, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php'),
(4861, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php'),
(4862, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php'),
(4863, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php'),
(4864, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php'),
(4865, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/EC.php'),
(4866, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Hash.php'),
(4867, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php'),
(4868, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RC2.php'),
(4869, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RC4.php'),
(4870, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php'),
(4871, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php'),
(4872, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php'),
(4873, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php'),
(4874, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php'),
(4875, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php'),
(4876, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php'),
(4877, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php'),
(4878, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php'),
(4879, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php'),
(4880, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/RSA.php'),
(4881, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Random.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Random.php'),
(4882, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php'),
(4883, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php'),
(4884, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php'),
(4885, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php'),
(4886, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php'),
(4887, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php'),
(4888, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php'),
(4889, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php'),
(4890, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php'),
(4891, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php'),
(4892, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php'),
(4893, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php'),
(4894, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php'),
(4895, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php'),
(4896, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php'),
(4897, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php'),
(4898, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php'),
(4899, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php'),
(4900, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ANSI.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ANSI.php'),
(4901, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php'),
(4902, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php'),
(4903, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php'),
(4904, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php'),
(4905, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php'),
(4906, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php'),
(4907, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php'),
(4908, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php'),
(4909, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php'),
(4910, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php'),
(4911, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php'),
(4912, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php'),
(4913, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php'),
(4914, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php'),
(4915, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php'),
(4916, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php'),
(4917, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php'),
(4918, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php'),
(4919, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php'),
(4920, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php'),
(4921, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php'),
(4922, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php'),
(4923, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php'),
(4924, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php'),
(4925, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php'),
(4926, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php'),
(4927, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php'),
(4928, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php'),
(4929, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php'),
(4930, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php'),
(4931, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php'),
(4932, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php'),
(4933, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php'),
(4934, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php'),
(4935, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php'),
(4936, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php'),
(4937, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php'),
(4938, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php'),
(4939, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php'),
(4940, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php'),
(4941, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php'),
(4942, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php'),
(4943, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4944, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php'),
(4945, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php'),
(4946, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php'),
(4947, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php'),
(4948, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php'),
(4949, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php'),
(4950, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php'),
(4951, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php'),
(4952, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php'),
(4953, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php'),
(4954, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php'),
(4955, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php'),
(4956, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php'),
(4957, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php'),
(4958, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php'),
(4959, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php'),
(4960, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php'),
(4961, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php'),
(4962, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php'),
(4963, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php'),
(4964, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php'),
(4965, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php'),
(4966, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php'),
(4967, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php'),
(4968, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php'),
(4969, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php'),
(4970, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php'),
(4971, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php'),
(4972, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php'),
(4973, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php'),
(4974, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php'),
(4975, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php'),
(4976, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php'),
(4977, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php'),
(4978, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php'),
(4979, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php'),
(4980, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php'),
(4981, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php'),
(4982, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php'),
(4983, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php'),
(4984, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php'),
(4985, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php'),
(4986, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php'),
(4987, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php'),
(4988, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php'),
(4989, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php'),
(4990, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php'),
(4991, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php'),
(4992, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php'),
(4993, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php'),
(4994, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php'),
(4995, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php'),
(4996, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php'),
(4997, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php'),
(4998, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php'),
(4999, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php'),
(5000, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php'),
(5001, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php'),
(5002, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php'),
(5003, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php'),
(5004, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php'),
(5005, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php'),
(5006, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php'),
(5007, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php'),
(5008, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php'),
(5009, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php'),
(5010, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php'),
(5011, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php'),
(5012, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php'),
(5013, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php'),
(5014, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php'),
(5015, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php'),
(5016, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php'),
(5017, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php'),
(5018, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php'),
(5019, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php'),
(5020, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php'),
(5021, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php'),
(5022, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php'),
(5023, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php'),
(5024, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php'),
(5025, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php'),
(5026, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/ASN1.php'),
(5027, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/X509.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/File/X509.php'),
(5028, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php'),
(5029, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php'),
(5030, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php'),
(5031, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php'),
(5032, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php'),
(5033, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php'),
(5034, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php'),
(5035, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php'),
(5036, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php'),
(5037, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php'),
(5038, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php'),
(5039, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php'),
(5040, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php'),
(5041, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php'),
(5042, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php'),
(5043, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php'),
(5044, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php'),
(5045, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php'),
(5046, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php'),
(5047, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php'),
(5048, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php'),
(5049, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php'),
(5050, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php'),
(5051, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php'),
(5052, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BigInteger.php'),
(5053, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php'),
(5054, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BinaryField.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/BinaryField.php'),
(5055, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php'),
(5056, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php'),
(5057, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php'),
(5058, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/PrimeField.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Math/PrimeField.php'),
(5059, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php'),
(5060, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Net/SFTP.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Net/SFTP.php'),
(5061, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Net/SSH2.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/Net/SSH2.php'),
(5062, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php'),
(5063, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php'),
(5064, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php'),
(5065, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/bootstrap.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/phpseclib/phpseclib/phpseclib/bootstrap.php'),
(5066, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/CacheException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/CacheException.php'),
(5067, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/CacheItemInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/CacheItemInterface.php'),
(5068, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/CacheItemPoolInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/CacheItemPoolInterface.php'),
(5069, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/InvalidArgumentException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/cache/src/InvalidArgumentException.php'),
(5070, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/ClientExceptionInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/ClientExceptionInterface.php'),
(5071, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/ClientInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/ClientInterface.php'),
(5072, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/NetworkExceptionInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/NetworkExceptionInterface.php'),
(5073, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/RequestExceptionInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-client/src/RequestExceptionInterface.php'),
(5074, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/MessageInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/MessageInterface.php'),
(5075, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/RequestInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/RequestInterface.php'),
(5076, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/ResponseInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/ResponseInterface.php'),
(5077, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/ServerRequestInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/ServerRequestInterface.php'),
(5078, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/StreamInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/StreamInterface.php'),
(5079, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/UploadedFileInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/UploadedFileInterface.php'),
(5080, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/UriInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/http-message/src/UriInterface.php'),
(5081, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/AbstractLogger.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/AbstractLogger.php'),
(5082, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/InvalidArgumentException.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/InvalidArgumentException.php'),
(5083, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LogLevel.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LogLevel.php'),
(5084, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerAwareInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerAwareInterface.php'),
(5085, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerAwareTrait.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerAwareTrait.php'),
(5086, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerInterface.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerInterface.php'),
(5087, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerTrait.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/LoggerTrait.php'),
(5088, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/NullLogger.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/NullLogger.php'),
(5089, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/Test/DummyTest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/Test/DummyTest.php'),
(5090, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'),
(5091, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/Test/TestLogger.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/psr/log/Psr/Log/Test/TestLogger.php'),
(5092, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/ralouphie/getallheaders/src/getallheaders.php', 'wp-content/plugins/elementskit/libs/composer/vendor/build/vendor/src/ralouphie/getallheaders/src/getallheaders.php'),
(5093, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/composer/vendor/scoper-autoload.php', 'wp-content/plugins/elementskit/libs/composer/vendor/scoper-autoload.php'),
(5094, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/framework/attr.php', 'wp-content/plugins/elementskit/libs/framework/attr.php'),
(5095, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/framework/classes/ajax.php', 'wp-content/plugins/elementskit/libs/framework/classes/ajax.php'),
(5096, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/framework/classes/license.php', 'wp-content/plugins/elementskit/libs/framework/classes/license.php'),
(5097, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/framework/classes/utils.php', 'wp-content/plugins/elementskit/libs/framework/classes/utils.php'),
(5098, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/framework/pages/license.php', 'wp-content/plugins/elementskit/libs/framework/pages/license.php'),
(5099, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/notice/notice.php', 'wp-content/plugins/elementskit/libs/notice/notice.php'),
(5100, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/updater/edd-warper.php', 'wp-content/plugins/elementskit/libs/updater/edd-warper.php'),
(5101, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/libs/updater/init.php', 'wp-content/plugins/elementskit/libs/updater/init.php'),
(5102, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/advanced-tooltip/assets/js/init.js', 'wp-content/plugins/elementskit/modules/advanced-tooltip/assets/js/init.js'),
(5103, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/advanced-tooltip/assets/js/popper.min.js', 'wp-content/plugins/elementskit/modules/advanced-tooltip/assets/js/popper.min.js'),
(5104, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/advanced-tooltip/assets/js/tippy.min.js', 'wp-content/plugins/elementskit/modules/advanced-tooltip/assets/js/tippy.min.js'),
(5105, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/advanced-tooltip/extend-controls.php', 'wp-content/plugins/elementskit/modules/advanced-tooltip/extend-controls.php'),
(5106, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/advanced-tooltip/init.php', 'wp-content/plugins/elementskit/modules/advanced-tooltip/init.php'),
(5107, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/init.php', 'wp-content/plugins/elementskit/modules/conditional-content/init.php'),
(5108, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/base.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/base.php'),
(5109, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/browser.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/browser.php'),
(5110, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/condition-base.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/condition-base.php'),
(5111, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/date.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/date.php'),
(5112, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/day.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/day.php'),
(5113, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/login-status.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/login-status.php'),
(5114, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/operating-system.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/operating-system.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5115, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/time.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/time.php'),
(5116, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/user-role.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/conditions/user-role.php'),
(5117, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/control.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/control.php'),
(5118, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/all-conditions-list.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/all-conditions-list.php'),
(5119, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/browser.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/browser.php'),
(5120, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/condition-enable.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/condition-enable.php'),
(5121, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/condition-relation.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/condition-relation.php'),
(5122, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/control-base.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/control-base.php'),
(5123, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/date.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/date.php'),
(5124, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/day.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/day.php'),
(5125, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/login-status.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/login-status.php'),
(5126, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/operating-system.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/operating-system.php'),
(5127, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/repeater-control-base.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/repeater-control-base.php'),
(5128, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/time.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/time.php'),
(5129, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/trait.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/trait.php'),
(5130, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/conditional-content/libs/controls/user-role.php', 'wp-content/plugins/elementskit/modules/conditional-content/libs/controls/user-role.php'),
(5131, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/copy-paste-cross-domain/ajax.php', 'wp-content/plugins/elementskit/modules/copy-paste-cross-domain/ajax.php'),
(5132, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/copy-paste-cross-domain/assets/js/ekit-copy-paste.js', 'wp-content/plugins/elementskit/modules/copy-paste-cross-domain/assets/js/ekit-copy-paste.js'),
(5133, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/copy-paste-cross-domain/init.php', 'wp-content/plugins/elementskit/modules/copy-paste-cross-domain/init.php'),
(5134, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/facebook-messenger/init.php', 'wp-content/plugins/elementskit/modules/facebook-messenger/init.php'),
(5135, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/google-sheet-elementor-pro-form/google-sheet.php', 'wp-content/plugins/elementskit/modules/google-sheet-elementor-pro-form/google-sheet.php'),
(5136, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/google-sheet-elementor-pro-form/init.php', 'wp-content/plugins/elementskit/modules/google-sheet-elementor-pro-form/init.php'),
(5137, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/activator.php', 'wp-content/plugins/elementskit/modules/header-footer/activator.php'),
(5138, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/assets/js/elementskit-menu-admin.js', 'wp-content/plugins/elementskit/modules/header-footer/assets/js/elementskit-menu-admin.js'),
(5139, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/cpt-api.php', 'wp-content/plugins/elementskit/modules/header-footer/cpt-api.php'),
(5140, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/cpt-hooks.php', 'wp-content/plugins/elementskit/modules/header-footer/cpt-hooks.php'),
(5141, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/cpt.php', 'wp-content/plugins/elementskit/modules/header-footer/cpt.php'),
(5142, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/init.php', 'wp-content/plugins/elementskit/modules/header-footer/init.php'),
(5143, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/astra.php', 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/astra.php'),
(5144, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/bbtheme.php', 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/bbtheme.php'),
(5145, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/generatepress.php', 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/generatepress.php'),
(5146, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/genesis.php', 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/genesis.php'),
(5147, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/my-listing-functions.php', 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/my-listing-functions.php'),
(5148, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/my-listing.php', 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/my-listing.php'),
(5149, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/neve.php', 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/neve.php'),
(5150, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/oceanwp.php', 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/oceanwp.php'),
(5151, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/theme-support.php', 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/theme-support.php'),
(5152, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/theme-hooks/twenty-nineteen.php', 'wp-content/plugins/elementskit/modules/header-footer/theme-hooks/twenty-nineteen.php'),
(5153, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/views/modal-editor.php', 'wp-content/plugins/elementskit/modules/header-footer/views/modal-editor.php'),
(5154, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/views/theme-support-footer.php', 'wp-content/plugins/elementskit/modules/header-footer/views/theme-support-footer.php'),
(5155, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/header-footer/views/theme-support-header.php', 'wp-content/plugins/elementskit/modules/header-footer/views/theme-support-header.php'),
(5156, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-1.svg', 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-1.svg'),
(5157, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-10.svg', 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-10.svg'),
(5158, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-11.svg', 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-11.svg'),
(5159, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-12.svg', 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-12.svg'),
(5160, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-2.svg', 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-2.svg'),
(5161, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-3.svg', 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-3.svg'),
(5162, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-4.svg', 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-4.svg'),
(5163, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-5.svg', 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-5.svg'),
(5164, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-6.svg', 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-6.svg'),
(5165, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-7.svg', 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-7.svg'),
(5166, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-8.svg', 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-8.svg'),
(5167, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-9.svg', 'wp-content/plugins/elementskit/modules/masking/assets/shapes/shape-9.svg'),
(5168, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/extend-controls.php', 'wp-content/plugins/elementskit/modules/masking/extend-controls.php'),
(5169, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/masking/init.php', 'wp-content/plugins/elementskit/modules/masking/init.php'),
(5170, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js', 'wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js'),
(5171, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js', 'wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js'),
(5172, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js', 'wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js'),
(5173, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js', 'wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js'),
(5174, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/angle.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/angle.svg'),
(5175, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/double_stroke.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/double_stroke.svg'),
(5176, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/fat_stroke.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/fat_stroke.svg'),
(5177, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/fill_circle.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/fill_circle.svg'),
(5178, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/round_triangle.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/round_triangle.svg'),
(5179, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_1.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_1.svg'),
(5180, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_2.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_2.svg'),
(5181, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_3.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_3.svg'),
(5182, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_4.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_4.svg'),
(5183, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_5.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/shape_5.svg'),
(5184, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/single_stroke.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/single_stroke.svg'),
(5185, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/stroke_circle.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/stroke_circle.svg'),
(5186, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/triangle.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/triangle.svg'),
(5187, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/zigzag.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/zigzag.svg'),
(5188, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/assets/svg/zigzag_2.svg', 'wp-content/plugins/elementskit/modules/parallax/assets/svg/zigzag_2.svg'),
(5189, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/init.php', 'wp-content/plugins/elementskit/modules/parallax/init.php'),
(5190, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/section-controls.php', 'wp-content/plugins/elementskit/modules/parallax/section-controls.php'),
(5191, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/parallax/widget-controls.php', 'wp-content/plugins/elementskit/modules/parallax/widget-controls.php'),
(5192, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js', 'wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js'),
(5193, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/particles/assets/js/particles.min.js', 'wp-content/plugins/elementskit/modules/particles/assets/js/particles.min.js'),
(5194, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/particles/init.php', 'wp-content/plugins/elementskit/modules/particles/init.php'),
(5195, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/particles/particles.php', 'wp-content/plugins/elementskit/modules/particles/particles.php'),
(5196, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js', 'wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js'),
(5197, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/pro-form-reset-button/init.php', 'wp-content/plugins/elementskit/modules/pro-form-reset-button/init.php'),
(5198, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/pro-form-reset-button/reset-button.php', 'wp-content/plugins/elementskit/modules/pro-form-reset-button/reset-button.php'),
(5199, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js', 'wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js'),
(5200, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/sticky-content/extend-controls.php', 'wp-content/plugins/elementskit/modules/sticky-content/extend-controls.php'),
(5201, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/sticky-content/init.php', 'wp-content/plugins/elementskit/modules/sticky-content/init.php'),
(5202, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js', 'wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js'),
(5203, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/wrapper-link/init.php', 'wp-content/plugins/elementskit/modules/wrapper-link/init.php'),
(5204, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/modules/wrapper-link/wrapper-link.php', 'wp-content/plugins/elementskit/modules/wrapper-link/wrapper-link.php'),
(5205, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/plugin.php', 'wp-content/plugins/elementskit/plugin.php'),
(5206, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/traits/singleton.php', 'wp-content/plugins/elementskit/traits/singleton.php'),
(5207, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-accordion/advanced-accordion-handler.php', 'wp-content/plugins/elementskit/widgets/advanced-accordion/advanced-accordion-handler.php'),
(5208, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-accordion/advanced-accordion.php', 'wp-content/plugins/elementskit/widgets/advanced-accordion/advanced-accordion.php'),
(5209, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-slider/advanced-slider-handler.php', 'wp-content/plugins/elementskit/widgets/advanced-slider/advanced-slider-handler.php'),
(5210, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-slider/advanced-slider.php', 'wp-content/plugins/elementskit/widgets/advanced-slider/advanced-slider.php'),
(5211, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-tab/advanced-tab-handler.php', 'wp-content/plugins/elementskit/widgets/advanced-tab/advanced-tab-handler.php'),
(5212, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-tab/advanced-tab.php', 'wp-content/plugins/elementskit/widgets/advanced-tab/advanced-tab.php'),
(5213, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-toggle/advanced-toggle-handler.php', 'wp-content/plugins/elementskit/widgets/advanced-toggle/advanced-toggle-handler.php'),
(5214, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-toggle/advanced-toggle.php', 'wp-content/plugins/elementskit/widgets/advanced-toggle/advanced-toggle.php'),
(5215, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-toggle/style/nav-tab-style.php', 'wp-content/plugins/elementskit/widgets/advanced-toggle/style/nav-tab-style.php'),
(5216, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/advanced-toggle/style/switch-style.php', 'wp-content/plugins/elementskit/widgets/advanced-toggle/style/switch-style.php'),
(5217, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/audio-player/audio-player-handler.php', 'wp-content/plugins/elementskit/widgets/audio-player/audio-player-handler.php'),
(5218, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/audio-player/audio-player.php', 'wp-content/plugins/elementskit/widgets/audio-player/audio-player.php'),
(5219, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/behance-feed/assets/js/script.js', 'wp-content/plugins/elementskit/widgets/behance-feed/assets/js/script.js'),
(5220, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/behance-feed/behance-api.php', 'wp-content/plugins/elementskit/widgets/behance-feed/behance-api.php'),
(5221, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/behance-feed/behance-feed-handler.php', 'wp-content/plugins/elementskit/widgets/behance-feed/behance-feed-handler.php'),
(5222, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/behance-feed/behance-feed.php', 'wp-content/plugins/elementskit/widgets/behance-feed/behance-feed.php'),
(5223, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/blog-posts/blog-posts-handler.php', 'wp-content/plugins/elementskit/widgets/blog-posts/blog-posts-handler.php'),
(5224, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/blog-posts/blog-posts.php', 'wp-content/plugins/elementskit/widgets/blog-posts/blog-posts.php'),
(5225, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/blog-posts/views/main.php', 'wp-content/plugins/elementskit/widgets/blog-posts/views/main.php'),
(5226, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/breadcrumb/breadcrumb-handler.php', 'wp-content/plugins/elementskit/widgets/breadcrumb/breadcrumb-handler.php'),
(5227, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/breadcrumb/breadcrumb.php', 'wp-content/plugins/elementskit/widgets/breadcrumb/breadcrumb.php'),
(5228, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/chart/assets/js/chart.js', 'wp-content/plugins/elementskit/widgets/chart/assets/js/chart.js'),
(5229, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/chart/chart-handler.php', 'wp-content/plugins/elementskit/widgets/chart/chart-handler.php'),
(5230, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/chart/chart.php', 'wp-content/plugins/elementskit/widgets/chart/chart.php'),
(5231, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/comparison-table/comparison-table-handler.php', 'wp-content/plugins/elementskit/widgets/comparison-table/comparison-table-handler.php'),
(5232, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/comparison-table/comparison-table.php', 'wp-content/plugins/elementskit/widgets/comparison-table/comparison-table.php'),
(5233, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/comparison-table/styles/body-cell.php', 'wp-content/plugins/elementskit/widgets/comparison-table/styles/body-cell.php'),
(5234, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/comparison-table/styles/heading-cell.php', 'wp-content/plugins/elementskit/widgets/comparison-table/styles/heading-cell.php'),
(5235, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/content-ticker/content-ticker-handler.php', 'wp-content/plugins/elementskit/widgets/content-ticker/content-ticker-handler.php'),
(5236, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/content-ticker/content-ticker.php', 'wp-content/plugins/elementskit/widgets/content-ticker/content-ticker.php'),
(5237, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/coupon-code/coupon-code-handler.php', 'wp-content/plugins/elementskit/widgets/coupon-code/coupon-code-handler.php'),
(5238, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/coupon-code/coupon-code.php', 'wp-content/plugins/elementskit/widgets/coupon-code/coupon-code.php'),
(5239, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/creative-button/creative-button-handler.php', 'wp-content/plugins/elementskit/widgets/creative-button/creative-button-handler.php'),
(5240, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/creative-button/creative-button.php', 'wp-content/plugins/elementskit/widgets/creative-button/creative-button.php'),
(5241, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/dribble-feed/assets/js/script.js', 'wp-content/plugins/elementskit/widgets/dribble-feed/assets/js/script.js'),
(5242, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/dribble-feed/dribble-api.php', 'wp-content/plugins/elementskit/widgets/dribble-feed/dribble-api.php'),
(5243, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/dribble-feed/dribble-feed-handler.php', 'wp-content/plugins/elementskit/widgets/dribble-feed/dribble-feed-handler.php'),
(5244, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/dribble-feed/dribble-feed.php', 'wp-content/plugins/elementskit/widgets/dribble-feed/dribble-feed.php'),
(5245, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-feed/classes/settings.php', 'wp-content/plugins/elementskit/widgets/facebook-feed/classes/settings.php'),
(5246, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-feed/facebook-feed-api.php', 'wp-content/plugins/elementskit/widgets/facebook-feed/facebook-feed-api.php'),
(5247, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-feed/facebook-feed-handler.php', 'wp-content/plugins/elementskit/widgets/facebook-feed/facebook-feed-handler.php'),
(5248, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-feed/facebook-feed.php', 'wp-content/plugins/elementskit/widgets/facebook-feed/facebook-feed.php'),
(5249, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/assets/js/fb_connect.js', 'wp-content/plugins/elementskit/widgets/facebook-review/assets/js/fb_connect.js'),
(5250, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/assets/svg/fb-logo-f.svg', 'wp-content/plugins/elementskit/widgets/facebook-review/assets/svg/fb-logo-f.svg'),
(5251, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/facebook-review-api.php', 'wp-content/plugins/elementskit/widgets/facebook-review/facebook-review-api.php'),
(5252, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/facebook-review-handler.php', 'wp-content/plugins/elementskit/widgets/facebook-review/facebook-review-handler.php'),
(5253, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/facebook-review.php', 'wp-content/plugins/elementskit/widgets/facebook-review/facebook-review.php'),
(5254, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/fb-api.php', 'wp-content/plugins/elementskit/widgets/facebook-review/fb-api.php'),
(5255, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/markup/only-overviews.php', 'wp-content/plugins/elementskit/widgets/facebook-review/markup/only-overviews.php'),
(5256, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/markup/overview-card.php', 'wp-content/plugins/elementskit/widgets/facebook-review/markup/overview-card.php'),
(5257, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/facebook-review/markup/review-card.php', 'wp-content/plugins/elementskit/widgets/facebook-review/markup/review-card.php'),
(5258, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/arrow.svg', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/arrow.svg'),
(5259, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/circle-01.svg', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/circle-01.svg'),
(5260, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/circle-02.svg', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/circle-02.svg'),
(5261, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/clouds.svg', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/clouds.svg'),
(5262, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/curly.svg', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/curly.svg'),
(5263, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/double-line.svg', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/double-line.svg'),
(5264, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/double-underline.svg', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/double-underline.svg'),
(5265, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/round-line-01.svg', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/round-line-01.svg'),
(5266, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/round-line-02.svg', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/round-line-02.svg'),
(5267, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/shape-x.svg', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/shape-x.svg'),
(5268, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/waves.svg', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/waves.svg'),
(5269, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/zigzag.svg', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/assets/shapes/zigzag.svg'),
(5270, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/fancy-animated-text-handler.php', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/fancy-animated-text-handler.php'),
(5271, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/fancy-animated-text/fancy-animated-text.php', 'wp-content/plugins/elementskit/widgets/fancy-animated-text/fancy-animated-text.php'),
(5272, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/flip-box/flip-box-handler.php', 'wp-content/plugins/elementskit/widgets/flip-box/flip-box-handler.php'),
(5273, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/flip-box/flip-box.php', 'wp-content/plugins/elementskit/widgets/flip-box/flip-box.php'),
(5274, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/gallery/gallery-handler.php', 'wp-content/plugins/elementskit/widgets/gallery/gallery-handler.php'),
(5275, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/gallery/gallery.php', 'wp-content/plugins/elementskit/widgets/gallery/gallery.php'),
(5276, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/google-map/google-map-handler.php', 'wp-content/plugins/elementskit/widgets/google-map/google-map-handler.php'),
(5277, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/google-map/google-map-themes.php', 'wp-content/plugins/elementskit/widgets/google-map/google-map-themes.php'),
(5278, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/google-map/google-map.php', 'wp-content/plugins/elementskit/widgets/google-map/google-map.php'),
(5279, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/hotspot/hotspot-handler.php', 'wp-content/plugins/elementskit/widgets/hotspot/hotspot-handler.php'),
(5280, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/hotspot/hotspot.php', 'wp-content/plugins/elementskit/widgets/hotspot/hotspot.php'),
(5281, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/hotspot/style/following_line_style.php', 'wp-content/plugins/elementskit/widgets/hotspot/style/following_line_style.php'),
(5282, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/hotspot/style/tultip_style.php', 'wp-content/plugins/elementskit/widgets/hotspot/style/tultip_style.php'),
(5283, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-hover-effect/image-hover-effect-handler.php', 'wp-content/plugins/elementskit/widgets/image-hover-effect/image-hover-effect-handler.php'),
(5284, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-hover-effect/image-hover-effect.php', 'wp-content/plugins/elementskit/widgets/image-hover-effect/image-hover-effect.php'),
(5285, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_01/shape_01.svg', 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_01/shape_01.svg'),
(5286, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_02/shape_01.svg', 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_02/shape_01.svg'),
(5287, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_03/shape_01.svg', 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_03/shape_01.svg'),
(5288, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_04/shape_01.svg', 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_04/shape_01.svg'),
(5289, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_05/shape_01.svg', 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_05/shape_01.svg'),
(5290, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_06/shape_01.svg', 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_06/shape_01.svg'),
(5291, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_07/shape_01.svg', 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_07/shape_01.svg'),
(5292, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_08/shape_01.svg', 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_08/shape_01.svg'),
(5293, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_09/shape_01.svg', 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_09/shape_01.svg'),
(5294, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_10/shape_01.svg', 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_10/shape_01.svg'),
(5295, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_11/shape_01.svg', 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_11/shape_01.svg'),
(5296, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_12/shape_01.svg', 'wp-content/plugins/elementskit/widgets/image-morphing/assets/shape_12/shape_01.svg'),
(5297, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/image-morphing-handler.php', 'wp-content/plugins/elementskit/widgets/image-morphing/image-morphing-handler.php'),
(5298, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-morphing/image-morphing.php', 'wp-content/plugins/elementskit/widgets/image-morphing/image-morphing.php'),
(5299, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-swap/image-swap-handler.php', 'wp-content/plugins/elementskit/widgets/image-swap/image-swap-handler.php'),
(5300, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/image-swap/image-swap.php', 'wp-content/plugins/elementskit/widgets/image-swap/image-swap.php'),
(5301, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js', 'wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js'),
(5302, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/init/enqueue-scripts.php', 'wp-content/plugins/elementskit/widgets/init/enqueue-scripts.php'),
(5303, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/instagram-feed/assets/js/script.js', 'wp-content/plugins/elementskit/widgets/instagram-feed/assets/js/script.js'),
(5304, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/instagram-feed/instagram-feed-api.php', 'wp-content/plugins/elementskit/widgets/instagram-feed/instagram-feed-api.php'),
(5305, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/instagram-feed/instagram-feed-handler.php', 'wp-content/plugins/elementskit/widgets/instagram-feed/instagram-feed-handler.php'),
(5306, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/instagram-feed/instagram-feed.php', 'wp-content/plugins/elementskit/widgets/instagram-feed/instagram-feed.php'),
(5307, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/motion-text/motion-text-handler.php', 'wp-content/plugins/elementskit/widgets/motion-text/motion-text-handler.php'),
(5308, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/motion-text/motion-text.php', 'wp-content/plugins/elementskit/widgets/motion-text/motion-text.php'),
(5309, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/assets/js/script.js', 'wp-content/plugins/elementskit/widgets/pinterest-feed/assets/js/script.js'),
(5310, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/markup/board.php', 'wp-content/plugins/elementskit/widgets/pinterest-feed/markup/board.php'),
(5311, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/markup/header.php', 'wp-content/plugins/elementskit/widgets/pinterest-feed/markup/header.php'),
(5312, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/markup/load-more.php', 'wp-content/plugins/elementskit/widgets/pinterest-feed/markup/load-more.php'),
(5313, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/markup/pin.php', 'wp-content/plugins/elementskit/widgets/pinterest-feed/markup/pin.php'),
(5314, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/markup/tab-bar.php', 'wp-content/plugins/elementskit/widgets/pinterest-feed/markup/tab-bar.php'),
(5315, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/pinterest-api.php', 'wp-content/plugins/elementskit/widgets/pinterest-feed/pinterest-api.php'),
(5316, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/pinterest-feed-handler.php', 'wp-content/plugins/elementskit/widgets/pinterest-feed/pinterest-feed-handler.php'),
(5317, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/pinterest-feed/pinterest-feed.php', 'wp-content/plugins/elementskit/widgets/pinterest-feed/pinterest-feed.php'),
(5318, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/popup-modal/backup/footer.php', 'wp-content/plugins/elementskit/widgets/popup-modal/backup/footer.php'),
(5319, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/popup-modal/popup-modal-handler.php', 'wp-content/plugins/elementskit/widgets/popup-modal/popup-modal-handler.php'),
(5320, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/popup-modal/popup-modal.php', 'wp-content/plugins/elementskit/widgets/popup-modal/popup-modal.php'),
(5321, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/price-menu/price-menu-handler.php', 'wp-content/plugins/elementskit/widgets/price-menu/price-menu-handler.php'),
(5322, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/price-menu/price-menu.php', 'wp-content/plugins/elementskit/widgets/price-menu/price-menu.php'),
(5323, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/price-menu/styles/card.php', 'wp-content/plugins/elementskit/widgets/price-menu/styles/card.php'),
(5324, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/price-menu/styles/list.php', 'wp-content/plugins/elementskit/widgets/price-menu/styles/list.php'),
(5325, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/stylish-list/stylish-list-handler.php', 'wp-content/plugins/elementskit/widgets/stylish-list/stylish-list-handler.php'),
(5326, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/stylish-list/stylish-list.php', 'wp-content/plugins/elementskit/widgets/stylish-list/stylish-list.php'),
(5327, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/table/table-handler.php', 'wp-content/plugins/elementskit/widgets/table/table-handler.php'),
(5328, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/table/table.php', 'wp-content/plugins/elementskit/widgets/table/table.php'),
(5329, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/team-slider/parts/content.php', 'wp-content/plugins/elementskit/widgets/team-slider/parts/content.php'),
(5330, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/team-slider/parts/popup.php', 'wp-content/plugins/elementskit/widgets/team-slider/parts/popup.php'),
(5331, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/team-slider/parts/social-list.php', 'wp-content/plugins/elementskit/widgets/team-slider/parts/social-list.php'),
(5332, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/team-slider/team-slider-handler.php', 'wp-content/plugins/elementskit/widgets/team-slider/team-slider-handler.php'),
(5333, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/team-slider/team-slider.php', 'wp-content/plugins/elementskit/widgets/team-slider/team-slider.php'),
(5334, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/timeline/timeline-handler.php', 'wp-content/plugins/elementskit/widgets/timeline/timeline-handler.php'),
(5335, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/timeline/timeline.php', 'wp-content/plugins/elementskit/widgets/timeline/timeline.php'),
(5336, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/twitter-feed/classes/settings.php', 'wp-content/plugins/elementskit/widgets/twitter-feed/classes/settings.php'),
(5337, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/twitter-feed/lib/TwitterAPIExchange.php', 'wp-content/plugins/elementskit/widgets/twitter-feed/lib/TwitterAPIExchange.php'),
(5338, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/twitter-feed/twitter-feed-handler.php', 'wp-content/plugins/elementskit/widgets/twitter-feed/twitter-feed-handler.php'),
(5339, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/twitter-feed/twitter-feed.php', 'wp-content/plugins/elementskit/widgets/twitter-feed/twitter-feed.php'),
(5340, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/unfold/unfold-handler.php', 'wp-content/plugins/elementskit/widgets/unfold/unfold-handler.php'),
(5341, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/unfold/unfold.php', 'wp-content/plugins/elementskit/widgets/unfold/unfold.php'),
(5342, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/vertical-menu/vertical-menu-handler.php', 'wp-content/plugins/elementskit/widgets/vertical-menu/vertical-menu-handler.php'),
(5343, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/vertical-menu/vertical-menu.php', 'wp-content/plugins/elementskit/widgets/vertical-menu/vertical-menu.php'),
(5344, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/video-gallery/video-gallery-handler.php', 'wp-content/plugins/elementskit/widgets/video-gallery/video-gallery-handler.php'),
(5345, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/video-gallery/video-gallery.php', 'wp-content/plugins/elementskit/widgets/video-gallery/video-gallery.php'),
(5346, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/whatsapp/parts/footer.php', 'wp-content/plugins/elementskit/widgets/whatsapp/parts/footer.php'),
(5347, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/whatsapp/whatsapp-handler.php', 'wp-content/plugins/elementskit/widgets/whatsapp/whatsapp-handler.php'),
(5348, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/whatsapp/whatsapp.php', 'wp-content/plugins/elementskit/widgets/whatsapp/whatsapp.php'),
(5349, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-category-list/woo-category-list-handler.php', 'wp-content/plugins/elementskit/widgets/woo-category-list/woo-category-list-handler.php'),
(5350, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-category-list/woo-category-list.php', 'wp-content/plugins/elementskit/widgets/woo-category-list/woo-category-list.php'),
(5351, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-mini-cart/woo-mini-cart-handler.php', 'wp-content/plugins/elementskit/widgets/woo-mini-cart/woo-mini-cart-handler.php'),
(5352, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-mini-cart/woo-mini-cart.php', 'wp-content/plugins/elementskit/widgets/woo-mini-cart/woo-mini-cart.php'),
(5353, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-product-carousel/woo-product-carousel-handler.php', 'wp-content/plugins/elementskit/widgets/woo-product-carousel/woo-product-carousel-handler.php'),
(5354, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-product-carousel/woo-product-carousel.php', 'wp-content/plugins/elementskit/widgets/woo-product-carousel/woo-product-carousel.php'),
(5355, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-product-list/woo-product-list-handler.php', 'wp-content/plugins/elementskit/widgets/woo-product-list/woo-product-list-handler.php'),
(5356, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/woo-product-list/woo-product-list.php', 'wp-content/plugins/elementskit/widgets/woo-product-list/woo-product-list.php'),
(5357, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/assets/svg/yelp-logo-circle.svg', 'wp-content/plugins/elementskit/widgets/yelp/assets/svg/yelp-logo-circle.svg'),
(5358, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/assets/svg/yelp-logo-full.svg', 'wp-content/plugins/elementskit/widgets/yelp/assets/svg/yelp-logo-full.svg'),
(5359, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/markup/only-overviews.php', 'wp-content/plugins/elementskit/widgets/yelp/markup/only-overviews.php'),
(5360, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/markup/overview-card.php', 'wp-content/plugins/elementskit/widgets/yelp/markup/overview-card.php'),
(5361, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/markup/review-card.php', 'wp-content/plugins/elementskit/widgets/yelp/markup/review-card.php'),
(5362, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/yelp-handler.php', 'wp-content/plugins/elementskit/widgets/yelp/yelp-handler.php'),
(5363, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/yelp/yelp.php', 'wp-content/plugins/elementskit/widgets/yelp/yelp.php'),
(5364, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/assets/js/zoom.init.js', 'wp-content/plugins/elementskit/widgets/zoom/assets/js/zoom.init.js'),
(5365, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/BeforeValidException.php', 'wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/BeforeValidException.php'),
(5366, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/ExpiredException.php', 'wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/ExpiredException.php'),
(5367, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/JWK.php', 'wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/JWK.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5368, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/JWT.php', 'wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/JWT.php'),
(5369, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/SignatureInvalidException.php', 'wp-content/plugins/elementskit/widgets/zoom/lib/php-jwt/SignatureInvalidException.php'),
(5370, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/zoom-api.php', 'wp-content/plugins/elementskit/widgets/zoom/zoom-api.php'),
(5371, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/zoom-handler.php', 'wp-content/plugins/elementskit/widgets/zoom/zoom-handler.php'),
(5372, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit/widgets/zoom/zoom.php', 'wp-content/plugins/elementskit/widgets/zoom/zoom.php'),
(5373, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/autoloader.php', 'wp-content/plugins/elementskit-lite/autoloader.php'),
(5374, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/backward/module-list.php', 'wp-content/plugins/elementskit-lite/compatibility/backward/module-list.php'),
(5375, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/backward/plugin-class-backward-compatibility.php', 'wp-content/plugins/elementskit-lite/compatibility/backward/plugin-class-backward-compatibility.php'),
(5376, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/backward/utils-backward-compablity.php', 'wp-content/plugins/elementskit-lite/compatibility/backward/utils-backward-compablity.php'),
(5377, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/backward/walker-nav-menu-backward-compatiblity.php', 'wp-content/plugins/elementskit-lite/compatibility/backward/walker-nav-menu-backward-compatiblity.php'),
(5378, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/backward/widget-list.php', 'wp-content/plugins/elementskit-lite/compatibility/backward/widget-list.php'),
(5379, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/conflicts/init.php', 'wp-content/plugins/elementskit-lite/compatibility/conflicts/init.php'),
(5380, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/conflicts/scripts.php', 'wp-content/plugins/elementskit-lite/compatibility/conflicts/scripts.php'),
(5381, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/data-migration/settings-db.php', 'wp-content/plugins/elementskit-lite/compatibility/data-migration/settings-db.php'),
(5382, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/data-migration/translate-file.php', 'wp-content/plugins/elementskit-lite/compatibility/data-migration/translate-file.php'),
(5383, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/compatibility/wpml/init.php', 'wp-content/plugins/elementskit-lite/compatibility/wpml/init.php'),
(5384, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/config/module-list.php', 'wp-content/plugins/elementskit-lite/config/module-list.php'),
(5385, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/config/widget-list.php', 'wp-content/plugins/elementskit-lite/config/widget-list.php'),
(5386, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/activation-actions.php', 'wp-content/plugins/elementskit-lite/core/activation-actions.php'),
(5387, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/build-inline-scripts.php', 'wp-content/plugins/elementskit-lite/core/build-inline-scripts.php'),
(5388, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/build-modules.php', 'wp-content/plugins/elementskit-lite/core/build-modules.php'),
(5389, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/build-widgets.php', 'wp-content/plugins/elementskit-lite/core/build-widgets.php'),
(5390, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/config-list.php', 'wp-content/plugins/elementskit-lite/core/config-list.php'),
(5391, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/handler-api.php', 'wp-content/plugins/elementskit-lite/core/handler-api.php'),
(5392, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/core/handler-widget.php', 'wp-content/plugins/elementskit-lite/core/handler-widget.php'),
(5393, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/elementskit-lite.php', 'wp-content/plugins/elementskit-lite/elementskit-lite.php'),
(5394, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/helpers/utils.php', 'wp-content/plugins/elementskit-lite/helpers/utils.php'),
(5395, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/languages/elementskit-lite-es-ES.po', 'wp-content/plugins/elementskit-lite/languages/elementskit-lite-es-ES.po'),
(5396, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/languages/elementskit-lite-fr-FR.po', 'wp-content/plugins/elementskit-lite/languages/elementskit-lite-fr-FR.po'),
(5397, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/languages/elementskit-lite-ru_RU.po', 'wp-content/plugins/elementskit-lite/languages/elementskit-lite-ru_RU.po'),
(5398, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/languages/elementskit-lite-sv-SE.po', 'wp-content/plugins/elementskit-lite/languages/elementskit-lite-sv-SE.po'),
(5399, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/languages/elementskit-lite-sv.po', 'wp-content/plugins/elementskit-lite/languages/elementskit-lite-sv.po'),
(5400, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/languages/elementskit-lite.pot', 'wp-content/plugins/elementskit-lite/languages/elementskit-lite.pot'),
(5401, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/banner/banner.php', 'wp-content/plugins/elementskit-lite/libs/banner/banner.php'),
(5402, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/emailkit/assets/logo.svg', 'wp-content/plugins/elementskit-lite/libs/emailkit/assets/logo.svg'),
(5403, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/emailkit/assets/notification.svg', 'wp-content/plugins/elementskit-lite/libs/emailkit/assets/notification.svg'),
(5404, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/emailkit/emailkit.php', 'wp-content/plugins/elementskit-lite/libs/emailkit/emailkit.php'),
(5405, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/css/forms.css', 'wp-content/plugins/elementskit-lite/libs/forms/assets/css/forms.css'),
(5406, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/images/metform.svg', 'wp-content/plugins/elementskit-lite/libs/forms/assets/images/metform.svg'),
(5407, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/js/forms.js', 'wp-content/plugins/elementskit-lite/libs/forms/assets/js/forms.js'),
(5408, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/forms/forms.php', 'wp-content/plugins/elementskit-lite/libs/forms/forms.php'),
(5409, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/forms/pages/template.php', 'wp-content/plugins/elementskit-lite/libs/forms/pages/template.php'),
(5410, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/css/admin-global.css', 'wp-content/plugins/elementskit-lite/libs/framework/assets/css/admin-global.css'),
(5411, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/css/admin-style.css', 'wp-content/plugins/elementskit-lite/libs/framework/assets/css/admin-style.css'),
(5412, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/banner_dashboard-before.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/banner_dashboard-before.png'),
(5413, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/banner_dashboard.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/banner_dashboard.png'),
(5414, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/documentation-thumb.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/documentation-thumb.png'),
(5415, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/ekit_icon.svg', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/ekit_icon.svg'),
(5416, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/elements_kit_logo_black.svg', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/elements_kit_logo_black.svg'),
(5417, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/favicon.svg', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/favicon.svg'),
(5418, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/favicon_backup.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/favicon_backup.png'),
(5419, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/featured-request-thumb.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/featured-request-thumb.png'),
(5420, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/icon-menu-active.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/icon-menu-active.png'),
(5421, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/icon-menu.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/icon-menu.png'),
(5422, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/icon.svg', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/icon.svg'),
(5423, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/loader-krasi.gif', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/loader-krasi.gif'),
(5424, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/logo-ekit.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/logo-ekit.png'),
(5425, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/congrats-shape.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/congrats-shape.png'),
(5426, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/featured.svg', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/featured.svg'),
(5427, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/getgenie-logo.svg', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/getgenie-logo.svg'),
(5428, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/metform-logo.svg', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/metform-logo.svg'),
(5429, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-01.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-01.png'),
(5430, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-02.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-02.png'),
(5431, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-03.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-03.png'),
(5432, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-04.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-04.png'),
(5433, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-05.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-05.png'),
(5434, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-06.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/module-icon-06.png'),
(5435, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/pro-line-shape.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/pro-line-shape.png'),
(5436, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-01.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-01.png'),
(5437, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-02.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-02.png'),
(5438, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-03.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-03.png'),
(5439, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-04.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-04.png'),
(5440, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-05.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-05.png'),
(5441, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-06.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-06.png'),
(5442, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-07.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-07.png'),
(5443, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-08.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-08.png'),
(5444, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-09.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-09.png'),
(5445, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-10.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-10.png'),
(5446, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-11.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-11.png'),
(5447, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-12.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-12.png'),
(5448, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-13.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-13.png'),
(5449, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-14.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-14.png'),
(5450, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-15.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-15.png'),
(5451, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-16.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-16.png'),
(5452, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-17.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-17.png'),
(5453, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-18.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-18.png'),
(5454, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-19.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-19.png'),
(5455, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-20.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-20.png'),
(5456, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-21.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-21.png'),
(5457, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-22.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shape-22.png'),
(5458, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shopengine-logo.svg', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/shopengine-logo.svg'),
(5459, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/step-2-shape.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/step-2-shape.png'),
(5460, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/tutorial-banner.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/tutorial-banner.png'),
(5461, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/ultimate-review-logo.svg', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/ultimate-review-logo.svg'),
(5462, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/wp-fundraising-logo.svg', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/wp-fundraising-logo.svg'),
(5463, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/wp-social-logo.svg', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard/wp-social-logo.svg'),
(5464, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/rate-now-thumb.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/rate-now-thumb.png'),
(5465, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/subscribed-thumb.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/subscribed-thumb.png'),
(5466, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/suport-thumb.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/suport-thumb.png'),
(5467, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/user-data-thumb.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/user-data-thumb.png'),
(5468, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/video-icon.png', 'wp-content/plugins/elementskit-lite/libs/framework/assets/images/video-icon.png'),
(5469, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/js/ekit-admin-core.js', 'wp-content/plugins/elementskit-lite/libs/framework/assets/js/ekit-admin-core.js'),
(5470, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js', 'wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js'),
(5471, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/attr.php', 'wp-content/plugins/elementskit-lite/libs/framework/attr.php'),
(5472, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes/ajax.php', 'wp-content/plugins/elementskit-lite/libs/framework/classes/ajax.php'),
(5473, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes/onboard-status.php', 'wp-content/plugins/elementskit-lite/libs/framework/classes/onboard-status.php'),
(5474, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes/plugin-data-sender.php', 'wp-content/plugins/elementskit-lite/libs/framework/classes/plugin-data-sender.php'),
(5475, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes/plugin-status.php', 'wp-content/plugins/elementskit-lite/libs/framework/classes/plugin-status.php'),
(5476, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes/utils.php', 'wp-content/plugins/elementskit-lite/libs/framework/classes/utils.php'),
(5477, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings/color.php', 'wp-content/plugins/elementskit-lite/libs/framework/controls/settings/color.php'),
(5478, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings/date.php', 'wp-content/plugins/elementskit-lite/libs/framework/controls/settings/date.php'),
(5479, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings/hidden.php', 'wp-content/plugins/elementskit-lite/libs/framework/controls/settings/hidden.php'),
(5480, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings/radio.php', 'wp-content/plugins/elementskit-lite/libs/framework/controls/settings/radio.php'),
(5481, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings/switch.php', 'wp-content/plugins/elementskit-lite/libs/framework/controls/settings/switch.php'),
(5482, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings/text.php', 'wp-content/plugins/elementskit-lite/libs/framework/controls/settings/text.php'),
(5483, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/init.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/init.php'),
(5484, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/layout-onboard.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/layout-onboard.php'),
(5485, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/layout-settings.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/layout-settings.php'),
(5486, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/layout-user-consent-for-banner.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/layout-user-consent-for-banner.php'),
(5487, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-01.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-01.php'),
(5488, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-02.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-02.php'),
(5489, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-03.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-03.php'),
(5490, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-04.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-04.php'),
(5491, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-05.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-05.php'),
(5492, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-06.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps/step-06.php'),
(5493, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/dashboard.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/dashboard.php'),
(5494, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/modules.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/modules.php'),
(5495, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/usersettings.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/usersettings.php'),
(5496, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/widgets.php', 'wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections/widgets.php'),
(5497, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/notice/notice.php', 'wp-content/plugins/elementskit-lite/libs/notice/notice.php'),
(5498, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/our-plugins/our-plugins.php', 'wp-content/plugins/elementskit-lite/libs/our-plugins/our-plugins.php'),
(5499, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/community.png', 'wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/community.png'),
(5500, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/documentation.png', 'wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/documentation.png'),
(5501, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/request.png', 'wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/request.png'),
(5502, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/roadmaps.png', 'wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/roadmaps.png'),
(5503, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/support.png', 'wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/support.png'),
(5504, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/videos.png', 'wp-content/plugins/elementskit-lite/libs/pro-awareness/assets/videos.png'),
(5505, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/pro-awareness.php', 'wp-content/plugins/elementskit-lite/libs/pro-awareness/pro-awareness.php'),
(5506, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-label/admin-notice.php', 'wp-content/plugins/elementskit-lite/libs/pro-label/admin-notice.php'),
(5507, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-label/init.php', 'wp-content/plugins/elementskit-lite/libs/pro-label/init.php'),
(5508, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/pro-label/views/modal.php', 'wp-content/plugins/elementskit-lite/libs/pro-label/views/modal.php'),
(5509, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/rating/rating.php', 'wp-content/plugins/elementskit-lite/libs/rating/rating.php'),
(5510, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/stories/stories.php', 'wp-content/plugins/elementskit-lite/libs/stories/stories.php'),
(5511, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/stories/views/template.php', 'wp-content/plugins/elementskit-lite/libs/stories/views/template.php'),
(5512, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template/loader.php', 'wp-content/plugins/elementskit-lite/libs/template/loader.php'),
(5513, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template/transformer.php', 'wp-content/plugins/elementskit-lite/libs/template/transformer.php'),
(5514, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/images/placeholder.9201fa54.png', 'wp-content/plugins/elementskit-lite/libs/template-library/assets/images/placeholder.9201fa54.png'),
(5515, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library-rtl.css', 'wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library-rtl.css'),
(5516, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library.asset.php', 'wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library.asset.php'),
(5517, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library.css', 'wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library.css'),
(5518, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library.js', 'wp-content/plugins/elementskit-lite/libs/template-library/assets/library/editor-template-library.js'),
(5519, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/template-library/init.php', 'wp-content/plugins/elementskit-lite/libs/template-library/init.php'),
(5520, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/xs-migration/data-migration.php', 'wp-content/plugins/elementskit-lite/libs/xs-migration/data-migration.php'),
(5521, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/xs-migration/initiator.php', 'wp-content/plugins/elementskit-lite/libs/xs-migration/initiator.php'),
(5522, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/xs-migration/migration-contract.php', 'wp-content/plugins/elementskit-lite/libs/xs-migration/migration-contract.php'),
(5523, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/libs/xs-migration/migration.php', 'wp-content/plugins/elementskit-lite/libs/xs-migration/migration.php'),
(5524, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/ajax-select2-api.php', 'wp-content/plugins/elementskit-lite/modules/controls/ajax-select2-api.php'),
(5525, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/ajax-select2.php', 'wp-content/plugins/elementskit-lite/modules/controls/ajax-select2.php'),
(5526, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/css/imagechoose.css', 'wp-content/plugins/elementskit-lite/modules/controls/assets/css/imagechoose.css'),
(5527, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/css/widgetarea-editor.css', 'wp-content/plugins/elementskit-lite/modules/controls/assets/css/widgetarea-editor.css'),
(5528, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/css/widgetarea-inspactor.css', 'wp-content/plugins/elementskit-lite/modules/controls/assets/css/widgetarea-inspactor.css'),
(5529, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js/ajaxchoose.js', 'wp-content/plugins/elementskit-lite/modules/controls/assets/js/ajaxchoose.js'),
(5530, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js/ekiticons.json', 'wp-content/plugins/elementskit-lite/modules/controls/assets/js/ekiticons.json'),
(5531, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js/imagechoose.js', 'wp-content/plugins/elementskit-lite/modules/controls/assets/js/imagechoose.js'),
(5532, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js/widgetarea-editor.js', 'wp-content/plugins/elementskit-lite/modules/controls/assets/js/widgetarea-editor.js'),
(5533, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js/widgetarea-inspactor.js', 'wp-content/plugins/elementskit-lite/modules/controls/assets/js/widgetarea-inspactor.js'),
(5534, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/control-manager.php', 'wp-content/plugins/elementskit-lite/modules/controls/control-manager.php'),
(5535, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/image-choose.php', 'wp-content/plugins/elementskit-lite/modules/controls/image-choose.php'),
(5536, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/init.php', 'wp-content/plugins/elementskit-lite/modules/controls/init.php'),
(5537, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/widget-area-modal.php', 'wp-content/plugins/elementskit-lite/modules/controls/widget-area-modal.php'),
(5538, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/widget-area-utils.php', 'wp-content/plugins/elementskit-lite/modules/controls/widget-area-utils.php'),
(5539, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/controls/widget-area.php', 'wp-content/plugins/elementskit-lite/modules/controls/widget-area.php'),
(5540, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/dynamic-content/cpt-api.php', 'wp-content/plugins/elementskit-lite/modules/dynamic-content/cpt-api.php'),
(5541, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/dynamic-content/cpt.php', 'wp-content/plugins/elementskit-lite/modules/dynamic-content/cpt.php'),
(5542, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/dynamic-content/init.php', 'wp-content/plugins/elementskit-lite/modules/dynamic-content/init.php'),
(5543, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css', 'wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css'),
(5544, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts/elementskit.woff', 'wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts/elementskit.woff'),
(5545, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/js/ekiticons.json', 'wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/js/ekiticons.json'),
(5546, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/icon-list.php', 'wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/icon-list.php'),
(5547, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/icons.php', 'wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/icons.php'),
(5548, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/init.php', 'wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/init.php'),
(5549, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/activator.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/activator.php'),
(5550, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/css/admin-style.css', 'wp-content/plugins/elementskit-lite/modules/header-footer/assets/css/admin-style.css'),
(5551, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/css/select2.min.css', 'wp-content/plugins/elementskit-lite/modules/header-footer/assets/css/select2.min.css'),
(5552, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/js/admin-script.js', 'wp-content/plugins/elementskit-lite/modules/header-footer/assets/js/admin-script.js'),
(5553, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/js/select2.min.js', 'wp-content/plugins/elementskit-lite/modules/header-footer/assets/js/select2.min.js'),
(5554, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/cpt-api.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/cpt-api.php'),
(5555, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/cpt-hooks.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/cpt-hooks.php'),
(5556, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/cpt.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/cpt.php'),
(5557, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/init.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/init.php'),
(5558, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/astra.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/astra.php'),
(5559, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/bbtheme.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/bbtheme.php'),
(5560, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/generatepress.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/generatepress.php'),
(5561, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/genesis.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/genesis.php'),
(5562, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/my-listing-functions.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/my-listing-functions.php'),
(5563, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/my-listing.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/my-listing.php'),
(5564, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/neve.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/neve.php'),
(5565, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/oceanwp.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/oceanwp.php'),
(5566, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/theme-support.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/theme-support.php'),
(5567, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/twenty-nineteen.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks/twenty-nineteen.php'),
(5568, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/views/modal-editor.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/views/modal-editor.php'),
(5569, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/views/theme-support-footer.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/views/theme-support-footer.php'),
(5570, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/views/theme-support-header.php', 'wp-content/plugins/elementskit-lite/modules/header-footer/views/theme-support-header.php'),
(5571, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/css/ekit-layout-library.css', 'wp-content/plugins/elementskit-lite/modules/layout-manager/assets/css/ekit-layout-library.css'),
(5572, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/css/preview.css', 'wp-content/plugins/elementskit-lite/modules/layout-manager/assets/css/preview.css'),
(5573, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/img/banner.jpg', 'wp-content/plugins/elementskit-lite/modules/layout-manager/assets/img/banner.jpg'),
(5574, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/img/info.svg', 'wp-content/plugins/elementskit-lite/modules/layout-manager/assets/img/info.svg'),
(5575, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/js/ekit-layout-library.js', 'wp-content/plugins/elementskit-lite/modules/layout-manager/assets/js/ekit-layout-library.js'),
(5576, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/init.php', 'wp-content/plugins/elementskit-lite/modules/layout-manager/init.php'),
(5577, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/layout-import-api.php', 'wp-content/plugins/elementskit-lite/modules/layout-manager/layout-import-api.php'),
(5578, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/layout-list-api.php', 'wp-content/plugins/elementskit-lite/modules/layout-manager/layout-list-api.php'),
(5579, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/library-source.php', 'wp-content/plugins/elementskit-lite/modules/layout-manager/library-source.php'),
(5580, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/api.php', 'wp-content/plugins/elementskit-lite/modules/megamenu/api.php'),
(5581, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/css/admin-style.css', 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/css/admin-style.css'),
(5582, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/css/jquery.fonticonpicker.css', 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/css/jquery.fonticonpicker.css'),
(5583, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.eot', 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.eot'),
(5584, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.svg', 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.svg'),
(5585, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.ttf', 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.ttf'),
(5586, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.woff', 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts/iconpicker.woff'),
(5587, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/images/demo/logo.png', 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/images/demo/logo.png'),
(5588, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/images/elementor-icon.png', 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/images/elementor-icon.png'),
(5589, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/js/admin-script.js', 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/js/admin-script.js'),
(5590, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/js/jquery.fonticonpicker.min.js', 'wp-content/plugins/elementskit-lite/modules/megamenu/assets/js/jquery.fonticonpicker.min.js'),
(5591, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/init.php', 'wp-content/plugins/elementskit-lite/modules/megamenu/init.php'),
(5592, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/options.php', 'wp-content/plugins/elementskit-lite/modules/megamenu/options.php'),
(5593, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/views/options-megamenu.php', 'wp-content/plugins/elementskit-lite/modules/megamenu/views/options-megamenu.php'),
(5594, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/views/options-menu-item.php', 'wp-content/plugins/elementskit-lite/modules/megamenu/views/options-menu-item.php'),
(5595, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/walker-nav-menu.php', 'wp-content/plugins/elementskit-lite/modules/megamenu/walker-nav-menu.php'),
(5596, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/css/one-page-scroll.min.css', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/css/one-page-scroll.min.css'),
(5597, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/js/editor.js', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/js/editor.js'),
(5598, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/js/one-page-scroll.js', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/js/one-page-scroll.js'),
(5599, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/extend-controls-pro.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/extend-controls-pro.php'),
(5600, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/extend-controls.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/extend-controls.php'),
(5601, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/init.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/init.php'),
(5602, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-dot-move.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-dot-move.php'),
(5603, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-fill-in.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-fill-in.php'),
(5604, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-fill-out.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-fill-out.php'),
(5605, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-scale-up.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-scale-up.php'),
(5606, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-stroke-dot.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-stroke-dot.php'),
(5607, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-stroke-simple.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-stroke-simple.php'),
(5608, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-stroke.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-stroke.php'),
(5609, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-timeline.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/circle-timeline.php'),
(5610, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/icon.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/icon.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5611, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-fill.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-fill.php'),
(5612, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-grow.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-grow.php'),
(5613, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-move.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-move.php'),
(5614, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-shrink.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/line-shrink.php'),
(5615, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/square-scale-up.php', 'wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles/square-scale-up.php'),
(5616, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/api/common.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/api/common.php'),
(5617, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/css/ekit-widget-builder-common.css', 'wp-content/plugins/elementskit-lite/modules/widget-builder/assets/css/ekit-widget-builder-common.css'),
(5618, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/css/ekit-widget-builder-editor.css', 'wp-content/plugins/elementskit-lite/modules/widget-builder/assets/css/ekit-widget-builder-editor.css'),
(5619, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img/no-image.png', 'wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img/no-image.png'),
(5620, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img/transparent_bg.png', 'wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img/transparent_bg.png'),
(5621, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img/wysiwyg.png', 'wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img/wysiwyg.png'),
(5622, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/js/ekit-widget-builder-editor.js', 'wp-content/plugins/elementskit-lite/modules/widget-builder/assets/js/ekit-widget-builder-editor.js'),
(5623, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-animation.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-animation.php'),
(5624, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-background.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-background.php'),
(5625, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-border.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-border.php'),
(5626, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-box-shadow.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-box-shadow.php'),
(5627, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-choose.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-choose.php'),
(5628, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-code.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-code.php'),
(5629, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-color.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-color.php'),
(5630, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-date-time.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-date-time.php'),
(5631, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-dimensions.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-dimensions.php'),
(5632, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-font.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-font.php'),
(5633, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-gallery.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-gallery.php'),
(5634, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-hover.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-hover.php'),
(5635, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-icons.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-icons.php'),
(5636, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-image-dimensions.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-image-dimensions.php'),
(5637, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-image-size.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-image-size.php'),
(5638, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-input.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-input.php'),
(5639, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-media.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-media.php'),
(5640, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-number.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-number.php'),
(5641, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-select.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-select.php'),
(5642, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-select2.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-select2.php'),
(5643, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-slider.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-slider.php'),
(5644, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-switch.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-switch.php'),
(5645, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-text-area.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-text-area.php'),
(5646, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-text-shadow.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-text-shadow.php'),
(5647, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-typography.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-typography.php'),
(5648, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-url.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-url.php'),
(5649, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-wys.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/control-type-wys.php'),
(5650, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/ct-base.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/ct-base.php'),
(5651, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/ct-contract.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/ct-contract.php'),
(5652, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/ct-factory.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/ct-factory.php'),
(5653, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls/widget-writer.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/controls/widget-writer.php'),
(5654, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/cpt.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/cpt.php'),
(5655, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/fonts/element-icons.ttf', 'wp-content/plugins/elementskit-lite/modules/widget-builder/fonts/element-icons.ttf'),
(5656, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/fonts/element-icons.woff', 'wp-content/plugins/elementskit-lite/modules/widget-builder/fonts/element-icons.woff'),
(5657, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/init.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/init.php'),
(5658, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/live-action.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/live-action.php'),
(5659, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/views/builder.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/views/builder.php'),
(5660, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/widget-file.php', 'wp-content/plugins/elementskit-lite/modules/widget-builder/widget-file.php'),
(5661, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/plugin.php', 'wp-content/plugins/elementskit-lite/plugin.php'),
(5662, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/readme.txt', 'wp-content/plugins/elementskit-lite/readme.txt'),
(5663, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/traits/singleton.php', 'wp-content/plugins/elementskit-lite/traits/singleton.php'),
(5664, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/accordion/accordion-handler.php', 'wp-content/plugins/elementskit-lite/widgets/accordion/accordion-handler.php'),
(5665, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/accordion/accordion.php', 'wp-content/plugins/elementskit-lite/widgets/accordion/accordion.php'),
(5666, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/back-to-top/back-to-top-handler.php', 'wp-content/plugins/elementskit-lite/widgets/back-to-top/back-to-top-handler.php'),
(5667, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/back-to-top/back-to-top.php', 'wp-content/plugins/elementskit-lite/widgets/back-to-top/back-to-top.php'),
(5668, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose/floating-date-1.png', 'wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose/floating-date-1.png'),
(5669, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose/floating-date-2.png', 'wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose/floating-date-2.png'),
(5670, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose/floating-date-3.png', 'wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose/floating-date-3.png'),
(5671, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/blog-posts-handler.php', 'wp-content/plugins/elementskit-lite/widgets/blog-posts/blog-posts-handler.php'),
(5672, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/blog-posts.php', 'wp-content/plugins/elementskit-lite/widgets/blog-posts/blog-posts.php'),
(5673, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/business-hours/business-hours-handler.php', 'wp-content/plugins/elementskit-lite/widgets/business-hours/business-hours-handler.php'),
(5674, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/business-hours/business-hours.php', 'wp-content/plugins/elementskit-lite/widgets/business-hours/business-hours.php'),
(5675, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/button/button-handler.php', 'wp-content/plugins/elementskit-lite/widgets/button/button-handler.php'),
(5676, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/button/button.php', 'wp-content/plugins/elementskit-lite/widgets/button/button.php'),
(5677, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/caldera-forms/caldera-forms-handler.php', 'wp-content/plugins/elementskit-lite/widgets/caldera-forms/caldera-forms-handler.php'),
(5678, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/caldera-forms/caldera-forms.php', 'wp-content/plugins/elementskit-lite/widgets/caldera-forms/caldera-forms.php'),
(5679, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/category-list/category-list-handler.php', 'wp-content/plugins/elementskit-lite/widgets/category-list/category-list-handler.php'),
(5680, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/category-list/category-list.php', 'wp-content/plugins/elementskit-lite/widgets/category-list/category-list.php'),
(5681, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/client-logo/client-logo-handler.php', 'wp-content/plugins/elementskit-lite/widgets/client-logo/client-logo-handler.php'),
(5682, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/client-logo/client-logo.php', 'wp-content/plugins/elementskit-lite/widgets/client-logo/client-logo.php'),
(5683, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/contact-form7/contact-form7-handler.php', 'wp-content/plugins/elementskit-lite/widgets/contact-form7/contact-form7-handler.php'),
(5684, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/contact-form7/contact-form7.php', 'wp-content/plugins/elementskit-lite/widgets/contact-form7/contact-form7.php'),
(5685, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/1.png', 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/1.png'),
(5686, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/2.png', 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/2.png'),
(5687, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/3.png', 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/3.png'),
(5688, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/4.png', 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/4.png'),
(5689, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/5.png', 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/5.png'),
(5690, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/6.png', 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose/6.png'),
(5691, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/countdown-timer-handler.php', 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/countdown-timer-handler.php'),
(5692, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/countdown-timer.php', 'wp-content/plugins/elementskit-lite/widgets/countdown-timer/countdown-timer.php'),
(5693, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/drop-caps/drop-caps-handler.php', 'wp-content/plugins/elementskit-lite/widgets/drop-caps/drop-caps-handler.php'),
(5694, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/drop-caps/drop-caps.php', 'wp-content/plugins/elementskit-lite/widgets/drop-caps/drop-caps.php'),
(5695, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/dual-button/dual-button-handler.php', 'wp-content/plugins/elementskit-lite/widgets/dual-button/dual-button-handler.php'),
(5696, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/dual-button/dual-button.php', 'wp-content/plugins/elementskit-lite/widgets/dual-button/dual-button.php'),
(5697, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/faq/faq-handler.php', 'wp-content/plugins/elementskit-lite/widgets/faq/faq-handler.php'),
(5698, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/faq/faq.php', 'wp-content/plugins/elementskit-lite/widgets/faq/faq.php'),
(5699, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/fluent-forms/fluent-forms-handler.php', 'wp-content/plugins/elementskit-lite/widgets/fluent-forms/fluent-forms-handler.php'),
(5700, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/fluent-forms/fluent-forms.php', 'wp-content/plugins/elementskit-lite/widgets/fluent-forms/fluent-forms.php'),
(5701, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/funfact/funfact-handler.php', 'wp-content/plugins/elementskit-lite/widgets/funfact/funfact-handler.php'),
(5702, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/funfact/funfact.php', 'wp-content/plugins/elementskit-lite/widgets/funfact/funfact.php'),
(5703, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/header-info/header-info-handler.php', 'wp-content/plugins/elementskit-lite/widgets/header-info/header-info-handler.php'),
(5704, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/header-info/header-info.php', 'wp-content/plugins/elementskit-lite/widgets/header-info/header-info.php'),
(5705, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/header-offcanvas/header-offcanvas-handler.php', 'wp-content/plugins/elementskit-lite/widgets/header-offcanvas/header-offcanvas-handler.php'),
(5706, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/header-offcanvas/header-offcanvas.php', 'wp-content/plugins/elementskit-lite/widgets/header-offcanvas/header-offcanvas.php'),
(5707, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/header-search/header-search-handler.php', 'wp-content/plugins/elementskit-lite/widgets/header-search/header-search-handler.php'),
(5708, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/header-search/header-search.php', 'wp-content/plugins/elementskit-lite/widgets/header-search/header-search.php'),
(5709, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/1.png', 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/1.png'),
(5710, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/10.png', 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/10.png'),
(5711, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/11.png', 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/11.png'),
(5712, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/12.png', 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/12.png'),
(5713, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/2.png', 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/2.png'),
(5714, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/3.png', 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/3.png'),
(5715, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/4.png', 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/4.png'),
(5716, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/5.png', 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/5.png'),
(5717, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/6.png', 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/6.png'),
(5718, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/7.png', 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/7.png'),
(5719, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/8.png', 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/8.png'),
(5720, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/9.png', 'wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose/9.png'),
(5721, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/heading-handler.php', 'wp-content/plugins/elementskit-lite/widgets/heading/heading-handler.php'),
(5722, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/heading/heading.php', 'wp-content/plugins/elementskit-lite/widgets/heading/heading.php'),
(5723, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/icon-box/icon-box-handler.php', 'wp-content/plugins/elementskit-lite/widgets/icon-box/icon-box-handler.php'),
(5724, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/icon-box/icon-box.php', 'wp-content/plugins/elementskit-lite/widgets/icon-box/icon-box.php'),
(5725, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/icon-hover/icon-hover-handler.php', 'wp-content/plugins/elementskit-lite/widgets/icon-hover/icon-hover-handler.php'),
(5726, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/icon-hover/icon-hover.php', 'wp-content/plugins/elementskit-lite/widgets/icon-hover/icon-hover.php'),
(5727, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/icon-hover/readme.txt', 'wp-content/plugins/elementskit-lite/widgets/icon-hover/readme.txt'),
(5728, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/image-accordion/image-accordion-handler.php', 'wp-content/plugins/elementskit-lite/widgets/image-accordion/image-accordion-handler.php'),
(5729, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/image-accordion/image-accordion.php', 'wp-content/plugins/elementskit-lite/widgets/image-accordion/image-accordion.php'),
(5730, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/image-box/image-box-handler.php', 'wp-content/plugins/elementskit-lite/widgets/image-box/image-box-handler.php'),
(5731, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/image-box/image-box.php', 'wp-content/plugins/elementskit-lite/widgets/image-box/image-box.php'),
(5732, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/image-comparison/image-comparison-handler.php', 'wp-content/plugins/elementskit-lite/widgets/image-comparison/image-comparison-handler.php'),
(5733, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/image-comparison/image-comparison.php', 'wp-content/plugins/elementskit-lite/widgets/image-comparison/image-comparison.php'),
(5734, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/editor.css', 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/editor.css'),
(5735, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/font-awesome.min.css', 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/font-awesome.min.css'),
(5736, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/odometer-theme-default.css', 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/odometer-theme-default.css'),
(5737, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css', 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css'),
(5738, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/rtl.css', 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/rtl.css'),
(5739, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles-pro.css', 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles-pro.css'),
(5740, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css', 'wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css'),
(5741, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/FontAwesome.otf', 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/FontAwesome.otf'),
(5742, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/elementskit.woff', 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/elementskit.woff'),
(5743, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.eot', 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.eot'),
(5744, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.svg', 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.svg'),
(5745, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.ttf', 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.ttf'),
(5746, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.woff', 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.woff'),
(5747, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.woff2', 'wp-content/plugins/elementskit-lite/widgets/init/assets/fonts/fontawesome-webfont.woff2'),
(5748, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/ajax-loader.gif', 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/ajax-loader.gif'),
(5749, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/arrow.png', 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/arrow.png'),
(5750, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/cross-out.png', 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/cross-out.png'),
(5751, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/cross-out.svg', 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/cross-out.svg'),
(5752, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/elementor-icon.png', 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/elementor-icon.png'),
(5753, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/reactions_12_2017.png', 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/reactions_12_2017.png'),
(5754, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_asc.png', 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_asc.png'),
(5755, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_asc_disabled.png', 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_asc_disabled.png'),
(5756, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_desc.png', 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_desc.png'),
(5757, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_desc_disabled.png', 'wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_desc_disabled.png'),
(5758, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.min.js', 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.min.js'),
(5759, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/chart.js', 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/chart.js'),
(5760, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/datatables.min.js', 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/datatables.min.js'),
(5761, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js', 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js'),
(5762, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/gmaps.min.js', 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/gmaps.min.js'),
(5763, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/goodshare.min.js', 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/goodshare.min.js'),
(5764, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/odometer.min.js', 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/odometer.min.js'),
(5765, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js', 'wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js'),
(5766, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/init/enqueue-scripts.php', 'wp-content/plugins/elementskit-lite/widgets/init/enqueue-scripts.php'),
(5767, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/assets/js/lottie.init.js', 'wp-content/plugins/elementskit-lite/widgets/lottie/assets/js/lottie.init.js'),
(5768, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/assets/js/lottie.min.js', 'wp-content/plugins/elementskit-lite/widgets/lottie/assets/js/lottie.min.js'),
(5769, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/json-handler.php', 'wp-content/plugins/elementskit-lite/widgets/lottie/json-handler.php'),
(5770, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/lottie-handler.php', 'wp-content/plugins/elementskit-lite/widgets/lottie/lottie-handler.php'),
(5771, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/lottie.php', 'wp-content/plugins/elementskit-lite/widgets/lottie/lottie.php'),
(5772, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp/classes/mail-chimp-rest.php', 'wp-content/plugins/elementskit-lite/widgets/mail-chimp/classes/mail-chimp-rest.php'),
(5773, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp/mail-chimp-api.php', 'wp-content/plugins/elementskit-lite/widgets/mail-chimp/mail-chimp-api.php'),
(5774, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp/mail-chimp-handler.php', 'wp-content/plugins/elementskit-lite/widgets/mail-chimp/mail-chimp-handler.php'),
(5775, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp/mail-chimp.php', 'wp-content/plugins/elementskit-lite/widgets/mail-chimp/mail-chimp.php'),
(5776, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/nav-menu/nav-menu-handler.php', 'wp-content/plugins/elementskit-lite/widgets/nav-menu/nav-menu-handler.php'),
(5777, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/nav-menu/nav-menu.php', 'wp-content/plugins/elementskit-lite/widgets/nav-menu/nav-menu.php'),
(5778, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/ninja-forms/ninja-forms-handler.php', 'wp-content/plugins/elementskit-lite/widgets/ninja-forms/ninja-forms-handler.php'),
(5779, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/ninja-forms/ninja-forms.php', 'wp-content/plugins/elementskit-lite/widgets/ninja-forms/ninja-forms.php'),
(5780, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/page-list/page-list-handler.php', 'wp-content/plugins/elementskit-lite/widgets/page-list/page-list-handler.php'),
(5781, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/page-list/page-list.php', 'wp-content/plugins/elementskit-lite/widgets/page-list/page-list.php'),
(5782, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/piechart/piechart-handler.php', 'wp-content/plugins/elementskit-lite/widgets/piechart/piechart-handler.php'),
(5783, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/piechart/piechart.php', 'wp-content/plugins/elementskit-lite/widgets/piechart/piechart.php'),
(5784, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/post-grid/post-grid-handler.php', 'wp-content/plugins/elementskit-lite/widgets/post-grid/post-grid-handler.php'),
(5785, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/post-grid/post-grid.php', 'wp-content/plugins/elementskit-lite/widgets/post-grid/post-grid.php'),
(5786, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/post-list/post-list-handler.php', 'wp-content/plugins/elementskit-lite/widgets/post-list/post-list-handler.php'),
(5787, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/post-list/post-list.php', 'wp-content/plugins/elementskit-lite/widgets/post-list/post-list.php'),
(5788, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/post-tab/post-tab-handler.php', 'wp-content/plugins/elementskit-lite/widgets/post-tab/post-tab-handler.php'),
(5789, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/post-tab/post-tab.php', 'wp-content/plugins/elementskit-lite/widgets/post-tab/post-tab.php'),
(5790, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/pricing/pricing-handler.php', 'wp-content/plugins/elementskit-lite/widgets/pricing/pricing-handler.php'),
(5791, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/pricing/pricing.php', 'wp-content/plugins/elementskit-lite/widgets/pricing/pricing.php'),
(5792, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/progressbar/progressbar-handler.php', 'wp-content/plugins/elementskit-lite/widgets/progressbar/progressbar-handler.php'),
(5793, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/progressbar/progressbar.php', 'wp-content/plugins/elementskit-lite/widgets/progressbar/progressbar.php'),
(5794, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/social/readme.txt', 'wp-content/plugins/elementskit-lite/widgets/social/readme.txt'),
(5795, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/social/social-handler.php', 'wp-content/plugins/elementskit-lite/widgets/social/social-handler.php'),
(5796, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/social/social.php', 'wp-content/plugins/elementskit-lite/widgets/social/social.php'),
(5797, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/social-share/social-share-handler.php', 'wp-content/plugins/elementskit-lite/widgets/social-share/social-share-handler.php'),
(5798, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/social-share/social-share.php', 'wp-content/plugins/elementskit-lite/widgets/social-share/social-share.php'),
(5799, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-01.png', 'wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-01.png'),
(5800, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-02.png', 'wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-02.png'),
(5801, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-03.png', 'wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-03.png'),
(5802, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-04.png', 'wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-04.png'),
(5803, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-05.png', 'wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose/tab-05.png'),
(5804, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/tab-handler.php', 'wp-content/plugins/elementskit-lite/widgets/tab/tab-handler.php'),
(5805, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tab/tab.php', 'wp-content/plugins/elementskit-lite/widgets/tab/tab.php'),
(5806, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tablepress/tablepress-handler.php', 'wp-content/plugins/elementskit-lite/widgets/tablepress/tablepress-handler.php'),
(5807, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/tablepress/tablepress.php', 'wp-content/plugins/elementskit-lite/widgets/tablepress/tablepress.php'),
(5808, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/team/parts/social-list.php', 'wp-content/plugins/elementskit-lite/widgets/team/parts/social-list.php'),
(5809, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/team/team-handler.php', 'wp-content/plugins/elementskit-lite/widgets/team/team-handler.php'),
(5810, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/team/team.php', 'wp-content/plugins/elementskit-lite/widgets/team/team.php'),
(5811, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/1.png', 'wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/1.png'),
(5812, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/2.png', 'wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/2.png'),
(5813, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/3.png', 'wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/3.png'),
(5814, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/4.png', 'wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/4.png'),
(5815, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/5.png', 'wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/5.png'),
(5816, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/6.png', 'wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose/6.png'),
(5817, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/common/link.php', 'wp-content/plugins/elementskit-lite/widgets/testimonial/common/link.php'),
(5818, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style/style1.php', 'wp-content/plugins/elementskit-lite/widgets/testimonial/style/style1.php'),
(5819, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style/style2.php', 'wp-content/plugins/elementskit-lite/widgets/testimonial/style/style2.php'),
(5820, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style/style3.php', 'wp-content/plugins/elementskit-lite/widgets/testimonial/style/style3.php'),
(5821, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style/style4.php', 'wp-content/plugins/elementskit-lite/widgets/testimonial/style/style4.php'),
(5822, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style/style5.php', 'wp-content/plugins/elementskit-lite/widgets/testimonial/style/style5.php'),
(5823, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style/style6.php', 'wp-content/plugins/elementskit-lite/widgets/testimonial/style/style6.php'),
(5824, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/testimonial-handler.php', 'wp-content/plugins/elementskit-lite/widgets/testimonial/testimonial-handler.php'),
(5825, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/testimonial.php', 'wp-content/plugins/elementskit-lite/widgets/testimonial/testimonial.php'),
(5826, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/video/parts/video-button.php', 'wp-content/plugins/elementskit-lite/widgets/video/parts/video-button.php'),
(5827, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/video/video-handler.php', 'wp-content/plugins/elementskit-lite/widgets/video/video-handler.php'),
(5828, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/video/video.php', 'wp-content/plugins/elementskit-lite/widgets/video/video.php'),
(5829, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/we-forms/we-forms-handler.php', 'wp-content/plugins/elementskit-lite/widgets/we-forms/we-forms-handler.php'),
(5830, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/we-forms/we-forms.php', 'wp-content/plugins/elementskit-lite/widgets/we-forms/we-forms.php'),
(5831, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/widget-notice.php', 'wp-content/plugins/elementskit-lite/widgets/widget-notice.php'),
(5832, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/wp-forms/wp-forms-handler.php', 'wp-content/plugins/elementskit-lite/widgets/wp-forms/wp-forms-handler.php'),
(5833, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/widgets/wp-forms/wp-forms.php', 'wp-content/plugins/elementskit-lite/widgets/wp-forms/wp-forms.php'),
(5834, '/home/forwardbetcasino/public_html/wp-content/plugins/elementskit-lite/wpml-config.xml', 'wp-content/plugins/elementskit-lite/wpml-config.xml'),
(5835, '/home/forwardbetcasino/public_html/wp-content/plugins/index.php', 'wp-content/plugins/index.php'),
(5836, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/LICENSE.txt', 'wp-content/plugins/luckywp-table-of-contents/LICENSE.txt'),
(5837, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/Admin.php', 'wp-content/plugins/luckywp-table-of-contents/admin/Admin.php'),
(5838, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/Rate.php', 'wp-content/plugins/luckywp-table-of-contents/admin/Rate.php'),
(5839, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/SiteHealth.php', 'wp-content/plugins/luckywp-table-of-contents/admin/SiteHealth.php'),
(5840, '/home/forwardbetcasino/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'),
(5841, '/home/forwardbetcasino/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'),
(5842, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/EditorBlockController.php', 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/EditorBlockController.php'),
(5843, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/MetaboxController.php', 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/MetaboxController.php'),
(5844, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/RateController.php', 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/RateController.php'),
(5845, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/SettingsController.php', 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/SettingsController.php'),
(5846, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/ShortcodeController.php', 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/ShortcodeController.php'),
(5847, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/controllers/WidgetController.php', 'wp-content/plugins/luckywp-table-of-contents/admin/controllers/WidgetController.php'),
(5848, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/forms/CustomizeForm.php', 'wp-content/plugins/luckywp-table-of-contents/admin/forms/CustomizeForm.php'),
(5849, '/home/forwardbetcasino/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'),
(5850, '/home/forwardbetcasino/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'),
(5851, '/home/forwardbetcasino/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'),
(5852, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/OverrideColorBadge.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/OverrideColorBadge.php'),
(5853, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/admin/widgets/PostTypes.php', 'wp-content/plugins/luckywp-table-of-contents/admin/widgets/PostTypes.php'),
(5854, '/home/forwardbetcasino/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'),
(5855, '/home/forwardbetcasino/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'),
(5856, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5857, '/home/forwardbetcasino/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'),
(5858, '/home/forwardbetcasino/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'),
(5859, '/home/forwardbetcasino/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'),
(5860, '/home/forwardbetcasino/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'),
(5861, '/home/forwardbetcasino/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'),
(5862, '/home/forwardbetcasino/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'),
(5863, '/home/forwardbetcasino/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'),
(5864, '/home/forwardbetcasino/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'),
(5865, '/home/forwardbetcasino/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'),
(5866, '/home/forwardbetcasino/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'),
(5867, '/home/forwardbetcasino/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'),
(5868, '/home/forwardbetcasino/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'),
(5869, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/config/plugin.php', 'wp-content/plugins/luckywp-table-of-contents/config/plugin.php'),
(5870, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/config/settings.php', 'wp-content/plugins/luckywp-table-of-contents/config/settings.php'),
(5871, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/Core.php', 'wp-content/plugins/luckywp-table-of-contents/core/Core.php'),
(5872, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/admin/AdminController.php', 'wp-content/plugins/luckywp-table-of-contents/core/admin/AdminController.php'),
(5873, '/home/forwardbetcasino/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'),
(5874, '/home/forwardbetcasino/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'),
(5875, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/BaseObject.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/BaseObject.php'),
(5876, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/BasePlugin.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/BasePlugin.php'),
(5877, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Container.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/Container.php'),
(5878, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Controller.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/Controller.php'),
(5879, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Model.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/Model.php'),
(5880, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Request.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/Request.php'),
(5881, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/ServiceLocator.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/ServiceLocator.php'),
(5882, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/View.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/View.php'),
(5883, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/ViewContextInterface.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/ViewContextInterface.php'),
(5884, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/base/Widget.php', 'wp-content/plugins/luckywp-table-of-contents/core/base/Widget.php'),
(5885, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/front/BaseFront.php', 'wp-content/plugins/luckywp-table-of-contents/core/front/BaseFront.php'),
(5886, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/ArrayHelper.php', 'wp-content/plugins/luckywp-table-of-contents/core/helpers/ArrayHelper.php'),
(5887, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/Html.php', 'wp-content/plugins/luckywp-table-of-contents/core/helpers/Html.php'),
(5888, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/Json.php', 'wp-content/plugins/luckywp-table-of-contents/core/helpers/Json.php'),
(5889, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/helpers/ValueHelper.php', 'wp-content/plugins/luckywp-table-of-contents/core/helpers/ValueHelper.php'),
(5890, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/BooleanValidator.php', 'wp-content/plugins/luckywp-table-of-contents/core/validators/BooleanValidator.php'),
(5891, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/FilterValidator.php', 'wp-content/plugins/luckywp-table-of-contents/core/validators/FilterValidator.php'),
(5892, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/InlineValidator.php', 'wp-content/plugins/luckywp-table-of-contents/core/validators/InlineValidator.php'),
(5893, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/RangeValidator.php', 'wp-content/plugins/luckywp-table-of-contents/core/validators/RangeValidator.php'),
(5894, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/RequiredValidator.php', 'wp-content/plugins/luckywp-table-of-contents/core/validators/RequiredValidator.php'),
(5895, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/validators/Validator.php', 'wp-content/plugins/luckywp-table-of-contents/core/validators/Validator.php'),
(5896, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/wp/Options.php', 'wp-content/plugins/luckywp-table-of-contents/core/wp/Options.php'),
(5897, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/core/wp/Settings.php', 'wp-content/plugins/luckywp-table-of-contents/core/wp/Settings.php'),
(5898, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/front/Front.php', 'wp-content/plugins/luckywp-table-of-contents/front/Front.php'),
(5899, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/front/Toc.php', 'wp-content/plugins/luckywp-table-of-contents/front/Toc.php'),
(5900, '/home/forwardbetcasino/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'),
(5901, '/home/forwardbetcasino/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'),
(5902, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/front/views/body.php', 'wp-content/plugins/luckywp-table-of-contents/front/views/body.php'),
(5903, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/front/views/items.php', 'wp-content/plugins/luckywp-table-of-contents/front/views/items.php'),
(5904, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/functions.php', 'wp-content/plugins/luckywp-table-of-contents/functions.php'),
(5905, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/BeaverBuilder.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/BeaverBuilder.php'),
(5906, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/Oxygen.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/Oxygen.php'),
(5907, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/RankMath.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/RankMath.php'),
(5908, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/ToolsetViews.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/ToolsetViews.php'),
(5909, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/TwentyTwentyTheme.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/TwentyTwentyTheme.php'),
(5910, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/Wpml.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/Wpml.php'),
(5911, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/integrations/elementor/Elementor.php', 'wp-content/plugins/luckywp-table-of-contents/integrations/elementor/Elementor.php'),
(5912, '/home/forwardbetcasino/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'),
(5913, '/home/forwardbetcasino/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'),
(5914, '/home/forwardbetcasino/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'),
(5915, '/home/forwardbetcasino/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'),
(5916, '/home/forwardbetcasino/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'),
(5917, '/home/forwardbetcasino/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'),
(5918, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/lwptocAutoloader.php', 'wp-content/plugins/luckywp-table-of-contents/lwptocAutoloader.php'),
(5919, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Activation.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/Activation.php'),
(5920, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Plugin.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/Plugin.php'),
(5921, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/PostSettings.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/PostSettings.php'),
(5922, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Settings.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/Settings.php'),
(5923, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/Shortcode.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/Shortcode.php'),
(5924, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/WpWidget.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/WpWidget.php'),
(5925, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandling.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandling.php'),
(5926, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingDto.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingDto.php'),
(5927, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingResult.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/contentHandling/ContentHandlingResult.php'),
(5928, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/dom/Dom.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/dom/Dom.php'),
(5929, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/dom/entities.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/dom/entities.php'),
(5930, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/editorBlock/EditorBlock.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/editorBlock/EditorBlock.php'),
(5931, '/home/forwardbetcasino/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'),
(5932, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/McePlugin.php', 'wp-content/plugins/luckywp-table-of-contents/plugin/mcePlugin/McePlugin.php'),
(5933, '/home/forwardbetcasino/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'),
(5934, '/home/forwardbetcasino/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'),
(5935, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/readme.txt', 'wp-content/plugins/luckywp-table-of-contents/readme.txt'),
(5936, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/uninstall.php', 'wp-content/plugins/luckywp-table-of-contents/uninstall.php'),
(5937, '/home/forwardbetcasino/public_html/wp-content/plugins/luckywp-table-of-contents/wpml-config.xml', 'wp-content/plugins/luckywp-table-of-contents/wpml-config.xml'),
(5938, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/block-editor/classic-paragraph.css', 'wp-content/plugins/tinymce-advanced/block-editor/classic-paragraph.css'),
(5939, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/block-editor/classic-paragraph.js', 'wp-content/plugins/tinymce-advanced/block-editor/classic-paragraph.js'),
(5940, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/block-editor/richtext-buttons.css', 'wp-content/plugins/tinymce-advanced/block-editor/richtext-buttons.css'),
(5941, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/block-editor/richtext-buttons.js', 'wp-content/plugins/tinymce-advanced/block-editor/richtext-buttons.js'),
(5942, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/block-editor/tma-block-editor.css', 'wp-content/plugins/tinymce-advanced/block-editor/tma-block-editor.css'),
(5943, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/advlist/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/advlist/plugin.js'),
(5944, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/advlist/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/advlist/plugin.min.js'),
(5945, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/anchor/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/anchor/plugin.js'),
(5946, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/anchor/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/anchor/plugin.min.js'),
(5947, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/code/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/code/plugin.js'),
(5948, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/code/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/code/plugin.min.js'),
(5949, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.js'),
(5950, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.min.js'),
(5951, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_arrow.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_arrow.gif'),
(5952, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_biggrin.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_biggrin.gif'),
(5953, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_confused.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_confused.gif'),
(5954, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cool.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cool.gif'),
(5955, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cry.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cry.gif'),
(5956, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_eek.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_eek.gif'),
(5957, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_evil.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_evil.gif'),
(5958, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_idea.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_idea.gif'),
(5959, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_lol.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_lol.gif'),
(5960, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mad.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mad.gif'),
(5961, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mrgreen.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mrgreen.gif'),
(5962, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_neutral.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_neutral.gif'),
(5963, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_razz.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_razz.gif'),
(5964, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_redface.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_redface.gif'),
(5965, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_rolleyes.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_rolleyes.gif'),
(5966, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_sad.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_sad.gif'),
(5967, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_smile.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_smile.gif'),
(5968, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_surprised.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_surprised.gif'),
(5969, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_twisted.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_twisted.gif'),
(5970, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_wink.gif', 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_wink.gif'),
(5971, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.js'),
(5972, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.min.js'),
(5973, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/importcss/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/importcss/plugin.js'),
(5974, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/importcss/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/importcss/plugin.min.js'),
(5975, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.js'),
(5976, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.min.js'),
(5977, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/link/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/link/plugin.js'),
(5978, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/link/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/link/plugin.min.js'),
(5979, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.js'),
(5980, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.min.js'),
(5981, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/print/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/print/plugin.js'),
(5982, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/print/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/print/plugin.min.js'),
(5983, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.js'),
(5984, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.min.js'),
(5985, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/table/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/table/plugin.js'),
(5986, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/table/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/table/plugin.min.js'),
(5987, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks/css/visualblocks.css', 'wp-content/plugins/tinymce-advanced/mce/visualblocks/css/visualblocks.css'),
(5988, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.js'),
(5989, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.min.js'),
(5990, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.js'),
(5991, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.min.js'),
(5992, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.js', 'wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.js'),
(5993, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.min.js', 'wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.min.js'),
(5994, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/plugin-assets/tadv.css', 'wp-content/plugins/tinymce-advanced/plugin-assets/tadv.css'),
(5995, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/plugin-assets/tadv.js', 'wp-content/plugins/tinymce-advanced/plugin-assets/tadv.js'),
(5996, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/readme.txt', 'wp-content/plugins/tinymce-advanced/readme.txt'),
(5997, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/tadv_admin.php', 'wp-content/plugins/tinymce-advanced/tadv_admin.php'),
(5998, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/tinymce-advanced.php', 'wp-content/plugins/tinymce-advanced/tinymce-advanced.php'),
(5999, '/home/forwardbetcasino/public_html/wp-content/plugins/tinymce-advanced/uninstall.php', 'wp-content/plugins/tinymce-advanced/uninstall.php'),
(6000, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/autoload.php', 'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),
(6001, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),
(6002, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),
(6003, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),
(6004, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),
(6005, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),
(6006, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),
(6007, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),
(6008, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),
(6009, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),
(6010, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),
(6011, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),
(6012, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),
(6013, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),
(6014, '/home/forwardbetcasino/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'),
(6015, '/home/forwardbetcasino/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'),
(6016, '/home/forwardbetcasino/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'),
(6017, '/home/forwardbetcasino/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'),
(6018, '/home/forwardbetcasino/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'),
(6019, '/home/forwardbetcasino/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'),
(6020, '/home/forwardbetcasino/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'),
(6021, '/home/forwardbetcasino/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'),
(6022, '/home/forwardbetcasino/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'),
(6023, '/home/forwardbetcasino/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'),
(6024, '/home/forwardbetcasino/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'),
(6025, '/home/forwardbetcasino/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'),
(6026, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),
(6027, '/home/forwardbetcasino/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'),
(6028, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),
(6029, '/home/forwardbetcasino/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'),
(6030, '/home/forwardbetcasino/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'),
(6031, '/home/forwardbetcasino/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'),
(6032, '/home/forwardbetcasino/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'),
(6033, '/home/forwardbetcasino/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'),
(6034, '/home/forwardbetcasino/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'),
(6035, '/home/forwardbetcasino/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'),
(6036, '/home/forwardbetcasino/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'),
(6037, '/home/forwardbetcasino/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'),
(6038, '/home/forwardbetcasino/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'),
(6039, '/home/forwardbetcasino/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'),
(6040, '/home/forwardbetcasino/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'),
(6041, '/home/forwardbetcasino/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'),
(6042, '/home/forwardbetcasino/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'),
(6043, '/home/forwardbetcasino/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'),
(6044, '/home/forwardbetcasino/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'),
(6045, '/home/forwardbetcasino/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'),
(6046, '/home/forwardbetcasino/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'),
(6047, '/home/forwardbetcasino/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'),
(6048, '/home/forwardbetcasino/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'),
(6049, '/home/forwardbetcasino/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'),
(6050, '/home/forwardbetcasino/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'),
(6051, '/home/forwardbetcasino/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'),
(6052, '/home/forwardbetcasino/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'),
(6053, '/home/forwardbetcasino/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'),
(6054, '/home/forwardbetcasino/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'),
(6055, '/home/forwardbetcasino/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'),
(6056, '/home/forwardbetcasino/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'),
(6057, '/home/forwardbetcasino/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'),
(6058, '/home/forwardbetcasino/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'),
(6059, '/home/forwardbetcasino/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'),
(6060, '/home/forwardbetcasino/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'),
(6061, '/home/forwardbetcasino/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'),
(6062, '/home/forwardbetcasino/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'),
(6063, '/home/forwardbetcasino/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'),
(6064, '/home/forwardbetcasino/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'),
(6065, '/home/forwardbetcasino/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'),
(6066, '/home/forwardbetcasino/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'),
(6067, '/home/forwardbetcasino/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'),
(6068, '/home/forwardbetcasino/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'),
(6069, '/home/forwardbetcasino/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'),
(6070, '/home/forwardbetcasino/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'),
(6071, '/home/forwardbetcasino/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'),
(6072, '/home/forwardbetcasino/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'),
(6073, '/home/forwardbetcasino/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'),
(6074, '/home/forwardbetcasino/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'),
(6075, '/home/forwardbetcasino/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'),
(6076, '/home/forwardbetcasino/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'),
(6077, '/home/forwardbetcasino/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'),
(6078, '/home/forwardbetcasino/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'),
(6079, '/home/forwardbetcasino/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'),
(6080, '/home/forwardbetcasino/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'),
(6081, '/home/forwardbetcasino/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'),
(6082, '/home/forwardbetcasino/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'),
(6083, '/home/forwardbetcasino/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'),
(6084, '/home/forwardbetcasino/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'),
(6085, '/home/forwardbetcasino/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'),
(6086, '/home/forwardbetcasino/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'),
(6087, '/home/forwardbetcasino/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'),
(6088, '/home/forwardbetcasino/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'),
(6089, '/home/forwardbetcasino/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'),
(6090, '/home/forwardbetcasino/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'),
(6091, '/home/forwardbetcasino/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'),
(6092, '/home/forwardbetcasino/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'),
(6093, '/home/forwardbetcasino/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'),
(6094, '/home/forwardbetcasino/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'),
(6095, '/home/forwardbetcasino/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'),
(6096, '/home/forwardbetcasino/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'),
(6097, '/home/forwardbetcasino/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'),
(6098, '/home/forwardbetcasino/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'),
(6099, '/home/forwardbetcasino/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'),
(6100, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6101, '/home/forwardbetcasino/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'),
(6102, '/home/forwardbetcasino/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'),
(6103, '/home/forwardbetcasino/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'),
(6104, '/home/forwardbetcasino/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'),
(6105, '/home/forwardbetcasino/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'),
(6106, '/home/forwardbetcasino/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'),
(6107, '/home/forwardbetcasino/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'),
(6108, '/home/forwardbetcasino/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'),
(6109, '/home/forwardbetcasino/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'),
(6110, '/home/forwardbetcasino/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'),
(6111, '/home/forwardbetcasino/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'),
(6112, '/home/forwardbetcasino/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'),
(6113, '/home/forwardbetcasino/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'),
(6114, '/home/forwardbetcasino/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'),
(6115, '/home/forwardbetcasino/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'),
(6116, '/home/forwardbetcasino/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'),
(6117, '/home/forwardbetcasino/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'),
(6118, '/home/forwardbetcasino/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'),
(6119, '/home/forwardbetcasino/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'),
(6120, '/home/forwardbetcasino/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'),
(6121, '/home/forwardbetcasino/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'),
(6122, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/activity-report-widget.1690810710.css', 'wp-content/plugins/wordfence/css/activity-report-widget.1690810710.css'),
(6123, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/diff.1690810710.css', 'wp-content/plugins/wordfence/css/diff.1690810710.css'),
(6124, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/fullLog.1690810710.css', 'wp-content/plugins/wordfence/css/fullLog.1690810710.css'),
(6125, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),
(6126, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),
(6127, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),
(6128, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),
(6129, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),
(6130, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),
(6131, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/iptraf.1690810710.css', 'wp-content/plugins/wordfence/css/iptraf.1690810710.css'),
(6132, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1690810710.css', 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1690810710.css'),
(6133, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/jquery-ui.min.1690810710.css', 'wp-content/plugins/wordfence/css/jquery-ui.min.1690810710.css'),
(6134, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/jquery-ui.structure.min.1690810710.css', 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1690810710.css'),
(6135, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/jquery-ui.theme.min.1690810710.css', 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1690810710.css'),
(6136, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/care-global.1690810710.css', 'wp-content/plugins/wordfence/css/license/care-global.1690810710.css'),
(6137, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/care.1690810710.css', 'wp-content/plugins/wordfence/css/license/care.1690810710.css'),
(6138, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/free-global.1690810710.css', 'wp-content/plugins/wordfence/css/license/free-global.1690810710.css'),
(6139, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/free.1690810710.css', 'wp-content/plugins/wordfence/css/license/free.1690810710.css'),
(6140, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/premium-global.1690810710.css', 'wp-content/plugins/wordfence/css/license/premium-global.1690810710.css'),
(6141, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/premium.1690810710.css', 'wp-content/plugins/wordfence/css/license/premium.1690810710.css'),
(6142, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/response-global.1690810710.css', 'wp-content/plugins/wordfence/css/license/response-global.1690810710.css'),
(6143, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/response-variables.1690810710.css', 'wp-content/plugins/wordfence/css/license/response-variables.1690810710.css'),
(6144, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/license/response.1690810710.css', 'wp-content/plugins/wordfence/css/license/response.1690810710.css'),
(6145, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/main.1690810710.css', 'wp-content/plugins/wordfence/css/main.1690810710.css'),
(6146, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/phpinfo.1690810710.css', 'wp-content/plugins/wordfence/css/phpinfo.1690810710.css'),
(6147, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wf-adminbar.1690810710.css', 'wp-content/plugins/wordfence/css/wf-adminbar.1690810710.css'),
(6148, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wf-colorbox.1690810710.css', 'wp-content/plugins/wordfence/css/wf-colorbox.1690810710.css'),
(6149, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wf-font-awesome.1690810710.css', 'wp-content/plugins/wordfence/css/wf-font-awesome.1690810710.css'),
(6150, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wf-global.1690810710.css', 'wp-content/plugins/wordfence/css/wf-global.1690810710.css'),
(6151, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wf-ionicons.1690810710.css', 'wp-content/plugins/wordfence/css/wf-ionicons.1690810710.css'),
(6152, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wf-onboarding.1690810710.css', 'wp-content/plugins/wordfence/css/wf-onboarding.1690810710.css'),
(6153, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wf-roboto-font.1690810710.css', 'wp-content/plugins/wordfence/css/wf-roboto-font.1690810710.css'),
(6154, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wfselect2.min.1690810710.css', 'wp-content/plugins/wordfence/css/wfselect2.min.1690810710.css'),
(6155, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/css/wordfenceBox.1690810710.css', 'wp-content/plugins/wordfence/css/wordfenceBox.1690810710.css'),
(6156, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),
(6157, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/ionicons.woff', 'wp-content/plugins/wordfence/fonts/ionicons.woff'),
(6158, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),
(6159, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),
(6160, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),
(6161, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),
(6162, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),
(6163, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),
(6164, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),
(6165, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),
(6166, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),
(6167, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),
(6168, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/2fa-whole.svg', 'wp-content/plugins/wordfence/images/2fa-whole.svg'),
(6169, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/2fa1.svg', 'wp-content/plugins/wordfence/images/2fa1.svg'),
(6170, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/2fa2.svg', 'wp-content/plugins/wordfence/images/2fa2.svg'),
(6171, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/back_disabled.jpg', 'wp-content/plugins/wordfence/images/back_disabled.jpg'),
(6172, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/back_enabled.jpg', 'wp-content/plugins/wordfence/images/back_enabled.jpg'),
(6173, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/blocking.svg', 'wp-content/plugins/wordfence/images/blocking.svg'),
(6174, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/button-grad-grey.png', 'wp-content/plugins/wordfence/images/button-grad-grey.png'),
(6175, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/checkbox.png', 'wp-content/plugins/wordfence/images/checkbox.png'),
(6176, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/flags.png', 'wp-content/plugins/wordfence/images/flags.png'),
(6177, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/forward_disabled.jpg', 'wp-content/plugins/wordfence/images/forward_disabled.jpg'),
(6178, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/forward_enabled.jpg', 'wp-content/plugins/wordfence/images/forward_enabled.jpg'),
(6179, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/help.png', 'wp-content/plugins/wordfence/images/help.png'),
(6180, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/ajax24.gif', 'wp-content/plugins/wordfence/images/icons/ajax24.gif'),
(6181, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/ajax3.gif', 'wp-content/plugins/wordfence/images/icons/ajax3.gif'),
(6182, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),
(6183, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),
(6184, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),
(6185, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),
(6186, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),
(6187, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/check-care.svg', 'wp-content/plugins/wordfence/images/icons/check-care.svg'),
(6188, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/check-premium.svg', 'wp-content/plugins/wordfence/images/icons/check-premium.svg'),
(6189, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/check-response.svg', 'wp-content/plugins/wordfence/images/icons/check-response.svg'),
(6190, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/check.svg', 'wp-content/plugins/wordfence/images/icons/check.svg'),
(6191, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/email_go.png', 'wp-content/plugins/wordfence/images/icons/email_go.png'),
(6192, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/error128.png', 'wp-content/plugins/wordfence/images/icons/error128.png'),
(6193, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/magnifier.png', 'wp-content/plugins/wordfence/images/icons/magnifier.png'),
(6194, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/tick128.png', 'wp-content/plugins/wordfence/images/icons/tick128.png'),
(6195, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/warning128.png', 'wp-content/plugins/wordfence/images/icons/warning128.png'),
(6196, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/icons/working-indicator.gif', 'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),
(6197, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/lightbox-controls.png', 'wp-content/plugins/wordfence/images/lightbox-controls.png'),
(6198, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/loading.gif', 'wp-content/plugins/wordfence/images/loading.gif'),
(6199, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/loading_background.png', 'wp-content/plugins/wordfence/images/loading_background.png'),
(6200, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/loading_large.gif', 'wp-content/plugins/wordfence/images/loading_large.gif'),
(6201, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/logo.png', 'wp-content/plugins/wordfence/images/logo.png'),
(6202, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/logos/shield-care.svg', 'wp-content/plugins/wordfence/images/logos/shield-care.svg'),
(6203, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/logos/shield-free.svg', 'wp-content/plugins/wordfence/images/logos/shield-free.svg'),
(6204, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/logos/shield-premium.svg', 'wp-content/plugins/wordfence/images/logos/shield-premium.svg'),
(6205, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/logos/shield-response.svg', 'wp-content/plugins/wordfence/images/logos/shield-response.svg'),
(6206, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/logos/shield-white.svg', 'wp-content/plugins/wordfence/images/logos/shield-white.svg'),
(6207, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/options.svg', 'wp-content/plugins/wordfence/images/options.svg'),
(6208, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/ratelimiting.svg', 'wp-content/plugins/wordfence/images/ratelimiting.svg'),
(6209, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_asc.gif', 'wp-content/plugins/wordfence/images/sort_asc.gif'),
(6210, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_asc.png', 'wp-content/plugins/wordfence/images/sort_asc.png'),
(6211, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),
(6212, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_asc_disabled.png', 'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),
(6213, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_both.gif', 'wp-content/plugins/wordfence/images/sort_both.gif'),
(6214, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_both.png', 'wp-content/plugins/wordfence/images/sort_both.png'),
(6215, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_desc.gif', 'wp-content/plugins/wordfence/images/sort_desc.gif'),
(6216, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_desc.png', 'wp-content/plugins/wordfence/images/sort_desc.png'),
(6217, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),
(6218, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/sort_desc_disabled.png', 'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),
(6219, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/support.svg', 'wp-content/plugins/wordfence/images/support.svg'),
(6220, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/tools.svg', 'wp-content/plugins/wordfence/images/tools.svg'),
(6221, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/wf-central-logo.svg', 'wp-content/plugins/wordfence/images/wf-central-logo.svg'),
(6222, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/wf-error-badge.svg', 'wp-content/plugins/wordfence/images/wf-error-badge.svg'),
(6223, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/wf-horizontal.svg', 'wp-content/plugins/wordfence/images/wf-horizontal.svg'),
(6224, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/images/wordfence-logo.svg', 'wp-content/plugins/wordfence/images/wordfence-logo.svg'),
(6225, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/index.php', 'wp-content/plugins/wordfence/index.php'),
(6226, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/admin.1690810710.js', 'wp-content/plugins/wordfence/js/admin.1690810710.js'),
(6227, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1690810710.js', 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1690810710.js'),
(6228, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/admin.liveTraffic.1690810710.js', 'wp-content/plugins/wordfence/js/admin.liveTraffic.1690810710.js'),
(6229, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/chart.umd.1690810710.js', 'wp-content/plugins/wordfence/js/chart.umd.1690810710.js'),
(6230, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/date.1690810710.js', 'wp-content/plugins/wordfence/js/date.1690810710.js'),
(6231, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1690810710.js', 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1690810710.js'),
(6232, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/jquery.colorbox-min.1690810710.js', 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1690810710.js'),
(6233, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/jquery.colorbox.1690810710.js', 'wp-content/plugins/wordfence/js/jquery.colorbox.1690810710.js'),
(6234, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/jquery.qrcode.min.1690810710.js', 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1690810710.js'),
(6235, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/jquery.tmpl.min.1690810710.js', 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1690810710.js'),
(6236, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/knockout-3.5.1.1690810710.js', 'wp-content/plugins/wordfence/js/knockout-3.5.1.1690810710.js'),
(6237, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/wfdashboard.1690810710.js', 'wp-content/plugins/wordfence/js/wfdashboard.1690810710.js'),
(6238, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/wfdropdown.1690810710.js', 'wp-content/plugins/wordfence/js/wfdropdown.1690810710.js'),
(6239, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/wfglobal.1690810710.js', 'wp-content/plugins/wordfence/js/wfglobal.1690810710.js'),
(6240, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/wfi18n.1690810710.js', 'wp-content/plugins/wordfence/js/wfi18n.1690810710.js'),
(6241, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/wfonboarding.1690810710.js', 'wp-content/plugins/wordfence/js/wfonboarding.1690810710.js'),
(6242, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/wfpopover.1690810710.js', 'wp-content/plugins/wordfence/js/wfpopover.1690810710.js'),
(6243, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/js/wfselect2.min.1690810710.js', 'wp-content/plugins/wordfence/js/wfselect2.min.1690810710.js'),
(6244, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/languages/wordfence.mo', 'wp-content/plugins/wordfence/languages/wordfence.mo'),
(6245, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/languages/wordfence.pot', 'wp-content/plugins/wordfence/languages/wordfence.pot'),
(6246, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/.htaccess', 'wp-content/plugins/wordfence/lib/.htaccess'),
(6247, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),
(6248, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),
(6249, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),
(6250, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),
(6251, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/Diff.php', 'wp-content/plugins/wordfence/lib/Diff.php'),
(6252, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),
(6253, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/IPTraf.php', 'wp-content/plugins/wordfence/lib/IPTraf.php'),
(6254, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/IPTrafList.php', 'wp-content/plugins/wordfence/lib/IPTrafList.php'),
(6255, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),
(6256, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/compat.php', 'wp-content/plugins/wordfence/lib/compat.php'),
(6257, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),
(6258, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),
(6259, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),
(6260, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),
(6261, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),
(6262, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),
(6263, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),
(6264, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),
(6265, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),
(6266, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/diffResult.php', 'wp-content/plugins/wordfence/lib/diffResult.php'),
(6267, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/email_genericAlert.php', 'wp-content/plugins/wordfence/lib/email_genericAlert.php'),
(6268, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/email_newIssues.php', 'wp-content/plugins/wordfence/lib/email_newIssues.php'),
(6269, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/email_unlockRequest.php', 'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),
(6270, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),
(6271, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/flags.php', 'wp-content/plugins/wordfence/lib/flags.php'),
(6272, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/live_activity.php', 'wp-content/plugins/wordfence/lib/live_activity.php'),
(6273, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_dashboard.php', 'wp-content/plugins/wordfence/lib/menu_dashboard.php'),
(6274, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_dashboard_options.php', 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),
(6275, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_firewall.php', 'wp-content/plugins/wordfence/lib/menu_firewall.php'),
(6276, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),
(6277, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),
(6278, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_firewall_waf.php', 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),
(6279, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),
(6280, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_install.php', 'wp-content/plugins/wordfence/lib/menu_install.php'),
(6281, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_options.php', 'wp-content/plugins/wordfence/lib/menu_options.php'),
(6282, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_scanner.php', 'wp-content/plugins/wordfence/lib/menu_scanner.php'),
(6283, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),
(6284, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_scanner_options.php', 'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),
(6285, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_support.php', 'wp-content/plugins/wordfence/lib/menu_support.php'),
(6286, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_tools.php', 'wp-content/plugins/wordfence/lib/menu_tools.php'),
(6287, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),
(6288, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_tools_importExport.php', 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),
(6289, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),
(6290, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),
(6291, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_tools_whois.php', 'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),
(6292, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/menu_wordfence_central.php', 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),
(6293, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/noc1.key', 'wp-content/plugins/wordfence/lib/noc1.key'),
(6294, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),
(6295, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),
(6296, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),
(6297, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),
(6298, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/sodium_compat_fast.php', 'wp-content/plugins/wordfence/lib/sodium_compat_fast.php'),
(6299, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/sysinfo.php', 'wp-content/plugins/wordfence/lib/sysinfo.php'),
(6300, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),
(6301, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wf503.php', 'wp-content/plugins/wordfence/lib/wf503.php'),
(6302, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfAPI.php', 'wp-content/plugins/wordfence/lib/wfAPI.php'),
(6303, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfActivityReport.php', 'wp-content/plugins/wordfence/lib/wfActivityReport.php'),
(6304, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),
(6305, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfAlerts.php', 'wp-content/plugins/wordfence/lib/wfAlerts.php'),
(6306, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfArray.php', 'wp-content/plugins/wordfence/lib/wfArray.php'),
(6307, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfBrowscap.php', 'wp-content/plugins/wordfence/lib/wfBrowscap.php'),
(6308, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),
(6309, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfBulkCountries.php', 'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),
(6310, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfCache.php', 'wp-content/plugins/wordfence/lib/wfCache.php'),
(6311, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfCentralAPI.php', 'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),
(6312, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfConfig.php', 'wp-content/plugins/wordfence/lib/wfConfig.php'),
(6313, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfCrawl.php', 'wp-content/plugins/wordfence/lib/wfCrawl.php'),
(6314, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfCredentialsController.php', 'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),
(6315, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfCrypt.php', 'wp-content/plugins/wordfence/lib/wfCrypt.php'),
(6316, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfCurlInterceptor.php', 'wp-content/plugins/wordfence/lib/wfCurlInterceptor.php'),
(6317, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfDB.php', 'wp-content/plugins/wordfence/lib/wfDB.php'),
(6318, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfDashboard.php', 'wp-content/plugins/wordfence/lib/wfDashboard.php'),
(6319, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfDateLocalization.php', 'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),
(6320, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfDeactivationOption.php', 'wp-content/plugins/wordfence/lib/wfDeactivationOption.php'),
(6321, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfDiagnostic.php', 'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),
(6322, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfDict.php', 'wp-content/plugins/wordfence/lib/wfDict.php'),
(6323, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),
(6324, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfFileUtils.php', 'wp-content/plugins/wordfence/lib/wfFileUtils.php'),
(6325, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfHelperBin.php', 'wp-content/plugins/wordfence/lib/wfHelperBin.php'),
(6326, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfHelperString.php', 'wp-content/plugins/wordfence/lib/wfHelperString.php'),
(6327, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),
(6328, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfImportExportController.php', 'wp-content/plugins/wordfence/lib/wfImportExportController.php'),
(6329, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php', 'wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php'),
(6330, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfInvalidPathException.php', 'wp-content/plugins/wordfence/lib/wfInvalidPathException.php'),
(6331, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfIpLocation.php', 'wp-content/plugins/wordfence/lib/wfIpLocation.php'),
(6332, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfIpLocator.php', 'wp-content/plugins/wordfence/lib/wfIpLocator.php'),
(6333, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfIssues.php', 'wp-content/plugins/wordfence/lib/wfIssues.php'),
(6334, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfJWT.php', 'wp-content/plugins/wordfence/lib/wfJWT.php'),
(6335, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfLicense.php', 'wp-content/plugins/wordfence/lib/wfLicense.php'),
(6336, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfLockedOut.php', 'wp-content/plugins/wordfence/lib/wfLockedOut.php'),
(6337, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfLog.php', 'wp-content/plugins/wordfence/lib/wfLog.php'),
(6338, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),
(6339, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfModuleController.php', 'wp-content/plugins/wordfence/lib/wfModuleController.php'),
(6340, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfNotification.php', 'wp-content/plugins/wordfence/lib/wfNotification.php'),
(6341, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfOnboardingController.php', 'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),
(6342, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfPersistenceController.php', 'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),
(6343, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfRESTAPI.php', 'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),
(6344, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScan.php', 'wp-content/plugins/wordfence/lib/wfScan.php'),
(6345, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php', 'wp-content/plugins/wordfence/lib/wfScanEngine.php'),
(6346, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEntrypoint.php', 'wp-content/plugins/wordfence/lib/wfScanEntrypoint.php'),
(6347, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanFile.php', 'wp-content/plugins/wordfence/lib/wfScanFile.php'),
(6348, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanFileLink.php', 'wp-content/plugins/wordfence/lib/wfScanFileLink.php'),
(6349, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanMonitor.php', 'wp-content/plugins/wordfence/lib/wfScanMonitor.php'),
(6350, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanPath.php', 'wp-content/plugins/wordfence/lib/wfScanPath.php'),
(6351, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfSchema.php', 'wp-content/plugins/wordfence/lib/wfSchema.php'),
(6352, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfStyle.php', 'wp-content/plugins/wordfence/lib/wfStyle.php'),
(6353, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfSupportController.php', 'wp-content/plugins/wordfence/lib/wfSupportController.php'),
(6354, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),
(6355, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),
(6356, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfUtils.php', 'wp-content/plugins/wordfence/lib/wfUtils.php'),
(6357, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfVersionCheckController.php', 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),
(6358, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfVersionSupport.php', 'wp-content/plugins/wordfence/lib/wfVersionSupport.php'),
(6359, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfView.php', 'wp-content/plugins/wordfence/lib/wfView.php'),
(6360, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfViewResult.php', 'wp-content/plugins/wordfence/lib/wfViewResult.php'),
(6361, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfWebsite.php', 'wp-content/plugins/wordfence/lib/wfWebsite.php'),
(6362, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wordfenceClass.php', 'wp-content/plugins/wordfence/lib/wordfenceClass.php'),
(6363, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wordfenceConstants.php', 'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),
(6364, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php', 'wp-content/plugins/wordfence/lib/wordfenceHash.php'),
(6365, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wordfenceScanner.php', 'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),
(6366, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),
(6367, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/license.txt', 'wp-content/plugins/wordfence/license.txt'),
(6368, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/models/.htaccess', 'wp-content/plugins/wordfence/models/.htaccess'),
(6369, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/models/block/wfBlock.php', 'wp-content/plugins/wordfence/models/block/wfBlock.php'),
(6370, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/models/block/wfRateLimit.php', 'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),
(6371, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/models/common/wfTab.php', 'wp-content/plugins/wordfence/models/common/wfTab.php'),
(6372, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/models/firewall/wfFirewall.php', 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),
(6373, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/models/page/wfPage.php', 'wp-content/plugins/wordfence/models/page/wfPage.php'),
(6374, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/models/scanner/wfScanner.php', 'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),
(6375, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),
(6376, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),
(6377, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),
(6378, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),
(6379, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),
(6380, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),
(6381, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),
(6382, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),
(6383, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),
(6384, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),
(6385, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),
(6386, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),
(6387, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),
(6388, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),
(6389, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php'),
(6390, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),
(6391, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),
(6392, '/home/forwardbetcasino/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'),
(6393, '/home/forwardbetcasino/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'),
(6394, '/home/forwardbetcasino/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'),
(6395, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),
(6396, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6397, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),
(6398, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),
(6399, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/script.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/script.php'),
(6400, '/home/forwardbetcasino/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'),
(6401, '/home/forwardbetcasino/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'),
(6402, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),
(6403, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/style.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/style.php'),
(6404, '/home/forwardbetcasino/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'),
(6405, '/home/forwardbetcasino/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'),
(6406, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),
(6407, '/home/forwardbetcasino/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'),
(6408, '/home/forwardbetcasino/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'),
(6409, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),
(6410, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php'),
(6411, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php'),
(6412, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php'),
(6413, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php'),
(6414, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php'),
(6415, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php'),
(6416, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php'),
(6417, '/home/forwardbetcasino/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'),
(6418, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/css/admin.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/admin.1690810710.css'),
(6419, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1690810710.css'),
(6420, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/css/embedded.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/embedded.1690810710.css'),
(6421, '/home/forwardbetcasino/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'),
(6422, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/css/ionicons.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1690810710.css'),
(6423, '/home/forwardbetcasino/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'),
(6424, '/home/forwardbetcasino/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'),
(6425, '/home/forwardbetcasino/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'),
(6426, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/css/login.1690810710.css', 'wp-content/plugins/wordfence/modules/login-security/css/login.1690810710.css'),
(6427, '/home/forwardbetcasino/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'),
(6428, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/header.svg', 'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),
(6429, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),
(6430, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/loading.gif', 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),
(6431, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),
(6432, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/img/menu.svg', 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),
(6433, '/home/forwardbetcasino/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'),
(6434, '/home/forwardbetcasino/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'),
(6435, '/home/forwardbetcasino/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'),
(6436, '/home/forwardbetcasino/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'),
(6437, '/home/forwardbetcasino/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'),
(6438, '/home/forwardbetcasino/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'),
(6439, '/home/forwardbetcasino/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'),
(6440, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/js/admin.1690810710.js', 'wp-content/plugins/wordfence/modules/login-security/js/admin.1690810710.js'),
(6441, '/home/forwardbetcasino/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'),
(6442, '/home/forwardbetcasino/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'),
(6443, '/home/forwardbetcasino/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'),
(6444, '/home/forwardbetcasino/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'),
(6445, '/home/forwardbetcasino/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'),
(6446, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/js/login.1690810710.js', 'wp-content/plugins/wordfence/modules/login-security/js/login.1690810710.js'),
(6447, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/.htaccess', 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),
(6448, '/home/forwardbetcasino/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'),
(6449, '/home/forwardbetcasino/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'),
(6450, '/home/forwardbetcasino/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'),
(6451, '/home/forwardbetcasino/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'),
(6452, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),
(6453, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),
(6454, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),
(6455, '/home/forwardbetcasino/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'),
(6456, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),
(6457, '/home/forwardbetcasino/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'),
(6458, '/home/forwardbetcasino/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'),
(6459, '/home/forwardbetcasino/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'),
(6460, '/home/forwardbetcasino/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'),
(6461, '/home/forwardbetcasino/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'),
(6462, '/home/forwardbetcasino/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'),
(6463, '/home/forwardbetcasino/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'),
(6464, '/home/forwardbetcasino/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'),
(6465, '/home/forwardbetcasino/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'),
(6466, '/home/forwardbetcasino/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'),
(6467, '/home/forwardbetcasino/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'),
(6468, '/home/forwardbetcasino/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'),
(6469, '/home/forwardbetcasino/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'),
(6470, '/home/forwardbetcasino/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'),
(6471, '/home/forwardbetcasino/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'),
(6472, '/home/forwardbetcasino/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'),
(6473, '/home/forwardbetcasino/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'),
(6474, '/home/forwardbetcasino/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'),
(6475, '/home/forwardbetcasino/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'),
(6476, '/home/forwardbetcasino/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'),
(6477, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),
(6478, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/page.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),
(6479, '/home/forwardbetcasino/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'),
(6480, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/role.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/role.php'),
(6481, '/home/forwardbetcasino/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'),
(6482, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),
(6483, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),
(6484, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),
(6485, '/home/forwardbetcasino/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'),
(6486, '/home/forwardbetcasino/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'),
(6487, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),
(6488, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/readme.txt', 'wp-content/plugins/wordfence/readme.txt'),
(6489, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/tmp/.htaccess', 'wp-content/plugins/wordfence/tmp/.htaccess'),
(6490, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/.htaccess', 'wp-content/plugins/wordfence/vendor/.htaccess'),
(6491, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/autoload.php', 'wp-content/plugins/wordfence/vendor/autoload.php'),
(6492, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),
(6493, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php'),
(6494, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/LICENSE', 'wp-content/plugins/wordfence/vendor/composer/LICENSE'),
(6495, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),
(6496, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),
(6497, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),
(6498, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),
(6499, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_static.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),
(6500, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/installed.json', 'wp-content/plugins/wordfence/vendor/composer/installed.json'),
(6501, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/composer/installed.php', 'wp-content/plugins/wordfence/vendor/composer/installed.php'),
(6502, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php'),
(6503, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php'),
(6504, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php'),
(6505, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php'),
(6506, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php'),
(6507, '/home/forwardbetcasino/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'),
(6508, '/home/forwardbetcasino/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'),
(6509, '/home/forwardbetcasino/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'),
(6510, '/home/forwardbetcasino/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'),
(6511, '/home/forwardbetcasino/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'),
(6512, '/home/forwardbetcasino/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'),
(6513, '/home/forwardbetcasino/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'),
(6514, '/home/forwardbetcasino/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'),
(6515, '/home/forwardbetcasino/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'),
(6516, '/home/forwardbetcasino/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'),
(6517, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php'),
(6518, '/home/forwardbetcasino/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'),
(6519, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php'),
(6520, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php'),
(6521, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php'),
(6522, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php'),
(6523, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php'),
(6524, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),
(6525, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),
(6526, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),
(6527, '/home/forwardbetcasino/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'),
(6528, '/home/forwardbetcasino/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'),
(6529, '/home/forwardbetcasino/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'),
(6530, '/home/forwardbetcasino/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'),
(6531, '/home/forwardbetcasino/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'),
(6532, '/home/forwardbetcasino/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'),
(6533, '/home/forwardbetcasino/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'),
(6534, '/home/forwardbetcasino/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'),
(6535, '/home/forwardbetcasino/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'),
(6536, '/home/forwardbetcasino/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'),
(6537, '/home/forwardbetcasino/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'),
(6538, '/home/forwardbetcasino/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'),
(6539, '/home/forwardbetcasino/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'),
(6540, '/home/forwardbetcasino/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'),
(6541, '/home/forwardbetcasino/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'),
(6542, '/home/forwardbetcasino/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'),
(6543, '/home/forwardbetcasino/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'),
(6544, '/home/forwardbetcasino/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'),
(6545, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),
(6546, '/home/forwardbetcasino/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'),
(6547, '/home/forwardbetcasino/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'),
(6548, '/home/forwardbetcasino/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'),
(6549, '/home/forwardbetcasino/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'),
(6550, '/home/forwardbetcasino/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'),
(6551, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/.htaccess', 'wp-content/plugins/wordfence/views/.htaccess'),
(6552, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/blocking/block-list.php', 'wp-content/plugins/wordfence/views/blocking/block-list.php'),
(6553, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/blocking/blocking-create.php', 'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),
(6554, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/blocking/blocking-status.php', 'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),
(6555, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/blocking/country-block-map.php', 'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),
(6556, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/blocking/country-modal.php', 'wp-content/plugins/wordfence/views/blocking/country-modal.php'),
(6557, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),
(6558, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),
(6559, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),
(6560, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/block-navigation-option.php', 'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),
(6561, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/indeterminate-progress.php', 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),
(6562, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/license.php', 'wp-content/plugins/wordfence/views/common/license.php'),
(6563, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/modal-prompt.php', 'wp-content/plugins/wordfence/views/common/modal-prompt.php'),
(6564, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),
(6565, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/page-help.php', 'wp-content/plugins/wordfence/views/common/page-help.php'),
(6566, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/page-tabbar.php', 'wp-content/plugins/wordfence/views/common/page-tabbar.php'),
(6567, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/page-title.php', 'wp-content/plugins/wordfence/views/common/page-title.php'),
(6568, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/section-subtitle.php', 'wp-content/plugins/wordfence/views/common/section-subtitle.php'),
(6569, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/section-title.php', 'wp-content/plugins/wordfence/views/common/section-title.php'),
(6570, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/status-circular.php', 'wp-content/plugins/wordfence/views/common/status-circular.php'),
(6571, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/status-critical.php', 'wp-content/plugins/wordfence/views/common/status-critical.php'),
(6572, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/status-detail.php', 'wp-content/plugins/wordfence/views/common/status-detail.php'),
(6573, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/status-tooltip.php', 'wp-content/plugins/wordfence/views/common/status-tooltip.php'),
(6574, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/status-warning.php', 'wp-content/plugins/wordfence/views/common/status-warning.php'),
(6575, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/common/unsubscribe.php', 'wp-content/plugins/wordfence/views/common/unsubscribe.php'),
(6576, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/global-status.php', 'wp-content/plugins/wordfence/views/dashboard/global-status.php'),
(6577, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),
(6578, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),
(6579, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),
(6580, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),
(6581, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-general.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),
(6582, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-import.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),
(6583, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-license.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),
(6584, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),
(6585, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),
(6586, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/dashboard/status-renewing.php', 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),
(6587, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/diagnostics/text.php', 'wp-content/plugins/wordfence/views/diagnostics/text.php'),
(6588, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/gdpr/banner.php', 'wp-content/plugins/wordfence/views/gdpr/banner.php'),
(6589, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),
(6590, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php', 'wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php'),
(6591, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/banner.php', 'wp-content/plugins/wordfence/views/onboarding/banner.php'),
(6592, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),
(6593, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/fresh-install.php', 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),
(6594, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),
(6595, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/overlay.php', 'wp-content/plugins/wordfence/views/onboarding/overlay.php'),
(6596, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/plugin-header.php', 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),
(6597, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/registration-prompt.php', 'wp-content/plugins/wordfence/views/onboarding/registration-prompt.php'),
(6598, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),
(6599, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/block-all-options-controls.php', 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),
(6600, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/block-controls.php', 'wp-content/plugins/wordfence/views/options/block-controls.php'),
(6601, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-label.php', 'wp-content/plugins/wordfence/views/options/option-label.php'),
(6602, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-select.php', 'wp-content/plugins/wordfence/views/options/option-select.php'),
(6603, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-switch.php', 'wp-content/plugins/wordfence/views/options/option-switch.php'),
(6604, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-text.php', 'wp-content/plugins/wordfence/views/options/option-text.php'),
(6605, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-textarea.php', 'wp-content/plugins/wordfence/views/options/option-textarea.php'),
(6606, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),
(6607, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),
(6608, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),
(6609, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-toggled-select.php', 'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),
(6610, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-toggled-sub.php', 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),
(6611, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),
(6612, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-toggled.php', 'wp-content/plugins/wordfence/views/options/option-toggled.php'),
(6613, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/option-token.php', 'wp-content/plugins/wordfence/views/options/option-token.php'),
(6614, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/options/options-title.php', 'wp-content/plugins/wordfence/views/options/options-title.php'),
(6615, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),
(6616, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/reports/activity-report.php', 'wp-content/plugins/wordfence/views/reports/activity-report.php'),
(6617, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-base.php', 'wp-content/plugins/wordfence/views/scanner/issue-base.php'),
(6618, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),
(6619, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),
(6620, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),
(6621, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),
(6622, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),
(6623, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),
(6624, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),
(6625, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),
(6626, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),
(6627, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),
(6628, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),
(6629, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),
(6630, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),
(6631, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-database.php', 'wp-content/plugins/wordfence/views/scanner/issue-database.php'),
(6632, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),
(6633, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),
(6634, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-file.php', 'wp-content/plugins/wordfence/views/scanner/issue-file.php'),
(6635, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),
(6636, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),
(6637, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),
(6638, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),
(6639, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),
(6640, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),
(6641, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),
(6642, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),
(6643, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),
(6644, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),
(6645, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', 'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),
(6646, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),
(6647, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),
(6648, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),
(6649, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),
(6650, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),
(6651, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),
(6652, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6653, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),
(6654, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/no-issues.php', 'wp-content/plugins/wordfence/views/scanner/no-issues.php'),
(6655, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),
(6656, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),
(6657, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/options-group-basic.php', 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),
(6658, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/options-group-general.php', 'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),
(6659, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/options-group-performance.php', 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),
(6660, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),
(6661, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scan-failed.php', 'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),
(6662, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),
(6663, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),
(6664, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress.php', 'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),
(6665, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scan-results.php', 'wp-content/plugins/wordfence/views/scanner/scan-results.php'),
(6666, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),
(6667, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scan-starter.php', 'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),
(6668, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scan-type.php', 'wp-content/plugins/wordfence/views/scanner/scan-type.php'),
(6669, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/scanner-status.php', 'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),
(6670, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),
(6671, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),
(6672, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),
(6673, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),
(6674, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/tools/options-group-2fa.php', 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),
(6675, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),
(6676, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/tours/login-security.php', 'wp-content/plugins/wordfence/views/tours/login-security.php'),
(6677, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/unsupported-php/admin-message.php', 'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),
(6678, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/user/disabled-application-passwords.php', 'wp-content/plugins/wordfence/views/user/disabled-application-passwords.php'),
(6679, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/debug.php', 'wp-content/plugins/wordfence/views/waf/debug.php'),
(6680, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/firewall-status.php', 'wp-content/plugins/wordfence/views/waf/firewall-status.php'),
(6681, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/option-rate-limit.php', 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),
(6682, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/option-rules.php', 'wp-content/plugins/wordfence/views/waf/option-rules.php'),
(6683, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/option-whitelist.php', 'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),
(6684, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),
(6685, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),
(6686, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),
(6687, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),
(6688, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),
(6689, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),
(6690, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/waf-install-manual.php', 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),
(6691, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/waf-install-success.php', 'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),
(6692, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/waf-install.php', 'wp-content/plugins/wordfence/views/waf/waf-install.php'),
(6693, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),
(6694, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),
(6695, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/views/waf/waf-uninstall.php', 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),
(6696, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/.htaccess', 'wp-content/plugins/wordfence/waf/.htaccess'),
(6697, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/bootstrap.php', 'wp-content/plugins/wordfence/waf/bootstrap.php'),
(6698, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/dummy.php', 'wp-content/plugins/wordfence/waf/dummy.php'),
(6699, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/pomo/entry.php', 'wp-content/plugins/wordfence/waf/pomo/entry.php'),
(6700, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/pomo/mo.php', 'wp-content/plugins/wordfence/waf/pomo/mo.php'),
(6701, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/pomo/plural-forms.php', 'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),
(6702, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/pomo/po.php', 'wp-content/plugins/wordfence/waf/pomo/po.php'),
(6703, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/pomo/streams.php', 'wp-content/plugins/wordfence/waf/pomo/streams.php'),
(6704, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/pomo/translations.php', 'wp-content/plugins/wordfence/waf/pomo/translations.php'),
(6705, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),
(6706, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),
(6707, '/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/wordfence.php', 'wp-content/plugins/wordfence/wordfence.php'),
(6708, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php', 'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php'),
(6709, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php', 'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),
(6710, '/home/forwardbetcasino/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'),
(6711, '/home/forwardbetcasino/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'),
(6712, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/ajax.php', 'wp-content/plugins/wordpress-seo/admin/ajax.php'),
(6713, '/home/forwardbetcasino/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'),
(6714, '/home/forwardbetcasino/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'),
(6715, '/home/forwardbetcasino/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'),
(6716, '/home/forwardbetcasino/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'),
(6717, '/home/forwardbetcasino/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'),
(6718, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php'),
(6719, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php'),
(6720, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php'),
(6721, '/home/forwardbetcasino/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'),
(6722, '/home/forwardbetcasino/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'),
(6723, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php'),
(6724, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),
(6725, '/home/forwardbetcasino/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'),
(6726, '/home/forwardbetcasino/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'),
(6727, '/home/forwardbetcasino/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'),
(6728, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php'),
(6729, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-init.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php'),
(6730, '/home/forwardbetcasino/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'),
(6731, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php'),
(6732, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin-utils.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php'),
(6733, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-admin.php'),
(6734, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-asset.php', 'wp-content/plugins/wordpress-seo/admin/class-asset.php'),
(6735, '/home/forwardbetcasino/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'),
(6736, '/home/forwardbetcasino/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'),
(6737, '/home/forwardbetcasino/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'),
(6738, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-collector.php', 'wp-content/plugins/wordpress-seo/admin/class-collector.php'),
(6739, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-config.php', 'wp-content/plugins/wordpress-seo/admin/class-config.php'),
(6740, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php'),
(6741, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-export.php', 'wp-content/plugins/wordpress-seo/admin/class-export.php'),
(6742, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php', 'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php'),
(6743, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php', 'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php'),
(6744, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', 'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php'),
(6745, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php', 'wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php'),
(6746, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tab.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tab.php'),
(6747, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),
(6748, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php'),
(6749, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php', 'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php'),
(6750, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php'),
(6751, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', 'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php'),
(6752, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', 'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php'),
(6753, '/home/forwardbetcasino/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'),
(6754, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php'),
(6755, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php'),
(6756, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-remote-request.php', 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php'),
(6757, '/home/forwardbetcasino/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'),
(6758, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php'),
(6759, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php', 'wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php'),
(6760, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php'),
(6761, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),
(6762, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php'),
(6763, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php'),
(6764, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php'),
(6765, '/home/forwardbetcasino/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'),
(6766, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),
(6767, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php'),
(6768, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php'),
(6769, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),
(6770, '/home/forwardbetcasino/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'),
(6771, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php'),
(6772, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php'),
(6773, '/home/forwardbetcasino/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'),
(6774, '/home/forwardbetcasino/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'),
(6775, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php'),
(6776, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),
(6777, '/home/forwardbetcasino/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'),
(6778, '/home/forwardbetcasino/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'),
(6779, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),
(6780, '/home/forwardbetcasino/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'),
(6781, '/home/forwardbetcasino/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'),
(6782, '/home/forwardbetcasino/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'),
(6783, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php'),
(6784, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php'),
(6785, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php'),
(6786, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php'),
(6787, '/home/forwardbetcasino/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'),
(6788, '/home/forwardbetcasino/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'),
(6789, '/home/forwardbetcasino/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'),
(6790, '/home/forwardbetcasino/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'),
(6791, '/home/forwardbetcasino/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'),
(6792, '/home/forwardbetcasino/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'),
(6793, '/home/forwardbetcasino/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'),
(6794, '/home/forwardbetcasino/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'),
(6795, '/home/forwardbetcasino/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'),
(6796, '/home/forwardbetcasino/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'),
(6797, '/home/forwardbetcasino/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'),
(6798, '/home/forwardbetcasino/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'),
(6799, '/home/forwardbetcasino/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'),
(6800, '/home/forwardbetcasino/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'),
(6801, '/home/forwardbetcasino/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'),
(6802, '/home/forwardbetcasino/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'),
(6803, '/home/forwardbetcasino/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'),
(6804, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php'),
(6805, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/index.php', 'wp-content/plugins/wordpress-seo/admin/index.php'),
(6806, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/interface-collection.php', 'wp-content/plugins/wordpress-seo/admin/interface-collection.php'),
(6807, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/interface-installable.php', 'wp-content/plugins/wordpress-seo/admin/interface-installable.php'),
(6808, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', 'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php'),
(6809, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php'),
(6810, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php'),
(6811, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php'),
(6812, '/home/forwardbetcasino/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'),
(6813, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php'),
(6814, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php'),
(6815, '/home/forwardbetcasino/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'),
(6816, '/home/forwardbetcasino/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'),
(6817, '/home/forwardbetcasino/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'),
(6818, '/home/forwardbetcasino/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'),
(6819, '/home/forwardbetcasino/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'),
(6820, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php'),
(6821, '/home/forwardbetcasino/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'),
(6822, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),
(6823, '/home/forwardbetcasino/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'),
(6824, '/home/forwardbetcasino/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'),
(6825, '/home/forwardbetcasino/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'),
(6826, '/home/forwardbetcasino/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'),
(6827, '/home/forwardbetcasino/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'),
(6828, '/home/forwardbetcasino/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'),
(6829, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php'),
(6830, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),
(6831, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),
(6832, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),
(6833, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', 'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php'),
(6834, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', 'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php'),
(6835, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/pages/licenses.php', 'wp-content/plugins/wordpress-seo/admin/pages/licenses.php'),
(6836, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/pages/network.php', 'wp-content/plugins/wordpress-seo/admin/pages/network.php'),
(6837, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/pages/redirects.php', 'wp-content/plugins/wordpress-seo/admin/pages/redirects.php'),
(6838, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/pages/tools.php', 'wp-content/plugins/wordpress-seo/admin/pages/tools.php'),
(6839, '/home/forwardbetcasino/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'),
(6840, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php'),
(6841, '/home/forwardbetcasino/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'),
(6842, '/home/forwardbetcasino/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'),
(6843, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php'),
(6844, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', 'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php'),
(6845, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php', 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php'),
(6846, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php'),
(6847, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),
(6848, '/home/forwardbetcasino/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'),
(6849, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),
(6850, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),
(6851, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),
(6852, '/home/forwardbetcasino/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'),
(6853, '/home/forwardbetcasino/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'),
(6854, '/home/forwardbetcasino/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'),
(6855, '/home/forwardbetcasino/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'),
(6856, '/home/forwardbetcasino/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'),
(6857, '/home/forwardbetcasino/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'),
(6858, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php'),
(6859, '/home/forwardbetcasino/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'),
(6860, '/home/forwardbetcasino/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'),
(6861, '/home/forwardbetcasino/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'),
(6862, '/home/forwardbetcasino/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'),
(6863, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/form/select.php', 'wp-content/plugins/wordpress-seo/admin/views/form/select.php'),
(6864, '/home/forwardbetcasino/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'),
(6865, '/home/forwardbetcasino/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'),
(6866, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/licenses.php', 'wp-content/plugins/wordpress-seo/admin/views/licenses.php'),
(6867, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php', 'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php'),
(6868, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php'),
(6869, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php'),
(6870, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php'),
(6871, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/redirects.php', 'wp-content/plugins/wordpress-seo/admin/views/redirects.php'),
(6872, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php'),
(6873, '/home/forwardbetcasino/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'),
(6874, '/home/forwardbetcasino/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'),
(6875, '/home/forwardbetcasino/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'),
(6876, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php'),
(6877, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php'),
(6878, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php'),
(6879, '/home/forwardbetcasino/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'),
(6880, '/home/forwardbetcasino/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'),
(6881, '/home/forwardbetcasino/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'),
(6882, '/home/forwardbetcasino/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'),
(6883, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),
(6884, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php'),
(6885, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php'),
(6886, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/admin/views/user-profile.php', 'wp-content/plugins/wordpress-seo/admin/views/user-profile.php'),
(6887, '/home/forwardbetcasino/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'),
(6888, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json', 'wp-content/plugins/wordpress-seo/blocks/dynamic-blocks/breadcrumbs/block.json'),
(6889, '/home/forwardbetcasino/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'),
(6890, '/home/forwardbetcasino/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'),
(6891, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/academy-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/academy-2400-rtl.css'),
(6892, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/academy-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/academy-2400.css'),
(6893, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/admin-global-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2400-rtl.css'),
(6894, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/admin-global-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2400.css'),
(6895, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/adminbar-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2400-rtl.css'),
(6896, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/adminbar-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2400.css'),
(6897, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2400-rtl.css'),
(6898, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-fix-assessments-2400.css'),
(6899, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2400-rtl.css'),
(6900, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2400.css'),
(6901, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/alerts-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/alerts-2400-rtl.css'),
(6902, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/alerts-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/alerts-2400.css'),
(6903, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2400-rtl.css'),
(6904, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2400.css'),
(6905, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/dashboard-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2400-rtl.css'),
(6906, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/dashboard-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2400.css'),
(6907, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/edit-page-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2400-rtl.css'),
(6908, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/edit-page-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2400.css'),
(6909, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/elementor-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/elementor-2400-rtl.css'),
(6910, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/elementor-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/elementor-2400.css'),
(6911, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/featured-image-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2400-rtl.css'),
(6912, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/featured-image-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2400.css'),
(6913, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2400-rtl.css'),
(6914, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2400.css'),
(6915, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2400-rtl.css'),
(6916, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2400.css');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6917, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/general-page-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/general-page-2400-rtl.css'),
(6918, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/general-page-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/general-page-2400.css'),
(6919, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/icons-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/icons-2400-rtl.css'),
(6920, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/icons-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/icons-2400.css'),
(6921, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2400-rtl.css'),
(6922, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2400.css'),
(6923, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/introductions-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/introductions-2400-rtl.css'),
(6924, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/introductions-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/introductions-2400.css'),
(6925, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-2400-rtl.css'),
(6926, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-2400.css'),
(6927, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2400-rtl.css'),
(6928, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2400.css'),
(6929, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/modal-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/modal-2400-rtl.css'),
(6930, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/modal-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/modal-2400.css'),
(6931, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/monorepo-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2400-rtl.css'),
(6932, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/monorepo-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2400.css'),
(6933, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/new-settings-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2400-rtl.css'),
(6934, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/new-settings-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2400.css'),
(6935, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/notifications-2400-rtl.css'),
(6936, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/notifications-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/notifications-2400.css'),
(6937, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/score_icon-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2400-rtl.css'),
(6938, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/score_icon-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2400.css'),
(6939, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2400-rtl.css'),
(6940, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2400.css'),
(6941, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/support-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/support-2400-rtl.css'),
(6942, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/support-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/support-2400.css'),
(6943, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/tailwind-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2400-rtl.css'),
(6944, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/tailwind-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2400.css'),
(6945, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2400-rtl.css'),
(6946, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2400.css'),
(6947, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/tooltips-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2400-rtl.css'),
(6948, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/tooltips-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2400.css'),
(6949, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/workouts-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/workouts-2400-rtl.css'),
(6950, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/workouts-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/workouts-2400.css'),
(6951, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2400-rtl.css'),
(6952, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2400.css'),
(6953, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2400-rtl.css'),
(6954, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2400.css'),
(6955, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2400-rtl.css'),
(6956, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2400.css'),
(6957, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2400-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2400-rtl.css'),
(6958, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2400.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2400.css'),
(6959, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl'),
(6960, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg'),
(6961, '/home/forwardbetcasino/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'),
(6962, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png', 'wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png'),
(6963, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/block_editor.png', 'wp-content/plugins/wordpress-seo/images/academy/block_editor.png'),
(6964, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/copywriting.png', 'wp-content/plugins/wordpress-seo/images/academy/copywriting.png'),
(6965, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/crawlability.png', 'wp-content/plugins/wordpress-seo/images/academy/crawlability.png'),
(6966, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/ecommerce.png', 'wp-content/plugins/wordpress-seo/images/academy/ecommerce.png'),
(6967, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png', 'wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png'),
(6968, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/keyword_research.png', 'wp-content/plugins/wordpress-seo/images/academy/keyword_research.png'),
(6969, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/local.png', 'wp-content/plugins/wordpress-seo/images/academy/local.png'),
(6970, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/multilingual.png', 'wp-content/plugins/wordpress-seo/images/academy/multilingual.png'),
(6971, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png', 'wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png'),
(6972, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png', 'wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png'),
(6973, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/site_structure.png', 'wp-content/plugins/wordpress-seo/images/academy/site_structure.png'),
(6974, '/home/forwardbetcasino/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'),
(6975, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png', 'wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png'),
(6976, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png', 'wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png'),
(6977, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/acf-logo.png', 'wp-content/plugins/wordpress-seo/images/acf-logo.png'),
(6978, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/admin_bar.png', 'wp-content/plugins/wordpress-seo/images/admin_bar.png'),
(6979, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png', 'wp-content/plugins/wordpress-seo/images/ai-fix-assessments-thumbnail.png'),
(6980, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/ai-generator-preview.png', 'wp-content/plugins/wordpress-seo/images/ai-generator-preview.png'),
(6981, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/ai-generator.png', 'wp-content/plugins/wordpress-seo/images/ai-generator.png'),
(6982, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/alert-error-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-error-icon.svg'),
(6983, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/alert-info-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-info-icon.svg'),
(6984, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/alert-success-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-success-icon.svg'),
(6985, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg'),
(6986, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/cornerstone_content.png', 'wp-content/plugins/wordpress-seo/images/cornerstone_content.png'),
(6987, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/error-icon.svg', 'wp-content/plugins/wordpress-seo/images/error-icon.svg'),
(6988, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png', 'wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png'),
(6989, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/index.php', 'wp-content/plugins/wordpress-seo/images/index.php'),
(6990, '/home/forwardbetcasino/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'),
(6991, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/indexnow.png', 'wp-content/plugins/wordpress-seo/images/indexnow.png'),
(6992, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/insights.png', 'wp-content/plugins/wordpress-seo/images/insights.png'),
(6993, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/link-in-icon.svg', 'wp-content/plugins/wordpress-seo/images/link-in-icon.svg'),
(6994, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/link-out-icon.svg', 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg'),
(6995, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/link_suggestions.png', 'wp-content/plugins/wordpress-seo/images/link_suggestions.png'),
(6996, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg'),
(6997, '/home/forwardbetcasino/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'),
(6998, '/home/forwardbetcasino/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'),
(6999, '/home/forwardbetcasino/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'),
(7000, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg', 'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg'),
(7001, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg'),
(7002, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/open_graph.png', 'wp-content/plugins/wordpress-seo/images/open_graph.png'),
(7003, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/plugin_subscription.svg', 'wp-content/plugins/wordpress-seo/images/plugin_subscription.svg'),
(7004, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/question-mark.png', 'wp-content/plugins/wordpress-seo/images/question-mark.png'),
(7005, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/readability-icon.svg', 'wp-content/plugins/wordpress-seo/images/readability-icon.svg'),
(7006, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/readability_analysis.png', 'wp-content/plugins/wordpress-seo/images/readability_analysis.png'),
(7007, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/rest_api.png', 'wp-content/plugins/wordpress-seo/images/rest_api.png'),
(7008, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/seo_analysis.png', 'wp-content/plugins/wordpress-seo/images/seo_analysis.png'),
(7009, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/slack_sharing.png', 'wp-content/plugins/wordpress-seo/images/slack_sharing.png'),
(7010, '/home/forwardbetcasino/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'),
(7011, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg'),
(7012, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/support/github.png', 'wp-content/plugins/wordpress-seo/images/support/github.png'),
(7013, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/support/help_center.png', 'wp-content/plugins/wordpress-seo/images/support/help_center.png'),
(7014, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/support/support_forums.png', 'wp-content/plugins/wordpress-seo/images/support/support_forums.png'),
(7015, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/support-team.svg', 'wp-content/plugins/wordpress-seo/images/support-team.svg'),
(7016, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/text_link_counter.png', 'wp-content/plugins/wordpress-seo/images/text_link_counter.png'),
(7017, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/twitter_card.png', 'wp-content/plugins/wordpress-seo/images/twitter_card.png'),
(7018, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg'),
(7019, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg'),
(7020, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/images/xml_sitemaps.png', 'wp-content/plugins/wordpress-seo/images/xml_sitemaps.png'),
(7021, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php', 'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php'),
(7022, '/home/forwardbetcasino/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'),
(7023, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-post-type.php', 'wp-content/plugins/wordpress-seo/inc/class-post-type.php'),
(7024, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-rewrite.php', 'wp-content/plugins/wordpress-seo/inc/class-rewrite.php'),
(7025, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php', 'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php'),
(7026, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-upgrade.php', 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php'),
(7027, '/home/forwardbetcasino/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'),
(7028, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php'),
(7029, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php'),
(7030, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php'),
(7031, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php'),
(7032, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php'),
(7033, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php'),
(7034, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),
(7035, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php'),
(7036, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),
(7037, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php'),
(7038, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php'),
(7039, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),
(7040, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php'),
(7041, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php', 'wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php'),
(7042, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/date-helper.php', 'wp-content/plugins/wordpress-seo/inc/date-helper.php'),
(7043, '/home/forwardbetcasino/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'),
(7044, '/home/forwardbetcasino/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'),
(7045, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/index.php', 'wp-content/plugins/wordpress-seo/inc/index.php'),
(7046, '/home/forwardbetcasino/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'),
(7047, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php'),
(7048, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/language-utils.php', 'wp-content/plugins/wordpress-seo/inc/language-utils.php'),
(7049, '/home/forwardbetcasino/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'),
(7050, '/home/forwardbetcasino/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'),
(7051, '/home/forwardbetcasino/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'),
(7052, '/home/forwardbetcasino/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'),
(7053, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),
(7054, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),
(7055, '/home/forwardbetcasino/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'),
(7056, '/home/forwardbetcasino/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'),
(7057, '/home/forwardbetcasino/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'),
(7058, '/home/forwardbetcasino/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'),
(7059, '/home/forwardbetcasino/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'),
(7060, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),
(7061, '/home/forwardbetcasino/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'),
(7062, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),
(7063, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),
(7064, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),
(7065, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),
(7066, '/home/forwardbetcasino/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'),
(7067, '/home/forwardbetcasino/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'),
(7068, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),
(7069, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),
(7070, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php'),
(7071, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),
(7072, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/index.php', 'wp-content/plugins/wordpress-seo/index.php'),
(7073, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/academy.js', 'wp-content/plugins/wordpress-seo/js/dist/academy.js'),
(7074, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/addon-installation.js', 'wp-content/plugins/wordpress-seo/js/dist/addon-installation.js'),
(7075, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/admin-global.js', 'wp-content/plugins/wordpress-seo/js/dist/admin-global.js'),
(7076, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/admin-modules.js', 'wp-content/plugins/wordpress-seo/js/dist/admin-modules.js'),
(7077, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js', 'wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js'),
(7078, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/api-client.js', 'wp-content/plugins/wordpress-seo/js/dist/api-client.js'),
(7079, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/block-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/block-editor.js'),
(7080, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js'),
(7081, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/classic-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/classic-editor.js'),
(7082, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js', 'wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js'),
(7083, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js', 'wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js'),
(7084, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js', 'wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js'),
(7085, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/edit-page.js', 'wp-content/plugins/wordpress-seo/js/dist/edit-page.js'),
(7086, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/editor-modules.js', 'wp-content/plugins/wordpress-seo/js/dist/editor-modules.js'),
(7087, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/elementor.js', 'wp-content/plugins/wordpress-seo/js/dist/elementor.js'),
(7088, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js'),
(7089, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js'),
(7090, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js'),
(7091, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js'),
(7092, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js'),
(7093, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js'),
(7094, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js'),
(7095, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/jed.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/jed.js'),
(7096, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js'),
(7097, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js'),
(7098, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/redux.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/redux.js'),
(7099, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js'),
(7100, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/relatedKeyphraseSuggestions.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/relatedKeyphraseSuggestions.js'),
(7101, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js'),
(7102, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js'),
(7103, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js'),
(7104, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js'),
(7105, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js'),
(7106, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js'),
(7107, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-components.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-components.js'),
(7108, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js'),
(7109, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/externals-redux.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-redux.js'),
(7110, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/faq-block.js', 'wp-content/plugins/wordpress-seo/js/dist/faq-block.js'),
(7111, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js', 'wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js'),
(7112, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js', 'wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js'),
(7113, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/general-page.js', 'wp-content/plugins/wordpress-seo/js/dist/general-page.js'),
(7114, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js', 'wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js'),
(7115, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/how-to-block.js', 'wp-content/plugins/wordpress-seo/js/dist/how-to-block.js'),
(7116, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/import.js', 'wp-content/plugins/wordpress-seo/js/dist/import.js'),
(7117, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/indexation.js', 'wp-content/plugins/wordpress-seo/js/dist/indexation.js'),
(7118, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/installation-success.js', 'wp-content/plugins/wordpress-seo/js/dist/installation-success.js'),
(7119, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/integrations-page.js', 'wp-content/plugins/wordpress-seo/js/dist/integrations-page.js'),
(7120, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/introductions.js', 'wp-content/plugins/wordpress-seo/js/dist/introductions.js'),
(7121, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ar.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ar.js'),
(7122, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ca.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ca.js'),
(7123, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/cs.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/cs.js'),
(7124, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/de.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/de.js'),
(7125, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/default.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/default.js'),
(7126, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/el.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/el.js'),
(7127, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/en.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/en.js'),
(7128, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/es.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/es.js'),
(7129, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/fa.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/fa.js'),
(7130, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/fr.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/fr.js'),
(7131, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/he.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/he.js'),
(7132, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/hu.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/hu.js'),
(7133, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/id.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/id.js'),
(7134, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/it.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/it.js'),
(7135, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ja.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ja.js'),
(7136, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/nb.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/nb.js'),
(7137, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/nl.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/nl.js'),
(7138, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/pl.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/pl.js'),
(7139, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/pt.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/pt.js'),
(7140, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/ru.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ru.js'),
(7141, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/sk.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/sk.js'),
(7142, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/sv.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/sv.js'),
(7143, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/languages/tr.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/tr.js'),
(7144, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/network-admin.js', 'wp-content/plugins/wordpress-seo/js/dist/network-admin.js'),
(7145, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/new-settings.js', 'wp-content/plugins/wordpress-seo/js/dist/new-settings.js'),
(7146, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/post-edit.js', 'wp-content/plugins/wordpress-seo/js/dist/post-edit.js'),
(7147, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js', 'wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js'),
(7148, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/react-select.js', 'wp-content/plugins/wordpress-seo/js/dist/react-select.js'),
(7149, '/home/forwardbetcasino/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'),
(7150, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/reindex-links.js', 'wp-content/plugins/wordpress-seo/js/dist/reindex-links.js'),
(7151, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/settings.js', 'wp-content/plugins/wordpress-seo/js/dist/settings.js'),
(7152, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/support.js', 'wp-content/plugins/wordpress-seo/js/dist/support.js'),
(7153, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/term-edit.js', 'wp-content/plugins/wordpress-seo/js/dist/term-edit.js'),
(7154, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js', 'wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js'),
(7155, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js', 'wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js'),
(7156, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/js/dist/workouts.js', 'wp-content/plugins/wordpress-seo/js/dist/workouts.js'),
(7157, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/abstract-main.php', 'wp-content/plugins/wordpress-seo/lib/abstract-main.php'),
(7158, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php', 'wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php'),
(7159, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', 'wp-content/plugins/wordpress-seo/lib/migrations/adapter.php'),
(7160, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/migrations/column.php', 'wp-content/plugins/wordpress-seo/lib/migrations/column.php'),
(7161, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/migrations/constants.php', 'wp-content/plugins/wordpress-seo/lib/migrations/constants.php'),
(7162, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/migrations/migration.php', 'wp-content/plugins/wordpress-seo/lib/migrations/migration.php'),
(7163, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/migrations/table.php', 'wp-content/plugins/wordpress-seo/lib/migrations/table.php'),
(7164, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/model.php', 'wp-content/plugins/wordpress-seo/lib/model.php'),
(7165, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/lib/orm.php', 'wp-content/plugins/wordpress-seo/lib/orm.php'),
(7166, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/license.txt', 'wp-content/plugins/wordpress-seo/license.txt'),
(7167, '/home/forwardbetcasino/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'),
(7168, '/home/forwardbetcasino/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'),
(7169, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg'),
(7170, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg'),
(7171, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg'),
(7172, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg'),
(7173, '/home/forwardbetcasino/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'),
(7174, '/home/forwardbetcasino/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'),
(7175, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg'),
(7176, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg'),
(7177, '/home/forwardbetcasino/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'),
(7178, '/home/forwardbetcasino/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'),
(7179, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg'),
(7180, '/home/forwardbetcasino/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'),
(7181, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg'),
(7182, '/home/forwardbetcasino/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'),
(7183, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg'),
(7184, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg'),
(7185, '/home/forwardbetcasino/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'),
(7186, '/home/forwardbetcasino/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'),
(7187, '/home/forwardbetcasino/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'),
(7188, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg'),
(7189, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg'),
(7190, '/home/forwardbetcasino/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'),
(7191, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg'),
(7192, '/home/forwardbetcasino/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'),
(7193, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/x-logo.svg'),
(7194, '/home/forwardbetcasino/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'),
(7195, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/readme.txt', 'wp-content/plugins/wordpress-seo/readme.txt'),
(7196, '/home/forwardbetcasino/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'),
(7197, '/home/forwardbetcasino/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'),
(7198, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', 'wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7199, '/home/forwardbetcasino/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'),
(7200, '/home/forwardbetcasino/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'),
(7201, '/home/forwardbetcasino/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'),
(7202, '/home/forwardbetcasino/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'),
(7203, '/home/forwardbetcasino/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'),
(7204, '/home/forwardbetcasino/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'),
(7205, '/home/forwardbetcasino/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'),
(7206, '/home/forwardbetcasino/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'),
(7207, '/home/forwardbetcasino/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'),
(7208, '/home/forwardbetcasino/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'),
(7209, '/home/forwardbetcasino/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'),
(7210, '/home/forwardbetcasino/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'),
(7211, '/home/forwardbetcasino/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'),
(7212, '/home/forwardbetcasino/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'),
(7213, '/home/forwardbetcasino/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'),
(7214, '/home/forwardbetcasino/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'),
(7215, '/home/forwardbetcasino/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'),
(7216, '/home/forwardbetcasino/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'),
(7217, '/home/forwardbetcasino/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'),
(7218, '/home/forwardbetcasino/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'),
(7219, '/home/forwardbetcasino/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'),
(7220, '/home/forwardbetcasino/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'),
(7221, '/home/forwardbetcasino/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'),
(7222, '/home/forwardbetcasino/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'),
(7223, '/home/forwardbetcasino/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'),
(7224, '/home/forwardbetcasino/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'),
(7225, '/home/forwardbetcasino/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'),
(7226, '/home/forwardbetcasino/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'),
(7227, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/actions/integrations-action.php', 'wp-content/plugins/wordpress-seo/src/actions/integrations-action.php'),
(7228, '/home/forwardbetcasino/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'),
(7229, '/home/forwardbetcasino/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'),
(7230, '/home/forwardbetcasino/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'),
(7231, '/home/forwardbetcasino/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'),
(7232, '/home/forwardbetcasino/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'),
(7233, '/home/forwardbetcasino/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'),
(7234, '/home/forwardbetcasino/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'),
(7235, '/home/forwardbetcasino/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'),
(7236, '/home/forwardbetcasino/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'),
(7237, '/home/forwardbetcasino/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'),
(7238, '/home/forwardbetcasino/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'),
(7239, '/home/forwardbetcasino/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'),
(7240, '/home/forwardbetcasino/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'),
(7241, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php'),
(7242, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php'),
(7243, '/home/forwardbetcasino/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'),
(7244, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php'),
(7245, '/home/forwardbetcasino/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'),
(7246, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php'),
(7247, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php'),
(7248, '/home/forwardbetcasino/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'),
(7249, '/home/forwardbetcasino/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'),
(7250, '/home/forwardbetcasino/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'),
(7251, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php'),
(7252, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php'),
(7253, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php', 'wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php'),
(7254, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/commands/command-interface.php', 'wp-content/plugins/wordpress-seo/src/commands/command-interface.php'),
(7255, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/commands/index-command.php', 'wp-content/plugins/wordpress-seo/src/commands/index-command.php'),
(7256, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php'),
(7257, '/home/forwardbetcasino/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'),
(7258, '/home/forwardbetcasino/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'),
(7259, '/home/forwardbetcasino/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'),
(7260, '/home/forwardbetcasino/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'),
(7261, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php'),
(7262, '/home/forwardbetcasino/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'),
(7263, '/home/forwardbetcasino/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'),
(7264, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php'),
(7265, '/home/forwardbetcasino/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'),
(7266, '/home/forwardbetcasino/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'),
(7267, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php', 'wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php'),
(7268, '/home/forwardbetcasino/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'),
(7269, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php'),
(7270, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php'),
(7271, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php'),
(7272, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php'),
(7273, '/home/forwardbetcasino/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'),
(7274, '/home/forwardbetcasino/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'),
(7275, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php'),
(7276, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php'),
(7277, '/home/forwardbetcasino/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'),
(7278, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php'),
(7279, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php', 'wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php'),
(7280, '/home/forwardbetcasino/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'),
(7281, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php'),
(7282, '/home/forwardbetcasino/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'),
(7283, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php'),
(7284, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php'),
(7285, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php'),
(7286, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php'),
(7287, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php'),
(7288, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php'),
(7289, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php'),
(7290, '/home/forwardbetcasino/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'),
(7291, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php'),
(7292, '/home/forwardbetcasino/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'),
(7293, '/home/forwardbetcasino/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'),
(7294, '/home/forwardbetcasino/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'),
(7295, '/home/forwardbetcasino/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'),
(7296, '/home/forwardbetcasino/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'),
(7297, '/home/forwardbetcasino/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'),
(7298, '/home/forwardbetcasino/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'),
(7299, '/home/forwardbetcasino/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'),
(7300, '/home/forwardbetcasino/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'),
(7301, '/home/forwardbetcasino/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'),
(7302, '/home/forwardbetcasino/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'),
(7303, '/home/forwardbetcasino/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'),
(7304, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-edit-conditional.php'),
(7305, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php'),
(7306, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php'),
(7307, '/home/forwardbetcasino/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'),
(7308, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php'),
(7309, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php'),
(7310, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php'),
(7311, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php'),
(7312, '/home/forwardbetcasino/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'),
(7313, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php'),
(7314, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php'),
(7315, '/home/forwardbetcasino/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'),
(7316, '/home/forwardbetcasino/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'),
(7317, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php', 'wp-content/plugins/wordpress-seo/src/config/badge-group-names.php'),
(7318, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php', 'wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php'),
(7319, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php', 'wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php'),
(7320, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migration-status.php', 'wp-content/plugins/wordpress-seo/src/config/migration-status.php'),
(7321, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php'),
(7322, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php'),
(7323, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php'),
(7324, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php'),
(7325, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php'),
(7326, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php'),
(7327, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php'),
(7328, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php'),
(7329, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php'),
(7330, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php'),
(7331, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php'),
(7332, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php'),
(7333, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php'),
(7334, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php'),
(7335, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php'),
(7336, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php'),
(7337, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php'),
(7338, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php'),
(7339, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php'),
(7340, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php'),
(7341, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php'),
(7342, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php'),
(7343, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php'),
(7344, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php'),
(7345, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/oauth-client.php', 'wp-content/plugins/wordpress-seo/src/config/oauth-client.php'),
(7346, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/researcher-languages.php', 'wp-content/plugins/wordpress-seo/src/config/researcher-languages.php'),
(7347, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/schema-ids.php', 'wp-content/plugins/wordpress-seo/src/config/schema-ids.php'),
(7348, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/schema-types.php', 'wp-content/plugins/wordpress-seo/src/config/schema-types.php'),
(7349, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/semrush-client.php', 'wp-content/plugins/wordpress-seo/src/config/semrush-client.php'),
(7350, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/wincher-client.php', 'wp-content/plugins/wordpress-seo/src/config/wincher-client.php'),
(7351, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php', 'wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php'),
(7352, '/home/forwardbetcasino/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'),
(7353, '/home/forwardbetcasino/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'),
(7354, '/home/forwardbetcasino/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'),
(7355, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php', 'wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php'),
(7356, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/deprecated/admin/class-customizer.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-customizer.php'),
(7357, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php'),
(7358, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php'),
(7359, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/deprecated/index.php', 'wp-content/plugins/wordpress-seo/src/deprecated/index.php'),
(7360, '/home/forwardbetcasino/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'),
(7361, '/home/forwardbetcasino/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'),
(7362, '/home/forwardbetcasino/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'),
(7363, '/home/forwardbetcasino/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'),
(7364, '/home/forwardbetcasino/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'),
(7365, '/home/forwardbetcasino/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'),
(7366, '/home/forwardbetcasino/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'),
(7367, '/home/forwardbetcasino/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'),
(7368, '/home/forwardbetcasino/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'),
(7369, '/home/forwardbetcasino/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'),
(7370, '/home/forwardbetcasino/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'),
(7371, '/home/forwardbetcasino/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'),
(7372, '/home/forwardbetcasino/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'),
(7373, '/home/forwardbetcasino/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'),
(7374, '/home/forwardbetcasino/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'),
(7375, '/home/forwardbetcasino/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'),
(7376, '/home/forwardbetcasino/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'),
(7377, '/home/forwardbetcasino/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'),
(7378, '/home/forwardbetcasino/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'),
(7379, '/home/forwardbetcasino/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'),
(7380, '/home/forwardbetcasino/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'),
(7381, '/home/forwardbetcasino/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'),
(7382, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/description.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/description.php'),
(7383, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/keyphrase.php'),
(7384, '/home/forwardbetcasino/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'),
(7385, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/social.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/social.php'),
(7386, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php'),
(7387, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php'),
(7388, '/home/forwardbetcasino/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'),
(7389, '/home/forwardbetcasino/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'),
(7390, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/multilingual.php'),
(7391, '/home/forwardbetcasino/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'),
(7392, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/semrush.php'),
(7393, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/wincher.php'),
(7394, '/home/forwardbetcasino/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'),
(7395, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/integrations/woocommerce.php'),
(7396, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php'),
(7397, '/home/forwardbetcasino/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'),
(7398, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php'),
(7399, '/home/forwardbetcasino/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'),
(7400, '/home/forwardbetcasino/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'),
(7401, '/home/forwardbetcasino/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'),
(7402, '/home/forwardbetcasino/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'),
(7403, '/home/forwardbetcasino/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'),
(7404, '/home/forwardbetcasino/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'),
(7405, '/home/forwardbetcasino/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'),
(7406, '/home/forwardbetcasino/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'),
(7407, '/home/forwardbetcasino/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'),
(7408, '/home/forwardbetcasino/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'),
(7409, '/home/forwardbetcasino/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'),
(7410, '/home/forwardbetcasino/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'),
(7411, '/home/forwardbetcasino/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'),
(7412, '/home/forwardbetcasino/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'),
(7413, '/home/forwardbetcasino/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'),
(7414, '/home/forwardbetcasino/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'),
(7415, '/home/forwardbetcasino/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'),
(7416, '/home/forwardbetcasino/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'),
(7417, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/elementor/infrastructure/request-post.php', 'wp-content/plugins/wordpress-seo/src/elementor/infrastructure/request-post.php'),
(7418, '/home/forwardbetcasino/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'),
(7419, '/home/forwardbetcasino/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'),
(7420, '/home/forwardbetcasino/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'),
(7421, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7422, '/home/forwardbetcasino/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'),
(7423, '/home/forwardbetcasino/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'),
(7424, '/home/forwardbetcasino/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'),
(7425, '/home/forwardbetcasino/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'),
(7426, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php'),
(7427, '/home/forwardbetcasino/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'),
(7428, '/home/forwardbetcasino/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'),
(7429, '/home/forwardbetcasino/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'),
(7430, '/home/forwardbetcasino/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'),
(7431, '/home/forwardbetcasino/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'),
(7432, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php'),
(7433, '/home/forwardbetcasino/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'),
(7434, '/home/forwardbetcasino/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'),
(7435, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php', 'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php'),
(7436, '/home/forwardbetcasino/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'),
(7437, '/home/forwardbetcasino/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'),
(7438, '/home/forwardbetcasino/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'),
(7439, '/home/forwardbetcasino/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'),
(7440, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/functions.php', 'wp-content/plugins/wordpress-seo/src/functions.php'),
(7441, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/general/user-interface/general-page-integration.php', 'wp-content/plugins/wordpress-seo/src/general/user-interface/general-page-integration.php'),
(7442, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/externals.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/externals.php'),
(7443, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/languages.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/languages.php'),
(7444, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php'),
(7445, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generated/container.php', 'wp-content/plugins/wordpress-seo/src/generated/container.php'),
(7446, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php'),
(7447, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/generator-interface.php', 'wp-content/plugins/wordpress-seo/src/generators/generator-interface.php'),
(7448, '/home/forwardbetcasino/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'),
(7449, '/home/forwardbetcasino/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'),
(7450, '/home/forwardbetcasino/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'),
(7451, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/article.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/article.php'),
(7452, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/author.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/author.php'),
(7453, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php'),
(7454, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/faq.php'),
(7455, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/howto.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/howto.php'),
(7456, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php'),
(7457, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/organization.php'),
(7458, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/person.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/person.php'),
(7459, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php'),
(7460, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema/website.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/website.php'),
(7461, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/schema-generator.php'),
(7462, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php'),
(7463, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php'),
(7464, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php'),
(7465, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php'),
(7466, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php'),
(7467, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php'),
(7468, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php'),
(7469, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php'),
(7470, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php'),
(7471, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php'),
(7472, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/date-helper.php'),
(7473, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php'),
(7474, '/home/forwardbetcasino/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'),
(7475, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php'),
(7476, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/image-helper.php'),
(7477, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php'),
(7478, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/import-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/import-helper.php'),
(7479, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php'),
(7480, '/home/forwardbetcasino/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'),
(7481, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php'),
(7482, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/language-helper.php'),
(7483, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php'),
(7484, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php'),
(7485, '/home/forwardbetcasino/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'),
(7486, '/home/forwardbetcasino/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'),
(7487, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/options-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/options-helper.php'),
(7488, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php'),
(7489, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php'),
(7490, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/post-helper.php'),
(7491, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php'),
(7492, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php'),
(7493, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/product-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/product-helper.php'),
(7494, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php'),
(7495, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php'),
(7496, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php'),
(7497, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php'),
(7498, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php'),
(7499, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php'),
(7500, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php'),
(7501, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php'),
(7502, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php'),
(7503, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php'),
(7504, '/home/forwardbetcasino/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'),
(7505, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php'),
(7506, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php'),
(7507, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/site-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/site-helper.php'),
(7508, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php'),
(7509, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/string-helper.php'),
(7510, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php'),
(7511, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php'),
(7512, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/url-helper.php'),
(7513, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/user-helper.php'),
(7514, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php'),
(7515, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php'),
(7516, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php'),
(7517, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php'),
(7518, '/home/forwardbetcasino/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'),
(7519, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php', 'wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php'),
(7520, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php', 'wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php'),
(7521, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php', 'wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php'),
(7522, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', 'wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php'),
(7523, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/initializers/plugin-headers.php', 'wp-content/plugins/wordpress-seo/src/initializers/plugin-headers.php'),
(7524, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php', 'wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php'),
(7525, '/home/forwardbetcasino/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'),
(7526, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php'),
(7527, '/home/forwardbetcasino/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'),
(7528, '/home/forwardbetcasino/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'),
(7529, '/home/forwardbetcasino/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'),
(7530, '/home/forwardbetcasino/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'),
(7531, '/home/forwardbetcasino/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'),
(7532, '/home/forwardbetcasino/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'),
(7533, '/home/forwardbetcasino/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'),
(7534, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php'),
(7535, '/home/forwardbetcasino/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'),
(7536, '/home/forwardbetcasino/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'),
(7537, '/home/forwardbetcasino/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'),
(7538, '/home/forwardbetcasino/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'),
(7539, '/home/forwardbetcasino/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'),
(7540, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php'),
(7541, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php'),
(7542, '/home/forwardbetcasino/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'),
(7543, '/home/forwardbetcasino/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'),
(7544, '/home/forwardbetcasino/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'),
(7545, '/home/forwardbetcasino/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'),
(7546, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php'),
(7547, '/home/forwardbetcasino/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'),
(7548, '/home/forwardbetcasino/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'),
(7549, '/home/forwardbetcasino/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'),
(7550, '/home/forwardbetcasino/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'),
(7551, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php'),
(7552, '/home/forwardbetcasino/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'),
(7553, '/home/forwardbetcasino/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'),
(7554, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php'),
(7555, '/home/forwardbetcasino/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'),
(7556, '/home/forwardbetcasino/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'),
(7557, '/home/forwardbetcasino/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'),
(7558, '/home/forwardbetcasino/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'),
(7559, '/home/forwardbetcasino/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'),
(7560, '/home/forwardbetcasino/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'),
(7561, '/home/forwardbetcasino/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'),
(7562, '/home/forwardbetcasino/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'),
(7563, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php'),
(7564, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php'),
(7565, '/home/forwardbetcasino/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'),
(7566, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php'),
(7567, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php'),
(7568, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php', 'wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php'),
(7569, '/home/forwardbetcasino/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'),
(7570, '/home/forwardbetcasino/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'),
(7571, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php'),
(7572, '/home/forwardbetcasino/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'),
(7573, '/home/forwardbetcasino/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'),
(7574, '/home/forwardbetcasino/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'),
(7575, '/home/forwardbetcasino/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'),
(7576, '/home/forwardbetcasino/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'),
(7577, '/home/forwardbetcasino/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'),
(7578, '/home/forwardbetcasino/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'),
(7579, '/home/forwardbetcasino/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'),
(7580, '/home/forwardbetcasino/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'),
(7581, '/home/forwardbetcasino/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'),
(7582, '/home/forwardbetcasino/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'),
(7583, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php'),
(7584, '/home/forwardbetcasino/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'),
(7585, '/home/forwardbetcasino/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'),
(7586, '/home/forwardbetcasino/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'),
(7587, '/home/forwardbetcasino/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'),
(7588, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php'),
(7589, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php', 'wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php'),
(7590, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/primary-category.php', 'wp-content/plugins/wordpress-seo/src/integrations/primary-category.php'),
(7591, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php'),
(7592, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/support-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/support-integration.php'),
(7593, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php'),
(7594, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php'),
(7595, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php'),
(7596, '/home/forwardbetcasino/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'),
(7597, '/home/forwardbetcasino/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'),
(7598, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php'),
(7599, '/home/forwardbetcasino/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'),
(7600, '/home/forwardbetcasino/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'),
(7601, '/home/forwardbetcasino/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'),
(7602, '/home/forwardbetcasino/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'),
(7603, '/home/forwardbetcasino/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'),
(7604, '/home/forwardbetcasino/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'),
(7605, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php'),
(7606, '/home/forwardbetcasino/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'),
(7607, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php'),
(7608, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php'),
(7609, '/home/forwardbetcasino/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'),
(7610, '/home/forwardbetcasino/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'),
(7611, '/home/forwardbetcasino/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'),
(7612, '/home/forwardbetcasino/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'),
(7613, '/home/forwardbetcasino/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'),
(7614, '/home/forwardbetcasino/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'),
(7615, '/home/forwardbetcasino/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'),
(7616, '/home/forwardbetcasino/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'),
(7617, '/home/forwardbetcasino/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'),
(7618, '/home/forwardbetcasino/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'),
(7619, '/home/forwardbetcasino/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'),
(7620, '/home/forwardbetcasino/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'),
(7621, '/home/forwardbetcasino/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'),
(7622, '/home/forwardbetcasino/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'),
(7623, '/home/forwardbetcasino/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'),
(7624, '/home/forwardbetcasino/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'),
(7625, '/home/forwardbetcasino/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'),
(7626, '/home/forwardbetcasino/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'),
(7627, '/home/forwardbetcasino/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'),
(7628, '/home/forwardbetcasino/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'),
(7629, '/home/forwardbetcasino/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'),
(7630, '/home/forwardbetcasino/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'),
(7631, '/home/forwardbetcasino/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'),
(7632, '/home/forwardbetcasino/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'),
(7633, '/home/forwardbetcasino/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'),
(7634, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', 'wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php'),
(7635, '/home/forwardbetcasino/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'),
(7636, '/home/forwardbetcasino/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'),
(7637, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php'),
(7638, '/home/forwardbetcasino/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'),
(7639, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php'),
(7640, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php'),
(7641, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php'),
(7642, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php'),
(7643, '/home/forwardbetcasino/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'),
(7644, '/home/forwardbetcasino/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'),
(7645, '/home/forwardbetcasino/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'),
(7646, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/introductions/readme.md', 'wp-content/plugins/wordpress-seo/src/introductions/readme.md'),
(7647, '/home/forwardbetcasino/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'),
(7648, '/home/forwardbetcasino/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'),
(7649, '/home/forwardbetcasino/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'),
(7650, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/loadable-interface.php', 'wp-content/plugins/wordpress-seo/src/loadable-interface.php'),
(7651, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/loader.php', 'wp-content/plugins/wordpress-seo/src/loader.php'),
(7652, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/loggers/logger.php', 'wp-content/plugins/wordpress-seo/src/loggers/logger.php'),
(7653, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/main.php', 'wp-content/plugins/wordpress-seo/src/main.php'),
(7654, '/home/forwardbetcasino/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'),
(7655, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', 'wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php'),
(7656, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php', 'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php'),
(7657, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php', 'wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php'),
(7658, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/models/indexable.php', 'wp-content/plugins/wordpress-seo/src/models/indexable.php'),
(7659, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/models/primary-term.php', 'wp-content/plugins/wordpress-seo/src/models/primary-term.php'),
(7660, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/models/seo-links.php', 'wp-content/plugins/wordpress-seo/src/models/seo-links.php'),
(7661, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/models/seo-meta.php', 'wp-content/plugins/wordpress-seo/src/models/seo-meta.php'),
(7662, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php'),
(7663, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', 'wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php'),
(7664, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7665, '/home/forwardbetcasino/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'),
(7666, '/home/forwardbetcasino/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'),
(7667, '/home/forwardbetcasino/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'),
(7668, '/home/forwardbetcasino/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'),
(7669, '/home/forwardbetcasino/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'),
(7670, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php'),
(7671, '/home/forwardbetcasino/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'),
(7672, '/home/forwardbetcasino/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'),
(7673, '/home/forwardbetcasino/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'),
(7674, '/home/forwardbetcasino/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'),
(7675, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php'),
(7676, '/home/forwardbetcasino/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'),
(7677, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php'),
(7678, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php'),
(7679, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php'),
(7680, '/home/forwardbetcasino/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'),
(7681, '/home/forwardbetcasino/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'),
(7682, '/home/forwardbetcasino/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'),
(7683, '/home/forwardbetcasino/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'),
(7684, '/home/forwardbetcasino/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'),
(7685, '/home/forwardbetcasino/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'),
(7686, '/home/forwardbetcasino/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'),
(7687, '/home/forwardbetcasino/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'),
(7688, '/home/forwardbetcasino/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'),
(7689, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php'),
(7690, '/home/forwardbetcasino/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'),
(7691, '/home/forwardbetcasino/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'),
(7692, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php'),
(7693, '/home/forwardbetcasino/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'),
(7694, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php'),
(7695, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php'),
(7696, '/home/forwardbetcasino/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'),
(7697, '/home/forwardbetcasino/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'),
(7698, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php'),
(7699, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php'),
(7700, '/home/forwardbetcasino/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'),
(7701, '/home/forwardbetcasino/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'),
(7702, '/home/forwardbetcasino/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'),
(7703, '/home/forwardbetcasino/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'),
(7704, '/home/forwardbetcasino/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'),
(7705, '/home/forwardbetcasino/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'),
(7706, '/home/forwardbetcasino/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'),
(7707, '/home/forwardbetcasino/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'),
(7708, '/home/forwardbetcasino/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'),
(7709, '/home/forwardbetcasino/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'),
(7710, '/home/forwardbetcasino/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'),
(7711, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php'),
(7712, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php'),
(7713, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php'),
(7714, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php'),
(7715, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php'),
(7716, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php'),
(7717, '/home/forwardbetcasino/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'),
(7718, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php'),
(7719, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php'),
(7720, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php'),
(7721, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php'),
(7722, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php'),
(7723, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php'),
(7724, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php'),
(7725, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php'),
(7726, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php'),
(7727, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php'),
(7728, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php'),
(7729, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php'),
(7730, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php'),
(7731, '/home/forwardbetcasino/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'),
(7732, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php', 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php'),
(7733, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php'),
(7734, '/home/forwardbetcasino/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'),
(7735, '/home/forwardbetcasino/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'),
(7736, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php'),
(7737, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php'),
(7738, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php'),
(7739, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php'),
(7740, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php'),
(7741, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php'),
(7742, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php'),
(7743, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php', 'wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php'),
(7744, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', 'wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php'),
(7745, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php', 'wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php'),
(7746, '/home/forwardbetcasino/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'),
(7747, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/importing-route.php', 'wp-content/plugins/wordpress-seo/src/routes/importing-route.php'),
(7748, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php', 'wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php'),
(7749, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', 'wp-content/plugins/wordpress-seo/src/routes/indexing-route.php'),
(7750, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/integrations-route.php', 'wp-content/plugins/wordpress-seo/src/routes/integrations-route.php'),
(7751, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php', 'wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php'),
(7752, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/route-interface.php', 'wp-content/plugins/wordpress-seo/src/routes/route-interface.php'),
(7753, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/semrush-route.php', 'wp-content/plugins/wordpress-seo/src/routes/semrush-route.php'),
(7754, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php', 'wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php'),
(7755, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/wincher-route.php', 'wp-content/plugins/wordpress-seo/src/routes/wincher-route.php'),
(7756, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/routes/workouts-route.php', 'wp-content/plugins/wordpress-seo/src/routes/workouts-route.php'),
(7757, '/home/forwardbetcasino/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'),
(7758, '/home/forwardbetcasino/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'),
(7759, '/home/forwardbetcasino/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'),
(7760, '/home/forwardbetcasino/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'),
(7761, '/home/forwardbetcasino/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'),
(7762, '/home/forwardbetcasino/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'),
(7763, '/home/forwardbetcasino/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'),
(7764, '/home/forwardbetcasino/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'),
(7765, '/home/forwardbetcasino/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'),
(7766, '/home/forwardbetcasino/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'),
(7767, '/home/forwardbetcasino/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'),
(7768, '/home/forwardbetcasino/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'),
(7769, '/home/forwardbetcasino/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'),
(7770, '/home/forwardbetcasino/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'),
(7771, '/home/forwardbetcasino/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'),
(7772, '/home/forwardbetcasino/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'),
(7773, '/home/forwardbetcasino/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'),
(7774, '/home/forwardbetcasino/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'),
(7775, '/home/forwardbetcasino/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'),
(7776, '/home/forwardbetcasino/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'),
(7777, '/home/forwardbetcasino/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'),
(7778, '/home/forwardbetcasino/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'),
(7779, '/home/forwardbetcasino/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'),
(7780, '/home/forwardbetcasino/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'),
(7781, '/home/forwardbetcasino/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'),
(7782, '/home/forwardbetcasino/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'),
(7783, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php'),
(7784, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php'),
(7785, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php'),
(7786, '/home/forwardbetcasino/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'),
(7787, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php'),
(7788, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php'),
(7789, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php', 'wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php'),
(7790, '/home/forwardbetcasino/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'),
(7791, '/home/forwardbetcasino/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'),
(7792, '/home/forwardbetcasino/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'),
(7793, '/home/forwardbetcasino/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'),
(7794, '/home/forwardbetcasino/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'),
(7795, '/home/forwardbetcasino/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'),
(7796, '/home/forwardbetcasino/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'),
(7797, '/home/forwardbetcasino/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'),
(7798, '/home/forwardbetcasino/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'),
(7799, '/home/forwardbetcasino/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'),
(7800, '/home/forwardbetcasino/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'),
(7801, '/home/forwardbetcasino/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'),
(7802, '/home/forwardbetcasino/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'),
(7803, '/home/forwardbetcasino/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'),
(7804, '/home/forwardbetcasino/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'),
(7805, '/home/forwardbetcasino/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'),
(7806, '/home/forwardbetcasino/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'),
(7807, '/home/forwardbetcasino/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'),
(7808, '/home/forwardbetcasino/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'),
(7809, '/home/forwardbetcasino/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'),
(7810, '/home/forwardbetcasino/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'),
(7811, '/home/forwardbetcasino/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'),
(7812, '/home/forwardbetcasino/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'),
(7813, '/home/forwardbetcasino/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'),
(7814, '/home/forwardbetcasino/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'),
(7815, '/home/forwardbetcasino/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'),
(7816, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/values/images.php', 'wp-content/plugins/wordpress-seo/src/values/images.php'),
(7817, '/home/forwardbetcasino/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'),
(7818, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php', 'wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php'),
(7819, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', 'wp-content/plugins/wordpress-seo/src/values/open-graph/images.php'),
(7820, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/values/robots/directive.php', 'wp-content/plugins/wordpress-seo/src/values/robots/directive.php'),
(7821, '/home/forwardbetcasino/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'),
(7822, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php', 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php'),
(7823, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/values/twitter/images.php', 'wp-content/plugins/wordpress-seo/src/values/twitter/images.php'),
(7824, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', 'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php'),
(7825, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php'),
(7826, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php'),
(7827, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php'),
(7828, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php', 'wp-content/plugins/wordpress-seo/vendor/autoload.php'),
(7829, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),
(7830, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php'),
(7831, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE'),
(7832, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),
(7833, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php'),
(7834, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),
(7835, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),
(7836, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php'),
(7837, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php'),
(7838, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/installed.php', 'wp-content/plugins/wordpress-seo/vendor/composer/installed.php'),
(7839, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php', 'wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php'),
(7840, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md'),
(7841, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE'),
(7842, '/home/forwardbetcasino/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'),
(7843, '/home/forwardbetcasino/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'),
(7844, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configuration.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Configuration.php'),
(7845, '/home/forwardbetcasino/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'),
(7846, '/home/forwardbetcasino/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'),
(7847, '/home/forwardbetcasino/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'),
(7848, '/home/forwardbetcasino/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'),
(7849, '/home/forwardbetcasino/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'),
(7850, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Host.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Host.php'),
(7851, '/home/forwardbetcasino/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'),
(7852, '/home/forwardbetcasino/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'),
(7853, '/home/forwardbetcasino/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'),
(7854, '/home/forwardbetcasino/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'),
(7855, '/home/forwardbetcasino/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'),
(7856, '/home/forwardbetcasino/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'),
(7857, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageDismisser.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageDismisser.php'),
(7858, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageFormatter.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessageFormatter.php'),
(7859, '/home/forwardbetcasino/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'),
(7860, '/home/forwardbetcasino/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'),
(7861, '/home/forwardbetcasino/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'),
(7862, '/home/forwardbetcasino/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'),
(7863, '/home/forwardbetcasino/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'),
(7864, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessagesManager.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/MessagesManager.php'),
(7865, '/home/forwardbetcasino/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'),
(7866, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/RequirementsChecker.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/RequirementsChecker.php'),
(7867, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/VersionRequirement.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/VersionRequirement.php'),
(7868, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPDismissOption.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPDismissOption.php'),
(7869, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPMessageDismissListener.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/WPMessageDismissListener.php'),
(7870, '/home/forwardbetcasino/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'),
(7871, '/home/forwardbetcasino/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'),
(7872, '/home/forwardbetcasino/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'),
(7873, '/home/forwardbetcasino/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'),
(7874, '/home/forwardbetcasino/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'),
(7875, '/home/forwardbetcasino/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'),
(7876, '/home/forwardbetcasino/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'),
(7877, '/home/forwardbetcasino/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'),
(7878, '/home/forwardbetcasino/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'),
(7879, '/home/forwardbetcasino/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'),
(7880, '/home/forwardbetcasino/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'),
(7881, '/home/forwardbetcasino/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'),
(7882, '/home/forwardbetcasino/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'),
(7883, '/home/forwardbetcasino/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'),
(7884, '/home/forwardbetcasino/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'),
(7885, '/home/forwardbetcasino/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'),
(7886, '/home/forwardbetcasino/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'),
(7887, '/home/forwardbetcasino/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'),
(7888, '/home/forwardbetcasino/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'),
(7889, '/home/forwardbetcasino/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'),
(7890, '/home/forwardbetcasino/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'),
(7891, '/home/forwardbetcasino/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'),
(7892, '/home/forwardbetcasino/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'),
(7893, '/home/forwardbetcasino/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'),
(7894, '/home/forwardbetcasino/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'),
(7895, '/home/forwardbetcasino/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'),
(7896, '/home/forwardbetcasino/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'),
(7897, '/home/forwardbetcasino/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'),
(7898, '/home/forwardbetcasino/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'),
(7899, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7900, '/home/forwardbetcasino/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'),
(7901, '/home/forwardbetcasino/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'),
(7902, '/home/forwardbetcasino/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'),
(7903, '/home/forwardbetcasino/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'),
(7904, '/home/forwardbetcasino/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'),
(7905, '/home/forwardbetcasino/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'),
(7906, '/home/forwardbetcasino/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'),
(7907, '/home/forwardbetcasino/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'),
(7908, '/home/forwardbetcasino/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'),
(7909, '/home/forwardbetcasino/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'),
(7910, '/home/forwardbetcasino/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'),
(7911, '/home/forwardbetcasino/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'),
(7912, '/home/forwardbetcasino/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'),
(7913, '/home/forwardbetcasino/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'),
(7914, '/home/forwardbetcasino/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'),
(7915, '/home/forwardbetcasino/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'),
(7916, '/home/forwardbetcasino/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'),
(7917, '/home/forwardbetcasino/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'),
(7918, '/home/forwardbetcasino/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'),
(7919, '/home/forwardbetcasino/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'),
(7920, '/home/forwardbetcasino/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'),
(7921, '/home/forwardbetcasino/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'),
(7922, '/home/forwardbetcasino/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'),
(7923, '/home/forwardbetcasino/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'),
(7924, '/home/forwardbetcasino/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'),
(7925, '/home/forwardbetcasino/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'),
(7926, '/home/forwardbetcasino/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'),
(7927, '/home/forwardbetcasino/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'),
(7928, '/home/forwardbetcasino/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'),
(7929, '/home/forwardbetcasino/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'),
(7930, '/home/forwardbetcasino/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'),
(7931, '/home/forwardbetcasino/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'),
(7932, '/home/forwardbetcasino/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'),
(7933, '/home/forwardbetcasino/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'),
(7934, '/home/forwardbetcasino/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'),
(7935, '/home/forwardbetcasino/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'),
(7936, '/home/forwardbetcasino/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'),
(7937, '/home/forwardbetcasino/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'),
(7938, '/home/forwardbetcasino/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'),
(7939, '/home/forwardbetcasino/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'),
(7940, '/home/forwardbetcasino/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'),
(7941, '/home/forwardbetcasino/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'),
(7942, '/home/forwardbetcasino/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'),
(7943, '/home/forwardbetcasino/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'),
(7944, '/home/forwardbetcasino/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'),
(7945, '/home/forwardbetcasino/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'),
(7946, '/home/forwardbetcasino/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'),
(7947, '/home/forwardbetcasino/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'),
(7948, '/home/forwardbetcasino/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'),
(7949, '/home/forwardbetcasino/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'),
(7950, '/home/forwardbetcasino/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'),
(7951, '/home/forwardbetcasino/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'),
(7952, '/home/forwardbetcasino/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'),
(7953, '/home/forwardbetcasino/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'),
(7954, '/home/forwardbetcasino/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'),
(7955, '/home/forwardbetcasino/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'),
(7956, '/home/forwardbetcasino/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'),
(7957, '/home/forwardbetcasino/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'),
(7958, '/home/forwardbetcasino/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'),
(7959, '/home/forwardbetcasino/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'),
(7960, '/home/forwardbetcasino/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'),
(7961, '/home/forwardbetcasino/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'),
(7962, '/home/forwardbetcasino/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'),
(7963, '/home/forwardbetcasino/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'),
(7964, '/home/forwardbetcasino/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'),
(7965, '/home/forwardbetcasino/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'),
(7966, '/home/forwardbetcasino/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'),
(7967, '/home/forwardbetcasino/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'),
(7968, '/home/forwardbetcasino/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'),
(7969, '/home/forwardbetcasino/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'),
(7970, '/home/forwardbetcasino/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'),
(7971, '/home/forwardbetcasino/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'),
(7972, '/home/forwardbetcasino/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'),
(7973, '/home/forwardbetcasino/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'),
(7974, '/home/forwardbetcasino/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'),
(7975, '/home/forwardbetcasino/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'),
(7976, '/home/forwardbetcasino/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'),
(7977, '/home/forwardbetcasino/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'),
(7978, '/home/forwardbetcasino/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'),
(7979, '/home/forwardbetcasino/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'),
(7980, '/home/forwardbetcasino/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'),
(7981, '/home/forwardbetcasino/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'),
(7982, '/home/forwardbetcasino/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'),
(7983, '/home/forwardbetcasino/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'),
(7984, '/home/forwardbetcasino/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'),
(7985, '/home/forwardbetcasino/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'),
(7986, '/home/forwardbetcasino/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'),
(7987, '/home/forwardbetcasino/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'),
(7988, '/home/forwardbetcasino/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'),
(7989, '/home/forwardbetcasino/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'),
(7990, '/home/forwardbetcasino/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'),
(7991, '/home/forwardbetcasino/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'),
(7992, '/home/forwardbetcasino/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'),
(7993, '/home/forwardbetcasino/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'),
(7994, '/home/forwardbetcasino/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'),
(7995, '/home/forwardbetcasino/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'),
(7996, '/home/forwardbetcasino/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'),
(7997, '/home/forwardbetcasino/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'),
(7998, '/home/forwardbetcasino/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'),
(7999, '/home/forwardbetcasino/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'),
(8000, '/home/forwardbetcasino/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'),
(8001, '/home/forwardbetcasino/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'),
(8002, '/home/forwardbetcasino/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'),
(8003, '/home/forwardbetcasino/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'),
(8004, '/home/forwardbetcasino/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'),
(8005, '/home/forwardbetcasino/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'),
(8006, '/home/forwardbetcasino/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'),
(8007, '/home/forwardbetcasino/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'),
(8008, '/home/forwardbetcasino/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'),
(8009, '/home/forwardbetcasino/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'),
(8010, '/home/forwardbetcasino/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'),
(8011, '/home/forwardbetcasino/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'),
(8012, '/home/forwardbetcasino/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'),
(8013, '/home/forwardbetcasino/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'),
(8014, '/home/forwardbetcasino/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'),
(8015, '/home/forwardbetcasino/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'),
(8016, '/home/forwardbetcasino/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'),
(8017, '/home/forwardbetcasino/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'),
(8018, '/home/forwardbetcasino/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'),
(8019, '/home/forwardbetcasino/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'),
(8020, '/home/forwardbetcasino/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'),
(8021, '/home/forwardbetcasino/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'),
(8022, '/home/forwardbetcasino/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'),
(8023, '/home/forwardbetcasino/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'),
(8024, '/home/forwardbetcasino/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'),
(8025, '/home/forwardbetcasino/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'),
(8026, '/home/forwardbetcasino/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'),
(8027, '/home/forwardbetcasino/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'),
(8028, '/home/forwardbetcasino/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'),
(8029, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php', 'wp-content/plugins/wordpress-seo/wp-seo-main.php'),
(8030, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/wp-seo.php', 'wp-content/plugins/wordpress-seo/wp-seo.php'),
(8031, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo/wpml-config.xml', 'wp-content/plugins/wordpress-seo/wpml-config.xml'),
(8032, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/assets/images/cornerstone-icon.svg', 'wp-content/plugins/wordpress-seo-premium/assets/images/cornerstone-icon.svg'),
(8033, '/home/forwardbetcasino/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'),
(8034, '/home/forwardbetcasino/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'),
(8035, '/home/forwardbetcasino/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'),
(8036, '/home/forwardbetcasino/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'),
(8037, '/home/forwardbetcasino/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'),
(8038, '/home/forwardbetcasino/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'),
(8039, '/home/forwardbetcasino/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'),
(8040, '/home/forwardbetcasino/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'),
(8041, '/home/forwardbetcasino/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'),
(8042, '/home/forwardbetcasino/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'),
(8043, '/home/forwardbetcasino/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'),
(8044, '/home/forwardbetcasino/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'),
(8045, '/home/forwardbetcasino/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'),
(8046, '/home/forwardbetcasino/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'),
(8047, '/home/forwardbetcasino/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'),
(8048, '/home/forwardbetcasino/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'),
(8049, '/home/forwardbetcasino/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'),
(8050, '/home/forwardbetcasino/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'),
(8051, '/home/forwardbetcasino/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'),
(8052, '/home/forwardbetcasino/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'),
(8053, '/home/forwardbetcasino/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'),
(8054, '/home/forwardbetcasino/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'),
(8055, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/blocks/siblings-block.php', 'wp-content/plugins/wordpress-seo-premium/classes/blocks/siblings-block.php'),
(8056, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/blocks/subpages-block.php', 'wp-content/plugins/wordpress-seo-premium/classes/blocks/subpages-block.php'),
(8057, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/custom-fields-plugin.php', 'wp-content/plugins/wordpress-seo-premium/classes/custom-fields-plugin.php'),
(8058, '/home/forwardbetcasino/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'),
(8059, '/home/forwardbetcasino/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'),
(8060, '/home/forwardbetcasino/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'),
(8061, '/home/forwardbetcasino/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'),
(8062, '/home/forwardbetcasino/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'),
(8063, '/home/forwardbetcasino/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'),
(8064, '/home/forwardbetcasino/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'),
(8065, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/html-diff-renderer.php', 'wp-content/plugins/wordpress-seo-premium/classes/html-diff-renderer.php'),
(8066, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/metabox-link-suggestions.php', 'wp-content/plugins/wordpress-seo-premium/classes/metabox-link-suggestions.php'),
(8067, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/multi-keyword.php', 'wp-content/plugins/wordpress-seo-premium/classes/multi-keyword.php'),
(8068, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/post-watcher.php', 'wp-content/plugins/wordpress-seo-premium/classes/post-watcher.php'),
(8069, '/home/forwardbetcasino/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'),
(8070, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-assets.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-assets.php'),
(8071, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-expose-shortlinks.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-expose-shortlinks.php'),
(8072, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-import-manager.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-import-manager.php'),
(8073, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-javascript-strings.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-javascript-strings.php'),
(8074, '/home/forwardbetcasino/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'),
(8075, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-metabox.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-metabox.php'),
(8076, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-option.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-option.php'),
(8077, '/home/forwardbetcasino/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'),
(8078, '/home/forwardbetcasino/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'),
(8079, '/home/forwardbetcasino/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'),
(8080, '/home/forwardbetcasino/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'),
(8081, '/home/forwardbetcasino/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'),
(8082, '/home/forwardbetcasino/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'),
(8083, '/home/forwardbetcasino/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'),
(8084, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-endpoint.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-endpoint.php'),
(8085, '/home/forwardbetcasino/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'),
(8086, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-option.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-option.php'),
(8087, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-service.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-redirect-service.php'),
(8088, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/premium-register-capabilities.php', 'wp-content/plugins/wordpress-seo-premium/classes/premium-register-capabilities.php'),
(8089, '/home/forwardbetcasino/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'),
(8090, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/product-premium.php', 'wp-content/plugins/wordpress-seo-premium/classes/product-premium.php'),
(8091, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/executable-redirect.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/executable-redirect.php'),
(8092, '/home/forwardbetcasino/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'),
(8093, '/home/forwardbetcasino/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'),
(8094, '/home/forwardbetcasino/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'),
(8095, '/home/forwardbetcasino/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'),
(8096, '/home/forwardbetcasino/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'),
(8097, '/home/forwardbetcasino/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'),
(8098, '/home/forwardbetcasino/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'),
(8099, '/home/forwardbetcasino/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'),
(8100, '/home/forwardbetcasino/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'),
(8101, '/home/forwardbetcasino/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'),
(8102, '/home/forwardbetcasino/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'),
(8103, '/home/forwardbetcasino/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'),
(8104, '/home/forwardbetcasino/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'),
(8105, '/home/forwardbetcasino/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'),
(8106, '/home/forwardbetcasino/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'),
(8107, '/home/forwardbetcasino/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'),
(8108, '/home/forwardbetcasino/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'),
(8109, '/home/forwardbetcasino/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'),
(8110, '/home/forwardbetcasino/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'),
(8111, '/home/forwardbetcasino/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'),
(8112, '/home/forwardbetcasino/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'),
(8113, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-ajax.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-ajax.php'),
(8114, '/home/forwardbetcasino/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'),
(8115, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-formats.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-formats.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8116, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-formatter.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-formatter.php'),
(8117, '/home/forwardbetcasino/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'),
(8118, '/home/forwardbetcasino/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'),
(8119, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-importer.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-importer.php'),
(8120, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-manager.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-manager.php'),
(8121, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-option.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-option.php'),
(8122, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-page.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-page.php'),
(8123, '/home/forwardbetcasino/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'),
(8124, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-table.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-table.php'),
(8125, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-types.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-types.php'),
(8126, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-upgrade.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-upgrade.php'),
(8127, '/home/forwardbetcasino/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'),
(8128, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-util.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-util.php'),
(8129, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-validator.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect-validator.php'),
(8130, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/redirect.php'),
(8131, '/home/forwardbetcasino/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'),
(8132, '/home/forwardbetcasino/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'),
(8133, '/home/forwardbetcasino/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'),
(8134, '/home/forwardbetcasino/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'),
(8135, '/home/forwardbetcasino/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'),
(8136, '/home/forwardbetcasino/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'),
(8137, '/home/forwardbetcasino/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'),
(8138, '/home/forwardbetcasino/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'),
(8139, '/home/forwardbetcasino/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'),
(8140, '/home/forwardbetcasino/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'),
(8141, '/home/forwardbetcasino/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'),
(8142, '/home/forwardbetcasino/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'),
(8143, '/home/forwardbetcasino/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'),
(8144, '/home/forwardbetcasino/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'),
(8145, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect/views/redirects.php'),
(8146, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/redirect-undo-endpoint.php', 'wp-content/plugins/wordpress-seo-premium/classes/redirect-undo-endpoint.php'),
(8147, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/social-previews.php', 'wp-content/plugins/wordpress-seo-premium/classes/social-previews.php'),
(8148, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/term-watcher.php', 'wp-content/plugins/wordpress-seo-premium/classes/term-watcher.php'),
(8149, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/upgrade-manager.php', 'wp-content/plugins/wordpress-seo-premium/classes/upgrade-manager.php'),
(8150, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/validation-error.php', 'wp-content/plugins/wordpress-seo-premium/classes/validation-error.php'),
(8151, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/validation-result.php', 'wp-content/plugins/wordpress-seo-premium/classes/validation-result.php'),
(8152, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/validation-warning.php', 'wp-content/plugins/wordpress-seo-premium/classes/validation-warning.php'),
(8153, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/export-keywords.php', 'wp-content/plugins/wordpress-seo-premium/classes/views/export-keywords.php'),
(8154, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/export-redirects.php', 'wp-content/plugins/wordpress-seo-premium/classes/views/export-redirects.php'),
(8155, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/import-redirects.php', 'wp-content/plugins/wordpress-seo-premium/classes/views/import-redirects.php'),
(8156, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/views/thank-you.php', 'wp-content/plugins/wordpress-seo-premium/classes/views/thank-you.php'),
(8157, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/classes/watcher.php', 'wp-content/plugins/wordpress-seo-premium/classes/watcher.php'),
(8158, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/cli/cli-premium-requirement.php', 'wp-content/plugins/wordpress-seo-premium/cli/cli-premium-requirement.php'),
(8159, '/home/forwardbetcasino/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'),
(8160, '/home/forwardbetcasino/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'),
(8161, '/home/forwardbetcasino/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'),
(8162, '/home/forwardbetcasino/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'),
(8163, '/home/forwardbetcasino/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'),
(8164, '/home/forwardbetcasino/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'),
(8165, '/home/forwardbetcasino/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'),
(8166, '/home/forwardbetcasino/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'),
(8167, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/index.php', 'wp-content/plugins/wordpress-seo-premium/index.php'),
(8168, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/premium.php', 'wp-content/plugins/wordpress-seo-premium/premium.php'),
(8169, '/home/forwardbetcasino/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'),
(8170, '/home/forwardbetcasino/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'),
(8171, '/home/forwardbetcasino/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'),
(8172, '/home/forwardbetcasino/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'),
(8173, '/home/forwardbetcasino/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'),
(8174, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/addon-installer.php', 'wp-content/plugins/wordpress-seo-premium/src/addon-installer.php'),
(8175, '/home/forwardbetcasino/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'),
(8176, '/home/forwardbetcasino/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'),
(8177, '/home/forwardbetcasino/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'),
(8178, '/home/forwardbetcasino/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'),
(8179, '/home/forwardbetcasino/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'),
(8180, '/home/forwardbetcasino/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'),
(8181, '/home/forwardbetcasino/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'),
(8182, '/home/forwardbetcasino/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'),
(8183, '/home/forwardbetcasino/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'),
(8184, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/conditionals/edd-conditional.php', 'wp-content/plugins/wordpress-seo-premium/src/conditionals/edd-conditional.php'),
(8185, '/home/forwardbetcasino/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'),
(8186, '/home/forwardbetcasino/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'),
(8187, '/home/forwardbetcasino/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'),
(8188, '/home/forwardbetcasino/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'),
(8189, '/home/forwardbetcasino/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'),
(8190, '/home/forwardbetcasino/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'),
(8191, '/home/forwardbetcasino/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'),
(8192, '/home/forwardbetcasino/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'),
(8193, '/home/forwardbetcasino/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'),
(8194, '/home/forwardbetcasino/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'),
(8195, '/home/forwardbetcasino/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'),
(8196, '/home/forwardbetcasino/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'),
(8197, '/home/forwardbetcasino/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'),
(8198, '/home/forwardbetcasino/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'),
(8199, '/home/forwardbetcasino/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'),
(8200, '/home/forwardbetcasino/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'),
(8201, '/home/forwardbetcasino/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'),
(8202, '/home/forwardbetcasino/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'),
(8203, '/home/forwardbetcasino/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'),
(8204, '/home/forwardbetcasino/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'),
(8205, '/home/forwardbetcasino/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'),
(8206, '/home/forwardbetcasino/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'),
(8207, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/functions.php', 'wp-content/plugins/wordpress-seo-premium/src/functions.php'),
(8208, '/home/forwardbetcasino/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'),
(8209, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/assets/externals.php', 'wp-content/plugins/wordpress-seo-premium/src/generated/assets/externals.php'),
(8210, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/assets/plugin.php', 'wp-content/plugins/wordpress-seo-premium/src/generated/assets/plugin.php'),
(8211, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/generated/container.php', 'wp-content/plugins/wordpress-seo-premium/src/generated/container.php'),
(8212, '/home/forwardbetcasino/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'),
(8213, '/home/forwardbetcasino/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'),
(8214, '/home/forwardbetcasino/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'),
(8215, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/helpers/version-helper.php', 'wp-content/plugins/wordpress-seo-premium/src/helpers/version-helper.php'),
(8216, '/home/forwardbetcasino/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'),
(8217, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/introductions-initializer.php', 'wp-content/plugins/wordpress-seo-premium/src/initializers/introductions-initializer.php'),
(8218, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/plugin.php', 'wp-content/plugins/wordpress-seo-premium/src/initializers/plugin.php'),
(8219, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/redirect-handler.php', 'wp-content/plugins/wordpress-seo-premium/src/initializers/redirect-handler.php'),
(8220, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/initializers/woocommerce.php', 'wp-content/plugins/wordpress-seo-premium/src/initializers/woocommerce.php'),
(8221, '/home/forwardbetcasino/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'),
(8222, '/home/forwardbetcasino/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'),
(8223, '/home/forwardbetcasino/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'),
(8224, '/home/forwardbetcasino/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'),
(8225, '/home/forwardbetcasino/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'),
(8226, '/home/forwardbetcasino/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'),
(8227, '/home/forwardbetcasino/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'),
(8228, '/home/forwardbetcasino/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'),
(8229, '/home/forwardbetcasino/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'),
(8230, '/home/forwardbetcasino/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'),
(8231, '/home/forwardbetcasino/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'),
(8232, '/home/forwardbetcasino/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'),
(8233, '/home/forwardbetcasino/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'),
(8234, '/home/forwardbetcasino/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'),
(8235, '/home/forwardbetcasino/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'),
(8236, '/home/forwardbetcasino/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'),
(8237, '/home/forwardbetcasino/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'),
(8238, '/home/forwardbetcasino/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'),
(8239, '/home/forwardbetcasino/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'),
(8240, '/home/forwardbetcasino/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'),
(8241, '/home/forwardbetcasino/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'),
(8242, '/home/forwardbetcasino/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'),
(8243, '/home/forwardbetcasino/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'),
(8244, '/home/forwardbetcasino/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'),
(8245, '/home/forwardbetcasino/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'),
(8246, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/cleanup-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/cleanup-integration.php'),
(8247, '/home/forwardbetcasino/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'),
(8248, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/frontend-inspector.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/frontend-inspector.php'),
(8249, '/home/forwardbetcasino/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'),
(8250, '/home/forwardbetcasino/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'),
(8251, '/home/forwardbetcasino/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'),
(8252, '/home/forwardbetcasino/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'),
(8253, '/home/forwardbetcasino/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'),
(8254, '/home/forwardbetcasino/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'),
(8255, '/home/forwardbetcasino/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'),
(8256, '/home/forwardbetcasino/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'),
(8257, '/home/forwardbetcasino/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'),
(8258, '/home/forwardbetcasino/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'),
(8259, '/home/forwardbetcasino/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'),
(8260, '/home/forwardbetcasino/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'),
(8261, '/home/forwardbetcasino/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'),
(8262, '/home/forwardbetcasino/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'),
(8263, '/home/forwardbetcasino/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'),
(8264, '/home/forwardbetcasino/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'),
(8265, '/home/forwardbetcasino/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'),
(8266, '/home/forwardbetcasino/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'),
(8267, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/integrations/upgrade-integration.php', 'wp-content/plugins/wordpress-seo-premium/src/integrations/upgrade-integration.php'),
(8268, '/home/forwardbetcasino/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'),
(8269, '/home/forwardbetcasino/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'),
(8270, '/home/forwardbetcasino/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'),
(8271, '/home/forwardbetcasino/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'),
(8272, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/main.php', 'wp-content/plugins/wordpress-seo-premium/src/main.php'),
(8273, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/models/prominent-words.php', 'wp-content/plugins/wordpress-seo-premium/src/models/prominent-words.php'),
(8274, '/home/forwardbetcasino/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'),
(8275, '/home/forwardbetcasino/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'),
(8276, '/home/forwardbetcasino/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'),
(8277, '/home/forwardbetcasino/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'),
(8278, '/home/forwardbetcasino/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'),
(8279, '/home/forwardbetcasino/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'),
(8280, '/home/forwardbetcasino/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'),
(8281, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/routes/workouts-route.php', 'wp-content/plugins/wordpress-seo-premium/src/routes/workouts-route.php'),
(8282, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/surfaces/helpers-surface.php', 'wp-content/plugins/wordpress-seo-premium/src/surfaces/helpers-surface.php'),
(8283, '/home/forwardbetcasino/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'),
(8284, '/home/forwardbetcasino/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'),
(8285, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/src/wordpress/wrapper.php', 'wp-content/plugins/wordpress-seo-premium/src/wordpress/wrapper.php'),
(8286, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/autoload.php', 'wp-content/plugins/wordpress-seo-premium/vendor/autoload.php'),
(8287, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/ClassLoader.php'),
(8288, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/InstalledVersions.php'),
(8289, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_classmap.php'),
(8290, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_files.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_files.php'),
(8291, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_namespaces.php'),
(8292, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_psr4.php'),
(8293, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_real.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_real.php'),
(8294, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_static.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/autoload_static.php'),
(8295, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/installed.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/installed.php'),
(8296, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/vendor/composer/platform_check.php', 'wp-content/plugins/wordpress-seo-premium/vendor/composer/platform_check.php'),
(8297, '/home/forwardbetcasino/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'),
(8298, '/home/forwardbetcasino/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'),
(8299, '/home/forwardbetcasino/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'),
(8300, '/home/forwardbetcasino/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'),
(8301, '/home/forwardbetcasino/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'),
(8302, '/home/forwardbetcasino/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'),
(8303, '/home/forwardbetcasino/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'),
(8304, '/home/forwardbetcasino/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'),
(8305, '/home/forwardbetcasino/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'),
(8306, '/home/forwardbetcasino/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'),
(8307, '/home/forwardbetcasino/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'),
(8308, '/home/forwardbetcasino/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'),
(8309, '/home/forwardbetcasino/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'),
(8310, '/home/forwardbetcasino/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'),
(8311, '/home/forwardbetcasino/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'),
(8312, '/home/forwardbetcasino/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'),
(8313, '/home/forwardbetcasino/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'),
(8314, '/home/forwardbetcasino/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'),
(8315, '/home/forwardbetcasino/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'),
(8316, '/home/forwardbetcasino/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'),
(8317, '/home/forwardbetcasino/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'),
(8318, '/home/forwardbetcasino/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'),
(8319, '/home/forwardbetcasino/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'),
(8320, '/home/forwardbetcasino/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'),
(8321, '/home/forwardbetcasino/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'),
(8322, '/home/forwardbetcasino/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'),
(8323, '/home/forwardbetcasino/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'),
(8324, '/home/forwardbetcasino/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'),
(8325, '/home/forwardbetcasino/public_html/wp-content/plugins/wordpress-seo-premium/wp-seo-premium.php', 'wp-content/plugins/wordpress-seo-premium/wp-seo-premium.php'),
(8326, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/fonts/icomoon.svg', 'wp-content/plugins/wp-rocket/assets/fonts/icomoon.svg'),
(8327, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/automatic.svg', 'wp-content/plugins/wp-rocket/assets/img/automatic.svg'),
(8328, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/bandwidth.svg', 'wp-content/plugins/wp-rocket/assets/img/bandwidth.svg'),
(8329, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/bg-activated.svg', 'wp-content/plugins/wp-rocket/assets/img/bg-activated.svg'),
(8330, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/configuration.svg', 'wp-content/plugins/wp-rocket/assets/img/configuration.svg'),
(8331, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/heartbeat-hover.svg', 'wp-content/plugins/wp-rocket/assets/img/heartbeat-hover.svg'),
(8332, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/heartbeat.svg', 'wp-content/plugins/wp-rocket/assets/img/heartbeat.svg'),
(8333, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/icon-i-circle.svg', 'wp-content/plugins/wp-rocket/assets/img/icon-i-circle.svg'),
(8334, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/imagify-hover.svg', 'wp-content/plugins/wp-rocket/assets/img/imagify-hover.svg'),
(8335, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/imagify.svg', 'wp-content/plugins/wp-rocket/assets/img/imagify.svg'),
(8336, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/infinite.svg', 'wp-content/plugins/wp-rocket/assets/img/infinite.svg'),
(8337, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/logo-cloudflare.svg', 'wp-content/plugins/wp-rocket/assets/img/logo-cloudflare.svg'),
(8338, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/logo-cloudflare2.svg', 'wp-content/plugins/wp-rocket/assets/img/logo-cloudflare2.svg'),
(8339, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/logo-varnish.svg', 'wp-content/plugins/wp-rocket/assets/img/logo-varnish.svg'),
(8340, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/logo-webp.svg', 'wp-content/plugins/wp-rocket/assets/img/logo-webp.svg'),
(8341, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/logo-wprocket-dark.svg', 'wp-content/plugins/wp-rocket/assets/img/logo-wprocket-dark.svg'),
(8342, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/one-com-logo.svg', 'wp-content/plugins/wp-rocket/assets/img/one-com-logo.svg'),
(8343, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/picto-wprocket-dark.svg', 'wp-content/plugins/wp-rocket/assets/img/picto-wprocket-dark.svg'),
(8344, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/play-alt.svg', 'wp-content/plugins/wp-rocket/assets/img/play-alt.svg'),
(8345, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/play-hover.svg', 'wp-content/plugins/wp-rocket/assets/img/play-hover.svg'),
(8346, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/play.svg', 'wp-content/plugins/wp-rocket/assets/img/play.svg');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8347, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/plus.svg', 'wp-content/plugins/wp-rocket/assets/img/plus.svg'),
(8348, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/img/warning.svg', 'wp-content/plugins/wp-rocket/assets/img/warning.svg'),
(8349, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/browser-checker.js', 'wp-content/plugins/wp-rocket/assets/js/browser-checker.js'),
(8350, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/browser-checker.min.js', 'wp-content/plugins/wp-rocket/assets/js/browser-checker.min.js'),
(8351, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/cpcss-removal.js', 'wp-content/plugins/wp-rocket/assets/js/cpcss-removal.js'),
(8352, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/cpcss-removal.min.js', 'wp-content/plugins/wp-rocket/assets/js/cpcss-removal.min.js'),
(8353, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/elementor-animation.js', 'wp-content/plugins/wp-rocket/assets/js/elementor-animation.js'),
(8354, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/heartbeat.js', 'wp-content/plugins/wp-rocket/assets/js/heartbeat.js'),
(8355, '/home/forwardbetcasino/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'),
(8356, '/home/forwardbetcasino/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'),
(8357, '/home/forwardbetcasino/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'),
(8358, '/home/forwardbetcasino/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'),
(8359, '/home/forwardbetcasino/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'),
(8360, '/home/forwardbetcasino/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'),
(8361, '/home/forwardbetcasino/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'),
(8362, '/home/forwardbetcasino/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'),
(8363, '/home/forwardbetcasino/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'),
(8364, '/home/forwardbetcasino/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'),
(8365, '/home/forwardbetcasino/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'),
(8366, '/home/forwardbetcasino/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'),
(8367, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-css.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload-css.js'),
(8368, '/home/forwardbetcasino/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'),
(8369, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js'),
(8370, '/home/forwardbetcasino/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'),
(8371, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/lazyload-scripts.min.js', 'wp-content/plugins/wp-rocket/assets/js/lazyload-scripts.min.js'),
(8372, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/micromodal.min.js', 'wp-content/plugins/wp-rocket/assets/js/micromodal.min.js'),
(8373, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/preload-links.js', 'wp-content/plugins/wp-rocket/assets/js/preload-links.js'),
(8374, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/preload-links.min.js', 'wp-content/plugins/wp-rocket/assets/js/preload-links.min.js'),
(8375, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js', 'wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js'),
(8376, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js', 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.js'),
(8377, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.map', 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.js.map'),
(8378, '/home/forwardbetcasino/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'),
(8379, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js', 'wp-content/plugins/wp-rocket/assets/js/wpr-admin.min.js'),
(8380, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-cpcss-heartbeat.js', 'wp-content/plugins/wp-rocket/assets/js/wpr-cpcss-heartbeat.js'),
(8381, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/assets/js/wpr-cpcss.js', 'wp-content/plugins/wp-rocket/assets/js/wpr-cpcss.js'),
(8382, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/3rd-party.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/3rd-party.php'),
(8383, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/flywheel.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/flywheel.php'),
(8384, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/nginx.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/nginx.php'),
(8385, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/pagely.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/pagely.php'),
(8386, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/presslabs.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/presslabs.php'),
(8387, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/hosting/siteground.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/hosting/siteground.php'),
(8388, '/home/forwardbetcasino/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'),
(8389, '/home/forwardbetcasino/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'),
(8390, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/autoptimize.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/autoptimize.php'),
(8391, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/buddypress.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/buddypress.php'),
(8392, '/home/forwardbetcasino/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'),
(8393, '/home/forwardbetcasino/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'),
(8394, '/home/forwardbetcasino/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'),
(8395, '/home/forwardbetcasino/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'),
(8396, '/home/forwardbetcasino/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'),
(8397, '/home/forwardbetcasino/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'),
(8398, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/disqus.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/disqus.php'),
(8399, '/home/forwardbetcasino/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'),
(8400, '/home/forwardbetcasino/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'),
(8401, '/home/forwardbetcasino/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'),
(8402, '/home/forwardbetcasino/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'),
(8403, '/home/forwardbetcasino/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'),
(8404, '/home/forwardbetcasino/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'),
(8405, '/home/forwardbetcasino/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'),
(8406, '/home/forwardbetcasino/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'),
(8407, '/home/forwardbetcasino/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'),
(8408, '/home/forwardbetcasino/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'),
(8409, '/home/forwardbetcasino/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'),
(8410, '/home/forwardbetcasino/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'),
(8411, '/home/forwardbetcasino/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'),
(8412, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mailchimp.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/mailchimp.php'),
(8413, '/home/forwardbetcasino/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'),
(8414, '/home/forwardbetcasino/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'),
(8415, '/home/forwardbetcasino/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'),
(8416, '/home/forwardbetcasino/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'),
(8417, '/home/forwardbetcasino/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'),
(8418, '/home/forwardbetcasino/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'),
(8419, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/s2member.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/s2member.php'),
(8420, '/home/forwardbetcasino/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'),
(8421, '/home/forwardbetcasino/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'),
(8422, '/home/forwardbetcasino/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'),
(8423, '/home/forwardbetcasino/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'),
(8424, '/home/forwardbetcasino/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'),
(8425, '/home/forwardbetcasino/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'),
(8426, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/sumome.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/plugins/sumome.php'),
(8427, '/home/forwardbetcasino/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'),
(8428, '/home/forwardbetcasino/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'),
(8429, '/home/forwardbetcasino/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'),
(8430, '/home/forwardbetcasino/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'),
(8431, '/home/forwardbetcasino/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'),
(8432, '/home/forwardbetcasino/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'),
(8433, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/3rd-party/themes/studiopress.php', 'wp-content/plugins/wp-rocket/inc/3rd-party/themes/studiopress.php'),
(8434, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/API/bypass.php', 'wp-content/plugins/wp-rocket/inc/API/bypass.php'),
(8435, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Client.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Client.php'),
(8436, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Endpoints.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/API/Endpoints.php'),
(8437, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Admin/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Admin/Subscriber.php'),
(8438, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKey.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKey.php'),
(8439, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKeyFactory.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/APIKeyFactory.php'),
(8440, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthFactoryInterface.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthFactoryInterface.php'),
(8441, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthInterface.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Auth/AuthInterface.php'),
(8442, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Cloudflare.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Cloudflare.php'),
(8443, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/ServiceProvider.php'),
(8444, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Addon/Cloudflare/Subscriber.php'),
(8445, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Addon/ServiceProvider.php'),
(8446, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Sucuri/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Addon/Sucuri/Subscriber.php'),
(8447, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php'),
(8448, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Varnish/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Addon/Varnish/Subscriber.php'),
(8449, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/Varnish/Varnish.php', 'wp-content/plugins/wp-rocket/inc/Addon/Varnish/Varnish.php'),
(8450, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/WebP/AbstractWebp.php', 'wp-content/plugins/wp-rocket/inc/Addon/WebP/AbstractWebp.php'),
(8451, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/WebP/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Addon/WebP/AdminSubscriber.php'),
(8452, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Addon/WebP/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Addon/WebP/Subscriber.php'),
(8453, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/action-scheduler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/action-scheduler.php'),
(8454, '/home/forwardbetcasino/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'),
(8455, '/home/forwardbetcasino/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'),
(8456, '/home/forwardbetcasino/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'),
(8457, '/home/forwardbetcasino/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'),
(8458, '/home/forwardbetcasino/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'),
(8459, '/home/forwardbetcasino/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'),
(8460, '/home/forwardbetcasino/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'),
(8461, '/home/forwardbetcasino/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'),
(8462, '/home/forwardbetcasino/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'),
(8463, '/home/forwardbetcasino/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'),
(8464, '/home/forwardbetcasino/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'),
(8465, '/home/forwardbetcasino/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'),
(8466, '/home/forwardbetcasino/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'),
(8467, '/home/forwardbetcasino/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'),
(8468, '/home/forwardbetcasino/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'),
(8469, '/home/forwardbetcasino/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'),
(8470, '/home/forwardbetcasino/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'),
(8471, '/home/forwardbetcasino/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'),
(8472, '/home/forwardbetcasino/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'),
(8473, '/home/forwardbetcasino/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'),
(8474, '/home/forwardbetcasino/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'),
(8475, '/home/forwardbetcasino/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'),
(8476, '/home/forwardbetcasino/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'),
(8477, '/home/forwardbetcasino/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'),
(8478, '/home/forwardbetcasino/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'),
(8479, '/home/forwardbetcasino/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'),
(8480, '/home/forwardbetcasino/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'),
(8481, '/home/forwardbetcasino/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'),
(8482, '/home/forwardbetcasino/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'),
(8483, '/home/forwardbetcasino/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'),
(8484, '/home/forwardbetcasino/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'),
(8485, '/home/forwardbetcasino/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'),
(8486, '/home/forwardbetcasino/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'),
(8487, '/home/forwardbetcasino/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'),
(8488, '/home/forwardbetcasino/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'),
(8489, '/home/forwardbetcasino/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'),
(8490, '/home/forwardbetcasino/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'),
(8491, '/home/forwardbetcasino/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'),
(8492, '/home/forwardbetcasino/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'),
(8493, '/home/forwardbetcasino/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'),
(8494, '/home/forwardbetcasino/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'),
(8495, '/home/forwardbetcasino/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'),
(8496, '/home/forwardbetcasino/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'),
(8497, '/home/forwardbetcasino/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'),
(8498, '/home/forwardbetcasino/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'),
(8499, '/home/forwardbetcasino/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'),
(8500, '/home/forwardbetcasino/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'),
(8501, '/home/forwardbetcasino/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'),
(8502, '/home/forwardbetcasino/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'),
(8503, '/home/forwardbetcasino/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'),
(8504, '/home/forwardbetcasino/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'),
(8505, '/home/forwardbetcasino/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'),
(8506, '/home/forwardbetcasino/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'),
(8507, '/home/forwardbetcasino/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'),
(8508, '/home/forwardbetcasino/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'),
(8509, '/home/forwardbetcasino/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'),
(8510, '/home/forwardbetcasino/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'),
(8511, '/home/forwardbetcasino/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'),
(8512, '/home/forwardbetcasino/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'),
(8513, '/home/forwardbetcasino/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'),
(8514, '/home/forwardbetcasino/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'),
(8515, '/home/forwardbetcasino/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'),
(8516, '/home/forwardbetcasino/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'),
(8517, '/home/forwardbetcasino/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'),
(8518, '/home/forwardbetcasino/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'),
(8519, '/home/forwardbetcasino/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'),
(8520, '/home/forwardbetcasino/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'),
(8521, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/functions.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/deprecated/functions.php'),
(8522, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/functions.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/ActionScheduler/functions.php'),
(8523, '/home/forwardbetcasino/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'),
(8524, '/home/forwardbetcasino/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'),
(8525, '/home/forwardbetcasino/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'),
(8526, '/home/forwardbetcasino/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'),
(8527, '/home/forwardbetcasino/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'),
(8528, '/home/forwardbetcasino/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'),
(8529, '/home/forwardbetcasino/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'),
(8530, '/home/forwardbetcasino/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'),
(8531, '/home/forwardbetcasino/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'),
(8532, '/home/forwardbetcasino/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'),
(8533, '/home/forwardbetcasino/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'),
(8534, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Base.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Base.php'),
(8535, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Column.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Column.php'),
(8536, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Compare.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Compare.php'),
(8537, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Date.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Date.php'),
(8538, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Meta.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Queries/Meta.php'),
(8539, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Query.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Query.php'),
(8540, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Row.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Row.php'),
(8541, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Schema.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Schema.php'),
(8542, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Database/Table.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Database/Table.php'),
(8543, '/home/forwardbetcasino/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'),
(8544, '/home/forwardbetcasino/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'),
(8545, '/home/forwardbetcasino/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'),
(8546, '/home/forwardbetcasino/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'),
(8547, '/home/forwardbetcasino/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'),
(8548, '/home/forwardbetcasino/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'),
(8549, '/home/forwardbetcasino/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'),
(8550, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Container.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Container.php'),
(8551, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareInterface.php'),
(8552, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareTrait.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareTrait.php'),
(8553, '/home/forwardbetcasino/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'),
(8554, '/home/forwardbetcasino/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'),
(8555, '/home/forwardbetcasino/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'),
(8556, '/home/forwardbetcasino/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'),
(8557, '/home/forwardbetcasino/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'),
(8558, '/home/forwardbetcasino/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'),
(8559, '/home/forwardbetcasino/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'),
(8560, '/home/forwardbetcasino/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'),
(8561, '/home/forwardbetcasino/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'),
(8562, '/home/forwardbetcasino/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'),
(8563, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ReflectionContainer.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/ReflectionContainer.php'),
(8564, '/home/forwardbetcasino/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'),
(8565, '/home/forwardbetcasino/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'),
(8566, '/home/forwardbetcasino/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'),
(8567, '/home/forwardbetcasino/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'),
(8568, '/home/forwardbetcasino/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'),
(8569, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/CSS.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/CSS.php'),
(8570, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php'),
(8571, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/BasicException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/BasicException.php'),
(8572, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/FileImportException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/FileImportException.php'),
(8573, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/IOException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/IOException.php'),
(8574, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/JS.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/JS.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8575, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Minify.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Minify.php'),
(8576, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ErrorHandler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ErrorHandler.php'),
(8577, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/FormatterInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/FormatterInterface.php'),
(8578, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/HtmlFormatter.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/HtmlFormatter.php'),
(8579, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/LineFormatter.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/LineFormatter.php'),
(8580, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/NormalizerFormatter.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Formatter/NormalizerFormatter.php'),
(8581, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractHandler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractHandler.php'),
(8582, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractProcessingHandler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/AbstractProcessingHandler.php'),
(8583, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerInterface.php'),
(8584, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerTrait.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/FormattableHandlerTrait.php'),
(8585, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/HandlerInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/HandlerInterface.php'),
(8586, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerInterface.php'),
(8587, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerTrait.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/ProcessableHandlerTrait.php'),
(8588, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/StreamHandler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Handler/StreamHandler.php'),
(8589, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Logger.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Logger.php'),
(8590, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/IntrospectionProcessor.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/IntrospectionProcessor.php'),
(8591, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/ProcessorInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Processor/ProcessorInterface.php'),
(8592, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Registry.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Registry.php'),
(8593, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ResettableInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/ResettableInterface.php'),
(8594, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/SignalHandler.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/SignalHandler.php'),
(8595, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Utils.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Monolog/Utils.php'),
(8596, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/Converter.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/Converter.php'),
(8597, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/ConverterInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/ConverterInterface.php'),
(8598, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/NoConverter.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/PathConverter/NoConverter.php'),
(8599, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerExceptionInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerExceptionInterface.php'),
(8600, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerInterface.php'),
(8601, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/NotFoundExceptionInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Container/NotFoundExceptionInterface.php'),
(8602, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/AbstractLogger.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/AbstractLogger.php'),
(8603, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/InvalidArgumentException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/InvalidArgumentException.php'),
(8604, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LogLevel.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LogLevel.php'),
(8605, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareInterface.php'),
(8606, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareTrait.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerAwareTrait.php'),
(8607, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerInterface.php'),
(8608, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerTrait.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/LoggerTrait.php'),
(8609, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/NullLogger.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/Log/NullLogger.php'),
(8610, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheException.php'),
(8611, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheInterface.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/CacheInterface.php'),
(8612, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/InvalidArgumentException.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/Psr/SimpleCache/InvalidArgumentException.php'),
(8613, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Assets.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Assets.php'),
(8614, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Iframe.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Iframe.php'),
(8615, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Image.php', 'wp-content/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Image.php'),
(8616, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Activation/Activation.php', 'wp-content/plugins/wp-rocket/inc/Engine/Activation/Activation.php'),
(8617, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Activation/ActivationInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/Activation/ActivationInterface.php'),
(8618, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Activation/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Activation/ServiceProvider.php'),
(8619, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/API/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/API/ServiceProvider.php'),
(8620, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/API/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/API/Subscriber.php'),
(8621, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/ActionSchedulerSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/ActionSchedulerSubscriber.php'),
(8622, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/Beacon.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/Beacon.php'),
(8623, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Beacon/ServiceProvider.php'),
(8624, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Optimization.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Optimization.php'),
(8625, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/OptimizationProcess.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/OptimizationProcess.php'),
(8626, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/ServiceProvider.php'),
(8627, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Database/Subscriber.php'),
(8628, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/DeactivationIntent.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/DeactivationIntent.php'),
(8629, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Deactivation/Subscriber.php'),
(8630, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/ServiceProvider.php'),
(8631, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/DomainChange/Subscriber.php'),
(8632, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Metaboxes/PostEditOptionsSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Metaboxes/PostEditOptionsSubscriber.php'),
(8633, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/ServiceProvider.php'),
(8634, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Page.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Page.php'),
(8635, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Render.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Render.php'),
(8636, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/ServiceProvider.php'),
(8637, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Settings.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Settings.php'),
(8638, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Admin/Settings/Subscriber.php'),
(8639, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/Admin/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/Admin/Subscriber.php'),
(8640, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/CDN.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/CDN.php'),
(8641, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/APIClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/APIClient.php'),
(8642, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/AdminPageSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/AdminPageSubscriber.php'),
(8643, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/CDNOptionsManager.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/CDNOptionsManager.php'),
(8644, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php'),
(8645, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/NoticesSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/NoticesSubscriber.php'),
(8646, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/RESTSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/RESTSubscriber.php'),
(8647, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/ServiceProvider.php'),
(8648, '/home/forwardbetcasino/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'),
(8649, '/home/forwardbetcasino/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'),
(8650, '/home/forwardbetcasino/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'),
(8651, '/home/forwardbetcasino/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'),
(8652, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/ServiceProvider.php'),
(8653, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CDN/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CDN/Subscriber.php'),
(8654, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/AdminSubscriber.php'),
(8655, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/AdvancedCache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/AdvancedCache.php'),
(8656, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/ConfigSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/ConfigSubscriber.php'),
(8657, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/Config/Subscriber.php'),
(8658, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/Purge.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/Purge.php'),
(8659, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeActionsSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeActionsSubscriber.php'),
(8660, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/PurgeExpiredCache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/PurgeExpiredCache.php'),
(8661, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/Subscriber.php'),
(8662, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/ServiceProvider.php'),
(8663, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Cache/WPCache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Cache/WPCache.php'),
(8664, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Manager.php', 'wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Manager.php'),
(8665, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Capabilities/ServiceProvider.php'),
(8666, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Capabilities/Subscriber.php'),
(8667, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Ajax/AjaxHandler.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Ajax/AjaxHandler.php'),
(8668, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/CacheInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/CacheInterface.php'),
(8669, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/FilesystemCache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Cache/FilesystemCache.php'),
(8670, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Context/AbstractContext.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Context/AbstractContext.php'),
(8671, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Context/ContextInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Context/ContextInterface.php'),
(8672, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/ServiceProvider.php'),
(8673, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/ExtractCSS/Subscriber.php'),
(8674, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/AbstractASQueue.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/AbstractASQueue.php'),
(8675, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/Cleaner.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/Cleaner.php'),
(8676, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/QueueInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/QueueInterface.php'),
(8677, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/RUCSSQueueRunner.php', 'wp-content/plugins/wp-rocket/inc/Engine/Common/Queue/RUCSSQueueRunner.php'),
(8678, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/APIClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/APIClient.php'),
(8679, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Admin.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Admin.php'),
(8680, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Post.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Post.php'),
(8681, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Settings.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Settings.php'),
(8682, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Subscriber.php'),
(8683, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSS.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSS.php'),
(8684, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSGeneration.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSGeneration.php'),
(8685, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSSubscriber.php'),
(8686, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/DataManager.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/DataManager.php'),
(8687, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ProcessorService.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ProcessorService.php'),
(8688, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTCSSSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTCSSSubscriber.php'),
(8689, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWP.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWP.php'),
(8690, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPInterface.php'),
(8691, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPPost.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPPost.php'),
(8692, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/ServiceProvider.php'),
(8693, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/TransientTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/CriticalPath/TransientTrait.php'),
(8694, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/Deactivation.php', 'wp-content/plugins/wp-rocket/inc/Engine/Deactivation/Deactivation.php'),
(8695, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/DeactivationInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/Deactivation/DeactivationInterface.php'),
(8696, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Deactivation/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Deactivation/ServiceProvider.php'),
(8697, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ActionSchedulerCheck.php', 'wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ActionSchedulerCheck.php'),
(8698, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/HealthCheck.php', 'wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/HealthCheck.php'),
(8699, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/HealthCheck/ServiceProvider.php'),
(8700, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/HeartbeatSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/HeartbeatSubscriber.php'),
(8701, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Heartbeat/ServiceProvider.php'),
(8702, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/API/Pricing.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/API/Pricing.php'),
(8703, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/API/PricingClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/API/PricingClient.php'),
(8704, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/API/User.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/API/User.php'),
(8705, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/API/UserClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/API/UserClient.php'),
(8706, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/Renewal.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/Renewal.php'),
(8707, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/ServiceProvider.php'),
(8708, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/Subscriber.php'),
(8709, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/License/Upgrade.php', 'wp-content/plugins/wp-rocket/inc/Engine/License/Upgrade.php'),
(8710, '/home/forwardbetcasino/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'),
(8711, '/home/forwardbetcasino/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'),
(8712, '/home/forwardbetcasino/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'),
(8713, '/home/forwardbetcasino/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'),
(8714, '/home/forwardbetcasino/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'),
(8715, '/home/forwardbetcasino/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'),
(8716, '/home/forwardbetcasino/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'),
(8717, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Emojis/EmojisSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Emojis/EmojisSubscriber.php'),
(8718, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/AdminSubscriber.php'),
(8719, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/ImageDimensions.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/ImageDimensions.php'),
(8720, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/Subscriber.php'),
(8721, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/AdminSubscriber.php'),
(8722, '/home/forwardbetcasino/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'),
(8723, '/home/forwardbetcasino/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'),
(8724, '/home/forwardbetcasino/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'),
(8725, '/home/forwardbetcasino/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'),
(8726, '/home/forwardbetcasino/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'),
(8727, '/home/forwardbetcasino/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'),
(8728, '/home/forwardbetcasino/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'),
(8729, '/home/forwardbetcasino/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'),
(8730, '/home/forwardbetcasino/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'),
(8731, '/home/forwardbetcasino/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'),
(8732, '/home/forwardbetcasino/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'),
(8733, '/home/forwardbetcasino/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'),
(8734, '/home/forwardbetcasino/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'),
(8735, '/home/forwardbetcasino/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'),
(8736, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CanLazyloadTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CanLazyloadTrait.php'),
(8737, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/Subscriber.php'),
(8738, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Media/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Media/ServiceProvider.php'),
(8739, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AbstractOptimization.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/AbstractOptimization.php'),
(8740, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AdminServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/AdminServiceProvider.php'),
(8741, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/AssetsLocalCache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/AssetsLocalCache.php'),
(8742, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Optimization.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Optimization.php'),
(8743, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Buffer/Subscriber.php'),
(8744, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/CSSTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/CSSTrait.php'),
(8745, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/CacheDynamicResource.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/CacheDynamicResource.php'),
(8746, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/ContentTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/ContentTrait.php'),
(8747, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/AdminSubscriber.php'),
(8748, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/DeferJS.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/DeferJS.php'),
(8749, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/ServiceProvider.php'),
(8750, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/Subscriber.php'),
(8751, '/home/forwardbetcasino/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'),
(8752, '/home/forwardbetcasino/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'),
(8753, '/home/forwardbetcasino/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'),
(8754, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/HTML.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/HTML.php'),
(8755, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/ServiceProvider.php'),
(8756, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Subscriber.php'),
(8757, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractAPIClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractAPIClient.php'),
(8758, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractDataManager.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/AbstractDataManager.php'),
(8759, '/home/forwardbetcasino/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'),
(8760, '/home/forwardbetcasino/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'),
(8761, '/home/forwardbetcasino/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'),
(8762, '/home/forwardbetcasino/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'),
(8763, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DynamicLists.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/DynamicLists.php'),
(8764, '/home/forwardbetcasino/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'),
(8765, '/home/forwardbetcasino/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'),
(8766, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/ServiceProvider.php'),
(8767, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/DynamicLists/Subscriber.php'),
(8768, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/AbstractGFOptimization.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/AbstractGFOptimization.php'),
(8769, '/home/forwardbetcasino/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'),
(8770, '/home/forwardbetcasino/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'),
(8771, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Combine.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Combine.php'),
(8772, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/CombineV2.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/CombineV2.php'),
(8773, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Subscriber.php'),
(8774, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/IEConditionalSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/IEConditionalSubscriber.php'),
(8775, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AbstractMinifySubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AbstractMinifySubscriber.php'),
(8776, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/AdminSubscriber.php'),
(8777, '/home/forwardbetcasino/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'),
(8778, '/home/forwardbetcasino/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'),
(8779, '/home/forwardbetcasino/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'),
(8780, '/home/forwardbetcasino/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'),
(8781, '/home/forwardbetcasino/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'),
(8782, '/home/forwardbetcasino/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'),
(8783, '/home/forwardbetcasino/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'),
(8784, '/home/forwardbetcasino/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'),
(8785, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/ProcessorInterface.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/Minify/ProcessorInterface.php'),
(8786, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/AbstractAPIClient.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/AbstractAPIClient.php'),
(8787, '/home/forwardbetcasino/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'),
(8788, '/home/forwardbetcasino/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'),
(8789, '/home/forwardbetcasino/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'),
(8790, '/home/forwardbetcasino/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'),
(8791, '/home/forwardbetcasino/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'),
(8792, '/home/forwardbetcasino/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'),
(8793, '/home/forwardbetcasino/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'),
(8794, '/home/forwardbetcasino/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'),
(8795, '/home/forwardbetcasino/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'),
(8796, '/home/forwardbetcasino/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'),
(8797, '/home/forwardbetcasino/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'),
(8798, '/home/forwardbetcasino/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'),
(8799, '/home/forwardbetcasino/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'),
(8800, '/home/forwardbetcasino/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'),
(8801, '/home/forwardbetcasino/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'),
(8802, '/home/forwardbetcasino/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'),
(8803, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/ServiceProvider.php'),
(8804, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php'),
(8805, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/ServiceProvider.php'),
(8806, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Optimization/UrlTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/Optimization/UrlTrait.php'),
(8807, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/InformationSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/InformationSubscriber.php'),
(8808, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/RenewalNotice.php', 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/RenewalNotice.php'),
(8809, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/ServiceProvider.php'),
(8810, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiCommonSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiCommonSubscriber.php'),
(8811, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiTools.php', 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiTools.php'),
(8812, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Plugin/UpdaterSubscriber.php'),
(8813, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/Activation.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/Activation.php'),
(8814, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Activation/ServiceProvider.php'),
(8815, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Settings.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Settings.php'),
(8816, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Admin/Subscriber.php'),
(8817, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckExcludedTrait.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckExcludedTrait.php'),
(8818, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckFinished.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CheckFinished.php'),
(8819, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/ClearCache.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/ClearCache.php'),
(8820, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CrawlHomepage.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/CrawlHomepage.php'),
(8821, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/LoadInitialSitemap.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/LoadInitialSitemap.php'),
(8822, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/PreloadUrl.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/PreloadUrl.php'),
(8823, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/Queue.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Controller/Queue.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8824, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Cron/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Cron/Subscriber.php'),
(8825, '/home/forwardbetcasino/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'),
(8826, '/home/forwardbetcasino/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'),
(8827, '/home/forwardbetcasino/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'),
(8828, '/home/forwardbetcasino/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'),
(8829, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Fonts.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Fonts.php'),
(8830, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/FetchSitemap.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/FetchSitemap.php'),
(8831, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/SitemapParser.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/SitemapParser.php'),
(8832, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Frontend/Subscriber.php'),
(8833, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/AdminSubscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/AdminSubscriber.php'),
(8834, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/ServiceProvider.php'),
(8835, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Links/Subscriber.php'),
(8836, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/ServiceProvider.php'),
(8837, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Preload/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Preload/Subscriber.php'),
(8838, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/Data.php', 'wp-content/plugins/wp-rocket/inc/Engine/Support/Data.php'),
(8839, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/Rest.php', 'wp-content/plugins/wp-rocket/inc/Engine/Support/Rest.php'),
(8840, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Engine/Support/ServiceProvider.php'),
(8841, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/Support/Subscriber.php', 'wp-content/plugins/wp-rocket/inc/Engine/Support/Subscriber.php'),
(8842, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Engine/WPRocketUninstall.php', 'wp-content/plugins/wp-rocket/inc/Engine/WPRocketUninstall.php'),
(8843, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Logger/HTMLFormatter.php', 'wp-content/plugins/wp-rocket/inc/Logger/HTMLFormatter.php'),
(8844, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Logger/Logger.php', 'wp-content/plugins/wp-rocket/inc/Logger/Logger.php'),
(8845, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Logger/LoggerAware.php', 'wp-content/plugins/wp-rocket/inc/Logger/LoggerAware.php'),
(8846, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Logger/LoggerAwareInterface.php', 'wp-content/plugins/wp-rocket/inc/Logger/LoggerAwareInterface.php'),
(8847, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Logger/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/Logger/ServiceProvider.php'),
(8848, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Logger/StreamHandler.php', 'wp-content/plugins/wp-rocket/inc/Logger/StreamHandler.php'),
(8849, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/Plugin.php', 'wp-content/plugins/wp-rocket/inc/Plugin.php'),
(8850, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/AbstractNoCacheHost.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/AbstractNoCacheHost.php'),
(8851, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Cloudways.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Cloudways.php'),
(8852, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Dreampress.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Dreampress.php'),
(8853, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Godaddy.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Godaddy.php'),
(8854, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostResolver.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostResolver.php'),
(8855, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostSubscriberFactory.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/HostSubscriberFactory.php'),
(8856, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Kinsta.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Kinsta.php'),
(8857, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/LiteSpeed.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/LiteSpeed.php'),
(8858, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/O2Switch.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/O2Switch.php'),
(8859, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/OneCom.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/OneCom.php'),
(8860, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressable.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressable.php'),
(8861, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressidium.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressidium.php'),
(8862, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ProIsp.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ProIsp.php'),
(8863, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Savvii.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/Savvii.php'),
(8864, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/ServiceProvider.php'),
(8865, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/SpinUpWP.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/SpinUpWP.php'),
(8866, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPEngine.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPEngine.php'),
(8867, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPXCloud.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WPXCloud.php'),
(8868, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WordPressCom.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Hostings/WordPressCom.php'),
(8869, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/NullSubscriber.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/NullSubscriber.php'),
(8870, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ads/Adthrive.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ads/Adthrive.php'),
(8871, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/Cloudflare.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/Cloudflare.php'),
(8872, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/CloudflareFacade.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/CDN/CloudflareFacade.php'),
(8873, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ConvertPlug.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ConvertPlug.php'),
(8874, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/BigCommerce.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/BigCommerce.php'),
(8875, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/WooCommerceSubscriber.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/WooCommerceSubscriber.php'),
(8876, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/TranslatePress.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/TranslatePress.php'),
(8877, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/WPML.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/I18n/WPML.php'),
(8878, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/InlineRelatedPosts.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/InlineRelatedPosts.php'),
(8879, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Jetpack.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Jetpack.php'),
(8880, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ModPagespeed.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ModPagespeed.php'),
(8881, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/AMP.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/AMP.php'),
(8882, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Autoptimize.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Autoptimize.php'),
(8883, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Ezoic.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Ezoic.php'),
(8884, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Hummingbird.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Hummingbird.php'),
(8885, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Perfmatters.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Perfmatters.php'),
(8886, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RapidLoad.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RapidLoad.php'),
(8887, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RocketLazyLoad.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/RocketLazyLoad.php'),
(8888, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/WPMeteor.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/WPMeteor.php'),
(8889, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PDFEmbedder.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PDFEmbedder.php'),
(8890, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PWA.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PWA.php'),
(8891, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/BeaverBuilder.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/BeaverBuilder.php'),
(8892, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/Elementor.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/Elementor.php'),
(8893, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/RevolutionSlider.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/RevolutionSlider.php'),
(8894, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/AllInOneSEOPack.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/AllInOneSEOPack.php'),
(8895, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/RankMathSEO.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/RankMathSEO.php'),
(8896, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/SEOPress.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/SEOPress.php'),
(8897, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/TheSEOFramework.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/TheSEOFramework.php'),
(8898, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/Yoast.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SEO/Yoast.php'),
(8899, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Security/WordFenceCompatibility.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Security/WordFenceCompatibility.php'),
(8900, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SimpleCustomCss.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/SimpleCustomCss.php'),
(8901, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Smush.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/Smush.php'),
(8902, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/TheEventsCalendar.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/TheEventsCalendar.php'),
(8903, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ThirstyAffiliates.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/ThirstyAffiliates.php'),
(8904, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/UnlimitedElements.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/UnlimitedElements.php'),
(8905, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/WPGeotargeting.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Plugins/WPGeotargeting.php'),
(8906, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/ReturnTypesTrait.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/ReturnTypesTrait.php'),
(8907, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/ServiceProvider.php'),
(8908, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php'),
(8909, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Avada.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Avada.php'),
(8910, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Bridge.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Bridge.php'),
(8911, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Divi.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Divi.php'),
(8912, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Flatsome.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Flatsome.php'),
(8913, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Jevelin.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Jevelin.php'),
(8914, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/MinimalistBlogger.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/MinimalistBlogger.php'),
(8915, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Polygon.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Polygon.php'),
(8916, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ServiceProvider.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ServiceProvider.php'),
(8917, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Shoptimizer.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Shoptimizer.php'),
(8918, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Themify.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Themify.php'),
(8919, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ThirdpartyTheme.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/ThirdpartyTheme.php'),
(8920, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Uncode.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Uncode.php'),
(8921, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Xstore.php', 'wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Xstore.php'),
(8922, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/admin/admin.php', 'wp-content/plugins/wp-rocket/inc/admin/admin.php'),
(8923, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/admin/options.php', 'wp-content/plugins/wp-rocket/inc/admin/options.php'),
(8924, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/admin/ui/enqueue.php', 'wp-content/plugins/wp-rocket/inc/admin/ui/enqueue.php'),
(8925, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/admin/ui/meta-boxes.php', 'wp-content/plugins/wp-rocket/inc/admin/ui/meta-boxes.php'),
(8926, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/admin/ui/notices.php', 'wp-content/plugins/wp-rocket/inc/admin/ui/notices.php'),
(8927, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/admin/upgrader.php', 'wp-content/plugins/wp-rocket/inc/admin/upgrader.php'),
(8928, '/home/forwardbetcasino/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'),
(8929, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-cache.php', 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-cache.php'),
(8930, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-config.php', 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-config.php'),
(8931, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/Buffer/class-tests.php', 'wp-content/plugins/wp-rocket/inc/classes/Buffer/class-tests.php'),
(8932, '/home/forwardbetcasino/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'),
(8933, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-options.php', 'wp-content/plugins/wp-rocket/inc/classes/ServiceProvider/class-options.php'),
(8934, '/home/forwardbetcasino/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'),
(8935, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-logs.php', 'wp-content/plugins/wp-rocket/inc/classes/admin/class-logs.php'),
(8936, '/home/forwardbetcasino/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'),
(8937, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/admin/class-options.php', 'wp-content/plugins/wp-rocket/inc/classes/admin/class-options.php'),
(8938, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/class-abstract-render.php', 'wp-content/plugins/wp-rocket/inc/classes/class-abstract-render.php'),
(8939, '/home/forwardbetcasino/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'),
(8940, '/home/forwardbetcasino/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'),
(8941, '/home/forwardbetcasino/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'),
(8942, '/home/forwardbetcasino/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'),
(8943, '/home/forwardbetcasino/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'),
(8944, '/home/forwardbetcasino/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'),
(8945, '/home/forwardbetcasino/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'),
(8946, '/home/forwardbetcasino/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'),
(8947, '/home/forwardbetcasino/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'),
(8948, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/logger/class-logger.php', 'wp-content/plugins/wp-rocket/inc/classes/logger/class-logger.php'),
(8949, '/home/forwardbetcasino/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'),
(8950, '/home/forwardbetcasino/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'),
(8951, '/home/forwardbetcasino/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'),
(8952, '/home/forwardbetcasino/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'),
(8953, '/home/forwardbetcasino/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'),
(8954, '/home/forwardbetcasino/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'),
(8955, '/home/forwardbetcasino/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'),
(8956, '/home/forwardbetcasino/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'),
(8957, '/home/forwardbetcasino/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'),
(8958, '/home/forwardbetcasino/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'),
(8959, '/home/forwardbetcasino/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'),
(8960, '/home/forwardbetcasino/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'),
(8961, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/classes/traits/trait-memoize.php', 'wp-content/plugins/wp-rocket/inc/classes/traits/trait-memoize.php'),
(8962, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/common/admin-bar.php', 'wp-content/plugins/wp-rocket/inc/common/admin-bar.php'),
(8963, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/common/purge.php', 'wp-content/plugins/wp-rocket/inc/common/purge.php'),
(8964, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/compat.php', 'wp-content/plugins/wp-rocket/inc/compat.php'),
(8965, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/constants.php', 'wp-content/plugins/wp-rocket/inc/constants.php'),
(8966, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.10.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.10.php'),
(8967, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.11.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.11.php'),
(8968, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.12.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.12.php'),
(8969, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.13.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.13.php'),
(8970, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.14.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.14.php'),
(8971, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.15.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.15.php'),
(8972, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.2.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.2.php'),
(8973, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.3.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.3.php'),
(8974, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.4.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.4.php'),
(8975, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.5.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.5.php'),
(8976, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.6.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.6.php'),
(8977, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.7.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.7.php'),
(8978, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.8.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.8.php'),
(8979, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/3.9.php', 'wp-content/plugins/wp-rocket/inc/deprecated/3.9.php'),
(8980, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/DeprecatedClassTrait.php', 'wp-content/plugins/wp-rocket/inc/deprecated/DeprecatedClassTrait.php'),
(8981, '/home/forwardbetcasino/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'),
(8982, '/home/forwardbetcasino/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'),
(8983, '/home/forwardbetcasino/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'),
(8984, '/home/forwardbetcasino/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'),
(8985, '/home/forwardbetcasino/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'),
(8986, '/home/forwardbetcasino/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'),
(8987, '/home/forwardbetcasino/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'),
(8988, '/home/forwardbetcasino/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'),
(8989, '/home/forwardbetcasino/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'),
(8990, '/home/forwardbetcasino/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'),
(8991, '/home/forwardbetcasino/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'),
(8992, '/home/forwardbetcasino/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'),
(8993, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/deprecated/deprecated.php', 'wp-content/plugins/wp-rocket/inc/deprecated/deprecated.php'),
(8994, '/home/forwardbetcasino/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'),
(8995, '/home/forwardbetcasino/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'),
(8996, '/home/forwardbetcasino/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'),
(8997, '/home/forwardbetcasino/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'),
(8998, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/domain-mapping.php', 'wp-content/plugins/wp-rocket/inc/domain-mapping.php'),
(8999, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/front/cookie.php', 'wp-content/plugins/wp-rocket/inc/front/cookie.php'),
(9000, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/front/dns-prefetch.php', 'wp-content/plugins/wp-rocket/inc/front/dns-prefetch.php'),
(9001, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/front/process.php', 'wp-content/plugins/wp-rocket/inc/front/process.php'),
(9002, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/functions/admin.php', 'wp-content/plugins/wp-rocket/inc/functions/admin.php'),
(9003, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/functions/api.php', 'wp-content/plugins/wp-rocket/inc/functions/api.php'),
(9004, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/functions/files.php', 'wp-content/plugins/wp-rocket/inc/functions/files.php'),
(9005, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/functions/formatting.php', 'wp-content/plugins/wp-rocket/inc/functions/formatting.php'),
(9006, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/functions/htaccess.php', 'wp-content/plugins/wp-rocket/inc/functions/htaccess.php'),
(9007, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/functions/i18n.php', 'wp-content/plugins/wp-rocket/inc/functions/i18n.php'),
(9008, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/functions/options.php', 'wp-content/plugins/wp-rocket/inc/functions/options.php'),
(9009, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/functions/posts.php', 'wp-content/plugins/wp-rocket/inc/functions/posts.php'),
(9010, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/inc/main.php', 'wp-content/plugins/wp-rocket/inc/main.php'),
(9011, '/home/forwardbetcasino/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'),
(9012, '/home/forwardbetcasino/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'),
(9013, '/home/forwardbetcasino/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'),
(9014, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/uninstall.php', 'wp-content/plugins/wp-rocket/uninstall.php'),
(9015, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/autoload.php', 'wp-content/plugins/wp-rocket/vendor/autoload.php'),
(9016, '/home/forwardbetcasino/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'),
(9017, '/home/forwardbetcasino/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'),
(9018, '/home/forwardbetcasino/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'),
(9019, '/home/forwardbetcasino/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'),
(9020, '/home/forwardbetcasino/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'),
(9021, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/ClassLoader.php', 'wp-content/plugins/wp-rocket/vendor/composer/ClassLoader.php'),
(9022, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wp-rocket/vendor/composer/InstalledVersions.php'),
(9023, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wp-rocket/vendor/composer/autoload_classmap.php'),
(9024, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wp-rocket/vendor/composer/autoload_namespaces.php'),
(9025, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wp-rocket/vendor/composer/autoload_psr4.php'),
(9026, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_real.php', 'wp-content/plugins/wp-rocket/vendor/composer/autoload_real.php'),
(9027, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/autoload_static.php', 'wp-content/plugins/wp-rocket/vendor/composer/autoload_static.php'),
(9028, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installed.php', 'wp-content/plugins/wp-rocket/vendor/composer/installed.php'),
(9029, '/home/forwardbetcasino/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'),
(9030, '/home/forwardbetcasino/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'),
(9031, '/home/forwardbetcasino/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'),
(9032, '/home/forwardbetcasino/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'),
(9033, '/home/forwardbetcasino/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'),
(9034, '/home/forwardbetcasino/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'),
(9035, '/home/forwardbetcasino/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'),
(9036, '/home/forwardbetcasino/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'),
(9037, '/home/forwardbetcasino/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'),
(9038, '/home/forwardbetcasino/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'),
(9039, '/home/forwardbetcasino/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'),
(9040, '/home/forwardbetcasino/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'),
(9041, '/home/forwardbetcasino/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'),
(9042, '/home/forwardbetcasino/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'),
(9043, '/home/forwardbetcasino/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'),
(9044, '/home/forwardbetcasino/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'),
(9045, '/home/forwardbetcasino/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'),
(9046, '/home/forwardbetcasino/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'),
(9047, '/home/forwardbetcasino/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'),
(9048, '/home/forwardbetcasino/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'),
(9049, '/home/forwardbetcasino/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'),
(9050, '/home/forwardbetcasino/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'),
(9051, '/home/forwardbetcasino/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'),
(9052, '/home/forwardbetcasino/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'),
(9053, '/home/forwardbetcasino/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'),
(9054, '/home/forwardbetcasino/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'),
(9055, '/home/forwardbetcasino/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'),
(9056, '/home/forwardbetcasino/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'),
(9057, '/home/forwardbetcasino/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'),
(9058, '/home/forwardbetcasino/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'),
(9059, '/home/forwardbetcasino/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'),
(9060, '/home/forwardbetcasino/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'),
(9061, '/home/forwardbetcasino/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'),
(9062, '/home/forwardbetcasino/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'),
(9063, '/home/forwardbetcasino/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'),
(9064, '/home/forwardbetcasino/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'),
(9065, '/home/forwardbetcasino/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'),
(9066, '/home/forwardbetcasino/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'),
(9067, '/home/forwardbetcasino/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'),
(9068, '/home/forwardbetcasino/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'),
(9069, '/home/forwardbetcasino/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'),
(9070, '/home/forwardbetcasino/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'),
(9071, '/home/forwardbetcasino/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'),
(9072, '/home/forwardbetcasino/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'),
(9073, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9074, '/home/forwardbetcasino/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'),
(9075, '/home/forwardbetcasino/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'),
(9076, '/home/forwardbetcasino/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'),
(9077, '/home/forwardbetcasino/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'),
(9078, '/home/forwardbetcasino/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'),
(9079, '/home/forwardbetcasino/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'),
(9080, '/home/forwardbetcasino/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'),
(9081, '/home/forwardbetcasino/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'),
(9082, '/home/forwardbetcasino/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'),
(9083, '/home/forwardbetcasino/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'),
(9084, '/home/forwardbetcasino/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'),
(9085, '/home/forwardbetcasino/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'),
(9086, '/home/forwardbetcasino/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'),
(9087, '/home/forwardbetcasino/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'),
(9088, '/home/forwardbetcasino/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'),
(9089, '/home/forwardbetcasino/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'),
(9090, '/home/forwardbetcasino/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'),
(9091, '/home/forwardbetcasino/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'),
(9092, '/home/forwardbetcasino/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'),
(9093, '/home/forwardbetcasino/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'),
(9094, '/home/forwardbetcasino/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'),
(9095, '/home/forwardbetcasino/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'),
(9096, '/home/forwardbetcasino/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'),
(9097, '/home/forwardbetcasino/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'),
(9098, '/home/forwardbetcasino/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'),
(9099, '/home/forwardbetcasino/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'),
(9100, '/home/forwardbetcasino/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'),
(9101, '/home/forwardbetcasino/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'),
(9102, '/home/forwardbetcasino/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'),
(9103, '/home/forwardbetcasino/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'),
(9104, '/home/forwardbetcasino/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'),
(9105, '/home/forwardbetcasino/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'),
(9106, '/home/forwardbetcasino/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'),
(9107, '/home/forwardbetcasino/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'),
(9108, '/home/forwardbetcasino/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'),
(9109, '/home/forwardbetcasino/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'),
(9110, '/home/forwardbetcasino/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'),
(9111, '/home/forwardbetcasino/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'),
(9112, '/home/forwardbetcasino/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'),
(9113, '/home/forwardbetcasino/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'),
(9114, '/home/forwardbetcasino/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'),
(9115, '/home/forwardbetcasino/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'),
(9116, '/home/forwardbetcasino/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'),
(9117, '/home/forwardbetcasino/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'),
(9118, '/home/forwardbetcasino/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'),
(9119, '/home/forwardbetcasino/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'),
(9120, '/home/forwardbetcasino/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'),
(9121, '/home/forwardbetcasino/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'),
(9122, '/home/forwardbetcasino/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'),
(9123, '/home/forwardbetcasino/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'),
(9124, '/home/forwardbetcasino/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'),
(9125, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/installers/src/bootstrap.php', 'wp-content/plugins/wp-rocket/vendor/composer/installers/src/bootstrap.php'),
(9126, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/vendor/composer/platform_check.php', 'wp-content/plugins/wp-rocket/vendor/composer/platform_check.php'),
(9127, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/cache/advanced-cache.php', 'wp-content/plugins/wp-rocket/views/cache/advanced-cache.php'),
(9128, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/cpcss/activate-cpcss-mobile.php', 'wp-content/plugins/wp-rocket/views/cpcss/activate-cpcss-mobile.php'),
(9129, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/cpcss/metabox/container.php', 'wp-content/plugins/wp-rocket/views/cpcss/metabox/container.php'),
(9130, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/cpcss/metabox/generate.php', 'wp-content/plugins/wp-rocket/views/cpcss/metabox/generate.php'),
(9131, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/deactivation-intent/form.php', 'wp-content/plugins/wp-rocket/views/deactivation-intent/form.php'),
(9132, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/metaboxes/post_edit_options.php', 'wp-content/plugins/wp-rocket/views/metaboxes/post_edit_options.php'),
(9133, '/home/forwardbetcasino/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'),
(9134, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/beacon.php', 'wp-content/plugins/wp-rocket/views/settings/beacon.php'),
(9135, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/buttons/button.php', 'wp-content/plugins/wp-rocket/views/settings/buttons/button.php'),
(9136, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/buttons/link.php', 'wp-content/plugins/wp-rocket/views/settings/buttons/link.php'),
(9137, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/dynamic-lists-update.php', 'wp-content/plugins/wp-rocket/views/settings/dynamic-lists-update.php'),
(9138, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/enable-google-fonts.php', 'wp-content/plugins/wp-rocket/views/settings/enable-google-fonts.php'),
(9139, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/cache-lifespan.php', 'wp-content/plugins/wp-rocket/views/settings/fields/cache-lifespan.php'),
(9140, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/categorized_multiselect.php', 'wp-content/plugins/wp-rocket/views/settings/fields/categorized_multiselect.php'),
(9141, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/checkbox.php', 'wp-content/plugins/wp-rocket/views/settings/fields/checkbox.php'),
(9142, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/cnames.php', 'wp-content/plugins/wp-rocket/views/settings/fields/cnames.php'),
(9143, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/hidden.php', 'wp-content/plugins/wp-rocket/views/settings/fields/hidden.php'),
(9144, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/import-form.php', 'wp-content/plugins/wp-rocket/views/settings/fields/import-form.php'),
(9145, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/number.php', 'wp-content/plugins/wp-rocket/views/settings/fields/number.php'),
(9146, '/home/forwardbetcasino/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'),
(9147, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/radio-buttons.php', 'wp-content/plugins/wp-rocket/views/settings/fields/radio-buttons.php'),
(9148, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/rocket-addon.php', 'wp-content/plugins/wp-rocket/views/settings/fields/rocket-addon.php'),
(9149, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/rocket-cdn.php', 'wp-content/plugins/wp-rocket/views/settings/fields/rocket-cdn.php'),
(9150, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/select.php', 'wp-content/plugins/wp-rocket/views/settings/fields/select.php'),
(9151, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/sliding-checkbox.php', 'wp-content/plugins/wp-rocket/views/settings/fields/sliding-checkbox.php'),
(9152, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/text.php', 'wp-content/plugins/wp-rocket/views/settings/fields/text.php'),
(9153, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/fields/textarea.php', 'wp-content/plugins/wp-rocket/views/settings/fields/textarea.php'),
(9154, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/navigation.php', 'wp-content/plugins/wp-rocket/views/settings/navigation.php'),
(9155, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/addons.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/addons.php'),
(9156, '/home/forwardbetcasino/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'),
(9157, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/cache.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/cache.php'),
(9158, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/cloudflare.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/cloudflare.php'),
(9159, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/dashboard.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/dashboard.php'),
(9160, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/database.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/database.php'),
(9161, '/home/forwardbetcasino/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'),
(9162, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/heartbeat.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/heartbeat.php'),
(9163, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/imagify.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/imagify.php'),
(9164, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/license.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/license.php'),
(9165, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/media.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/media.php'),
(9166, '/home/forwardbetcasino/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'),
(9167, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/preload.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/preload.php'),
(9168, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/sucuri.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/sucuri.php'),
(9169, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/tools.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/tools.php'),
(9170, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/tutorials.php', 'wp-content/plugins/wp-rocket/views/settings/page-sections/tutorials.php'),
(9171, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/page.php', 'wp-content/plugins/wp-rocket/views/settings/page.php'),
(9172, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/partials/documentation.php', 'wp-content/plugins/wp-rocket/views/settings/partials/documentation.php'),
(9173, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/partials/getting-started.php', 'wp-content/plugins/wp-rocket/views/settings/partials/getting-started.php'),
(9174, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/partials/sidebar.php', 'wp-content/plugins/wp-rocket/views/settings/partials/sidebar.php'),
(9175, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/sections/addons-container.php', 'wp-content/plugins/wp-rocket/views/settings/sections/addons-container.php'),
(9176, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/sections/fields-container.php', 'wp-content/plugins/wp-rocket/views/settings/sections/fields-container.php'),
(9177, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/views/settings/sections/nocontainer.php', 'wp-content/plugins/wp-rocket/views/settings/sections/nocontainer.php'),
(9178, '/home/forwardbetcasino/public_html/wp-content/plugins/wp-rocket/wp-rocket.php', 'wp-content/plugins/wp-rocket/wp-rocket.php'),
(9179, '/home/forwardbetcasino/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'),
(9180, '/home/forwardbetcasino/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'),
(9181, '/home/forwardbetcasino/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'),
(9182, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/classes/index.php', 'wp-content/plugins/wpfront-notification-bar/classes/index.php'),
(9183, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/css/element-plus.min.css', 'wp-content/plugins/wpfront-notification-bar/css/element-plus.min.css'),
(9184, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/css/index.php', 'wp-content/plugins/wpfront-notification-bar/css/index.php'),
(9185, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/css/options.css', 'wp-content/plugins/wpfront-notification-bar/css/options.css'),
(9186, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/css/options.min.css', 'wp-content/plugins/wpfront-notification-bar/css/options.min.css'),
(9187, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/css/settings.css', 'wp-content/plugins/wpfront-notification-bar/css/settings.css'),
(9188, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/css/settings.min.css', 'wp-content/plugins/wpfront-notification-bar/css/settings.min.css'),
(9189, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.css', 'wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.css'),
(9190, '/home/forwardbetcasino/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'),
(9191, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png', 'wp-content/plugins/wpfront-notification-bar/images/arrow_down.png'),
(9192, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png', 'wp-content/plugins/wpfront-notification-bar/images/arrow_up.png'),
(9193, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/images/index.php', 'wp-content/plugins/wpfront-notification-bar/images/index.php'),
(9194, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/images/settings32x32.png', 'wp-content/plugins/wpfront-notification-bar/images/settings32x32.png'),
(9195, '/home/forwardbetcasino/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'),
(9196, '/home/forwardbetcasino/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'),
(9197, '/home/forwardbetcasino/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'),
(9198, '/home/forwardbetcasino/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'),
(9199, '/home/forwardbetcasino/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'),
(9200, '/home/forwardbetcasino/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'),
(9201, '/home/forwardbetcasino/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'),
(9202, '/home/forwardbetcasino/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'),
(9203, '/home/forwardbetcasino/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'),
(9204, '/home/forwardbetcasino/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'),
(9205, '/home/forwardbetcasino/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'),
(9206, '/home/forwardbetcasino/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'),
(9207, '/home/forwardbetcasino/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'),
(9208, '/home/forwardbetcasino/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'),
(9209, '/home/forwardbetcasino/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'),
(9210, '/home/forwardbetcasino/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'),
(9211, '/home/forwardbetcasino/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'),
(9212, '/home/forwardbetcasino/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'),
(9213, '/home/forwardbetcasino/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'),
(9214, '/home/forwardbetcasino/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'),
(9215, '/home/forwardbetcasino/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'),
(9216, '/home/forwardbetcasino/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'),
(9217, '/home/forwardbetcasino/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'),
(9218, '/home/forwardbetcasino/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'),
(9219, '/home/forwardbetcasino/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'),
(9220, '/home/forwardbetcasino/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'),
(9221, '/home/forwardbetcasino/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'),
(9222, '/home/forwardbetcasino/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'),
(9223, '/home/forwardbetcasino/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'),
(9224, '/home/forwardbetcasino/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'),
(9225, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/jquery-plugins/index.php', 'wp-content/plugins/wpfront-notification-bar/jquery-plugins/index.php'),
(9226, '/home/forwardbetcasino/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'),
(9227, '/home/forwardbetcasino/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'),
(9228, '/home/forwardbetcasino/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'),
(9229, '/home/forwardbetcasino/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'),
(9230, '/home/forwardbetcasino/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'),
(9231, '/home/forwardbetcasino/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'),
(9232, '/home/forwardbetcasino/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'),
(9233, '/home/forwardbetcasino/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'),
(9234, '/home/forwardbetcasino/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'),
(9235, '/home/forwardbetcasino/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'),
(9236, '/home/forwardbetcasino/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'),
(9237, '/home/forwardbetcasino/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'),
(9238, '/home/forwardbetcasino/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'),
(9239, '/home/forwardbetcasino/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'),
(9240, '/home/forwardbetcasino/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'),
(9241, '/home/forwardbetcasino/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'),
(9242, '/home/forwardbetcasino/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'),
(9243, '/home/forwardbetcasino/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'),
(9244, '/home/forwardbetcasino/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'),
(9245, '/home/forwardbetcasino/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'),
(9246, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/element-plus.min.js', 'wp-content/plugins/wpfront-notification-bar/js/element-plus.min.js'),
(9247, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/index.php', 'wp-content/plugins/wpfront-notification-bar/js/index.php'),
(9248, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/options.js', 'wp-content/plugins/wpfront-notification-bar/js/options.js'),
(9249, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/options.min.js', 'wp-content/plugins/wpfront-notification-bar/js/options.min.js'),
(9250, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/tinymce.min.js', 'wp-content/plugins/wpfront-notification-bar/js/tinymce.min.js'),
(9251, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/vue.global.js', 'wp-content/plugins/wpfront-notification-bar/js/vue.global.js'),
(9252, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/vue.global.min.js', 'wp-content/plugins/wpfront-notification-bar/js/vue.global.min.js'),
(9253, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.js', 'wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.js'),
(9254, '/home/forwardbetcasino/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'),
(9255, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/license.txt', 'wp-content/plugins/wpfront-notification-bar/license.txt'),
(9256, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/readme.txt', 'wp-content/plugins/wpfront-notification-bar/readme.txt'),
(9257, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/templates/index.php', 'wp-content/plugins/wpfront-notification-bar/templates/index.php'),
(9258, '/home/forwardbetcasino/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'),
(9259, '/home/forwardbetcasino/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'),
(9260, '/home/forwardbetcasino/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'),
(9261, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/uninstall.php', 'wp-content/plugins/wpfront-notification-bar/uninstall.php'),
(9262, '/home/forwardbetcasino/public_html/wp-content/plugins/wpfront-notification-bar/wpfront-notification-bar.php', 'wp-content/plugins/wpfront-notification-bar/wpfront-notification-bar.php'),
(9263, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-meta-video.php', 'wp-content/plugins/wpseo-video/classes/class-wpseo-meta-video.php'),
(9264, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-option-video.php', 'wp-content/plugins/wpseo-video/classes/class-wpseo-option-video.php'),
(9265, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-admin-page.php', 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-admin-page.php'),
(9266, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-bootstrap.php', 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-bootstrap.php'),
(9267, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-embed.php', 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-embed.php'),
(9268, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-metabox.php', 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-metabox.php'),
(9269, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-schema-videoobject.php', 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-schema-videoobject.php'),
(9270, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-schema.php', 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-schema.php'),
(9271, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-sitemap.php', 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-sitemap.php'),
(9272, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-utils.php', 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-utils.php'),
(9273, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/class-wpseo-video-wrappers.php', 'wp-content/plugins/wpseo-video/classes/class-wpseo-video-wrappers.php'),
(9274, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/index.php', 'wp-content/plugins/wpseo-video/classes/index.php'),
(9275, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/integrations/class-wpseo-video-editor-reactification-alert.php', 'wp-content/plugins/wpseo-video/classes/integrations/class-wpseo-video-editor-reactification-alert.php'),
(9276, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-abstract-tag-presenter.php', 'wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-abstract-tag-presenter.php'),
(9277, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-duration-presenter.php', 'wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-duration-presenter.php'),
(9278, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-height-presenter.php', 'wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-height-presenter.php'),
(9279, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-location-presenter.php', 'wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-location-presenter.php'),
(9280, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-type-presenter.php', 'wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-type-presenter.php'),
(9281, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-width-presenter.php', 'wp-content/plugins/wpseo-video/classes/presenters/class-wpseo-video-width-presenter.php'),
(9282, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/yandex/class-wpseo-video-yandex-adult-presenter.php', 'wp-content/plugins/wpseo-video/classes/presenters/yandex/class-wpseo-video-yandex-adult-presenter.php'),
(9283, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/yandex/class-wpseo-video-yandex-allow-embed-presenter.php', 'wp-content/plugins/wpseo-video/classes/presenters/yandex/class-wpseo-video-yandex-allow-embed-presenter.php'),
(9284, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/classes/presenters/yandex/class-wpseo-video-yandex-upload-date-presenter.php', 'wp-content/plugins/wpseo-video/classes/presenters/yandex/class-wpseo-video-yandex-upload-date-presenter.php'),
(9285, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/abstract-class-oembed.php', 'wp-content/plugins/wpseo-video/detail-retrieval/abstract-class-oembed.php'),
(9286, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/abstract-class-wpseo-video-details.php', 'wp-content/plugins/wpseo-video/detail-retrieval/abstract-class-wpseo-video-details.php'),
(9287, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-23video.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-23video.php'),
(9288, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-animoto.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-animoto.php'),
(9289, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-archiveorg.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-archiveorg.php'),
(9290, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-blip.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-blip.php'),
(9291, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-brightcove.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-brightcove.php'),
(9292, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-cincopa.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-cincopa.php'),
(9293, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-collegehumor.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-collegehumor.php'),
(9294, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-dailymotion.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-dailymotion.php'),
(9295, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-embedly.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-embedly.php'),
(9296, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-evs.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-evs.php'),
(9297, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-flickr.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-flickr.php'),
(9298, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-funnyordie.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-funnyordie.php'),
(9299, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-hulu.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-hulu.php'),
(9300, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-localfile.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-localfile.php'),
(9301, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-metacafe.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-metacafe.php'),
(9302, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-muzutv.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-muzutv.php'),
(9303, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-revision3.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-revision3.php'),
(9304, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-screencast.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-screencast.php'),
(9305, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-screenr.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-screenr.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9306, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-snotr.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-snotr.php'),
(9307, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-spike.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-spike.php'),
(9308, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-ted.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-ted.php'),
(9309, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-ustudio.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-ustudio.php'),
(9310, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-veoh.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-veoh.php'),
(9311, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-viddler.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-viddler.php'),
(9312, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-videojug.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-videojug.php'),
(9313, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-videopress.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-videopress.php'),
(9314, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-vidyard.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-vidyard.php'),
(9315, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-vimeo.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-vimeo.php'),
(9316, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-vine.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-vine.php'),
(9317, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-wistia.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-wistia.php'),
(9318, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-wordpresstv.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-wordpresstv.php'),
(9319, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/class-youtube.php', 'wp-content/plugins/wpseo-video/detail-retrieval/class-youtube.php'),
(9320, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/detail-retrieval/index.php', 'wp-content/plugins/wpseo-video/detail-retrieval/index.php'),
(9321, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/index.php', 'wp-content/plugins/wpseo-video/index.php'),
(9322, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/js/jquery.fitvids.min.js', 'wp-content/plugins/wpseo-video/js/jquery.fitvids.min.js'),
(9323, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/js/jquery.min.js', 'wp-content/plugins/wpseo-video/js/jquery.min.js'),
(9324, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/js/videoseo-admin-global.min.js', 'wp-content/plugins/wpseo-video/js/videoseo-admin-global.min.js'),
(9325, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/js/videoseo-admin-progressbar.min.js', 'wp-content/plugins/wpseo-video/js/videoseo-admin-progressbar.min.js'),
(9326, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/js/yoast-video-seo-plugin-1470.min.js', 'wp-content/plugins/wpseo-video/js/yoast-video-seo-plugin-1470.min.js'),
(9327, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/js/yoast-video-seo-worker-1470.min.js', 'wp-content/plugins/wpseo-video/js/yoast-video-seo-worker-1470.min.js'),
(9328, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/languages/index.php', 'wp-content/plugins/wpseo-video/languages/index.php'),
(9329, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/abstract-class-supported-plugin.php', 'wp-content/plugins/wpseo-video/post-analysis/abstract-class-supported-plugin.php'),
(9330, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/class-analyse-post.php', 'wp-content/plugins/wpseo-video/post-analysis/class-analyse-post.php'),
(9331, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/class-support-wp-core.php', 'wp-content/plugins/wpseo-video/post-analysis/class-support-wp-core.php'),
(9332, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/index.php', 'wp-content/plugins/wpseo-video/post-analysis/index.php'),
(9333, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-advanced-responsive-video-embedder.php', 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-advanced-responsive-video-embedder.php'),
(9334, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-cincopa-media.php', 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-cincopa-media.php'),
(9335, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-featured-video-plus.php', 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-featured-video-plus.php'),
(9336, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-fv-wordpress-flowplayer.php', 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-fv-wordpress-flowplayer.php'),
(9337, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-jetpack.php', 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-jetpack.php'),
(9338, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-media-element-player.php', 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-media-element-player.php'),
(9339, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-ustudio.php', 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-ustudio.php'),
(9340, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-wp-video-lightbox.php', 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-wp-video-lightbox.php'),
(9341, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-wp-youtube-lyte.php', 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-wp-youtube-lyte.php'),
(9342, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-yoast-videoseo.php', 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-yoast-videoseo.php'),
(9343, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-youtube-embed-plus.php', 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-youtube-embed-plus.php'),
(9344, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-youtube-embed.php', 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/class-plugin-youtube-embed.php'),
(9345, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/post-analysis/supported-plugins/index.php', 'wp-content/plugins/wpseo-video/post-analysis/supported-plugins/index.php'),
(9346, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/uninstall.php', 'wp-content/plugins/wpseo-video/uninstall.php'),
(9347, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/autoload.php', 'wp-content/plugins/wpseo-video/vendor/autoload.php'),
(9348, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/ClassLoader.php', 'wp-content/plugins/wpseo-video/vendor/composer/ClassLoader.php'),
(9349, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wpseo-video/vendor/composer/InstalledVersions.php'),
(9350, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wpseo-video/vendor/composer/autoload_classmap.php'),
(9351, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wpseo-video/vendor/composer/autoload_namespaces.php'),
(9352, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wpseo-video/vendor/composer/autoload_psr4.php'),
(9353, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/autoload_real.php', 'wp-content/plugins/wpseo-video/vendor/composer/autoload_real.php'),
(9354, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/autoload_static.php', 'wp-content/plugins/wpseo-video/vendor/composer/autoload_static.php'),
(9355, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installed.php', 'wp-content/plugins/wpseo-video/vendor/composer/installed.php'),
(9356, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AglInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AglInstaller.php'),
(9357, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php'),
(9358, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'),
(9359, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php'),
(9360, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php'),
(9361, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php'),
(9362, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php'),
(9363, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php'),
(9364, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php'),
(9365, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php'),
(9366, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'),
(9367, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'),
(9368, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php'),
(9369, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'),
(9370, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php'),
(9371, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php'),
(9372, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php'),
(9373, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php'),
(9374, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php'),
(9375, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'),
(9376, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php'),
(9377, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php'),
(9378, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php'),
(9379, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php'),
(9380, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'),
(9381, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'),
(9382, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php'),
(9383, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php'),
(9384, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/GravInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/GravInstaller.php'),
(9385, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php'),
(9386, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'),
(9387, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Installer.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Installer.php'),
(9388, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php'),
(9389, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php'),
(9390, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php'),
(9391, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php'),
(9392, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php'),
(9393, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'),
(9394, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php'),
(9395, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'),
(9396, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php'),
(9397, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'),
(9398, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php'),
(9399, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'),
(9400, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'),
(9401, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php'),
(9402, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php'),
(9403, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php'),
(9404, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php'),
(9405, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php'),
(9406, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php'),
(9407, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'),
(9408, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php'),
(9409, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php'),
(9410, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php'),
(9411, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php'),
(9412, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php'),
(9413, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'),
(9414, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php'),
(9415, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php'),
(9416, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php'),
(9417, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php'),
(9418, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php'),
(9419, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php'),
(9420, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php'),
(9421, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php'),
(9422, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'),
(9423, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Plugin.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Plugin.php'),
(9424, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php'),
(9425, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php'),
(9426, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php'),
(9427, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php'),
(9428, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php'),
(9429, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php'),
(9430, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php'),
(9431, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php'),
(9432, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php'),
(9433, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'),
(9434, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php'),
(9435, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php'),
(9436, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'),
(9437, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'),
(9438, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php'),
(9439, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php'),
(9440, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php'),
(9441, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php'),
(9442, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'),
(9443, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'),
(9444, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php'),
(9445, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php'),
(9446, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php'),
(9447, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php'),
(9448, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'),
(9449, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php'),
(9450, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php'),
(9451, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php'),
(9452, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php'),
(9453, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'),
(9454, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php'),
(9455, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php'),
(9456, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php'),
(9457, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php'),
(9458, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/installers/src/bootstrap.php', 'wp-content/plugins/wpseo-video/vendor/composer/installers/src/bootstrap.php'),
(9459, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/vendor/composer/platform_check.php', 'wp-content/plugins/wpseo-video/vendor/composer/platform_check.php'),
(9460, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/video-seo-api.php', 'wp-content/plugins/wpseo-video/video-seo-api.php'),
(9461, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/video-seo.php', 'wp-content/plugins/wpseo-video/video-seo.php'),
(9462, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/views/index.php', 'wp-content/plugins/wpseo-video/views/index.php'),
(9463, '/home/forwardbetcasino/public_html/wp-content/plugins/wpseo-video/views/reindex-page.php', 'wp-content/plugins/wpseo-video/views/reindex-page.php'),
(9464, '/home/forwardbetcasino/public_html/wp-content/advanced-cache.php', 'wp-content/advanced-cache.php'),
(9465, '/home/forwardbetcasino/public_html/wp-content/cache/busting/index.html', 'wp-content/cache/busting/index.html'),
(9466, '/home/forwardbetcasino/public_html/wp-content/cache/critical-css/index.html', 'wp-content/cache/critical-css/index.html'),
(9467, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js'),
(9468, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js.gz', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js.gz'),
(9469, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js'),
(9470, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js.gz', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js.gz'),
(9471, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js'),
(9472, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js.gz', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js.gz'),
(9473, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js'),
(9474, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js.gz', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js.gz'),
(9475, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js'),
(9476, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js.gz', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js.gz'),
(9477, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js'),
(9478, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js.gz', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js.gz'),
(9479, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js'),
(9480, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js.gz', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js.gz'),
(9481, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js'),
(9482, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js.gz', 'wp-content/cache/min/1/wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js.gz'),
(9483, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js', 'wp-content/cache/min/1/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js'),
(9484, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js.gz', 'wp-content/cache/min/1/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js.gz'),
(9485, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js', 'wp-content/cache/min/1/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js'),
(9486, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js.gz', 'wp-content/cache/min/1/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js.gz'),
(9487, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js', 'wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js'),
(9488, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js.gz', 'wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js.gz'),
(9489, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js', 'wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js'),
(9490, '/home/forwardbetcasino/public_html/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js.gz', 'wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js.gz'),
(9491, '/home/forwardbetcasino/public_html/wp-content/cache/min/index.html', 'wp-content/cache/min/index.html'),
(9492, '/home/forwardbetcasino/public_html/wp-content/cache/wp-rocket/forwardbet.casino/category/betforward-betting-site/index-https.html', 'wp-content/cache/wp-rocket/forwardbet.casino/category/betforward-betting-site/index-https.html'),
(9493, '/home/forwardbetcasino/public_html/wp-content/cache/wp-rocket/forwardbet.casino/category/betforward-vpn/index-https.html', 'wp-content/cache/wp-rocket/forwardbet.casino/category/betforward-vpn/index-https.html'),
(9494, '/home/forwardbetcasino/public_html/wp-content/cache/wp-rocket/forwardbet.casino/category/direct-download-betforward-app/index-https.html', 'wp-content/cache/wp-rocket/forwardbet.casino/category/direct-download-betforward-app/index-https.html'),
(9495, '/home/forwardbetcasino/public_html/wp-content/cache/wp-rocket/forwardbet.casino/category/direct-login-betforward/index-https.html', 'wp-content/cache/wp-rocket/forwardbet.casino/category/direct-login-betforward/index-https.html'),
(9496, '/home/forwardbetcasino/public_html/wp-content/cache/wp-rocket/forwardbet.casino/category/unfiltered-link-betforward/index-https.html', 'wp-content/cache/wp-rocket/forwardbet.casino/category/unfiltered-link-betforward/index-https.html'),
(9497, '/home/forwardbetcasino/public_html/wp-content/cache/wp-rocket/forwardbet.casino/index-https.html', 'wp-content/cache/wp-rocket/forwardbet.casino/index-https.html'),
(9498, '/home/forwardbetcasino/public_html/wp-content/cache/wp-rocket/index.html', 'wp-content/cache/wp-rocket/index.html'),
(9499, '/home/forwardbetcasino/public_html/wp-content/index.php', 'wp-content/index.php'),
(9500, '/home/forwardbetcasino/public_html/wp-content/languages/admin-fa_IR.l10n.php', 'wp-content/languages/admin-fa_IR.l10n.php'),
(9501, '/home/forwardbetcasino/public_html/wp-content/languages/admin-network-fa_IR.l10n.php', 'wp-content/languages/admin-network-fa_IR.l10n.php'),
(9502, '/home/forwardbetcasino/public_html/wp-content/languages/continents-cities-fa_IR.l10n.php', 'wp-content/languages/continents-cities-fa_IR.l10n.php'),
(9503, '/home/forwardbetcasino/public_html/wp-content/languages/fa_IR.l10n.php', 'wp-content/languages/fa_IR.l10n.php'),
(9504, '/home/forwardbetcasino/public_html/wp-content/languages/plugins/amp-fa_IR.l10n.php', 'wp-content/languages/plugins/amp-fa_IR.l10n.php'),
(9505, '/home/forwardbetcasino/public_html/wp-content/languages/plugins/elementor-fa_IR.l10n.php', 'wp-content/languages/plugins/elementor-fa_IR.l10n.php'),
(9506, '/home/forwardbetcasino/public_html/wp-content/languages/plugins/elementskit-lite-fa_IR.l10n.php', 'wp-content/languages/plugins/elementskit-lite-fa_IR.l10n.php'),
(9507, '/home/forwardbetcasino/public_html/wp-content/languages/plugins/wordpress-seo-fa_IR.l10n.php', 'wp-content/languages/plugins/wordpress-seo-fa_IR.l10n.php'),
(9508, '/home/forwardbetcasino/public_html/wp-content/languages/plugins/wordpress-seo-premium-fa_IR.l10n.php', 'wp-content/languages/plugins/wordpress-seo-premium-fa_IR.l10n.php'),
(9509, '/home/forwardbetcasino/public_html/wp-content/languages/themes/hello-elementor-fa_IR.l10n.php', 'wp-content/languages/themes/hello-elementor-fa_IR.l10n.php'),
(9510, '/home/forwardbetcasino/public_html/wp-content/languages/themes/twentytwentyfive-fa_IR.l10n.php', 'wp-content/languages/themes/twentytwentyfive-fa_IR.l10n.php'),
(9511, '/home/forwardbetcasino/public_html/wp-content/languages/themes/twentytwentyfour-fa_IR.l10n.php', 'wp-content/languages/themes/twentytwentyfour-fa_IR.l10n.php'),
(9512, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/images/elementor-notice-icon.svg', 'wp-content/themes/hello-elementor/assets/images/elementor-notice-icon.svg'),
(9513, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/images/elementor.svg', 'wp-content/themes/hello-elementor/assets/images/elementor.svg'),
(9514, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/images/go-pro.svg', 'wp-content/themes/hello-elementor/assets/images/go-pro.svg'),
(9515, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-admin.asset.php', 'wp-content/themes/hello-elementor/assets/js/hello-admin.asset.php'),
(9516, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-admin.css', 'wp-content/themes/hello-elementor/assets/js/hello-admin.css'),
(9517, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-admin.js', 'wp-content/themes/hello-elementor/assets/js/hello-admin.js'),
(9518, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-admin.min.css', 'wp-content/themes/hello-elementor/assets/js/hello-admin.min.css'),
(9519, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-admin.min.js', 'wp-content/themes/hello-elementor/assets/js/hello-admin.min.js'),
(9520, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-editor.asset.php', 'wp-content/themes/hello-elementor/assets/js/hello-editor.asset.php'),
(9521, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-editor.js', 'wp-content/themes/hello-elementor/assets/js/hello-editor.js'),
(9522, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-editor.min.js', 'wp-content/themes/hello-elementor/assets/js/hello-editor.min.js'),
(9523, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-frontend.asset.php', 'wp-content/themes/hello-elementor/assets/js/hello-frontend.asset.php'),
(9524, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-frontend.js', 'wp-content/themes/hello-elementor/assets/js/hello-frontend.js'),
(9525, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js', 'wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js'),
(9526, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/classic-editor.css', 'wp-content/themes/hello-elementor/classic-editor.css'),
(9527, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/classic-editor.min.css', 'wp-content/themes/hello-elementor/classic-editor.min.css'),
(9528, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/comments.php', 'wp-content/themes/hello-elementor/comments.php'),
(9529, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/customizer.css', 'wp-content/themes/hello-elementor/customizer.css'),
(9530, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/customizer.min.css', 'wp-content/themes/hello-elementor/customizer.min.css'),
(9531, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/editor.css', 'wp-content/themes/hello-elementor/editor.css'),
(9532, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/editor.min.css', 'wp-content/themes/hello-elementor/editor.min.css'),
(9533, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/footer.php', 'wp-content/themes/hello-elementor/footer.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9534, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/functions.php', 'wp-content/themes/hello-elementor/functions.php'),
(9535, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/header-footer.css', 'wp-content/themes/hello-elementor/header-footer.css'),
(9536, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/header-footer.min.css', 'wp-content/themes/hello-elementor/header-footer.min.css'),
(9537, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/header.php', 'wp-content/themes/hello-elementor/header.php'),
(9538, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/admin-functions.php', 'wp-content/themes/hello-elementor/includes/admin-functions.php'),
(9539, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/customizer/customizer-action-links.php', 'wp-content/themes/hello-elementor/includes/customizer/customizer-action-links.php'),
(9540, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/customizer-functions.php', 'wp-content/themes/hello-elementor/includes/customizer-functions.php'),
(9541, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/elementor-functions.php', 'wp-content/themes/hello-elementor/includes/elementor-functions.php'),
(9542, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/settings/settings-footer.php', 'wp-content/themes/hello-elementor/includes/settings/settings-footer.php'),
(9543, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/settings/settings-header.php', 'wp-content/themes/hello-elementor/includes/settings/settings-header.php'),
(9544, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/includes/settings-functions.php', 'wp-content/themes/hello-elementor/includes/settings-functions.php'),
(9545, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/index.php', 'wp-content/themes/hello-elementor/index.php'),
(9546, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/readme.txt', 'wp-content/themes/hello-elementor/readme.txt'),
(9547, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/screenshot.png', 'wp-content/themes/hello-elementor/screenshot.png'),
(9548, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/sidebar.php', 'wp-content/themes/hello-elementor/sidebar.php'),
(9549, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/style.css', 'wp-content/themes/hello-elementor/style.css'),
(9550, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/style.min.css', 'wp-content/themes/hello-elementor/style.min.css'),
(9551, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/404.php', 'wp-content/themes/hello-elementor/template-parts/404.php'),
(9552, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/archive.php', 'wp-content/themes/hello-elementor/template-parts/archive.php'),
(9553, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/dynamic-footer.php', 'wp-content/themes/hello-elementor/template-parts/dynamic-footer.php'),
(9554, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/dynamic-header.php', 'wp-content/themes/hello-elementor/template-parts/dynamic-header.php'),
(9555, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/footer.php', 'wp-content/themes/hello-elementor/template-parts/footer.php'),
(9556, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/header.php', 'wp-content/themes/hello-elementor/template-parts/header.php'),
(9557, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/search.php', 'wp-content/themes/hello-elementor/template-parts/search.php'),
(9558, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/template-parts/single.php', 'wp-content/themes/hello-elementor/template-parts/single.php'),
(9559, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/theme.css', 'wp-content/themes/hello-elementor/theme.css'),
(9560, '/home/forwardbetcasino/public_html/wp-content/themes/hello-elementor/theme.min.css', 'wp-content/themes/hello-elementor/theme.min.css'),
(9561, '/home/forwardbetcasino/public_html/wp-content/themes/index.php', 'wp-content/themes/index.php'),
(9562, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/404.php', 'wp-content/themes/jannah/404.php'),
(9563, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/archive-web-story.php', 'wp-content/themes/jannah/archive-web-story.php'),
(9564, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/archive.php', 'wp-content/themes/jannah/archive.php'),
(9565, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/fonts/fontawesome/fa-brands-400.svg', 'wp-content/themes/jannah/assets/fonts/fontawesome/fa-brands-400.svg'),
(9566, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/fonts/fontawesome/fa-regular-400.svg', 'wp-content/themes/jannah/assets/fonts/fontawesome/fa-regular-400.svg'),
(9567, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/fonts/fontawesome/fa-solid-900.svg', 'wp-content/themes/jannah/assets/fonts/fontawesome/fa-solid-900.svg'),
(9568, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/fonts/tielabs-fonticon/tielabs-fonticon.svg', 'wp-content/themes/jannah/assets/fonts/tielabs-fonticon/tielabs-fonticon.svg'),
(9569, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/ilightbox/lightbox.js', 'wp-content/themes/jannah/assets/ilightbox/lightbox.js'),
(9570, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/images/flipboard.svg', 'wp-content/themes/jannah/assets/images/flipboard.svg'),
(9571, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/images/google-news.svg', 'wp-content/themes/jannah/assets/images/google-news.svg'),
(9572, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/br-news.js', 'wp-content/themes/jannah/assets/js/br-news.js'),
(9573, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/css-vars-ponyfill.js', 'wp-content/themes/jannah/assets/js/css-vars-ponyfill.js'),
(9574, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/desktop.js', 'wp-content/themes/jannah/assets/js/desktop.js'),
(9575, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/desktop.min.js', 'wp-content/themes/jannah/assets/js/desktop.min.js'),
(9576, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/breakingNews.js', 'wp-content/themes/jannah/assets/js/dev/breakingNews.js'),
(9577, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/fitvids.js', 'wp-content/themes/jannah/assets/js/dev/fitvids.js'),
(9578, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/flexMenu.js', 'wp-content/themes/jannah/assets/js/dev/flexMenu.js'),
(9579, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/ilightbox.dev.js', 'wp-content/themes/jannah/assets/js/dev/ilightbox.dev.js'),
(9580, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/lazyload.js', 'wp-content/themes/jannah/assets/js/dev/lazyload.js'),
(9581, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/live-search.js', 'wp-content/themes/jannah/assets/js/dev/live-search.js'),
(9582, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/theia-sticky-sidebar.js', 'wp-content/themes/jannah/assets/js/dev/theia-sticky-sidebar.js'),
(9583, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/tiesticky.dev.js', 'wp-content/themes/jannah/assets/js/dev/tiesticky.dev.js'),
(9584, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/video.dev.js', 'wp-content/themes/jannah/assets/js/dev/video.dev.js'),
(9585, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/dev/viewport-checker.js', 'wp-content/themes/jannah/assets/js/dev/viewport-checker.js'),
(9586, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/ie.js', 'wp-content/themes/jannah/assets/js/ie.js'),
(9587, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/live-search.js', 'wp-content/themes/jannah/assets/js/live-search.js'),
(9588, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/parallax.js', 'wp-content/themes/jannah/assets/js/parallax.js'),
(9589, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/scripts.js', 'wp-content/themes/jannah/assets/js/scripts.js'),
(9590, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/scripts.min.js', 'wp-content/themes/jannah/assets/js/scripts.min.js'),
(9591, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/shortcodes.js', 'wp-content/themes/jannah/assets/js/shortcodes.js'),
(9592, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/side-e3lan.js', 'wp-content/themes/jannah/assets/js/side-e3lan.js'),
(9593, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/single.js', 'wp-content/themes/jannah/assets/js/single.js'),
(9594, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/single.min.js', 'wp-content/themes/jannah/assets/js/single.min.js'),
(9595, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/sliders.js', 'wp-content/themes/jannah/assets/js/sliders.js'),
(9596, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/sliders.min.js', 'wp-content/themes/jannah/assets/js/sliders.min.js'),
(9597, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/velocity.js', 'wp-content/themes/jannah/assets/js/velocity.js'),
(9598, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/videos-playlist.js', 'wp-content/themes/jannah/assets/js/videos-playlist.js'),
(9599, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/assets/js/viewport-scripts.js', 'wp-content/themes/jannah/assets/js/viewport-scripts.js'),
(9600, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/author.php', 'wp-content/themes/jannah/author.php'),
(9601, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress/activity/index.php', 'wp-content/themes/jannah/buddypress/activity/index.php'),
(9602, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress/activity/single/home.php', 'wp-content/themes/jannah/buddypress/activity/single/home.php'),
(9603, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress/blogs/index.php', 'wp-content/themes/jannah/buddypress/blogs/index.php'),
(9604, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress/groups/index.php', 'wp-content/themes/jannah/buddypress/groups/index.php'),
(9605, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress/members/index.php', 'wp-content/themes/jannah/buddypress/members/index.php'),
(9606, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress/members/single/cover-image-header.php', 'wp-content/themes/jannah/buddypress/members/single/cover-image-header.php'),
(9607, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/buddypress.php', 'wp-content/themes/jannah/buddypress.php'),
(9608, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/category.php', 'wp-content/themes/jannah/category.php'),
(9609, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/comments.php', 'wp-content/themes/jannah/comments.php'),
(9610, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/footer.php', 'wp-content/themes/jannah/footer.php'),
(9611, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/assets/page-widgets.js', 'wp-content/themes/jannah/framework/admin/assets/page-widgets.js'),
(9612, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/assets/tie.js', 'wp-content/themes/jannah/framework/admin/assets/tie.js'),
(9613, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-admin-helper.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-admin-helper.php'),
(9614, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-builder-widgets.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-builder-widgets.php'),
(9615, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-demo-importer.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-demo-importer.php'),
(9616, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-menu-limit-detector.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-menu-limit-detector.php'),
(9617, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-notices.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-notices.php'),
(9618, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-posts-switcher.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-posts-switcher.php'),
(9619, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-required-plugins.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-required-plugins.php'),
(9620, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-settings-category.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-settings-category.php'),
(9621, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-settings-post.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-settings-post.php'),
(9622, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-settings.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-settings.php'),
(9623, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-system-status.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-system-status.php'),
(9624, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-theme-updater.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-theme-updater.php'),
(9625, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-verification.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-verification.php'),
(9626, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/classes/class-tielabs-welcome-page.php', 'wp-content/themes/jannah/framework/admin/classes/class-tielabs-welcome-page.php'),
(9627, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/framework-admin.php', 'wp-content/themes/jannah/framework/admin/framework-admin.php'),
(9628, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/page-builder.php', 'wp-content/themes/jannah/framework/admin/page-builder.php'),
(9629, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/advanced.php', 'wp-content/themes/jannah/framework/admin/theme-options/advanced.php'),
(9630, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/amp.php', 'wp-content/themes/jannah/framework/admin/theme-options/amp.php'),
(9631, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/archives.php', 'wp-content/themes/jannah/framework/admin/theme-options/archives.php'),
(9632, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/background.php', 'wp-content/themes/jannah/framework/admin/theme-options/background.php'),
(9633, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/backup.php', 'wp-content/themes/jannah/framework/admin/theme-options/backup.php'),
(9634, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/bbpress.php', 'wp-content/themes/jannah/framework/admin/theme-options/bbpress.php'),
(9635, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/blocker-detector.php', 'wp-content/themes/jannah/framework/admin/theme-options/blocker-detector.php'),
(9636, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/blocks.php', 'wp-content/themes/jannah/framework/admin/theme-options/blocks.php'),
(9637, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/buddypress.php', 'wp-content/themes/jannah/framework/admin/theme-options/buddypress.php'),
(9638, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/dashboard.php', 'wp-content/themes/jannah/framework/admin/theme-options/dashboard.php'),
(9639, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/e3lan.php', 'wp-content/themes/jannah/framework/admin/theme-options/e3lan.php'),
(9640, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/footer.php', 'wp-content/themes/jannah/framework/admin/theme-options/footer.php'),
(9641, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/general.php', 'wp-content/themes/jannah/framework/admin/theme-options/general.php'),
(9642, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/header.php', 'wp-content/themes/jannah/framework/admin/theme-options/header.php'),
(9643, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/images.php', 'wp-content/themes/jannah/framework/admin/theme-options/images.php'),
(9644, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/integrations.php', 'wp-content/themes/jannah/framework/admin/theme-options/integrations.php'),
(9645, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/layout.php', 'wp-content/themes/jannah/framework/admin/theme-options/layout.php'),
(9646, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/lightbox.php', 'wp-content/themes/jannah/framework/admin/theme-options/lightbox.php'),
(9647, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/logo.php', 'wp-content/themes/jannah/framework/admin/theme-options/logo.php'),
(9648, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/mobile.php', 'wp-content/themes/jannah/framework/admin/theme-options/mobile.php'),
(9649, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/notification-bar.php', 'wp-content/themes/jannah/framework/admin/theme-options/notification-bar.php'),
(9650, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/page-404.php', 'wp-content/themes/jannah/framework/admin/theme-options/page-404.php'),
(9651, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/post-views.php', 'wp-content/themes/jannah/framework/admin/theme-options/post-views.php'),
(9652, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/posts.php', 'wp-content/themes/jannah/framework/admin/theme-options/posts.php'),
(9653, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/share.php', 'wp-content/themes/jannah/framework/admin/theme-options/share.php'),
(9654, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/sidebars.php', 'wp-content/themes/jannah/framework/admin/theme-options/sidebars.php'),
(9655, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/social.php', 'wp-content/themes/jannah/framework/admin/theme-options/social.php'),
(9656, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/sticky-menu.php', 'wp-content/themes/jannah/framework/admin/theme-options/sticky-menu.php'),
(9657, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/styling.php', 'wp-content/themes/jannah/framework/admin/theme-options/styling.php'),
(9658, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/translations.php', 'wp-content/themes/jannah/framework/admin/theme-options/translations.php'),
(9659, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/typography.php', 'wp-content/themes/jannah/framework/admin/theme-options/typography.php'),
(9660, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/web-stories.php', 'wp-content/themes/jannah/framework/admin/theme-options/web-stories.php'),
(9661, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/white-label.php', 'wp-content/themes/jannah/framework/admin/theme-options/white-label.php'),
(9662, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options/woocommerce.php', 'wp-content/themes/jannah/framework/admin/theme-options/woocommerce.php'),
(9663, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/admin/theme-options.php', 'wp-content/themes/jannah/framework/admin/theme-options.php'),
(9664, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/blocks.php', 'wp-content/themes/jannah/framework/blocks.php'),
(9665, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-advertisment.php', 'wp-content/themes/jannah/framework/classes/class-tielabs-advertisment.php'),
(9666, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-ajax.php', 'wp-content/themes/jannah/framework/classes/class-tielabs-ajax.php'),
(9667, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-filters.php', 'wp-content/themes/jannah/framework/classes/class-tielabs-filters.php'),
(9668, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-helper.php', 'wp-content/themes/jannah/framework/classes/class-tielabs-helper.php'),
(9669, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-logging.php', 'wp-content/themes/jannah/framework/classes/class-tielabs-logging.php'),
(9670, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-mega-menu.php', 'wp-content/themes/jannah/framework/classes/class-tielabs-mega-menu.php'),
(9671, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-opengraph.php', 'wp-content/themes/jannah/framework/classes/class-tielabs-opengraph.php'),
(9672, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-pagination.php', 'wp-content/themes/jannah/framework/classes/class-tielabs-pagination.php'),
(9673, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-postviews.php', 'wp-content/themes/jannah/framework/classes/class-tielabs-postviews.php'),
(9674, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-styles.php', 'wp-content/themes/jannah/framework/classes/class-tielabs-styles.php'),
(9675, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-videos.php', 'wp-content/themes/jannah/framework/classes/class-tielabs-videos.php'),
(9676, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-weather.php', 'wp-content/themes/jannah/framework/classes/class-tielabs-weather.php'),
(9677, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-wp-helper.php', 'wp-content/themes/jannah/framework/classes/class-tielabs-wp-helper.php'),
(9678, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/framework-load.php', 'wp-content/themes/jannah/framework/framework-load.php'),
(9679, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/breadcrumbs.php', 'wp-content/themes/jannah/framework/functions/breadcrumbs.php'),
(9680, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/formatting.php', 'wp-content/themes/jannah/framework/functions/formatting.php'),
(9681, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/general-functions.php', 'wp-content/themes/jannah/framework/functions/general-functions.php'),
(9682, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/media-functions.php', 'wp-content/themes/jannah/framework/functions/media-functions.php'),
(9683, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/mobile-functions.php', 'wp-content/themes/jannah/framework/functions/mobile-functions.php'),
(9684, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/page-templates.php', 'wp-content/themes/jannah/framework/functions/page-templates.php'),
(9685, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/php-disable.php', 'wp-content/themes/jannah/framework/functions/php-disable.php'),
(9686, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/post-actions.php', 'wp-content/themes/jannah/framework/functions/post-actions.php'),
(9687, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/functions/post-functions.php', 'wp-content/themes/jannah/framework/functions/post-functions.php'),
(9688, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/featured-image.php', 'wp-content/themes/jannah/framework/plugins/amp-templates/featured-image.php'),
(9689, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/footer.php', 'wp-content/themes/jannah/framework/plugins/amp-templates/footer.php'),
(9690, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/header-bar.php', 'wp-content/themes/jannah/framework/plugins/amp-templates/header-bar.php'),
(9691, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/meta-coauthors.php', 'wp-content/themes/jannah/framework/plugins/amp-templates/meta-coauthors.php'),
(9692, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/meta-time.php', 'wp-content/themes/jannah/framework/plugins/amp-templates/meta-time.php'),
(9693, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/style.php', 'wp-content/themes/jannah/framework/plugins/amp-templates/style.php'),
(9694, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/amp-templates/sub-title.php', 'wp-content/themes/jannah/framework/plugins/amp-templates/sub-title.php'),
(9695, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-amp.php', 'wp-content/themes/jannah/framework/plugins/class-tielabs-amp.php'),
(9696, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-bbpress.php', 'wp-content/themes/jannah/framework/plugins/class-tielabs-bbpress.php'),
(9697, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-buddypress.php', 'wp-content/themes/jannah/framework/plugins/class-tielabs-buddypress.php'),
(9698, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-extensions.php', 'wp-content/themes/jannah/framework/plugins/class-tielabs-extensions.php'),
(9699, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-fbinstant-articles.php', 'wp-content/themes/jannah/framework/plugins/class-tielabs-fbinstant-articles.php'),
(9700, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-instagram.php', 'wp-content/themes/jannah/framework/plugins/class-tielabs-instagram.php'),
(9701, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-sensei.php', 'wp-content/themes/jannah/framework/plugins/class-tielabs-sensei.php'),
(9702, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-taqyeem.php', 'wp-content/themes/jannah/framework/plugins/class-tielabs-taqyeem.php'),
(9703, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/class-tielabs-woocommerce.php', 'wp-content/themes/jannah/framework/plugins/class-tielabs-woocommerce.php'),
(9704, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/crypto.php', 'wp-content/themes/jannah/framework/plugins/crypto.php'),
(9705, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/everest-form.php', 'wp-content/themes/jannah/framework/plugins/everest-form.php'),
(9706, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/plugins/web-stories.php', 'wp-content/themes/jannah/framework/plugins/web-stories.php'),
(9707, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/Mobile_Detect/Mobile_Detect.php', 'wp-content/themes/jannah/framework/vendor/Mobile_Detect/Mobile_Detect.php'),
(9708, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/Mobile_Detect/devices.php', 'wp-content/themes/jannah/framework/vendor/Mobile_Detect/devices.php'),
(9709, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/Parsedown/parsedown.php', 'wp-content/themes/jannah/framework/vendor/Parsedown/parsedown.php'),
(9710, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/assets/js/main.js', 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/assets/js/main.js'),
(9711, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-customizer-importer.php', 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-customizer-importer.php'),
(9712, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-customizer-option.php', 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-customizer-option.php'),
(9713, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-helpers.php', 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-helpers.php'),
(9714, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-importer.php', 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-importer.php'),
(9715, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-logger.php', 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-logger.php'),
(9716, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-widget-importer.php', 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-widget-importer.php'),
(9717, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-wxr-importer.php', 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/inc/class-ocdi-wxr-importer.php'),
(9718, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/one-click-demo-import.php', 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/one-click-demo-import.php'),
(9719, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/vendor/humanmade/WordPress-Importer/class-logger-cli.php', 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/vendor/humanmade/WordPress-Importer/class-logger-cli.php'),
(9720, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/vendor/humanmade/WordPress-Importer/class-logger.php', 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/vendor/humanmade/WordPress-Importer/class-logger.php'),
(9721, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/one-click-demo-import/vendor/humanmade/WordPress-Importer/class-wxr-importer.php', 'wp-content/themes/jannah/framework/vendor/one-click-demo-import/vendor/humanmade/WordPress-Importer/class-wxr-importer.php'),
(9722, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/vendor/tgm/class-tgm-plugin-activation.php', 'wp-content/themes/jannah/framework/vendor/tgm/class-tgm-plugin-activation.php'),
(9723, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/about.php', 'wp-content/themes/jannah/framework/widgets/about.php'),
(9724, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/ads.php', 'wp-content/themes/jannah/framework/widgets/ads.php'),
(9725, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/author.php', 'wp-content/themes/jannah/framework/widgets/author.php'),
(9726, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/authors-list.php', 'wp-content/themes/jannah/framework/widgets/authors-list.php'),
(9727, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/buymeacoffee.php', 'wp-content/themes/jannah/framework/widgets/buymeacoffee.php'),
(9728, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/categories-grid.php', 'wp-content/themes/jannah/framework/widgets/categories-grid.php'),
(9729, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/categories.php', 'wp-content/themes/jannah/framework/widgets/categories.php'),
(9730, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/comments-avatar.php', 'wp-content/themes/jannah/framework/widgets/comments-avatar.php'),
(9731, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/facebook.php', 'wp-content/themes/jannah/framework/widgets/facebook.php'),
(9732, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/flickr.php', 'wp-content/themes/jannah/framework/widgets/flickr.php'),
(9733, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/instagram.php', 'wp-content/themes/jannah/framework/widgets/instagram.php'),
(9734, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/login.php', 'wp-content/themes/jannah/framework/widgets/login.php'),
(9735, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/newsletter.php', 'wp-content/themes/jannah/framework/widgets/newsletter.php'),
(9736, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/patreon.php', 'wp-content/themes/jannah/framework/widgets/patreon.php'),
(9737, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/posts.php', 'wp-content/themes/jannah/framework/widgets/posts.php'),
(9738, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/slider.php', 'wp-content/themes/jannah/framework/widgets/slider.php'),
(9739, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/snapchat.php', 'wp-content/themes/jannah/framework/widgets/snapchat.php'),
(9740, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/social-counters.php', 'wp-content/themes/jannah/framework/widgets/social-counters.php'),
(9741, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/social.php', 'wp-content/themes/jannah/framework/widgets/social.php'),
(9742, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/soundcloud.php', 'wp-content/themes/jannah/framework/widgets/soundcloud.php'),
(9743, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/tabs.php', 'wp-content/themes/jannah/framework/widgets/tabs.php'),
(9744, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/text-html.php', 'wp-content/themes/jannah/framework/widgets/text-html.php'),
(9745, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/tiktok.php', 'wp-content/themes/jannah/framework/widgets/tiktok.php'),
(9746, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/twitter-embedded.php', 'wp-content/themes/jannah/framework/widgets/twitter-embedded.php'),
(9747, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/twitter.php', 'wp-content/themes/jannah/framework/widgets/twitter.php'),
(9748, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/weather.php', 'wp-content/themes/jannah/framework/widgets/weather.php'),
(9749, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/framework/widgets/youtube.php', 'wp-content/themes/jannah/framework/widgets/youtube.php'),
(9750, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/functions.php', 'wp-content/themes/jannah/functions.php'),
(9751, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/header.php', 'wp-content/themes/jannah/header.php'),
(9752, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/custom-styles.php', 'wp-content/themes/jannah/inc/custom-styles.php'),
(9753, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/deprecated.php', 'wp-content/themes/jannah/inc/deprecated.php'),
(9754, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/fa4-to-fa5.php', 'wp-content/themes/jannah/inc/fa4-to-fa5.php'),
(9755, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/help-links.php', 'wp-content/themes/jannah/inc/help-links.php'),
(9756, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/theme-setup.php', 'wp-content/themes/jannah/inc/theme-setup.php'),
(9757, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/updates.php', 'wp-content/themes/jannah/inc/updates.php'),
(9758, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/inc/widgets.php', 'wp-content/themes/jannah/inc/widgets.php'),
(9759, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/index.php', 'wp-content/themes/jannah/index.php'),
(9760, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/page.php', 'wp-content/themes/jannah/page.php'),
(9761, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/search.php', 'wp-content/themes/jannah/search.php'),
(9762, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/sidebar-footer.php', 'wp-content/themes/jannah/sidebar-footer.php'),
(9763, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/sidebar-shop.php', 'wp-content/themes/jannah/sidebar-shop.php'),
(9764, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/sidebar-slide.php', 'wp-content/themes/jannah/sidebar-slide.php'),
(9765, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/sidebar.php', 'wp-content/themes/jannah/sidebar.php'),
(9766, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/single.php', 'wp-content/themes/jannah/single.php'),
(9767, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/tag.php', 'wp-content/themes/jannah/tag.php'),
(9768, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/template-authors.php', 'wp-content/themes/jannah/template-authors.php'),
(9769, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/template-masonry.php', 'wp-content/themes/jannah/template-masonry.php'),
(9770, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/template-sitemap.php', 'wp-content/themes/jannah/template-sitemap.php'),
(9771, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/_featured.dev.php', 'wp-content/themes/jannah/templates/_featured.dev.php'),
(9772, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/archives.php', 'wp-content/themes/jannah/templates/archives.php'),
(9773, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/breaking-news.php', 'wp-content/themes/jannah/templates/breaking-news.php'),
(9774, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/category-footer.php', 'wp-content/themes/jannah/templates/category-footer.php'),
(9775, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/category-slider.php', 'wp-content/themes/jannah/templates/category-slider.php'),
(9776, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/featured.php', 'wp-content/themes/jannah/templates/featured.php'),
(9777, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/footer-instagram.php', 'wp-content/themes/jannah/templates/footer-instagram.php'),
(9778, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/footer-tiktok.php', 'wp-content/themes/jannah/templates/footer-tiktok.php'),
(9779, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/footer.php', 'wp-content/themes/jannah/templates/footer.php'),
(9780, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/google-search.php', 'wp-content/themes/jannah/templates/google-search.php'),
(9781, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/header/components.php', 'wp-content/themes/jannah/templates/header/components.php'),
(9782, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/header/content.php', 'wp-content/themes/jannah/templates/header/content.php'),
(9783, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/header/load.php', 'wp-content/themes/jannah/templates/header/load.php'),
(9784, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/header/nav-main.php', 'wp-content/themes/jannah/templates/header/nav-main.php'),
(9785, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/header/nav-top.php', 'wp-content/themes/jannah/templates/header/nav-top.php'),
(9786, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/header/posts-layout.php', 'wp-content/themes/jannah/templates/header/posts-layout.php'),
(9787, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/login.php', 'wp-content/themes/jannah/templates/login.php'),
(9788, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-authors-widget.php', 'wp-content/themes/jannah/templates/loops/loop-authors-widget.php'),
(9789, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-big-thumb.php', 'wp-content/themes/jannah/templates/loops/loop-big-thumb.php'),
(9790, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-content.php', 'wp-content/themes/jannah/templates/loops/loop-content.php'),
(9791, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-default.php', 'wp-content/themes/jannah/templates/loops/loop-default.php'),
(9792, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-full-thumb.php', 'wp-content/themes/jannah/templates/loops/loop-full-thumb.php'),
(9793, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-grid.php', 'wp-content/themes/jannah/templates/loops/loop-grid.php'),
(9794, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-large-above.php', 'wp-content/themes/jannah/templates/loops/loop-large-above.php'),
(9795, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-large-first.php', 'wp-content/themes/jannah/templates/loops/loop-large-first.php'),
(9796, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-live-search.php', 'wp-content/themes/jannah/templates/loops/loop-live-search.php'),
(9797, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-masonry.php', 'wp-content/themes/jannah/templates/loops/loop-masonry.php'),
(9798, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-mega-menu-default.php', 'wp-content/themes/jannah/templates/loops/loop-mega-menu-default.php'),
(9799, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-mega-menu-featured.php', 'wp-content/themes/jannah/templates/loops/loop-mega-menu-featured.php'),
(9800, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-mini.php', 'wp-content/themes/jannah/templates/loops/loop-mini.php'),
(9801, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-overlay-title.php', 'wp-content/themes/jannah/templates/loops/loop-overlay-title.php'),
(9802, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-overlay.php', 'wp-content/themes/jannah/templates/loops/loop-overlay.php'),
(9803, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-scroll-2.php', 'wp-content/themes/jannah/templates/loops/loop-scroll-2.php'),
(9804, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-scroll.php', 'wp-content/themes/jannah/templates/loops/loop-scroll.php'),
(9805, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-timeline.php', 'wp-content/themes/jannah/templates/loops/loop-timeline.php'),
(9806, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-two-columns-small-thumb.php', 'wp-content/themes/jannah/templates/loops/loop-two-columns-small-thumb.php'),
(9807, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/loops/loop-widgets.php', 'wp-content/themes/jannah/templates/loops/loop-widgets.php'),
(9808, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/not-found.php', 'wp-content/themes/jannah/templates/not-found.php'),
(9809, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/page-head.php', 'wp-content/themes/jannah/templates/page-head.php'),
(9810, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/popup.php', 'wp-content/themes/jannah/templates/popup.php'),
(9811, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/content.php', 'wp-content/themes/jannah/templates/single-post/content.php'),
(9812, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/featured.php', 'wp-content/themes/jannah/templates/single-post/featured.php'),
(9813, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/fly-box.php', 'wp-content/themes/jannah/templates/single-post/fly-box.php'),
(9814, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/head.php', 'wp-content/themes/jannah/templates/single-post/head.php'),
(9815, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/newsletter.php', 'wp-content/themes/jannah/templates/single-post/newsletter.php'),
(9816, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/read-next.php', 'wp-content/themes/jannah/templates/single-post/read-next.php'),
(9817, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/related.php', 'wp-content/themes/jannah/templates/single-post/related.php'),
(9818, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/single-post/share.php', 'wp-content/themes/jannah/templates/single-post/share.php'),
(9819, '/home/forwardbetcasino/public_html/wp-content/themes/jannah/templates/videos-list.php', 'wp-content/themes/jannah/templates/videos-list.php'),
(9820, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/css/editor-style.css', 'wp-content/themes/twentytwentyfive/assets/css/editor-style.css'),
(9821, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2'),
(9822, '/home/forwardbetcasino/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'),
(9823, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Black.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Black.woff2'),
(9824, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BlackItalic.woff2'),
(9825, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Bold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Bold.woff2'),
(9826, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-BoldItalic.woff2'),
(9827, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBold.woff2');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9828, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2'),
(9829, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLight.woff2'),
(9830, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2'),
(9831, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Italic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Italic.woff2'),
(9832, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Light.woff2'),
(9833, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-LightItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-LightItalic.woff2'),
(9834, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Medium.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Medium.woff2'),
(9835, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-MediumItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-MediumItalic.woff2'),
(9836, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Regular.woff2'),
(9837, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBold.woff2'),
(9838, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2'),
(9839, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-Thin.woff2'),
(9840, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ThinItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/fira-sans/FiraSans-ThinItalic.woff2'),
(9841, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Black.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Black.woff2'),
(9842, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BlackItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BlackItalic.woff2'),
(9843, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Bold.woff2'),
(9844, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-BoldItalic.woff2'),
(9845, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBold.woff2'),
(9846, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2'),
(9847, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLight.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLight.woff2'),
(9848, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2'),
(9849, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Light.woff2'),
(9850, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-LightItalic.woff2'),
(9851, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Medium.woff2'),
(9852, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-MediumItalic.woff2'),
(9853, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Regular.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-Regular.woff2'),
(9854, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-RegularItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-RegularItalic.woff2'),
(9855, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBold.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBold.woff2'),
(9856, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2'),
(9857, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2'),
(9858, '/home/forwardbetcasino/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'),
(9859, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/platypi/Platypi-VariableFont_wght.woff2'),
(9860, '/home/forwardbetcasino/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'),
(9861, '/home/forwardbetcasino/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'),
(9862, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfive/assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2'),
(9863, '/home/forwardbetcasino/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'),
(9864, '/home/forwardbetcasino/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'),
(9865, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/404-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/404-image.webp'),
(9866, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/agenda-img-4.webp', 'wp-content/themes/twentytwentyfive/assets/images/agenda-img-4.webp'),
(9867, '/home/forwardbetcasino/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'),
(9868, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/book-image-landing.webp', 'wp-content/themes/twentytwentyfive/assets/images/book-image-landing.webp'),
(9869, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/book-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/book-image.webp'),
(9870, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/botany-flowers-closeup.webp', 'wp-content/themes/twentytwentyfive/assets/images/botany-flowers-closeup.webp'),
(9871, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/botany-flowers.webp', 'wp-content/themes/twentytwentyfive/assets/images/botany-flowers.webp'),
(9872, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp', 'wp-content/themes/twentytwentyfive/assets/images/campanula-alliariifolia-flower.webp'),
(9873, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/category-anthuriums.webp', 'wp-content/themes/twentytwentyfive/assets/images/category-anthuriums.webp'),
(9874, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/category-cactus.webp', 'wp-content/themes/twentytwentyfive/assets/images/category-cactus.webp'),
(9875, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/category-sunflowers.webp', 'wp-content/themes/twentytwentyfive/assets/images/category-sunflowers.webp'),
(9876, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/coming-soon-bg-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/coming-soon-bg-image.webp'),
(9877, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/coral-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/coral-square.webp'),
(9878, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/dallas-creek-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/dallas-creek-square.webp'),
(9879, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/delphinium-flowers.webp', 'wp-content/themes/twentytwentyfive/assets/images/delphinium-flowers.webp'),
(9880, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/flower-meadow-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/flower-meadow-square.webp'),
(9881, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/grid-flower-1.webp', 'wp-content/themes/twentytwentyfive/assets/images/grid-flower-1.webp'),
(9882, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/grid-flower-2.webp', 'wp-content/themes/twentytwentyfive/assets/images/grid-flower-2.webp'),
(9883, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/hero-podcast.webp', 'wp-content/themes/twentytwentyfive/assets/images/hero-podcast.webp'),
(9884, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/link-in-bio-background.webp', 'wp-content/themes/twentytwentyfive/assets/images/link-in-bio-background.webp'),
(9885, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/link-in-bio-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/link-in-bio-image.webp'),
(9886, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/location.webp', 'wp-content/themes/twentytwentyfive/assets/images/location.webp'),
(9887, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/malibu-plantlife.webp', 'wp-content/themes/twentytwentyfive/assets/images/malibu-plantlife.webp'),
(9888, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/man-in-hat.webp', 'wp-content/themes/twentytwentyfive/assets/images/man-in-hat.webp'),
(9889, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/marshland-birds-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/marshland-birds-square.webp'),
(9890, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/northern-buttercups-flowers.webp', 'wp-content/themes/twentytwentyfive/assets/images/northern-buttercups-flowers.webp'),
(9891, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/nurse.webp', 'wp-content/themes/twentytwentyfive/assets/images/nurse.webp'),
(9892, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/parthenon-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/parthenon-square.webp'),
(9893, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/poster-image-background.webp', 'wp-content/themes/twentytwentyfive/assets/images/poster-image-background.webp'),
(9894, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/red-hibiscus-closeup.webp', 'wp-content/themes/twentytwentyfive/assets/images/red-hibiscus-closeup.webp'),
(9895, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/ruins-image.webp', 'wp-content/themes/twentytwentyfive/assets/images/ruins-image.webp'),
(9896, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/services-subscriber-photo.webp', 'wp-content/themes/twentytwentyfive/assets/images/services-subscriber-photo.webp'),
(9897, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/star-thristle-flower.webp', 'wp-content/themes/twentytwentyfive/assets/images/star-thristle-flower.webp'),
(9898, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/typewriter.webp', 'wp-content/themes/twentytwentyfive/assets/images/typewriter.webp'),
(9899, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/vash-gon-square.webp', 'wp-content/themes/twentytwentyfive/assets/images/vash-gon-square.webp'),
(9900, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/assets/images/woman-splashing-water.webp', 'wp-content/themes/twentytwentyfive/assets/images/woman-splashing-water.webp'),
(9901, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/functions.php', 'wp-content/themes/twentytwentyfive/functions.php'),
(9902, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/footer-columns.html', 'wp-content/themes/twentytwentyfive/parts/footer-columns.html'),
(9903, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/footer-newsletter.html', 'wp-content/themes/twentytwentyfive/parts/footer-newsletter.html'),
(9904, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/footer.html', 'wp-content/themes/twentytwentyfive/parts/footer.html'),
(9905, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/header-large-title.html', 'wp-content/themes/twentytwentyfive/parts/header-large-title.html'),
(9906, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/header.html', 'wp-content/themes/twentytwentyfive/parts/header.html'),
(9907, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/sidebar.html', 'wp-content/themes/twentytwentyfive/parts/sidebar.html'),
(9908, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/parts/vertical-header.html', 'wp-content/themes/twentytwentyfive/parts/vertical-header.html'),
(9909, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/banner-about-book.php', 'wp-content/themes/twentytwentyfive/patterns/banner-about-book.php'),
(9910, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/banner-cover-big-heading.php', 'wp-content/themes/twentytwentyfive/patterns/banner-cover-big-heading.php'),
(9911, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/banner-intro-image.php', 'wp-content/themes/twentytwentyfive/patterns/banner-intro-image.php'),
(9912, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/banner-intro.php', 'wp-content/themes/twentytwentyfive/patterns/banner-intro.php'),
(9913, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/banner-poster.php', 'wp-content/themes/twentytwentyfive/patterns/banner-poster.php'),
(9914, '/home/forwardbetcasino/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'),
(9915, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/binding-format.php', 'wp-content/themes/twentytwentyfive/patterns/binding-format.php'),
(9916, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/comments.php', 'wp-content/themes/twentytwentyfive/patterns/comments.php'),
(9917, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/contact-centered-social-link.php', 'wp-content/themes/twentytwentyfive/patterns/contact-centered-social-link.php'),
(9918, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/contact-info-locations.php', 'wp-content/themes/twentytwentyfive/patterns/contact-info-locations.php'),
(9919, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/contact-location-and-link.php', 'wp-content/themes/twentytwentyfive/patterns/contact-location-and-link.php'),
(9920, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/cta-book-links.php', 'wp-content/themes/twentytwentyfive/patterns/cta-book-links.php'),
(9921, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/cta-book-locations.php', 'wp-content/themes/twentytwentyfive/patterns/cta-book-locations.php'),
(9922, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/cta-centered-heading.php', 'wp-content/themes/twentytwentyfive/patterns/cta-centered-heading.php'),
(9923, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/cta-events-list.php', 'wp-content/themes/twentytwentyfive/patterns/cta-events-list.php'),
(9924, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/cta-grid-products-link.php', 'wp-content/themes/twentytwentyfive/patterns/cta-grid-products-link.php'),
(9925, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php', 'wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php'),
(9926, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/cta-newsletter.php', 'wp-content/themes/twentytwentyfive/patterns/cta-newsletter.php'),
(9927, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/event-3-col.php', 'wp-content/themes/twentytwentyfive/patterns/event-3-col.php'),
(9928, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/event-rsvp.php', 'wp-content/themes/twentytwentyfive/patterns/event-rsvp.php'),
(9929, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/event-schedule.php', 'wp-content/themes/twentytwentyfive/patterns/event-schedule.php'),
(9930, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/footer-centered.php', 'wp-content/themes/twentytwentyfive/patterns/footer-centered.php'),
(9931, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/footer-columns.php', 'wp-content/themes/twentytwentyfive/patterns/footer-columns.php'),
(9932, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php', 'wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php'),
(9933, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/footer-social.php', 'wp-content/themes/twentytwentyfive/patterns/footer-social.php'),
(9934, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/footer.php', 'wp-content/themes/twentytwentyfive/patterns/footer.php'),
(9935, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/format-audio.php', 'wp-content/themes/twentytwentyfive/patterns/format-audio.php'),
(9936, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/format-link.php', 'wp-content/themes/twentytwentyfive/patterns/format-link.php'),
(9937, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/grid-videos.php', 'wp-content/themes/twentytwentyfive/patterns/grid-videos.php'),
(9938, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/grid-with-categories.php', 'wp-content/themes/twentytwentyfive/patterns/grid-with-categories.php'),
(9939, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/header-centered.php', 'wp-content/themes/twentytwentyfive/patterns/header-centered.php'),
(9940, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/header-columns.php', 'wp-content/themes/twentytwentyfive/patterns/header-columns.php'),
(9941, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/header-large-title.php', 'wp-content/themes/twentytwentyfive/patterns/header-large-title.php'),
(9942, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/header.php', 'wp-content/themes/twentytwentyfive/patterns/header.php'),
(9943, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php', 'wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php'),
(9944, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/hero-book.php', 'wp-content/themes/twentytwentyfive/patterns/hero-book.php'),
(9945, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/hero-full-width-image.php', 'wp-content/themes/twentytwentyfive/patterns/hero-full-width-image.php'),
(9946, '/home/forwardbetcasino/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'),
(9947, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/hero-podcast.php', 'wp-content/themes/twentytwentyfive/patterns/hero-podcast.php'),
(9948, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-404.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-404.php'),
(9949, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-blog-heading.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-blog-heading.php'),
(9950, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-search.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-search.php'),
(9951, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-sidebar.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-sidebar.php'),
(9952, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/hidden-written-by.php', 'wp-content/themes/twentytwentyfive/patterns/hidden-written-by.php'),
(9953, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/logos.php', 'wp-content/themes/twentytwentyfive/patterns/logos.php'),
(9954, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php', 'wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php'),
(9955, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/more-posts.php', 'wp-content/themes/twentytwentyfive/patterns/more-posts.php'),
(9956, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/overlapped-images.php', 'wp-content/themes/twentytwentyfive/patterns/overlapped-images.php'),
(9957, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/page-business-home.php', 'wp-content/themes/twentytwentyfive/patterns/page-business-home.php'),
(9958, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/page-coming-soon.php', 'wp-content/themes/twentytwentyfive/patterns/page-coming-soon.php'),
(9959, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/page-cv-bio.php', 'wp-content/themes/twentytwentyfive/patterns/page-cv-bio.php'),
(9960, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/page-landing-book.php', 'wp-content/themes/twentytwentyfive/patterns/page-landing-book.php'),
(9961, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/page-landing-event.php', 'wp-content/themes/twentytwentyfive/patterns/page-landing-event.php'),
(9962, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/page-landing-podcast.php', 'wp-content/themes/twentytwentyfive/patterns/page-landing-podcast.php'),
(9963, '/home/forwardbetcasino/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'),
(9964, '/home/forwardbetcasino/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'),
(9965, '/home/forwardbetcasino/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'),
(9966, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/page-portfolio-home.php', 'wp-content/themes/twentytwentyfive/patterns/page-portfolio-home.php'),
(9967, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/page-shop-home.php', 'wp-content/themes/twentytwentyfive/patterns/page-shop-home.php'),
(9968, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/post-navigation.php', 'wp-content/themes/twentytwentyfive/patterns/post-navigation.php'),
(9969, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/pricing-2-col.php', 'wp-content/themes/twentytwentyfive/patterns/pricing-2-col.php'),
(9970, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/pricing-3-col.php', 'wp-content/themes/twentytwentyfive/patterns/pricing-3-col.php'),
(9971, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/services-3-col.php', 'wp-content/themes/twentytwentyfive/patterns/services-3-col.php'),
(9972, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php', 'wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php'),
(9973, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/services-team-photos.php', 'wp-content/themes/twentytwentyfive/patterns/services-team-photos.php'),
(9974, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-404-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-404-vertical-header-blog.php'),
(9975, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-archive-news-blog.php'),
(9976, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-archive-photo-blog.php'),
(9977, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-archive-text-blog.php'),
(9978, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-archive-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-archive-vertical-header-blog.php'),
(9979, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-news-blog.php'),
(9980, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-photo-blog.php'),
(9981, '/home/forwardbetcasino/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'),
(9982, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-text-blog.php'),
(9983, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-home-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-home-vertical-header-blog.php'),
(9984, '/home/forwardbetcasino/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'),
(9985, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-page-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-page-photo-blog.php'),
(9986, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-page-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-page-vertical-header-blog.php'),
(9987, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-news-blog.php'),
(9988, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-photo-blog.php'),
(9989, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop-text-blog.php'),
(9990, '/home/forwardbetcasino/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'),
(9991, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-query-loop.php', 'wp-content/themes/twentytwentyfive/patterns/template-query-loop.php'),
(9992, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-search-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-search-news-blog.php'),
(9993, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-search-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-search-photo-blog.php'),
(9994, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-search-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-search-text-blog.php'),
(9995, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-search-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-search-vertical-header-blog.php'),
(9996, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-left-aligned-content.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-left-aligned-content.php'),
(9997, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-news-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-news-blog.php'),
(9998, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-offset.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-offset.php'),
(9999, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php'),
(10000, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-text-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-text-blog.php'),
(10001, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/template-single-vertical-header-blog.php', 'wp-content/themes/twentytwentyfive/patterns/template-single-vertical-header-blog.php'),
(10002, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/testimonials-2-col.php', 'wp-content/themes/twentytwentyfive/patterns/testimonials-2-col.php'),
(10003, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/testimonials-6-col.php', 'wp-content/themes/twentytwentyfive/patterns/testimonials-6-col.php'),
(10004, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/testimonials-large.php', 'wp-content/themes/twentytwentyfive/patterns/testimonials-large.php'),
(10005, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/text-faqs.php', 'wp-content/themes/twentytwentyfive/patterns/text-faqs.php'),
(10006, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/patterns/vertical-header.php', 'wp-content/themes/twentytwentyfive/patterns/vertical-header.php'),
(10007, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/readme.txt', 'wp-content/themes/twentytwentyfive/readme.txt'),
(10008, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/screenshot.png', 'wp-content/themes/twentytwentyfive/screenshot.png'),
(10009, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/style.css', 'wp-content/themes/twentytwentyfive/style.css'),
(10010, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/01-evening.json', 'wp-content/themes/twentytwentyfive/styles/01-evening.json'),
(10011, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/02-noon.json', 'wp-content/themes/twentytwentyfive/styles/02-noon.json'),
(10012, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/03-dusk.json', 'wp-content/themes/twentytwentyfive/styles/03-dusk.json'),
(10013, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/04-afternoon.json', 'wp-content/themes/twentytwentyfive/styles/04-afternoon.json'),
(10014, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/05-twilight.json', 'wp-content/themes/twentytwentyfive/styles/05-twilight.json'),
(10015, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/06-morning.json', 'wp-content/themes/twentytwentyfive/styles/06-morning.json'),
(10016, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/07-sunrise.json', 'wp-content/themes/twentytwentyfive/styles/07-sunrise.json'),
(10017, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/08-midnight.json', 'wp-content/themes/twentytwentyfive/styles/08-midnight.json'),
(10018, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/blocks/01-display.json', 'wp-content/themes/twentytwentyfive/styles/blocks/01-display.json'),
(10019, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/blocks/02-subtitle.json', 'wp-content/themes/twentytwentyfive/styles/blocks/02-subtitle.json'),
(10020, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/blocks/03-annotation.json', 'wp-content/themes/twentytwentyfive/styles/blocks/03-annotation.json'),
(10021, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/blocks/post-terms-1.json', 'wp-content/themes/twentytwentyfive/styles/blocks/post-terms-1.json'),
(10022, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/01-evening.json', 'wp-content/themes/twentytwentyfive/styles/colors/01-evening.json'),
(10023, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/02-noon.json', 'wp-content/themes/twentytwentyfive/styles/colors/02-noon.json'),
(10024, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json', 'wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json'),
(10025, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/04-afternoon.json', 'wp-content/themes/twentytwentyfive/styles/colors/04-afternoon.json'),
(10026, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json', 'wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json'),
(10027, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/06-morning.json', 'wp-content/themes/twentytwentyfive/styles/colors/06-morning.json'),
(10028, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json', 'wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json'),
(10029, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json', 'wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json'),
(10030, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-1.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-1.json'),
(10031, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-2.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-2.json'),
(10032, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-3.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-3.json'),
(10033, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-4.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-4.json'),
(10034, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/sections/section-5.json', 'wp-content/themes/twentytwentyfive/styles/sections/section-5.json'),
(10035, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-1.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-1.json'),
(10036, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-2.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-2.json'),
(10037, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-3.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-3.json'),
(10038, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json'),
(10039, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-5.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-5.json'),
(10040, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json'),
(10041, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-7.json', 'wp-content/themes/twentytwentyfive/styles/typography/typography-preset-7.json'),
(10042, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/templates/404.html', 'wp-content/themes/twentytwentyfive/templates/404.html'),
(10043, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/templates/archive.html', 'wp-content/themes/twentytwentyfive/templates/archive.html'),
(10044, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/templates/home.html', 'wp-content/themes/twentytwentyfive/templates/home.html'),
(10045, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/templates/index.html', 'wp-content/themes/twentytwentyfive/templates/index.html'),
(10046, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/templates/page-no-title.html', 'wp-content/themes/twentytwentyfive/templates/page-no-title.html'),
(10047, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/templates/page.html', 'wp-content/themes/twentytwentyfive/templates/page.html'),
(10048, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/templates/search.html', 'wp-content/themes/twentytwentyfive/templates/search.html'),
(10049, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/templates/single.html', 'wp-content/themes/twentytwentyfive/templates/single.html'),
(10050, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfive/theme.json', 'wp-content/themes/twentytwentyfive/theme.json'),
(10051, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/css/button-outline.css', 'wp-content/themes/twentytwentyfour/assets/css/button-outline.css'),
(10052, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt'),
(10053, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2'),
(10054, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2'),
(10055, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2'),
(10056, '/home/forwardbetcasino/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'),
(10057, '/home/forwardbetcasino/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'),
(10058, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt'),
(10059, '/home/forwardbetcasino/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'),
(10060, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt'),
(10061, '/home/forwardbetcasino/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'),
(10062, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2'),
(10063, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt'),
(10064, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp', 'wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp'),
(10065, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp', 'wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp'),
(10066, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp', 'wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp'),
(10067, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp', 'wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp'),
(10068, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp', 'wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp'),
(10069, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp', 'wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp'),
(10070, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/icon-message.webp', 'wp-content/themes/twentytwentyfour/assets/images/icon-message.webp'),
(10071, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/museum.webp', 'wp-content/themes/twentytwentyfour/assets/images/museum.webp'),
(10072, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp', 'wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp'),
(10073, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/assets/images/windows.webp', 'wp-content/themes/twentytwentyfour/assets/images/windows.webp'),
(10074, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/functions.php', 'wp-content/themes/twentytwentyfour/functions.php'),
(10075, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/parts/footer.html', 'wp-content/themes/twentytwentyfour/parts/footer.html'),
(10076, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/parts/header.html', 'wp-content/themes/twentytwentyfour/parts/header.html'),
(10077, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/parts/post-meta.html', 'wp-content/themes/twentytwentyfour/parts/post-meta.html'),
(10078, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/parts/sidebar.html', 'wp-content/themes/twentytwentyfour/parts/sidebar.html'),
(10079, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/banner-hero.php', 'wp-content/themes/twentytwentyfour/patterns/banner-hero.php'),
(10080, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php', 'wp-content/themes/twentytwentyfour/patterns/banner-project-description.php'),
(10081, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php', 'wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php'),
(10082, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php', 'wp-content/themes/twentytwentyfour/patterns/cta-pricing.php'),
(10083, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php', 'wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php'),
(10084, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php', 'wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php'),
(10085, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php', 'wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php'),
(10086, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php', 'wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php'),
(10087, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php'),
(10088, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/footer.php', 'wp-content/themes/twentytwentyfour/patterns/footer.php'),
(10089, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php'),
(10090, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10091, '/home/forwardbetcasino/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'),
(10092, '/home/forwardbetcasino/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'),
(10093, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php'),
(10094, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-404.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-404.php'),
(10095, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-comments.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-comments.php'),
(10096, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php'),
(10097, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php'),
(10098, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php'),
(10099, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php'),
(10100, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-search.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-search.php'),
(10101, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php'),
(10102, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/page-about-business.php', 'wp-content/themes/twentytwentyfour/patterns/page-about-business.php'),
(10103, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php'),
(10104, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-business.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-business.php'),
(10105, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php'),
(10106, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php'),
(10107, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php', 'wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php'),
(10108, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php', 'wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php'),
(10109, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php', 'wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php'),
(10110, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-1-col.php'),
(10111, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-3-col.php'),
(10112, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php'),
(10113, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php'),
(10114, '/home/forwardbetcasino/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'),
(10115, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/posts-list.php', 'wp-content/themes/twentytwentyfour/patterns/posts-list.php'),
(10116, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/team-4-col.php', 'wp-content/themes/twentytwentyfour/patterns/team-4-col.php'),
(10117, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php'),
(10118, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php'),
(10119, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php'),
(10120, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-home-business.php', 'wp-content/themes/twentytwentyfour/patterns/template-home-business.php'),
(10121, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php'),
(10122, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php'),
(10123, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php'),
(10124, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php'),
(10125, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php'),
(10126, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php'),
(10127, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php', 'wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php'),
(10128, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php', 'wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php'),
(10129, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php', 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php'),
(10130, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php', 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php'),
(10131, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/text-faq.php', 'wp-content/themes/twentytwentyfour/patterns/text-faq.php'),
(10132, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php'),
(10133, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/text-project-details.php', 'wp-content/themes/twentytwentyfour/patterns/text-project-details.php'),
(10134, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php', 'wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php'),
(10135, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/readme.txt', 'wp-content/themes/twentytwentyfour/readme.txt'),
(10136, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/screenshot.png', 'wp-content/themes/twentytwentyfour/screenshot.png'),
(10137, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/style.css', 'wp-content/themes/twentytwentyfour/style.css'),
(10138, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/styles/ember.json', 'wp-content/themes/twentytwentyfour/styles/ember.json'),
(10139, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/styles/fossil.json', 'wp-content/themes/twentytwentyfour/styles/fossil.json'),
(10140, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/styles/ice.json', 'wp-content/themes/twentytwentyfour/styles/ice.json'),
(10141, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/styles/maelstrom.json', 'wp-content/themes/twentytwentyfour/styles/maelstrom.json'),
(10142, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/styles/mint.json', 'wp-content/themes/twentytwentyfour/styles/mint.json'),
(10143, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/styles/onyx.json', 'wp-content/themes/twentytwentyfour/styles/onyx.json'),
(10144, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/styles/rust.json', 'wp-content/themes/twentytwentyfour/styles/rust.json'),
(10145, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/404.html', 'wp-content/themes/twentytwentyfour/templates/404.html'),
(10146, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/archive.html', 'wp-content/themes/twentytwentyfour/templates/archive.html'),
(10147, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/home.html', 'wp-content/themes/twentytwentyfour/templates/home.html'),
(10148, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/index.html', 'wp-content/themes/twentytwentyfour/templates/index.html'),
(10149, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/page-no-title.html', 'wp-content/themes/twentytwentyfour/templates/page-no-title.html'),
(10150, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/page-wide.html', 'wp-content/themes/twentytwentyfour/templates/page-wide.html'),
(10151, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html', 'wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html'),
(10152, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/page.html', 'wp-content/themes/twentytwentyfour/templates/page.html'),
(10153, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/search.html', 'wp-content/themes/twentytwentyfour/templates/search.html'),
(10154, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html', 'wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html'),
(10155, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/templates/single.html', 'wp-content/themes/twentytwentyfour/templates/single.html'),
(10156, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyfour/theme.json', 'wp-content/themes/twentytwentyfour/theme.json'),
(10157, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/404.php', 'wp-content/themes/twentytwentyone/404.php'),
(10158, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/archive.php', 'wp-content/themes/twentytwentyone/archive.php'),
(10159, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css', 'wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css'),
(10160, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/ie-editor.css', 'wp-content/themes/twentytwentyone/assets/css/ie-editor.css'),
(10161, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/ie.css', 'wp-content/themes/twentytwentyone/assets/css/ie.css'),
(10162, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/print.css', 'wp-content/themes/twentytwentyone/assets/css/print.css'),
(10163, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css', 'wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css'),
(10164, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css', 'wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css'),
(10165, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css', 'wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css'),
(10166, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/css/style-editor.css', 'wp-content/themes/twentytwentyone/assets/css/style-editor.css'),
(10167, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg', 'wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg'),
(10168, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/Reading.jpg', 'wp-content/themes/twentytwentyone/assets/images/Reading.jpg'),
(10169, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg', 'wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg'),
(10170, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg', 'wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg'),
(10171, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg', 'wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg'),
(10172, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg', 'wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg'),
(10173, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg', 'wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg'),
(10174, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg', 'wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg'),
(10175, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg', 'wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg'),
(10176, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/customize-helpers.js', 'wp-content/themes/twentytwentyone/assets/js/customize-helpers.js'),
(10177, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/customize-preview.js', 'wp-content/themes/twentytwentyone/assets/js/customize-preview.js'),
(10178, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/customize.js', 'wp-content/themes/twentytwentyone/assets/js/customize.js'),
(10179, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js', 'wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js'),
(10180, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js', 'wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js'),
(10181, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/editor.js', 'wp-content/themes/twentytwentyone/assets/js/editor.js'),
(10182, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js', 'wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js'),
(10183, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/polyfills.js', 'wp-content/themes/twentytwentyone/assets/js/polyfills.js'),
(10184, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js', 'wp-content/themes/twentytwentyone/assets/js/primary-navigation.js'),
(10185, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js', 'wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js'),
(10186, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js', 'wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js'),
(10187, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss', 'wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss'),
(10188, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss', 'wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss'),
(10189, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss', 'wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss'),
(10190, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss', 'wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss'),
(10191, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss', 'wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss'),
(10192, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss', 'wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss'),
(10193, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss', 'wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss'),
(10194, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss', 'wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss'),
(10195, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss', 'wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss'),
(10196, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss', 'wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss'),
(10197, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss', 'wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss'),
(10198, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss'),
(10199, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss', 'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss'),
(10200, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss', 'wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss'),
(10201, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss', 'wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss'),
(10202, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss', 'wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss'),
(10203, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss'),
(10204, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss'),
(10205, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss'),
(10206, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss'),
(10207, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss'),
(10208, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss'),
(10209, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss'),
(10210, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss'),
(10211, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss'),
(10212, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss'),
(10213, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss'),
(10214, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss'),
(10215, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss'),
(10216, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss'),
(10217, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss'),
(10218, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss'),
(10219, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss'),
(10220, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss'),
(10221, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss'),
(10222, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss'),
(10223, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss'),
(10224, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss'),
(10225, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss'),
(10226, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss'),
(10227, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss'),
(10228, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss'),
(10229, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss'),
(10230, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss'),
(10231, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss'),
(10232, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss'),
(10233, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss'),
(10234, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss'),
(10235, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss'),
(10236, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss'),
(10237, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss'),
(10238, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss'),
(10239, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss'),
(10240, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss'),
(10241, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss'),
(10242, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss'),
(10243, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss'),
(10244, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss'),
(10245, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss'),
(10246, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss'),
(10247, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss'),
(10248, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss'),
(10249, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss'),
(10250, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss'),
(10251, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss'),
(10252, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss'),
(10253, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss'),
(10254, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss'),
(10255, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss'),
(10256, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss'),
(10257, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss'),
(10258, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss'),
(10259, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss'),
(10260, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss'),
(10261, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss'),
(10262, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss'),
(10263, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss'),
(10264, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss'),
(10265, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss'),
(10266, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss'),
(10267, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss'),
(10268, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss'),
(10269, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss'),
(10270, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss'),
(10271, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss'),
(10272, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss'),
(10273, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss'),
(10274, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss'),
(10275, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss'),
(10276, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss'),
(10277, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss'),
(10278, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss'),
(10279, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss'),
(10280, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss', 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss'),
(10281, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss', 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss'),
(10282, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss', 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss'),
(10283, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss', 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss'),
(10284, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss', 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss'),
(10285, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss', 'wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss'),
(10286, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/style-editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/style-editor.scss'),
(10287, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/assets/sass/style.scss', 'wp-content/themes/twentytwentyone/assets/sass/style.scss'),
(10288, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php', 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php'),
(10289, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php', 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php'),
(10290, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php', 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php'),
(10291, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php', 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php'),
(10292, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php', 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php'),
(10293, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php', 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php'),
(10294, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/comments.php', 'wp-content/themes/twentytwentyone/comments.php'),
(10295, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/footer.php', 'wp-content/themes/twentytwentyone/footer.php'),
(10296, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/functions.php', 'wp-content/themes/twentytwentyone/functions.php'),
(10297, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/header.php', 'wp-content/themes/twentytwentyone/header.php'),
(10298, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/image.php', 'wp-content/themes/twentytwentyone/image.php'),
(10299, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/back-compat.php', 'wp-content/themes/twentytwentyone/inc/back-compat.php'),
(10300, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/block-patterns.php', 'wp-content/themes/twentytwentyone/inc/block-patterns.php'),
(10301, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/block-styles.php', 'wp-content/themes/twentytwentyone/inc/block-styles.php'),
(10302, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/custom-css.php', 'wp-content/themes/twentytwentyone/inc/custom-css.php'),
(10303, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/menu-functions.php', 'wp-content/themes/twentytwentyone/inc/menu-functions.php'),
(10304, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/starter-content.php', 'wp-content/themes/twentytwentyone/inc/starter-content.php'),
(10305, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/template-functions.php', 'wp-content/themes/twentytwentyone/inc/template-functions.php'),
(10306, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/inc/template-tags.php', 'wp-content/themes/twentytwentyone/inc/template-tags.php'),
(10307, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/index.php', 'wp-content/themes/twentytwentyone/index.php'),
(10308, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/package-lock.json', 'wp-content/themes/twentytwentyone/package-lock.json'),
(10309, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/package.json', 'wp-content/themes/twentytwentyone/package.json'),
(10310, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/page.php', 'wp-content/themes/twentytwentyone/page.php'),
(10311, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/postcss.config.js', 'wp-content/themes/twentytwentyone/postcss.config.js'),
(10312, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/readme.txt', 'wp-content/themes/twentytwentyone/readme.txt'),
(10313, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/screenshot.png', 'wp-content/themes/twentytwentyone/screenshot.png'),
(10314, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/search.php', 'wp-content/themes/twentytwentyone/search.php'),
(10315, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/searchform.php', 'wp-content/themes/twentytwentyone/searchform.php'),
(10316, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/single.php', 'wp-content/themes/twentytwentyone/single.php'),
(10317, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/style-rtl.css', 'wp-content/themes/twentytwentyone/style-rtl.css'),
(10318, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/style.css', 'wp-content/themes/twentytwentyone/style.css'),
(10319, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php', 'wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php'),
(10320, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-none.php', 'wp-content/themes/twentytwentyone/template-parts/content/content-none.php'),
(10321, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-page.php', 'wp-content/themes/twentytwentyone/template-parts/content/content-page.php'),
(10322, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-single.php', 'wp-content/themes/twentytwentyone/template-parts/content/content-single.php'),
(10323, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/content/content.php', 'wp-content/themes/twentytwentyone/template-parts/content/content.php'),
(10324, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php'),
(10325, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php'),
(10326, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php'),
(10327, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php'),
(10328, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php'),
(10329, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php'),
(10330, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php'),
(10331, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php'),
(10332, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php'),
(10333, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php'),
(10334, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php', 'wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php'),
(10335, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php', 'wp-content/themes/twentytwentyone/template-parts/header/entry-header.php'),
(10336, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php', 'wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php'),
(10337, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php', 'wp-content/themes/twentytwentyone/template-parts/header/site-branding.php'),
(10338, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/header/site-header.php', 'wp-content/themes/twentytwentyone/template-parts/header/site-header.php'),
(10339, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php', 'wp-content/themes/twentytwentyone/template-parts/header/site-nav.php'),
(10340, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php', 'wp-content/themes/twentytwentyone/template-parts/post/author-bio.php'),
(10341, '/home/forwardbetcasino/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'),
(10342, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2'),
(10343, '/home/forwardbetcasino/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'),
(10344, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2'),
(10345, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt'),
(10346, '/home/forwardbetcasino/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'),
(10347, '/home/forwardbetcasino/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'),
(10348, '/home/forwardbetcasino/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'),
(10349, '/home/forwardbetcasino/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'),
(10350, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt'),
(10351, '/home/forwardbetcasino/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'),
(10352, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt', 'wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt'),
(10353, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md'),
(10354, '/home/forwardbetcasino/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'),
(10355, '/home/forwardbetcasino/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'),
(10356, '/home/forwardbetcasino/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');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10357, '/home/forwardbetcasino/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'),
(10358, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/parts/comments.html', 'wp-content/themes/twentytwentythree/parts/comments.html'),
(10359, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/parts/footer.html', 'wp-content/themes/twentytwentythree/parts/footer.html'),
(10360, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/parts/header.html', 'wp-content/themes/twentytwentythree/parts/header.html'),
(10361, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/parts/post-meta.html', 'wp-content/themes/twentytwentythree/parts/post-meta.html'),
(10362, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/patterns/call-to-action.php', 'wp-content/themes/twentytwentythree/patterns/call-to-action.php'),
(10363, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/patterns/footer-default.php', 'wp-content/themes/twentytwentythree/patterns/footer-default.php'),
(10364, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/patterns/hidden-404.php', 'wp-content/themes/twentytwentythree/patterns/hidden-404.php'),
(10365, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/patterns/hidden-comments.php', 'wp-content/themes/twentytwentythree/patterns/hidden-comments.php'),
(10366, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php', 'wp-content/themes/twentytwentythree/patterns/hidden-no-results.php'),
(10367, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/patterns/post-meta.php', 'wp-content/themes/twentytwentythree/patterns/post-meta.php'),
(10368, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/readme.txt', 'wp-content/themes/twentytwentythree/readme.txt'),
(10369, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/screenshot.png', 'wp-content/themes/twentytwentythree/screenshot.png'),
(10370, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/style.css', 'wp-content/themes/twentytwentythree/style.css'),
(10371, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/aubergine.json', 'wp-content/themes/twentytwentythree/styles/aubergine.json'),
(10372, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/block-out.json', 'wp-content/themes/twentytwentythree/styles/block-out.json'),
(10373, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/canary.json', 'wp-content/themes/twentytwentythree/styles/canary.json'),
(10374, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/electric.json', 'wp-content/themes/twentytwentythree/styles/electric.json'),
(10375, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/grapes.json', 'wp-content/themes/twentytwentythree/styles/grapes.json'),
(10376, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/marigold.json', 'wp-content/themes/twentytwentythree/styles/marigold.json'),
(10377, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/pilgrimage.json', 'wp-content/themes/twentytwentythree/styles/pilgrimage.json'),
(10378, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/pitch.json', 'wp-content/themes/twentytwentythree/styles/pitch.json'),
(10379, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/sherbet.json', 'wp-content/themes/twentytwentythree/styles/sherbet.json'),
(10380, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/styles/whisper.json', 'wp-content/themes/twentytwentythree/styles/whisper.json'),
(10381, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/404.html', 'wp-content/themes/twentytwentythree/templates/404.html'),
(10382, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/archive.html', 'wp-content/themes/twentytwentythree/templates/archive.html'),
(10383, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/blank.html', 'wp-content/themes/twentytwentythree/templates/blank.html'),
(10384, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/blog-alternative.html', 'wp-content/themes/twentytwentythree/templates/blog-alternative.html'),
(10385, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/home.html', 'wp-content/themes/twentytwentythree/templates/home.html'),
(10386, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/index.html', 'wp-content/themes/twentytwentythree/templates/index.html'),
(10387, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/page.html', 'wp-content/themes/twentytwentythree/templates/page.html'),
(10388, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/search.html', 'wp-content/themes/twentytwentythree/templates/search.html'),
(10389, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/templates/single.html', 'wp-content/themes/twentytwentythree/templates/single.html'),
(10390, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentythree/theme.json', 'wp-content/themes/twentytwentythree/theme.json'),
(10391, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2'),
(10392, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2'),
(10393, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2'),
(10394, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2'),
(10395, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf'),
(10396, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf'),
(10397, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf'),
(10398, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf'),
(10399, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt'),
(10400, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2'),
(10401, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2'),
(10402, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2'),
(10403, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2'),
(10404, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2'),
(10405, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2'),
(10406, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2'),
(10407, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2'),
(10408, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt'),
(10409, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf'),
(10410, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt', 'wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt'),
(10411, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md', 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md'),
(10412, '/home/forwardbetcasino/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'),
(10413, '/home/forwardbetcasino/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'),
(10414, '/home/forwardbetcasino/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'),
(10415, '/home/forwardbetcasino/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'),
(10416, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg', 'wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg'),
(10417, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg', 'wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg'),
(10418, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg', 'wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg'),
(10419, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg', 'wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg'),
(10420, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/divider-black.png', 'wp-content/themes/twentytwentytwo/assets/images/divider-black.png'),
(10421, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/divider-white.png', 'wp-content/themes/twentytwentytwo/assets/images/divider-white.png'),
(10422, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/ducks.jpg', 'wp-content/themes/twentytwentytwo/assets/images/ducks.jpg'),
(10423, '/home/forwardbetcasino/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'),
(10424, '/home/forwardbetcasino/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'),
(10425, '/home/forwardbetcasino/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'),
(10426, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg'),
(10427, '/home/forwardbetcasino/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'),
(10428, '/home/forwardbetcasino/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'),
(10429, '/home/forwardbetcasino/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'),
(10430, '/home/forwardbetcasino/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'),
(10431, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png', 'wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png'),
(10432, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg', 'wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg'),
(10433, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/assets/videos/birds.mp4', 'wp-content/themes/twentytwentytwo/assets/videos/birds.mp4'),
(10434, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/functions.php', 'wp-content/themes/twentytwentytwo/functions.php'),
(10435, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/block-patterns.php', 'wp-content/themes/twentytwentytwo/inc/block-patterns.php'),
(10436, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php'),
(10437, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php'),
(10438, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php'),
(10439, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php'),
(10440, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php'),
(10441, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php'),
(10442, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php'),
(10443, '/home/forwardbetcasino/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'),
(10444, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php'),
(10445, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php'),
(10446, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php'),
(10447, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php'),
(10448, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php'),
(10449, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php'),
(10450, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php'),
(10451, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php'),
(10452, '/home/forwardbetcasino/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'),
(10453, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php'),
(10454, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php'),
(10455, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php'),
(10456, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php'),
(10457, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php'),
(10458, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php'),
(10459, '/home/forwardbetcasino/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'),
(10460, '/home/forwardbetcasino/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'),
(10461, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php'),
(10462, '/home/forwardbetcasino/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'),
(10463, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-default.php'),
(10464, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php'),
(10465, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php'),
(10466, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php'),
(10467, '/home/forwardbetcasino/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'),
(10468, '/home/forwardbetcasino/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'),
(10469, '/home/forwardbetcasino/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'),
(10470, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php'),
(10471, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php'),
(10472, '/home/forwardbetcasino/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'),
(10473, '/home/forwardbetcasino/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'),
(10474, '/home/forwardbetcasino/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'),
(10475, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php'),
(10476, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php'),
(10477, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php'),
(10478, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php', 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php'),
(10479, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php', 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php'),
(10480, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php', 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php'),
(10481, '/home/forwardbetcasino/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'),
(10482, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php'),
(10483, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php'),
(10484, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php'),
(10485, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php'),
(10486, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php'),
(10487, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php'),
(10488, '/home/forwardbetcasino/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'),
(10489, '/home/forwardbetcasino/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'),
(10490, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php'),
(10491, '/home/forwardbetcasino/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'),
(10492, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php'),
(10493, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php'),
(10494, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php'),
(10495, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-default.php'),
(10496, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php'),
(10497, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php'),
(10498, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php'),
(10499, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php'),
(10500, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php'),
(10501, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php'),
(10502, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/index.php', 'wp-content/themes/twentytwentytwo/index.php'),
(10503, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/parts/footer.html', 'wp-content/themes/twentytwentytwo/parts/footer.html'),
(10504, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/parts/header-large-dark.html', 'wp-content/themes/twentytwentytwo/parts/header-large-dark.html'),
(10505, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/parts/header-small-dark.html', 'wp-content/themes/twentytwentytwo/parts/header-small-dark.html'),
(10506, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/parts/header.html', 'wp-content/themes/twentytwentytwo/parts/header.html'),
(10507, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/readme.txt', 'wp-content/themes/twentytwentytwo/readme.txt'),
(10508, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/screenshot.png', 'wp-content/themes/twentytwentytwo/screenshot.png'),
(10509, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/style.css', 'wp-content/themes/twentytwentytwo/style.css'),
(10510, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/styles/blue.json', 'wp-content/themes/twentytwentytwo/styles/blue.json'),
(10511, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/styles/pink.json', 'wp-content/themes/twentytwentytwo/styles/pink.json'),
(10512, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/styles/swiss.json', 'wp-content/themes/twentytwentytwo/styles/swiss.json'),
(10513, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/404.html', 'wp-content/themes/twentytwentytwo/templates/404.html'),
(10514, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/archive.html', 'wp-content/themes/twentytwentytwo/templates/archive.html'),
(10515, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/blank.html', 'wp-content/themes/twentytwentytwo/templates/blank.html'),
(10516, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/home.html', 'wp-content/themes/twentytwentytwo/templates/home.html'),
(10517, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/index.html', 'wp-content/themes/twentytwentytwo/templates/index.html'),
(10518, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/page-large-header.html', 'wp-content/themes/twentytwentytwo/templates/page-large-header.html'),
(10519, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/page-no-separators.html', 'wp-content/themes/twentytwentytwo/templates/page-no-separators.html'),
(10520, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/page.html', 'wp-content/themes/twentytwentytwo/templates/page.html'),
(10521, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/search.html', 'wp-content/themes/twentytwentytwo/templates/search.html'),
(10522, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/single-no-separators.html', 'wp-content/themes/twentytwentytwo/templates/single-no-separators.html'),
(10523, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/templates/single.html', 'wp-content/themes/twentytwentytwo/templates/single.html'),
(10524, '/home/forwardbetcasino/public_html/wp-content/themes/twentytwentytwo/theme.json', 'wp-content/themes/twentytwentytwo/theme.json'),
(10525, '/home/forwardbetcasino/public_html/wp-content/uploads/2024/02/bomb-svgrepo-com-3.svg', 'wp-content/uploads/2024/02/bomb-svgrepo-com-3.svg'),
(10526, '/home/forwardbetcasino/public_html/wp-content/uploads/2024/02/poker-svgrepo-com-2.svg', 'wp-content/uploads/2024/02/poker-svgrepo-com-2.svg'),
(10527, '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/apk-file-format-symbol-svgrepo-com.svg', 'wp-content/uploads/2024/03/apk-file-format-symbol-svgrepo-com.svg'),
(10528, '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/balls-footbal-svgrepo-com.svg', 'wp-content/uploads/2024/03/balls-footbal-svgrepo-com.svg'),
(10529, '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/casino-mobile-svg.svg', 'wp-content/uploads/2024/03/casino-mobile-svg.svg'),
(10530, '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/chat-svgrepo-com.svg', 'wp-content/uploads/2024/03/chat-svgrepo-com.svg'),
(10531, '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/comment-svgr.svg', 'wp-content/uploads/2024/03/comment-svgr.svg'),
(10532, '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/svg-sports.svg', 'wp-content/uploads/2024/03/svg-sports.svg'),
(10533, '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/user-svg-1.svg', 'wp-content/uploads/2024/03/user-svg-1.svg'),
(10534, '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/vpn-svg.svg', 'wp-content/uploads/2024/03/vpn-svg.svg'),
(10535, '/home/forwardbetcasino/public_html/wp-content/uploads/2024/03/vpn-svgrepo-com-1.svg', 'wp-content/uploads/2024/03/vpn-svgrepo-com-1.svg'),
(10536, '/home/forwardbetcasino/public_html/wp-content/uploads/wpseo-redirects/index.php', 'wp-content/uploads/wpseo-redirects/index.php'),
(10537, '/home/forwardbetcasino/public_html/wp-content/wflogs/attack-data.php', 'wp-content/wflogs/attack-data.php'),
(10538, '/home/forwardbetcasino/public_html/wp-content/wflogs/config-livewaf.php', 'wp-content/wflogs/config-livewaf.php'),
(10539, '/home/forwardbetcasino/public_html/wp-content/wflogs/config-synced.php', 'wp-content/wflogs/config-synced.php'),
(10540, '/home/forwardbetcasino/public_html/wp-content/wflogs/config-transient.php', 'wp-content/wflogs/config-transient.php'),
(10541, '/home/forwardbetcasino/public_html/wp-content/wflogs/config.php', 'wp-content/wflogs/config.php'),
(10542, '/home/forwardbetcasino/public_html/wp-content/wflogs/ips.php', 'wp-content/wflogs/ips.php'),
(10543, '/home/forwardbetcasino/public_html/wp-content/wflogs/rules.php', 'wp-content/wflogs/rules.php'),
(10544, '/home/forwardbetcasino/public_html/wp-content/wflogs/template.php', 'wp-content/wflogs/template.php'),
(10545, '/home/forwardbetcasino/public_html/wp-content/wp-rocket-config/forwardbet.casino.php', 'wp-content/wp-rocket-config/forwardbet.casino.php'),
(10546, '/home/forwardbetcasino/public_html/wp-content/wp-rocket-config/index.html', 'wp-content/wp-rocket-config/index.html'),
(10547, '/home/forwardbetcasino/public_html/google15c38772236a027a.html', 'google15c38772236a027a.html'),
(10548, '/home/forwardbetcasino/public_html/index.php', 'index.php'),
(10549, '/home/forwardbetcasino/public_html/license.txt', 'license.txt'),
(10550, '/home/forwardbetcasino/public_html/readme.html', 'readme.html'),
(10551, '/home/forwardbetcasino/public_html/wordfence-waf.php', 'wordfence-waf.php'),
(10552, '/home/forwardbetcasino/public_html/wp-activate.php', 'wp-activate.php'),
(10553, '/home/forwardbetcasino/public_html/wp-admin/about.php', 'wp-admin/about.php'),
(10554, '/home/forwardbetcasino/public_html/wp-admin/admin-ajax.php', 'wp-admin/admin-ajax.php'),
(10555, '/home/forwardbetcasino/public_html/wp-admin/admin-footer.php', 'wp-admin/admin-footer.php'),
(10556, '/home/forwardbetcasino/public_html/wp-admin/admin-functions.php', 'wp-admin/admin-functions.php'),
(10557, '/home/forwardbetcasino/public_html/wp-admin/admin-header.php', 'wp-admin/admin-header.php'),
(10558, '/home/forwardbetcasino/public_html/wp-admin/admin-post.php', 'wp-admin/admin-post.php'),
(10559, '/home/forwardbetcasino/public_html/wp-admin/admin.php', 'wp-admin/admin.php'),
(10560, '/home/forwardbetcasino/public_html/wp-admin/async-upload.php', 'wp-admin/async-upload.php'),
(10561, '/home/forwardbetcasino/public_html/wp-admin/authorize-application.php', 'wp-admin/authorize-application.php'),
(10562, '/home/forwardbetcasino/public_html/wp-admin/comment.php', 'wp-admin/comment.php'),
(10563, '/home/forwardbetcasino/public_html/wp-admin/contribute.php', 'wp-admin/contribute.php'),
(10564, '/home/forwardbetcasino/public_html/wp-admin/credits.php', 'wp-admin/credits.php'),
(10565, '/home/forwardbetcasino/public_html/wp-admin/css/about-rtl.css', 'wp-admin/css/about-rtl.css'),
(10566, '/home/forwardbetcasino/public_html/wp-admin/css/about-rtl.min.css', 'wp-admin/css/about-rtl.min.css'),
(10567, '/home/forwardbetcasino/public_html/wp-admin/css/about.css', 'wp-admin/css/about.css'),
(10568, '/home/forwardbetcasino/public_html/wp-admin/css/about.min.css', 'wp-admin/css/about.min.css'),
(10569, '/home/forwardbetcasino/public_html/wp-admin/css/admin-menu-rtl.css', 'wp-admin/css/admin-menu-rtl.css'),
(10570, '/home/forwardbetcasino/public_html/wp-admin/css/admin-menu-rtl.min.css', 'wp-admin/css/admin-menu-rtl.min.css'),
(10571, '/home/forwardbetcasino/public_html/wp-admin/css/admin-menu.css', 'wp-admin/css/admin-menu.css'),
(10572, '/home/forwardbetcasino/public_html/wp-admin/css/admin-menu.min.css', 'wp-admin/css/admin-menu.min.css'),
(10573, '/home/forwardbetcasino/public_html/wp-admin/css/code-editor-rtl.css', 'wp-admin/css/code-editor-rtl.css'),
(10574, '/home/forwardbetcasino/public_html/wp-admin/css/code-editor-rtl.min.css', 'wp-admin/css/code-editor-rtl.min.css'),
(10575, '/home/forwardbetcasino/public_html/wp-admin/css/code-editor.css', 'wp-admin/css/code-editor.css'),
(10576, '/home/forwardbetcasino/public_html/wp-admin/css/code-editor.min.css', 'wp-admin/css/code-editor.min.css'),
(10577, '/home/forwardbetcasino/public_html/wp-admin/css/color-picker-rtl.css', 'wp-admin/css/color-picker-rtl.css'),
(10578, '/home/forwardbetcasino/public_html/wp-admin/css/color-picker-rtl.min.css', 'wp-admin/css/color-picker-rtl.min.css'),
(10579, '/home/forwardbetcasino/public_html/wp-admin/css/color-picker.css', 'wp-admin/css/color-picker.css'),
(10580, '/home/forwardbetcasino/public_html/wp-admin/css/color-picker.min.css', 'wp-admin/css/color-picker.min.css'),
(10581, '/home/forwardbetcasino/public_html/wp-admin/css/colors/_admin.scss', 'wp-admin/css/colors/_admin.scss'),
(10582, '/home/forwardbetcasino/public_html/wp-admin/css/colors/_mixins.scss', 'wp-admin/css/colors/_mixins.scss'),
(10583, '/home/forwardbetcasino/public_html/wp-admin/css/colors/_variables.scss', 'wp-admin/css/colors/_variables.scss'),
(10584, '/home/forwardbetcasino/public_html/wp-admin/css/colors/blue/colors-rtl.css', 'wp-admin/css/colors/blue/colors-rtl.css'),
(10585, '/home/forwardbetcasino/public_html/wp-admin/css/colors/blue/colors-rtl.min.css', 'wp-admin/css/colors/blue/colors-rtl.min.css'),
(10586, '/home/forwardbetcasino/public_html/wp-admin/css/colors/blue/colors.css', 'wp-admin/css/colors/blue/colors.css'),
(10587, '/home/forwardbetcasino/public_html/wp-admin/css/colors/blue/colors.min.css', 'wp-admin/css/colors/blue/colors.min.css'),
(10588, '/home/forwardbetcasino/public_html/wp-admin/css/colors/blue/colors.scss', 'wp-admin/css/colors/blue/colors.scss'),
(10589, '/home/forwardbetcasino/public_html/wp-admin/css/colors/coffee/colors-rtl.css', 'wp-admin/css/colors/coffee/colors-rtl.css'),
(10590, '/home/forwardbetcasino/public_html/wp-admin/css/colors/coffee/colors-rtl.min.css', 'wp-admin/css/colors/coffee/colors-rtl.min.css'),
(10591, '/home/forwardbetcasino/public_html/wp-admin/css/colors/coffee/colors.css', 'wp-admin/css/colors/coffee/colors.css'),
(10592, '/home/forwardbetcasino/public_html/wp-admin/css/colors/coffee/colors.min.css', 'wp-admin/css/colors/coffee/colors.min.css'),
(10593, '/home/forwardbetcasino/public_html/wp-admin/css/colors/coffee/colors.scss', 'wp-admin/css/colors/coffee/colors.scss'),
(10594, '/home/forwardbetcasino/public_html/wp-admin/css/colors/ectoplasm/colors-rtl.css', 'wp-admin/css/colors/ectoplasm/colors-rtl.css'),
(10595, '/home/forwardbetcasino/public_html/wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),
(10596, '/home/forwardbetcasino/public_html/wp-admin/css/colors/ectoplasm/colors.css', 'wp-admin/css/colors/ectoplasm/colors.css'),
(10597, '/home/forwardbetcasino/public_html/wp-admin/css/colors/ectoplasm/colors.min.css', 'wp-admin/css/colors/ectoplasm/colors.min.css'),
(10598, '/home/forwardbetcasino/public_html/wp-admin/css/colors/ectoplasm/colors.scss', 'wp-admin/css/colors/ectoplasm/colors.scss'),
(10599, '/home/forwardbetcasino/public_html/wp-admin/css/colors/light/colors-rtl.css', 'wp-admin/css/colors/light/colors-rtl.css'),
(10600, '/home/forwardbetcasino/public_html/wp-admin/css/colors/light/colors-rtl.min.css', 'wp-admin/css/colors/light/colors-rtl.min.css'),
(10601, '/home/forwardbetcasino/public_html/wp-admin/css/colors/light/colors.css', 'wp-admin/css/colors/light/colors.css'),
(10602, '/home/forwardbetcasino/public_html/wp-admin/css/colors/light/colors.min.css', 'wp-admin/css/colors/light/colors.min.css'),
(10603, '/home/forwardbetcasino/public_html/wp-admin/css/colors/light/colors.scss', 'wp-admin/css/colors/light/colors.scss'),
(10604, '/home/forwardbetcasino/public_html/wp-admin/css/colors/midnight/colors-rtl.css', 'wp-admin/css/colors/midnight/colors-rtl.css'),
(10605, '/home/forwardbetcasino/public_html/wp-admin/css/colors/midnight/colors-rtl.min.css', 'wp-admin/css/colors/midnight/colors-rtl.min.css'),
(10606, '/home/forwardbetcasino/public_html/wp-admin/css/colors/midnight/colors.css', 'wp-admin/css/colors/midnight/colors.css'),
(10607, '/home/forwardbetcasino/public_html/wp-admin/css/colors/midnight/colors.min.css', 'wp-admin/css/colors/midnight/colors.min.css'),
(10608, '/home/forwardbetcasino/public_html/wp-admin/css/colors/midnight/colors.scss', 'wp-admin/css/colors/midnight/colors.scss'),
(10609, '/home/forwardbetcasino/public_html/wp-admin/css/colors/modern/colors-rtl.css', 'wp-admin/css/colors/modern/colors-rtl.css'),
(10610, '/home/forwardbetcasino/public_html/wp-admin/css/colors/modern/colors-rtl.min.css', 'wp-admin/css/colors/modern/colors-rtl.min.css'),
(10611, '/home/forwardbetcasino/public_html/wp-admin/css/colors/modern/colors.css', 'wp-admin/css/colors/modern/colors.css'),
(10612, '/home/forwardbetcasino/public_html/wp-admin/css/colors/modern/colors.min.css', 'wp-admin/css/colors/modern/colors.min.css'),
(10613, '/home/forwardbetcasino/public_html/wp-admin/css/colors/modern/colors.scss', 'wp-admin/css/colors/modern/colors.scss'),
(10614, '/home/forwardbetcasino/public_html/wp-admin/css/colors/ocean/colors-rtl.css', 'wp-admin/css/colors/ocean/colors-rtl.css'),
(10615, '/home/forwardbetcasino/public_html/wp-admin/css/colors/ocean/colors-rtl.min.css', 'wp-admin/css/colors/ocean/colors-rtl.min.css'),
(10616, '/home/forwardbetcasino/public_html/wp-admin/css/colors/ocean/colors.css', 'wp-admin/css/colors/ocean/colors.css'),
(10617, '/home/forwardbetcasino/public_html/wp-admin/css/colors/ocean/colors.min.css', 'wp-admin/css/colors/ocean/colors.min.css'),
(10618, '/home/forwardbetcasino/public_html/wp-admin/css/colors/ocean/colors.scss', 'wp-admin/css/colors/ocean/colors.scss'),
(10619, '/home/forwardbetcasino/public_html/wp-admin/css/colors/sunrise/colors-rtl.css', 'wp-admin/css/colors/sunrise/colors-rtl.css'),
(10620, '/home/forwardbetcasino/public_html/wp-admin/css/colors/sunrise/colors-rtl.min.css', 'wp-admin/css/colors/sunrise/colors-rtl.min.css'),
(10621, '/home/forwardbetcasino/public_html/wp-admin/css/colors/sunrise/colors.css', 'wp-admin/css/colors/sunrise/colors.css'),
(10622, '/home/forwardbetcasino/public_html/wp-admin/css/colors/sunrise/colors.min.css', 'wp-admin/css/colors/sunrise/colors.min.css'),
(10623, '/home/forwardbetcasino/public_html/wp-admin/css/colors/sunrise/colors.scss', 'wp-admin/css/colors/sunrise/colors.scss'),
(10624, '/home/forwardbetcasino/public_html/wp-admin/css/common-rtl.css', 'wp-admin/css/common-rtl.css'),
(10625, '/home/forwardbetcasino/public_html/wp-admin/css/common-rtl.min.css', 'wp-admin/css/common-rtl.min.css'),
(10626, '/home/forwardbetcasino/public_html/wp-admin/css/common.css', 'wp-admin/css/common.css'),
(10627, '/home/forwardbetcasino/public_html/wp-admin/css/common.min.css', 'wp-admin/css/common.min.css'),
(10628, '/home/forwardbetcasino/public_html/wp-admin/css/customize-controls-rtl.css', 'wp-admin/css/customize-controls-rtl.css'),
(10629, '/home/forwardbetcasino/public_html/wp-admin/css/customize-controls-rtl.min.css', 'wp-admin/css/customize-controls-rtl.min.css'),
(10630, '/home/forwardbetcasino/public_html/wp-admin/css/customize-controls.css', 'wp-admin/css/customize-controls.css'),
(10631, '/home/forwardbetcasino/public_html/wp-admin/css/customize-controls.min.css', 'wp-admin/css/customize-controls.min.css'),
(10632, '/home/forwardbetcasino/public_html/wp-admin/css/customize-nav-menus-rtl.css', 'wp-admin/css/customize-nav-menus-rtl.css'),
(10633, '/home/forwardbetcasino/public_html/wp-admin/css/customize-nav-menus-rtl.min.css', 'wp-admin/css/customize-nav-menus-rtl.min.css'),
(10634, '/home/forwardbetcasino/public_html/wp-admin/css/customize-nav-menus.css', 'wp-admin/css/customize-nav-menus.css'),
(10635, '/home/forwardbetcasino/public_html/wp-admin/css/customize-nav-menus.min.css', 'wp-admin/css/customize-nav-menus.min.css'),
(10636, '/home/forwardbetcasino/public_html/wp-admin/css/customize-widgets-rtl.css', 'wp-admin/css/customize-widgets-rtl.css'),
(10637, '/home/forwardbetcasino/public_html/wp-admin/css/customize-widgets-rtl.min.css', 'wp-admin/css/customize-widgets-rtl.min.css'),
(10638, '/home/forwardbetcasino/public_html/wp-admin/css/customize-widgets.css', 'wp-admin/css/customize-widgets.css'),
(10639, '/home/forwardbetcasino/public_html/wp-admin/css/customize-widgets.min.css', 'wp-admin/css/customize-widgets.min.css'),
(10640, '/home/forwardbetcasino/public_html/wp-admin/css/dashboard-rtl.css', 'wp-admin/css/dashboard-rtl.css'),
(10641, '/home/forwardbetcasino/public_html/wp-admin/css/dashboard-rtl.min.css', 'wp-admin/css/dashboard-rtl.min.css'),
(10642, '/home/forwardbetcasino/public_html/wp-admin/css/dashboard.css', 'wp-admin/css/dashboard.css'),
(10643, '/home/forwardbetcasino/public_html/wp-admin/css/dashboard.min.css', 'wp-admin/css/dashboard.min.css'),
(10644, '/home/forwardbetcasino/public_html/wp-admin/css/deprecated-media-rtl.css', 'wp-admin/css/deprecated-media-rtl.css'),
(10645, '/home/forwardbetcasino/public_html/wp-admin/css/deprecated-media-rtl.min.css', 'wp-admin/css/deprecated-media-rtl.min.css'),
(10646, '/home/forwardbetcasino/public_html/wp-admin/css/deprecated-media.css', 'wp-admin/css/deprecated-media.css'),
(10647, '/home/forwardbetcasino/public_html/wp-admin/css/deprecated-media.min.css', 'wp-admin/css/deprecated-media.min.css'),
(10648, '/home/forwardbetcasino/public_html/wp-admin/css/edit-rtl.css', 'wp-admin/css/edit-rtl.css'),
(10649, '/home/forwardbetcasino/public_html/wp-admin/css/edit-rtl.min.css', 'wp-admin/css/edit-rtl.min.css'),
(10650, '/home/forwardbetcasino/public_html/wp-admin/css/edit.css', 'wp-admin/css/edit.css'),
(10651, '/home/forwardbetcasino/public_html/wp-admin/css/edit.min.css', 'wp-admin/css/edit.min.css'),
(10652, '/home/forwardbetcasino/public_html/wp-admin/css/farbtastic-rtl.css', 'wp-admin/css/farbtastic-rtl.css'),
(10653, '/home/forwardbetcasino/public_html/wp-admin/css/farbtastic-rtl.min.css', 'wp-admin/css/farbtastic-rtl.min.css'),
(10654, '/home/forwardbetcasino/public_html/wp-admin/css/farbtastic.css', 'wp-admin/css/farbtastic.css'),
(10655, '/home/forwardbetcasino/public_html/wp-admin/css/farbtastic.min.css', 'wp-admin/css/farbtastic.min.css'),
(10656, '/home/forwardbetcasino/public_html/wp-admin/css/forms-rtl.css', 'wp-admin/css/forms-rtl.css'),
(10657, '/home/forwardbetcasino/public_html/wp-admin/css/forms-rtl.min.css', 'wp-admin/css/forms-rtl.min.css'),
(10658, '/home/forwardbetcasino/public_html/wp-admin/css/forms.css', 'wp-admin/css/forms.css'),
(10659, '/home/forwardbetcasino/public_html/wp-admin/css/forms.min.css', 'wp-admin/css/forms.min.css'),
(10660, '/home/forwardbetcasino/public_html/wp-admin/css/install-rtl.css', 'wp-admin/css/install-rtl.css'),
(10661, '/home/forwardbetcasino/public_html/wp-admin/css/install-rtl.min.css', 'wp-admin/css/install-rtl.min.css'),
(10662, '/home/forwardbetcasino/public_html/wp-admin/css/install.css', 'wp-admin/css/install.css'),
(10663, '/home/forwardbetcasino/public_html/wp-admin/css/install.min.css', 'wp-admin/css/install.min.css'),
(10664, '/home/forwardbetcasino/public_html/wp-admin/css/l10n-rtl.css', 'wp-admin/css/l10n-rtl.css'),
(10665, '/home/forwardbetcasino/public_html/wp-admin/css/l10n-rtl.min.css', 'wp-admin/css/l10n-rtl.min.css'),
(10666, '/home/forwardbetcasino/public_html/wp-admin/css/l10n.css', 'wp-admin/css/l10n.css'),
(10667, '/home/forwardbetcasino/public_html/wp-admin/css/l10n.min.css', 'wp-admin/css/l10n.min.css'),
(10668, '/home/forwardbetcasino/public_html/wp-admin/css/list-tables-rtl.css', 'wp-admin/css/list-tables-rtl.css'),
(10669, '/home/forwardbetcasino/public_html/wp-admin/css/list-tables-rtl.min.css', 'wp-admin/css/list-tables-rtl.min.css'),
(10670, '/home/forwardbetcasino/public_html/wp-admin/css/list-tables.css', 'wp-admin/css/list-tables.css'),
(10671, '/home/forwardbetcasino/public_html/wp-admin/css/list-tables.min.css', 'wp-admin/css/list-tables.min.css'),
(10672, '/home/forwardbetcasino/public_html/wp-admin/css/login-rtl.css', 'wp-admin/css/login-rtl.css'),
(10673, '/home/forwardbetcasino/public_html/wp-admin/css/login-rtl.min.css', 'wp-admin/css/login-rtl.min.css'),
(10674, '/home/forwardbetcasino/public_html/wp-admin/css/login.css', 'wp-admin/css/login.css'),
(10675, '/home/forwardbetcasino/public_html/wp-admin/css/login.min.css', 'wp-admin/css/login.min.css'),
(10676, '/home/forwardbetcasino/public_html/wp-admin/css/media-rtl.css', 'wp-admin/css/media-rtl.css'),
(10677, '/home/forwardbetcasino/public_html/wp-admin/css/media-rtl.min.css', 'wp-admin/css/media-rtl.min.css'),
(10678, '/home/forwardbetcasino/public_html/wp-admin/css/media.css', 'wp-admin/css/media.css'),
(10679, '/home/forwardbetcasino/public_html/wp-admin/css/media.min.css', 'wp-admin/css/media.min.css'),
(10680, '/home/forwardbetcasino/public_html/wp-admin/css/nav-menus-rtl.css', 'wp-admin/css/nav-menus-rtl.css'),
(10681, '/home/forwardbetcasino/public_html/wp-admin/css/nav-menus-rtl.min.css', 'wp-admin/css/nav-menus-rtl.min.css'),
(10682, '/home/forwardbetcasino/public_html/wp-admin/css/nav-menus.css', 'wp-admin/css/nav-menus.css'),
(10683, '/home/forwardbetcasino/public_html/wp-admin/css/nav-menus.min.css', 'wp-admin/css/nav-menus.min.css');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10684, '/home/forwardbetcasino/public_html/wp-admin/css/revisions-rtl.css', 'wp-admin/css/revisions-rtl.css'),
(10685, '/home/forwardbetcasino/public_html/wp-admin/css/revisions-rtl.min.css', 'wp-admin/css/revisions-rtl.min.css'),
(10686, '/home/forwardbetcasino/public_html/wp-admin/css/revisions.css', 'wp-admin/css/revisions.css'),
(10687, '/home/forwardbetcasino/public_html/wp-admin/css/revisions.min.css', 'wp-admin/css/revisions.min.css'),
(10688, '/home/forwardbetcasino/public_html/wp-admin/css/site-health-rtl.css', 'wp-admin/css/site-health-rtl.css'),
(10689, '/home/forwardbetcasino/public_html/wp-admin/css/site-health-rtl.min.css', 'wp-admin/css/site-health-rtl.min.css'),
(10690, '/home/forwardbetcasino/public_html/wp-admin/css/site-health.css', 'wp-admin/css/site-health.css'),
(10691, '/home/forwardbetcasino/public_html/wp-admin/css/site-health.min.css', 'wp-admin/css/site-health.min.css'),
(10692, '/home/forwardbetcasino/public_html/wp-admin/css/site-icon-rtl.css', 'wp-admin/css/site-icon-rtl.css'),
(10693, '/home/forwardbetcasino/public_html/wp-admin/css/site-icon-rtl.min.css', 'wp-admin/css/site-icon-rtl.min.css'),
(10694, '/home/forwardbetcasino/public_html/wp-admin/css/site-icon.css', 'wp-admin/css/site-icon.css'),
(10695, '/home/forwardbetcasino/public_html/wp-admin/css/site-icon.min.css', 'wp-admin/css/site-icon.min.css'),
(10696, '/home/forwardbetcasino/public_html/wp-admin/css/themes-rtl.css', 'wp-admin/css/themes-rtl.css'),
(10697, '/home/forwardbetcasino/public_html/wp-admin/css/themes-rtl.min.css', 'wp-admin/css/themes-rtl.min.css'),
(10698, '/home/forwardbetcasino/public_html/wp-admin/css/themes.css', 'wp-admin/css/themes.css'),
(10699, '/home/forwardbetcasino/public_html/wp-admin/css/themes.min.css', 'wp-admin/css/themes.min.css'),
(10700, '/home/forwardbetcasino/public_html/wp-admin/css/widgets-rtl.css', 'wp-admin/css/widgets-rtl.css'),
(10701, '/home/forwardbetcasino/public_html/wp-admin/css/widgets-rtl.min.css', 'wp-admin/css/widgets-rtl.min.css'),
(10702, '/home/forwardbetcasino/public_html/wp-admin/css/widgets.css', 'wp-admin/css/widgets.css'),
(10703, '/home/forwardbetcasino/public_html/wp-admin/css/widgets.min.css', 'wp-admin/css/widgets.min.css'),
(10704, '/home/forwardbetcasino/public_html/wp-admin/css/wp-admin-rtl.css', 'wp-admin/css/wp-admin-rtl.css'),
(10705, '/home/forwardbetcasino/public_html/wp-admin/css/wp-admin-rtl.min.css', 'wp-admin/css/wp-admin-rtl.min.css'),
(10706, '/home/forwardbetcasino/public_html/wp-admin/css/wp-admin.css', 'wp-admin/css/wp-admin.css'),
(10707, '/home/forwardbetcasino/public_html/wp-admin/css/wp-admin.min.css', 'wp-admin/css/wp-admin.min.css'),
(10708, '/home/forwardbetcasino/public_html/wp-admin/custom-background.php', 'wp-admin/custom-background.php'),
(10709, '/home/forwardbetcasino/public_html/wp-admin/custom-header.php', 'wp-admin/custom-header.php'),
(10710, '/home/forwardbetcasino/public_html/wp-admin/customize.php', 'wp-admin/customize.php'),
(10711, '/home/forwardbetcasino/public_html/wp-admin/edit-comments.php', 'wp-admin/edit-comments.php'),
(10712, '/home/forwardbetcasino/public_html/wp-admin/edit-form-advanced.php', 'wp-admin/edit-form-advanced.php'),
(10713, '/home/forwardbetcasino/public_html/wp-admin/edit-form-blocks.php', 'wp-admin/edit-form-blocks.php'),
(10714, '/home/forwardbetcasino/public_html/wp-admin/edit-form-comment.php', 'wp-admin/edit-form-comment.php'),
(10715, '/home/forwardbetcasino/public_html/wp-admin/edit-link-form.php', 'wp-admin/edit-link-form.php'),
(10716, '/home/forwardbetcasino/public_html/wp-admin/edit-tag-form.php', 'wp-admin/edit-tag-form.php'),
(10717, '/home/forwardbetcasino/public_html/wp-admin/edit-tags.php', 'wp-admin/edit-tags.php'),
(10718, '/home/forwardbetcasino/public_html/wp-admin/edit.php', 'wp-admin/edit.php'),
(10719, '/home/forwardbetcasino/public_html/wp-admin/erase-personal-data.php', 'wp-admin/erase-personal-data.php'),
(10720, '/home/forwardbetcasino/public_html/wp-admin/export-personal-data.php', 'wp-admin/export-personal-data.php'),
(10721, '/home/forwardbetcasino/public_html/wp-admin/export.php', 'wp-admin/export.php'),
(10722, '/home/forwardbetcasino/public_html/wp-admin/freedoms.php', 'wp-admin/freedoms.php'),
(10723, '/home/forwardbetcasino/public_html/wp-admin/images/about-release-badge.svg', 'wp-admin/images/about-release-badge.svg'),
(10724, '/home/forwardbetcasino/public_html/wp-admin/images/about-texture.png', 'wp-admin/images/about-texture.png'),
(10725, '/home/forwardbetcasino/public_html/wp-admin/images/align-center-2x.png', 'wp-admin/images/align-center-2x.png'),
(10726, '/home/forwardbetcasino/public_html/wp-admin/images/align-center.png', 'wp-admin/images/align-center.png'),
(10727, '/home/forwardbetcasino/public_html/wp-admin/images/align-left-2x.png', 'wp-admin/images/align-left-2x.png'),
(10728, '/home/forwardbetcasino/public_html/wp-admin/images/align-left.png', 'wp-admin/images/align-left.png'),
(10729, '/home/forwardbetcasino/public_html/wp-admin/images/align-none-2x.png', 'wp-admin/images/align-none-2x.png'),
(10730, '/home/forwardbetcasino/public_html/wp-admin/images/align-none.png', 'wp-admin/images/align-none.png'),
(10731, '/home/forwardbetcasino/public_html/wp-admin/images/align-right-2x.png', 'wp-admin/images/align-right-2x.png'),
(10732, '/home/forwardbetcasino/public_html/wp-admin/images/align-right.png', 'wp-admin/images/align-right.png'),
(10733, '/home/forwardbetcasino/public_html/wp-admin/images/arrows-2x.png', 'wp-admin/images/arrows-2x.png'),
(10734, '/home/forwardbetcasino/public_html/wp-admin/images/arrows.png', 'wp-admin/images/arrows.png'),
(10735, '/home/forwardbetcasino/public_html/wp-admin/images/browser-rtl.png', 'wp-admin/images/browser-rtl.png'),
(10736, '/home/forwardbetcasino/public_html/wp-admin/images/browser.png', 'wp-admin/images/browser.png'),
(10737, '/home/forwardbetcasino/public_html/wp-admin/images/bubble_bg-2x.gif', 'wp-admin/images/bubble_bg-2x.gif'),
(10738, '/home/forwardbetcasino/public_html/wp-admin/images/bubble_bg.gif', 'wp-admin/images/bubble_bg.gif'),
(10739, '/home/forwardbetcasino/public_html/wp-admin/images/comment-grey-bubble-2x.png', 'wp-admin/images/comment-grey-bubble-2x.png'),
(10740, '/home/forwardbetcasino/public_html/wp-admin/images/comment-grey-bubble.png', 'wp-admin/images/comment-grey-bubble.png'),
(10741, '/home/forwardbetcasino/public_html/wp-admin/images/contribute-code.svg', 'wp-admin/images/contribute-code.svg'),
(10742, '/home/forwardbetcasino/public_html/wp-admin/images/contribute-main.svg', 'wp-admin/images/contribute-main.svg'),
(10743, '/home/forwardbetcasino/public_html/wp-admin/images/contribute-no-code.svg', 'wp-admin/images/contribute-no-code.svg'),
(10744, '/home/forwardbetcasino/public_html/wp-admin/images/dashboard-background.svg', 'wp-admin/images/dashboard-background.svg'),
(10745, '/home/forwardbetcasino/public_html/wp-admin/images/date-button-2x.gif', 'wp-admin/images/date-button-2x.gif'),
(10746, '/home/forwardbetcasino/public_html/wp-admin/images/date-button.gif', 'wp-admin/images/date-button.gif'),
(10747, '/home/forwardbetcasino/public_html/wp-admin/images/freedom-1.svg', 'wp-admin/images/freedom-1.svg'),
(10748, '/home/forwardbetcasino/public_html/wp-admin/images/freedom-2.svg', 'wp-admin/images/freedom-2.svg'),
(10749, '/home/forwardbetcasino/public_html/wp-admin/images/freedom-3.svg', 'wp-admin/images/freedom-3.svg'),
(10750, '/home/forwardbetcasino/public_html/wp-admin/images/freedom-4.svg', 'wp-admin/images/freedom-4.svg'),
(10751, '/home/forwardbetcasino/public_html/wp-admin/images/generic.png', 'wp-admin/images/generic.png'),
(10752, '/home/forwardbetcasino/public_html/wp-admin/images/icons32-2x.png', 'wp-admin/images/icons32-2x.png'),
(10753, '/home/forwardbetcasino/public_html/wp-admin/images/icons32-vs-2x.png', 'wp-admin/images/icons32-vs-2x.png'),
(10754, '/home/forwardbetcasino/public_html/wp-admin/images/icons32-vs.png', 'wp-admin/images/icons32-vs.png'),
(10755, '/home/forwardbetcasino/public_html/wp-admin/images/icons32.png', 'wp-admin/images/icons32.png'),
(10756, '/home/forwardbetcasino/public_html/wp-admin/images/imgedit-icons-2x.png', 'wp-admin/images/imgedit-icons-2x.png'),
(10757, '/home/forwardbetcasino/public_html/wp-admin/images/imgedit-icons.png', 'wp-admin/images/imgedit-icons.png'),
(10758, '/home/forwardbetcasino/public_html/wp-admin/images/list-2x.png', 'wp-admin/images/list-2x.png'),
(10759, '/home/forwardbetcasino/public_html/wp-admin/images/list.png', 'wp-admin/images/list.png'),
(10760, '/home/forwardbetcasino/public_html/wp-admin/images/loading.gif', 'wp-admin/images/loading.gif'),
(10761, '/home/forwardbetcasino/public_html/wp-admin/images/marker.png', 'wp-admin/images/marker.png'),
(10762, '/home/forwardbetcasino/public_html/wp-admin/images/mask.png', 'wp-admin/images/mask.png'),
(10763, '/home/forwardbetcasino/public_html/wp-admin/images/media-button-2x.png', 'wp-admin/images/media-button-2x.png'),
(10764, '/home/forwardbetcasino/public_html/wp-admin/images/media-button-image.gif', 'wp-admin/images/media-button-image.gif'),
(10765, '/home/forwardbetcasino/public_html/wp-admin/images/media-button-music.gif', 'wp-admin/images/media-button-music.gif'),
(10766, '/home/forwardbetcasino/public_html/wp-admin/images/media-button-other.gif', 'wp-admin/images/media-button-other.gif'),
(10767, '/home/forwardbetcasino/public_html/wp-admin/images/media-button-video.gif', 'wp-admin/images/media-button-video.gif'),
(10768, '/home/forwardbetcasino/public_html/wp-admin/images/media-button.png', 'wp-admin/images/media-button.png'),
(10769, '/home/forwardbetcasino/public_html/wp-admin/images/menu-2x.png', 'wp-admin/images/menu-2x.png'),
(10770, '/home/forwardbetcasino/public_html/wp-admin/images/menu-vs-2x.png', 'wp-admin/images/menu-vs-2x.png'),
(10771, '/home/forwardbetcasino/public_html/wp-admin/images/menu-vs.png', 'wp-admin/images/menu-vs.png'),
(10772, '/home/forwardbetcasino/public_html/wp-admin/images/menu.png', 'wp-admin/images/menu.png'),
(10773, '/home/forwardbetcasino/public_html/wp-admin/images/no.png', 'wp-admin/images/no.png'),
(10774, '/home/forwardbetcasino/public_html/wp-admin/images/post-formats-vs.png', 'wp-admin/images/post-formats-vs.png'),
(10775, '/home/forwardbetcasino/public_html/wp-admin/images/post-formats.png', 'wp-admin/images/post-formats.png'),
(10776, '/home/forwardbetcasino/public_html/wp-admin/images/post-formats32-vs.png', 'wp-admin/images/post-formats32-vs.png'),
(10777, '/home/forwardbetcasino/public_html/wp-admin/images/post-formats32.png', 'wp-admin/images/post-formats32.png'),
(10778, '/home/forwardbetcasino/public_html/wp-admin/images/privacy.svg', 'wp-admin/images/privacy.svg'),
(10779, '/home/forwardbetcasino/public_html/wp-admin/images/resize-2x.gif', 'wp-admin/images/resize-2x.gif'),
(10780, '/home/forwardbetcasino/public_html/wp-admin/images/resize-rtl-2x.gif', 'wp-admin/images/resize-rtl-2x.gif'),
(10781, '/home/forwardbetcasino/public_html/wp-admin/images/resize-rtl.gif', 'wp-admin/images/resize-rtl.gif'),
(10782, '/home/forwardbetcasino/public_html/wp-admin/images/resize.gif', 'wp-admin/images/resize.gif'),
(10783, '/home/forwardbetcasino/public_html/wp-admin/images/se.png', 'wp-admin/images/se.png'),
(10784, '/home/forwardbetcasino/public_html/wp-admin/images/sort-2x.gif', 'wp-admin/images/sort-2x.gif'),
(10785, '/home/forwardbetcasino/public_html/wp-admin/images/sort.gif', 'wp-admin/images/sort.gif'),
(10786, '/home/forwardbetcasino/public_html/wp-admin/images/spinner-2x.gif', 'wp-admin/images/spinner-2x.gif'),
(10787, '/home/forwardbetcasino/public_html/wp-admin/images/spinner.gif', 'wp-admin/images/spinner.gif'),
(10788, '/home/forwardbetcasino/public_html/wp-admin/images/stars-2x.png', 'wp-admin/images/stars-2x.png'),
(10789, '/home/forwardbetcasino/public_html/wp-admin/images/stars.png', 'wp-admin/images/stars.png'),
(10790, '/home/forwardbetcasino/public_html/wp-admin/images/w-logo-blue.png', 'wp-admin/images/w-logo-blue.png'),
(10791, '/home/forwardbetcasino/public_html/wp-admin/images/w-logo-white.png', 'wp-admin/images/w-logo-white.png'),
(10792, '/home/forwardbetcasino/public_html/wp-admin/images/wheel.png', 'wp-admin/images/wheel.png'),
(10793, '/home/forwardbetcasino/public_html/wp-admin/images/wordpress-logo-white.svg', 'wp-admin/images/wordpress-logo-white.svg'),
(10794, '/home/forwardbetcasino/public_html/wp-admin/images/wordpress-logo.png', 'wp-admin/images/wordpress-logo.png'),
(10795, '/home/forwardbetcasino/public_html/wp-admin/images/wordpress-logo.svg', 'wp-admin/images/wordpress-logo.svg'),
(10796, '/home/forwardbetcasino/public_html/wp-admin/images/wpspin_light-2x.gif', 'wp-admin/images/wpspin_light-2x.gif'),
(10797, '/home/forwardbetcasino/public_html/wp-admin/images/wpspin_light.gif', 'wp-admin/images/wpspin_light.gif'),
(10798, '/home/forwardbetcasino/public_html/wp-admin/images/xit-2x.gif', 'wp-admin/images/xit-2x.gif'),
(10799, '/home/forwardbetcasino/public_html/wp-admin/images/xit.gif', 'wp-admin/images/xit.gif'),
(10800, '/home/forwardbetcasino/public_html/wp-admin/images/yes.png', 'wp-admin/images/yes.png'),
(10801, '/home/forwardbetcasino/public_html/wp-admin/import.php', 'wp-admin/import.php'),
(10802, '/home/forwardbetcasino/public_html/wp-admin/includes/admin-filters.php', 'wp-admin/includes/admin-filters.php'),
(10803, '/home/forwardbetcasino/public_html/wp-admin/includes/admin.php', 'wp-admin/includes/admin.php'),
(10804, '/home/forwardbetcasino/public_html/wp-admin/includes/ajax-actions.php', 'wp-admin/includes/ajax-actions.php'),
(10805, '/home/forwardbetcasino/public_html/wp-admin/includes/bookmark.php', 'wp-admin/includes/bookmark.php'),
(10806, '/home/forwardbetcasino/public_html/wp-admin/includes/class-automatic-upgrader-skin.php', 'wp-admin/includes/class-automatic-upgrader-skin.php'),
(10807, '/home/forwardbetcasino/public_html/wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),
(10808, '/home/forwardbetcasino/public_html/wp-admin/includes/class-bulk-theme-upgrader-skin.php', 'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),
(10809, '/home/forwardbetcasino/public_html/wp-admin/includes/class-bulk-upgrader-skin.php', 'wp-admin/includes/class-bulk-upgrader-skin.php'),
(10810, '/home/forwardbetcasino/public_html/wp-admin/includes/class-core-upgrader.php', 'wp-admin/includes/class-core-upgrader.php'),
(10811, '/home/forwardbetcasino/public_html/wp-admin/includes/class-custom-background.php', 'wp-admin/includes/class-custom-background.php'),
(10812, '/home/forwardbetcasino/public_html/wp-admin/includes/class-custom-image-header.php', 'wp-admin/includes/class-custom-image-header.php'),
(10813, '/home/forwardbetcasino/public_html/wp-admin/includes/class-file-upload-upgrader.php', 'wp-admin/includes/class-file-upload-upgrader.php'),
(10814, '/home/forwardbetcasino/public_html/wp-admin/includes/class-ftp-pure.php', 'wp-admin/includes/class-ftp-pure.php'),
(10815, '/home/forwardbetcasino/public_html/wp-admin/includes/class-ftp-sockets.php', 'wp-admin/includes/class-ftp-sockets.php'),
(10816, '/home/forwardbetcasino/public_html/wp-admin/includes/class-ftp.php', 'wp-admin/includes/class-ftp.php'),
(10817, '/home/forwardbetcasino/public_html/wp-admin/includes/class-language-pack-upgrader-skin.php', 'wp-admin/includes/class-language-pack-upgrader-skin.php'),
(10818, '/home/forwardbetcasino/public_html/wp-admin/includes/class-language-pack-upgrader.php', 'wp-admin/includes/class-language-pack-upgrader.php'),
(10819, '/home/forwardbetcasino/public_html/wp-admin/includes/class-pclzip.php', 'wp-admin/includes/class-pclzip.php'),
(10820, '/home/forwardbetcasino/public_html/wp-admin/includes/class-plugin-installer-skin.php', 'wp-admin/includes/class-plugin-installer-skin.php'),
(10821, '/home/forwardbetcasino/public_html/wp-admin/includes/class-plugin-upgrader-skin.php', 'wp-admin/includes/class-plugin-upgrader-skin.php'),
(10822, '/home/forwardbetcasino/public_html/wp-admin/includes/class-plugin-upgrader.php', 'wp-admin/includes/class-plugin-upgrader.php'),
(10823, '/home/forwardbetcasino/public_html/wp-admin/includes/class-theme-installer-skin.php', 'wp-admin/includes/class-theme-installer-skin.php'),
(10824, '/home/forwardbetcasino/public_html/wp-admin/includes/class-theme-upgrader-skin.php', 'wp-admin/includes/class-theme-upgrader-skin.php'),
(10825, '/home/forwardbetcasino/public_html/wp-admin/includes/class-theme-upgrader.php', 'wp-admin/includes/class-theme-upgrader.php'),
(10826, '/home/forwardbetcasino/public_html/wp-admin/includes/class-walker-category-checklist.php', 'wp-admin/includes/class-walker-category-checklist.php'),
(10827, '/home/forwardbetcasino/public_html/wp-admin/includes/class-walker-nav-menu-checklist.php', 'wp-admin/includes/class-walker-nav-menu-checklist.php'),
(10828, '/home/forwardbetcasino/public_html/wp-admin/includes/class-walker-nav-menu-edit.php', 'wp-admin/includes/class-walker-nav-menu-edit.php'),
(10829, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-ajax-upgrader-skin.php', 'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),
(10830, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-application-passwords-list-table.php', 'wp-admin/includes/class-wp-application-passwords-list-table.php'),
(10831, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-automatic-updater.php', 'wp-admin/includes/class-wp-automatic-updater.php'),
(10832, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-comments-list-table.php', 'wp-admin/includes/class-wp-comments-list-table.php'),
(10833, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-community-events.php', 'wp-admin/includes/class-wp-community-events.php'),
(10834, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-debug-data.php', 'wp-admin/includes/class-wp-debug-data.php'),
(10835, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-filesystem-base.php', 'wp-admin/includes/class-wp-filesystem-base.php'),
(10836, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-filesystem-direct.php', 'wp-admin/includes/class-wp-filesystem-direct.php'),
(10837, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-filesystem-ftpext.php', 'wp-admin/includes/class-wp-filesystem-ftpext.php'),
(10838, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-filesystem-ftpsockets.php', 'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),
(10839, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-filesystem-ssh2.php', 'wp-admin/includes/class-wp-filesystem-ssh2.php'),
(10840, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-importer.php', 'wp-admin/includes/class-wp-importer.php'),
(10841, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-internal-pointers.php', 'wp-admin/includes/class-wp-internal-pointers.php'),
(10842, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-links-list-table.php', 'wp-admin/includes/class-wp-links-list-table.php'),
(10843, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-list-table-compat.php', 'wp-admin/includes/class-wp-list-table-compat.php'),
(10844, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-list-table.php', 'wp-admin/includes/class-wp-list-table.php'),
(10845, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-media-list-table.php', 'wp-admin/includes/class-wp-media-list-table.php'),
(10846, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-ms-sites-list-table.php', 'wp-admin/includes/class-wp-ms-sites-list-table.php'),
(10847, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-ms-themes-list-table.php', 'wp-admin/includes/class-wp-ms-themes-list-table.php'),
(10848, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-ms-users-list-table.php', 'wp-admin/includes/class-wp-ms-users-list-table.php'),
(10849, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-plugin-install-list-table.php', 'wp-admin/includes/class-wp-plugin-install-list-table.php'),
(10850, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-plugins-list-table.php', 'wp-admin/includes/class-wp-plugins-list-table.php'),
(10851, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-post-comments-list-table.php', 'wp-admin/includes/class-wp-post-comments-list-table.php'),
(10852, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-posts-list-table.php', 'wp-admin/includes/class-wp-posts-list-table.php'),
(10853, '/home/forwardbetcasino/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'),
(10854, '/home/forwardbetcasino/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'),
(10855, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-privacy-policy-content.php', 'wp-admin/includes/class-wp-privacy-policy-content.php'),
(10856, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-privacy-requests-table.php', 'wp-admin/includes/class-wp-privacy-requests-table.php'),
(10857, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-screen.php', 'wp-admin/includes/class-wp-screen.php'),
(10858, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-site-health-auto-updates.php', 'wp-admin/includes/class-wp-site-health-auto-updates.php'),
(10859, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-site-health.php', 'wp-admin/includes/class-wp-site-health.php'),
(10860, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-site-icon.php', 'wp-admin/includes/class-wp-site-icon.php'),
(10861, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-terms-list-table.php', 'wp-admin/includes/class-wp-terms-list-table.php'),
(10862, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-theme-install-list-table.php', 'wp-admin/includes/class-wp-theme-install-list-table.php'),
(10863, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-themes-list-table.php', 'wp-admin/includes/class-wp-themes-list-table.php'),
(10864, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-upgrader-skin.php', 'wp-admin/includes/class-wp-upgrader-skin.php'),
(10865, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-upgrader-skins.php', 'wp-admin/includes/class-wp-upgrader-skins.php'),
(10866, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-upgrader.php', 'wp-admin/includes/class-wp-upgrader.php'),
(10867, '/home/forwardbetcasino/public_html/wp-admin/includes/class-wp-users-list-table.php', 'wp-admin/includes/class-wp-users-list-table.php'),
(10868, '/home/forwardbetcasino/public_html/wp-admin/includes/comment.php', 'wp-admin/includes/comment.php'),
(10869, '/home/forwardbetcasino/public_html/wp-admin/includes/continents-cities.php', 'wp-admin/includes/continents-cities.php'),
(10870, '/home/forwardbetcasino/public_html/wp-admin/includes/credits.php', 'wp-admin/includes/credits.php'),
(10871, '/home/forwardbetcasino/public_html/wp-admin/includes/dashboard.php', 'wp-admin/includes/dashboard.php'),
(10872, '/home/forwardbetcasino/public_html/wp-admin/includes/deprecated.php', 'wp-admin/includes/deprecated.php'),
(10873, '/home/forwardbetcasino/public_html/wp-admin/includes/edit-tag-messages.php', 'wp-admin/includes/edit-tag-messages.php'),
(10874, '/home/forwardbetcasino/public_html/wp-admin/includes/export.php', 'wp-admin/includes/export.php'),
(10875, '/home/forwardbetcasino/public_html/wp-admin/includes/file.php', 'wp-admin/includes/file.php'),
(10876, '/home/forwardbetcasino/public_html/wp-admin/includes/image-edit.php', 'wp-admin/includes/image-edit.php'),
(10877, '/home/forwardbetcasino/public_html/wp-admin/includes/image.php', 'wp-admin/includes/image.php'),
(10878, '/home/forwardbetcasino/public_html/wp-admin/includes/import.php', 'wp-admin/includes/import.php'),
(10879, '/home/forwardbetcasino/public_html/wp-admin/includes/list-table.php', 'wp-admin/includes/list-table.php'),
(10880, '/home/forwardbetcasino/public_html/wp-admin/includes/media.php', 'wp-admin/includes/media.php'),
(10881, '/home/forwardbetcasino/public_html/wp-admin/includes/menu.php', 'wp-admin/includes/menu.php'),
(10882, '/home/forwardbetcasino/public_html/wp-admin/includes/meta-boxes.php', 'wp-admin/includes/meta-boxes.php'),
(10883, '/home/forwardbetcasino/public_html/wp-admin/includes/misc.php', 'wp-admin/includes/misc.php'),
(10884, '/home/forwardbetcasino/public_html/wp-admin/includes/ms-admin-filters.php', 'wp-admin/includes/ms-admin-filters.php'),
(10885, '/home/forwardbetcasino/public_html/wp-admin/includes/ms-deprecated.php', 'wp-admin/includes/ms-deprecated.php'),
(10886, '/home/forwardbetcasino/public_html/wp-admin/includes/ms.php', 'wp-admin/includes/ms.php'),
(10887, '/home/forwardbetcasino/public_html/wp-admin/includes/nav-menu.php', 'wp-admin/includes/nav-menu.php'),
(10888, '/home/forwardbetcasino/public_html/wp-admin/includes/network.php', 'wp-admin/includes/network.php'),
(10889, '/home/forwardbetcasino/public_html/wp-admin/includes/noop.php', 'wp-admin/includes/noop.php'),
(10890, '/home/forwardbetcasino/public_html/wp-admin/includes/options.php', 'wp-admin/includes/options.php'),
(10891, '/home/forwardbetcasino/public_html/wp-admin/includes/plugin-install.php', 'wp-admin/includes/plugin-install.php'),
(10892, '/home/forwardbetcasino/public_html/wp-admin/includes/plugin.php', 'wp-admin/includes/plugin.php'),
(10893, '/home/forwardbetcasino/public_html/wp-admin/includes/post.php', 'wp-admin/includes/post.php'),
(10894, '/home/forwardbetcasino/public_html/wp-admin/includes/privacy-tools.php', 'wp-admin/includes/privacy-tools.php'),
(10895, '/home/forwardbetcasino/public_html/wp-admin/includes/revision.php', 'wp-admin/includes/revision.php'),
(10896, '/home/forwardbetcasino/public_html/wp-admin/includes/schema.php', 'wp-admin/includes/schema.php'),
(10897, '/home/forwardbetcasino/public_html/wp-admin/includes/screen.php', 'wp-admin/includes/screen.php'),
(10898, '/home/forwardbetcasino/public_html/wp-admin/includes/taxonomy.php', 'wp-admin/includes/taxonomy.php'),
(10899, '/home/forwardbetcasino/public_html/wp-admin/includes/template.php', 'wp-admin/includes/template.php'),
(10900, '/home/forwardbetcasino/public_html/wp-admin/includes/theme-install.php', 'wp-admin/includes/theme-install.php'),
(10901, '/home/forwardbetcasino/public_html/wp-admin/includes/theme.php', 'wp-admin/includes/theme.php'),
(10902, '/home/forwardbetcasino/public_html/wp-admin/includes/translation-install.php', 'wp-admin/includes/translation-install.php'),
(10903, '/home/forwardbetcasino/public_html/wp-admin/includes/update-core.php', 'wp-admin/includes/update-core.php'),
(10904, '/home/forwardbetcasino/public_html/wp-admin/includes/update.php', 'wp-admin/includes/update.php'),
(10905, '/home/forwardbetcasino/public_html/wp-admin/includes/upgrade.php', 'wp-admin/includes/upgrade.php'),
(10906, '/home/forwardbetcasino/public_html/wp-admin/includes/user.php', 'wp-admin/includes/user.php'),
(10907, '/home/forwardbetcasino/public_html/wp-admin/includes/widgets.php', 'wp-admin/includes/widgets.php'),
(10908, '/home/forwardbetcasino/public_html/wp-admin/index.php', 'wp-admin/index.php'),
(10909, '/home/forwardbetcasino/public_html/wp-admin/install-helper.php', 'wp-admin/install-helper.php'),
(10910, '/home/forwardbetcasino/public_html/wp-admin/install.php', 'wp-admin/install.php'),
(10911, '/home/forwardbetcasino/public_html/wp-admin/js/accordion.js', 'wp-admin/js/accordion.js'),
(10912, '/home/forwardbetcasino/public_html/wp-admin/js/accordion.min.js', 'wp-admin/js/accordion.min.js'),
(10913, '/home/forwardbetcasino/public_html/wp-admin/js/application-passwords.js', 'wp-admin/js/application-passwords.js'),
(10914, '/home/forwardbetcasino/public_html/wp-admin/js/application-passwords.min.js', 'wp-admin/js/application-passwords.min.js'),
(10915, '/home/forwardbetcasino/public_html/wp-admin/js/auth-app.js', 'wp-admin/js/auth-app.js'),
(10916, '/home/forwardbetcasino/public_html/wp-admin/js/auth-app.min.js', 'wp-admin/js/auth-app.min.js'),
(10917, '/home/forwardbetcasino/public_html/wp-admin/js/code-editor.js', 'wp-admin/js/code-editor.js'),
(10918, '/home/forwardbetcasino/public_html/wp-admin/js/code-editor.min.js', 'wp-admin/js/code-editor.min.js'),
(10919, '/home/forwardbetcasino/public_html/wp-admin/js/color-picker.js', 'wp-admin/js/color-picker.js'),
(10920, '/home/forwardbetcasino/public_html/wp-admin/js/color-picker.min.js', 'wp-admin/js/color-picker.min.js'),
(10921, '/home/forwardbetcasino/public_html/wp-admin/js/comment.js', 'wp-admin/js/comment.js'),
(10922, '/home/forwardbetcasino/public_html/wp-admin/js/comment.min.js', 'wp-admin/js/comment.min.js'),
(10923, '/home/forwardbetcasino/public_html/wp-admin/js/common.js', 'wp-admin/js/common.js'),
(10924, '/home/forwardbetcasino/public_html/wp-admin/js/common.min.js', 'wp-admin/js/common.min.js'),
(10925, '/home/forwardbetcasino/public_html/wp-admin/js/custom-background.js', 'wp-admin/js/custom-background.js'),
(10926, '/home/forwardbetcasino/public_html/wp-admin/js/custom-background.min.js', 'wp-admin/js/custom-background.min.js'),
(10927, '/home/forwardbetcasino/public_html/wp-admin/js/custom-header.js', 'wp-admin/js/custom-header.js'),
(10928, '/home/forwardbetcasino/public_html/wp-admin/js/customize-controls.js', 'wp-admin/js/customize-controls.js'),
(10929, '/home/forwardbetcasino/public_html/wp-admin/js/customize-controls.min.js', 'wp-admin/js/customize-controls.min.js'),
(10930, '/home/forwardbetcasino/public_html/wp-admin/js/customize-nav-menus.js', 'wp-admin/js/customize-nav-menus.js'),
(10931, '/home/forwardbetcasino/public_html/wp-admin/js/customize-nav-menus.min.js', 'wp-admin/js/customize-nav-menus.min.js'),
(10932, '/home/forwardbetcasino/public_html/wp-admin/js/customize-widgets.js', 'wp-admin/js/customize-widgets.js'),
(10933, '/home/forwardbetcasino/public_html/wp-admin/js/customize-widgets.min.js', 'wp-admin/js/customize-widgets.min.js'),
(10934, '/home/forwardbetcasino/public_html/wp-admin/js/dashboard.js', 'wp-admin/js/dashboard.js'),
(10935, '/home/forwardbetcasino/public_html/wp-admin/js/dashboard.min.js', 'wp-admin/js/dashboard.min.js'),
(10936, '/home/forwardbetcasino/public_html/wp-admin/js/edit-comments.js', 'wp-admin/js/edit-comments.js'),
(10937, '/home/forwardbetcasino/public_html/wp-admin/js/edit-comments.min.js', 'wp-admin/js/edit-comments.min.js'),
(10938, '/home/forwardbetcasino/public_html/wp-admin/js/editor-expand.js', 'wp-admin/js/editor-expand.js'),
(10939, '/home/forwardbetcasino/public_html/wp-admin/js/editor-expand.min.js', 'wp-admin/js/editor-expand.min.js'),
(10940, '/home/forwardbetcasino/public_html/wp-admin/js/editor.js', 'wp-admin/js/editor.js'),
(10941, '/home/forwardbetcasino/public_html/wp-admin/js/editor.min.js', 'wp-admin/js/editor.min.js'),
(10942, '/home/forwardbetcasino/public_html/wp-admin/js/farbtastic.js', 'wp-admin/js/farbtastic.js'),
(10943, '/home/forwardbetcasino/public_html/wp-admin/js/gallery.js', 'wp-admin/js/gallery.js'),
(10944, '/home/forwardbetcasino/public_html/wp-admin/js/gallery.min.js', 'wp-admin/js/gallery.min.js'),
(10945, '/home/forwardbetcasino/public_html/wp-admin/js/image-edit.js', 'wp-admin/js/image-edit.js'),
(10946, '/home/forwardbetcasino/public_html/wp-admin/js/image-edit.min.js', 'wp-admin/js/image-edit.min.js'),
(10947, '/home/forwardbetcasino/public_html/wp-admin/js/inline-edit-post.js', 'wp-admin/js/inline-edit-post.js'),
(10948, '/home/forwardbetcasino/public_html/wp-admin/js/inline-edit-post.min.js', 'wp-admin/js/inline-edit-post.min.js'),
(10949, '/home/forwardbetcasino/public_html/wp-admin/js/inline-edit-tax.js', 'wp-admin/js/inline-edit-tax.js'),
(10950, '/home/forwardbetcasino/public_html/wp-admin/js/inline-edit-tax.min.js', 'wp-admin/js/inline-edit-tax.min.js'),
(10951, '/home/forwardbetcasino/public_html/wp-admin/js/iris.min.js', 'wp-admin/js/iris.min.js'),
(10952, '/home/forwardbetcasino/public_html/wp-admin/js/language-chooser.js', 'wp-admin/js/language-chooser.js'),
(10953, '/home/forwardbetcasino/public_html/wp-admin/js/language-chooser.min.js', 'wp-admin/js/language-chooser.min.js'),
(10954, '/home/forwardbetcasino/public_html/wp-admin/js/link.js', 'wp-admin/js/link.js'),
(10955, '/home/forwardbetcasino/public_html/wp-admin/js/link.min.js', 'wp-admin/js/link.min.js'),
(10956, '/home/forwardbetcasino/public_html/wp-admin/js/media-gallery.js', 'wp-admin/js/media-gallery.js'),
(10957, '/home/forwardbetcasino/public_html/wp-admin/js/media-gallery.min.js', 'wp-admin/js/media-gallery.min.js'),
(10958, '/home/forwardbetcasino/public_html/wp-admin/js/media-upload.js', 'wp-admin/js/media-upload.js'),
(10959, '/home/forwardbetcasino/public_html/wp-admin/js/media-upload.min.js', 'wp-admin/js/media-upload.min.js'),
(10960, '/home/forwardbetcasino/public_html/wp-admin/js/media.js', 'wp-admin/js/media.js'),
(10961, '/home/forwardbetcasino/public_html/wp-admin/js/media.min.js', 'wp-admin/js/media.min.js'),
(10962, '/home/forwardbetcasino/public_html/wp-admin/js/nav-menu.js', 'wp-admin/js/nav-menu.js'),
(10963, '/home/forwardbetcasino/public_html/wp-admin/js/nav-menu.min.js', 'wp-admin/js/nav-menu.min.js'),
(10964, '/home/forwardbetcasino/public_html/wp-admin/js/password-strength-meter.js', 'wp-admin/js/password-strength-meter.js'),
(10965, '/home/forwardbetcasino/public_html/wp-admin/js/password-strength-meter.min.js', 'wp-admin/js/password-strength-meter.min.js'),
(10966, '/home/forwardbetcasino/public_html/wp-admin/js/password-toggle.js', 'wp-admin/js/password-toggle.js'),
(10967, '/home/forwardbetcasino/public_html/wp-admin/js/password-toggle.min.js', 'wp-admin/js/password-toggle.min.js'),
(10968, '/home/forwardbetcasino/public_html/wp-admin/js/plugin-install.js', 'wp-admin/js/plugin-install.js'),
(10969, '/home/forwardbetcasino/public_html/wp-admin/js/plugin-install.min.js', 'wp-admin/js/plugin-install.min.js'),
(10970, '/home/forwardbetcasino/public_html/wp-admin/js/post.js', 'wp-admin/js/post.js'),
(10971, '/home/forwardbetcasino/public_html/wp-admin/js/post.min.js', 'wp-admin/js/post.min.js'),
(10972, '/home/forwardbetcasino/public_html/wp-admin/js/postbox.js', 'wp-admin/js/postbox.js'),
(10973, '/home/forwardbetcasino/public_html/wp-admin/js/postbox.min.js', 'wp-admin/js/postbox.min.js'),
(10974, '/home/forwardbetcasino/public_html/wp-admin/js/privacy-tools.js', 'wp-admin/js/privacy-tools.js'),
(10975, '/home/forwardbetcasino/public_html/wp-admin/js/privacy-tools.min.js', 'wp-admin/js/privacy-tools.min.js'),
(10976, '/home/forwardbetcasino/public_html/wp-admin/js/revisions.js', 'wp-admin/js/revisions.js'),
(10977, '/home/forwardbetcasino/public_html/wp-admin/js/revisions.min.js', 'wp-admin/js/revisions.min.js'),
(10978, '/home/forwardbetcasino/public_html/wp-admin/js/set-post-thumbnail.js', 'wp-admin/js/set-post-thumbnail.js'),
(10979, '/home/forwardbetcasino/public_html/wp-admin/js/set-post-thumbnail.min.js', 'wp-admin/js/set-post-thumbnail.min.js'),
(10980, '/home/forwardbetcasino/public_html/wp-admin/js/site-health.js', 'wp-admin/js/site-health.js'),
(10981, '/home/forwardbetcasino/public_html/wp-admin/js/site-health.min.js', 'wp-admin/js/site-health.min.js'),
(10982, '/home/forwardbetcasino/public_html/wp-admin/js/site-icon.js', 'wp-admin/js/site-icon.js'),
(10983, '/home/forwardbetcasino/public_html/wp-admin/js/site-icon.min.js', 'wp-admin/js/site-icon.min.js'),
(10984, '/home/forwardbetcasino/public_html/wp-admin/js/svg-painter.js', 'wp-admin/js/svg-painter.js'),
(10985, '/home/forwardbetcasino/public_html/wp-admin/js/svg-painter.min.js', 'wp-admin/js/svg-painter.min.js'),
(10986, '/home/forwardbetcasino/public_html/wp-admin/js/tags-box.js', 'wp-admin/js/tags-box.js'),
(10987, '/home/forwardbetcasino/public_html/wp-admin/js/tags-box.min.js', 'wp-admin/js/tags-box.min.js'),
(10988, '/home/forwardbetcasino/public_html/wp-admin/js/tags-suggest.js', 'wp-admin/js/tags-suggest.js'),
(10989, '/home/forwardbetcasino/public_html/wp-admin/js/tags-suggest.min.js', 'wp-admin/js/tags-suggest.min.js'),
(10990, '/home/forwardbetcasino/public_html/wp-admin/js/tags.js', 'wp-admin/js/tags.js'),
(10991, '/home/forwardbetcasino/public_html/wp-admin/js/tags.min.js', 'wp-admin/js/tags.min.js'),
(10992, '/home/forwardbetcasino/public_html/wp-admin/js/theme-plugin-editor.js', 'wp-admin/js/theme-plugin-editor.js'),
(10993, '/home/forwardbetcasino/public_html/wp-admin/js/theme-plugin-editor.min.js', 'wp-admin/js/theme-plugin-editor.min.js'),
(10994, '/home/forwardbetcasino/public_html/wp-admin/js/theme.js', 'wp-admin/js/theme.js'),
(10995, '/home/forwardbetcasino/public_html/wp-admin/js/theme.min.js', 'wp-admin/js/theme.min.js'),
(10996, '/home/forwardbetcasino/public_html/wp-admin/js/updates.js', 'wp-admin/js/updates.js'),
(10997, '/home/forwardbetcasino/public_html/wp-admin/js/updates.min.js', 'wp-admin/js/updates.min.js'),
(10998, '/home/forwardbetcasino/public_html/wp-admin/js/user-profile.js', 'wp-admin/js/user-profile.js'),
(10999, '/home/forwardbetcasino/public_html/wp-admin/js/user-profile.min.js', 'wp-admin/js/user-profile.min.js'),
(11000, '/home/forwardbetcasino/public_html/wp-admin/js/user-suggest.js', 'wp-admin/js/user-suggest.js'),
(11001, '/home/forwardbetcasino/public_html/wp-admin/js/user-suggest.min.js', 'wp-admin/js/user-suggest.min.js'),
(11002, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/custom-html-widgets.js', 'wp-admin/js/widgets/custom-html-widgets.js'),
(11003, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/custom-html-widgets.min.js', 'wp-admin/js/widgets/custom-html-widgets.min.js'),
(11004, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-audio-widget.js', 'wp-admin/js/widgets/media-audio-widget.js'),
(11005, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-audio-widget.min.js', 'wp-admin/js/widgets/media-audio-widget.min.js'),
(11006, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-gallery-widget.js', 'wp-admin/js/widgets/media-gallery-widget.js'),
(11007, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-gallery-widget.min.js', 'wp-admin/js/widgets/media-gallery-widget.min.js'),
(11008, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-image-widget.js', 'wp-admin/js/widgets/media-image-widget.js'),
(11009, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-image-widget.min.js', 'wp-admin/js/widgets/media-image-widget.min.js'),
(11010, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-video-widget.js', 'wp-admin/js/widgets/media-video-widget.js'),
(11011, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-video-widget.min.js', 'wp-admin/js/widgets/media-video-widget.min.js'),
(11012, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-widgets.js', 'wp-admin/js/widgets/media-widgets.js'),
(11013, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/media-widgets.min.js', 'wp-admin/js/widgets/media-widgets.min.js'),
(11014, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/text-widgets.js', 'wp-admin/js/widgets/text-widgets.js'),
(11015, '/home/forwardbetcasino/public_html/wp-admin/js/widgets/text-widgets.min.js', 'wp-admin/js/widgets/text-widgets.min.js'),
(11016, '/home/forwardbetcasino/public_html/wp-admin/js/widgets.js', 'wp-admin/js/widgets.js'),
(11017, '/home/forwardbetcasino/public_html/wp-admin/js/widgets.min.js', 'wp-admin/js/widgets.min.js'),
(11018, '/home/forwardbetcasino/public_html/wp-admin/js/word-count.js', 'wp-admin/js/word-count.js'),
(11019, '/home/forwardbetcasino/public_html/wp-admin/js/word-count.min.js', 'wp-admin/js/word-count.min.js'),
(11020, '/home/forwardbetcasino/public_html/wp-admin/js/xfn.js', 'wp-admin/js/xfn.js'),
(11021, '/home/forwardbetcasino/public_html/wp-admin/js/xfn.min.js', 'wp-admin/js/xfn.min.js'),
(11022, '/home/forwardbetcasino/public_html/wp-admin/link-add.php', 'wp-admin/link-add.php'),
(11023, '/home/forwardbetcasino/public_html/wp-admin/link-manager.php', 'wp-admin/link-manager.php'),
(11024, '/home/forwardbetcasino/public_html/wp-admin/link-parse-opml.php', 'wp-admin/link-parse-opml.php'),
(11025, '/home/forwardbetcasino/public_html/wp-admin/link.php', 'wp-admin/link.php'),
(11026, '/home/forwardbetcasino/public_html/wp-admin/load-scripts.php', 'wp-admin/load-scripts.php'),
(11027, '/home/forwardbetcasino/public_html/wp-admin/load-styles.php', 'wp-admin/load-styles.php'),
(11028, '/home/forwardbetcasino/public_html/wp-admin/maint/repair.php', 'wp-admin/maint/repair.php'),
(11029, '/home/forwardbetcasino/public_html/wp-admin/media-new.php', 'wp-admin/media-new.php'),
(11030, '/home/forwardbetcasino/public_html/wp-admin/media-upload.php', 'wp-admin/media-upload.php'),
(11031, '/home/forwardbetcasino/public_html/wp-admin/media.php', 'wp-admin/media.php'),
(11032, '/home/forwardbetcasino/public_html/wp-admin/menu-header.php', 'wp-admin/menu-header.php'),
(11033, '/home/forwardbetcasino/public_html/wp-admin/menu.php', 'wp-admin/menu.php'),
(11034, '/home/forwardbetcasino/public_html/wp-admin/moderation.php', 'wp-admin/moderation.php'),
(11035, '/home/forwardbetcasino/public_html/wp-admin/ms-admin.php', 'wp-admin/ms-admin.php'),
(11036, '/home/forwardbetcasino/public_html/wp-admin/ms-delete-site.php', 'wp-admin/ms-delete-site.php'),
(11037, '/home/forwardbetcasino/public_html/wp-admin/ms-edit.php', 'wp-admin/ms-edit.php'),
(11038, '/home/forwardbetcasino/public_html/wp-admin/ms-options.php', 'wp-admin/ms-options.php'),
(11039, '/home/forwardbetcasino/public_html/wp-admin/ms-sites.php', 'wp-admin/ms-sites.php'),
(11040, '/home/forwardbetcasino/public_html/wp-admin/ms-themes.php', 'wp-admin/ms-themes.php'),
(11041, '/home/forwardbetcasino/public_html/wp-admin/ms-upgrade-network.php', 'wp-admin/ms-upgrade-network.php'),
(11042, '/home/forwardbetcasino/public_html/wp-admin/ms-users.php', 'wp-admin/ms-users.php'),
(11043, '/home/forwardbetcasino/public_html/wp-admin/my-sites.php', 'wp-admin/my-sites.php'),
(11044, '/home/forwardbetcasino/public_html/wp-admin/nav-menus.php', 'wp-admin/nav-menus.php'),
(11045, '/home/forwardbetcasino/public_html/wp-admin/network/about.php', 'wp-admin/network/about.php'),
(11046, '/home/forwardbetcasino/public_html/wp-admin/network/admin.php', 'wp-admin/network/admin.php'),
(11047, '/home/forwardbetcasino/public_html/wp-admin/network/contribute.php', 'wp-admin/network/contribute.php'),
(11048, '/home/forwardbetcasino/public_html/wp-admin/network/credits.php', 'wp-admin/network/credits.php'),
(11049, '/home/forwardbetcasino/public_html/wp-admin/network/edit.php', 'wp-admin/network/edit.php'),
(11050, '/home/forwardbetcasino/public_html/wp-admin/network/freedoms.php', 'wp-admin/network/freedoms.php'),
(11051, '/home/forwardbetcasino/public_html/wp-admin/network/index.php', 'wp-admin/network/index.php'),
(11052, '/home/forwardbetcasino/public_html/wp-admin/network/menu.php', 'wp-admin/network/menu.php'),
(11053, '/home/forwardbetcasino/public_html/wp-admin/network/plugin-editor.php', 'wp-admin/network/plugin-editor.php'),
(11054, '/home/forwardbetcasino/public_html/wp-admin/network/plugin-install.php', 'wp-admin/network/plugin-install.php'),
(11055, '/home/forwardbetcasino/public_html/wp-admin/network/plugins.php', 'wp-admin/network/plugins.php'),
(11056, '/home/forwardbetcasino/public_html/wp-admin/network/privacy.php', 'wp-admin/network/privacy.php'),
(11057, '/home/forwardbetcasino/public_html/wp-admin/network/profile.php', 'wp-admin/network/profile.php'),
(11058, '/home/forwardbetcasino/public_html/wp-admin/network/settings.php', 'wp-admin/network/settings.php'),
(11059, '/home/forwardbetcasino/public_html/wp-admin/network/setup.php', 'wp-admin/network/setup.php'),
(11060, '/home/forwardbetcasino/public_html/wp-admin/network/site-info.php', 'wp-admin/network/site-info.php'),
(11061, '/home/forwardbetcasino/public_html/wp-admin/network/site-new.php', 'wp-admin/network/site-new.php'),
(11062, '/home/forwardbetcasino/public_html/wp-admin/network/site-settings.php', 'wp-admin/network/site-settings.php'),
(11063, '/home/forwardbetcasino/public_html/wp-admin/network/site-themes.php', 'wp-admin/network/site-themes.php'),
(11064, '/home/forwardbetcasino/public_html/wp-admin/network/site-users.php', 'wp-admin/network/site-users.php'),
(11065, '/home/forwardbetcasino/public_html/wp-admin/network/sites.php', 'wp-admin/network/sites.php'),
(11066, '/home/forwardbetcasino/public_html/wp-admin/network/theme-editor.php', 'wp-admin/network/theme-editor.php'),
(11067, '/home/forwardbetcasino/public_html/wp-admin/network/theme-install.php', 'wp-admin/network/theme-install.php'),
(11068, '/home/forwardbetcasino/public_html/wp-admin/network/themes.php', 'wp-admin/network/themes.php'),
(11069, '/home/forwardbetcasino/public_html/wp-admin/network/update-core.php', 'wp-admin/network/update-core.php'),
(11070, '/home/forwardbetcasino/public_html/wp-admin/network/update.php', 'wp-admin/network/update.php'),
(11071, '/home/forwardbetcasino/public_html/wp-admin/network/upgrade.php', 'wp-admin/network/upgrade.php'),
(11072, '/home/forwardbetcasino/public_html/wp-admin/network/user-edit.php', 'wp-admin/network/user-edit.php'),
(11073, '/home/forwardbetcasino/public_html/wp-admin/network/user-new.php', 'wp-admin/network/user-new.php'),
(11074, '/home/forwardbetcasino/public_html/wp-admin/network/users.php', 'wp-admin/network/users.php'),
(11075, '/home/forwardbetcasino/public_html/wp-admin/network.php', 'wp-admin/network.php'),
(11076, '/home/forwardbetcasino/public_html/wp-admin/options-discussion.php', 'wp-admin/options-discussion.php'),
(11077, '/home/forwardbetcasino/public_html/wp-admin/options-general.php', 'wp-admin/options-general.php'),
(11078, '/home/forwardbetcasino/public_html/wp-admin/options-head.php', 'wp-admin/options-head.php'),
(11079, '/home/forwardbetcasino/public_html/wp-admin/options-media.php', 'wp-admin/options-media.php'),
(11080, '/home/forwardbetcasino/public_html/wp-admin/options-permalink.php', 'wp-admin/options-permalink.php'),
(11081, '/home/forwardbetcasino/public_html/wp-admin/options-privacy.php', 'wp-admin/options-privacy.php'),
(11082, '/home/forwardbetcasino/public_html/wp-admin/options-reading.php', 'wp-admin/options-reading.php'),
(11083, '/home/forwardbetcasino/public_html/wp-admin/options-writing.php', 'wp-admin/options-writing.php'),
(11084, '/home/forwardbetcasino/public_html/wp-admin/options.php', 'wp-admin/options.php'),
(11085, '/home/forwardbetcasino/public_html/wp-admin/plugin-editor.php', 'wp-admin/plugin-editor.php'),
(11086, '/home/forwardbetcasino/public_html/wp-admin/plugin-install.php', 'wp-admin/plugin-install.php'),
(11087, '/home/forwardbetcasino/public_html/wp-admin/plugins.php', 'wp-admin/plugins.php'),
(11088, '/home/forwardbetcasino/public_html/wp-admin/post-new.php', 'wp-admin/post-new.php'),
(11089, '/home/forwardbetcasino/public_html/wp-admin/post.php', 'wp-admin/post.php'),
(11090, '/home/forwardbetcasino/public_html/wp-admin/press-this.php', 'wp-admin/press-this.php'),
(11091, '/home/forwardbetcasino/public_html/wp-admin/privacy-policy-guide.php', 'wp-admin/privacy-policy-guide.php'),
(11092, '/home/forwardbetcasino/public_html/wp-admin/privacy.php', 'wp-admin/privacy.php'),
(11093, '/home/forwardbetcasino/public_html/wp-admin/profile.php', 'wp-admin/profile.php'),
(11094, '/home/forwardbetcasino/public_html/wp-admin/revision.php', 'wp-admin/revision.php'),
(11095, '/home/forwardbetcasino/public_html/wp-admin/setup-config.php', 'wp-admin/setup-config.php'),
(11096, '/home/forwardbetcasino/public_html/wp-admin/site-editor.php', 'wp-admin/site-editor.php'),
(11097, '/home/forwardbetcasino/public_html/wp-admin/site-health-info.php', 'wp-admin/site-health-info.php'),
(11098, '/home/forwardbetcasino/public_html/wp-admin/site-health.php', 'wp-admin/site-health.php'),
(11099, '/home/forwardbetcasino/public_html/wp-admin/term.php', 'wp-admin/term.php'),
(11100, '/home/forwardbetcasino/public_html/wp-admin/theme-editor.php', 'wp-admin/theme-editor.php'),
(11101, '/home/forwardbetcasino/public_html/wp-admin/theme-install.php', 'wp-admin/theme-install.php'),
(11102, '/home/forwardbetcasino/public_html/wp-admin/themes.php', 'wp-admin/themes.php'),
(11103, '/home/forwardbetcasino/public_html/wp-admin/tools.php', 'wp-admin/tools.php'),
(11104, '/home/forwardbetcasino/public_html/wp-admin/update-core.php', 'wp-admin/update-core.php'),
(11105, '/home/forwardbetcasino/public_html/wp-admin/update.php', 'wp-admin/update.php'),
(11106, '/home/forwardbetcasino/public_html/wp-admin/upgrade-functions.php', 'wp-admin/upgrade-functions.php'),
(11107, '/home/forwardbetcasino/public_html/wp-admin/upgrade.php', 'wp-admin/upgrade.php'),
(11108, '/home/forwardbetcasino/public_html/wp-admin/upload.php', 'wp-admin/upload.php'),
(11109, '/home/forwardbetcasino/public_html/wp-admin/user/about.php', 'wp-admin/user/about.php'),
(11110, '/home/forwardbetcasino/public_html/wp-admin/user/admin.php', 'wp-admin/user/admin.php'),
(11111, '/home/forwardbetcasino/public_html/wp-admin/user/contribute.php', 'wp-admin/user/contribute.php'),
(11112, '/home/forwardbetcasino/public_html/wp-admin/user/credits.php', 'wp-admin/user/credits.php'),
(11113, '/home/forwardbetcasino/public_html/wp-admin/user/freedoms.php', 'wp-admin/user/freedoms.php'),
(11114, '/home/forwardbetcasino/public_html/wp-admin/user/index.php', 'wp-admin/user/index.php'),
(11115, '/home/forwardbetcasino/public_html/wp-admin/user/menu.php', 'wp-admin/user/menu.php'),
(11116, '/home/forwardbetcasino/public_html/wp-admin/user/privacy.php', 'wp-admin/user/privacy.php'),
(11117, '/home/forwardbetcasino/public_html/wp-admin/user/profile.php', 'wp-admin/user/profile.php'),
(11118, '/home/forwardbetcasino/public_html/wp-admin/user/user-edit.php', 'wp-admin/user/user-edit.php'),
(11119, '/home/forwardbetcasino/public_html/wp-admin/user-edit.php', 'wp-admin/user-edit.php'),
(11120, '/home/forwardbetcasino/public_html/wp-admin/user-new.php', 'wp-admin/user-new.php'),
(11121, '/home/forwardbetcasino/public_html/wp-admin/users.php', 'wp-admin/users.php'),
(11122, '/home/forwardbetcasino/public_html/wp-admin/widgets-form-blocks.php', 'wp-admin/widgets-form-blocks.php'),
(11123, '/home/forwardbetcasino/public_html/wp-admin/widgets-form.php', 'wp-admin/widgets-form.php'),
(11124, '/home/forwardbetcasino/public_html/wp-admin/widgets.php', 'wp-admin/widgets.php'),
(11125, '/home/forwardbetcasino/public_html/wp-blog-header.php', 'wp-blog-header.php'),
(11126, '/home/forwardbetcasino/public_html/wp-comments-post.php', 'wp-comments-post.php'),
(11127, '/home/forwardbetcasino/public_html/wp-config-sample.php', 'wp-config-sample.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11128, '/home/forwardbetcasino/public_html/wp-config.php', 'wp-config.php'),
(11129, '/home/forwardbetcasino/public_html/wp-cron.php', 'wp-cron.php'),
(11130, '/home/forwardbetcasino/public_html/wp-includes/ID3/getid3.lib.php', 'wp-includes/ID3/getid3.lib.php'),
(11131, '/home/forwardbetcasino/public_html/wp-includes/ID3/getid3.php', 'wp-includes/ID3/getid3.php'),
(11132, '/home/forwardbetcasino/public_html/wp-includes/ID3/license.txt', 'wp-includes/ID3/license.txt'),
(11133, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio-video.asf.php', 'wp-includes/ID3/module.audio-video.asf.php'),
(11134, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio-video.flv.php', 'wp-includes/ID3/module.audio-video.flv.php'),
(11135, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio-video.matroska.php', 'wp-includes/ID3/module.audio-video.matroska.php'),
(11136, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio-video.quicktime.php', 'wp-includes/ID3/module.audio-video.quicktime.php'),
(11137, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio-video.riff.php', 'wp-includes/ID3/module.audio-video.riff.php'),
(11138, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio.ac3.php', 'wp-includes/ID3/module.audio.ac3.php'),
(11139, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio.dts.php', 'wp-includes/ID3/module.audio.dts.php'),
(11140, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio.flac.php', 'wp-includes/ID3/module.audio.flac.php'),
(11141, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio.mp3.php', 'wp-includes/ID3/module.audio.mp3.php'),
(11142, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.audio.ogg.php', 'wp-includes/ID3/module.audio.ogg.php'),
(11143, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.tag.apetag.php', 'wp-includes/ID3/module.tag.apetag.php'),
(11144, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.tag.id3v1.php', 'wp-includes/ID3/module.tag.id3v1.php'),
(11145, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.tag.id3v2.php', 'wp-includes/ID3/module.tag.id3v2.php'),
(11146, '/home/forwardbetcasino/public_html/wp-includes/ID3/module.tag.lyrics3.php', 'wp-includes/ID3/module.tag.lyrics3.php'),
(11147, '/home/forwardbetcasino/public_html/wp-includes/ID3/readme.txt', 'wp-includes/ID3/readme.txt'),
(11148, '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-base64.php', 'wp-includes/IXR/class-IXR-base64.php'),
(11149, '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-client.php', 'wp-includes/IXR/class-IXR-client.php'),
(11150, '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-clientmulticall.php', 'wp-includes/IXR/class-IXR-clientmulticall.php'),
(11151, '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-date.php', 'wp-includes/IXR/class-IXR-date.php'),
(11152, '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-error.php', 'wp-includes/IXR/class-IXR-error.php'),
(11153, '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-introspectionserver.php', 'wp-includes/IXR/class-IXR-introspectionserver.php'),
(11154, '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-message.php', 'wp-includes/IXR/class-IXR-message.php'),
(11155, '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-request.php', 'wp-includes/IXR/class-IXR-request.php'),
(11156, '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-server.php', 'wp-includes/IXR/class-IXR-server.php'),
(11157, '/home/forwardbetcasino/public_html/wp-includes/IXR/class-IXR-value.php', 'wp-includes/IXR/class-IXR-value.php'),
(11158, '/home/forwardbetcasino/public_html/wp-includes/PHPMailer/Exception.php', 'wp-includes/PHPMailer/Exception.php'),
(11159, '/home/forwardbetcasino/public_html/wp-includes/PHPMailer/PHPMailer.php', 'wp-includes/PHPMailer/PHPMailer.php'),
(11160, '/home/forwardbetcasino/public_html/wp-includes/PHPMailer/SMTP.php', 'wp-includes/PHPMailer/SMTP.php'),
(11161, '/home/forwardbetcasino/public_html/wp-includes/Requests/library/Requests.php', 'wp-includes/Requests/library/Requests.php'),
(11162, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Auth/Basic.php', 'wp-includes/Requests/src/Auth/Basic.php'),
(11163, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Auth.php', 'wp-includes/Requests/src/Auth.php'),
(11164, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Autoload.php', 'wp-includes/Requests/src/Autoload.php'),
(11165, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Capability.php', 'wp-includes/Requests/src/Capability.php'),
(11166, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Cookie/Jar.php', 'wp-includes/Requests/src/Cookie/Jar.php'),
(11167, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Cookie.php', 'wp-includes/Requests/src/Cookie.php'),
(11168, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/ArgumentCount.php', 'wp-includes/Requests/src/Exception/ArgumentCount.php'),
(11169, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status304.php', 'wp-includes/Requests/src/Exception/Http/Status304.php'),
(11170, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status305.php', 'wp-includes/Requests/src/Exception/Http/Status305.php'),
(11171, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status306.php', 'wp-includes/Requests/src/Exception/Http/Status306.php'),
(11172, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status400.php', 'wp-includes/Requests/src/Exception/Http/Status400.php'),
(11173, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status401.php', 'wp-includes/Requests/src/Exception/Http/Status401.php'),
(11174, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status402.php', 'wp-includes/Requests/src/Exception/Http/Status402.php'),
(11175, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status403.php', 'wp-includes/Requests/src/Exception/Http/Status403.php'),
(11176, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status404.php', 'wp-includes/Requests/src/Exception/Http/Status404.php'),
(11177, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status405.php', 'wp-includes/Requests/src/Exception/Http/Status405.php'),
(11178, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status406.php', 'wp-includes/Requests/src/Exception/Http/Status406.php'),
(11179, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status407.php', 'wp-includes/Requests/src/Exception/Http/Status407.php'),
(11180, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status408.php', 'wp-includes/Requests/src/Exception/Http/Status408.php'),
(11181, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status409.php', 'wp-includes/Requests/src/Exception/Http/Status409.php'),
(11182, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status410.php', 'wp-includes/Requests/src/Exception/Http/Status410.php'),
(11183, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status411.php', 'wp-includes/Requests/src/Exception/Http/Status411.php'),
(11184, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status412.php', 'wp-includes/Requests/src/Exception/Http/Status412.php'),
(11185, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status413.php', 'wp-includes/Requests/src/Exception/Http/Status413.php'),
(11186, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status414.php', 'wp-includes/Requests/src/Exception/Http/Status414.php'),
(11187, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status415.php', 'wp-includes/Requests/src/Exception/Http/Status415.php'),
(11188, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status416.php', 'wp-includes/Requests/src/Exception/Http/Status416.php'),
(11189, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status417.php', 'wp-includes/Requests/src/Exception/Http/Status417.php'),
(11190, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status418.php', 'wp-includes/Requests/src/Exception/Http/Status418.php'),
(11191, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status428.php', 'wp-includes/Requests/src/Exception/Http/Status428.php'),
(11192, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status429.php', 'wp-includes/Requests/src/Exception/Http/Status429.php'),
(11193, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status431.php', 'wp-includes/Requests/src/Exception/Http/Status431.php'),
(11194, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status500.php', 'wp-includes/Requests/src/Exception/Http/Status500.php'),
(11195, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status501.php', 'wp-includes/Requests/src/Exception/Http/Status501.php'),
(11196, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status502.php', 'wp-includes/Requests/src/Exception/Http/Status502.php'),
(11197, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status503.php', 'wp-includes/Requests/src/Exception/Http/Status503.php'),
(11198, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status504.php', 'wp-includes/Requests/src/Exception/Http/Status504.php'),
(11199, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status505.php', 'wp-includes/Requests/src/Exception/Http/Status505.php'),
(11200, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/Status511.php', 'wp-includes/Requests/src/Exception/Http/Status511.php'),
(11201, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http/StatusUnknown.php', 'wp-includes/Requests/src/Exception/Http/StatusUnknown.php'),
(11202, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Http.php', 'wp-includes/Requests/src/Exception/Http.php'),
(11203, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/InvalidArgument.php', 'wp-includes/Requests/src/Exception/InvalidArgument.php'),
(11204, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Transport/Curl.php', 'wp-includes/Requests/src/Exception/Transport/Curl.php'),
(11205, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception/Transport.php', 'wp-includes/Requests/src/Exception/Transport.php'),
(11206, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Exception.php', 'wp-includes/Requests/src/Exception.php'),
(11207, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/HookManager.php', 'wp-includes/Requests/src/HookManager.php'),
(11208, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Hooks.php', 'wp-includes/Requests/src/Hooks.php'),
(11209, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/IdnaEncoder.php', 'wp-includes/Requests/src/IdnaEncoder.php'),
(11210, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Ipv6.php', 'wp-includes/Requests/src/Ipv6.php'),
(11211, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Iri.php', 'wp-includes/Requests/src/Iri.php'),
(11212, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Port.php', 'wp-includes/Requests/src/Port.php'),
(11213, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Proxy/Http.php', 'wp-includes/Requests/src/Proxy/Http.php'),
(11214, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Proxy.php', 'wp-includes/Requests/src/Proxy.php'),
(11215, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Requests.php', 'wp-includes/Requests/src/Requests.php'),
(11216, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Response/Headers.php', 'wp-includes/Requests/src/Response/Headers.php'),
(11217, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Response.php', 'wp-includes/Requests/src/Response.php'),
(11218, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Session.php', 'wp-includes/Requests/src/Session.php'),
(11219, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Ssl.php', 'wp-includes/Requests/src/Ssl.php'),
(11220, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Transport/Curl.php', 'wp-includes/Requests/src/Transport/Curl.php'),
(11221, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Transport/Fsockopen.php', 'wp-includes/Requests/src/Transport/Fsockopen.php'),
(11222, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Transport.php', 'wp-includes/Requests/src/Transport.php'),
(11223, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php', 'wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php'),
(11224, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Utility/FilteredIterator.php', 'wp-includes/Requests/src/Utility/FilteredIterator.php'),
(11225, '/home/forwardbetcasino/public_html/wp-includes/Requests/src/Utility/InputValidator.php', 'wp-includes/Requests/src/Utility/InputValidator.php'),
(11226, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/autoloader.php', 'wp-includes/SimplePie/autoloader.php'),
(11227, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Author.php', 'wp-includes/SimplePie/library/SimplePie/Author.php'),
(11228, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Base.php', 'wp-includes/SimplePie/library/SimplePie/Cache/Base.php'),
(11229, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache/DB.php', 'wp-includes/SimplePie/library/SimplePie/Cache/DB.php'),
(11230, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache/File.php', 'wp-includes/SimplePie/library/SimplePie/Cache/File.php'),
(11231, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Memcache.php', 'wp-includes/SimplePie/library/SimplePie/Cache/Memcache.php'),
(11232, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Memcached.php', 'wp-includes/SimplePie/library/SimplePie/Cache/Memcached.php'),
(11233, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache/MySQL.php', 'wp-includes/SimplePie/library/SimplePie/Cache/MySQL.php'),
(11234, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache/Redis.php', 'wp-includes/SimplePie/library/SimplePie/Cache/Redis.php'),
(11235, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Cache.php', 'wp-includes/SimplePie/library/SimplePie/Cache.php'),
(11236, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Caption.php', 'wp-includes/SimplePie/library/SimplePie/Caption.php'),
(11237, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Category.php', 'wp-includes/SimplePie/library/SimplePie/Category.php'),
(11238, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Content/Type/Sniffer.php', 'wp-includes/SimplePie/library/SimplePie/Content/Type/Sniffer.php'),
(11239, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Copyright.php', 'wp-includes/SimplePie/library/SimplePie/Copyright.php'),
(11240, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Core.php', 'wp-includes/SimplePie/library/SimplePie/Core.php'),
(11241, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Credit.php', 'wp-includes/SimplePie/library/SimplePie/Credit.php'),
(11242, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Decode/HTML/Entities.php', 'wp-includes/SimplePie/library/SimplePie/Decode/HTML/Entities.php'),
(11243, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Enclosure.php', 'wp-includes/SimplePie/library/SimplePie/Enclosure.php'),
(11244, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Exception.php', 'wp-includes/SimplePie/library/SimplePie/Exception.php'),
(11245, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/File.php', 'wp-includes/SimplePie/library/SimplePie/File.php'),
(11246, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/HTTP/Parser.php', 'wp-includes/SimplePie/library/SimplePie/HTTP/Parser.php'),
(11247, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/IRI.php', 'wp-includes/SimplePie/library/SimplePie/IRI.php'),
(11248, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Item.php', 'wp-includes/SimplePie/library/SimplePie/Item.php'),
(11249, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Locator.php', 'wp-includes/SimplePie/library/SimplePie/Locator.php'),
(11250, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Misc.php', 'wp-includes/SimplePie/library/SimplePie/Misc.php'),
(11251, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Net/IPv6.php', 'wp-includes/SimplePie/library/SimplePie/Net/IPv6.php'),
(11252, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Parse/Date.php', 'wp-includes/SimplePie/library/SimplePie/Parse/Date.php'),
(11253, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Parser.php', 'wp-includes/SimplePie/library/SimplePie/Parser.php'),
(11254, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Rating.php', 'wp-includes/SimplePie/library/SimplePie/Rating.php'),
(11255, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Registry.php', 'wp-includes/SimplePie/library/SimplePie/Registry.php'),
(11256, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Restriction.php', 'wp-includes/SimplePie/library/SimplePie/Restriction.php'),
(11257, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Sanitize.php', 'wp-includes/SimplePie/library/SimplePie/Sanitize.php'),
(11258, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/Source.php', 'wp-includes/SimplePie/library/SimplePie/Source.php'),
(11259, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/XML/Declaration/Parser.php', 'wp-includes/SimplePie/library/SimplePie/XML/Declaration/Parser.php'),
(11260, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie/gzdecode.php', 'wp-includes/SimplePie/library/SimplePie/gzdecode.php'),
(11261, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/library/SimplePie.php', 'wp-includes/SimplePie/library/SimplePie.php'),
(11262, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Author.php', 'wp-includes/SimplePie/src/Author.php'),
(11263, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/Base.php', 'wp-includes/SimplePie/src/Cache/Base.php'),
(11264, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/BaseDataCache.php', 'wp-includes/SimplePie/src/Cache/BaseDataCache.php'),
(11265, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/CallableNameFilter.php', 'wp-includes/SimplePie/src/Cache/CallableNameFilter.php'),
(11266, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/DB.php', 'wp-includes/SimplePie/src/Cache/DB.php'),
(11267, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/DataCache.php', 'wp-includes/SimplePie/src/Cache/DataCache.php'),
(11268, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/File.php', 'wp-includes/SimplePie/src/Cache/File.php'),
(11269, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/Memcache.php', 'wp-includes/SimplePie/src/Cache/Memcache.php'),
(11270, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/Memcached.php', 'wp-includes/SimplePie/src/Cache/Memcached.php'),
(11271, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/MySQL.php', 'wp-includes/SimplePie/src/Cache/MySQL.php'),
(11272, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/NameFilter.php', 'wp-includes/SimplePie/src/Cache/NameFilter.php'),
(11273, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/Psr16.php', 'wp-includes/SimplePie/src/Cache/Psr16.php'),
(11274, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache/Redis.php', 'wp-includes/SimplePie/src/Cache/Redis.php'),
(11275, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Cache.php', 'wp-includes/SimplePie/src/Cache.php'),
(11276, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Caption.php', 'wp-includes/SimplePie/src/Caption.php'),
(11277, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Category.php', 'wp-includes/SimplePie/src/Category.php'),
(11278, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Content/Type/Sniffer.php', 'wp-includes/SimplePie/src/Content/Type/Sniffer.php'),
(11279, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Copyright.php', 'wp-includes/SimplePie/src/Copyright.php'),
(11280, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Core.php', 'wp-includes/SimplePie/src/Core.php'),
(11281, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Credit.php', 'wp-includes/SimplePie/src/Credit.php'),
(11282, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Decode/HTML/Entities.php', 'wp-includes/SimplePie/src/Decode/HTML/Entities.php'),
(11283, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Enclosure.php', 'wp-includes/SimplePie/src/Enclosure.php'),
(11284, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Exception.php', 'wp-includes/SimplePie/src/Exception.php'),
(11285, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/File.php', 'wp-includes/SimplePie/src/File.php'),
(11286, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Gzdecode.php', 'wp-includes/SimplePie/src/Gzdecode.php'),
(11287, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/HTTP/Parser.php', 'wp-includes/SimplePie/src/HTTP/Parser.php'),
(11288, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/IRI.php', 'wp-includes/SimplePie/src/IRI.php'),
(11289, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Item.php', 'wp-includes/SimplePie/src/Item.php'),
(11290, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Locator.php', 'wp-includes/SimplePie/src/Locator.php'),
(11291, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Misc.php', 'wp-includes/SimplePie/src/Misc.php'),
(11292, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Net/IPv6.php', 'wp-includes/SimplePie/src/Net/IPv6.php'),
(11293, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Parse/Date.php', 'wp-includes/SimplePie/src/Parse/Date.php'),
(11294, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Parser.php', 'wp-includes/SimplePie/src/Parser.php'),
(11295, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Rating.php', 'wp-includes/SimplePie/src/Rating.php'),
(11296, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Registry.php', 'wp-includes/SimplePie/src/Registry.php'),
(11297, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/RegistryAware.php', 'wp-includes/SimplePie/src/RegistryAware.php'),
(11298, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Restriction.php', 'wp-includes/SimplePie/src/Restriction.php'),
(11299, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Sanitize.php', 'wp-includes/SimplePie/src/Sanitize.php'),
(11300, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/SimplePie.php', 'wp-includes/SimplePie/src/SimplePie.php'),
(11301, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/Source.php', 'wp-includes/SimplePie/src/Source.php'),
(11302, '/home/forwardbetcasino/public_html/wp-includes/SimplePie/src/XML/Declaration/Parser.php', 'wp-includes/SimplePie/src/XML/Declaration/Parser.php'),
(11303, '/home/forwardbetcasino/public_html/wp-includes/Text/Diff/Engine/native.php', 'wp-includes/Text/Diff/Engine/native.php'),
(11304, '/home/forwardbetcasino/public_html/wp-includes/Text/Diff/Engine/shell.php', 'wp-includes/Text/Diff/Engine/shell.php'),
(11305, '/home/forwardbetcasino/public_html/wp-includes/Text/Diff/Engine/string.php', 'wp-includes/Text/Diff/Engine/string.php'),
(11306, '/home/forwardbetcasino/public_html/wp-includes/Text/Diff/Engine/xdiff.php', 'wp-includes/Text/Diff/Engine/xdiff.php'),
(11307, '/home/forwardbetcasino/public_html/wp-includes/Text/Diff/Renderer/inline.php', 'wp-includes/Text/Diff/Renderer/inline.php'),
(11308, '/home/forwardbetcasino/public_html/wp-includes/Text/Diff/Renderer.php', 'wp-includes/Text/Diff/Renderer.php'),
(11309, '/home/forwardbetcasino/public_html/wp-includes/Text/Diff.php', 'wp-includes/Text/Diff.php'),
(11310, '/home/forwardbetcasino/public_html/wp-includes/Text/Exception.php', 'wp-includes/Text/Exception.php'),
(11311, '/home/forwardbetcasino/public_html/wp-includes/admin-bar.php', 'wp-includes/admin-bar.php'),
(11312, '/home/forwardbetcasino/public_html/wp-includes/assets/script-loader-packages.min.php', 'wp-includes/assets/script-loader-packages.min.php'),
(11313, '/home/forwardbetcasino/public_html/wp-includes/assets/script-loader-packages.php', 'wp-includes/assets/script-loader-packages.php'),
(11314, '/home/forwardbetcasino/public_html/wp-includes/assets/script-loader-react-refresh-entry.min.php', 'wp-includes/assets/script-loader-react-refresh-entry.min.php'),
(11315, '/home/forwardbetcasino/public_html/wp-includes/assets/script-loader-react-refresh-entry.php', 'wp-includes/assets/script-loader-react-refresh-entry.php'),
(11316, '/home/forwardbetcasino/public_html/wp-includes/assets/script-loader-react-refresh-runtime.min.php', 'wp-includes/assets/script-loader-react-refresh-runtime.min.php'),
(11317, '/home/forwardbetcasino/public_html/wp-includes/assets/script-loader-react-refresh-runtime.php', 'wp-includes/assets/script-loader-react-refresh-runtime.php'),
(11318, '/home/forwardbetcasino/public_html/wp-includes/assets/script-modules-packages.min.php', 'wp-includes/assets/script-modules-packages.min.php'),
(11319, '/home/forwardbetcasino/public_html/wp-includes/assets/script-modules-packages.php', 'wp-includes/assets/script-modules-packages.php'),
(11320, '/home/forwardbetcasino/public_html/wp-includes/atomlib.php', 'wp-includes/atomlib.php'),
(11321, '/home/forwardbetcasino/public_html/wp-includes/author-template.php', 'wp-includes/author-template.php'),
(11322, '/home/forwardbetcasino/public_html/wp-includes/block-bindings/pattern-overrides.php', 'wp-includes/block-bindings/pattern-overrides.php'),
(11323, '/home/forwardbetcasino/public_html/wp-includes/block-bindings/post-meta.php', 'wp-includes/block-bindings/post-meta.php'),
(11324, '/home/forwardbetcasino/public_html/wp-includes/block-bindings.php', 'wp-includes/block-bindings.php'),
(11325, '/home/forwardbetcasino/public_html/wp-includes/block-editor.php', 'wp-includes/block-editor.php'),
(11326, '/home/forwardbetcasino/public_html/wp-includes/block-i18n.json', 'wp-includes/block-i18n.json'),
(11327, '/home/forwardbetcasino/public_html/wp-includes/block-patterns/query-grid-posts.php', 'wp-includes/block-patterns/query-grid-posts.php'),
(11328, '/home/forwardbetcasino/public_html/wp-includes/block-patterns/query-large-title-posts.php', 'wp-includes/block-patterns/query-large-title-posts.php'),
(11329, '/home/forwardbetcasino/public_html/wp-includes/block-patterns/query-medium-posts.php', 'wp-includes/block-patterns/query-medium-posts.php'),
(11330, '/home/forwardbetcasino/public_html/wp-includes/block-patterns/query-offset-posts.php', 'wp-includes/block-patterns/query-offset-posts.php'),
(11331, '/home/forwardbetcasino/public_html/wp-includes/block-patterns/query-small-posts.php', 'wp-includes/block-patterns/query-small-posts.php'),
(11332, '/home/forwardbetcasino/public_html/wp-includes/block-patterns/query-standard-posts.php', 'wp-includes/block-patterns/query-standard-posts.php'),
(11333, '/home/forwardbetcasino/public_html/wp-includes/block-patterns/social-links-shared-background-color.php', 'wp-includes/block-patterns/social-links-shared-background-color.php'),
(11334, '/home/forwardbetcasino/public_html/wp-includes/block-patterns.php', 'wp-includes/block-patterns.php'),
(11335, '/home/forwardbetcasino/public_html/wp-includes/block-supports/align.php', 'wp-includes/block-supports/align.php'),
(11336, '/home/forwardbetcasino/public_html/wp-includes/block-supports/background.php', 'wp-includes/block-supports/background.php'),
(11337, '/home/forwardbetcasino/public_html/wp-includes/block-supports/block-style-variations.php', 'wp-includes/block-supports/block-style-variations.php'),
(11338, '/home/forwardbetcasino/public_html/wp-includes/block-supports/border.php', 'wp-includes/block-supports/border.php'),
(11339, '/home/forwardbetcasino/public_html/wp-includes/block-supports/colors.php', 'wp-includes/block-supports/colors.php'),
(11340, '/home/forwardbetcasino/public_html/wp-includes/block-supports/custom-classname.php', 'wp-includes/block-supports/custom-classname.php'),
(11341, '/home/forwardbetcasino/public_html/wp-includes/block-supports/dimensions.php', 'wp-includes/block-supports/dimensions.php'),
(11342, '/home/forwardbetcasino/public_html/wp-includes/block-supports/duotone.php', 'wp-includes/block-supports/duotone.php'),
(11343, '/home/forwardbetcasino/public_html/wp-includes/block-supports/elements.php', 'wp-includes/block-supports/elements.php'),
(11344, '/home/forwardbetcasino/public_html/wp-includes/block-supports/generated-classname.php', 'wp-includes/block-supports/generated-classname.php'),
(11345, '/home/forwardbetcasino/public_html/wp-includes/block-supports/layout.php', 'wp-includes/block-supports/layout.php'),
(11346, '/home/forwardbetcasino/public_html/wp-includes/block-supports/position.php', 'wp-includes/block-supports/position.php'),
(11347, '/home/forwardbetcasino/public_html/wp-includes/block-supports/settings.php', 'wp-includes/block-supports/settings.php'),
(11348, '/home/forwardbetcasino/public_html/wp-includes/block-supports/shadow.php', 'wp-includes/block-supports/shadow.php'),
(11349, '/home/forwardbetcasino/public_html/wp-includes/block-supports/spacing.php', 'wp-includes/block-supports/spacing.php'),
(11350, '/home/forwardbetcasino/public_html/wp-includes/block-supports/typography.php', 'wp-includes/block-supports/typography.php'),
(11351, '/home/forwardbetcasino/public_html/wp-includes/block-supports/utils.php', 'wp-includes/block-supports/utils.php'),
(11352, '/home/forwardbetcasino/public_html/wp-includes/block-template-utils.php', 'wp-includes/block-template-utils.php'),
(11353, '/home/forwardbetcasino/public_html/wp-includes/block-template.php', 'wp-includes/block-template.php'),
(11354, '/home/forwardbetcasino/public_html/wp-includes/blocks/archives/block.json', 'wp-includes/blocks/archives/block.json'),
(11355, '/home/forwardbetcasino/public_html/wp-includes/blocks/archives/editor-rtl.css', 'wp-includes/blocks/archives/editor-rtl.css'),
(11356, '/home/forwardbetcasino/public_html/wp-includes/blocks/archives/editor-rtl.min.css', 'wp-includes/blocks/archives/editor-rtl.min.css'),
(11357, '/home/forwardbetcasino/public_html/wp-includes/blocks/archives/editor.css', 'wp-includes/blocks/archives/editor.css'),
(11358, '/home/forwardbetcasino/public_html/wp-includes/blocks/archives/editor.min.css', 'wp-includes/blocks/archives/editor.min.css'),
(11359, '/home/forwardbetcasino/public_html/wp-includes/blocks/archives/style-rtl.css', 'wp-includes/blocks/archives/style-rtl.css'),
(11360, '/home/forwardbetcasino/public_html/wp-includes/blocks/archives/style-rtl.min.css', 'wp-includes/blocks/archives/style-rtl.min.css'),
(11361, '/home/forwardbetcasino/public_html/wp-includes/blocks/archives/style.css', 'wp-includes/blocks/archives/style.css'),
(11362, '/home/forwardbetcasino/public_html/wp-includes/blocks/archives/style.min.css', 'wp-includes/blocks/archives/style.min.css'),
(11363, '/home/forwardbetcasino/public_html/wp-includes/blocks/archives.php', 'wp-includes/blocks/archives.php'),
(11364, '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/block.json', 'wp-includes/blocks/audio/block.json'),
(11365, '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/editor-rtl.css', 'wp-includes/blocks/audio/editor-rtl.css'),
(11366, '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/editor-rtl.min.css', 'wp-includes/blocks/audio/editor-rtl.min.css'),
(11367, '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/editor.css', 'wp-includes/blocks/audio/editor.css'),
(11368, '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/editor.min.css', 'wp-includes/blocks/audio/editor.min.css'),
(11369, '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/style-rtl.css', 'wp-includes/blocks/audio/style-rtl.css'),
(11370, '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/style-rtl.min.css', 'wp-includes/blocks/audio/style-rtl.min.css'),
(11371, '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/style.css', 'wp-includes/blocks/audio/style.css'),
(11372, '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/style.min.css', 'wp-includes/blocks/audio/style.min.css'),
(11373, '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/theme-rtl.css', 'wp-includes/blocks/audio/theme-rtl.css'),
(11374, '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/theme-rtl.min.css', 'wp-includes/blocks/audio/theme-rtl.min.css'),
(11375, '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/theme.css', 'wp-includes/blocks/audio/theme.css'),
(11376, '/home/forwardbetcasino/public_html/wp-includes/blocks/audio/theme.min.css', 'wp-includes/blocks/audio/theme.min.css'),
(11377, '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/block.json', 'wp-includes/blocks/avatar/block.json'),
(11378, '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/editor-rtl.css', 'wp-includes/blocks/avatar/editor-rtl.css'),
(11379, '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/editor-rtl.min.css', 'wp-includes/blocks/avatar/editor-rtl.min.css'),
(11380, '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/editor.css', 'wp-includes/blocks/avatar/editor.css'),
(11381, '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/editor.min.css', 'wp-includes/blocks/avatar/editor.min.css'),
(11382, '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/style-rtl.css', 'wp-includes/blocks/avatar/style-rtl.css'),
(11383, '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/style-rtl.min.css', 'wp-includes/blocks/avatar/style-rtl.min.css'),
(11384, '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/style.css', 'wp-includes/blocks/avatar/style.css'),
(11385, '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar/style.min.css', 'wp-includes/blocks/avatar/style.min.css'),
(11386, '/home/forwardbetcasino/public_html/wp-includes/blocks/avatar.php', 'wp-includes/blocks/avatar.php'),
(11387, '/home/forwardbetcasino/public_html/wp-includes/blocks/block/block.json', 'wp-includes/blocks/block/block.json'),
(11388, '/home/forwardbetcasino/public_html/wp-includes/blocks/block.php', 'wp-includes/blocks/block.php'),
(11389, '/home/forwardbetcasino/public_html/wp-includes/blocks/blocks-json.php', 'wp-includes/blocks/blocks-json.php'),
(11390, '/home/forwardbetcasino/public_html/wp-includes/blocks/button/block.json', 'wp-includes/blocks/button/block.json'),
(11391, '/home/forwardbetcasino/public_html/wp-includes/blocks/button/editor-rtl.css', 'wp-includes/blocks/button/editor-rtl.css'),
(11392, '/home/forwardbetcasino/public_html/wp-includes/blocks/button/editor-rtl.min.css', 'wp-includes/blocks/button/editor-rtl.min.css'),
(11393, '/home/forwardbetcasino/public_html/wp-includes/blocks/button/editor.css', 'wp-includes/blocks/button/editor.css'),
(11394, '/home/forwardbetcasino/public_html/wp-includes/blocks/button/editor.min.css', 'wp-includes/blocks/button/editor.min.css'),
(11395, '/home/forwardbetcasino/public_html/wp-includes/blocks/button/style-rtl.css', 'wp-includes/blocks/button/style-rtl.css'),
(11396, '/home/forwardbetcasino/public_html/wp-includes/blocks/button/style-rtl.min.css', 'wp-includes/blocks/button/style-rtl.min.css'),
(11397, '/home/forwardbetcasino/public_html/wp-includes/blocks/button/style.css', 'wp-includes/blocks/button/style.css'),
(11398, '/home/forwardbetcasino/public_html/wp-includes/blocks/button/style.min.css', 'wp-includes/blocks/button/style.min.css'),
(11399, '/home/forwardbetcasino/public_html/wp-includes/blocks/button.php', 'wp-includes/blocks/button.php'),
(11400, '/home/forwardbetcasino/public_html/wp-includes/blocks/buttons/block.json', 'wp-includes/blocks/buttons/block.json'),
(11401, '/home/forwardbetcasino/public_html/wp-includes/blocks/buttons/editor-rtl.css', 'wp-includes/blocks/buttons/editor-rtl.css'),
(11402, '/home/forwardbetcasino/public_html/wp-includes/blocks/buttons/editor-rtl.min.css', 'wp-includes/blocks/buttons/editor-rtl.min.css'),
(11403, '/home/forwardbetcasino/public_html/wp-includes/blocks/buttons/editor.css', 'wp-includes/blocks/buttons/editor.css'),
(11404, '/home/forwardbetcasino/public_html/wp-includes/blocks/buttons/editor.min.css', 'wp-includes/blocks/buttons/editor.min.css'),
(11405, '/home/forwardbetcasino/public_html/wp-includes/blocks/buttons/style-rtl.css', 'wp-includes/blocks/buttons/style-rtl.css'),
(11406, '/home/forwardbetcasino/public_html/wp-includes/blocks/buttons/style-rtl.min.css', 'wp-includes/blocks/buttons/style-rtl.min.css'),
(11407, '/home/forwardbetcasino/public_html/wp-includes/blocks/buttons/style.css', 'wp-includes/blocks/buttons/style.css'),
(11408, '/home/forwardbetcasino/public_html/wp-includes/blocks/buttons/style.min.css', 'wp-includes/blocks/buttons/style.min.css'),
(11409, '/home/forwardbetcasino/public_html/wp-includes/blocks/calendar/block.json', 'wp-includes/blocks/calendar/block.json'),
(11410, '/home/forwardbetcasino/public_html/wp-includes/blocks/calendar/style-rtl.css', 'wp-includes/blocks/calendar/style-rtl.css'),
(11411, '/home/forwardbetcasino/public_html/wp-includes/blocks/calendar/style-rtl.min.css', 'wp-includes/blocks/calendar/style-rtl.min.css'),
(11412, '/home/forwardbetcasino/public_html/wp-includes/blocks/calendar/style.css', 'wp-includes/blocks/calendar/style.css'),
(11413, '/home/forwardbetcasino/public_html/wp-includes/blocks/calendar/style.min.css', 'wp-includes/blocks/calendar/style.min.css'),
(11414, '/home/forwardbetcasino/public_html/wp-includes/blocks/calendar.php', 'wp-includes/blocks/calendar.php'),
(11415, '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/block.json', 'wp-includes/blocks/categories/block.json'),
(11416, '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/editor-rtl.css', 'wp-includes/blocks/categories/editor-rtl.css'),
(11417, '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/editor-rtl.min.css', 'wp-includes/blocks/categories/editor-rtl.min.css'),
(11418, '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/editor.css', 'wp-includes/blocks/categories/editor.css'),
(11419, '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/editor.min.css', 'wp-includes/blocks/categories/editor.min.css'),
(11420, '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/style-rtl.css', 'wp-includes/blocks/categories/style-rtl.css'),
(11421, '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/style-rtl.min.css', 'wp-includes/blocks/categories/style-rtl.min.css'),
(11422, '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/style.css', 'wp-includes/blocks/categories/style.css'),
(11423, '/home/forwardbetcasino/public_html/wp-includes/blocks/categories/style.min.css', 'wp-includes/blocks/categories/style.min.css'),
(11424, '/home/forwardbetcasino/public_html/wp-includes/blocks/categories.php', 'wp-includes/blocks/categories.php'),
(11425, '/home/forwardbetcasino/public_html/wp-includes/blocks/code/block.json', 'wp-includes/blocks/code/block.json'),
(11426, '/home/forwardbetcasino/public_html/wp-includes/blocks/code/editor-rtl.css', 'wp-includes/blocks/code/editor-rtl.css'),
(11427, '/home/forwardbetcasino/public_html/wp-includes/blocks/code/editor-rtl.min.css', 'wp-includes/blocks/code/editor-rtl.min.css'),
(11428, '/home/forwardbetcasino/public_html/wp-includes/blocks/code/editor.css', 'wp-includes/blocks/code/editor.css'),
(11429, '/home/forwardbetcasino/public_html/wp-includes/blocks/code/editor.min.css', 'wp-includes/blocks/code/editor.min.css'),
(11430, '/home/forwardbetcasino/public_html/wp-includes/blocks/code/style-rtl.css', 'wp-includes/blocks/code/style-rtl.css'),
(11431, '/home/forwardbetcasino/public_html/wp-includes/blocks/code/style-rtl.min.css', 'wp-includes/blocks/code/style-rtl.min.css'),
(11432, '/home/forwardbetcasino/public_html/wp-includes/blocks/code/style.css', 'wp-includes/blocks/code/style.css'),
(11433, '/home/forwardbetcasino/public_html/wp-includes/blocks/code/style.min.css', 'wp-includes/blocks/code/style.min.css'),
(11434, '/home/forwardbetcasino/public_html/wp-includes/blocks/code/theme-rtl.css', 'wp-includes/blocks/code/theme-rtl.css'),
(11435, '/home/forwardbetcasino/public_html/wp-includes/blocks/code/theme-rtl.min.css', 'wp-includes/blocks/code/theme-rtl.min.css'),
(11436, '/home/forwardbetcasino/public_html/wp-includes/blocks/code/theme.css', 'wp-includes/blocks/code/theme.css'),
(11437, '/home/forwardbetcasino/public_html/wp-includes/blocks/code/theme.min.css', 'wp-includes/blocks/code/theme.min.css'),
(11438, '/home/forwardbetcasino/public_html/wp-includes/blocks/column/block.json', 'wp-includes/blocks/column/block.json'),
(11439, '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/block.json', 'wp-includes/blocks/columns/block.json'),
(11440, '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/editor-rtl.css', 'wp-includes/blocks/columns/editor-rtl.css'),
(11441, '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/editor-rtl.min.css', 'wp-includes/blocks/columns/editor-rtl.min.css'),
(11442, '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/editor.css', 'wp-includes/blocks/columns/editor.css'),
(11443, '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/editor.min.css', 'wp-includes/blocks/columns/editor.min.css'),
(11444, '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/style-rtl.css', 'wp-includes/blocks/columns/style-rtl.css'),
(11445, '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/style-rtl.min.css', 'wp-includes/blocks/columns/style-rtl.min.css'),
(11446, '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/style.css', 'wp-includes/blocks/columns/style.css'),
(11447, '/home/forwardbetcasino/public_html/wp-includes/blocks/columns/style.min.css', 'wp-includes/blocks/columns/style.min.css'),
(11448, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-author-name/block.json', 'wp-includes/blocks/comment-author-name/block.json'),
(11449, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-author-name/style-rtl.css', 'wp-includes/blocks/comment-author-name/style-rtl.css'),
(11450, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-author-name/style-rtl.min.css', 'wp-includes/blocks/comment-author-name/style-rtl.min.css'),
(11451, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-author-name/style.css', 'wp-includes/blocks/comment-author-name/style.css'),
(11452, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-author-name/style.min.css', 'wp-includes/blocks/comment-author-name/style.min.css'),
(11453, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-author-name.php', 'wp-includes/blocks/comment-author-name.php'),
(11454, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-content/block.json', 'wp-includes/blocks/comment-content/block.json'),
(11455, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-content/style-rtl.css', 'wp-includes/blocks/comment-content/style-rtl.css'),
(11456, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-content/style-rtl.min.css', 'wp-includes/blocks/comment-content/style-rtl.min.css'),
(11457, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-content/style.css', 'wp-includes/blocks/comment-content/style.css'),
(11458, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-content/style.min.css', 'wp-includes/blocks/comment-content/style.min.css'),
(11459, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-content.php', 'wp-includes/blocks/comment-content.php'),
(11460, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-date/block.json', 'wp-includes/blocks/comment-date/block.json'),
(11461, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-date/style-rtl.css', 'wp-includes/blocks/comment-date/style-rtl.css'),
(11462, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-date/style-rtl.min.css', 'wp-includes/blocks/comment-date/style-rtl.min.css'),
(11463, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-date/style.css', 'wp-includes/blocks/comment-date/style.css'),
(11464, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-date/style.min.css', 'wp-includes/blocks/comment-date/style.min.css'),
(11465, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-date.php', 'wp-includes/blocks/comment-date.php'),
(11466, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-edit-link/block.json', 'wp-includes/blocks/comment-edit-link/block.json'),
(11467, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-edit-link/style-rtl.css', 'wp-includes/blocks/comment-edit-link/style-rtl.css'),
(11468, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-edit-link/style-rtl.min.css', 'wp-includes/blocks/comment-edit-link/style-rtl.min.css'),
(11469, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-edit-link/style.css', 'wp-includes/blocks/comment-edit-link/style.css'),
(11470, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-edit-link/style.min.css', 'wp-includes/blocks/comment-edit-link/style.min.css'),
(11471, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-edit-link.php', 'wp-includes/blocks/comment-edit-link.php'),
(11472, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-reply-link/block.json', 'wp-includes/blocks/comment-reply-link/block.json'),
(11473, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-reply-link/style-rtl.css', 'wp-includes/blocks/comment-reply-link/style-rtl.css'),
(11474, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-reply-link/style-rtl.min.css', 'wp-includes/blocks/comment-reply-link/style-rtl.min.css'),
(11475, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-reply-link/style.css', 'wp-includes/blocks/comment-reply-link/style.css'),
(11476, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-reply-link/style.min.css', 'wp-includes/blocks/comment-reply-link/style.min.css'),
(11477, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-reply-link.php', 'wp-includes/blocks/comment-reply-link.php'),
(11478, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-template/block.json', 'wp-includes/blocks/comment-template/block.json'),
(11479, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-template/style-rtl.css', 'wp-includes/blocks/comment-template/style-rtl.css'),
(11480, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-template/style-rtl.min.css', 'wp-includes/blocks/comment-template/style-rtl.min.css'),
(11481, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-template/style.css', 'wp-includes/blocks/comment-template/style.css'),
(11482, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-template/style.min.css', 'wp-includes/blocks/comment-template/style.min.css'),
(11483, '/home/forwardbetcasino/public_html/wp-includes/blocks/comment-template.php', 'wp-includes/blocks/comment-template.php'),
(11484, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/block.json', 'wp-includes/blocks/comments/block.json'),
(11485, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/editor-rtl.css', 'wp-includes/blocks/comments/editor-rtl.css'),
(11486, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/editor-rtl.min.css', 'wp-includes/blocks/comments/editor-rtl.min.css'),
(11487, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/editor.css', 'wp-includes/blocks/comments/editor.css'),
(11488, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/editor.min.css', 'wp-includes/blocks/comments/editor.min.css'),
(11489, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/style-rtl.css', 'wp-includes/blocks/comments/style-rtl.css'),
(11490, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/style-rtl.min.css', 'wp-includes/blocks/comments/style-rtl.min.css'),
(11491, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/style.css', 'wp-includes/blocks/comments/style.css'),
(11492, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments/style.min.css', 'wp-includes/blocks/comments/style.min.css'),
(11493, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/block.json', 'wp-includes/blocks/comments-pagination/block.json'),
(11494, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/editor-rtl.css', 'wp-includes/blocks/comments-pagination/editor-rtl.css'),
(11495, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/editor-rtl.min.css', 'wp-includes/blocks/comments-pagination/editor-rtl.min.css');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11496, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/editor.css', 'wp-includes/blocks/comments-pagination/editor.css'),
(11497, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/editor.min.css', 'wp-includes/blocks/comments-pagination/editor.min.css'),
(11498, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/style-rtl.css', 'wp-includes/blocks/comments-pagination/style-rtl.css'),
(11499, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/style-rtl.min.css', 'wp-includes/blocks/comments-pagination/style-rtl.min.css'),
(11500, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/style.css', 'wp-includes/blocks/comments-pagination/style.css'),
(11501, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination/style.min.css', 'wp-includes/blocks/comments-pagination/style.min.css'),
(11502, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-next/block.json', 'wp-includes/blocks/comments-pagination-next/block.json'),
(11503, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-next.php', 'wp-includes/blocks/comments-pagination-next.php'),
(11504, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-numbers/block.json', 'wp-includes/blocks/comments-pagination-numbers/block.json'),
(11505, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css', 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.css'),
(11506, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css', 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css'),
(11507, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-numbers/editor.css', 'wp-includes/blocks/comments-pagination-numbers/editor.css'),
(11508, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-numbers/editor.min.css', 'wp-includes/blocks/comments-pagination-numbers/editor.min.css'),
(11509, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-numbers.php', 'wp-includes/blocks/comments-pagination-numbers.php'),
(11510, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-previous/block.json', 'wp-includes/blocks/comments-pagination-previous/block.json'),
(11511, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination-previous.php', 'wp-includes/blocks/comments-pagination-previous.php'),
(11512, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-pagination.php', 'wp-includes/blocks/comments-pagination.php'),
(11513, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-title/block.json', 'wp-includes/blocks/comments-title/block.json'),
(11514, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-title/editor-rtl.css', 'wp-includes/blocks/comments-title/editor-rtl.css'),
(11515, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-title/editor-rtl.min.css', 'wp-includes/blocks/comments-title/editor-rtl.min.css'),
(11516, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-title/editor.css', 'wp-includes/blocks/comments-title/editor.css'),
(11517, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-title/editor.min.css', 'wp-includes/blocks/comments-title/editor.min.css'),
(11518, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments-title.php', 'wp-includes/blocks/comments-title.php'),
(11519, '/home/forwardbetcasino/public_html/wp-includes/blocks/comments.php', 'wp-includes/blocks/comments.php'),
(11520, '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/block.json', 'wp-includes/blocks/cover/block.json'),
(11521, '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/editor-rtl.css', 'wp-includes/blocks/cover/editor-rtl.css'),
(11522, '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/editor-rtl.min.css', 'wp-includes/blocks/cover/editor-rtl.min.css'),
(11523, '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/editor.css', 'wp-includes/blocks/cover/editor.css'),
(11524, '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/editor.min.css', 'wp-includes/blocks/cover/editor.min.css'),
(11525, '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/style-rtl.css', 'wp-includes/blocks/cover/style-rtl.css'),
(11526, '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/style-rtl.min.css', 'wp-includes/blocks/cover/style-rtl.min.css'),
(11527, '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/style.css', 'wp-includes/blocks/cover/style.css'),
(11528, '/home/forwardbetcasino/public_html/wp-includes/blocks/cover/style.min.css', 'wp-includes/blocks/cover/style.min.css'),
(11529, '/home/forwardbetcasino/public_html/wp-includes/blocks/cover.php', 'wp-includes/blocks/cover.php'),
(11530, '/home/forwardbetcasino/public_html/wp-includes/blocks/details/block.json', 'wp-includes/blocks/details/block.json'),
(11531, '/home/forwardbetcasino/public_html/wp-includes/blocks/details/editor-rtl.css', 'wp-includes/blocks/details/editor-rtl.css'),
(11532, '/home/forwardbetcasino/public_html/wp-includes/blocks/details/editor-rtl.min.css', 'wp-includes/blocks/details/editor-rtl.min.css'),
(11533, '/home/forwardbetcasino/public_html/wp-includes/blocks/details/editor.css', 'wp-includes/blocks/details/editor.css'),
(11534, '/home/forwardbetcasino/public_html/wp-includes/blocks/details/editor.min.css', 'wp-includes/blocks/details/editor.min.css'),
(11535, '/home/forwardbetcasino/public_html/wp-includes/blocks/details/style-rtl.css', 'wp-includes/blocks/details/style-rtl.css'),
(11536, '/home/forwardbetcasino/public_html/wp-includes/blocks/details/style-rtl.min.css', 'wp-includes/blocks/details/style-rtl.min.css'),
(11537, '/home/forwardbetcasino/public_html/wp-includes/blocks/details/style.css', 'wp-includes/blocks/details/style.css'),
(11538, '/home/forwardbetcasino/public_html/wp-includes/blocks/details/style.min.css', 'wp-includes/blocks/details/style.min.css'),
(11539, '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/block.json', 'wp-includes/blocks/embed/block.json'),
(11540, '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/editor-rtl.css', 'wp-includes/blocks/embed/editor-rtl.css'),
(11541, '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/editor-rtl.min.css', 'wp-includes/blocks/embed/editor-rtl.min.css'),
(11542, '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/editor.css', 'wp-includes/blocks/embed/editor.css'),
(11543, '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/editor.min.css', 'wp-includes/blocks/embed/editor.min.css'),
(11544, '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/style-rtl.css', 'wp-includes/blocks/embed/style-rtl.css'),
(11545, '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/style-rtl.min.css', 'wp-includes/blocks/embed/style-rtl.min.css'),
(11546, '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/style.css', 'wp-includes/blocks/embed/style.css'),
(11547, '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/style.min.css', 'wp-includes/blocks/embed/style.min.css'),
(11548, '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/theme-rtl.css', 'wp-includes/blocks/embed/theme-rtl.css'),
(11549, '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/theme-rtl.min.css', 'wp-includes/blocks/embed/theme-rtl.min.css'),
(11550, '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/theme.css', 'wp-includes/blocks/embed/theme.css'),
(11551, '/home/forwardbetcasino/public_html/wp-includes/blocks/embed/theme.min.css', 'wp-includes/blocks/embed/theme.min.css'),
(11552, '/home/forwardbetcasino/public_html/wp-includes/blocks/file/block.json', 'wp-includes/blocks/file/block.json'),
(11553, '/home/forwardbetcasino/public_html/wp-includes/blocks/file/editor-rtl.css', 'wp-includes/blocks/file/editor-rtl.css'),
(11554, '/home/forwardbetcasino/public_html/wp-includes/blocks/file/editor-rtl.min.css', 'wp-includes/blocks/file/editor-rtl.min.css'),
(11555, '/home/forwardbetcasino/public_html/wp-includes/blocks/file/editor.css', 'wp-includes/blocks/file/editor.css'),
(11556, '/home/forwardbetcasino/public_html/wp-includes/blocks/file/editor.min.css', 'wp-includes/blocks/file/editor.min.css'),
(11557, '/home/forwardbetcasino/public_html/wp-includes/blocks/file/style-rtl.css', 'wp-includes/blocks/file/style-rtl.css'),
(11558, '/home/forwardbetcasino/public_html/wp-includes/blocks/file/style-rtl.min.css', 'wp-includes/blocks/file/style-rtl.min.css'),
(11559, '/home/forwardbetcasino/public_html/wp-includes/blocks/file/style.css', 'wp-includes/blocks/file/style.css'),
(11560, '/home/forwardbetcasino/public_html/wp-includes/blocks/file/style.min.css', 'wp-includes/blocks/file/style.min.css'),
(11561, '/home/forwardbetcasino/public_html/wp-includes/blocks/file/view.asset.php', 'wp-includes/blocks/file/view.asset.php'),
(11562, '/home/forwardbetcasino/public_html/wp-includes/blocks/file/view.js', 'wp-includes/blocks/file/view.js'),
(11563, '/home/forwardbetcasino/public_html/wp-includes/blocks/file/view.min.asset.php', 'wp-includes/blocks/file/view.min.asset.php'),
(11564, '/home/forwardbetcasino/public_html/wp-includes/blocks/file/view.min.js', 'wp-includes/blocks/file/view.min.js'),
(11565, '/home/forwardbetcasino/public_html/wp-includes/blocks/file.php', 'wp-includes/blocks/file.php'),
(11566, '/home/forwardbetcasino/public_html/wp-includes/blocks/footnotes/block.json', 'wp-includes/blocks/footnotes/block.json'),
(11567, '/home/forwardbetcasino/public_html/wp-includes/blocks/footnotes/style-rtl.css', 'wp-includes/blocks/footnotes/style-rtl.css'),
(11568, '/home/forwardbetcasino/public_html/wp-includes/blocks/footnotes/style-rtl.min.css', 'wp-includes/blocks/footnotes/style-rtl.min.css'),
(11569, '/home/forwardbetcasino/public_html/wp-includes/blocks/footnotes/style.css', 'wp-includes/blocks/footnotes/style.css'),
(11570, '/home/forwardbetcasino/public_html/wp-includes/blocks/footnotes/style.min.css', 'wp-includes/blocks/footnotes/style.min.css'),
(11571, '/home/forwardbetcasino/public_html/wp-includes/blocks/footnotes.php', 'wp-includes/blocks/footnotes.php'),
(11572, '/home/forwardbetcasino/public_html/wp-includes/blocks/freeform/block.json', 'wp-includes/blocks/freeform/block.json'),
(11573, '/home/forwardbetcasino/public_html/wp-includes/blocks/freeform/editor-rtl.css', 'wp-includes/blocks/freeform/editor-rtl.css'),
(11574, '/home/forwardbetcasino/public_html/wp-includes/blocks/freeform/editor-rtl.min.css', 'wp-includes/blocks/freeform/editor-rtl.min.css'),
(11575, '/home/forwardbetcasino/public_html/wp-includes/blocks/freeform/editor.css', 'wp-includes/blocks/freeform/editor.css'),
(11576, '/home/forwardbetcasino/public_html/wp-includes/blocks/freeform/editor.min.css', 'wp-includes/blocks/freeform/editor.min.css'),
(11577, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/block.json', 'wp-includes/blocks/gallery/block.json'),
(11578, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/editor-rtl.css', 'wp-includes/blocks/gallery/editor-rtl.css'),
(11579, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/editor-rtl.min.css', 'wp-includes/blocks/gallery/editor-rtl.min.css'),
(11580, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/editor.css', 'wp-includes/blocks/gallery/editor.css'),
(11581, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/editor.min.css', 'wp-includes/blocks/gallery/editor.min.css'),
(11582, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/style-rtl.css', 'wp-includes/blocks/gallery/style-rtl.css'),
(11583, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/style-rtl.min.css', 'wp-includes/blocks/gallery/style-rtl.min.css'),
(11584, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/style.css', 'wp-includes/blocks/gallery/style.css'),
(11585, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/style.min.css', 'wp-includes/blocks/gallery/style.min.css'),
(11586, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/theme-rtl.css', 'wp-includes/blocks/gallery/theme-rtl.css'),
(11587, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/theme-rtl.min.css', 'wp-includes/blocks/gallery/theme-rtl.min.css'),
(11588, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/theme.css', 'wp-includes/blocks/gallery/theme.css'),
(11589, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery/theme.min.css', 'wp-includes/blocks/gallery/theme.min.css'),
(11590, '/home/forwardbetcasino/public_html/wp-includes/blocks/gallery.php', 'wp-includes/blocks/gallery.php'),
(11591, '/home/forwardbetcasino/public_html/wp-includes/blocks/group/block.json', 'wp-includes/blocks/group/block.json'),
(11592, '/home/forwardbetcasino/public_html/wp-includes/blocks/group/editor-rtl.css', 'wp-includes/blocks/group/editor-rtl.css'),
(11593, '/home/forwardbetcasino/public_html/wp-includes/blocks/group/editor-rtl.min.css', 'wp-includes/blocks/group/editor-rtl.min.css'),
(11594, '/home/forwardbetcasino/public_html/wp-includes/blocks/group/editor.css', 'wp-includes/blocks/group/editor.css'),
(11595, '/home/forwardbetcasino/public_html/wp-includes/blocks/group/editor.min.css', 'wp-includes/blocks/group/editor.min.css'),
(11596, '/home/forwardbetcasino/public_html/wp-includes/blocks/group/style-rtl.css', 'wp-includes/blocks/group/style-rtl.css'),
(11597, '/home/forwardbetcasino/public_html/wp-includes/blocks/group/style-rtl.min.css', 'wp-includes/blocks/group/style-rtl.min.css'),
(11598, '/home/forwardbetcasino/public_html/wp-includes/blocks/group/style.css', 'wp-includes/blocks/group/style.css'),
(11599, '/home/forwardbetcasino/public_html/wp-includes/blocks/group/style.min.css', 'wp-includes/blocks/group/style.min.css'),
(11600, '/home/forwardbetcasino/public_html/wp-includes/blocks/group/theme-rtl.css', 'wp-includes/blocks/group/theme-rtl.css'),
(11601, '/home/forwardbetcasino/public_html/wp-includes/blocks/group/theme-rtl.min.css', 'wp-includes/blocks/group/theme-rtl.min.css'),
(11602, '/home/forwardbetcasino/public_html/wp-includes/blocks/group/theme.css', 'wp-includes/blocks/group/theme.css'),
(11603, '/home/forwardbetcasino/public_html/wp-includes/blocks/group/theme.min.css', 'wp-includes/blocks/group/theme.min.css'),
(11604, '/home/forwardbetcasino/public_html/wp-includes/blocks/heading/block.json', 'wp-includes/blocks/heading/block.json'),
(11605, '/home/forwardbetcasino/public_html/wp-includes/blocks/heading/style-rtl.css', 'wp-includes/blocks/heading/style-rtl.css'),
(11606, '/home/forwardbetcasino/public_html/wp-includes/blocks/heading/style-rtl.min.css', 'wp-includes/blocks/heading/style-rtl.min.css'),
(11607, '/home/forwardbetcasino/public_html/wp-includes/blocks/heading/style.css', 'wp-includes/blocks/heading/style.css'),
(11608, '/home/forwardbetcasino/public_html/wp-includes/blocks/heading/style.min.css', 'wp-includes/blocks/heading/style.min.css'),
(11609, '/home/forwardbetcasino/public_html/wp-includes/blocks/heading.php', 'wp-includes/blocks/heading.php'),
(11610, '/home/forwardbetcasino/public_html/wp-includes/blocks/home-link/block.json', 'wp-includes/blocks/home-link/block.json'),
(11611, '/home/forwardbetcasino/public_html/wp-includes/blocks/home-link.php', 'wp-includes/blocks/home-link.php'),
(11612, '/home/forwardbetcasino/public_html/wp-includes/blocks/html/block.json', 'wp-includes/blocks/html/block.json'),
(11613, '/home/forwardbetcasino/public_html/wp-includes/blocks/html/editor-rtl.css', 'wp-includes/blocks/html/editor-rtl.css'),
(11614, '/home/forwardbetcasino/public_html/wp-includes/blocks/html/editor-rtl.min.css', 'wp-includes/blocks/html/editor-rtl.min.css'),
(11615, '/home/forwardbetcasino/public_html/wp-includes/blocks/html/editor.css', 'wp-includes/blocks/html/editor.css'),
(11616, '/home/forwardbetcasino/public_html/wp-includes/blocks/html/editor.min.css', 'wp-includes/blocks/html/editor.min.css'),
(11617, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/block.json', 'wp-includes/blocks/image/block.json'),
(11618, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/editor-rtl.css', 'wp-includes/blocks/image/editor-rtl.css'),
(11619, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/editor-rtl.min.css', 'wp-includes/blocks/image/editor-rtl.min.css'),
(11620, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/editor.css', 'wp-includes/blocks/image/editor.css'),
(11621, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/editor.min.css', 'wp-includes/blocks/image/editor.min.css'),
(11622, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/style-rtl.css', 'wp-includes/blocks/image/style-rtl.css'),
(11623, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/style-rtl.min.css', 'wp-includes/blocks/image/style-rtl.min.css'),
(11624, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/style.css', 'wp-includes/blocks/image/style.css'),
(11625, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/style.min.css', 'wp-includes/blocks/image/style.min.css'),
(11626, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/theme-rtl.css', 'wp-includes/blocks/image/theme-rtl.css'),
(11627, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/theme-rtl.min.css', 'wp-includes/blocks/image/theme-rtl.min.css'),
(11628, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/theme.css', 'wp-includes/blocks/image/theme.css'),
(11629, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/theme.min.css', 'wp-includes/blocks/image/theme.min.css'),
(11630, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/view.asset.php', 'wp-includes/blocks/image/view.asset.php'),
(11631, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/view.js', 'wp-includes/blocks/image/view.js'),
(11632, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/view.min.asset.php', 'wp-includes/blocks/image/view.min.asset.php'),
(11633, '/home/forwardbetcasino/public_html/wp-includes/blocks/image/view.min.js', 'wp-includes/blocks/image/view.min.js'),
(11634, '/home/forwardbetcasino/public_html/wp-includes/blocks/image.php', 'wp-includes/blocks/image.php'),
(11635, '/home/forwardbetcasino/public_html/wp-includes/blocks/index.php', 'wp-includes/blocks/index.php'),
(11636, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-comments/block.json', 'wp-includes/blocks/latest-comments/block.json'),
(11637, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-comments/style-rtl.css', 'wp-includes/blocks/latest-comments/style-rtl.css'),
(11638, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-comments/style-rtl.min.css', 'wp-includes/blocks/latest-comments/style-rtl.min.css'),
(11639, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-comments/style.css', 'wp-includes/blocks/latest-comments/style.css'),
(11640, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-comments/style.min.css', 'wp-includes/blocks/latest-comments/style.min.css'),
(11641, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-comments.php', 'wp-includes/blocks/latest-comments.php'),
(11642, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/block.json', 'wp-includes/blocks/latest-posts/block.json'),
(11643, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/editor-rtl.css', 'wp-includes/blocks/latest-posts/editor-rtl.css'),
(11644, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/editor-rtl.min.css', 'wp-includes/blocks/latest-posts/editor-rtl.min.css'),
(11645, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/editor.css', 'wp-includes/blocks/latest-posts/editor.css'),
(11646, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/editor.min.css', 'wp-includes/blocks/latest-posts/editor.min.css'),
(11647, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/style-rtl.css', 'wp-includes/blocks/latest-posts/style-rtl.css'),
(11648, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/style-rtl.min.css', 'wp-includes/blocks/latest-posts/style-rtl.min.css'),
(11649, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/style.css', 'wp-includes/blocks/latest-posts/style.css'),
(11650, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts/style.min.css', 'wp-includes/blocks/latest-posts/style.min.css'),
(11651, '/home/forwardbetcasino/public_html/wp-includes/blocks/latest-posts.php', 'wp-includes/blocks/latest-posts.php'),
(11652, '/home/forwardbetcasino/public_html/wp-includes/blocks/legacy-widget/block.json', 'wp-includes/blocks/legacy-widget/block.json'),
(11653, '/home/forwardbetcasino/public_html/wp-includes/blocks/legacy-widget.php', 'wp-includes/blocks/legacy-widget.php'),
(11654, '/home/forwardbetcasino/public_html/wp-includes/blocks/list/block.json', 'wp-includes/blocks/list/block.json'),
(11655, '/home/forwardbetcasino/public_html/wp-includes/blocks/list/style-rtl.css', 'wp-includes/blocks/list/style-rtl.css'),
(11656, '/home/forwardbetcasino/public_html/wp-includes/blocks/list/style-rtl.min.css', 'wp-includes/blocks/list/style-rtl.min.css'),
(11657, '/home/forwardbetcasino/public_html/wp-includes/blocks/list/style.css', 'wp-includes/blocks/list/style.css'),
(11658, '/home/forwardbetcasino/public_html/wp-includes/blocks/list/style.min.css', 'wp-includes/blocks/list/style.min.css'),
(11659, '/home/forwardbetcasino/public_html/wp-includes/blocks/list-item/block.json', 'wp-includes/blocks/list-item/block.json'),
(11660, '/home/forwardbetcasino/public_html/wp-includes/blocks/list.php', 'wp-includes/blocks/list.php'),
(11661, '/home/forwardbetcasino/public_html/wp-includes/blocks/loginout/block.json', 'wp-includes/blocks/loginout/block.json'),
(11662, '/home/forwardbetcasino/public_html/wp-includes/blocks/loginout/style-rtl.css', 'wp-includes/blocks/loginout/style-rtl.css'),
(11663, '/home/forwardbetcasino/public_html/wp-includes/blocks/loginout/style-rtl.min.css', 'wp-includes/blocks/loginout/style-rtl.min.css'),
(11664, '/home/forwardbetcasino/public_html/wp-includes/blocks/loginout/style.css', 'wp-includes/blocks/loginout/style.css'),
(11665, '/home/forwardbetcasino/public_html/wp-includes/blocks/loginout/style.min.css', 'wp-includes/blocks/loginout/style.min.css'),
(11666, '/home/forwardbetcasino/public_html/wp-includes/blocks/loginout.php', 'wp-includes/blocks/loginout.php'),
(11667, '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/block.json', 'wp-includes/blocks/media-text/block.json'),
(11668, '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/editor-rtl.css', 'wp-includes/blocks/media-text/editor-rtl.css'),
(11669, '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/editor-rtl.min.css', 'wp-includes/blocks/media-text/editor-rtl.min.css'),
(11670, '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/editor.css', 'wp-includes/blocks/media-text/editor.css'),
(11671, '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/editor.min.css', 'wp-includes/blocks/media-text/editor.min.css'),
(11672, '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/style-rtl.css', 'wp-includes/blocks/media-text/style-rtl.css'),
(11673, '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/style-rtl.min.css', 'wp-includes/blocks/media-text/style-rtl.min.css'),
(11674, '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/style.css', 'wp-includes/blocks/media-text/style.css'),
(11675, '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text/style.min.css', 'wp-includes/blocks/media-text/style.min.css'),
(11676, '/home/forwardbetcasino/public_html/wp-includes/blocks/media-text.php', 'wp-includes/blocks/media-text.php'),
(11677, '/home/forwardbetcasino/public_html/wp-includes/blocks/missing/block.json', 'wp-includes/blocks/missing/block.json'),
(11678, '/home/forwardbetcasino/public_html/wp-includes/blocks/more/block.json', 'wp-includes/blocks/more/block.json'),
(11679, '/home/forwardbetcasino/public_html/wp-includes/blocks/more/editor-rtl.css', 'wp-includes/blocks/more/editor-rtl.css'),
(11680, '/home/forwardbetcasino/public_html/wp-includes/blocks/more/editor-rtl.min.css', 'wp-includes/blocks/more/editor-rtl.min.css'),
(11681, '/home/forwardbetcasino/public_html/wp-includes/blocks/more/editor.css', 'wp-includes/blocks/more/editor.css'),
(11682, '/home/forwardbetcasino/public_html/wp-includes/blocks/more/editor.min.css', 'wp-includes/blocks/more/editor.min.css'),
(11683, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/block.json', 'wp-includes/blocks/navigation/block.json'),
(11684, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/editor-rtl.css', 'wp-includes/blocks/navigation/editor-rtl.css'),
(11685, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/editor-rtl.min.css', 'wp-includes/blocks/navigation/editor-rtl.min.css'),
(11686, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/editor.css', 'wp-includes/blocks/navigation/editor.css'),
(11687, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/editor.min.css', 'wp-includes/blocks/navigation/editor.min.css'),
(11688, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/style-rtl.css', 'wp-includes/blocks/navigation/style-rtl.css'),
(11689, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/style-rtl.min.css', 'wp-includes/blocks/navigation/style-rtl.min.css'),
(11690, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/style.css', 'wp-includes/blocks/navigation/style.css'),
(11691, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/style.min.css', 'wp-includes/blocks/navigation/style.min.css'),
(11692, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/view-modal.asset.php', 'wp-includes/blocks/navigation/view-modal.asset.php'),
(11693, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/view-modal.min.asset.php', 'wp-includes/blocks/navigation/view-modal.min.asset.php'),
(11694, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/view.asset.php', 'wp-includes/blocks/navigation/view.asset.php'),
(11695, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/view.js', 'wp-includes/blocks/navigation/view.js'),
(11696, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/view.min.asset.php', 'wp-includes/blocks/navigation/view.min.asset.php'),
(11697, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation/view.min.js', 'wp-includes/blocks/navigation/view.min.js'),
(11698, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/block.json', 'wp-includes/blocks/navigation-link/block.json'),
(11699, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/editor-rtl.css', 'wp-includes/blocks/navigation-link/editor-rtl.css'),
(11700, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/editor-rtl.min.css', 'wp-includes/blocks/navigation-link/editor-rtl.min.css'),
(11701, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/editor.css', 'wp-includes/blocks/navigation-link/editor.css'),
(11702, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/editor.min.css', 'wp-includes/blocks/navigation-link/editor.min.css'),
(11703, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/style-rtl.css', 'wp-includes/blocks/navigation-link/style-rtl.css'),
(11704, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/style-rtl.min.css', 'wp-includes/blocks/navigation-link/style-rtl.min.css'),
(11705, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/style.css', 'wp-includes/blocks/navigation-link/style.css'),
(11706, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link/style.min.css', 'wp-includes/blocks/navigation-link/style.min.css'),
(11707, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-link.php', 'wp-includes/blocks/navigation-link.php'),
(11708, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-submenu/block.json', 'wp-includes/blocks/navigation-submenu/block.json'),
(11709, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.css', 'wp-includes/blocks/navigation-submenu/editor-rtl.css'),
(11710, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.min.css', 'wp-includes/blocks/navigation-submenu/editor-rtl.min.css'),
(11711, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-submenu/editor.css', 'wp-includes/blocks/navigation-submenu/editor.css'),
(11712, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-submenu/editor.min.css', 'wp-includes/blocks/navigation-submenu/editor.min.css'),
(11713, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation-submenu.php', 'wp-includes/blocks/navigation-submenu.php'),
(11714, '/home/forwardbetcasino/public_html/wp-includes/blocks/navigation.php', 'wp-includes/blocks/navigation.php'),
(11715, '/home/forwardbetcasino/public_html/wp-includes/blocks/nextpage/block.json', 'wp-includes/blocks/nextpage/block.json'),
(11716, '/home/forwardbetcasino/public_html/wp-includes/blocks/nextpage/editor-rtl.css', 'wp-includes/blocks/nextpage/editor-rtl.css'),
(11717, '/home/forwardbetcasino/public_html/wp-includes/blocks/nextpage/editor-rtl.min.css', 'wp-includes/blocks/nextpage/editor-rtl.min.css'),
(11718, '/home/forwardbetcasino/public_html/wp-includes/blocks/nextpage/editor.css', 'wp-includes/blocks/nextpage/editor.css'),
(11719, '/home/forwardbetcasino/public_html/wp-includes/blocks/nextpage/editor.min.css', 'wp-includes/blocks/nextpage/editor.min.css'),
(11720, '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list/block.json', 'wp-includes/blocks/page-list/block.json'),
(11721, '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list/editor-rtl.css', 'wp-includes/blocks/page-list/editor-rtl.css'),
(11722, '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list/editor-rtl.min.css', 'wp-includes/blocks/page-list/editor-rtl.min.css'),
(11723, '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list/editor.css', 'wp-includes/blocks/page-list/editor.css'),
(11724, '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list/editor.min.css', 'wp-includes/blocks/page-list/editor.min.css'),
(11725, '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list/style-rtl.css', 'wp-includes/blocks/page-list/style-rtl.css'),
(11726, '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list/style-rtl.min.css', 'wp-includes/blocks/page-list/style-rtl.min.css'),
(11727, '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list/style.css', 'wp-includes/blocks/page-list/style.css'),
(11728, '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list/style.min.css', 'wp-includes/blocks/page-list/style.min.css'),
(11729, '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list-item/block.json', 'wp-includes/blocks/page-list-item/block.json'),
(11730, '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list-item.php', 'wp-includes/blocks/page-list-item.php'),
(11731, '/home/forwardbetcasino/public_html/wp-includes/blocks/page-list.php', 'wp-includes/blocks/page-list.php'),
(11732, '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/block.json', 'wp-includes/blocks/paragraph/block.json'),
(11733, '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/editor-rtl.css', 'wp-includes/blocks/paragraph/editor-rtl.css'),
(11734, '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/editor-rtl.min.css', 'wp-includes/blocks/paragraph/editor-rtl.min.css'),
(11735, '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/editor.css', 'wp-includes/blocks/paragraph/editor.css'),
(11736, '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/editor.min.css', 'wp-includes/blocks/paragraph/editor.min.css'),
(11737, '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/style-rtl.css', 'wp-includes/blocks/paragraph/style-rtl.css'),
(11738, '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/style-rtl.min.css', 'wp-includes/blocks/paragraph/style-rtl.min.css'),
(11739, '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/style.css', 'wp-includes/blocks/paragraph/style.css'),
(11740, '/home/forwardbetcasino/public_html/wp-includes/blocks/paragraph/style.min.css', 'wp-includes/blocks/paragraph/style.min.css'),
(11741, '/home/forwardbetcasino/public_html/wp-includes/blocks/pattern/block.json', 'wp-includes/blocks/pattern/block.json'),
(11742, '/home/forwardbetcasino/public_html/wp-includes/blocks/pattern.php', 'wp-includes/blocks/pattern.php'),
(11743, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author/block.json', 'wp-includes/blocks/post-author/block.json'),
(11744, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author/editor-rtl.css', 'wp-includes/blocks/post-author/editor-rtl.css'),
(11745, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author/editor-rtl.min.css', 'wp-includes/blocks/post-author/editor-rtl.min.css'),
(11746, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author/editor.css', 'wp-includes/blocks/post-author/editor.css'),
(11747, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author/editor.min.css', 'wp-includes/blocks/post-author/editor.min.css'),
(11748, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author/style-rtl.css', 'wp-includes/blocks/post-author/style-rtl.css'),
(11749, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author/style-rtl.min.css', 'wp-includes/blocks/post-author/style-rtl.min.css'),
(11750, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author/style.css', 'wp-includes/blocks/post-author/style.css'),
(11751, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author/style.min.css', 'wp-includes/blocks/post-author/style.min.css'),
(11752, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-biography/block.json', 'wp-includes/blocks/post-author-biography/block.json'),
(11753, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-biography/style-rtl.css', 'wp-includes/blocks/post-author-biography/style-rtl.css'),
(11754, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-biography/style-rtl.min.css', 'wp-includes/blocks/post-author-biography/style-rtl.min.css'),
(11755, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-biography/style.css', 'wp-includes/blocks/post-author-biography/style.css'),
(11756, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-biography/style.min.css', 'wp-includes/blocks/post-author-biography/style.min.css'),
(11757, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-biography.php', 'wp-includes/blocks/post-author-biography.php'),
(11758, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-name/block.json', 'wp-includes/blocks/post-author-name/block.json'),
(11759, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-name/style-rtl.css', 'wp-includes/blocks/post-author-name/style-rtl.css'),
(11760, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-name/style-rtl.min.css', 'wp-includes/blocks/post-author-name/style-rtl.min.css'),
(11761, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-name/style.css', 'wp-includes/blocks/post-author-name/style.css'),
(11762, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-name/style.min.css', 'wp-includes/blocks/post-author-name/style.min.css'),
(11763, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author-name.php', 'wp-includes/blocks/post-author-name.php'),
(11764, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-author.php', 'wp-includes/blocks/post-author.php'),
(11765, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/block.json', 'wp-includes/blocks/post-comments-form/block.json'),
(11766, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/editor-rtl.css', 'wp-includes/blocks/post-comments-form/editor-rtl.css'),
(11767, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/editor-rtl.min.css', 'wp-includes/blocks/post-comments-form/editor-rtl.min.css'),
(11768, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/editor.css', 'wp-includes/blocks/post-comments-form/editor.css'),
(11769, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/editor.min.css', 'wp-includes/blocks/post-comments-form/editor.min.css'),
(11770, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/style-rtl.css', 'wp-includes/blocks/post-comments-form/style-rtl.css'),
(11771, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/style-rtl.min.css', 'wp-includes/blocks/post-comments-form/style-rtl.min.css'),
(11772, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/style.css', 'wp-includes/blocks/post-comments-form/style.css'),
(11773, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form/style.min.css', 'wp-includes/blocks/post-comments-form/style.min.css'),
(11774, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-comments-form.php', 'wp-includes/blocks/post-comments-form.php'),
(11775, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/block.json', 'wp-includes/blocks/post-content/block.json'),
(11776, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/editor-rtl.css', 'wp-includes/blocks/post-content/editor-rtl.css'),
(11777, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/editor-rtl.min.css', 'wp-includes/blocks/post-content/editor-rtl.min.css'),
(11778, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/editor.css', 'wp-includes/blocks/post-content/editor.css'),
(11779, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/editor.min.css', 'wp-includes/blocks/post-content/editor.min.css'),
(11780, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/style-rtl.css', 'wp-includes/blocks/post-content/style-rtl.css'),
(11781, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/style-rtl.min.css', 'wp-includes/blocks/post-content/style-rtl.min.css'),
(11782, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/style.css', 'wp-includes/blocks/post-content/style.css'),
(11783, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content/style.min.css', 'wp-includes/blocks/post-content/style.min.css'),
(11784, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-content.php', 'wp-includes/blocks/post-content.php'),
(11785, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-date/block.json', 'wp-includes/blocks/post-date/block.json'),
(11786, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-date/style-rtl.css', 'wp-includes/blocks/post-date/style-rtl.css'),
(11787, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-date/style-rtl.min.css', 'wp-includes/blocks/post-date/style-rtl.min.css'),
(11788, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-date/style.css', 'wp-includes/blocks/post-date/style.css'),
(11789, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-date/style.min.css', 'wp-includes/blocks/post-date/style.min.css'),
(11790, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-date.php', 'wp-includes/blocks/post-date.php'),
(11791, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/block.json', 'wp-includes/blocks/post-excerpt/block.json'),
(11792, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/editor-rtl.css', 'wp-includes/blocks/post-excerpt/editor-rtl.css'),
(11793, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/editor-rtl.min.css', 'wp-includes/blocks/post-excerpt/editor-rtl.min.css'),
(11794, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/editor.css', 'wp-includes/blocks/post-excerpt/editor.css'),
(11795, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/editor.min.css', 'wp-includes/blocks/post-excerpt/editor.min.css'),
(11796, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/style-rtl.css', 'wp-includes/blocks/post-excerpt/style-rtl.css'),
(11797, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/style-rtl.min.css', 'wp-includes/blocks/post-excerpt/style-rtl.min.css'),
(11798, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/style.css', 'wp-includes/blocks/post-excerpt/style.css'),
(11799, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt/style.min.css', 'wp-includes/blocks/post-excerpt/style.min.css'),
(11800, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-excerpt.php', 'wp-includes/blocks/post-excerpt.php'),
(11801, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/block.json', 'wp-includes/blocks/post-featured-image/block.json'),
(11802, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/editor-rtl.css', 'wp-includes/blocks/post-featured-image/editor-rtl.css'),
(11803, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/editor-rtl.min.css', 'wp-includes/blocks/post-featured-image/editor-rtl.min.css'),
(11804, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/editor.css', 'wp-includes/blocks/post-featured-image/editor.css'),
(11805, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/editor.min.css', 'wp-includes/blocks/post-featured-image/editor.min.css'),
(11806, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/style-rtl.css', 'wp-includes/blocks/post-featured-image/style-rtl.css'),
(11807, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/style-rtl.min.css', 'wp-includes/blocks/post-featured-image/style-rtl.min.css'),
(11808, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/style.css', 'wp-includes/blocks/post-featured-image/style.css'),
(11809, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image/style.min.css', 'wp-includes/blocks/post-featured-image/style.min.css'),
(11810, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-featured-image.php', 'wp-includes/blocks/post-featured-image.php'),
(11811, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-navigation-link/block.json', 'wp-includes/blocks/post-navigation-link/block.json'),
(11812, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-navigation-link/style-rtl.css', 'wp-includes/blocks/post-navigation-link/style-rtl.css'),
(11813, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-navigation-link/style-rtl.min.css', 'wp-includes/blocks/post-navigation-link/style-rtl.min.css'),
(11814, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-navigation-link/style.css', 'wp-includes/blocks/post-navigation-link/style.css'),
(11815, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-navigation-link/style.min.css', 'wp-includes/blocks/post-navigation-link/style.min.css'),
(11816, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-navigation-link.php', 'wp-includes/blocks/post-navigation-link.php'),
(11817, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/block.json', 'wp-includes/blocks/post-template/block.json'),
(11818, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/editor-rtl.css', 'wp-includes/blocks/post-template/editor-rtl.css'),
(11819, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/editor-rtl.min.css', 'wp-includes/blocks/post-template/editor-rtl.min.css'),
(11820, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/editor.css', 'wp-includes/blocks/post-template/editor.css'),
(11821, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/editor.min.css', 'wp-includes/blocks/post-template/editor.min.css'),
(11822, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/style-rtl.css', 'wp-includes/blocks/post-template/style-rtl.css'),
(11823, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/style-rtl.min.css', 'wp-includes/blocks/post-template/style-rtl.min.css'),
(11824, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/style.css', 'wp-includes/blocks/post-template/style.css'),
(11825, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template/style.min.css', 'wp-includes/blocks/post-template/style.min.css'),
(11826, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-template.php', 'wp-includes/blocks/post-template.php'),
(11827, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-terms/block.json', 'wp-includes/blocks/post-terms/block.json'),
(11828, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-terms/style-rtl.css', 'wp-includes/blocks/post-terms/style-rtl.css'),
(11829, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-terms/style-rtl.min.css', 'wp-includes/blocks/post-terms/style-rtl.min.css'),
(11830, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-terms/style.css', 'wp-includes/blocks/post-terms/style.css'),
(11831, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-terms/style.min.css', 'wp-includes/blocks/post-terms/style.min.css'),
(11832, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-terms.php', 'wp-includes/blocks/post-terms.php'),
(11833, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-title/block.json', 'wp-includes/blocks/post-title/block.json'),
(11834, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-title/style-rtl.css', 'wp-includes/blocks/post-title/style-rtl.css'),
(11835, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-title/style-rtl.min.css', 'wp-includes/blocks/post-title/style-rtl.min.css'),
(11836, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-title/style.css', 'wp-includes/blocks/post-title/style.css'),
(11837, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-title/style.min.css', 'wp-includes/blocks/post-title/style.min.css'),
(11838, '/home/forwardbetcasino/public_html/wp-includes/blocks/post-title.php', 'wp-includes/blocks/post-title.php'),
(11839, '/home/forwardbetcasino/public_html/wp-includes/blocks/preformatted/block.json', 'wp-includes/blocks/preformatted/block.json'),
(11840, '/home/forwardbetcasino/public_html/wp-includes/blocks/preformatted/style-rtl.css', 'wp-includes/blocks/preformatted/style-rtl.css'),
(11841, '/home/forwardbetcasino/public_html/wp-includes/blocks/preformatted/style-rtl.min.css', 'wp-includes/blocks/preformatted/style-rtl.min.css'),
(11842, '/home/forwardbetcasino/public_html/wp-includes/blocks/preformatted/style.css', 'wp-includes/blocks/preformatted/style.css'),
(11843, '/home/forwardbetcasino/public_html/wp-includes/blocks/preformatted/style.min.css', 'wp-includes/blocks/preformatted/style.min.css'),
(11844, '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/block.json', 'wp-includes/blocks/pullquote/block.json'),
(11845, '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/editor-rtl.css', 'wp-includes/blocks/pullquote/editor-rtl.css'),
(11846, '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/editor-rtl.min.css', 'wp-includes/blocks/pullquote/editor-rtl.min.css'),
(11847, '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/editor.css', 'wp-includes/blocks/pullquote/editor.css'),
(11848, '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/editor.min.css', 'wp-includes/blocks/pullquote/editor.min.css'),
(11849, '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/style-rtl.css', 'wp-includes/blocks/pullquote/style-rtl.css'),
(11850, '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/style-rtl.min.css', 'wp-includes/blocks/pullquote/style-rtl.min.css'),
(11851, '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/style.css', 'wp-includes/blocks/pullquote/style.css'),
(11852, '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/style.min.css', 'wp-includes/blocks/pullquote/style.min.css'),
(11853, '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/theme-rtl.css', 'wp-includes/blocks/pullquote/theme-rtl.css'),
(11854, '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/theme-rtl.min.css', 'wp-includes/blocks/pullquote/theme-rtl.min.css'),
(11855, '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/theme.css', 'wp-includes/blocks/pullquote/theme.css'),
(11856, '/home/forwardbetcasino/public_html/wp-includes/blocks/pullquote/theme.min.css', 'wp-includes/blocks/pullquote/theme.min.css'),
(11857, '/home/forwardbetcasino/public_html/wp-includes/blocks/query/block.json', 'wp-includes/blocks/query/block.json'),
(11858, '/home/forwardbetcasino/public_html/wp-includes/blocks/query/editor-rtl.css', 'wp-includes/blocks/query/editor-rtl.css'),
(11859, '/home/forwardbetcasino/public_html/wp-includes/blocks/query/editor-rtl.min.css', 'wp-includes/blocks/query/editor-rtl.min.css'),
(11860, '/home/forwardbetcasino/public_html/wp-includes/blocks/query/editor.css', 'wp-includes/blocks/query/editor.css'),
(11861, '/home/forwardbetcasino/public_html/wp-includes/blocks/query/editor.min.css', 'wp-includes/blocks/query/editor.min.css'),
(11862, '/home/forwardbetcasino/public_html/wp-includes/blocks/query/view.asset.php', 'wp-includes/blocks/query/view.asset.php'),
(11863, '/home/forwardbetcasino/public_html/wp-includes/blocks/query/view.js', 'wp-includes/blocks/query/view.js'),
(11864, '/home/forwardbetcasino/public_html/wp-includes/blocks/query/view.min.asset.php', 'wp-includes/blocks/query/view.min.asset.php'),
(11865, '/home/forwardbetcasino/public_html/wp-includes/blocks/query/view.min.js', 'wp-includes/blocks/query/view.min.js');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11866, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-no-results/block.json', 'wp-includes/blocks/query-no-results/block.json'),
(11867, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-no-results.php', 'wp-includes/blocks/query-no-results.php'),
(11868, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/block.json', 'wp-includes/blocks/query-pagination/block.json'),
(11869, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/editor-rtl.css', 'wp-includes/blocks/query-pagination/editor-rtl.css'),
(11870, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/editor-rtl.min.css', 'wp-includes/blocks/query-pagination/editor-rtl.min.css'),
(11871, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/editor.css', 'wp-includes/blocks/query-pagination/editor.css'),
(11872, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/editor.min.css', 'wp-includes/blocks/query-pagination/editor.min.css'),
(11873, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/style-rtl.css', 'wp-includes/blocks/query-pagination/style-rtl.css'),
(11874, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/style-rtl.min.css', 'wp-includes/blocks/query-pagination/style-rtl.min.css'),
(11875, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/style.css', 'wp-includes/blocks/query-pagination/style.css'),
(11876, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination/style.min.css', 'wp-includes/blocks/query-pagination/style.min.css'),
(11877, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-next/block.json', 'wp-includes/blocks/query-pagination-next/block.json'),
(11878, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-next.php', 'wp-includes/blocks/query-pagination-next.php'),
(11879, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-numbers/block.json', 'wp-includes/blocks/query-pagination-numbers/block.json'),
(11880, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.css', 'wp-includes/blocks/query-pagination-numbers/editor-rtl.css'),
(11881, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css', 'wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css'),
(11882, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-numbers/editor.css', 'wp-includes/blocks/query-pagination-numbers/editor.css'),
(11883, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-numbers/editor.min.css', 'wp-includes/blocks/query-pagination-numbers/editor.min.css'),
(11884, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-numbers.php', 'wp-includes/blocks/query-pagination-numbers.php'),
(11885, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-previous/block.json', 'wp-includes/blocks/query-pagination-previous/block.json'),
(11886, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination-previous.php', 'wp-includes/blocks/query-pagination-previous.php'),
(11887, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-pagination.php', 'wp-includes/blocks/query-pagination.php'),
(11888, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-title/block.json', 'wp-includes/blocks/query-title/block.json'),
(11889, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-title/style-rtl.css', 'wp-includes/blocks/query-title/style-rtl.css'),
(11890, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-title/style-rtl.min.css', 'wp-includes/blocks/query-title/style-rtl.min.css'),
(11891, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-title/style.css', 'wp-includes/blocks/query-title/style.css'),
(11892, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-title/style.min.css', 'wp-includes/blocks/query-title/style.min.css'),
(11893, '/home/forwardbetcasino/public_html/wp-includes/blocks/query-title.php', 'wp-includes/blocks/query-title.php'),
(11894, '/home/forwardbetcasino/public_html/wp-includes/blocks/query.php', 'wp-includes/blocks/query.php'),
(11895, '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/block.json', 'wp-includes/blocks/quote/block.json'),
(11896, '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/style-rtl.css', 'wp-includes/blocks/quote/style-rtl.css'),
(11897, '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/style-rtl.min.css', 'wp-includes/blocks/quote/style-rtl.min.css'),
(11898, '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/style.css', 'wp-includes/blocks/quote/style.css'),
(11899, '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/style.min.css', 'wp-includes/blocks/quote/style.min.css'),
(11900, '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/theme-rtl.css', 'wp-includes/blocks/quote/theme-rtl.css'),
(11901, '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/theme-rtl.min.css', 'wp-includes/blocks/quote/theme-rtl.min.css'),
(11902, '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/theme.css', 'wp-includes/blocks/quote/theme.css'),
(11903, '/home/forwardbetcasino/public_html/wp-includes/blocks/quote/theme.min.css', 'wp-includes/blocks/quote/theme.min.css'),
(11904, '/home/forwardbetcasino/public_html/wp-includes/blocks/read-more/block.json', 'wp-includes/blocks/read-more/block.json'),
(11905, '/home/forwardbetcasino/public_html/wp-includes/blocks/read-more/style-rtl.css', 'wp-includes/blocks/read-more/style-rtl.css'),
(11906, '/home/forwardbetcasino/public_html/wp-includes/blocks/read-more/style-rtl.min.css', 'wp-includes/blocks/read-more/style-rtl.min.css'),
(11907, '/home/forwardbetcasino/public_html/wp-includes/blocks/read-more/style.css', 'wp-includes/blocks/read-more/style.css'),
(11908, '/home/forwardbetcasino/public_html/wp-includes/blocks/read-more/style.min.css', 'wp-includes/blocks/read-more/style.min.css'),
(11909, '/home/forwardbetcasino/public_html/wp-includes/blocks/read-more.php', 'wp-includes/blocks/read-more.php'),
(11910, '/home/forwardbetcasino/public_html/wp-includes/blocks/require-dynamic-blocks.php', 'wp-includes/blocks/require-dynamic-blocks.php'),
(11911, '/home/forwardbetcasino/public_html/wp-includes/blocks/require-static-blocks.php', 'wp-includes/blocks/require-static-blocks.php'),
(11912, '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/block.json', 'wp-includes/blocks/rss/block.json'),
(11913, '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/editor-rtl.css', 'wp-includes/blocks/rss/editor-rtl.css'),
(11914, '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/editor-rtl.min.css', 'wp-includes/blocks/rss/editor-rtl.min.css'),
(11915, '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/editor.css', 'wp-includes/blocks/rss/editor.css'),
(11916, '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/editor.min.css', 'wp-includes/blocks/rss/editor.min.css'),
(11917, '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/style-rtl.css', 'wp-includes/blocks/rss/style-rtl.css'),
(11918, '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/style-rtl.min.css', 'wp-includes/blocks/rss/style-rtl.min.css'),
(11919, '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/style.css', 'wp-includes/blocks/rss/style.css'),
(11920, '/home/forwardbetcasino/public_html/wp-includes/blocks/rss/style.min.css', 'wp-includes/blocks/rss/style.min.css'),
(11921, '/home/forwardbetcasino/public_html/wp-includes/blocks/rss.php', 'wp-includes/blocks/rss.php'),
(11922, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/block.json', 'wp-includes/blocks/search/block.json'),
(11923, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/editor-rtl.css', 'wp-includes/blocks/search/editor-rtl.css'),
(11924, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/editor-rtl.min.css', 'wp-includes/blocks/search/editor-rtl.min.css'),
(11925, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/editor.css', 'wp-includes/blocks/search/editor.css'),
(11926, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/editor.min.css', 'wp-includes/blocks/search/editor.min.css'),
(11927, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/style-rtl.css', 'wp-includes/blocks/search/style-rtl.css'),
(11928, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/style-rtl.min.css', 'wp-includes/blocks/search/style-rtl.min.css'),
(11929, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/style.css', 'wp-includes/blocks/search/style.css'),
(11930, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/style.min.css', 'wp-includes/blocks/search/style.min.css'),
(11931, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/theme-rtl.css', 'wp-includes/blocks/search/theme-rtl.css'),
(11932, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/theme-rtl.min.css', 'wp-includes/blocks/search/theme-rtl.min.css'),
(11933, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/theme.css', 'wp-includes/blocks/search/theme.css'),
(11934, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/theme.min.css', 'wp-includes/blocks/search/theme.min.css'),
(11935, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/view.asset.php', 'wp-includes/blocks/search/view.asset.php'),
(11936, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/view.js', 'wp-includes/blocks/search/view.js'),
(11937, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/view.min.asset.php', 'wp-includes/blocks/search/view.min.asset.php'),
(11938, '/home/forwardbetcasino/public_html/wp-includes/blocks/search/view.min.js', 'wp-includes/blocks/search/view.min.js'),
(11939, '/home/forwardbetcasino/public_html/wp-includes/blocks/search.php', 'wp-includes/blocks/search.php'),
(11940, '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/block.json', 'wp-includes/blocks/separator/block.json'),
(11941, '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/editor-rtl.css', 'wp-includes/blocks/separator/editor-rtl.css'),
(11942, '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/editor-rtl.min.css', 'wp-includes/blocks/separator/editor-rtl.min.css'),
(11943, '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/editor.css', 'wp-includes/blocks/separator/editor.css'),
(11944, '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/editor.min.css', 'wp-includes/blocks/separator/editor.min.css'),
(11945, '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/style-rtl.css', 'wp-includes/blocks/separator/style-rtl.css'),
(11946, '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/style-rtl.min.css', 'wp-includes/blocks/separator/style-rtl.min.css'),
(11947, '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/style.css', 'wp-includes/blocks/separator/style.css'),
(11948, '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/style.min.css', 'wp-includes/blocks/separator/style.min.css'),
(11949, '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/theme-rtl.css', 'wp-includes/blocks/separator/theme-rtl.css'),
(11950, '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/theme-rtl.min.css', 'wp-includes/blocks/separator/theme-rtl.min.css'),
(11951, '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/theme.css', 'wp-includes/blocks/separator/theme.css'),
(11952, '/home/forwardbetcasino/public_html/wp-includes/blocks/separator/theme.min.css', 'wp-includes/blocks/separator/theme.min.css'),
(11953, '/home/forwardbetcasino/public_html/wp-includes/blocks/shortcode/block.json', 'wp-includes/blocks/shortcode/block.json'),
(11954, '/home/forwardbetcasino/public_html/wp-includes/blocks/shortcode/editor-rtl.css', 'wp-includes/blocks/shortcode/editor-rtl.css'),
(11955, '/home/forwardbetcasino/public_html/wp-includes/blocks/shortcode/editor-rtl.min.css', 'wp-includes/blocks/shortcode/editor-rtl.min.css'),
(11956, '/home/forwardbetcasino/public_html/wp-includes/blocks/shortcode/editor.css', 'wp-includes/blocks/shortcode/editor.css'),
(11957, '/home/forwardbetcasino/public_html/wp-includes/blocks/shortcode/editor.min.css', 'wp-includes/blocks/shortcode/editor.min.css'),
(11958, '/home/forwardbetcasino/public_html/wp-includes/blocks/shortcode.php', 'wp-includes/blocks/shortcode.php'),
(11959, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/block.json', 'wp-includes/blocks/site-logo/block.json'),
(11960, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/editor-rtl.css', 'wp-includes/blocks/site-logo/editor-rtl.css'),
(11961, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/editor-rtl.min.css', 'wp-includes/blocks/site-logo/editor-rtl.min.css'),
(11962, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/editor.css', 'wp-includes/blocks/site-logo/editor.css'),
(11963, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/editor.min.css', 'wp-includes/blocks/site-logo/editor.min.css'),
(11964, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/style-rtl.css', 'wp-includes/blocks/site-logo/style-rtl.css'),
(11965, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/style-rtl.min.css', 'wp-includes/blocks/site-logo/style-rtl.min.css'),
(11966, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/style.css', 'wp-includes/blocks/site-logo/style.css'),
(11967, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo/style.min.css', 'wp-includes/blocks/site-logo/style.min.css'),
(11968, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-logo.php', 'wp-includes/blocks/site-logo.php'),
(11969, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/block.json', 'wp-includes/blocks/site-tagline/block.json'),
(11970, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/editor-rtl.css', 'wp-includes/blocks/site-tagline/editor-rtl.css'),
(11971, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/editor-rtl.min.css', 'wp-includes/blocks/site-tagline/editor-rtl.min.css'),
(11972, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/editor.css', 'wp-includes/blocks/site-tagline/editor.css'),
(11973, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/editor.min.css', 'wp-includes/blocks/site-tagline/editor.min.css'),
(11974, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/style-rtl.css', 'wp-includes/blocks/site-tagline/style-rtl.css'),
(11975, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/style-rtl.min.css', 'wp-includes/blocks/site-tagline/style-rtl.min.css'),
(11976, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/style.css', 'wp-includes/blocks/site-tagline/style.css'),
(11977, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline/style.min.css', 'wp-includes/blocks/site-tagline/style.min.css'),
(11978, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-tagline.php', 'wp-includes/blocks/site-tagline.php'),
(11979, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/block.json', 'wp-includes/blocks/site-title/block.json'),
(11980, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/editor-rtl.css', 'wp-includes/blocks/site-title/editor-rtl.css'),
(11981, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/editor-rtl.min.css', 'wp-includes/blocks/site-title/editor-rtl.min.css'),
(11982, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/editor.css', 'wp-includes/blocks/site-title/editor.css'),
(11983, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/editor.min.css', 'wp-includes/blocks/site-title/editor.min.css'),
(11984, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/style-rtl.css', 'wp-includes/blocks/site-title/style-rtl.css'),
(11985, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/style-rtl.min.css', 'wp-includes/blocks/site-title/style-rtl.min.css'),
(11986, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/style.css', 'wp-includes/blocks/site-title/style.css'),
(11987, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title/style.min.css', 'wp-includes/blocks/site-title/style.min.css'),
(11988, '/home/forwardbetcasino/public_html/wp-includes/blocks/site-title.php', 'wp-includes/blocks/site-title.php'),
(11989, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-link/block.json', 'wp-includes/blocks/social-link/block.json'),
(11990, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-link/editor-rtl.css', 'wp-includes/blocks/social-link/editor-rtl.css'),
(11991, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-link/editor-rtl.min.css', 'wp-includes/blocks/social-link/editor-rtl.min.css'),
(11992, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-link/editor.css', 'wp-includes/blocks/social-link/editor.css'),
(11993, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-link/editor.min.css', 'wp-includes/blocks/social-link/editor.min.css'),
(11994, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-link.php', 'wp-includes/blocks/social-link.php'),
(11995, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-links/block.json', 'wp-includes/blocks/social-links/block.json'),
(11996, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-links/editor-rtl.css', 'wp-includes/blocks/social-links/editor-rtl.css'),
(11997, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-links/editor-rtl.min.css', 'wp-includes/blocks/social-links/editor-rtl.min.css'),
(11998, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-links/editor.css', 'wp-includes/blocks/social-links/editor.css'),
(11999, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-links/editor.min.css', 'wp-includes/blocks/social-links/editor.min.css'),
(12000, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-links/style-rtl.css', 'wp-includes/blocks/social-links/style-rtl.css'),
(12001, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-links/style-rtl.min.css', 'wp-includes/blocks/social-links/style-rtl.min.css'),
(12002, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-links/style.css', 'wp-includes/blocks/social-links/style.css'),
(12003, '/home/forwardbetcasino/public_html/wp-includes/blocks/social-links/style.min.css', 'wp-includes/blocks/social-links/style.min.css'),
(12004, '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/block.json', 'wp-includes/blocks/spacer/block.json'),
(12005, '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/editor-rtl.css', 'wp-includes/blocks/spacer/editor-rtl.css'),
(12006, '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/editor-rtl.min.css', 'wp-includes/blocks/spacer/editor-rtl.min.css'),
(12007, '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/editor.css', 'wp-includes/blocks/spacer/editor.css'),
(12008, '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/editor.min.css', 'wp-includes/blocks/spacer/editor.min.css'),
(12009, '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/style-rtl.css', 'wp-includes/blocks/spacer/style-rtl.css'),
(12010, '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/style-rtl.min.css', 'wp-includes/blocks/spacer/style-rtl.min.css'),
(12011, '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/style.css', 'wp-includes/blocks/spacer/style.css'),
(12012, '/home/forwardbetcasino/public_html/wp-includes/blocks/spacer/style.min.css', 'wp-includes/blocks/spacer/style.min.css'),
(12013, '/home/forwardbetcasino/public_html/wp-includes/blocks/table/block.json', 'wp-includes/blocks/table/block.json'),
(12014, '/home/forwardbetcasino/public_html/wp-includes/blocks/table/editor-rtl.css', 'wp-includes/blocks/table/editor-rtl.css'),
(12015, '/home/forwardbetcasino/public_html/wp-includes/blocks/table/editor-rtl.min.css', 'wp-includes/blocks/table/editor-rtl.min.css'),
(12016, '/home/forwardbetcasino/public_html/wp-includes/blocks/table/editor.css', 'wp-includes/blocks/table/editor.css'),
(12017, '/home/forwardbetcasino/public_html/wp-includes/blocks/table/editor.min.css', 'wp-includes/blocks/table/editor.min.css'),
(12018, '/home/forwardbetcasino/public_html/wp-includes/blocks/table/style-rtl.css', 'wp-includes/blocks/table/style-rtl.css'),
(12019, '/home/forwardbetcasino/public_html/wp-includes/blocks/table/style-rtl.min.css', 'wp-includes/blocks/table/style-rtl.min.css'),
(12020, '/home/forwardbetcasino/public_html/wp-includes/blocks/table/style.css', 'wp-includes/blocks/table/style.css'),
(12021, '/home/forwardbetcasino/public_html/wp-includes/blocks/table/style.min.css', 'wp-includes/blocks/table/style.min.css'),
(12022, '/home/forwardbetcasino/public_html/wp-includes/blocks/table/theme-rtl.css', 'wp-includes/blocks/table/theme-rtl.css'),
(12023, '/home/forwardbetcasino/public_html/wp-includes/blocks/table/theme-rtl.min.css', 'wp-includes/blocks/table/theme-rtl.min.css'),
(12024, '/home/forwardbetcasino/public_html/wp-includes/blocks/table/theme.css', 'wp-includes/blocks/table/theme.css'),
(12025, '/home/forwardbetcasino/public_html/wp-includes/blocks/table/theme.min.css', 'wp-includes/blocks/table/theme.min.css'),
(12026, '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/block.json', 'wp-includes/blocks/tag-cloud/block.json'),
(12027, '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/editor-rtl.css', 'wp-includes/blocks/tag-cloud/editor-rtl.css'),
(12028, '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/editor-rtl.min.css', 'wp-includes/blocks/tag-cloud/editor-rtl.min.css'),
(12029, '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/editor.css', 'wp-includes/blocks/tag-cloud/editor.css'),
(12030, '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/editor.min.css', 'wp-includes/blocks/tag-cloud/editor.min.css'),
(12031, '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/style-rtl.css', 'wp-includes/blocks/tag-cloud/style-rtl.css'),
(12032, '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/style-rtl.min.css', 'wp-includes/blocks/tag-cloud/style-rtl.min.css'),
(12033, '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/style.css', 'wp-includes/blocks/tag-cloud/style.css'),
(12034, '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud/style.min.css', 'wp-includes/blocks/tag-cloud/style.min.css'),
(12035, '/home/forwardbetcasino/public_html/wp-includes/blocks/tag-cloud.php', 'wp-includes/blocks/tag-cloud.php'),
(12036, '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/block.json', 'wp-includes/blocks/template-part/block.json'),
(12037, '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/editor-rtl.css', 'wp-includes/blocks/template-part/editor-rtl.css'),
(12038, '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/editor-rtl.min.css', 'wp-includes/blocks/template-part/editor-rtl.min.css'),
(12039, '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/editor.css', 'wp-includes/blocks/template-part/editor.css'),
(12040, '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/editor.min.css', 'wp-includes/blocks/template-part/editor.min.css'),
(12041, '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/theme-rtl.css', 'wp-includes/blocks/template-part/theme-rtl.css'),
(12042, '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/theme-rtl.min.css', 'wp-includes/blocks/template-part/theme-rtl.min.css'),
(12043, '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/theme.css', 'wp-includes/blocks/template-part/theme.css'),
(12044, '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part/theme.min.css', 'wp-includes/blocks/template-part/theme.min.css'),
(12045, '/home/forwardbetcasino/public_html/wp-includes/blocks/template-part.php', 'wp-includes/blocks/template-part.php'),
(12046, '/home/forwardbetcasino/public_html/wp-includes/blocks/term-description/block.json', 'wp-includes/blocks/term-description/block.json'),
(12047, '/home/forwardbetcasino/public_html/wp-includes/blocks/term-description/style-rtl.css', 'wp-includes/blocks/term-description/style-rtl.css'),
(12048, '/home/forwardbetcasino/public_html/wp-includes/blocks/term-description/style-rtl.min.css', 'wp-includes/blocks/term-description/style-rtl.min.css'),
(12049, '/home/forwardbetcasino/public_html/wp-includes/blocks/term-description/style.css', 'wp-includes/blocks/term-description/style.css'),
(12050, '/home/forwardbetcasino/public_html/wp-includes/blocks/term-description/style.min.css', 'wp-includes/blocks/term-description/style.min.css'),
(12051, '/home/forwardbetcasino/public_html/wp-includes/blocks/term-description.php', 'wp-includes/blocks/term-description.php'),
(12052, '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/block.json', 'wp-includes/blocks/text-columns/block.json'),
(12053, '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/editor-rtl.css', 'wp-includes/blocks/text-columns/editor-rtl.css'),
(12054, '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/editor-rtl.min.css', 'wp-includes/blocks/text-columns/editor-rtl.min.css'),
(12055, '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/editor.css', 'wp-includes/blocks/text-columns/editor.css'),
(12056, '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/editor.min.css', 'wp-includes/blocks/text-columns/editor.min.css'),
(12057, '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/style-rtl.css', 'wp-includes/blocks/text-columns/style-rtl.css'),
(12058, '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/style-rtl.min.css', 'wp-includes/blocks/text-columns/style-rtl.min.css'),
(12059, '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/style.css', 'wp-includes/blocks/text-columns/style.css'),
(12060, '/home/forwardbetcasino/public_html/wp-includes/blocks/text-columns/style.min.css', 'wp-includes/blocks/text-columns/style.min.css'),
(12061, '/home/forwardbetcasino/public_html/wp-includes/blocks/verse/block.json', 'wp-includes/blocks/verse/block.json'),
(12062, '/home/forwardbetcasino/public_html/wp-includes/blocks/verse/style-rtl.css', 'wp-includes/blocks/verse/style-rtl.css'),
(12063, '/home/forwardbetcasino/public_html/wp-includes/blocks/verse/style-rtl.min.css', 'wp-includes/blocks/verse/style-rtl.min.css'),
(12064, '/home/forwardbetcasino/public_html/wp-includes/blocks/verse/style.css', 'wp-includes/blocks/verse/style.css'),
(12065, '/home/forwardbetcasino/public_html/wp-includes/blocks/verse/style.min.css', 'wp-includes/blocks/verse/style.min.css'),
(12066, '/home/forwardbetcasino/public_html/wp-includes/blocks/video/block.json', 'wp-includes/blocks/video/block.json'),
(12067, '/home/forwardbetcasino/public_html/wp-includes/blocks/video/editor-rtl.css', 'wp-includes/blocks/video/editor-rtl.css'),
(12068, '/home/forwardbetcasino/public_html/wp-includes/blocks/video/editor-rtl.min.css', 'wp-includes/blocks/video/editor-rtl.min.css'),
(12069, '/home/forwardbetcasino/public_html/wp-includes/blocks/video/editor.css', 'wp-includes/blocks/video/editor.css'),
(12070, '/home/forwardbetcasino/public_html/wp-includes/blocks/video/editor.min.css', 'wp-includes/blocks/video/editor.min.css'),
(12071, '/home/forwardbetcasino/public_html/wp-includes/blocks/video/style-rtl.css', 'wp-includes/blocks/video/style-rtl.css'),
(12072, '/home/forwardbetcasino/public_html/wp-includes/blocks/video/style-rtl.min.css', 'wp-includes/blocks/video/style-rtl.min.css'),
(12073, '/home/forwardbetcasino/public_html/wp-includes/blocks/video/style.css', 'wp-includes/blocks/video/style.css'),
(12074, '/home/forwardbetcasino/public_html/wp-includes/blocks/video/style.min.css', 'wp-includes/blocks/video/style.min.css'),
(12075, '/home/forwardbetcasino/public_html/wp-includes/blocks/video/theme-rtl.css', 'wp-includes/blocks/video/theme-rtl.css'),
(12076, '/home/forwardbetcasino/public_html/wp-includes/blocks/video/theme-rtl.min.css', 'wp-includes/blocks/video/theme-rtl.min.css'),
(12077, '/home/forwardbetcasino/public_html/wp-includes/blocks/video/theme.css', 'wp-includes/blocks/video/theme.css'),
(12078, '/home/forwardbetcasino/public_html/wp-includes/blocks/video/theme.min.css', 'wp-includes/blocks/video/theme.min.css'),
(12079, '/home/forwardbetcasino/public_html/wp-includes/blocks/widget-group/block.json', 'wp-includes/blocks/widget-group/block.json'),
(12080, '/home/forwardbetcasino/public_html/wp-includes/blocks/widget-group.php', 'wp-includes/blocks/widget-group.php'),
(12081, '/home/forwardbetcasino/public_html/wp-includes/blocks.php', 'wp-includes/blocks.php'),
(12082, '/home/forwardbetcasino/public_html/wp-includes/bookmark-template.php', 'wp-includes/bookmark-template.php'),
(12083, '/home/forwardbetcasino/public_html/wp-includes/bookmark.php', 'wp-includes/bookmark.php'),
(12084, '/home/forwardbetcasino/public_html/wp-includes/cache-compat.php', 'wp-includes/cache-compat.php'),
(12085, '/home/forwardbetcasino/public_html/wp-includes/cache.php', 'wp-includes/cache.php'),
(12086, '/home/forwardbetcasino/public_html/wp-includes/canonical.php', 'wp-includes/canonical.php'),
(12087, '/home/forwardbetcasino/public_html/wp-includes/capabilities.php', 'wp-includes/capabilities.php'),
(12088, '/home/forwardbetcasino/public_html/wp-includes/category-template.php', 'wp-includes/category-template.php'),
(12089, '/home/forwardbetcasino/public_html/wp-includes/category.php', 'wp-includes/category.php'),
(12090, '/home/forwardbetcasino/public_html/wp-includes/certificates/ca-bundle.crt', 'wp-includes/certificates/ca-bundle.crt'),
(12091, '/home/forwardbetcasino/public_html/wp-includes/class-IXR.php', 'wp-includes/class-IXR.php'),
(12092, '/home/forwardbetcasino/public_html/wp-includes/class-avif-info.php', 'wp-includes/class-avif-info.php'),
(12093, '/home/forwardbetcasino/public_html/wp-includes/class-feed.php', 'wp-includes/class-feed.php'),
(12094, '/home/forwardbetcasino/public_html/wp-includes/class-http.php', 'wp-includes/class-http.php'),
(12095, '/home/forwardbetcasino/public_html/wp-includes/class-json.php', 'wp-includes/class-json.php'),
(12096, '/home/forwardbetcasino/public_html/wp-includes/class-oembed.php', 'wp-includes/class-oembed.php'),
(12097, '/home/forwardbetcasino/public_html/wp-includes/class-phpass.php', 'wp-includes/class-phpass.php'),
(12098, '/home/forwardbetcasino/public_html/wp-includes/class-phpmailer.php', 'wp-includes/class-phpmailer.php'),
(12099, '/home/forwardbetcasino/public_html/wp-includes/class-pop3.php', 'wp-includes/class-pop3.php'),
(12100, '/home/forwardbetcasino/public_html/wp-includes/class-requests.php', 'wp-includes/class-requests.php'),
(12101, '/home/forwardbetcasino/public_html/wp-includes/class-simplepie.php', 'wp-includes/class-simplepie.php'),
(12102, '/home/forwardbetcasino/public_html/wp-includes/class-smtp.php', 'wp-includes/class-smtp.php'),
(12103, '/home/forwardbetcasino/public_html/wp-includes/class-snoopy.php', 'wp-includes/class-snoopy.php'),
(12104, '/home/forwardbetcasino/public_html/wp-includes/class-walker-category-dropdown.php', 'wp-includes/class-walker-category-dropdown.php'),
(12105, '/home/forwardbetcasino/public_html/wp-includes/class-walker-category.php', 'wp-includes/class-walker-category.php'),
(12106, '/home/forwardbetcasino/public_html/wp-includes/class-walker-comment.php', 'wp-includes/class-walker-comment.php'),
(12107, '/home/forwardbetcasino/public_html/wp-includes/class-walker-nav-menu.php', 'wp-includes/class-walker-nav-menu.php'),
(12108, '/home/forwardbetcasino/public_html/wp-includes/class-walker-page-dropdown.php', 'wp-includes/class-walker-page-dropdown.php'),
(12109, '/home/forwardbetcasino/public_html/wp-includes/class-walker-page.php', 'wp-includes/class-walker-page.php'),
(12110, '/home/forwardbetcasino/public_html/wp-includes/class-wp-admin-bar.php', 'wp-includes/class-wp-admin-bar.php'),
(12111, '/home/forwardbetcasino/public_html/wp-includes/class-wp-ajax-response.php', 'wp-includes/class-wp-ajax-response.php'),
(12112, '/home/forwardbetcasino/public_html/wp-includes/class-wp-application-passwords.php', 'wp-includes/class-wp-application-passwords.php'),
(12113, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-bindings-registry.php', 'wp-includes/class-wp-block-bindings-registry.php'),
(12114, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-bindings-source.php', 'wp-includes/class-wp-block-bindings-source.php'),
(12115, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-editor-context.php', 'wp-includes/class-wp-block-editor-context.php'),
(12116, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-list.php', 'wp-includes/class-wp-block-list.php'),
(12117, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-metadata-registry.php', 'wp-includes/class-wp-block-metadata-registry.php'),
(12118, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-parser-block.php', 'wp-includes/class-wp-block-parser-block.php'),
(12119, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-parser-frame.php', 'wp-includes/class-wp-block-parser-frame.php'),
(12120, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-parser.php', 'wp-includes/class-wp-block-parser.php'),
(12121, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-pattern-categories-registry.php', 'wp-includes/class-wp-block-pattern-categories-registry.php'),
(12122, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-patterns-registry.php', 'wp-includes/class-wp-block-patterns-registry.php'),
(12123, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-styles-registry.php', 'wp-includes/class-wp-block-styles-registry.php'),
(12124, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-supports.php', 'wp-includes/class-wp-block-supports.php'),
(12125, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-template.php', 'wp-includes/class-wp-block-template.php'),
(12126, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-templates-registry.php', 'wp-includes/class-wp-block-templates-registry.php'),
(12127, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-type-registry.php', 'wp-includes/class-wp-block-type-registry.php'),
(12128, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block-type.php', 'wp-includes/class-wp-block-type.php'),
(12129, '/home/forwardbetcasino/public_html/wp-includes/class-wp-block.php', 'wp-includes/class-wp-block.php'),
(12130, '/home/forwardbetcasino/public_html/wp-includes/class-wp-classic-to-block-menu-converter.php', 'wp-includes/class-wp-classic-to-block-menu-converter.php'),
(12131, '/home/forwardbetcasino/public_html/wp-includes/class-wp-comment-query.php', 'wp-includes/class-wp-comment-query.php'),
(12132, '/home/forwardbetcasino/public_html/wp-includes/class-wp-comment.php', 'wp-includes/class-wp-comment.php'),
(12133, '/home/forwardbetcasino/public_html/wp-includes/class-wp-customize-control.php', 'wp-includes/class-wp-customize-control.php'),
(12134, '/home/forwardbetcasino/public_html/wp-includes/class-wp-customize-manager.php', 'wp-includes/class-wp-customize-manager.php'),
(12135, '/home/forwardbetcasino/public_html/wp-includes/class-wp-customize-nav-menus.php', 'wp-includes/class-wp-customize-nav-menus.php'),
(12136, '/home/forwardbetcasino/public_html/wp-includes/class-wp-customize-panel.php', 'wp-includes/class-wp-customize-panel.php'),
(12137, '/home/forwardbetcasino/public_html/wp-includes/class-wp-customize-section.php', 'wp-includes/class-wp-customize-section.php'),
(12138, '/home/forwardbetcasino/public_html/wp-includes/class-wp-customize-setting.php', 'wp-includes/class-wp-customize-setting.php'),
(12139, '/home/forwardbetcasino/public_html/wp-includes/class-wp-customize-widgets.php', 'wp-includes/class-wp-customize-widgets.php'),
(12140, '/home/forwardbetcasino/public_html/wp-includes/class-wp-date-query.php', 'wp-includes/class-wp-date-query.php'),
(12141, '/home/forwardbetcasino/public_html/wp-includes/class-wp-dependencies.php', 'wp-includes/class-wp-dependencies.php'),
(12142, '/home/forwardbetcasino/public_html/wp-includes/class-wp-dependency.php', 'wp-includes/class-wp-dependency.php'),
(12143, '/home/forwardbetcasino/public_html/wp-includes/class-wp-duotone.php', 'wp-includes/class-wp-duotone.php'),
(12144, '/home/forwardbetcasino/public_html/wp-includes/class-wp-editor.php', 'wp-includes/class-wp-editor.php'),
(12145, '/home/forwardbetcasino/public_html/wp-includes/class-wp-embed.php', 'wp-includes/class-wp-embed.php'),
(12146, '/home/forwardbetcasino/public_html/wp-includes/class-wp-error.php', 'wp-includes/class-wp-error.php'),
(12147, '/home/forwardbetcasino/public_html/wp-includes/class-wp-exception.php', 'wp-includes/class-wp-exception.php'),
(12148, '/home/forwardbetcasino/public_html/wp-includes/class-wp-fatal-error-handler.php', 'wp-includes/class-wp-fatal-error-handler.php'),
(12149, '/home/forwardbetcasino/public_html/wp-includes/class-wp-feed-cache-transient.php', 'wp-includes/class-wp-feed-cache-transient.php'),
(12150, '/home/forwardbetcasino/public_html/wp-includes/class-wp-feed-cache.php', 'wp-includes/class-wp-feed-cache.php'),
(12151, '/home/forwardbetcasino/public_html/wp-includes/class-wp-hook.php', 'wp-includes/class-wp-hook.php'),
(12152, '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-cookie.php', 'wp-includes/class-wp-http-cookie.php'),
(12153, '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-curl.php', 'wp-includes/class-wp-http-curl.php'),
(12154, '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-encoding.php', 'wp-includes/class-wp-http-encoding.php'),
(12155, '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-ixr-client.php', 'wp-includes/class-wp-http-ixr-client.php'),
(12156, '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-proxy.php', 'wp-includes/class-wp-http-proxy.php'),
(12157, '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-requests-hooks.php', 'wp-includes/class-wp-http-requests-hooks.php'),
(12158, '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-requests-response.php', 'wp-includes/class-wp-http-requests-response.php'),
(12159, '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-response.php', 'wp-includes/class-wp-http-response.php'),
(12160, '/home/forwardbetcasino/public_html/wp-includes/class-wp-http-streams.php', 'wp-includes/class-wp-http-streams.php'),
(12161, '/home/forwardbetcasino/public_html/wp-includes/class-wp-http.php', 'wp-includes/class-wp-http.php'),
(12162, '/home/forwardbetcasino/public_html/wp-includes/class-wp-image-editor-gd.php', 'wp-includes/class-wp-image-editor-gd.php'),
(12163, '/home/forwardbetcasino/public_html/wp-includes/class-wp-image-editor-imagick.php', 'wp-includes/class-wp-image-editor-imagick.php'),
(12164, '/home/forwardbetcasino/public_html/wp-includes/class-wp-image-editor.php', 'wp-includes/class-wp-image-editor.php'),
(12165, '/home/forwardbetcasino/public_html/wp-includes/class-wp-list-util.php', 'wp-includes/class-wp-list-util.php'),
(12166, '/home/forwardbetcasino/public_html/wp-includes/class-wp-locale-switcher.php', 'wp-includes/class-wp-locale-switcher.php'),
(12167, '/home/forwardbetcasino/public_html/wp-includes/class-wp-locale.php', 'wp-includes/class-wp-locale.php'),
(12168, '/home/forwardbetcasino/public_html/wp-includes/class-wp-matchesmapregex.php', 'wp-includes/class-wp-matchesmapregex.php'),
(12169, '/home/forwardbetcasino/public_html/wp-includes/class-wp-meta-query.php', 'wp-includes/class-wp-meta-query.php'),
(12170, '/home/forwardbetcasino/public_html/wp-includes/class-wp-metadata-lazyloader.php', 'wp-includes/class-wp-metadata-lazyloader.php'),
(12171, '/home/forwardbetcasino/public_html/wp-includes/class-wp-navigation-fallback.php', 'wp-includes/class-wp-navigation-fallback.php'),
(12172, '/home/forwardbetcasino/public_html/wp-includes/class-wp-network-query.php', 'wp-includes/class-wp-network-query.php'),
(12173, '/home/forwardbetcasino/public_html/wp-includes/class-wp-network.php', 'wp-includes/class-wp-network.php'),
(12174, '/home/forwardbetcasino/public_html/wp-includes/class-wp-object-cache.php', 'wp-includes/class-wp-object-cache.php'),
(12175, '/home/forwardbetcasino/public_html/wp-includes/class-wp-oembed-controller.php', 'wp-includes/class-wp-oembed-controller.php'),
(12176, '/home/forwardbetcasino/public_html/wp-includes/class-wp-oembed.php', 'wp-includes/class-wp-oembed.php'),
(12177, '/home/forwardbetcasino/public_html/wp-includes/class-wp-paused-extensions-storage.php', 'wp-includes/class-wp-paused-extensions-storage.php'),
(12178, '/home/forwardbetcasino/public_html/wp-includes/class-wp-plugin-dependencies.php', 'wp-includes/class-wp-plugin-dependencies.php'),
(12179, '/home/forwardbetcasino/public_html/wp-includes/class-wp-post-type.php', 'wp-includes/class-wp-post-type.php'),
(12180, '/home/forwardbetcasino/public_html/wp-includes/class-wp-post.php', 'wp-includes/class-wp-post.php'),
(12181, '/home/forwardbetcasino/public_html/wp-includes/class-wp-query.php', 'wp-includes/class-wp-query.php'),
(12182, '/home/forwardbetcasino/public_html/wp-includes/class-wp-recovery-mode-cookie-service.php', 'wp-includes/class-wp-recovery-mode-cookie-service.php'),
(12183, '/home/forwardbetcasino/public_html/wp-includes/class-wp-recovery-mode-email-service.php', 'wp-includes/class-wp-recovery-mode-email-service.php'),
(12184, '/home/forwardbetcasino/public_html/wp-includes/class-wp-recovery-mode-key-service.php', 'wp-includes/class-wp-recovery-mode-key-service.php'),
(12185, '/home/forwardbetcasino/public_html/wp-includes/class-wp-recovery-mode-link-service.php', 'wp-includes/class-wp-recovery-mode-link-service.php'),
(12186, '/home/forwardbetcasino/public_html/wp-includes/class-wp-recovery-mode.php', 'wp-includes/class-wp-recovery-mode.php'),
(12187, '/home/forwardbetcasino/public_html/wp-includes/class-wp-rewrite.php', 'wp-includes/class-wp-rewrite.php'),
(12188, '/home/forwardbetcasino/public_html/wp-includes/class-wp-role.php', 'wp-includes/class-wp-role.php'),
(12189, '/home/forwardbetcasino/public_html/wp-includes/class-wp-roles.php', 'wp-includes/class-wp-roles.php'),
(12190, '/home/forwardbetcasino/public_html/wp-includes/class-wp-script-modules.php', 'wp-includes/class-wp-script-modules.php'),
(12191, '/home/forwardbetcasino/public_html/wp-includes/class-wp-scripts.php', 'wp-includes/class-wp-scripts.php'),
(12192, '/home/forwardbetcasino/public_html/wp-includes/class-wp-session-tokens.php', 'wp-includes/class-wp-session-tokens.php'),
(12193, '/home/forwardbetcasino/public_html/wp-includes/class-wp-simplepie-file.php', 'wp-includes/class-wp-simplepie-file.php'),
(12194, '/home/forwardbetcasino/public_html/wp-includes/class-wp-simplepie-sanitize-kses.php', 'wp-includes/class-wp-simplepie-sanitize-kses.php'),
(12195, '/home/forwardbetcasino/public_html/wp-includes/class-wp-site-query.php', 'wp-includes/class-wp-site-query.php'),
(12196, '/home/forwardbetcasino/public_html/wp-includes/class-wp-site.php', 'wp-includes/class-wp-site.php'),
(12197, '/home/forwardbetcasino/public_html/wp-includes/class-wp-styles.php', 'wp-includes/class-wp-styles.php'),
(12198, '/home/forwardbetcasino/public_html/wp-includes/class-wp-tax-query.php', 'wp-includes/class-wp-tax-query.php'),
(12199, '/home/forwardbetcasino/public_html/wp-includes/class-wp-taxonomy.php', 'wp-includes/class-wp-taxonomy.php'),
(12200, '/home/forwardbetcasino/public_html/wp-includes/class-wp-term-query.php', 'wp-includes/class-wp-term-query.php'),
(12201, '/home/forwardbetcasino/public_html/wp-includes/class-wp-term.php', 'wp-includes/class-wp-term.php'),
(12202, '/home/forwardbetcasino/public_html/wp-includes/class-wp-text-diff-renderer-inline.php', 'wp-includes/class-wp-text-diff-renderer-inline.php'),
(12203, '/home/forwardbetcasino/public_html/wp-includes/class-wp-text-diff-renderer-table.php', 'wp-includes/class-wp-text-diff-renderer-table.php'),
(12204, '/home/forwardbetcasino/public_html/wp-includes/class-wp-textdomain-registry.php', 'wp-includes/class-wp-textdomain-registry.php'),
(12205, '/home/forwardbetcasino/public_html/wp-includes/class-wp-theme-json-data.php', 'wp-includes/class-wp-theme-json-data.php'),
(12206, '/home/forwardbetcasino/public_html/wp-includes/class-wp-theme-json-resolver.php', 'wp-includes/class-wp-theme-json-resolver.php'),
(12207, '/home/forwardbetcasino/public_html/wp-includes/class-wp-theme-json-schema.php', 'wp-includes/class-wp-theme-json-schema.php'),
(12208, '/home/forwardbetcasino/public_html/wp-includes/class-wp-theme-json.php', 'wp-includes/class-wp-theme-json.php'),
(12209, '/home/forwardbetcasino/public_html/wp-includes/class-wp-theme.php', 'wp-includes/class-wp-theme.php'),
(12210, '/home/forwardbetcasino/public_html/wp-includes/class-wp-token-map.php', 'wp-includes/class-wp-token-map.php'),
(12211, '/home/forwardbetcasino/public_html/wp-includes/class-wp-user-meta-session-tokens.php', 'wp-includes/class-wp-user-meta-session-tokens.php'),
(12212, '/home/forwardbetcasino/public_html/wp-includes/class-wp-user-query.php', 'wp-includes/class-wp-user-query.php'),
(12213, '/home/forwardbetcasino/public_html/wp-includes/class-wp-user-request.php', 'wp-includes/class-wp-user-request.php'),
(12214, '/home/forwardbetcasino/public_html/wp-includes/class-wp-user.php', 'wp-includes/class-wp-user.php'),
(12215, '/home/forwardbetcasino/public_html/wp-includes/class-wp-walker.php', 'wp-includes/class-wp-walker.php'),
(12216, '/home/forwardbetcasino/public_html/wp-includes/class-wp-widget-factory.php', 'wp-includes/class-wp-widget-factory.php'),
(12217, '/home/forwardbetcasino/public_html/wp-includes/class-wp-widget.php', 'wp-includes/class-wp-widget.php'),
(12218, '/home/forwardbetcasino/public_html/wp-includes/class-wp-xmlrpc-server.php', 'wp-includes/class-wp-xmlrpc-server.php'),
(12219, '/home/forwardbetcasino/public_html/wp-includes/class-wp.php', 'wp-includes/class-wp.php'),
(12220, '/home/forwardbetcasino/public_html/wp-includes/class-wpdb.php', 'wp-includes/class-wpdb.php'),
(12221, '/home/forwardbetcasino/public_html/wp-includes/class.wp-dependencies.php', 'wp-includes/class.wp-dependencies.php'),
(12222, '/home/forwardbetcasino/public_html/wp-includes/class.wp-scripts.php', 'wp-includes/class.wp-scripts.php'),
(12223, '/home/forwardbetcasino/public_html/wp-includes/class.wp-styles.php', 'wp-includes/class.wp-styles.php'),
(12224, '/home/forwardbetcasino/public_html/wp-includes/comment-template.php', 'wp-includes/comment-template.php'),
(12225, '/home/forwardbetcasino/public_html/wp-includes/comment.php', 'wp-includes/comment.php'),
(12226, '/home/forwardbetcasino/public_html/wp-includes/compat.php', 'wp-includes/compat.php'),
(12227, '/home/forwardbetcasino/public_html/wp-includes/cron.php', 'wp-includes/cron.php'),
(12228, '/home/forwardbetcasino/public_html/wp-includes/css/admin-bar-rtl.css', 'wp-includes/css/admin-bar-rtl.css'),
(12229, '/home/forwardbetcasino/public_html/wp-includes/css/admin-bar-rtl.min.css', 'wp-includes/css/admin-bar-rtl.min.css'),
(12230, '/home/forwardbetcasino/public_html/wp-includes/css/admin-bar.css', 'wp-includes/css/admin-bar.css'),
(12231, '/home/forwardbetcasino/public_html/wp-includes/css/admin-bar.min.css', 'wp-includes/css/admin-bar.min.css'),
(12232, '/home/forwardbetcasino/public_html/wp-includes/css/buttons-rtl.css', 'wp-includes/css/buttons-rtl.css'),
(12233, '/home/forwardbetcasino/public_html/wp-includes/css/buttons-rtl.min.css', 'wp-includes/css/buttons-rtl.min.css'),
(12234, '/home/forwardbetcasino/public_html/wp-includes/css/buttons.css', 'wp-includes/css/buttons.css'),
(12235, '/home/forwardbetcasino/public_html/wp-includes/css/buttons.min.css', 'wp-includes/css/buttons.min.css'),
(12236, '/home/forwardbetcasino/public_html/wp-includes/css/classic-themes.css', 'wp-includes/css/classic-themes.css'),
(12237, '/home/forwardbetcasino/public_html/wp-includes/css/classic-themes.min.css', 'wp-includes/css/classic-themes.min.css'),
(12238, '/home/forwardbetcasino/public_html/wp-includes/css/customize-preview-rtl.css', 'wp-includes/css/customize-preview-rtl.css'),
(12239, '/home/forwardbetcasino/public_html/wp-includes/css/customize-preview-rtl.min.css', 'wp-includes/css/customize-preview-rtl.min.css'),
(12240, '/home/forwardbetcasino/public_html/wp-includes/css/customize-preview.css', 'wp-includes/css/customize-preview.css'),
(12241, '/home/forwardbetcasino/public_html/wp-includes/css/customize-preview.min.css', 'wp-includes/css/customize-preview.min.css'),
(12242, '/home/forwardbetcasino/public_html/wp-includes/css/dashicons.css', 'wp-includes/css/dashicons.css'),
(12243, '/home/forwardbetcasino/public_html/wp-includes/css/dashicons.min.css', 'wp-includes/css/dashicons.min.css'),
(12244, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-directory/style-rtl.css', 'wp-includes/css/dist/block-directory/style-rtl.css'),
(12245, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-directory/style-rtl.min.css', 'wp-includes/css/dist/block-directory/style-rtl.min.css'),
(12246, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-directory/style.css', 'wp-includes/css/dist/block-directory/style.css'),
(12247, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-directory/style.min.css', 'wp-includes/css/dist/block-directory/style.min.css'),
(12248, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/content-rtl.css', 'wp-includes/css/dist/block-editor/content-rtl.css'),
(12249, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/content-rtl.min.css', 'wp-includes/css/dist/block-editor/content-rtl.min.css'),
(12250, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/content.css', 'wp-includes/css/dist/block-editor/content.css'),
(12251, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/content.min.css', 'wp-includes/css/dist/block-editor/content.min.css');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(12252, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css', 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.css'),
(12253, '/home/forwardbetcasino/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'),
(12254, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/default-editor-styles.css', 'wp-includes/css/dist/block-editor/default-editor-styles.css'),
(12255, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/default-editor-styles.min.css', 'wp-includes/css/dist/block-editor/default-editor-styles.min.css'),
(12256, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/style-rtl.css', 'wp-includes/css/dist/block-editor/style-rtl.css'),
(12257, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/style-rtl.min.css', 'wp-includes/css/dist/block-editor/style-rtl.min.css'),
(12258, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/style.css', 'wp-includes/css/dist/block-editor/style.css'),
(12259, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-editor/style.min.css', 'wp-includes/css/dist/block-editor/style.min.css'),
(12260, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/classic-rtl.css', 'wp-includes/css/dist/block-library/classic-rtl.css'),
(12261, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/classic-rtl.min.css', 'wp-includes/css/dist/block-library/classic-rtl.min.css'),
(12262, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/classic.css', 'wp-includes/css/dist/block-library/classic.css'),
(12263, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/classic.min.css', 'wp-includes/css/dist/block-library/classic.min.css'),
(12264, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/common-rtl.css', 'wp-includes/css/dist/block-library/common-rtl.css'),
(12265, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/common-rtl.min.css', 'wp-includes/css/dist/block-library/common-rtl.min.css'),
(12266, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/common.css', 'wp-includes/css/dist/block-library/common.css'),
(12267, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/common.min.css', 'wp-includes/css/dist/block-library/common.min.css'),
(12268, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor-elements-rtl.css', 'wp-includes/css/dist/block-library/editor-elements-rtl.css'),
(12269, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor-elements-rtl.min.css', 'wp-includes/css/dist/block-library/editor-elements-rtl.min.css'),
(12270, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor-elements.css', 'wp-includes/css/dist/block-library/editor-elements.css'),
(12271, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor-elements.min.css', 'wp-includes/css/dist/block-library/editor-elements.min.css'),
(12272, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor-rtl.css', 'wp-includes/css/dist/block-library/editor-rtl.css'),
(12273, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor-rtl.min.css', 'wp-includes/css/dist/block-library/editor-rtl.min.css'),
(12274, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor.css', 'wp-includes/css/dist/block-library/editor.css'),
(12275, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/editor.min.css', 'wp-includes/css/dist/block-library/editor.min.css'),
(12276, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/elements-rtl.css', 'wp-includes/css/dist/block-library/elements-rtl.css'),
(12277, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/elements-rtl.min.css', 'wp-includes/css/dist/block-library/elements-rtl.min.css'),
(12278, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/elements.css', 'wp-includes/css/dist/block-library/elements.css'),
(12279, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/elements.min.css', 'wp-includes/css/dist/block-library/elements.min.css'),
(12280, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/reset-rtl.css', 'wp-includes/css/dist/block-library/reset-rtl.css'),
(12281, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/reset-rtl.min.css', 'wp-includes/css/dist/block-library/reset-rtl.min.css'),
(12282, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/reset.css', 'wp-includes/css/dist/block-library/reset.css'),
(12283, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/reset.min.css', 'wp-includes/css/dist/block-library/reset.min.css'),
(12284, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/style-rtl.css', 'wp-includes/css/dist/block-library/style-rtl.css'),
(12285, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/style-rtl.min.css', 'wp-includes/css/dist/block-library/style-rtl.min.css'),
(12286, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/style.css', 'wp-includes/css/dist/block-library/style.css'),
(12287, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/style.min.css', 'wp-includes/css/dist/block-library/style.min.css'),
(12288, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/theme-rtl.css', 'wp-includes/css/dist/block-library/theme-rtl.css'),
(12289, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/theme-rtl.min.css', 'wp-includes/css/dist/block-library/theme-rtl.min.css'),
(12290, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/theme.css', 'wp-includes/css/dist/block-library/theme.css'),
(12291, '/home/forwardbetcasino/public_html/wp-includes/css/dist/block-library/theme.min.css', 'wp-includes/css/dist/block-library/theme.min.css'),
(12292, '/home/forwardbetcasino/public_html/wp-includes/css/dist/commands/style-rtl.css', 'wp-includes/css/dist/commands/style-rtl.css'),
(12293, '/home/forwardbetcasino/public_html/wp-includes/css/dist/commands/style-rtl.min.css', 'wp-includes/css/dist/commands/style-rtl.min.css'),
(12294, '/home/forwardbetcasino/public_html/wp-includes/css/dist/commands/style.css', 'wp-includes/css/dist/commands/style.css'),
(12295, '/home/forwardbetcasino/public_html/wp-includes/css/dist/commands/style.min.css', 'wp-includes/css/dist/commands/style.min.css'),
(12296, '/home/forwardbetcasino/public_html/wp-includes/css/dist/components/style-rtl.css', 'wp-includes/css/dist/components/style-rtl.css'),
(12297, '/home/forwardbetcasino/public_html/wp-includes/css/dist/components/style-rtl.min.css', 'wp-includes/css/dist/components/style-rtl.min.css'),
(12298, '/home/forwardbetcasino/public_html/wp-includes/css/dist/components/style.css', 'wp-includes/css/dist/components/style.css'),
(12299, '/home/forwardbetcasino/public_html/wp-includes/css/dist/components/style.min.css', 'wp-includes/css/dist/components/style.min.css'),
(12300, '/home/forwardbetcasino/public_html/wp-includes/css/dist/customize-widgets/style-rtl.css', 'wp-includes/css/dist/customize-widgets/style-rtl.css'),
(12301, '/home/forwardbetcasino/public_html/wp-includes/css/dist/customize-widgets/style-rtl.min.css', 'wp-includes/css/dist/customize-widgets/style-rtl.min.css'),
(12302, '/home/forwardbetcasino/public_html/wp-includes/css/dist/customize-widgets/style.css', 'wp-includes/css/dist/customize-widgets/style.css'),
(12303, '/home/forwardbetcasino/public_html/wp-includes/css/dist/customize-widgets/style.min.css', 'wp-includes/css/dist/customize-widgets/style.min.css'),
(12304, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/classic-rtl.css', 'wp-includes/css/dist/edit-post/classic-rtl.css'),
(12305, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/classic-rtl.min.css', 'wp-includes/css/dist/edit-post/classic-rtl.min.css'),
(12306, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/classic.css', 'wp-includes/css/dist/edit-post/classic.css'),
(12307, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/classic.min.css', 'wp-includes/css/dist/edit-post/classic.min.css'),
(12308, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/style-rtl.css', 'wp-includes/css/dist/edit-post/style-rtl.css'),
(12309, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/style-rtl.min.css', 'wp-includes/css/dist/edit-post/style-rtl.min.css'),
(12310, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/style.css', 'wp-includes/css/dist/edit-post/style.css'),
(12311, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-post/style.min.css', 'wp-includes/css/dist/edit-post/style.min.css'),
(12312, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/posts-rtl.css', 'wp-includes/css/dist/edit-site/posts-rtl.css'),
(12313, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/posts-rtl.min.css', 'wp-includes/css/dist/edit-site/posts-rtl.min.css'),
(12314, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/posts.css', 'wp-includes/css/dist/edit-site/posts.css'),
(12315, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/posts.min.css', 'wp-includes/css/dist/edit-site/posts.min.css'),
(12316, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/style-rtl.css', 'wp-includes/css/dist/edit-site/style-rtl.css'),
(12317, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/style-rtl.min.css', 'wp-includes/css/dist/edit-site/style-rtl.min.css'),
(12318, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/style.css', 'wp-includes/css/dist/edit-site/style.css'),
(12319, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-site/style.min.css', 'wp-includes/css/dist/edit-site/style.min.css'),
(12320, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-widgets/style-rtl.css', 'wp-includes/css/dist/edit-widgets/style-rtl.css'),
(12321, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-widgets/style-rtl.min.css', 'wp-includes/css/dist/edit-widgets/style-rtl.min.css'),
(12322, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-widgets/style.css', 'wp-includes/css/dist/edit-widgets/style.css'),
(12323, '/home/forwardbetcasino/public_html/wp-includes/css/dist/edit-widgets/style.min.css', 'wp-includes/css/dist/edit-widgets/style.min.css'),
(12324, '/home/forwardbetcasino/public_html/wp-includes/css/dist/editor/style-rtl.css', 'wp-includes/css/dist/editor/style-rtl.css'),
(12325, '/home/forwardbetcasino/public_html/wp-includes/css/dist/editor/style-rtl.min.css', 'wp-includes/css/dist/editor/style-rtl.min.css'),
(12326, '/home/forwardbetcasino/public_html/wp-includes/css/dist/editor/style.css', 'wp-includes/css/dist/editor/style.css'),
(12327, '/home/forwardbetcasino/public_html/wp-includes/css/dist/editor/style.min.css', 'wp-includes/css/dist/editor/style.min.css'),
(12328, '/home/forwardbetcasino/public_html/wp-includes/css/dist/format-library/style-rtl.css', 'wp-includes/css/dist/format-library/style-rtl.css'),
(12329, '/home/forwardbetcasino/public_html/wp-includes/css/dist/format-library/style-rtl.min.css', 'wp-includes/css/dist/format-library/style-rtl.min.css'),
(12330, '/home/forwardbetcasino/public_html/wp-includes/css/dist/format-library/style.css', 'wp-includes/css/dist/format-library/style.css'),
(12331, '/home/forwardbetcasino/public_html/wp-includes/css/dist/format-library/style.min.css', 'wp-includes/css/dist/format-library/style.min.css'),
(12332, '/home/forwardbetcasino/public_html/wp-includes/css/dist/list-reusable-blocks/style-rtl.css', 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),
(12333, '/home/forwardbetcasino/public_html/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),
(12334, '/home/forwardbetcasino/public_html/wp-includes/css/dist/list-reusable-blocks/style.css', 'wp-includes/css/dist/list-reusable-blocks/style.css'),
(12335, '/home/forwardbetcasino/public_html/wp-includes/css/dist/list-reusable-blocks/style.min.css', 'wp-includes/css/dist/list-reusable-blocks/style.min.css'),
(12336, '/home/forwardbetcasino/public_html/wp-includes/css/dist/nux/style-rtl.css', 'wp-includes/css/dist/nux/style-rtl.css'),
(12337, '/home/forwardbetcasino/public_html/wp-includes/css/dist/nux/style-rtl.min.css', 'wp-includes/css/dist/nux/style-rtl.min.css'),
(12338, '/home/forwardbetcasino/public_html/wp-includes/css/dist/nux/style.css', 'wp-includes/css/dist/nux/style.css'),
(12339, '/home/forwardbetcasino/public_html/wp-includes/css/dist/nux/style.min.css', 'wp-includes/css/dist/nux/style.min.css'),
(12340, '/home/forwardbetcasino/public_html/wp-includes/css/dist/patterns/style-rtl.css', 'wp-includes/css/dist/patterns/style-rtl.css'),
(12341, '/home/forwardbetcasino/public_html/wp-includes/css/dist/patterns/style-rtl.min.css', 'wp-includes/css/dist/patterns/style-rtl.min.css'),
(12342, '/home/forwardbetcasino/public_html/wp-includes/css/dist/patterns/style.css', 'wp-includes/css/dist/patterns/style.css'),
(12343, '/home/forwardbetcasino/public_html/wp-includes/css/dist/patterns/style.min.css', 'wp-includes/css/dist/patterns/style.min.css'),
(12344, '/home/forwardbetcasino/public_html/wp-includes/css/dist/preferences/style-rtl.css', 'wp-includes/css/dist/preferences/style-rtl.css'),
(12345, '/home/forwardbetcasino/public_html/wp-includes/css/dist/preferences/style-rtl.min.css', 'wp-includes/css/dist/preferences/style-rtl.min.css'),
(12346, '/home/forwardbetcasino/public_html/wp-includes/css/dist/preferences/style.css', 'wp-includes/css/dist/preferences/style.css'),
(12347, '/home/forwardbetcasino/public_html/wp-includes/css/dist/preferences/style.min.css', 'wp-includes/css/dist/preferences/style.min.css'),
(12348, '/home/forwardbetcasino/public_html/wp-includes/css/dist/reusable-blocks/style-rtl.css', 'wp-includes/css/dist/reusable-blocks/style-rtl.css'),
(12349, '/home/forwardbetcasino/public_html/wp-includes/css/dist/reusable-blocks/style-rtl.min.css', 'wp-includes/css/dist/reusable-blocks/style-rtl.min.css'),
(12350, '/home/forwardbetcasino/public_html/wp-includes/css/dist/reusable-blocks/style.css', 'wp-includes/css/dist/reusable-blocks/style.css'),
(12351, '/home/forwardbetcasino/public_html/wp-includes/css/dist/reusable-blocks/style.min.css', 'wp-includes/css/dist/reusable-blocks/style.min.css'),
(12352, '/home/forwardbetcasino/public_html/wp-includes/css/dist/widgets/style-rtl.css', 'wp-includes/css/dist/widgets/style-rtl.css'),
(12353, '/home/forwardbetcasino/public_html/wp-includes/css/dist/widgets/style-rtl.min.css', 'wp-includes/css/dist/widgets/style-rtl.min.css'),
(12354, '/home/forwardbetcasino/public_html/wp-includes/css/dist/widgets/style.css', 'wp-includes/css/dist/widgets/style.css'),
(12355, '/home/forwardbetcasino/public_html/wp-includes/css/dist/widgets/style.min.css', 'wp-includes/css/dist/widgets/style.min.css'),
(12356, '/home/forwardbetcasino/public_html/wp-includes/css/editor-rtl.css', 'wp-includes/css/editor-rtl.css'),
(12357, '/home/forwardbetcasino/public_html/wp-includes/css/editor-rtl.min.css', 'wp-includes/css/editor-rtl.min.css'),
(12358, '/home/forwardbetcasino/public_html/wp-includes/css/editor.css', 'wp-includes/css/editor.css'),
(12359, '/home/forwardbetcasino/public_html/wp-includes/css/editor.min.css', 'wp-includes/css/editor.min.css'),
(12360, '/home/forwardbetcasino/public_html/wp-includes/css/jquery-ui-dialog-rtl.css', 'wp-includes/css/jquery-ui-dialog-rtl.css'),
(12361, '/home/forwardbetcasino/public_html/wp-includes/css/jquery-ui-dialog-rtl.min.css', 'wp-includes/css/jquery-ui-dialog-rtl.min.css'),
(12362, '/home/forwardbetcasino/public_html/wp-includes/css/jquery-ui-dialog.css', 'wp-includes/css/jquery-ui-dialog.css'),
(12363, '/home/forwardbetcasino/public_html/wp-includes/css/jquery-ui-dialog.min.css', 'wp-includes/css/jquery-ui-dialog.min.css'),
(12364, '/home/forwardbetcasino/public_html/wp-includes/css/media-views-rtl.css', 'wp-includes/css/media-views-rtl.css'),
(12365, '/home/forwardbetcasino/public_html/wp-includes/css/media-views-rtl.min.css', 'wp-includes/css/media-views-rtl.min.css'),
(12366, '/home/forwardbetcasino/public_html/wp-includes/css/media-views.css', 'wp-includes/css/media-views.css'),
(12367, '/home/forwardbetcasino/public_html/wp-includes/css/media-views.min.css', 'wp-includes/css/media-views.min.css'),
(12368, '/home/forwardbetcasino/public_html/wp-includes/css/wp-auth-check-rtl.css', 'wp-includes/css/wp-auth-check-rtl.css'),
(12369, '/home/forwardbetcasino/public_html/wp-includes/css/wp-auth-check-rtl.min.css', 'wp-includes/css/wp-auth-check-rtl.min.css'),
(12370, '/home/forwardbetcasino/public_html/wp-includes/css/wp-auth-check.css', 'wp-includes/css/wp-auth-check.css'),
(12371, '/home/forwardbetcasino/public_html/wp-includes/css/wp-auth-check.min.css', 'wp-includes/css/wp-auth-check.min.css'),
(12372, '/home/forwardbetcasino/public_html/wp-includes/css/wp-embed-template-ie.css', 'wp-includes/css/wp-embed-template-ie.css'),
(12373, '/home/forwardbetcasino/public_html/wp-includes/css/wp-embed-template-ie.min.css', 'wp-includes/css/wp-embed-template-ie.min.css'),
(12374, '/home/forwardbetcasino/public_html/wp-includes/css/wp-embed-template.css', 'wp-includes/css/wp-embed-template.css'),
(12375, '/home/forwardbetcasino/public_html/wp-includes/css/wp-embed-template.min.css', 'wp-includes/css/wp-embed-template.min.css'),
(12376, '/home/forwardbetcasino/public_html/wp-includes/css/wp-pointer-rtl.css', 'wp-includes/css/wp-pointer-rtl.css'),
(12377, '/home/forwardbetcasino/public_html/wp-includes/css/wp-pointer-rtl.min.css', 'wp-includes/css/wp-pointer-rtl.min.css'),
(12378, '/home/forwardbetcasino/public_html/wp-includes/css/wp-pointer.css', 'wp-includes/css/wp-pointer.css'),
(12379, '/home/forwardbetcasino/public_html/wp-includes/css/wp-pointer.min.css', 'wp-includes/css/wp-pointer.min.css'),
(12380, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-background-image-control.php', 'wp-includes/customize/class-wp-customize-background-image-control.php'),
(12381, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-background-image-setting.php', 'wp-includes/customize/class-wp-customize-background-image-setting.php'),
(12382, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-background-position-control.php', 'wp-includes/customize/class-wp-customize-background-position-control.php'),
(12383, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-code-editor-control.php', 'wp-includes/customize/class-wp-customize-code-editor-control.php'),
(12384, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-color-control.php', 'wp-includes/customize/class-wp-customize-color-control.php'),
(12385, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-cropped-image-control.php', 'wp-includes/customize/class-wp-customize-cropped-image-control.php'),
(12386, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-custom-css-setting.php', 'wp-includes/customize/class-wp-customize-custom-css-setting.php'),
(12387, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-date-time-control.php', 'wp-includes/customize/class-wp-customize-date-time-control.php'),
(12388, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-filter-setting.php', 'wp-includes/customize/class-wp-customize-filter-setting.php'),
(12389, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-header-image-control.php', 'wp-includes/customize/class-wp-customize-header-image-control.php'),
(12390, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-header-image-setting.php', 'wp-includes/customize/class-wp-customize-header-image-setting.php'),
(12391, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-image-control.php', 'wp-includes/customize/class-wp-customize-image-control.php'),
(12392, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-media-control.php', 'wp-includes/customize/class-wp-customize-media-control.php'),
(12393, '/home/forwardbetcasino/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'),
(12394, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-control.php'),
(12395, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),
(12396, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),
(12397, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),
(12398, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),
(12399, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),
(12400, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-section.php', 'wp-includes/customize/class-wp-customize-nav-menu-section.php'),
(12401, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menu-setting.php', 'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),
(12402, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-nav-menus-panel.php', 'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),
(12403, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-new-menu-control.php', 'wp-includes/customize/class-wp-customize-new-menu-control.php'),
(12404, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-new-menu-section.php', 'wp-includes/customize/class-wp-customize-new-menu-section.php'),
(12405, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-partial.php', 'wp-includes/customize/class-wp-customize-partial.php'),
(12406, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-selective-refresh.php', 'wp-includes/customize/class-wp-customize-selective-refresh.php'),
(12407, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-sidebar-section.php', 'wp-includes/customize/class-wp-customize-sidebar-section.php'),
(12408, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-site-icon-control.php', 'wp-includes/customize/class-wp-customize-site-icon-control.php'),
(12409, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-theme-control.php', 'wp-includes/customize/class-wp-customize-theme-control.php'),
(12410, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-themes-panel.php', 'wp-includes/customize/class-wp-customize-themes-panel.php'),
(12411, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-themes-section.php', 'wp-includes/customize/class-wp-customize-themes-section.php'),
(12412, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-customize-upload-control.php', 'wp-includes/customize/class-wp-customize-upload-control.php'),
(12413, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-sidebar-block-editor-control.php', 'wp-includes/customize/class-wp-sidebar-block-editor-control.php'),
(12414, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-widget-area-customize-control.php', 'wp-includes/customize/class-wp-widget-area-customize-control.php'),
(12415, '/home/forwardbetcasino/public_html/wp-includes/customize/class-wp-widget-form-customize-control.php', 'wp-includes/customize/class-wp-widget-form-customize-control.php'),
(12416, '/home/forwardbetcasino/public_html/wp-includes/date.php', 'wp-includes/date.php'),
(12417, '/home/forwardbetcasino/public_html/wp-includes/default-constants.php', 'wp-includes/default-constants.php'),
(12418, '/home/forwardbetcasino/public_html/wp-includes/default-filters.php', 'wp-includes/default-filters.php'),
(12419, '/home/forwardbetcasino/public_html/wp-includes/default-widgets.php', 'wp-includes/default-widgets.php'),
(12420, '/home/forwardbetcasino/public_html/wp-includes/deprecated.php', 'wp-includes/deprecated.php'),
(12421, '/home/forwardbetcasino/public_html/wp-includes/embed-template.php', 'wp-includes/embed-template.php'),
(12422, '/home/forwardbetcasino/public_html/wp-includes/embed.php', 'wp-includes/embed.php'),
(12423, '/home/forwardbetcasino/public_html/wp-includes/error-protection.php', 'wp-includes/error-protection.php'),
(12424, '/home/forwardbetcasino/public_html/wp-includes/feed-atom-comments.php', 'wp-includes/feed-atom-comments.php'),
(12425, '/home/forwardbetcasino/public_html/wp-includes/feed-atom.php', 'wp-includes/feed-atom.php'),
(12426, '/home/forwardbetcasino/public_html/wp-includes/feed-rdf.php', 'wp-includes/feed-rdf.php'),
(12427, '/home/forwardbetcasino/public_html/wp-includes/feed-rss.php', 'wp-includes/feed-rss.php'),
(12428, '/home/forwardbetcasino/public_html/wp-includes/feed-rss2-comments.php', 'wp-includes/feed-rss2-comments.php'),
(12429, '/home/forwardbetcasino/public_html/wp-includes/feed-rss2.php', 'wp-includes/feed-rss2.php'),
(12430, '/home/forwardbetcasino/public_html/wp-includes/feed.php', 'wp-includes/feed.php'),
(12431, '/home/forwardbetcasino/public_html/wp-includes/fonts/class-wp-font-collection.php', 'wp-includes/fonts/class-wp-font-collection.php'),
(12432, '/home/forwardbetcasino/public_html/wp-includes/fonts/class-wp-font-face-resolver.php', 'wp-includes/fonts/class-wp-font-face-resolver.php'),
(12433, '/home/forwardbetcasino/public_html/wp-includes/fonts/class-wp-font-face.php', 'wp-includes/fonts/class-wp-font-face.php'),
(12434, '/home/forwardbetcasino/public_html/wp-includes/fonts/class-wp-font-library.php', 'wp-includes/fonts/class-wp-font-library.php'),
(12435, '/home/forwardbetcasino/public_html/wp-includes/fonts/class-wp-font-utils.php', 'wp-includes/fonts/class-wp-font-utils.php'),
(12436, '/home/forwardbetcasino/public_html/wp-includes/fonts/dashicons.eot', 'wp-includes/fonts/dashicons.eot'),
(12437, '/home/forwardbetcasino/public_html/wp-includes/fonts/dashicons.svg', 'wp-includes/fonts/dashicons.svg'),
(12438, '/home/forwardbetcasino/public_html/wp-includes/fonts/dashicons.ttf', 'wp-includes/fonts/dashicons.ttf'),
(12439, '/home/forwardbetcasino/public_html/wp-includes/fonts/dashicons.woff', 'wp-includes/fonts/dashicons.woff'),
(12440, '/home/forwardbetcasino/public_html/wp-includes/fonts/dashicons.woff2', 'wp-includes/fonts/dashicons.woff2'),
(12441, '/home/forwardbetcasino/public_html/wp-includes/fonts.php', 'wp-includes/fonts.php'),
(12442, '/home/forwardbetcasino/public_html/wp-includes/formatting.php', 'wp-includes/formatting.php'),
(12443, '/home/forwardbetcasino/public_html/wp-includes/functions.php', 'wp-includes/functions.php'),
(12444, '/home/forwardbetcasino/public_html/wp-includes/functions.wp-scripts.php', 'wp-includes/functions.wp-scripts.php'),
(12445, '/home/forwardbetcasino/public_html/wp-includes/functions.wp-styles.php', 'wp-includes/functions.wp-styles.php'),
(12446, '/home/forwardbetcasino/public_html/wp-includes/general-template.php', 'wp-includes/general-template.php'),
(12447, '/home/forwardbetcasino/public_html/wp-includes/global-styles-and-settings.php', 'wp-includes/global-styles-and-settings.php'),
(12448, '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-active-formatting-elements.php', 'wp-includes/html-api/class-wp-html-active-formatting-elements.php'),
(12449, '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-attribute-token.php', 'wp-includes/html-api/class-wp-html-attribute-token.php'),
(12450, '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-decoder.php', 'wp-includes/html-api/class-wp-html-decoder.php'),
(12451, '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-doctype-info.php', 'wp-includes/html-api/class-wp-html-doctype-info.php'),
(12452, '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-open-elements.php', 'wp-includes/html-api/class-wp-html-open-elements.php'),
(12453, '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-processor-state.php', 'wp-includes/html-api/class-wp-html-processor-state.php'),
(12454, '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-processor.php', 'wp-includes/html-api/class-wp-html-processor.php'),
(12455, '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-span.php', 'wp-includes/html-api/class-wp-html-span.php'),
(12456, '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-stack-event.php', 'wp-includes/html-api/class-wp-html-stack-event.php'),
(12457, '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-tag-processor.php', 'wp-includes/html-api/class-wp-html-tag-processor.php'),
(12458, '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-text-replacement.php', 'wp-includes/html-api/class-wp-html-text-replacement.php'),
(12459, '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-token.php', 'wp-includes/html-api/class-wp-html-token.php'),
(12460, '/home/forwardbetcasino/public_html/wp-includes/html-api/class-wp-html-unsupported-exception.php', 'wp-includes/html-api/class-wp-html-unsupported-exception.php'),
(12461, '/home/forwardbetcasino/public_html/wp-includes/html-api/html5-named-character-references.php', 'wp-includes/html-api/html5-named-character-references.php'),
(12462, '/home/forwardbetcasino/public_html/wp-includes/http.php', 'wp-includes/http.php'),
(12463, '/home/forwardbetcasino/public_html/wp-includes/https-detection.php', 'wp-includes/https-detection.php'),
(12464, '/home/forwardbetcasino/public_html/wp-includes/https-migration.php', 'wp-includes/https-migration.php'),
(12465, '/home/forwardbetcasino/public_html/wp-includes/images/admin-bar-sprite-2x.png', 'wp-includes/images/admin-bar-sprite-2x.png'),
(12466, '/home/forwardbetcasino/public_html/wp-includes/images/admin-bar-sprite.png', 'wp-includes/images/admin-bar-sprite.png'),
(12467, '/home/forwardbetcasino/public_html/wp-includes/images/arrow-pointer-blue-2x.png', 'wp-includes/images/arrow-pointer-blue-2x.png'),
(12468, '/home/forwardbetcasino/public_html/wp-includes/images/arrow-pointer-blue.png', 'wp-includes/images/arrow-pointer-blue.png'),
(12469, '/home/forwardbetcasino/public_html/wp-includes/images/blank.gif', 'wp-includes/images/blank.gif'),
(12470, '/home/forwardbetcasino/public_html/wp-includes/images/crystal/archive.png', 'wp-includes/images/crystal/archive.png'),
(12471, '/home/forwardbetcasino/public_html/wp-includes/images/crystal/audio.png', 'wp-includes/images/crystal/audio.png'),
(12472, '/home/forwardbetcasino/public_html/wp-includes/images/crystal/code.png', 'wp-includes/images/crystal/code.png'),
(12473, '/home/forwardbetcasino/public_html/wp-includes/images/crystal/default.png', 'wp-includes/images/crystal/default.png'),
(12474, '/home/forwardbetcasino/public_html/wp-includes/images/crystal/document.png', 'wp-includes/images/crystal/document.png'),
(12475, '/home/forwardbetcasino/public_html/wp-includes/images/crystal/interactive.png', 'wp-includes/images/crystal/interactive.png'),
(12476, '/home/forwardbetcasino/public_html/wp-includes/images/crystal/license.txt', 'wp-includes/images/crystal/license.txt'),
(12477, '/home/forwardbetcasino/public_html/wp-includes/images/crystal/spreadsheet.png', 'wp-includes/images/crystal/spreadsheet.png'),
(12478, '/home/forwardbetcasino/public_html/wp-includes/images/crystal/text.png', 'wp-includes/images/crystal/text.png'),
(12479, '/home/forwardbetcasino/public_html/wp-includes/images/crystal/video.png', 'wp-includes/images/crystal/video.png'),
(12480, '/home/forwardbetcasino/public_html/wp-includes/images/down_arrow-2x.gif', 'wp-includes/images/down_arrow-2x.gif'),
(12481, '/home/forwardbetcasino/public_html/wp-includes/images/down_arrow.gif', 'wp-includes/images/down_arrow.gif'),
(12482, '/home/forwardbetcasino/public_html/wp-includes/images/icon-pointer-flag-2x.png', 'wp-includes/images/icon-pointer-flag-2x.png'),
(12483, '/home/forwardbetcasino/public_html/wp-includes/images/icon-pointer-flag.png', 'wp-includes/images/icon-pointer-flag.png'),
(12484, '/home/forwardbetcasino/public_html/wp-includes/images/media/archive.png', 'wp-includes/images/media/archive.png'),
(12485, '/home/forwardbetcasino/public_html/wp-includes/images/media/archive.svg', 'wp-includes/images/media/archive.svg'),
(12486, '/home/forwardbetcasino/public_html/wp-includes/images/media/audio.png', 'wp-includes/images/media/audio.png'),
(12487, '/home/forwardbetcasino/public_html/wp-includes/images/media/audio.svg', 'wp-includes/images/media/audio.svg'),
(12488, '/home/forwardbetcasino/public_html/wp-includes/images/media/code.png', 'wp-includes/images/media/code.png'),
(12489, '/home/forwardbetcasino/public_html/wp-includes/images/media/code.svg', 'wp-includes/images/media/code.svg'),
(12490, '/home/forwardbetcasino/public_html/wp-includes/images/media/default.png', 'wp-includes/images/media/default.png'),
(12491, '/home/forwardbetcasino/public_html/wp-includes/images/media/default.svg', 'wp-includes/images/media/default.svg'),
(12492, '/home/forwardbetcasino/public_html/wp-includes/images/media/document.png', 'wp-includes/images/media/document.png'),
(12493, '/home/forwardbetcasino/public_html/wp-includes/images/media/document.svg', 'wp-includes/images/media/document.svg'),
(12494, '/home/forwardbetcasino/public_html/wp-includes/images/media/interactive.png', 'wp-includes/images/media/interactive.png'),
(12495, '/home/forwardbetcasino/public_html/wp-includes/images/media/interactive.svg', 'wp-includes/images/media/interactive.svg'),
(12496, '/home/forwardbetcasino/public_html/wp-includes/images/media/spreadsheet.png', 'wp-includes/images/media/spreadsheet.png'),
(12497, '/home/forwardbetcasino/public_html/wp-includes/images/media/spreadsheet.svg', 'wp-includes/images/media/spreadsheet.svg'),
(12498, '/home/forwardbetcasino/public_html/wp-includes/images/media/text.png', 'wp-includes/images/media/text.png'),
(12499, '/home/forwardbetcasino/public_html/wp-includes/images/media/text.svg', 'wp-includes/images/media/text.svg'),
(12500, '/home/forwardbetcasino/public_html/wp-includes/images/media/video.png', 'wp-includes/images/media/video.png'),
(12501, '/home/forwardbetcasino/public_html/wp-includes/images/media/video.svg', 'wp-includes/images/media/video.svg'),
(12502, '/home/forwardbetcasino/public_html/wp-includes/images/rss-2x.png', 'wp-includes/images/rss-2x.png'),
(12503, '/home/forwardbetcasino/public_html/wp-includes/images/rss.png', 'wp-includes/images/rss.png'),
(12504, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/frownie.png', 'wp-includes/images/smilies/frownie.png'),
(12505, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_arrow.gif', 'wp-includes/images/smilies/icon_arrow.gif'),
(12506, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_biggrin.gif', 'wp-includes/images/smilies/icon_biggrin.gif'),
(12507, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_confused.gif', 'wp-includes/images/smilies/icon_confused.gif'),
(12508, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_cool.gif', 'wp-includes/images/smilies/icon_cool.gif'),
(12509, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_cry.gif', 'wp-includes/images/smilies/icon_cry.gif'),
(12510, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_eek.gif', 'wp-includes/images/smilies/icon_eek.gif'),
(12511, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_evil.gif', 'wp-includes/images/smilies/icon_evil.gif'),
(12512, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_exclaim.gif', 'wp-includes/images/smilies/icon_exclaim.gif'),
(12513, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_idea.gif', 'wp-includes/images/smilies/icon_idea.gif'),
(12514, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_lol.gif', 'wp-includes/images/smilies/icon_lol.gif'),
(12515, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_mad.gif', 'wp-includes/images/smilies/icon_mad.gif'),
(12516, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_mrgreen.gif', 'wp-includes/images/smilies/icon_mrgreen.gif'),
(12517, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_neutral.gif', 'wp-includes/images/smilies/icon_neutral.gif'),
(12518, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_question.gif', 'wp-includes/images/smilies/icon_question.gif'),
(12519, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_razz.gif', 'wp-includes/images/smilies/icon_razz.gif'),
(12520, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_redface.gif', 'wp-includes/images/smilies/icon_redface.gif'),
(12521, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_rolleyes.gif', 'wp-includes/images/smilies/icon_rolleyes.gif'),
(12522, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_sad.gif', 'wp-includes/images/smilies/icon_sad.gif'),
(12523, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_smile.gif', 'wp-includes/images/smilies/icon_smile.gif'),
(12524, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_surprised.gif', 'wp-includes/images/smilies/icon_surprised.gif'),
(12525, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_twisted.gif', 'wp-includes/images/smilies/icon_twisted.gif'),
(12526, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/icon_wink.gif', 'wp-includes/images/smilies/icon_wink.gif'),
(12527, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/mrgreen.png', 'wp-includes/images/smilies/mrgreen.png'),
(12528, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/rolleyes.png', 'wp-includes/images/smilies/rolleyes.png'),
(12529, '/home/forwardbetcasino/public_html/wp-includes/images/smilies/simple-smile.png', 'wp-includes/images/smilies/simple-smile.png'),
(12530, '/home/forwardbetcasino/public_html/wp-includes/images/spinner-2x.gif', 'wp-includes/images/spinner-2x.gif'),
(12531, '/home/forwardbetcasino/public_html/wp-includes/images/spinner.gif', 'wp-includes/images/spinner.gif'),
(12532, '/home/forwardbetcasino/public_html/wp-includes/images/toggle-arrow-2x.png', 'wp-includes/images/toggle-arrow-2x.png'),
(12533, '/home/forwardbetcasino/public_html/wp-includes/images/toggle-arrow.png', 'wp-includes/images/toggle-arrow.png'),
(12534, '/home/forwardbetcasino/public_html/wp-includes/images/uploader-icons-2x.png', 'wp-includes/images/uploader-icons-2x.png'),
(12535, '/home/forwardbetcasino/public_html/wp-includes/images/uploader-icons.png', 'wp-includes/images/uploader-icons.png'),
(12536, '/home/forwardbetcasino/public_html/wp-includes/images/w-logo-blue-white-bg.png', 'wp-includes/images/w-logo-blue-white-bg.png'),
(12537, '/home/forwardbetcasino/public_html/wp-includes/images/w-logo-blue.png', 'wp-includes/images/w-logo-blue.png'),
(12538, '/home/forwardbetcasino/public_html/wp-includes/images/wpicons-2x.png', 'wp-includes/images/wpicons-2x.png'),
(12539, '/home/forwardbetcasino/public_html/wp-includes/images/wpicons.png', 'wp-includes/images/wpicons.png'),
(12540, '/home/forwardbetcasino/public_html/wp-includes/images/wpspin-2x.gif', 'wp-includes/images/wpspin-2x.gif'),
(12541, '/home/forwardbetcasino/public_html/wp-includes/images/wpspin.gif', 'wp-includes/images/wpspin.gif'),
(12542, '/home/forwardbetcasino/public_html/wp-includes/images/xit-2x.gif', 'wp-includes/images/xit-2x.gif'),
(12543, '/home/forwardbetcasino/public_html/wp-includes/images/xit.gif', 'wp-includes/images/xit.gif'),
(12544, '/home/forwardbetcasino/public_html/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php', 'wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php'),
(12545, '/home/forwardbetcasino/public_html/wp-includes/interactivity-api/class-wp-interactivity-api.php', 'wp-includes/interactivity-api/class-wp-interactivity-api.php'),
(12546, '/home/forwardbetcasino/public_html/wp-includes/interactivity-api/interactivity-api.php', 'wp-includes/interactivity-api/interactivity-api.php'),
(12547, '/home/forwardbetcasino/public_html/wp-includes/js/admin-bar.js', 'wp-includes/js/admin-bar.js'),
(12548, '/home/forwardbetcasino/public_html/wp-includes/js/admin-bar.min.js', 'wp-includes/js/admin-bar.min.js'),
(12549, '/home/forwardbetcasino/public_html/wp-includes/js/api-request.js', 'wp-includes/js/api-request.js'),
(12550, '/home/forwardbetcasino/public_html/wp-includes/js/api-request.min.js', 'wp-includes/js/api-request.min.js'),
(12551, '/home/forwardbetcasino/public_html/wp-includes/js/autosave.js', 'wp-includes/js/autosave.js'),
(12552, '/home/forwardbetcasino/public_html/wp-includes/js/autosave.min.js', 'wp-includes/js/autosave.min.js'),
(12553, '/home/forwardbetcasino/public_html/wp-includes/js/backbone.js', 'wp-includes/js/backbone.js'),
(12554, '/home/forwardbetcasino/public_html/wp-includes/js/backbone.min.js', 'wp-includes/js/backbone.min.js'),
(12555, '/home/forwardbetcasino/public_html/wp-includes/js/clipboard.js', 'wp-includes/js/clipboard.js'),
(12556, '/home/forwardbetcasino/public_html/wp-includes/js/clipboard.min.js', 'wp-includes/js/clipboard.min.js'),
(12557, '/home/forwardbetcasino/public_html/wp-includes/js/codemirror/codemirror.min.css', 'wp-includes/js/codemirror/codemirror.min.css'),
(12558, '/home/forwardbetcasino/public_html/wp-includes/js/codemirror/codemirror.min.js', 'wp-includes/js/codemirror/codemirror.min.js'),
(12559, '/home/forwardbetcasino/public_html/wp-includes/js/codemirror/csslint.js', 'wp-includes/js/codemirror/csslint.js'),
(12560, '/home/forwardbetcasino/public_html/wp-includes/js/codemirror/esprima.js', 'wp-includes/js/codemirror/esprima.js'),
(12561, '/home/forwardbetcasino/public_html/wp-includes/js/codemirror/fakejshint.js', 'wp-includes/js/codemirror/fakejshint.js'),
(12562, '/home/forwardbetcasino/public_html/wp-includes/js/codemirror/htmlhint-kses.js', 'wp-includes/js/codemirror/htmlhint-kses.js'),
(12563, '/home/forwardbetcasino/public_html/wp-includes/js/codemirror/htmlhint.js', 'wp-includes/js/codemirror/htmlhint.js'),
(12564, '/home/forwardbetcasino/public_html/wp-includes/js/codemirror/jsonlint.js', 'wp-includes/js/codemirror/jsonlint.js'),
(12565, '/home/forwardbetcasino/public_html/wp-includes/js/colorpicker.js', 'wp-includes/js/colorpicker.js'),
(12566, '/home/forwardbetcasino/public_html/wp-includes/js/colorpicker.min.js', 'wp-includes/js/colorpicker.min.js'),
(12567, '/home/forwardbetcasino/public_html/wp-includes/js/comment-reply.js', 'wp-includes/js/comment-reply.js'),
(12568, '/home/forwardbetcasino/public_html/wp-includes/js/comment-reply.min.js', 'wp-includes/js/comment-reply.min.js'),
(12569, '/home/forwardbetcasino/public_html/wp-includes/js/crop/cropper.css', 'wp-includes/js/crop/cropper.css'),
(12570, '/home/forwardbetcasino/public_html/wp-includes/js/crop/cropper.js', 'wp-includes/js/crop/cropper.js'),
(12571, '/home/forwardbetcasino/public_html/wp-includes/js/crop/marqueeHoriz.gif', 'wp-includes/js/crop/marqueeHoriz.gif'),
(12572, '/home/forwardbetcasino/public_html/wp-includes/js/crop/marqueeVert.gif', 'wp-includes/js/crop/marqueeVert.gif'),
(12573, '/home/forwardbetcasino/public_html/wp-includes/js/customize-base.js', 'wp-includes/js/customize-base.js'),
(12574, '/home/forwardbetcasino/public_html/wp-includes/js/customize-base.min.js', 'wp-includes/js/customize-base.min.js'),
(12575, '/home/forwardbetcasino/public_html/wp-includes/js/customize-loader.js', 'wp-includes/js/customize-loader.js'),
(12576, '/home/forwardbetcasino/public_html/wp-includes/js/customize-loader.min.js', 'wp-includes/js/customize-loader.min.js'),
(12577, '/home/forwardbetcasino/public_html/wp-includes/js/customize-models.js', 'wp-includes/js/customize-models.js'),
(12578, '/home/forwardbetcasino/public_html/wp-includes/js/customize-models.min.js', 'wp-includes/js/customize-models.min.js'),
(12579, '/home/forwardbetcasino/public_html/wp-includes/js/customize-preview-nav-menus.js', 'wp-includes/js/customize-preview-nav-menus.js'),
(12580, '/home/forwardbetcasino/public_html/wp-includes/js/customize-preview-nav-menus.min.js', 'wp-includes/js/customize-preview-nav-menus.min.js'),
(12581, '/home/forwardbetcasino/public_html/wp-includes/js/customize-preview-widgets.js', 'wp-includes/js/customize-preview-widgets.js'),
(12582, '/home/forwardbetcasino/public_html/wp-includes/js/customize-preview-widgets.min.js', 'wp-includes/js/customize-preview-widgets.min.js'),
(12583, '/home/forwardbetcasino/public_html/wp-includes/js/customize-preview.js', 'wp-includes/js/customize-preview.js'),
(12584, '/home/forwardbetcasino/public_html/wp-includes/js/customize-preview.min.js', 'wp-includes/js/customize-preview.min.js'),
(12585, '/home/forwardbetcasino/public_html/wp-includes/js/customize-selective-refresh.js', 'wp-includes/js/customize-selective-refresh.js'),
(12586, '/home/forwardbetcasino/public_html/wp-includes/js/customize-selective-refresh.min.js', 'wp-includes/js/customize-selective-refresh.min.js'),
(12587, '/home/forwardbetcasino/public_html/wp-includes/js/customize-views.js', 'wp-includes/js/customize-views.js'),
(12588, '/home/forwardbetcasino/public_html/wp-includes/js/customize-views.min.js', 'wp-includes/js/customize-views.min.js'),
(12589, '/home/forwardbetcasino/public_html/wp-includes/js/dist/a11y.js', 'wp-includes/js/dist/a11y.js'),
(12590, '/home/forwardbetcasino/public_html/wp-includes/js/dist/a11y.min.js', 'wp-includes/js/dist/a11y.min.js'),
(12591, '/home/forwardbetcasino/public_html/wp-includes/js/dist/annotations.js', 'wp-includes/js/dist/annotations.js'),
(12592, '/home/forwardbetcasino/public_html/wp-includes/js/dist/annotations.min.js', 'wp-includes/js/dist/annotations.min.js'),
(12593, '/home/forwardbetcasino/public_html/wp-includes/js/dist/api-fetch.js', 'wp-includes/js/dist/api-fetch.js'),
(12594, '/home/forwardbetcasino/public_html/wp-includes/js/dist/api-fetch.min.js', 'wp-includes/js/dist/api-fetch.min.js'),
(12595, '/home/forwardbetcasino/public_html/wp-includes/js/dist/autop.js', 'wp-includes/js/dist/autop.js'),
(12596, '/home/forwardbetcasino/public_html/wp-includes/js/dist/autop.min.js', 'wp-includes/js/dist/autop.min.js'),
(12597, '/home/forwardbetcasino/public_html/wp-includes/js/dist/blob.js', 'wp-includes/js/dist/blob.js'),
(12598, '/home/forwardbetcasino/public_html/wp-includes/js/dist/blob.min.js', 'wp-includes/js/dist/blob.min.js'),
(12599, '/home/forwardbetcasino/public_html/wp-includes/js/dist/block-directory.js', 'wp-includes/js/dist/block-directory.js'),
(12600, '/home/forwardbetcasino/public_html/wp-includes/js/dist/block-directory.min.js', 'wp-includes/js/dist/block-directory.min.js'),
(12601, '/home/forwardbetcasino/public_html/wp-includes/js/dist/block-editor.js', 'wp-includes/js/dist/block-editor.js'),
(12602, '/home/forwardbetcasino/public_html/wp-includes/js/dist/block-editor.min.js', 'wp-includes/js/dist/block-editor.min.js'),
(12603, '/home/forwardbetcasino/public_html/wp-includes/js/dist/block-library.js', 'wp-includes/js/dist/block-library.js'),
(12604, '/home/forwardbetcasino/public_html/wp-includes/js/dist/block-library.min.js', 'wp-includes/js/dist/block-library.min.js'),
(12605, '/home/forwardbetcasino/public_html/wp-includes/js/dist/block-serialization-default-parser.js', 'wp-includes/js/dist/block-serialization-default-parser.js'),
(12606, '/home/forwardbetcasino/public_html/wp-includes/js/dist/block-serialization-default-parser.min.js', 'wp-includes/js/dist/block-serialization-default-parser.min.js'),
(12607, '/home/forwardbetcasino/public_html/wp-includes/js/dist/blocks.js', 'wp-includes/js/dist/blocks.js'),
(12608, '/home/forwardbetcasino/public_html/wp-includes/js/dist/blocks.min.js', 'wp-includes/js/dist/blocks.min.js'),
(12609, '/home/forwardbetcasino/public_html/wp-includes/js/dist/commands.js', 'wp-includes/js/dist/commands.js'),
(12610, '/home/forwardbetcasino/public_html/wp-includes/js/dist/commands.min.js', 'wp-includes/js/dist/commands.min.js'),
(12611, '/home/forwardbetcasino/public_html/wp-includes/js/dist/components.js', 'wp-includes/js/dist/components.js'),
(12612, '/home/forwardbetcasino/public_html/wp-includes/js/dist/components.min.js', 'wp-includes/js/dist/components.min.js'),
(12613, '/home/forwardbetcasino/public_html/wp-includes/js/dist/compose.js', 'wp-includes/js/dist/compose.js'),
(12614, '/home/forwardbetcasino/public_html/wp-includes/js/dist/compose.min.js', 'wp-includes/js/dist/compose.min.js'),
(12615, '/home/forwardbetcasino/public_html/wp-includes/js/dist/core-commands.js', 'wp-includes/js/dist/core-commands.js'),
(12616, '/home/forwardbetcasino/public_html/wp-includes/js/dist/core-commands.min.js', 'wp-includes/js/dist/core-commands.min.js'),
(12617, '/home/forwardbetcasino/public_html/wp-includes/js/dist/core-data.js', 'wp-includes/js/dist/core-data.js'),
(12618, '/home/forwardbetcasino/public_html/wp-includes/js/dist/core-data.min.js', 'wp-includes/js/dist/core-data.min.js'),
(12619, '/home/forwardbetcasino/public_html/wp-includes/js/dist/customize-widgets.js', 'wp-includes/js/dist/customize-widgets.js'),
(12620, '/home/forwardbetcasino/public_html/wp-includes/js/dist/customize-widgets.min.js', 'wp-includes/js/dist/customize-widgets.min.js');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(12621, '/home/forwardbetcasino/public_html/wp-includes/js/dist/data-controls.js', 'wp-includes/js/dist/data-controls.js'),
(12622, '/home/forwardbetcasino/public_html/wp-includes/js/dist/data-controls.min.js', 'wp-includes/js/dist/data-controls.min.js'),
(12623, '/home/forwardbetcasino/public_html/wp-includes/js/dist/data.js', 'wp-includes/js/dist/data.js'),
(12624, '/home/forwardbetcasino/public_html/wp-includes/js/dist/data.min.js', 'wp-includes/js/dist/data.min.js'),
(12625, '/home/forwardbetcasino/public_html/wp-includes/js/dist/date.js', 'wp-includes/js/dist/date.js'),
(12626, '/home/forwardbetcasino/public_html/wp-includes/js/dist/date.min.js', 'wp-includes/js/dist/date.min.js'),
(12627, '/home/forwardbetcasino/public_html/wp-includes/js/dist/deprecated.js', 'wp-includes/js/dist/deprecated.js'),
(12628, '/home/forwardbetcasino/public_html/wp-includes/js/dist/deprecated.min.js', 'wp-includes/js/dist/deprecated.min.js'),
(12629, '/home/forwardbetcasino/public_html/wp-includes/js/dist/development/react-refresh-entry.js', 'wp-includes/js/dist/development/react-refresh-entry.js'),
(12630, '/home/forwardbetcasino/public_html/wp-includes/js/dist/development/react-refresh-entry.min.js', 'wp-includes/js/dist/development/react-refresh-entry.min.js'),
(12631, '/home/forwardbetcasino/public_html/wp-includes/js/dist/development/react-refresh-runtime.js', 'wp-includes/js/dist/development/react-refresh-runtime.js'),
(12632, '/home/forwardbetcasino/public_html/wp-includes/js/dist/development/react-refresh-runtime.min.js', 'wp-includes/js/dist/development/react-refresh-runtime.min.js'),
(12633, '/home/forwardbetcasino/public_html/wp-includes/js/dist/dom-ready.js', 'wp-includes/js/dist/dom-ready.js'),
(12634, '/home/forwardbetcasino/public_html/wp-includes/js/dist/dom-ready.min.js', 'wp-includes/js/dist/dom-ready.min.js'),
(12635, '/home/forwardbetcasino/public_html/wp-includes/js/dist/dom.js', 'wp-includes/js/dist/dom.js'),
(12636, '/home/forwardbetcasino/public_html/wp-includes/js/dist/dom.min.js', 'wp-includes/js/dist/dom.min.js'),
(12637, '/home/forwardbetcasino/public_html/wp-includes/js/dist/edit-post.js', 'wp-includes/js/dist/edit-post.js'),
(12638, '/home/forwardbetcasino/public_html/wp-includes/js/dist/edit-post.min.js', 'wp-includes/js/dist/edit-post.min.js'),
(12639, '/home/forwardbetcasino/public_html/wp-includes/js/dist/edit-site.js', 'wp-includes/js/dist/edit-site.js'),
(12640, '/home/forwardbetcasino/public_html/wp-includes/js/dist/edit-site.min.js', 'wp-includes/js/dist/edit-site.min.js'),
(12641, '/home/forwardbetcasino/public_html/wp-includes/js/dist/edit-widgets.js', 'wp-includes/js/dist/edit-widgets.js'),
(12642, '/home/forwardbetcasino/public_html/wp-includes/js/dist/edit-widgets.min.js', 'wp-includes/js/dist/edit-widgets.min.js'),
(12643, '/home/forwardbetcasino/public_html/wp-includes/js/dist/editor.js', 'wp-includes/js/dist/editor.js'),
(12644, '/home/forwardbetcasino/public_html/wp-includes/js/dist/editor.min.js', 'wp-includes/js/dist/editor.min.js'),
(12645, '/home/forwardbetcasino/public_html/wp-includes/js/dist/element.js', 'wp-includes/js/dist/element.js'),
(12646, '/home/forwardbetcasino/public_html/wp-includes/js/dist/element.min.js', 'wp-includes/js/dist/element.min.js'),
(12647, '/home/forwardbetcasino/public_html/wp-includes/js/dist/escape-html.js', 'wp-includes/js/dist/escape-html.js'),
(12648, '/home/forwardbetcasino/public_html/wp-includes/js/dist/escape-html.min.js', 'wp-includes/js/dist/escape-html.min.js'),
(12649, '/home/forwardbetcasino/public_html/wp-includes/js/dist/fields.js', 'wp-includes/js/dist/fields.js'),
(12650, '/home/forwardbetcasino/public_html/wp-includes/js/dist/fields.min.js', 'wp-includes/js/dist/fields.min.js'),
(12651, '/home/forwardbetcasino/public_html/wp-includes/js/dist/format-library.js', 'wp-includes/js/dist/format-library.js'),
(12652, '/home/forwardbetcasino/public_html/wp-includes/js/dist/format-library.min.js', 'wp-includes/js/dist/format-library.min.js'),
(12653, '/home/forwardbetcasino/public_html/wp-includes/js/dist/hooks.js', 'wp-includes/js/dist/hooks.js'),
(12654, '/home/forwardbetcasino/public_html/wp-includes/js/dist/hooks.min.js', 'wp-includes/js/dist/hooks.min.js'),
(12655, '/home/forwardbetcasino/public_html/wp-includes/js/dist/html-entities.js', 'wp-includes/js/dist/html-entities.js'),
(12656, '/home/forwardbetcasino/public_html/wp-includes/js/dist/html-entities.min.js', 'wp-includes/js/dist/html-entities.min.js'),
(12657, '/home/forwardbetcasino/public_html/wp-includes/js/dist/i18n.js', 'wp-includes/js/dist/i18n.js'),
(12658, '/home/forwardbetcasino/public_html/wp-includes/js/dist/i18n.min.js', 'wp-includes/js/dist/i18n.min.js'),
(12659, '/home/forwardbetcasino/public_html/wp-includes/js/dist/is-shallow-equal.js', 'wp-includes/js/dist/is-shallow-equal.js'),
(12660, '/home/forwardbetcasino/public_html/wp-includes/js/dist/is-shallow-equal.min.js', 'wp-includes/js/dist/is-shallow-equal.min.js'),
(12661, '/home/forwardbetcasino/public_html/wp-includes/js/dist/keyboard-shortcuts.js', 'wp-includes/js/dist/keyboard-shortcuts.js'),
(12662, '/home/forwardbetcasino/public_html/wp-includes/js/dist/keyboard-shortcuts.min.js', 'wp-includes/js/dist/keyboard-shortcuts.min.js'),
(12663, '/home/forwardbetcasino/public_html/wp-includes/js/dist/keycodes.js', 'wp-includes/js/dist/keycodes.js'),
(12664, '/home/forwardbetcasino/public_html/wp-includes/js/dist/keycodes.min.js', 'wp-includes/js/dist/keycodes.min.js'),
(12665, '/home/forwardbetcasino/public_html/wp-includes/js/dist/list-reusable-blocks.js', 'wp-includes/js/dist/list-reusable-blocks.js'),
(12666, '/home/forwardbetcasino/public_html/wp-includes/js/dist/list-reusable-blocks.min.js', 'wp-includes/js/dist/list-reusable-blocks.min.js'),
(12667, '/home/forwardbetcasino/public_html/wp-includes/js/dist/media-utils.js', 'wp-includes/js/dist/media-utils.js'),
(12668, '/home/forwardbetcasino/public_html/wp-includes/js/dist/media-utils.min.js', 'wp-includes/js/dist/media-utils.min.js'),
(12669, '/home/forwardbetcasino/public_html/wp-includes/js/dist/notices.js', 'wp-includes/js/dist/notices.js'),
(12670, '/home/forwardbetcasino/public_html/wp-includes/js/dist/notices.min.js', 'wp-includes/js/dist/notices.min.js'),
(12671, '/home/forwardbetcasino/public_html/wp-includes/js/dist/nux.js', 'wp-includes/js/dist/nux.js'),
(12672, '/home/forwardbetcasino/public_html/wp-includes/js/dist/nux.min.js', 'wp-includes/js/dist/nux.min.js'),
(12673, '/home/forwardbetcasino/public_html/wp-includes/js/dist/patterns.js', 'wp-includes/js/dist/patterns.js'),
(12674, '/home/forwardbetcasino/public_html/wp-includes/js/dist/patterns.min.js', 'wp-includes/js/dist/patterns.min.js'),
(12675, '/home/forwardbetcasino/public_html/wp-includes/js/dist/plugins.js', 'wp-includes/js/dist/plugins.js'),
(12676, '/home/forwardbetcasino/public_html/wp-includes/js/dist/plugins.min.js', 'wp-includes/js/dist/plugins.min.js'),
(12677, '/home/forwardbetcasino/public_html/wp-includes/js/dist/preferences-persistence.js', 'wp-includes/js/dist/preferences-persistence.js'),
(12678, '/home/forwardbetcasino/public_html/wp-includes/js/dist/preferences-persistence.min.js', 'wp-includes/js/dist/preferences-persistence.min.js'),
(12679, '/home/forwardbetcasino/public_html/wp-includes/js/dist/preferences.js', 'wp-includes/js/dist/preferences.js'),
(12680, '/home/forwardbetcasino/public_html/wp-includes/js/dist/preferences.min.js', 'wp-includes/js/dist/preferences.min.js'),
(12681, '/home/forwardbetcasino/public_html/wp-includes/js/dist/primitives.js', 'wp-includes/js/dist/primitives.js'),
(12682, '/home/forwardbetcasino/public_html/wp-includes/js/dist/primitives.min.js', 'wp-includes/js/dist/primitives.min.js'),
(12683, '/home/forwardbetcasino/public_html/wp-includes/js/dist/priority-queue.js', 'wp-includes/js/dist/priority-queue.js'),
(12684, '/home/forwardbetcasino/public_html/wp-includes/js/dist/priority-queue.min.js', 'wp-includes/js/dist/priority-queue.min.js'),
(12685, '/home/forwardbetcasino/public_html/wp-includes/js/dist/private-apis.js', 'wp-includes/js/dist/private-apis.js'),
(12686, '/home/forwardbetcasino/public_html/wp-includes/js/dist/private-apis.min.js', 'wp-includes/js/dist/private-apis.min.js'),
(12687, '/home/forwardbetcasino/public_html/wp-includes/js/dist/redux-routine.js', 'wp-includes/js/dist/redux-routine.js'),
(12688, '/home/forwardbetcasino/public_html/wp-includes/js/dist/redux-routine.min.js', 'wp-includes/js/dist/redux-routine.min.js'),
(12689, '/home/forwardbetcasino/public_html/wp-includes/js/dist/reusable-blocks.js', 'wp-includes/js/dist/reusable-blocks.js'),
(12690, '/home/forwardbetcasino/public_html/wp-includes/js/dist/reusable-blocks.min.js', 'wp-includes/js/dist/reusable-blocks.min.js'),
(12691, '/home/forwardbetcasino/public_html/wp-includes/js/dist/rich-text.js', 'wp-includes/js/dist/rich-text.js'),
(12692, '/home/forwardbetcasino/public_html/wp-includes/js/dist/rich-text.min.js', 'wp-includes/js/dist/rich-text.min.js'),
(12693, '/home/forwardbetcasino/public_html/wp-includes/js/dist/router.js', 'wp-includes/js/dist/router.js'),
(12694, '/home/forwardbetcasino/public_html/wp-includes/js/dist/router.min.js', 'wp-includes/js/dist/router.min.js'),
(12695, '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/a11y/index.js', 'wp-includes/js/dist/script-modules/a11y/index.js'),
(12696, '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/a11y/index.min.js', 'wp-includes/js/dist/script-modules/a11y/index.min.js'),
(12697, '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/file/view.js', 'wp-includes/js/dist/script-modules/block-library/file/view.js'),
(12698, '/home/forwardbetcasino/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'),
(12699, '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/image/view.js', 'wp-includes/js/dist/script-modules/block-library/image/view.js'),
(12700, '/home/forwardbetcasino/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'),
(12701, '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/navigation/view.js', 'wp-includes/js/dist/script-modules/block-library/navigation/view.js'),
(12702, '/home/forwardbetcasino/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'),
(12703, '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/query/view.js', 'wp-includes/js/dist/script-modules/block-library/query/view.js'),
(12704, '/home/forwardbetcasino/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'),
(12705, '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/block-library/search/view.js', 'wp-includes/js/dist/script-modules/block-library/search/view.js'),
(12706, '/home/forwardbetcasino/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'),
(12707, '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/interactivity/debug.js', 'wp-includes/js/dist/script-modules/interactivity/debug.js'),
(12708, '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/interactivity/debug.min.js', 'wp-includes/js/dist/script-modules/interactivity/debug.min.js'),
(12709, '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/interactivity/index.js', 'wp-includes/js/dist/script-modules/interactivity/index.js'),
(12710, '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/interactivity/index.min.js', 'wp-includes/js/dist/script-modules/interactivity/index.min.js'),
(12711, '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/interactivity-router/index.js', 'wp-includes/js/dist/script-modules/interactivity-router/index.js'),
(12712, '/home/forwardbetcasino/public_html/wp-includes/js/dist/script-modules/interactivity-router/index.min.js', 'wp-includes/js/dist/script-modules/interactivity-router/index.min.js'),
(12713, '/home/forwardbetcasino/public_html/wp-includes/js/dist/server-side-render.js', 'wp-includes/js/dist/server-side-render.js'),
(12714, '/home/forwardbetcasino/public_html/wp-includes/js/dist/server-side-render.min.js', 'wp-includes/js/dist/server-side-render.min.js'),
(12715, '/home/forwardbetcasino/public_html/wp-includes/js/dist/shortcode.js', 'wp-includes/js/dist/shortcode.js'),
(12716, '/home/forwardbetcasino/public_html/wp-includes/js/dist/shortcode.min.js', 'wp-includes/js/dist/shortcode.min.js'),
(12717, '/home/forwardbetcasino/public_html/wp-includes/js/dist/style-engine.js', 'wp-includes/js/dist/style-engine.js'),
(12718, '/home/forwardbetcasino/public_html/wp-includes/js/dist/style-engine.min.js', 'wp-includes/js/dist/style-engine.min.js'),
(12719, '/home/forwardbetcasino/public_html/wp-includes/js/dist/token-list.js', 'wp-includes/js/dist/token-list.js'),
(12720, '/home/forwardbetcasino/public_html/wp-includes/js/dist/token-list.min.js', 'wp-includes/js/dist/token-list.min.js'),
(12721, '/home/forwardbetcasino/public_html/wp-includes/js/dist/undo-manager.js', 'wp-includes/js/dist/undo-manager.js'),
(12722, '/home/forwardbetcasino/public_html/wp-includes/js/dist/undo-manager.min.js', 'wp-includes/js/dist/undo-manager.min.js'),
(12723, '/home/forwardbetcasino/public_html/wp-includes/js/dist/url.js', 'wp-includes/js/dist/url.js'),
(12724, '/home/forwardbetcasino/public_html/wp-includes/js/dist/url.min.js', 'wp-includes/js/dist/url.min.js'),
(12725, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/lodash.js', 'wp-includes/js/dist/vendor/lodash.js'),
(12726, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/lodash.min.js', 'wp-includes/js/dist/vendor/lodash.min.js'),
(12727, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/moment.js', 'wp-includes/js/dist/vendor/moment.js'),
(12728, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/moment.min.js', 'wp-includes/js/dist/vendor/moment.min.js'),
(12729, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/react-dom.js', 'wp-includes/js/dist/vendor/react-dom.js'),
(12730, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/react-dom.min.js', 'wp-includes/js/dist/vendor/react-dom.min.js'),
(12731, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/react-jsx-runtime.js', 'wp-includes/js/dist/vendor/react-jsx-runtime.js'),
(12732, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/react-jsx-runtime.min.js', 'wp-includes/js/dist/vendor/react-jsx-runtime.min.js'),
(12733, '/home/forwardbetcasino/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'),
(12734, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/react.js', 'wp-includes/js/dist/vendor/react.js'),
(12735, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/react.min.js', 'wp-includes/js/dist/vendor/react.min.js'),
(12736, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/regenerator-runtime.js', 'wp-includes/js/dist/vendor/regenerator-runtime.js'),
(12737, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/regenerator-runtime.min.js', 'wp-includes/js/dist/vendor/regenerator-runtime.min.js'),
(12738, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js', 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),
(12739, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),
(12740, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),
(12741, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),
(12742, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.js', 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),
(12743, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),
(12744, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-formdata.js', 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),
(12745, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),
(12746, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-inert.js', 'wp-includes/js/dist/vendor/wp-polyfill-inert.js'),
(12747, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-inert.min.js'),
(12748, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),
(12749, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),
(12750, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js', 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),
(12751, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),
(12752, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-url.js', 'wp-includes/js/dist/vendor/wp-polyfill-url.js'),
(12753, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill-url.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),
(12754, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill.js', 'wp-includes/js/dist/vendor/wp-polyfill.js'),
(12755, '/home/forwardbetcasino/public_html/wp-includes/js/dist/vendor/wp-polyfill.min.js', 'wp-includes/js/dist/vendor/wp-polyfill.min.js'),
(12756, '/home/forwardbetcasino/public_html/wp-includes/js/dist/viewport.js', 'wp-includes/js/dist/viewport.js'),
(12757, '/home/forwardbetcasino/public_html/wp-includes/js/dist/viewport.min.js', 'wp-includes/js/dist/viewport.min.js'),
(12758, '/home/forwardbetcasino/public_html/wp-includes/js/dist/warning.js', 'wp-includes/js/dist/warning.js'),
(12759, '/home/forwardbetcasino/public_html/wp-includes/js/dist/warning.min.js', 'wp-includes/js/dist/warning.min.js'),
(12760, '/home/forwardbetcasino/public_html/wp-includes/js/dist/widgets.js', 'wp-includes/js/dist/widgets.js'),
(12761, '/home/forwardbetcasino/public_html/wp-includes/js/dist/widgets.min.js', 'wp-includes/js/dist/widgets.min.js'),
(12762, '/home/forwardbetcasino/public_html/wp-includes/js/dist/wordcount.js', 'wp-includes/js/dist/wordcount.js'),
(12763, '/home/forwardbetcasino/public_html/wp-includes/js/dist/wordcount.min.js', 'wp-includes/js/dist/wordcount.min.js'),
(12764, '/home/forwardbetcasino/public_html/wp-includes/js/heartbeat.js', 'wp-includes/js/heartbeat.js'),
(12765, '/home/forwardbetcasino/public_html/wp-includes/js/heartbeat.min.js', 'wp-includes/js/heartbeat.min.js'),
(12766, '/home/forwardbetcasino/public_html/wp-includes/js/hoverIntent.js', 'wp-includes/js/hoverIntent.js'),
(12767, '/home/forwardbetcasino/public_html/wp-includes/js/hoverIntent.min.js', 'wp-includes/js/hoverIntent.min.js'),
(12768, '/home/forwardbetcasino/public_html/wp-includes/js/hoverintent-js.min.js', 'wp-includes/js/hoverintent-js.min.js'),
(12769, '/home/forwardbetcasino/public_html/wp-includes/js/imagesloaded.min.js', 'wp-includes/js/imagesloaded.min.js'),
(12770, '/home/forwardbetcasino/public_html/wp-includes/js/imgareaselect/border-anim-h.gif', 'wp-includes/js/imgareaselect/border-anim-h.gif'),
(12771, '/home/forwardbetcasino/public_html/wp-includes/js/imgareaselect/border-anim-v.gif', 'wp-includes/js/imgareaselect/border-anim-v.gif'),
(12772, '/home/forwardbetcasino/public_html/wp-includes/js/imgareaselect/imgareaselect.css', 'wp-includes/js/imgareaselect/imgareaselect.css'),
(12773, '/home/forwardbetcasino/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.js', 'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),
(12774, '/home/forwardbetcasino/public_html/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),
(12775, '/home/forwardbetcasino/public_html/wp-includes/js/jcrop/Jcrop.gif', 'wp-includes/js/jcrop/Jcrop.gif'),
(12776, '/home/forwardbetcasino/public_html/wp-includes/js/jcrop/jquery.Jcrop.min.css', 'wp-includes/js/jcrop/jquery.Jcrop.min.css'),
(12777, '/home/forwardbetcasino/public_html/wp-includes/js/jcrop/jquery.Jcrop.min.js', 'wp-includes/js/jcrop/jquery.Jcrop.min.js'),
(12778, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery-migrate.js', 'wp-includes/js/jquery/jquery-migrate.js'),
(12779, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery-migrate.min.js', 'wp-includes/js/jquery/jquery-migrate.min.js'),
(12780, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.color.min.js', 'wp-includes/js/jquery/jquery.color.min.js'),
(12781, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.form.js', 'wp-includes/js/jquery/jquery.form.js'),
(12782, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.form.min.js', 'wp-includes/js/jquery/jquery.form.min.js'),
(12783, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.hotkeys.js', 'wp-includes/js/jquery/jquery.hotkeys.js'),
(12784, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.hotkeys.min.js', 'wp-includes/js/jquery/jquery.hotkeys.min.js'),
(12785, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.js', 'wp-includes/js/jquery/jquery.js'),
(12786, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.masonry.min.js', 'wp-includes/js/jquery/jquery.masonry.min.js'),
(12787, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.min.js', 'wp-includes/js/jquery/jquery.min.js'),
(12788, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.query.js', 'wp-includes/js/jquery/jquery.query.js'),
(12789, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.schedule.js', 'wp-includes/js/jquery/jquery.schedule.js'),
(12790, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.serialize-object.js', 'wp-includes/js/jquery/jquery.serialize-object.js'),
(12791, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.table-hotkeys.js', 'wp-includes/js/jquery/jquery.table-hotkeys.js'),
(12792, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.table-hotkeys.min.js', 'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),
(12793, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/jquery.ui.touch-punch.js', 'wp-includes/js/jquery/jquery.ui.touch-punch.js'),
(12794, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/suggest.js', 'wp-includes/js/jquery/suggest.js'),
(12795, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/suggest.min.js', 'wp-includes/js/jquery/suggest.min.js'),
(12796, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/accordion.js', 'wp-includes/js/jquery/ui/accordion.js'),
(12797, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/accordion.min.js', 'wp-includes/js/jquery/ui/accordion.min.js'),
(12798, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/autocomplete.js', 'wp-includes/js/jquery/ui/autocomplete.js'),
(12799, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/autocomplete.min.js', 'wp-includes/js/jquery/ui/autocomplete.min.js'),
(12800, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/button.js', 'wp-includes/js/jquery/ui/button.js'),
(12801, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/button.min.js', 'wp-includes/js/jquery/ui/button.min.js'),
(12802, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/checkboxradio.js', 'wp-includes/js/jquery/ui/checkboxradio.js'),
(12803, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/checkboxradio.min.js', 'wp-includes/js/jquery/ui/checkboxradio.min.js'),
(12804, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/controlgroup.js', 'wp-includes/js/jquery/ui/controlgroup.js'),
(12805, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/controlgroup.min.js', 'wp-includes/js/jquery/ui/controlgroup.min.js'),
(12806, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/core.js', 'wp-includes/js/jquery/ui/core.js'),
(12807, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/core.min.js', 'wp-includes/js/jquery/ui/core.min.js'),
(12808, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/datepicker.js', 'wp-includes/js/jquery/ui/datepicker.js'),
(12809, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/datepicker.min.js', 'wp-includes/js/jquery/ui/datepicker.min.js'),
(12810, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/dialog.js', 'wp-includes/js/jquery/ui/dialog.js'),
(12811, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/dialog.min.js', 'wp-includes/js/jquery/ui/dialog.min.js'),
(12812, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/draggable.js', 'wp-includes/js/jquery/ui/draggable.js'),
(12813, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/draggable.min.js', 'wp-includes/js/jquery/ui/draggable.min.js'),
(12814, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/droppable.js', 'wp-includes/js/jquery/ui/droppable.js'),
(12815, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/droppable.min.js', 'wp-includes/js/jquery/ui/droppable.min.js'),
(12816, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-blind.js', 'wp-includes/js/jquery/ui/effect-blind.js'),
(12817, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-blind.min.js', 'wp-includes/js/jquery/ui/effect-blind.min.js'),
(12818, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-bounce.js', 'wp-includes/js/jquery/ui/effect-bounce.js'),
(12819, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-bounce.min.js', 'wp-includes/js/jquery/ui/effect-bounce.min.js'),
(12820, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-clip.js', 'wp-includes/js/jquery/ui/effect-clip.js'),
(12821, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-clip.min.js', 'wp-includes/js/jquery/ui/effect-clip.min.js'),
(12822, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-drop.js', 'wp-includes/js/jquery/ui/effect-drop.js'),
(12823, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-drop.min.js', 'wp-includes/js/jquery/ui/effect-drop.min.js'),
(12824, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-explode.js', 'wp-includes/js/jquery/ui/effect-explode.js'),
(12825, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-explode.min.js', 'wp-includes/js/jquery/ui/effect-explode.min.js'),
(12826, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-fade.js', 'wp-includes/js/jquery/ui/effect-fade.js'),
(12827, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-fade.min.js', 'wp-includes/js/jquery/ui/effect-fade.min.js'),
(12828, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-fold.js', 'wp-includes/js/jquery/ui/effect-fold.js'),
(12829, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-fold.min.js', 'wp-includes/js/jquery/ui/effect-fold.min.js'),
(12830, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-highlight.js', 'wp-includes/js/jquery/ui/effect-highlight.js'),
(12831, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-highlight.min.js', 'wp-includes/js/jquery/ui/effect-highlight.min.js'),
(12832, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-puff.js', 'wp-includes/js/jquery/ui/effect-puff.js'),
(12833, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-puff.min.js', 'wp-includes/js/jquery/ui/effect-puff.min.js'),
(12834, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-pulsate.js', 'wp-includes/js/jquery/ui/effect-pulsate.js'),
(12835, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-pulsate.min.js', 'wp-includes/js/jquery/ui/effect-pulsate.min.js'),
(12836, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-scale.js', 'wp-includes/js/jquery/ui/effect-scale.js'),
(12837, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-scale.min.js', 'wp-includes/js/jquery/ui/effect-scale.min.js'),
(12838, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-shake.js', 'wp-includes/js/jquery/ui/effect-shake.js'),
(12839, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-shake.min.js', 'wp-includes/js/jquery/ui/effect-shake.min.js'),
(12840, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-size.js', 'wp-includes/js/jquery/ui/effect-size.js'),
(12841, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-size.min.js', 'wp-includes/js/jquery/ui/effect-size.min.js'),
(12842, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-slide.js', 'wp-includes/js/jquery/ui/effect-slide.js'),
(12843, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-slide.min.js', 'wp-includes/js/jquery/ui/effect-slide.min.js'),
(12844, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-transfer.js', 'wp-includes/js/jquery/ui/effect-transfer.js'),
(12845, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect-transfer.min.js', 'wp-includes/js/jquery/ui/effect-transfer.min.js'),
(12846, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect.js', 'wp-includes/js/jquery/ui/effect.js'),
(12847, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/effect.min.js', 'wp-includes/js/jquery/ui/effect.min.js'),
(12848, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/menu.js', 'wp-includes/js/jquery/ui/menu.js'),
(12849, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/menu.min.js', 'wp-includes/js/jquery/ui/menu.min.js'),
(12850, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/mouse.js', 'wp-includes/js/jquery/ui/mouse.js'),
(12851, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/mouse.min.js', 'wp-includes/js/jquery/ui/mouse.min.js'),
(12852, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/progressbar.js', 'wp-includes/js/jquery/ui/progressbar.js'),
(12853, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/progressbar.min.js', 'wp-includes/js/jquery/ui/progressbar.min.js'),
(12854, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/resizable.js', 'wp-includes/js/jquery/ui/resizable.js'),
(12855, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/resizable.min.js', 'wp-includes/js/jquery/ui/resizable.min.js'),
(12856, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/selectable.js', 'wp-includes/js/jquery/ui/selectable.js'),
(12857, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/selectable.min.js', 'wp-includes/js/jquery/ui/selectable.min.js'),
(12858, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/selectmenu.js', 'wp-includes/js/jquery/ui/selectmenu.js'),
(12859, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/selectmenu.min.js', 'wp-includes/js/jquery/ui/selectmenu.min.js'),
(12860, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/slider.js', 'wp-includes/js/jquery/ui/slider.js'),
(12861, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/slider.min.js', 'wp-includes/js/jquery/ui/slider.min.js'),
(12862, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/sortable.js', 'wp-includes/js/jquery/ui/sortable.js'),
(12863, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/sortable.min.js', 'wp-includes/js/jquery/ui/sortable.min.js'),
(12864, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/spinner.js', 'wp-includes/js/jquery/ui/spinner.js'),
(12865, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/spinner.min.js', 'wp-includes/js/jquery/ui/spinner.min.js'),
(12866, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/tabs.js', 'wp-includes/js/jquery/ui/tabs.js'),
(12867, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/tabs.min.js', 'wp-includes/js/jquery/ui/tabs.min.js'),
(12868, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/tooltip.js', 'wp-includes/js/jquery/ui/tooltip.js'),
(12869, '/home/forwardbetcasino/public_html/wp-includes/js/jquery/ui/tooltip.min.js', 'wp-includes/js/jquery/ui/tooltip.min.js'),
(12870, '/home/forwardbetcasino/public_html/wp-includes/js/json2.js', 'wp-includes/js/json2.js'),
(12871, '/home/forwardbetcasino/public_html/wp-includes/js/json2.min.js', 'wp-includes/js/json2.min.js'),
(12872, '/home/forwardbetcasino/public_html/wp-includes/js/masonry.min.js', 'wp-includes/js/masonry.min.js'),
(12873, '/home/forwardbetcasino/public_html/wp-includes/js/mce-view.js', 'wp-includes/js/mce-view.js'),
(12874, '/home/forwardbetcasino/public_html/wp-includes/js/mce-view.min.js', 'wp-includes/js/mce-view.min.js'),
(12875, '/home/forwardbetcasino/public_html/wp-includes/js/media-audiovideo.js', 'wp-includes/js/media-audiovideo.js'),
(12876, '/home/forwardbetcasino/public_html/wp-includes/js/media-audiovideo.min.js', 'wp-includes/js/media-audiovideo.min.js'),
(12877, '/home/forwardbetcasino/public_html/wp-includes/js/media-editor.js', 'wp-includes/js/media-editor.js'),
(12878, '/home/forwardbetcasino/public_html/wp-includes/js/media-editor.min.js', 'wp-includes/js/media-editor.min.js'),
(12879, '/home/forwardbetcasino/public_html/wp-includes/js/media-grid.js', 'wp-includes/js/media-grid.js'),
(12880, '/home/forwardbetcasino/public_html/wp-includes/js/media-grid.min.js', 'wp-includes/js/media-grid.min.js'),
(12881, '/home/forwardbetcasino/public_html/wp-includes/js/media-models.js', 'wp-includes/js/media-models.js'),
(12882, '/home/forwardbetcasino/public_html/wp-includes/js/media-models.min.js', 'wp-includes/js/media-models.min.js'),
(12883, '/home/forwardbetcasino/public_html/wp-includes/js/media-views.js', 'wp-includes/js/media-views.js'),
(12884, '/home/forwardbetcasino/public_html/wp-includes/js/media-views.min.js', 'wp-includes/js/media-views.min.js'),
(12885, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelement-and-player.js', 'wp-includes/js/mediaelement/mediaelement-and-player.js'),
(12886, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelement-and-player.min.js', 'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),
(12887, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelement-migrate.js', 'wp-includes/js/mediaelement/mediaelement-migrate.js'),
(12888, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelement-migrate.min.js', 'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),
(12889, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelement.js', 'wp-includes/js/mediaelement/mediaelement.js'),
(12890, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelement.min.js', 'wp-includes/js/mediaelement/mediaelement.min.js'),
(12891, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),
(12892, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),
(12893, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelementplayer.css', 'wp-includes/js/mediaelement/mediaelementplayer.css'),
(12894, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mediaelementplayer.min.css', 'wp-includes/js/mediaelement/mediaelementplayer.min.css'),
(12895, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mejs-controls.png', 'wp-includes/js/mediaelement/mejs-controls.png'),
(12896, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/mejs-controls.svg', 'wp-includes/js/mediaelement/mejs-controls.svg'),
(12897, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/renderers/vimeo.js', 'wp-includes/js/mediaelement/renderers/vimeo.js'),
(12898, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/renderers/vimeo.min.js', 'wp-includes/js/mediaelement/renderers/vimeo.min.js'),
(12899, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/wp-mediaelement.css', 'wp-includes/js/mediaelement/wp-mediaelement.css'),
(12900, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/wp-mediaelement.js', 'wp-includes/js/mediaelement/wp-mediaelement.js'),
(12901, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/wp-mediaelement.min.css', 'wp-includes/js/mediaelement/wp-mediaelement.min.css'),
(12902, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/wp-mediaelement.min.js', 'wp-includes/js/mediaelement/wp-mediaelement.min.js'),
(12903, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/wp-playlist.js', 'wp-includes/js/mediaelement/wp-playlist.js'),
(12904, '/home/forwardbetcasino/public_html/wp-includes/js/mediaelement/wp-playlist.min.js', 'wp-includes/js/mediaelement/wp-playlist.min.js'),
(12905, '/home/forwardbetcasino/public_html/wp-includes/js/plupload/handlers.js', 'wp-includes/js/plupload/handlers.js'),
(12906, '/home/forwardbetcasino/public_html/wp-includes/js/plupload/handlers.min.js', 'wp-includes/js/plupload/handlers.min.js'),
(12907, '/home/forwardbetcasino/public_html/wp-includes/js/plupload/license.txt', 'wp-includes/js/plupload/license.txt'),
(12908, '/home/forwardbetcasino/public_html/wp-includes/js/plupload/moxie.js', 'wp-includes/js/plupload/moxie.js'),
(12909, '/home/forwardbetcasino/public_html/wp-includes/js/plupload/moxie.min.js', 'wp-includes/js/plupload/moxie.min.js'),
(12910, '/home/forwardbetcasino/public_html/wp-includes/js/plupload/plupload.js', 'wp-includes/js/plupload/plupload.js'),
(12911, '/home/forwardbetcasino/public_html/wp-includes/js/plupload/plupload.min.js', 'wp-includes/js/plupload/plupload.min.js'),
(12912, '/home/forwardbetcasino/public_html/wp-includes/js/plupload/wp-plupload.js', 'wp-includes/js/plupload/wp-plupload.js'),
(12913, '/home/forwardbetcasino/public_html/wp-includes/js/plupload/wp-plupload.min.js', 'wp-includes/js/plupload/wp-plupload.min.js'),
(12914, '/home/forwardbetcasino/public_html/wp-includes/js/quicktags.js', 'wp-includes/js/quicktags.js'),
(12915, '/home/forwardbetcasino/public_html/wp-includes/js/quicktags.min.js', 'wp-includes/js/quicktags.min.js'),
(12916, '/home/forwardbetcasino/public_html/wp-includes/js/shortcode.js', 'wp-includes/js/shortcode.js'),
(12917, '/home/forwardbetcasino/public_html/wp-includes/js/shortcode.min.js', 'wp-includes/js/shortcode.min.js'),
(12918, '/home/forwardbetcasino/public_html/wp-includes/js/swfobject.js', 'wp-includes/js/swfobject.js'),
(12919, '/home/forwardbetcasino/public_html/wp-includes/js/swfupload/handlers.js', 'wp-includes/js/swfupload/handlers.js'),
(12920, '/home/forwardbetcasino/public_html/wp-includes/js/swfupload/handlers.min.js', 'wp-includes/js/swfupload/handlers.min.js'),
(12921, '/home/forwardbetcasino/public_html/wp-includes/js/swfupload/license.txt', 'wp-includes/js/swfupload/license.txt'),
(12922, '/home/forwardbetcasino/public_html/wp-includes/js/swfupload/swfupload.js', 'wp-includes/js/swfupload/swfupload.js'),
(12923, '/home/forwardbetcasino/public_html/wp-includes/js/thickbox/loadingAnimation.gif', 'wp-includes/js/thickbox/loadingAnimation.gif'),
(12924, '/home/forwardbetcasino/public_html/wp-includes/js/thickbox/macFFBgHack.png', 'wp-includes/js/thickbox/macFFBgHack.png'),
(12925, '/home/forwardbetcasino/public_html/wp-includes/js/thickbox/thickbox.css', 'wp-includes/js/thickbox/thickbox.css'),
(12926, '/home/forwardbetcasino/public_html/wp-includes/js/thickbox/thickbox.js', 'wp-includes/js/thickbox/thickbox.js'),
(12927, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/langs/wp-langs-en.js', 'wp-includes/js/tinymce/langs/wp-langs-en.js'),
(12928, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/license.txt', 'wp-includes/js/tinymce/license.txt'),
(12929, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/charmap/plugin.js', 'wp-includes/js/tinymce/plugins/charmap/plugin.js'),
(12930, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),
(12931, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),
(12932, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),
(12933, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),
(12934, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/compat3x/plugin.js', 'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),
(12935, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),
(12936, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/directionality/plugin.js', 'wp-includes/js/tinymce/plugins/directionality/plugin.js'),
(12937, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),
(12938, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),
(12939, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),
(12940, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/hr/plugin.js', 'wp-includes/js/tinymce/plugins/hr/plugin.js'),
(12941, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/hr/plugin.min.js', 'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),
(12942, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/image/plugin.js', 'wp-includes/js/tinymce/plugins/image/plugin.js'),
(12943, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/image/plugin.min.js', 'wp-includes/js/tinymce/plugins/image/plugin.min.js'),
(12944, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/link/plugin.js', 'wp-includes/js/tinymce/plugins/link/plugin.js'),
(12945, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/link/plugin.min.js', 'wp-includes/js/tinymce/plugins/link/plugin.min.js'),
(12946, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/lists/plugin.js', 'wp-includes/js/tinymce/plugins/lists/plugin.js'),
(12947, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/lists/plugin.min.js', 'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),
(12948, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/media/plugin.js', 'wp-includes/js/tinymce/plugins/media/plugin.js'),
(12949, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/media/plugin.min.js', 'wp-includes/js/tinymce/plugins/media/plugin.min.js'),
(12950, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/paste/plugin.js', 'wp-includes/js/tinymce/plugins/paste/plugin.js'),
(12951, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/paste/plugin.min.js', 'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),
(12952, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),
(12953, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),
(12954, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/textcolor/plugin.js', 'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),
(12955, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),
(12956, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.js', 'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),
(12957, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),
(12958, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),
(12959, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),
(12960, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),
(12961, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),
(12962, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),
(12963, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),
(12964, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),
(12965, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),
(12966, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),
(12967, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),
(12968, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wplink/plugin.js', 'wp-includes/js/tinymce/plugins/wplink/plugin.js'),
(12969, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),
(12970, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),
(12971, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),
(12972, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpview/plugin.js', 'wp-includes/js/tinymce/plugins/wpview/plugin.js'),
(12973, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),
(12974, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),
(12975, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/content.min.css', 'wp-includes/js/tinymce/skins/lightgray/content.min.css'),
(12976, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),
(12977, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),
(12978, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),
(12979, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),
(12980, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),
(12981, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),
(12982, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),
(12983, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),
(12984, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),
(12985, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),
(12986, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/img/object.gif', 'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),
(12987, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),
(12988, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/lightgray/skin.min.css', 'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),
(12989, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/audio.png', 'wp-includes/js/tinymce/skins/wordpress/images/audio.png');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(12990, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),
(12991, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),
(12992, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),
(12993, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),
(12994, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),
(12995, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),
(12996, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/more.png', 'wp-includes/js/tinymce/skins/wordpress/images/more.png'),
(12997, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),
(12998, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),
(12999, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),
(13000, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),
(13001, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/images/video.png', 'wp-includes/js/tinymce/skins/wordpress/images/video.png'),
(13002, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/skins/wordpress/wp-content.css', 'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),
(13003, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/themes/inlite/theme.js', 'wp-includes/js/tinymce/themes/inlite/theme.js'),
(13004, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/themes/inlite/theme.min.js', 'wp-includes/js/tinymce/themes/inlite/theme.min.js'),
(13005, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/themes/modern/theme.js', 'wp-includes/js/tinymce/themes/modern/theme.js'),
(13006, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/themes/modern/theme.min.js', 'wp-includes/js/tinymce/themes/modern/theme.min.js'),
(13007, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/tiny_mce_popup.js', 'wp-includes/js/tinymce/tiny_mce_popup.js'),
(13008, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/tinymce.min.js', 'wp-includes/js/tinymce/tinymce.min.js'),
(13009, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/utils/editable_selects.js', 'wp-includes/js/tinymce/utils/editable_selects.js'),
(13010, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/utils/form_utils.js', 'wp-includes/js/tinymce/utils/form_utils.js'),
(13011, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/utils/mctabs.js', 'wp-includes/js/tinymce/utils/mctabs.js'),
(13012, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/utils/validate.js', 'wp-includes/js/tinymce/utils/validate.js'),
(13013, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/wp-tinymce.js', 'wp-includes/js/tinymce/wp-tinymce.js'),
(13014, '/home/forwardbetcasino/public_html/wp-includes/js/tinymce/wp-tinymce.php', 'wp-includes/js/tinymce/wp-tinymce.php'),
(13015, '/home/forwardbetcasino/public_html/wp-includes/js/tw-sack.js', 'wp-includes/js/tw-sack.js'),
(13016, '/home/forwardbetcasino/public_html/wp-includes/js/tw-sack.min.js', 'wp-includes/js/tw-sack.min.js'),
(13017, '/home/forwardbetcasino/public_html/wp-includes/js/twemoji.js', 'wp-includes/js/twemoji.js'),
(13018, '/home/forwardbetcasino/public_html/wp-includes/js/twemoji.min.js', 'wp-includes/js/twemoji.min.js'),
(13019, '/home/forwardbetcasino/public_html/wp-includes/js/underscore.js', 'wp-includes/js/underscore.js'),
(13020, '/home/forwardbetcasino/public_html/wp-includes/js/underscore.min.js', 'wp-includes/js/underscore.min.js'),
(13021, '/home/forwardbetcasino/public_html/wp-includes/js/utils.js', 'wp-includes/js/utils.js'),
(13022, '/home/forwardbetcasino/public_html/wp-includes/js/utils.min.js', 'wp-includes/js/utils.min.js'),
(13023, '/home/forwardbetcasino/public_html/wp-includes/js/wp-ajax-response.js', 'wp-includes/js/wp-ajax-response.js'),
(13024, '/home/forwardbetcasino/public_html/wp-includes/js/wp-ajax-response.min.js', 'wp-includes/js/wp-ajax-response.min.js'),
(13025, '/home/forwardbetcasino/public_html/wp-includes/js/wp-api.js', 'wp-includes/js/wp-api.js'),
(13026, '/home/forwardbetcasino/public_html/wp-includes/js/wp-api.min.js', 'wp-includes/js/wp-api.min.js'),
(13027, '/home/forwardbetcasino/public_html/wp-includes/js/wp-auth-check.js', 'wp-includes/js/wp-auth-check.js'),
(13028, '/home/forwardbetcasino/public_html/wp-includes/js/wp-auth-check.min.js', 'wp-includes/js/wp-auth-check.min.js'),
(13029, '/home/forwardbetcasino/public_html/wp-includes/js/wp-backbone.js', 'wp-includes/js/wp-backbone.js'),
(13030, '/home/forwardbetcasino/public_html/wp-includes/js/wp-backbone.min.js', 'wp-includes/js/wp-backbone.min.js'),
(13031, '/home/forwardbetcasino/public_html/wp-includes/js/wp-custom-header.js', 'wp-includes/js/wp-custom-header.js'),
(13032, '/home/forwardbetcasino/public_html/wp-includes/js/wp-custom-header.min.js', 'wp-includes/js/wp-custom-header.min.js'),
(13033, '/home/forwardbetcasino/public_html/wp-includes/js/wp-embed-template.js', 'wp-includes/js/wp-embed-template.js'),
(13034, '/home/forwardbetcasino/public_html/wp-includes/js/wp-embed-template.min.js', 'wp-includes/js/wp-embed-template.min.js'),
(13035, '/home/forwardbetcasino/public_html/wp-includes/js/wp-embed.js', 'wp-includes/js/wp-embed.js'),
(13036, '/home/forwardbetcasino/public_html/wp-includes/js/wp-embed.min.js', 'wp-includes/js/wp-embed.min.js'),
(13037, '/home/forwardbetcasino/public_html/wp-includes/js/wp-emoji-loader.js', 'wp-includes/js/wp-emoji-loader.js'),
(13038, '/home/forwardbetcasino/public_html/wp-includes/js/wp-emoji-loader.min.js', 'wp-includes/js/wp-emoji-loader.min.js'),
(13039, '/home/forwardbetcasino/public_html/wp-includes/js/wp-emoji-release.min.js', 'wp-includes/js/wp-emoji-release.min.js'),
(13040, '/home/forwardbetcasino/public_html/wp-includes/js/wp-emoji.js', 'wp-includes/js/wp-emoji.js'),
(13041, '/home/forwardbetcasino/public_html/wp-includes/js/wp-emoji.min.js', 'wp-includes/js/wp-emoji.min.js'),
(13042, '/home/forwardbetcasino/public_html/wp-includes/js/wp-list-revisions.js', 'wp-includes/js/wp-list-revisions.js'),
(13043, '/home/forwardbetcasino/public_html/wp-includes/js/wp-list-revisions.min.js', 'wp-includes/js/wp-list-revisions.min.js'),
(13044, '/home/forwardbetcasino/public_html/wp-includes/js/wp-lists.js', 'wp-includes/js/wp-lists.js'),
(13045, '/home/forwardbetcasino/public_html/wp-includes/js/wp-lists.min.js', 'wp-includes/js/wp-lists.min.js'),
(13046, '/home/forwardbetcasino/public_html/wp-includes/js/wp-pointer.js', 'wp-includes/js/wp-pointer.js'),
(13047, '/home/forwardbetcasino/public_html/wp-includes/js/wp-pointer.min.js', 'wp-includes/js/wp-pointer.min.js'),
(13048, '/home/forwardbetcasino/public_html/wp-includes/js/wp-sanitize.js', 'wp-includes/js/wp-sanitize.js'),
(13049, '/home/forwardbetcasino/public_html/wp-includes/js/wp-sanitize.min.js', 'wp-includes/js/wp-sanitize.min.js'),
(13050, '/home/forwardbetcasino/public_html/wp-includes/js/wp-util.js', 'wp-includes/js/wp-util.js'),
(13051, '/home/forwardbetcasino/public_html/wp-includes/js/wp-util.min.js', 'wp-includes/js/wp-util.min.js'),
(13052, '/home/forwardbetcasino/public_html/wp-includes/js/wpdialog.js', 'wp-includes/js/wpdialog.js'),
(13053, '/home/forwardbetcasino/public_html/wp-includes/js/wpdialog.min.js', 'wp-includes/js/wpdialog.min.js'),
(13054, '/home/forwardbetcasino/public_html/wp-includes/js/wplink.js', 'wp-includes/js/wplink.js'),
(13055, '/home/forwardbetcasino/public_html/wp-includes/js/wplink.min.js', 'wp-includes/js/wplink.min.js'),
(13056, '/home/forwardbetcasino/public_html/wp-includes/js/zxcvbn-async.js', 'wp-includes/js/zxcvbn-async.js'),
(13057, '/home/forwardbetcasino/public_html/wp-includes/js/zxcvbn-async.min.js', 'wp-includes/js/zxcvbn-async.min.js'),
(13058, '/home/forwardbetcasino/public_html/wp-includes/js/zxcvbn.min.js', 'wp-includes/js/zxcvbn.min.js'),
(13059, '/home/forwardbetcasino/public_html/wp-includes/kses.php', 'wp-includes/kses.php'),
(13060, '/home/forwardbetcasino/public_html/wp-includes/l10n/class-wp-translation-controller.php', 'wp-includes/l10n/class-wp-translation-controller.php'),
(13061, '/home/forwardbetcasino/public_html/wp-includes/l10n/class-wp-translation-file-mo.php', 'wp-includes/l10n/class-wp-translation-file-mo.php'),
(13062, '/home/forwardbetcasino/public_html/wp-includes/l10n/class-wp-translation-file-php.php', 'wp-includes/l10n/class-wp-translation-file-php.php'),
(13063, '/home/forwardbetcasino/public_html/wp-includes/l10n/class-wp-translation-file.php', 'wp-includes/l10n/class-wp-translation-file.php'),
(13064, '/home/forwardbetcasino/public_html/wp-includes/l10n/class-wp-translations.php', 'wp-includes/l10n/class-wp-translations.php'),
(13065, '/home/forwardbetcasino/public_html/wp-includes/l10n.php', 'wp-includes/l10n.php'),
(13066, '/home/forwardbetcasino/public_html/wp-includes/link-template.php', 'wp-includes/link-template.php'),
(13067, '/home/forwardbetcasino/public_html/wp-includes/load.php', 'wp-includes/load.php'),
(13068, '/home/forwardbetcasino/public_html/wp-includes/locale.php', 'wp-includes/locale.php'),
(13069, '/home/forwardbetcasino/public_html/wp-includes/media-template.php', 'wp-includes/media-template.php'),
(13070, '/home/forwardbetcasino/public_html/wp-includes/media.php', 'wp-includes/media.php'),
(13071, '/home/forwardbetcasino/public_html/wp-includes/meta.php', 'wp-includes/meta.php'),
(13072, '/home/forwardbetcasino/public_html/wp-includes/ms-blogs.php', 'wp-includes/ms-blogs.php'),
(13073, '/home/forwardbetcasino/public_html/wp-includes/ms-default-constants.php', 'wp-includes/ms-default-constants.php'),
(13074, '/home/forwardbetcasino/public_html/wp-includes/ms-default-filters.php', 'wp-includes/ms-default-filters.php'),
(13075, '/home/forwardbetcasino/public_html/wp-includes/ms-deprecated.php', 'wp-includes/ms-deprecated.php'),
(13076, '/home/forwardbetcasino/public_html/wp-includes/ms-files.php', 'wp-includes/ms-files.php'),
(13077, '/home/forwardbetcasino/public_html/wp-includes/ms-functions.php', 'wp-includes/ms-functions.php'),
(13078, '/home/forwardbetcasino/public_html/wp-includes/ms-load.php', 'wp-includes/ms-load.php'),
(13079, '/home/forwardbetcasino/public_html/wp-includes/ms-network.php', 'wp-includes/ms-network.php'),
(13080, '/home/forwardbetcasino/public_html/wp-includes/ms-settings.php', 'wp-includes/ms-settings.php'),
(13081, '/home/forwardbetcasino/public_html/wp-includes/ms-site.php', 'wp-includes/ms-site.php'),
(13082, '/home/forwardbetcasino/public_html/wp-includes/nav-menu-template.php', 'wp-includes/nav-menu-template.php'),
(13083, '/home/forwardbetcasino/public_html/wp-includes/nav-menu.php', 'wp-includes/nav-menu.php'),
(13084, '/home/forwardbetcasino/public_html/wp-includes/option.php', 'wp-includes/option.php'),
(13085, '/home/forwardbetcasino/public_html/wp-includes/php-compat/readonly.php', 'wp-includes/php-compat/readonly.php'),
(13086, '/home/forwardbetcasino/public_html/wp-includes/pluggable-deprecated.php', 'wp-includes/pluggable-deprecated.php'),
(13087, '/home/forwardbetcasino/public_html/wp-includes/pluggable.php', 'wp-includes/pluggable.php'),
(13088, '/home/forwardbetcasino/public_html/wp-includes/plugin.php', 'wp-includes/plugin.php'),
(13089, '/home/forwardbetcasino/public_html/wp-includes/pomo/entry.php', 'wp-includes/pomo/entry.php'),
(13090, '/home/forwardbetcasino/public_html/wp-includes/pomo/mo.php', 'wp-includes/pomo/mo.php'),
(13091, '/home/forwardbetcasino/public_html/wp-includes/pomo/plural-forms.php', 'wp-includes/pomo/plural-forms.php'),
(13092, '/home/forwardbetcasino/public_html/wp-includes/pomo/po.php', 'wp-includes/pomo/po.php'),
(13093, '/home/forwardbetcasino/public_html/wp-includes/pomo/streams.php', 'wp-includes/pomo/streams.php'),
(13094, '/home/forwardbetcasino/public_html/wp-includes/pomo/translations.php', 'wp-includes/pomo/translations.php'),
(13095, '/home/forwardbetcasino/public_html/wp-includes/post-formats.php', 'wp-includes/post-formats.php'),
(13096, '/home/forwardbetcasino/public_html/wp-includes/post-template.php', 'wp-includes/post-template.php'),
(13097, '/home/forwardbetcasino/public_html/wp-includes/post-thumbnail-template.php', 'wp-includes/post-thumbnail-template.php'),
(13098, '/home/forwardbetcasino/public_html/wp-includes/post.php', 'wp-includes/post.php'),
(13099, '/home/forwardbetcasino/public_html/wp-includes/query.php', 'wp-includes/query.php'),
(13100, '/home/forwardbetcasino/public_html/wp-includes/registration-functions.php', 'wp-includes/registration-functions.php'),
(13101, '/home/forwardbetcasino/public_html/wp-includes/registration.php', 'wp-includes/registration.php'),
(13102, '/home/forwardbetcasino/public_html/wp-includes/rest-api/class-wp-rest-request.php', 'wp-includes/rest-api/class-wp-rest-request.php'),
(13103, '/home/forwardbetcasino/public_html/wp-includes/rest-api/class-wp-rest-response.php', 'wp-includes/rest-api/class-wp-rest-response.php'),
(13104, '/home/forwardbetcasino/public_html/wp-includes/rest-api/class-wp-rest-server.php', 'wp-includes/rest-api/class-wp-rest-server.php'),
(13105, '/home/forwardbetcasino/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'),
(13106, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),
(13107, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),
(13108, '/home/forwardbetcasino/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'),
(13109, '/home/forwardbetcasino/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'),
(13110, '/home/forwardbetcasino/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'),
(13111, '/home/forwardbetcasino/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'),
(13112, '/home/forwardbetcasino/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'),
(13113, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),
(13114, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),
(13115, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),
(13116, '/home/forwardbetcasino/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'),
(13117, '/home/forwardbetcasino/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'),
(13118, '/home/forwardbetcasino/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'),
(13119, '/home/forwardbetcasino/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'),
(13120, '/home/forwardbetcasino/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'),
(13121, '/home/forwardbetcasino/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'),
(13122, '/home/forwardbetcasino/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'),
(13123, '/home/forwardbetcasino/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'),
(13124, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php'),
(13125, '/home/forwardbetcasino/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'),
(13126, '/home/forwardbetcasino/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'),
(13127, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),
(13128, '/home/forwardbetcasino/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'),
(13129, '/home/forwardbetcasino/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'),
(13130, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),
(13131, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),
(13132, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),
(13133, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),
(13134, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php'),
(13135, '/home/forwardbetcasino/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'),
(13136, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),
(13137, '/home/forwardbetcasino/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'),
(13138, '/home/forwardbetcasino/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'),
(13139, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php'),
(13140, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),
(13141, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),
(13142, '/home/forwardbetcasino/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'),
(13143, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),
(13144, '/home/forwardbetcasino/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'),
(13145, '/home/forwardbetcasino/public_html/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php'),
(13146, '/home/forwardbetcasino/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'),
(13147, '/home/forwardbetcasino/public_html/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),
(13148, '/home/forwardbetcasino/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'),
(13149, '/home/forwardbetcasino/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'),
(13150, '/home/forwardbetcasino/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'),
(13151, '/home/forwardbetcasino/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'),
(13152, '/home/forwardbetcasino/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'),
(13153, '/home/forwardbetcasino/public_html/wp-includes/rest-api/search/class-wp-rest-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),
(13154, '/home/forwardbetcasino/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'),
(13155, '/home/forwardbetcasino/public_html/wp-includes/rest-api.php', 'wp-includes/rest-api.php'),
(13156, '/home/forwardbetcasino/public_html/wp-includes/revision.php', 'wp-includes/revision.php'),
(13157, '/home/forwardbetcasino/public_html/wp-includes/rewrite.php', 'wp-includes/rewrite.php'),
(13158, '/home/forwardbetcasino/public_html/wp-includes/robots-template.php', 'wp-includes/robots-template.php'),
(13159, '/home/forwardbetcasino/public_html/wp-includes/rss-functions.php', 'wp-includes/rss-functions.php'),
(13160, '/home/forwardbetcasino/public_html/wp-includes/rss.php', 'wp-includes/rss.php'),
(13161, '/home/forwardbetcasino/public_html/wp-includes/script-loader.php', 'wp-includes/script-loader.php'),
(13162, '/home/forwardbetcasino/public_html/wp-includes/script-modules.php', 'wp-includes/script-modules.php'),
(13163, '/home/forwardbetcasino/public_html/wp-includes/session.php', 'wp-includes/session.php'),
(13164, '/home/forwardbetcasino/public_html/wp-includes/shortcodes.php', 'wp-includes/shortcodes.php'),
(13165, '/home/forwardbetcasino/public_html/wp-includes/sitemaps/class-wp-sitemaps-index.php', 'wp-includes/sitemaps/class-wp-sitemaps-index.php'),
(13166, '/home/forwardbetcasino/public_html/wp-includes/sitemaps/class-wp-sitemaps-provider.php', 'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),
(13167, '/home/forwardbetcasino/public_html/wp-includes/sitemaps/class-wp-sitemaps-registry.php', 'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),
(13168, '/home/forwardbetcasino/public_html/wp-includes/sitemaps/class-wp-sitemaps-renderer.php', 'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),
(13169, '/home/forwardbetcasino/public_html/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', 'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),
(13170, '/home/forwardbetcasino/public_html/wp-includes/sitemaps/class-wp-sitemaps.php', 'wp-includes/sitemaps/class-wp-sitemaps.php'),
(13171, '/home/forwardbetcasino/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),
(13172, '/home/forwardbetcasino/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),
(13173, '/home/forwardbetcasino/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),
(13174, '/home/forwardbetcasino/public_html/wp-includes/sitemaps.php', 'wp-includes/sitemaps.php'),
(13175, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/LICENSE', 'wp-includes/sodium_compat/LICENSE'),
(13176, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/autoload-php7.php', 'wp-includes/sodium_compat/autoload-php7.php'),
(13177, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/autoload.php', 'wp-includes/sodium_compat/autoload.php'),
(13178, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/composer.json', 'wp-includes/sodium_compat/composer.json'),
(13179, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/constants.php', 'wp-includes/sodium_compat/lib/constants.php'),
(13180, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/namespaced.php', 'wp-includes/sodium_compat/lib/namespaced.php'),
(13181, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/php72compat.php', 'wp-includes/sodium_compat/lib/php72compat.php'),
(13182, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/php72compat_const.php', 'wp-includes/sodium_compat/lib/php72compat_const.php'),
(13183, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/php84compat.php', 'wp-includes/sodium_compat/lib/php84compat.php'),
(13184, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/php84compat_const.php', 'wp-includes/sodium_compat/lib/php84compat_const.php'),
(13185, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/ristretto255.php', 'wp-includes/sodium_compat/lib/ristretto255.php'),
(13186, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/sodium_compat.php', 'wp-includes/sodium_compat/lib/sodium_compat.php'),
(13187, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/lib/stream-xchacha20.php', 'wp-includes/sodium_compat/lib/stream-xchacha20.php'),
(13188, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Compat.php', 'wp-includes/sodium_compat/namespaced/Compat.php'),
(13189, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),
(13190, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(13191, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(13192, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),
(13193, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(13194, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(13195, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(13196, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(13197, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(13198, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(13199, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),
(13200, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),
(13201, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Ed25519.php', 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),
(13202, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),
(13203, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),
(13204, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),
(13205, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305.php', 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),
(13206, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),
(13207, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/SipHash.php', 'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),
(13208, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Util.php', 'wp-includes/sodium_compat/namespaced/Core/Util.php'),
(13209, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/X25519.php', 'wp-includes/sodium_compat/namespaced/Core/X25519.php'),
(13210, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),
(13211, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),
(13212, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/Crypto.php', 'wp-includes/sodium_compat/namespaced/Crypto.php'),
(13213, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/namespaced/File.php', 'wp-includes/sodium_compat/namespaced/File.php'),
(13214, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Compat.php', 'wp-includes/sodium_compat/src/Compat.php'),
(13215, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/AEGIS/State128L.php', 'wp-includes/sodium_compat/src/Core/AEGIS/State128L.php'),
(13216, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/AEGIS/State256.php', 'wp-includes/sodium_compat/src/Core/AEGIS/State256.php'),
(13217, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/AEGIS128L.php', 'wp-includes/sodium_compat/src/Core/AEGIS128L.php'),
(13218, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/AEGIS256.php', 'wp-includes/sodium_compat/src/Core/AEGIS256.php'),
(13219, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/AES/Block.php', 'wp-includes/sodium_compat/src/Core/AES/Block.php'),
(13220, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/AES/Expanded.php', 'wp-includes/sodium_compat/src/Core/AES/Expanded.php'),
(13221, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/AES/KeySchedule.php', 'wp-includes/sodium_compat/src/Core/AES/KeySchedule.php'),
(13222, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/AES.php', 'wp-includes/sodium_compat/src/Core/AES.php'),
(13223, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/BLAKE2b.php', 'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),
(13224, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Base64/Original.php', 'wp-includes/sodium_compat/src/Core/Base64/Original.php'),
(13225, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),
(13226, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(13227, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(13228, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/ChaCha20.php', 'wp-includes/sodium_compat/src/Core/ChaCha20.php'),
(13229, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),
(13230, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(13231, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(13232, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(13233, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(13234, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(13235, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519/H.php', 'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),
(13236, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519/README.md', 'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),
(13237, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Curve25519.php', 'wp-includes/sodium_compat/src/Core/Curve25519.php'),
(13238, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Ed25519.php', 'wp-includes/sodium_compat/src/Core/Ed25519.php'),
(13239, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/HChaCha20.php', 'wp-includes/sodium_compat/src/Core/HChaCha20.php'),
(13240, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/HSalsa20.php', 'wp-includes/sodium_compat/src/Core/HSalsa20.php'),
(13241, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Poly1305/State.php', 'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),
(13242, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Poly1305.php', 'wp-includes/sodium_compat/src/Core/Poly1305.php'),
(13243, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Ristretto255.php', 'wp-includes/sodium_compat/src/Core/Ristretto255.php'),
(13244, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Salsa20.php', 'wp-includes/sodium_compat/src/Core/Salsa20.php'),
(13245, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/SecretStream/State.php', 'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),
(13246, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/SipHash.php', 'wp-includes/sodium_compat/src/Core/SipHash.php'),
(13247, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/Util.php', 'wp-includes/sodium_compat/src/Core/Util.php'),
(13248, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/X25519.php', 'wp-includes/sodium_compat/src/Core/X25519.php'),
(13249, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/XChaCha20.php', 'wp-includes/sodium_compat/src/Core/XChaCha20.php'),
(13250, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core/XSalsa20.php', 'wp-includes/sodium_compat/src/Core/XSalsa20.php'),
(13251, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/BLAKE2b.php', 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),
(13252, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(13253, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(13254, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),
(13255, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),
(13256, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(13257, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(13258, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(13259, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(13260, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(13261, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),
(13262, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/README.md', 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),
(13263, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Curve25519.php', 'wp-includes/sodium_compat/src/Core32/Curve25519.php'),
(13264, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Ed25519.php', 'wp-includes/sodium_compat/src/Core32/Ed25519.php'),
(13265, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/HChaCha20.php', 'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),
(13266, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/HSalsa20.php', 'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),
(13267, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Int32.php', 'wp-includes/sodium_compat/src/Core32/Int32.php'),
(13268, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Int64.php', 'wp-includes/sodium_compat/src/Core32/Int64.php'),
(13269, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),
(13270, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Poly1305.php', 'wp-includes/sodium_compat/src/Core32/Poly1305.php'),
(13271, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Salsa20.php', 'wp-includes/sodium_compat/src/Core32/Salsa20.php'),
(13272, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/SecretStream/State.php', 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),
(13273, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/SipHash.php', 'wp-includes/sodium_compat/src/Core32/SipHash.php'),
(13274, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/Util.php', 'wp-includes/sodium_compat/src/Core32/Util.php'),
(13275, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/X25519.php', 'wp-includes/sodium_compat/src/Core32/X25519.php'),
(13276, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/XChaCha20.php', 'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),
(13277, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Core32/XSalsa20.php', 'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),
(13278, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Crypto.php', 'wp-includes/sodium_compat/src/Crypto.php'),
(13279, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/Crypto32.php', 'wp-includes/sodium_compat/src/Crypto32.php'),
(13280, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/File.php', 'wp-includes/sodium_compat/src/File.php'),
(13281, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),
(13282, '/home/forwardbetcasino/public_html/wp-includes/sodium_compat/src/SodiumException.php', 'wp-includes/sodium_compat/src/SodiumException.php'),
(13283, '/home/forwardbetcasino/public_html/wp-includes/spl-autoload-compat.php', 'wp-includes/spl-autoload-compat.php'),
(13284, '/home/forwardbetcasino/public_html/wp-includes/style-engine/class-wp-style-engine-css-declarations.php', 'wp-includes/style-engine/class-wp-style-engine-css-declarations.php'),
(13285, '/home/forwardbetcasino/public_html/wp-includes/style-engine/class-wp-style-engine-css-rule.php', 'wp-includes/style-engine/class-wp-style-engine-css-rule.php'),
(13286, '/home/forwardbetcasino/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'),
(13287, '/home/forwardbetcasino/public_html/wp-includes/style-engine/class-wp-style-engine-processor.php', 'wp-includes/style-engine/class-wp-style-engine-processor.php'),
(13288, '/home/forwardbetcasino/public_html/wp-includes/style-engine/class-wp-style-engine.php', 'wp-includes/style-engine/class-wp-style-engine.php'),
(13289, '/home/forwardbetcasino/public_html/wp-includes/style-engine.php', 'wp-includes/style-engine.php'),
(13290, '/home/forwardbetcasino/public_html/wp-includes/taxonomy.php', 'wp-includes/taxonomy.php'),
(13291, '/home/forwardbetcasino/public_html/wp-includes/template-canvas.php', 'wp-includes/template-canvas.php'),
(13292, '/home/forwardbetcasino/public_html/wp-includes/template-loader.php', 'wp-includes/template-loader.php'),
(13293, '/home/forwardbetcasino/public_html/wp-includes/template.php', 'wp-includes/template.php'),
(13294, '/home/forwardbetcasino/public_html/wp-includes/theme-compat/comments.php', 'wp-includes/theme-compat/comments.php'),
(13295, '/home/forwardbetcasino/public_html/wp-includes/theme-compat/embed-404.php', 'wp-includes/theme-compat/embed-404.php'),
(13296, '/home/forwardbetcasino/public_html/wp-includes/theme-compat/embed-content.php', 'wp-includes/theme-compat/embed-content.php'),
(13297, '/home/forwardbetcasino/public_html/wp-includes/theme-compat/embed.php', 'wp-includes/theme-compat/embed.php'),
(13298, '/home/forwardbetcasino/public_html/wp-includes/theme-compat/footer-embed.php', 'wp-includes/theme-compat/footer-embed.php'),
(13299, '/home/forwardbetcasino/public_html/wp-includes/theme-compat/footer.php', 'wp-includes/theme-compat/footer.php'),
(13300, '/home/forwardbetcasino/public_html/wp-includes/theme-compat/header-embed.php', 'wp-includes/theme-compat/header-embed.php'),
(13301, '/home/forwardbetcasino/public_html/wp-includes/theme-compat/header.php', 'wp-includes/theme-compat/header.php'),
(13302, '/home/forwardbetcasino/public_html/wp-includes/theme-compat/sidebar.php', 'wp-includes/theme-compat/sidebar.php'),
(13303, '/home/forwardbetcasino/public_html/wp-includes/theme-i18n.json', 'wp-includes/theme-i18n.json'),
(13304, '/home/forwardbetcasino/public_html/wp-includes/theme-previews.php', 'wp-includes/theme-previews.php'),
(13305, '/home/forwardbetcasino/public_html/wp-includes/theme-templates.php', 'wp-includes/theme-templates.php'),
(13306, '/home/forwardbetcasino/public_html/wp-includes/theme.json', 'wp-includes/theme.json'),
(13307, '/home/forwardbetcasino/public_html/wp-includes/theme.php', 'wp-includes/theme.php'),
(13308, '/home/forwardbetcasino/public_html/wp-includes/update.php', 'wp-includes/update.php'),
(13309, '/home/forwardbetcasino/public_html/wp-includes/user.php', 'wp-includes/user.php'),
(13310, '/home/forwardbetcasino/public_html/wp-includes/vars.php', 'wp-includes/vars.php'),
(13311, '/home/forwardbetcasino/public_html/wp-includes/version.php', 'wp-includes/version.php'),
(13312, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-nav-menu-widget.php', 'wp-includes/widgets/class-wp-nav-menu-widget.php'),
(13313, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-archives.php', 'wp-includes/widgets/class-wp-widget-archives.php'),
(13314, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-block.php', 'wp-includes/widgets/class-wp-widget-block.php'),
(13315, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-calendar.php', 'wp-includes/widgets/class-wp-widget-calendar.php'),
(13316, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-categories.php', 'wp-includes/widgets/class-wp-widget-categories.php'),
(13317, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-custom-html.php', 'wp-includes/widgets/class-wp-widget-custom-html.php'),
(13318, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-links.php', 'wp-includes/widgets/class-wp-widget-links.php'),
(13319, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-media-audio.php', 'wp-includes/widgets/class-wp-widget-media-audio.php'),
(13320, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-media-gallery.php', 'wp-includes/widgets/class-wp-widget-media-gallery.php'),
(13321, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-media-image.php', 'wp-includes/widgets/class-wp-widget-media-image.php'),
(13322, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-media-video.php', 'wp-includes/widgets/class-wp-widget-media-video.php'),
(13323, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-media.php', 'wp-includes/widgets/class-wp-widget-media.php'),
(13324, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-meta.php', 'wp-includes/widgets/class-wp-widget-meta.php'),
(13325, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-pages.php', 'wp-includes/widgets/class-wp-widget-pages.php'),
(13326, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-recent-comments.php', 'wp-includes/widgets/class-wp-widget-recent-comments.php'),
(13327, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-recent-posts.php', 'wp-includes/widgets/class-wp-widget-recent-posts.php'),
(13328, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-rss.php', 'wp-includes/widgets/class-wp-widget-rss.php'),
(13329, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-search.php', 'wp-includes/widgets/class-wp-widget-search.php'),
(13330, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-tag-cloud.php', 'wp-includes/widgets/class-wp-widget-tag-cloud.php'),
(13331, '/home/forwardbetcasino/public_html/wp-includes/widgets/class-wp-widget-text.php', 'wp-includes/widgets/class-wp-widget-text.php'),
(13332, '/home/forwardbetcasino/public_html/wp-includes/widgets.php', 'wp-includes/widgets.php'),
(13333, '/home/forwardbetcasino/public_html/wp-includes/wp-db.php', 'wp-includes/wp-db.php'),
(13334, '/home/forwardbetcasino/public_html/wp-includes/wp-diff.php', 'wp-includes/wp-diff.php'),
(13335, '/home/forwardbetcasino/public_html/wp-links-opml.php', 'wp-links-opml.php'),
(13336, '/home/forwardbetcasino/public_html/wp-load.php', 'wp-load.php'),
(13337, '/home/forwardbetcasino/public_html/wp-login.php', 'wp-login.php'),
(13338, '/home/forwardbetcasino/public_html/wp-mail.php', 'wp-mail.php'),
(13339, '/home/forwardbetcasino/public_html/wp-settings.php', 'wp-settings.php'),
(13340, '/home/forwardbetcasino/public_html/wp-signup.php', 'wp-signup.php'),
(13341, '/home/forwardbetcasino/public_html/wp-trackback.php', 'wp-trackback.php'),
(13342, '/home/forwardbetcasino/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=utf8 COLLATE=utf8_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=utf8 COLLATE=utf8_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=utf8 COLLATE=utf8_general_ci;

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

INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(8333, 63389, 1733492492.562251, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8334, 63390, 1733492493.474176, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8335, 63391, 1733492494.345709, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8336, 63392, 1733492495.216196, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8337, 63393, 1733492496.076989, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8338, 63394, 1733492497.016456, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8339, 63395, 1733492497.877425, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8340, 63396, 1733492498.702504, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8341, 63397, 1733492499.559318, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8342, 63397, 1733492499.562338, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8343, 63398, 1733492500.510726, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8344, 63398, 1733492500.513552, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8345, 63399, 1733492501.442946, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8346, 63400, 1733492502.376188, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8347, 63400, 1733492502.378988, 1, 'loginFailInvalidUsername', 'cicmondragonadmin', 0, 0x00000000000000000000ffff4f7fe5a5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8348, 63403, 1733495145.127435, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffffc21ac32a, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),
(8349, 63403, 1733495145.130748, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffffc21ac32a, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),
(8350, 63404, 1733495148.074229, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x2a018740fffffffb00004efffe800897, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(8351, 63404, 1733495148.077512, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x2a018740fffffffb00004efffe800897, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(8352, 63411, 1733560655.949471, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffffb9776205, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8353, 63413, 1733560656.178787, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc051d893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8354, 63414, 1733560656.261194, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x00000000000000000000ffffb9776205, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8355, 63415, 1733560656.302378, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffffc051d893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8356, 63416, 1733560656.856470, 1, 'loginFailInvalidUsername', 'admin@forwardbet.casino', 0, 0x00000000000000000000ffff33440be7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8357, 63417, 1733560656.884210, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x00000000000000000000ffff33440be7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8358, 63418, 1733560661.297973, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x00000000000000000000ffff77c3669f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8359, 63419, 1733560661.327488, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x00000000000000000000ffff77c3669f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8360, 63420, 1733560668.076685, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x00000000000000000000ffff1714fd7a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8361, 63421, 1733560668.186348, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff1714fd7a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8362, 63422, 1733560971.351218, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5ccd3537, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8363, 63423, 1733560971.369373, 1, 'loginFailInvalidUsername', 'admin@forwardbet.casino', 0, 0x00000000000000000000ffff33440bd7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8364, 63424, 1733560971.432579, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff5ccd3537, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8365, 63425, 1733560971.499133, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff52a55010, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8366, 63426, 1733560972.054731, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x00000000000000000000ffff8fc66adb, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8367, 63427, 1733561265.304981, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x2a0104f8022214100000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8368, 63430, 1733561265.660842, 1, 'loginFailInvalidUsername', 'admin@forwardbet.casino', 0, 0x2a0011690118c0300000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8369, 63431, 1733561265.739856, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x2a0104f8022214100000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8370, 63432, 1733561266.062195, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x2a0011690118c0300000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8371, 63433, 1733561266.509627, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a001638000201000000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8372, 63434, 1733561266.525267, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a001638000201000000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8373, 63435, 1733561520.414925, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52a5b8a1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8374, 63438, 1733561520.610435, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff52a5b8a1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8375, 63439, 1733561520.897205, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x24071c006300fae00000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8376, 63440, 1733561521.148644, 1, 'loginFailInvalidUsername', 'admin@forwardbet.casino', 0, 0x24071c006300fae00000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8377, 63441, 1733561521.396386, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff84947b13, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8378, 63442, 1733561521.492435, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff84947b13, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8379, 63443, 1733561780.639116, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffffb93d994d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8380, 63444, 1733561780.655843, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffffb93d994d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8381, 63445, 1733561780.675839, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff334b1d84, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8382, 63446, 1733561780.740525, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff334b1d84, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8383, 63447, 1733561781.494285, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff3e1492ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8384, 63448, 1733561781.507803, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3e1492ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8385, 63449, 1733561785.776229, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x2607f2980006a014000000000e0648b1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8386, 63450, 1733562027.937882, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x2604a8800000101000000000027b7001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8387, 63451, 1733562028.043572, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x2604a8800000101000000000027b7001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8388, 63452, 1733562029.248215, 1, 'loginFailInvalidUsername', 'admin@forwardbet.casino', 0, 0x00000000000000000000ffffd04bc316, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8389, 63453, 1733562029.321993, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd04bc316, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8390, 63454, 1733562260.198377, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x20011810418101200000000442af2c3a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8391, 63455, 1733562260.565449, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x20011810418101200000000442af2c3a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8392, 63456, 1733562265.029920, 1, 'loginFailInvalidUsername', 'admin@forwardbet.casino', 0, 0x2607f2980005118a0000000008697c9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8393, 63457, 1733562472.658308, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff867700ad, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8394, 63458, 1733562472.846255, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff566ef3d6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8395, 63459, 1733562472.860195, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff566ef3d6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8396, 63462, 1733562473.499934, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff867700ad, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8397, 63463, 1733562473.717707, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x00000000000000000000ffff9f59e595, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8398, 63464, 1733562473.736873, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff9f59e595, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8399, 63465, 1733562473.908945, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff43d9222c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8400, 63466, 1733562473.941857, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff43d9222c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8401, 63467, 1733562474.588730, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x2a020970000100000000000000001010, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8402, 63468, 1733562664.594304, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x26040a000050003902163efffe26cfd5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8403, 63469, 1733562664.606096, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x26040a000050003902163efffe26cfd5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8404, 63470, 1733562667.399365, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa0999d93, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8405, 63471, 1733562667.430603, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x00000000000000000000ffffa0999d93, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8406, 63472, 1733562675.365482, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff761b7d2a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8407, 63473, 1733562675.405818, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff761b7d2a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8408, 63474, 1733562844.125443, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffffc6367263, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8409, 63475, 1733562846.278085, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffffc6b17a9a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8410, 63476, 1733562846.282498, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc6b17a9a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8411, 63477, 1733563015.861433, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffffa2d7f9fd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8412, 63478, 1733563015.869181, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffffa2d7f9fd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8413, 63479, 1733563016.184834, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1f0b2481, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8414, 63480, 1733563016.217700, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x00000000000000000000ffff1f0b2481, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8415, 63481, 1733563349.779380, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x00000000000000000000ffff8a449124, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8416, 63482, 1733563349.894810, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8a449124, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8417, 63483, 1733563350.036974, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd622a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8418, 63484, 1733563350.156165, 1, 'loginFailInvalidUsername', 'admin@forwardbet.casino', 0, 0x00000000000000000000ffffcebd622a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8419, 63486, 1733563500.969277, 1, 'loginFailInvalidUsername', 'admin@forwardbet.casino', 0, 0x00000000000000000000ffffca1d12fd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8420, 63487, 1733563504.474369, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2607f2980006a01400000000080a4923, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8421, 63488, 1733563504.479097, 1, 'loginFailInvalidUsername', 'info@forwardbet.casino', 0, 0x2607f2980006a01400000000080a4923, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8422, 63489, 1733563669.825885, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff229f2d39, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8423, 63490, 1733563669.940259, 1, 'loginFailInvalidUsername', 'admin@forwardbet.casino', 0, 0x00000000000000000000ffff229f2d39, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8424, 63493, 1733563901.182100, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff08daef95, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8425, 63494, 1733563901.186089, 1, 'loginFailInvalidUsername', 'admin@forwardbet.casino', 0, 0x00000000000000000000ffff08daef95, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(8426, 63499, 1733580221.010936, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c92232a, 'curl/7.30.0'),
(8427, 63578, 1733646047.195283, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24006180010000d0000000000c213001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(8428, 63579, 1733646201.127757, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2607f2980006a03400000000044b1bac, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(8429, 63637, 1733676353.669863, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb37c2987, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),
(8430, 63638, 1733677506.494070, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5daa2519, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(8431, 63644, 1733684876.259438, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0b5484000000ee0000000000000002, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(8432, 63776, 1733708864.367830, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3625e040, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),
(8433, 63782, 1733716453.152709, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c922326, 'curl/7.30.0'),
(8434, 63786, 1733721441.198112, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d5c6, 'curl/7.30.0'),
(8435, 63790, 1733722974.778477, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8436, 63791, 1733722975.592027, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8437, 63792, 1733722976.586164, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8438, 63793, 1733722977.420962, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8439, 63794, 1733722978.240943, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8440, 63795, 1733722979.050049, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8441, 63796, 1733722979.850700, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8442, 63797, 1733722980.668675, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8443, 63798, 1733722981.484948, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8444, 63799, 1733722982.295809, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8445, 63800, 1733722983.116124, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8446, 63801, 1733722983.936384, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8447, 63802, 1733722984.738620, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8448, 63803, 1733722985.560459, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8449, 63804, 1733722986.570480, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8450, 63805, 1733722987.386324, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8451, 63806, 1733722988.205185, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8452, 63807, 1733722989.029358, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8453, 63808, 1733722989.839270, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8454, 63809, 1733722990.674065, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8455, 63810, 1733722991.484456, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8456, 63811, 1733722992.300465, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8457, 63812, 1733722993.102143, 1, 'loginFailInvalidUsername', 'hestha', 0, 0x00000000000000000000ffff12dfff3e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8458, 63842, 1733764091.153454, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24006180010000d0000000000c213001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),
(8459, 63851, 1733786459.434460, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffff5bdd4106, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),
(8460, 63857, 1733794534.776550, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24006180000000d00000000003761001, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),
(8461, 63991, 1733859962.601552, 0, 'loginOK', 'linco', 1, 0x00000000000000000000ffff10aae325, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8462, 64010, 1733874835.277286, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9a2f14d6, 'curl/7.30.0'),
(8463, 64011, 1733878898.796765, 1, 'loginFailInvalidUsername', 'admin@forwardbet.casino', 0, 0x00000000000000000000ffffcae2252b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0'),
(8464, 64024, 1733886520.175638, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89d06, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(8465, 64038, 1733890129.325250, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23eecbd5, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(8466, 64050, 1733892961.335657, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5b8edeb4, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(8467, 64056, 1733894732.454770, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67b479bb, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(8468, 64129, 1733935282.967381, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a03b0c0000300d0000000000eced001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(8469, 64246, 1733939756.148614, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d830, 'curl/7.30.0'),
(8470, 64293, 1733970580.626497, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9a2f14e9, 'curl/7.30.0'),
(8471, 64309, 1733999248.976497, 1, 'loginFailInvalidUsername', 'wadminw', 0, 0x00000000000000000000ffff2d72d5c6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),
(8472, 64372, 1734047127.312993, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffff5bd38598, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),
(8473, 64373, 1734051075.093873, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d547, 'curl/7.30.0'),
(8474, 64377, 1734066553.246054, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c92232a, 'curl/7.30.0'),
(8475, 64378, 1734078905.480103, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8476, 64379, 1734078906.951269, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8477, 64380, 1734078909.586191, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8478, 64381, 1734078910.897534, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8479, 64382, 1734078912.222832, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8480, 64383, 1734078913.555613, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8481, 64384, 1734078914.902906, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8482, 64385, 1734078916.232060, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8483, 64386, 1734078917.547094, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8484, 64387, 1734078918.877870, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8485, 64388, 1734078920.215443, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8486, 64389, 1734078921.544418, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8487, 64390, 1734078922.867911, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8488, 64390, 1734078922.870666, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8489, 64391, 1734078924.198785, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8490, 64391, 1734078924.201630, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8491, 64392, 1734078925.661016, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8492, 64393, 1734078927.022282, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8493, 64393, 1734078927.025178, 1, 'loginFailInvalidUsername', 'dannymenzel', 0, 0x00000000000000000000ffff54112f61, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8494, 64419, 1734121187.756160, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8495, 64420, 1734121189.102835, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8496, 64421, 1734121191.787321, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8497, 64422, 1734121193.115286, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8498, 64423, 1734121194.446162, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8499, 64424, 1734121195.784890, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8500, 64425, 1734121197.306338, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8501, 64426, 1734121198.641431, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8502, 64427, 1734121199.999798, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8503, 64428, 1734121201.353564, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8504, 64429, 1734121202.697970, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8505, 64430, 1734121204.014198, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8506, 64431, 1734121205.524330, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8507, 64431, 1734121205.527332, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8508, 64432, 1734121206.875262, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8509, 64432, 1734121206.878437, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8510, 64433, 1734121208.211298, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8511, 64434, 1734121209.586627, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8512, 64434, 1734121209.589533, 1, 'loginFailInvalidUsername', 'pasisilvennoinen', 0, 0x00000000000000000000ffff023af252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8513, 64462, 1734154369.515297, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffadf43a91, 'curl/7.30.0'),
(8514, 64843, 1734317248.178201, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffff5f6fcb8b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),
(8515, 64844, 1734317253.144867, 0, 'loginOK', 'linco', 1, 0x00000000000000000000ffff5f6fcb8b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),
(8516, 64846, 1734325906.703571, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c92232c, 'curl/7.30.0'),
(8517, 64852, 1734328686.686057, 1, 'loginFailInvalidUsername', 'wpadmins', 0, 0x00000000000000000000ffffa484fafa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0'),
(8518, 64859, 1734331675.657631, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff10aad8a1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8519, 64879, 1734342746.565123, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb6b9b428, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),
(8520, 64905, 1734356097.962862, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x2a034000005b08c2042dacfffe01e496, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(8521, 64905, 1734356097.967138, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x2a034000005b08c2042dacfffe01e496, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(8522, 64912, 1734365641.928947, 1, 'loginFailInvalidUsername', 'admim', 0, 0x00000000000000000000ffff03013e9b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0'),
(8523, 64938, 1734387391.446253, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a04e8c000120000000000000000001d, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(8524, 64940, 1734388762.616818, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8525, 64941, 1734388763.456589, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8526, 64942, 1734388764.284823, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8527, 64943, 1734388765.286273, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8528, 64944, 1734388766.099851, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8529, 64945, 1734388766.894353, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8530, 64946, 1734388767.722545, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8531, 64947, 1734388768.539534, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8532, 64948, 1734388769.369895, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8533, 64949, 1734388770.187696, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8534, 64950, 1734388771.013058, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8535, 64951, 1734388771.840187, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8536, 64952, 1734388772.687261, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8537, 64953, 1734388773.500560, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8538, 64954, 1734388774.317083, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8539, 64955, 1734388775.114881, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8540, 64956, 1734388775.946320, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8541, 64957, 1734388776.762124, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8542, 64958, 1734388777.575396, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22969903, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8543, 64964, 1734391731.346471, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a03b0c0000300d0000000000eced001, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(8544, 64964, 1734391731.351051, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a03b0c0000300d0000000000eced001, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(8545, 64988, 1734412445.338309, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d830, 'curl/7.30.0'),
(8546, 64997, 1734419428.145557, 1, 'loginFailInvalidUsername', 'temp3', 0, 0x00000000000000000000ffff08863158, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),
(8547, 65016, 1734427876.431105, 1, 'loginFailInvalidUsername', 'adminlin', 0, 0x00000000000000000000ffff877d8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(8548, 65062, 1734457223.645383, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8549, 65063, 1734457225.805771, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8550, 65064, 1734457226.776096, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8551, 65065, 1734457227.759621, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8552, 65066, 1734457228.773678, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(8553, 65067, 1734457229.750960, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8554, 65068, 1734457230.764831, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8555, 65068, 1734457230.767672, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8556, 65069, 1734457231.744855, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8557, 65069, 1734457231.747689, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8558, 65070, 1734457232.732098, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8559, 65071, 1734457233.733268, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8560, 65072, 1734457234.723640, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8561, 65072, 1734457234.726590, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8562, 65073, 1734457235.700036, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8563, 65073, 1734457235.702778, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8564, 65074, 1734457236.695439, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8565, 65075, 1734457237.676398, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8566, 65076, 1734457238.693727, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb55e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8567, 65109, 1734476054.926585, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8568, 65110, 1734476055.753137, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8569, 65111, 1734476056.562960, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8570, 65112, 1734476057.363323, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8571, 65113, 1734476058.183052, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8572, 65114, 1734476058.988335, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8573, 65115, 1734476059.771556, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8574, 65116, 1734476060.567297, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8575, 65117, 1734476061.390869, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8576, 65118, 1734476062.194824, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8577, 65118, 1734476062.197654, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8578, 65119, 1734476062.979390, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8579, 65120, 1734476063.796456, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8580, 65120, 1734476063.799370, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8581, 65121, 1734476064.580418, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8582, 65122, 1734476065.553151, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8583, 65123, 1734476066.398138, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8584, 65124, 1734476067.179757, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8585, 65125, 1734476067.963195, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22ab02cf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8586, 65128, 1734495246.411290, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d5c6, 'curl/7.30.0'),
(8587, 65152, 1734517342.971297, 1, 'loginFailInvalidUsername', 'enamad', 0, 0x00000000000000000000ffff4d447228, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0'),
(8588, 65154, 1734518433.082498, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffff2d9c726b, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),
(8589, 65210, 1734552545.466133, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a880000200d0000000002077d001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),
(8590, 65211, 1734552893.535383, 1, 'loginFailInvalidUsername', 'smngrs954', 0, 0x00000000000000000000ffff32740d5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0'),
(8591, 65212, 1734553990.784770, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24021f00800008000000000000000e0f, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),
(8592, 65251, 1734591500.988408, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9a2f14d6, 'curl/7.30.0'),
(8593, 65253, 1734595237.051755, 1, 'loginFailInvalidUsername', 'Josezins', 0, 0x2a0104f8014124140000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0'),
(8594, 65267, 1734614823.565912, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa7630bf6, 'Mozilla/5.0'),
(8595, 65276, 1734619674.142289, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8596, 65277, 1734619675.380189, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8597, 65278, 1734619676.797866, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8598, 65279, 1734619678.057963, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8599, 65280, 1734619679.307721, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8600, 65281, 1734619680.558155, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8601, 65282, 1734619681.798053, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8602, 65283, 1734619683.071317, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8603, 65284, 1734619684.342330, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8604, 65285, 1734619685.614919, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8605, 65286, 1734619687.049916, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8606, 65286, 1734619687.052851, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8607, 65287, 1734619688.315437, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8608, 65288, 1734619689.567524, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8609, 65289, 1734619690.826791, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8610, 65290, 1734619692.071940, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8611, 65291, 1734619693.318909, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8612, 65292, 1734619694.563722, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8613, 65293, 1734619695.822333, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9a3b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8614, 65397, 1734659375.972644, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2e02e765, 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12'),
(8615, 65572, 1734670613.658723, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffb5d6ad95, 'curl/7.30.0'),
(8616, 65819, 1734710465.858405, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6714660a, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(8617, 65826, 1734712812.047761, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a03b0c0000100d00000000010fb0001, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),
(8618, 65949, 1734716994.865003, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff58c6d046, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(8619, 65956, 1734718235.734190, 1, 'loginFailInvalidUsername', 'wpadminns', 0, 0x00000000000000000000ffffa8778502, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0'),
(8620, 66021, 1734745773.868271, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a03b0c0000100d00000000010fb0001, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(8621, 66030, 1734749474.852598, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc2e9423c, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(8622, 66034, 1734750783.706011, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9a0c1ffe, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(8623, 66120, 1734814804.553775, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff10aaa606, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8624, 66161, 1734859187.604737, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8625, 66162, 1734859188.818414, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8626, 66163, 1734859190.017280, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8627, 66164, 1734859191.212520, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8628, 66165, 1734859192.436793, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8629, 66166, 1734859193.641110, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8630, 66167, 1734859194.833330, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8631, 66168, 1734859196.025834, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8632, 66169, 1734859197.347373, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8633, 66170, 1734859198.546727, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8634, 66171, 1734859199.832753, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8635, 66172, 1734859201.041680, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8636, 66173, 1734859202.286022, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8637, 66174, 1734859203.497773, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8638, 66175, 1734859204.773884, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8639, 66176, 1734859205.974740, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8640, 66177, 1734859207.309983, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8641, 66178, 1734859208.528674, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8642, 66179, 1734859209.718113, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228f869f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8643, 66181, 1734861760.610081, 1, 'loginFailInvalidUsername', 'system0', 0, 0x00000000000000000000ffff67b35699, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:42.0) Gecko/20100101 Firefox/42.0'),
(8644, 66183, 1734874686.353026, 1, 'loginFailInvalidUsername', 'admingusar', 0, 0x26003c0000000000f03c92fffe0a22ec, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0'),
(8645, 66184, 1734881458.400826, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8646, 66185, 1734881460.143839, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8647, 66185, 1734881460.146851, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8648, 66186, 1734881461.524364, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8649, 66187, 1734881462.902310, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8650, 66188, 1734881464.288889, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8651, 66188, 1734881464.291832, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8652, 66189, 1734881465.640673, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8653, 66190, 1734881467.120055, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8654, 66191, 1734881468.464742, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8655, 66192, 1734881469.813641, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8656, 66193, 1734881471.171705, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8657, 66193, 1734881471.174531, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8658, 66194, 1734881472.543954, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8659, 66194, 1734881472.546802, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8660, 66195, 1734881473.911402, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8661, 66196, 1734881475.259121, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8662, 66197, 1734881476.628741, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8663, 66198, 1734881477.956987, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8664, 66199, 1734881479.299615, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8665, 66200, 1734881480.624515, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6c88d681, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8666, 66204, 1734882334.709779, 0, 'loginOK', 'linco', 1, 0x00000000000000000000ffff0d3d8e8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),
(8667, 66206, 1734888401.163220, 1, 'loginFailInvalidUsername', 'muwy', 0, 0x2a0104f9003b44190000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(8668, 66208, 1734894581.778207, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, 0x00000000000000000000ffff55d69420, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:42.0) Gecko/20100101 Firefox/42.0'),
(8669, 66208, 1734894581.781652, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, 0x00000000000000000000ffff55d69420, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:42.0) Gecko/20100101 Firefox/42.0'),
(8670, 66305, 1734935815.093151, 1, 'loginFailInvalidUsername', 'test@test.com', 0, 0x2a0104f80171068e0000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0'),
(8671, 66311, 1734953681.667682, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8672, 66312, 1734953683.268429, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8673, 66313, 1734953684.785587, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8674, 66314, 1734953686.303711, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8675, 66315, 1734953687.854497, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8676, 66316, 1734953689.396362, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8677, 66317, 1734953690.926334, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8678, 66318, 1734953692.456475, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8679, 66319, 1734953693.975567, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8680, 66320, 1734953695.643913, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8681, 66321, 1734953697.174682, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8682, 66321, 1734953697.177488, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8683, 66322, 1734953698.718772, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8684, 66323, 1734953700.230680, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8685, 66324, 1734953701.728730, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8686, 66325, 1734953703.231456, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8687, 66326, 1734953704.751259, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8688, 66327, 1734953706.460501, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8689, 66328, 1734953707.993361, 1, 'loginFailInvalidUsername', 'masyafisher95', 0, 0x00000000000000000000ffff03073e77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8690, 66356, 1735002803.280919, 1, 'loginFailInvalidUsername', 'abc123', 0, 0x00000000000000000000ffffcba120a1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0'),
(8691, 66358, 1735016973.285845, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa2ff5479, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),
(8692, 66386, 1735032273.165063, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a034000005b08c2042dacfffe01e496, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0'),
(8693, 66390, 1735055827.976732, 1, 'loginFailInvalidUsername', 'shthomp', 0, 0x2a0104f80262438e0000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0'),
(8694, 66397, 1735084810.530678, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a02a457bce10000aa2066fffe3da233, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),
(8695, 66402, 1735099144.484519, 1, 'loginFailInvalidUsername', 'Reseller-webmaster', 0, 0x2a0107c8aaaf02f0505400fffe78a273, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0'),
(8696, 66406, 1735103415.774797, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9a2f14e9, 'curl/7.30.0'),
(8697, 66418, 1735108098.623743, 1, 'loginFailInvalidUsername', 'qwee123123', 0, 0x00000000000000000000ffff45a789d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(8698, 66418, 1735108098.627402, 1, 'loginFailInvalidUsername', 'qwee123123', 0, 0x00000000000000000000ffff45a789d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(8699, 66436, 1735114123.560839, 1, 'loginFailInvalidUsername', 'Megusta', 0, 0x00000000000000000000ffff9f41ca3c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(8700, 66548, 1735179840.114200, 1, 'loginFailInvalidUsername', 'pascall', 0, 0x26003c0200000000f03c93fffe8121ce, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(8701, 66558, 1735186630.375605, 1, 'loginFailInvalidUsername', 'Admin', 0, 0x00000000000000000000ffff34d7379f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0'),
(8702, 66625, 1735211468.862457, 1, 'loginFailInvalidUsername', 'test', 0, 0x00000000000000000000ffff68f85c05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(8703, 66625, 1735211468.866085, 1, 'loginFailInvalidUsername', 'test', 0, 0x00000000000000000000ffff68f85c05, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(8704, 66653, 1735223371.871310, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0b5484000000ee0000000000000002, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),
(8705, 66654, 1735223718.909833, 1, 'loginFailInvalidUsername', 'wadminw', 0, 0x200141d00403163d0000000000000000, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(8706, 66732, 1735285773.941789, 1, 'loginFailInvalidUsername', 'yanz', 0, 0x00000000000000000000ffff5bda1713, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0'),
(8707, 66739, 1735297024.138909, 1, 'loginFailInvalidUsername', 'Administrator_strony', 0, 0x00000000000000000000ffff5b8ed02d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0'),
(8708, 66741, 1735299461.744997, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8709, 66742, 1735299462.748525, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8710, 66743, 1735299463.724287, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8711, 66744, 1735299464.989748, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8712, 66745, 1735299466.103894, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8713, 66746, 1735299467.143409, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8714, 66747, 1735299468.140186, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8715, 66748, 1735299469.165517, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8716, 66749, 1735299470.134468, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8717, 66750, 1735299471.137818, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8718, 66751, 1735299472.125631, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8719, 66752, 1735299473.118363, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8720, 66752, 1735299473.121148, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8721, 66753, 1735299474.123994, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8722, 66754, 1735299475.328273, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8723, 66755, 1735299476.510678, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8724, 66756, 1735299477.658126, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8725, 66757, 1735299478.631503, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8726, 66758, 1735299479.636319, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff89b8cec5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8727, 66800, 1735345577.012980, 1, 'loginFailInvalidUsername', 'info@chuckswebdesign.nl', 0, 0x00000000000000000000ffffa75650b5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),
(8728, 66956, 1735382619.883657, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8729, 66957, 1735382621.111927, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8730, 66958, 1735382623.665045, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8731, 66959, 1735382624.938239, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8732, 66960, 1735382626.203934, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8733, 66961, 1735382627.454090, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8734, 66962, 1735382628.695380, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8735, 66963, 1735382629.974178, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8736, 66964, 1735382631.215838, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8737, 66965, 1735382632.488829, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8738, 66966, 1735382633.734111, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8739, 66967, 1735382634.994310, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8740, 66968, 1735382636.351626, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8741, 66968, 1735382636.354708, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8742, 66969, 1735382637.616193, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8743, 66969, 1735382637.619120, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8744, 66970, 1735382638.899904, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8745, 66971, 1735382640.147961, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8746, 66971, 1735382640.150835, 1, 'loginFailInvalidUsername', 'admin538zhujs789j', 0, 0x00000000000000000000ffff57787da9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(8747, 66978, 1735399991.298884, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc0f1ba9f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0'),
(8748, 66986, 1735408985.975490, 1, 'loginFailInvalidUsername', 'xcom', 0, 0x2a034000000002a938ca86fffed4f853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0'),
(8749, 66989, 1735414801.736909, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a880000200d0000000002077d001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),
(8750, 67026, 1735458923.889696, 1, 'loginFailInvalidUsername', 'keroro', 0, 0x00000000000000000000ffff14474b52, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0'),
(8751, 67026, 1735458923.893731, 1, 'loginFailInvalidUsername', 'keroro', 0, 0x00000000000000000000ffff14474b52, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0'),
(8752, 67030, 1735463567.408547, 1, 'loginFailInvalidUsername', 'test1', 0, 0x2a03400000000327886e4efffead1ed0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(8753, 67037, 1735472780.897656, 1, 'loginFailInvalidUsername', 'user', 0, 0x20011b60000201741041000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0'),
(8754, 67051, 1735501239.726076, 1, 'loginFailInvalidUsername', 'testuser', 0, 0x20011b60000201741041000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(8755, 67074, 1735553346.082369, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c922326, 'curl/7.30.0'),
(8756, 67120, 1735593908.658195, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24006180010000d000000000037a2001, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),
(8757, 67138, 1735614015.042462, 1, 'loginFailInvalidUsername', 'test', 0, 0x00000000000000000000ffff55808f1f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(8758, 67151, 1735627517.312359, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d5c6, 'curl/7.30.0'),
(8759, 67166, 1735639832.657509, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8760, 67167, 1735639834.330831, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8761, 67168, 1735639835.941763, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8762, 67168, 1735639835.944550, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8763, 67169, 1735639838.055910, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8764, 67170, 1735639839.931570, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8765, 67170, 1735639839.934622, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8766, 67171, 1735639841.619807, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8767, 67172, 1735639843.294256, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8768, 67173, 1735639846.044888, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8769, 67174, 1735639847.832520, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8770, 67174, 1735639847.835247, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8771, 67175, 1735639849.540251, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8772, 67176, 1735639851.232704, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8773, 67177, 1735639853.126925, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8774, 67178, 1735639855.121121, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8775, 67179, 1735639857.063910, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8776, 67180, 1735639858.950791, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8777, 67181, 1735639860.794702, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b3b5a02, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(8778, 67187, 1735643070.853499, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d547, 'curl/7.30.0'),
(8779, 67214, 1735661869.927980, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a03b0c0000100d00000000010fb0001, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(8780, 67252, 1735685178.436782, 1, 'loginFailInvalidUsername', 'account_manager', 0, 0x200141d0000a4e4b0000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),
(8781, 67261, 1735693143.385003, 1, 'loginFailInvalidUsername', 'test2', 0, 0x26003c0200000000f03c93fffeb01eb0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(8782, 67277, 1735708773.734626, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d0040316800000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36'),
(8783, 67281, 1735711834.215756, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641ac4f9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8784, 67284, 1735712595.755086, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0b5484000000ee0000000000000002, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8785, 67287, 1735716359.304743, 1, 'loginFailInvalidUsername', 'martina', 0, 0x00000000000000000000ffff8d5e126f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(8786, 67305, 1735733668.036623, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8787, 67306, 1735733669.590407, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8788, 67307, 1735733670.702311, 1, 'loginFailInvalidUsername', 'linco@gmail.com', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8789, 67308, 1735733672.185873, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8790, 67309, 1735733673.279984, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8791, 67310, 1735733674.622229, 1, 'loginFailInvalidUsername', 'linco1!', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8792, 67311, 1735733676.003329, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8793, 67312, 1735733677.404999, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8794, 67313, 1735733678.454669, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8795, 67314, 1735733679.886216, 1, 'loginFailInvalidUsername', 'carlos23!@', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8796, 67315, 1735733681.281947, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8797, 67316, 1735733682.654365, 1, 'loginFailInvalidUsername', 'linco!$', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8798, 67317, 1735733684.032695, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8799, 67318, 1735733685.138545, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8800, 67319, 1735733687.036198, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8801, 67320, 1735733688.544694, 1, 'loginFailInvalidUsername', 'admin@forwardbet.casino', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8802, 67321, 1735733689.916320, 1, 'loginFailInvalidUsername', 'linco1$', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8803, 67322, 1735733691.260631, 1, 'loginFailInvalidUsername', 'admin@forwardbet.casino', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0'),
(8804, 67323, 1735733692.673340, 1, 'loginFailInvalidUsername', 'carlos23!$', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(8805, 67753, 1735785134.841938, 1, 'loginFailInvalidUsername', 'webuser', 0, 0x2a0104f80c0c3c3a0000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:44.0) Gecko/20100101 Firefox/44.0'),
(8806, 67761, 1735795883.178487, 1, 'loginFailInvalidUsername', 'merena12', 0, 0x00000000000000000000ffffd4533222, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0'),
(8807, 67762, 1735799780.770138, 1, 'loginFailInvalidUsername', 'richard', 0, 0x00000000000000000000ffff9fdf4e34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0'),
(8808, 67763, 1735804327.289172, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8809, 67764, 1735804328.655675, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8810, 67764, 1735804328.658475, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8811, 67765, 1735804330.031562, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8812, 67766, 1735804331.411437, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8813, 67767, 1735804332.769399, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8814, 67767, 1735804332.772208, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8815, 67768, 1735804334.153415, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8816, 67769, 1735804335.519616, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8817, 67770, 1735804336.891963, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8818, 67771, 1735804338.254722, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8819, 67772, 1735804339.631064, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8820, 67772, 1735804339.633756, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8821, 67773, 1735804340.981606, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8822, 67773, 1735804340.984313, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8823, 67774, 1735804342.357441, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8824, 67775, 1735804343.724250, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8825, 67776, 1735804345.262351, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8826, 67777, 1735804346.682124, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff104eb386, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(8827, 67780, 1735811784.836585, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9a2f14d6, 'curl/7.30.0'),
(8828, 67792, 1735884366.976187, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8829, 67793, 1735884368.288686, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8830, 67794, 1735884370.888414, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8831, 67795, 1735884372.168529, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8832, 67796, 1735884373.472366, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8833, 67797, 1735884374.770505, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8834, 67798, 1735884376.057479, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8835, 67799, 1735884377.340820, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8836, 67800, 1735884378.645218, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8837, 67801, 1735884379.944110, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8838, 67802, 1735884381.269325, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8839, 67803, 1735884382.766645, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8840, 67804, 1735884384.045106, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8841, 67804, 1735884384.047808, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8842, 67805, 1735884385.593527, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8843, 67805, 1735884385.596408, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8844, 67806, 1735884386.910453, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8845, 67807, 1735884388.193110, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8846, 67807, 1735884388.195795, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6785696e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8847, 67813, 1735907245.625284, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8848, 67814, 1735907247.541261, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8849, 67815, 1735907248.488557, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8850, 67816, 1735907249.434730, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8851, 67817, 1735907250.392562, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8852, 67818, 1735907251.329879, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8853, 67819, 1735907252.296143, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8854, 67819, 1735907252.299296, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8855, 67820, 1735907253.293257, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8856, 67820, 1735907253.296027, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8857, 67821, 1735907254.250604, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8858, 67822, 1735907255.207207, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8859, 67823, 1735907256.158483, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8860, 67823, 1735907256.161191, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8861, 67824, 1735907257.142165, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8862, 67824, 1735907257.144944, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8863, 67825, 1735907258.090526, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8864, 67826, 1735907259.057172, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8865, 67827, 1735907260.010795, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9f59272e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8866, 67829, 1735912923.009498, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffadf43a90, 'curl/7.30.0'),
(8867, 67830, 1735916851.305090, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffb5d6ad95, 'curl/7.30.0'),
(8868, 67831, 1735920784.034309, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8869, 67832, 1735920785.070696, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8870, 67833, 1735920786.302863, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8871, 67834, 1735920787.351097, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8872, 67835, 1735920788.411386, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8873, 67836, 1735920789.521198, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8874, 67837, 1735920790.559678, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8875, 67838, 1735920791.630564, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8876, 67839, 1735920792.682726, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8877, 67840, 1735920793.797336, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8878, 67841, 1735920794.846707, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8879, 67842, 1735920795.939151, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8880, 67843, 1735920796.999015, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8881, 67844, 1735920798.051452, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8882, 67845, 1735920799.101973, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8883, 67846, 1735920800.186589, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8884, 67847, 1735920801.282138, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8885, 67848, 1735920802.468575, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8886, 67849, 1735920803.569152, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff224fdb89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8887, 67869, 1735947366.160416, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8888, 67870, 1735947367.276569, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8889, 67871, 1735947368.255962, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8890, 67872, 1735947369.235534, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8891, 67873, 1735947370.210596, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8892, 67874, 1735947371.166069, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8893, 67875, 1735947372.127139, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8894, 67876, 1735947373.101751, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8895, 67877, 1735947374.089585, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8896, 67878, 1735947375.040038, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8897, 67879, 1735947375.997244, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8898, 67880, 1735947376.949216, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8899, 67880, 1735947376.952237, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8900, 67881, 1735947377.929549, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8901, 67882, 1735947378.902505, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8902, 67883, 1735947379.890935, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8903, 67884, 1735947380.853247, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8904, 67885, 1735947381.830898, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8905, 67886, 1735947382.840031, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8906, 67890, 1735984630.676160, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8907, 67891, 1735984631.659254, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8908, 67892, 1735984632.640701, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8909, 67893, 1735984633.603674, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8910, 67894, 1735984634.557489, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8911, 67895, 1735984635.525466, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8912, 67896, 1735984636.499387, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8913, 67897, 1735984637.481828, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8914, 67898, 1735984638.435584, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8915, 67899, 1735984639.421446, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8916, 67900, 1735984640.391916, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8917, 67901, 1735984641.364775, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8918, 67901, 1735984641.367650, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8919, 67902, 1735984642.356937, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8920, 67903, 1735984643.320627, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8921, 67904, 1735984644.305559, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8922, 67905, 1735984645.416019, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8923, 67906, 1735984646.397888, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8924, 67907, 1735984647.365625, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8925, 67965, 1736046575.273413, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff59bba2b0, 'curl/7.30.0'),
(8926, 67977, 1736114656.250086, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8927, 67978, 1736114657.260888, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8928, 67979, 1736114658.247996, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8929, 67980, 1736114659.243630, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8930, 67981, 1736114660.260426, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8931, 67982, 1736114661.244574, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8932, 67983, 1736114662.247163, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8933, 67984, 1736114663.254619, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8934, 67985, 1736114664.237186, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8935, 67986, 1736114665.400306, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8936, 67987, 1736114666.406730, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8937, 67988, 1736114667.396740, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8938, 67988, 1736114667.399499, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8939, 67989, 1736114668.400785, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8940, 67990, 1736114669.395314, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8941, 67991, 1736114670.381414, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8942, 67992, 1736114671.371217, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8943, 67993, 1736114672.369401, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8944, 67994, 1736114673.365917, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8945, 68001, 1736181348.687863, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8946, 68002, 1736181349.529764, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8947, 68003, 1736181351.645765, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8948, 68004, 1736181353.324808, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8949, 68005, 1736181354.194771, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8950, 68006, 1736181355.093403, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8951, 68007, 1736181356.280098, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8952, 68008, 1736181357.261065, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8953, 68009, 1736181358.144823, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8954, 68010, 1736181358.996301, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8955, 68011, 1736181359.827786, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8956, 68012, 1736181360.668114, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8957, 68013, 1736181361.578728, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8958, 68014, 1736181362.447581, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8959, 68015, 1736181363.278016, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8960, 68016, 1736181364.188074, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8961, 68017, 1736181365.045938, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8962, 68018, 1736181366.016872, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8963, 68019, 1736181367.074454, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(8964, 68031, 1736223900.215836, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8965, 68032, 1736223901.156257, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8966, 68033, 1736223902.104548, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8967, 68034, 1736223903.064315, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8968, 68035, 1736223904.019426, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8969, 68036, 1736223905.027444, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8970, 68037, 1736223905.960171, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8971, 68038, 1736223907.048910, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8972, 68039, 1736223907.980399, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8973, 68040, 1736223908.897398, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8974, 68041, 1736223909.838277, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8975, 68042, 1736223910.768973, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8976, 68043, 1736223911.701301, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8977, 68044, 1736223912.665244, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8978, 68045, 1736223913.627699, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8979, 68046, 1736223914.567005, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8980, 68047, 1736223915.510291, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8981, 68048, 1736223916.447802, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8982, 68049, 1736223917.370734, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8983, 68050, 1736223918.294303, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff641d2745, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8984, 68054, 1736263903.459275, 1, 'loginFailInvalidUsername', '38marine', 0, 0x00000000000000000000ffff2ee92706, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8985, 68081, 1736303609.743184, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff541130b8, 'curl/7.30.0'),
(8986, 68082, 1736316964.771923, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8987, 68083, 1736316965.790519, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8988, 68084, 1736316966.940194, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8989, 68085, 1736316967.945070, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8990, 68086, 1736316968.931174, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8991, 68087, 1736316969.919034, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8992, 68088, 1736316970.927975, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8993, 68089, 1736316971.925367, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8994, 68090, 1736316972.926546, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8995, 68091, 1736316973.927218, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8996, 68092, 1736316974.916368, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8997, 68093, 1736316975.885581, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8998, 68093, 1736316975.888299, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(8999, 68094, 1736316976.871645, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9000, 68095, 1736316977.835707, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9001, 68096, 1736316978.803729, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9002, 68097, 1736316979.772961, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9003, 68098, 1736316980.750063, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9004, 68099, 1736316981.741603, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf74cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9005, 68104, 1736321628.570834, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9006, 68105, 1736321629.594983, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9007, 68106, 1736321630.734336, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9008, 68107, 1736321631.754410, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9009, 68108, 1736321632.732227, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9010, 68109, 1736321633.716681, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9011, 68110, 1736321634.691229, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9012, 68111, 1736321635.694543, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9013, 68112, 1736321636.812831, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9014, 68113, 1736321637.797840, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9015, 68114, 1736321638.804093, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9016, 68115, 1736321639.768921, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9017, 68115, 1736321639.771603, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9018, 68116, 1736321640.789761, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9019, 68117, 1736321641.763037, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9020, 68118, 1736321642.744790, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9021, 68119, 1736321643.712668, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9022, 68120, 1736321644.708355, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9023, 68121, 1736321645.672156, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ac56853, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9024, 68125, 1736360843.746528, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9025, 68126, 1736360845.493377, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9026, 68126, 1736360845.496442, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9027, 68127, 1736360848.600310, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9028, 68128, 1736360850.166639, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9029, 68129, 1736360851.995658, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9030, 68130, 1736360853.554379, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9031, 68131, 1736360855.101145, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9032, 68132, 1736360856.667975, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9033, 68133, 1736360858.204809, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9034, 68134, 1736360859.766944, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9035, 68134, 1736360859.769821, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9036, 68135, 1736360861.297940, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9037, 68136, 1736360862.876545, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9038, 68137, 1736360864.421641, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9039, 68137, 1736360864.424324, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9040, 68138, 1736360866.042402, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9041, 68138, 1736360866.045161, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9042, 68139, 1736360867.574518, 1, 'loginFailInvalidUsername', 'vai-de-site', 0, 0x26076b80006a10000000000000009996, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9043, 68281, 1736398653.545226, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffb5d6ad95, 'curl/7.30.0'),
(9044, 68282, 1736402377.851610, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24048280a222bbbbbba10043ffffffff, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9045, 68497, 1736441973.323191, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9046, 68498, 1736441974.568914, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9047, 68499, 1736441975.663576, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9048, 68500, 1736441976.755753, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9049, 68501, 1736441977.842486, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9050, 68502, 1736441978.953272, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9051, 68503, 1736441980.209180, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9052, 68504, 1736441981.300332, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9053, 68505, 1736441982.393583, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9054, 68506, 1736441983.501736, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9055, 68507, 1736441984.606617, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9056, 68508, 1736441985.684621, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9057, 68509, 1736441986.770399, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9058, 68510, 1736441987.868114, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9059, 68511, 1736441988.970007, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9060, 68512, 1736441990.073075, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9061, 68513, 1736441991.162541, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9062, 68514, 1736441992.244512, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9063, 68515, 1736441993.329311, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9064, 68516, 1736441994.407412, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ccbba7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9065, 68522, 1736445034.216585, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9066, 68523, 1736445035.210642, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9067, 68524, 1736445036.225172, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9068, 68525, 1736445037.220382, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9069, 68526, 1736445038.241909, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9070, 68527, 1736445039.418217, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9071, 68528, 1736445040.414877, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9072, 68529, 1736445041.430697, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9073, 68530, 1736445042.449180, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9074, 68531, 1736445043.462485, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9075, 68532, 1736445044.452628, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9076, 68533, 1736445045.443230, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9077, 68533, 1736445045.445916, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9078, 68534, 1736445046.444531, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9079, 68535, 1736445047.430655, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9080, 68536, 1736445048.418442, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9081, 68537, 1736445049.550226, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9082, 68538, 1736445050.539426, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9083, 68539, 1736445051.550963, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff93b6a1f7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9084, 68542, 1736446250.352525, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc35ee6de, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(9085, 68732, 1736524520.658638, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3384e5c6, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(9086, 68735, 1736527040.981488, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9087, 68736, 1736527042.250650, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9088, 68737, 1736527043.517782, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9089, 68738, 1736527044.751565, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9090, 68739, 1736527046.183030, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9091, 68740, 1736527047.435817, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9092, 68741, 1736527048.641811, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9093, 68742, 1736527049.846550, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9094, 68743, 1736527051.140444, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9095, 68744, 1736527052.554569, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9096, 68745, 1736527054.528386, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9097, 68746, 1736527055.934688, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9098, 68747, 1736527057.299686, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9099, 68747, 1736527057.302528, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9100, 68748, 1736527058.629829, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9101, 68748, 1736527058.632613, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9102, 68749, 1736527060.215073, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9103, 68749, 1736527060.217987, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9104, 68750, 1736527061.630302, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2803252, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9105, 68753, 1736528363.516365, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d5c6, 'curl/7.30.0'),
(9106, 68803, 1736551204.095568, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a880080000100000000034bd0001, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),
(9107, 68803, 1736551204.099166, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2604a880080000100000000034bd0001, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),
(9108, 68813, 1736560063.301165, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9a2f14d6, 'curl/7.30.0'),
(9109, 68844, 1736587567.113765, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9110, 68845, 1736587568.841256, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9111, 68845, 1736587568.844032, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9112, 68846, 1736587572.177001, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9113, 68847, 1736587573.854442, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9114, 68848, 1736587575.605087, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9115, 68849, 1736587577.285655, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9116, 68850, 1736587579.007847, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9117, 68851, 1736587580.661303, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9118, 68852, 1736587582.263852, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9119, 68853, 1736587583.939431, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9120, 68853, 1736587583.942284, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9121, 68854, 1736587585.737003, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9122, 68855, 1736587587.341104, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9123, 68856, 1736587588.983463, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9124, 68856, 1736587588.986309, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9125, 68857, 1736587590.601516, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9126, 68857, 1736587590.604339, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9127, 68858, 1736587592.219636, 1, 'loginFailInvalidUsername', 'bom88profit2gmail-com', 0, 0x26076b80006a10000000000000000e07, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9128, 68862, 1736604845.505843, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff59bba2b0, 'curl/7.30.0'),
(9129, 68863, 1736606982.507651, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d547, 'curl/7.30.0'),
(9130, 69036, 1736721114.614254, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff33599942, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),
(9131, 69046, 1736731120.042056, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9132, 69047, 1736731121.403842, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9133, 69048, 1736731122.766541, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9134, 69049, 1736731124.344124, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9135, 69050, 1736731126.220615, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9136, 69051, 1736731127.636210, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9137, 69052, 1736731129.030001, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9138, 69053, 1736731130.429364, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9139, 69054, 1736731131.817976, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9140, 69055, 1736731133.655164, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9141, 69056, 1736731135.025369, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9142, 69056, 1736731135.028204, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9143, 69057, 1736731136.605879, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9144, 69058, 1736731138.038319, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9145, 69059, 1736731139.875939, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9146, 69060, 1736731141.654837, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9147, 69061, 1736731143.012672, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9148, 69062, 1736731144.398723, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9149, 69063, 1736731145.719060, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa1316427, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9150, 69067, 1736733368.348293, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23eecbd5, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9151, 69126, 1736762366.785875, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff79283a89, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9152, 69172, 1736790493.366691, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24048280a222bbbbbba10015ffffffff, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9153, 69177, 1736793085.220190, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5be5ec26, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9154, 69565, 1736897217.955944, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbca643ef, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),
(9155, 69576, 1736910076.377638, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9df506cf, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),
(9156, 69672, 1736932956.454899, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa76342a6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),
(9157, 69678, 1736937323.131242, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fcb5ceb, 'Mozilla/5.0'),
(9158, 69700, 1736943321.396376, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffadecc5e6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(9159, 69737, 1736972068.668813, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9160, 69738, 1736972069.798245, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9161, 69739, 1736972070.874811, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9162, 69740, 1736972071.983276, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9163, 69741, 1736972073.114691, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9164, 69742, 1736972074.230730, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9165, 69743, 1736972075.353489, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9166, 69744, 1736972076.538485, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9167, 69745, 1736972077.667745, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9168, 69746, 1736972078.802767, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9169, 69747, 1736972079.906184, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9170, 69748, 1736972080.996847, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9171, 69749, 1736972082.128703, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9172, 69750, 1736972083.213436, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9173, 69751, 1736972084.329676, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9174, 69752, 1736972085.413555, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9175, 69753, 1736972086.517685, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9176, 69754, 1736972087.599044, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9177, 69755, 1736972088.682942, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228dd992, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9178, 69767, 1737004071.844661, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffda2156d1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),
(9179, 69767, 1737004071.848347, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffda2156d1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),
(9180, 69775, 1737014142.116837, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9181, 69776, 1737014142.984361, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9182, 69777, 1737014144.852739, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9183, 69778, 1737014146.596086, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9184, 69779, 1737014147.486430, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9185, 69780, 1737014148.391551, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9186, 69781, 1737014149.247719, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9187, 69782, 1737014150.091013, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9188, 69783, 1737014151.086825, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9189, 69784, 1737014152.041304, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9190, 69785, 1737014152.906596, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9191, 69786, 1737014153.762334, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9192, 69787, 1737014154.626282, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9193, 69788, 1737014155.509452, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9194, 69789, 1737014156.684078, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9195, 69790, 1737014157.588897, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9196, 69791, 1737014158.475366, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9197, 69792, 1737014159.535964, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9198, 69793, 1737014160.428042, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b995095, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36'),
(9199, 69798, 1737022877.530549, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9200, 69799, 1737022878.736187, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9201, 69800, 1737022881.189010, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9202, 69801, 1737022882.398490, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9203, 69802, 1737022883.627336, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9204, 69803, 1737022884.841292, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9205, 69804, 1737022886.208154, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9206, 69805, 1737022887.403071, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9207, 69806, 1737022888.599182, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9208, 69806, 1737022888.601951, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9209, 69807, 1737022889.806679, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9210, 69808, 1737022891.010459, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9211, 69809, 1737022893.403177, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9212, 69810, 1737022894.614036, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9213, 69811, 1737022895.816207, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9214, 69812, 1737022897.009875, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9215, 69813, 1737022898.225387, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9216, 69814, 1737022899.450510, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9217, 69815, 1737022900.642520, 1, 'loginFailInvalidUsername', 'mikhail', 0, 0x00000000000000000000ffff9eb43bc6, '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
(9218, 69874, 1737077491.576027, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3ed258d9, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(9219, 69874, 1737077491.579614, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3ed258d9, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(9220, 69910, 1737145565.818891, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc38ce08c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),
(9221, 70012, 1737201052.285496, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffff951b6131, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),
(9222, 70016, 1737205436.389148, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff541130b8, 'curl/7.30.0'),
(9223, 70187, 1737253411.497990, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c92232f, 'curl/7.30.0'),
(9224, 70208, 1737293304.867756, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffb5d6ad95, 'curl/7.30.0'),
(9225, 70209, 1737295405.860535, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9226, 70210, 1737295407.054589, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9227, 70211, 1737295408.239948, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9228, 70212, 1737295409.546768, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9229, 70213, 1737295411.032564, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9230, 70214, 1737295412.273919, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9231, 70215, 1737295413.453526, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9232, 70216, 1737295414.868618, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9233, 70217, 1737295416.046656, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9234, 70218, 1737295417.453359, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9235, 70219, 1737295418.738279, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9236, 70219, 1737295418.741001, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9237, 70220, 1737295419.957835, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9238, 70221, 1737295421.238875, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9239, 70222, 1737295422.442183, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9240, 70223, 1737295423.658700, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9241, 70224, 1737295424.936564, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9242, 70225, 1737295426.466396, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9243, 70226, 1737295427.661330, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff1fab9949, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9244, 70245, 1737315544.601469, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff052221b7, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(9245, 70245, 1737315544.605044, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff052221b7, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(9246, 70287, 1737401525.294954, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffda215752, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(9247, 70287, 1737401525.299061, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffda215752, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(9248, 70290, 1737413117.101830, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28041e68c2016cecb572abf78660a7a1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),
(9249, 70291, 1737447845.370140, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9250, 70292, 1737447846.837397, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9251, 70293, 1737447848.176693, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9252, 70294, 1737447849.519361, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9253, 70295, 1737447850.844124, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9254, 70296, 1737447852.177291, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9255, 70297, 1737447853.505716, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9256, 70298, 1737447854.836669, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9257, 70299, 1737447856.166452, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9258, 70300, 1737447857.574959, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9259, 70301, 1737447858.917137, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9260, 70302, 1737447860.250739, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9261, 70302, 1737447860.253483, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9262, 70303, 1737447861.577348, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9263, 70303, 1737447861.580113, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9264, 70304, 1737447862.935269, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9265, 70304, 1737447862.938145, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9266, 70305, 1737447864.254588, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9267, 70305, 1737447864.257331, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb2806187, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9268, 70309, 1737464501.869456, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9269, 70310, 1737464503.838707, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9270, 70311, 1737464506.471297, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9271, 70312, 1737464507.807001, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9272, 70313, 1737464509.153957, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9273, 70314, 1737464510.462353, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9274, 70315, 1737464512.021935, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9275, 70316, 1737464513.437865, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9276, 70317, 1737464514.945637, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9277, 70318, 1737464516.419170, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9278, 70319, 1737464517.766861, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9279, 70320, 1737464519.261238, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9280, 70321, 1737464520.627088, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9281, 70321, 1737464520.629856, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9282, 70322, 1737464521.966959, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9283, 70322, 1737464521.969826, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9284, 70323, 1737464523.408693, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9285, 70324, 1737464524.756683, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9286, 70324, 1737464524.759533, 1, 'loginFailInvalidUsername', 'desirerugsuk', 0, 0x00000000000000000000ffff577956de, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9287, 70361, 1737477867.923819, 1, 'loginFailInvalidUsername', 'jojojo1xx@gmail.com', 0, 0x00000000000000000000ffffadd4e4d0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(9288, 70362, 1737477867.938893, 1, 'loginFailInvalidUsername', 'wpx_admin', 0, 0x00000000000000000000ffffadd4e4d0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),
(9289, 70453, 1737518552.813218, 1, 'loginFailInvalidUsername', 'smngrs958', 0, 0x2a00f940000200040002000000004a60, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0'),
(9290, 70473, 1737531539.733738, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff48349045, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9291, 70485, 1737532902.205794, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9292, 70486, 1737532903.586367, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9293, 70487, 1737532906.306004, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9294, 70488, 1737532907.686020, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9295, 70489, 1737532909.053038, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9296, 70490, 1737532910.405339, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9297, 70491, 1737532911.766823, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9298, 70492, 1737532913.125856, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9299, 70493, 1737532914.480956, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9300, 70494, 1737532915.837952, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9301, 70495, 1737532917.319227, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9302, 70496, 1737532918.678683, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9303, 70497, 1737532920.061641, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9304, 70497, 1737532920.064552, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9305, 70498, 1737532921.443769, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9306, 70498, 1737532921.446537, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9307, 70499, 1737532922.796370, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9308, 70500, 1737532924.162513, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9309, 70500, 1737532924.165300, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c7f473, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9310, 70506, 1737534547.732681, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc322495d, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9311, 70510, 1737537304.830518, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffff2ed30483, 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12'),
(9312, 70511, 1737537523.138232, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9313, 70512, 1737537524.265795, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9314, 70513, 1737537525.358942, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9315, 70514, 1737537526.428734, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9316, 70515, 1737537527.505399, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9317, 70516, 1737537528.577192, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9318, 70517, 1737537529.674335, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9319, 70518, 1737537530.733231, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9320, 70519, 1737537531.817217, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9321, 70520, 1737537532.906133, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9322, 70521, 1737537533.990012, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9323, 70522, 1737537535.074744, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9324, 70523, 1737537536.308802, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9325, 70524, 1737537537.383684, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9326, 70525, 1737537538.462787, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9327, 70526, 1737537539.551023, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9328, 70527, 1737537540.624858, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9329, 70528, 1737537541.679846, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9330, 70529, 1737537542.756197, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff023a3830, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9331, 70683, 1737553221.972090, 1, 'loginFailInvalidUsername', 'GenerateUser', 0, 0x00000000000000000000ffff14c77c77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0'),
(9332, 70683, 1737553221.975851, 1, 'loginFailInvalidUsername', 'GenerateUser', 0, 0x00000000000000000000ffff14c77c77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0'),
(9333, 70693, 1737558374.523576, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2405658709606500a88ad16b66641b52, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9334, 70701, 1737562677.131953, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff4017d453, 'Mozilla/5.0'),
(9335, 70708, 1737566668.835292, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d83e, 'curl/7.30.0'),
(9336, 70714, 1737570711.225756, 1, 'loginFailInvalidUsername', 'test', 0, 0x200141d00302220000000000000005fc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(9337, 70716, 1737571819.869292, 1, 'loginFailInvalidUsername', 'test', 0, 0x20011460000200021c0078fffe002be7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),
(9338, 70716, 1737571819.872835, 1, 'loginFailInvalidUsername', 'test', 0, 0x20011460000200021c0078fffe002be7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),
(9339, 70727, 1737578147.965596, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffffb29f7d6d, 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12'),
(9340, 70748, 1737590974.477557, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c922326, 'curl/7.30.0'),
(9341, 70757, 1737603930.159733, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26075300020345510000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0'),
(9342, 70763, 1737611022.168935, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff563e1e87, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9343, 70815, 1737657758.061027, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9344, 70816, 1737657759.261076, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9345, 70817, 1737657760.469286, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9346, 70818, 1737657761.664391, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9347, 70819, 1737657762.869147, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9348, 70820, 1737657764.076766, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9349, 70820, 1737657764.079598, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9350, 70821, 1737657765.271686, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9351, 70821, 1737657765.274608, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9352, 70822, 1737657766.456355, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9353, 70822, 1737657766.459266, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9354, 70823, 1737657767.666959, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9355, 70823, 1737657767.669815, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9356, 70824, 1737657768.860025, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9357, 70824, 1737657768.862807, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9358, 70825, 1737657770.073459, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9359, 70825, 1737657770.076376, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9360, 70826, 1737657771.264916, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9361, 70826, 1737657771.267674, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde2e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9362, 70839, 1737671351.668303, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbc829cdb, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(9363, 70841, 1737677316.911760, 1, 'loginFailInvalidUsername', 'admin_hosting', 0, 0x00000000000000000000ffff0fcfea49, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:41.0) Gecko/20100101 Firefox/41.0'),
(9364, 70848, 1737704666.030951, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f9002a19480000000000000002, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),
(9365, 70848, 1737704666.034843, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f9002a19480000000000000002, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),
(9366, 70851, 1737710601.475279, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff10aae47a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9367, 70855, 1737718044.900365, 1, 'loginFailInvalidUsername', 'superyarak', 0, 0x200141d0030521000000000000008342, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0'),
(9368, 70863, 1737744590.267230, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffb5d6ad95, 'curl/7.30.0'),
(9369, 70868, 1737761330.605359, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c92231f, 'curl/7.30.0'),
(9370, 70872, 1737774137.601789, 1, 'loginFailInvalidUsername', 'wpclient', 0, 0x00000000000000000000ffff33510882, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0'),
(9371, 70915, 1737802400.275572, 1, 'loginFailInvalidUsername', 'johan1233', 0, 0x20011b60000302341629010200000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0'),
(9372, 70918, 1737809548.850998, 1, 'loginFailInvalidUsername', 'webadmin', 0, 0x00000000000000000000ffff5049597b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0'),
(9373, 70953, 1737836560.674232, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2cdcaf82, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9374, 70986, 1737859388.938438, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff59bba2b0, 'curl/7.30.0'),
(9375, 71026, 1737888472.872161, 1, 'loginFailInvalidUsername', 'rssfeed', 0, 0x2a0104f8025204140000000000000004, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0'),
(9376, 71033, 1737912469.487205, 1, 'loginFailInvalidUsername', 'Administrator', 0, 0x00000000000000000000ffffb9c7df12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),
(9377, 71062, 1737937653.365503, 1, 'loginFailInvalidUsername', 'sonheung', 0, 0x00000000000000000000ffff36aec23d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(9378, 71279, 1737950945.654106, 1, 'loginFailInvalidUsername', 'siti2', 0, 0x00000000000000000000ffff43d660e8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0'),
(9379, 71302, 1737959112.095108, 1, 'loginFailInvalidUsername', 'schmu', 0, 0x24073640208091230000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0'),
(9380, 71343, 1737975075.491158, 1, 'loginFailInvalidUsername', 'test01', 0, 0x2a02a45e4e8d0001e4d0ab806b4d7f44, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9381, 71363, 1737986391.154272, 1, 'loginFailInvalidUsername', 'fixmypage', 0, 0x26001f180d0d63009364a0dbe546c7e2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(9382, 71372, 1737991758.469470, 1, 'loginFailInvalidUsername', 'admin2', 0, 0x200141d00203d98e0000000000000000, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0'),
(9383, 71386, 1738000113.842010, 1, 'loginFailInvalidUsername', 'apfsjounaled', 0, 0x00000000000000000000ffff17e3b0b4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0'),
(9384, 71397, 1738007569.193160, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff81972db2, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9385, 71468, 1738041088.789331, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26056f0012340701000100000000009b, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9386, 71500, 1738054712.613863, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d83e, 'curl/7.30.0'),
(9387, 71509, 1738060487.565712, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff78186dc7, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9388, 71517, 1738064827.601649, 1, 'loginFailInvalidUsername', 'admin', 0, 0x20010ee04772a6f06aff70b58ca46f61, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9389, 71530, 1738071555.634887, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a02a45e4e8d0001781021b805f18822, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9390, 71542, 1738072233.832087, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a02a45e4e8d0001781021b805f18822, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9391, 71543, 1738072291.518567, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a02a45e4e8d0001781021b805f18822, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9392, 71543, 1738072291.521949, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a02a45e4e8d0001781021b805f18822, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9393, 71556, 1738072929.593484, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c92232f, 'curl/7.30.0'),
(9394, 71742, 1738158333.540996, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c92231f, 'curl/7.30.0'),
(9395, 71760, 1738168932.358255, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff784d5419, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9396, 71972, 1738325121.654071, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff541130b8, 'curl/7.30.0'),
(9397, 71978, 1738367765.329752, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9398, 71979, 1738367766.684258, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9399, 71980, 1738367769.102670, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9400, 71981, 1738367770.279568, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9401, 71982, 1738367771.673924, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9402, 71983, 1738367772.868991, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9403, 71984, 1738367774.062600, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9404, 71985, 1738367775.258604, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9405, 71986, 1738367776.430241, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9406, 71987, 1738367777.604602, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9407, 71988, 1738367778.836959, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9408, 71989, 1738367780.041542, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9409, 71990, 1738367781.245060, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9410, 71990, 1738367781.247871, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9411, 71991, 1738367782.422915, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9412, 71991, 1738367782.425668, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9413, 71992, 1738367783.617924, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9414, 71993, 1738367784.836611, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9415, 71993, 1738367784.839578, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68f89f9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9416, 74359, 1738433882.424716, 1, 'loginFailInvalidUsername', 'linco@unknown-domain.com', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9417, 74360, 1738433883.716139, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9418, 74361, 1738433885.169727, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9419, 74362, 1738433886.780674, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9420, 74363, 1738433888.149998, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9421, 74364, 1738433889.710048, 1, 'loginFailInvalidUsername', 'lincomy57@', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9422, 74365, 1738433891.304656, 1, 'loginFailInvalidUsername', 'linicolinco$', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9423, 74366, 1738433892.723942, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9424, 74367, 1738433894.111873, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9425, 74368, 1738433895.569900, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9426, 74369, 1738433896.991926, 1, 'loginFailInvalidUsername', 'linco@unknown-domain.com', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9427, 74370, 1738433898.406507, 1, 'loginFailInvalidUsername', 'thiago2106', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9428, 74371, 1738433899.784298, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9429, 74372, 1738433901.290177, 1, 'loginFailInvalidUsername', 'fucku234!@', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9430, 74373, 1738433902.671363, 1, 'loginFailInvalidUsername', 'lincomy57$', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9431, 74374, 1738433904.052367, 1, 'loginFailInvalidUsername', 'linco@linco@##1!', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9432, 74375, 1738433905.730834, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9433, 74376, 1738433908.159476, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9434, 74377, 1738433909.699882, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2d829104, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),
(9435, 75918, 1738437463.863497, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffff4e81fdbf, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),
(9436, 75918, 1738437463.867090, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffff4e81fdbf, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),
(9437, 75921, 1738481087.172554, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff59bba2d5, 'curl/7.30.0'),
(9438, 75927, 1738508973.026560, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff59bba2af, 'curl/7.30.0'),
(9439, 75928, 1738518014.860061, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc34e3639, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9440, 75932, 1738548799.172929, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9441, 75933, 1738548800.262878, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9442, 75934, 1738548802.486084, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9443, 75935, 1738548803.595003, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9444, 75936, 1738548804.693048, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9445, 75937, 1738548805.960173, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, '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
(9446, 75938, 1738548807.077998, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9447, 75939, 1738548808.187585, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9448, 75940, 1738548809.281151, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9449, 75941, 1738548810.378425, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9450, 75942, 1738548811.528637, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9451, 75943, 1738548812.641278, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9452, 75944, 1738548813.749004, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9453, 75944, 1738548813.751895, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9454, 75945, 1738548814.827539, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9455, 75945, 1738548814.830266, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9456, 75946, 1738548815.929167, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9457, 75947, 1738548817.013553, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9458, 75947, 1738548817.016327, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9018f0ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9459, 75962, 1738602676.936698, 1, 'loginFailInvalidUsername', 'px-factor', 0, 0x00000000000000000000ffff57787f6e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9460, 75963, 1738602678.215501, 1, 'loginFailInvalidUsername', 'px-factor', 0, 0x00000000000000000000ffff57787f6e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9461, 75964, 1738602680.714986, 1, 'loginFailInvalidUsername', 'px-factor', 0, 0x00000000000000000000ffff57787f6e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9462, 75965, 1738602681.984504, 1, 'loginFailInvalidUsername', 'px-factor', 0, 0x00000000000000000000ffff57787f6e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9463, 75966, 1738602683.258427, 1, 'loginFailInvalidUsername', 'px-factor', 0, 0x00000000000000000000ffff57787f6e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9464, 75967, 1738602684.558882, 1, 'loginFailInvalidUsername', 'px-factor', 0, 0x00000000000000000000ffff57787f6e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9465, 75968, 1738602686.457392, 1, 'loginFailInvalidUsername', 'px-factor', 0, 0x00000000000000000000ffff57787f6e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9466, 75969, 1738602688.824801, 1, 'loginFailInvalidUsername', 'px-factor', 0, 0x00000000000000000000ffff57787f6e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9467, 75970, 1738602693.022020, 1, 'loginFailInvalidUsername', 'px-factor', 0, 0x00000000000000000000ffff57787f6e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9468, 75971, 1738602694.524817, 1, 'loginFailInvalidUsername', 'px-factor', 0, 0x00000000000000000000ffff57787f6e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9469, 75972, 1738602698.939455, 1, 'loginFailInvalidUsername', 'px-factor', 0, 0x00000000000000000000ffff57787f6e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9470, 75974, 1738604899.477452, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d56a, 'curl/7.30.0'),
(9471, 76004, 1738612377.611181, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffb5d6ad95, 'curl/7.30.0'),
(9472, 76008, 1738622226.790013, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffff9773583e, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(9473, 76033, 1738646048.535971, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff550ae579, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9474, 76047, 1738647172.637751, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104ff01f0ebc80000000000000001, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9475, 76082, 1738661679.493556, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffadf43a90, 'curl/7.30.0'),
(9476, 76104, 1738682293.084645, 1, 'loginFailInvalidUsername', 'barongroupcy_c4q1gt', 0, 0x00000000000000000000ffffa5e8af63, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9477, 76108, 1738687689.763031, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9478, 76109, 1738687691.347914, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9479, 76109, 1738687691.351054, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9480, 76110, 1738687694.647402, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9481, 76111, 1738687699.001635, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9482, 76112, 1738687700.347939, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9483, 76113, 1738687702.180765, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9484, 76114, 1738687703.663039, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9485, 76115, 1738687706.429409, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9486, 76116, 1738687708.047380, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9487, 76117, 1738687709.331308, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9488, 76117, 1738687709.334164, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9489, 76118, 1738687710.800673, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9490, 76119, 1738687712.073785, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9491, 76120, 1738687716.289338, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9492, 76120, 1738687716.292258, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9493, 76121, 1738687718.205939, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9494, 76121, 1738687718.208828, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9495, 76122, 1738687719.779710, 1, 'loginFailInvalidUsername', 'tatrizhenkogmail-com', 0, 0x26076b80006a200000000000000043ff, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9496, 76125, 1738692544.946599, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9497, 76126, 1738692547.824920, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9498, 76127, 1738692549.417280, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9499, 76128, 1738692550.961963, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9500, 76129, 1738692552.487563, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9501, 76130, 1738692554.069812, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9502, 76131, 1738692555.627179, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9503, 76132, 1738692557.195886, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9504, 76133, 1738692558.755361, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9505, 76134, 1738692560.310493, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9506, 76135, 1738692561.887129, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9507, 76135, 1738692561.889845, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9508, 76136, 1738692563.455210, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9509, 76137, 1738692565.005668, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9510, 76138, 1738692566.865779, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9511, 76139, 1738692569.499888, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9512, 76140, 1738692571.074768, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9513, 76141, 1738692572.676163, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9514, 76142, 1738692574.630732, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff40e39740, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9515, 76190, 1738763570.031998, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffba40745f, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9516, 76203, 1738783453.100393, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff8d88c0fb, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9517, 76204, 1738783934.995067, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffffbe052872, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9518, 76205, 1738785267.008827, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbe052872, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9519, 76215, 1738786656.250218, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbe052872, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9520, 76216, 1738786748.468579, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbe052872, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9521, 76216, 1738786748.471788, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbe052872, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9522, 76217, 1738787124.062978, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbe052872, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9523, 76225, 1738787998.239590, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffbe052872, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9524, 76226, 1738788095.341240, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffbe052872, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9525, 76241, 1738813940.708688, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d0020a080000000000000000ff, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9526, 76289, 1738835616.400495, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff26f29816, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9527, 76300, 1738841753.726865, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff91ef5b43, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),
(9528, 76329, 1738862410.588817, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff59a4bc10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9529, 76330, 1738862483.032127, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff59a4bc10, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9530, 76333, 1738862655.407020, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c92232f, 'curl/7.30.0'),
(9531, 76386, 1738899999.813987, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9532, 76387, 1738900001.804541, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9533, 76388, 1738900002.769615, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9534, 76389, 1738900003.790617, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9535, 76390, 1738900004.814090, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9536, 76391, 1738900006.076262, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9537, 76392, 1738900007.091143, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9538, 76392, 1738900007.093876, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9539, 76393, 1738900008.100360, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9540, 76393, 1738900008.103211, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9541, 76394, 1738900009.135124, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9542, 76395, 1738900010.159784, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9543, 76396, 1738900011.159180, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9544, 76396, 1738900011.162089, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9545, 76397, 1738900012.151293, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9546, 76397, 1738900012.154065, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9547, 76398, 1738900013.142111, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9548, 76399, 1738900014.107720, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9549, 76400, 1738900015.145623, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9de6b826, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9550, 76415, 1738906420.230403, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2f6ac986, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9551, 76436, 1738916021.923243, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2240da66, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9552, 76484, 1739018611.050214, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffffb8a27469, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9553, 76487, 1739033603.329566, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff58f12698, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),
(9554, 76507, 1739152808.909928, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff59bba2d5, 'curl/7.30.0'),
(9555, 76509, 1739158951.438182, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff541130b8, 'curl/7.30.0'),
(9556, 76522, 1739214802.908755, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffffa7faf730, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9557, 76531, 1739216336.999462, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa7faf730, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9558, 76532, 1739216431.510777, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa7faf730, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9559, 76533, 1739216517.887271, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa7faf730, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9560, 76544, 1739217252.114766, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffa7faf730, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9561, 76545, 1739217312.872327, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffa7faf730, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9562, 76546, 1739217382.800085, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffa7faf730, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9563, 76547, 1739217448.421437, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffa7faf730, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9564, 76548, 1739217506.029118, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffa7faf730, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9565, 76549, 1739217563.086941, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffa7faf730, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9566, 76560, 1739218243.959899, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffa7faf730, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9567, 76561, 1739218308.150982, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffa7faf730, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9568, 76562, 1739218373.046702, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffa7faf730, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9569, 76569, 1739246663.855599, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9570, 76570, 1739246665.950371, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9571, 76571, 1739246668.691181, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9572, 76572, 1739246670.057113, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9573, 76573, 1739246671.396418, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9574, 76574, 1739246672.789977, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9575, 76575, 1739246674.145794, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9576, 76576, 1739246675.506472, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9577, 76577, 1739246676.868167, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9578, 76578, 1739246678.245063, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9579, 76579, 1739246679.630982, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9580, 76580, 1739246680.986330, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9581, 76581, 1739246682.341531, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9582, 76581, 1739246682.344372, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9583, 76582, 1739246683.734454, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9584, 76582, 1739246683.737266, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9585, 76583, 1739246685.130833, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9586, 76584, 1739246686.494756, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9587, 76584, 1739246686.497472, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5e9ca656, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9588, 76666, 1739282375.276425, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2607f2980005117b000000000421a871, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9589, 76667, 1739282792.008064, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff08dad4b1, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9590, 76667, 1739282792.011281, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff08dad4b1, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9591, 76775, 1739354040.282250, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff86d1684c, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9592, 76787, 1739359070.674241, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9593, 76788, 1739359072.214705, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9594, 76789, 1739359073.478815, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9595, 76790, 1739359074.743238, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9596, 76791, 1739359076.027297, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9597, 76792, 1739359077.582735, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9598, 76793, 1739359078.859909, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9599, 76794, 1739359080.127923, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9600, 76795, 1739359081.516367, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9601, 76796, 1739359082.764485, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9602, 76797, 1739359084.033105, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9603, 76797, 1739359084.035858, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9604, 76798, 1739359085.316462, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9605, 76799, 1739359086.782754, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9606, 76800, 1739359088.046374, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9607, 76801, 1739359089.293164, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9608, 76802, 1739359090.757977, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9609, 76803, 1739359092.203168, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9610, 76804, 1739359093.451840, 1, 'loginFailInvalidUsername', 'technopole-admin', 0, 0x00000000000000000000ffffc21ac0a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9611, 76847, 1739383422.255145, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2cd54225, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9612, 76996, 1739433171.043991, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23eecbd5, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9613, 76996, 1739433171.047754, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23eecbd5, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9614, 77057, 1739462023.857092, 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'),
(9615, 77075, 1739467651.164804, 1, 'loginFailInvalidUsername', 'u174128', 0, 0x00000000000000000000ffffbf60a872, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9616, 77087, 1739470429.756458, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffadf43a90, 'curl/7.30.0'),
(9617, 77130, 1739502842.602384, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3ead9548, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9618, 77140, 1739507635.317558, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff43e1bcaa, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9619, 77177, 1739518199.070254, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff74c1bec9, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9620, 77212, 1739525408.618984, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff74c1bec9, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9621, 77225, 1739528310.851322, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5ccdaba0, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9622, 77266, 1739538562.195650, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffff4b77dd35, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9623, 77266, 1739538562.201003, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffff4b77dd35, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9624, 77270, 1739541715.859162, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffff14f5a7be, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9625, 77270, 1739541715.862835, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffff14f5a7be, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(9626, 77303, 1739579749.174668, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a007ee0000900030042000000000001, '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'),
(9627, 77325, 1739594793.813898, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6794a4a6, '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'),
(9628, 77366, 1739612466.101702, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff904c611b, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5'),
(9629, 77370, 1739618244.608187, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9630, 77371, 1739618246.118562, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9631, 77372, 1739618247.516007, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9632, 77373, 1739618248.912331, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9633, 77374, 1739618250.263353, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9634, 77375, 1739618251.771403, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9635, 77376, 1739618253.142764, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9636, 77377, 1739618254.510876, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9637, 77378, 1739618255.868440, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9638, 77379, 1739618257.213012, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9639, 77380, 1739618258.599030, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9640, 77381, 1739618259.953264, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9641, 77382, 1739618261.291999, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9642, 77382, 1739618261.294849, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9643, 77383, 1739618262.657681, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9644, 77383, 1739618262.660950, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9645, 77384, 1739618264.016582, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9646, 77384, 1739618264.019442, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9647, 77385, 1739618265.367436, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67fd9284, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9648, 77397, 1739638837.551876, 0, 'loginOK', 'linco', 1, 0x00000000000000000000ffff10186ad6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),
(9649, 77398, 1739646771.590082, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffb5d6ad43, 'curl/7.30.0'),
(9650, 77580, 1739900237.487935, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9651, 77581, 1739900238.365178, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9652, 77582, 1739900239.212897, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9653, 77583, 1739900240.083309, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9654, 77584, 1739900240.951054, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9655, 77585, 1739900241.806513, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9656, 77586, 1739900242.673637, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9657, 77587, 1739900243.730400, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9658, 77588, 1739900244.554367, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9659, 77589, 1739900245.586952, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9660, 77590, 1739900246.454176, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9661, 77591, 1739900247.290861, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9662, 77592, 1739900248.142767, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9663, 77593, 1739900248.997665, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9664, 77594, 1739900249.868229, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9665, 77595, 1739900250.755660, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, '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
(9666, 77596, 1739900251.622942, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9667, 77597, 1739900252.489721, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9668, 77598, 1739900253.353065, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2239f531, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9669, 77602, 1739925907.692942, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff45af78b5, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9670, 77604, 1739929138.755313, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd161aaf3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9671, 77622, 1739958975.842785, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9672, 77623, 1739958977.351703, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9673, 77624, 1739958978.725070, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9674, 77625, 1739958980.071580, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9675, 77626, 1739958981.450429, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9676, 77627, 1739958982.805400, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9677, 77628, 1739958984.173163, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9678, 77629, 1739958985.685824, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9679, 77630, 1739958987.047869, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9680, 77631, 1739958988.453894, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9681, 77632, 1739958989.844997, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9682, 77633, 1739958991.223444, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9683, 77634, 1739958992.594502, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9684, 77635, 1739958993.964685, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9685, 77636, 1739958995.344078, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9686, 77637, 1739958996.701333, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9687, 77638, 1739958998.068853, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9688, 77639, 1739958999.433737, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9689, 77640, 1739959000.802604, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9690, 77641, 1739959002.159129, 1, 'loginFailInvalidUsername', 'tempero', 0, 0x00000000000000000000ffffb280dc6f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9691, 77652, 1740024647.247735, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc34e368a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9692, 77676, 1740048163.647059, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf2acd, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9693, 77677, 1740050775.713858, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff36279ec4, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9694, 77686, 1740076007.293969, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9695, 77687, 1740076008.679356, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9696, 77688, 1740076010.070973, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9697, 77689, 1740076011.451003, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9698, 77690, 1740076012.821197, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9699, 77691, 1740076014.467112, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9700, 77692, 1740076015.813024, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9701, 77693, 1740076017.453361, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9702, 77694, 1740076018.815519, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9703, 77695, 1740076020.191060, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9704, 77696, 1740076021.549723, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9705, 77697, 1740076022.889593, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9706, 77698, 1740076024.270030, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9707, 77698, 1740076024.272868, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9708, 77699, 1740076025.639134, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9709, 77699, 1740076025.642065, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9710, 77700, 1740076027.306084, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9711, 77700, 1740076027.308983, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9712, 77701, 1740076028.649794, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebd97cc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9713, 77707, 1740084643.895483, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff86d1f956, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9714, 77707, 1740084643.899346, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff86d1f956, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9715, 77712, 1740096832.600522, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2efaeb06, 'Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(9716, 77713, 1740100170.782500, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5cdeb5cd, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9717, 77723, 1740115514.535475, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff679ab80f, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9718, 77723, 1740115514.539354, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff679ab80f, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9719, 77726, 1740118967.063103, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2dc31920, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9720, 77726, 1740118967.066767, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2dc31920, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9721, 77728, 1740120532.676416, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcba27806, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9722, 77762, 1740154752.494653, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f80120131b0000000000000002, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9723, 77770, 1740162175.674390, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8ff4a5ae, 'Mozilla/5.0'),
(9724, 77834, 1740225386.321237, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff29de7196, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9725, 77835, 1740225999.765783, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff29de7196, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9726, 77836, 1740226112.463361, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff29de7196, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9727, 77842, 1740226985.905841, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff29de7196, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9728, 77844, 1740227858.949149, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff29de7196, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9729, 77845, 1740228020.555224, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff29de7196, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9730, 77845, 1740228020.558555, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff29de7196, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9731, 77846, 1740228530.789132, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff29de7196, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9732, 77847, 1740228632.931513, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff29de7196, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9733, 77853, 1740229511.591204, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffff29de7196, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9734, 77854, 1740229648.247417, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffff29de7196, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9735, 77855, 1740229805.364381, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffff29de7196, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9736, 77869, 1740260845.979704, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffadf43a8a, 'curl/7.30.0'),
(9737, 77902, 1740321042.337861, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffffa5e8bdda, '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'),
(9738, 77902, 1740321042.341760, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffffa5e8bdda, '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'),
(9739, 77972, 1740399836.620710, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a02c206216028130000000000000001, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9740, 77978, 1740406602.208456, 1, 'loginFailInvalidUsername', 'wadminw', 0, 0x00000000000000000000ffff670b657a, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9741, 77981, 1740409013.797229, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffff6baa421b, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9742, 77981, 1740409013.800624, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, 0x00000000000000000000ffff6baa421b, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9743, 77999, 1740424490.971190, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9744, 78000, 1740424492.100233, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9745, 78001, 1740424493.082469, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9746, 78002, 1740424494.077030, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9747, 78003, 1740424495.073930, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9748, 78004, 1740424496.235184, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9749, 78005, 1740424497.214045, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9750, 78006, 1740424498.206619, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9751, 78007, 1740424499.234041, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9752, 78008, 1740424500.227565, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9753, 78009, 1740424501.226399, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9754, 78010, 1740424502.280416, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9755, 78011, 1740424503.290256, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9756, 78012, 1740424504.284029, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9757, 78013, 1740424505.275214, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9758, 78014, 1740424506.427737, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9759, 78015, 1740424507.414269, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9760, 78016, 1740424508.420903, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9761, 78017, 1740424509.392822, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9762, 78018, 1740424510.368663, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6baa2893, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),
(9763, 78023, 1740425959.590233, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d0030402000000000000007518, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9764, 78055, 1740464969.261598, 1, 'loginFailInvalidUsername', 'admin', 0, 0x20010ee047727300cd4e0b1d817b69e3, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9765, 78085, 1740519030.744444, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffb5d6ad43, 'curl/7.30.0'),
(9766, 78105, 1740539722.734631, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffff8fd02d7b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(9767, 78107, 1740541140.255750, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2cc88990, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9768, 78118, 1740550445.983122, 1, 'loginFailInvalidUsername', 'wpadminns', 0, 0x200141d00002ebd80000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(9769, 78120, 1740552718.820860, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff22921487, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9770, 78125, 1740558483.668377, 1, 'loginFailInvalidUsername', 'moeinadmin', 0, 0x2a0104f8016182d20000000000000002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0'),
(9771, 78132, 1740567258.636327, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff71a1fde6, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9772, 78133, 1740569199.358637, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 0x00000000000000000000ffffb22128bd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0'),
(9773, 78145, 1740592212.786889, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a03400000660d6584e812fffe106c5c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0'),
(9774, 78149, 1740598776.223023, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9775, 78150, 1740598777.561305, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9776, 78151, 1740598780.510432, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9777, 78152, 1740598781.847476, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9778, 78153, 1740598783.509375, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9779, 78154, 1740598784.835549, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9780, 78155, 1740598786.215424, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9781, 78156, 1740598787.575755, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9782, 78157, 1740598788.916376, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9783, 78158, 1740598790.203240, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9784, 78159, 1740598791.547968, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9785, 78160, 1740598792.857965, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9786, 78161, 1740598794.199971, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9787, 78161, 1740598794.203668, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9788, 78162, 1740598795.504691, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9789, 78162, 1740598795.509238, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9790, 78163, 1740598797.016636, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9791, 78164, 1740598798.375461, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9792, 78164, 1740598798.379227, 1, 'loginFailInvalidUsername', 'netv-gold-v9', 0, 0x00000000000000000000ffffc4fb5950, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9793, 78170, 1740608098.461201, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff12cfee74, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9794, 78178, 1740624364.422665, 1, 'loginFailInvalidUsername', 'root', 0, 0x00000000000000000000ffff54112d77, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9795, 78181, 1740627451.026154, 1, 'loginFailInvalidUsername', 'cpearson', 0, 0x00000000000000000000ffff23ed4c7b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0'),
(9796, 78183, 1740631598.691970, 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'),
(9797, 78193, 1740645990.637661, 1, 'loginFailInvalidUsername', 'GuaUserWa3', 0, 0x00000000000000000000ffff4e8e8cb6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0'),
(9798, 78218, 1740672937.349712, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9799, 78219, 1740672938.742527, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9800, 78220, 1740672940.113395, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9801, 78221, 1740672941.483837, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9802, 78222, 1740672942.864426, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9803, 78222, 1740672942.867524, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9804, 78223, 1740672944.242020, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9805, 78224, 1740672945.603533, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9806, 78225, 1740672946.970760, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9807, 78226, 1740672948.346674, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9808, 78227, 1740672949.730502, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9809, 78228, 1740672951.080262, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9810, 78229, 1740672952.439603, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9811, 78230, 1740672953.785526, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9812, 78230, 1740672953.788508, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9813, 78231, 1740672955.162940, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9814, 78231, 1740672955.165874, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9815, 78232, 1740672956.808672, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9816, 78233, 1740672958.209875, 1, 'loginFailInvalidUsername', 'cotton50', 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'),
(9817, 78248, 1740677870.484247, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9818, 78249, 1740677871.856220, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9819, 78250, 1740677873.225185, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9820, 78251, 1740677874.591045, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9821, 78252, 1740677875.945749, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9822, 78253, 1740677877.583317, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9823, 78254, 1740677878.981547, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9824, 78255, 1740677880.337485, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9825, 78256, 1740677881.681739, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9826, 78257, 1740677883.062979, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9827, 78258, 1740677884.444049, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9828, 78259, 1740677885.809356, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9829, 78260, 1740677887.391510, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9830, 78261, 1740677888.787919, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9831, 78262, 1740677890.244047, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9832, 78263, 1740677891.683079, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9833, 78264, 1740677893.056573, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9834, 78265, 1740677894.478464, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9835, 78266, 1740677895.871569, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff982ae4e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9836, 78288, 1740687029.221994, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3ead9548, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9837, 78296, 1740689996.552224, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9838, 78297, 1740689997.743056, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9839, 78298, 1740689998.944068, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9840, 78299, 1740690000.126662, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9841, 78300, 1740690001.323930, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9842, 78301, 1740690002.514101, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9843, 78302, 1740690003.709477, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9844, 78303, 1740690004.913338, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9845, 78304, 1740690006.227986, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9846, 78305, 1740690007.461562, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9847, 78306, 1740690008.639444, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9848, 78306, 1740690008.642480, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9849, 78307, 1740690009.815893, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9850, 78308, 1740690011.008385, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9851, 78309, 1740690012.206825, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9852, 78310, 1740690013.397814, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9853, 78311, 1740690014.651946, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9854, 78312, 1740690015.839388, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9855, 78313, 1740690017.024882, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5fadde12, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9856, 78315, 1740691364.631345, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26001f14057ae1000da9e0e3d95676a7, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9857, 78348, 1740708176.599818, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff332629d7, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9858, 78360, 1740722932.742189, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff78186dc7, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9859, 78361, 1740726227.054737, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9860, 78362, 1740726228.033874, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9861, 78363, 1740726229.018286, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9862, 78364, 1740726229.994203, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9863, 78365, 1740726230.993699, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9864, 78366, 1740726232.010359, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9865, 78367, 1740726232.981314, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9866, 78368, 1740726233.952045, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9867, 78369, 1740726234.949903, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9868, 78370, 1740726235.945799, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9869, 78371, 1740726237.094591, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9870, 78372, 1740726238.076511, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9871, 78373, 1740726239.094215, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9872, 78373, 1740726239.097129, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9873, 78374, 1740726240.072184, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9874, 78374, 1740726240.075064, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9875, 78375, 1740726241.046232, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9876, 78375, 1740726241.049092, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9877, 78376, 1740726242.014190, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b7c184, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9878, 78385, 1740752780.477190, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff03eec81e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9879, 78403, 1740774429.328921, 1, 'loginFailInvalidUsername', 'admin', 0, 0x28040b44100000000000000000000035, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9880, 78420, 1740809098.576157, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff784cc30b, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9881, 78424, 1740821225.394137, 1, 'loginFailInvalidUsername', 'admin', 0, 0x20011810418101200000000442af2c14, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9882, 78424, 1740821225.397868, 1, 'loginFailInvalidUsername', 'admin', 0, 0x20011810418101200000000442af2c14, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9883, 78425, 1740822834.045283, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9884, 78426, 1740822835.492252, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9885, 78427, 1740822838.583904, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9886, 78428, 1740822840.026272, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9887, 78429, 1740822841.444718, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9888, 78430, 1740822842.874688, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(9889, 78431, 1740822844.325893, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9890, 78432, 1740822845.787077, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9891, 78433, 1740822847.389391, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9892, 78434, 1740822848.841571, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9893, 78435, 1740822850.289568, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9894, 78436, 1740822851.739506, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9895, 78437, 1740822853.223433, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9896, 78437, 1740822853.226371, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9897, 78438, 1740822854.646626, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9898, 78438, 1740822854.649524, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9899, 78439, 1740822856.073540, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9900, 78440, 1740822857.530144, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9901, 78440, 1740822857.533036, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff9fdf4a8f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9902, 78447, 1740833682.802594, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c92232a, 'curl/7.30.0'),
(9903, 78449, 1740839541.013280, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffadf43a8a, 'curl/7.30.0'),
(9904, 78457, 1740852818.317994, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67bc52c6, 'Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(9905, 78459, 1740854337.456047, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c922327, 'curl/7.30.0'),
(9906, 78464, 1740859454.304695, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d83e, 'curl/7.30.0'),
(9907, 78471, 1740873475.983317, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67e7e776, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9908, 78474, 1740882141.620961, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9909, 78475, 1740882142.974022, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9910, 78476, 1740882144.325166, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9911, 78477, 1740882146.061162, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9912, 78478, 1740882147.451982, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9913, 78479, 1740882148.847049, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9914, 78480, 1740882150.218771, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9915, 78481, 1740882151.589481, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9916, 78482, 1740882153.159608, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9917, 78483, 1740882154.534968, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9918, 78484, 1740882155.928792, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9919, 78485, 1740882157.308823, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9920, 78486, 1740882158.668979, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9921, 78487, 1740882160.055150, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9922, 78488, 1740882161.425724, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9923, 78489, 1740882162.812969, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9924, 78489, 1740882162.815996, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9925, 78490, 1740882164.177437, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9926, 78491, 1740882165.518676, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa747cadc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9927, 78531, 1740929868.887339, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc1a4112d, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9928, 78548, 1740942470.128354, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2607f2980005114b00000000022eefe9, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9929, 78549, 1740942946.541555, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff44b291ca, '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'),
(9930, 78553, 1740944096.906594, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9a2f14db, 'curl/7.30.0'),
(9931, 78556, 1740946898.533227, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a02c206216028130000000000000001, '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'),
(9932, 78609, 1740981845.675289, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa7ac92d4, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9933, 78609, 1740981845.679465, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffa7ac92d4, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9934, 78615, 1740986591.631107, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff222e6be0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.96 Safari/537.36'),
(9935, 78618, 1740988952.821107, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5ccd93ee, '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'),
(9936, 78620, 1740991077.030263, 1, 'loginFailInvalidUsername', 'zhk2024', 0, 0x2a0247800012d45b0000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:42.0) Gecko/20100101 Firefox/42.0'),
(9937, 78634, 1741001193.859895, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67e3b012, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(9938, 78648, 1741026882.090231, 1, 'loginFailInvalidUsername', 'newadmin', 0, 0x00000000000000000000ffff7c7b4cd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0'),
(9939, 78651, 1741034603.472369, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff12cc2524, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9940, 78666, 1741049058.438122, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67a923be, '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'),
(9941, 78683, 1741061108.304057, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd071f98c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(9942, 78694, 1741067090.364817, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6bb47291, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0'),
(9943, 78716, 1741077304.437177, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8494b7d5, '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'),
(9944, 78716, 1741077304.440858, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8494b7d5, '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'),
(9945, 78729, 1741083921.356006, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb62be63f, 'Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(9946, 78875, 1741096464.714467, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26003c0300000000f03c92fffee81f55, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9947, 78877, 1741097734.523345, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff94fb441c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15'),
(9948, 78889, 1741104628.263843, 1, 'loginFailInvalidUsername', 'ymeo', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9949, 78890, 1741104629.049186, 1, 'loginFailInvalidUsername', 'ngokinh', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9950, 78891, 1741104629.231941, 1, 'loginFailInvalidUsername', 'ymeo', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9951, 78892, 1741104629.969208, 1, 'loginFailInvalidUsername', 'ngokinh', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9952, 78893, 1741104631.125563, 1, 'loginFailInvalidUsername', 'admincd', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9953, 78894, 1741104631.177725, 1, 'loginFailInvalidUsername', 'ymeo', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9954, 78895, 1741104631.376724, 1, 'loginFailInvalidUsername', 'jc', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9955, 78896, 1741104632.174800, 1, 'loginFailInvalidUsername', 'ymeo', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9956, 78897, 1741104632.222967, 1, 'loginFailInvalidUsername', 'ngokinh', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9957, 78898, 1741104632.295569, 1, 'loginFailInvalidUsername', 'admincd', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9958, 78899, 1741104632.821505, 1, 'loginFailInvalidUsername', 'jc', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9959, 78900, 1741104633.107517, 1, 'loginFailInvalidUsername', 'ymeo', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9960, 78901, 1741104633.157373, 1, 'loginFailInvalidUsername', 'ngokinh', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9961, 78902, 1741104634.133653, 1, 'loginFailInvalidUsername', 'ngokinh', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9962, 78903, 1741104634.156366, 1, 'loginFailInvalidUsername', 'ymeo', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9963, 78904, 1741104634.799225, 1, 'loginFailInvalidUsername', 'admincd', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9964, 78905, 1741104635.042568, 1, 'loginFailInvalidUsername', 'ngokinh', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9965, 78906, 1741104635.072911, 1, 'loginFailInvalidUsername', 'ymeo', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9966, 78907, 1741104635.588878, 1, 'loginFailInvalidUsername', 'jc', 0, 0x00000000000000000000ffff4f6e350e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9967, 78927, 1741112415.056230, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff5411304e, 'curl/7.30.0'),
(9968, 78948, 1741126266.706100, 1, 'loginFailInvalidUsername', 'mcwebmaster', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9969, 78949, 1741126266.820518, 1, 'loginFailInvalidUsername', 'm-jakahr', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9970, 78950, 1741126267.118230, 1, 'loginFailInvalidUsername', 'maanya', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9971, 78951, 1741126267.202893, 1, 'loginFailInvalidUsername', 'tylersdag-org', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9972, 78952, 1741126267.816708, 1, 'loginFailInvalidUsername', 'mcwebmaster', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9973, 78953, 1741126267.838194, 1, 'loginFailInvalidUsername', 'm-jakahr', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9974, 78954, 1741126268.079221, 1, 'loginFailInvalidUsername', 'maanya', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9975, 78955, 1741126268.252184, 1, 'loginFailInvalidUsername', 'tylersdag-org', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9976, 78956, 1741126269.930237, 1, 'loginFailInvalidUsername', 'm-jakahr', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9977, 78957, 1741126270.007990, 1, 'loginFailInvalidUsername', 'mcwebmaster', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9978, 78958, 1741126270.148264, 1, 'loginFailInvalidUsername', 'maanya', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9979, 78959, 1741126270.210995, 1, 'loginFailInvalidUsername', 'tylersdag-org', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9980, 78960, 1741126271.041236, 1, 'loginFailInvalidUsername', 'm-jakahr', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9981, 78961, 1741126271.111012, 1, 'loginFailInvalidUsername', 'mcwebmaster', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9982, 78962, 1741126271.139350, 1, 'loginFailInvalidUsername', 'maanya', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9983, 78963, 1741126271.288682, 1, 'loginFailInvalidUsername', 'tylersdag-org', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9984, 78964, 1741126271.994270, 1, 'loginFailInvalidUsername', 'mcwebmaster', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9985, 78965, 1741126272.039613, 1, 'loginFailInvalidUsername', 'maanya', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9986, 78966, 1741126272.068246, 1, 'loginFailInvalidUsername', 'm-jakahr', 0, 0x00000000000000000000ffff2d907323, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9987, 78971, 1741133550.313898, 1, 'loginFailInvalidUsername', 'RSLD', 0, 0x2a0107c8aac202e9505400fffebb52c8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0'),
(9988, 78973, 1741139076.713962, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff10a25e62, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(9989, 78973, 1741139076.717920, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff10a25e62, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(9990, 78975, 1741153399.616335, 1, 'loginFailInvalidUsername', 'morepower', 0, 0x00000000000000000000ffff2297c643, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0'),
(9991, 78977, 1741159562.031749, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff734e07b3, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9992, 78979, 1741160846.216451, 1, 'loginFailInvalidUsername', 'muwy', 0, 0x2a0cdd80300000000000000000000061, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0'),
(9993, 78981, 1741162674.321732, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f8027119ce0000000000000002, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9994, 78982, 1741163874.800192, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6dcdb060, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9995, 78985, 1741166269.668702, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffadf99381, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(9996, 78988, 1741169201.932335, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffffd587a91f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9997, 78989, 1741169326.574446, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffffb9e67146, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9998, 78990, 1741169519.999821, 1, 'loginFailInvalidUsername', 'test01', 0, 0x28000200e8f0034f7dd4c67dc5959de5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(9999, 78991, 1741169544.706787, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb964f5a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10000, 79011, 1741170207.678929, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb964f5a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10001, 79011, 1741170207.682670, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb964f5a8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10002, 79019, 1741170545.661475, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10003, 79028, 1741170929.374661, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10004, 79029, 1741171033.823266, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10005, 79030, 1741171149.561516, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10006, 79031, 1741171258.192941, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10007, 79032, 1741171362.304931, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10008, 79033, 1741171467.602677, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10009, 79034, 1741171567.031227, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10010, 79035, 1741171676.249005, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10011, 79036, 1741171785.407745, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10012, 79045, 1741172517.369318, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10013, 79058, 1741173273.323970, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10014, 79059, 1741173343.329095, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10015, 79060, 1741173414.652908, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10016, 79061, 1741173470.660012, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10017, 79062, 1741173553.037289, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10018, 79063, 1741173634.811502, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10019, 79063, 1741173634.814999, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10020, 79064, 1741173710.657916, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffffc5b986b2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10021, 79188, 1741176230.591395, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0e800e05, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10022, 79189, 1741176733.645758, 1, 'loginFailInvalidUsername', 'admin10', 0, 0x200119f0640204d3540004fffe1c4c54, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(10023, 79231, 1741205563.792710, 1, 'loginFailInvalidUsername', 'sajad', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10024, 79232, 1741205563.840728, 1, 'loginFailInvalidUsername', 'patty', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10025, 79233, 1741205563.904688, 1, 'loginFailInvalidUsername', 'jefferson-cesar-barreto-almeida', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10026, 79234, 1741205564.264648, 1, 'loginFailInvalidUsername', 'bloom', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10027, 79235, 1741205564.807160, 1, 'loginFailInvalidUsername', 'patty', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10028, 79236, 1741205564.877208, 1, 'loginFailInvalidUsername', 'sajad', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10029, 79237, 1741205564.938408, 1, 'loginFailInvalidUsername', 'jefferson-cesar-barreto-almeida', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10030, 79238, 1741205565.289046, 1, 'loginFailInvalidUsername', 'bloom', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10031, 79239, 1741205566.727774, 1, 'loginFailInvalidUsername', 'patty', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10032, 79240, 1741205566.744315, 1, 'loginFailInvalidUsername', 'sajad', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10033, 79241, 1741205566.867280, 1, 'loginFailInvalidUsername', 'jefferson-cesar-barreto-almeida', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10034, 79242, 1741205567.265266, 1, 'loginFailInvalidUsername', 'bloom', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10035, 79243, 1741205567.662799, 1, 'loginFailInvalidUsername', 'sajad', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10036, 79244, 1741205567.675694, 1, 'loginFailInvalidUsername', 'patty', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10037, 79245, 1741205567.824482, 1, 'loginFailInvalidUsername', 'jefferson-cesar-barreto-almeida', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10038, 79246, 1741205568.305838, 1, 'loginFailInvalidUsername', 'bloom', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10039, 79247, 1741205568.590711, 1, 'loginFailInvalidUsername', 'sajad', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10040, 79248, 1741205568.628733, 1, 'loginFailInvalidUsername', 'patty', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10041, 79249, 1741205568.781335, 1, 'loginFailInvalidUsername', 'jefferson-cesar-barreto-almeida', 0, 0x00000000000000000000ffff5d98d2ac, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10042, 79275, 1741212708.570093, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67e3b012, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),
(10043, 79277, 1741214547.034707, 1, 'loginFailInvalidUsername', 'SA Admin', 0, 0x2a05d01409d4dd002b672dd523006052, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(10044, 79313, 1741231598.318736, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff94fb0b66, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10045, 79345, 1741248254.423812, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff67cdd34e, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10046, 79351, 1741250714.566488, 1, 'loginFailInvalidUsername', 'admin_eb', 0, 0x2a034000003d009a580451fffe0be99d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0'),
(10047, 79370, 1741259600.284406, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0feba7d6, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10048, 79370, 1741259600.288427, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff0feba7d6, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10049, 79397, 1741270792.236368, 1, 'loginFailInvalidUsername', 'seoweb', 0, 0x00000000000000000000ffff96e652f6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0'),
(10050, 79406, 1741274129.086707, 1, 'loginFailInvalidUsername', 'websitesupport@getpagehub.com', 0, 0x00000000000000000000ffffd9a01bc0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0'),
(10051, 79412, 1741275700.992026, 1, 'loginFailInvalidUsername', 'tsumaminacsc', 0, 0x00000000000000000000ffff3210c285, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0'),
(10052, 79426, 1741282468.198813, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24006180000000d0000000000d53b001, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10053, 79426, 1741282468.204207, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24006180000000d0000000000d53b001, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10054, 79437, 1741286779.464855, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a0104f802222d870000000000000002, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(10055, 79475, 1741298568.417493, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff6bb47542, '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'),
(10056, 79479, 1741299819.220721, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffffb3d6475b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10057, 79482, 1741300901.367639, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff33b251f8, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0'),
(10058, 79510, 1741319327.612539, 1, 'loginFailInvalidUsername', 'etomidetka', 0, 0x00000000000000000000ffff50401e20, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),
(10059, 79516, 1741324051.607047, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb3d6475b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10060, 79517, 1741324130.410943, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb3d6475b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10061, 79527, 1741324837.258023, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffb3d6475b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10062, 79539, 1741325524.475643, 1, 'loginFailInvalidUsername', 'forwardbet', 0, 0x00000000000000000000ffffb3d6475b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10063, 79558, 1741330123.247569, 1, 'loginFailInvalidUsername', 'admin', 0, 0x2a024780000dbea40000000000000001, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10064, 79567, 1741336119.089512, 1, 'loginFailInvalidUsername', 'doralevich', 0, 0x00000000000000000000ffffb9c7df1f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0'),
(10065, 79577, 1741344055.590885, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff788a150e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0'),
(10066, 79606, 1741360157.000821, 1, 'loginFailValidUsername', 'linco', 1, 0x00000000000000000000ffff1f28d415, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),
(10067, 79607, 1741360432.164097, 0, 'loginOK', 'linco', 1, 0x00000000000000000000ffff0347731d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),
(10068, 79608, 1741360830.512700, 0, 'loginOK', 'linco', 1, 0x00000000000000000000ffff03435f41, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),
(10069, 79625, 1741371775.446751, 1, 'loginFailInvalidUsername', 'mdpdigital', 0, 0x00000000000000000000ffffb9d11e2d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0'),
(10070, 79629, 1741373538.493048, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10071, 79630, 1741373540.037550, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10072, 79631, 1741373542.875023, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10073, 79632, 1741373544.129147, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10074, 79633, 1741373545.823921, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10075, 79634, 1741373547.324255, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10076, 79635, 1741373548.689881, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10077, 79636, 1741373550.275988, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10078, 79637, 1741373551.590950, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10079, 79638, 1741373552.884930, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10080, 79639, 1741373554.262203, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10081, 79640, 1741373555.499237, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10082, 79641, 1741373556.908517, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10083, 79641, 1741373556.911661, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10084, 79642, 1741373558.229698, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10085, 79642, 1741373558.232611, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10086, 79643, 1741373559.603910, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10087, 79644, 1741373560.950132, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10088, 79644, 1741373560.953029, 1, 'loginFailInvalidUsername', 'serverguy', 0, 0x00000000000000000000ffffc4fb5927, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10089, 79668, 1741397281.545473, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffba40749b, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10090, 79692, 1741415916.437074, 1, 'loginFailInvalidUsername', 'admin', 0, 0x20010df7ce0000010000000000000008, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10091, 79701, 1741423320.668748, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200119f0900205ce540004fffeb5f193, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(10092, 79701, 1741423320.672627, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200119f0900205ce540004fffeb5f193, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(10093, 79705, 1741426082.562412, 1, 'loginFailInvalidUsername', 'stoopenpounce', 0, 0x2a05d0180404b100b466784e8abe0377, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(10094, 79706, 1741426759.235266, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc1a4112d, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10095, 79711, 1741430678.167881, 1, 'loginFailInvalidUsername', 'wddevelopers', 0, 0x2604a880040000d000000000188cc001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(10096, 79718, 1741436447.176982, 1, 'loginFailInvalidUsername', 'xtw1838761b5', 0, 0x2a0104ff00f08ee40000000000000001, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0'),
(10097, 79837, 1741443690.834252, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff586359e9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0'),
(10098, 79839, 1741446388.870046, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2f6af3e2, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10099, 79959, 1741449935.161528, 1, 'loginFailInvalidUsername', 'stoswarscvfsotos', 0, 0x00000000000000000000ffffbf60a86d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10100, 79964, 1741452630.378949, 1, 'loginFailInvalidUsername', 'thanglongnhua', 0, 0x00000000000000000000ffff030058cd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0'),
(10101, 79971, 1741458469.407899, 1, 'loginFailInvalidUsername', 'fatih', 0, 0x200141d0040401000000000000001e56, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(10102, 80088, 1741462251.609910, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10103, 80089, 1741462252.986532, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10104, 80090, 1741462254.367780, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10105, 80091, 1741462255.751047, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10106, 80092, 1741462257.322558, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10107, 80093, 1741462258.700963, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10108, 80094, 1741462260.062836, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10109, 80095, 1741462261.421957, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10110, 80096, 1741462262.792198, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10111, 80097, 1741462264.158207, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10112, 80098, 1741462265.540009, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10113, 80099, 1741462267.104376, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, '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
(10114, 80099, 1741462267.107334, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10115, 80100, 1741462268.487954, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10116, 80101, 1741462269.876754, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10117, 80102, 1741462271.234418, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10118, 80103, 1741462272.619472, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10119, 80104, 1741462273.956701, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10120, 80105, 1741462275.306589, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff228ef99a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10121, 80224, 1741466164.890387, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd588542b, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10122, 80232, 1741471358.903190, 1, 'loginFailInvalidUsername', 'Security', 0, 0x00000000000000000000ffff8f6e9d04, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0'),
(10123, 80243, 1741485488.275501, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff76b352a5, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10124, 80249, 1741528278.228136, 1, 'loginFailInvalidUsername', 'loggershell443@gmail.com', 0, 0x00000000000000000000ffffa45c7177, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10125, 80249, 1741528278.232076, 1, 'loginFailInvalidUsername', 'loggershell443@gmail.com', 0, 0x00000000000000000000ffffa45c7177, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10126, 80250, 1741538009.645045, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10127, 80251, 1741538010.882770, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10128, 80252, 1741538012.131433, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10129, 80253, 1741538013.380021, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10130, 80254, 1741538014.632572, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10131, 80255, 1741538015.958070, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10132, 80256, 1741538017.230343, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10133, 80257, 1741538018.473342, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10134, 80258, 1741538019.796321, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10135, 80259, 1741538021.051617, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10136, 80260, 1741538022.305189, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10137, 80261, 1741538023.558933, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10138, 80262, 1741538024.878652, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10139, 80263, 1741538028.988944, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10140, 80264, 1741538030.223058, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10141, 80265, 1741538031.480332, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10142, 80266, 1741538032.698380, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10143, 80267, 1741538033.943285, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10144, 80268, 1741538035.187891, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2b9c7eb3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10145, 80272, 1741540040.345396, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff92046366, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10146, 80274, 1741540490.269147, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff92046366, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10147, 80285, 1741541177.775895, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff92046366, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10148, 80297, 1741555675.147554, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10149, 80298, 1741555675.956642, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10150, 80299, 1741555676.958608, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10151, 80300, 1741555677.791060, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10152, 80301, 1741555678.701101, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10153, 80302, 1741555679.537562, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10154, 80303, 1741555680.369224, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10155, 80304, 1741555681.241583, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10156, 80305, 1741555682.110390, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10157, 80306, 1741555682.931038, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10158, 80307, 1741555683.751221, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10159, 80308, 1741555684.590814, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10160, 80309, 1741555685.395994, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10161, 80310, 1741555686.513560, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10162, 80311, 1741555687.370043, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10163, 80312, 1741555688.185120, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10164, 80313, 1741555689.039740, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10165, 80314, 1741555689.864492, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10166, 80315, 1741555690.706203, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23e8c178, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10167, 80351, 1741646032.506375, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2cc81b60, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10168, 80353, 1741646369.161854, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5778090a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.102 Safari/537.36'),
(10169, 80361, 1741660530.767696, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8494b4b6, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13.3; rv:126.0) Gecko/20100101 Firefox/126.0'),
(10170, 80368, 1741668531.302378, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10171, 80369, 1741668532.122587, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10172, 80370, 1741668532.890900, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10173, 80371, 1741668533.677166, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10174, 80372, 1741668534.466548, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10175, 80373, 1741668535.238077, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10176, 80374, 1741668536.003018, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10177, 80375, 1741668537.093674, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10178, 80376, 1741668537.875379, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10179, 80377, 1741668538.729142, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10180, 80378, 1741668539.520816, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10181, 80379, 1741668540.294363, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10182, 80380, 1741668541.063715, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10183, 80381, 1741668541.878341, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10184, 80382, 1741668542.660372, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10185, 80383, 1741668543.452288, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10186, 80384, 1741668544.235703, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10187, 80385, 1741668545.011213, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10188, 80386, 1741668545.793476, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23c43f2c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10189, 80388, 1741668948.955400, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c922332, 'curl/7.30.0'),
(10190, 80396, 1741677504.737161, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2cc85f54, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10191, 80433, 1741731101.984770, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2cf2aefa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10192, 80436, 1741731443.066062, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c922327, 'curl/7.30.0'),
(10193, 80437, 1741731541.213929, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff5411304e, 'curl/7.30.0'),
(10194, 80445, 1741741259.883258, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffadf43a82, 'curl/7.30.0'),
(10195, 80689, 1741768842.497560, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc34e3684, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10196, 80732, 1741815468.960845, 0, 'loginOK', 'linco', 1, 0x00000000000000000000ffff40e279e3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),
(10197, 80733, 1741818509.735350, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffadf43a8a, 'curl/7.30.0'),
(10198, 80799, 1741852978.857186, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff7ac97dba, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36'),
(10199, 80805, 1741857195.622895, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff4a51261a, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10200, 80821, 1741868465.480898, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff74c1bec9, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10201, 80827, 1741871556.852058, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff8b09d803, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10202, 80830, 1741874734.074833, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbca6ed4e, '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'),
(10203, 80830, 1741874734.079591, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbca6ed4e, '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'),
(10204, 80919, 1741935802.384310, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff031d31a2, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10205, 80946, 1741955615.234146, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff768bb464, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0'),
(10206, 80983, 1741981531.695670, 1, 'loginFailInvalidUsername', 'test01', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10207, 80985, 1741982143.145027, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10208, 80986, 1741982264.110836, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10209, 80988, 1741982376.500874, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10210, 80989, 1741982492.073644, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10211, 80990, 1741982595.405680, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10212, 80991, 1741982694.369075, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10213, 80992, 1741982810.148333, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e213, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10214, 80993, 1741982902.322167, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10215, 80994, 1741983004.480719, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10216, 80995, 1741983107.428262, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10217, 80996, 1741983224.357486, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10218, 80997, 1741983321.557947, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10219, 80998, 1741983429.099018, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e213, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10220, 80998, 1741983429.102606, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e213, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10221, 80999, 1741983532.200266, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10222, 80999, 1741983532.203593, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10223, 81004, 1741984103.999032, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff2996e213, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10224, 81005, 1741984303.100509, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10225, 81006, 1741984403.023354, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10226, 81008, 1741984502.555544, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10227, 81009, 1741984592.089884, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffff2996e213, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10228, 81010, 1741984677.051506, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10229, 81011, 1741984769.087807, 1, 'loginFailInvalidUsername', 'forwardbet.casino', 0, 0x00000000000000000000ffff2996e212, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(10230, 81025, 1741992471.251599, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d0020a080000000000000000ff, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10231, 81025, 1741992471.255251, 1, 'loginFailInvalidUsername', 'admin', 0, 0x200141d0020a080000000000000000ff, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10232, 81027, 1741997442.206390, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d5b7, 'curl/7.30.0'),
(10233, 81029, 1742001680.621457, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c922332, 'curl/7.30.0'),
(10234, 81157, 1742062463.880906, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffba40726e, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10235, 81202, 1742107942.370660, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff59bba2af, 'curl/7.30.0'),
(10236, 81207, 1742110772.839247, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10237, 81208, 1742110774.065508, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10238, 81208, 1742110774.068696, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10239, 81209, 1742110776.551802, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10240, 81210, 1742110777.787557, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10241, 81211, 1742110779.035353, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10242, 81212, 1742110780.261361, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10243, 81213, 1742110781.498038, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10244, 81214, 1742110782.730359, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10245, 81215, 1742110783.964991, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10246, 81216, 1742110785.209354, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10247, 81216, 1742110785.212191, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10248, 81217, 1742110786.447561, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10249, 81218, 1742110787.683149, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10250, 81219, 1742110788.940443, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10251, 81219, 1742110788.943407, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10252, 81220, 1742110790.197551, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10253, 81220, 1742110790.200454, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10254, 81221, 1742110791.443811, 1, 'loginFailInvalidUsername', 'omgadmin', 0, 0x24064f400008100000000000000097fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10255, 81232, 1742115387.741791, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d83e, 'curl/7.30.0'),
(10256, 81344, 1742207191.348268, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff33b251f8, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15'),
(10257, 81346, 1742209751.757167, 1, 'loginFailInvalidUsername', 'admin', 0, 0x26001f18749739000a8ba2f97144e846, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:128.0) Gecko/20100101 Firefox/128.0'),
(10258, 81358, 1742212309.744722, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc61b43d2, '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'),
(10259, 81358, 1742212309.748931, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffc61b43d2, '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'),
(10260, 81361, 1742214511.433572, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10261, 81362, 1742214513.460403, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10262, 81363, 1742214514.436580, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10263, 81364, 1742214515.474083, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10264, 81365, 1742214516.474350, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10265, 81366, 1742214517.469243, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10266, 81367, 1742214518.497899, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10267, 81367, 1742214518.501217, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10268, 81368, 1742214519.485664, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10269, 81368, 1742214519.488566, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10270, 81369, 1742214520.509003, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10271, 81370, 1742214521.518627, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10272, 81371, 1742214522.500726, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10273, 81371, 1742214522.503963, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10274, 81372, 1742214523.484519, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10275, 81372, 1742214523.487559, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10276, 81373, 1742214524.487129, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10277, 81374, 1742214525.494290, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10278, 81375, 1742214526.477235, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffcebdbff4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(10279, 81491, 1742247029.133624, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10280, 81492, 1742247029.969164, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10281, 81493, 1742247030.799620, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10282, 81494, 1742247031.704239, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10283, 81495, 1742247032.550831, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10284, 81496, 1742247033.423922, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10285, 81497, 1742247034.355813, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10286, 81498, 1742247035.280226, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10287, 81499, 1742247036.153555, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10288, 81500, 1742247037.013311, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10289, 81501, 1742247037.967508, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10290, 81502, 1742247038.813733, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10291, 81503, 1742247039.644719, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10292, 81504, 1742247040.540792, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10293, 81505, 1742247041.469493, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10294, 81506, 1742247042.301735, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10295, 81507, 1742247043.199216, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10296, 81508, 1742247044.042099, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10297, 81509, 1742247044.913557, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff23ed8475, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10298, 81514, 1742251841.792511, 1, 'loginFailInvalidUsername', 'admin', 0, 0x24006180000000d0000000000d53b001, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10299, 81541, 1742278813.610549, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10300, 81542, 1742278815.184473, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10301, 81543, 1742278816.580352, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10302, 81544, 1742278817.979549, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10303, 81545, 1742278819.397353, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10304, 81546, 1742278820.808526, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10305, 81547, 1742278822.189667, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10306, 81548, 1742278823.562573, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10307, 81549, 1742278825.106597, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10308, 81550, 1742278826.513014, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10309, 81551, 1742278827.921257, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10310, 81552, 1742278829.312996, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10311, 81553, 1742278830.718374, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10312, 81554, 1742278832.112239, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10313, 81555, 1742278833.505647, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10314, 81556, 1742278834.884747, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10315, 81557, 1742278836.289480, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10316, 81558, 1742278837.691090, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10317, 81559, 1742278839.080823, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10318, 81560, 1742278840.460933, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10319, 81568, 1742281809.810073, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff5270ee9d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:129.0) Gecko/20100101 Firefox/129.0'),
(10320, 81579, 1742284569.649914, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff25bb1a48, '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'),
(10321, 81586, 1742289901.255876, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c92232a, 'curl/7.30.0'),
(10322, 81588, 1742290660.820382, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff2d5861bc, 'curl/7.30.0'),
(10323, 81598, 1742299780.463937, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff743eceae, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10324, 81630, 1742322384.010804, 1, 'loginFailInvalidUsername', 'admin', 0, 0x20011810418101200000000442af2c26, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10325, 81637, 1742328486.012097, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff04f0487d, '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'),
(10326, 81643, 1742333518.933905, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff9c922322, 'curl/7.30.0'),
(10327, 81661, 1742350634.657066, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff26390329, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10328, 81675, 1742363972.037054, 1, 'loginFailInvalidUsername', 'osho', 0, 0x00000000000000000000ffff80c78d8d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10329, 81679, 1742363988.453237, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff5411304e, 'curl/7.30.0'),
(10330, 81690, 1742373252.682892, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff3ead9548, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10331, 81691, 1742373604.170105, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffadf43a82, 'curl/7.30.0'),
(10332, 81696, 1742376601.900542, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff68eedd78, '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'),
(10333, 81721, 1742401303.312242, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffff8ac724c7, 'curl/7.30.0'),
(10334, 81723, 1742402644.281819, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffff14c6e06f, 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),
(10335, 81773, 1742442553.926436, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffbf60e3d1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10336, 81776, 1742444074.068263, 1, 'loginFailInvalidUsername', 'df7c8c98dfd88d9dfad', 0, 0x00000000000000000000ffffd818d574, 'curl/7.30.0'),
(10337, 81783, 1742455730.341952, 1, 'loginFailInvalidUsername', 'articles_panel', 0, 0x00000000000000000000ffff054bace6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(10338, 81784, 1742457099.173067, 1, 'loginFailInvalidUsername', 'admin', 0, 0x00000000000000000000ffffd06b42f3, 'Mozilla/5.0 (Windows NT 11.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(10339, 81785, 1742457215.841986, 1, 'loginFailInvalidUsername', 'archive_user', 0, 0x00000000000000000000ffff8b3b25f0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(10340, 81814, 1742478845.661751, 0, 'loginOK', 'linco', 1, 0x00000000000000000000ffff0fb96ae6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.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=utf8 COLLATE=utf8_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=utf8 COLLATE=utf8_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', 0x31373130363030363536, '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', 0x33333366636136613331303934356561383061663735616638393263666466303861393035353538376562333633333230636539303731373433333833346131, 'yes'),
('shared-symmetric-secret', 0x31363036353639626338303463306337343530626537666638396564343864613639323535333032393362643131623963626133316234633537393737396163, 'yes'),
('stack-ui-columns', 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=utf8 COLLATE=utf8_general_ci;

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

INSERT INTO `wp_wfnotifications` (`id`, `new`, `category`, `priority`, `ctime`, `html`, `links`) VALUES
('network-GQ2TGNZW', 0, 'toupp-20220714', 100, 1713366515, '<p><strong>Wordfence Terms of Service and UK IDTA</strong></p>\n<p>Please review the updated Terms of Service with the new UK IDTA.\n</p>\n<p><a href=\"https://www.wordfence.com/terms-of-service/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20220714\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">Terms of Service</a> <a href=\"https://www.wordfence.com/uk-international-data-transfer-addendum/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20220714\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">UK IDTA</a></p>\n', '[]'),
('site-AEAAAAA', 1, 'wfplugin_updates', 502, 1742479070, '<a href=\"https://forwardbet.casino/wp-admin/update-core.php\">An update is available for 6 themes</a>', '[]'),
('site-AQAAAAA', 1, 'wfplugin_scan', 502, 1742479070, '<a href=\"https://forwardbet.casino/wp-admin/admin.php?page=WordfenceScan\">9 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=utf8 COLLATE=utf8_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=utf8 COLLATE=utf8_general_ci;

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

INSERT INTO `wp_wfreversecache` (`IP`, `host`, `lastUpdate`) VALUES
(0x00000000000000000000ffff42f94f21, 'crawl-66-249-79-33.googlebot.com', 1742460662),
(0x00000000000000000000ffff42f94f22, 'crawl-66-249-79-34.googlebot.com', 1742447638);

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

--
-- 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=utf8 COLLATE=utf8_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=utf8 COLLATE=utf8_general_ci;

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

INSERT INTO `wp_wfsnipcache` (`id`, `IP`, `expiration`, `body`, `count`, `type`) VALUES
(42371, '68.78.37.77', '2025-03-20 11:27:52', 'BLOCKED:600', 0, 2),
(42372, '2600:1f18:7497:3900:a8b:a2f9:7144:e846', '2025-03-20 11:41:02', 'BLOCKED:600', 0, 2),
(42373, '134.209.19.9', '2025-03-20 11:44:06', 'BLOCKED:600', 0, 2),
(42374, '95.110.143.247', '2025-03-20 12:00:54', 'BLOCKED:600', 0, 2),
(42375, '68.178.145.83', '2025-03-20 12:11:15', 'BLOCKED:600', 0, 2),
(42376, '93.81.236.143', '2025-03-20 12:19:26', 'BLOCKED:600', 0, 2),
(42377, '67.205.146.222', '2025-03-20 12:53:45', 'BLOCKED:600', 0, 2),
(42378, '45.67.14.64', '2025-03-20 13:14:28', 'BLOCKED:600', 0, 2),
(42379, '103.186.241.154', '2025-03-20 13:33:36', 'BLOCKED:600', 0, 2),
(42380, '162.213.249.63', '2025-03-20 13:45:56', '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=utf8 COLLATE=utf8_general_ci;

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

INSERT INTO `wp_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(51608, 1741860782.853044, 2, 'info', 'Scanned contents of 3183 additional files at 19.38 per second'),
(51609, 1741860783.870104, 2, 'info', 'Scanned contents of 3197 additional files at 19.34 per second'),
(51610, 1741860784.883081, 2, 'info', 'Scanned contents of 3213 additional files at 19.32 per second'),
(51611, 1741860785.897531, 2, 'info', 'Scanned contents of 3233 additional files at 19.32 per second'),
(51612, 1741860786.904876, 2, 'info', 'Scanned contents of 3258 additional files at 19.35 per second'),
(51613, 1741860787.991339, 2, 'info', 'Scanned contents of 3277 additional files at 19.34 per second'),
(51614, 1741860789.141311, 2, 'info', 'Scanned contents of 3292 additional files at 19.30 per second'),
(51615, 1741860790.243154, 2, 'info', 'Scanned contents of 3311 additional files at 19.29 per second'),
(51616, 1741860791.256229, 2, 'info', 'Scanned contents of 3333 additional files at 19.30 per second'),
(51617, 1741860792.310870, 2, 'info', 'Scanned contents of 3363 additional files at 19.36 per second'),
(51618, 1741860793.326823, 2, 'info', 'Scanned contents of 3382 additional files at 19.35 per second'),
(51619, 1741860794.404813, 2, 'info', 'Scanned contents of 3403 additional files at 19.35 per second'),
(51620, 1741860795.418004, 2, 'info', 'Scanned contents of 3424 additional files at 19.36 per second'),
(51621, 1741860797.322565, 2, 'info', 'Scanned contents of 3434 additional files at 19.21 per second'),
(51622, 1741860798.375913, 2, 'info', 'Scanned contents of 3455 additional files at 19.22 per second'),
(51623, 1741860799.397682, 2, 'info', 'Scanned contents of 3484 additional files at 19.27 per second'),
(51624, 1741860800.426269, 2, 'info', 'Scanned contents of 3501 additional files at 19.25 per second'),
(51625, 1741860801.436318, 2, 'info', 'Scanned contents of 3524 additional files at 19.27 per second'),
(51626, 1741860802.467375, 2, 'info', 'Scanned contents of 3545 additional files at 19.28 per second'),
(51627, 1741860803.530457, 2, 'info', 'Scanned contents of 3568 additional files at 19.29 per second'),
(51628, 1741860804.631703, 2, 'info', 'Scanned contents of 3590 additional files at 19.29 per second'),
(51629, 1741860805.642863, 2, 'info', 'Scanned contents of 3605 additional files at 19.27 per second'),
(51630, 1741860806.662666, 2, 'info', 'Scanned contents of 3629 additional files at 19.29 per second'),
(51631, 1741860807.715007, 2, 'info', 'Scanned contents of 3649 additional files at 19.29 per second'),
(51632, 1741860808.764074, 2, 'info', 'Scanned contents of 3674 additional files at 19.32 per second'),
(51633, 1741860809.808375, 2, 'info', 'Scanned contents of 3693 additional files at 19.31 per second'),
(51634, 1741860810.833226, 2, 'info', 'Scanned contents of 3716 additional files at 19.33 per second'),
(51635, 1741860811.864308, 2, 'info', 'Scanned contents of 3741 additional files at 19.35 per second'),
(51636, 1741860812.911876, 2, 'info', 'Scanned contents of 3766 additional files at 19.38 per second'),
(51637, 1741860813.926682, 2, 'info', 'Scanned contents of 3784 additional files at 19.37 per second'),
(51638, 1741860814.944990, 2, 'info', 'Scanned contents of 3806 additional files at 19.38 per second'),
(51639, 1741860815.958835, 2, 'info', 'Scanned contents of 3823 additional files at 19.37 per second'),
(51640, 1741860816.968097, 2, 'info', 'Scanned contents of 3839 additional files at 19.35 per second'),
(51641, 1741860818.033249, 2, 'info', 'Scanned contents of 3862 additional files at 19.36 per second'),
(51642, 1741860818.841221, 2, 'info', 'Scanned contents of 3876 additional files at 19.35 per second'),
(51643, 1741860818.841435, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(51644, 1741860818.846455, 2, 'info', 'Checking 4501 host keys against Wordfence scanning servers.'),
(51645, 1741860819.028947, 2, 'info', 'Done host key check.'),
(51646, 1741860819.176697, 2, 'info', 'Done file contents scan'),
(51647, 1741860819.177744, 2, 'info', 'Adding issue: File appears to be malicious or unsafe: wp-content/plugins/wordfence/wordfence.php'),
(51653, 1741860819.192240, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(51654, 1741860819.192467, 2, 'info', 'Done examining URLs'),
(51659, 1741860819.207259, 2, 'info', 'Starting password strength check on 3 users.'),
(51666, 1741860822.322685, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(51667, 1741860822.322939, 2, 'info', 'Done examining URLs'),
(51669, 1741860822.327033, 1, 'info', '-------------------'),
(51670, 1741860822.327270, 2, 'info', 'Wordfence used 26.96 MB of memory for scan. Server peak memory usage was: 149.96 MB'),
(51671, 1741860822.328042, 1, 'info', 'Scan Complete. Scanned 13341 files, 15 plugins, 7 themes, 2 posts, 0 comments and 5060 URLs in 3 minutes 37 seconds.'),
(51674, 1741877533.876319, 1, 'info', 'Initiating quick scan'),
(51679, 1741877533.891686, 1, 'info', '-------------------'),
(51680, 1741877533.892132, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 123 MB'),
(51681, 1741877533.892896, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(51684, 1741967242.704765, 1, 'info', 'Initiating quick scan'),
(51689, 1741967242.718836, 1, 'info', '-------------------'),
(51690, 1741967242.719243, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 123 MB'),
(51691, 1741967242.719923, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(51694, 1742052216.672509, 1, 'info', 'Initiating quick scan'),
(51699, 1742052216.686599, 1, 'info', '-------------------'),
(51700, 1742052216.687001, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 123 MB'),
(51701, 1742052216.687691, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(51703, 1742121069.028681, 1, 'info', 'Scheduled Wordfence scan starting at Sunday 16th of March 2025 02:01:09 PM'),
(51705, 1742121070.617152, 1, 'info', 'Contacting Wordfence to initiate scan'),
(51711, 1742121071.268283, 1, 'error', 'foreach() argument must be of type array|object, bool given (2) File: /home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php Line: 615'),
(51712, 1742121071.268519, 1, 'error', 'foreach() argument must be of type array|object, int given (2) File: /home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php Line: 615'),
(51713, 1742121071.268686, 1, 'error', 'foreach() argument must be of type array|object, int given (2) File: /home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php Line: 615'),
(51718, 1742121071.277201, 2, 'info', 'Total disk space: 3.42 TB -- Free disk space: 3.18 TB'),
(51719, 1742121071.277346, 2, 'info', 'The disk has 3334819.56 MB available'),
(51727, 1742121071.292971, 2, 'info', 'Getting plugin list from WordPress'),
(51728, 1742121071.293206, 2, 'info', 'Found 15 plugins'),
(51729, 1742121071.293346, 2, 'info', 'Getting theme list from WordPress'),
(51730, 1742121071.295464, 2, 'info', 'Found 7 themes'),
(51736, 1742121071.698549, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(51737, 1742121071.700379, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(51738, 1742121071.701687, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(51739, 1742121071.701956, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(51740, 1742121071.703073, 10, 'info', 'SUM_START:Scanning for known malware files'),
(51741, 1742121071.705179, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(51742, 1742121071.726701, 2, 'info', '500 files indexed'),
(51743, 1742121071.744535, 2, 'info', '1000 files indexed'),
(51744, 1742121071.760099, 2, 'info', '1500 files indexed'),
(51745, 1742121071.776271, 2, 'info', '2000 files indexed'),
(51746, 1742121071.793708, 2, 'info', '2500 files indexed'),
(51747, 1742121071.811178, 2, 'info', '3000 files indexed'),
(51748, 1742121071.835575, 2, 'info', '3500 files indexed'),
(51749, 1742121071.857672, 2, 'info', '4000 files indexed'),
(51750, 1742121071.879734, 2, 'info', '4500 files indexed'),
(51751, 1742121071.902833, 2, 'info', '5000 files indexed'),
(51752, 1742121071.927450, 2, 'info', '5500 files indexed'),
(51753, 1742121071.945945, 2, 'info', '6000 files indexed'),
(51754, 1742121071.963327, 2, 'info', '6500 files indexed'),
(51755, 1742121071.978489, 2, 'info', '7000 files indexed'),
(51756, 1742121071.994221, 2, 'info', '7500 files indexed'),
(51757, 1742121072.010802, 2, 'info', '8000 files indexed'),
(51758, 1742121072.033150, 2, 'info', '8500 files indexed'),
(51759, 1742121072.055303, 2, 'info', '9000 files indexed'),
(51760, 1742121072.080561, 2, 'info', '9500 files indexed'),
(51761, 1742121072.121779, 2, 'info', '10000 files indexed'),
(51762, 1742121072.138729, 2, 'info', '10500 files indexed'),
(51763, 1742121072.167462, 2, 'info', '11000 files indexed'),
(51764, 1742121072.184045, 2, 'info', '11500 files indexed'),
(51765, 1742121072.198515, 2, 'info', '12000 files indexed'),
(51766, 1742121072.211946, 2, 'info', '12500 files indexed'),
(51767, 1742121072.226946, 2, 'info', '13000 files indexed'),
(51768, 1742121072.236598, 2, 'info', '13342 files indexed'),
(51769, 1742121072.309298, 2, 'info', 'Analyzed 100 files containing 785.2 KB of data so far'),
(51770, 1742121072.391935, 2, 'info', 'Analyzed 200 files containing 3.45 MB of data so far'),
(51771, 1742121072.467752, 2, 'info', 'Analyzed 300 files containing 5.22 MB of data so far'),
(51772, 1742121072.530939, 2, 'info', 'Analyzed 400 files containing 5.63 MB of data so far'),
(51773, 1742121072.601932, 2, 'info', 'Analyzed 500 files containing 6.04 MB of data so far'),
(51774, 1742121072.674443, 2, 'info', 'Analyzed 600 files containing 6.45 MB of data so far'),
(51775, 1742121072.741264, 2, 'info', 'Analyzed 700 files containing 6.65 MB of data so far'),
(51776, 1742121072.806363, 2, 'info', 'Analyzed 800 files containing 6.93 MB of data so far'),
(51777, 1742121072.884618, 2, 'info', 'Analyzed 900 files containing 7.14 MB of data so far'),
(51778, 1742121072.952527, 2, 'info', 'Analyzed 1000 files containing 7.34 MB of data so far'),
(51779, 1742121073.017866, 2, 'info', 'Analyzed 1100 files containing 7.52 MB of data so far'),
(51780, 1742121073.079111, 2, 'info', 'Analyzed 1200 files containing 7.68 MB of data so far'),
(51781, 1742121073.138613, 2, 'info', 'Analyzed 1300 files containing 7.84 MB of data so far'),
(51782, 1742121073.199929, 2, 'info', 'Analyzed 1400 files containing 8.03 MB of data so far'),
(51783, 1742121073.263770, 2, 'info', 'Analyzed 1500 files containing 8.23 MB of data so far'),
(51784, 1742121073.336985, 2, 'info', 'Analyzed 1600 files containing 9.85 MB of data so far'),
(51785, 1742121073.412045, 2, 'info', 'Analyzed 1700 files containing 12.05 MB of data so far'),
(51786, 1742121073.478318, 2, 'info', 'Analyzed 1800 files containing 13.4 MB of data so far'),
(51787, 1742121073.543158, 2, 'info', 'Analyzed 1900 files containing 14.71 MB of data so far'),
(51788, 1742121073.786864, 2, 'info', 'Analyzed 2000 files containing 32.07 MB of data so far'),
(51789, 1742121073.905020, 2, 'info', 'Analyzed 2100 files containing 38.33 MB of data so far'),
(51790, 1742121073.994759, 2, 'info', 'Analyzed 2200 files containing 42.4 MB of data so far'),
(51791, 1742121074.048724, 2, 'info', 'Analyzed 2300 files containing 42.42 MB of data so far'),
(51792, 1742121074.178657, 2, 'info', 'Analyzed 2400 files containing 50.31 MB of data so far'),
(51793, 1742121074.248830, 2, 'info', 'Analyzed 2500 files containing 51.87 MB of data so far'),
(51794, 1742121074.308181, 2, 'info', 'Analyzed 2600 files containing 52.24 MB of data so far'),
(51795, 1742121074.368676, 2, 'info', 'Analyzed 2700 files containing 52.79 MB of data so far'),
(51796, 1742121074.429868, 2, 'info', 'Analyzed 2800 files containing 53.49 MB of data so far'),
(51797, 1742121074.492966, 2, 'info', 'Analyzed 2900 files containing 54.31 MB of data so far'),
(51798, 1742121074.552070, 2, 'info', 'Analyzed 3000 files containing 54.73 MB of data so far'),
(51799, 1742121074.614680, 2, 'info', 'Analyzed 3100 files containing 55.19 MB of data so far'),
(51800, 1742121074.678161, 2, 'info', 'Analyzed 3200 files containing 55.98 MB of data so far'),
(51801, 1742121074.824795, 2, 'info', 'Analyzed 3300 files containing 65.24 MB of data so far'),
(51802, 1742121074.898536, 2, 'info', 'Analyzed 3400 files containing 67.14 MB of data so far'),
(51803, 1742121074.957139, 2, 'info', 'Analyzed 3500 files containing 67.48 MB of data so far'),
(51804, 1742121075.016921, 2, 'info', 'Analyzed 3600 files containing 67.86 MB of data so far'),
(51805, 1742121075.075129, 2, 'info', 'Analyzed 3700 files containing 68.25 MB of data so far'),
(51806, 1742121075.138115, 2, 'info', 'Analyzed 3800 files containing 68.98 MB of data so far'),
(51807, 1742121075.199307, 2, 'info', 'Analyzed 3900 files containing 69.61 MB of data so far'),
(51808, 1742121075.258815, 2, 'info', 'Analyzed 4000 files containing 70.1 MB of data so far'),
(51809, 1742121075.323835, 2, 'info', 'Analyzed 4100 files containing 70.95 MB of data so far'),
(51810, 1742121075.383324, 2, 'info', 'Analyzed 4200 files containing 71.27 MB of data so far'),
(51811, 1742121075.442806, 2, 'info', 'Analyzed 4300 files containing 71.57 MB of data so far'),
(51812, 1742121075.500875, 2, 'info', 'Analyzed 4400 files containing 71.74 MB of data so far'),
(51813, 1742121075.560896, 2, 'info', 'Analyzed 4500 files containing 72.06 MB of data so far'),
(51814, 1742121075.622663, 2, 'info', 'Analyzed 4600 files containing 72.48 MB of data so far'),
(51815, 1742121075.683494, 2, 'info', 'Analyzed 4700 files containing 72.87 MB of data so far'),
(51816, 1742121075.747356, 2, 'info', 'Analyzed 4800 files containing 73.47 MB of data so far'),
(51817, 1742121075.809797, 2, 'info', 'Analyzed 4900 files containing 73.94 MB of data so far'),
(51818, 1742121075.868675, 2, 'info', 'Analyzed 5000 files containing 74.01 MB of data so far'),
(51819, 1742121075.936985, 2, 'info', 'Analyzed 5100 files containing 74.88 MB of data so far'),
(51820, 1742121075.998362, 2, 'info', 'Analyzed 5200 files containing 75.66 MB of data so far'),
(51821, 1742121076.073207, 2, 'info', 'Analyzed 5300 files containing 77.25 MB of data so far'),
(51822, 1742121076.157732, 2, 'info', 'Analyzed 5400 files containing 80.05 MB of data so far'),
(51823, 1742121076.224417, 2, 'info', 'Analyzed 5500 files containing 81.58 MB of data so far'),
(51824, 1742121076.296217, 2, 'info', 'Analyzed 5600 files containing 83.43 MB of data so far'),
(51825, 1742121076.380443, 2, 'info', 'Analyzed 5700 files containing 86.8 MB of data so far'),
(51826, 1742121076.471432, 2, 'info', 'Analyzed 5800 files containing 90.64 MB of data so far'),
(51827, 1742121076.535036, 2, 'info', 'Analyzed 5900 files containing 91.48 MB of data so far'),
(51828, 1742121076.598639, 2, 'info', 'Analyzed 6000 files containing 92.41 MB of data so far'),
(51829, 1742121076.664703, 2, 'info', 'Analyzed 6100 files containing 93.22 MB of data so far'),
(51830, 1742121076.734873, 2, 'info', 'Analyzed 6200 files containing 94.94 MB of data so far'),
(51831, 1742121076.867413, 2, 'info', 'Analyzed 6300 files containing 102.4 MB of data so far'),
(51832, 1742121076.946419, 2, 'info', 'Analyzed 6400 files containing 104.59 MB of data so far'),
(51833, 1742121077.009087, 2, 'info', 'Analyzed 6500 files containing 105.58 MB of data so far'),
(51834, 1742121077.078012, 2, 'info', 'Analyzed 6600 files containing 106.85 MB of data so far'),
(51835, 1742121077.138532, 2, 'info', 'Analyzed 6700 files containing 107.31 MB of data so far'),
(51836, 1742121077.201065, 2, 'info', 'Analyzed 6800 files containing 107.83 MB of data so far'),
(51837, 1742121077.260487, 2, 'info', 'Analyzed 6900 files containing 108.19 MB of data so far'),
(51838, 1742121077.322680, 2, 'info', 'Analyzed 7000 files containing 109.23 MB of data so far'),
(51839, 1742121077.411534, 2, 'info', 'Analyzed 7100 files containing 112.35 MB of data so far'),
(51840, 1742121077.498563, 2, 'info', 'Analyzed 7200 files containing 116.53 MB of data so far'),
(51841, 1742121077.554723, 2, 'info', 'Analyzed 7300 files containing 116.81 MB of data so far'),
(51842, 1742121077.609890, 2, 'info', 'Analyzed 7400 files containing 117 MB of data so far'),
(51843, 1742121077.671528, 2, 'info', 'Analyzed 7500 files containing 117.81 MB of data so far'),
(51844, 1742121077.729620, 2, 'info', 'Analyzed 7600 files containing 118.23 MB of data so far'),
(51845, 1742121077.785583, 2, 'info', 'Analyzed 7700 files containing 118.54 MB of data so far'),
(51846, 1742121077.840898, 2, 'info', 'Analyzed 7800 files containing 118.78 MB of data so far'),
(51847, 1742121077.900204, 2, 'info', 'Analyzed 7900 files containing 119.34 MB of data so far'),
(51848, 1742121077.958319, 2, 'info', 'Analyzed 8000 files containing 119.76 MB of data so far'),
(51849, 1742121078.067078, 2, 'info', 'Analyzed 8100 files containing 125.9 MB of data so far'),
(51850, 1742121078.123820, 2, 'info', 'Analyzed 8200 files containing 126.21 MB of data so far'),
(51851, 1742121078.182945, 2, 'info', 'Analyzed 8300 files containing 126.77 MB of data so far'),
(51852, 1742121078.250267, 2, 'info', 'Analyzed 8400 files containing 128.47 MB of data so far'),
(51853, 1742121078.308840, 2, 'info', 'Analyzed 8500 files containing 128.89 MB of data so far'),
(51854, 1742121078.369472, 2, 'info', 'Analyzed 8600 files containing 129.37 MB of data so far'),
(51855, 1742121078.428196, 2, 'info', 'Analyzed 8700 files containing 129.89 MB of data so far'),
(51856, 1742121078.485735, 2, 'info', 'Analyzed 8800 files containing 130.3 MB of data so far'),
(51857, 1742121078.543573, 2, 'info', 'Analyzed 8900 files containing 130.64 MB of data so far'),
(51858, 1742121078.605757, 2, 'info', 'Analyzed 9000 files containing 131.45 MB of data so far'),
(51859, 1742121078.664496, 2, 'info', 'Analyzed 9100 files containing 131.82 MB of data so far'),
(51860, 1742121078.722337, 2, 'info', 'Analyzed 9200 files containing 132.36 MB of data so far'),
(51861, 1742121078.801605, 2, 'info', 'Analyzed 9300 files containing 134.9 MB of data so far'),
(51862, 1742121078.858663, 2, 'info', 'Analyzed 9400 files containing 135.24 MB of data so far'),
(51863, 1742121078.925653, 2, 'info', 'Analyzed 9500 files containing 136.7 MB of data so far'),
(51864, 1742121079.016030, 2, 'info', 'Analyzed 9600 files containing 140.53 MB of data so far'),
(51865, 1742121079.085608, 2, 'info', 'Analyzed 9700 files containing 141.92 MB of data so far'),
(51866, 1742121079.149146, 2, 'info', 'Analyzed 9800 files containing 142.86 MB of data so far'),
(51867, 1742121079.264223, 2, 'info', 'Analyzed 9900 files containing 150.23 MB of data so far'),
(51868, 1742121079.319445, 2, 'info', 'Analyzed 10000 files containing 150.53 MB of data so far'),
(51869, 1742121079.394587, 2, 'info', 'Analyzed 10100 files containing 153.08 MB of data so far'),
(51870, 1742121079.476489, 2, 'info', 'Analyzed 10200 files containing 156.53 MB of data so far'),
(51871, 1742121079.531806, 2, 'info', 'Analyzed 10300 files containing 156.78 MB of data so far'),
(51872, 1742121079.628309, 2, 'info', 'Analyzed 10400 files containing 161.83 MB of data so far'),
(51873, 1742121079.718352, 2, 'info', 'Analyzed 10500 files containing 166.3 MB of data so far'),
(51874, 1742121079.797352, 2, 'info', 'Analyzed 10600 files containing 169.45 MB of data so far'),
(51875, 1742121079.867916, 2, 'info', 'Analyzed 10700 files containing 171.43 MB of data so far'),
(51876, 1742121079.925076, 2, 'info', 'Analyzed 10800 files containing 172.04 MB of data so far'),
(51877, 1742121080.009623, 2, 'info', 'Analyzed 10900 files containing 174.69 MB of data so far'),
(51878, 1742121080.083912, 2, 'info', 'Analyzed 11000 files containing 176.74 MB of data so far'),
(51879, 1742121080.143691, 2, 'info', 'Analyzed 11100 files containing 177.39 MB of data so far'),
(51880, 1742121080.217765, 2, 'info', 'Analyzed 11200 files containing 179.07 MB of data so far'),
(51881, 1742121080.281521, 2, 'info', 'Analyzed 11300 files containing 180 MB of data so far'),
(51882, 1742121080.341212, 2, 'info', 'Analyzed 11400 files containing 180.64 MB of data so far'),
(51883, 1742121080.393853, 2, 'info', 'Analyzed 11500 files containing 180.74 MB of data so far'),
(51884, 1742121080.449031, 2, 'info', 'Analyzed 11600 files containing 181.01 MB of data so far'),
(51885, 1742121080.504080, 2, 'info', 'Analyzed 11700 files containing 181.31 MB of data so far'),
(51886, 1742121080.557575, 2, 'info', 'Analyzed 11800 files containing 181.47 MB of data so far'),
(51887, 1742121080.610718, 2, 'info', 'Analyzed 11900 files containing 181.6 MB of data so far'),
(51888, 1742121080.664760, 2, 'info', 'Analyzed 12000 files containing 181.79 MB of data so far'),
(51889, 1742121080.725006, 2, 'info', 'Analyzed 12100 files containing 182.5 MB of data so far'),
(51890, 1742121080.799266, 2, 'info', 'Analyzed 12200 files containing 184.22 MB of data so far'),
(51891, 1742121080.882231, 2, 'info', 'Analyzed 12300 files containing 187.26 MB of data so far'),
(51892, 1742121080.947597, 2, 'info', 'Analyzed 12400 files containing 188.72 MB of data so far'),
(51893, 1742121081.023022, 2, 'info', 'Analyzed 12500 files containing 190.8 MB of data so far'),
(51894, 1742121081.097531, 2, 'info', 'Analyzed 12600 files containing 192.78 MB of data so far'),
(51895, 1742121081.332486, 2, 'info', 'Analyzed 12700 files containing 210.33 MB of data so far'),
(51896, 1742121081.428479, 2, 'info', 'Analyzed 12800 files containing 214.12 MB of data so far'),
(51897, 1742121081.502088, 2, 'info', 'Analyzed 12900 files containing 216.1 MB of data so far'),
(51898, 1742121081.570175, 2, 'info', 'Analyzed 13000 files containing 217.5 MB of data so far'),
(51899, 1742121081.672676, 2, 'info', 'Analyzed 13100 files containing 222.24 MB of data so far'),
(51900, 1742121081.743173, 2, 'info', 'Analyzed 13200 files containing 223.65 MB of data so far'),
(51901, 1742121081.813890, 2, 'info', 'Analyzed 13300 files containing 225.12 MB of data so far'),
(51902, 1742121081.844712, 2, 'info', 'Analyzed 13342 files containing 225.83 MB of data.'),
(51903, 1742121081.844874, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(51904, 1742121081.847549, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(51905, 1742121081.849247, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(51906, 1742121081.852229, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(51907, 1742121082.974264, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(51908, 1742121082.978098, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(51909, 1742121082.978980, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blocklist'),
(51910, 1742121083.553160, 2, 'info', 'Starting scan of file contents'),
(51911, 1742121084.590286, 2, 'info', 'Scanned contents of 18 additional files at 17.37 per second'),
(51912, 1742121085.607688, 2, 'info', 'Scanned contents of 48 additional files at 23.38 per second'),
(51913, 1742121086.623987, 2, 'info', 'Scanned contents of 65 additional files at 21.17 per second'),
(51914, 1742121087.647705, 2, 'info', 'Scanned contents of 87 additional files at 21.25 per second'),
(51915, 1742121088.652747, 2, 'info', 'Scanned contents of 106 additional files at 20.79 per second'),
(51916, 1742121089.696633, 2, 'info', 'Scanned contents of 127 additional files at 20.68 per second'),
(51917, 1742121090.705875, 2, 'info', 'Scanned contents of 152 additional files at 21.25 per second'),
(51918, 1742121091.763883, 2, 'info', 'Scanned contents of 171 additional files at 20.83 per second'),
(51919, 1742121092.826025, 2, 'info', 'Scanned contents of 192 additional files at 20.71 per second'),
(51920, 1742121093.895303, 2, 'info', 'Scanned contents of 216 additional files at 20.89 per second'),
(51921, 1742121094.908794, 2, 'info', 'Scanned contents of 237 additional files at 20.87 per second'),
(51922, 1742121095.985985, 2, 'info', 'Scanned contents of 252 additional files at 20.27 per second'),
(51923, 1742121096.991481, 2, 'info', 'Scanned contents of 270 additional files at 20.09 per second'),
(51924, 1742121097.999158, 2, 'info', 'Scanned contents of 290 additional files at 20.08 per second'),
(51925, 1742121099.058224, 2, 'info', 'Scanned contents of 308 additional files at 19.87 per second'),
(51926, 1742121100.088746, 2, 'info', 'Scanned contents of 337 additional files at 20.38 per second'),
(51927, 1742121102.155874, 1, 'error', '<br />\n<b>Warning</b>:  foreach() argument must be of type array|object, bool given in <b>/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php</b> on line <b>615</b><br />\n<br />\n<b>Warning</b>:  foreach() argument must be of type array|object, int given in <b>/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php</b> on line <b>615</b><br />\n<br />\n<b>Warning</b>:  foreach() argument must be of type array|object, int given in <b>/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php</b> on line <b>615</b><br />\n'),
(51928, 1742121102.271043, 2, 'info', 'Scanned contents of 357 additional files at 19.07 per second'),
(51929, 1742121103.314745, 2, 'info', 'Scanned contents of 385 additional files at 19.48 per second'),
(51930, 1742121104.326397, 2, 'info', 'Scanned contents of 400 additional files at 19.26 per second'),
(51931, 1742121105.342190, 2, 'info', 'Scanned contents of 416 additional files at 19.09 per second'),
(51932, 1742121106.391476, 2, 'info', 'Scanned contents of 436 additional files at 19.09 per second'),
(51933, 1742121107.426650, 2, 'info', 'Scanned contents of 462 additional files at 19.35 per second'),
(51934, 1742121108.456956, 2, 'info', 'Scanned contents of 490 additional files at 19.68 per second'),
(51935, 1742121109.493434, 2, 'info', 'Scanned contents of 505 additional files at 19.47 per second'),
(51936, 1742121110.542064, 2, 'info', 'Scanned contents of 529 additional files at 19.60 per second'),
(51937, 1742121111.612724, 2, 'info', 'Scanned contents of 546 additional files at 19.46 per second'),
(51938, 1742121112.613396, 2, 'info', 'Scanned contents of 569 additional files at 19.58 per second'),
(51939, 1742121113.639349, 2, 'info', 'Scanned contents of 592 additional files at 19.68 per second'),
(51940, 1742121114.655451, 2, 'info', 'Scanned contents of 615 additional files at 19.77 per second'),
(51941, 1742121115.696203, 2, 'info', 'Scanned contents of 642 additional files at 19.97 per second'),
(51942, 1742121116.783285, 2, 'info', 'Scanned contents of 664 additional files at 19.98 per second'),
(51943, 1742121117.801182, 2, 'info', 'Scanned contents of 689 additional files at 20.12 per second'),
(51944, 1742121118.867899, 2, 'info', 'Scanned contents of 706 additional files at 19.99 per second'),
(51945, 1742121119.877819, 2, 'info', 'Scanned contents of 724 additional files at 19.93 per second'),
(51946, 1742121120.901172, 2, 'info', 'Scanned contents of 746 additional files at 19.97 per second'),
(51947, 1742121121.964144, 2, 'info', 'Scanned contents of 763 additional files at 19.86 per second'),
(51948, 1742121122.985944, 2, 'info', 'Scanned contents of 784 additional files at 19.88 per second'),
(51949, 1742121123.999560, 2, 'info', 'Scanned contents of 807 additional files at 19.95 per second'),
(51950, 1742121125.010832, 2, 'info', 'Scanned contents of 828 additional files at 19.97 per second'),
(51951, 1742121126.025483, 2, 'info', 'Scanned contents of 852 additional files at 20.06 per second'),
(51952, 1742121127.146742, 2, 'info', 'Scanned contents of 871 additional files at 19.98 per second'),
(51953, 1742121128.146783, 2, 'info', 'Scanned contents of 892 additional files at 20.00 per second'),
(51954, 1742121129.171165, 2, 'info', 'Scanned contents of 913 additional files at 20.01 per second'),
(51955, 1742121130.222563, 2, 'info', 'Scanned contents of 934 additional files at 20.01 per second'),
(51956, 1742121131.253454, 2, 'info', 'Scanned contents of 958 additional files at 20.08 per second'),
(51957, 1742121132.261582, 2, 'info', 'Scanned contents of 979 additional files at 20.10 per second'),
(51958, 1742121134.207714, 2, 'info', 'Scanned contents of 997 additional files at 19.68 per second'),
(51959, 1742121135.232308, 2, 'info', 'Scanned contents of 1012 additional files at 19.58 per second'),
(51960, 1742121136.294320, 2, 'info', 'Scanned contents of 1026 additional files at 19.45 per second'),
(51961, 1742121137.340894, 2, 'info', 'Scanned contents of 1041 additional files at 19.35 per second'),
(51962, 1742121138.356103, 2, 'info', 'Scanned contents of 1063 additional files at 19.40 per second'),
(51963, 1742121139.356749, 2, 'info', 'Scanned contents of 1082 additional files at 19.39 per second'),
(51964, 1742121140.385489, 2, 'info', 'Scanned contents of 1101 additional files at 19.37 per second'),
(51965, 1742121141.391653, 2, 'info', 'Scanned contents of 1121 additional files at 19.38 per second'),
(51966, 1742121142.402049, 2, 'info', 'Scanned contents of 1143 additional files at 19.42 per second'),
(51967, 1742121143.493836, 2, 'info', 'Scanned contents of 1169 additional files at 19.50 per second'),
(51968, 1742121144.570191, 2, 'info', 'Scanned contents of 1193 additional files at 19.55 per second'),
(51969, 1742121145.660153, 2, 'info', 'Scanned contents of 1218 additional files at 19.61 per second'),
(51970, 1742121146.666585, 2, 'info', 'Scanned contents of 1238 additional files at 19.62 per second'),
(51971, 1742121147.679907, 2, 'info', 'Scanned contents of 1262 additional files at 19.68 per second'),
(51972, 1742121148.683960, 2, 'info', 'Scanned contents of 1280 additional files at 19.65 per second'),
(51973, 1742121149.686001, 2, 'info', 'Scanned contents of 1306 additional files at 19.75 per second'),
(51974, 1742121150.694291, 2, 'info', 'Scanned contents of 1325 additional files at 19.73 per second'),
(51975, 1742121151.758312, 2, 'info', 'Scanned contents of 1349 additional files at 19.78 per second'),
(51976, 1742121152.824229, 2, 'info', 'Scanned contents of 1364 additional files at 19.69 per second'),
(51977, 1742121153.841544, 2, 'info', 'Scanned contents of 1387 additional files at 19.73 per second'),
(51978, 1742121154.883332, 2, 'info', 'Scanned contents of 1405 additional files at 19.70 per second'),
(51979, 1742121155.931633, 2, 'info', 'Scanned contents of 1433 additional files at 19.80 per second'),
(51980, 1742121157.697034, 2, 'info', 'Scanned contents of 1460 additional files at 19.69 per second'),
(51981, 1742121158.736397, 2, 'info', 'Scanned contents of 1480 additional files at 19.69 per second'),
(51982, 1742121159.743173, 2, 'info', 'Scanned contents of 1504 additional files at 19.74 per second'),
(51983, 1742121160.770972, 2, 'info', 'Scanned contents of 1527 additional files at 19.78 per second'),
(51984, 1742121161.789964, 2, 'info', 'Scanned contents of 1546 additional files at 19.76 per second'),
(51985, 1742121162.808951, 2, 'info', 'Scanned contents of 1566 additional files at 19.76 per second'),
(51986, 1742121163.824351, 2, 'info', 'Scanned contents of 1584 additional files at 19.73 per second'),
(51987, 1742121164.928463, 2, 'info', 'Scanned contents of 1606 additional files at 19.74 per second'),
(51988, 1742121166.147117, 2, 'info', 'Scanned contents of 1607 additional files at 19.46 per second'),
(51989, 1742121167.170969, 2, 'info', 'Scanned contents of 1626 additional files at 19.45 per second'),
(51990, 1742121168.190168, 2, 'info', 'Scanned contents of 1645 additional files at 19.44 per second'),
(51991, 1742121169.198329, 2, 'info', 'Scanned contents of 1673 additional files at 19.53 per second'),
(51992, 1742121170.226797, 2, 'info', 'Scanned contents of 1692 additional files at 19.52 per second'),
(51993, 1742121171.249161, 2, 'info', 'Scanned contents of 1712 additional files at 19.52 per second'),
(51994, 1742121172.259249, 2, 'info', 'Scanned contents of 1736 additional files at 19.57 per second'),
(51995, 1742121173.276041, 2, 'info', 'Scanned contents of 1749 additional files at 19.49 per second'),
(51996, 1742121174.296855, 2, 'info', 'Scanned contents of 1777 additional files at 19.58 per second'),
(51997, 1742121175.380729, 2, 'info', 'Scanned contents of 1798 additional files at 19.58 per second'),
(51998, 1742121176.423277, 2, 'info', 'Scanned contents of 1825 additional files at 19.65 per second'),
(51999, 1742121177.438261, 2, 'info', 'Scanned contents of 1846 additional files at 19.66 per second'),
(52000, 1742121178.473724, 2, 'info', 'Scanned contents of 1869 additional files at 19.69 per second'),
(52001, 1742121179.506842, 2, 'info', 'Scanned contents of 1886 additional files at 19.66 per second'),
(52002, 1742121180.516019, 2, 'info', 'Scanned contents of 1909 additional files at 19.69 per second'),
(52003, 1742121181.551493, 2, 'info', 'Scanned contents of 1925 additional files at 19.64 per second'),
(52004, 1742121182.558447, 2, 'info', 'Scanned contents of 1949 additional files at 19.69 per second'),
(52005, 1742121183.578526, 2, 'info', 'Scanned contents of 1980 additional files at 19.80 per second'),
(52006, 1742121184.588241, 2, 'info', 'Scanned contents of 1997 additional files at 19.77 per second'),
(52007, 1742121185.636297, 2, 'info', 'Scanned contents of 2017 additional files at 19.76 per second'),
(52008, 1742121186.666755, 2, 'info', 'Scanned contents of 2036 additional files at 19.75 per second'),
(52009, 1742121187.682265, 2, 'info', 'Scanned contents of 2050 additional files at 19.69 per second'),
(52010, 1742121188.758994, 2, 'info', 'Scanned contents of 2067 additional files at 19.65 per second'),
(52011, 1742121189.792991, 2, 'info', 'Scanned contents of 2085 additional files at 19.63 per second'),
(52012, 1742121190.828639, 2, 'info', 'Scanned contents of 2111 additional files at 19.68 per second'),
(52013, 1742121191.863914, 2, 'info', 'Scanned contents of 2133 additional files at 19.69 per second'),
(52014, 1742121192.904113, 2, 'info', 'Scanned contents of 2159 additional files at 19.74 per second'),
(52015, 1742121193.933304, 2, 'info', 'Scanned contents of 2182 additional files at 19.77 per second'),
(52016, 1742121195.024502, 2, 'info', 'Scanned contents of 2202 additional files at 19.75 per second'),
(52017, 1742121196.029171, 2, 'info', 'Scanned contents of 2225 additional files at 19.78 per second'),
(52018, 1742121198.307323, 2, 'info', 'Scanned contents of 2245 additional files at 19.56 per second'),
(52019, 1742121199.309427, 2, 'info', 'Scanned contents of 2271 additional files at 19.62 per second'),
(52020, 1742121200.314113, 2, 'info', 'Scanned contents of 2295 additional files at 19.66 per second'),
(52021, 1742121201.390151, 2, 'info', 'Scanned contents of 2318 additional files at 19.67 per second'),
(52022, 1742121202.391690, 2, 'info', 'Scanned contents of 2339 additional files at 19.68 per second'),
(52023, 1742121203.422179, 2, 'info', 'Scanned contents of 2360 additional files at 19.69 per second'),
(52024, 1742121204.433387, 2, 'info', 'Scanned contents of 2384 additional files at 19.72 per second'),
(52025, 1742121205.473126, 2, 'info', 'Scanned contents of 2400 additional files at 19.69 per second'),
(52026, 1742121206.498797, 2, 'info', 'Scanned contents of 2422 additional files at 19.70 per second'),
(52027, 1742121207.585373, 2, 'info', 'Scanned contents of 2446 additional files at 19.72 per second'),
(52028, 1742121208.597766, 2, 'info', 'Scanned contents of 2463 additional files at 19.70 per second'),
(52029, 1742121209.600040, 2, 'info', 'Scanned contents of 2488 additional files at 19.74 per second'),
(52030, 1742121210.691221, 2, 'info', 'Scanned contents of 2507 additional files at 19.72 per second'),
(52031, 1742121211.691290, 2, 'info', 'Scanned contents of 2515 additional files at 19.63 per second'),
(52032, 1742121212.702191, 2, 'info', 'Scanned contents of 2535 additional files at 19.63 per second'),
(52033, 1742121213.751368, 2, 'info', 'Scanned contents of 2552 additional files at 19.60 per second'),
(52034, 1742121214.772812, 2, 'info', 'Scanned contents of 2569 additional files at 19.58 per second'),
(52035, 1742121215.776716, 2, 'info', 'Scanned contents of 2591 additional files at 19.60 per second'),
(52036, 1742121216.835031, 2, 'info', 'Scanned contents of 2612 additional files at 19.60 per second'),
(52037, 1742121217.911519, 2, 'info', 'Scanned contents of 2632 additional files at 19.59 per second'),
(52038, 1742121218.991485, 2, 'info', 'Scanned contents of 2654 additional files at 19.60 per second'),
(52039, 1742121220.178434, 2, 'info', 'Scanned contents of 2678 additional files at 19.60 per second'),
(52040, 1742121221.185131, 2, 'info', 'Scanned contents of 2697 additional files at 19.60 per second'),
(52041, 1742121222.235461, 2, 'info', 'Scanned contents of 2718 additional files at 19.60 per second'),
(52042, 1742121223.267275, 2, 'info', 'Scanned contents of 2731 additional files at 19.55 per second'),
(52043, 1742121224.292754, 2, 'info', 'Scanned contents of 2746 additional files at 19.51 per second'),
(52044, 1742121225.323614, 2, 'info', 'Scanned contents of 2765 additional files at 19.50 per second'),
(52045, 1742121226.350427, 2, 'info', 'Scanned contents of 2784 additional files at 19.50 per second'),
(52046, 1742121227.410869, 2, 'info', 'Scanned contents of 2798 additional files at 19.45 per second'),
(52047, 1742121228.483521, 2, 'info', 'Scanned contents of 2817 additional files at 19.44 per second'),
(52048, 1742121230.282578, 2, 'info', 'Scanned contents of 2828 additional files at 19.27 per second'),
(52049, 1742121231.315792, 2, 'info', 'Scanned contents of 2850 additional files at 19.29 per second'),
(52050, 1742121232.382960, 2, 'info', 'Scanned contents of 2873 additional files at 19.30 per second'),
(52051, 1742121233.429998, 2, 'info', 'Scanned contents of 2897 additional files at 19.33 per second'),
(52052, 1742121234.490708, 2, 'info', 'Scanned contents of 2915 additional files at 19.31 per second'),
(52053, 1742121235.551529, 2, 'info', 'Scanned contents of 2943 additional files at 19.36 per second'),
(52054, 1742121236.608668, 2, 'info', 'Scanned contents of 2961 additional files at 19.35 per second'),
(52055, 1742121237.699391, 2, 'info', 'Scanned contents of 2980 additional files at 19.33 per second'),
(52056, 1742121238.758433, 2, 'info', 'Scanned contents of 3000 additional files at 19.33 per second'),
(52057, 1742121239.778041, 2, 'info', 'Scanned contents of 3016 additional files at 19.31 per second'),
(52058, 1742121240.783196, 2, 'info', 'Scanned contents of 3031 additional files at 19.28 per second'),
(52059, 1742121241.797143, 2, 'info', 'Scanned contents of 3050 additional files at 19.27 per second'),
(52060, 1742121242.841829, 2, 'info', 'Scanned contents of 3068 additional files at 19.26 per second'),
(52061, 1742121243.925904, 2, 'info', 'Scanned contents of 3091 additional files at 19.27 per second'),
(52062, 1742121244.982229, 2, 'info', 'Scanned contents of 3114 additional files at 19.29 per second'),
(52063, 1742121246.007148, 2, 'info', 'Scanned contents of 3132 additional files at 19.28 per second'),
(52064, 1742121247.015495, 2, 'info', 'Scanned contents of 3151 additional files at 19.28 per second'),
(52065, 1742121248.043922, 2, 'info', 'Scanned contents of 3170 additional files at 19.27 per second'),
(52066, 1742121249.300050, 2, 'info', 'Scanned contents of 3188 additional files at 19.23 per second'),
(52067, 1742121250.374347, 2, 'info', 'Scanned contents of 3209 additional files at 19.24 per second'),
(52068, 1742121251.412944, 2, 'info', 'Scanned contents of 3230 additional files at 19.24 per second'),
(52069, 1742121252.422530, 2, 'info', 'Scanned contents of 3250 additional files at 19.25 per second'),
(52070, 1742121253.440467, 2, 'info', 'Scanned contents of 3269 additional files at 19.24 per second'),
(52071, 1742121254.478941, 2, 'info', 'Scanned contents of 3286 additional files at 19.22 per second'),
(52072, 1742121255.517690, 2, 'info', 'Scanned contents of 3304 additional files at 19.21 per second'),
(52073, 1742121256.575348, 2, 'info', 'Scanned contents of 3321 additional files at 19.19 per second'),
(52074, 1742121257.579623, 2, 'info', 'Scanned contents of 3350 additional files at 19.25 per second'),
(52075, 1742121258.608069, 2, 'info', 'Scanned contents of 3379 additional files at 19.30 per second'),
(52076, 1742121259.712578, 2, 'info', 'Scanned contents of 3402 additional files at 19.31 per second'),
(52077, 1742121260.755513, 2, 'info', 'Scanned contents of 3422 additional files at 19.31 per second'),
(52078, 1742121262.035164, 2, 'info', 'Scanned contents of 3427 additional files at 19.20 per second'),
(52079, 1742121263.100660, 2, 'info', 'Scanned contents of 3443 additional files at 19.18 per second'),
(52080, 1742121264.105046, 2, 'info', 'Scanned contents of 3473 additional files at 19.24 per second'),
(52081, 1742121265.141577, 2, 'info', 'Scanned contents of 3492 additional files at 19.23 per second'),
(52082, 1742121266.184459, 2, 'info', 'Scanned contents of 3510 additional files at 19.22 per second'),
(52083, 1742121267.197494, 2, 'info', 'Scanned contents of 3532 additional files at 19.23 per second'),
(52084, 1742121268.271658, 2, 'info', 'Scanned contents of 3555 additional files at 19.25 per second'),
(52085, 1742121269.339195, 2, 'info', 'Scanned contents of 3581 additional files at 19.27 per second'),
(52086, 1742121270.354643, 2, 'info', 'Scanned contents of 3596 additional files at 19.25 per second'),
(52087, 1742121271.363532, 2, 'info', 'Scanned contents of 3617 additional files at 19.26 per second'),
(52088, 1742121272.377768, 2, 'info', 'Scanned contents of 3637 additional files at 19.26 per second'),
(52089, 1742121273.386938, 2, 'info', 'Scanned contents of 3655 additional files at 19.25 per second'),
(52090, 1742121274.427994, 2, 'info', 'Scanned contents of 3679 additional files at 19.27 per second'),
(52091, 1742121275.431141, 2, 'info', 'Scanned contents of 3699 additional files at 19.28 per second'),
(52092, 1742121276.481288, 2, 'info', 'Scanned contents of 3723 additional files at 19.30 per second'),
(52093, 1742121277.488925, 2, 'info', 'Scanned contents of 3749 additional files at 19.33 per second'),
(52094, 1742121278.511034, 2, 'info', 'Scanned contents of 3769 additional files at 19.33 per second'),
(52095, 1742121279.516772, 2, 'info', 'Scanned contents of 3793 additional files at 19.36 per second'),
(52096, 1742121280.591898, 2, 'info', 'Scanned contents of 3813 additional files at 19.35 per second'),
(52097, 1742121281.655571, 2, 'info', 'Scanned contents of 3834 additional files at 19.35 per second'),
(52098, 1742121282.666848, 2, 'info', 'Scanned contents of 3851 additional files at 19.34 per second'),
(52099, 1742121283.705045, 2, 'info', 'Scanned contents of 3869 additional files at 19.33 per second'),
(52100, 1742121284.086659, 2, 'info', 'Scanned contents of 3877 additional files at 19.33 per second'),
(52101, 1742121284.086880, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(52102, 1742121284.091965, 2, 'info', 'Checking 4501 host keys against Wordfence scanning servers.'),
(52103, 1742121284.274102, 2, 'info', 'Done host key check.'),
(52104, 1742121284.412126, 2, 'info', 'Done file contents scan'),
(52105, 1742121284.413778, 2, 'info', 'Adding issue: File appears to be malicious or unsafe: wp-content/plugins/wordfence/wordfence.php'),
(52106, 1742121284.414604, 10, 'info', 'SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),
(52107, 1742121284.416505, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),
(52108, 1742121284.419250, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(52109, 1742121284.420275, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(52110, 1742121284.422969, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blocklist'),
(52111, 1742121284.428326, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(52112, 1742121284.428582, 2, 'info', 'Done examining URLs'),
(52113, 1742121284.430561, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),
(52114, 1742121284.433237, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blocklist'),
(52115, 1742121284.439925, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),
(52116, 1742121284.442759, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(52117, 1742121284.443879, 2, 'info', 'Starting password strength check on 3 users.'),
(52118, 1742121284.809140, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(52119, 1742121284.812178, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(52120, 1742121287.068781, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(52121, 1742121287.071725, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(52122, 1742121287.209057, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(52123, 1742121287.211950, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(52124, 1742121287.216046, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(52125, 1742121287.216289, 2, 'info', 'Done examining URLs'),
(52126, 1742121287.218271, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(52127, 1742121287.220271, 1, 'info', '-------------------'),
(52128, 1742121287.220505, 2, 'info', 'Wordfence used 26.97 MB of memory for scan. Server peak memory usage was: 149.97 MB'),
(52129, 1742121287.221340, 1, 'info', 'Scan Complete. Scanned 13342 files, 15 plugins, 7 themes, 2 posts, 0 comments and 5069 URLs in 3 minutes 37 seconds.'),
(52130, 1742121287.221486, 10, 'info', 'SUM_FINAL:Scan complete. You have 15 new issues to fix. See below.'),
(52131, 1742136685.934839, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(52132, 1742136685.935784, 1, 'info', 'Initiating quick scan'),
(52133, 1742136685.936840, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(52134, 1742136685.937104, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(52135, 1742136685.938942, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(52136, 1742136685.949088, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(52137, 1742136685.950244, 1, 'info', '-------------------'),
(52138, 1742136685.950651, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 123 MB'),
(52139, 1742136685.951353, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(52140, 1742136685.951495, 10, 'info', 'SUM_FINAL:Scan complete. You have 12 new issues to fix. See below.'),
(52141, 1742223258.324990, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(52142, 1742223258.325940, 1, 'info', 'Initiating quick scan'),
(52143, 1742223258.327020, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(52144, 1742223258.327257, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(52145, 1742223258.329092, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(52146, 1742223258.338782, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(52147, 1742223258.339925, 1, 'info', '-------------------'),
(52148, 1742223258.340323, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 123 MB'),
(52149, 1742223258.341037, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(52150, 1742223258.341181, 10, 'info', 'SUM_FINAL:Scan complete. You have 12 new issues to fix. See below.'),
(52151, 1742310485.140846, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(52152, 1742310485.141863, 1, 'info', 'Initiating quick scan'),
(52153, 1742310485.142994, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(52154, 1742310485.143278, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(52155, 1742310485.145254, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(52156, 1742310485.155462, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(52157, 1742310485.156697, 1, 'info', '-------------------'),
(52158, 1742310485.157255, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 123 MB'),
(52159, 1742310485.157947, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(52160, 1742310485.158096, 10, 'info', 'SUM_FINAL:Scan complete. You have 12 new issues to fix. See below.'),
(52161, 1742379634.105492, 1, 'info', 'Scheduled Wordfence scan starting at Wednesday 19th of March 2025 01:50:34 PM'),
(52162, 1742379635.690733, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(52163, 1742379635.692404, 1, 'info', 'Contacting Wordfence to initiate scan'),
(52164, 1742379635.973192, 10, 'info', 'SUM_START:Checking if your site is being Spamvertised'),
(52165, 1742379636.108345, 10, 'info', 'SUM_ENDOK:Checking if your site is being Spamvertised'),
(52166, 1742379636.111205, 10, 'info', 'SUM_START:Checking if your site IP is generating spam'),
(52167, 1742379636.255215, 10, 'info', 'SUM_ENDOK:Checking if your site IP is generating spam'),
(52168, 1742379636.258164, 10, 'info', 'SUM_START:Checking if your site is on a domain blocklist'),
(52169, 1742379636.403529, 1, 'error', 'foreach() argument must be of type array|object, bool given (2) File: /home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php Line: 615'),
(52170, 1742379636.403804, 1, 'error', 'foreach() argument must be of type array|object, int given (2) File: /home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php Line: 615'),
(52171, 1742379636.403971, 1, 'error', 'foreach() argument must be of type array|object, int given (2) File: /home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php Line: 615'),
(52172, 1742379636.404153, 10, 'info', 'SUM_ENDOK:Checking if your site is on a domain blocklist'),
(52173, 1742379636.407102, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(52174, 1742379637.225321, 10, 'info', 'SUM_ENDOK:Checking for the most secure way to get IPs');
INSERT INTO `wp_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(52175, 1742379637.228420, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(52176, 1742379637.229533, 2, 'info', 'Total disk space: 3.42 TB -- Free disk space: 3.18 TB'),
(52177, 1742379637.229679, 2, 'info', 'The disk has 3335187.86 MB available'),
(52178, 1742379637.229817, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(52179, 1742379637.232462, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(52180, 1742379637.233481, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(52181, 1742379637.236116, 10, 'info', 'SUM_START:Checking for future GeoIP support'),
(52182, 1742379637.237120, 10, 'info', 'SUM_ENDOK:Checking for future GeoIP support'),
(52183, 1742379637.239729, 10, 'info', 'SUM_START:Checking for paths skipped due to scan settings'),
(52184, 1742379637.242015, 10, 'info', 'SUM_ENDBAD:Checking for paths skipped due to scan settings'),
(52185, 1742379637.244070, 2, 'info', 'Getting plugin list from WordPress'),
(52186, 1742379637.244314, 2, 'info', 'Found 15 plugins'),
(52187, 1742379637.244454, 2, 'info', 'Getting theme list from WordPress'),
(52188, 1742379637.246504, 2, 'info', 'Found 7 themes'),
(52189, 1742379637.257257, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(52190, 1742379637.730949, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(52191, 1742379637.733308, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(52192, 1742379637.735013, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(52193, 1742379637.736671, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(52194, 1742379637.737299, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(52195, 1742379637.738999, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(52196, 1742379637.740096, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(52197, 1742379637.740340, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(52198, 1742379637.741284, 10, 'info', 'SUM_START:Scanning for known malware files'),
(52199, 1742379637.743064, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(52200, 1742379637.762758, 2, 'info', '500 files indexed'),
(52201, 1742379637.780633, 2, 'info', '1000 files indexed'),
(52202, 1742379637.796442, 2, 'info', '1500 files indexed'),
(52203, 1742379637.813045, 2, 'info', '2000 files indexed'),
(52204, 1742379637.831666, 2, 'info', '2500 files indexed'),
(52205, 1742379637.848931, 2, 'info', '3000 files indexed'),
(52206, 1742379637.873518, 2, 'info', '3500 files indexed'),
(52207, 1742379637.895123, 2, 'info', '4000 files indexed'),
(52208, 1742379637.917096, 2, 'info', '4500 files indexed'),
(52209, 1742379637.939993, 2, 'info', '5000 files indexed'),
(52210, 1742379637.964328, 2, 'info', '5500 files indexed'),
(52211, 1742379637.982823, 2, 'info', '6000 files indexed'),
(52212, 1742379638.001142, 2, 'info', '6500 files indexed'),
(52213, 1742379638.016288, 2, 'info', '7000 files indexed'),
(52214, 1742379638.032522, 2, 'info', '7500 files indexed'),
(52215, 1742379638.049129, 2, 'info', '8000 files indexed'),
(52216, 1742379638.071845, 2, 'info', '8500 files indexed'),
(52217, 1742379638.094932, 2, 'info', '9000 files indexed'),
(52218, 1742379638.120516, 2, 'info', '9500 files indexed'),
(52219, 1742379638.163522, 2, 'info', '10000 files indexed'),
(52220, 1742379638.180879, 2, 'info', '10500 files indexed'),
(52221, 1742379638.210803, 2, 'info', '11000 files indexed'),
(52222, 1742379638.228966, 2, 'info', '11500 files indexed'),
(52223, 1742379638.243633, 2, 'info', '12000 files indexed'),
(52224, 1742379638.256870, 2, 'info', '12500 files indexed'),
(52225, 1742379638.271560, 2, 'info', '13000 files indexed'),
(52226, 1742379638.281061, 2, 'info', '13342 files indexed'),
(52227, 1742379638.347692, 2, 'info', 'Analyzed 100 files containing 785.2 KB of data so far'),
(52228, 1742379638.428488, 2, 'info', 'Analyzed 200 files containing 3.45 MB of data so far'),
(52229, 1742379638.504483, 2, 'info', 'Analyzed 300 files containing 5.22 MB of data so far'),
(52230, 1742379638.565051, 2, 'info', 'Analyzed 400 files containing 5.63 MB of data so far'),
(52231, 1742379638.626611, 2, 'info', 'Analyzed 500 files containing 6.04 MB of data so far'),
(52232, 1742379638.690304, 2, 'info', 'Analyzed 600 files containing 6.45 MB of data so far'),
(52233, 1742379638.750264, 2, 'info', 'Analyzed 700 files containing 6.65 MB of data so far'),
(52234, 1742379638.810786, 2, 'info', 'Analyzed 800 files containing 6.93 MB of data so far'),
(52235, 1742379638.871283, 2, 'info', 'Analyzed 900 files containing 7.14 MB of data so far'),
(52236, 1742379638.931184, 2, 'info', 'Analyzed 1000 files containing 7.34 MB of data so far'),
(52237, 1742379638.992122, 2, 'info', 'Analyzed 1100 files containing 7.52 MB of data so far'),
(52238, 1742379639.052789, 2, 'info', 'Analyzed 1200 files containing 7.68 MB of data so far'),
(52239, 1742379639.111371, 2, 'info', 'Analyzed 1300 files containing 7.84 MB of data so far'),
(52240, 1742379639.170774, 2, 'info', 'Analyzed 1400 files containing 8.03 MB of data so far'),
(52241, 1742379639.231027, 2, 'info', 'Analyzed 1500 files containing 8.23 MB of data so far'),
(52242, 1742379639.302980, 2, 'info', 'Analyzed 1600 files containing 9.85 MB of data so far'),
(52243, 1742379639.377691, 2, 'info', 'Analyzed 1700 files containing 12.05 MB of data so far'),
(52244, 1742379639.444264, 2, 'info', 'Analyzed 1800 files containing 13.4 MB of data so far'),
(52245, 1742379639.509402, 2, 'info', 'Analyzed 1900 files containing 14.71 MB of data so far'),
(52246, 1742379639.743339, 2, 'info', 'Analyzed 2000 files containing 32.07 MB of data so far'),
(52247, 1742379639.862113, 2, 'info', 'Analyzed 2100 files containing 38.33 MB of data so far'),
(52248, 1742379639.952837, 2, 'info', 'Analyzed 2200 files containing 42.4 MB of data so far'),
(52249, 1742379640.007405, 2, 'info', 'Analyzed 2300 files containing 42.42 MB of data so far'),
(52250, 1742379640.139972, 2, 'info', 'Analyzed 2400 files containing 50.31 MB of data so far'),
(52251, 1742379640.210775, 2, 'info', 'Analyzed 2500 files containing 51.87 MB of data so far'),
(52252, 1742379640.270197, 2, 'info', 'Analyzed 2600 files containing 52.24 MB of data so far'),
(52253, 1742379640.330827, 2, 'info', 'Analyzed 2700 files containing 52.79 MB of data so far'),
(52254, 1742379640.392833, 2, 'info', 'Analyzed 2800 files containing 53.49 MB of data so far'),
(52255, 1742379640.457014, 2, 'info', 'Analyzed 2900 files containing 54.31 MB of data so far'),
(52256, 1742379640.517165, 2, 'info', 'Analyzed 3000 files containing 54.73 MB of data so far'),
(52257, 1742379640.579634, 2, 'info', 'Analyzed 3100 files containing 55.19 MB of data so far'),
(52258, 1742379640.643288, 2, 'info', 'Analyzed 3200 files containing 55.98 MB of data so far'),
(52259, 1742379640.791248, 2, 'info', 'Analyzed 3300 files containing 65.24 MB of data so far'),
(52260, 1742379640.865377, 2, 'info', 'Analyzed 3400 files containing 67.14 MB of data so far'),
(52261, 1742379640.923834, 2, 'info', 'Analyzed 3500 files containing 67.48 MB of data so far'),
(52262, 1742379640.983524, 2, 'info', 'Analyzed 3600 files containing 67.86 MB of data so far'),
(52263, 1742379641.043371, 2, 'info', 'Analyzed 3700 files containing 68.25 MB of data so far'),
(52264, 1742379641.106838, 2, 'info', 'Analyzed 3800 files containing 68.98 MB of data so far'),
(52265, 1742379641.168053, 2, 'info', 'Analyzed 3900 files containing 69.61 MB of data so far'),
(52266, 1742379641.228349, 2, 'info', 'Analyzed 4000 files containing 70.1 MB of data so far'),
(52267, 1742379641.293846, 2, 'info', 'Analyzed 4100 files containing 70.95 MB of data so far'),
(52268, 1742379641.352930, 2, 'info', 'Analyzed 4200 files containing 71.27 MB of data so far'),
(52269, 1742379641.412912, 2, 'info', 'Analyzed 4300 files containing 71.57 MB of data so far'),
(52270, 1742379641.471776, 2, 'info', 'Analyzed 4400 files containing 71.74 MB of data so far'),
(52271, 1742379641.532247, 2, 'info', 'Analyzed 4500 files containing 72.06 MB of data so far'),
(52272, 1742379641.594176, 2, 'info', 'Analyzed 4600 files containing 72.48 MB of data so far'),
(52273, 1742379641.655300, 2, 'info', 'Analyzed 4700 files containing 72.87 MB of data so far'),
(52274, 1742379641.718770, 2, 'info', 'Analyzed 4800 files containing 73.47 MB of data so far'),
(52275, 1742379641.780796, 2, 'info', 'Analyzed 4900 files containing 73.94 MB of data so far'),
(52276, 1742379641.839651, 2, 'info', 'Analyzed 5000 files containing 74.01 MB of data so far'),
(52277, 1742379641.907974, 2, 'info', 'Analyzed 5100 files containing 74.88 MB of data so far'),
(52278, 1742379641.969442, 2, 'info', 'Analyzed 5200 files containing 75.66 MB of data so far'),
(52279, 1742379642.044298, 2, 'info', 'Analyzed 5300 files containing 77.25 MB of data so far'),
(52280, 1742379642.129015, 2, 'info', 'Analyzed 5400 files containing 80.05 MB of data so far'),
(52281, 1742379642.197538, 2, 'info', 'Analyzed 5500 files containing 81.58 MB of data so far'),
(52282, 1742379642.270315, 2, 'info', 'Analyzed 5600 files containing 83.43 MB of data so far'),
(52283, 1742379642.355822, 2, 'info', 'Analyzed 5700 files containing 86.8 MB of data so far'),
(52284, 1742379642.447923, 2, 'info', 'Analyzed 5800 files containing 90.64 MB of data so far'),
(52285, 1742379642.511660, 2, 'info', 'Analyzed 5900 files containing 91.48 MB of data so far'),
(52286, 1742379642.575798, 2, 'info', 'Analyzed 6000 files containing 92.41 MB of data so far'),
(52287, 1742379642.641344, 2, 'info', 'Analyzed 6100 files containing 93.22 MB of data so far'),
(52288, 1742379642.714047, 2, 'info', 'Analyzed 6200 files containing 94.94 MB of data so far'),
(52289, 1742379642.833275, 2, 'info', 'Analyzed 6300 files containing 102.4 MB of data so far'),
(52290, 1742379642.910018, 2, 'info', 'Analyzed 6400 files containing 104.59 MB of data so far'),
(52291, 1742379642.972194, 2, 'info', 'Analyzed 6500 files containing 105.58 MB of data so far'),
(52292, 1742379643.038922, 2, 'info', 'Analyzed 6600 files containing 106.85 MB of data so far'),
(52293, 1742379643.112800, 2, 'info', 'Analyzed 6700 files containing 107.31 MB of data so far'),
(52294, 1742379643.185734, 2, 'info', 'Analyzed 6800 files containing 107.83 MB of data so far'),
(52295, 1742379643.247001, 2, 'info', 'Analyzed 6900 files containing 108.19 MB of data so far'),
(52296, 1742379643.312023, 2, 'info', 'Analyzed 7000 files containing 109.23 MB of data so far'),
(52297, 1742379643.395301, 2, 'info', 'Analyzed 7100 files containing 112.35 MB of data so far'),
(52298, 1742379643.482047, 2, 'info', 'Analyzed 7200 files containing 116.53 MB of data so far'),
(52299, 1742379643.537829, 2, 'info', 'Analyzed 7300 files containing 116.81 MB of data so far'),
(52300, 1742379643.592740, 2, 'info', 'Analyzed 7400 files containing 117 MB of data so far'),
(52301, 1742379643.653540, 2, 'info', 'Analyzed 7500 files containing 117.81 MB of data so far'),
(52302, 1742379643.711935, 2, 'info', 'Analyzed 7600 files containing 118.23 MB of data so far'),
(52303, 1742379643.769098, 2, 'info', 'Analyzed 7700 files containing 118.54 MB of data so far'),
(52304, 1742379643.824420, 2, 'info', 'Analyzed 7800 files containing 118.78 MB of data so far'),
(52305, 1742379643.882778, 2, 'info', 'Analyzed 7900 files containing 119.34 MB of data so far'),
(52306, 1742379643.941693, 2, 'info', 'Analyzed 8000 files containing 119.76 MB of data so far'),
(52307, 1742379644.052357, 2, 'info', 'Analyzed 8100 files containing 125.9 MB of data so far'),
(52308, 1742379644.113956, 2, 'info', 'Analyzed 8200 files containing 126.21 MB of data so far'),
(52309, 1742379644.173884, 2, 'info', 'Analyzed 8300 files containing 126.77 MB of data so far'),
(52310, 1742379644.242341, 2, 'info', 'Analyzed 8400 files containing 128.47 MB of data so far'),
(52311, 1742379644.300634, 2, 'info', 'Analyzed 8500 files containing 128.89 MB of data so far'),
(52312, 1742379644.360707, 2, 'info', 'Analyzed 8600 files containing 129.37 MB of data so far'),
(52313, 1742379644.419758, 2, 'info', 'Analyzed 8700 files containing 129.89 MB of data so far'),
(52314, 1742379644.477620, 2, 'info', 'Analyzed 8800 files containing 130.3 MB of data so far'),
(52315, 1742379644.535417, 2, 'info', 'Analyzed 8900 files containing 130.64 MB of data so far'),
(52316, 1742379644.598051, 2, 'info', 'Analyzed 9000 files containing 131.45 MB of data so far'),
(52317, 1742379644.656682, 2, 'info', 'Analyzed 9100 files containing 131.82 MB of data so far'),
(52318, 1742379644.715069, 2, 'info', 'Analyzed 9200 files containing 132.36 MB of data so far'),
(52319, 1742379644.797794, 2, 'info', 'Analyzed 9300 files containing 134.9 MB of data so far'),
(52320, 1742379644.854863, 2, 'info', 'Analyzed 9400 files containing 135.24 MB of data so far'),
(52321, 1742379644.923079, 2, 'info', 'Analyzed 9500 files containing 136.7 MB of data so far'),
(52322, 1742379645.013610, 2, 'info', 'Analyzed 9600 files containing 140.53 MB of data so far'),
(52323, 1742379645.088585, 2, 'info', 'Analyzed 9700 files containing 141.92 MB of data so far'),
(52324, 1742379645.155313, 2, 'info', 'Analyzed 9800 files containing 142.86 MB of data so far'),
(52325, 1742379645.275070, 2, 'info', 'Analyzed 9900 files containing 150.23 MB of data so far'),
(52326, 1742379645.334029, 2, 'info', 'Analyzed 10000 files containing 150.53 MB of data so far'),
(52327, 1742379645.414297, 2, 'info', 'Analyzed 10100 files containing 153.08 MB of data so far'),
(52328, 1742379645.500653, 2, 'info', 'Analyzed 10200 files containing 156.53 MB of data so far'),
(52329, 1742379645.559864, 2, 'info', 'Analyzed 10300 files containing 156.78 MB of data so far'),
(52330, 1742379645.661496, 2, 'info', 'Analyzed 10400 files containing 161.83 MB of data so far'),
(52331, 1742379645.756457, 2, 'info', 'Analyzed 10500 files containing 166.3 MB of data so far'),
(52332, 1742379645.839856, 2, 'info', 'Analyzed 10600 files containing 169.46 MB of data so far'),
(52333, 1742379645.914547, 2, 'info', 'Analyzed 10700 files containing 171.43 MB of data so far'),
(52334, 1742379645.975899, 2, 'info', 'Analyzed 10800 files containing 172.04 MB of data so far'),
(52335, 1742379646.065008, 2, 'info', 'Analyzed 10900 files containing 174.69 MB of data so far'),
(52336, 1742379646.142744, 2, 'info', 'Analyzed 11000 files containing 176.74 MB of data so far'),
(52337, 1742379646.203019, 2, 'info', 'Analyzed 11100 files containing 177.39 MB of data so far'),
(52338, 1742379646.277778, 2, 'info', 'Analyzed 11200 files containing 179.08 MB of data so far'),
(52339, 1742379646.343174, 2, 'info', 'Analyzed 11300 files containing 180 MB of data so far'),
(52340, 1742379646.406444, 2, 'info', 'Analyzed 11400 files containing 180.65 MB of data so far'),
(52341, 1742379646.463329, 2, 'info', 'Analyzed 11500 files containing 180.75 MB of data so far'),
(52342, 1742379646.522942, 2, 'info', 'Analyzed 11600 files containing 181.01 MB of data so far'),
(52343, 1742379646.581221, 2, 'info', 'Analyzed 11700 files containing 181.31 MB of data so far'),
(52344, 1742379646.639567, 2, 'info', 'Analyzed 11800 files containing 181.47 MB of data so far'),
(52345, 1742379646.694671, 2, 'info', 'Analyzed 11900 files containing 181.6 MB of data so far'),
(52346, 1742379646.751139, 2, 'info', 'Analyzed 12000 files containing 181.79 MB of data so far'),
(52347, 1742379646.815959, 2, 'info', 'Analyzed 12100 files containing 182.5 MB of data so far'),
(52348, 1742379646.893371, 2, 'info', 'Analyzed 12200 files containing 184.22 MB of data so far'),
(52349, 1742379646.979831, 2, 'info', 'Analyzed 12300 files containing 187.26 MB of data so far'),
(52350, 1742379647.050198, 2, 'info', 'Analyzed 12400 files containing 188.72 MB of data so far'),
(52351, 1742379647.130519, 2, 'info', 'Analyzed 12500 files containing 190.8 MB of data so far'),
(52352, 1742379647.209805, 2, 'info', 'Analyzed 12600 files containing 192.78 MB of data so far'),
(52353, 1742379647.451124, 2, 'info', 'Analyzed 12700 files containing 210.33 MB of data so far'),
(52354, 1742379647.552112, 2, 'info', 'Analyzed 12800 files containing 214.12 MB of data so far'),
(52355, 1742379647.628566, 2, 'info', 'Analyzed 12900 files containing 216.1 MB of data so far'),
(52356, 1742379647.701486, 2, 'info', 'Analyzed 13000 files containing 217.51 MB of data so far'),
(52357, 1742379647.805615, 2, 'info', 'Analyzed 13100 files containing 222.24 MB of data so far'),
(52358, 1742379647.881358, 2, 'info', 'Analyzed 13200 files containing 223.66 MB of data so far'),
(52359, 1742379647.959972, 2, 'info', 'Analyzed 13300 files containing 225.12 MB of data so far'),
(52360, 1742379647.997006, 2, 'info', 'Analyzed 13342 files containing 225.83 MB of data.'),
(52361, 1742379647.997227, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(52362, 1742379647.999862, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(52363, 1742379648.002409, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(52364, 1742379648.006694, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(52365, 1742379648.927366, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(52366, 1742379648.930701, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(52367, 1742379648.931681, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blocklist'),
(52368, 1742379649.527680, 2, 'info', 'Starting scan of file contents'),
(52369, 1742379650.544625, 2, 'info', 'Scanned contents of 18 additional files at 17.72 per second'),
(52370, 1742379651.545608, 2, 'info', 'Scanned contents of 48 additional files at 23.80 per second'),
(52371, 1742379652.559027, 2, 'info', 'Scanned contents of 66 additional files at 21.78 per second'),
(52372, 1742379653.561281, 2, 'info', 'Scanned contents of 88 additional files at 21.82 per second'),
(52373, 1742379654.639349, 2, 'info', 'Scanned contents of 108 additional files at 21.13 per second'),
(52374, 1742379655.716422, 2, 'info', 'Scanned contents of 128 additional files at 20.69 per second'),
(52375, 1742379656.723107, 2, 'info', 'Scanned contents of 149 additional files at 20.71 per second'),
(52376, 1742379657.740831, 2, 'info', 'Scanned contents of 169 additional files at 20.58 per second'),
(52377, 1742379658.746172, 2, 'info', 'Scanned contents of 190 additional files at 20.61 per second'),
(52378, 1742379659.750077, 2, 'info', 'Scanned contents of 211 additional files at 20.64 per second'),
(52379, 1742379660.792910, 2, 'info', 'Scanned contents of 235 additional files at 20.86 per second'),
(52380, 1742379661.811812, 2, 'info', 'Scanned contents of 248 additional files at 20.19 per second'),
(52381, 1742379662.890544, 2, 'info', 'Scanned contents of 270 additional files at 20.21 per second'),
(52382, 1742379663.934678, 2, 'info', 'Scanned contents of 291 additional files at 20.20 per second'),
(52383, 1742379664.945932, 2, 'info', 'Scanned contents of 309 additional files at 20.04 per second'),
(52384, 1742379667.153019, 1, 'error', '<br />\n<b>Warning</b>:  foreach() argument must be of type array|object, bool given in <b>/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php</b> on line <b>615</b><br />\n<br />\n<b>Warning</b>:  foreach() argument must be of type array|object, int given in <b>/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php</b> on line <b>615</b><br />\n<br />\n<b>Warning</b>:  foreach() argument must be of type array|object, int given in <b>/home/forwardbetcasino/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php</b> on line <b>615</b><br />\n'),
(52385, 1742379667.179136, 2, 'info', 'Scanned contents of 338 additional files at 19.15 per second'),
(52386, 1742379668.194864, 2, 'info', 'Scanned contents of 362 additional files at 19.39 per second'),
(52387, 1742379669.244581, 2, 'info', 'Scanned contents of 386 additional files at 19.58 per second'),
(52388, 1742379670.270659, 2, 'info', 'Scanned contents of 402 additional files at 19.38 per second'),
(52389, 1742379671.344625, 2, 'info', 'Scanned contents of 418 additional files at 19.16 per second'),
(52390, 1742379672.412329, 2, 'info', 'Scanned contents of 444 additional files at 19.40 per second'),
(52391, 1742379673.422821, 2, 'info', 'Scanned contents of 469 additional files at 19.63 per second'),
(52392, 1742379674.492796, 2, 'info', 'Scanned contents of 493 additional files at 19.75 per second'),
(52393, 1742379675.520642, 2, 'info', 'Scanned contents of 508 additional files at 19.54 per second'),
(52394, 1742379676.600688, 2, 'info', 'Scanned contents of 533 additional files at 19.69 per second'),
(52395, 1742379677.628470, 2, 'info', 'Scanned contents of 550 additional files at 19.57 per second'),
(52396, 1742379678.631306, 2, 'info', 'Scanned contents of 573 additional files at 19.69 per second'),
(52397, 1742379679.656157, 2, 'info', 'Scanned contents of 594 additional files at 19.72 per second'),
(52398, 1742379680.701200, 2, 'info', 'Scanned contents of 618 additional files at 19.83 per second'),
(52399, 1742379681.748581, 2, 'info', 'Scanned contents of 646 additional files at 20.05 per second'),
(52400, 1742379682.754671, 2, 'info', 'Scanned contents of 668 additional files at 20.10 per second'),
(52401, 1742379683.757865, 2, 'info', 'Scanned contents of 691 additional files at 20.19 per second'),
(52402, 1742379684.874345, 2, 'info', 'Scanned contents of 708 additional files at 20.03 per second'),
(52403, 1742379685.881955, 2, 'info', 'Scanned contents of 726 additional files at 19.97 per second'),
(52404, 1742379686.954007, 2, 'info', 'Scanned contents of 745 additional files at 19.91 per second'),
(52405, 1742379688.001679, 2, 'info', 'Scanned contents of 760 additional files at 19.75 per second'),
(52406, 1742379689.011367, 2, 'info', 'Scanned contents of 777 additional files at 19.68 per second'),
(52407, 1742379690.032744, 2, 'info', 'Scanned contents of 801 additional files at 19.78 per second'),
(52408, 1742379691.077884, 2, 'info', 'Scanned contents of 823 additional files at 19.81 per second'),
(52409, 1742379692.118347, 2, 'info', 'Scanned contents of 844 additional files at 19.82 per second'),
(52410, 1742379693.139827, 2, 'info', 'Scanned contents of 863 additional files at 19.79 per second'),
(52411, 1742379694.187946, 2, 'info', 'Scanned contents of 879 additional files at 19.68 per second'),
(52412, 1742379695.284067, 2, 'info', 'Scanned contents of 903 additional files at 19.74 per second'),
(52413, 1742379696.288350, 2, 'info', 'Scanned contents of 923 additional files at 19.74 per second'),
(52414, 1742379697.304392, 2, 'info', 'Scanned contents of 943 additional files at 19.74 per second'),
(52415, 1742379699.228758, 2, 'info', 'Scanned contents of 958 additional files at 19.28 per second'),
(52416, 1742379700.247447, 2, 'info', 'Scanned contents of 979 additional files at 19.30 per second'),
(52417, 1742379701.352065, 2, 'info', 'Scanned contents of 999 additional files at 19.28 per second'),
(52418, 1742379702.386603, 2, 'info', 'Scanned contents of 1014 additional files at 19.18 per second'),
(52419, 1742379703.425883, 2, 'info', 'Scanned contents of 1031 additional files at 19.13 per second'),
(52420, 1742379704.480148, 2, 'info', 'Scanned contents of 1052 additional files at 19.14 per second'),
(52421, 1742379705.502967, 2, 'info', 'Scanned contents of 1068 additional files at 19.08 per second'),
(52422, 1742379706.505863, 2, 'info', 'Scanned contents of 1089 additional files at 19.11 per second'),
(52423, 1742379707.543333, 2, 'info', 'Scanned contents of 1109 additional files at 19.12 per second'),
(52424, 1742379708.545761, 2, 'info', 'Scanned contents of 1126 additional files at 19.08 per second'),
(52425, 1742379709.719416, 2, 'info', 'Scanned contents of 1154 additional files at 19.17 per second'),
(52426, 1742379710.766618, 2, 'info', 'Scanned contents of 1170 additional files at 19.11 per second'),
(52427, 1742379711.773896, 2, 'info', 'Scanned contents of 1192 additional files at 19.15 per second'),
(52428, 1742379712.882382, 2, 'info', 'Scanned contents of 1216 additional files at 19.19 per second'),
(52429, 1742379713.949557, 2, 'info', 'Scanned contents of 1233 additional files at 19.14 per second'),
(52430, 1742379714.963603, 2, 'info', 'Scanned contents of 1256 additional files at 19.19 per second'),
(52431, 1742379715.985890, 2, 'info', 'Scanned contents of 1273 additional files at 19.16 per second'),
(52432, 1742379716.999247, 2, 'info', 'Scanned contents of 1293 additional files at 19.16 per second'),
(52433, 1742379718.021107, 2, 'info', 'Scanned contents of 1318 additional files at 19.24 per second'),
(52434, 1742379719.097830, 2, 'info', 'Scanned contents of 1339 additional files at 19.25 per second'),
(52435, 1742379720.177933, 2, 'info', 'Scanned contents of 1358 additional files at 19.22 per second'),
(52436, 1742379721.181411, 2, 'info', 'Scanned contents of 1374 additional files at 19.18 per second'),
(52437, 1742379722.196622, 2, 'info', 'Scanned contents of 1396 additional files at 19.21 per second'),
(52438, 1742379723.211934, 2, 'info', 'Scanned contents of 1418 additional files at 19.24 per second'),
(52439, 1742379724.243055, 2, 'info', 'Scanned contents of 1444 additional files at 19.33 per second'),
(52440, 1742379725.562869, 2, 'info', 'Scanned contents of 1460 additional files at 19.20 per second'),
(52441, 1742379726.620891, 2, 'info', 'Scanned contents of 1478 additional files at 19.17 per second'),
(52442, 1742379727.661507, 2, 'info', 'Scanned contents of 1503 additional files at 19.24 per second'),
(52443, 1742379728.716542, 2, 'info', 'Scanned contents of 1527 additional files at 19.28 per second'),
(52444, 1742379729.796592, 2, 'info', 'Scanned contents of 1546 additional files at 19.26 per second'),
(52445, 1742379731.284418, 2, 'info', 'Scanned contents of 1553 additional files at 19.00 per second'),
(52446, 1742379732.377270, 2, 'info', 'Scanned contents of 1570 additional files at 18.95 per second'),
(52447, 1742379733.408132, 2, 'info', 'Scanned contents of 1587 additional files at 18.92 per second'),
(52448, 1742379734.414911, 2, 'info', 'Scanned contents of 1607 additional files at 18.93 per second'),
(52449, 1742379735.484613, 2, 'info', 'Scanned contents of 1627 additional files at 18.93 per second'),
(52450, 1742379736.486470, 2, 'info', 'Scanned contents of 1649 additional files at 18.96 per second'),
(52451, 1742379737.538385, 2, 'info', 'Scanned contents of 1673 additional files at 19.01 per second'),
(52452, 1742379738.538587, 2, 'info', 'Scanned contents of 1688 additional files at 18.96 per second'),
(52453, 1742379739.559399, 2, 'info', 'Scanned contents of 1705 additional files at 18.94 per second'),
(52454, 1742379740.583983, 2, 'info', 'Scanned contents of 1730 additional files at 19.00 per second'),
(52455, 1742379741.661118, 2, 'info', 'Scanned contents of 1745 additional files at 18.94 per second'),
(52456, 1742379742.697739, 2, 'info', 'Scanned contents of 1771 additional files at 19.01 per second'),
(52457, 1742379743.779590, 2, 'info', 'Scanned contents of 1793 additional files at 19.02 per second'),
(52458, 1742379744.795738, 2, 'info', 'Scanned contents of 1813 additional files at 19.03 per second'),
(52459, 1742379745.864557, 2, 'info', 'Scanned contents of 1838 additional files at 19.08 per second'),
(52460, 1742379746.876222, 2, 'info', 'Scanned contents of 1853 additional files at 19.03 per second'),
(52461, 1742379747.935004, 2, 'info', 'Scanned contents of 1875 additional files at 19.05 per second'),
(52462, 1742379748.971616, 2, 'info', 'Scanned contents of 1886 additional files at 18.97 per second'),
(52463, 1742379749.985721, 2, 'info', 'Scanned contents of 1908 additional files at 18.99 per second'),
(52464, 1742379751.034874, 2, 'info', 'Scanned contents of 1926 additional files at 18.97 per second'),
(52465, 1742379752.043827, 2, 'info', 'Scanned contents of 1954 additional files at 19.06 per second'),
(52466, 1742379753.098767, 2, 'info', 'Scanned contents of 1985 additional files at 19.17 per second'),
(52467, 1742379754.113753, 2, 'info', 'Scanned contents of 2004 additional files at 19.16 per second'),
(52468, 1742379755.117934, 2, 'info', 'Scanned contents of 2023 additional files at 19.16 per second'),
(52469, 1742379756.153774, 2, 'info', 'Scanned contents of 2040 additional files at 19.13 per second'),
(52470, 1742379757.170410, 2, 'info', 'Scanned contents of 2054 additional files at 19.08 per second'),
(52471, 1742379758.190222, 2, 'info', 'Scanned contents of 2067 additional files at 19.02 per second'),
(52472, 1742379759.202782, 2, 'info', 'Scanned contents of 2084 additional files at 19.00 per second'),
(52473, 1742379760.208521, 2, 'info', 'Scanned contents of 2105 additional files at 19.02 per second'),
(52474, 1742379761.249350, 2, 'info', 'Scanned contents of 2127 additional files at 19.04 per second'),
(52475, 1742379763.191661, 2, 'info', 'Scanned contents of 2145 additional files at 18.87 per second'),
(52476, 1742379764.200895, 2, 'info', 'Scanned contents of 2167 additional files at 18.90 per second'),
(52477, 1742379765.257966, 2, 'info', 'Scanned contents of 2185 additional files at 18.88 per second'),
(52478, 1742379766.338125, 2, 'info', 'Scanned contents of 2202 additional files at 18.85 per second'),
(52479, 1742379767.406846, 2, 'info', 'Scanned contents of 2224 additional files at 18.87 per second'),
(52480, 1742379768.428380, 2, 'info', 'Scanned contents of 2245 additional files at 18.88 per second'),
(52481, 1742379769.489710, 2, 'info', 'Scanned contents of 2270 additional files at 18.92 per second'),
(52482, 1742379770.503648, 2, 'info', 'Scanned contents of 2290 additional files at 18.93 per second'),
(52483, 1742379771.547859, 2, 'info', 'Scanned contents of 2313 additional files at 18.96 per second'),
(52484, 1742379772.604403, 2, 'info', 'Scanned contents of 2334 additional files at 18.96 per second'),
(52485, 1742379773.618228, 2, 'info', 'Scanned contents of 2354 additional files at 18.97 per second'),
(52486, 1742379774.671174, 2, 'info', 'Scanned contents of 2382 additional files at 19.03 per second'),
(52487, 1742379775.759338, 2, 'info', 'Scanned contents of 2398 additional files at 19.00 per second'),
(52488, 1742379776.760331, 2, 'info', 'Scanned contents of 2416 additional files at 18.99 per second'),
(52489, 1742379777.791070, 2, 'info', 'Scanned contents of 2437 additional files at 19.00 per second'),
(52490, 1742379778.842936, 2, 'info', 'Scanned contents of 2456 additional files at 18.99 per second'),
(52491, 1742379779.847675, 2, 'info', 'Scanned contents of 2479 additional files at 19.02 per second'),
(52492, 1742379780.853400, 2, 'info', 'Scanned contents of 2499 additional files at 19.03 per second'),
(52493, 1742379782.416918, 2, 'info', 'Scanned contents of 2515 additional files at 18.93 per second'),
(52494, 1742379783.429416, 2, 'info', 'Scanned contents of 2534 additional files at 18.92 per second'),
(52495, 1742379784.453196, 2, 'info', 'Scanned contents of 2550 additional files at 18.90 per second'),
(52496, 1742379785.538494, 2, 'info', 'Scanned contents of 2565 additional files at 18.86 per second'),
(52497, 1742379786.558902, 2, 'info', 'Scanned contents of 2587 additional files at 18.88 per second'),
(52498, 1742379787.564690, 2, 'info', 'Scanned contents of 2605 additional files at 18.87 per second'),
(52499, 1742379788.612376, 2, 'info', 'Scanned contents of 2628 additional files at 18.90 per second'),
(52500, 1742379789.642570, 2, 'info', 'Scanned contents of 2646 additional files at 18.88 per second'),
(52501, 1742379790.651650, 2, 'info', 'Scanned contents of 2667 additional files at 18.90 per second'),
(52502, 1742379791.672071, 2, 'info', 'Scanned contents of 2684 additional files at 18.88 per second'),
(52503, 1742379792.709554, 2, 'info', 'Scanned contents of 2706 additional files at 18.90 per second'),
(52504, 1742379793.731103, 2, 'info', 'Scanned contents of 2721 additional files at 18.87 per second'),
(52505, 1742379795.208888, 2, 'info', 'Scanned contents of 2726 additional files at 18.71 per second'),
(52506, 1742379796.276243, 2, 'info', 'Scanned contents of 2741 additional files at 18.68 per second'),
(52507, 1742379797.300041, 2, 'info', 'Scanned contents of 2762 additional files at 18.69 per second'),
(52508, 1742379798.357198, 2, 'info', 'Scanned contents of 2779 additional files at 18.67 per second'),
(52509, 1742379799.378751, 2, 'info', 'Scanned contents of 2793 additional files at 18.64 per second'),
(52510, 1742379800.386228, 2, 'info', 'Scanned contents of 2811 additional files at 18.63 per second'),
(52511, 1742379801.393731, 2, 'info', 'Scanned contents of 2826 additional files at 18.61 per second'),
(52512, 1742379802.420302, 2, 'info', 'Scanned contents of 2842 additional files at 18.59 per second'),
(52513, 1742379803.432622, 2, 'info', 'Scanned contents of 2868 additional files at 18.64 per second'),
(52514, 1742379804.441462, 2, 'info', 'Scanned contents of 2883 additional files at 18.61 per second'),
(52515, 1742379805.619764, 2, 'info', 'Scanned contents of 2907 additional files at 18.62 per second'),
(52516, 1742379806.674186, 2, 'info', 'Scanned contents of 2924 additional files at 18.61 per second'),
(52517, 1742379807.727198, 2, 'info', 'Scanned contents of 2951 additional files at 18.65 per second'),
(52518, 1742379808.806064, 2, 'info', 'Scanned contents of 2967 additional files at 18.63 per second'),
(52519, 1742379809.831122, 2, 'info', 'Scanned contents of 2982 additional files at 18.60 per second'),
(52520, 1742379810.952082, 2, 'info', 'Scanned contents of 3002 additional files at 18.60 per second'),
(52521, 1742379812.011516, 2, 'info', 'Scanned contents of 3018 additional files at 18.57 per second'),
(52522, 1742379813.045929, 2, 'info', 'Scanned contents of 3035 additional files at 18.56 per second'),
(52523, 1742379814.062596, 2, 'info', 'Scanned contents of 3054 additional files at 18.56 per second'),
(52524, 1742379815.077440, 2, 'info', 'Scanned contents of 3070 additional files at 18.54 per second'),
(52525, 1742379816.153194, 2, 'info', 'Scanned contents of 3092 additional files at 18.56 per second'),
(52526, 1742379817.250684, 2, 'info', 'Scanned contents of 3117 additional files at 18.58 per second'),
(52527, 1742379818.275802, 2, 'info', 'Scanned contents of 3134 additional files at 18.57 per second'),
(52528, 1742379819.288481, 2, 'info', 'Scanned contents of 3151 additional files at 18.56 per second'),
(52529, 1742379820.357756, 2, 'info', 'Scanned contents of 3169 additional files at 18.55 per second'),
(52530, 1742379821.395200, 2, 'info', 'Scanned contents of 3186 additional files at 18.54 per second'),
(52531, 1742379822.411996, 2, 'info', 'Scanned contents of 3201 additional files at 18.52 per second'),
(52532, 1742379823.486979, 2, 'info', 'Scanned contents of 3221 additional files at 18.52 per second'),
(52533, 1742379824.523581, 2, 'info', 'Scanned contents of 3242 additional files at 18.53 per second'),
(52534, 1742379825.561291, 2, 'info', 'Scanned contents of 3265 additional files at 18.55 per second'),
(52535, 1742379827.300683, 2, 'info', 'Scanned contents of 3274 additional files at 18.42 per second'),
(52536, 1742379828.397556, 2, 'info', 'Scanned contents of 3289 additional files at 18.39 per second'),
(52537, 1742379829.416347, 2, 'info', 'Scanned contents of 3309 additional files at 18.39 per second'),
(52538, 1742379830.436881, 2, 'info', 'Scanned contents of 3336 additional files at 18.44 per second'),
(52539, 1742379831.454119, 2, 'info', 'Scanned contents of 3368 additional files at 18.51 per second'),
(52540, 1742379832.456911, 2, 'info', 'Scanned contents of 3393 additional files at 18.55 per second'),
(52541, 1742379833.472020, 2, 'info', 'Scanned contents of 3413 additional files at 18.55 per second'),
(52542, 1742379834.567318, 2, 'info', 'Scanned contents of 3432 additional files at 18.55 per second'),
(52543, 1742379835.570637, 2, 'info', 'Scanned contents of 3450 additional files at 18.54 per second'),
(52544, 1742379836.589632, 2, 'info', 'Scanned contents of 3481 additional files at 18.61 per second'),
(52545, 1742379837.608205, 2, 'info', 'Scanned contents of 3497 additional files at 18.59 per second'),
(52546, 1742379838.618271, 2, 'info', 'Scanned contents of 3519 additional files at 18.61 per second'),
(52547, 1742379839.622451, 2, 'info', 'Scanned contents of 3540 additional files at 18.62 per second'),
(52548, 1742379840.648236, 2, 'info', 'Scanned contents of 3561 additional files at 18.63 per second'),
(52549, 1742379841.664534, 2, 'info', 'Scanned contents of 3584 additional files at 18.65 per second'),
(52550, 1742379842.701445, 2, 'info', 'Scanned contents of 3601 additional files at 18.64 per second'),
(52551, 1742379843.726671, 2, 'info', 'Scanned contents of 3622 additional files at 18.65 per second'),
(52552, 1742379844.784911, 2, 'info', 'Scanned contents of 3643 additional files at 18.66 per second'),
(52553, 1742379845.821802, 2, 'info', 'Scanned contents of 3664 additional files at 18.67 per second'),
(52554, 1742379846.873180, 2, 'info', 'Scanned contents of 3683 additional files at 18.66 per second'),
(52555, 1742379847.884211, 2, 'info', 'Scanned contents of 3706 additional files at 18.68 per second'),
(52556, 1742379848.890184, 2, 'info', 'Scanned contents of 3726 additional files at 18.69 per second'),
(52557, 1742379849.911238, 2, 'info', 'Scanned contents of 3755 additional files at 18.74 per second'),
(52558, 1742379850.939117, 2, 'info', 'Scanned contents of 3771 additional files at 18.72 per second'),
(52559, 1742379851.951280, 2, 'info', 'Scanned contents of 3795 additional files at 18.75 per second'),
(52560, 1742379852.957630, 2, 'info', 'Scanned contents of 3814 additional files at 18.75 per second'),
(52561, 1742379854.003391, 2, 'info', 'Scanned contents of 3834 additional files at 18.75 per second'),
(52562, 1742379855.027266, 2, 'info', 'Scanned contents of 3851 additional files at 18.74 per second'),
(52563, 1742379856.069087, 2, 'info', 'Scanned contents of 3870 additional files at 18.74 per second'),
(52564, 1742379856.416229, 2, 'info', 'Scanned contents of 3877 additional files at 18.74 per second'),
(52565, 1742379856.416431, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(52566, 1742379856.421403, 2, 'info', 'Checking 4501 host keys against Wordfence scanning servers.'),
(52567, 1742379856.630380, 2, 'info', 'Done host key check.'),
(52568, 1742379856.777177, 2, 'info', 'Done file contents scan'),
(52569, 1742379856.778438, 2, 'info', 'Adding issue: File appears to be malicious or unsafe: wp-content/plugins/wordfence/wordfence.php'),
(52570, 1742379856.779083, 10, 'info', 'SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),
(52571, 1742379856.781039, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),
(52572, 1742379856.783761, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(52573, 1742379856.784762, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(52574, 1742379856.787388, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blocklist'),
(52575, 1742379856.792739, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(52576, 1742379856.792984, 2, 'info', 'Done examining URLs'),
(52577, 1742379856.795121, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),
(52578, 1742379856.797769, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blocklist'),
(52579, 1742379856.803618, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),
(52580, 1742379856.806294, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(52581, 1742379856.807368, 2, 'info', 'Starting password strength check on 3 users.'),
(52582, 1742379857.173202, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(52583, 1742379857.175892, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(52584, 1742379860.670221, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(52585, 1742379860.673786, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(52586, 1742379860.802757, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(52587, 1742379860.805572, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(52588, 1742379860.810231, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(52589, 1742379860.810477, 2, 'info', 'Done examining URLs'),
(52590, 1742379860.812512, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(52591, 1742379860.814456, 1, 'info', '-------------------'),
(52592, 1742379860.814730, 2, 'info', 'Wordfence used 26.98 MB of memory for scan. Server peak memory usage was: 149.98 MB'),
(52593, 1742379860.815445, 1, 'info', 'Scan Complete. Scanned 13342 files, 15 plugins, 7 themes, 2 posts, 0 comments and 5069 URLs in 3 minutes 45 seconds.'),
(52594, 1742379860.815606, 10, 'info', 'SUM_FINAL:Scan complete. You have 15 new issues to fix. See below.'),
(52595, 1742397214.443783, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(52596, 1742397214.445077, 1, 'info', 'Initiating quick scan'),
(52597, 1742397214.446474, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(52598, 1742397214.446760, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(52599, 1742397214.449260, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(52600, 1742397214.460657, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(52601, 1742397214.462184, 1, 'info', '-------------------'),
(52602, 1742397214.462671, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 123 MB'),
(52603, 1742397214.464027, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(52604, 1742397214.464255, 10, 'info', 'SUM_FINAL:Scan complete. You have 12 new issues to fix. See below.');

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

--
-- 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=utf8 COLLATE=utf8_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=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `wp_wpr_above_the_fold`
--

CREATE TABLE `wp_wpr_above_the_fold` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(2000) NOT NULL DEFAULT '',
  `is_mobile` tinyint(1) NOT NULL DEFAULT 0,
  `lcp` longtext DEFAULT '',
  `viewport` longtext DEFAULT '',
  `error_message` longtext DEFAULT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_wpr_above_the_fold`
--

INSERT INTO `wp_wpr_above_the_fold` (`id`, `url`, `is_mobile`, `lcp`, `viewport`, `error_message`, `status`, `modified`, `last_accessed`) VALUES
(37, 'https://forwardbet.casino', 1, '{\"type\":\"img-srcset\",\"src\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/%D8%A8%D8%AA-%D9%81%D9%88%D8%B1%D9%88%D8%A7%D8%B1%D8%AF-%D8%A8%D8%AF%D9%88%D9%86-%D9%81%DB%8C%D9%84%D8%AA%D8%B1%D8%B4%DA%A9%D9%86-1024x536.jpg\",\"srcset\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u0628\\u062a-\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f-\\u0628\\u062f\\u0648\\u0646-\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646-1024x536.jpg 1024w, https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u0628\\u062a-\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f-\\u0628\\u062f\\u0648\\u0646-\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646-300x157.jpg 300w, https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u0628\\u062a-\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f-\\u0628\\u062f\\u0648\\u0646-\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646-768x402.jpg 768w, https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/03\\/\\u0628\\u062a-\\u0641\\u0648\\u0631\\u0648\\u0627\\u0631\\u062f-\\u0628\\u062f\\u0648\\u0646-\\u0641\\u06cc\\u0644\\u062a\\u0631\\u0634\\u06a9\\u0646.jpg 1280w\",\"sizes\":\"(max-width: 800px) 100vw, 800px\"}', '[{\"type\":\"img-srcset\",\"src\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/02\\/ForwardBetCasino.png\",\"srcset\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/02\\/ForwardBetCasino.png 370w, https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/02\\/ForwardBetCasino-300x81.png 300w\",\"sizes\":\"(max-width: 370px) 100vw, 370px\"}]', '', 'completed', '2026-02-01 04:09:42', '2026-02-01 04:09:42'),
(38, 'https://forwardbet.casino/nima-vpn', 1, '{\"type\":\"img-srcset\",\"src\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/09\\/%D9%81%DB%8C%D9%84%D8%AA%D8%B1-%D8%B4%DA%A9%D9%86-%D9%86%DB%8C%D9%85%D8%A7.jpg\",\"srcset\":\"https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/09\\/\\u0641\\u06cc\\u0644\\u062a\\u0631-\\u0634\\u06a9\\u0646-\\u0646\\u06cc\\u0645\\u0627.jpg 1000w, https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/09\\/\\u0641\\u06cc\\u0644\\u062a\\u0631-\\u0634\\u06a9\\u0646-\\u0646\\u06cc\\u0645\\u0627-300x150.jpg 300w, https:\\/\\/forwardbet.casino\\/wp-content\\/uploads\\/2024\\/09\\/\\u0641\\u06cc\\u0644\\u062a\\u0631-\\u0634\\u06a9\\u0646-\\u0646\\u06cc\\u0645\\u0627-768x384.jpg 768w\",\"sizes\":\"(max-width: 800px) 100vw, 800px\"}', '[]', '', 'completed', '2026-02-15 08:57:00', '2026-02-15 08:57:00');

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

--
-- Table structure for table `wp_wpr_lazy_render_content`
--

CREATE TABLE `wp_wpr_lazy_render_content` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(2000) NOT NULL DEFAULT '',
  `is_mobile` tinyint(1) NOT NULL DEFAULT 0,
  `below_the_fold` longtext DEFAULT '',
  `error_message` longtext 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',
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_wpr_lazy_render_content`
--

INSERT INTO `wp_wpr_lazy_render_content` (`id`, `url`, `is_mobile`, `below_the_fold`, `error_message`, `status`, `modified`, `last_accessed`, `created_at`) VALUES
(37, 'https://forwardbet.casino', 1, '[\"040369e31847e9621a9a5ae17ba84239\"]', '', 'completed', '2026-02-01 04:09:42', '2026-02-01 04:09:42', '2026-02-01 04:09:42'),
(38, 'https://forwardbet.casino/nima-vpn', 1, '[]', '', 'completed', '2026-02-15 08:57:00', '2026-02-15 08:57:00', '2026-02-15 08:57:00');

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

--
-- 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;

--
-- Dumping data for table `wp_wpr_rocket_cache`
--

INSERT INTO `wp_wpr_rocket_cache` (`id`, `url`, `status`, `modified`, `last_accessed`, `is_locked`) VALUES
(158, 'https://forwardbet.casino/nima-vpn', 'failed', '2026-02-27 14:04:36', '2026-02-14 15:47:32', 0),
(160, 'https://forwardbet.casino/win90-color-xyz', 'failed', '2026-02-27 14:04:36', '2026-02-14 15:57:53', 0),
(161, 'https://forwardbet.casino/download-vpn', 'failed', '2026-02-27 14:09:00', '2026-02-14 15:57:56', 0),
(162, 'https://forwardbet.casino/betforward-vpn-bot', 'failed', '2026-02-27 14:09:00', '2026-02-14 15:57:59', 0),
(163, 'https://forwardbet.casino/problem-betforward-site-without-vpn', 'failed', '2026-02-27 14:09:00', '2026-02-14 15:58:02', 0),
(164, 'https://forwardbet.casino/login-betforward-site', 'failed', '2026-02-27 14:09:00', '2026-02-14 15:58:05', 0),
(165, 'https://forwardbet.casino/link-without-filter-betforward', 'failed', '2026-02-27 14:09:00', '2026-02-14 15:58:07', 0),
(166, 'https://forwardbet.casino/telegram-betforward', 'failed', '2026-02-27 14:09:00', '2026-02-14 19:25:49', 0),
(167, 'https://forwardbet.casino/original-betforward', 'failed', '2026-02-27 14:09:00', '2026-02-14 15:58:10', 0),
(168, 'https://forwardbet.casino/betforward-site-with-vpn', 'failed', '2026-02-27 14:09:00', '2026-02-14 19:25:52', 0),
(169, 'https://forwardbet.casino/new-betforward-address-without-vpn', 'failed', '2026-02-27 14:09:00', '2026-02-14 15:58:19', 0),
(170, 'https://forwardbet.casino/bet-forward-without-filter', 'failed', '2026-02-27 14:09:00', '2026-02-14 15:58:22', 0),
(171, 'https://forwardbet.casino/download-betforward-vpn-direct-link', 'failed', '2026-02-27 14:09:00', '2026-02-14 15:58:25', 0),
(172, 'https://forwardbet.casino/betford', 'failed', '2026-02-27 14:09:00', '2026-02-14 15:58:28', 0),
(173, 'https://forwardbet.casino/download-betforward-vpn', 'failed', '2026-02-27 14:09:00', '2026-02-14 15:58:31', 0),
(174, 'https://forwardbet.casino/betforward-application', 'failed', '2026-02-27 14:09:00', '2026-02-14 15:58:34', 0),
(177, 'https://forwardbet.casino/nima-vpn/amp', 'completed', '2026-02-21 15:04:11', '2026-02-21 15:04:11', 0),
(178, 'https://forwardbet.casino/download-betforward-vpn/amp', 'completed', '2026-02-21 15:04:13', '2026-02-21 15:04:13', 0),
(180, 'https://forwardbet.casino/betford/amp', 'completed', '2026-02-21 15:04:16', '2026-02-21 15:04:16', 0),
(182, 'https://forwardbet.casino/win90-color-xyz/amp', 'completed', '2026-02-21 15:04:19', '2026-02-21 15:04:19', 0),
(183, 'https://forwardbet.casino/bet-forward-without-filter/amp', 'completed', '2026-02-21 15:04:21', '2026-02-21 15:04:21', 0),
(184, 'https://forwardbet.casino/new-betforward-address-without-vpn/amp', 'completed', '2026-02-21 15:04:30', '2026-02-21 15:04:30', 0),
(185, 'https://forwardbet.casino/login-betforward-site/amp', 'completed', '2026-02-21 15:04:33', '2026-02-21 15:04:33', 0),
(187, 'https://forwardbet.casino/problem-betforward-site-without-vpn/amp', 'completed', '2026-02-21 15:04:35', '2026-02-21 15:04:35', 0),
(188, 'https://forwardbet.casino/link-without-filter-betforward/amp', 'completed', '2026-02-21 15:04:38', '2026-02-21 15:04:38', 0),
(189, 'https://forwardbet.casino/betforward-site-with-vpn/amp', 'completed', '2026-02-21 15:04:41', '2026-02-21 15:04:41', 0),
(190, 'https://forwardbet.casino/betforward-vpn-bot/amp', 'completed', '2026-02-21 15:04:43', '2026-02-21 15:04:43', 0),
(191, 'https://forwardbet.casino/betforward-application/amp', 'completed', '2026-02-21 15:04:46', '2026-02-21 15:04:46', 0),
(192, 'https://forwardbet.casino/original-betforward/amp', 'completed', '2026-02-21 15:04:49', '2026-02-21 15:04:49', 0),
(193, 'https://forwardbet.casino/telegram-betforward/amp', 'completed', '2026-02-21 15:04:51', '2026-02-21 15:04:51', 0),
(194, 'https://forwardbet.casino/download-betforward-vpn-direct-link/amp', 'completed', '2026-02-21 15:05:00', '2026-02-21 15:05:00', 0),
(195, 'https://forwardbet.casino/download-vpn/amp', 'completed', '2026-02-21 15:05:02', '2026-02-21 15:05:02', 0),
(253, 'https://forwardbet.casino/direct-login-betforward', 'failed', '2026-02-27 14:09:00', '2026-02-14 16:00:15', 0),
(254, 'https://forwardbet.casino/unfiltered-link-betforward', 'failed', '2026-02-27 14:09:00', '2026-02-14 16:00:18', 0),
(256, 'https://forwardbet.casino/direct-download-betforward-app', 'failed', '2026-02-27 14:04:36', '2026-02-14 15:47:21', 0),
(257, 'https://forwardbet.casino/betforward-vpn', 'failed', '2026-02-27 14:04:36', '2026-02-16 06:33:26', 0),
(258, 'https://forwardbet.casino/betforward-betting-site', 'failed', '2026-02-27 14:04:36', '2026-02-14 15:47:27', 0);

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

--
-- 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,
  `next_retry_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) 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`, `next_retry_time`) VALUES
(479, 'https://forwardbet.casino/direct-download-betforward-app', '', '', '400', ' - 2026-02-22 14:45:32 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-02-22 16:03:26 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-02-22 16:16:00 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-02-22 16:22:08 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-02-22 16:36:56 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-02-22 17:06:02 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-02-22 17:33:58 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-01-31 14:54:01', '2026-02-22 14:44:26', '2026-02-22 17:31:02'),
(480, 'https://forwardbet.casino/betforward-vpn', '', '', '400', ' - 2026-02-22 14:45:33 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-02-22 16:03:27 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-02-22 16:16:00 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-02-22 16:22:09 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-02-22 16:36:57 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-02-22 17:06:03 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-02-22 17:33:58 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-01-31 14:54:04', '2026-02-22 14:44:27', '2026-02-22 17:31:03'),
(481, 'https://forwardbet.casino/betforward-betting-site', '', '', '400', ' - 2026-02-22 14:45:33 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-02-22 16:03:27 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-02-22 16:16:01 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-02-22 16:22:09 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-02-22 16:36:57 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-02-22 17:06:03 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-02-22 17:33:59 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-01-31 14:54:07', '2026-02-22 14:44:27', '2026-02-22 17:31:03'),
(482, 'https://forwardbet.casino/nima-vpn', '', '', '400', ' - 2026-02-22 14:45:34 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-02-22 16:03:28 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-02-22 16:16:01 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-02-22 16:22:10 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-02-22 16:36:58 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-02-22 17:06:04 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-02-22 17:33:59 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-01-31 14:54:13', '2026-02-22 14:44:28', '2026-02-22 17:31:04'),
(483, 'https://forwardbet.casino/win90-color-xyz', '', '', '400', ' - 2026-02-22 14:45:34 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-02-22 16:03:28 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-02-22 16:16:02 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-02-22 16:22:10 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-02-22 16:36:58 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-02-22 17:06:04 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-02-22 17:34:00 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-01-31 14:56:15', '2026-02-22 14:44:28', '2026-02-22 17:31:04'),
(484, 'https://forwardbet.casino/download-vpn', '', '', '400', ' - 2026-02-22 14:45: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. - 2026-02-22 16:03:28 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-02-22 16:16:04 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-02-22 16:22:11 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-02-22 16:36:59 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-02-22 17:06:05 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-02-22 17:34:00 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-01-31 14:56:18', '2026-02-22 14:44:29', '2026-02-22 17:31:05'),
(485, 'https://forwardbet.casino/betforward-vpn-bot', '', '', '400', ' - 2026-02-22 14:45: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. - 2026-02-22 16:03:29 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-02-22 16:16:05 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-02-22 16:22:11 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-02-22 16:36:59 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-02-22 17:06:05 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-02-22 17:34:01 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-01-31 14:56:21', '2026-02-22 14:44:29', '2026-02-22 17:31:05'),
(486, 'https://forwardbet.casino/problem-betforward-site-without-vpn', '', '', '400', ' - 2026-02-22 14:45:36 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-02-22 16:03:29 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-02-22 16:16:05 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-02-22 16:22:12 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-02-22 16:37:00 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-02-22 17:06:06 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-02-22 17:34:01 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-01-31 14:56:23', '2026-02-22 14:44:30', '2026-02-22 17:31:06'),
(487, 'https://forwardbet.casino/login-betforward-site', '', '', '400', ' - 2026-02-22 14:45:36 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-02-22 16:03:30 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-02-22 16:16:06 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-02-22 16:22:12 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-02-22 16:37:00 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-02-22 17:06:06 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-02-22 17:34:02 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-01-31 14:56:26', '2026-02-22 14:44:30', '2026-02-22 17:31:06'),
(488, 'https://forwardbet.casino/direct-login-betforward', '', '', '400', ' - 2026-02-22 14:45:37 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-02-22 16:03:30 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-02-22 16:16:06 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-02-22 16:22:13 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-02-22 16:37:01 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-02-22 17:06:07 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-02-22 17:34:02 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-01-31 15:01:13', '2026-02-22 14:44:31', '2026-02-22 17:31:07'),
(489, 'https://forwardbet.casino/unfiltered-link-betforward', '', '', '400', ' - 2026-02-22 14:45:37 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-02-22 16:03:31 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-02-22 16:16:07 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-02-22 16:22:13 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-02-22 16:37:01 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-02-22 17:06:07 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-02-22 17:34:03 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-01-31 15:01:16', '2026-02-22 14:44:31', '2026-02-22 17:31:07'),
(490, 'https://forwardbet.casino/login-betforward-site', '', '', '400', ' - 2026-02-22 14:45:38 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-02-22 16:03:31 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-02-22 16:16:07 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-02-22 16:22:14 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-02-22 16:37:02 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-02-22 17:06:08 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-02-22 17:34:03 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-13 08:54:26', '2026-02-22 14:44:32', '2026-02-22 17:31:08'),
(491, 'https://forwardbet.casino/betforward-site-with-vpn', '', '', '400', ' - 2026-02-22 14:45:38 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-02-22 16:03:32 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-02-22 16:16:08 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-02-22 16:22:14 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-02-22 16:37:02 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-02-22 17:06:08 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-02-22 17:34:04 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:37:15', '2026-02-22 14:44:32', '2026-02-22 17:31:08'),
(492, 'https://forwardbet.casino/telegram-betforward', '', '', '400', ' - 2026-02-22 14:45:39 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-02-22 16:03:32 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-02-22 16:16:08 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-02-22 16:22:15 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-02-22 16:37:03 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-02-22 17:06:09 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-02-22 17:34:04 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:47:18', '2026-02-22 14:44:33', '2026-02-22 17:31:09'),
(493, 'https://forwardbet.casino/direct-download-betforward-app', '', '', '400', ' - 2026-02-22 14:45:39 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-02-22 16:03:33 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-02-22 16:16:09 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-02-22 16:22:15 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-02-22 16:37:03 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-02-22 17:06:09 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-02-22 17:34:05 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:47:21', '2026-02-22 14:44:33', '2026-02-22 17:31:09'),
(494, 'https://forwardbet.casino/betforward-vpn', '', '', '400', ' - 2026-02-22 14:45:40 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-02-22 16:03:33 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-02-22 16:16:09 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-02-22 16:22:16 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-02-22 16:37:04 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-02-22 17:06:10 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-02-22 17:34:05 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:47:24', '2026-02-22 14:44:34', '2026-02-22 17:31:10'),
(495, 'https://forwardbet.casino/betforward-betting-site', '', '', '400', ' - 2026-02-22 14:45:40 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-02-22 16:03:34 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-02-22 16:16:10 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-02-22 16:22:16 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-02-22 16:37:04 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-02-22 17:06:10 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-02-22 17:34:06 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:47:27', '2026-02-22 14:44:34', '2026-02-22 17:31:10'),
(496, 'https://forwardbet.casino/nima-vpn', '', '', '400', ' - 2026-02-22 14:45:41 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-02-22 16:03:34 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-02-22 16:16:10 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-02-22 16:22:17 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-02-22 16:37:05 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-02-22 17:06:11 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-02-22 17:34:06 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:47:32', '2026-02-22 14:44:35', '2026-02-22 17:31:11'),
(497, 'https://forwardbet.casino/win90-color-xyz', '', '', '400', ' - 2026-02-22 14:45:41 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-02-22 16:03: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. - 2026-02-22 16:16:11 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-02-22 16:22:17 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-02-22 16:37:05 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-02-22 17:06:11 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-02-22 17:34:07 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:57:53', '2026-02-22 14:44:35', '2026-02-22 17:31:11'),
(498, 'https://forwardbet.casino/download-vpn', '', '', '400', ' - 2026-02-22 14:45:42 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-02-22 16:03: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. - 2026-02-22 16:16:11 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-02-22 16:22:18 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-02-22 16:37:05 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-02-22 17:06:12 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-02-22 17:34:07 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:57:56', '2026-02-22 14:44:36', '2026-02-22 17:31:12'),
(499, 'https://forwardbet.casino/betforward-vpn-bot', '', '', '400', ' - 2026-02-22 14:45:42 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-02-22 16:03:36 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-02-22 16:16:12 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-02-22 16:22:18 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-02-22 16:37:06 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-02-22 17:06:12 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-02-22 17:34:08 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:57:59', '2026-02-22 14:44:36', '2026-02-22 17:31:12'),
(500, 'https://forwardbet.casino/problem-betforward-site-without-vpn', '', '', '400', ' - 2026-02-22 14:45:43 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-02-22 16:03:36 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-02-22 16:16:12 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-02-22 16:22:19 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-02-22 16:37:06 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-02-22 17:06:13 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-02-22 17:34:08 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:02', '2026-02-22 14:44:37', '2026-02-22 17:31:13'),
(501, 'https://forwardbet.casino/link-without-filter-betforward', '', '', '400', ' - 2026-02-22 14:45:43 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-02-22 16:03:37 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-02-22 16:16:13 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-02-22 16:22:19 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-02-22 16:37:07 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-02-22 17:06:13 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-02-22 17:34:09 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:06', '2026-02-22 14:44:37', '2026-02-22 17:31:13'),
(502, 'https://forwardbet.casino/link-without-filter-betforward', '', '', '400', ' - 2026-02-22 14:45:43 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-02-22 16:03:37 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-02-22 16:16:13 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-02-22 16:22:20 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-02-22 16:37:07 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-02-22 17:06:14 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-02-22 17:34:09 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:07', '2026-02-22 14:44:38', '2026-02-22 17:31:14'),
(503, 'https://forwardbet.casino/original-betforward', '', '', '400', ' - 2026-02-22 14:45:44 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-02-22 16:03:38 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-02-22 16:16:14 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-02-22 16:22:20 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-02-22 16:37:08 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-02-22 17:06:14 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-02-22 17:34:10 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:09', '2026-02-22 14:44:38', '2026-02-22 17:31:14'),
(504, 'https://forwardbet.casino/original-betforward', '', '', '400', ' - 2026-02-22 14:45:44 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-02-22 16:03:38 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-02-22 16:16:14 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-02-22 16:22:21 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-02-22 16:37:08 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-02-22 17:06:15 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-02-22 17:34:10 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:10', '2026-02-22 14:44:39', '2026-02-22 17:31:15'),
(505, 'https://forwardbet.casino/new-betforward-address-without-vpn', '', '', '400', ' - 2026-02-22 14:45:45 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-02-22 16:03:39 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-02-22 16:16:15 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-02-22 16:22:22 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-02-22 16:37:09 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-02-22 17:06:15 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-02-22 17:34:11 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:18', '2026-02-22 14:44:39', '2026-02-22 17:31:15'),
(506, 'https://forwardbet.casino/new-betforward-address-without-vpn', '', '', '400', ' - 2026-02-22 14:45:45 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-02-22 16:03:39 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-02-22 16:16:15 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-02-22 16:22:22 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-02-22 16:37:09 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-02-22 17:06:16 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-02-22 17:34:11 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:19', '2026-02-22 14:44:39', '2026-02-22 17:31:16');
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`, `next_retry_time`) VALUES
(507, 'https://forwardbet.casino/bet-forward-without-filter', '', '', '400', ' - 2026-02-22 14:45:46 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-02-22 16:03:40 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-02-22 16:16:16 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-02-22 16:22: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-02-22 16:37:10 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-02-22 17:06:16 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-02-22 17:34:12 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:21', '2026-02-22 14:44:40', '2026-02-22 17:31:16'),
(508, 'https://forwardbet.casino/bet-forward-without-filter', '', '', '400', ' - 2026-02-22 14:45:46 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-02-22 16:03:40 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-02-22 16:16:16 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-02-22 16:22: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-02-22 16:37:10 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-02-22 17:06:17 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-02-22 17:34:12 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:22', '2026-02-22 14:44:40', '2026-02-22 17:31:17'),
(509, 'https://forwardbet.casino/download-betforward-vpn-direct-link', '', '', '400', ' - 2026-02-22 14:45:47 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-02-22 16:03:41 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-02-22 16:16:17 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-02-22 16:22:24 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-02-22 16:37:11 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-02-22 17:06:17 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-02-22 17:34:13 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:24', '2026-02-22 14:44:41', '2026-02-22 17:31:17'),
(510, 'https://forwardbet.casino/download-betforward-vpn-direct-link', '', '', '400', ' - 2026-02-22 14:45:47 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-02-22 16:03:41 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-02-22 16:16:17 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-02-22 16:22:24 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-02-22 16:37:11 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-02-22 17:06:18 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-02-22 17:34:13 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:25', '2026-02-22 14:44:41', '2026-02-22 17:31:18'),
(511, 'https://forwardbet.casino/betford', '', '', '400', ' - 2026-02-22 14:45:48 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-02-22 16:03:42 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-02-22 16:16:18 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-02-22 16:22:25 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-02-22 16:37:12 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-02-22 17:06:18 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-02-22 17:34:14 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:27', '2026-02-22 14:44:42', '2026-02-22 17:31:18'),
(512, 'https://forwardbet.casino/betford', '', '', '400', ' - 2026-02-22 14:45:26 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-02-22 16:03:21 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-02-22 16:15:55 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-02-22 16:21:26 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-02-22 16:36:51 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-02-22 17:05:57 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-02-22 17:33:52 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:28', '2026-02-22 14:44:21', '2026-02-22 17:30:57'),
(513, 'https://forwardbet.casino/download-betforward-vpn', '', '', '400', ' - 2026-02-22 14:45:27 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-02-22 16:03:21 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-02-22 16:15:55 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-02-22 16:21:26 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-02-22 16:36:51 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-02-22 17:05:57 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-02-22 17:33:53 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:30', '2026-02-22 14:44:22', '2026-02-22 17:30:57'),
(514, 'https://forwardbet.casino/download-betforward-vpn', '', '', '400', ' - 2026-02-22 14:45:28 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-02-22 16:03:22 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-02-22 16:15:56 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-02-22 16:21:27 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-02-22 16:36:52 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-02-22 17:05:58 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-02-22 17:33:53 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:31', '2026-02-22 14:44:22', '2026-02-22 17:30:58'),
(515, 'https://forwardbet.casino/betforward-application', '', '', '400', ' - 2026-02-22 14:45:28 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-02-22 16:03:22 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-02-22 16:15:56 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-02-22 16:21:27 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-02-22 16:36:52 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-02-22 17:05:58 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-02-22 17:33:54 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:32', '2026-02-22 14:44:22', '2026-02-22 17:30:58'),
(516, 'https://forwardbet.casino/betforward-application', '', '', '400', ' - 2026-02-22 14:45:29 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-02-22 16: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-02-22 16:15:57 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-02-22 16:21:28 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-02-22 16:36:53 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-02-22 17:05:59 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-02-22 17:33:54 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 15:58:34', '2026-02-22 14:44:23', '2026-02-22 17:30:59'),
(517, 'https://forwardbet.casino/direct-login-betforward', '', '', '400', ' - 2026-02-22 14:45:29 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-02-22 16: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-02-22 16:15:57 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-02-22 16:21:28 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-02-22 16:36:53 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-02-22 17:05:59 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-02-22 17:33:55 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 16:00:15', '2026-02-22 14:44:23', '2026-02-22 17:30:59'),
(518, 'https://forwardbet.casino/unfiltered-link-betforward', '', '', '400', ' - 2026-02-22 14:45:30 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-02-22 16:03:24 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-02-22 16:15:58 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-02-22 16:21:29 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-02-22 16:36:54 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-02-22 17:06:00 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-02-22 17:33:55 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 16:00:18', '2026-02-22 14:44:24', '2026-02-22 17:31:00'),
(519, 'https://forwardbet.casino/telegram-betforward', '', '', '400', ' - 2026-02-22 14:45:30 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-02-22 16:03:24 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-02-22 16:15:58 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-02-22 16:21:29 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-02-22 16:36:54 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-02-22 17:06:00 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-02-22 17:33:56 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, 6, 0, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 19:25:49', '2026-02-22 14:44:24', '2026-02-22 17:31:00'),
(520, 'https://forwardbet.casino/betforward-site-with-vpn', '', '', '400', ' - 2026-02-22 14:45:31 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-02-22 16:03:25 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-02-22 16:15:59 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-02-22 16:21:30 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-02-22 16:36:55 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-02-22 17:06:01 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-02-22 17:33:56 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, 6, 1, 'WORKER16_EU_OVH--01HDRGQPXVXNW2NYNRDV5YD8M1', 'EU', 'failed', '2026-02-22 14:28:06', '2026-02-14 19:25:52', '2026-02-22 14:44:25', '2026-02-22 17:31:01');

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

--
-- 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://forwardbet.casino/', '26:565f960903deb61b9712a48bd7b0289c', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'بتفوروارد', 'خانه', 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, 16, NULL, '2024-02-22 17:18:09', '2025-07-01 09:26:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-07-01 11:47:54', '2025-03-21 13:49:29', NULL),
(4, 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-02-22 17:37:15', '2024-02-22 17:37:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(5, 'https://forwardbet.casino/?page_id=3', '36:ccb50e79c516903d5992420d8238c46e', 3, 'post', 'page', 1, 0, NULL, NULL, 'سیاست حفظ حریم خصوصی', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-02-22 18:25:12', '2024-02-22 18:25:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-02-22 17:02:47', '2024-02-22 17:02:47', 0),
(6, 'https://forwardbet.casino/%d8%a8%d8%b1%da%af%d9%87-%d9%86%d9%85%d9%88%d9%86%d9%87/', '82:f975e8c3d8c6a11d32f0218e8432be1f', 2, 'post', 'page', 1, 0, 'فیلترشکن بت فوروارد betforward vpn', 'برای پیدا کردن جدید ترین آدرس فیلتر شکن بت فوروارد می توانید بر روی آدرسی که در انتها همین مقاله برایتان به اشتراک گذاشته ایم کلیک کرده و یا از طریق سرچ کردن در گوگل به آن دسترسی پیدا کنید. آدرس جدید این سایت بدون فیلتر می باشد و می توانید با سرعت بسیار بیشتری وارد آن شده و از تمامی بخش هایش به راحت ترین شکل استفاده کنید. فیلتر شکن بت فوروارد را نیز میتوانید از طریق چنل تلگرامی بت فوروارد نیز دریافت نمایید. و با خیال آسوده و با بیشترین سرعت میزان اینترنتی به فعالیت هیجان انگیز خود ادامه دهید.', 'فیلترشکن بت فوروارد betforward vpn', '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-02-22 18:25:12', '2024-03-16 15:03:12', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2024-03-16 15:00:31', '2024-02-22 17:02:47', 0),
(7, 'https://forwardbet.casino/betforward-betting-site/', '50:eb1da73cd085175f1544fee39e8583f4', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'سایت شرط بندی بت فوروارد', NULL, NULL, 0, NULL, NULL, NULL, 'دسته‌بندی نشده', 28, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, 2, '2024-02-22 18:25:12', '2025-07-01 09:26:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-07-01 09:26:07', '2025-03-21 13:49:31', NULL),
(8, 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-02-22 18:25:12', '2024-02-22 18:25:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(9, 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-02-22 18:25:12', '2024-02-22 18:25:12', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(10, 'https://forwardbet.casino/', '26:565f960903deb61b9712a48bd7b0289c', 93, 'post', 'page', 1, 0, 'بت فوروارد بدون فیلترشکن BetForward + دانلود', 'لینک بدون فیلتر بت فوروارد BetForward یکی از مزیت سایت معتبر پیش بینی فوتبال✅⚽️ و شرط بندی است. BetForward بت فوروارد بدون فیلترشکن دانلود ادرس جدید لینک بدون فیلتر بت ۹۰ فوروارد دانلود اپلیکیشن بت فوروارد با لینک مستقیم', 'BetForward بت فوروارد بدون فیلترشکن دانلود ادرس جدید بت ۹۰ فوروارد', 'publish', NULL, 0, NULL, NULL, NULL, 'دانلود فیلترشکن بت فوروارد', 34, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 28, 1, 2, '2024-03-15 12:45:35', '2025-06-16 03:00:50', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2025-06-16 03:00:49', '2025-06-15 23:33:34', 0),
(11, 'https://forwardbet.casino/betford/', '34:8346270d4ad952a2145f72fb4dab8ed6', 158, 'post', 'post', 2, 0, 'بت فورد', 'این پست درباره بت فورد است. بت فورد از سایت های فعال در صنعت شرط بندی می باشد که خدمات قابل توجهی را در دو بخش کازینوی آنلاین و پیش ...', 'بت فورد', 'publish', NULL, 0, NULL, NULL, NULL, 'بت فورد', 72, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فورد.jpg', NULL, '159', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فورد.jpg', '159', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":324970,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/بت-فورد.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/بت-فورد.jpg\",\"size\":\"full\",\"id\":159,\"alt\":\"بت فورد\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-15 20:02:38', '2025-07-01 09:16:50', 1, NULL, NULL, NULL, NULL, 0, 5, 2, '2025-07-01 09:16:50', '2025-03-21 13:49:54', 0),
(12, 'https://forwardbet.casino/direct-download-betforward-app/', '57:6ccdfce0cbaa34f4691a0f4b22ef35d5', 43, 'term', 'category', NULL, NULL, NULL, NULL, 'دانلود مستقیم اپلیکیشن betforward', 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, 2, 2, '2024-09-16 09:05:57', '2025-07-01 09:16:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-07-01 09:16:26', '2025-03-21 13:50:00', NULL),
(13, 'https://forwardbet.casino/unfiltered-link-betforward/', '53:7cc08bfb546aa844da937ad22bee614d', 44, 'term', 'category', NULL, NULL, NULL, NULL, 'لینک بدون فیلتر بت فوروارد', NULL, NULL, 0, NULL, NULL, NULL, 'ورود بدون فیلتر به بت فوروارد', 22, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, 2, '2024-09-16 09:10:50', '2025-07-01 09:24:50', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-07-01 09:24:49', '2025-03-21 13:49:41', NULL),
(14, 'https://forwardbet.casino/direct-login-betforward/', '50:3581389ed8db3168bd799d82977e5002', 45, '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, 2, 2, '2024-09-16 09:13:46', '2025-07-01 09:25:13', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-07-01 09:25:12', '2025-03-21 13:49:39', NULL),
(15, 'https://forwardbet.casino/betforward-vpn/', '41:a5195dfe95acbc9d8dc9243e110164ab', 46, 'term', 'category', NULL, NULL, NULL, NULL, 'Betforward vpn', 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, 2, 2, '2024-09-16 09:14:19', '2025-07-01 09:26:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2025-07-01 09:26:17', '2025-03-21 13:49:29', NULL),
(16, 'https://forwardbet.casino/betforward-application/', '49:d69874f7bf14fe67763a251c87d4b5f5', 187, 'post', 'post', 2, 0, 'اپلیکیشن بت فوروارد', 'این پست درباره بت فورد است. بت فوروارد به عنوان یکی از سایت های معتبر بین المللی اپلیکیشن اختصاصی دارد که شما به آسانی می توانید آن ...', 'اپلیکیشن بت فوروارد', 'publish', NULL, 0, NULL, NULL, NULL, 'اپلیکیشن بت فوروارد', 83, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/اپلیکیشن-بت-فوروارد.jpg', NULL, '188', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/اپلیکیشن-بت-فوروارد.jpg', '188', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":362327,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/اپلیکیشن-بت-فوروارد.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/اپلیکیشن-بت-فوروارد.jpg\",\"size\":\"full\",\"id\":188,\"alt\":\"اپلیکیشن بت فوروارد\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-16 10:43:52', '2025-07-01 09:16:26', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2025-07-01 09:16:26', '2025-03-21 13:50:00', 0),
(17, 'https://forwardbet.casino/download-betforward-vpn/', '50:437d960643c7e2e04a1a7a1f9c84a85c', 195, 'post', 'post', 2, 0, 'دانلود betforward vpn', 'امروزه فیلترشکن یکی از موارد لازم برای فعالیت در سایت های شرط بندی می باشد. با دانلود فیلترشکن betforward vpn می توانید فیلترینگ را ...', 'دانلود betforward vpn', 'publish', NULL, 0, NULL, NULL, NULL, 'دانلود betforward vpn', 72, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-betforward-vpn.jpg', NULL, '203', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-betforward-vpn.jpg', '203', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":355931,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-betforward-vpn.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/دانلود-betforward-vpn.jpg\",\"size\":\"full\",\"id\":203,\"alt\":\"دانلود betforward vpn\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-16 11:18:44', '2025-07-01 09:16:40', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2025-07-01 09:16:39', '2025-03-21 13:49:58', 0),
(18, 'https://forwardbet.casino/download-betforward-vpn-direct-link/', '62:1e1bc81944da07a4762d1d6f6f6d954f', 207, 'post', 'post', 2, 0, 'دانلود فیلتر شکن بت فوروارد با لینک مستقیم', 'برای فعالیت در سایت های شرط بندی اغلب به یک فیلتر شکن نیاز خواهید داشت. دانلود فیلتر شکن بت فوروارد با لینک مستقیم برای کاربران سایت ...', 'دانلود فیلتر شکن بت فوروارد با لینک مستقیم', 'publish', NULL, 0, NULL, NULL, NULL, 'دانلود فیلتر شکن بت فوروارد با لینک مستقیم', 73, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلتر-شکن-بت-فوروارد-با-لینک-مستقیم.jpg', NULL, '214', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلتر-شکن-بت-فوروارد-با-لینک-مستقیم.jpg', '214', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":413256,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلتر-شکن-بت-فوروارد-با-لینک-مستقیم.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/دانلود-فیلتر-شکن-بت-فوروارد-با-لینک-مستقیم.jpg\",\"size\":\"full\",\"id\":214,\"alt\":\"دانلود فیلتر شکن بت فوروارد با لینک مستقیم\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-17 07:36:34', '2025-07-01 09:17:15', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2025-07-01 09:17:15', '2025-03-21 13:49:52', 0),
(19, 'https://forwardbet.casino/bet-forward-without-filter/', '53:3d16d4e607821c93e7322b1334c81deb', 217, 'post', 'post', 2, 0, 'بت فوروارد بدون فیلتر', 'به دلیل مشکلات و محدودیت های موجود در کشور ایران و برخی از کشور ها، بت فوروارد بدون فیلتر برای کاربرانی که در این سایت فعالیت می کنند ...', 'بت فوروارد بدون فیلتر', 'publish', NULL, 0, NULL, NULL, NULL, 'بت فوروارد بدون فیلتر', 80, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-بدون-فیلتر.jpg', NULL, '219', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-بدون-فیلتر.jpg', '219', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":405072,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-بدون-فیلتر.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/بت-فوروارد-بدون-فیلتر.jpg\",\"size\":\"full\",\"id\":219,\"alt\":\"بت فوروارد بدون فیلتر\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-17 14:35:36', '2025-07-01 09:17:28', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2025-07-01 09:17:27', '2025-03-21 13:49:50', 0),
(20, 'https://forwardbet.casino/new-betforward-address-without-vpn/', '61:de29616d46709358d45d6cb783598768', 225, 'post', 'post', 2, 0, 'ادرس جدید بت فوروارد بدون فیلتر شکن', 'برای علاقه مندان شرط بندی آنلاین، ادرس جدید بت فوروارد بدون فیلتر شکن اهمیت بسیار زیادی دارد. وب سایت شرط بندی بت فوروارد با ارائه ...', 'ادرس جدید بت فوروارد بدون فیلتر شکن', 'publish', NULL, 0, NULL, NULL, NULL, 'ادرس جدید بت فوروارد بدون فیلتر شکن', 74, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/ادرس-جدید-بت-فوروارد-بدون-فیلتر-شکن.jpg', NULL, '227', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/ادرس-جدید-بت-فوروارد-بدون-فیلتر-شکن.jpg', '227', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":372914,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/ادرس-جدید-بت-فوروارد-بدون-فیلتر-شکن.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/ادرس-جدید-بت-فوروارد-بدون-فیلتر-شکن.jpg\",\"size\":\"full\",\"id\":227,\"alt\":\"ادرس جدید بت فوروارد بدون فیلتر شکن\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-17 15:20:09', '2025-07-01 09:17:36', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2025-07-01 09:17:36', '2025-03-21 13:49:48', 0),
(21, 'https://forwardbet.casino/betforward-site-with-vpn/', '51:95b508591a31d0770f30dac080aa6dfb', 233, 'post', 'post', 2, 0, 'سایت بت فوروارد با فیلترشکن', 'به دلیل فیلترینگ موجود در کشور ایران، کاربران از سایت بت فوروارد با فیلترشکن باید استفاده کنند. موضوعی که دسترسی کاربران به سایت های ...', 'سایت بت فوروارد با فیلترشکن', 'publish', NULL, 0, NULL, NULL, NULL, 'سایت بت فوروارد با فیلترشکن', 74, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فوروارد-با-فیلترشکن.jpg', NULL, '234', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فوروارد-با-فیلترشکن.jpg', '234', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":375826,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فوروارد-با-فیلترشکن.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/سایت-بت-فوروارد-با-فیلترشکن.jpg\",\"size\":\"full\",\"id\":234,\"alt\":\"سایت بت فوروارد با فیلترشکن\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-18 09:17:46', '2025-07-01 09:17:49', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2025-07-01 09:17:49', '2025-03-21 13:49:46', 0),
(22, 'https://forwardbet.casino/original-betforward/', '46:1588710c2741d87558fc48915ecd6008', 244, 'post', 'post', 2, 0, 'بت فوروارد اصلی', 'بت فوروارد یک سایت محبوب در زمینه شرط بندی آنلاین می باشد که چند سالیست فعالیت خود را آغاز کرده است. بت فوروارد اصلی برای مخاطبانی که ...', 'بت فوروارد اصلی', 'publish', NULL, 0, NULL, NULL, NULL, 'بت فوروارد اصلی', 75, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-اصلی.jpg', NULL, '247', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-اصلی.jpg', '247', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":367078,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-اصلی.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/بت-فوروارد-اصلی.jpg\",\"size\":\"full\",\"id\":247,\"alt\":\"بت فوروارد اصلی\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-18 10:46:04', '2025-07-01 09:17:59', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2025-07-01 09:17:59', '2025-03-21 13:49:44', 0),
(23, 'https://forwardbet.casino/telegram-betforward/', '46:86b650d4abd42070cb7e58481c7b018e', 250, 'post', 'post', 2, 0, 'بت فوروارد تلگرام', 'بت فوروارد در شکبه های مجازی محبوب مانند تلگرام حضور فعال و پر رنگی دارد. کانال بت فوروارد تلگرام برای کاربران این سایت شرط بندی از ...', 'بت فوروارد تلگرام', 'publish', NULL, 0, NULL, NULL, NULL, 'بت فوروارد تلگرام', 74, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-تلگرام-1.jpg', NULL, '251', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-تلگرام-1.jpg', '251', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":321748,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-تلگرام-1.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/بت-فوروارد-تلگرام-1.jpg\",\"size\":\"full\",\"id\":251,\"alt\":\"بت فوروارد تلگرام\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-18 15:45:09', '2025-07-01 09:18:11', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2025-07-01 09:18:10', '2025-03-21 13:49:43', 0),
(24, 'https://forwardbet.casino/link-without-filter-betforward/', '57:5ee804c1a2ad90e0a5be76904873c07d', 254, 'post', 'post', 2, 0, 'لینک بدون فیلتر بت فوروارد', 'روش دسترسی به لینک بدون فیلتر بت فوروارد برای کاربرانی که در این سایت شرط بندی فعالیت می کنند، بسیار مهم می باشد. شما به آسانی از ...', 'لینک بدون فیلتر بت فوروارد', 'publish', NULL, 0, NULL, NULL, NULL, 'لینک بدون فیلتر بت فوروارد', 74, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/لینک-بدون-فیلتر-بت-فوروارد.jpg', NULL, '256', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/لینک-بدون-فیلتر-بت-فوروارد.jpg', '256', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":362503,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/لینک-بدون-فیلتر-بت-فوروارد.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/لینک-بدون-فیلتر-بت-فوروارد.jpg\",\"size\":\"full\",\"id\":256,\"alt\":\"لینک بدون فیلتر بت فوروارد\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-18 16:12:45', '2025-07-01 09:24:50', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2025-07-01 09:24:49', '2025-03-21 13:49:41', 0),
(25, 'https://forwardbet.casino/login-betforward-site/', '48:b2133a8d6d56f4f6bda680dfba021798', 259, 'post', 'post', 2, 0, 'ورود به سایت بت فوروارد', 'با دریافت آدرس سایت BetForward، ورود به سایت بت فوروارد به آسانی امکان پذیر است و شما می توانید از خدمات و امکانات موجود در این سایت ...', 'ورود به سایت بت فوروارد', 'publish', NULL, 0, NULL, NULL, NULL, 'ورود به سایت بت فوروارد', 77, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/ورود-به-سایت-بت-فوروارد.jpg', NULL, '261', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/ورود-به-سایت-بت-فوروارد.jpg', '261', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":329560,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/ورود-به-سایت-بت-فوروارد.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/ورود-به-سایت-بت-فوروارد.jpg\",\"size\":\"full\",\"id\":261,\"alt\":\"ورود به سایت بت فوروارد\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-18 17:36:01', '2025-07-01 09:25:13', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2025-07-01 09:25:12', '2025-03-21 13:49:39', 0),
(26, 'https://forwardbet.casino/problem-betforward-site-without-vpn/', '62:2cca8331f571dc9192bbc5eaa175b85b', 264, 'post', 'post', 2, 0, 'مشکل سایت بت فوروارد بدون فیلتر شکن', 'فیلترینگ و محدودیت های موجود در کشور ایران باعث بروز مشکل سایت بت فوروارد بدون فیلتر شکن شده است. به طوری که کاربران به دلیل فیلترینگ ...', 'مشکل سایت بت فوروارد بدون فیلتر شکن', 'publish', NULL, 0, NULL, NULL, NULL, 'مشکل سایت بت فوروارد بدون فیلتر شکن', 77, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/مشکل-سایت-بت-فوروارد-بدون-فیلتر-شکن.jpg', NULL, '266', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/مشکل-سایت-بت-فوروارد-بدون-فیلتر-شکن.jpg', '266', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":382994,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/مشکل-سایت-بت-فوروارد-بدون-فیلتر-شکن.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/مشکل-سایت-بت-فوروارد-بدون-فیلتر-شکن.jpg\",\"size\":\"full\",\"id\":266,\"alt\":\"مشکل سایت بت فوروارد بدون فیلتر شکن\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-19 13:26:57', '2025-07-01 09:25:32', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2025-07-01 09:25:31', '2025-03-21 13:49:37', 0),
(27, 'https://forwardbet.casino/betforward-vpn-bot/', '45:b2f733cacbcf473d35c4aaa04efa6299', 270, 'post', 'post', 2, 0, 'betforward vpn bot', 'امروزه کاربران وب سایت شرط بندی بت فوروارد از betforward vpn bot برای دسترسی آسان و سریع به خدمات سایت استفاده می کنند ....', 'betforward vpn bot', 'publish', NULL, 0, NULL, NULL, NULL, 'betforward vpn bot', 77, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/betforward-vpn-bot.jpg', NULL, '272', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/betforward-vpn-bot.jpg', '272', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":383600,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/betforward-vpn-bot.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/betforward-vpn-bot.jpg\",\"size\":\"full\",\"id\":272,\"alt\":\"betforward vpn bot\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-19 19:26:27', '2025-07-01 09:25:46', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2025-07-01 09:25:46', '2025-03-21 13:49:35', 0),
(28, 'https://forwardbet.casino/download-vpn/', '39:c93886bcec056d610454b86d7bd5162c', 275, 'post', 'post', 2, 0, 'دانلود فیلترشکن', 'امروزه کاربران با دانلود فیلترشکن بر روی موبایل ها و کامپیوتر های خود به آسانی می توانند تمام محدودیت های موجود در فضای مجازی و سایت ...', 'دانلود فیلترشکن', 'publish', NULL, 0, NULL, NULL, NULL, 'دانلود فیلترشکن', 74, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلترشکن.jpg', NULL, '276', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلترشکن.jpg', '276', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":329489,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلترشکن.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/دانلود-فیلترشکن.jpg\",\"size\":\"full\",\"id\":276,\"alt\":\"دانلود فیلترشکن\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-20 06:26:36', '2025-07-01 09:25:56', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2025-07-01 09:25:55', '2025-03-21 13:49:33', 0),
(29, 'https://forwardbet.casino/win90-color-xyz/', '42:26f743513d01867ae6c28a819a0f3fa3', 279, 'post', 'post', 2, 0, 'win90 color xyz', 'وب سایت شرط بندی وین 90 دارای طراحی و رنگ بندی زیبایی می باشد. win90 color xyz در طراحی خود بیشتر از رنگ های سبز و نارنجی استفاده ...', 'win90 color xyz', 'publish', NULL, 0, NULL, NULL, NULL, 'win90 color xyz', 72, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/win90-color-xyz.jpg', NULL, '280', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/win90-color-xyz.jpg', '280', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":340988,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/win90-color-xyz.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/win90-color-xyz.jpg\",\"size\":\"full\",\"id\":280,\"alt\":\"win90 color xyz\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-20 06:45:37', '2025-07-01 09:26:08', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2025-07-01 09:26:07', '2025-03-21 13:49:31', 0),
(30, 'https://forwardbet.casino/nima-vpn/', '35:b4cdc8b23748d09d60a64f7ab3c94426', 284, 'post', 'post', 2, 0, 'فیلتر شکن نیما', 'فیلتر شکن نیما به عنوان فیلترشکن اختصاصی سایت شرط بندی بت فوروارد فعالیت می کند و تا به امروز مشکل کاربران زیادی را در این مسیر حل ...', 'فیلتر شکن نیما', 'publish', NULL, 0, NULL, NULL, NULL, 'فیلتر شکن نیما', 75, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/فیلتر-شکن-نیما.jpg', NULL, '285', 'featured-image', NULL, NULL, 'https://forwardbet.casino/wp-content/uploads/2024/09/فیلتر-شکن-نیما.jpg', '285', 'featured-image', '{\"width\":1000,\"height\":500,\"filesize\":386012,\"url\":\"https://forwardbet.casino/wp-content/uploads/2024/09/فیلتر-شکن-نیما.jpg\",\"path\":\"/home/forwardbetcasino/public_html/wp-content/uploads/2024/09/فیلتر-شکن-نیما.jpg\",\"size\":\"full\",\"id\":285,\"alt\":\"فیلتر شکن نیما\",\"pixels\":500000,\"type\":\"image/jpeg\"}', 1, 1, 2, '2024-09-20 07:21:52', '2025-07-01 09:26:17', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2025-07-01 09:26:17', '2025-03-21 13:49:29', 0);

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

--
-- 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),
(13, 0, 0, 1),
(14, 0, 0, 1),
(15, 0, 0, 1),
(16, 0, 0, 1),
(17, 0, 0, 1),
(18, 0, 0, 1),
(19, 0, 0, 1),
(20, 0, 0, 1),
(21, 0, 0, 1),
(22, 0, 0, 1),
(23, 0, 0, 1),
(24, 0, 0, 1),
(25, 0, 0, 1),
(26, 0, 0, 1),
(27, 0, 0, 1),
(28, 0, 0, 1),
(29, 0, 0, 1),
(30, 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;

--
-- Dumping data for table `wp_yoast_primary_term`
--

INSERT INTO `wp_yoast_primary_term` (`id`, `post_id`, `term_id`, `taxonomy`, `created_at`, `updated_at`, `blog_id`) VALUES
(1, 187, 43, 'category', '2024-09-16 11:10:19', '2025-07-01 09:16:26', 1),
(2, 195, 46, 'category', '2024-09-16 11:32:20', '2025-07-01 09:16:40', 1),
(3, 207, 46, 'category', '2024-09-17 07:52:41', '2025-07-01 09:17:15', 1),
(4, 217, 44, 'category', '2024-09-17 14:40:30', '2025-07-01 09:17:28', 1),
(5, 225, 44, 'category', '2024-09-17 15:47:02', '2025-07-01 09:17:36', 1),
(6, 233, 46, 'category', '2024-09-18 09:32:39', '2025-07-01 09:17:49', 1),
(7, 244, 1, 'category', '2024-09-18 11:07:04', '2025-07-01 09:17:59', 1),
(8, 250, 1, 'category', '2024-09-18 16:00:47', '2025-07-01 09:18:11', 1),
(9, 254, 44, 'category', '2024-09-18 16:16:36', '2025-07-01 09:24:50', 1),
(10, 259, 45, 'category', '2024-09-18 17:39:44', '2025-07-01 09:25:13', 1),
(11, 264, 1, 'category', '2024-09-19 13:33:41', '2025-07-01 09:25:32', 1),
(12, 270, 46, 'category', '2024-09-19 19:49:42', '2025-07-01 09:25:46', 1),
(13, 275, 46, 'category', '2024-09-20 06:45:07', '2025-07-01 09:25:56', 1),
(14, 284, 46, 'category', '2024-09-20 07:45:14', '2025-07-01 09:26:17', 1);

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

--
-- 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=utf8 COLLATE=utf8_general_ci;

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

INSERT INTO `wp_yoast_prominent_words` (`id`, `stem`, `indexable_id`, `weight`) VALUES
(1, 'بت', 10, 78),
(2, 'فوروارد', 10, 69),
(3, 'فیلترشکن', 10, 45),
(4, 'سایت', 10, 43),
(5, '#xe934', 10, 40),
(6, 'است', 10, 18),
(7, 'می', 10, 18),
(8, 'فیلتر', 10, 15),
(9, 'کاربران', 10, 14),
(10, 'شکن', 10, 12),
(11, 'های', 10, 11),
(12, 'اندروید', 10, 9),
(13, 'بندی', 10, 9),
(14, 'دسترسی', 10, 9),
(15, 'راحتی', 10, 9),
(16, 'فورد', 10, 9),
(17, 'کنند', 10, 9),
(18, 'یکی', 10, 9),
(19, 'more', 10, 8),
(20, 'read', 10, 8),
(21, 'استفاده', 10, 8),
(22, 'پیدا', 10, 8),
(23, 'خود', 10, 8),
(24, 'دانلود', 10, 8),
(25, 'شرط', 10, 8),
(26, 'کاربر', 10, 8),
(27, 'کنید', 10, 8),
(28, 'توانید', 10, 7),
(29, 'شده', 10, 7),
(30, 'فیلترینگ', 10, 7),
(31, 'betforward', 10, 6),
(32, 'v3.18.0', 10, 6),
(33, 'elementor', 10, 5),
(34, 'ترین', 10, 5),
(35, 'وارد', 10, 5),
(36, 'ابزار', 10, 4),
(37, 'امکان', 10, 4),
(38, 'بازی', 10, 4),
(39, 'باشد', 10, 4),
(40, 'بیشتری', 10, 4),
(41, 'پشتیبانی', 10, 4),
(42, 'تمامی', 10, 4),
(43, 'خدمات', 10, 4),
(44, 'دارند', 10, 4),
(45, 'طراحی', 10, 4),
(46, 'قصد', 10, 4),
(47, 'لینک', 10, 4),
(48, 'مقاله', 10, 4),
(49, 'واقعا', 10, 4),
(50, 'ورزشی', 10, 4),
(51, 'forward', 10, 3),
(52, 'vpn', 10, 3),
(53, 'آی', 10, 3),
(54, 'اپلیکیشن', 10, 3),
(55, 'اجازه', 10, 3),
(56, 'اطلاعات', 10, 3),
(57, 'افرادی', 10, 3),
(58, 'باید', 10, 3),
(59, 'بپردازیم', 10, 3),
(60, 'بتواندد', 10, 3),
(61, 'بررسی', 10, 3),
(62, 'توجه', 10, 3),
(63, 'داریم', 10, 3),
(64, 'درباره', 10, 3),
(65, 'راحت', 10, 3),
(66, 'سایت‌ها', 10, 3),
(67, 'شرط‌بندی', 10, 3),
(68, 'فعالیت', 10, 3),
(69, 'فیلترشکن‌هایی', 10, 3),
(70, 'قرار', 10, 3),
(71, 'کارکرد', 10, 3),
(72, 'کردن', 10, 3),
(73, 'کشورهایی', 10, 3),
(74, 'گرفته', 10, 3),
(75, 'لذت', 10, 3),
(76, 'محدودیت', 10, 3),
(77, 'مختلف', 10, 3),
(78, 'مورد', 10, 3),
(79, 'می‌دهد', 10, 3),
(80, 'نظرات', 10, 3),
(81, 'هایی', 10, 3),
(82, 'وب', 10, 3),
(83, '2s', 10, 2),
(84, 'آدرس', 10, 2),
(85, 'آسوده', 10, 2),
(86, 'آنلاین', 10, 2),
(87, 'آی‌پی', 10, 2),
(88, 'احتمالی', 10, 2),
(89, 'ادامه', 10, 2),
(90, 'اعتماد', 10, 2),
(91, 'امکانات', 10, 2),
(92, 'امنیت', 10, 2),
(93, 'ایم', 10, 2),
(94, 'اینکه', 10, 2),
(95, 'بازم', 10, 2),
(96, 'بچها', 10, 2),
(97, 'بهترین', 10, 2),
(98, 'بینی', 10, 2),
(99, 'پست', 10, 2),
(100, 'توصیه', 10, 2),
(101, 'دانلود', 17, 34),
(102, 'بت', 17, 28),
(103, 'فوروارد', 17, 28),
(104, 'سایت', 17, 19),
(105, 'های', 17, 19),
(106, 'betforward', 17, 15),
(107, 'برنامه', 17, 15),
(108, 'می', 17, 15),
(109, 'vpn', 17, 11),
(110, 'فیلترشکن', 17, 11),
(111, 'توانید', 17, 10),
(112, 'بندی', 17, 7),
(113, 'خود', 17, 7),
(114, 'شرط', 17, 7),
(115, 'کنید', 17, 7),
(116, 'موبایل', 17, 5),
(117, 'امروزه', 17, 4),
(118, 'باشد', 17, 4),
(119, 'دارد', 17, 4),
(120, 'فعالیت', 17, 4),
(121, 'بت', 11, 45),
(122, 'می', 11, 29),
(123, 'سایت', 11, 24),
(124, 'فوروارد', 11, 18),
(125, 'بندی', 11, 17),
(126, 'شرط', 11, 17),
(127, 'فورد', 11, 15),
(128, 'های', 11, 15),
(129, 'توانید', 11, 10),
(130, 'باشد', 11, 9),
(131, 'است', 11, 8),
(132, 'خدمات', 11, 7),
(133, 'استفاده', 11, 6),
(134, 'کنید', 11, 6),
(135, 'وارد', 11, 6),
(136, 'آنلاین', 11, 5),
(137, 'ارائه', 11, 5),
(138, 'توجهی', 11, 5),
(139, 'خود', 11, 5),
(140, 'قابل', 11, 5),
(141, 'کازینوی', 11, 5),
(142, 'مخاطبان', 11, 5),
(143, 'ها', 11, 5),
(144, 'وب', 11, 5),
(145, 'ورزشی', 11, 5),
(146, 'betforward', 11, 4),
(147, 'forwardbet', 11, 4),
(148, 'بینی', 11, 4),
(149, 'پست', 11, 4),
(150, 'دارای', 11, 4),
(151, 'درباره', 11, 4),
(152, 'شود', 11, 4),
(153, 'صنعت', 11, 4),
(154, 'فروارد', 11, 4),
(155, 'فعال', 11, 4),
(156, 'فوارد', 11, 4),
(157, 'بتفوروارد', 11, 3),
(158, 'بت‌فوروارد', 11, 3),
(159, 'جذابی', 11, 3),
(160, 'دارد', 11, 3),
(161, 'زیادی', 11, 3),
(162, 'شوید', 11, 3),
(163, 'طریق', 11, 3),
(164, 'فور', 11, 3),
(165, 'فیلترشکن', 11, 3),
(166, 'کازینویی', 11, 3),
(167, 'کشور', 11, 3),
(168, 'ایران', 11, 2),
(169, 'بازی', 11, 2),
(170, 'بزنید', 11, 2),
(171, 'توجه', 11, 2),
(172, 'دکمه', 11, 2),
(173, 'رسمی', 11, 2),
(174, 'علاقه', 11, 2),
(175, 'فارسی', 11, 2),
(176, 'محسوب', 11, 2),
(177, 'مسابقات', 11, 2),
(178, 'مطلب', 11, 2),
(179, 'موجود', 11, 2),
(180, 'بت', 16, 30),
(181, 'فوروارد', 16, 26),
(182, 'اپلیکیشن', 16, 20),
(183, 'سایت', 16, 16),
(184, 'می', 16, 15),
(185, 'های', 16, 15),
(186, 'توانید', 16, 9),
(187, 'دانلود', 16, 9),
(188, 'دارد', 16, 7),
(189, 'betforward', 16, 6),
(190, 'آسانی', 16, 6),
(191, 'است', 16, 6),
(192, 'برنامه', 16, 6),
(193, 'کنید', 16, 6),
(194, 'اختصاصی', 16, 5),
(195, 'المللی', 16, 5),
(196, 'بین', 16, 5),
(197, 'خود', 16, 5),
(198, 'یکی', 16, 5),
(199, 'اپ', 16, 4),
(200, 'استفاده', 16, 4),
(201, 'پست', 16, 4),
(202, 'درباره', 16, 4),
(203, 'عنوان', 16, 4),
(204, 'فورد', 16, 4),
(205, 'معتبر', 16, 4),
(206, 'android', 16, 3),
(207, 'app', 16, 3),
(208, 'ادامه', 16, 3),
(209, 'اندروید', 16, 3),
(210, 'باشد', 16, 3),
(211, 'بندی', 16, 3),
(212, 'سرعت', 16, 3),
(213, 'شرط', 16, 3),
(214, 'فیلترشکن', 16, 3),
(215, 'ویژگی', 16, 3),
(216, 'امنیت', 16, 2),
(217, 'روش', 16, 2),
(218, 'سیستم', 16, 2),
(219, 'طراحی', 16, 2),
(220, 'عامل', 16, 2),
(221, 'عدم', 16, 2),
(222, 'کرده', 16, 2),
(223, 'کلیک', 16, 2),
(224, 'مطلب', 16, 2),
(225, 'معرفی', 16, 2),
(226, 'موبایل', 16, 2),
(227, 'موجود', 16, 2),
(228, 'نیاز', 16, 2),
(229, 'ها', 16, 2),
(230, 'ورود', 16, 2),
(231, 'بت', 18, 39),
(232, 'فوروارد', 18, 39),
(233, 'دانلود', 18, 33),
(234, 'سایت', 18, 20),
(235, 'فیلتر', 18, 17),
(236, 'لینک', 18, 17),
(237, 'می', 18, 17),
(238, 'مستقیم', 18, 16),
(239, 'شکن', 18, 15),
(240, 'های', 18, 15),
(241, 'اپلیکیشن', 18, 12),
(242, 'اندروید', 18, 11),
(243, 'بندی', 18, 11),
(244, 'شرط', 18, 11),
(245, 'فیلترشکن', 18, 8),
(246, 'توانید', 18, 7),
(247, 'فعالیت', 18, 6),
(248, 'کنید', 18, 6),
(249, 'موجود', 18, 6),
(250, 'استفاده', 18, 5),
(251, 'باشد', 18, 5),
(252, 'برنامه', 18, 5),
(253, 'کاربران', 18, 5),
(254, 'مطلب', 18, 5),
(255, 'نیاز', 18, 5),
(256, 'اغلب', 18, 4),
(257, 'خواهید', 18, 4),
(258, 'داشت', 18, 4),
(259, 'خود', 18, 3),
(260, 'دکمه', 18, 3),
(261, 'سیستم', 18, 3),
(262, 'عامل', 18, 3),
(263, 'اختصاصی', 18, 2),
(264, 'است', 18, 2),
(265, 'اصلی', 18, 2),
(266, 'حد', 18, 2),
(267, 'خدمات', 18, 2),
(268, 'دارد', 18, 2),
(269, 'زیادی', 18, 2),
(270, 'شبکه', 18, 2),
(271, 'طراحی', 18, 2),
(272, 'طریق', 18, 2),
(273, 'فعال', 18, 2),
(274, 'فیلترینگ', 18, 2),
(275, 'کرده', 18, 2),
(276, 'کلیک', 18, 2),
(277, 'کنند', 18, 2),
(278, 'مشکل', 18, 2),
(279, 'مهم', 18, 2),
(280, 'مورد', 18, 2),
(281, 'نمایید', 18, 2),
(282, 'ها', 18, 2),
(283, 'وب', 18, 2),
(284, 'فوروارد', 19, 32),
(285, 'بت', 19, 29),
(286, 'فیلتر', 19, 20),
(287, 'می', 19, 17),
(288, 'های', 19, 16),
(289, 'سایت', 19, 14),
(290, 'کشور', 19, 10),
(291, 'موجود', 19, 8),
(292, 'خود', 19, 7),
(293, 'مشکلات', 19, 7),
(294, 'ها', 19, 7),
(295, 'ایران', 19, 6),
(296, 'بندی', 19, 6),
(297, 'شرط', 19, 6),
(298, 'فعالیت', 19, 6),
(299, 'فیلترشکن', 19, 6),
(300, 'تلگرام', 19, 5),
(301, 'توانید', 19, 5),
(302, 'دلیل', 19, 5),
(303, 'شکن', 19, 5),
(304, 'محدودیت', 19, 5),
(305, 'باشد', 19, 4),
(306, 'کاربرانی', 19, 4),
(307, 'کنند', 19, 4),
(308, 'کنید', 19, 4),
(309, 'دانلود', 19, 3),
(310, 'فعال', 19, 3),
(311, 'فیلترینگ', 19, 3),
(312, 'کاربران', 19, 3),
(313, 'لینک', 19, 3),
(314, 'مطلب', 19, 3),
(315, 'آسانی', 19, 2),
(316, 'است', 19, 2),
(317, 'بازی', 19, 2),
(318, 'برنامه', 19, 2),
(319, 'بینی', 19, 2),
(320, 'ثبت', 19, 2),
(321, 'حضور', 19, 2),
(322, 'دارد', 19, 2),
(323, 'دسترسی', 19, 2),
(324, 'رسمی', 19, 2),
(325, 'زمینه', 19, 2),
(326, 'شوید', 19, 2),
(327, 'طراحی', 19, 2),
(328, 'طریق', 19, 2),
(329, 'کازینویی', 19, 2),
(330, 'مخاطبان', 19, 2),
(331, 'مسابقات', 19, 2),
(332, 'موبایل', 19, 2),
(333, 'نیاز', 19, 2),
(334, 'ورزشی', 19, 2),
(335, 'بت', 20, 34),
(336, 'فوروارد', 20, 34),
(337, 'فیلتر', 20, 20),
(338, 'می', 20, 16),
(339, 'های', 20, 16),
(340, 'ادرس', 20, 15),
(341, 'آدرس', 20, 13),
(342, 'سایت', 20, 13),
(343, 'شکن', 20, 12),
(344, 'بندی', 20, 10),
(345, 'شرط', 20, 10),
(346, 'ارائه', 20, 9),
(347, 'توانید', 20, 7),
(348, 'کنید', 20, 7),
(349, 'دریافت', 20, 6),
(350, 'زیادی', 20, 6),
(351, 'دارد', 20, 5),
(352, 'موجود', 20, 5),
(353, 'وب', 20, 5),
(354, 'آنلاین', 20, 4),
(355, 'اهمیت', 20, 4),
(356, 'روش', 20, 4),
(357, 'شود', 20, 4),
(358, 'علاقه', 20, 4),
(359, 'لینک', 20, 4),
(360, 'مندان', 20, 4),
(361, 'استفاده', 20, 3),
(362, 'جدیدی', 20, 3),
(363, 'دسترسی', 20, 3),
(364, 'عضویت', 20, 3),
(365, 'کاربران', 20, 3),
(366, 'مطلب', 20, 3),
(367, 'توسط', 20, 2),
(368, 'خود', 20, 2),
(369, 'رسمی', 20, 2),
(370, 'شوید', 20, 2),
(371, 'صفحات', 20, 2),
(372, 'نیاز', 20, 2),
(373, 'سایت', 21, 50),
(374, 'بت', 21, 40),
(375, 'فوروارد', 21, 36),
(376, 'فیلتر', 21, 25),
(377, 'می', 21, 17),
(378, 'های', 21, 17),
(379, 'کاربران', 21, 14),
(380, 'استفاده', 21, 11),
(381, 'فیلترشکن', 21, 11),
(382, 'بندی', 21, 9),
(383, 'شرط', 21, 9),
(384, 'کشور', 21, 9),
(385, 'ایران', 21, 8),
(386, 'دسترسی', 21, 7),
(387, 'شکن', 21, 7),
(388, 'موجود', 21, 7),
(389, 'آدرس', 21, 6),
(390, 'توانید', 21, 6),
(391, 'باشد', 21, 5),
(392, 'فیلترینگ', 21, 5),
(393, 'کنید', 21, 5),
(394, 'betforward', 21, 4),
(395, 'باید', 21, 4),
(396, 'دلیل', 21, 4),
(397, 'کنند', 21, 4),
(398, 'موضوعی', 21, 4),
(399, 'نیاز', 21, 4),
(400, 'اپلیکیشن', 21, 3),
(401, 'اختصاصی', 21, 3),
(402, 'است', 21, 3),
(403, 'شود', 21, 3),
(404, 'فعال', 21, 3),
(405, 'فورد', 21, 3),
(406, 'مطلب', 21, 3),
(407, 'مهم', 21, 3),
(408, 'موضوع', 21, 3),
(409, 'آنلاین', 21, 2),
(410, 'باعث', 21, 2),
(411, 'توجه', 21, 2),
(412, 'خدمات', 21, 2),
(413, 'دسترس', 21, 2),
(414, 'روش', 21, 2),
(415, 'شده', 21, 2),
(416, 'طریق', 21, 2),
(417, 'طور', 21, 2),
(418, 'فعالیت', 21, 2),
(419, 'کرده', 21, 2),
(420, 'نمایید', 21, 2),
(421, 'ورزش', 21, 2),
(422, 'بت', 22, 30),
(423, 'فوروارد', 22, 29),
(424, 'سایت', 22, 26),
(425, 'بندی', 22, 15),
(426, 'شرط', 22, 15),
(427, 'می', 22, 13),
(428, 'اصلی', 22, 11),
(429, 'آنلاین', 22, 9),
(430, 'دارد', 22, 8),
(431, 'است', 22, 7),
(432, 'باشد', 22, 7),
(433, 'خود', 22, 6),
(434, 'های', 22, 6),
(435, 'رسمی', 22, 5),
(436, 'زمینه', 22, 5),
(437, 'فعالیت', 22, 5),
(438, 'آغاز', 22, 4),
(439, 'سالیست', 22, 4),
(440, 'کرده', 22, 4),
(441, 'کنید', 22, 4),
(442, 'محبوب', 22, 4),
(443, 'مخاطبانی', 22, 4),
(444, 'استفاده', 22, 3),
(445, 'بینی', 22, 3),
(446, 'وب', 22, 3),
(447, 'ورزشی', 22, 3),
(448, 'پشتیبانی', 22, 2),
(449, 'توانید', 22, 2),
(450, 'دکمه', 22, 2),
(451, 'فعال', 22, 2),
(452, 'کاربران', 22, 2),
(453, 'کازینوی', 22, 2),
(454, 'لایسنس', 22, 2),
(455, 'مجوز', 22, 2),
(456, 'مطلب', 22, 2),
(457, 'نام', 22, 2),
(458, 'تلگرام', 23, 24),
(459, 'بت', 23, 22),
(460, 'فوروارد', 23, 22),
(461, 'سایت', 23, 16),
(462, 'های', 23, 15),
(463, 'کانال', 23, 11),
(464, 'بندی', 23, 10),
(465, 'شرط', 23, 10),
(466, 'می', 23, 10),
(467, 'دارد', 23, 8),
(468, 'فعال', 23, 8),
(469, 'حضور', 23, 7),
(470, 'توانید', 23, 5),
(471, 'رنگی', 23, 5),
(472, 'شوید', 23, 5),
(473, 'کاربران', 23, 5),
(474, 'مجازی', 23, 5),
(475, 'betforward', 23, 4),
(476, 'شکبه', 23, 4),
(477, 'عضویت', 23, 4),
(478, 'محبوب', 23, 4),
(479, 'عضو', 23, 3),
(480, 'مستقیم', 23, 3),
(481, 'مطلب', 23, 3),
(482, 'آخرین', 23, 2),
(483, 'آدرس', 23, 2),
(484, 'آسانی', 23, 2),
(485, 'اخبار', 23, 2),
(486, 'ارتباط', 23, 2),
(487, 'اطلاعیه', 23, 2),
(488, 'بتفوروارد', 23, 2),
(489, 'برقرار', 23, 2),
(490, 'خود', 23, 2),
(491, 'دریافت', 23, 2),
(492, 'دکمه', 23, 2),
(493, 'رسمی', 23, 2),
(494, 'زیادی', 23, 2),
(495, 'صفحات', 23, 2),
(496, 'صورت', 23, 2),
(497, 'طریق', 23, 2),
(498, 'علاوه', 23, 2),
(499, 'فیلتر', 23, 2),
(500, 'مخاطبان', 23, 2),
(501, 'مزایای', 23, 2),
(502, 'وب', 23, 2),
(503, 'بت', 24, 20),
(504, 'فوروارد', 24, 20),
(505, 'می', 24, 15),
(506, 'فیلتر', 24, 14),
(507, 'لینک', 24, 12),
(508, 'سایت', 24, 11),
(509, 'بندی', 24, 9),
(510, 'شرط', 24, 9),
(511, 'های', 24, 8),
(512, 'آدرس', 24, 7),
(513, 'باشد', 24, 6),
(514, 'دسترسی', 24, 6),
(515, 'استفاده', 24, 5),
(516, 'روش', 24, 5),
(517, 'کنند', 24, 5),
(518, 'آسانی', 24, 4),
(519, 'دریافت', 24, 4),
(520, 'فعالیت', 24, 4),
(521, 'کاربرانی', 24, 4),
(522, 'مهم', 24, 4),
(523, 'اپلیکیشن', 24, 3),
(524, 'توانید', 24, 3),
(525, 'خود', 24, 3),
(526, 'مطلب', 24, 3),
(527, 'موجود', 24, 3),
(528, 'دانلود', 24, 2),
(529, 'دکمه', 24, 2),
(530, 'کاربران', 24, 2),
(531, 'کنید', 24, 2),
(532, 'سایت', 25, 29),
(533, 'بت', 25, 20),
(534, 'فوروارد', 25, 20),
(535, 'ورود', 25, 18),
(536, 'می', 25, 10),
(537, 'توانید', 25, 8),
(538, 'موجود', 25, 7),
(539, 'betforward', 25, 6),
(540, 'آدرس', 25, 6),
(541, 'آسانی', 25, 5),
(542, 'آموزش', 25, 5),
(543, 'است', 25, 5),
(544, 'خدمات', 25, 5),
(545, 'دریافت', 25, 5),
(546, 'مطلب', 25, 5),
(547, 'امکان', 25, 4),
(548, 'امکانات', 25, 4),
(549, 'بندی', 25, 4),
(550, 'پذیر', 25, 4),
(551, 'شرط', 25, 4),
(552, 'های', 25, 4),
(553, 'استفاده', 25, 3),
(554, 'شوید', 25, 3),
(555, 'کاربری', 25, 3),
(556, 'کنید', 25, 3),
(557, 'وارد', 25, 3),
(558, 'ادامه', 25, 2),
(559, 'ارائه', 25, 2),
(560, 'بتفوروارد', 25, 2),
(561, 'حساب', 25, 2),
(562, 'خود', 25, 2),
(563, 'صورت', 25, 2),
(564, 'طریق', 25, 2),
(565, 'کلیک', 25, 2),
(566, 'کنیم', 25, 2),
(567, 'لینک', 25, 2),
(568, 'فیلتر', 26, 24),
(569, 'بت', 26, 20),
(570, 'سایت', 26, 20),
(571, 'فوروارد', 26, 20),
(572, 'مشکل', 26, 17),
(573, 'شکن', 26, 16),
(574, 'می', 26, 9),
(575, 'های', 26, 9),
(576, 'فیلترینگ', 26, 8),
(577, 'است', 26, 7),
(578, 'کاربران', 26, 7),
(579, 'ایران', 26, 6),
(580, 'کشور', 26, 6),
(581, 'دلیل', 26, 5),
(582, 'کنید', 26, 5),
(583, 'محدودیت', 26, 5),
(584, 'موجود', 26, 5),
(585, 'آدرس', 26, 4),
(586, 'باعث', 26, 4),
(587, 'بروز', 26, 4),
(588, 'بندی', 26, 4),
(589, 'دسترسی', 26, 4),
(590, 'شده', 26, 4),
(591, 'شرط', 26, 4),
(592, 'طوری', 26, 4),
(593, 'استفاده', 26, 3),
(594, 'توانید', 26, 3),
(595, 'دسترس', 26, 3),
(596, 'شود', 26, 3),
(597, 'آسانی', 26, 2),
(598, 'اغلب', 26, 2),
(599, 'خاطر', 26, 2),
(600, 'خدمات', 26, 2),
(601, 'خود', 26, 2),
(602, 'دارد', 26, 2),
(603, 'دانلود', 26, 2),
(604, 'رفع', 26, 2),
(605, 'طریق', 26, 2),
(606, 'موبایل', 26, 2),
(607, 'موضوع', 26, 2),
(608, 'وجود', 26, 2),
(609, 'vpn', 27, 16),
(610, 'betforward', 27, 14),
(611, 'می', 27, 12),
(612, 'bot', 27, 11),
(613, 'بت', 27, 11),
(614, 'فوروارد', 27, 11),
(615, 'استفاده', 27, 9),
(616, 'سایت', 27, 9),
(617, 'کاربران', 27, 7),
(618, 'کانال', 27, 7),
(619, 'های', 27, 7),
(620, 'شکن', 27, 6),
(621, 'فیلتر', 27, 6),
(622, 'کنند', 27, 6),
(623, 'اختصاصی', 27, 5),
(624, 'بندی', 27, 5),
(625, 'دسترسی', 27, 5),
(626, 'شرط', 27, 5),
(627, 'وب', 27, 5),
(628, 'امروزه', 27, 4),
(629, 'خدمات', 27, 4),
(630, 'عضویت', 27, 4),
(631, 'توانید', 27, 3),
(632, 'خود', 27, 3),
(633, 'کنید', 27, 3),
(634, 'ارائه', 27, 2),
(635, 'است', 27, 2),
(636, 'تلگرام', 27, 2),
(637, 'دارد', 27, 2),
(638, 'رایگان', 27, 2),
(639, 'ربات', 27, 2),
(640, 'سرور', 27, 2),
(641, 'طریق', 27, 2),
(642, 'قرار', 27, 2),
(643, 'کرده', 27, 2),
(644, 'مطلب', 27, 2),
(645, 'ها', 27, 2),
(646, 'دانلود', 28, 18),
(647, 'های', 28, 17),
(648, 'فیلترشکن', 28, 16),
(649, 'می', 28, 15),
(650, 'سایت', 28, 10),
(651, 'شکن', 28, 8),
(652, 'بندی', 28, 7),
(653, 'شرط', 28, 7),
(654, 'ها', 28, 7),
(655, 'خود', 28, 6),
(656, 'محدودیت', 28, 6),
(657, 'موجود', 28, 6),
(658, 'آسانی', 28, 5),
(659, 'فیلتر', 28, 5),
(660, 'کاربران', 28, 5),
(661, 'مجازی', 28, 5),
(662, 'امروزه', 28, 4),
(663, 'توانند', 28, 4),
(664, 'توانید', 28, 4),
(665, 'فضای', 28, 4),
(666, 'کامپیوتر', 28, 4),
(667, 'کنید', 28, 4),
(668, 'موبایل', 28, 4),
(669, 'اختصاصی', 28, 3),
(670, 'ادامه', 28, 3),
(671, 'باشد', 28, 3),
(672, 'بت', 28, 3),
(673, 'فعالیت', 28, 3),
(674, 'فوروارد', 28, 3),
(675, 'فیلتز', 28, 3),
(676, 'vpn', 28, 2),
(677, 'استفاده', 28, 2),
(678, 'ایران', 28, 2),
(679, 'بینی', 28, 2),
(680, 'دور', 28, 2),
(681, 'روش', 28, 2),
(682, 'زیادی', 28, 2),
(683, 'سیستم', 28, 2),
(684, 'صورت', 28, 2),
(685, 'عامل', 28, 2),
(686, 'کشور', 28, 2),
(687, 'کنند', 28, 2),
(688, 'مراحل', 28, 2),
(689, 'نصب', 28, 2),
(690, 'یکی', 28, 2),
(691, 'win90', 29, 17),
(692, 'سایت', 29, 17),
(693, 'بندی', 29, 15),
(694, 'وین', 29, 14),
(695, 'color', 29, 11),
(696, 'xyz', 29, 11),
(697, 'شرط', 29, 10),
(698, 'طراحی', 29, 10),
(699, 'می', 29, 10),
(700, 'های', 29, 10),
(701, 'رنگ', 29, 9),
(702, 'استفاده', 29, 8),
(703, 'فیلتر', 29, 8),
(704, 'اپلیکیشن', 29, 7),
(705, 'کنید', 29, 6),
(706, 'توانید', 29, 5),
(707, 'خود', 29, 5),
(708, 'دانلود', 29, 5),
(709, 'باشد', 29, 4),
(710, 'دارای', 29, 4),
(711, 'دارد', 29, 4),
(712, 'زیبایی', 29, 4),
(713, 'وب', 29, 4),
(714, 'موجود', 29, 3),
(715, 'win', 29, 2),
(716, 'آدرس', 29, 2),
(717, 'است', 29, 2),
(718, 'دریافت', 29, 2),
(719, 'روش', 29, 2),
(720, 'شکن', 29, 2),
(721, 'شوید', 29, 2),
(722, 'طریق', 29, 2),
(723, 'طور', 29, 2),
(724, 'فیلترشکن', 29, 2),
(725, 'کلی', 29, 2),
(726, 'مطلب', 29, 2),
(727, 'نیاز', 29, 2),
(728, 'وارد', 29, 2),
(729, 'وجود', 29, 2),
(730, 'نیما', 30, 19),
(731, 'شکن', 30, 18),
(732, 'فیلتر', 30, 18),
(733, 'فیلترشکن', 30, 15),
(734, 'بت', 30, 11),
(735, 'می', 30, 10),
(736, 'دانلود', 30, 8),
(737, 'بندی', 30, 7),
(738, 'سایت', 30, 7),
(739, 'شرط', 30, 7),
(740, 'فوروارد', 30, 7),
(741, 'است', 30, 6),
(742, 'فعالیت', 30, 6),
(743, 'های', 30, 5),
(744, 'اختصاصی', 30, 4),
(745, 'ایران', 30, 4),
(746, 'حل', 30, 4),
(747, 'زیادی', 30, 4),
(748, 'عنوان', 30, 4),
(749, 'کاربران', 30, 4),
(750, 'کشور', 30, 4),
(751, 'مسیر', 30, 4),
(752, 'مشکل', 30, 4),
(753, 'کنید', 30, 3),
(754, 'موجود', 30, 3),
(755, 'نصب', 30, 3),
(756, 'آسانی', 30, 2),
(757, 'انتخاب', 30, 2),
(758, 'توانید', 30, 2),
(759, 'سیستم', 30, 2),
(760, 'مطلب', 30, 2),
(761, 'نسخه', 30, 2);

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

--
-- 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=utf8 COLLATE=utf8_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
(93, 'https://forwardbet.casino/wp-content/uploads/2024/03/user-svg-1.svg', 93, 87, 'image-in', 10, NULL, 800, 800, 2066, NULL, NULL),
(96, 'https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-بت-فوروارد.jpg', 93, 103, 'image-in', 10, NULL, 0, 0, 0, NULL, NULL),
(97, 'https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلترشکن-بت-فوروارد.jpg', 93, 108, 'image-in', 10, NULL, 500, 1000, 50101, NULL, NULL),
(98, 'https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلترشکن-بت-فوروارد-برای-اندروید.jpg', 93, 109, 'image-in', 10, NULL, 500, 1000, 46461, NULL, NULL),
(99, 'https://forwardbet.casino/wp-content/uploads/2024/03/سایت-بت-فوروارد-با-فیلترشکن.jpg', 93, 110, 'image-in', 10, NULL, 500, 1000, 51292, NULL, NULL),
(100, 'https://forwardbet.casino/wp-content/uploads/2024/03/بت-فوروارد-فیلترشکن.jpg', 93, 111, 'image-in', 10, NULL, 500, 1000, 49507, NULL, NULL),
(101, 'https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-فوروارد.jpg', 93, 112, 'image-in', 10, NULL, 500, 1000, 42342, NULL, NULL),
(102, 'https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-بت-فوروارد-برای-اندروید.jpg', 93, 113, 'image-in', 10, NULL, 500, 1000, 50570, NULL, NULL),
(103, 'https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-betforward.jpg', 93, 114, 'image-in', 10, NULL, 500, 1000, 48130, NULL, NULL),
(104, 'https://forwardbet.casino/wp-content/uploads/2024/03/فیلترشکن-بت-فورد.jpg', 93, 115, 'image-in', 10, NULL, 500, 1000, 41770, NULL, NULL),
(105, 'https://forwardbet.casino/category/direct-login-betforward/', 93, NULL, 'internal', 10, 14, NULL, NULL, NULL, NULL, NULL),
(106, 'https://forwardbet.casino/category/betforward-betting-site/', 93, NULL, 'internal', 10, 7, NULL, NULL, NULL, NULL, NULL),
(107, 'https://forwardbet.casino/category/direct-download-betforward-app/', 93, NULL, 'internal', 10, 12, NULL, NULL, NULL, NULL, NULL),
(108, 'https://forwardbet.casino/category/unfiltered-link-betforward/', 93, NULL, 'internal', 10, 13, NULL, NULL, NULL, NULL, NULL),
(109, 'https://forwardbet.casino/category/betforward-vpn/', 93, NULL, 'internal', 10, 15, NULL, NULL, NULL, NULL, NULL),
(110, 'https://forwardbet.casino/category/direct-login-betforward/', 93, NULL, 'internal', 10, 14, NULL, NULL, NULL, NULL, NULL),
(111, 'https://forwardbet.casino/category/betforward-betting-site/', 93, NULL, 'internal', 10, 7, NULL, NULL, NULL, NULL, NULL),
(112, 'https://forwardbet.casino/category/direct-download-betforward-app/', 93, NULL, 'internal', 10, 12, NULL, NULL, NULL, NULL, NULL),
(113, 'https://forwardbet.casino/category/unfiltered-link-betforward/', 93, NULL, 'internal', 10, 13, NULL, NULL, NULL, NULL, NULL),
(114, 'https://forwardbet.casino/category/betforward-vpn/', 93, NULL, 'internal', 10, 15, NULL, NULL, NULL, NULL, NULL),
(120, 'https://forwardbet.casino', 93, 93, 'internal', 10, 10, NULL, NULL, NULL, NULL, NULL),
(122, 'https://cdn.ampproject.org/c/s/bet90forward.com/V1L3VzZXIvc2lnbnVw/?referer=97769', 93, NULL, 'external', 10, NULL, NULL, NULL, NULL, NULL, NULL),
(125, 'https://forwardbet.casino/wp-content/uploads/2024/02/ForwardBetCasino.png', 93, 359, 'image-in', 10, NULL, 100, 370, 30203, NULL, NULL),
(126, 'https://forwardbet.casino/wp-content/uploads/2024/03/بت-فوروارد-بدون-فیلترشکن-1024x536.jpg', 93, 366, 'image-in', 10, NULL, 670, 1280, 98705, NULL, NULL),
(127, 'https://forwardbet.casino/wp-content/uploads/2024/03/دانلود-فیلترشکن-بت-فوروارد-BetForward-Vpn-اندروید-1024x536.jpg', 93, 365, 'image-in', 10, NULL, 670, 1280, 99200, NULL, NULL),
(128, 'https://forwardbet.casino/', 284, NULL, 'internal', 30, 2, NULL, NULL, NULL, NULL, NULL),
(129, 'https://forwardbet.casino/wp-content/uploads/2024/09/فیلترشکن-نیما.jpg', 284, 286, 'image-in', 30, NULL, 500, 1000, 45167, NULL, NULL),
(130, 'https://forwardbet.casino/wp-content/uploads/2024/09/فیلتر-شکن-بت.jpg', 284, 287, 'image-in', 30, NULL, 500, 1000, 44742, NULL, NULL),
(131, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلترشکن-نیما.jpg', 284, 288, 'image-in', 30, NULL, 500, 1000, 42154, NULL, NULL),
(132, 'https://forwardbet.casino/', 279, NULL, 'internal', 29, 2, NULL, NULL, NULL, NULL, NULL),
(133, 'https://forwardbet.casino/wp-content/uploads/2024/09/win90-بدون-فیلتر.jpg', 279, 281, 'image-in', 29, NULL, 500, 1000, 43372, NULL, NULL),
(134, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-اپلیکیشن-win90.jpg', 279, 282, 'image-in', 29, NULL, 500, 1000, 45460, NULL, NULL),
(135, 'https://forwardbet.casino/', 275, NULL, 'internal', 28, 2, NULL, NULL, NULL, NULL, NULL),
(136, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلتز-شکن.jpg', 275, 277, 'image-in', 28, NULL, 500, 1000, 44972, NULL, NULL),
(137, 'https://forwardbet.casino/', 270, NULL, 'internal', 27, 2, NULL, NULL, NULL, NULL, NULL),
(138, 'https://forwardbet.casino/wp-content/uploads/2024/09/کانال-betforward-vpn.jpg', 270, 273, 'image-in', 27, NULL, 500, 1000, 44998, NULL, NULL),
(139, 'https://forwardbet.casino/', 264, NULL, 'internal', 26, 2, NULL, NULL, NULL, NULL, NULL),
(140, 'https://forwardbet.casino/wp-content/uploads/2024/09/مشکل-فیلتر-بت-فوروارد.jpg', 264, 267, 'image-in', 26, NULL, 500, 1000, 42205, NULL, NULL),
(141, 'https://forwardbet.casino/', 259, NULL, 'internal', 25, 2, NULL, NULL, NULL, NULL, NULL),
(142, 'https://forwardbet.casino/wp-content/uploads/2024/09/آموزش-ورود-به-بت-فوروارد.jpg', 259, 262, 'image-in', 25, NULL, 500, 1000, 44432, NULL, NULL),
(143, 'https://forwardbet.casino/', 254, NULL, 'internal', 24, 2, NULL, NULL, NULL, NULL, NULL),
(144, 'https://forwardbet.casino/wp-content/uploads/2024/09/آدرس-جدید-بت-فوروارد-1.jpg', 254, 257, 'image-in', 24, NULL, 500, 1000, 45039, NULL, NULL),
(145, 'https://forwardbet.casino/', 250, NULL, 'internal', 23, 2, NULL, NULL, NULL, NULL, NULL),
(146, 'https://forwardbet.casino/wp-content/uploads/2024/09/کانال-تلگرام-بت-فوروارد.jpg', 250, 252, 'image-in', 23, NULL, 500, 1000, 41639, NULL, NULL),
(147, 'https://forwardbet.casino/', 244, NULL, 'internal', 22, 2, NULL, NULL, NULL, NULL, NULL),
(148, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-رسمی-بت-فوروارد.jpg', 244, 245, 'image-in', 22, NULL, 500, 1000, 51428, NULL, NULL),
(149, 'https://web.telegram.org/k/assets/img/emoji/2705.png', 244, NULL, 'image-ex', 22, NULL, NULL, NULL, NULL, NULL, NULL),
(150, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-شرط-بندی-بت-فوروارد.jpg', 244, 246, 'image-in', 22, NULL, 500, 1000, 47861, NULL, NULL),
(151, 'https://forwardbet.casino/', 233, NULL, 'internal', 21, 2, NULL, NULL, NULL, NULL, NULL),
(152, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فوروارد-بدون-فیلتر-شکن.jpg', 233, 236, 'image-in', 21, NULL, 500, 1000, 44950, NULL, NULL),
(153, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فوروارد.jpg', 233, 237, 'image-in', 21, NULL, 500, 1000, 45733, NULL, NULL),
(154, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فوروارد-بدون-فیلتر.jpg', 233, 238, 'image-in', 21, NULL, 500, 1000, 44211, NULL, NULL),
(155, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بدون-فیلتر-بت-فوروارد.jpg', 233, 240, 'image-in', 21, NULL, 500, 1000, 43444, NULL, NULL),
(156, 'https://forwardbet.casino/wp-content/uploads/2024/09/سایت-بت-فورد-بدون-فیلتر.jpg', 233, 241, 'image-in', 21, NULL, 500, 1000, 46103, NULL, NULL),
(157, 'https://forwardbet.casino/wp-content/uploads/2024/09/betforward-بدون-فیلتر.jpg', 233, 242, 'image-in', 21, NULL, 500, 1000, 43579, NULL, NULL),
(158, 'https://forwardbet.casino/', 225, NULL, 'internal', 20, 2, NULL, NULL, NULL, NULL, NULL),
(159, 'https://forwardbet.casino/wp-content/uploads/2024/09/آدرس-بدون-فیلتر-بت-فوروارد.jpg', 225, 228, 'image-in', 20, NULL, 500, 1000, 45157, NULL, NULL),
(160, 'https://forwardbet.casino/wp-content/uploads/2024/09/ادرس-بدون-فیلتر-بت-فوروارد.jpg', 225, 229, 'image-in', 20, NULL, 500, 1000, 42902, NULL, NULL),
(161, 'https://forwardbet.casino/wp-content/uploads/2024/09/آدرس-جدید-بت-فوروارد.jpg', 225, 231, 'image-in', 20, NULL, 500, 1000, 42175, NULL, NULL),
(162, 'https://forwardbet.casino/', 217, NULL, 'internal', 19, 2, NULL, NULL, NULL, NULL, NULL),
(163, 'https://forwardbet.casino/wp-content/uploads/2024/09/فیلترشکن-فوروارد.jpg', 217, 220, 'image-in', 19, NULL, 500, 1000, 49807, NULL, NULL),
(164, 'https://forwardbet.casino/wp-content/uploads/2024/09/فیلتر-شکن-بت-فوروارد.jpg', 217, 221, 'image-in', 19, NULL, 500, 1000, 44385, NULL, NULL),
(165, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-با-فیلتر.jpg', 217, 222, 'image-in', 19, NULL, 500, 1000, 41147, NULL, NULL),
(166, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-تلگرام.jpg', 217, 223, 'image-in', 19, NULL, 500, 1000, 40692, NULL, NULL),
(167, 'https://forwardbet.casino/', 207, NULL, 'internal', 18, 2, NULL, NULL, NULL, NULL, NULL),
(168, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-اپلیکیشن-بت-فوروارد-برای-اندروید.jpg', 207, 208, 'image-in', 18, NULL, 500, 1000, 44401, NULL, NULL),
(169, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-فیلترشکن-بت-فوروارد-برای-اندروید.jpg', 207, 209, 'image-in', 18, NULL, 500, 1000, 46475, NULL, NULL),
(170, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-اپلیکیشن-بت-فوروارد-با-لینک-مستقیم.jpg', 207, 211, 'image-in', 18, NULL, 500, 1000, 47263, NULL, NULL),
(171, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-برنامه-بت-فوروارد-برای-اندروید.jpg', 207, 212, 'image-in', 18, NULL, 500, 1000, 43666, NULL, NULL),
(172, 'https://forwardbet.casino/', 158, NULL, 'internal', 11, 2, NULL, NULL, NULL, NULL, NULL),
(173, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-1.jpg', 158, 168, 'image-in', 11, NULL, 500, 1000, 47041, NULL, NULL),
(174, 'https://forwardbet.casino/wp-content/uploads/2024/09/forwardbet-1.jpg', 158, 169, 'image-in', 11, NULL, 500, 1000, 45609, NULL, NULL),
(175, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فروارد.jpg', 158, 170, 'image-in', 11, NULL, 500, 1000, 39648, NULL, NULL),
(176, 'https://forwardbet.casino/wp-content/uploads/2024/09/betforward-1.jpg', 158, 172, 'image-in', 11, NULL, 500, 1000, 47439, NULL, NULL),
(177, 'https://forwardbet.casino/wp-content/uploads/2024/09/فوروارد-بت-1.jpg', 158, 173, 'image-in', 11, NULL, 500, 1000, 40438, NULL, NULL),
(178, 'https://forwardbet.casino/wp-content/uploads/2024/09/بتفوروارد-1.jpg', 158, 174, 'image-in', 11, NULL, 500, 1000, 44472, NULL, NULL),
(179, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت&zwnj;فوروارد-1.jpg', 158, 175, 'image-in', 11, NULL, 500, 1000, 42295, NULL, NULL),
(180, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوارد-1.jpg', 158, 176, 'image-in', 11, NULL, 500, 1000, 44603, NULL, NULL),
(181, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فور-وارد-1.jpg', 158, 177, 'image-in', 11, NULL, 500, 1000, 41594, NULL, NULL),
(182, 'https://forwardbet.casino/', 195, NULL, 'internal', 17, 2, NULL, NULL, NULL, NULL, NULL),
(183, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-بت-فوروارد.jpg', 195, 197, 'image-in', 17, NULL, 500, 1000, 44722, NULL, NULL),
(184, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-دانلود.jpg', 195, 198, 'image-in', 17, NULL, 500, 1000, 47107, NULL, NULL),
(185, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-سایت-بت-فوروارد.jpg', 195, 199, 'image-in', 17, NULL, 500, 1000, 41573, NULL, NULL),
(186, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-برنامه-betforward.jpg', 195, 200, 'image-in', 17, NULL, 500, 1000, 42144, NULL, NULL),
(187, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-برنامه-بت-فوروارد.jpg', 195, 201, 'image-in', 17, NULL, 500, 1000, 45009, NULL, NULL),
(188, 'https://forwardbet.casino/wp-content/uploads/2024/09/برنامه-بت-فوروارد.jpg', 195, 202, 'image-in', 17, NULL, 500, 1000, 46590, NULL, NULL),
(189, 'https://forwardbet.casino/', 187, NULL, 'internal', 16, 2, NULL, NULL, NULL, NULL, NULL),
(190, 'https://forwardbet.casino/wp-content/uploads/2024/09/دانلود-اپ-بت-فوروارد.jpg', 187, 189, 'image-in', 16, NULL, 500, 1000, 42165, NULL, NULL),
(191, 'https://forwardbet.casino/wp-content/uploads/2024/09/بت-فوروارد-اپلیکیشن.jpg', 187, 190, 'image-in', 16, NULL, 500, 1000, 48492, NULL, NULL),
(192, 'https://forwardbet.casino/wp-content/uploads/2024/09/betforward-app-android.jpg', 187, 191, 'image-in', 16, NULL, 500, 1000, 44184, NULL, NULL),
(193, 'https://jetshart.com/', 217, NULL, 'external', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(194, 'https://jetshart.com/', 187, NULL, 'external', 16, NULL, NULL, NULL, NULL, NULL, NULL),
(195, 'https://jetshart.com/', 254, NULL, 'external', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(196, 'https://cdn.ampproject.org/c/s/bt90forward.autos/V1L3VzZXIvc2lnbnVw/?referer=97769', 93, NULL, 'external', 10, NULL, NULL, NULL, NULL, NULL, NULL),
(197, 'https://forwardbet.casino/apk/betforward.apk', 93, NULL, 'internal', 10, NULL, NULL, NULL, NULL, NULL, NULL),
(198, 'https://forwardbet.casino/betforward-application/', 93, 187, 'internal', 10, 16, NULL, NULL, NULL, NULL, NULL),
(199, 'https://forwardbet.casino/download-betforward-vpn/', 93, 195, 'internal', 10, 17, NULL, NULL, NULL, NULL, NULL),
(200, 'https://forwardbet.casino/betford/', 93, 158, 'internal', 10, 11, NULL, NULL, NULL, NULL, NULL),
(201, 'https://forwardbet.casino/download-betforward-vpn-direct-link/', 93, 207, 'internal', 10, 18, NULL, NULL, NULL, NULL, NULL),
(202, 'https://forwardbet.casino/bet-forward-without-filter/', 93, 217, 'internal', 10, 19, NULL, NULL, NULL, NULL, NULL),
(203, 'https://forwardbet.casino/new-betforward-address-without-vpn/', 93, 225, 'internal', 10, 20, NULL, NULL, NULL, NULL, NULL),
(204, 'https://forwardbet.casino/betforward-site-with-vpn/', 93, 233, 'internal', 10, 21, NULL, NULL, NULL, NULL, NULL),
(205, 'https://forwardbet.casino/original-betforward/', 93, 244, 'internal', 10, 22, NULL, NULL, NULL, NULL, NULL),
(206, 'https://forwardbet.casino/telegram-betforward/', 93, 250, 'internal', 10, 23, NULL, NULL, NULL, NULL, NULL),
(207, 'https://forwardbet.casino/link-without-filter-betforward/', 93, 254, 'internal', 10, 24, NULL, NULL, NULL, NULL, NULL),
(208, 'https://forwardbet.casino/login-betforward-site/', 93, 259, 'internal', 10, 25, NULL, NULL, NULL, NULL, NULL),
(209, 'https://forwardbet.casino/problem-betforward-site-without-vpn/', 93, 264, 'internal', 10, 26, NULL, NULL, NULL, NULL, NULL),
(210, 'https://forwardbet.casino/betforward-vpn-bot/', 93, 270, 'internal', 10, 27, NULL, NULL, NULL, NULL, NULL),
(211, 'https://forwardbet.casino/download-vpn/', 93, 275, 'internal', 10, 28, NULL, NULL, NULL, NULL, NULL),
(212, 'https://forwardbet.casino/win90-color-xyz/', 93, 279, 'internal', 10, 29, NULL, NULL, NULL, NULL, NULL),
(213, 'https://forwardbet.casino/nima-vpn/', 93, 284, 'internal', 10, 30, NULL, NULL, NULL, NULL, NULL),
(214, 'https://cdn.ampproject.org/c/s/betyek.com', 187, NULL, 'external', 16, NULL, NULL, NULL, NULL, NULL, NULL),
(215, 'https://bet303.bet/app/BET303.apk', 187, NULL, 'external', 16, NULL, NULL, NULL, NULL, NULL, NULL),
(216, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 187, NULL, 'external', 16, NULL, NULL, NULL, NULL, NULL, NULL),
(217, 'https://cdn.ampproject.org/c/s/betyek.com', 195, NULL, 'external', 17, NULL, NULL, NULL, NULL, NULL, NULL),
(218, 'https://bet303.bet/app/BET303.apk', 195, NULL, 'external', 17, NULL, NULL, NULL, NULL, NULL, NULL),
(219, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 195, NULL, 'external', 17, NULL, NULL, NULL, NULL, NULL, NULL),
(220, 'https://cdn.ampproject.org/c/s/betyek.com', 158, NULL, 'external', 11, NULL, NULL, NULL, NULL, NULL, NULL),
(221, 'https://bet303.bet/app/BET303.apk', 158, NULL, 'external', 11, NULL, NULL, NULL, NULL, NULL, NULL),
(222, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 158, NULL, 'external', 11, NULL, NULL, NULL, NULL, NULL, NULL),
(223, 'https://cdn.ampproject.org/c/s/betyek.com', 207, NULL, 'external', 18, NULL, NULL, NULL, NULL, NULL, NULL),
(224, 'https://bet303.bet/app/BET303.apk', 207, NULL, 'external', 18, NULL, NULL, NULL, NULL, NULL, NULL),
(225, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 207, NULL, 'external', 18, NULL, NULL, NULL, NULL, NULL, NULL),
(226, 'https://cdn.ampproject.org/c/s/betyek.com', 217, NULL, 'external', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(227, 'https://bet303.bet/app/BET303.apk', 217, NULL, 'external', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(228, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 217, NULL, 'external', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(229, 'https://cdn.ampproject.org/c/s/betyek.com', 217, NULL, 'external', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(230, 'https://bet303.bet/app/BET303.apk', 217, NULL, 'external', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(231, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 217, NULL, 'external', 19, NULL, NULL, NULL, NULL, NULL, NULL),
(232, 'https://cdn.ampproject.org/c/s/betyek.com', 225, NULL, 'external', 20, NULL, NULL, NULL, NULL, NULL, NULL),
(233, 'https://bet303.bet/app/BET303.apk', 225, NULL, 'external', 20, NULL, NULL, NULL, NULL, NULL, NULL),
(234, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 225, NULL, 'external', 20, NULL, NULL, NULL, NULL, NULL, NULL),
(235, 'https://cdn.ampproject.org/c/s/betyek.com', 233, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL),
(236, 'https://bet303.bet/app/BET303.apk', 233, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL),
(237, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 233, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL),
(238, 'https://cdn.ampproject.org/c/s/betyek.com', 244, NULL, 'external', 22, NULL, NULL, NULL, NULL, NULL, NULL),
(239, 'https://bet303.bet/app/BET303.apk', 244, NULL, 'external', 22, NULL, NULL, NULL, NULL, NULL, NULL),
(240, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 244, NULL, 'external', 22, NULL, NULL, NULL, NULL, NULL, NULL),
(241, 'https://cdn.ampproject.org/c/s/betyek.com', 250, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL),
(242, 'https://bet303.bet/app/BET303.apk', 250, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL),
(243, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 250, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL),
(244, 'https://cdn.ampproject.org/c/s/betyek.com', 254, NULL, 'external', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(245, 'https://bet303.bet/app/BET303.apk', 254, NULL, 'external', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(246, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 254, NULL, 'external', 24, NULL, NULL, NULL, NULL, NULL, NULL),
(247, 'https://cdn.ampproject.org/c/s/betyek.com', 259, NULL, 'external', 25, NULL, NULL, NULL, NULL, NULL, NULL),
(248, 'https://bet303.bet/app/BET303.apk', 259, NULL, 'external', 25, NULL, NULL, NULL, NULL, NULL, NULL),
(249, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 259, NULL, 'external', 25, NULL, NULL, NULL, NULL, NULL, NULL),
(250, 'https://cdn.ampproject.org/c/s/betyek.com', 264, NULL, 'external', 26, NULL, NULL, NULL, NULL, NULL, NULL),
(251, 'https://bet303.bet/app/BET303.apk', 264, NULL, 'external', 26, NULL, NULL, NULL, NULL, NULL, NULL),
(252, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 264, NULL, 'external', 26, NULL, NULL, NULL, NULL, NULL, NULL),
(253, 'https://cdn.ampproject.org/c/s/betyek.com', 270, NULL, 'external', 27, NULL, NULL, NULL, NULL, NULL, NULL),
(254, 'https://bet303.bet/app/BET303.apk', 270, NULL, 'external', 27, NULL, NULL, NULL, NULL, NULL, NULL),
(255, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 270, NULL, 'external', 27, NULL, NULL, NULL, NULL, NULL, NULL),
(256, 'https://cdn.ampproject.org/c/s/betyek.com', 275, NULL, 'external', 28, NULL, NULL, NULL, NULL, NULL, NULL),
(257, 'https://bet303.bet/app/BET303.apk', 275, NULL, 'external', 28, NULL, NULL, NULL, NULL, NULL, NULL),
(258, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 275, NULL, 'external', 28, NULL, NULL, NULL, NULL, NULL, NULL),
(259, 'https://cdn.ampproject.org/c/s/betyek.com', 279, NULL, 'external', 29, NULL, NULL, NULL, NULL, NULL, NULL),
(260, 'https://bet303.bet/app/BET303.apk', 279, NULL, 'external', 29, NULL, NULL, NULL, NULL, NULL, NULL),
(261, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 279, NULL, 'external', 29, NULL, NULL, NULL, NULL, NULL, NULL),
(262, 'https://cdn.ampproject.org/c/s/betyek.com', 284, NULL, 'external', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(263, 'https://bet303.bet/app/BET303.apk', 284, NULL, 'external', 30, NULL, NULL, NULL, NULL, NULL, NULL),
(264, 'https://cdn.ampproject.org/c/s/one1xbet.com/', 284, NULL, 'external', 30, 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`),
  ADD KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  ADD KEY `status_scheduled_date_gmt` (`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_e_notes`
--
ALTER TABLE `wp_e_notes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `route_url_index` (`route_url`(191)),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `parent_id_index` (`parent_id`),
  ADD KEY `author_id_index` (`author_id`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_resolved_index` (`is_resolved`),
  ADD KEY `is_public_index` (`is_public`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `last_activity_at_index` (`last_activity_at`);

--
-- Indexes for table `wp_e_notes_users_relations`
--
ALTER TABLE `wp_e_notes_users_relations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `note_id_index` (`note_id`),
  ADD KEY `user_id_index` (`user_id`);

--
-- Indexes for table `wp_e_submissions`
--
ALTER TABLE `wp_e_submissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  ADD KEY `main_meta_id_index` (`main_meta_id`),
  ADD KEY `hash_id_index` (`hash_id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `campaign_id_index` (`campaign_id`),
  ADD KEY `user_id_index` (`user_id`),
  ADD KEY `user_ip_index` (`user_ip`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_read_index` (`is_read`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `referer_index` (`referer`(191)),
  ADD KEY `referer_title_index` (`referer_title`(191));

--
-- Indexes for table `wp_e_submissions_actions_log`
--
ALTER TABLE `wp_e_submissions_actions_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `action_name_index` (`action_name`),
  ADD KEY `status_index` (`status`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`);

--
-- Indexes for table `wp_e_submissions_values`
--
ALTER TABLE `wp_e_submissions_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `key_index` (`key`);

--
-- 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`),
  ADD KEY `type_status_author` (`post_type`,`post_status`,`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_above_the_fold`
--
ALTER TABLE `wp_wpr_above_the_fold`
  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));

--
-- Indexes for table `wp_wpr_lazy_render_content`
--
ALTER TABLE `wp_wpr_lazy_render_content`
  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));

--
-- 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=30041;

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

--
-- 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=89737;

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

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

--
-- 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_e_notes`
--
ALTER TABLE `wp_e_notes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

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

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

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

--
-- AUTO_INCREMENT for table `wp_e_submissions_values`
--
ALTER TABLE `wp_e_submissions_values`
  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=588763;

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

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

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

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

--
-- 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=56;

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

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

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

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

--
-- 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=6391;

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

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

--
-- 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=42381;

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

--
-- 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_above_the_fold`
--
ALTER TABLE `wp_wpr_above_the_fold`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39;

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

--
-- 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=313;

--
-- 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=521;

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

--
-- 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=15;

--
-- 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=762;

--
-- 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=265;
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 */;
